html {
  -ms-touch-action: none;
  height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  position: relative;
  height: 100%;
  cursor: default;
  color: #FFF;
  background-color: #000;
  overflow: hidden;
}
body.vgr {
  background-color: #d3e5f3;
}
body.ire5 {
  background-color: #222220;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.page {
  height: 100%;
  position: relative;
  box-shadow: 0 0 1000px #000 inset;
}
.main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
header {
  background-size: 100%;
  background-position: center;
}
video {
  z-index: -11
}
.heroes {
  bottom: -6px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -500px;
}
.imgContainer {
  max-width: 800px;
  margin: 30px auto 0 auto;
  text-align: center;
  display: none;
}
.imgContainer img {}
.logo {
  text-align: center;
}
.vgr .logo {
  margin-bottom: 5%;
}
.title_1 {
  text-align: center;
  margin-top: 10%;
}
.title_1 h1 {
  font-size: 110px;
}
.title_1 p {
  font-size: 32px;
  font-weight: 300;
}
.circle {
  width: 600px;
  height: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../images/pc2/ban3Cir.png");
  animation: circle 200s infinite linear;
  background-size: 100%;
  opacity: 0.6;
  transition: all 0.4s ease 0.3s;
  display: none;
}
h1 {
  font-weight: 600;
  font-size: 46px;
  text-transform: uppercase;
}
h2 {
  font-size: 32px;
}
h3 {
  font-weight: normal;
  font-size: 24px;
}
.text-1 {
  text-align: center;
  line-height: 150%;
  display: inline-block;
}
.download {
  text-align: center;
  width: 100%;
  z-index: 1000;
  display: none;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: none;
}
.store {
  margin-top: 12px;
}
.ios, .android {
  background-size: 100%;
  height: 40px;
  width: 140px;
  display: inline-block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-repeat: no-repeat;
  border: 1px solid #ffffff6e;
  border-radius: 6px;
  margin: 6px 12px;
}
.android {
  background-image: url("../../images/pc2/googleplay.svg");
}
.ios {
  background-image: url("../../images/pc2/appstore.svg");
}
.android:hover, .ios:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.mainPage {
  text-align: center;
  position: relative;
  background-color: #ddd;
}
.content {
  padding: 45px 0;
}
.header {
  height: 100vh;
  position: relative;
  width: 100vw;
}
.page1 {
  padding: 40px 0;
}
.page2 {
  height: 960px;
  background-color: #3b1346;
}
.page3 {
  height: 500px;
}
.page1 h1, .page1 h2 {
  color: #000;
}
.content.show {
  opacity: 1;
  transition-delay: 0s;
}
.page3 h1, .page3 h2 {
  color: #000;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes circleF {
  0% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.game.button, .game.button:hover {
  background: #1f1d28;
  padding: 12px;
  min-width: 160px;
  font-size: 14px;
  font-weight: 200;
  margin: 32px;
  border: 1px solid #ffffff75;
}
.game.button:hover {
  background: #13111a;
}
.downloadContainer {
  height: 0px;
  overflow: hidden;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
.tip {
  font-size: 12px;
  font-weight: 100;
}
.buttonContainer {
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.buttonContainer.right {
  top: 50%;
  right: 0;
  width: 45%;
  min-height: 400px;
  margin-top: -200px;
}
.chr .buttonContainer.right {
  width: 40%;
}
.leftContent, .rightContent {
  position: absolute;
  left: 12%;
  width: 30%;
  margin-top: 20px;
  display: none;
}
.page3 h1, .page3 h2 {
  display: none;
}
.show .leftContent, .show .rightContent, .show .country.arab, .show .imgContainer, .show .dg-container {
  display: inline-block;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
.show .circle, .show.page3 h1, .show.page3 h2 {
  display: block;
}
.rightContent {
  left: auto;
  right: 12%;
}
.country {
  display: inline-block;
  width: 240px;
  text-align: center;
  margin: 12% 0
}
.country h4 {
  font-size: 12px;
  font-weight: normal;
  color: #fff9;
}
.country.arab {
  margin: 0;
  display: none;
}
.american, .japan {
  margin-left: 32%
}
.china, .korea {
  margin-right: 32%;
}
.country .icon {
  height: 100px;
  margin: 0 auto;
  background-position: center;
}
.american .icon {
  background: url("../../images/pc2/country/american.png") no-repeat center;
}
.europe .icon {
  background: url("../../images/pc2/country/europe.png") no-repeat center;
}
.arab .icon {
  background: url("../../images/pc2/country/arab.png") no-repeat center;
  margin-top: -40px;
}
.china .icon {
  background: url("../../images/pc2/country/china.png") no-repeat center;
}
.japan .icon {
  background: url("../../images/pc2/country/japan.png") no-repeat center;
}
.korea .icon {
  background: url("../../images/pc2/country/korea.png") no-repeat center;
}
.russia .icon {
  background: url("../../images/pc2/country/russia.png") no-repeat center;
}
.button, .button:hover {
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 28%);
  box-shadow: 0 1px 0 rgb(0 0 0 / 28%);
  font-size: 32px;
  line-height: 60px;
  font-weight: 700;
  border: 4px solid #f9e2a2;
  border-radius: 16px;
  color: #fff;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  width: 440px;
  height: 70px;
  display: inline-block;
  behavior: url(ie-css3.htc);
  position: relative;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
  overflow: hidden;
  background: #d81b21;
  background: -webkit-gradient(linear, left top, left bottom, from(#d30000), to(#880000));
  background: -moz-linear-gradient(top, #d30000, #880000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d30000', endColorstr='#880000');
}
.button:hover {
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#d30000), to(#880000));
  background: -moz-linear-gradient(top, #d30000, #a11115);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d30000', endColorstr='#880000');
}
.ch-info-front1:hover {
  background: #c73507;
}
.button.bnt_lr {}
.bnt_lr:hover {}
.button .text {
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #fff, #edef7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'antonregular';
  font-weight: normal;
  font-size: 36px;
}
.button.bnt_lr .text {
  color: #fff;
}
.button.bnt_lr {
  display: none;
}
.cos .button.bnt_lr {
  display: inline-block;
}
.cos .button {
  display: none;
}
.ch-grid {
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.ch-grid:after, .ch-item:before {
  content: '';
  display: table;
}
.ch-grid:after {
  clear: both;
}
.ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  behavior: url(ie-css3.htc);
  background-position: center center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.ch-info .ch-info-back {
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
  background: -moz-linear-gradient(top, #c9151b, #a11115);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
  text-align: center;
  margin-top: -4px;
}
.ch-info .ch-info-back a {
  display: inline-block;
  font-size: 16px;
  padding: 12px 24px 12px 46px;
  border-radius: 30px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  color: #fff;
  line-height: 16px;
  min-width: 180px;
  box-shadow: 1px 1px 5px inset rgb(0 0 0 / 28%);
  border: 1px solid #ffffff2b;
  margin: 0 5px;
}
.android {
  background: url("../images/pc2/android.png") no-repeat left center;
  background-position: 4%;
}
.ios {
  background: url("../../images/pc2/iosapp.png") no-repeat left center;
  background-position: 4%;
}
.ch-info-back #windows {
  background: url("../../images/pc2/windows.png") no-repeat left center;
  background-position: 12%;
}
.ch-info-back #mac {
  background: url("../../images/pc2/os.png") no-repeat left center;
  background-position: 12%;
}
.ch-info .ch-info-back a:hover {
  background-color: #f54006;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  color: #fff;
  box-shadow: 1px 1px 5px inset rgb(0 0 0 / 48%);
}
.ch-info:hover .ch-info-front {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}
@keyframes donghua {
  from {}
  to {
    -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
  }
}
.ch-info .ch-info-frontk {
  animation: .7s donghua forwards;
}
.ch-info .ch-info-front2 {
  animation: .7s fanhui1 forwards;
}
@keyframes fanhui1 {
  from {
    -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    -moz-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    -o-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}
.ch-info .ch-info-front1 {
  animation: .7s donghua11 forwards;
}
@keyframes donghua11 {
  from {
    -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ch-info .yuan {
  border-radius: 50%;
  overflow: hidden;
  z-index: 999;
}
@keyframes donghua2 {
  from {}
  to {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    -moz-transform: rotate3d(1, 0, 0, 0deg);
    -o-transform: rotate3d(1, 0, 0, 0deg);
    -ms-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}
.ch-info-backk {
  animation: .9s donghua2 forwards;
}
.ch-info:hover .ch-info-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}
footer {
  font-size: 11px;
  width: 100%;
  text-align: center;
  line-height: 160%;
  color: #ffffff4a;
  padding: 6px;
  position: absolute;
  bottom: 0;
}
.vre-4, .footer {
  font-size: 11px;
  width: 100%;
  text-align: center;
  line-height: 160%;
  color: #394f79;
  padding: 12px;
  position: absolute;
  bottom: 0;
}
.vre-11, .footer {
  font-size: 11px;
  width: 100%;
  text-align: center;
  line-height: 160%;
  color: #000000b0;
  text-shadow: 0 1px 0 #504c4991;
  padding: 12px;
  position: absolute;
  bottom: 0;
}
.vre-11 a {
  color: #000000a9;
}
.vre-11 a:hover {
  color: #00060f;
}
.vre-4 a {
  color: #394f79;
}
.vre-4 a:hover {
  color: #051124;
}
.content .show {}
.honor {
  margin: 20px auto;
  text-align: center;
}
.list {
  display: inline-block;
}
.bannerVideo, .layer-stats {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
}
.vgr .bannerVideo {
  top: inherit;
}
.vp3 .buttonContainer {
  bottom: 50%;
  margin-bottom: -240px;
}
.layer-stats {
  background: url(../../images/dott.png);
}
.v .buttonContainer {
  bottom: 60px;
}
.buttonContainer0705 .button0705, .buttonContainer0705 .button0705:hover {
  cursor: pointer;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 28%);
  box-shadow: 0 1px 0 rgb(0 0 0 / 28%);
  font-size: 28px;
  line-height: 60px;
  font-weight: 700;
  border: 4px solid #fff;
  border-radius: 16px;
  color: #fff;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  width: 400px;
  height: 70px;
  position: relative;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
  overflow: hidden;
  background: #d81b21;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  background: -moz-linear-gradient(top, #ed1c24, #aa1317);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
  padding: 0;
  box-shadow: none;
}
.buttonContainer0705 .button0705:hover {
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
  background: -moz-linear-gradient(top, #c9151b, #a11115);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.button0705 .ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.button0705 .text {
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  text-transform: uppercase;
  margin-top: 2px;
}
.button0705 a:hover, .button0705 a:focus {
  text-decoration: none;
}
.button0705 .i a, .button0705 .ch-info a {
  color: #fff;
  margin: 0;
}
.buttonContainer0705 {
  text-align: center;
}
.cos .button_win, .cos .button_mix {
  display: none !important;
}
.buttonContainer0705 .ch-info:hover .ch-info-front {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}
#mac {
  background: url("../../images/pc2/os.png") no-repeat left center;
  background-position: 12%;
}
.buttonContainer0705 .ch-info .ch-info-back a:hover {
  background-color: #f54006;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  color: #fff;
  box-shadow: 1px 1px 5px inset rgb(0 0 0 / 48%);
}
.buttonContainer0705 .ch-info:hover .ch-info-front {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}
.buttonContainer0705 .ch-info .ch-info-back {
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
  background: -moz-linear-gradient(top, #c9151b, #a11115);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
  text-align: center;
  margin-top: -4px;
  height: 109%;
}
.buttonContainer0705 .ch-info .ch-info-back a {
  display: inline-block;
  font-size: 16px;
  padding: 12px 24px 12px 46px;
  border-radius: 30px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.8;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  color: #fff;
  line-height: 16px;
  min-width: 180px;
  box-shadow: 1px 1px 5px inset rgb(0 0 0 / 28%);
  border: 1px solid #ffffff2b;
  margin: 0 5px;
  position: relative;
}
.a_middle0705 a {
  top: 14px;
}
@keyframes donghua {
  from {}
  to {
    -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
  }
}
.buttonContainer0705 .ch-info .ch-info-frontk {
  animation: .7s donghua forwards;
}
.buttonContainer0705 .ch-info .ch-info-front2 {
  animation: .7s fanhui1 forwards;
}
@keyframes fanhui1 {
  from {
    -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    -moz-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    -o-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    -ms-transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}
.buttonContainer0705 .ch-info .ch-info-front1 {
  animation: .7s donghua11 forwards;
}
@keyframes donghua11 {
  from {
    -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.buttonContainer0705 .ch-info .yuan {
  border-radius: 50%;
  overflow: hidden;
  z-index: 999;
}
@keyframes donghua2 {
  from {}
  to {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    -moz-transform: rotate3d(1, 0, 0, 0deg);
    -o-transform: rotate3d(1, 0, 0, 0deg);
    -ms-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}
.buttonContainer0705 .ch-info-backk {
  animation: .9s donghua2 forwards;
}
.buttonContainer0705 .ch-info:hover .ch-info-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}
.buttonContainer0705 .button.bnt_lr .text {
  color: #fff;
}
@media (max-width: 1700px) {
  .buttonContainer.right {
    width: 52%;
  }
}
@media (max-width: 1500px) {
  .buttonContainer.right {
    width: 60%;
  }
}
@media (max-width:900px) {
  .buttonContainer.right {
    top: 40%;
  }
}
/*pic auto animation*/
.change {
  animation: auto 3s ease-in infinite;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@keyframes auto {
  0% {
    transform: translateX(0rpx);
    transform: scale(.7);
  }
  50% {
    transform: translateX(20rpx);
    transform: scale(.9);
  }
  100% {
    transform: translateX(0rpx);
    transform: scale(.7);
  }
}
.changes {
  animation: autos 3s ease-in infinite;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@keyframes autos {
  0% {
    transform: translateX(0rpx);
    transform: scale(.9);
  }
  50% {
    transform: translateX(10rpx);
    transform: scale(1);
  }
  100% {
    transform: translateX(0rpx);
    transform: scale(.9);
  }
}
.endisplay, .krdisplay, .jpdisplay {
  display: none
}
.en .endisplay, .ko .krdisplay, .ja .jpdisplay, .zh .endisplay {
  display: block;
}
.en a .endisplay, .ko a .krdisplay, .ja a .jpdisplay, .zh a .endisplay {
  display: inline-block;
}
.button-new img {
  width: 25vw;
  max-width: 471px;
}
.download img {
  width: 25vw;
  max-width: 460px;
}
.allhonor img {
  width: 35vw;
  max-width: 800px;
}
.code img {
  width: 32vw;
  max-width: 555px;
}

