@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
}
/* pc端限制 html font-size */
@media screen and (min-width: 768px) {
  html {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
}
html,
body {
  /* 禁止长按链接与图片弹出菜单 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
  color: #fff;
  background-color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #e2d7ca !important;
  background-image: none !important;
  color: #fff !important;
}
/* 取消链接高亮  */
a,
button,
input,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: none;
  font-size: 100%;
}
a:active,
button:active,
input:active,
label:active,
a:focus,
button:focus,
input:focus,
label:focus,
a:visited,
button:visited,
input:visited,
label:visited {
  border: none;
  box-shadow: none;
  outline: none;
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* 去掉图片下面的留白 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  position: relative;
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
label,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body:focus,
div:focus,
ul:focus,
li:focus,
ol:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
input:focus,
textarea:focus,
select:focus,
label:focus,
p:focus,
dl:focus,
dt:focus,
dd:focus,
a:focus,
img:focus,
button:focus,
form:focus,
table:focus,
th:focus,
tr:focus,
td:focus,
tbody:focus,
article:focus,
aside:focus,
details:focus,
figcaption:focus,
figure:focus,
footer:focus,
header:focus,
menu:focus,
nav:focus,
section:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li,
ol {
  list-style-type: none;
}
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  border-color: transparent;
  color: transparent;
}
/*单行溢出*/
.one-txt-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* IE8/9/10 hack */
  line-height: 2em\0 !important;
  height: 6em\0 !important;
  position: relative\0;
}
.txt-cut:after {
  content: '';
  font-weight: bold\0;
  position: absolute\0;
  bottom: 0\0;
  right: 5px\0;
  vertical-align: bottom\0;
  line-height: 2em\0;
}
.txt-cut-five {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  /* IE8/9/10 hack */
  line-height: 2em\0 !important;
  height: 7em\0 !important;
  position: relative\0;
}
.txt-cut-five:after {
  content: '';
  font-weight: bold\0;
  position: absolute\0;
  bottom: 0\0;
  right: 5px\0;
  vertical-align: bottom\0;
  line-height: 2em\0;
}
/* firefox hack */
@-moz-document url-prefix() {
  .txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 2em !important;
    height: 6em !important;
    position: relative;
  }
  .txt-cut:after {
    content: '';
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 5px;
    vertical-align: bottom;
    line-height: 2em;
  }
}
.w50 {
  width: 50%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w33 {
  width: 33.333333%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.db {
  display: block !important;
}
.dn {
  display: none !important;
}
/* 模态框 */
#ixModule,
#shadow-box {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
#shadow-box {
  background: rgba(0, 0, 0, 0.8);
}
#shadow-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.loading-b {
  position: relative;
}
.loading-b:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: -90px 0 -25px;
  background: url(../images/loading-b.gif) no-repeat center;
}
@media screen and (max-width: 768px) {
  .loading-b:after {
    width: .5rem;
    height: .5rem;
    margin: -0.4rem 0 0.25rem 0;
    background: url(../images/loading-b.gif) no-repeat center;
    background-size: cover;
  }
}
.pageloading {
  background: #e9e9e9 url(../images/loading-bg.jpg) no-repeat center;
}
.pageloading:before,
.pageloading:after {
  position: absolute;
  left: 50%;
  top: 558px;
  display: block;
  content: '';
  height: 11px;
  margin-left: -438px;
  border-radius: 5px;
}
.pageloading:before {
  width: 876px;
  background-color: #fff;
}
.pageloading:after {
  width: 200px;
  background-color: #af1c1d;
  -webkit-animation: raceMove 1.5s ease-in both;
  animation: raceMove 1.5s ease-in both;
  -webkit-transition: all 1.5s ease .6s;
  -moz-transition: all 1.5s ease .6s;
  -ms-transition: all 1.5s ease .6s;
  transition: all 1.5s ease .6s;
}
@media screen and (max-width: 768px) {
  .pageloading {
    background-image: url(../images/loading-bg-m.jpg);
  }
  .pageloading:before,
  .pageloading:after {
    top: 6.75rem;
    height: .11rem;
    margin-left: -2.57rem;
  }
  .pageloading:before {
    width: 5.14rem;
  }
  .pageloading:after {
    width: 1rem;
  }
}
.more-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.more-loading .loading-spinner {
  display: block;
}
.more-loading .loading-spinner .spinner {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #363636;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: stretchdelay 1.2s infinite ease-in-out;
  -o-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.more-loading .loading-spinner .spinner.rect1 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.more-loading .loading-spinner .spinner.rect2 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.more-loading .loading-spinner .spinner.rect3 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.more-loading .loading-spinner .spinner.rect4 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@media screen and (max-width: 768px) {
  .more-loading-box {
    height: .24rem;
    margin: .2rem 0;
    line-height: .24rem;
  }
  .more-loading .loading-spinner .spinner {
    height: .14rem;
    width: .14rem;
    margin: 0 .1rem;
    line-height: .14rem;
  }
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    background-color: #363636;
  }
  20% {
    background-color: #868686;
  }
}
@-moz-keyframes stretchdelay {
  0%,
  40%,
  100% {
    background-color: #363636;
  }
  20% {
    background-color: #868686;
  }
}
@-o-keyframes stretchdelay {
  0%,
  40%,
  100% {
    background-color: #363636;
  }
  20% {
    background-color: #868686;
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    background-color: #363636;
  }
  20% {
    background-color: #868686;
  }
}
@keyframes raceMove {
  0% {
    width: 200px;
  }
  50% {
    width: 438px;
  }
  100% {
    width: 876px;
  }
}
@media screen and (max-width: 768px) {
  @keyframes raceMove {
    0% {
      width: 1rem;
    }
    50% {
      width: 2.57rem;
    }
    100% {
      width: 5.14rem;
    }
  }
}
@keyframes bouncedelay {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  30% {
    transform: translateX(380px);
    -webkit-transform: translateX(380px);
  }
  90% {
    transform: translateX(1025px);
    -webkit-transform: translateX(1025px);
  }
  100% {
    transform: translateX(1139px);
    -webkit-transform: translateX(1139px);
  }
}
@keyframes fadeInDown_ {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes serverLoading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* 字体图标 */
@font-face {
  font-family: "ProW6";
  /*自定义字体名称*/
  src: url("//keisaku36.yoozoo.co.jp/staticCommon/preregister/fonts/ProW6.eot");
  /*解决IE9兼容模式下的兼容性问题*/
  src: url("//keisaku36.yoozoo.co.jp/staticCommon/preregister/fonts/ProW6.eot?") format("embedded-opentype"), /*在eot加?或者?iefix，以解决字体文件在IE下加载失败的问题*/ url("//keisaku36.yoozoo.co.jp/staticCommon/preregister/fonts/ProW6.woff") format("woff"), url("//keisaku36.yoozoo.co.jp/staticCommon/preregister/fonts/ProW6.ttf") format("trueytype"), url("//keisaku36.yoozoo.co.jp/staticCommon/preregister/fonts/ProW6.svg") format("svg");
  font-weight: normal;
  /*定义字体粗细*/
  font-style: normal;
  /*定义字体样式*/
  font-display: swap;
}
/* 头部 */
.keisaku-box {
  padding-top: 90px;
}
.keisaku-box .nav-bg {
  background: url("../images/pc-imgs/nav-bg.jpg") no-repeat center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
}
.keisaku-box .navbar-dark {
  max-width: 1220px;
  margin: 0 auto;
}
.keisaku-box .navbar-dark .navbar-brand {
  float: left;
  margin: 20px 20px 0 0;
}
.keisaku-box .navbar-dark .navbar-collapse {
  display: inline-block;
}
.keisaku-box .navbar-dark .navbar-nav {
  display: table;
  width: 870px;
}
.keisaku-box .navbar-dark .navbar-nav .nav-item {
  display: table-cell;
  text-align: center;
}
.keisaku-box .navbar-dark .navbar-nav .active .nav-link {
  color: #d8ac50;
}
.keisaku-box .navbar-dark .navbar-nav .nav-link {
  display: inline-block;
  color: #fff;
}
.keisaku-box .navbar-dark .navbar-nav .nav-link .d-block {
  display: block;
}
.keisaku-box .navbar-dark .navbar-nav .nav-link.show,
.keisaku-box .navbar-dark .navbar-nav .nav-link:hover {
  color: #d8ac50;
}
.keisaku-box .navbar-dark .navbar-nav .nav-link.br-1 {
  padding: 23px 25px;
}
.keisaku-box .navbar-dark .nav-icons {
  display: inline-block;
  vertical-align: top;
}
.keisaku-box .navbar-dark .nav-icons .nav-icon {
  display: inline-block;
  margin-left: 23px;
  padding: 23px 0;
}
.keisaku-box .navbar-dark .collapse.show {
  padding-left: 1rem;
  background: rgba(66, 50, 23, 0.5);
}
.navbar-toggler.close-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .keisaku-box {
    height: 100%;
    padding: 0;
  }
  .keisaku-box .nav-bg {
    text-align: center;
    height: auto;
    background: none;
    z-index: 998;
  }
  .keisaku-box .navbar-dark {
    position: absolute;
    max-width: 100%;
    width: 100%;
    border: none;
    padding: 0;
  }
  .keisaku-box .navbar-dark .navbar-collapse {
    position: relative;
    display: none;
    width: 100%;
    height: 13.34rem;
    background: rgba(0, 0, 0, 0.8);
  }
  .keisaku-box .navbar-dark .collapse.show {
    padding: 0 !important;
  }
  .keisaku-box .navbar-dark .navbar-brand {
    display: none;
  }
  .keisaku-box .navbar-dark .navbar-toggler.close-btn {
    position: absolute;
    top: .64rem;
    left: 50%;
    background: none;
    display: block;
    width: .9rem;
    height: .9rem;
    margin-left: -0.45rem;
    overflow: hidden;
  }
  .keisaku-box .navbar-dark .navbar-toggler.close-btn:after,
  .keisaku-box .navbar-dark .navbar-toggler.close-btn:before {
    content: '';
    display: block;
    position: absolute;
    width: .03rem;
    height: 1.25rem;
    background-color: #fff;
    transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    -webkit-transform-origin: top;
  }
  .keisaku-box .navbar-dark .navbar-toggler.close-btn:before {
    left: 0;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .keisaku-box .navbar-dark .navbar-toggler.close-btn:after {
    right: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .keisaku-box .navbar-dark .navbar-nav {
    display: block;
    width: 100%;
    padding-top: 2rem;
    font-size: .5rem;
    line-height: .5rem;
  }
  .keisaku-box .navbar-dark .navbar-nav li {
    display: block;
  }
  .keisaku-box .navbar-dark .navbar-nav .nav-item {
    display: block;
    padding: 0 0 .44rem 0;
  }
  .keisaku-box .navbar-dark .navbar-nav .nav-link.br-1 {
    padding: 0;
  }
  .keisaku-box .navbar-dark .navbar-nav .nav-link.br-1 small {
    font-size: .4rem;
    line-height: .4rem;
  }
  .keisaku-box .navbar-dark .nav-icons {
    display: none;
  }
  .keisaku-box .navbar-toggler {
    display: block;
    width: .94rem;
    height: 1.05rem;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #1f1f1f url(../images/menu-btn.png) no-repeat center;
    background-size: cover;
  }
}
/* 主体内容 */
.keisaku-content {
  font-family: 'ProW6';
}
@media screen and (max-width: 768px) {
  .keisaku-content {
    font-size: .16rem;
  }
}
/* 中间层 */
.wrapper {
  position: relative;
  width: 1220px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }
}
/* common-bg */
.common-bg {
  position: relative;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.common-bg .section-title {
  padding-top: 90px;
  font-size: 50px;
  color: #000;
}
.common-bg .section-title:before,
.common-bg .section-title:after {
  content: '';
  display: inline-block;
  width: 54px;
  height: 8px;
  padding: 0 20px;
  vertical-align: super;
}
.common-bg .section-title:before {
  background: url(../images/title-icon-left.png) no-repeat center;
}
.common-bg .section-title:after {
  background: url(../images/title-icon-right.png) no-repeat center;
}
.common-bg .section-title.protocol {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .common-bg {
    min-width: 0;
  }
  .common-bg .section-title {
    padding-top: .9rem;
    font-size: .5rem;
    font-weight: bold;
  }
  .common-bg .section-title:before,
  .common-bg .section-title:after {
    content: '';
    display: inline-block;
    width: .54rem;
    height: .08rem;
    padding: 0 .2rem;
    margin: 0 .2rem;
    vertical-align: middle;
    background-size: cover;
  }
  .common-bg .section-title.protocol {
    padding-top: .5rem;
    font-size: .45rem;
  }
  .common-bg .section-title.appointment {
    padding-top: .8rem;
    font-size: .45rem;
  }
}
/* mb-nav */
.mb-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .mb-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: .95rem;
    background-color: #141b22;
    z-index: 100;
  }
  .mb-nav h1 {
    float: left;
    margin: .16rem 0 0 .38rem;
  }
  .mb-nav h1 img {
    display: block;
    width: 1rem;
    height: 1rem;
  }
  .mb-nav p {
    float: left;
    margin: .1rem 0 0 .2rem;
  }
  .mb-nav p span {
    display: block;
  }
  .mb-nav p span:nth-child(1) {
    font-size: .32rem;
  }
  .mb-nav .aside-box {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .mb-nav .aside-box .aside-pre-btn {
    right: -0.3rem;
    width: 3.58rem;
    height: 1.03rem;
    background-size: 10.68rem 10.11rem;
    background-position: 0 -1.05rem;
  }
  .mb-nav .aside-box .aside-pre-btn:hover {
    background-position: -4.05rem -1.05rem;
  }
}
/* section-top */
.section-top {
  background-image: url(../images/slogan.png), url(../images/pc-imgs/bg-section-top.jpg);
  background-size: 351px 660px,1920px 1008px;
  background-position: 86% 60px,center;
  height: 1008px;
}
.section-top h1 {
  position: absolute;
  left: -55px;
  top: 50px;
  display: block;
  font-size: 0;
  z-index: 10;
}
.section-top .share-box {
  position: absolute;
  right: 46px;
  top: 52px;
  z-index: 10;
}
.section-top .share-box p {
  margin-bottom: 20px;
  text-align: right;
}
.section-top .share-box .share-links {
  display: block;
}
.section-top .share-box .share-links .share-icons {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-right: 13px;
  background: url(../images/sprite.png) no-repeat;
  background-size: 1068px 1011px;
  background-position: -793px -105px;
}
.section-top .share-box .share-links .share-icons:nth-child(1) {
  background-position: -793px -105px;
}
.section-top .share-box .share-links .share-icons:nth-child(2) {
  background-position: -862px -105px;
}
.section-top .share-box .share-links .share-icons:nth-child(3) {
  background-position: -931px -105px;
}
.section-top .share-box .share-links .share-icons:nth-child(4) {
  background-position: -1000px -105px;
}
.section-top .top-content {
  text-align: right;
}
.section-top .top-content .register-box {
  position: absolute;
  top: 730px;
  right: 0;
  margin-right: -128px;
}
.section-top .top-content .register-btn {
  display: inline-block;
  width: 362px;
  height: 102px;
  margin-bottom: 10px;
  background: url(../images/sprite-two.png) no-repeat center;
  background-position: -179px -182px;
}
.section-top .top-content .register-btn:hover {
  background-position: -179px -346px;
}
.section-top .top-content .count-box {
  position: absolute;
  top: 840px;
  right: 0;
  display: inline-block;
  width: 361px;
  height: 58px;
  line-height: 58px;
  margin-right: -128px;
  font-size: 26px;
  text-align: center;
  background: url(../images/pc-imgs/code-bg.png) no-repeat center;
  background-size: cover;
}
.section-top .top-content .count-box span {
  color: #f0dcb0;
  font-weight: bold;
}
.section-top .top-content .play-box {
  position: absolute;
  left: 50%;
  top: 376px;
  display: block;
  width: 107px;
  height: 107px;
  margin-left: -53.5px;
  background: url(../images/sprite.png) no-repeat;
  background-size: 1068px 1011px;
  background-position: -392px -733px;
  z-index: 11;
}
.section-top .top-content .play-box a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sprite.png) no-repeat;
  background-size: 1068px 1011px;
  background-position: -529px -734px;
  -webkit-animation: serverLoading 3s infinite linear;
  -moz-animation: serverLoading 3s infinite linear;
  -ms-animation: serverLoading 3s infinite linear;
  animation: serverLoading 3s infinite linear;
}
.section-top .top-content .download {
  position: absolute;
  left: 0;
  top: 750px;
}
.section-top .top-content .download a {
  display: inline-block;
  width: 225px;
  height: 67px;
}
.section-top .top-content .download a.app-store {
  background: url(../images/app.png) no-repeat center;
  margin-right: 20px;
}
.section-top .top-content .download a.google-play {
  background: url(../images/gg.png) no-repeat center;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .section-top {
    background-position: 95% 60px,center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .section-top .top-content .register-box,
  .section-top .top-content .count-box {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .section-top {
    background-image: url(../images/mb-imgs/bg-section-top-m.jpg);
    background-size: contain;
    background-position: center;
    height: 13.29rem;
  }
  .section-top h1 {
    transform: translateX(-50%) scale(0.6);
    -ms-transform: translateX(-50%) scale(0.6);
    -moz-transform: translateX(-50%) scale(0.6);
    -webkit-transform: translateX(-50%) scale(0.6);
    left: 50%;
    top: 0;
    margin-top: 0;
  }
  .section-top .share-box {
    display: none;
  }
  .section-top .top-content {
    text-align: center;
  }
  .section-top .top-content .register-box {
    top: 9.25rem;
    right: 50%;
    margin: 0 -1.81rem 0;
  }
  .section-top .top-content .register-btn {
    width: 3.62rem;
    height: 1.02rem;
    margin-bottom: .1rem;
    background-size: 19.2rem 5.94rem;
    background-position: -1.79rem -1.82rem;
  }
  .section-top .top-content .register-btn:hover {
    background-position: -1.79rem -3.46rem;
  }
  .section-top .top-content .count-box {
    top: 10.42rem;
    right: 50%;
    display: inline-block;
    width: 3.61rem;
    height: .58rem;
    line-height: .58rem;
    margin: 0 -1.8rem 0;
    font-size: .28rem;
  }
  .section-top .top-content .play-box {
    position: absolute;
    top: 4.9rem;
    display: block;
    width: 1.07rem;
    height: 1.07rem;
    margin-left: .55rem;
    background-size: 10.68rem 10.11rem;
    background-position: -3.92rem -7.33rem;
  }
  .section-top .top-content .play-box a {
    background-size: 10.68rem 10.11rem;
    background-position: -5.29rem -7.34rem;
  }
  .section-top .top-content .download {
    position: absolute;
    left: 50%;
    top: 11.78rem;
    width: 100%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .section-top .top-content .download a {
    display: inline-block;
    width: 3.1rem;
    height: .92rem;
  }
  .section-top .top-content .download a.app-store {
    background: url(../images/app.png) no-repeat center;
    background-size: cover;
    margin-right: .25rem;
  }
  .section-top .top-content .download a.google-play {
    background: url(../images/gg.png) no-repeat center;
    background-size: cover;
  }
}
/* section-2 */
.section-2 {
  background-image: url(../images/pc-imgs/bg-section-two.jpg);
  height: 999px;
}
.section-2 h3 {
  margin-bottom: 68px;
}
.section-2 .count-box {
  font-size: 32px;
  color: #000;
  font-weight: bold;
}
.section-2 .count-box span {
  color: #c82519;
  font-weight: bold;
}
.section-2 .rewards-box {
  margin-top: 305px;
  padding: 0 110px;
}
.section-2 .rewards-hd {
  position: relative;
  width: 1010px;
  height: 22px;
  margin-bottom: 134px;
  background: url(../images/pc-imgs/rewards-line.png) no-repeat center;
}
.section-2 .rewards-hd .rewards-icon {
  position: relative;
  float: left;
  width: 196px;
  height: 22px;
}
.section-2 .rewards-hd .rewards-icon .icon-bg {
  position: absolute;
  top: -195px;
  left: 0;
  display: block;
  width: 155px;
  height: 183px;
  margin-left: -77px;
  background: url(../images/sprite.png) no-repeat;
  background-size: 1068px 1011px;
}
.section-2 .rewards-hd .rewards-icon .rewards-point {
  position: relative;
  display: block;
  width: 47px;
  padding-top: 40px;
  margin-left: -16px;
}
.section-2 .rewards-hd .rewards-icon .rewards-point .rewards-num {
  display: block;
  width: 48px;
  height: 87px;
  padding-top: 8px;
}
.section-2 .rewards-hd .rewards-icon .rewards-point .rewards-num span {
  display: block;
  line-height: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #f0e2b1;
}
.section-2 .rewards-hd .rewards-icon .rewards-point .rewards-num span:nth-child(1) {
  font-size: 28px;
}
.section-2 .rewards-hd .rewards-icon .rewards-point .rewards-num span:nth-child(3) {
  background-image: -webkit-linear-gradient(top, #f0e2b1 5%, #d4bf8e 65%, #5a4d2f);
  background-image: linear-gradient(top, #f0e2b1 5%, #d4bf8e 65%, #5a4d2f);
  background-image: -moz-linear-gradient(top, #f0e2b1 5%, #d4bf8e 65%, #5a4d2f);
  background-image: -ms-linear-gradient(top, #f0e2b1 5%, #d4bf8e 65%, #5a4d2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-2 .rewards-hd .rewards-icon .rewards-point:hover .rewards-num {
  background: url(../images/sprite.png) no-repeat;
  background: url(../images/rewards-out.png) no-repeat;
}
.section-2 .rewards-hd .rewards-icon.achieved {
  background: url(../images/pc-imgs/rewards-line-active.png) no-repeat center;
}
.section-2 .rewards-hd .rewards-icon:nth-child(1) {
  width: 115px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(1) .icon-bg {
  margin-left: -31px;
  background-position: 0 -495px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(1).achieved {
  background: url(../images/pc-imgs/rewards-line-one.png) no-repeat center;
}
.section-2 .rewards-hd .rewards-icon:nth-child(1).achieved .icon-bg {
  background-position: 0 -280px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(2) {
  margin-left: -20px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(2) .icon-bg {
  margin-left: 26px;
  background-position: -158px -495px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(2).achieved .icon-bg {
  background-position: -150px -280px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(3) .icon-bg {
  margin-left: -31px;
  background-position: -300px -495px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(3).achieved .icon-bg {
  background-position: -300px -280px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(4) .icon-bg {
  background-position: -450px -495px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(4).achieved .icon-bg {
  background-position: -450px -280px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(5) .icon-bg {
  margin-left: -125px;
  background-position: -600px -495px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(5).achieved .icon-bg {
  background-position: -600px -280px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(6) {
  width: 115px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(6) .icon-bg {
  margin-left: -170px;
  background-position: -750px -495px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(6) .rewards-point .rewards-num span:nth-child(1) {
  font-size: 32px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(6).achieved {
  background: url(../images/pc-imgs/rewards-line-last.png) no-repeat center;
}
.section-2 .rewards-hd .rewards-icon:nth-child(6).achieved .icon-bg {
  background-position: -750px -280px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(6).active .icon-bg {
  margin-left: -127px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(7) {
  width: 0;
}
.section-2 .rewards-hd .rewards-icon:nth-child(7) .icon-bg {
  margin-left: -137px;
  background-position: -900px -495px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(7) .rewards-point {
  display: none;
}
.section-2 .rewards-hd .rewards-icon:nth-child(7).achieved .icon-bg {
  background-position: -900px -280px;
}
.section-2 .rewards-hd .rewards-icon:nth-child(7).active .icon-bg {
  background-position: -750px -280px;
  margin-left: -241px;
}
.section-2 .rewards-hd .rewards-icon.active .icon-bg {
  width: 245px;
  height: 300px;
  top: -300px;
  margin-left: -122px;
  background: url(../images/pc-imgs/target.png) no-repeat center;
  background-size: cover;
  background-position: 0 0!important;
  z-index: 2;
}
.section-2 .rewards-bd .rewards-list {
  display: none;
  opacity: 0;
  font-size: 24px;
  line-height: 30px;
  transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.section-2 .rewards-bd .rewards-list .rewards-item {
  float: left;
  margin-right: 64px;
  padding-top: 36px;
  color: #e7e7e7;
  background: url(../images/rewards-bg.png) no-repeat top center;
  width: 177px;
}
.section-2 .rewards-bd .rewards-list .rewards-item img {
  width: 96px;
  height: auto;
}
.section-2 .rewards-bd .rewards-list .rewards-item p {
  margin-top: 50px;
}
.section-2 .rewards-bd .rewards-list .rewards-item.rewards-i {
  margin: 0;
  padding: 0;
  float: right;
  background: none;
}
.section-2 .rewards-bd .rewards-list .rewards-item.rewards-i i {
  display: inline-block;
  width: 140px;
  height: 60px;
  margin: 20px 0 50px 0;
  background: url(../images/sprite-two.png) no-repeat center;
  background-size: 1920px 594px;
  background-position: -1222px -325px;
}
.section-2 .rewards-bd .rewards-list .rewards-item.rewards-i strong {
  display: block;
  padding-right: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 42px;
  font-weight: bold;
}
.section-2 .rewards-bd .rewards-list .rewards-item.rewards-i p {
  margin: 0;
  padding-right: 20px;
  font-size: 20px;
}
.section-2 .rewards-bd .rewards-list.active {
  display: block;
  opacity: 1;
}
.section-2 .rewards-bd .rewards-list.achieved .rewards-i i {
  background-position: -1222px -210px;
}
.section-2 .rewards-bd .rewards-list:nth-child(5) .rewards-item {
  margin-right: 23px;
}
.section-2 .rewards-bd .rewards-list:nth-child(5) .rewards-item.rewards-i {
  margin: 0;
}
.section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(1) {
  padding-top: 30px;
}
.section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(1) img {
  width: 130px;
}
.section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(2) {
  padding-top: 10px;
}
.section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(2) img {
  width: 100%;
}
.section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(2) p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section-2 {
    background-image: url(../images/mb-imgs/bg-section-two-m.jpg);
    height: 14.27rem;
  }
  .section-2 .section-title {
    padding-top: .66rem;
    line-height: .6rem;
    margin-bottom: .44rem;
    font-size: .6rem;
    font-weight: bold;
  }
  .section-2 .section-title img {
    width: 3.39rem;
    height: auto;
  }
  .section-2 .section-title:after,
  .section-2 .section-title:before {
    padding: 0 .2rem;
    vertical-align: middle;
  }
  .section-2 .count-box {
    font-size: .32rem;
    font-weight: bold;
  }
  .section-2 .rewards-box {
    margin: 0;
    padding: .1rem 0;
  }
  .section-2 .rewards-hd {
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background: none;
  }
  .section-2 .rewards-hd .rewards-icon {
    position: absolute;
    left: 0;
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    font-size: .5rem;
    color: #b83721;
    background: none;
  }
  .section-2 .rewards-hd .rewards-icon .icon-bg {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    width: 2.12rem;
    height: 1.88rem;
    background: url(../images/mb-imgs/rewards-flag.png) no-repeat center;
    background-size: cover;
  }
  .section-2 .rewards-hd .rewards-icon .rewards-point {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .section-2 .rewards-hd .rewards-icon .rewards-point .rewards-num {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 0;
    font-style: oblique;
    font-weight: bold;
  }
  .section-2 .rewards-hd .rewards-icon .rewards-point .rewards-num span {
    display: inline-block;
    line-height: .5rem;
    font-size: .5rem;
    color: #000;
  }
  .section-2 .rewards-hd .rewards-icon .rewards-point .rewards-num span:nth-child(1) {
    font-size: .6rem;
  }
  .section-2 .rewards-hd .rewards-icon .rewards-point .rewards-num span:nth-child(3) {
    background: none;
    -webkit-text-fill-color: initial;
  }
  .section-2 .rewards-hd .rewards-icon .rewards-point:hover .rewards-num {
    background-size: 10.68rem 10.11rem;
    background-position: -10.01rem -1.93rem;
  }
  .section-2 .rewards-hd .rewards-icon.achieved .icon-bg {
    top: 0;
    width: 2.12rem;
    height: 1.88rem;
    background-position: center!important;
    background: url(../images/mb-imgs/rewards-flag-active.png) no-repeat center;
    background-size: cover;
    z-index: 0;
  }
  .section-2 .rewards-hd .rewards-icon.achieved .rewards-point .rewards-num span {
    color: #b83721;
  }
  .section-2 .rewards-hd .rewards-icon.achieved:nth-child(n) {
    background: none;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(n) .icon-bg {
    margin: 0;
    background-position: center;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(1) {
    display: none;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(2) {
    margin-left: .2rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(2) .rewards-point {
    top: 1.2rem;
    left: .3rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(3) {
    top: 2.2rem;
    margin-left: 5.8rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(3) .rewards-point {
    top: 1.3rem;
    left: -0.3rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(4) {
    margin-left: .7rem;
    top: 4.2rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(4) .rewards-point {
    top: 1.2rem;
    left: -0.3rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(5) {
    top: 6rem;
    margin-left: 5.8rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(5) .rewards-point {
    top: 1.2rem;
    left: -0.3rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(6) {
    width: auto;
    top: 8.5rem;
    margin-left: 1rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(6) .icon-bg {
    display: block;
    width: 1.86rem;
    height: 2.46rem;
    background: url(../images/mb-imgs/horse-icon.png) no-repeat center;
    background-size: cover;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(6) .rewards-point {
    top: 2rem;
    margin-left: -0.7rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(6) .rewards-point .rewards-num span:nth-child(1) {
    font-size: .9rem;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(6).achieved .icon-bg {
    background: url(../images/mb-imgs/horse-icon-active.png) no-repeat center;
    background-size: cover;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(7) {
    width: auto;
    margin-left: 4.4rem;
    top: 8.2rem;
    display: none;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(7) .icon-bg {
    display: block;
    width: 3rem;
    height: 3.4rem;
    background: url(../images/mb-imgs/rewards-role.png) no-repeat center;
    background-size: cover;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(7) .rewards-point {
    margin-left: 1.5rem;
    top: 2.4rem;
    display: block;
    width: 1.1rem;
    height: .54rem;
    background: url(../images/mb-imgs/rewards-name.png) no-repeat center;
    background-size: cover;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(7) .rewards-point .rewards-num {
    font-style: initial;
    font-weight: initial;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(7) .rewards-point .rewards-num span:nth-child(1) {
    font-size: .3rem;
    color: #000;
  }
  .section-2 .rewards-hd .rewards-icon:nth-child(7).active .icon-bg {
    margin: 0;
  }
  .section-2 .rewards-bd .rewards-list {
    display: block;
    opacity: 1;
    font-size: .24rem;
    line-height: .3rem;
    margin-bottom: .7rem;
    color: #e2e2e2;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  .section-2 .rewards-bd .rewards-list ol {
    display: table;
    width: 100%;
  }
  .section-2 .rewards-bd .rewards-list .rewards-item {
    width: auto;
    margin: 0;
    padding: 0 .05rem;
    background: none;
  }
  .section-2 .rewards-bd .rewards-list .rewards-item img {
    width: .96rem;
    height: auto;
  }
  .section-2 .rewards-bd .rewards-list .rewards-item p {
    margin: 0;
  }
  .section-2 .rewards-bd .rewards-list .rewards-item.rewards-i {
    width: 1.9rem;
    display: none;
  }
  .section-2 .rewards-bd .rewards-list .rewards-item.rewards-i i {
    display: inline-block;
    width: 1.4rem;
    height: .6rem;
    margin: 0 .1rem 0;
    background: url(../images/sprite.png) no-repeat center;
    background-size: 10.68rem 10.11rem;
    background-position: -2.07rem -7.76rem;
  }
  .section-2 .rewards-bd .rewards-list .rewards-item.rewards-i strong {
    display: block;
    padding-right: .2rem;
    margin-bottom: .1rem;
    font-size: .38rem;
    line-height: .42rem;
  }
  .section-2 .rewards-bd .rewards-list .rewards-item.rewards-i p {
    padding-right: .2rem;
    font-size: .16rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(1) {
    margin-bottom: .6rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(2) {
    margin-left: 2.2rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(3) {
    margin-left: -0.2rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(4) {
    margin-left: 2rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(5) {
    margin-left: -0.2rem;
    margin-bottom: 1.5rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(5) .rewards-item {
    margin-right: 0;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(6) {
    margin-left: 2.6rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(1) {
    padding: 0;
    margin-top: -0.6rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(1) img {
    width: 1.8rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(1) p {
    text-align: left;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(2) {
    position: absolute;
    right: -1rem;
    top: -2.5rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(2) img {
    width: 5rem;
  }
  .section-2 .rewards-bd .rewards-list:nth-child(6) .rewards-item:nth-child(2) p {
    position: absolute;
    bottom: 0;
    z-index: 10;
    color: red;
    right: 1rem;
    bottom: 1rem;
    background: url(../images/mb-imgs/rewards-name.png) no-repeat center;
    background-size: 100%;
    display: block;
    padding: .1rem;
    font-size: .3rem;
    color: #000;
    border-radius: .1rem;
    font-weight: bold;
  }
  .section-2 .rewards-bd .rewards-list.achieved .rewards-item.rewards-i i {
    background-position: -0.4rem -7.76rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-2 .rewards-hd .rewards-icon .rewards-point .rewards-num span:nth-child(3) {
    background-image: none;
    color: #f0e2b1;
  }
}
/* news */
.top-news {
  background-image: url(../images/pc-imgs/bg-section-news.jpg);
  height: 1002px;
}
.top-news h3.section-title {
  color: #fff;
}
.top-news h3.section-title:before {
  background: url(../images/title-white-left.png) no-repeat center;
}
.top-news h3.section-title:after {
  background: url(../images/title-white-right.png) no-repeat center;
}
.top-news .content {
  margin-left: -67px;
}
.top-news .left {
  float: right;
  width: 820px;
  padding: 0 60px;
  font-size: 28px;
  line-height: 30px;
  text-align: left;
}
.top-news .left .item {
  margin-top: 50px;
}
.top-news .left .item .twitter-title,
.top-news .left .item .desc {
  display: block;
  margin-bottom: 22px;
}
.top-news .left .item span.tag {
  display: inline-block;
  padding: 0 15px;
  margin-left: 8px;
  color: #000;
  background-color: #b83721;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.top-news .left .item .divided-line {
  width: 610px;
  height: 1px;
  background-color: #fff;
}
.top-news .left .more .news-more {
  display: inline-block;
  color: #b83721;
  background: none;
}
.top-news .left .more .news-more:hover {
  text-decoration: none;
}
.top-news .girl {
  position: absolute;
  top: 154px;
  right: -345px;
  display: block;
  width: 638px;
  height: 836px;
  background: url(../images/pc-imgs/girl.png) no-repeat center;
}
.top-news .right {
  float: left;
  width: 410px;
  padding: 20px 25px;
}
.top-news .right a {
  position: relative;
  display: inline-block;
  background: none;
  width: 100%;
  height: 630px;
  z-index: 2;
}
.top-news .right p {
  padding: 25px 0 0 10px;
  font-size: 28px;
  line-height: 30px;
  text-align: left;
}
.top-news .right p > a {
  display: inline-block;
  color: #b83721;
  height: auto;
  background: none;
}
.top-news .right .twitter-box {
  position: relative;
  background: #fff;
  border-radius: 5px ;
}
@media screen and (max-width: 768px) {
  .top-news {
    background-image: url(../images/mb-imgs/bg-section-news-m.jpg);
    height: 25.34rem;
  }
  .top-news h3.section-title {
    font-size: .6rem;
    padding-top: .9rem;
    color: #fff;
  }
  .top-news h3.section-title:before,
  .top-news h3.section-title:after {
    width: .54rem;
    height: .08rem;
    margin: 0 .2rem;
    padding: 0 .2rem;
    vertical-align: middle;
    background-size: cover;
  }
  .top-news .content {
    margin: 0;
    padding-top: 0;
  }
  .top-news .left {
    float: none;
    width: 100%;
    height: 9.4rem;
    padding: 1rem 1rem 0 1rem;
    margin-bottom: .6rem;
    font-size: .32rem;
    line-height: .32rem;
  }
  .top-news .left .item {
    margin-top: .5rem;
  }
  .top-news .left .item .twitter-title,
  .top-news .left .item .desc {
    margin-bottom: .22rem;
  }
  .top-news .left .item span.tag {
    display: inline-block;
    padding: .05rem .15rem;
    margin-left: .08rem;
    color: #000;
    background-color: #b83721;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .top-news .left .item .divided-line {
    width: 5.5rem;
  }
  .top-news .left .more .news-more {
    display: inline-block;
    color: #b83721;
    background: none;
  }
  .top-news .left .more .news-more:hover {
    text-decoration: none;
  }
  .top-news .girl {
    display: none;
  }
  .top-news .right {
    float: left;
    width: 100%;
    padding: .9rem;
  }
  .top-news .right a {
    display: inline-block;
    width: 100%;
    height: 10rem;
  }
  .top-news .right p {
    padding: .3rem 0 0 0;
    font-size: .32rem;
    line-height: .32rem;
  }
}
/* desc */
.top-story {
  background-image: url(../images/pc-imgs/bg-section-story.jpg);
  height: 1002px;
}
@media screen and (max-width: 768px) {
  .top-story {
    background-image: url(../images/mb-imgs/bg-section-story-m.jpg);
    height: 14.64rem;
  }
}
/* section-character */
.section-character {
  background-image: url(../images/pc-imgs/bg-section-character.jpg);
  height: 1032px;
}
.section-character h3 {
  margin-bottom: 57px;
}
.section-character .character-hd {
  margin-bottom: 80px;
}
.section-character .character-hd .tab-item {
  float: left;
  width: 25%;
}
.section-character .character-hd .tab-item a {
  display: block;
  width: 104px;
  margin: 0 auto;
  padding-top: 160px;
  background-size: 104px 105px;
  font-size: 28px;
  color: #1f1f1f;
}
.section-character .character-hd .tab-item a:hover {
  color: #b83721;
  width: 137px;
  background-size: 137px 155px;
}
.section-character .character-hd .tab-item:nth-child(1) a {
  background: url(../images/character-icon-one.png) no-repeat 0px 40px;
}
.section-character .character-hd .tab-item:nth-child(1) a:hover {
  background: url(../images/character-icon-one-active.png) no-repeat 0 0;
}
.section-character .character-hd .tab-item:nth-child(2) a {
  background: url(../images/character-icon-two.png) no-repeat 0px 40px;
}
.section-character .character-hd .tab-item:nth-child(2) a:hover {
  background: url(../images/character-icon-two-active.png) no-repeat 0 0;
}
.section-character .character-hd .tab-item:nth-child(3) a {
  background: url(../images/character-icon-three.png) no-repeat 0px 40px;
}
.section-character .character-hd .tab-item:nth-child(3) a:hover {
  background: url(../images/character-icon-three-active.png) no-repeat 0 0;
}
.section-character .character-hd .tab-item:nth-child(4) a {
  background: url(../images/character-icon-four.png) no-repeat 0px 40px;
}
.section-character .character-hd .tab-item:nth-child(4) a:hover {
  background: url(../images/character-icon-four-active.png) no-repeat 0 0;
}
.section-character .character-hd .tab-item.active a {
  color: #b83721;
  width: 137px;
  background-size: 137px 155px;
}
.section-character .character-hd .tab-item.active:nth-child(1) a {
  background: url(../images/character-icon-one-active.png) no-repeat 0 0;
}
.section-character .character-hd .tab-item.active:nth-child(2) a {
  background: url(../images/character-icon-two-active.png) no-repeat 0 0;
}
.section-character .character-hd .tab-item.active:nth-child(3) a {
  background: url(../images/character-icon-three-active.png) no-repeat 0 0;
}
.section-character .character-hd .tab-item.active:nth-child(4) a {
  background: url(../images/character-icon-four-active.png) no-repeat 0 0;
}
.section-character .character-bd {
  position: relative;
  font-size: 28px;
  line-height: 40px;
  height: 600px;
  color: #1f1f1f;
}
.section-character .character-bd .tab-content {
  display: none;
}
.section-character .character-bd .tab-content.active {
  display: list-item;
}
.section-character .character-bd .tab-list {
  position: absolute;
  float: left;
  width: 100%;
  opacity: 0;
  display: block;
  text-align: left;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.section-character .character-bd .tab-list.active {
  opacity: 1;
  display: block;
}
.section-character .character-bd .tab-list .desc {
  float: right;
  display: block;
  width: 610px;
  padding: 0 16px;
}
.section-character .character-bd .tab-list .desc-title {
  margin-bottom: 90px;
}
.section-character .character-bd .tab-list .desc-title strong,
.section-character .character-bd .tab-list .desc-title i,
.section-character .character-bd .tab-list .desc-title span {
  vertical-align: middle;
}
.section-character .character-bd .tab-list .desc-title strong {
  font-size: 55px;
}
.section-character .character-bd .tab-list .desc-title i {
  display: inline-block;
  width: 58px;
  height: 56px;
  margin-left: 30px;
  background: url(../images/character-category.png) no-repeat center;
}
.section-character .character-bd .tab-list .desc-title span {
  display: inline-block;
  margin-left: 40px;
  padding: 10px 15px;
  background-color: #4254b4;
  color: #f7eef9;
  border-radius: 3px;
}
.section-character .character-bd .tab-list .desc-num {
  margin-bottom: 40px;
}
.section-character .character-bd .tab-list .desc-num span {
  margin-right: 30px;
  font-weight: bold;
}
.section-character .character-bd .tab-list .desc-skill {
  margin-bottom: 30px;
}
.section-character .character-bd .tab-list .desc-skill i {
  display: inline-block;
  width: 47px;
  height: 49px;
  margin-left: 25px;
  vertical-align: middle;
  background: url(../images/character-skill.png) no-repeat center;
}
.section-character .character-bd .tab-list h4 {
  margin-bottom: 16px;
  font-size: 32px;
  color: #b83721;
}
.section-character .character-bd .tab-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 43px;
  height: 86px;
  margin-top: -43px;
  cursor: pointer;
}
.section-character .character-bd .tab-arrow.arrow-left {
  left: -155px;
  background: url(../images/arrow-left.png) no-repeat center;
}
.section-character .character-bd .tab-arrow.arrow-right {
  right: -155px;
  background: url(../images/arrow-right.png) no-repeat center;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .section-character .character-bd .tab-arrow.arrow-left {
    left: -30px;
  }
  .section-character .character-bd .tab-arrow.arrow-right {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .section-character {
    background-image: url(../images/mb-imgs/bg-section-character-m.jpg);
    height: 13.8rem;
  }
  .section-character .section-title {
    margin-bottom: .57rem;
  }
  .section-character .character-hd {
    position: absolute;
    bottom: .5rem;
    margin: 0;
    width: 100%;
    z-index: 10;
  }
  .section-character .character-hd .tab-item {
    float: left;
    width: 25%;
  }
  .section-character .character-hd .tab-item a {
    display: block;
    width: 1.04rem;
    margin: 0 auto;
    background-size: 1.04rem 1.05rem;
    color: #1f1f1f;
    font-size: .28rem;
    padding-top: 1.6rem;
  }
  .section-character .character-hd .tab-item a:hover {
    width: 1.37rem;
    background-size: 1.37rem 1.55rem!important;
  }
  .section-character .character-hd .tab-item:nth-child(n) a {
    background-size: 1.04rem 1.05rem!important;
    background-position: 0 .4rem;
  }
  .section-character .character-hd .tab-item.active a {
    width: 1.37rem;
    background-size: 1.37rem 1.55rem!important;
  }
  .section-character .character-bd {
    position: relative;
    font-size: .28rem;
    line-height: .4rem;
    padding: 0 .3rem;
  }
  .section-character .character-bd .tab-content {
    position: relative;
    display: none;
  }
  .section-character .character-bd .tab-content.active {
    display: list-item;
  }
  .section-character .character-bd .tab-list {
    position: absolute;
    float: left;
    width: 100%;
    opacity: 0;
    display: block;
    text-align: left;
  }
  .section-character .character-bd .tab-list.active {
    opacity: 1;
    display: block;
  }
  .section-character .character-bd .tab-list .desc {
    float: right;
    display: block;
    width: 100%;
    padding: 0 .16rem;
  }
  .section-character .character-bd .tab-list .desc-title {
    margin-bottom: 0;
  }
  .section-character .character-bd .tab-list .desc-title strong {
    font-size: .55rem;
    background: url(../images/mb-imgs/rewards-name.png) no-repeat center;
    background-size: cover;
  }
  .section-character .character-bd .tab-list .desc-title i {
    display: inline-block;
    width: 58px;
    height: 56px;
    margin-left: 30px;
    background: url(../images/character-category.png) no-repeat center;
  }
  .section-character .character-bd .tab-list .desc-title span {
    display: inline-block;
    margin-left: 40px;
    padding: 10px 15px;
    background-color: #4254b4;
    color: #f7eef9;
    border-radius: 3px;
  }
  .section-character .character-bd .tab-list .desc-more {
    border-bottom: 1px solid #ccc;
    padding: .4rem 0;
  }
  .section-character .character-bd .tab-list .desc-num {
    margin-bottom: 40px;
  }
  .section-character .character-bd .tab-list .desc-num span {
    margin-right: 30px;
    font-weight: bold;
  }
  .section-character .character-bd .tab-list .desc-skill {
    margin-bottom: 30px;
  }
  .section-character .character-bd .tab-list .desc-skill i {
    display: inline-block;
    width: 47px;
    height: 49px;
    margin-left: 25px;
    vertical-align: middle;
    background: url(../images/character-skill.png) no-repeat center;
  }
  .section-character .character-bd .tab-list h4 {
    display: none;
  }
  .section-character .character-bd .tab-arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: .43rem;
    height: .86rem;
    margin-top: -4rem;
    cursor: pointer;
    z-index: 2;
  }
  .section-character .character-bd .tab-arrow.arrow-left {
    left: .3rem;
    background-size: cover;
  }
  .section-character .character-bd .tab-arrow.arrow-right {
    right: .3rem;
    background-size: cover;
  }
}
/* top-stratagem */
.top-stratagem {
  background-image: url(../images/pc-imgs/bg-section-stratagem.jpg);
  height: 1002px;
}
.top-stratagem h3 {
  margin-bottom: 80px;
}
.top-stratagem .game-feature {
  position: relative;
  height: 750px;
  margin-left: 60px;
}
.top-stratagem .game-feature .slider-list li {
  position: absolute;
  top: 0;
  left: 122px;
  display: block;
  transition: all .8s;
  -ms-transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  perspective-origin: center bottom;
  cursor: pointer;
}
.top-stratagem .game-feature .slider-list li img {
  display: block;
  width: 420px;
  height: auto;
}
.top-stratagem .game-feature .slider-list li.po-1 {
  z-index: 5;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  transform: scale(0.99) translate3d(0px, 0px, 700px);
  -ms-transform: scale(0.99) translate3d(0px, 0px, 700px);
  -moz-transform: scale(0.99) translate3d(0px, 0px, 700px);
  -webkit-transform: scale(0.99) translate3d(0px, 0px, 700px);
}
.top-stratagem .game-feature .slider-list li.po-2 {
  left: 140px;
  top: 30px;
  transform: rotate3d(1, -3, 0, 35deg) scale(0.9) translate3d(127px, 0px, 0px);
  -ms-transform: rotate3d(1, -3, 0, 35deg) scale(0.9) translate3d(127px, 0px, 0px);
  -moz-transform: rotate3d(1, -3, 0, 35deg) scale(0.9) translate3d(127px, 0px, 0px);
  -webkit-transform: rotate3d(1, -3, 0, 35deg) scale(0.9) translate3d(127px, 0px, 0px);
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  z-index: 4;
}
.top-stratagem .game-feature .slider-list li.po-2.hack {
  left: 270px;
  top: 100px;
}
.top-stratagem .game-feature .slider-list li.po-2.hack img {
  width: 350px;
}
.top-stratagem .game-feature .slider-list li.po-3 {
  left: 135px;
  top: 60px;
  transform: rotate3d(1, -2, 0, 40deg) scale(0.8) translate3d(280px, 0px, 0px);
  -ms-transform: rotate3d(1, -2, 0, 40deg) scale(0.8) translate3d(280px, 0px, 0px);
  -moz-transform: rotate3d(1, -2, 0, 40deg) scale(0.8) translate3d(280px, 0px, 0px);
  -webkit-transform: rotate3d(1, -2, 0, 40deg) scale(0.8) translate3d(280px, 0px, 0px);
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
  z-index: 3;
}
.top-stratagem .game-feature .slider-list li.po-3.hack {
  left: 390px;
  top: 150px;
}
.top-stratagem .game-feature .slider-list li.po-3.hack img {
  width: 300px;
}
.top-stratagem .game-feature .slider-list li.po-4 {
  left: 160px;
  top: 60px;
  transform: rotate3d(1, -2, 0, 50deg) scale(0.7) translate3d(480px, 55px, 0px);
  -ms-transform: rotate3d(1, -2, 0, 50deg) scale(0.7) translate3d(480px, 55px, 0px);
  -moz-transform: rotate3d(1, -2, 0, 50deg) scale(0.7) translate3d(480px, 55px, 0px);
  -webkit-transform: rotate3d(1, -2, 0, 50deg) scale(0.7) translate3d(480px, 55px, 0px);
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
  z-index: 2;
}
.top-stratagem .game-feature .slider-list li.po-4.hack {
  left: 500px;
  top: 200px;
}
.top-stratagem .game-feature .slider-list li.po-4.hack img {
  width: 250px;
}
.top-stratagem .game-feature .slider-list li.po-5 {
  left: 160px;
  top: 30px;
  transform: rotate3d(1, -2, 0, 55deg) scale(0.6) translate3d(800px, 200px, 0px);
  -ms-transform: rotate3d(1, -2, 0, 55deg) scale(0.6) translate3d(800px, 200px, 0px);
  -moz-transform: rotate3d(1, -2, 0, 55deg) scale(0.6) translate3d(800px, 200px, 0px);
  -webkit-transform: rotate3d(1, -2, 0, 55deg) scale(0.6) translate3d(800px, 200px, 0px);
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  z-index: 1;
}
.top-stratagem .game-feature .slider-list li.po-5.hack {
  left: 600px;
  top: 250px;
}
.top-stratagem .game-feature .slider-list li.po-5.hack img {
  width: 200px;
}
.top-stratagem .game-feature .slider-list li.po-6 {
  left: 160px;
  top: 30px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: brightness(30%);
  -webkit-filter: brightness(30%);
  transform: rotate3d(1, -2, 0, 55deg) scale(0.4) translate3d(1430px, 350px, 0px);
  -ms-transform: rotate3d(1, -2, 0, 55deg) scale(0.4) translate3d(1430px, 350px, 0px);
  -moz-transform: rotate3d(1, -2, 0, 55deg) scale(0.4) translate3d(1430px, 350px, 0px);
  -webkit-transform: rotate3d(1, -2, 0, 55deg) scale(0.4) translate3d(1430px, 350px, 0px);
  z-index: 0;
}
.top-stratagem .game-feature .slider-list li.po-6.hack {
  left: 690px;
  top: 300px;
}
.top-stratagem .game-feature .slider-list li.po-6.hack img {
  width: 150px;
}
.top-stratagem .game-feature .slider-list li.po-7 {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s;
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  transform: scale(0.99) translate3d(0px, 46px, 700px);
  -ms-transform: scale(0.99) translate3d(0px, 46px, 700px);
  -moz-transform: scale(0.99) translate3d(0px, 46px, 700px);
  -webkit-transform: scale(0.99) translate3d(0px, 46px, 700px);
}
.top-stratagem .game-feature .slider-tab {
  position: absolute;
  right: 256px;
  top: 455px;
  display: block;
  width: 75px;
  height: 240px;
  background: url(../images/sprite-two.png) no-repeat center;
  background-position: -735px -190px;
  background-size: 1920px 594px;
}
.top-stratagem .game-feature .slider-tab:hover {
  background-position: -952px -190px;
}
@media screen and (max-width: 768px) {
  .top-stratagem {
    background-image: url(../images/mb-imgs/bg-section-four-m.jpg);
    height: 9.93rem;
  }
  .top-stratagem h3 {
    margin-bottom: .9rem;
  }
  .top-stratagem h3 img {
    width: 3.39rem;
    height: auto;
  }
  .top-stratagem .game-feature {
    position: relative;
    height: 6.8rem;
    margin: 0;
    perspective: 10rem;
    -webkit-perspective: 10rem;
  }
  .top-stratagem .game-feature .slider-list li {
    position: absolute;
    top: 0!important;
    left: 1.22rem!important;
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    display: block;
    cursor: pointer;
  }
  .top-stratagem .game-feature .slider-list li img {
    display: block;
    width: 3.88rem;
    height: auto;
  }
  .top-stratagem .game-feature .slider-list li.po-1 {
    z-index: 5;
    filter: brightness(1);
    -webkit-filter: brightness(1);
    transform: translate3d(0.82rem, 0, 0.64rem) scale(0.95);
    -ms-transform: translate3d(0.82rem, 0, 0.64rem) scale(0.95);
    -moz-transform: translate3d(0.82rem, 0, 0.64rem) scale(0.95);
    -webkit-transform: translate3d(0.82rem, 0, 0.64rem) scale(0.95);
  }
  .top-stratagem .game-feature .slider-list li.po-2 {
    -webkit-filter: brightness(0.75);
    transform: translate3d(1.58rem, 0px, 0.28rem) scale(0.8) rotateY(-10deg);
    -ms-transform: translate3d(1.58rem, 0px, 0.28rem) scale(0.8) rotateY(-10deg);
    -moz-transform: translate3d(1.58rem, 0px, 0.28rem) scale(0.8) rotateY(-10deg);
    -webkit-transform: translate3d(1.58rem, 0px, 0.28rem) scale(0.8) rotateY(-10deg);
    z-index: 3;
  }
  .top-stratagem .game-feature .slider-list li.po-3 {
    z-index: 1;
    transform: translate3d(2.48rem, 0px, 0) scale(0.6) rotateY(-15deg);
    -ms-transform: translate3d(2.48rem, 0px, 0) scale(0.6) rotateY(-15deg);
    -moz-transform: translate3d(2.48rem, 0px, 0) scale(0.6) rotateY(-15deg);
    -webkit-transform: translate3d(2.48rem, 0px, 0) scale(0.6) rotateY(-15deg);
  }
  .top-stratagem .game-feature .slider-list li.po-4 {
    z-index: 2;
    transform: translate3d(-0.95rem, 0px, 0) scale(0.6) rotateY(15deg);
    -ms-transform: translate3d(-0.95rem, 0px, 0) scale(0.6) rotateY(15deg);
    -moz-transform: translate3d(-0.95rem, 0px, 0) scale(0.6) rotateY(15deg);
    -webkit-transform: translate3d(-0.95rem, 0px, 0) scale(0.6) rotateY(15deg);
  }
  .top-stratagem .game-feature .slider-list li.po-5 {
    z-index: 4;
    -webkit-filter: brightness(0.75);
    transform: translate3d(0rem, 0px, 0.28rem) scale(0.8) rotateY(10deg);
    -ms-transform: translate3d(0rem, 0px, 0.28rem) scale(0.8) rotateY(10deg);
    -moz-transform: translate3d(0rem, 0px, 0.28rem) scale(0.8) rotateY(10deg);
    -webkit-transform: translate3d(0rem, 0px, 0.28rem) scale(0.8) rotateY(10deg);
  }
  .top-stratagem .game-feature .slider-list li.po-6 {
    display: none;
  }
  .top-stratagem .game-feature .slider-list li.po-7 {
    display: none;
  }
  .top-stratagem .game-feature .slider-tab {
    display: none;
  }
  .top-stratagem .game-details {
    margin-top: .9rem;
    padding: 0 .56rem;
    font-size: .24rem;
    line-height: .42rem;
  }
}
/* top-special */
/* top-special */
.top-special,
.top-system {
  background-image: url(../images/pc-imgs/bg-section-special.jpg);
  height: 1002px;
}
.top-special h3,
.top-system h3 {
  margin-bottom: 10px;
}
.top-special .content,
.top-system .content {
  position: relative;
  display: block;
  width: 1111px;
  height: 674px;
  margin: 0 auto;
  padding: 60px 66px;
}
.top-special .content .swiper-container,
.top-system .content .swiper-container {
  width: 100%;
  height: 670px;
}
.top-special .content .swiper-pagination,
.top-system .content .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-align: center;
}
.top-special .content .swiper-pagination span,
.top-system .content .swiper-pagination span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 12px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #a5a59b;
}
.top-special .content .swiper-pagination span.swiper-active-switch,
.top-system .content .swiper-pagination span.swiper-active-switch {
  background-color: #1f1f1f;
}
.top-special .play-box,
.top-system .play-box {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -53.5px;
  display: block;
  width: 107px;
  height: 107px;
  margin-left: -53.5px;
  background: url(../images/sprite.png) no-repeat;
  background-size: 1068px 1011px;
  background-position: -392px -733px;
  z-index: 11;
}
.top-special .play-box a,
.top-system .play-box a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sprite.png) no-repeat;
  background-size: 1068px 1011px;
  background-position: -529px -734px;
  -webkit-animation: serverLoading 3s infinite linear;
  -moz-animation: serverLoading 3s infinite linear;
  -ms-animation: serverLoading 3s infinite linear;
  animation: serverLoading 3s infinite linear;
}
.top-special .special-out,
.top-system .special-out {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1111px;
  height: 674px;
  background: url(../images/pc-imgs/special-out.png) no-repeat center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-special,
  .top-system {
    background-image: url(../images/mb-imgs/bg-section-special-m.jpg);
    height: 14.62rem;
  }
  .top-special h3,
  .top-system h3 {
    margin-bottom: .5rem;
  }
  .top-special .content,
  .top-system .content {
    position: relative;
    display: block;
    width: 100%;
    height: 13rem;
    margin: 0 auto;
    padding: 0;
  }
  .top-special .content .swiper-container,
  .top-system .content .swiper-container {
    width: 100%;
    height: 12.5rem;
  }
  .top-special .content .swiper-pagination,
  .top-system .content .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
  }
  .top-special .content .swiper-pagination span,
  .top-system .content .swiper-pagination span {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    margin: 0 .12rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: #a5a59b;
  }
  .top-special .content .swiper-pagination span.swiper-active-switch,
  .top-system .content .swiper-pagination span.swiper-active-switch {
    background-color: #1f1f1f;
  }
  .top-special .play-box,
  .top-system .play-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.535rem;
    display: block;
    width: 1.07rem;
    height: 1.07rem;
    margin-left: -0.535rem;
    background: url(../images/sprite.png) no-repeat;
    background-size: 10.68rem 10.11rem;
    background-position: -3.92rem -7.33rem;
    z-index: 11;
  }
  .top-special .play-box a,
  .top-system .play-box a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/sprite.png) no-repeat;
    background-size: 10.68rem 10.11rem;
    background-position: -5.29rem -7.34rem;
    -webkit-animation: serverLoading 3s infinite linear;
    -moz-animation: serverLoading 3s infinite linear;
    -ms-animation: serverLoading 3s infinite linear;
    animation: serverLoading 3s infinite linear;
  }
  .top-special .special-out,
  .top-system .special-out {
    position: initial;
    width: auto;
    height: auto;
    background: none;
  }
}
/* top-system */
.top-system {
  background-image: url(../images/pc-imgs/bg-section-system.jpg);
  height: 1002px;
}
@media screen and (max-width: 768px) {
  .top-system {
    background-image: url(../images/mb-imgs/bg-section-system-m.jpg);
    height: 14.58rem;
  }
}
/* mb-share */
.mb-share {
  display: none;
}
@media screen and (max-width: 768px) {
  .mb-share {
    display: block;
    background-color: #000;
    padding: 0 .35rem;
  }
  .mb-share .share-box .share-links {
    display: block;
  }
  .mb-share .share-box .share-links li {
    line-height: .56rem;
    padding: .35rem 0 .3rem 0;
    font-size: .18rem;
    border-bottom: 1px solid #bfa681;
    color: #666;
  }
  .mb-share .share-box .share-links li:nth-child(1) .share-icons {
    background-position: -7.93rem -1.05rem;
  }
  .mb-share .share-box .share-links li:nth-child(2) .share-icons {
    background-position: -8.62rem -1.05rem;
  }
  .mb-share .share-box .share-links li:nth-child(3) .share-icons {
    background-position: -9.31rem -1.05rem;
  }
  .mb-share .share-box .share-links li:nth-child(4) .share-icons {
    background-position: -10rem -1.05rem;
  }
  .mb-share .share-box .share-links .share-icons {
    display: inline-block;
    width: .56rem;
    height: .56rem;
    margin: 0 .05rem;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat;
    background-size: 10.68rem 10.11rem;
    background-position: -7.93rem -1.05rem;
  }
  .mb-share .share-box .share-links span {
    display: inline-block;
    margin-left: .3rem;
    vertical-align: middle;
  }
  .mb-share .share-box .share-links .share-to {
    float: right;
    width: 1.74rem;
    height: .5rem;
    margin-top: .07rem;
    font-size: 0;
    background: url(../images/sprite.png) no-repeat;
    background-size: 10.68rem 10.11rem;
    background-position: -7.93rem -1.91rem;
  }
}
/* news */
.news-mid {
  height: 1846px;
  padding-top: 497px;
  color: #e2e2e2;
  text-align: center;
  background: url(../images/pc-imgs/news-bg.jpg) no-repeat center;
}
.news-mid .hd {
  position: relative;
  display: table;
  width: 100%;
  font-size: 48px;
  line-height: 48px;
  color: #cecece;
  overflow: hidden;
}
.news-mid .hd > li {
  position: relative;
  display: table-cell;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.news-mid .hd > li a {
  position: relative;
  display: inline-block;
}
.news-mid .hd > li:hover a,
.news-mid .hd > li.active a {
  color: #b83721;
}
.news-mid .bd {
  text-align: left;
  font-size: 32px;
  line-height: 32px;
  color: #cecece;
}
.news-mid .bd > li {
  display: none;
}
.news-mid .bd > li.active {
  display: list-item;
}
.news-mid .bd .events-list {
  padding: 30px 0;
  border-bottom: 1px solid #cfcfcf;
}
.news-mid .bd .twitter-title {
  padding: 25px 0;
}
.news-mid .bd .desc {
  display: inline-block;
  color: #e2e2e2;
}
.news-mid .bd span.tag {
  display: inline-block;
  padding: 5px 15px;
  margin-left: 8px;
  color: #000;
  background-color: #b83721;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.news-mid .bd .page-box {
  margin-top: 80px;
}
.news-mid .bd .page-box .no-more {
  display: none;
}
.news-mid .bd .page-box ul {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}
.news-mid .bd .page-box ul li {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.news-mid .bd .page-box ul li.first,
.news-mid .bd .page-box ul li.previous,
.news-mid .bd .page-box ul li.next,
.news-mid .bd .page-box ul li.last {
  background: none;
  margin-right: 20px;
}
.news-mid .bd .page-box ul li.next {
  margin-left: 10px;
}
.news-mid .bd .page-box ul li .page:nth-last-child(1) {
  margin-right: 0;
}
.news-mid .bd .page-box ul li .page:hover,
.news-mid .bd .page-box ul li .page.selected {
  color: #b83721;
}
@media screen and (max-width: 768px) {
  .news-mid {
    height: 15.85rem;
    padding-top: 3.5rem;
    background: url(../images/mb-imgs/news-bg-m.jpg) no-repeat center;
    background-size: cover;
  }
  .news-mid .hd {
    position: relative;
    display: table;
    width: 100%;
    font-size: .32rem;
    line-height: .4rem;
    padding: 0 .4rem;
    color: #cecece;
    overflow: hidden;
  }
  .news-mid .bd {
    text-align: left;
    font-size: .32rem;
    line-height: .35rem;
    padding: 0 .5rem;
    color: #cecece;
  }
  .news-mid .bd > li {
    display: none;
  }
  .news-mid .bd > li.active {
    display: list-item;
  }
  .news-mid .bd .events-list {
    padding: .3rem 0;
    border-bottom: 1px solid #cfcfcf;
  }
  .news-mid .bd .twitter-title {
    padding: .25rem 0;
  }
  .news-mid .bd .desc {
    display: block;
    color: #e2e2e2;
  }
  .news-mid .bd span.tag {
    display: inline-block;
    padding: .05rem .15rem;
    margin-left: .08rem;
    color: #000;
    background-color: #b83721;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: 0.05rem;
  }
  .news-mid .bd .page-box {
    margin-top: 1rem;
  }
  .news-mid .bd .page-box .no-more {
    display: none;
  }
  .news-mid .bd .page-box ul {
    display: inline-block;
    height: .3rem;
    line-height: .3rem;
    vertical-align: top;
  }
  .news-mid .bd .page-box ul li {
    float: left;
    margin-right: .1rem;
    cursor: pointer;
  }
  .news-mid .bd .page-box ul li.first,
  .news-mid .bd .page-box ul li.previous,
  .news-mid .bd .page-box ul li.next,
  .news-mid .bd .page-box ul li.last {
    background: none;
    margin-right: .2rem;
  }
  .news-mid .bd .page-box ul li.next {
    margin-left: .1rem;
  }
  .news-mid .bd .page-box ul li .page:nth-last-child(1) {
    margin-right: 0;
  }
  .news-mid .bd .page-box ul li .page:hover,
  .news-mid .bd .page-box ul li .page.selected {
    color: #b83721;
  }
}
/* 新闻详情页 */
.keisaku-content .common-header {
  height: 470px;
  background: url(../images/pc-imgs/common-banner.jpg) no-repeat center;
}
.keisaku-content .newsdetails-content {
  text-align: center;
  background: url(../images/mb-imgs/news-common-bg-m.jpg) repeat center;
}
.keisaku-content .newsdetails-content .newsdetails-header {
  width: 100%;
}
.keisaku-content .newsdetails-content .newsdetails-header .newsdetails-title {
  position: relative;
  color: #e2e2e2;
}
.keisaku-content .newsdetails-content .newsdetails-header .newsdetails-title h1 {
  font-size: 48px;
  line-height: 48px;
  padding: 40px 0;
  font-weight: bold;
}
.keisaku-content .newsdetails-content .newsdetails-header .newsdetails-title .u-pub-time {
  text-align: right;
  font-size: 20px;
  line-height: 20px;
}
.keisaku-content .newsdetails-content .newsdetails-header .newsdetails-title .u-fb-share {
  position: absolute;
  bottom: 0;
}
.keisaku-content .newsdetails-content .newsdetails-desc {
  position: relative;
  padding: 30px 0 60px 0;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  color: #cecece;
}
.keisaku-content .newsdetails-content .newsdetails-desc img {
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .keisaku-content .common-header {
    height: 3.2rem;
    background: url(../images/mb-imgs/common-banner-m.jpg) no-repeat center;
    background-size: cover;
  }
  .keisaku-content .newsdetails-content {
    padding: 0 .5rem;
    background: url(../images/mb-imgs/news-common-bg-m.jpg) repeat center;
  }
  .keisaku-content .newsdetails-content .newsdetails-header {
    width: 100%;
  }
  .keisaku-content .newsdetails-content .newsdetails-header .newsdetails-title {
    position: relative;
    color: #e2e2e2;
  }
  .keisaku-content .newsdetails-content .newsdetails-header .newsdetails-title h1 {
    font-size: .35rem;
    line-height: .35rem;
    padding: .4rem 0;
  }
  .keisaku-content .newsdetails-content .newsdetails-header .newsdetails-title .u-pub-time {
    text-align: right;
    font-size: .3rem;
    line-height: .3rem;
  }
  .keisaku-content .newsdetails-content .newsdetails-desc {
    position: relative;
    padding: .3rem 0 .6rem 0;
    font-size: .32rem;
    line-height: .4rem;
    text-align: left;
    color: #cecece;
  }
  .keisaku-content .newsdetails-content .newsdetails-desc img {
    text-align: center;
    margin: .1rem 0;
  }
}
/* 规约 && 协议 */
.protocol-content .scroll-wrap {
  height: 1040px;
  overflow: hidden;
}
.protocol-content .scroll-wrap .mCSB_scrollTools {
  width: 30px;
}
.protocol-content .scroll-wrap .mCSB_scrollTools .mCSB_dragger {
  width: 100%;
  height: 410px;
}
.protocol-content .scroll-wrap .mCSB_scrollTools .mCSB_dragger_bar {
  width: 24px;
  margin: 3px;
}
.protocol-content .scroll-wrap .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}
.protocol-content .scroll-wrap .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.protocol-content .scroll-wrap .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #181818;
}
.protocol-content .scroll-wrap .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.protocol-content .scroll-wrap .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.protocol-content .scroll-wrap .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c1c1c1;
}
@media screen and (max-width: 768px) {
  .protocol-content .scroll-wrap {
    height: 9.8rem!important;
  }
  .protocol-content .scroll-wrap .mCSB_scrollTools {
    width: .3rem;
  }
  .protocol-content .scroll-wrap .mCSB_scrollTools .mCSB_dragger {
    width: 100%;
    height: 4.1rem;
  }
  .protocol-content .scroll-wrap .mCSB_scrollTools .mCSB_dragger_bar {
    width: .24rem;
    margin: .03rem;
  }
  .protocol-content .scroll-wrap .mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
  }
}
/* footer */
.footer {
  width: 100%;
  height: 551px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  padding-top: 102px;
  font-family: '思源宋体', 'Times New Roman', Times, serif;
  background: url(../images/pc-imgs/bg-section-footer.jpg) no-repeat center;
  background-size: cover;
}
.footer.bn {
  height: 538px;
  background: url(../images/pc-imgs/news-footer-bg.jpg) no-repeat center;
}
.footer .top {
  display: table;
  width: 100%;
  padding-left: 21px;
}
.footer .icon {
  vertical-align: top;
}
.footer .cloumn {
  display: table-cell;
  text-align: left;
}
.footer .column-one {
  padding: 0 38px;
}
.footer .column-three {
  padding: 15px 32px;
}
.footer .column-four {
  white-space: normal;
}
.footer .link {
  width: 100%;
  display: block;
  margin: 50px 0 70px 0;
}
.footer .link a {
  margin: 25px;
}
.footer .link a:hover {
  text-decoration: underline;
}
.footer .bottom {
  width: 100%;
  display: block;
  font-size: 20px;
}
.footer .bottom .footer-logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    width: 100%;
    height: 6.65rem;
    font-size: .16rem;
    line-height: .3rem;
    color: #fff;
    padding-top: 1.9rem;
    background: url(../images/mb-imgs/bg-section-footer-m.jpg) no-repeat center;
    background-size: cover;
  }
  .footer.bn {
    height: 4.9rem;
    padding-top: .3rem;
    background: url(../images/mb-imgs/news-footer-bg-m.jpg) no-repeat center;
    background-size: cover;
  }
  .footer .top {
    width: 100%;
    display: block;
    text-align: left;
    padding-left: .4rem;
  }
  .footer .icon {
    display: inline-block;
    vertical-align: middle;
  }
  .footer .icon img {
    width: 1.3rem;
  }
  .footer .cloumn {
    display: inline-block;
    vertical-align: middle;
  }
  .footer .column-one {
    padding: 0 .2rem;
  }
  .footer .column-two {
    padding-left: .3rem;
  }
  .footer .column-three {
    float: left;
    padding: .15rem .25rem;
    margin-left: 1.3rem;
  }
  .footer .column-four {
    display: block;
    margin: 0;
    padding: .15rem .05rem 0 2.7rem;
  }
  .footer .link {
    position: absolute;
    bottom: .7rem;
    margin: 0;
  }
  .footer .link a {
    margin: .25rem;
  }
  .footer .link a:hover {
    text-decoration: underline;
  }
  .footer .bottom {
    padding: .1rem 0 0;
    font-size: .2rem;
  }
  .footer .bottom .footer-logo {
    margin-bottom: .6rem;
  }
  .footer .bottom .footer-logo img {
    width: 2rem;
  }
}
/* aside-box */
.aside-box {
  position: fixed;
  right: 0;
  top: 108px;
  display: none;
  z-index: 10;
}
.aside-box .aside-pre-btn {
  position: absolute;
  top: 0;
  right: -30px;
  display: block;
  width: 362px;
  height: 102px;
  margin-bottom: 10px;
  background: url(../images/sprite-two.png) no-repeat center;
  background-position: -179px -182px;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  cursor: pointer;
  z-index: 100;
}
.aside-box .aside-pre-btn:hover {
  background-position: -179px -346px;
}
.aside-box #backTopBtn {
  position: absolute;
  top: 670px;
  right: 94px;
  display: block;
  width: 90px;
  height: 94px;
  background: url(../images/sprite.png) no-repeat;
  background-size: 1068px 1011px;
  background-position: -672px -734px;
  cursor: pointer;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .aside-box .aside-pre-btn {
    right: -60px;
  }
  .aside-box #backTopBtn {
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .aside-box {
    position: fixed;
    right: -1rem;
    top: 50%;
    margin-top: 1rem;
    display: none;
    z-index: 20;
  }
  .aside-box .aside-pre-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3.62rem;
    height: 1.02rem;
    margin-bottom: .1rem;
    background: url(../images/sprite-two.png) no-repeat center;
    background-position: -1.79rem -1.82rem;
    background-size: 19.2rem 5.94rem;
    transform: scale(0.4);
    -ms-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    cursor: pointer;
    z-index: 100;
  }
  .aside-box .aside-pre-btn:hover {
    background-position: -1.79rem -3.46rem;
  }
  .aside-box #backTopBtn {
    position: absolute;
    top: 6.7rem;
    right: .94rem;
    display: block;
    width: .9rem;
    height: .94rem;
    background: url(../images/sprite.png) no-repeat;
    background-size: 10.68rem 10.11rem;
    background-position: -6.72rem -7.34rem;
    cursor: pointer;
    z-index: 100;
  }
  #backTopBtn {
    display: none !important;
  }
}
/* 预约弹窗 */
.diag-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  width: 1107px;
  height: 520px;
  font-size: 32px;
  line-height: 32px;
  color: #2d2c2c;
  text-align: center;
  font-family: 'ProW6';
  background: url(../images/pc-imgs/diag-bg.png?20181224) no-repeat center;
  background-size: cover;
  animation: fadeInDown_ 0.5s ease-in-out alternate;
  -webkit-animation: fadeInDown_ 0.5s ease-in-out alternate;
  /* 邀请信 */
  /* 邀请成功 */
  /* 关闭按钮 */
}
.diag-box .common-diag {
  display: none;
}
.diag-box .email-diag {
  padding: 0 70px;
  text-align: left;
}
.diag-box .email-diag .email-notice {
  padding: 25px 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.diag-box .email-diag .dd .email-box {
  position: relative;
}
.diag-box .email-diag .dd .email-box .placeholder {
  left: 25px\9 !important;
  top: 25px;
}
.diag-box .email-diag p {
  margin: 100px 0 30px 0;
}
.diag-box .email-diag input {
  width: 916px;
  padding: 25px 0;
  text-indent: 25px;
  line-height: 30px;
  font-size: 24px;
  background-color: #fff;
}
.diag-box .email-diag input:focus {
  color: #000;
}
.diag-box .email-diag .email-error {
  display: none;
  float: left;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #cc2626;
  transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.diag-box .email-diag .btn-box {
  margin-top: 50px;
  text-align: center;
}
.diag-box .email-diag .btn-box a {
  display: block;
  width: 362px;
  height: 102px;
  margin: 0 auto;
  background: url(../images/sprite-two.png) no-repeat center;
  background-position: -179px -182px;
}
.diag-box .email-diag .btn-box a:hover {
  background-position: -179px -346px;
}
.diag-box .success-box {
  padding-top: 190px;
  font-size: 40px;
  line-height: 40px;
}
.diag-box .success-box p {
  margin-bottom: 35px;
}
.diag-box .success-box p:nth-child(2) {
  font-size: 32px;
}
.diag-box .success-box .fb-btn {
  font-size: 26px;
  color: #9d8c48;
  text-decoration: underline;
}
.diag-box .close-btn {
  position: absolute;
  right: 16px;
  top: 20px;
  display: block;
  width: 68px;
  height: 68px;
  background: url(../images/sprite.png) no-repeat;
  background-size: 1068px 1011px;
  background-position: -923px 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .diag-box {
    position: absolute;
    display: block;
    width: 6.7rem;
    height: 3.16rem;
    font-size: .2rem;
    line-height: .3rem;
    background: url(../images/mb-imgs/diag-bg-m.png?20181224) no-repeat center;
    background-size: cover;
    /* 邀请信 */
    /* 邀请成功 */
    /* 关闭按钮 */
  }
  .diag-box .common-diag {
    display: none;
  }
  .diag-box .email-diag {
    padding: 0 .5rem;
  }
  .diag-box .email-diag .email-notice {
    padding: .1rem 0 0;
    font-size: .2rem;
    line-height: .25rem;
    font-weight: bold;
  }
  .diag-box .email-diag .dd .email-box {
    position: relative;
  }
  .diag-box .email-diag .dd .email-box .placeholder {
    left: 25px\9 !important;
    top: 25px;
  }
  .diag-box .email-diag p {
    margin: .3rem 0;
    text-indent: .05rem;
  }
  .diag-box .email-diag input {
    width: 5.66rem;
    padding: .1rem 0;
    text-indent: .25rem;
    line-height: .3rem;
    font-size: .24rem;
  }
  .diag-box .email-diag input:focus {
    color: #000;
  }
  .diag-box .email-diag .email-error {
    display: none;
    float: left;
    margin-top: .1rem;
    font-size: .16rem;
    line-height: .16rem;
  }
  .diag-box .email-diag .btn-box {
    margin-top: .15rem;
  }
  .diag-box .email-diag .btn-box a {
    display: block;
    width: 3.58rem;
    height: 1.03rem;
    margin: 0 auto;
    background: url(../images/sprite-two.png) no-repeat center;
    background-position: -1.79rem -1.82rem;
    background-size: 19.2rem 5.92rem;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
  .diag-box .email-diag .btn-box a:hover {
    background-position: -1.79rem -3.46rem;
  }
  .diag-box .success-box {
    padding-top: .95rem;
    font-size: .3rem;
    line-height: .4rem;
  }
  .diag-box .success-box p {
    margin-bottom: .3rem;
    padding: 0 .3rem;
  }
  .diag-box .success-box p:nth-child(2) {
    font-size: .24rem;
  }
  .diag-box .success-box .fb-btn {
    font-size: .24rem;
  }
  .diag-box .close-btn {
    position: absolute;
    right: .1rem;
    top: .14rem;
    width: .68rem;
    height: .68rem;
    background-size: 10.68rem 10.11rem;
    background-position: -9.23rem 0;
  }
}
/* 视频弹窗 */
.pop-video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
  transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}
.pop-video-box .mid {
  height: 543px;
  width: 960px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
  border: 1px solid #a6703b;
}
.pop-video-box .mid .play-video {
  display: block;
  width: 100%;
  height: 100%;
}
.pop-video-box .mid .close {
  position: absolute;
  top: 0;
  right: -65px;
  height: 51px;
  width: 50px;
  background: url(../images/sprite.png) no-repeat;
  background-size: 1068px 1011px;
  background-position: -1009px 0;
  transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.pop-video-box .mid .close:hover {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .pop-video-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
    transition: all 0.1s ease-in-out;
  }
  .pop-video-box .mid {
    height: 4.42rem;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
  }
  .pop-video-box .mid .play-video {
    display: block;
    width: 90%;
    height: 100%;
  }
  .pop-video-box .mid .close {
    position: absolute;
    top: 0;
    right: 0;
    height: .6rem;
    width: .6rem;
    background-size: 10.68rem 10.11rem;
    background-position: -10.09rem 0;
  }
}
/* 公共弹窗 */
.popUp_sign {
  box-sizing: content-box !important;
}
.popUp_sign * {
  box-sizing: content-box;
}
@media (min-width: 768px) and (max-width: 900px) {
  .popUp_sign {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .popUp_sign {
    left: 50% !important;
    -webkit-transform: translateX(-50%) scale(0.4);
    -ms-transform: translateX(-50%) scale(0.4);
    transform: translateX(-50%) scale(0.4);
  }
}
/* 公共头部 */
@media screen and (max-width: 900px) {
  header.topBar {
    display: none;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .32rem;
    /* logo */
  }
  header.topBar .topBar_main {
    height: 1rem;
    width: 100%;
    min-width: auto;
    margin: 0;
  }
  header.topBar .topBar_logo {
    margin-left: -0.88rem;
  }
  header.topBar .topBar_logo a {
    width: 2rem;
    height: 1rem;
  }
  header.topBar .topBar_logo a:after {
    width: 2.64rem;
    height: .54rem;
  }
  .top-menu-box a {
    width: 1rem;
    height: 1rem;
  }
  .top-menu-box a:after {
    width: .5rem;
    height: .36rem;
  }
  .topBar_nav {
    padding-bottom: .6rem;
  }
  .topBar_nav header {
    height: 1.2rem;
    padding: .2rem .3rem 0 .3rem;
  }
  .topBar_nav header .top-menu-logo {
    width: 2.64rem;
    height: .54rem;
  }
  .topBar_nav header .top-menu-close {
    width: .5rem;
    height: .5rem;
    margin-top: .1rem;
  }
  .topBar_nav .top-menu-mb li {
    padding: 0 .3rem;
  }
  .topBar_nav .top-menu-mb li a {
    height: 1rem;
    line-height: 1rem;
  }
  .aside-ft {
    display: none;
  }
  .top-user-center a {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 768px) {
  .aside-ft {
    display: block;
    padding: .3rem;
    width: 100%;
  }
  .aside-ft .lang-box #lang {
    height: .96rem;
    line-height: .96rem;
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
    outline: none;
    font-size: .36rem;
    border: none;
    width: 45%;
    padding: 0;
  }
  .aside-ft .lang-box:after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    height: .4rem;
    width: .4rem;
    top: 50%;
    left: 36.5%;
    margin-top: -0.24rem;
  }
}
/*竖屏 css*/
/*横屏 css*/
