/* common */
*{ list-style: none; border: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","STHeitiSC-Light","Microsoft YaHei","微软雅黑",Arial,sans-serif; box-sizing: border-box; -webkit-box-sizing: border-box;}
body{
  line-height: 1;
  background: #fff;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 12px;
  /* font-smoothing: antialiased; 字体抗锯齿 */
  margin:0 auto;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  /* // user-select: none; */
  /* // -webkit-user-select: none; */
  font-weight: 400;
  font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","STHeitiSC-Light","Microsoft YaHei","微软雅黑",Arial,sans-serif !important;
  height: 100%;
  min-width:1120px;
}
html{
  height:100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
img{pointer-events:none; display: block; object-fit: cover !important; font-size: 16px; color:transparent; height: auto;}
p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,h7,button,input{margin:0px;border:0px;padding:0px;}
button {border: none;outline: none; background:none;}
textarea {resize: none;}
a {text-decoration: none;outline: none;color: #333; font-size:0.3rem;}
a:hover, a:focus {text-decoration: none;}
#app,.con{height: 100%;}
input,select,textarea{  appearance:none; -webkit-appearance:none; outline: none; padding:0;background: none;}
video{display: block; outline: none;}
/* header */
#nav {
    background-color: #284783;
    width: 100%;
    height: 0.66rem;
    padding:0 0.4rem;
}
.nav_inner {
    position: relative;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}
.nav_inner .logo {
    width: 1.3rem;
    flex: none;
    margin-right: 0.8rem;
}
.nav_inner .logo img {
    width: 100%;
}
.nav_list {
  height: 100%;
  display: flex;
}
/* 一级菜单栏 */
.nav_list>li {
    width: 0.9rem;
    margin:0 0.04rem;
    height: 100%;
    position: relative;
}
.nav_list>li>.bgBox{
    position: absolute;
    transition:all ease-in-out 200ms; width:0; left:50%; transform: translateX(-50%); height:0.66rem; z-index:1; /*box-shadow: inset rem(2) rem(2) rem(10) #001847; border-radius:rem(0);*/}
.nav_list>li>a {
    font-size:0.18rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition:all ease-in-out 200ms;
    color: #fff;
}
.nav_list>li>a .downarr {
    transition: all ease-in-out 300ms;
        margin-left:0.09rem;
        border-top: 0.06rem solid #fff; border-left: 0.05rem solid transparent;border-right: 0.05rem solid transparent;
}
/* 一级菜单栏hover */
.nav_list>li:hover> a{
    color: #000;
}
.nav_list>li:hover>a>.downarr {
    border-top: 0.06rem solid #000; border-left: 0.05rem solid transparent;border-right: 0.05rem solid transparent;
    transform: rotateX(180deg);
}
.nav_list>li:hover>.list{top:100%; opacity: 1; z-index:3;transition:all ease-in-out 300ms;transition-delay:200ms;}
/* 一级菜单栏选中 */
.nav_list>li.navCur>a {color: #000;}
.nav_list>li.navCur>a.downarr {border-top: 0.06rem solid #000; border-left: 0.05rem solid transparent;border-right: 0.05rem solid transparent;transform: rotateX(180deg);}
/* 二级菜单栏 */
.nav_list>li>.list{position: absolute; top:160%; background-color: #fff;box-shadow: 0 2px 4px rgba(0,0,0,.12);border: 1px solid #d2d2d2; width: 1.8rem; left:50%; transform: translateX(-50%); opacity:0; }
.nav_list>li>.list li a {
    font-size: 0.16rem;  line-height:0.36rem; width: 100%; color: #666;display: block;margin: auto;text-align: center;
}
.nav_list>li>.list li:hover {
    color:#fff; background-color:#284783;
}
.nav_list>li>.list li.newCatCur{color:#fff; background-color:#284783;}
.nav_list>li>.list li:hover>a {
    color: #fff;
}
.nav_list>li>.topicList li a {
    width: 28%;
    text-align-last: justify;
}
/* 搜索 */
.searchBox{
    width: 2.42rem;
    height: 0.42rem;
    display: flex;
    align-items: center;
    background-color: #203D75;
    border: 2px solid #284B8F;
    border-radius: 0.1rem;
    position: absolute;
    right:0; 
    z-index:10;
}
.searchBox>input{font-size: 0.14rem; color: #fff; padding-left: 0.16rem; width: 1.85rem; flex:none;}
.searchBox>input::placeholder{color:#ccc;font-size: 0.14rem;}

.searchBox >.searchBtn{width: 0.56rem; flex: none; height: 100%; display: flex; align-items: center; justify-content: center;}
.searchBox > .searchBtn >img{width: 0.16rem;}
.searchBox > .searchBtn >button{cursor: pointer; display: none; width: 100%; height: 100%; color: #ddd; font-size: 0.14rem; background-color:#3E6DC8; border-top-right-radius: 0.1rem;border-bottom-right-radius: 0.1rem;}

/* 搜索下拉列表 */
.searchBox >.retrievalBox{position: absolute; width: 2.42rem; left: 0; top: 0.44rem; background-color: #fff;}
.searchBox >.retrievalBox >li{padding:0.1rem 0.14rem; color:#000; font-size: 0.13rem; cursor: pointer; border-bottom: 1px solid #F5F5F5;}
.searchBox >.retrievalBox >li:last-child{border: none;}
.searchBox >.retrievalBox >li:hover{background-color:#f8f9fc;}
.searchBox >.retrievalBox >li.retrievalCur{background-color:#f8f9fc;}
/* 返回顶部 */
.retopBox{position: fixed; top:55%; right: -0.22rem; z-index:4; transform: translateY(-50%) translateX(85%); padding-bottom: 0.2rem;}
.retopBox >.codeIcon_box{
    width: 1.32rem;
    height: 1.5rem;
    padding: 0.06rem;
    cursor: pointer;
    position: relative;
    transition: all 0ms ease-in-out;
    background: #E5E5E5;
    font-size: 0.14rem;
    color: #111010;
    text-align: center;
    letter-spacing: 4px;
    word-spacing: 4px;
}
.retopBox >.codeIcon_box >.codeImg_box {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    margin: 0 auto;
    border: 0.0001rem dashed #111010;
    margin-top: 0.06rem;
}
.retopBox >.retopBtn{
    width: 1.32rem;
    height: 0.36rem;
    margin-top: 0.06rem;
    cursor: pointer;
    transition: all 0ms ease-in-out;
    background: #E5E5E5;
    font-size: 0.14rem;
    color: #111010;
}
.retopBox >.retopBtn >.retopBtn-icon {
    display: block;
    margin: 0 auto;
    width: 0.21rem;
    height: 0.1rem;
}
/* header end */
/* 屏幕自适应 */
.inabrPage{
    margin: auto;
    position: relative;
    z-index:2;
    padding:0 0.24rem;
    box-sizing: unset;
    padding-top: 0.2rem;
}
.inabrPage,.footer_inner,.nav_inner{width:1414px;}
@media screen and (max-width: 2400px) {
    .inabrPage,.footer_inner,.nav_inner{width:1414px;}
    .topAdsBox {width: 1414px; height: 106px;}
    .topAdsBox .swiper-slide {width: 1414px; height: 106px;}
    .indexPage > .swiperAds_box > .bannerAds{height:calc(940px * 9 / 16);}
    .indexPage > .swiperAds_box > .swiperRads_box > .swiperRadsItem,.liveBox > .liveimg_box,.rightAds{height:calc(463px * 9 / 16);}
    .goodArticle .goodArticle_item a > .imgBox{height:calc(106px * 3 / 4);}
    .goodArticle .goodArticle_item-first a > .imgBox{height:calc(320px * 9 / 16);}
    .article_list > .articleItem a > .cover_box{height:calc(200px * 3 / 4);}
    .videoWaterfall > .videoItem > .videoBox {height:calc(1048px * 9 / 16);}
    .liveWaterfall > .liveItem > .liveBox {height:calc(1048px * 9 / 16);}
    .videoDetail_right{height:686px;}
    .videoDetailCon_left > .video_con,.liveDetailCon_left > .live_con{height:calc(1048px * 9 / 16);}
    .specialItem_box{height:calc(337px * 2 / 3);}
    .speTop_box>.speDetail_cover{height:calc(1385px / 4 );}
    .speDetailList > .speDetailItem > a > .speDetailItem_cover{height:calc(332px * 2 / 3);}
}
@media screen and (max-width: 1654px) {
    .inabrPage,.footer_inner,.nav_inner{width:1198px;}
    .topAdsBox {width: 1198px; height: 90px;}
    .topAdsBox .swiper-slide {width: 1198px; height: 90px;}
    .indexPage > .swiperAds_box > .bannerAds{height:calc(797px * 9 / 16);}
    .indexPage > .swiperAds_box > .swiperRads_box > .swiperRadsItem,.liveBox > .liveimg_box,.rightAds{height:calc(392px * 9 / 16);}
    .goodArticle .goodArticle_item a > .imgBox{height:calc(90px * 3 / 4);}
    .goodArticle .goodArticle_item a > .imgBox .special_tag{font-size: 0.12rem; padding: 0.05rem 0.07rem;}
    .goodArticle .goodArticle_item-first a > .imgBox{height:calc(268px * 9 / 16);}
    .article_list > .articleItem a > .cover_box{height:calc(170px * 3 / 4);}
    .videoWaterfall > .videoItem > .videoBox {height:calc(888px * 9 / 16);}
    .liveWaterfall > .liveItem > .liveBox {height:calc(888px * 9 / 16);}
    .videoDetail_right{height:591px;}
    .videoDetailCon_left > .video_con,.liveDetailCon_left > .live_con{height:calc(888px * 9 / 16);}
    .specialItem_box{height:calc(288px * 2 / 3);}
    .speTop_box>.speDetail_cover{height:calc(1174px / 4);}
    .speDetailList > .speDetailItem > a > .speDetailItem_cover{height:calc(285px * 2 / 3);}
}
@media screen and (max-width: 1438px) {
    .inabrPage,.footer_inner,.nav_inner{width:999px;}
    .topAdsBox {width: 999px; height: 75px;}
    .topAdsBox .swiper-slide {width: 999px; height: 75px;}
    .indexPage > .swiperAds_box > .bannerAds{height:calc(664px * 9 / 16);}
    .indexPage > .swiperAds_box > .swiperRads_box > .swiperRadsItem,.liveBox > .liveimg_box,.rightAds{height:calc(327px * 9 / 16);}
    .goodArticle .goodArticle_item a > .imgBox{height:calc(73px * 3 / 4);}
    .goodArticle .goodArticle_item a > .imgBox .special_tag{font-size: 0.1rem;top: 0.05rem;left: 0.05rem; padding: 0.04rem 0.07rem;}
    .goodArticle .goodArticle_item-first a > .imgBox{height:calc(220px * 9 / 16);}
    .article_list > .articleItem a > .cover_box{height:calc(141px * 3 / 4);}
    .videoWaterfall > .videoItem > .videoBox {height:calc(740px * 9 / 16);}
    .liveWaterfall > .liveItem > .liveBox {height:calc(740px * 9 / 16);}
    .videoDetail_right{height:508px;}
    .videoDetailCon_left > .video_con,.liveDetailCon_left > .live_con{height:calc(740px * 9 / 16);}
    .specialItem_box{height:calc(240px * 2 / 3);}
    .speTop_box>.speDetail_cover{height:calc(979px / 4);}
    .speDetailList > .speDetailItem > a > .speDetailItem_cover{height:calc(237px * 2 / 3);}
}
/* common */
.inabrPage_con{ 
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.inabrPage_con_left{
    width:73.666%;
    flex: none;
    position: relative;
    min-height: 6rem;
}
.inabrPage_right{
    width:24.2%;
    flex: none;
}

/* 面包屑 */
.crumbsPage{display: flex; align-items: center; color: #000000; font-size: 0.14rem; font-weight: 300; border-bottom: 1px solid #E5E5E5; padding-bottom:0.15rem; margin-bottom:0.17rem;}
.crumbsPage >.crumbs_arr{margin:0 0.05rem;font-weight: bold;}
.crumbsPage>a{ color: #000000; font-size: 0.14rem; font-weight: 300;}
.crumbsPage>a:hover {color:#284783;}

.detail_title_box{margin-bottom:0.03rem;}
.detail_title_box>.detail_title{font-size:0.36rem; font-weight: 500; line-height: 1.4; margin-bottom:0.16rem;}
.detail_title_box>.detail_new{color:#999; font-size: 0.16rem; margin-top:0.06rem; line-height:1.4;}


/* 文章列表 */
.pageList{border-top: 1px solid #E6E6E6;}
.layTitle{font-size: 0.2rem; display: inline-block; color: #333; font-weight: 500; padding-bottom:0.18rem; border-bottom:2px solid #284783; text-align: center;}
.videoTime{position: absolute; bottom:0.06rem; right: 0.06rem; display: flex; align-items: center; padding:0.05rem 0.12rem; border-radius: 200px; background-color: rgba(0,0,0,0.5); justify-content: center; border: 0.01rem solid #ddd;}
.videoTime>span{font-size:0.12rem; color: #fff; font-weight:350;}
.videoTime>.rarr{border-top: 4px solid transparent;border-left: 5px solid #fff;border-bottom: 4px solid transparent; margin-right: 0.03rem;}
/* 直播、专题tag */
.live_tag,.special_tag{
    position: absolute;
    left:0.1rem; 
    top: 0.1rem;
    padding:0.06rem 0.11rem;
    border-radius:2px;
    background-color: #EE5C54;
    font-size:0.18rem;
    color:#fff;
    text-align: center;
    z-index:99;
}
.living {
    background-color:#2E3237;
}
.noStart {
    background-color: #2E3237;
}
.record {
    background-color: #2E3237;
}
.special_tag{background-color: #284783;}

/* 无数据样式 */
.nodataBox {display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding-top:1.4rem; border-top: 1px solid #E6E6E6;}
.nodataBox>img{width: 3.32rem;}
.nodataBox>p{width: 100%; text-align: center; line-height: 1; margin-top: 0.19rem; font-weight: 400; color: #9A9A9A; font-size: 0.18rem;}


/* 列表及推荐位 */
/* 顶部通栏 */
.topAdsBox {
    position: relative;
    margin-bottom: 0.2rem;
}
.topAds{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.topAds>.topAdvCur{ 
    position: absolute;
    width:30px;
    height:15px;
    background-color: #3d434a;
    color: #fff;
    border-top-left-radius:7px;
    text-align: center;
    line-height:16px;
    font-size:10px;
    right:0;
    bottom: 0;
}
.topAds>img{
    width: 100%;
    border: 1px  solid #e8e8e8;
}
/* 底部广告 */
.bottomAds{
    display: block;
    width: 100%;
    display: block;
    margin: 0.2rem 0;
    position: relative;
}
.bottomAds>img{
    width: 100%;
    border: 1px  solid #e8e8e8;
}
.bottomAds>.topAdvCur{ 
    position: absolute;
    width:30px;
    height:15px;
    background-color: #3d434a;
    color: #fff;
    border-top-left-radius:7px;
    text-align: center;
    line-height:16px;
    font-size:10px;
    right:0;
    bottom: 0;
}
/* 右侧广告 */
.rightAds {
    display: block;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 0.13rem;
}
.rightAds>img {
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
}
.topAdvCur{ 
    position: absolute;
    width:30px;
    height:15px;
    background-color: #3d434a;
    color: #fff;
    border-top-left-radius:7px;
    text-align: center;
    line-height:16px;
    font-size:10px;
    right:0;
    bottom: 0;
}
.goodArticle {
    margin-bottom: 0.13rem;
    width: 100%;
    margin-top: 0.13rem;
}
.goodArticle> h3 {
    font-size: 0.24rem;
    display: inline-block;
    color: #000;
    font-weight: 600;
    padding-bottom: 0.1rem;
    
    letter-spacing: 2px;
    word-spacing: 2px;
}
.goodArticle>.bottom { 
    border-bottom:1px solid #0066A8; 
}
.goodArticle>.left { 
    border-left:0.03rem solid #0066A8;
    padding: 0 0.04rem;
}
.goodArticle .goodArticle_list {
    margin-top: 0.12rem;
    padding: 0.12rem;
    padding-right: 0;
    background-color: #E5E5E5;
}
.goodArticle .goodArticle_item a {
    display: flex;
      align-items: top;
      padding: 0.1rem 0;
      position: relative;
}
.goodArticle .goodArticle_item a >.imgBox{
    position: relative;
    flex: 1
}
.goodArticle .goodArticle_item a >.imgBox > img {
    width:100%;
    height: 100%;
    flex: none;
}
.goodArticle .goodArticle_item a >.imgBox >.detailList_time{
    position: absolute;
    bottom: 0.05rem;
    right: 0.05rem;
    padding:0 0.08rem;
    height: 0.18rem;
    background:rgba(0, 0, 0, .4);
    color:#fff;
    font-size:0.12rem;
    border-radius: 100px;
    text-align: center;
    line-height: 0.18rem;
}
.goodArticle .goodArticle_item a >.imgBox >.videoPlaybtn{ 
    position: absolute;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    width:0.38rem;
    height:0.38rem;
    top:50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    border:0.01rem solid #fff;
    display: flex;
    align-items:center;
    justify-content: center;
}
.goodArticle .goodArticle_item a >.imgBox >.videoPlaybtn::before{
    border-top: 0.07rem solid transparent;
    border-left: 0.1rem solid #fff;
    border-bottom: 0.07rem solid transparent;
    content:''; 
    margin-left:0.03rem;
}
.goodArticle .goodArticle_item a >.titleBox {
    flex:2;
}
.goodArticle .goodArticle_item a >.titleBox > p {
    color: #333;
    font-size: 0.16rem;
    line-height: 1.3;
    height: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    padding: 0.1rem 0.14rem;
    padding-right: 0.04rem;
}
.goodArticle .goodArticle_item a >.titleBox:hover {
    background: #C9C9C9;
}
.goodArticle .goodArticle_item-first {
    padding-right: 0.12rem;
    border-top: none;
}
.goodArticle .goodArticle_item-first a {
    flex-wrap: wrap;
    padding-top: 0;
}
.goodArticle .goodArticle_item-first a >.imgBox{overflow: hidden;}
.goodArticle .goodArticle_item-first a >.imgBox > img {
    width: 100%;
    height:100%;
    transition: all 200ms ease-in-out;
}
.goodArticle .goodArticle_item-first a .titleBox{
    padding:0 0.12rem 0.1rem;
    width: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.01) 100%);
    position: absolute;
    bottom:0.1rem;
    height:0.72rem;
    display: flex;
    align-items: flex-end;
}
.goodArticle .goodArticle_item-first a .titleBox > p {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    text-align: justify;
    line-height:1.4;
    padding:0;
}
.goodArticle .goodArticle_item-first a .titleBox:hover {
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.01) 100%);
}
.goodArticle .goodArticle_item-first:hover img{
    transform: scale(1.2);
}


/* 最新内容 */

.article_list {
    border-top: 1px solid #E6E6E6;
}
.article_list>.articleItem {
    border-bottom: 1px solid #E6E6E6;
    padding: 0.2rem 0;
}
.article_list>.articleItem a {
    display: flex;
}
/* articleItem left */
.article_list>.articleItem a>.cover_box {
    flex: none;width:19.2%;
    position: relative;
}
.article_list>.articleItem a>.cover_box img {
    width:100%;
    flex: none;
    height:100%;
}
.article_list>.articleItem a>.cover_box>.videoTime{
    position: absolute;
    bottom:0.06rem;
    right: 0.06rem;
    display: flex;
    align-items: center;
    padding:0.05rem 0.12rem;
    border-radius: 200px;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    border: 0.01rem solid #ddd;
}
.article_list>.articleItem a>.cover_box>.videoTime>span{
    font-size:0.12rem;
    color: #fff;
    font-weight: 350;
}
.article_list>.articleItem a>.cover_box>.videoTime>.rarr{
    border-top: 4px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 4px solid transparent;
    margin-right: 0.03rem;
}
/* articleItem right */
.article_list>.articleItem a>.articleItem_right{ 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width:100px;
    padding: 0 0.2rem;
}
.article_list>.articleItem a>.articleItem_right>.articleItem_con>h5{
    font-size: 0.18rem;
    color:#000; 
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width:100%;
    line-height:1.4
}
.article_list>.articleItem a>.articleItem_right>.articleItem_con>p {
    font-size: 0.14rem;
    color:#999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    width:100%;
    padding-top:0.18rem;
    font-weight: 400;
    line-height:1.4;
    letter-spacing:1px;
}
.article_list>.articleItem a>.articleItem_right>.articleItem_cur{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.04rem;
}
.article_list>.articleItem a>.articleItem_right>.articleItem_cur>p {
    font-size: 0.14rem;
    color:#999;
    font-weight: 400;
}
.article_list>.articleItem a>.articleItem_right>.articleItem_cur>p:last-child{
    background: url(../img/time_icon.png)no-repeat;
    background-size: 0.16rem;
    padding-left: 0.19rem;
    background-position:left center;
}

/* footer */
#footer {background-color: #2E3237; margin-top: 0.2rem;}
#footer>.footer_inner{ margin: auto; padding:0.3rem 0 0.2rem 0; display: flex; flex-wrap: wrap;}
#footer>.footer_inner>.footer-bottom{width:100%;color: #999;font-weight: 300; font-size: 0.12rem;}
#footer>.footer_inner>.footer-bottom>a{color: #999;font-weight: 300; font-size: 0.12rem;}
#footer>.footer_inner>.footer-bottom>span {display: inline-block;margin: 0 0.2rem;}
#footer>.footer_inner>.footer_item{ margin-bottom:0.2rem;}
#footer>.footer_inner>.first_item{display: flex; justify-content: space-between; width: 100%;}
#footer>.footer_inner>.first_item>.aboutUs>.aboutUsList{display: flex;align-items: center;justify-content: space-between; flex-wrap: wrap; width: 100%;margin-bottom: 0.1rem;}
#footer>.footer_inner>.first_item>.aboutUs>.aboutUsList>.aboutUsList-item{display: block;font-size: 0.16rem;line-height: 0.2rem;padding: 0.05rem 0.2rem;color: #fffefe;background: #0078ff;border-radius: 25px;cursor: pointer;}
#footer>.footer_inner>.first_item>.aboutUs>.aboutUs-text {width: 100%;line-height: 0.12rem;margin-top:0.05rem;color: #999;font-weight: 300; font-size: 0.12rem;text-align: left;}
#footer>.footer_inner>.first_item>.aboutUs>.aboutUs-text>a {color: #999;font-weight: 300; font-size: 0.12rem;}
#footer>.footer_inner>.first_item>.aboutUs>.aboutUs-text>span{display: inline-block;margin: 0 0.2rem;}
#footer>.footer_inner>.first_item>.aboutUs>.aboutUs-adddress {margin-top: 0.35rem;}
#footer>.footer_inner>.first_item>.aboutUs>.aboutUs-tel {text-align: left;}
#footer>.footer_inner>.first_item>.qrcodeBox>.qrcodeBox-list{width: 100%;display: flex;flex-direction: row;justify-content: space-between;margin-top: 0.15rem;}
#footer>.footer_inner>.first_item>.qrcodeBox>.qrcodeBox-list>.qrcodeBox-item{width: 0.9rem;margin-right: 0.15rem;}
#footer>.footer_inner>.first_item>.qrcodeBox>.qrcodeBox-list>.qrcodeBox-item>img {display: block;width: 0.9rem;height: 0.9rem;border: 0.0001rem dashed #777;background: #fff;border-radius: 0;}
#footer>.footer_inner>.first_item>.qrcodeBox>.qrcodeBox-list>.qrcodeBox-item>span {display: block;width: 100%;text-align: center;margin-top: 0.2rem;font-size: 0.16rem;color:#FFFEFE;}
#footer>.footer_inner>.first_item>.subscribeBox>.subscribeBox-img{ width: 0.9rem; height: 0.9rem;margin: 0 auto;margin-bottom: 0.11rem;border: 0.0001rem dashed #777;background: #fff;border-radius: 0;margin-top: 0.1rem;}
#footer>.footer_inner>.first_item>.subscribeBox>.subscribeBox-img>img {width: 100%;height: 100%;display: block;}
#footer>.footer_inner>.first_item>.subscribeBox>.subscribeBox-text{color: #FFFEFE;font-weight: 300; font-size: 0.12rem;text-align: center;line-height: 1.5;}
#footer>.footer_inner .footerItem_title{font-size: 0.18rem; color: #fffefe; font-weight: 500; line-height: 1; letter-spacing: 1px; margin-bottom:0.35rem; flex: none;display: block;text-align: center;}