* {margin:0;padding:0;box-sizing: border-box;}
/*body, html {max-width: 7.5rem;margin: 0 auto;font-size:.28rem;background-color:white;color:#333;}*/
html{
    background-color:white;
}
img {display:block;}
img {display:block;width:100%}
body {background-color: #eef1f4;color:#444;width: 7.50rem;margin: 0 auto;font-size:.28rem;}
a {text-decoration:none;out-line: none;color: #333;}
ul,li{ padding:0;margin:0;list-style:none}
.clearfix:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
    clear: both
}
.nav {
    width: 100%;
    height: .9rem;
    background: #383838;
    font-size: .34rem;
    color: #fff;
    line-height: .9rem;
    text-align: center;
    position: relative;
}
.nav span {
    font-size: .24rem;
    width: 18%;
    height: .48rem;
    border: 1px solid #fff;
    border-radius: .1rem;
    position: absolute;
    top: calc(50% - .24rem);
    right: .2rem;
    display: block;
    text-align: center;
    line-height: .44rem;
}

.shadow {box-shadow:0 0 .2rem #ddd;background-color:white;margin-bottom:.24rem;border-radius:.1rem}

.container {padding: 0 .1rem;}
.info_frame {background-color:white;border-radius:.1rem;padding:0 .2rem;padding-bottom: .2rem;}
.input_area {height:.9rem;line-height:.9rem;font-size: .28rem;}
.input_line {height:1px;/* background:url('../images/dashi_line.png') repeat; */background: #ddd;}
.left {float:left}
.info_frame .title{color:#444;padding-right: .2rem;width: 1.7rem;text-align: right;}
.info_frame .input{color:#444;font-size: .28rem;line-height:.9rem;background:none;width:100%;border:none;outline: none;cursor: auto;/* border-bottom: 1px solid #dcd5d5; */}
.sepbar {height:1rem}
.mt20 {margin-top:.4rem}

.sex i {display: block;float: left;width: .4rem;height: .4rem;border: 1px solid #b9b9b9;
    background-color: #fff;border-radius: 50%;border-color: #d23037;
    -o-border-radius: 50%;-ms-border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;}
.sex span {display: block;float: left;padding-top: 0px;width: 1.6rem;}
.sex span.cur i {background-color: #d51515;border-color: #d51515;
    background: url(../image/icon_suo_dagou.png) center center no-repeat #d51515;
    background-size: .4rem auto;}
.sex font {display: block;height: .4rem;line-height: .4rem;overflow: hidden;padding-left: .2rem;color: #444;}

#btn_qiming ,#btn_ceming,#btn_qiming2{height: 1rem;line-height: 1rem;color:white;font-size: .34rem;text-align:center;background:url("../image/wyqm_nav.png") left top no-repeat;/* margin-top: .6rem; */width: 80%;background-size: 100% 3rem;margin: .26rem auto;}


.test_count{font-size:.26rem;margin-top:.2rem;background-color:none}
.test_count span {color:#d51515}

.intro_frame { position: relative;}
.intro_frame .label{position: absolute;transform: translateY(-50%);}

.short_desc {text-align:center;color:#666;font-size:.24rem;margin-top:.1rem;}
.intro {margin-top:.3rem;text-align:center;font-size:.28rem;color:#666;line-height:2}

.case {display:flex;border-bottom:1px solid #eee;padding:.3rem 0}
.case img {width:1.2rem;height:1.2rem;border:1px solid #d51515;border-radius:32px;margin:0 .3rem 0px .1rem}
.case .name {font-size:.3rem;font-weight:bold;color:#333}
.case .desc {font-size:.28rem;color:#666;line-height:1.5;margin-top:.1rem}

.btm_fixed {position: fixed;bottom: 0;left: 50%;transform:translateX(-50%);width: 100%;max-width:6.8rem;height: .9rem;;background-color:#d51515;z-index: 39;display: none;
    text-align:center;line-height:.9rem;;color:white;font-size:1.1rem}

.com_intro {padding:0 .3rem;font-size:.3rem;color:#333;line-height:1.6;margin-top:.1rem;text-align:justify}

.public_footer_servers {background-color:#f0f0f0 !important;color:#444}

button  {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-style: normal;
}

.di_but{}
.di_but button {
    width: 100%;
    height: 100%;
    background: #d51515;
    float: left;
    letter-spacing: 2px;
    color: #f3ec7b;
    position: relative;
    font: 400 .26rem Arial;
    font-size: .48rem;
}
.di_but button:before {
    content: '';
    width: 92%;
    height: .4rem;
    background: url(../image/btm_frame.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    bottom: .1rem;
    left: 4%;
    transform: rotate(180deg);
}

.di_but button:after {
    content: '';
    width: 92%;
    height: .4rem;
    background: url(../image/btm_frame.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: .1rem;
    left: 4%;
}

.di_but button i {
    width: .4rem;
    height: .56rem;
    background: url(../image/hand.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: calc(50% - .28rem);
    right: .9rem;
    animation: heads 0.7s infinite;
    transform: rotate(340deg);
}

@keyframes heads{
    from{right:.96rem;}
    to{right:.9rem;}
}

/*分割线*/
.tabTitle{
    display: flex;
    padding: 0 0 .2rem;
    justify-content: space-between;
}
.tabTitle>span{
    display: block;
    width: 49%;
    background: url(../image/wyqm_nav.png) 7px -6.1rem no-repeat;
    height: .8rem;
    background-size: 100% 2.6rem;
    line-height: .8rem;
    vertical-align: middle;
    text-align: center;
    color: #333;
    font-size: .34rem;;
    font-weight: bold;
}
.tabTitle>span.active{
    background: url(../image/wyqm_nav.png) 7px top no-repeat;
    color: #fff;
    background-size: 100% 2.6rem;
}
.select {
    border: 0;
    outline: 0;
    color: #666;
    font-size: .3rem;
    float: right;
    height: .9rem;
    line-height: .9rem;
    background: #fff;
}
.disflex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qm_wd,.qm_an{
    margin-top: .2rem;
}
.qm_wd ul{
    flex-wrap: wrap;
}
.qm_wd li{
    width: 30%;
    text-align: center;
    margin-bottom: .4rem;
}
.qm_wd li img{
    width: 66%;
    margin: 0 auto .1rem auto;
}
.qm_wd li p{
    font-size: .3rem;
}
.title1{
    margin-top: .2rem;
    padding: .3rem 0;
    justify-content: center;
}
.title1 p {
    font-size: .34rem;
    color: #ec6363;
    margin: 0 .2rem;
    /* letter-spacing: 4px; */
    text-align: center;
    font-weight: bold;
}
.title1 img{
    width: 18%;
}
.qm_an {
    padding-bottom: .4rem;
}
.qm_an li img{
    width: 50%;
}
.qm_an li .an_text{
    width: 50%;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    margin: 0 5% 0 10%;
}
.qm_an li .an_text h4{
    font-size: 18px;
    font-weight: bold;
    color: #c73b3b;

}

.qm_an li .an_text1{
    margin: .1rem;
}
.qm_an li .an_text1 p{
    font-size: .26rem;
    font-weight: normal;
    text-align: left;
    color: #333;
}
.qm_an li .an_text1  p.an_p{
    text-align: center;font-size: .3rem;
    padding-bottom: 3px;
    color: #000;
}
.pinglun{
    padding: .2rem 0;
    border-top: 1px dashed #dddddd;
}
.pinglunTop{
    justify-content: flex-start;
}
.pinglunTopLeft{
    width: .8rem;
    border-radius: 50%;
    margin-right: .2rem;
}
.pinglunTopRight h3{
    font-size: .3rem;
    color: #333;
    margin-bottom: .1rem;
}
.pinglunTopRight p{
    color: #666;
    font-size: .24rem;
}
.pinglunTopRight p b{
    color: #D51415;
    padding-left: .1rem;
}
.pinglunText{
    font-size: .28rem;
    color: #333;
    padding: .2rem 0;
}
.zan img,.pl img{
    width: .3rem;
    display: inline-block;
    vertical-align: text-bottom;
}
.zan{
    margin-left: .2rem;
}
.pinglunBottom{
    font-size: .24rem;
    color: #666;
    padding-bottom: .2rem;
}
.pinglunBottom i{
    font-style: normal;
    padding: 0 3px;
}
.pinglunFixed{
    position: fixed;
    bottom: 5.1rem;
    width: 100%;
    z-index: 999999;
    background-color: #f5f5f5;
    left: 0;
    max-width: 6.8rem;
    padding: .2rem;
    display: none;
}
.pinglunFixed textarea{
    border: 1px solid #d1d1d1;
    border-radius: .1rem;
    width: 80%;
    font-size: .24rem;
    line-height: 1.6;
    color:#333;
    padding: .1rem;
    min-height: 30px;
    resize: vertical;
    max-height: 70px;
}
.btnFs{
    width: 16%;
    height: 3.1rem;
    background: #c73b3b;
    border-radius: .4rem;
    color: #fff;
    text-align: center;
    line-height: 3.1rem;
    font-size: .28rem;
}
.pinglunTag{
    flex-wrap: wrap;
    margin-bottom:.2rem;
}
.pinglunTag span{
    border: 1px solid #c73b3b;
    padding: .1rem;
    font-size: .24rem;
    width: 32%;
    color: #c73b3b;
    margin-bottom: .2rem;
    text-align: center;
}
.ct_box_11>p{
    font-size: .28rem;
}
.ct_box_11 ul{
    padding: .3rem 0;
}
.ct_box_11 ul li{
    width: 20%;
    text-align: center;
}
.ct_box_11 ul li p{
    font-size: .28rem;
    margin-top: .1rem;
}
/*.pageTowOne {*/
/*    background: #fff url("../images/guo.png") center center no-repeat;*/
/*    background-size: 1.2rem;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 50%;*/
/*}*/

/*.pagetowTwo {*/
/*    background: #fff url("../images/AI.png") center center no-repeat;*/
/*    background-size: 1rem;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 50%;*/
/*}*/

/*.pageTowTop {*/
/*    position: absolute;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 50%;*/
/*    left: 0;*/
/*    top: -.8rem;*/
/*    right: 0;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*.pageTwoBox > h4 {*/
/*    font-weight: bold;*/
/*    font-size: .3rem;*/
/*    color: #2f2f2f;*/
/*    line-height: 2.1rem;*/
/*    padding-top: 44px;*/
/*}*/

.blue {
    color: #000;
}

.small_line {
    display: inline-block;
    width: 20%;
    height: 1px;
    background: #951A1C;
    margin-bottom: .2rem;
}

.pageTwoBox > p {
    line-height: 2.1rem;
    font-size: .26rem;
    color: #2c2c2c;
}

.pageTwoBox {
    border: 1px solid #ddd;
    text-align: center;
    padding: .1rem;
    height: 21rem;
    position: relative;
    width: 49%;
}
.pageP{
    padding-bottom: .4rem;
}
.red{
    color: #9b0505;
}
.p_s{
    justify-content: center;
}
.p_s span{
    padding: .1rem;
}

.pysxy{
    color: #a5adac;
    font-size:.24rem;
    margin: .2rem .1rem 0 .1rem;
    display: flex;
    justify-content: center;
}
.pysxy a {
    color: #a5adac;
    text-decoration: underline;
    font-size: .24rem;
}

.checkbox .pradio {
    float: left;
    width: .28rem;
    height: .28rem;
    background:#c6c6c6;
    margin-right: .1rem;
    position: relative;
    cursor: pointer;
}
.checkbox .pradio.on:before {
    display: block;
    content: '';
    width: .26rem;
    height: .24rem;
    background: url(../image/icon_suo_dagou.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    bottom: 0;
}
.weiduW{
    position: relative;
    width: 100%;
    height: 4.9rem;
    top: .2rem;
}
.weiduN{
    border-radius: 50%;
    width: 4.2rem;
    height: 4.2rem;
    background: #eef1f4;
    margin: 0 auto;
    position: relative;
}
.weiduN2{
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    background: #fff;
    position: absolute;
    top: .5rem;
    margin: 0 auto;
    left: .5rem;
}
.weiduN3{
    width: 1.4rem;
    height: 1.4rem;
    margin: .9rem auto;
    border: 1px solid #c3c1c1;
    background: #eef1f4;
    transform: rotate(45deg);
    border-radius: .1rem;
}
.weiduN4{
    width: 1.4rem;
    height: 1.4rem;
    /* margin: 1rem auto; */
    border: 1px solid #ec6363;
    background: #ec6363;
    position: absolute;
    left: 1.4rem;
    top: 1.4rem;
    text-align: center;
    /* line-height: 70px; */
    font-weight: bold;
    color: #fff;
    font-size: .4rem;
    padding-top: .14rem;
    border-radius: .1rem;
}
.weiduItem{
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    line-height: 1.1rem;
    border-radius: 50%;
    background: #eef1f4;
    text-align: center;
    border: 1px solid #c3c1c1;
    font-size: .34rem;
}
.weiduItem1{
    left: 1.6rem;
    top:0;
}
.weiduItem2{
    right: -.4rem;
    top: .6rem;
}
.weiduItem3{
    right: -.4rem;
    top: 2.4rem;
}
.weiduItem4{
    left: 1.6rem;
    bottom: 0px;
    font-size: .32rem;
}
.weiduItem5{
    left: -.4rem;
    top: 2.4rem;
}
.weiduItem6{
    left: -.4rem;
    top: .6rem;
}
.guoxue-ceshi-world-02 {
    font-size: .3rem;
    color: #4B4B4B;
    height: .6rem;
    border-bottom: 2px solid #ed7472;
}
.xxmxBox,.xxmxItem{
    display: flex;
    align-items: center;
    justify-content: center;
}
.xxmxBox{
    height: 1.6rem;
}
.xxmxW{
    width:1.1rem ;
    height:1.1rem;
    border-radius: 50%;
    background:#333 ;
}
.xxmxN{
    width:1rem;
    height:1rem;
    border-radius: 50%;
    background:#fff;
    display: block;
    margin-left: .1rem;
    margin-top: .1rem;
    text-align: center;
    padding-top: .2rem;
    font-size: .24rem;
    font-weight: bold;
    color: #ec6363;
}
.xxmxJt{
    font-size: .4rem;
    font-weight: bold;
}
.xxmxP{
    font-size: .26rem;
}
.box-item1{
    padding: .1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box-item1 li{
    width: 47%;
    height: 3.1rem;
    box-shadow: 0 0 3px 2px #e6e6e6;
    margin-bottom: .2rem;
    border-radius: .1rem;
    padding: 0 .2rem;
    position: relative;
    background: #fff;
}
.box-item1 li h3{
    margin: .2rem 0;
    color: #000000;
    text-align: center;
    font-size: .32rem;
    font-weight: bold;
}
.box-item1 li p{
    line-height: .44rem;
    color: #666;
    font-size: .26rem;
    text-align: justify-all;
}
.box-item1 .mzImg{
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: .8rem;
}
.cmBox3Tip{
    padding: .2rem;
    font-size: .28rem;
    font-weight: bold;
}
.cmBox3Item{
    display: flex;
    background: #f4e7e2;
    margin: .2rem 0;
    justify-content: space-between;
    border-radius: .1rem;
}
.cmBox3Left{
    width: 24%;
    text-align: center;
    background: #fff;

    display: flex;
    align-items: center;
}
.cmBox3Left>img{
    width: 100%;
    border: 2px solid #a5452f;
    border-radius: 100%;
    padding: .2rem;

}
.cmBox3Right{
    width: 76%;
}
.cmBox3Right >h4{
    font-size: .28rem;
    padding: .1rem .2rem 0;
}
.cmBox3Right >p{
    font-size: .26rem;
    line-height: .4rem;
    color: #666;
    padding: .1rem .2rem;
}
.banner{
    position: relative;
}
.bannerTxt{
    position: absolute;
    left: 24%;
    top: 22%;
    width: 50%;
}
.bannerTxt2{
    position: absolute;
    bottom: .3rem;
    width: 100%;
    font-size: .26rem;
    color: #8e8787;
    text-align: center;
    padding-right: .1rem;
}
.bannerItem {
    font-size: .58rem;
    color: #638186;
    margin-bottom: .2rem;
}
.bannerItem2{
    margin-left: 35%;
}