@charset "utf-8";

body {
    font: 14px/1 \5FAE\8F6F\96C5\9ED1, \9ED1\4F53, arial, Helvetica, Tahoma, sans-serif;
    margin: 0 auto;
    color: #666;
    background: #f1f8ff;
}

p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

ul,
li,
ol {
    list-style-type: none;
}

i,
em,
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

a,
a:hover {
    outline: none;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.pr {
    position: relative;
}

.abs {
    position: absolute;
}
.banner_top{
    width: 100%;
    height: 4.9333rem;
    background: url(/images/zhuanti/teachtoface/banner.png) top center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner_top h3{
    font-size: .9067rem;
    text-align: center;
    font-style: italic;
    background: linear-gradient(to right, #ffae00, #ffeeb4, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 1.44rem;
}
.banner_top p{
    margin-top: .4rem;
    margin-bottom: .4667rem;
    text-align: center;
    font-size: .4267rem;
    /* text-shadow: 0 12px 12px rgba(0, 38, 229, 0.46); */
     /* 设置文本的背景为线性渐变 */
     background: linear-gradient(90deg, #ffae00,#ffeeb4,#fff);
     /* 使用 blend-mode 实现文本颜色与背景渐变颜色的混合 */
     -webkit-background-clip: text;
     background-clip: text;
     /* 使用 color 作为遮罩，实际看到的是背景渐变 */
     -webkit-text-fill-color: transparent;
     text-fill-color: transparent;
     /* 防止文本阴影遮挡背景渐变 */
     -webkit-box-decoration-break: clone;
     box-decoration-break: clone;
}
.banner_top .top_list{
    width: 4.0533rem;
    height: .6933rem;
    background: url(/images/zhuanti/teachtoface/banner_list_bg.png) top center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: .6933rem;
    font-size: .3733rem;
    margin-right: .1333rem;
    color: #fff;
    margin-bottom: .5333rem;

}
.banner_list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.teacher_list li{
    width: 4.0533rem;
    height: .9333rem;
    text-align: center;
    line-height: .9333rem;
    border-radius: .4533rem;
    background: #fff;
    color: #222;
    font-size: .3733rem;
    box-shadow: 0 0 .16rem 0 rgba(223, 227, 232, 0.46);
    float: left;
    margin-right: .2667rem;
    cursor: pointer;
    border: .0133rem solid #e2ebf5;
}
/* .teacher_list li:last-child{
    margin-right: 0;
} */
.teacher_list li.on{
    background: linear-gradient(to right,#ffce98,#ffbb71);
    color: #6a3200;
    font-weight: 600;
    font-size: .3733rem;
}
.teacher_list {
    margin-top: .4rem;
    margin-left: .2667rem;

}
.txt_title{
    text-align: center;
}
.txt_title h3{
    display: inline-block;
    font-size: .5333rem;
    font-weight: 600;
    color: #333;
    text-align: center;
    position: relative;
    margin-top: .5333rem;
}
.txt_title h3::before{
    position: absolute;
    content: "";
    width:  2.1333rem;
    height: .32rem;
    background: url(/images/zhuanti/teachtoface/txt_left_icon.png) no-repeat;
    background-size: 100% 100%;
    left: -2.6667rem;
    top: 50%;
    margin-top: -0.16rem;
}
.txt_title h3::after{
    position: absolute;
    content: "";
    width: 2.1333rem;
    height: .32rem;
    background: url(/images/zhuanti/teachtoface/txt_right_icon.png) no-repeat;
    background-size: 100% 100%;
    right: -2.6667rem;
    top: 50%;
    margin-top: -0.16rem;
}
.txt_info {
    color: #666;
    font-size: .32rem;
    margin-top: .2933rem;
    /* //margin-bottom: 59px; */
}
.teach_list{
    display: none;
}
.teach_list li{
    width: 4.6rem;
    height: 5.9333rem;
    background: #fff;
    border-radius: .1333rem;
    box-shadow: 0 0 .2667rem .0667rem rgba(157, 203, 238, 0.46);
    margin-top: .8rem;
    float: left;
    margin-left: .2533rem;
}
.teach_list li:nth-child(2n){
    margin-right: 0;
}
.teach_list li .teach_img{
    background: url(/images/zhuanti/teachtoface/teac_list_bg.png) no-repeat;
    background-size: 100% 100%;
    height: 3.4rem;
    width: 100%;
    position: relative;
}
.teach_list li .teach_img h6{
    color: #666;
    font-size: .3467rem;
    position: absolute;
    left: .4267rem;
    top: .64rem;
    font-weight: 500;
}
.teach_list li .teach_img h6::after{
    display: block;
    position: absolute;
    content: "";
    bottom: -0.2133rem;
    left: 0;
    height: .0267rem;
    width: .2133rem;
    background: #45acf8;
}
.teach_list li .teach_img img{
    /* width: 3.52rem; */
    height: 3.9467rem;
    position: absolute;
    bottom: 0;
    right: .1333rem;
}
.teach_list li h5{
    margin-top: .24rem;
    margin-left: .2933rem;
    text-align: left;
    font-size: .32rem;
    line-height: .4rem;
    height: .6933rem;
    color: #222;
}
.teach_list li a{
    text-decoration: none;
}
.teach_list li a>p{
    color: #666;
    font-size: .2667rem;
    margin-top: .4rem;
    margin-left: .2933rem;
    text-align: left;
    line-height: .4rem;
    margin-right: .1333rem;
}
.bot_team{
    width: 100%;
    height: 8.1733rem;
    background: url(/images/zhuanti/teachtoface/team_bot.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-top: .8533rem;
    box-sizing: border-box;
    margin-top: .8rem;
}
.bot_team h3{
    font-size: .48rem;
    color: #fff;

}
.fix_bg{
    width: 50px;
    height: 353px;
    background: url(/images/zhuanti/teachtoface/fix_bg.png) no-repeat;
    color: #fff;
    font-size: 26px;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 50%;
    font-weight: 600;
    margin-top: -176px;
    padding-top: 35px;
    box-sizing: border-box;
}
.fix_bg p{
    display: inline-block;
}
.fix_bg p span{
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
}
.fix_bg.fix_left{
    left: 30px;
    right: auto;
}
.fix_bg img{
    left: 16px;
    bottom: 0px;
    position: absolute;
    cursor: pointer;
}