@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.main, .page-cover .cover-bg-text, .rotate-img-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.full,
.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.main {
  width: 100vw;
  height: 100vh;
  background: #000;
  overflow: hidden;
}

.content {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.full,
.page {
  overflow: hidden;
}

@-webkit-keyframes bgmove {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right top;
  }
}

@keyframes bgmove {
  0% {
    background-position: left top;
  }
  100% {
    background-position: right top;
  }
}

@-webkit-keyframes btnmove {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    opacity: .4;
    -webkit-transform: scale(1.02) translate3d(0, 2px, 0);
    transform: scale(1.02) translate3d(0, 2px, 0);
  }
}

@keyframes btnmove {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    opacity: .4;
    -webkit-transform: scale(1.02) translate3d(0, 2px, 0);
    transform: scale(1.02) translate3d(0, 2px, 0);
  }
}

@-webkit-keyframes btnmove2 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    opacity: .5;
    -webkit-transform: scale(1.01) translate3d(0, 1px, 0);
    transform: scale(1.01) translate3d(0, 1px, 0);
  }
}

@keyframes btnmove2 {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    opacity: .5;
    -webkit-transform: scale(1.01) translate3d(0, 1px, 0);
    transform: scale(1.01) translate3d(0, 1px, 0);
  }
}

.page-cover {
  background: url(../images/cover-bg.jpg) center/cover no-repeat;
  z-index: 15;
}

.page-cover img {
  width: 100%;
}

.page-cover .cover-logos {
  position: absolute;
  left: 1%;
  top: 0%;
  width: 20%;
  z-index: 12;
  cursor: pointer;
}

.page-cover .cover-bg-text {
  height: 80%;
  width: auto;
  z-index: 1;
}

.page-cover .btn-start {
  display: none;
  position: absolute;
  top: 48%;
  right: 5%;
  width: 25.38%;
  height: auto;
  z-index: 2;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  cursor: pointer;
}

.page-cover .btn-start.ani-start {
  -webkit-animation: btnmove 1s ease infinite;
  animation: btnmove 1s ease infinite;
}

.page-cover .canvas-wrap {
  position: absolute;
  bottom: -15px;
  left: 5%;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.page-cover .cover-canvas {
  width: 5rem;
  min-width: 50vh;
}

.page-cover .cover-english {
  display: none;
  position: absolute;
  top: 51.13377%;
  left: 28.71%;
  width: 45.62%;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.page-cover .cover-title {
  display: none;
  position: absolute;
  top: 33.13377%;
  left: 27.71%;
  width: 46.62%;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.page-cover .cover-desc {
  display: none;
  position: absolute;
  top: 58.13377%;
  left: 28.71%;
  width: 46.62%;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.page-cover .cover-camel {
  position: absolute;
  top: 62%;
  right: 15.02%;
  width: 6.78%;
  z-index: 2;
}

.page-cover .cloud1 {
  position: absolute;
  top: 34%;
  left: 48%;
  height: 30%;
  width: 860%;
  background: url(../images/cloud1.png) left top/contain repeat-x;
  -webkit-animation: bgmove 400s linear infinite;
  animation: bgmove 400s linear infinite;
}

.page-cover .cloud2 {
  position: absolute;
  top: 65%;
  left: 48%;
  height: 16%;
  width: 860%;
  background: url(../images/cloud1.png) left top/contain repeat-x;
  -webkit-animation: bgmove 200s linear infinite;
  animation: bgmove 200s linear infinite;
}

.page-cover .cloud3 {
  position: absolute;
  top: 78%;
  left: 48%;
  height: 28%;
  width: 860%;
  background: url(../images/cloud1.png) left top/contain repeat-x;
  -webkit-animation: bgmove 50s linear infinite;
  animation: bgmove 50s linear infinite;
}

@-webkit-keyframes pageAni1 {
  to {
    background-position-x: -10500px;
  }
}

@keyframes pageAni1 {
  to {
    background-position-x: -10500px;
  }
}

.page-ani1 {
  background: url(../images/sprite1.png) 0 0 no-repeat;
}

.page-ani1.ani-start {
  -webkit-animation: pageAni1 steps(14) 2s infinite;
  animation: pageAni1 steps(14) 2s infinite;
}

.video-full {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.click-area {
  position: absolute;
  left: 20%;
  top: 0;
  z-index: 3;
  width: 60%;
  height: 39%;
  cursor: pointer;
}

.msg-wrap {
  display: none;
  position: absolute;
  z-index: 33;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.msg-wrap img {
  width: 100%;
}

.msg-wrap .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20vh;
  height: 20vh;
  min-width: 100px;
  min-height: 100px;
  cursor: pointer;
}

.page-poster {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.page-poster .canvas-poster {
  width: 100%;
  background: #fff;
}

.page-poster .poster-wrap {
  position: relative;
}

.page-poster .poster-img1 {
  max-width: 200vh;
}

.page-poster .poster-mask {
  display: none;
  position: absolute;
  right: 0.6%;
  top: 1.4%;
  width: 19%;
}

.page-poster .btn-change-poster {
  position: absolute;
  right: 25%;
  bottom: 12%;
  width: 20%;
  cursor: pointer;
}

.page-poster .btn-change-poster.ani-start {
  -webkit-animation: btnmove2 1s ease infinite;
  animation: btnmove2 1s ease infinite;
}

.page-poster .save-tip {
  position: absolute;
  left: 3%;
  bottom: 7.4%;
  width: 28%;
}

.loading-wrap {
  z-index: 999;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
}

.loading-wrap .loading-text-wrap {
  margin-top: 23%;
}

.loading-wrap .loading-img {
  width: 10%;
  max-width: 100px;
}

.loading-wrap .loading-tip {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-size: 10px;
}

@-webkit-keyframes anipulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anipulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.ani-pulse {
  -webkit-animation: anipulse 1s ease;
  animation: anipulse 1s ease;
}

.gen-poster {
  display: none;
  z-index: 99;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gen-poster .btns-wrap {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 100%;
  height: 10%;
  text-align: center;
}

.gen-poster .btn-restart {
  width: 20%;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  cursor: pointer;
}

.gen-poster .btn-gen-poster {
  width: 20%;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  margin-right: 40px;
  cursor: pointer;
}

.gen-poster .btn-gen-poster.android-fit-window {
  margin-left: 15%;
}

.video-canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
  display: none;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}

.rotate-img-wrap {
  text-align: center;
}

@-webkit-keyframes rotate90 {
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes rotate90 {
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.rotate-img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-animation: rotate90 1.2s ease-in-out infinite;
  animation: rotate90 1.2s ease-in-out infinite;
}

.rotate-tip-text {
  color: #fff;
  text-align: center;
  min-width: 100vw;
}
