* {
    margin: 0;
    padding: 0;

}

.clear {
    clear: both;
}

html,
body {
    height: 100%;
}

html {
    font-size: 26.667vw;
}

a {
    text-decoration: none;
}


/* 头部 */
body {
    display: flex;
    flex-direction: column;
    font-size: 0.12rem;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    z-index: 9999;
    box-shadow: 0 0 0.01rem 0 rgba(51, 51, 51, .3);

}

header a img {
    display: block;
    width: 0.22rem;
    height: 0.22rem;


}

header h1 {
    font-size: 0.2rem;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;    text-align: center;
}

/* 主体 */
main {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;    overflow-x: hidden;
}
.jianjie{box-shadow: 0 0 0.02rem 0 rgb(0 0 0 / 10%);
    padding: 3%;
    margin-top: 0.05rem;}
.hair-top img{width: 250%;    height: auto;}
.hair {
    position: relative;
    width: 100%;
    height: 3.8rem;
    font-size: 0.12rem;
}
.fotp{padding:3%}
.hair-top img {
    /*width: 100%;*/
    z-index: -1;

}

.hair-inner {
    position: absolute;
    background: #fff; 
    width: 90%;
    height: auto;
    box-shadow: 0 0 0.1rem 0 rgba(249, 178, 148, 0.3);
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.15rem 0.2rem; 
    top: 1.5rem;
    left: 5%;
    z-index: 9999;

}

.hair-i {
    display: flex;
}

.hair-inner .hair-i-left img {
    width: 0.8rem;
    border-radius: 0.08rem;
    margin-right: 0.2rem;height: 100%;
}

.hair-i-right h3 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;overflow: hidden;
    white-space: nowrap;
    width: 100%;
    
    z-index: 9999;

}

.star img {
    width: 0.75rem;
}

.star span {
    font-size: 0.12rem;
    color: #999;
    margin-left: 0.1rem;
}

.hair-address {
    display: flex;
    justify-content: space-between;
    margin-top: 0.12rem;
}

.hair-address img {
    width: 0.15rem;
    height: 0.2rem;
    margin-right: 0.1rem;
}

.hair-address span {
    flex: 1;
    color: #333;

}

.hair-address a {
    width: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #999;
}

.hair-address a span {
    margin-top: 0.05rem;
}

.hair-b {
    display: block;
    justify-content: start;
    margin-top: 0.08rem;
    margin-left: -0.1rem;

}

.hair-b span {
    padding: 0.01rem 0.02rem;
    border: #ccc 0.01rem solid;
    color: #999;
    font-size: 0.12rem;
    margin-right: 0.10rem;
    float: left;
}

.course {
    padding:  1.1rem 0.1rem 0;


}

.course .course-item {
    margin: 0 5%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
    border-bottom: 0.01rem solid #f1f1f1;
}

.course .course-item:nth-of-type(3) {
    border: none;
    clear: both;
}

.course-item-left {
    position: relative;
    margin-right: 0.05rem;
}

.course-item-left i {
    position: absolute;
    width: 0.6rem;
    height: 0.2rem;

    top: 0;
    left: 0;
    background: url(img/img_10.jpg) 20% 20%;
    border-bottom-right-radius: 0.15rem;
    font-style: normal;
    font-size: 0.12rem;
    box-sizing: border-box;
    padding: 0.02rem 0.05rem;
    color: #fff;
}

.course-item-left>img {
    width: 1.40rem;
    height:0.9rem;
    margin-right: 0.05rem;
}

.course-item-right {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.course-item-right h4 {
       font-size: 0.15rem;
    font-weight: bold;
    margin-bottom: 0.03rem;
    margin-left: -0.05rem;
    color: #333;
    overflow: hidden;
    height: 0.2rem;
}

.course-item-right p {
    color: #666;
    margin-bottom: 0.03rem;
    font-size: 0.12rem;
    overflow: hidden;
    height: 0.2rem;
    line-height: 0.2rem;
}

.price {
    display: flex;
    justify-content: space-between;
    font-size: 0.12rem;
    color: #999;
    align-items: end;

}

.price .buy {
    display: inline-block;
    background: #ff663e;
    width: 0.7rem;
    height: 0.35rem;
    line-height: 0.35rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 500;
    color: #fff;
    border-radius: 0.05rem;
}





/* 底部 */
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.55rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
    box-shadow: 0 0 0.01rem 0 rgba(51, 51, 51, .3);
}

footer a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 0.5rem;
}

footer a img {
    width: 0.25rem;
}

footer a span {
    font-size: 0.12rem;
    color: #999;
    margin-top: 0.05rem;
}

.hot {
    padding: 5%;
    position: relative;
 clear: both;
}

.hot-title {
    display: flex;
}

.hot-title img {
    width: 0.82rem;
    height: 0.18rem;
    margin-left: 0.05rem;
    margin-top: -0.02rem;
}

.hot p {
    margin-top: 0.08rem;
    color: #666;
    font-size: 0.12rem;
}

.hot-list {
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
     width: 100%;
}
 
.hot-item {
    width: 49%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-around;
    background: #fff;
    border-radius: 0.02rem;
margin: 1px;
}

.hot-item span {
    display: inline-block;
    margin-top: 0.05rem;
    margin-bottom: 0.1rem;
}

.hot-item img {
    width: 100%;


    border-radius: 0.05rem;
}

.hot-item a {
    align-self: end;
    margin-right: 0.2rem;
    padding: 0.02rem 0.15rem;
    background: #ff663e;
    border-radius: 0.05rem;
    color: #fff;
    margin-bottom: 0.1rem;
}

.hot-bg {
    width: 100%;
    position: absolute;
    bottom: 0rem;
    z-index: -1;
    left: 0; 
}

.hot-bg img {
    width: 100%;
    border-radius: 0.08rem;
}


.teacher-wrap {
    width: 100%;
    height: auto;
    background: url(./img/bg01.png) no-repeat top center;
    position: relative;
    background-size: 100%;
    margin-top: 0.1rem;
}

.teacher-title {
    width: 1.55rem;
    height: 0.4rem;
    background: url(./img/bg002.png) no-repeat center;
    background-size: 100%;
    line-height: 0.4rem;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -0.775rem;
    top: -0.1rem;


}

.teacher-list {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding-top: 0.2rem;


}

.teacher-list .teacher-item {

    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(img/bc003.png) no-repeat bottom center;
    background-size: 100%;

    position: relative;
    height: 1.6rem;

}

.teacher-list .teacher-item .teacher-img {
    display: inline-block;
    width: 1.1rem;
    margin-left: 0.1rem;
    position: absolute;
    bottom: 0.08rem;
    left: 0.05rem;
    height: 1.4rem;border-radius: 20%;
    /*box-shadow: 0 0 0.1rem 0 rgb(249 178 148 / 30%);*/
    

}

.teacher-p {
    position: absolute;
    top: 35%;
    left: 40%;
    display: flex;
    flex-direction: column;

}

.teacher-p>h4 {
    font-size: 0.18rem;
    width: 100%;
    line-height: 0.2rem;
    height: 0.2rem;
    overflow: hidden;
}

.teacher-p>img {
    width: 0.75rem;
    margin: 0.08rem 0;
}

.teacher-p>span {
    font-size: 0.12rem;
    color: #999;
}

.teacher-item>a {
    position: absolute;
    top: 1rem;
    font-size: 0.16rem;
    right: 0.3rem;
    color: #fff;
    font-weight: 600;
}

.teacher-wrap>.hot-title {
    margin-top: 0.2rem;
    padding: 0 5%;
}

.p-199 {
    padding: 0 5%;
    margin-top: 0.05rem;
    margin-bottom: 10;
}

.newslist {

    box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.1);
    padding: 3%;
    margin-top: 0.05rem;
}

.newslist ul>h4 {
    font-size: 0.16rem;
    font-weight: 600;
}

.newslist ul {
    list-style: none;
}

.newslist ul li {
    margin-top: 0.05rem;
    display: flex;
    justify-content: space-between;padding: 0 3%;

}

.newslist ul li a {
    color: #333;
    font-size: 0.13rem;
    display: block;
    width: 80%;
    line-height: 0.2rem;
    height: 0.2rem;
    overflow: hidden;
}

.newslist ul li>span {
    color: #999;
    font-size: 0.12rem;

}

.main-bottom {
    height: 0.9rem;
    width: 100%;
    text-align: center;
    background-color: #f1f1f1;
    box-sizing: border-box;
    padding: 0.2rem 0;
}

.main-bottom p {
    font-size: 0.12rem;
    color: #999;
    margin-top: 0.05rem;
}

.main-bottom p span {
    margin-right: 0.05rem;
    margin-left: 0.05rem;
}









@media screen and (min-width: 750px) {
    html {
        font-size: 180px;
    }

    body {
        /* max-width: 740px; */
        margin: 0 auto;
    }

    .teacher-wrap {
        height: 920px;
        margin-bottom: 100px;
    }
    .hair-top img {
        width: 100%;
        max-height: 60vh;
        z-index: -1;
    
    }
    .hair-top{
        z-index: 0;
    }
}
.form-enter2{display: block;text-align: center;}
.news{padding: 5%;position: relative;clear: both;}
.jjp{    margin-top: 0.08rem;color: #666;font-size: 0.12rem;}
@media screen and (min-width: 1600px){.newslist {
    box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.1);
    padding: 3%;
    margin-top: 0.05rem;
    width: 40%;
    float: left;
    margin: 20px;height: 300px;overflow: hidden;
}
 .course {
    width: 1200px;
    margin: 0 auto;padding: 0.8rem 0.1rem 0;
}   
  .course .course-item {
    margin: 0 5%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
    border-bottom: 0.01rem solid #f1f1f1;
    width: 40%;
    float: left;
}
.course-item-right h4 {
    font-size: 18px;
    margin-bottom: 0.03rem;
    margin-left: -0.05rem;
    color: #333;
    overflow: hidden;
    height: 25px;
}
.course-item-right p {
    color: #666;
    margin-bottom: 0.03rem;
    font-size: 16px;
    overflow: hidden;
    height: 0.2rem;
    line-height: 0.2rem;
}
.price{    font-size: 18px;}
.price .buy{font-size: 24px;}
.teacher-wrap{width: 1200px;margin: 0 auto;margin-top: 40px;height: auto;}
.news{width: 1200px;margin: 0 auto;margin-top: -50px;}
.hair-inner{    width: 70%;left: 15%;}
/*.teacher-list .teacher-item{height: 400px;display: block;position: relative;background-size: 100% 100%;}*/
.jjp{margin: 10px;font-size: 16px;}
.form-enter2{display: block;text-align: center;}
.hair-b span {
    padding: 0.01rem 0.02rem;
    border: #ccc 0.01rem solid;
    color: #999;
    font-size: 18px;
    margin-right: 0.10rem;}
.fotp{margin: 10px;font-size: 16px;padding: 3%;}
.jianjie{box-shadow: 0 0 0.02rem 0 rgb(0 0 0 / 10%);padding: 3%;margin-top: 0.05rem;}
.teacher-item>a{top:120px}

}

@media screen and (min-width:1024px) and (max-width:1600px){
 .newslist {
    box-shadow: 0 0 0.02rem 0 rgba(0, 0, 0, 0.1);
    padding: 3%;
    margin-top: 0.05rem;
    width: 40%;
    float: left;
    margin: 20px;height: 300px;overflow: hidden;
}
 .course {
    width: 1200px;
    margin: 0 auto;padding: 1.8rem 0.1rem 0;
}   
  .course .course-item {
    margin: 0 5%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
    border-bottom: 0.01rem solid #f1f1f1;
    width: 40%;
    float: left;
}
.course-item-right h4 {
    font-size: 18px;
    margin-bottom: 0.03rem;
    margin-left: -0.05rem;
    color: #333;
    overflow: hidden;
    height: 25px;
}
.course-item-right p {
    color: #666;
    margin-bottom: 0.03rem;
    font-size: 16px;
    overflow: hidden;
    height: 0.2rem;
    line-height: 0.2rem;
}
.price{    font-size: 18px;}
.price .buy{font-size: 24px;}
.teacher-wrap{width: 1200px;margin: 0 auto;margin-top: 40px;height: auto;}
.news{width: 1200px;margin: 0 auto;margin-top: -50px;}
.hair-inner{    width: 70%;left: 15%;}
/*.teacher-list .teacher-item{height: 400px;display: block;position: relative;background-size: 100% 100%;}*/
.jjp{margin: 10px;font-size: 16px;}
.form-enter2{display: block;text-align: center;}
.hair-b span {
    padding: 0.01rem 0.02rem;
    border: #ccc 0.01rem solid;
    color: #999;
    font-size: 18px;
    margin-right: 0.10rem;}
.fotp{margin: 10px;font-size: 16px;padding: 3%;}
.jianjie{box-shadow: 0 0 0.02rem 0 rgb(0 0 0 / 10%);padding: 3%;margin-top: 0.05rem;}
.teacher-item>a{top:120px}
}


  .fenxiao{background-color: rgb(249 178 148 / 30%) !important;padding: 0.1rem !important;border-radius: 5px !important;margin-bottom: 0.1rem !important;height: auto !important;position: relative !important;box-shadow: 0 0 0.1rem 0 rgb(249 178 148 / 30%);}
                .fenxiaoa {display: block !important;width: 70% !important;line-height: 0.2rem !important;height: 0.4rem !important;overflow: hidden !important;}
                .fenxiaospan{font-size: 0.15rem !important;}
                .fenxiaop {border: 1px solid #7dc6ff;border-radius: 0.5rem !important;padding: 0.05rem 0.2rem !important;color: #068bf2 !important;height: 0.17rem !important;}
            


