/*reset*/
html {
    -webkit-text-size-adjust: none; /*解决chrome浏览器下字体不能小于12px*/
}

body {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
    outline: none;
    text-decoration: none;
}

html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}

body {
    overflow-x: hidden;
    font-size: 12px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table { /*border-collapse:collapse;border-spacing:0;*/
}

fieldset, a img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/
}

em, i {
    font-style: normal;
}

/*.line24{*/
/*line-height: 24px;*/
/*}*/
/*common*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.colwrapper {
    overflow: hidden;
    zoom: 1 /*for ie*/;
    margin: 5px auto;
}

.strong {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.show {
    display: block;
    visibility: visible;
}

.hide {
    display: none;
    visibility: hidden;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.break {
    word-wrap: break-word;
    overflow: hidden; /*word-break:break-all;*/
}

.tal {
    text-align: left
}

.tar {
    text-align: right;
}



a {
    color: #5d5d5e;
}

.css3 {
    /*transition: all 0.3s ease-in-out 0s;*/

    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);

    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);

    -webkit-transition-delay: 800ms;
    transition-delay: 800ms
}

.css3.animated {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.disflex {
    display: flex;
    align-items: center;
}

.dis_flex_sb {
    justify-content: space-between;
}

.dis_flex_sa {
    justify-content: space-around;
}

.dis_flex_center {
    justify-content: center;
}

.flex_wrap {
    flex-wrap: wrap;
}
.color_dd890d{
    color: #dd890d;
}
.color_3daca0 {
    color: #3daca0;
}
.color_999{
    color:#999;
}
.border_b_dashed{
    border-bottom: 1px dashed #ddd;
}
.border_t_dashed{
    border-top: 1px dashed #ddd;
}
.border_b_solid{
    border-bottom: 1px solid #ddd;
}
.border_t_solid{
    border-top: 1px solid #ddd;
}
.textAlign {
    text-align: center;
}
.fs18 {
    font-size: .36rem;
}
.red {
    color: #c73b3b;
    font-weight: bold;
}
.color_0eb625 {
    color: #14b7a5;
}
.color_dd890d {
    color: #dd890d;
}
/*-------*/
.wrapper {
    max-width: 7.5rem;
    margin: 0 auto;
    font-size: .28rem;
    background: #f0efef;
}

.g-radius, .g-radius-wp {
    border-radius: .1rem;
    -webkit-box-shadow: 0 0 .08rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 .08rem 0 rgba(0, 0, 0, 0.2);
    background: #fff
}

.g-radius-wp {
    margin: 0 .24rem
}

.g-bef {
    position: relative;
    padding: .2rem 0;
    margin: 0 .2rem
}

.g-bef .bd {
    position: relative;
    z-index: 9
}

.g-bef:before, .g-bef:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: .3rem;
    background: #3daca0;
    border-radius: .15rem
}

.g-bef:before {
    top: .13rem
}

.g-bef:after {
    bottom: .13rem
}
.orderTap{
    padding: 0 .3rem;
    margin: .2rem 0;
}
.orderTap li{
    width: 44%;
    text-align: center;
    background: #dd890d;
    color: #fff;
    height: .8rem;
    line-height: .8rem;
    font-size: .3rem;
    border-radius: 5px;
    cursor: pointer;
}
.orderTap li.cur{
    background: #3daca0;
}
.form .bd {
    position: relative;
    padding: .35rem 0 .4rem;
    z-index: 9
}

/*.form .bd>h3 {*/
    /*margin-bottom: .3rem;*/
    /*text-align: center;*/
    /*font-weight: 400;*/
    /*font-size: .34rem*/
/*}*/

.form .bd form {
    display: block;
    padding: 0 .3rem
}

.form .bd form .txt {
    padding: .2rem 0;
    text-align: center;
    font-size: .22rem;
    color: #8d8d8d;
    font-family: PingFangSC-Regular
}


.form .bd form .btn {
    margin-bottom: .4rem;
    height: .96rem;
    background: #3daca0;
    text-align: center;
    border-radius: .1rem
}

.form .bd form .btn input {
    display: block;
    width: 100%;
    height: 100%;
    font-family: PingFangSC-Medium;
    font-size: .36rem;
    color: #fff;
    background: none;
    border: none
}

.form .bd form .desc {
    text-align: center;
    font-family: PingFangSC-Regular
}

.form .bd form .desc .t1 {
    margin-bottom: .1rem
}

.form .bd form .desc .t1 a {
    font-size: .28rem;
    color: #1c1c1c
}

.form .bd form .desc .t2 {
    font-size: .26rem
}

.form .bd form > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .05rem;
    padding: .28rem .2rem;
    background: #f7f7f7;
    border-radius: .1rem;
    overflow: hidden;
    font-size: .28rem;
    line-height: .4rem
}

.form .bd ul li > label {
    display: block;
    font-weight: 400;
    width: 25%
}

.form .bd ul li .option {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    overflow: hidden;
}

.option:after{
    content: '';
    display: block;
}
.choose-box{
    padding-left:.4rem;
    position:relative;
    display:inline-block;
    margin-right: .3rem;
    font-size: .28rem;
    line-height: .36rem;
}
.choose-box input[type="radio"]::before{
    content: '';
    display: inline-block;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    border: 1px solid #afacac;
    margin-right: .3rem;
    position: absolute;
    top: 0;
    left: 0;
}
.choose-box input[type="radio"]:checked::before{
    background-clip: content-box;
    background-color:#3daca0;
    width: .18rem;
    height: .18rem;
    padding: .06rem;
}
.choose-box input[type="radio"]{
    width:0;
    height:0;
}

.form .bd ul li .option .input-box {
    display: block;
    width: 100%;
    height: .38rem
}

.form .bd ul li .option .input-box input {
    display: block;
    width: 100%;
    font-weight: 100;
    height: 100%;
    font-size: .28rem;
    border: none;
    background: none
}

.form .bd form .txt .t2 a {
    color: #999;
    font-size: 10px;
}

.t2 input[type="checkbox"] {
    -webkit-appearance: none;
    color: #999;
    font-size: 10px;
}

.textScollBox {
    margin: .42857143rem 0 0;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    height: 1.5rem;
    overflow: hidden;
    text-align: center;
    color: #666;
    font-size: 0.2rem;
}

.textScollBox > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .5rem;
}

.textScollBox > ul > li span {
    width: 20%;
    float: left;
    text-align: left;
    padding: 0 .1rem;
}

.textScollBox > ul > li span:nth-child(1) {
    width: 19%;
}

.textScollBox > ul > li span:nth-child(2) {
    width: 16%;
}

.textScollBox > ul > li span:nth-child(3) {
    width: 15%;
}

.textScollBox > ul > li span:nth-child(4) {
    width: 52%;
    color: #3daca0;
    font-weight: bold;
}

.bdShow {
    padding: .2rem;
    margin:.2rem;
    border-radius: .1rem;
    -webkit-box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.2);
    background: #fff;
}
.title{
    color: #3daca0;
    font-size: .34rem;
    padding-top: .2rem;
    font-weight: bold;
    padding-left: .2rem;
    text-align: center;
}
.title .iconfont{
    font-size:.6rem;
    vertical-align: middle;
}

.report-surname{
    width: 44px;
    line-height: 44px;
    font-size: 24px;
    height: 44px;
    border: 1px solid hsla(0,0%,59.2%,.3);
    position: relative;
    overflow: hidden;
    color: #212121;
    text-align: center;
}
.report-surname:before {
    content: "";
    border-left: 1px solid hsla(0,0%,59.2%,.3);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}
.auxiliary-line{
    border-bottom: 1px dashed hsla(0,0%,59.2%,.3);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(45deg) scale(1.5);
    transform: rotate(45deg) scale(1.5);
}
.auxiliary-line-right{
    border-left: 1px dashed hsla(0,0%,59.2%,.3);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: rotate(45deg) scale(1.5);
    transform: rotate(45deg) scale(1.5);
}
.xingming .report-surname{
    border: 1px solid hsla(174,48%,46%,.5);
}
.xingming .report-surname:before{
    border-left: 1px solid hsla(174,48%,46%,.5);
}
.xingming .auxiliary-line{
    border-bottom: 1px dashed hsla(174,48%,46%,.5);
}
.xingming .auxiliary-line-right{
    border-left: 1px dashed hsla(174,48%,46%,.5);
}
.report-surname-value{
    position: relative;
    z-index: 1;
}
.report-title{
    font-weight: 700;
    font-size: 20px;
    color: #000;
    line-height: 29px;
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
}
.report-title:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 1em;
    background-color: #3daca0;
    left: 0;
    top: 4px;
}
.icon-jin{
    color: #ffca0b;
}
.icon-mu{
    color: #0eb625;
}
.icon-shui{
    color: #0cacf5;
}
.icon-huo{
    color: #ff0000;
}
.icon-tu{
    color: #895a38;
}
.pdtb10 {
    padding: 10px 0;
}
.xingming li {
    text-align: center;
    margin: 0 4px;
}
.xingmingInfo li>div.textAlign{
    flex: 1;
}

.bfb, .bfb i{
    height: 8px;
    border-radius:8px;
    display: block;
}
.bfb{
    background: #e4e4e4;
}
.pingfenProgress li{
    margin: 5px 0;
    color: #666;
    text-align: center;
    width: 32%;
}
.pingfenProgress li p{
    padding-bottom: 5px;
    font-size: .18rem;
}
.pingfenProgress li b{
    padding-left: 3px;
    color: #333;
    font-size: .2rem;
}
.back_ccd2ac{ background:#ccd2ac; }
.back_acd2b0{ background:#acd2b0; }
.back_b0d9e1{ background:#b0d9e1; }
.back_b2bbd8{ background:#b2bbd8; }
.back_d3bcd4{ background:#d3bcd4; }
.back_edc3ce{ background:#edc3ce; }
.qmType{
    border-bottom: 1px dashed #ddd;
    padding: 20px 0;
}

.qmType h4{
    color:#3daca0 ;
    font-size: .3rem;

}
.qmType h4 .iconfont{
    padding-right: 5px;

}
.qmTypeBox{
    padding-left: 22px;
}
.qmTypeBox .qmTypeTitle{
    color: #5b5d65;
    font-weight: bold;
    padding: 5px 0;
}
.qmTypeSmall{
    color: #666;
    padding: 5px 0;
}

/*潮流分析*/
.nannvBox .nannv .iconfont{
    font-size: 1.6rem;
}
.nannvBox  .nan{
    color: #3daca0;
}
.nannvBox  .nv{
    color: #dd890d;
}


.ziyifenxi .qmType{
    border: 0;
}
.qmbz{
    margin: 0 .2rem;
}
.qmbz li{
    width: 44%;
    border: 1px solid #ddd;
    padding: .1rem;
    height:1.8rem;
    margin: 10px 0;
}
.qmbz li h3{
    color: #dd890d;
    font-size: .4rem;
    font-weight: bold;
    padding: .1rem 0;
    text-align: center;
    position: relative;
}
.qmbz li h3 span{
    position: absolute;
    content: '';
    display: block;
    width: 1.5rem;
    height: .2rem;
    background: rgba(221,137,13,.2);
    bottom: .07rem;
    left: 26%;
}
.qmbz>li>p{
    font-size: .26rem;
    padding-top: 5px;
    color: #666;
}
.anliTap {
    height: 1.4rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.anliTap ul {
    margin-left: -4%;
}

.anliTap li {
    position: relative;
    float: left;
    margin-left: 4%;
    width: 46%;
    height: 1rem;
    line-height: 1rem;
    font-size: .34rem;
    background: #333;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
}

.anliTap li.on {
    background: #f57825;
    color: #fff;
}

.anliTap li.on:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #f57825;
}
.qm_an {
    padding-bottom: 20px;
}
.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: .34rem;
    font-weight: bold;
    color: #c73b3b;

}

.qm_an li .an_text1{
    margin: .1rem;
}
.qm_an li .an_text1 p{
    font-size: .24rem;
    font-weight: normal;
    text-align: left;
    color: #333;
    line-height: .4rem;
}
.qm_an li .an_text1  p.an_p{
    text-align: center;
    font-size: .3rem;
    padding-bottom: .1rem;
    color: #000;
}

.pinglun{
    padding: 10px 0;
    border-top: 1px dashed #dddddd;
}
.pinglunTop{
    justify-content: flex-start;
}
.pinglunTopLeft{
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.pinglunTopRight h3{
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
}
.pinglunTopRight p{
    color: #666;
    font-size: 12px;
}
.pinglunTopRight p b{
    color: #D51415;
    padding-left: 5px;
}
.pinglunText{
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}
.zan img,.pl img{
    width: 16px;
    display: inline-block;
    vertical-align: text-bottom;
}
.zan{
    margin-left: 10px;
}
.pinglunBottom{
    font-size: 12px;
    color: #666;
    padding-bottom: 10px;
}
.pinglunBottom i{
    font-style: normal;
    padding: 0 3px;
}
.pinglunFixed{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    background-color: #f5f5f5;
    /* left: 0; */
    max-width: 665px;
    padding: 10px;
    display: none;
    margin: 0 auto;
}
.pinglunFixed textarea{
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    width: 80%;
    font-size: 12px;
    line-height: 1.6;
    color:#333;
    padding: 5px;
    min-height: 30px;
    resize: vertical;
    max-height: 70px;
}
.btnFs{
    width: 16%;
    height: 35px;
    background: #c73b3b;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}
.pinglunTag{
    flex-wrap: wrap;
    margin-bottom:10px;
}
.pinglunTag span{
    border: 1px solid #c73b3b;
    padding: 5px;
    font-size: .2rem;
    width: 28%;
    color: #c73b3b;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 5px;
}
.color_ffc800 {
    color: #e8ba10;
}
.color_b9b4b4 {
    color: #b9b4b4;
}

.table1{
    width: 100%;
    border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
}
.table1 tr td{
    padding: 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
}
.table1 tr td:first-child{
    color: #dd890d;
    font-weight: bold;
}

.pysxy{
    color: #31827a;
    font-size: .2rem;
    margin: .2rem 0;
}
.pysxy a {
    color: #31827a;
    text-decoration: underline;
    font-size: .2rem;
}

.ptips {
    text-align: center;
    font-size: 0.30rem;
    padding: 0.2rem 0;
}
.checkbox .pradio {
    float: left;
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #498ca0;
    margin-right: 0.22rem;
    position: relative;
    cursor: pointer;
}
.checkbox .pradio.on:before {
    display: block;
    content: '';
    width: 0.3rem;
    height: 0.17rem;
    background: url(../images/gou.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -0.03rem;
    bottom: 0;
}

/*æŒ‰é’®æ ·å¼*/
.button {
    position: relative;
    font-weight: bold;
    text-align: center;
    font-size: .36rem;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    width: 100%;
    height: 1rem;
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
    background: #eeba8b;
    margin: 10px auto;
    line-height: 1rem;
    color: #fff;
    display: block;
}

.button.raised {
    -moz-transition: all .1s;
    -o-transition: all .1s;
    -webkit-transition: all .1s;
    transition: all .1s
}

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%
}

.hoverable .anim {
    -moz-animation: anim-out .75s;
    -webkit-animation: anim-out .75s;
    animation: anim-out .75s
}

.hoverable .anim:after {
    -moz-animation: anim-out-pseudo .75s;
    -webkit-animation: anim-out-pseudo .75s;
    animation: anim-out-pseudo .75s
}

.hoverable .anim, .hoverable .anim:after {
    animation-iteration-count: infinite;
    animation-duration: 1.3s
}


@-webkit-keyframes anim-out {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes anim-out {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-ms-keyframes anim-out {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes anim-out {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(243, 58, 15, 0.35)
    }

    100% {
        background: transparent
    }
}

@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(243, 58, 15, 0.35)
    }

    100% {
        background: transparent
    }
}

@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(243, 58, 15, 0.35)
    }

    100% {
        background: transparent
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(243, 58, 15, 0.35)
    }

    100% {
        background: transparent
    }
}
/*测名内容*/
.bg-box {
    margin: 0.95rem 0.2rem 1.2rem 0.2rem;
    padding-bottom: 0.45rem;
    border: 2px solid #69c3df;
    border-radius: 3px;
    background: #f3f3f3;
    background-size: auto 0.32rem;
    position: relative;
}

.sec-title {
    text-align: center;
    margin-top: -1rem;
    position: relative;
    z-index: 1;
}

.sec-title span {
    display: inline-block;
    width: 5.7rem;
    height: 1.2rem;
    padding-top: 0.3rem;
    font-size: 0.38rem;
    color: #fff;
    text-align: center;
    background: url(../images/title-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
}

/*.sec-title .chang {*/
/*width: 6.1rem;*/
/*background-image: url(./image/secs_bg.png);*/
/*}*/

.main-title {
    text-align: center;
    margin-top: 0.3rem;
}

.main-title span {
    display: inline-block;
    min-width: 2.42rem;
    line-height: 0.63rem;
    font-size: 0.36rem;
    color: #69c3df;
    position: relative;
    font-weight: bold;
}

/*.main-title span:before, .main-title span:after {*/
/*display: block;*/
/*content: '';*/
/*width: 1.04rem;*/
/*height: 0.49rem;*/
/*background: url(./image/title_lf.png) no-repeat center;*/
/*background-size: 100% 100%;*/
/*position: absolute;*/
/*left: -1.04rem;*/
/*top: 0;*/
/*}*/

/*.main-title span:after {*/
/*left: auto;*/
/*top: auto;*/
/*right: -1.04rem;*/
/*bottom: 0;*/
/*background-image: url(./image/title_rg.png);*/
/*}*/

.nao-list {
    margin: 0.2rem 0.15rem 0 0.15rem;
    position: relative;
    z-index: 1;
}

.nao-list li {
    width: 100%;
    color: #666;
}

.aomai-text {
    font-size: 0.3rem;
    color: #333;
    line-height: 0.5rem;
    padding: 0 0.25rem;
    margin: 0.25rem 0 0.2rem 0;
}
.aomi-list { position: relative; z-index: 1; }
.aomi-list li {float: left;width: 0.33rem;
    height: 3rem;background: url(../images/aomi_bg.png);background-size: 100% 100%;font-size: 0.34rem;color: #333;margin-left: 0.255rem;padding: 0.71rem 0.23rem 0 0.16rem;line-height: 0.36rem;}

/* åå­—å¥½åæ¯”è¾ƒ */
.con-compare{
    padding: 0 0.3rem;
}
.con-compare .con-compare-item{
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}
.con-compare .con-compare-header{
    margin-bottom: 0.2rem;
    height: 1.37rem;
}
.con-compare-item .left-top{
    width: 2.6rem;
    height: 0.7rem;
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.7rem;
    background: #69c3df;
    color: #fff;
    border-radius: 0.1rem;
}
.con-compare-item .right-top{
    width: 2.6rem;
    height: 0.7rem;
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.7rem;
    background: #C2C2C2;
    color: #7E7E7E;
    border-radius: 0.1rem;
}
.con-compare-item .center{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
}
.con-compare-item .center .side{
    width: 90%;
    height: 90%;
    background: #69c3df;
    border-radius: 50%;
    font-size: 0.4rem;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    line-height: .9rem;
}
.con-compare-item  p{
    text-align: justify;
    font-weight: 500;
}
.con-compare-item .left{
    width: 2.6rem;
    border: 1px solid #69c3df;
    font-size: 0.28rem;
}
.con-compare-item .left .left-f1{
    padding: 0.15rem;
    color: #383838;
}
.left .left-f1 p:nth-child(1){
    margin-bottom:0.27rem ;
}
.con-compare-item .left .left-f2{
    padding: 0.15rem;
    color:#fff;
    background:#69c3df;
}
.con-compare-item .right{
    width: 2.6rem;
    border: 1px solid #B5B5B5;
    font-size: 0.28rem;
}
.con-compare-item .right .right-f1{
    padding: 0.15rem;
    color: #7E7E7E;
}
.right .right-f1 p:nth-child(1){
    margin-bottom:0.27rem ;
}
.con-compare-item .right .right-f2{
    padding: 0.15rem;
    color:#7E7E7E;
    background:#C2C2C2;
}

.bbqm>h4{
   text-align: center;
    font-size: .3rem;
    padding: .2rem;

}
.bbqm>h4.bbqmGs{
    color: #c73b3b;
    font-size: .34rem;
    padding: .1rem;
    font-weight: bold;
    line-height: .6rem;
    margin-bottom: .3rem;
}
.namePk{
   padding: .2rem .4rem;
    background: #e6e6e6;
    color: #928888;
    text-align: center;
    border-radius: .1rem;
    font-size: .32rem;
}
.namePkMid{
    font-size: .5rem;
    color: #c73b3b;
}
.namePkRight{
    background: #c73b3b;
    color: #fff;
}
.tishi{
    font-size: .28rem;
    color: #666;
    line-height: .44rem;
    text-align: justify;
}

.qmfn li{
    width: 28%;
    text-align: center;
    margin-bottom: .3rem;

}
.qmfn li img{
    width: 66%;
    margin-bottom: .2rem;
}
.qmfn li p{
    color: #666;
    font-size: .28rem;
}
.qmys li{
    width: 22%;
    text-align: center;
    color: #3daca0;
}
.qmys li .iconfont{
    font-size: 1.1rem;
    margin-bottom: .2rem;
}
.qmys li:nth-child(2) .iconfont{
    font-weight: bold;
}
.qm_wd ul{
    flex-wrap: wrap;
}
.qm_wd li{
    width: 30%;
    text-align: center;
    margin-bottom: 20px;
}
.qm_wd li img{
    width: 66%;
    margin: 0 auto 5px auto;
}
.qm_wd li p{
    font-size: 15px;
}

.slideBox{width: 100%;height:6.4rem;position: relative;overflow: hidden;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:6.4rem;display:block;  }
.sildeImgBox{
    position: relative;
}
.bannerP{
    position: absolute;
    width: auto;
    top:4.2rem;
    height: 2rem;
    color:#8d93a5;
    font-weight: bold;
    font-size: .3rem;

}
.bannerP1{
    left: 25%;
    top:4.7rem;
}
.bannerP2{
    left: 25%;
    top:5.2rem;
}
.bannerP3{
    right: 25%;
    top:4.7rem;
}
.bannerP4{
    right:25%;
    top:5.2rem;
}
.sildeImgBox2 .bannerP{
    height: .5rem;
    left:0;
    text-align: center;
    width: 80%;
    top:4.7rem;
    color: #a77530;
}

.sildeImgBox2 .bannerP2{
    top:5.2rem;
    left: 10%;
}
.sildeImgBox2 .bannerP3{
    top:5.7rem;
    left: 20%;
}