body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style-type: none;
}
*{
    font-family:"Microsoft YaHei","微软雅黑";
}

/*查询中心页面css*/
/*parent*/
.querycenter{
    width: 100%;
    height: 838px;
    text-align: center;
    background-image: url(../images/query/querycenterbg.png);
    background-size: cover;
}
.queryCenterHeader{
    margin-top: 58px;
}
.querycenterMain{
    width: 910px;
    height: 262px;
    margin: 0 auto;
    margin-top: 107px;
}
.queryDiv{
    width: 250px;
    height: 250px;
    border: 1px solid #efefef;
    background-color: rgba(255,255,255,0.7);
    padding: 0;
    margin: 0;
    font-size: 0;
    display: inline-block;
}
.queryDiv img{
    margin-top: 37px;
}
.queryDiv p{
    font-size: 20px;
    color: #7B7B7B;
    line-height: 45px;
}
.queryDiv button{
    width: 126px;
    height: 35px;
    font-size: 19px;
    color: #ffffff;
    border: none;
    background-color: #8fd8d7;
    margin-top: 15px;
    cursor: pointer;
    outline: none;
}
.queryDiv button:hover{
    background-color: #76c7c6;
}
.queryDiv:hover{
    border: 1px solid #8fd8d7;

}

/*护肤老师查询子页面css*/
.skin-care-teacher{
    width: 100%;
    height: 856px;
    background-image: url(../images/query/skincarebg.jpg);
}
.teacher-main{
    width: 1200px;
    height: 612px;
    margin: 0 auto;
}
.teacher-form{
    width: 1000px;
    height: 580px;
    background-image: url(../images/query/skincarebg3.png);
    text-align: center;
    margin: 0 auto;
    margin-top: 70px;
}
.teacherSearch{
    position: relative;
    top: 440px;
    text-align: left;
    display: inline-block;
}
.teacherSearch p{
    font-size: 26px;
    color: #73C8CD;
}
.teacher-form input{
    width: 195px;
    height: 33px;
    font-size: 15px;
    color: #777676;
    background-color: inherit;
    border: 1px solid #73C8CD;
    padding-left: 10px;
    outline: none;
    float: left;
}
.teacher-form button{
    width: 85px;
    height: 35px;
    background-color: #73C8CD;
    border: none;
    color: #f9f9f9;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
    float: left;
}
::-webkit-input-placeholder {/*Chrome/Safari*/
    color:#9e9e9e;
}
::-moz-placeholder {/*Firefox*/
    color:#9e9e9e;
}
::-ms-input-placeholder {/*IE*/
    color:#9e9e9e;
}

/*护肤老师查询结果子页面css*/
.query-result{
    width: 100%;
    height: 856px;
    background-image: url(../images/query/skincarebg.jpg);
}
.result-main{
    width: 1200px;
    margin: 0 auto;
}
.result{
    width: 1200px;
    height: 600px;
    background-image: url(../images/transparent.gif);
    text-align: center;
    margin-top: 35px;
}
.resultSpan{
    position: relative;
    top: 140px;
    left: -55px;
    width: 420px;
    height: 250px;
    display: inline-block;
}
/*.resultSpan p{*/
    /*font-size: 26px;*/
    /*color: #2d2d2d;*/
/*}*/
.resultTit{
    font-size: 28px;
    color: #393939;
}
.result input{
    width: 210px;
    height: 37px;
    font-size: 18px;
    color: #f9f9f9;
    letter-spacing: 0.5px;
    text-align: center;
    border: none;
    margin-top: 123px;
    margin-left: 106px;
    outline: none;
    display: inline-block;
    /*background-image:-webkit-linear-gradient(to top, #5fb9b1, #8fd8d7);*/
    /*background-image:linear-gradient(to top,#5fb9b1,#8fd8d7);*/
    background-color: #9BC956;
}
.teaResult1 p{
    font-size: 20px;
    color: #9BC956;
}
.isTea{
    margin-top: 45px;
}
.surrogate{
    margin-top: 45px;
}

.teaResult2{
    position: relative;
    left: -57px;
    top: 43px;
    width: 450px;
    height: 450px;
    display: inline-block;
}
#inputWechat{
    letter-spacing: 0.5px;
}
.teaResult2 img{
    width: 190px;
    height: 190px;
    margin-top: 15px;
}
.teaResult2 p{
    color: #393939;
}

/*skincareTeam*/
.team_top{
    text-align: center;
}
.team_top img{
    width: 100%;
}
.team_topt{
    width: 1000px !important;
    height: auto !important;
    position: relative;
    top: -170px;
}
.team_teacher{
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 100px;
}
.team_t{
    margin-top: 180px;
}
.team_t1{
    margin: 0 !important;
}
.team_p{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.team_backp{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    pointer-events: none;
}

/*case center*/
.caseContainer{
    font-size: 0;
}
.caseHeader img{
    width: 100%;
    height: auto;
}
.caseBody{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -50px;
}

.evaBody{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -125px;
}