body{
    background: #fff;
    max-width: 640px;
    margin: 0 auto;
}

.navs{
    font-size: 0;
    padding: .3rem .3rem 0;
    background: #fff;
    border-bottom: 0.15rem solid #f2f2f2;
}
.navs li{
    display: inline-block;
    width: 25%;
    margin-bottom: .3rem;
}
.navs li a{
    display: block;
    font-size: .22rem;
    text-align: center;
}
.navsI{
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    margin-bottom: .1rem;
}
.navsI:before{
    font-size: .45rem;
    line-height: .8rem;
    color: #fff;
}
.icon1{
    background: #50c6f2;
}
.icon2{
    background: #f6ba00;
}
.icon3{
    background: #be91ff;
}
.icon4{
    background: #ff91c5;
}
.icon5{
    background: #74cd7d;
}
.icon6{
    background: #e37ce2;
}
.icon7{
    /*background: #44e566;*/
    background: url('../img/ass.svg') no-repeat center / 100%
}
.icon8{
    background: #6c76ff;
}
.icon9{
    background: #fe5653;
}
.icon10{
    background: #e37ce2;
}
.icon11{
    background: #6ca3ff;
}
.icon12{
    background: #ff8e53;
}
.icon13{
    background: #ff6c9c;
}
.icon14{
    background: #f25472;
}
.icon15{
    background: #6c76ff;
}
.icon16{
    background: #5488f2;
}
.headerCon .user {
    padding:0;
    width: .45rem;
    height: .45rem;
    border-radius: 50px;
}
.headerCon .user img{
    display: block;
    width: 100%;
    border-radius: 50px;
}
.project,.story,.videos,.newvideo{
    background: #fff;
    margin-top: .15rem;
    overflow: hidden;
    border-bottom: 0.15rem solid #f2f2f2;
}
.tabTit{
    font-size: .34rem;
    padding: .25rem;
}
.tabTit:before{
    content: '';
    display: inline-block;
    width: 2px;
    height: .34rem;
    background: #f7485e;
    margin-top: -2px;
    vertical-align: middle;
}
.projectsw,.storysw,.newvideosw{
    margin: 0 .25rem;
    background: #fff;
    padding-bottom: .6rem;
    overflow: initial;
}
.projectsw img,.storysw img{
    width: 100%;
}
.projectsw .projectpa{
    bottom: 15px;
}
.projectsw .projectpa span,.storysw .storypa span,.newvideosw .newvideopa span{
    height: 2px;
    width: 20px;
    border-radius: 0;
}
.projectpa .swiper-pagination-bullet,.storypa .swiper-pagination-bullet,.newvideopa .swiper-pagination-bullet{
    background: #e6e6e6;
    opacity: 1;
}
.projectpa .swiper-pagination-bullet-active,.storypa .swiper-pagination-bullet-active,.newvideopa .swiper-pagination-bullet-active{
    background: #f8485e;
}
.moreStory{
    float: right;
    color: #999999;
    font-size: .28rem;
}
.storysw{
    padding-top: .2rem;
}
.storypa{
    font-size: 0;
}
.storysw img{
    border-radius: 10px;
    box-shadow: 0 0 24px rgba(0,0,0,.22);
}
.teacher{
    margin-top: .15rem;
    background: #fff;
    border-bottom: 0.15rem solid #f2f2f2;
}
.teacherTab{
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
.teacherTab a{
    font-size: .34rem;
    display: inline-block;
    text-align: center;
    padding: .3rem;
    width: 50%;
    position: relative;
    color: #808080;
}
.teacherTab a.active{
    color: #000;
}
.teacherTab a.active:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #f8495f;
    left: 0;
    bottom: 0;
}
.teacherTab a i{
    color: #b3b3b3;
    font-size: .35rem;
}
.teacherTab a:nth-of-type(2) i{
    font-size: .4rem;
}
.teachertab1,.teachertab2{
    background: #fefefe;
    padding: 0 .3rem;
}
.teachertab2{
    display: none;
}
.teachertab1sw{
    margin: .5rem 0;
}
.teachertab1sw a{
    text-align: center;
    padding: .44rem .1rem;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.teImg{
    display: block;
    margin:auto;
    width: 1.5rem;
    border-radius: 50px;
}
.teName{
    color: #f8485e;
    font-size: .3rem;
    margin: .3rem 0;
}
.teType{
    font-size: .22rem;
    color: #999999;
}
/*.videoimg{
    padding: 0 .2rem .3rem;
}
.videoimg img{
    display: block;
    width: 100%;
}
.videov{
    display: none;
    width: 100%;
}*/
.others{
    background: #fff;
    margin-top: .15rem;
    border-bottom: 0.15rem solid #f2f2f2;
}
.otherTab{
    font-size: 0;
    padding: .2rem 0;
}
.others img{
    width: 100%;
}
.otherTab a{
    font-size: .34rem;
    display: inline-block;
    width: 20%;
    text-align: center;
    border-right: 1px solid #cccccc;
    color: #ccc;
    line-height: .3rem;
}
.otherTab a.active{
    color: #f8485e;
}
.otherTab a:last-child{
    border: 0;
}
.othersw .swiper-slide{
    position: relative;
}
.othText{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: .1rem 0 .23rem;
    text-align: center;
    font-size: .23rem;
}
.othersw .otherspa{
    bottom: 8px;
    font-size: 0;
}
.othersw .otherspa span{
    height: 2px;
    width: 20px;
    border-radius: 0;
}
.otherspa .swiper-pagination-bullet{
    background: #e6e6e6;
    opacity: 1;
}
.otherspa .swiper-pagination-bullet-active{
    background: #f8485e;
}
.otherssw1,.otherssw2,.otherssw3,.otherssw4{
    display: none;
}
.app{
    margin-top: .15rem;
    position: relative;
}
.appBg{
    display: block;
    width: 100%;
}
.down{
    position: absolute;
    right: 0;
    top: 0;
    padding: .45rem .45rem 0 0;
}
.down a{
    display: block;
    font-size: .2rem;
    padding: 4px;
    color: #808080;
    border-radius: 4px;
    border: 1px solid #808080;
    margin-bottom: .2rem;
}
.anzhuo{
    color: #3db042;
}
.phone{
    width: .22rem;
}
.address img{
    display: block;
    width: 100%;
}

.fixright{
    position: fixed;
    right: 0;
    bottom: 3rem;
    z-index: 100;
}
.fixright>i{
    display: block;
    padding: .09rem;
    background: rgba(0,0,0,.36);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #fff;
    font-size: .4rem;
    margin-bottom: .1rem;
}
.toTop{
    display: none;
}
.slideMask{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    z-index: 110;
    background: rgba(0,0,0,.5);
    transition: all .5s;
    -moz-transition: all .5s;  /* Firefox 4 */
    -webkit-transition: all .5s;   /* Safari 和 Chrome */
    -o-transition: all .5s;
}
.slActive{
    top: 0;
}
.slideNav{
    height: 80%;
    background: #fff;
}
.sliHea{
    padding: .25rem .2rem 0;
    font-size: .3rem;
    text-align: center;
}
.sliHea i{
    float: right;
    color: #808080;
}
.navs2{
    padding-top: 0;
}
.tabTitPa{
    border-top: .15rem solid #f2f2f2;
}
.erma{
    display: none;
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 120;
    background: rgba(0,0,0,.5);
}
.ermaDiv{
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    right: 0;
    width: 4rem;
    height: 4.5rem;
    margin: auto;
    background: #fff;
    text-align: center;
    padding: .3rem;
    border-radius: 10px;
    color: #f8485e;
    font-size: .26rem;
}
.ermaDiv img{
    width: 3rem;
}
.cuo{
    position: absolute;
    right: .1rem;
    top: .1rem;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    background: rgba(0,0,0,.5);
}

.videos .video-tab{ width:100%; border-bottom: 1px solid #f2f2f2;  text-align: center; overflow: hidden; margin-bottom: 0.2rem;}
.videos .video-tab span{ float:left;padding-bottom: 10px; font-size: 0.34rem; width:33.3%; color:#808080;}
.videos .video-tab span.cur{border-bottom: 2px solid  #f8495f; color:#000; }
.videos .video-item .videoimg{ display: none; }
.videos .video-item .videoimg.on{ display: block; }

.newvideosw{height: 3rem;}
.newvideosw .swiper-slide{position: relative;}
.newvideosw .swiper-slide img{position: absolute;z-index:2;width: 100%;height:2.2rem;}
.newvideosw .swiper-slide video{position: absolute;z-index:1;width: 100%;height:2.2rem;}


/* 弹窗 */
.popup1{ width:100%; height: 100%; position: fixed;  left:0; top:0;z-index: 1000; }
.popup1 .popup-img{ width:80%; margin:0 auto; margin-top: 50%; position: absolute; left:50%; margin-left: -40%; }
.popup1 .popup-img img{ display: block; width: 100%; }
.popup1 .popup-img .popup-close{ width:12%; height: 35px;  position: absolute; right:16px; top:0; }

div[id*=_embed]{
    display:none;
}

html{
        font-size: 20px ;
        overflow-x: hidden;
      }
      .clone{
          position: absolute;
          width: 20px;
          height: 20px;
          top: 18%;
          right: 6%;
      }
      .tank{
              position: fixed;
              z-index: 999;
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.33);
      }
      .tank img{
          width:100%;
              margin-top: 25%;
      }
      .action{
        height: 40px;
        clear: both;
        overflow: hidden;
        
      }

      .action .acL{
        float: left;
        width: 59%;
        height: 40px;
      }
      .action .acL input{
        width: 100%;
        height: 100%;
        border: 1px solid #999;
        border-radius: 6px 0 0 6px;
        padding: 4px;
        font-size: 16px;
        outline: none;
      }
      .action .acR{
        float: left;
        width: 40%;
        height: 40px;
      }
      .action .acR input{
        width: 100%;
        height: 100%;
        background-color: #f8485e;
        border-radius: 0 6px 6px 0;
        color: #fff;
        text-align: center;
        cursor: pointer;
        outline: none;
      }
      .play{
        width: 90%;
        height: 360px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto auto;
        background-color: #ff8db3;
        padding: 4px;
        z-index: 999;
      }
      @media(min-width: 500px){
        .play{
          width: 500px;
        }
      }
      .play h2{
        height: 36px;
        line-height: 36px;
        color: #fff;
        font-size: .2rem;
        background-color: #ff8db3;
      }
      .play h2:first-child{
        border-bottom: 1px solid #fff;
      }
      .play p{
        margin:10px 0;
        color: #fff;
        line-height: 26px;
      }
      .play label{
        color: #fff;
      }
      #submit .btn{
        background-color: #ff8db3;
        border: 1px solid #fff;
        color: #fff;
        outline: none;
      }
      .play .close{
        position: absolute;
        right: 5px;
        top: 5px;
        width: 30px;
        height: 30px;
        background: url('https://www.airan999.com/img/hz/spread/01/close.png') no-repeat center center;
        background-size: 100% 100%;
      }