/*reset*/
@font-face{
    font-family: DIN;
    src: url(../../fonts/DINCond-Bold.otf);
    src:local('☺'),
        url('../../fonts/DINCond-Bold.otf?#iefix') format('embedded-opentype'),
		url('../../fonts/DIN-Condensed-Bold.woff.ttf') format('truetype');
    font-weight:bold;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    
}
tbody, tfoot, thead, tr, th, td{
    margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
    border: 0;
    display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.imgBig{
    display:block;
    width: 100%;
    height: 100%;
    transition:all 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
}
.imgBig:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.imgBigNo{
   width: 100%;
    height: 100%;
    transition:all 1s
}
.imgBigNo:hover{
    transform: scale(1.2);
}
*{padding:0;margin: 0; box-sizing: border-box; -webkit-box-sizing: border-box;}
div{box-sizing:border-box;}
a{text-decoration: none;}
.pull-left{float:left;}
.pull-right{float:right;}
/*common.css*/
.common_width{
	width:1280px;
	margin:0 auto 0;
}
.half_width{width:50px;}
/* .clearfix{clear:both;} */
.clearfix:after{content: "\20";display: block;height: 0;clear: both;visibility: hidden; overflow:hidden;}
#mobile .teamAll_select.clearfix:after{
    content: none;
}
.clearfix{zoom:1;} /* for IE/Mac */
.hide{ display: none;}
.bgWImg{ background-size: 100% auto;  background-repeat: no-repeat; width: 100%; }
.bgImg{ background-size: 100% auto;  background-repeat: no-repeat; }
/* 头部 */
#header{
    width: 100%;
    min-width: 1280px;
    height:95px;
    background: rgba(51, 54, 113, 1);
    background:-webkit-linear-gradient(left, #3B3D72, #212234);
    background:-o-linear-gradient(left, #3B3D72, #212234);
    background:-moz-linear-gradient(left, #3B3D72, #212234);
    background:linear-gradient(left, #3B3D72, #212234);
    border-bottom: 6px solid rgba(51, 54, 113, 1);
}
.header_main{	
    width:1280px;
	margin:0 auto;
	position: relative;
}
.header_main .logo{position: absolute; top: 8px; left: 40px; width: 62px; height: 73px; }
.header_main .logo img{width:100%; height: auto;}

#mobile #header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    min-width: 100%;
    height: 1.33rem;
    border-bottom: 0;
}

#mobile #header .header_main{
    width: 100%;
    height: 1.33rem;
    padding: .4rem 0 0 .4rem;
}

#mobile #header .logo{
   top: 50%; left: 50%; margin: -.47rem 0 0 -.4rem; width: .8rem; height: .93rem;
}
#header .menu_icon{
    display: none;
}
#mobile #header .menu_icon{
    display: block;
    position: relative;
    width: .54rem;
    height: .54rem;
    padding: .24rem 0;
	
}
#mobile #header .menu_icon i, #mobile #header .menu_icon ::before, #mobile #header .menu_icon ::after{
    display: block;
    width: 100%;
    height: .05rem;
    background-color: rgba(255,255,255,1);
    border-radius: .03rem;
}
#mobile #header .menu_icon ::before, #mobile #header .menu_icon ::after{
    position: absolute;
    left: 0;
    z-index: 2;
    content: '\20';
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
#mobile #header .menu_icon ::before{
    top: 0;
}
#mobile #header .menu_icon ::after{
    bottom: 0;
}

#mobile #header .menu_icon.open i{
    background-color: transparent;
}
#mobile #header .menu_icon.open ::before, #mobile #header .menu_icon.open ::after{
    -webkit-transform-origin: (50%, 50%);
    -moz-transform-origin: (50%, 50%);
    -o-transform-origin: (50%, 50%);
    transform-origin: (50%, 50%);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}
#mobile #header .menu_icon.open ::before{
    top: .24rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mobile #header .menu_icon.open ::after{
    bottom: .24rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.header_main .head_title{
    position: absolute;
    top: 14px;
    left: 126px;
    line-height: 28px;
    font-weight: bold;
    font-size: 18px;
    color: #C8AE6A;
}

.header_main .back_home_pc{
    display: none;
    position: absolute;
    top: 14px;
    right: 40px;
    z-index: 100;
    line-height: 28px;
    font-weight: bold;
    font-size: 12px;
    color: #8e8e8f;
    cursor: pointer;
}
#pc .header_main .back_home_pc {
    display: block;
}
.header_main .back_home_pc:hover{
    color: #C8AE6A;
    text-decoration: underline;
}

.header_main .back_home_mobile{
    display: none;
    position: absolute;
    top: .4rem;
    right: .4rem;
    z-index: 100;
    width: .64rem;
    height: .64rem;
    background-image: url(../../img/cba/backHome_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#mobile .header_main .back_home_mobile {
    display: block;
}

.header_main .menu{width: 100%}
.header_main .menu_top{line-height:19px;text-align: right;margin-top:20px;font-size: 12px;color: #e2e2e2;}
.header_main .menu_top a{
    color: #e2e2e2;
    font-size: 14px;
}

.header_main .menu ul{list-style:none;position: relative; padding: 42px 0 0 126px; font-size: 0;}
#pc .header_main .menu ul{display: block !important;}
.header_main .menu ul li{display: inline-block; padding-right: 80px; width:auto;line-height: 48px;color:#333;font-size:14px;text-align:center;}
.header_main .menu ul li a {color:#8e8e8f;}
.header_main .menu ul li:hover a,.header_main .menu ul li.active a{color:#fff;}
.header_main .search-icon{float:right;height: 60px;line-height: 60px;margin-top:40px;}
.header_main .search{width:20px;height:20px;vertical-align:middle;}

#mobile .head_title, #mobile .header_main ul{
    display: none;
}
#mobile .header_main .menu{
    position: fixed;
    top: 1.33rem;
    left: 0;
    z-index: 400;
    height: 0;
    background-color: #fff;
    -webkit-transition: height .2s linear;
    -moz-transition: height .2s linear;
    -o-transition: height .2s linear;
    transition: height .2s linear;
}

#mobile .header_main ul{
    width: 100%;
    margin: 0;
    padding: 0;
    height: calc(100vh - 1.33rem);
    overflow: auto;
}

#mobile .header_main ul li{
    display: block;
    position: relative;
    margin: 0;
    padding: .32rem;
    width: 100%;
    height: auto;   
}

#mobile .header_main ul li.active::before, #mobile .header_main ul li.active::after{  
    position: absolute;
    left: 0;
    content: '\20';
    z-index: 2;
    width: 100%;
    height: 1px;
    background:-webkit-linear-gradient(left, #8F91BC, #5D5E7E);
    background:-o-linear-gradient(left, #8F91BC, #5D5E7E);
    background:-moz-linear-gradient(left, #8F91BC, #5D5E7E);
    background:linear-gradient(left, #8F91BC, #5D5E7E);
    box-shadow: 0 .03rem .06rem rgba(195, 196, 225, 1); 
}
#mobile .header_main ul li.active::before{
    top: 0;
}
#mobile .header_main ul li.active::after{
    bottom: 0;
}
#mobile .header_main .menu ul li a, #mobile .header_main .menu ul li:hover a{
    display: block;
    width: 100%;
    line-height: .56rem;
    font-size: .35rem;
    color: rgba(102, 102, 102, 1);
}

#mobile .header_main .menu ul li.active a{
    font-size: .4rem;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}

/* 二级导航 */
#second_header{
width: 100%;
min-width: 1280px;
background: #A00000;
line-height: 46px;
}
#second_header>ul{
    width: 1280px;
    margin:0 auto;
    /* background: #A00000; */
    padding-left: 125px;
}
#second_header>ul:after{content: ".";display: block;height: 0;clear: both;visibility: hidden; overflow:hidden;}
#second_header>ul>li{
    float: left;
    margin-right: 56px;
    cursor: pointer;
}
#second_header>ul>li>a{
    opacity: .8;
    font-size: 14px;
    color:#fff;
    cursor: pointer;
}
#second_header>ul>li>a:hover{
    color:#fff;
    opacity: 1;
    
}
#second_header>ul>li .active{
    color:#fff;
    opacity: 1;
}


/* 三级导航 */
#third_header{
    width: 1280px;
    min-width: 1280px;
    margin:0 auto;
    background:  #F5F5F5;
    height: 40px;
    line-height: 40px;
}
#mobile #third_header, #pc #third_headerH5{
    display: none;
}

#third_header>ul::after{content: "\20";display: block;height: 0;clear: both;visibility: hidden; overflow:hidden;}

#third_header>ul>li{
    float: left;
    width: 142px;
    height: 40px;
    text-align: center;

}

#third_header>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    cursor: pointer;
}
#third_header>ul>li:hover{
    background: rgba(57, 59, 108, 1);
    color: #fff;
    
}
#third_header>ul>li:hover>a{
    color: #fff;
    
}
#third_header>ul>li>a.active{
    background: rgba(57, 59, 108, 1);
    color: #fff;
}


#mobile #third_headerH5{
    position: fixed;
    top: 1.33rem;
    left: 0;
    z-index: 300;
    width: 100%;
    min-width: 100%;
    height: 1.173rem;
    background-color: #fff;
    box-shadow: 0 .053rem .106rem rgba(238, 238, 238, 1);
}
#mobile #third_headerH5>ul{
    width: auto;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#mobile #third_headerH5>ul>li{
    position: relative;
    display: inline-block;
    margin-right: .533rem;
    width: auto;
    height: 1.173rem;
    line-height: 1.173rem;
    text-align: left;
    font-size: .373rem;
    color: rgba(51, 51, 51, 1);
}
#mobile #third_headerH5>ul>li:first-child{
    margin: 0 .533rem;
}
#mobile #third_headerH5>ul>li .active{
    font-size: .48rem;
}
#mobile #third_headerH5>ul>li .active::before{
    position: absolute;
    bottom: .133rem;
    left: 30%;
    z-index: 2;
    content: '\20';
    width: 40%;
    height: .053rem;
    background-color: rgba(59, 59, 109, 1);
}


#footer{
    min-width: 1280px;
}
.footer-wrap{
    width: 100%;
    min-width: 1280px;
    height: 220px;
    background-image: linear-gradient(179deg, rgba(30,37,42,0.3) 0%, #242A2F 100%);
    position: relative;
    overflow: hidden;
}

#mobile .footer-wrap{
    min-width: 100%;
    padding-bottom: .4rem;
    height: auto;
}
.footer-wrap .footer-box {
    width: 100%;
    height: auto;
    padding-top: 86px;
    box-sizing: border-box;
}
#mobile .footer-wrap .footer-box{
    padding-top: .4rem;
}
.footer-wrap .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-box .footer-content {
    width: 1000px;
    margin: 0 auto;
}
#mobile .footer-box .footer-content{
    width: 100%;
}

.footer-box .footer-content .footer_main{
    display: block;
    width: 1000px;
    text-align: center;
    color: #d5d7d7;
}
#mobile .footer-box .footer-content .footer_main{
    width: 100%;
}
.footer_main>span{
    display: block;

}
.footer_main .footer_fool1{
    opacity: 0.8;
    font-size: 14px;
    color: #FFFFFF;
}


.footer_main .footer_foolFont{
    display: block;
    width: auto;
    line-height: 16px;
    opacity: 0.8;
    font-size: 12px;
    color: #FFFFFF;
}

.footer_fool2 .footer1_iconBg{
    display: block;
    margin: 0 auto;
    width: 50px;
    background-image: url(../images/images_all/footer1_iconBg.png)
}

.footer-box .footer-content .line {
    width: 924px;
    margin: 0 auto;
    height: 0px;
    background: rgba(227, 227, 227, .1);
    
}
#mobile .footer-box .footer-content .line {
    margin: .24rem auto .293rem;
    width: calc(100vw - .8rem);
    border-top: 1px dashed rgba(227, 227, 227, .1);
}
.footer-box .footer-content .copy-right {
     width: 1024px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: rgba(225,225,225,0.3);
    padding: 0 180px;
    line-height: 28px;
}
#mobile .footer-box .footer-content .copy-right{
    padding: 0;
    width: calc(100vw - .8rem);
    font-size: .24rem;
    line-height: .4rem;
}
#mobile .footer-box .copy-right span{
    display: block;
}
.webTitle{
    display: none;
}
#mobile .webTitle{
    display: block;
    font-size: .24rem;
    line-height: .4rem;
    text-align: center;
    color: rgba(153, 153, 153, 1);
}

/* 精彩视频 */
.slide_right{
    float: left;
    width: 300px;
}
#mobile .slide_right{
    display: none;
}
.slide_right .slide_video{
    padding-bottom: 45px;
}
.slide_right .slide_video .slide_video_title{
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.69px;
    margin-bottom: 26px;
   

}
.slide_right .slide_video>ul>li{
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
}
.slide_right .slide_video>ul>li:last-child{
    margin-bottom: 0;
}
.slide_right .slide_video>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
}

.slide_right .slide_video>ul>li #video{
	display: inline-block;
    vertical-align: baseline;
}
.slide_right .slide_video>ul>li #videos{
	display: inline-block;
    vertical-align: baseline;
}
.slide_right .slide_video>ul>li .video_icon {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    cursor:pointer;
}
.slide_right .slide_video>ul>li .video_icon>span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.slide_right .slide_video>ul>li .video_title{
    position: absolute;
    bottom: 0;
    height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.53px;
    padding: 15px 20px 0 20px;
    line-height: 16px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 98.5%;
    left: 2px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 精彩图片 */
.slide_right .slide_imgs{
    padding-bottom: 45px;
}

.slide_right .slide_imgs .slide_imgs_title{
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.69px;
    margin-bottom: 26px;

}
.slide_right .slide_imgs>ul>li{
    position:relative;
    width: 100%;
    overflow: hidden;
    margin-bottom:15px;
    cursor: pointer;
}
.slide_right .slide_imgs>ul>li:last-child{
    margin-bottom:0;
}
.slide_right .slide_imgs>ul>li>span {
    width: 100%;
    height: 200px;
  
}
.slide_right .slide_imgs>ul>li .title_bag{
     position: absolute;
    bottom: 0px;
    width: 300px;
    height: 43px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    padding-top: 15px;
}
 .title_bag .title_imgs{
    float: left;
    width: 23px;
    height: 18px;;
    margin-left: 16px;
}
 .title_bag .title_imgs>img{
 display:block;
  width:100%;
}

 .title_bag .title_title{
    float: left;
    margin-left: 14px;
    width: 200px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   

}
/* 精彩新闻 */
.slide_right .slide_news{
    padding-bottom: 45px;
}

.slide_right .slide_news .slide_news_title{
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.69px;
    margin-bottom: 26px;

}
.slide_right .slide_news>ul>li>a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.slide_right .slide_news>ul>li .slide_news_text{
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


 /* 轮播图组建 */
.wonderful_atlas_big_banner{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 700;
}

 .wonderful_atlas_big_banner .wonderful_atlas_big_box{
    position: absolute;
    width: 900px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 30;
}

.wonderful_atlas_big_box .descript_title{
    margin-top: 18px;
    width: 100%;
}
.wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_container {
    width: 100%;
    height: 560px;
    overflow: hidden;
}
.wonderful_atlas_desItem{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 15px;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(-90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
#mobile .wonderful_atlas_desItem{
    padding: .2rem;
    font-size: .267rem;
    line-height: .373rem;
}
.wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_big_box_groupDes{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
 #mobile .wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_big_box_groupDes{
    font-size: .267rem;
    line-height: .373rem;
}

 .wonderful_atlas_container .close_icon {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 43px;
    height: 43px;
    z-index:2;
    opacity:.8;
    cursor: pointer;
}

 .wonderful_atlas_container .close_icon>img {
    display: block;
    width: 100%;
    height: 100%;
}
.wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_container .swiper-slide {
    text-align: center;
    font-size: 18px;
}
.wonderful_atlas_banner_img{
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_big_box_title{
   display: block;
   width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .wonderful_atlas_big_banner .wonderful_atlas_big_box>img{
    display: block;
    width: 100%;
    height: 100%;
}
 .wonderful_atlas_big_banner .wonderful_atlas_big_nbg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
}
.swiper-button-prev{
    background-image: url(data:image/png;base64,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);
    left: 25px;
    top: 42%;
    right: auto;
    width: 26px;
    height: 78px;
    background-size: 100% 100%;
}
.swiper-button-next{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAEsCAMAAAAl7mc7AAACrFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADMzMzLy8vIyMjLy8vLy8vJyckPDw/Ly8vLy8vExMTDw8PGxsYHBwcTExPJycnHx8fAwMAUFBS8vLzKysrKysq9vb1PT08ZGRkkJCS+vr65ubm+vr6np6ddXV14eHguLi5PT084ODhtbW3JycnBwcHDw8PDw8PIyMi7u7u1tbWwsLC3t7empqaysrKampq/v7+lpaWQkJC2trZpaWl3d3eNjY2BgYFERERhYWGsrKwjIyNJSUk5OTmhoaEfHx9BQUELCwtKSko0NDTHx8fJycnJycnIyMi4uLjGxsazs7PFxcXExMTExMSpqanDw8PExMSioqKgoKCvr6+cnJyZmZm/v7+VlZWfn5+FhYWSkpJjY2Ozs7NWVlY5OTkuLi6mpqZnZ2deXl6cnJyTk5MuLi6MjIyEhIR/f393d3djY2NgYGAdHR3KysrHx8fFxcXCwsLBwcHAwMC2trbIyMiwsLC4uLiysrKsrKyurq6srKzBwcGtra2ioqKqqqqRkZGoqKiOjo6VlZWhoaGHh4eBgYG6urrHx8ebm5uLi4u3t7eVlZVxcXG1tbV8fHyHh4dubm6xsbFZWVltbW0pKSnIyMjHx8fExMS8vLzCwsK0tLS7u7u8vLyenp57e3uZmZl2dnaBgYG1tbV0dHSvr69paWlnZ2eurq5ycnJVVVVRUVFCQkJZWVmqqqqHh4e2traWlpafn5/CwsJvb2+qqqpPT09MTExgYGAfHx/GxsZwcHCwsLBVVVVQUFA7OzssLCzLy8u+ZeLWAAAA43RSTlMAAwEGCAsNDxEVEyFJJBkbJh4cNiouKDBHPzRCFzJFOiw5ODz9+vD49fNN/PHm4upMPvXt2zHQ/OvVZVA22MvKo2xdSEQ7Jurf3tnOwMC0s6uqkZCOhXd0bWxlYF5bU1FMS0JAOxoX5+Tc2MjBv724s7Cuqamlo6GenJqYeXRwa2hbV1NRTEI8OTUuKykiHhPn4uHV1NDGw7u4t7auq6Wem5mXlZCMioqFg4GBf315eXJxaGhnWlRE08nIxLWuoYqEgX19dW5nY2NhYFhYVk9JMTEpIod6c2ZaVE1KQ0A9NjArF2W4Ed4AAAcOSURBVHja7Z3Vk9swGMRLMSSt66S9lJmZmZmZmZmZmZmZmZmZmZn5H6nkT6nbPnZGq46d7+XubWd/9klraz2XyJkkbBI7w35JBBlH0B2ILEkmdQajSj4/Nii45mkyNkwXoso0n+f58eNHnRe6pgWSOapyRQnu/h98hgaDQYPJAlSZaFIS/fEmpWUGdY2pIkSf53JE63wNRyzTCMhWJdFAC7LaxE4RTmnqAdmASbRXP1I9ntoOMVWpVkk0aTIt2C2nI9pnboIdsoLSLyuJWpfJ6sb0CXbYNKQCJrxc9FtfRzTn7fRZU0gHTNfUsELtyGrhYpmi0gGTqG6G7SakWjV7GtmASTSZZqZMUauEI1rmXirpgF2+0UlktaQD2JAKmKzqzGpCQ1LdygHLXCJIlFvNGLZr5nNE85zigIO6fKta0AqlPkBWy2VBAKYbOJIioQqpNk+Vxo4Q4CTyAc/K64gW75I+NQOsIQCnDKXeTVYrE+BAUgzglaTaKlVCChjg6Ezaz3N3TZ86hAO8g6w2ypYpGs5oyP1j/QW4VH1SnSgAy7aaVOOrYfUCjmiJGkDAKVJvIavrs6WxpQNOLADbFZeT6jECDLDKAbenwFSoOwNsIQDrDHDWZmR1EwdsYgCH7VpFKDCdYIBTmqDtJioCU71imVCATQYYFZjc1ZAB7pHbEc3VkQITaD8/TFYrAQNT5FdgmsAAR+CB6aETmDRsYCqtKDAl4ANTPmxgaklWBwACUxIX8AoVgem0ksC0TUlgqqcwMBXhgclCBaaso8lqY2xgWkb7eVuPBya+n18SgSm7bwJTXbaf4wAnrPNdYFrZExqYLigMTHkfQQPT1T8DE+YFSFYRmHZB9/P3eX4FppCSwBTOiApMpURgOogBnPQ/CEyDlASmm9jAlJMC0xkfBKZCKgLT8R8KA1NT6H5eq44jWuAuMjClFidG9fGByT0x8nRgui5OjJQEpuapkIHpSXERmNIjA9NLFYEpYZWKwDRTBKbHKgLTaiUnRgdR+3nAsMLRB7m8fmL0C3DF5djAlOz3wNQHG5iaiYoNNDDN7aMwMBXunt7zJ0axis1d6H7+R8Um6N2KjfnrBUguqth4OzBVURiYir/zQcVmlcqKzWP/VGyQgSnko8BkVyz8R8UmgD0xggUmXVFgCv8KTLcJMPbEqHAx7wemHm4nWVFgwlds/NNJLh3vJPPxTGCKd5L/mngn+Z8DU+zEKN5JZiMlMPmuYgPuJPuvYlOpZ7yTTCO5YpPMuxUb9Z3ksAWr2Pivkzwo3kkWI7NiI98q7eduJ9ldDRPJGnc1FIGpcM9M3Crom+xMjQlwx1TsqhpS+bpXNfYO+m32BM4X8827WAsrZ8iSJkWEXVSE6Ke8tK12yJyF7+YI0aB1noxuT45wKq7pIXFWVDR5BsA1JbrzBNzyRdOmk3z3ukbXkNHxRTldm56mZOez1r/gZs7BjEpekSiJPovBTZ42HSVRmXQJrjFQwE2eNkMWyQ81f8OtxOHKf3wjuPML0uMMwZX6HOXeuQLuWA43PQjuUYVwpwq4GRFwB6uDWzI/wY0g4C5QCHcMEu4tF246NNxqSLhDFMCdogDuQoJbhsPNBoY7SgHcugRX6hO4Cze3ArgXFcA9qQBu7bL0PcJkJNyhZHQkEu4d0QCIw5UA976AWwEPN2cbJNzhZLQpg5uDvwtEwO2kAO6iOr/DjXoWri7gFoLCXYqHa4wgo8P8AvcIh+t+/CsX7mYFcGcIuJ2BcBf3/QU3AxruhuTJ4XCLAOFqHC4f78PNqQ7uDSTccT6B22vZn3AtQ4PBXYuBS2da3VTA7UdGrzG4sS6Dl+GWmB6Hi4KbGAJ3LwYulQlaiNIEwU2BgVuA6iEE14bA7d0fDjegBO5sn8Ft5MDNCoIrik3TONw0WLh7FMBdzeHSdxvehPv9rAK4V9TBzQe9c9FwE7twB8TgmgC4c/6GawDgNiCjOwku5sX1PtHbUgC3eAcGF1XQWKIWbmYc3Dz+glva83DPicYhEu4hBXDn5Y3DlTB/wM1bHgjXOC8ah0C4bp0TBjdZDG4eKNw1f9Q5vQv3t64sDu4fdc54V1aMd7qyEa93ZX1T5/Q83Ck+68qO8jpc33RlT/qsKzvS63B9U+f0TVc21jiMd2Vj4406JxKuBu3KkmgAWOd0jWLrnGR0sahzvmaaALgkGoObNnOGLPLhkuhnAfdDhnRZ5MMl0WT7CW7bdDmYpi21FOeKvnJEm6XKnio94l/wE94XfAXsPzdNpjRZ7VBKuXDdG+npiAaXv9jRaDQF05QN1319Y6aMhNhELNOQDNc9BGaqGa2UKS0zqJOmbFFuNaDpRpCNoQeYplSjriqX1XRNCyQDaHJRR5XJ8mE/E8uF61ol2aQkCTBKXt2B+CRZNjFFgOZPv8bAsVF+/OAAAAAASUVORK5CYII=);
    right: 25px;
    top: 42%;
    left: auto;
    width: 26px;
    height: 78px;
    background-size: 100% 100%;
}

#mobile .swiper-button-prev{
    left: .4rem;
}
#mobile .swiper-button-next{
    right: .4rem;
}
#mobile .swiper-button-next, #mobile .swiper-button-prev{
    top: calc(50% - .5rem);
    width: .4rem;
    height: 1rem;
}
#mobile .wonderful_atlas_big_banner .wonderful_atlas_big_box{
    width: 9.47rem;
}

#mobile .wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_container {
    height: 6.307rem;
}

#mobile .wonderful_atlas_container .close_icon{
    opacity: 1;
    top: -2.4rem;
    right: .2rem;
    width: .733rem;
    height: .733rem; 
}

#mobile .wonderful_atlas_big_banner .wonderful_atlas_big_box .wonderful_atlas_big_box_title{
    font-size: .373rem;
    line-height: .427rem;
}

#mobile .wonderful_atlas_big_banner .wonderful_atlas_big_nbg{
    background: rgba(0,0,0,1);
}

/*右边精彩图片样式 start*/
.slide_picture{
    display: block;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
}
/*右边精彩图片样式 end*/


/* 错误消息弹框 start */
.alert_message{
    position: fixed;
    width: 600px;
    height: 50px;
    left: 40%;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    background: #fef0f0;
    border: 1px solid #fde2e2;
    top: -50px;
    z-index: 100;
    opacity: 0.9;
    overflow: hidden;
}
.slide_down{
    top: 10px;
    transition:all .2s
}
.alert_message>span{
   font-size: 16px;
   color:#fd4444;
}
.alert_message>span.warning{
    color:#E6A23C;
 }

/* 错误消息end */
/* 加载弹窗 */
.box_ngbg{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(51,51,51,0.34);
    z-index: 300;
}

.box_jump{
    position: relative;
    width: 150px;
    height: 250px;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -75px;
    text-align: center;
   
}
.loading{
    position: absolute;
    left: 0;
    z-index: 5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation:initLoadingAn 2.3s infinite linear;
    -webkit-animation:initLoadingAn 2.3s infinite linear;
    -moz-animation:initLoadingAn 2.3s infinite linear;
    -o-animation:initLoadingAn 2.3s infinite linear;
}

.loading img{
    display: none;
    width: 100%;
    height: 100%;
}

.box_ngbg.isShow .loading img{
    display: block;
}

.box_jump .loadShadow{
    display: block;
    position: absolute;
    left: -5px;
    bottom: 25px;
    z-index: 2;
    width: 60px;
    height: 15px;
    background-color: #999;
    border-radius: 50%;
    animation:initLoadShadowAn 2.3s infinite linear;
    -webkit-animation:initLoadShadowAn 2.3s infinite linear;
    -moz-animation:initLoadShadowAn 2.3s infinite linear;
    -o-animation:initLoadShadowAn 2.3s infinite linear;
    
}
.loading_text{
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}
.loading_text>span:nth-child(1){
    font-size: 20px;
    font-weight:500;
    color:rgba(255,255,255,1);
}
.loading_text>span:nth-child(2){
    display: inline-block;
    margin-left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:rgba(255,255,255,1);
    animation: bouncedelay 1.4s infinite -.48s ease-in-out;
    -webkit-animation: bouncedelay 1.4s infinite -.48s ease-in-out;
    -moz-animation: bouncedelay 1.4s infinite -.48s ease-in-out;
    -o-animation: bouncedelay 1.4s infinite -.48s ease-in-out;
    
}
.loading_text>span:nth-child(3){
    display: inline-block;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:rgba(255,255,255,1);
    animation: bouncedelay 1.4s infinite -.32s ease-in-out;
    -webkit-animation: bouncedelay 1.4s infinite -.32s ease-in-out;
    -moz-animation: bouncedelay 1.4s infinite -.32s ease-in-out;
    -o-animation: bouncedelay 1.4s infinite -.32s ease-in-out;
}
.loading_text>span:nth-child(4){
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:rgba(255,255,255,1);
    animation: bouncedelay 1.4s infinite -.16s ease-in-out;
    -webkit-animation: bouncedelay 1.4s infinite -.16s ease-in-out;
    -moz-animation: bouncedelay 1.4s infinite -.16s ease-in-out;
    -o-animation: bouncedelay 1.4s infinite -.16s ease-in-out;
}

@keyframes bouncedelay {
    0%, 80%, 100% {
      transform: scale(0);
    } 
    40%{
      transform: scale(1);
    }
}
@-webkit-keyframes bouncedelay{
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    } 
    40%{
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes bouncedelay{
    0%, 80%, 100% {
        -moz-transform: scale(0);
    } 
    40%{
        -moz-transform: scale(1);
    }
}
@-o-keyframes bouncedelay{
    0%, 80%, 100% {
        -o-transform: scale(0);
    } 
    40%{
        -o-transform: scale(1);
    }
}


@keyframes initLoadingAn
{
    0% {
        top: 0px;
        animation-timing-function: ease-in;
        transform:rotate(0deg);
    }
    15% {
        top: 165px;
        left: 10px;
        animation-timing-function: ease-out;
        
    }
    30% {
        top: 70px;
        left: 30px;
        animation-timing-function: ease-in;
    }
    40% {
        top: 165px;
        left: 45px;
        animation-timing-function: ease-out;
    }
    50% {
        top: 100px;
        left: 60px;
        animation-timing-function: linear;
    }
    56% {
        top: 165px;
        left: 70px;
        animation-timing-function: linear;
    }
    62% {
        top: 140px;
        left: 80px;
        animation-timing-function: linear;
    }
    66% {
        top: 165px;
        left: 90px;
        animation-timing-function: linear;
    }
    70% {
        top: 155px;
        left: 95px;
        animation-timing-function: linear;
    }
    72% {
        opacity: 1;
        top: 165px;
        left: 100px;
        animation-timing-function: linear;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 165px;
        left: 120px;
        animation-timing-function: ease-out;
        transform:rotate(1080deg);
    }

}
@-webkit-keyframes initLoadingAn
{
    0% {
        top: 0px;
        animation-timing-function: ease-in;
        -webkit-transform:rotate(0deg);
    }
    15% {
        top: 165px;
        left: 10px;
        animation-timing-function: ease-out;
        
    }
    30% {
        top: 70px;
        left: 30px;
        animation-timing-function: ease-in;
    }
    40% {
        top: 165px;
        left: 45px;
        animation-timing-function: ease-out;
    }
    50% {
        top: 100px;
        left: 60px;
        animation-timing-function: linear;
    }
    56% {
        top: 165px;
        left: 70px;
        animation-timing-function: linear;
    }
    62% {
        top: 140px;
        left: 80px;
        animation-timing-function: linear;
    }
    66% {
        top: 165px;
        left: 90px;
        animation-timing-function: linear;
    }
    70% {
        top: 155px;
        left: 95px;
        animation-timing-function: linear;
    }
    72% {
        opacity: 1;
        top: 165px;
        left: 100px;
        animation-timing-function: linear;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 165px;
        left: 120px;
        animation-timing-function: ease-out;
        -webkit-transform:rotate(1080deg);
    }

}
@-moz-keyframes initLoadingAn
{
    0% {
        top: 0px;
        animation-timing-function: ease-in;
        -moz-transform:rotate(0deg);
    }
    15% {
        top: 165px;
        left: 10px;
        animation-timing-function: ease-out;
        
    }
    30% {
        top: 70px;
        left: 30px;
        animation-timing-function: ease-in;
    }
    40% {
        top: 165px;
        left: 45px;
        animation-timing-function: ease-out;
    }
    50% {
        top: 100px;
        left: 60px;
        animation-timing-function: linear;
    }
    56% {
        top: 165px;
        left: 70px;
        animation-timing-function: linear;
    }
    62% {
        top: 140px;
        left: 80px;
        animation-timing-function: linear;
    }
    66% {
        top: 165px;
        left: 90px;
        animation-timing-function: linear;
    }
    70% {
        top: 155px;
        left: 95px;
        animation-timing-function: linear;
    }
    72% {
        opacity: 1;
        top: 165px;
        left: 100px;
        animation-timing-function: linear;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 165px;
        left: 120px;
        animation-timing-function: ease-out;
        -moz-transform:rotate(1080deg);
    }

}
@-o-keyframes initLoadingAn
{
    0% {
        top: 0px;
        animation-timing-function: ease-in;
        -o-transform:rotate(0deg);
    }
    15% {
        top: 165px;
        left: 10px;
        animation-timing-function: ease-out;
        
    }
    30% {
        top: 70px;
        left: 30px;
        animation-timing-function: ease-in;
    }
    40% {
        top: 165px;
        left: 45px;
        animation-timing-function: ease-out;
    }
    50% {
        top: 100px;
        left: 60px;
        animation-timing-function: linear;
    }
    56% {
        top: 165px;
        left: 70px;
        animation-timing-function: linear;
    }
    62% {
        top: 140px;
        left: 80px;
        animation-timing-function: linear;
    }
    66% {
        top: 165px;
        left: 90px;
        animation-timing-function: linear;
    }
    70% {
        top: 155px;
        left: 95px;
        animation-timing-function: linear;
    }
    72% {
        opacity: 1;
        top: 165px;
        left: 100px;
        animation-timing-function: linear;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 165px;
        left: 120px;
        animation-timing-function: ease-out;
        -o-transform:rotate(1080deg);
    }

}



@keyframes initLoadShadowAn
{
    0% {
        animation-timing-function: ease-in;
        transform:scale(1);
    }
    15% {
        left: 5px;
        animation-timing-function: ease-out;
        transform:scale(.1);
        
    }
    30% {
        left: 25px;
        animation-timing-function: ease-in;
        transform:scale(.8);
    }
    40% {
        left: 40px;
        animation-timing-function: ease-out;
        transform:scale(.1);
    }
    50% {
        left: 55px;
        animation-timing-function: ease-in;
        transform:scale(.6);
    }
    56% {
        left: 65px;
        animation-timing-function: ease-out;
        transform:scale(.1);
    }
    62% {
        left: 75px;
        animation-timing-function: ease-in;
        transform:scale(.4);
    }
    66% {
        left: 85px;
        animation-timing-function: ease-out;
        transform:scale(.1);
    }
    70% {
        left: 90px;
        animation-timing-function: ease-in;
        transform:scale(.2);
    }
    72% {
        opacity: 1;
        left: 95px;
        animation-timing-function: ease-out;
        transform:scale(.1);
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 110px;
        animation-timing-function: linear;
        transform:scale(.1);
    }

}
@-webkit-keyframes initLoadShadowAn
{
    0% {
        animation-timing-function: ease-in;
        -webkit-transform:scale(1);
    }
    15% {
        left: 5px;
        animation-timing-function: ease-out;
        -webkit-transform:scale(.1);
        
    }
    30% {
        left: 25px;
        animation-timing-function: ease-in;
        -webkit-transform:scale(.8);
    }
    40% {
        left: 40px;
        animation-timing-function: ease-out;
        -webkit-transform:scale(.1);
    }
    50% {
        left: 55px;
        animation-timing-function: ease-in;
        -webkit-transform:scale(.6);
    }
    56% {
        left: 65px;
        animation-timing-function: ease-out;
        -webkit-transform:scale(.1);
    }
    62% {
        left: 75px;
        animation-timing-function: ease-in;
        -webkit-transform:scale(.4);
    }
    66% {
        left: 85px;
        animation-timing-function: ease-out;
        -webkit-transform:scale(.1);
    }
    70% {
        left: 90px;
        animation-timing-function: ease-in;
        -webkit-transform:scale(.2);
    }
    72% {
        opacity: 1;
        left: 95px;
        animation-timing-function: ease-out;
        -webkit-transform:scale(.1);
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 110px;
        animation-timing-function: linear;
        -webkit-transform:scale(.1);
    }

}
@-moz-keyframes initLoadShadowAn
{
    0% {
        animation-timing-function: ease-in;
        -moz-transform:scale(1);
    }
    15% {
        left: 5px;
        animation-timing-function: ease-out;
        -moz-transform:scale(.1);
        
    }
    30% {
        left: 25px;
        animation-timing-function: ease-in;
        -moz-transform:scale(.8);
    }
    40% {
        left: 40px;
        animation-timing-function: ease-out;
        -moz-transform:scale(.1);
    }
    50% {
        left: 55px;
        animation-timing-function: ease-in;
        -moz-transform:scale(.6);
    }
    56% {
        left: 65px;
        animation-timing-function: ease-out;
        -moz-transform:scale(.1);
    }
    62% {
        left: 75px;
        animation-timing-function: ease-in;
        -moz-transform:scale(.4);
    }
    66% {
        left: 85px;
        animation-timing-function: ease-out;
        -moz-transform:scale(.1);
    }
    70% {
        left: 90px;
        animation-timing-function: ease-in;
        -moz-transform:scale(.2);
    }
    72% {
        opacity: 1;
        left: 95px;
        animation-timing-function: ease-out;
        -moz-transform:scale(.1);
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 110px;
        animation-timing-function: linear;
        -moz-transform:scale(.1);
    }

}
@-o-keyframes initLoadShadowAn
{
    0% {
        animation-timing-function: ease-in;
        -o-transform:scale(1);
    }
    15% {
        left: 5px;
        animation-timing-function: ease-out;
        -o-transform:scale(.1);
        
    }
    30% {
        left: 25px;
        animation-timing-function: ease-in;
        -o-transform:scale(.8);
    }
    40% {
        left: 40px;
        animation-timing-function: ease-out;
        -o-transform:scale(.1);
    }
    50% {
        left: 55px;
        animation-timing-function: ease-in;
        -o-transform:scale(.6);
    }
    56% {
        left: 65px;
        animation-timing-function: ease-out;
        -o-transform:scale(.1);
    }
    62% {
        left: 75px;
        animation-timing-function: ease-in;
        -o-transform:scale(.4);
    }
    66% {
        left: 85px;
        animation-timing-function: ease-out;
        -o-transform:scale(.1);
    }
    70% {
        left: 90px;
        animation-timing-function: ease-in;
        -o-transform:scale(.2);
    }
    72% {
        opacity: 1;
        left: 95px;
        animation-timing-function: ease-out;
        -o-transform:scale(.1);
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 110px;
        animation-timing-function: linear;
        -o-transform:scale(.1);
    }

}


/* 加载更多 样式 */
.moreBtn{
    display: none;
    position: relative;
    margin: 30px auto;
    width: 80px;
    height: 80px;
    border: 1px dashed #979797;
    text-align: center;
    line-height: 80px;
    font-size: 12px;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
    
}
.moreBtn.isShow{
    display: block;
}
.moreBtn .moreBtnFont{
    display: block;
    position: absolute;
    top: 0;
    z-index: 100;
    left: 0;
    width: 100%;
}
.moreBtn.moreLoading{
    cursor: default;
}
.moreBtn.moreLoading::before{
    content: '\20';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 8px;
    height: 8px;
    margin: -32px 0 0 -32px; 
    border-radius: 4px;
    transform: translate(-50%, -50%);
    background-color: #3B3B6D;
    transform-origin: 32px 32px;
    animation: moreLoadingAn 2s linear infinte;
    -webkit-animation:moreLoadingAn 2s linear infinite; 
    -moz-animation:moreLoadingAn 2s linear infinite; 
    -o-animation:moreLoadingAn 2s linear infinite; 
}

@keyframes moreLoadingAn{
    0%{ transform:rotate(0deg); }
    100%{ transform:rotate(360deg);}
}
@-webkit-keyframes moreLoadingAn{
    0%{ -webkit-transform:rotate(0deg); }
    100%{ -webkit-transform:rotate(360deg);}
}
@-moz-keyframes moreLoadingAn{
    0%{ -moz-transform:rotate(0deg); }
    100%{ -moz-transform:rotate(360deg);}
}
@-o-keyframes moreLoadingAn{
    0%{ -o-transform:rotate(0deg); }
    100%{ -o-transform:rotate(360deg);}
}
#mobile .notData{
    margin: 1rem 0 1.4rem 0;
    font-size: .32rem;
    color: #999999;
    line-height: .4rem;
}
#mobile .notData.mtb46{
    margin: 0;
    padding: .4rem 0 .6rem 0;
}
.notData{
    display: none;
    margin: 20px 0 50px 0;
    width: 100%;
    line-height: 24px;
    color: #999;
    text-align: center;
    font-size: 20px;
}
.notData.isShow{
    display: block;
}
/* 返回顶部 start */
#pc .back_top{
    display: none;
    opacity: 0;
    height: 0;
}
#pc .back_top a{
    color: #fff;
    opacity: 0;
}
#mobile .back_top{
    width: 1.866rem;
    height: 0.88rem;
    box-shadow: rgba(51, 54, 113, .3) 0px 4px 8px 0px;
    line-height: .88rem;
    background: rgba(51, 54, 113, 1);
    text-align: center;
    border-radius: 0.533rem;
    position: fixed;
    z-index: 800;
    right: .4rem;
    bottom: 3rem;
    display: none;
}
#mobile .back_top a{
    display: block;
    color: #fff;
    font-size: .293rem;
}

#mobile .hideH5, #pc .showH5{
    display: none;
}

#mobile .h5>span .el-input__inner{
    font-family: auto;
}


.el-select-dropdown__list{
    padding: 0;
}


#mobile .el-select-dropdown__empty{
    font-size: .32rem;
    line-height: .88rem;
    padding: 0;
}