*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}
.text{
    font-size: 14px;
    color: #444;
    white-space: nowrap;
}
.font-icon{
    font-size: 18px;
    color: #444;
    line-height: 25px;
}
.a-href{
    font-size: 16px;
    color: #444;
    text-decoration: none;
}
.iframe{
    width: 90%;
    height: 400px;
    display: block;
    overflow-y: auto;
    margin: 0 auto;
    border: none;
}
.img{
    display: block;
    width: 50px;
    height: 50px;
}

.container{
    width: 200px;
    height: 200px;
    color: #444;
    background: white;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
.container .container{
    width: 50%;
    height: 50%;
}
.layout-container .container{
    width: 50%;
    height: 50%;
}
.text{
      font-size: 14px;
      color: #444;
      text-align: center;
  }
.self-layout-box{
    display: flex;
    flex-wrap: wrap;
}
.self-layout{

    color: #444;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
.video-tag{
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
}
.margin-1{
    margin: 0 auto;
}
.position-1{
    position: relative;
}
.position-2{
    position: absolute;
}
.position-3{
    position: fixed;
}
.flex-direction-1{
    flex-direction: inherit;
}
.flex-direction-2{
    flex-direction: column;
}
.justify-content-0{
    justify-content: flex-start;
}
.justify-content-1{
    justify-content: flex-end;
}
.justify-content-2{
    justify-content: center;
}
.justify-content-3{
    justify-content: space-between;
}
.align-content-0{
    align-content: flex-start;
}
.align-content-1{
    align-content: flex-end;
}
.align-content-2{
    align-content: center;
}
.align-content-3{
    align-content: space-between;
}
.align-items-0{
    align-items: flex-start;
}
.align-items-1{
    align-items: flex-end;
}
.align-items-2{
    align-items: center;
}
.background-repeat-1{
    background-repeat:repeat;
}
.background-repeat-2{
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.background-attachment-1{
    background-attachment:scroll;
}
.background-attachment-2{
    background-attachment:fixed;
}
.overflow-1{
    overflow: auto;
}
.overflow-2{
    overflow: hidden;
}
.overflow-3{
    overflow: visible;
}
.overflow-x-1{
    overflow-x: auto;
}
.overflow-x-2{
    overflow-x: hidden;
}
.overflow-x-3{
    overflow-x: visible;
}
.overflow-y-1{
    overflow-y: auto;
}
.overflow-y-2{
    overflow-y: hidden;
}
.overflow-y-3{
    overflow-y: visible;
}
.font-weight-1{
    font-weight: 100;
}
.font-weight-2{
    font-weight: 200;
}
.font-weight-3{
    font-weight: 300;
}
.font-weight-4{
    font-weight: 400;
}
.font-weight-5{
    font-weight: 500;
}
.font-weight-6{
    font-weight: 600;
}
.font-weight-7{
    font-weight: 700;
}
.font-weight-8{
    font-weight: 800;
}
.font-weight-9{
    font-weight: 900;
}
.text-align-1{
    text-align: left;
}
.text-align-2{
    text-align: center;
}
.text-align-3{
    text-align: right;
}
.white-space-1{
    white-space: nowrap;
}
.white-space-2{
    white-space: normal;
}
.white-space-3{
    white-space: pre-wrap;
}
.text-overflow-1{
    text-overflow: ellipsis;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.flex-wrap-0{
    flex-wrap:nowrap;
}
.flex-wrap-1{
    flex-wrap:wrap;
}
.module-notice-hide{
    display: none;
}
.for_data_hide{
    display: none  !important;
}
.bi-box{
    width: 90%;
    height: 200px;
    margin: 0 auto;

}
.cursor-0{
    cursor: default;
}
.cursor-1{
    cursor: pointer;
}
.video-iframe{
     display: block;
     width:100%;
     margin: 0 auto;
     border: none;
    height: 100%;
 }
.tel-a{
    width: 100%;
    text-decoration: none;
    display: block;
    background: transparent;
}
.tel-a:link{
    background: transparent;
}
.tel-a:visited{
    background: transparent;
}
.tel-a:hover{
    background: transparent;
}
.tel-a:active{
    background: transparent;
}
.show-notice {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: wheat;
    z-index: 99999;
    display: none;
    border-radius: 5px;
    border-top-left-radius: 5%;
}
.display-1{
    display: block;
}
.display-2{
    display: flex;
}
.display-3{
    display: none;
}
.display-5{
    display: none;
}
.display-4{
    display: inline-block;
}