@charset "UTF-8";
/* reset */
html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a, img, input {
  border: none;
}

body {
  font: 14px/1.75  font1, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, 0.4);
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

a, img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单，根据需要选择是否删除 */
}

html, body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项�? */
  user-select: none;
}

/* reset end */
html {
  font-size: 50px;
  /* 兼容不支持vw的系�? */
  font-size: 13.33333333vw;
  /* 7.5rem === 100vw */
}

:root {
  --window-width: 100vh;
  --img_top: 0;
}

@media (max-width: 1024px) {
  html, body {
    max-width: 1024px;
  }
}

#afooter {
  background-color: #191219;
  text-align: center;
  font-size: .22rem;
  padding: .2rem 0;
  display: none;
}

#afooter, #afooter a {
  color: #c0c0c0;
  text-decoration: none;
}

img, a img {
  border: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tn {
  text-indent: -9999em;
  overflow: hidden;
  display: block;
}

.pr {
  position: relative;
}

.wrapper *, .wrapper ::before, .wrapper ::after {
  outline: none;
  box-sizing: border-box;
}

.dia *, .dia ::before, .dia ::after {
  outline: none;
  box-sizing: border-box;
}

html {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

@media all and (orientation: landscape) {
  html, body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: 99999;
  }
  html::after {
    content: "\4E3A\4E86\66F4\597D\7684\4F53\9A8C\FF0C\8BF7\5C06\624B\673A\7AD6\8FC7\6765";
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    height: 30px;
    width: 100%;
    margin-top: 50px;
    z-index: 99999;
  }
  body::before {
    content: "";
    position: absolute;
    z-index: 99999;
    height: 200px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -50px;
    color: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB2CAYAAAAZUrcsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAwMjcwNkVEQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAwMjcwNkREQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0NzhCMTlBREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ0NzhCMTlCREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J30rNQAACRRJREFUeNrsXQlsFVUU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");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
    -webkit-transform: rotateZ(-90deg);
  }
}

.wrapper {
  width: 100vw;
  height: var(--window-width);
  overflow: hidden;
  position: relative;
}

.center {
  width: 100%;
  height: 100%;
  position: relative;
}

.cont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.cont1 {
  z-index: 5;
}

.cont3 {
  z-index: 4;
}

.cont4 {
  z-index: 3;
}

.cont5 {
  z-index: 2;
}

.cont-scale {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.cont1 {
  text-align: center;
}

.cont1 .slogan {
  width: 95.33333vw;
  height: 52vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/slogan.png) no-repeat 0 0/100% 100%;
}

.cont1 .playvideo-box {
  margin-top: -9.73333vw;
  position: relative;
  z-index: 5;
}

.cont1 .video-play {
  display: inline-block;
  margin: 0.53333vw auto 0;
  font-size: 0;
  text-align: center;
  width: 19.46667vw;
}

.cont1 .video-play i {
  width: 16.26667vw;
  height: 16vw;
  display: block;
  position: relative;
  margin: 0 auto;
  animation: scale_1 1.2s infinite ease-out alternate;
}

.cont1 .video-play i::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/video-play-on.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.cont1 .video-play span {
  font-size: 2.66667vw;
  font-weight: bold;
  line-height: 3.46667vw;
  margin: 2.66667vw auto 0;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.cont1 .cont-bg-box {
  width: 100%;
  height: 216.53333vw;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -108.26667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont1-bg.jpg) no-repeat 0 0/100% 100%;
  z-index: -1;
}

.cont1 .cont-bg-box video {
  display: none;
}

@keyframes scale_1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.1);
  }
}

.cont3 .cont-scale {
  padding-top: calc(var(--window-width) * 0.47);
  justify-content: flex-start;
}

.cont3 .hero-list {
  height: 58.53333vw;
  position: relative;
  width: 100%;
}

.cont3 .hero-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.cont3 .hero-list li.on {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cont3 .hero-list .hero-name1 {
  display: block;
  width: 10.4vw;
  height: 10.13333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-name1.png) no-repeat 0 0/100% 100%;
  text-indent: -9999em;
  margin: 0 auto;
}

.cont3 .hero-list .hero-name2 {
  display: block;
  width: 20.4vw;
  height: 10.13333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-name2.png) no-repeat 0 0/100% 100%;
  text-indent: -9999em;
  margin: 0 auto;
}

.cont3 .hero-list .hero-name3 {
  display: block;
  width: 20.8vw;
  height: 10.13333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-name3.png) no-repeat 0 0/100% 100%;
  text-indent: -9999em;
  margin: 0 auto;
}

.cont3 .hero-list .hero-name4 {
  display: block;
  width: 50.93333vw;
  height: 10.13333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-name4.png) no-repeat 0 0/100% 100%;
  text-indent: -9999em;
  margin: 0 auto;
}

.cont3 .hero-list .hero-name5 {
  display: block;
  width: 41.73333vw;
  height: 10.13333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-name5.png) no-repeat 0 0/100% 100%;
  text-indent: -9999em;
  margin: 0 auto;
}

.cont3 .hero-list h4 span:nth-child(2) {
  font-size: 3.2vw;
  display: block;
  line-height: 7.73333vw;
  height: 7.73333vw;
  position: relative;
  text-align: center;
  font-style: italic;
  color: #fff;
  padding-right: 0.66667vw;
}

.cont3 .hero-list h4 span:nth-child(2)::after {
  content: '';
  width: 5.06667vw;
  height: 0.4vw;
  background: #ff7100;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.cont3 .hero-list .hero-text {
  font-size: 0;
  margin: 3.06667vw auto 0;
  width: 74.66667vw;
}

.cont3 .hero-list .hero-text span {
  font-size: 2.66667vw;
  line-height: 4.53333vw;
  color: #fff;
}

.cont3 .cont3-video {
  margin: 4.66667vw auto 0;
  width: 14.4vw;
  height: 14.4vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-play.png) no-repeat 0 0/100% 100%;
  animation: scale_1 1.2s infinite ease-out alternate;
}

.cont3 .cont3-video a {
  display: block;
  width: 100%;
  height: 100%;
}

.cont3 .cont-bg-box {
  width: 100%;
  height: 216.53333vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cont3 .cont-bg-box video {
  display: none;
}

.cont3 .cont3-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.cont3 .cont3-bg-box.on {
  display: block;
}

.cont3 .cont3-bg-div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.cont3 .cont3-bg-div .cont3-man {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 5;
}

.cont3 .cont3-bg-div .cont3-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cont3 .cont3-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.cont3 .cont3-bg.on1 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-bg1.jpg) no-repeat 0 0/100% 100%;
}

.cont3 .cont3-bg.on2 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-bg3.jpg) no-repeat 0 0/100% 100%;
}

.cont3 .cont3-bg.on3 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-bg4.jpg) no-repeat 0 0/100% 100%;
}

.cont3 .cont3-bg.on4 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-bg5.jpg) no-repeat 0 0/100% 100%;
}

.cont3 .cont3-bg.on6 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-bg2.jpg) no-repeat 0 0/100% 100%;
}

.cont3 .cont3-bg-box4 {
  position: relative;
  top: var(--img_top);
}

.cont3 .cont3-bg-box5 {
  position: relative;
  top: var(--img_top);
}

.cont3 .cont3-bg-div .cont3-man1 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-man1.png) no-repeat 0 0/100% auto;
}

.cont3 .cont3-bg-div .cont3-text1 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-bgname1.png) no-repeat 0 0/100% auto;
}

.cont3 .cont3-bg-div .cont3-man2 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-man2.png) no-repeat 0 0/100% auto;
}

.cont3 .cont3-bg-div .cont3-text2 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-bgname2.png) no-repeat 0 0/100% auto;
}

.cont3 .cont3-bg-div .cont3-man3 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-man3.png) no-repeat 0 0/100% auto;
}

.cont3 .cont3-bg-div .cont3-text3 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-bgname3.png) no-repeat 0 0/100% auto;
}

.cont3 .cont3-bg-div .cont3-man4 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-man4.png) no-repeat 0 0/100% auto;
}

.cont3 .cont3-bg-div .cont3-text4 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-bgname4.png) no-repeat 0 0/100% auto;
}

.cont3 .cont3-bg-div .cont3-man5 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-man5.png) no-repeat 0 0/100% auto;
}

.cont3 .cont3-bg-div .cont3-text5 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-bgname5.png) no-repeat 0 0/100% auto;
}

.cont3 .hero-nav-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cont3 .hero-nav-box .hero-nav {
  width: 12.4vw;
  height: 20.26667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-nav-bg.png) no-repeat 0 0/100% 100%;
  position: relative;
}

.cont3 .hero-nav-box .hero-nav.on {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-nav-bg-on.png) no-repeat 0 0/100% 100%;
  z-index: 5;
}

.cont3 .hero-nav-box .hero-nav.on .hero-name {
  display: none;
}

.cont3 .hero-nav-box .hero-nav .hero-headimg {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.cont3 .hero-nav-box .hero-nav1.on .hero-headimg {
  width: 17.73333vw;
  height: 23.6vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-nav-man1.png) no-repeat 0 0/100% 100%;
  display: block;
}

.cont3 .hero-nav-box .hero-nav2.on .hero-headimg {
  width: 12.4vw;
  height: 22.13333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-nav-man2.png) no-repeat 0 0/100% 100%;
  display: block;
}

.cont3 .hero-nav-box .hero-nav3.on .hero-headimg {
  width: 14.8vw;
  height: 24.26667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-nav-man3.png) no-repeat 0 0/100% 100%;
  display: block;
  right: auto;
  left: 0;
}

.cont3 .hero-nav-box .hero-nav4.on .hero-headimg {
  width: 18.8vw;
  height: 25.73333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-nav-man4.png) no-repeat 0 0/100% 100%;
  display: block;
  right: -4.26667vw;
}

.cont3 .hero-nav-box .hero-nav5.on .hero-headimg {
  width: 12.53333vw;
  height: 22.13333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-nav-man5.png) no-repeat 0 0/100% 100%;
  display: block;
}

.cont3 .hero-name {
  width: 100%;
  padding-top: 4vw;
  position: relative;
}

.cont3 .hero-name span:nth-child(1) {
  font-size: 2.93333vw;
  color: #cacaca;
  width: 4.53333vw;
  line-height: 3.06667vw;
  display: block;
  margin: 0 auto;
  padding-right: 1.33333vw;
}

.cont3 .hero-name span:nth-child(2) {
  font-size: 1.6vw;
  color: #696969;
  white-space: nowrap;
  position: absolute;
  top: 4vw;
  left: 10vw;
  transform: rotate(90deg);
  transform-origin: left top;
}

.cont3 .hero-nav-btn {
  width: 3.33333vw;
  height: 6.66667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-btn.png) no-repeat 0 0/100% 100%;
  bottom: calc(var(--window-width) / 2);
  margin-top: 3.33333vw;
  position: absolute;
}

.cont3 .hero-nav-btn.hero-prev {
  left: 6.13333vw;
}

.cont3 .hero-nav-btn.hero-next {
  right: 6.13333vw;
  transform: rotateY(180deg);
}

.cont4 .cont-scale {
  display: block;
  padding-top: 124vw;
}

.cont4 .cont4-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 70%;
}

.cont4 .cont4-navbox {
  width: 23.86667vw;
  margin-left: 1.86667vw;
  position: relative;
}

.cont4 .cont4-navbox.on::after {
  content: '';
  width: 25.2vw;
  height: 13.86667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-nav-on.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: -0.6vw;
  top: -1.49333vw;
  z-index: 0;
}

.cont4 .cont4-navbox:first-child {
  margin-left: 0;
}

.cont4 .cont4-navbox .cont4-nav-bg {
  width: 23.86667vw;
  height: 11.86667vw;
  clip-path: polygon(2.53333vw 0, 100% 0, calc(100% - 2.66667vw) 100%, 0 100%);
  position: relative;
  z-index: 5;
}

.cont4 .cont4-navbox .cont4-nav-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}

.cont4 .cont4-navbox.on .cont4-nav-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
}

.cont4 .cont4-navbox p {
  color: #c7c9df;
  font-size: 2.66667vw;
  text-align: center;
  line-height: 3.73333vw;
  margin: 2.13333vw auto 0;
}

.cont4 .cont4-navbox.on p {
  color: #fff;
}

.cont4 .cont4-navbox1 .cont4-nav-bg {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-nav1.png) no-repeat 0 0/100% 100%;
}

.cont4 .cont4-navbox3 .cont4-nav-bg {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-nav2.png) no-repeat 0 0/100% 100%;
}

.cont4 .cont4-navbox4 .cont4-nav-bg {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-nav3.png) no-repeat 0 0/100% 100%;
}

.cont4 .cont-bg-box {
  width: 100%;
  height: 216.53333vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cont4 .cont-bg-box video {
  display: none;
}

.cont4 .cont4-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100vw;
  display: none;
}

.cont4 .cont4-bg.on {
  display: block;
}

.cont4 .cont4-bg .cont4-title {
  margin: 0 auto;
  position: absolute;
  top: calc(var(--window-width) * 0.57);
  left: 0;
  right: 0;
}

.cont4 .cont4-bg1 .cont4-title {
  width: 47.2vw;
  height: 19.06667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-text1.png) no-repeat 0 0/100% 100%;
}

.cont4 .cont4-bg3 .cont4-title {
  width: 45.33333vw;
  height: 19.2vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-text2.png) no-repeat 0 0/100% 100%;
}

.cont4 .cont4-bg4 .cont4-title {
  width: 45.6vw;
  height: 19.86667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-text3.png) no-repeat 0 0/100% 100%;
}

.cont4 .cont4-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.cont4 .cont4-video-vista {
  width: 100%;
  height: 216.53333vw;
  position: absolute;
  z-index: 1;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-board1.png) no-repeat 0 0/100% auto;
  top: var(--img_top);
}

.cont4 .cont4-video-bg {
  width: 100%;
  height: 216.53333vw;
  position: absolute;
  top: var(--img_top);
  left: 0;
  z-index: -1;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-bg1.jpg) no-repeat 0 0/100% auto;
}

.cont4 .cont4-video-vista.on1 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-board1.png) no-repeat 0 0/100% auto;
}

.cont4 .cont4-video-bg.on1 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-bg1.jpg) no-repeat 0 0/100% auto;
}

.cont4 .cont4-video-vista.on2 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-board2.png) no-repeat 0 0/100% auto;
}

.cont4 .cont4-video-bg.on2 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-bg2.jpg) no-repeat 0 0/100% auto;
}

.cont4 .cont4-video-vista.on3 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-board3.png) no-repeat 0 0/100% auto;
}

.cont4 .cont4-video-bg.on3 {
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont4-bg3.jpg) no-repeat 0 0/100% auto;
}

.cont4 .cont4-btn {
  width: 3.33333vw;
  height: 6.66667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont3-btn.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -3.33333vw;
}

.cont4 .cont4-prev {
  left: 6.13333vw;
}

.cont4 .cont4-next {
  right: 6.13333vw;
  transform: rotateY(180deg);
}

@keyframes upDown {
  0% {
    transform: translate(0vw, 0vw);
  }
  100% {
    transform: translate(2vw, 0.66667vw);
  }
}

.cont5 .cont-scale {
  padding-top: 20%;
  padding-bottom: 3.5%;
}

.cont5 .cont5-box {
  max-height: 153.33333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.cont5 .cont5-heroimg::after {
  pointer-events: none;
}

.cont5 .cont5-heroimg {
  animation: upDown 1.6s infinite alternate ease-in-out;
}

.cont5 .cont5-hero2 .cont5-heroimg {
  animation-delay: 0s;
}

.cont5 .cont5-hero3 .cont5-heroimg {
  animation-delay: 0.3s;
}

.cont5 .cont5-hero1 .cont5-heroimg {
  animation-delay: 0.7s;
}

.cont5 .cont5-hero4 .cont5-heroimg {
  animation-delay: 1.2s;
}

.cont5 .cont5-hero2 {
  display: flex;
  align-items: center;
  padding-left: 11.46667vw;
}

.cont5 .cont5-hero2 .cont5-txt {
  margin-left: 8vw;
  filter: brightness(0.8);
}

.cont5 .cont5-hero2 .cont5-heroimg {
  width: 26.13333vw;
  height: 24vw;
  position: relative;
}

.cont5 .cont5-hero2 .cont5-heroimg::after {
  content: '';
  width: 42.13333vw;
  height: 40.4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-hero2.png) no-repeat 0 0/100% 100%;
}

.cont5 .cont5-hero2 .cont5-hero-name {
  width: 7.86667vw;
  height: 7.6vw;
  text-indent: -9999em;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-name2.png) no-repeat 0 0/100% 100%;
  position: relative;
}

.cont5 .cont5-hero3 {
  display: flex;
  align-items: center;
  padding-right: 8vw;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.cont5 .cont5-hero3 .cont5-txt {
  margin-right: 13.86667vw;
  filter: brightness(0.8);
}

.cont5 .cont5-hero3 .cont5-heroimg {
  width: 34.4vw;
  height: 31.2vw;
  position: relative;
}

.cont5 .cont5-hero3 .cont5-heroimg::after {
  content: '';
  width: 50.26667vw;
  height: 47.73333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-hero3.png) no-repeat 0 0/100% 100%;
}

.cont5 .cont5-hero3 .cont5-hero-name {
  width: 15.2vw;
  height: 7.6vw;
  text-indent: -9999em;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-name3.png) no-repeat 0 0/100% 100%;
  position: relative;
}

.cont5 .cont5-hero1 {
  display: flex;
  align-items: center;
  padding-left: 11.2vw;
}

.cont5 .cont5-hero1 .cont5-txt {
  margin-left: 3.06667vw;
}

.cont5 .cont5-hero1 .cont5-heroimg {
  width: 46.66667vw;
  height: 38vw;
  position: relative;
}

.cont5 .cont5-hero1 .cont5-heroimg::after {
  content: '';
  width: 62.66667vw;
  height: 54.53333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-hero1.png) no-repeat 0 0/100% 100%;
}

.cont5 .cont5-hero1 .cont5-hero-name {
  width: 7.86667vw;
  height: 7.6vw;
  text-indent: -9999em;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-name1.png) no-repeat 0 0/100% 100%;
  position: relative;
}

.cont5 .cont5-hero1 .cont5-play {
  transition: z-index 0s;
  z-index: -1;
}

.cont5 .cont5-hero1 .cont5-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-play.png) no-repeat 0 0/100% 100%;
  width: 20vw;
  height: 20vw;
  z-index: 1;
  transition: z-index 0.3s;
}

.cont5 .cont5-hero4 {
  display: flex;
  align-items: center;
  padding-right: 8.66667vw;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.cont5 .cont5-hero4 .cont5-txt {
  margin-right: 8vw;
  filter: brightness(0.8);
}

.cont5 .cont5-hero4 .cont5-heroimg {
  width: 21.6vw;
  height: 20.4vw;
  position: relative;
}

.cont5 .cont5-hero4 .cont5-heroimg::after {
  content: '';
  width: 38.26667vw;
  height: 37.2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-hero4.png) no-repeat 0 0/100% 100%;
}

.cont5 .cont5-hero4 .cont5-hero-name {
  width: 22.93333vw;
  height: 7.6vw;
  text-indent: -9999em;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-name4.png) no-repeat 0 0/100% 100%;
  position: relative;
}

.cont5 .cont5-hero .cont5-hero-name::after {
  content: '';
  width: 4vw;
  height: 0.26667vw;
  background: #fff;
  position: absolute;
  top: calc(100% + 2.66667vw);
  left: 0;
}

.cont5 .cont5-hero .cont5-hero-text {
  margin-top: 5.33333vw;
  font-size: 2.66667vw;
  color: #fff;
  line-height: 3.73333vw;
  max-width: 26.66667vw;
}

.cont5 .cont-bg-box {
  width: 100%;
  height: 216.53333vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cont5 .cont-bg-box .cont5-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-bg.jpg) no-repeat 0 0/100% 100%;
}

.cont5 .cont5-dia {
  width: 8.66667vw;
  height: 22.66667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/cont5-dia.png) no-repeat 0 0/100% 100%;
  position: absolute;
  right: 4vw;
  top: 48.22%;
}

.dia2 {
  width: 95.73333vw;
  height: 87.73333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/dia2-bg.png) no-repeat 0 0/100% 100%;
  box-sizing: border-box;
  padding-top: 15.33333vw;
}

.dia2 .dia-cent {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 19.86667vw;
  padding-right: 17.73333vw;
}

.dia2 .dia-cent p {
  font-size: 2.4vw;
  color: #333333;
  line-height: 4.26667vw;
}

.dia2 .dia-close {
  width: 9.06667vw;
  height: 7.2vw;
  position: absolute;
  top: 1.73333vw;
  right: 2.26667vw;
}

.logo1 {
  width: 32.26667vw;
  height: 13.73333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/logo1.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: 26.66667vw;
  top: 4.66667vw;
  z-index: 10;
}

.logo2 {
  width: 15.73333vw;
  height: 6vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/logo2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: 57.86667vw;
  top: 8.8vw;
  z-index: 10;
}

.icon-wx {
  width: 6vw;
  height: 6vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/icon-wx.png) no-repeat 0 0/100% 100%;
  position: absolute;
  z-index: 10;
  left: 90vw;
  top: 19.73333vw;
}

.icon-wb {
  width: 6vw;
  height: 6vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/icon-wb.png) no-repeat 0 0/100% 100%;
  position: absolute;
  z-index: 10;
  left: 90vw;
  top: 27.73333vw;
}

.icon-btn {
  width: 3.86667vw;
  height: 3.46667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/icon-btn.png) no-repeat 0 0/100% 100%;
  position: absolute;
  z-index: 10;
  left: 4vw;
  top: 9.86667vw;
}

.left-nav {
  width: 72vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}

.left-nav.on {
  transform: translateX(0);
}

.left-nav::after {
  content: '';
  width: 61.06667vw;
  height: 18.53333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/left-logo1.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.left-nav::before {
  content: '';
  width: 100%;
  height: 11.2vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/left-logo2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: 0;
  bottom: 6.37%;
}

.left-nav .nav {
  width: 100%;
  height: 12.26667vw;
  display: block;
  width: 100%;
  position: relative;
}

.left-nav .nav:nth-child(1)::after {
  content: '';
  width: 71.86667vw;
  height: 0.13333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/line.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.left-nav .nav::before {
  content: '';
  width: 71.86667vw;
  height: 0.13333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/line.png) no-repeat 0 0/100% 100%;
  position: absolute;
  top: 100%;
  left: 0;
}

.left-nav .nav span {
  font-size: 4vw;
  line-height: 12.26667vw;
  height: 12.26667vw;
  padding-left: 14.66667vw;
  position: relative;
  display: block;
  color: #d3d3d9;
}

.left-nav .nav.on span {
  color: #fff;
}

.left-nav .nav span::after {
  content: '';
  width: 1.73333vw;
  height: 1.73333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/left-navbg.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: 8vw;
  top: 5.2vw;
}

.left-nav .nav.on span::after {
  content: '';
  width: 10.26667vw;
  height: 8.93333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/left-navbg-on.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: 3.73333vw;
  top: 1.73333vw;
}

.left-close {
  width: 3.6vw;
  height: 3.73333vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/left-close.png) no-repeat 0 0/100% 100%;
  position: absolute;
  right: 4vw;
  top: 5.33333vw;
}

.left-nav-bg2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/left-nav-bg.jpg) no-repeat 0 0/100% 216.53333vw;
}

.left-nav-bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0s 0s;
  z-index: -1;
  pointer-events: none;
}

.left-nav.on .left-nav-bg {
  opacity: 0.7;
  transition: opacity 0.5s 0.3s;
  pointer-events: visible;
}

.login-box {
  position: absolute;
  top: 9.33333vw;
  right: 6.66667vw;
  font-size: 3.2vw;
  color: #fff;
  z-index: 10;
}

.login-box a {
  color: #fff;
  white-space: nowrap;
}

.updown {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.updown span:first-child {
  padding-left: 5.33333vw;
}

.updown span {
  font-size: 2.66667vw;
  color: #fff;
  letter-spacing: 5.33333vw;
}

.updown i {
  width: 3.86667vw;
  height: 3.86667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/updown.png) no-repeat 0 0/100% 100%;
  margin-right: 5.33333vw;
  animation: updown 0.6s infinite alternate ease-in;
  transform: translateY(-20%);
}

@keyframes updown {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(20%);
  }
}

.dia1 {
  width: 84.93333vw;
  height: 47.73333vw;
  border: 0.66667vw solid #2c2926;
  position: relative;
  font-size: 0;
  box-sizing: border-box;
}

.dia1 .dia-cent {
  width: 100%;
  height: 100%;
}

.dia1 .video-box {
  width: 100%;
  height: 100%;
}

.dia1 .video-box video {
  object-fit: cover;
}

.dia1 .dia-close {
  width: 5.06667vw;
  height: 5.06667vw;
  top: -0.66667vw;
  left: calc(100% + 1.33333vw);
  position: absolute;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/dia-close.jpg) no-repeat 0 0/100% 100%;
}

.dia3 {
  width: calc(74.53333vw + 10.26667vw);
  height: 32.53333vw;
  position: relative;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/dia-login.png) no-repeat 10.26667vw 0/auto 100%;
  padding-left: 10.26667vw;
  box-sizing: border-box;
}

.dia3 .dia-cent {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 15.2vw;
  padding-left: 19.46667vw;
  padding-right: 29.73333vw;
}

.dia3 #ams_loginbar {
  opacity: 0;
  position: relative;
  height: 14.66667vw;
}

.dia3 #unlogin {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: row-reverse;
}

.dia3 #unlogin a {
  width: 10.13333vw;
  height: 100%;
  overflow: hidden;
}

.dia3 .dia-close {
  width: 8.66667vw;
  height: 7.33333vw;
  position: absolute;
  left: 74.13333vw;
  top: 4.26667vw;
  z-index: 5;
}

.login-name-box {
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
  right: -2.66667vw;
}

.login-name-box p {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 13.33333vw;
  margin-right: 1.33333vw;
}

.dia4 {
  width: 88.8vw;
  height: 55.46667vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/dia-text-box.png) no-repeat 10.66667vw 0/auto 100%;
  padding-left: 10.66667vw;
  box-sizing: border-box;
}

.dia4 .dia-cent {
  padding-left: 13.06667vw;
  padding-right: 22.4vw;
  padding-top: 10.66667vw;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.dia4 .dia-ewm {
  width: 22vw;
  height: 28vw;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/dia-text-ewm.png) no-repeat 0 0/100% 100%;
  margin: 0 auto;
  display: block;
}

.dia4 .text-box {
  margin-top: 7.6vw;
  display: flex;
  align-items: center;
  height: 4.26667vw;
}

.dia4 .txt-dia {
  padding-left: 1.33333vw;
  font-size: 2.4vw;
  color: #333333;
  line-height: 4.26667vw;
  height: 4.26667vw;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 25.33333vw;
  position: relative;
}

.dia4 .dia-clone {
  width: 13.73333vw;
  height: 4.26667vw;
  margin-left: 1.33333vw;
  position: relative;
}

.dia4 #clone-text {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.dia4 .dia-close {
  width: 8.4vw;
  height: 7.2vw;
  position: absolute;
  z-index: 5;
  right: 1.86667vw;
  top: 1.73333vw;
}

.dia5 {
  width: calc(74.53333vw + 10.26667vw);
  height: 32.53333vw;
  position: relative;
  background: url(//game.gtimg.cn/images/wedo/web202110/m/dia-text-ewm-bg.png) no-repeat 10.26667vw 0/auto 100%;
  padding-left: 10.26667vw;
  box-sizing: border-box;
}

.dia5 .dia-cent {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 9.73333vw;
  padding-right: 10.66667vw;
}

.dia5 img {
  display: block;
  width: 14.66667vw;
  height: auto;
  margin: 0 auto;
}

.dia5 .dia-close {
  width: 8.66667vw;
  height: 7.33333vw;
  position: absolute;
  left: 74.13333vw;
  top: 4.26667vw;
  z-index: 5;
}

.hide {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 0;
  z-index: -999;
}

@font-face {
  font-family: 'font1';
  src: url("//game.gtimg.cn/images/wedo/web202110/font/FZLTZHUNHJW.eot");
  src: url("//game.gtimg.cn/images/wedo/web202110/font/FZLTZHUNHJW.eot?#font-spider") format("embedded-opentype"), url("//game.gtimg.cn/images/wedo/web202110/font/FZLTZHUNHJW.woff") format("woff"), url("//game.gtimg.cn/images/wedo/web202110/font/FZLTZHUNHJW.ttf") format("truetype"), url("//game.gtimg.cn/images/wedo/web202110/font/FZLTZHUNHJW.svg") format("svg");
}
