*{margin: 0;padding: 0;}
table{border-collapse: collapse;border-spacing: 0;}
fieldset, img{border: 0;}
address, caption, cite, code, dfn, em, th, var{font-style: normal;font-weight: normal;}
ol, ul, li{list-style: none;}
/* h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;} */
q:before, q:after{content: '';}
textarea, select{font-family: inherit;font-size: inherit;font-weight: inherit;-webkit-appearance: none;}
textarea, select{*font-size: 100%;}
a{text-decoration: none;}
a, .answer-list li{-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
*{outline: none;-webkit-touch-callout: none;}
/*img{display: block;width: 100%;height: auto;}*/
.hide{display: none;}
.g-fl{float: left;}
.g-fr{float: right;}
.flex{display: flex;flex-flow: row inwrap;justify-content: flex-start;/*default value*/}
.c:before, .c:after{content: "";display: table;}
.c:after{clear: both;}
.c{zoom: 1;}
.flex{display: flex;flex-flow: row inwrap;justify-content: flex-start;}
.flex.spb{justify-content: space-between;}
.flex.a-c{ align-items: center;}
.t{text-indent: -9999rem;display: block;}
.flx1{
    flex: 1;
}
.flex2{
    flex: 2;
}
.flex3{
    flex: 3;
}
body{
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 1.6rem;
    overflow-x: hidden;
}
.w_1400{
    width: 1400px;
    margin: auto;
}
.header{
    width: 100%;
    height: 82px;
    background: #ef4230;
}
.logo{
    display: block;
    font-size: 0;
}
.w_nav{
    height: 100%;
    align-items: center;
}
.nav_list{
    margin-left: 60px;
}
.nav_list a{
    color: #ffffff;
    font-size: 24px;
    margin-right: 22px;
    position: relative;
}
.nav_list a:after {
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    display: block;
    width: 0px;
    height: 6px;
    position: absolute;
    bottom: -8px;
    background: #ffa800;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.nav_list a.active{
    font-weight: bold;
}
.nav_list a.active:after {
    width: 100%;
}
.crumbs{
    margin: 23px auto;
    font-size: 18px;
}
.crumbs a{
    color: #0e90d2;
}
.home_sy{
    width: 19px;
    height: 17px;
    display: inline-block;
    background: url(../img/home.jpg) no-repeat center;
    vertical-align: -2px;
    margin-right: 10px;
}
.r_jt{
    width: 19px;
    height: 17px;
    display: inline-block;
    background: url(../img/jt.jpg) no-repeat center;
    vertical-align: -2px;
}
.crumbs span{
    font-size: 18px;
    color: #a3a3a3;
}
.content_xq{
    border: 1px solid #dddddd;
}
.title_xq h1{
    font-size: 40px;
}
.title_xq{
    padding: 32px 33px;
    align-items: center;
    border-bottom: 7px solid #dddddd;
}
.title_xq h1{
    font-size: 40px;
}
.title_xq a{
    width: 190px;
    height: 54px;
    background: #ef4230;
    border-radius: 5px;
    line-height: 54px;
    color: #ffffff;
    font-size: 28px;
    display: block;
    text-align: center;
}
.content_xq{
    width: 1400px;
    margin: auto;
    box-sizing: border-box;
}
.font_warp{
    padding: 0 37px 40px 37px;
    box-sizing: border-box;
}
.er_title{
    font-size: 24px;
    color: #999999;
    padding-left: 21px;
    position: relative;
    margin-top: 35px;
}
.er_title:after{
    width: 10px;
    height: 22px;
    background: #dfdfdf;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
}
.title-bor{
    color: #000000;
    font-size: 36px;
    display: inline-block;
    background: url(../img/xt.jpg) bottom repeat-x;
    margin-top: 17px;
}
.p_d{
    font-size: 24px;
    color: #666666;
    margin-top: 26px;
    line-height: 42px;
}
.tab_list a{
    flex: 1;
    height: 68px;
    line-height: 68px;
    display: inline-block;
    background: #eeeeee;
    text-align: center;
}
.cm_qm_bz{
    margin-top: 40px;
}
.tab_list a{
    border-left: 1px solid #ffffff;
    font-size: 28px;
    color: #000000;
    position: relative;
}
.tab_list a.active{
    background: #ef4230;
    color: #fff;
}
.tab_list a.active::after {
    content: '';
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 16px solid #ef4230;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
}
.form_body{
    height: 74px;
    border: 1px solid #dedede;
    margin-top: 31px;
    align-items: center;
    padding-left: 25px;
}
.form_list{
    position: relative;
}
.form_list span{
    font-size: 24px;
}
.form_list input{
    border: 0;
    width: 59%;
    font-size: 24px;
}

.sexSelect {
    width: 113px;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.sexSelect span {
    width: 35px;
    height: 35px;
    background: #dfdcdc !important;
    border-radius: 50%;
    text-align: center;
    color: #918b8b;
    display: inline-block;
    font-size: 18px;
    line-height: 35px;
    margin-left: 5px;
    cursor: pointer;
}

.sexSelect span.active {
    background: #3c497d !important;
    color: #ffffff;
}

.tj_btn{
    width: 100%;
    height: 68px;
    background: #ef4230;
    border: 0;
    font-size: 28px;
    color: #fff;
    border: 0;
    margin-top: 22px;
}
.yy_bor{
    font-size: 24px;
    color: #666666;
    margin: 13px 0 32px 0;
}
.yy_bor span{
    position: relative;
}
.yy_bor span:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffd6d2;
    bottom: 3px;
    left: 0;
    z-index: -1;
}
.tw_img{
    padding-bottom: 30px;
}
.tw_img img{
    margin-right: 20px;
    height: 160px;
}
.tw_img p{
    margin-top: 8px;
    line-height: 35px;
}
.link_df{
    font-size: 24px;
    color: #ef4230;
    border-bottom: 1px solid #ef4230;
}
.ds_warp{
    position: relative;
    margin: 23px 0;
}
.ds_warp:after{
    content: '';
    height: 230px;
    width: 1309px;
    background: #f8f8f8;
    padding: 20px 0;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1;
}
.r_ds{
    margin-left: 28px;
    padding-right: 28px;
}
.r_ds h4{
    font-size: 30px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 5px;
}
.r_ds p{
    line-height: 40px;
    color: #666666;
}
.ylo_a{
    color: #ff8a00;
    border-bottom: 1px solid #ff8a00;
}
.hs_a{
    color: #ef4230;
    border-bottom: 1px solid #ef4230;
}

.er_title em{
    font-size: 18px;
    color: #999;
}
.er_title em{
    font-size: 18px;
}
.er_title em a{
    color: #999;
    border-bottom: 1px solid #999;
}
.chart_List{
    margin-top: 34px;
    line-height: 33px;
}
.chart_List h4{
    font-size: 24px;
    color: #666666;
}
.chart_List p{
    font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
}
#sexData{
    width: 345px;
    height: 260px;
}
.zb_wz{
    text-align: center;
    margin-top: 10px;
}
.chart_List{
    margin-right: 50px;
}
#nameData{
    width: 517px;
    height: 297px;
}
#sxData{
    width: 345px;
    height: 260px;
}
.small_list{
    flex-wrap: wrap;
}
.small_list a,.small_list span{
    width: 119px;
    height: 45px;
    font-size: 24px;
    color: #333333;
    border: 1px solid #f1f1f1;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 19px;
    margin-right: 17px;
}
.small_list a:hover,
.big_list a:hover,
.m_list a:hover
{
    color: #ef4230;
}
.f_bt{
    font-size: 24px;
    margin-top: 20px;
    color: #666666;
}
.big_list{
    margin-top: 30px;
}
.big_list a{
    width: 173px;
    height: 59px;
    border-radius: 5px;
    font-size: 24px;
    border: 1px solid #ededed;
    text-align: center;
    line-height: 59px;
    margin-right: 30px;
    color: #333333;
    text-align: center;
}
.navDetails a p{
    text-align: center;
}
.navDetails a{
    width: 8%;
    color: #000000;
}
.navDetails a img{
    width: 100%;
}
.navDetails{
    margin-top: 37px;
}
.run_img{
    margin-top: 30px;
}
.run_w{
    width: 1129px;
}
.cc_li{
    margin-top: 30px;
}
.cc_li li{
    color: #666666;
    font-size: 24px;
    margin-bottom: 10px;
}
.cc_li li em{
    color: #db8658;
}
.cc_li span{
    color: #c9c9c9;
}
.cc_li span{
    font-size: 18px;
}
.m_list{
    font-size: 0;
}
.m_list a{
    width: 118px;
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid #f1f1f1;
    text-align: center;
    margin-top: 16px;
    color: #333333;
    font-size: 24px;
    margin-right: 15px;
}

/* 大师底部 */
.footerKd em {
    color: #848484;
    font-size: 16px;
}
.footerNav{
    padding: 35px 0;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    margin: 31px 0 22px 0;
}
.footerNav a{
    font-size: 20px;
    color: #eaeaea;
    margin: 0 9px;
    position: relative;
}
.footerNav a::before{
    width: 2px;
    height: 17px;
    content: '';
    position: absolute;
    right: -12px;
    top: 5px;
    background: #363636;
}
.footerNav a:last-child::before{
    background: none;
}
.footer-db{
    width: 100%;
    background: url(../img/footer1.jpg) no-repeat top #080808;
    padding-bottom: 22px;
    margin-top: 50px;
}
.greatT{
    color: #cdbd91 !important;
}
.footerKd{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}
.footerKd h3{
    font-size: 54px;
    color: #fff;
    font-weight: 400;
}
.footerKd em a{
    color: #848484;
}
.left_great{
    text-align: left;
}
.list_great{
    width: 707px;
}
.list_great h4{
    color: #dcb24e;
    font-size: 34px;
    opacity: 0;
    transform: translateY(0.3rem);
    animation: upShow 0.7s ease forwards;
}
.list_great .hp-ds{
    font-size: 25px;
    height: auto;
    color: #d3c18f;
    line-height: 35px;
    margin: 17px 0 16px 0;
    opacity: 0;
    transform: translateY(0.3rem);
    animation: upShow 0.7s ease 0.3s forwards;
}
.list_great i{
    width: 36px;
    height: 3px;
    display: block;
    background: #fefefd;
    opacity: 0;
    transform: translateY(0.3rem);
    animation: upShow 0.7s ease 0.3s forwards;
}
.list_great p{
    color: #f8f8f7;
    font-size: 19px;
    line-height: 35px;
    height: 179px;
    margin-top: 32px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(0.3rem);
    animation: upShow 0.7s ease 0.6s forwards;
}
.greatContent{
    margin-top: 54px;
}


.my_ds_Swiper{
    position: relative;
    overflow-x: hidden;
    text-align: center;
}
.dsYuan{
    width: 379px;
    height: 380px;
    background: #F7F7FF;
    border-radius: 50%;
    margin: 50px auto;
    position: relative;
}
.dsYuan img{
    position: relative;
    top: -42px;
    margin: 0px auto;
    display: block;
}
.dsTabImg{
    margin-top: -67px;
    position: relative;
    z-index: 55;
    justify-content: center !important;
    margin: 0 15px;
}
.dsTabImg a{
    width: 60px;
    display: inline-block;
    text-align: center;
    color: #999999;
    margin: 0 20px;
}
.dsTabImg a.active img{
    border: 2px solid #1f59f0;
    border-radius: 50%;
}
.dsTabImg img{
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
}
.dsTabImg p{
    margin-top: 2px;
}
.zjQmT{
    width: 380px;
    height: 60px;
    display: block;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
    margin-top: 43px;
}
.my_ds_Swiper .right-next,
.my_ds_Swiper .left-up,
.my_ds_Swiper1 .right-next,
.my_ds_Swiper1 .left-up
{
    width: 19px;
    height: 31px;
    position: absolute;
    top: 200px;
    cursor: pointer;
    z-index: 3;
}
.my_ds_Swiper .left-up,
.my_ds_Swiper1 .left-up
{
    background: url(../img/zb.jpg) no-repeat center;
    left: 0;
}
.my_ds_Swiper .right-next,
.my_ds_Swiper1 .right-next
{
    background: url(../img/yb.jpg) no-repeat center;
    right: 0;
}
.master_Swiper{
    width: 390px;
}

.tabDsTab a em{
    width: 56px;
    height: 56px;
    background: #f7f9f8;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    border: 2px solid #bdbcba;
}
.tabDsTab{
    justify-content: center;
    margin-top: -72px;
    position: relative;
    z-index: 2;
}
.tabDsTab a{
    margin: 0 13px;
}
.tabDsTab a.active em{
    border: 2px solid #e7c47f;
}
.tabDsTab a.active p{
    color: #e7c47f;
}
.tabDsTab a em img{
    width: 100%;
    margin-top: .1rem;
}
.tabDsTab a p{
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
    color: #fbf5f5;
}
.left_great>a{
    width: 344px;
    height: 54px;
    background: linear-gradient(136deg, #ebd073 0%, #d5a339 100%);
    border-radius: 6px;
    line-height: 54px;
    font-size: 23px;
    color: #090909;
    display: block;
    text-align: center;
    margin-top: 44px;
    opacity: 0;
    transform: translateY(0.3rem);
    animation: upShow 0.7s ease 0.9s forwards;
}
.left_great p a {
    position: absolute;
    display: block;
    right: 0;
    padding-left: 9px;
    color: #fcfbf9;
    font-size: 17px;
    bottom: 0;
    background: #080808;
}
.left_great p a em{
    font-size: 19px;
}
@keyframes upShow {
    from{
        opacity: 0;
        transform: translateY(0.3rem);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.popDs_zz{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 55;
    display: none;
    background: rgba(0,0,0,0.8);
}
.popDs{
    width: 508px;
    height: 711px;
    background: url(https://static.qmw.cn/footer/img/pop_ds.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -254px;
    margin-top: -355px;
}

.codeDs{
    width: 260px;
    height: 260px;
    margin:84px auto 0;
    overflow: hidden;
}
.codeDs img{
    width: 100%;
    height: 100%;
    border-radius: .1rem;
}
.popDs p{
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}
.copy_wx{
    width: 373px;
    height: 55px;
    margin: 29px auto 0;
    border: 1px solid #f7f7f7;
    border-radius: 30px;
    font-size: 0;
}
.copy_wx a{
    font-size: 22px;
    vertical-align: middle;
    width: 166px;
    height: 100%;
    display: inline-block;
    border-radius: 30px;
    line-height: 55px;
    background: #ffffff;
    text-align: center;
    color: #181818;
}
.copy_wx span{
    width: 207px;
    display: inline-block;
    padding-left: 25px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 22px;
    vertical-align: middle;
    color: #ffffff;
}

.two_Link{
    margin-top: 40px;
    padding: 0 34px;
}
.two_Link a:nth-child(1),
.two_Link a:nth-child(2){
    width: 214px;
    height: 80px;
    color: #080808;
    font-size: 28px;
    text-align: center;
    line-height: 80px;
    display: block;
}
.two_Link a:nth-child(1){
    border-radius: 18px 0 0 18px;
    background: #ebd073;
    margin-right: 10px;
}
.two_Link a:nth-child(2){
    border-radius: 0 18px 18px 0;
    background: linear-gradient(136deg, #ebd073 0%, #d5a339 100%);
}

.closePop {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.menu_img{
    display: none;
}
.m_tab{
    display: none;
}
.left_great p a.dsMore{
    display: none;
}
.up_swiper{
    display: none;
}
.db_swiper{
    display: block;
}

.zzcGuaX {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 55;
    display: none;
}
.popJie {
    width: 600px;
    background: #fff;
    margin: 200px auto;
    padding: 20px;
    position: relative;
}

.popJie h3 {
    font-size: 38px;
    margin-bottom: 15px;
}
.sbmitInput {
    width: 421px;
    height: 59px;
    background: #ffffff;
    line-height: 49px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 18px;
    margin-right: 26px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #2d2c2a;
}
.zzcGuaX .sbmitInput.smallInput {
    width: 100%;
    margin-bottom: 20px;
}
.sbmitInput input {
    width: 255px;
    height: 90%;
    border: 0;
    font-size: 18px;
}
.sexSelect {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 0;
    z-index: 55;
}
.sexSelect span.active {
    /* background: #3c497d; */
    color: #fff;
}
.sexSelect span {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    background: #f2f2ee;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
    cursor: pointer;
}
.borWarpInp {
    height: 100%;
    border: 1px solid #d5d3d4;
    padding-left: 10px;
}
.submitFlex {
    width: 245px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    line-height: 59px;
    color: #fff;
    border: 0;
    font-size: 26px;
    background: #c02622;
    background-size: 100% 100%;
}
.zzcGuaX .submitFlex{
    width: 100%;
    background: #c02622;
}

.leftZt img{
    border-radius: 15px;
}
.upNewFen{
    border-bottom: 1px solid #e4e2e3;
}
.upNewFen span{
    font-size: 30px;
}

.upNewFen span em{
    font-size: 55px;
    color: #797979;
    font-weight: bold;
}

.pop-close{
    width: 60px;
    height: 60px;
    font: 40px/60px simsun;
    color: #000;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}
.pop-close:hover{
    transform: rotate(360deg);
}
.zzcGuaX .sexSelect{
    right: -2px;
    top: 12px;
}

/* 弹窗  */
.zzcWarp,.zzcWarp1{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 666;
    display: none;
}
.popShow{
    width: 280px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -125px;
    background: #fff;
    text-align: center;
    padding: 50px 20px 50px 20px;
}
.popShow img{
    width: 220px;
    height: 220px;
}
.popShow p{
    margin-top: 10px;
    font-size: 20px;
}
.popShow h2{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}
.pop-close{
    width: 60px;
    height: 60px;
    font: 40px/60px simsun;
    color: #000;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
}
.pop-close:hover{
    transform: rotate(360deg);
}
.right_contact a:hover{
    color: #FF5858;
}
.l_xmIpt{
    position: relative;
}
@media only screen and (max-width: 1000px) {
    .w_1400{
        width: 100%;
    }
    .l_xmIpt .sexSelect{
        top: 71px;
    }
    .l_xmIpt .form_list:nth-child(2){
        margin-left: 6px;
    }
    .header{
        height: 62px;
        position: relative;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .nav_list{
        position: absolute;
        width: 100%;
        top: 61px;
        background: rgba(239,66,48,0.8);
        z-index: 999;
        left: 0;
        margin-left: 0;
        padding: 10px 10px;
        display: none;
        box-sizing: border-box;
        border-top: 1px solid #fff;
    }
    .nav_list a:after{
        display: none;
    }
    .nav_list a{
        font-size: 20px;
        margin-right: 3px;
    }
    .menu_img{
        width: 30px;
        height: 30px;
        display: block;
    }
    .w_nav{
        justify-content: space-between;
    }
    .content_xq{
        width: 100%;
    }
    .crumbs{
        padding: 0 10px;
        box-sizing: border-box;
        font-size: 15px;
        margin: 10px 0;
    }
    .crumbs span{
        font-size: 16px;
    }
    .title_xq{
        display: block;
        padding: 22px 23px;
        text-align: center;
    }
    .title_xq h1{
        font-size: 32px;
        text-align: center;
    }
    .title_xq a{
        width: 330px;
        height: 44px;
        line-height: 44px;
        display: inline-block;
        font-size: 24px;
        margin-top: 20px;
    }
    .font_warp{
        padding: 0 23px 40px 23px;
    }
    .p_d{
        line-height: 40px;
    }

    .form_body{
        display: block;
        border: 0;
        height: auto;
        padding-left: 0;
    }
    .tab_list a{
        font-size: 20px;
        height: 48px;
        line-height: 48px;
    }
    .tab_list a.active::after{
        border: 8px solid transparent;
        border-top: 8px solid #ef4230;
        bottom: -16px;
    }
    .form_body{
        margin-top: 18px;
    }
    .pc_tab{
        display: none;
    }
    .m_tab{
        display: flex;
    }
    .form_body .form_list{
        height: 50px;
        line-height: 50px;
        border: 1px solid #dedede;
        padding-left: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .form_list span,.form_list input{
        font-size: 21px;
    }
    .cm_qm_bz{
        margin-top: 20px;
    }
    .form_list input{
        width: 48%;
    }
    .sexSelect span{
        width: 30px;
        height: 30px;
        line-height: 30px ;
        font-size: 18px;
    }
    .sexSelect{
        width: auto;
        right: 12px;
        top: 7px;
    }
    .tj_btn{
        height: 50px;
        margin-top: 10px;
    }
    .yy_bor,.p_d,.tw_img p,.link_df{
        font-size: 20px;
    }
    .title-bor{
        font-size: 30px;
    }
    .tw_img{
        padding-bottom: 0;
    }
    .tw_img img{
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        display: block;
    }
    .tw_img p{
        margin-top: 10px;
    }
    .ds_warp,.ds_warp img{
        display: block;
    }
    .ds_warp img{
        width: 100%;
    }
    .ds_warp:after{
        width: 100%;
        height: 96%;
    }
    .r_ds{
        margin-left: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .r_ds h4{
        font-size: 22px;
    }
    .r_ds p{
        font-size: 20px;
        line-height: 35px;
    }
    .ds_warp{
        margin-bottom: 50px;
    }
    .p_d{
        margin-top: 20px;
    }
    .chart_data{
        display: block;
    }
    .chart_List{
        margin-right: 0;
    }
    #nameData{
        width: 100%;
    }
    .small_list a{
        width: 62px;
        font-size: 18px;
        height: 35px;
        line-height: 35px;
    }
    #sxData,#nameData,#sexData{
        margin: auto;
    }
    .f_bt{
        font-size: 20px;
    }
    .big_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 15px;
    }
    .big_list a{
        padding: 0 10px;
        font-size: 18px;
        width: auto;
        height: 35px;
        line-height: 35px;
        margin-right: 0;
        margin-bottom: 10px;
        border-radius: 3px;
    }
    .small_list{
        display: flex;
        flex-wrap: wrap;
    }
    .small_list a, .small_list span{
        width: auto;
        font-size: 20px;
        padding: 0 10px;
    }
    .navDetails{
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .navDetails a{
        width: 23%;
        margin-bottom: 12px;
    }
    .navDetails a p{
        font-size: 18px;
    }
    .run_img{
        width: 100%;
    }
    .run_w{
        width: 100%;
    }
    .cc_li li{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .cc_li li span{
        display: block;
        margin-top: 15px;
        text-align: right;
        font-size: 16px;
    }
    .m_list{
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .m_list a{
        width: 21.4%;
        font-size: 18px;
        height: 35px;
        line-height: 35px;
        margin-right: 12px;
        /*margin-bottom: 10px;*/
        border-radius: 3px;
    }
    .m_list a:nth-child(4n){
        margin-right: 0;
    }
    .m_list.si_li a{
        margin-right: 12px;
    }
    .m_list.si_li a:nth-child(4n){
        margin-right: 0;
    }
    .footerKd{
        width: 100%;
    }
    .footerKd h3{
        font-size: 30px;
    }
    .greatContent{
        position: relative;
        display: block;
        height: 100%;
    }

    .master_Swiper,.list_great p,.list_great{
        width: 100%;
        margin: auto;
    }
    .left_great{
        padding: 0 30px;
    }
    .list_great .hp-ds{
        font-size: 20px;
    }
    .list_great p{
        height: 140px;
        overflow: hidden;
        font-size: 18px;
        margin-top: 15px;
    }
    .footerNav{
        display: none;
    }
    .left_great p a.dsMore{
        display: inline-block;
    }
    .up_swiper{
        display: block;
    }
    .db_swiper{
        display: none;
    }
    .left_great{
        margin-top: 30px;
    }
    .left_great>a{
        width: 100%;
        margin-top: 20px;
    }
    .footerKd>em{
        display: block;
        margin-top: 30px;
        padding: 0 20px;
    }
    .master_Swiper{
        overflow: hidden;
    }
    .popDs{
        width: 80%;
        height: auto;
        background-size: 100% auto;
        transform: translate(-50%, -50%);
        margin-left: 0;
        margin-top: 0;
    }
    .copy_wx{
        width: 74%;
        height: 48px;
        position: relative;
        margin: 16px auto 0;
    }
    .copy_wx span{
        width: 143px;
        font-size: 18px;
    }
    .codeDs{
        width: 147px;
        height: auto;
    }
    .copy_wx a{
        width: 102px;
        line-height: 45px;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .two_Link{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .two_Link a:nth-child(1), .two_Link a:nth-child(2){
        width: 214px;
        height: 50px;
        color: #080808;
        font-size: 20px;
        text-align: center;
        line-height: 50px;
        display: block;
    }
    .popDs p{
        font-size: 20px;
        margin-top: 10px;
    }
    .popJie{
        width: 95%;
        box-sizing: border-box;
    }
    .sbmitInput input{
        width: 50%;
    }
    .popJie h3{
        font-size: 28px;
    }
    .zzcGuaX .sexSelect{
        right: 15px;
    }
    .footer-db{
        margin-top: 0;
    }
    .dsqm_a{
        color: #fff;
        font-size: 22px;
        flex: 2;
        text-align: right;
        padding-right: 20px;
    }
}




.yw_common{
    width: 103px;
    height: 103px;
    background: url(https://static.qmw.cn/img/red/red_yw.png?1115) no-repeat center;
    display: block;
}
.yw_common.yw_red_bbqm{
    background-position: 0 0;
}
.yw_common.yw_red_dsgs{
    background-position: -119px 0;
}
.yw_common.yw_red_xmcs{
    background-position: -227px 0;
}
.yw_common.yw_red_qywm{
    background-position: -338px 0;
}
.yw_common.yw_red_gscm{
    background-position: -449px 0;
}
.yw_common.yw_red_dpcm{
    background-position: -564px 0;
}
.yw_common.yw_red_dsqm{
    background-position: -681px 0;
}
.yw_common.yw_red_dscm{
    background-position: -799px 0;
}
.yw_common.yw_red_dscm{
    background-position: -799px 0;
}
.yw_common.yw_red_dsdp{
    background-position: -914px 0;
}
.yw_common.yw_red_gsqm{
    background-position: -1031px 0;
}
.yw_common.yw_red_dpqm{
    background-position: -1147px 0;
}
.yw_common.yw_red_bzjp{
    background-position: -1263px 0;
}
.yw_common.yw_red_cycs{
    background-position: -1380px 0;
}

.yw_common.yw_red_tnyc{
    background-position: -1489px 0;
}
.yw_common.yw_red_bzhh{
    background-position: -1598px 0;
}