/*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: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#mobile .team_all_data_content_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: 96px;
  background-color: #131212;
  border-bottom: 6px solid #3c0508;
}

.header_main {
  position: relative;
  width: 1280px;
  background-color: #131212;
  margin: 0 auto;
}

.header_main .header_abs {
  position: absolute;
  width: 100%;
}

.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: 0.4rem;
  right: 0.4rem;
  z-index: 100;
  width: 0.64rem;
  height: 0.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_abs .logo {
  float: left;
  margin: 10px 0 0 40px;
  width: 76px;
  height: auto;
}

.header_abs .logo img {
  width: 100%;
  height: auto;
}
.header_abs .head_title {
  float: left;
  margin: 14px 0 0 24px;
  line-height: 28px;
  font-weight: bold;
  font-size: 18px;
  color: #c8ae6a;
}

.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;
}

.header_main .menu ul li {
  display: inline-block;
  padding-right: 80px;
  padding-left: 15px;
  width: auto;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.header_main .menu ul li a {
  color: rgba(225, 225, 225, 0.6);
}
.header_main .menu ul li a:hover,
.header_main .menu ul li a.active {
  color: #fff;
}

.header_main .searchzz-icon {
  float: right;
  height: 60px;
  line-height: 60px;
  margin-top: 40px;
}
.header_main .search {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
/* 二级导航 */
#second_header {
  width: 100%;
  min-width: 1280px;
  background: #a00000;
  line-height: 46px;
}
#mobile #second_header {
  display: none;
  width: 100%;
  min-width: 0;
  width: 100%;
  height: 1.173rem;
  background: #a00000;
}
#second_header > ul {
  width: 1280px;
  margin: 0 auto;
  padding-left: 125px;
}
#mobile #second_header > ul {
  padding: 0 0 0 0.143rem;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 500;
  background: #a00000;
}
#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;
}
#mobile #second_header > ul > li {
  float: left;
  margin: 0;
  width: auto;
  height: 1.173rem;
  line-height: 1.173rem;
  padding: 0 0.267rem;
}
#mobile #second_header > ul > li a.active::before {
  position: absolute;
  bottom: 0.133rem;
  left: 30%;
  z-index: 3;
  display: block;
  content: "\20";
  width: 45%;
  height: 0.053rem;
  border-radius: 0.04rem;
  background-color: #fff;
}
#second_header > ul > li > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
#mobile #second_header > ul > li > a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  font-weight: bold;
  font-size: 0.373rem;
  color: rgba(255, 255, 255, 0.7);
}
#mobile #second_header > ul > li > a:hover,
#mobile #second_header > ul > li .active {
  color: rgba(255, 255, 255, 1);
}
#second_header > ul > li > a:hover,
#second_header > ul > li .active {
  color: rgba(255, 255, 255, 1);
}

/* 三级导航 */
#third_header {
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto;
  background: #f5f5f5;
  line-height: 40px;
}
#mobile #third_header {
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
  background: #fff;
}
#third_header > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#third_header > ul > li {
  float: left;
  width: 142px;
  height: 40px;
  text-align: center;
}
#mobile #third_header > ul {
  height: 1.173rem;
  width: 100%;
  line-height: 1.173rem;
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -webkit-box-shadow: 0 0.032rem 0.064rem 0 #eee;
  box-shadow: 0 0.032rem 0.064rem 0 #eee;
}
#mobile #third_header > ul > li {
  float: none;
  display: inline-block;
  width: 2.85rem;
  height: 100%;
  font-size: 0;
  text-align: center;
}
#mobile #third_header > ul > li > a {
  font-size: 0.373rem;
}
#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;
  /* line-height:20px; */
}
#third_header > ul > li:hover {
  background: #d91f30;
  color: #fff;
}
#third_header > ul > li:hover > a {
  color: #fff;
}
#third_header > ul > li > a.active {
  background: #d91f30;
  color: #fff;
}

#footer {
  min-width: 1280px;
}
.footer-wrap {
  width: 100%;
  min-width: 1280px;
  height: 220px;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(180deg, rgba(30, 37, 42, 0.77) 0%, #242a2f 100%);
  background: -webkit-linear-gradient(
    -90deg,
    rgba(30, 37, 42, 0.77) 0%,
    #242a2f 100%
  );
  background: -moz-linear-gradient(
    -90deg,
    rgba(30, 37, 42, 0.77) 0%,
    #242a2f 100%
  );
  background: -o-linear-gradient(
    -90deg,
    rgba(30, 37, 42, 0.77) 0%,
    #242a2f 100%
  );
  position: relative;
  overflow: hidden;
}

.footer-wrap .footer-box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  box-sizing: border-box;
}

.footer-wrap .footer-bg {
  width: 100%;
  height: 100%;
  z-index: 100;
}

.footer-box .footer-content {
  width: 1000px;
  margin: 0 auto;
}

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

.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, 0.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 .slide_right {
  display: none;
}
.slide_right {
  float: left;
  width: 300px;
}
.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;
  width: 98.5%;
  left: 2px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.53px;
  padding: 15px 20px 0 20px;
  line-height: 16px;
  background: rgba(0, 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%
  );
  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;
  padding-top: 15px;
  width: 300px;
  height: 43px;
  background: rgba(0, 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%
  );
}
.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, 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: 0.2rem;
  font-size: 0.267rem;
  line-height: 0.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: 0.267rem;
  line-height: 0.373rem;
}

.wonderful_atlas_container .close_icon {
  position: absolute;
  top: 15px;
  right: 14px;
  width: 55px;
  height: 55px;
  z-index: 2;
  opacity: 0.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 {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  display: block;
  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, 0.8);
  z-index: 28;
}

.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,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);
  right: 25px;
  top: 42%;
  left: auto;
  width: 26px;
  height: 78px;
  background-size: 100% 100%;
}
#mobile .swiper-button-prev {
  left: 0.4rem;
}
#mobile .swiper-button-next {
  right: 0.4rem;
}
#mobile .swiper-button-next,
#mobile .swiper-button-prev {
  top: calc(50% - 0.5rem);
  width: 0.4rem;
  height: 1rem;
}

/*右边精彩图片样式 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 0.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 -0.48s ease-in-out;
  -webkit-animation: bouncedelay 1.4s infinite -0.48s ease-in-out;
  -moz-animation: bouncedelay 1.4s infinite -0.48s ease-in-out;
  -o-animation: bouncedelay 1.4s infinite -0.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 -0.32s ease-in-out;
  -webkit-animation: bouncedelay 1.4s infinite -0.32s ease-in-out;
  -moz-animation: bouncedelay 1.4s infinite -0.32s ease-in-out;
  -o-animation: bouncedelay 1.4s infinite -0.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 -0.16s ease-in-out;
  -webkit-animation: bouncedelay 1.4s infinite -0.16s ease-in-out;
  -moz-animation: bouncedelay 1.4s infinite -0.16s ease-in-out;
  -o-animation: bouncedelay 1.4s infinite -0.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(0.1);
  }
  30% {
    left: 25px;
    animation-timing-function: ease-in;
    transform: scale(0.8);
  }
  40% {
    left: 40px;
    animation-timing-function: ease-out;
    transform: scale(0.1);
  }
  50% {
    left: 55px;
    animation-timing-function: ease-in;
    transform: scale(0.6);
  }
  56% {
    left: 65px;
    animation-timing-function: ease-out;
    transform: scale(0.1);
  }
  62% {
    left: 75px;
    animation-timing-function: ease-in;
    transform: scale(0.4);
  }
  66% {
    left: 85px;
    animation-timing-function: ease-out;
    transform: scale(0.1);
  }
  70% {
    left: 90px;
    animation-timing-function: ease-in;
    transform: scale(0.2);
  }
  72% {
    opacity: 1;
    left: 95px;
    animation-timing-function: ease-out;
    transform: scale(0.1);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 110px;
    animation-timing-function: linear;
    transform: scale(0.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(0.1);
  }
  30% {
    left: 25px;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.8);
  }
  40% {
    left: 40px;
    animation-timing-function: ease-out;
    -webkit-transform: scale(0.1);
  }
  50% {
    left: 55px;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.6);
  }
  56% {
    left: 65px;
    animation-timing-function: ease-out;
    -webkit-transform: scale(0.1);
  }
  62% {
    left: 75px;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.4);
  }
  66% {
    left: 85px;
    animation-timing-function: ease-out;
    -webkit-transform: scale(0.1);
  }
  70% {
    left: 90px;
    animation-timing-function: ease-in;
    -webkit-transform: scale(0.2);
  }
  72% {
    opacity: 1;
    left: 95px;
    animation-timing-function: ease-out;
    -webkit-transform: scale(0.1);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 110px;
    animation-timing-function: linear;
    -webkit-transform: scale(0.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(0.1);
  }
  30% {
    left: 25px;
    animation-timing-function: ease-in;
    -moz-transform: scale(0.8);
  }
  40% {
    left: 40px;
    animation-timing-function: ease-out;
    -moz-transform: scale(0.1);
  }
  50% {
    left: 55px;
    animation-timing-function: ease-in;
    -moz-transform: scale(0.6);
  }
  56% {
    left: 65px;
    animation-timing-function: ease-out;
    -moz-transform: scale(0.1);
  }
  62% {
    left: 75px;
    animation-timing-function: ease-in;
    -moz-transform: scale(0.4);
  }
  66% {
    left: 85px;
    animation-timing-function: ease-out;
    -moz-transform: scale(0.1);
  }
  70% {
    left: 90px;
    animation-timing-function: ease-in;
    -moz-transform: scale(0.2);
  }
  72% {
    opacity: 1;
    left: 95px;
    animation-timing-function: ease-out;
    -moz-transform: scale(0.1);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 110px;
    animation-timing-function: linear;
    -moz-transform: scale(0.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(0.1);
  }
  30% {
    left: 25px;
    animation-timing-function: ease-in;
    -o-transform: scale(0.8);
  }
  40% {
    left: 40px;
    animation-timing-function: ease-out;
    -o-transform: scale(0.1);
  }
  50% {
    left: 55px;
    animation-timing-function: ease-in;
    -o-transform: scale(0.6);
  }
  56% {
    left: 65px;
    animation-timing-function: ease-out;
    -o-transform: scale(0.1);
  }
  62% {
    left: 75px;
    animation-timing-function: ease-in;
    -o-transform: scale(0.4);
  }
  66% {
    left: 85px;
    animation-timing-function: ease-out;
    -o-transform: scale(0.1);
  }
  70% {
    left: 90px;
    animation-timing-function: ease-in;
    -o-transform: scale(0.2);
  }
  72% {
    opacity: 1;
    left: 95px;
    animation-timing-function: ease-out;
    -o-transform: scale(0.1);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 110px;
    animation-timing-function: linear;
    -o-transform: scale(0.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: #a00000;
  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: 0.32rem;
  color: #999999;
  line-height: 0.4rem;
}
.notData {
  display: none;
  margin: 20px 0 30px 0;
  width: 100%;
  line-height: 24px;
  color: #999;
  text-align: center;
  font-size: 20px;
}
.notData.isShow {
  display: block;
}

/* 移动端样式  start*/

#mobile {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/*滚动条整体样式 这里设置1px是因为浏览器默认的滚动轴是有固定位置的，如果设置成0则ios默认的滚动条宽度就长期显示，不隐藏了*/
/* #mobile::-webkit-scrollbar{
    width: 1px;
    height: 1px;
} */

#mobile .imgBig:hover {
  transform: scale(1);
  cursor: default;
}

#mobile #header {
  width: 100%;
  min-width: 100%;
  height: 2.534rem;
  background-color: #131212;
  border-bottom: 0;
}

#mobile .header_main {
  position: relative;
  width: 100%;
  position: fixed;
  z-index: 500;
}

#mobile .header_main .header_abs {
  display: flex;
  display: -webkit-flex;
  height: 1.36rem;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
}

#mobile .header_abs .logo {
  margin: 0;
  width: 0.83rem;
  height: 0.97rem;
}

#mobile .header_abs .head_title {
  margin: 0 0 0 0.32rem;
  line-height: 0.5rem;
  font-size: 0.4rem;
}

#mobile .header_main .menu ul {
  padding: 1.36rem 0.4rem 0 0.4rem;
  height: 2.534rem;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  font-size: 0;
}
#mobile .header_main .menu ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 30px;
  height: 0;
}

#mobile .header_main .menu ul li {
  padding: 0;
  margin-right: 0.4rem;
  line-height: 1.173rem;
  font-size: 0.373rem;
  position: relative;
}
#mobile .header_main .menu ul li:last-child {
  margin-right: 0;
}

#mobile .header_main .menu ul li a.active {
  font-size: 0.48rem;
}
#mobile .header_main .menu ul li a:hover {
  font-size: 0.373rem;
}
#mobile .header_main .menu ul li a.active::before {
  position: absolute;
  bottom: 0.2rem;
  left: 15%;
  z-index: 2;
  content: "\20";
  width: 70%;
  height: 0.04rem;
  background-color: #fff;
  border-radius: 0.08rem;
}

#mobile .footer-wrap {
  min-width: 100%;
  height: auto;
}

#mobile .footer-wrap .footer-box {
  width: calc(100% - 0.8rem);
  margin: 0 0.4rem;
  padding: 0.4rem 0;
  border-top: none;
}

#mobile .footer-box .footer-content {
  width: 100%;
}

#mobile .footer-box .footer-content .footer_main {
  width: 100%;
}

#mobile .footer-box .footer-content .line {
  width: 100%;
}

#mobile .footer-box .footer-content .copy-right {
  width: 100%;
  font-size: 0.24rem;
  color: rgba(102, 102, 102, 1);
  padding: 0 0 0.267rem 0;
  line-height: 0.4rem;
}

#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: 0.2rem;
  width: 0.733rem;
  height: 0.733rem;
}

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

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

/* add scroll */
#mobile .loadingH5 {
  width: 100%;
  height: 0.8rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0.32rem 0;
  color: #999;
  font-size: 0.187rem;
}
#mobile .loadingH5-icon {
  color: #707070;
}
#mobile .loaderH5 {
  display: none;
  position: relative;
  font-size: 0.133rem;
  margin: 0.106rem auto;
  text-indent: -9999em;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  background: #999;
  background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(
    left,
    #999 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
  -webkit-animation: scrollMoreLoaderH5An 1s infinite linear;
  -moz-animation: scrollMoreLoaderH5An 1s infinite linear;
  -o-animation: scrollMoreLoaderH5An 1s infinite linear;
  animation: scrollMoreLoaderH5An 1s infinite linear;
}
#mobile .loadingH5 .loaderH5 {
  display: block;
}
#mobile .loadingH5 .loaderH5:before {
  width: 50%;
  height: 50%;
  background: #999;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#mobile .loadingH5 .loaderH5:after {
  background: #fff;
  width: 72%;
  height: 75%;
  border-radius: 68%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes scrollMoreLoaderH5An {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes scrollMoreLoaderH5An {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes scrollMoreLoaderH5An {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes scrollMoreLoaderH5An {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 返回顶部 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: rgb(254, 114, 114) 0px 4px 8px 0px;
  line-height: 0.88rem;
  background: rgb(217, 31, 48);
  text-align: center;
  border-radius: 0.533rem;
  position: fixed;
  z-index: 800;
  right: 0.4rem;
  bottom: 3rem;
  display: none;
}
#mobile .back_top a {
  display: block;
  color: #fff;
  font-size: 0.293rem;
}

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