/*公共样式--start*/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    background: #fff;
}
body{
    font:.12rem/1.3 微软雅黑,'microsoft yahei',宋体,新宋体,sans-serif;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent!important;
    background: #fff;
}
a{
    text-decoration: none;
    color: #2b2b2b;
    cursor: pointer;
}
a:active,a:hover{
    text-decoration: none;
}
img{
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
ul,ol,li{
    list-style: none;
}
.lf{
    float: left;
}
.rf{
    float: right;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
input,select,textarea{
    outline: none;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999999;
    font-size: .18rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: .18rem;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
    font-size: .18rem;
}
*:focus{
    outline: none;
}
body.show{
    overflow: auto!important;
    position: static!important;
}
.show  #mini_chat{
    display: none!important;
}
/*公共样式--end*/
/*顶部导航--start*/
.header{
    width: 100%;
    position: fixed;
    top: 0;
    min-width: 320px;
    max-width: 750px;
    z-index: 100;
}
.header .header-nav{
    height: .86rem;
    padding: .19rem .24rem .19rem .24rem;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header .header-nav .left-a{
    width: .56rem;
    height: .41rem;
    display: block;
}
.header .header-nav .content-a{
    width: 1.35rem;
    height: .48rem;
    display: block;
    margin-left: .6rem;
}
.header .header-nav .right-a .right-icon{
    display: inline-block;
    vertical-align: middle;
    width: .41rem;
    height: .54rem;
    background: url("nav_right1.png")no-repeat;
    background-size:100% 100%;
}
.header .header-nav .right-a span{
      font-size: .24rem;
      color: #c20000;
}
/*顶部导航--end*/

/*左侧课程大全导航-start*/
.left-navigation{
    width: 100%;
    min-width: 320px;
    max-width: 750px;
    height: 13.33rem;
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 200;
    left: -100%;
    -webkit-transition:all .3s ease-out ;
    -moz-transition:all .3s ease-out ;
    -o-transition:all .3s ease-out ;
    transition: all .3s ease-out;
}
.left-navigation .navigation-top{
    width: 100%;
    height: .86rem;
    background-color: #fa6578;
    padding: .19rem .2rem .19rem .2rem;
}
.left-navigation .navigation-top .curriculum-left{
    font-size: .34rem;
    color: #fff;
}
.left-navigation .navigation-top .curriculum-right{
    display: block;
    width: .47rem;
    height: .47rem;
    background: url("index_pop_list_icon01.png")no-repeat;
    background-size:100% 100%;
    cursor: pointer;
}
.left-navigation .navigation-bottom{
    width: 100%;
    height: 12.47rem;
    position: relative;
}
.left-navigation .navigation-bottom .complete-left{
      width: 2rem;
      height:100%;
      background-color: #fa6578;
}
.complete-left .left-item{
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    font-size: .3rem;
    color: #fff;
    padding-left: .2rem;
    cursor: pointer;
}
.complete-left .table-active{
    background-color: #960000;
}

.left-navigation .navigation-bottom .complete-right{
    height: 100%;
    margin: .3rem .4rem 0 .4rem;
}
.left-navigation .navigation-bottom .complete-right .complete-item{
    display: none;
}
.left-navigation .navigation-bottom .complete-right .complete-active{
    display: block;
}
.complete-right .table-top .table-title{
    font-size:.3rem;
    color: #960000;
}
.complete-right .table-top:after{
    content: "";
    width:4.7rem;
    height: .02rem;
    display: block;
    background-color: #ffbcc5;
    margin-top: .03rem;
}
.complete-right .complete-table{
    margin-top: .4rem;
}
.complete-right .complete-table:first-child{
    margin-top: 0;
}
.complete-right .complete-table .table-bottom .table-li{
    margin-top: .3rem;
}
.complete-right .complete-table .table-bottom .table-li .table-a{
    display: inline-block;
    font-size:.28rem;
    color: #333333;
    margin-right: .8rem;
}
.complete-right .complete-table .table-bottom .table-li .table-a:last-child{
    margin-right: 0;
}
/*左侧课程大全导航-end*/

/*内容区域-start*/
.wrap-main{
    padding-top: 0rem;
    padding-bottom: 1.15rem;
}
/*内容区域-end*/


/*尾部导航--start*/
.footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    min-width: 320px;
    max-width: 750px;
    z-index: 100;
}
.footer .footer-nav{
    height: 1.15rem;
    background: url("footer.png")no-repeat;
    background-size:100% 100%;
    position: relative;
}
.footer .footer-nav .footer-ul{
    height: 1.15rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: .09rem 0;
}
.footer .footer-nav .footer-ul .footer-text{
    font-size:.22rem;
    color: #fff;
    text-align: center;
    margin-top: .05rem;
}
.footer .footer-nav .footer-ul>a{
    width: 20%;
}
.footer .footer-nav .footer-ul .icon-item1 img{
    width:.48rem;
    height:.62rem;
    display: block;
    margin: 0 auto;
}
.footer .footer-nav .footer-ul .icon-item2{
    margin-right: 0.775rem;
}
.footer .footer-nav .footer-ul .icon-item2 img{
    width:.62rem;
    height: .62rem;
    display: block;
    margin: 0 auto;
}
.footer .footer-nav .footer-ul .icon-item3{
    margin-left: 0.775rem;
}
.footer .footer-nav .footer-ul .icon-item3 img{
    width:.58rem;
    height: .62rem;
    display: block;
    margin: 0 auto;
}
.footer .footer-nav .footer-ul .icon-item4 img{
    width:.62rem;
    height:.62rem;
    display: block;
    margin: 0 auto;
}
.footer .footer-nav .footer-table{
    width: 1.83rem;
    height: 1.83rem;
    display: block;
    position: absolute;
    top: -.9rem;
    left: 2.85rem;
    z-index: 200;
}
.footer .footer-nav .footer-table .footer-a{
    width: 100%;
    height: 100%;
    display: block;
}
/*.footer .footer-nav .footer-table{
    position: absolute;
    top:-.95rem;
    left: 2.85rem;
    width: 1.83rem;
    height: 1.83rem;
    background:url("index_tabbar_center_bg.png")no-repeat;
    background-size:100% 100%;
    text-align: center;
    padding-top: .35rem;
    z-index: 100;
}
.footer .footer-nav .footer-table img{
    width: .61rem;
    height: .56rem;
}
.footer .footer-nav .footer-table .table-text{
    font-size: .24rem;
    color: #ef5c7f;
}*/

.footer .footer-nav .table-block{
    width: 100%;
    height: 3.16rem;
    background: url("index_tabbar_pop_bg.png")no-repeat;
    background-size:100% 100%;
    position: absolute;
    bottom:1.15rem;
    z-index: 100;
}
.table-block .table-nav{
    position:relative;
    width: 100%;
    height: 100%;
}
.table-block .table-nav>a{
    width: 1.34rem;
    height: 1.34rem;
    display: block;
    position: absolute;
}
.table-block .table-nav .table1{
    left: 7%;
    top: 53%;
}
.table-block .table-nav .table2{
    left: 21%;
    top: 19%;
}
.table-block .table-nav .table3{
    left: 41%;
    top: 5%;
}
.table-block .table-nav .table4{
    left: 60.5%;
    top: 19%;
}
.table-block .table-nav .table5{
    left: 74.5%;
    top: 53%;
}
/*尾部导航--end*/

/*内容区域--公共样式-start*/
/*学习(化妆--美容)*/
.wrap-main .makeup-learning{
    margin: 0 .2rem .72rem .2rem;
}
.wrap-main .makeup-learning .makeup-bottom{
    margin-top: .3rem;
}
.makeup-bottom .makeup-ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.makeup-bottom .makeup-ul .makeup-li{
    width: 3.5rem;
    height: auto;
    position:relative;
    margin-top: .38rem;
    margin-right: .1rem;
}
.makeup-bottom .makeup-ul .makeup-li img{
    width: 3.5rem;
    height: 2.33rem;
}
.makeup-bottom .makeup-ul .makeup-li:nth-child(-n+2){
    margin-top: 0;
}
.makeup-bottom .makeup-ul .makeup-li:nth-child(2n){
    margin-right: 0;
}
.makeup-bottom .makeup-ul .makeup-li .makeup-title{
    width: 3.2rem;
    height: auto;
    background: #fa6578;
    position: absolute;
    bottom: -.22rem;
    left: .14rem;
    text-align: center;
}
.makeup-bottom .makeup-ul .makeup-li .makeup-title .makeup-p span{
    font-size: .22rem;
    color: #fff;
    display: block;
}
/*协议承诺-不怕学不会(化妆--美容)*/
.wrap-main .agreement-commitment{
    margin: .5rem .2rem .5rem .2rem;
}
.agreement-bottom{
    margin-top: .3rem;
}
.agreement-bottom .agreement-ul{
    display: flex;
    flex-direction: row;
}
.agreement-bottom .agreement-ul .agreement-li{
    width: 1.61rem;
    height: 2.1rem;
    border: .01rem solid #aaaaaa;
    text-align: center;
    padding-top: .25rem;
    margin-right: .22rem;
}
.agreement-bottom .agreement-ul .agreement-li .agreement-icon1{
    width: .78rem;
    height: .95rem;
    display: inline-block;
}
.agreement-bottom .agreement-ul .agreement-li .agreement-icon2{
    width: .87rem;
    height: .82rem;
    display: inline-block;
}
.agreement-bottom .agreement-ul .agreement-li .agreement-icon3{
    width: .87rem;
    height: .87rem;
    display: inline-block;
}
.agreement-bottom .agreement-ul .agreement-li .agreement-icon4{
    width: .88rem;
    height: .88rem;
    display: inline-block;
}
.agreement-li .agreement-title .agreement-p{
    font-size: .22rem;
    color: #2b2b2b;
}
.agreement-bottom .agreement-ul .agreement-li .text1{
    margin-top: .2rem;
}
.agreement-bottom .agreement-ul .agreement-li .text2{
    margin-top:.32rem;
}
.agreement-bottom .agreement-ul .agreement-li .text3{
    margin-top: .27rem;
}
.agreement-bottom .agreement-ul .agreement-li .text4{
    margin-top: .26rem;
}
.agreement-bottom .agreement-ul .agreement-li:last-child{
    margin-right: 0;
}
/*从基础到专业 一站式教学(化妆--美容)*/
.wrap-main .one-teaching{
    margin: 0 .2rem .5rem .2rem;
}
.wrap-main .one-teaching .back-title{
    left: .53rem;
}
.wrap-main .one-teaching .teaching-bottom{
    margin-top: .37rem;
}
.teaching-bottom .teaching-ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.teaching-bottom .teaching-ul .teaching-li{
    width: 2.34rem;
    height: 3.6rem;
    border-radius: .12rem;
    background: #fff;
    text-align: center;
    margin-right: .15rem;
}
.teaching-bottom .teaching-ul .teaching-li:last-child{
    margin-right: 0;
}
.teaching-bottom .teaching-ul .teaching-li .teacher-img{
    width:2.15rem;
    height: 2.15rem;
    margin: 0 auto;
    display: block;
}
.teaching-bottom .teaching-ul .teaching-li .teaching-title{
    margin-top: .13rem;
}
.teaching-title .teaching-h3{
    font-size: .24rem;
    color: #ff7575;
    margin-bottom: .06rem;
}
.teaching-title .teaching-p{
    font-size: .18rem;
    color: #666;
}
/*规模大，影响力强(化妆--美容)*/
.wrap-main .large-scale .back-title{
    left: .82rem;
}
.wrap-main .large-scale .large-item{
    margin-top: .45rem;
    position: relative;
}
.wrap-main .large-scale .large-item:after{
    content: "";
    width:7.5rem;
    height: .73rem;
    display: block;
    background: url("../images/makeup/hzld_part06_taijie.png")no-repeat;
    background-size:100% 100%;
    margin-top: -.4rem;
}
.wrap-main .large-scale .large-item .large-ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: .2rem;
    padding-right: .2rem;
}
.wrap-main .large-scale .large-item .large-ul .large-li{
    width: 2.13rem;
    height: 1.65rem;
    display: block;
    background: url("../images/makeup/hzld_part06_bg.png")no-repeat;
    background-size:100% 100%;
    text-align: center;
    padding-top: .25rem;
    margin-right: .4rem;
}
.wrap-main .large-scale .large-item .large-ul .large-li:last-child{
    margin-right: 0;
}
.large-ul .large-li .large-p span{
    color: #ff7575;
    font-size: .24rem;
}
.large-ul .large-li .large-p .first-p{
    font-size: .52rem;
    font-weight: bold;
}
.large-ul .large-li .large-span{
    font-size: .22rem;
    color: #333;
}

/*报名领取试听课程(化妆--美容)*/
.wrap-main .audition-course{
    width: 100%;
    height:5.2rem;
    display: block;
    background: url("../images/cosmetology/from.png")no-repeat;
    background-size:100% 100%;
    padding-top: .48rem;
    text-align: center;
}
.wrap-main .audition-course .audition-h3{
    font-size: .34rem;
    color: #fff;
    margin-bottom: .3rem;
}
.wrap-main .audition-course .audition-form .form-input{
    position: relative;
}
.wrap-main .audition-course .audition-form .form-input input{
    width:6.1rem;
    height: .7rem;
    margin: 0 auto;
    border: none;
    border-radius: .1rem;
    display: block;
    background: #fff;
    padding-left: 1rem;
    font-size: .24rem;
    color: #2b2b2b;
}
.wrap-main .audition-course .audition-form .bottom-input{
    margin-top: .2rem;
}
.wrap-main .audition-course .audition-form .audition-p{
    font-size: .28rem;
    color: #fff;
    margin-top: .2rem;
    text-align: center;
}
.wrap-main .audition-course .audition-form .audition-btn{
    width: 7.1rem;
    height: .66rem;
    text-align: center;
    background: #940e1f;
    border: none;
    outline: none;
    display: block;
    margin:  .2rem auto 0 auto;
    font-size: .28rem;
    color: #fff;
    letter-spacing: .15rem;
}
.wrap-main .audition-course .audition-form .top-input:before{
    position: absolute;
    left: 0.5rem;
    top: .2rem;
    content: "";
    width: .32rem;
    height: .36rem;
    display: block;
    background: url("../images/cosmetology/mrld_form_icon_01.png")no-repeat;
    background-size:100% 100%;
}
.wrap-main .audition-course .audition-form .bottom-input:before{
    position: absolute;
    left: 0.5rem;
    top: .2rem;
    content: "";
    width: .26rem;
    height: .37rem;
    display: block;
    background: url("../images/cosmetology/mrld_form_icon_02.png")no-repeat;
    background-size:100% 100%;
}
/*教师团队(首页--品牌故事)*/
.elegant-bottom .swiper-slide{
    /* height: 1.4rem;*/
    border-radius: .16rem;
    background-color: #ffdcac;
    padding-left: .01rem;
}
.elegant-bottom .swiper-slide .slide-a{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.elegant-bottom .swiper-slide .slide-a img{
    width: 1.04rem;
    height: 1.04rem;
    display: inline;
    padding-left: .05rem;
}
.elegant-bottom .swiper-slide .slide-a .slide-title{
    margin-left: .15rem;
}
.elegant-bottom .swiper-slide .slide-a .title-h3{
    font-size: .28rem;
    color: #2b2b2b;
}
.elegant-bottom .swiper-slide .slide-a .title-p{
    font-size: .16rem;
    color: #555;
}
/*教学环境--(热门专业--首页--品牌故事)*/
.wrap-main .teaching-environment .warp-top{
    margin-right: .2rem;
    margin-left: .2rem;
}
.wrap-main .teaching-environment .environment-bottom{
    width: 100%;
    height: 3.8rem;
    background:#f1f1f1;
    overflow: hidden;
    margin-top: .25rem;
    margin-bottom: .7rem;
    padding:.15rem  .23rem .16rem .21rem;
}
.wrap-main .teaching-environment .environment-bottom .swiper-container{
    width: 100%;
    height: 100%;
    border-radius: .09rem;
}
.wrap-main .teaching-environment .swiper-slide img{
    height: 3.49rem;
    border-radius: .09rem;
}
.wrap-main .teaching-environment .swiper-slide .environment-modal{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.1rem;
    height: .7rem;
    overflow: hidden;
    border-bottom-left-radius:.09rem;
}
.environment-modal .modal{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.6);
    border-bottom-left-radius:.09rem;
}
.environment-modal .modal-title{
    position: absolute;
    left: .23rem;
    top: .23rem;
    font-size: .24rem;
    color: #fff;
}
.wrap-main .teaching-environment .swiper-pagination-fraction{
    width: .7rem;
    height: .22rem;
    line-height: .22rem;
    font-size: .18rem;
    color: #fff;
    border-radius: .11rem;
    background: #000;
    opacity: .6;
    left: 6.2rem;
    bottom: .23rem!important;
}
/*地址位置--(热门专业--首页)*/
.wrap-main .address-location{
    margin: 0 .27rem .5rem .33rem;
}
.wrap-main .address-location .address-title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.address-title .left-top{
    width: 2.92rem;
    height: 1.56rem;
}
.address-title .left-title{
    margin-top: .64rem;
    text-align: center;
}
.address-title .left-title .text-p{
    font-size: .26rem;
    color: #7b7b7b;
    margin-right: .21rem;
}
.address-title .left-title .text-span{
    font-size: .16rem;
    color: #bdbdbd;
}
.address-location .address-title .address-right{
    margin-left:.34rem;
}
.address-right .location-text{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: .19rem;
}
.address-right .location-text .text-icon{
    width: .24rem;
    height: .31rem;
    display: inline-block;
    margin-top: .06rem;
}
.address-right .location-text .icon1{
    background: url("index_add_icon_01.png")no-repeat;
    background-size:100% 100%;
}
.address-right .location-text .icon2{
    background: url("index_add_icon_02.png")no-repeat;
    background-size:100% 100%;
}
.address-right .location-text .icon3{
    width: .27rem;
    height: .37rem;
    background: url("index_add_icon_03.png")no-repeat;
    background-size:100% 100%;
}
.address-right .location-text .text-right{
    width: 92%;
    height: auto;
    margin-left: .24rem;
}
.address-right .location-text .text-right .text-span{
    font-size: .16rem;
    color: #999999;
}
.address-right .location-text .text-right .text-h3{
    font-size: .24rem;
    color: #2b2b2b;
}
.address-right .location-text:last-child{
    margin-bottom: 0;
}
.address-right .text3{
    align-items: center;
}
/*内容区域--公共样式-end*/