
/*v2.0.1 2020.3.1*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, i, b, form, fieldset, legend, img {
    /* margin: 0; */
    /* padding: 0; */
}
fieldset, img {
    border: none;
}
canvas {
    vertical-align: top;
}
address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}
ul, ol {
    list-style: none;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 0.12rem;
    margin: 0;
}
table {
    border-collapse: collapse;
}
.mapWrap {
    color: #333;
    font: 0.12rem/0.22rem 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background-color: #f8f8f8;
    width: 100%;
    margin: 0 auto;
    max-width: none;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
a {
    color: #333;
    text-decoration: none;
}
a:visited {
    /*color: #333;*/
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #333;
    text-decoration: none;
}
.wrap {
    width: 7.5rem;
    margin: 0 auto;
}
.ani-opacity {
    filter: Alpha(Opacity=80);
    opacity: .8;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.ani-rotate {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.ani-popIn {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.ani-popOut {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceIn {
    0%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    0%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8);
        -moz-transform: scale3d(.8, .8, .8);
        -ms-transform: scale3d(.8, .8, .8);
        -o-transform: scale3d(.8, .8, .8);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}
.wrap {
    width: 100%;
    margin: 0 auto;
}
.mapDataWrap {
    color: #000;
    padding: 0.05rem 0.3rem;
}
.mapDataWrap .m_tit {
    overflow: hidden;
    line-height: 0.5rem;
    height: 0.7rem;
    white-space: nowrap;
    position: relative;
    flex-direction:row;
    justify-content:space-between;
}
.mapDataWrap .m_tit h3 {
    font-size: .32rem;
    color: #4d79f3;
    float: left;
    font-weight: bold;
    line-height:.7rem;
}
.mapDataWrap .m_tit h4{
    color: #292735;
    font-size: 0.22rem;
    line-height: 0.7rem;
    padding-right:.6rem;
}
.mapDataWrap .m_tit span {
    color: #292735;
    font-size: 0.22rem;
    line-height: 0.66rem;
}
.mapDataWrap .m_t_num {
    position: absolute;
    right: 0;
    width: 4.8rem;
}
.mapNotice {
    font-size: 0.22rem;
    line-height: 0.4rem;
    padding-left: 0.08rem;
    margin-bottom: 0.3rem;
    color: #666;
}
.mapDataWrap .m_header {
    color: black;
    font-size: 0.29rem;
    position: relative;
    padding-top:.38rem;
    line-height: .42rem;

    flex-direction: row;
}
.mapDataWrap .m_header span {
    text-align: center;
    color: #292735;
    top: 0;
}
.mapDataWrap td {
    width: 2.5rem;
}
.mapDataWrap .m_header span {
    font-weight: bold;
}
.mapDataWrap .mapCont {
    margin-bottom: 0.15rem;
}
.mapDataWrap .m_item {
    padding:.15rem 0;
    line-height: 0.5rem;
    position: relative;
    font-size: 0.28rem;
    background-color: #fafafa;
    border-bottom: solid 1px #f3f3f3;
    flex-direction: row;
}
.mapDataWrap .m_item span.c1:before {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.mapDataWrap .m_sub_wap {
    background: #fff;
    display: none;
}
.mapDataWrap .m_sub_item {
    border-bottom: solid 1px #f5f5f5;
    padding: .1rem 0;
    line-height: .32rem;
    position: relative;
    flex-direction: row;
}
.mapDataWrap .m_sub_item span {
    font-size: .24rem;
    text-align: center;

}
.mapDataWrap .m_sub_item span em{
    font-size: .2rem;
    line-height: .22rem;
    height: .28rem;
    color: #999;
}
.mapDataWrap .m_item td {
    vertical-align: middle;
    text-align: center;

    font-weight: bold;
}
/*
.mapDataWrap .m_item span.c1,
.mapDataWrap .mapOtherCont .m_sub_item span.c1 {
    width: 1.3rem;
}
.mapDataWrap .m_item span.c2,
.mapDataWrap .mapOtherCont .m_sub_item span.c2 {
    width: 1.3rem;
}
.mapDataWrap .m_item span.c3,
.mapDataWrap .mapOtherCont .m_sub_item span.c3 {
    width: 1.1rem;
}
.mapDataWrap .m_item span.c4,
.mapDataWrap .mapOtherCont .m_sub_item span.c4 {
    width: 1.1rem;
}
.mapDataWrap .m_item span.c7,
.mapDataWrap .mapOtherCont .m_sub_item span.c7 {
    width: 1.3rem;
}*/
.newsLogo {
    text-align: center;
    padding: 0.1rem 0.2rem 0.2rem;
}
.download_img {
    position: fixed;
    right: 0.1rem;
    top: 0.2rem;
    z-index: 100000;
    display: inline-block;
    color: #fff;
    line-height: 0.4rem;
    width: 1.5rem;
    text-align: center;
    padding: 0.1rem 0.2rem;
    font-size: 0.3rem;
    background-color: #345090;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
}
canvas {
    vertical-align: top;
}
#head-app {
    position: absolute;
    top: -3.56rem;
    left: -.33rem;
    width: 7.50rem;
}
.item {
    position: absolute;
}
.hubei {
    left: 4.5rem;
    top: 6.91rem;
}
.hubei img {
    width: 1.02rem;
}
.guangdong {
    left: 4.73rem;
    top: 8.03rem;
}
.guangdong img {
    width: 1.03rem;
}
.beijing {
    left: 5.27rem;
    top: 5.71rem;
}
.beijing img {
    width: .24rem;
}
.shanghai {
    left: 6.1rem;
    top: 6.97rem;
}
.shanghai img {
    width: .19rem;
}
.zhejiang {
    left: 5.77rem;
    top: 7.09rem;
}
.zhejiang img {
    width: .53rem;
}
.chongqing {
    left: 4.12rem;
    top: 7.08rem;
}
.chongqing img {
    width: .62rem;
}
.tianjin {
    left: 5.42rem;
    top: 5.84rem;
}
.tianjin img {
    width: .15rem;
}
.taiwan {
    left: 6.14rem;
    top: 7.92rem;
}
.taiwan img {
    width: .24rem;
}
.henan {
    left: 4.73rem;
    top: 6.43rem;
}
.henan img {
    width: .78rem;
}
.sichuan {
    left: 3.11rem;
    top: 6.76rem;
}
.sichuan img {
    width: 1.42rem;
}
.shandong {
    left: 5.27rem;
    top: 6.1rem;
}
.shandong img {
    width: .9rem;
}
.hunan {
    left: 4.57rem;
    top: 7.37rem;
}
.hunan img {
    width: .74rem;
}
.hongkong {
    left: 5.34rem;
    top: 8.55rem;
}
.hongkong img {
    width: .06rem;
}
.jiangxi {
    left: 5.21rem;
    top: 7.31rem;
}
.jiangxi img {
    width: .64rem;
}
.anhui {
    left: 5.31rem;
    top: 6.64rem;
}
.anhui img {
    width: .63rem;
}
.yunnan {
    left: 3.06rem;
    top: 7.51rem;
}
.yunnan img {
    width: 1.18rem;
}
.hebei {
    left: 5.07rem;
    top: 5.48rem;
}
.hebei img {
    width: .7rem;
}
.shanxi {
    left: 4.72rem;
    top: 5.78rem;
}
.shanxi img {
    width: .46rem;
}
.neimeng {
    left: 3.2rem;
    top: 3.84rem;
}
.neimeng img {
    width: 2.9rem;
}
.liaoning {
    left: 5.63rem;
    top: 5.23rem;
}
.liaoning img {
    width: .77rem;
}
.jilin {
    left: 5.8rem;
    top: 4.82rem;
}
.jilin img {
    width: 1.11rem;
}
.heilongjiang {
    left: 5.57rem;
    top: 3.79rem;
}
.heilongjiang img {
    width: 1.48rem;
}
.jiangsu {
    left: 5.46rem;
    top: 6.54rem;
}
.jiangsu img {
    width: .75rem;
}
.fujian {
    left: 5.55rem;
    top: 7.54rem;
}
.fujian img {
    width: .58rem;
}
.guangxi {
    left: 4rem;
    top: 7.92rem;
}
.guangxi img {
    width: 1.04rem;
}
.hainan {
    left: 4.58rem;
    top: 8.86rem;
}
.hainan img {
    width: .35rem;
}
.guizhou {
    left: 3.88rem;
    top: 7.52rem;
}
.guizhou img {
    width: .8rem;
}
.xizang {
    left: 0.77rem;
    top: 6.23rem;
}
.xizang img {
    width: 2.54rem;
}
.shaanxi {
    left: 4.13rem;
    top: 5.97rem;
}
.shaanxi img {
    width: .69rem;
}
.gansu {
    left: 2.61rem;
    top: 5.51rem;
}
.gansu img {
    width: 1.91rem;
}
.ningxia {
    left: 3.99rem;
    top: 6.02rem;
}
.ningxia img {
    width: .4rem;
}
.qinghai {
    left: 2.18rem;
    top: 5.98rem;
}
.qinghai img {
    width: 1.66rem;
}
.xinjiang {
    left: 0.47rem;
    top: 4.42rem;
}
.xinjiang img {
    width: 2.7rem;
}
.map {
    background: url(https://n.sinaimg.cn/finance/wuhanyiqin/images/map_text.png) no-repeat;
    width: 6.64rem;
    height: 7.65rem;
    background-size: contain;
    position: absolute;
    top: 3.74rem;
    left: 0.45rem;
}
.title {
    position: absolute;
    top: 3.65rem;
    left: 0.3rem;
    font-size: 0.26rem;
    color: #fff;
    font-weight: bold;
}
.ec_map {
    margin: .3rem;
    background: #fff;
    border-radius: .2rem;
    padding: .3rem;
}
.ec_tit {
    font-weight: bold;
    font-size: .324rem;
    line-height: .5rem;
}
.body_main {
    width: 100%;
    height: 12.9rem;
}
.n_m_text {
    height: 1.65rem;
}
.n_m_text .n_time {
    padding-top: .32rem;
    text-align: center;
    display: block;
}
.n_m_text .n_time span {
    background-color: #fff;
    border-radius: .05rem;
    display: inline-block;
    font-size: .26rem;
    color: #777;
    height: .44rem;
    line-height: .44rem;
    padding: 0 .30rem;
}
.n_m_text .n_num {
    font-size: .28rem;
    color: #000;
    font-weight: bold;
    line-height: .90rem;
    height: .90rem;
    text-align: center;
    display: block;
}
.n_m_text .n_num span {
    margin-right: .12rem;
    display: block;
}
.n_m_text .n_num span.c1 {
    color: #df2028
}
.n_m_text .n_num span.c2 {
    color: #000
}
.n_m_text .n_num span.c3 {
    color: #66911b
}
.n_map {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 6.90rem;
    height: 7.95rem;
    border-radius: .08rem;
    margin: 0 auto;
}
.yq_loading {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    min-height: 2rem;
}
.mapDataWrap .mapMoreCont .m_header {
    background-color: #f8f8f8;
}

.mapDataWrap .mapMoreCont .m_item span.c5 a, .mapDataWrap .mapMoreCont .m_item span.c5 a:active, .mapDataWrap .mapMoreCont .m_item span.c5 a:focus, .mapDataWrap .mapMoreCont .m_item span.c5 a:visited, .mapDataWrap .m_item td a:hover {
    color: #4d79f3;
    font-size: .2rem;
    background-color: #E3E8F5;
    width: .72rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    border-radius: 1rem;
    font-weight: bold;

    margin-left: .07rem;
}
.mapDataWrap .mapMoreCont .m_item_hasList span.c5 {
    display: inline-flex;
}
/*
.mapDataWrap .mapMoreCont .m_sub_item span.c1 {
    width: 1.3rem;
}
.mapDataWrap .mapMoreCont .m_sub_item span.c2 {
    width: 1.3rem;
}
.mapDataWrap .mapMoreCont .m_sub_item span.c3 {
    width: 1.1rem;
}
.mapDataWrap .mapMoreCont .m_sub_item span.c4 {
    width: 1.1rem;
}
.mapDataWrap .mapMoreCont .m_sub_item span.c7 {
    width: 1.3rem;
}
*/
.mapDataWrap .mapSusCont .m_tit {
    overflow: hidden;
    line-height: 0.5rem;
    height: 0.7rem;
    white-space: nowrap;
    position: relative;
}
.mapDataWrap .mapSusCont .m_tit h3 {
    font-size: .32rem;
    color: #4d79f3;
    float: left;
    font-weight: bold;
}
.mapDataWrap .mapSusCont .m_tit span {
    color: #292735;
    font-size: 0.22rem;
    line-height: 0.66rem;
}
.mapDataWrap .mapSusCont .m_t_num {
    position: absolute;
    right: 0;
    width: 4.8rem;
}
.mapNotice {
    font-size: 0.22rem;
    line-height: 0.4rem;
    padding-left: 0.08rem;
    margin-bottom: 0.3rem;
    color: #666;
}
.mapDataWrap .mapSusCont .m_header {
    color: #000;
    font-size: 0.22rem;
    position: relative;
    height: 0.42rem;
    line-height: .42rem;
    background-color: #d4d4d4;
}
.mapDataWrap .mapSusCont .m_header span {
    position: absolute;
    text-align: center;
    color: #292735;
    top: 0;
}
.mapDataWrap .mapSusCont .m_header span.c1 {
    left: 0;
    width: 1.31rem;
    background-color: #cbceec;
}
.mapDataWrap .mapSusCont .m_header span.c2 {
    left: 1.91rem;
    width: 1.85rem;
    background-color: #f0836c;
}
.mapDataWrap .mapSusCont .m_header span.c3 {
    left: 3.76rem;
    width: 1.7rem;
    background-color: #c0ece0;
}
.mapDataWrap .mapSusCont .m_header span.c4 {
    right: 0;
    width: 1.48rem;
}
.mapDataWrap .mapSusCont .mapCont {
    margin-bottom: 0.15rem;
}
.mapDataWrap .mapSusCont .m_item {
    height: 0.65rem;
    line-height: 0.65rem;
    position: relative;
    font-size: 0.28rem;
    background-color: #fafafa;
    border-bottom: solid 1px #f3f3f3;
}
.mapDataWrap .mapSusCont .m_item span.c1:before {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.mapDataWrap .mapSusCont .m_item_hasList span.c1:before {
    content: '';
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAAXNSR0IArs4c6QAAAJVJREFUKBWdj9EJgCAURX0SNEPQNO3QEOI4fbRDDtBfy9RfQ1i3UkR8Zgmi6DuHe6lT62SF7cWPRYKMrKtKC6L9M38yYOU8NDtZ0l8FYMBKgMvYGsQplWAWDOYvAS7FVZ7oYLC8oLSKi37jgQAPb1XC6EkBHtkqUXRWwFWJo7MCfMRVUtGzAnz6Kkx0J8iendp67NzQAYy0O2CWf5zRAAAAAElFTkSuQmCC) no-repeat;
    width: .13rem;
    left: .1rem;
    top: .25rem;
    height: 0.0975rem;
    background-size: 100% auto;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mapDataWrap .mapSusCont .m_item_open span.c1:before {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
.mapDataWrap .mapSusCont .m_sub_wap {
    background: #fff;
    display: none;
}
.mapDataWrap .mapSusCont .m_sub_item {
    border-bottom: solid 1px #f5f5f5;
    height: .48rem;
    line-height: .48rem;
    position: relative;
}
.mapDataWrap .mapSusCont .m_sub_item span {
    font-size: .24rem;
    position: absolute;
    text-align: center;
    width: 1.91rem;
    height: .48rem;
    white-space: nowrap;
}
.mapDataWrap .mapSusCont .m_sub_item span.c1 {
    left: 0;
}
.mapDataWrap .mapSusCont .m_sub_item span.c2 {
    left: 1.85rem;
}
.mapDataWrap .mapSusCont .m_sub_item span.c3 {
    left: 3.76rem;
    width: 1.7rem;
}
.mapDataWrap .mapSusCont .m_sub_item span.c4 {
    right: 0;
    width: 1.48rem;
}
.mapDataWrap .mapSusCont .m_item span {
    position: absolute;
    text-align: center;
    height: 0.65rem;
    font-weight: bold;
}
.mapDataWrap .mapSusCont .m_item span.c1 {
    left: 0;
    width: 1.91rem;
}
.mapDataWrap .mapSusCont .m_item span.c2 {
    left: 1.91rem;
    width: 1.85rem;
}
.mapDataWrap .mapSusCont .m_item span.c3 {
    left: 3.76rem;
    width: 1.7rem;
}
.mapDataWrap .mapSusCont .m_item span.c4 {
    right: 0;
    width: 1.48rem;
}
.mapDataWrap .mapSusCont .m_header {
    background-color: #cbceec;
}
.mapDataWrap .mapSusCont.mapOtherCont .m_header {
    background-color: #d4d4d4;
}
.mapDataWrap .mapSusCont .m_header span.c1 {
    width: 1.31rem;
}
.mapDataWrap .mapSusCont .m_header span.c2 {
    width: 1.36rem;
    left: 1.31rem;
}
.mapDataWrap .mapSusCont .m_header span.c6 {
    width: 1.36rem;
    left: 2.67rem;
    background-color: #c0a5f1;
}
.mapDataWrap .mapSusCont .m_header span.c3 {
    width: .8rem;
    left: 4.82rem;
    right: auto;
}
.mapDataWrap .mapSusCont .m_header span.c4 {
    width: .8rem;
    left: 4.02rem;
    background-color: #d4d4d4
}
.mapDataWrap .mapSusCont .m_header span.c5 {
    width: 1.26rem;
    right: 0;
}
.mapDataWrap .mapSusCont .m_item span.c1 {
    left: 0;
    width: 1.31rem;
}
.mapDataWrap .mapSusCont .m_item span.c2 {
    width: 1.36rem;
    left: 1.31rem;
}
.mapDataWrap .mapSusCont .m_item span.c6 {
    width: 1.36rem;
    left: 2.67rem;
}
.mapDataWrap .mapSusCont .m_item span.c3 {
    width: .8rem;
    left: 4.82rem;
    right: auto;
}
.mapDataWrap .mapSusCont .m_item span.c4 {
    width: .8rem;
    left: 4.02rem;
}
.mapDataWrap .mapSusCont .m_item span.c5 {
    color: #4d79f3;
    font-size: .2rem;
    background-color: #e3e8f5;
    width: 1.18rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    color: #fff;
    border-radius: 1rem;
    right: .03rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 100;
    display: none;
}
.mapDataWrap .mapSusCont .m_item span.c5 a, .mapDataWrap .mapSusCont .m_item span.c5 a:active, .mapDataWrap .mapSusCont .m_item span.c5 a:focus, .mapDataWrap .mapSusCont .m_item span.c5 a:visited, .mapDataWrap .mapSusCont .m_item span.c5 a:hover {
    display: block;
    color: #4d79f3;
    text-decoration: none;
}
.mapDataWrap .mapSusCont .m_item_hasList span.c5 {
    display: block;
}
.mapDataWrap .mapSusCont .m_sub_item span.c1 {
    width: 1.31rem;
}
.mapDataWrap .mapSusCont .m_sub_item span.c2 {
    width: 1.36rem;
    left: 1.31rem;
}
.mapDataWrap .mapSusCont .m_sub_item span.c6 {
    width: 1.36rem;
    left: 2.67rem;
}
.mapDataWrap .mapSusCont .m_sub_item span.c3 {
    width: .8rem;
    left: 4.82rem;
    right: auto;
}
.mapDataWrap .mapSusCont .m_sub_item span.c4 {
    width: .8rem;
    left: 4.02rem;

}

.mapDataWrap .mapSusCont.mapOtherCont .m_header span.c1,
.mapDataWrap .mapSusCont.mapOtherCont .m_item span.c1
{
    width:1.38rem;
}
.mapDataWrap .mapSusCont.mapOtherCont .m_header span.c2,
.mapDataWrap .mapSusCont.mapOtherCont .m_item span.c2
{
    left:1.38rem;
    width:1.38rem;
}
.mapDataWrap .mapSusCont.mapOtherCont .m_header span.c6,
.mapDataWrap .mapSusCont.mapOtherCont .m_item span.c6
{
    left:2.76rem;
    width:1.38rem;
}
.mapDataWrap .mapSusCont.mapOtherCont .m_header span.c3,
.mapDataWrap .mapSusCont.mapOtherCont .m_item span.c3
{
    left:5.52rem;
    width:1.38rem;
}
.mapDataWrap .mapSusCont.mapOtherCont .m_header span.c4,
.mapDataWrap .mapSusCont.mapOtherCont .m_item span.c4
{

    left:4.14rem;
    width:1.38rem;
}

.mapDataWrap .mapOtherCont span.c1{width: 1.8rem;}
.mapDataWrap .mapOtherCont span.c2{width: 1.8rem}
.mapDataWrap .mapOtherCont span.c3{width: 1.8rem}
.mapDataWrap .mapOtherCont span.c4{width: 1.8rem}
.worldMap-btns{flex-wrap:wrap;}
#worldMapPoster{flex:none;width:100%;}
.worldMap-btns .viewCountryPage{background: #fff;border: 1px solid #4d79f3;color: #4d79f3;flex:1;}

.scroll-fix:before{content:"";height:.8rem;display:block}
.scroll-fix .m_header{position: fixed; z-index: 100; top: 0.8rem; left: 50%; padding: 0 .3rem; max-width: 750px; transform: translateX(-50%); width: 100%;}
.topMapData2{padding-bottom: 0;background-color: rgb(246,246,246)}
.topMapData2 .t_tit { display: flex; flex-direction: row; justify-content: center; padding: .3rem 0 .1rem; line-height: .35rem; text-align: center; color: #777; font-size: .24rem; position:relative;align-items:center }
.topMapData2 .t_tit b {  display: inline-block; height: .35rem; color: black; font-size: .26rem; border-radius: .05rem; margin-right: .1rem; font-weight: 700; padding: 0 0.1rem; }
.topMapData2 .intro-calnum2{width:.28rem;margin-left: .1rem;}
.topMapData2 .intro-calnum2 img{width:100%}
.topMapData2 .t_list_cont{padding:0 .3rem}
.topMapData2 .t_list{display: flex;flex-wrap: wrap;flex-direction:row;margin:0 .3rem;}
.topMapData2 .t_item{width:20%;text-align: center;margin-bottom:.32rem;position:relative;}
.topMapData2 .t_item:before{display:none;content:'';border-left:solid 1px #dfdfdf;height:.54rem;width:0;position:absolute;right:0;top:.4rem;}
.topMapData2 .t_item:nth-of-type(4n):before{display: none;}
.topMapData2 .t_item h5{color:#393939;font-size:.25rem;line-height:.28rem;font-weight: bold;}
.topMapData2 .t_item span b{font-size:.3rem;font-weight: bold;line-height:.59rem;font-family:'PingFang SC';color: #4d79f3;}
.topMapData2 .t_item .t_item_b2{font-size:.25rem;font-weight: bold;color: black !important;}
.topMapData2 .t_item h4{display: block;color:#999;font-size:.2rem;line-height:.28rem}
.topMapData2 .t_item h4 code{display: inline;color:#999;font-size:.2rem;font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;font-weight: bold;}
.topMapData2 .t_item h4 code.c8{color:#c8c8c8}
.topMapData2 .t_notice{background: #FFFFFF;visibility:hidden;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    border-radius: 24px;
    display: inline-block;
    margin: -.22rem auto 0;
    padding: 0 .2rem;
    color: #999;
    font-size: .2rem;
    line-height: .44rem;}
.topMapData2 .t_item:nth-of-type(4),
.topMapData2 .t_item:nth-of-type(5),
.topMapData2 .t_item:nth-of-type(6){margin-bottom:.28rem}
.topMapData2f{padding-bottom:.2rem;}
.topMapData2f .t_notice{visibility:visible}
.topMapData2f .t_item{margin-bottom:.32rem;}
.topMapData2f .t_item h4{display:none;}
.rulePop {background: #fff; margin-top: 0!important; margin-left: 0!important; border-radius: .1rem; padding-top: .4rem; transform: translate(-50%, -50%); display:block }
.rule-txt p{display:block}
.rule-txt p.s{font-size:.24rem;line-height: .3rem;}
.rule-txt .rule-txt-title{padding:0.2rem 0!important;display:block}
.rule-txt .rule-txt-title2{font-size:.3rem!important;line-height: .36rem!important;}
.btn-reset-worldmap{border: 1px solid #4d79f3;color: #4d79f3;height: .6rem;font-size: .28rem;border-radius: 1rem;text-align:center;    line-height: .6rem;width: 1.2rem;right: 0.2rem;position: absolute;bottom: 0.2rem;background:#fff;}
.btn-zoomin-worldmap{border: 1px solid #4d79f3;color: #4d79f3;height: .6rem;font-size: .28rem;border-radius: 1rem;text-align:center;    line-height: .6rem;width: .6rem;right: 2.2rem;position: absolute;bottom: 0.2rem;background:#fff;}
.btn-zoomout-worldmap{border: 1px solid #4d79f3;color: #4d79f3;height: .6rem;font-size: .28rem;border-radius: 1rem;text-align:center;    line-height: .6rem;width: .6rem;right: 1.5rem;position: absolute;bottom: 0.2rem;background:#fff;}

.scroll-fix .m_header{padding-top:0;}