@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);
  }
}

.rotate-img-wrap, .progress-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);
}

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

body {
  max-height: 100%;
}

.full,
.page {
  overflow: hidden;
}

body {
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

body {
  -webkit-user-select: none;
  overflow: hidden;
}

/*loading 竖屏 */
body.orientation-0 .container-rotate {
  width: 100vh;
  height: 100vw;
  margin-top: -100vw;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

body.orientation-0 .pointer {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

body.orientation-0 .page-choose-poster .swiper-limit {
  height: 70vw;
  width: 149.578vw;
  margin: 6vw auto 0;
}

body.orientation-0 .page-choose-poster .swiper-limit .swiper-container {
  height: 70vw;
  width: 109.578vw;
  margin: 0 auto 3vw;
  -webkit-box-shadow: 2px 2px 10px #d8c0b5;
  box-shadow: 2px 2px 10px #d8c0b5;
}

body.orientation-0 .page-choose-poster .swiper-limit .next-page-wrap,
body.orientation-0 .page-choose-poster .swiper-limit .prev-page-wrap {
  top: 30vw;
  height: 30%;
  width: 10vw;
}

body.orientation-0 .music {
  bottom: 20px;
  top: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-choose-poster,
.page-cover,
.page-fd,
.loading-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  overflow: hidden;
}

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

.page-fd .text-fd {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 60%;
  max-height: 50%;
  margin-top: 4%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #0c540a;
  font-size: 32px;
  font-weight: bold;
  font-family: serif, 'Microsoft YaHei';
}

@-webkit-keyframes aniLeaf {
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes aniLeaf {
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

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

.page-cover .people-logo {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1;
  width: 120px;
  height: 81px;
  height: auto;
}

.page-cover .m1 {
  position: absolute;
  left: -44px;
  top: 459px;
  z-index: 1;
  width: 220px;
  height: 81px;
}

.page-cover .m2Right {
  position: absolute;
  left: 915px;
  top: 449px;
  z-index: 1;
  width: 390px;
  height: 87px;
  right: 0;
  left: auto;
}

.page-cover .cloud1 {
  position: absolute;
  left: 0px;
  top: 234px;
  z-index: 1;
  width: 390px;
  height: 191px;
  width: auto;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.page-cover .cloud1.active {
  left: -200px;
}

.page-cover .cloud2 {
  position: absolute;
  left: 0px;
  top: 32px;
  z-index: 1;
  width: 390px;
  height: 391px;
  width: auto;
  right: 0;
  left: auto;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.page-cover .cloud2.active {
  right: -200px;
}

.page-cover .bird1 {
  position: absolute;
  left: -138px;
  top: 308px;
  z-index: 1;
  width: 119px;
  height: 424px;
  height: auto;
}

.page-cover .bird1.active {
  -webkit-transform: translate3d(2000px, -100px, 0) rotate(-40deg);
  transform: translate3d(2000px, -100px, 0) rotate(-40deg);
}

.page-cover .bird2 {
  position: absolute;
  left: 38px;
  top: 308px;
  z-index: 1;
  width: 119px;
  height: 424px;
  height: auto;
  right: 38px;
  left: auto;
}

.page-cover .tea-box {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 500px;
  height: 214px;
  margin-left: -250px;
  margin-top: -186px;
  text-align: center;
}

.page-cover .tea-box .cover-title {
  max-width: 100%;
}

.page-cover .tea-box .leaf1 {
  display: none;
  position: absolute;
  left: 40px;
  top: 33px;
  width: 18%;
  height: auto;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: -200px -200px;
  -ms-transform-origin: -200px -200px;
  transform-origin: -200px -200px;
  -webkit-transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.page-cover .tea-box .leaf1.active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: initial;
  -ms-transform-origin: initial;
  transform-origin: initial;
}

.page-cover .btn-start {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  margin-left: -153px;
  margin-top: 130px;
  width: 307px;
  height: 70px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loading-gif {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.progress-num {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  margin-top: 80px;
  width: 100%;
  z-index: 2;
  text-align: center;
  font: bold 24px SimHei;
  color: #010101;
}

.loading-wrap {
  z-index: 3;
}

.page-choose-poster {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .8s ease-out;
  transition: -webkit-transform .8s ease-out;
  transition: transform .8s ease-out;
  transition: transform .8s ease-out, -webkit-transform .8s ease-out;
  z-index: 22;
  text-align: center;
}

.page-choose-poster.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.page-choose-poster .swiper-limit {
  position: relative;
  height: 70vh;
  width: 149.578vh;
  margin: 6vh auto 0;
}

.page-choose-poster .swiper-limit .swiper-container {
  height: 70vh;
  width: 109.578vh;
  margin: 0 auto 4vh;
  background: #eee;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 10px #d8c0b5;
  box-shadow: 2px 2px 10px #d8c0b5;
}

.page-choose-poster .swiper-wrapper,
.page-choose-poster .slide-wrap,
.page-choose-poster .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-choose-poster .preview,
.page-choose-poster .poster {
  width: 100%;
  height: 100%;
}

.page-choose-poster .canvas,
.page-choose-poster .preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.page-choose-poster .preview {
  z-index: 3;
}

.page-choose-poster .person-count {
  position: absolute;
  bottom: 24%;
  left: 87.6%;
  font-size: 12px;
  font-family: serif;
  color: #550806;
}

.page-choose-poster .next-page-wrap,
.page-choose-poster .prev-page-wrap {
  position: absolute;
  top: 36%;
  height: 30%;
  width: 10vw;
  background: #ccc;
}

.page-choose-poster .prev-page-wrap {
  left: 0;
  background: url(../images/arrow-left.png) center/25% auto no-repeat;
}

.page-choose-poster .next-page-wrap {
  right: 0;
  background: url(../images/arrow-right2.png) center/25% auto no-repeat;
}

.page-choose-poster .prev-page,
.page-choose-poster .next-page {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 3%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.page-choose-poster .prev-page {
  left: 2%;
}

.page-choose-poster .next-page {
  right: 2%;
}

.page-choose-poster .longpress-wrap {
  margin-bottom: 2%;
}

.page-choose-poster .longpress {
  width: 100%;
}

.page-choose-poster footer {
  height: 40px;
  overflow: hidden;
}

.page-choose-poster footer .btn {
  float: left;
  height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.page-choose-poster footer .span-gap {
  width: 10%;
}

.page-choose-poster footer .btn-restart {
  margin-left: 27.5%;
}

.page-choose-poster footer .btn-share {
  margin-left: 15%;
}

.page-choose-poster .canvas {
  width: 100%;
  height: 100%;
}

.container-rotate {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.page-cover .title-wrap {
  position: absolute;
  right: 6%;
  top: 50%;
  height: 87.2%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  overflow: hidden;
}

.page-cover .title-wrap .cover-title {
  height: 100%;
  width: auto;
}

.page-cover .title-wrap .slide-wrap {
  position: absolute;
  left: 1.5%;
  bottom: 0.8%;
  width: 97%;
  height: 18.4%;
  background: url(../images/move-bg.gif) left center/auto 100% no-repeat #e6c6b7;
  font-size: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.page-cover .title-wrap .slide-wrap .move-right-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  font-size: 0;
}

.page-cover .title-wrap .slide-wrap .move-right-wrap.active {
  -webkit-transition: right .3s linear;
  transition: right .3s linear;
}

.page-cover .title-wrap .slide-wrap .move-right-wrap .move-right {
  height: 100%;
  width: auto;
}

.page-cover .title-wrap .slide-wrap .move-right-wrap .arrow-right {
  position: absolute;
  left: 20%;
  top: 35%;
  width: 60%;
}

.page-cover .title-wrap .slide-wrap .move-bg {
  width: 100%;
  height: 100%;
}

.page-cover .title-wrap .slide-wrap .slide-tip-text {
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  top: 34%;
}

.page-cover .logo {
  position: absolute;
  left: 5%;
  bottom: 40px;
  width: 16%;
  z-index: 1;
}

.page-cover .cover-text-wrap {
  position: absolute;
  left: 6%;
  top: 20px;
  width: 0;
  height: 50.076vh;
  max-height: 54vw;
  z-index: 1;
  background: url(../images/cover-text.png) left center/auto 100% no-repeat;
}

.page-cover .cover-text-wrap.active {
  opacity: 1;
  width: 68.076vh;
}

.progress-wrap {
  width: 20%;
  min-height: 40px;
  text-align: center;
}

.progress-wrap .loading-text {
  width: 60%;
}

.progress-wrap .progress-bar {
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.progress-wrap .progress-bar .progress-bar-img {
  width: 100%;
}

.progress-wrap .progress-bar .current-progress {
  position: absolute;
  left: 1px;
  top: 1px;
  background: #751d19;
  height: 100%;
  width: 1%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.main {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
}

@-webkit-keyframes aniMoveLeft {
  100% {
    left: 40%;
  }
}

@keyframes aniMoveLeft {
  100% {
    left: 40%;
  }
}

.box {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.box .move-left-tip {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: .8;
}

.box .hand-tip {
  position: absolute;
  right: 10%;
  top: 35%;
  -webkit-animation: aniMoveLeft 1.5s infinite;
  animation: aniMoveLeft 1.5s infinite;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: .8;
}

.eq {
  width: 2.04rem;
  height: 2.59rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.65rem;
  margin: auto;
  display: block;
  opacity: 0;
  pointer-events: all;
}

.news {
  width: 2.34rem;
  height: 0.31rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 5.68rem;
  margin: auto;
  display: block;
  opacity: 0;
  pointer-events: none;
}

.news > img {
  width: 100%;
  height: 100%;
}

.music {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 100000000000003;
  background: url(../images/music-active.png) no-repeat;
  pointer-events: all;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: cover;
}

.music.off {
  background: url(../images/music-muted.png) no-repeat;
  background-size: cover;
}

/* for responsive ######################################################################################## responsive */
@media (max-height: 980px) {
  .scale {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media (max-height: 880px) {
  .scale {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.pointer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 20%;
  max-width: 100px;
  z-index: 100002;
}

.android-videos {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: #000;
}

.android-videos video {
  display: none;
  position: absolute;
  left: 0;
  top: 0%;
  width: 0%;
  height: 0%;
  object-position: center;
  object-fit: cover;
}

.android-videos .android-video-l {
  left: 0% !important;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 100% !important;
  height: auto !important;
}

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

.page-video {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}

.page-video .video-ios {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-close-l,
.btn-close2 {
  position: absolute;
  right: 2px;
  bottom: 14px;
  width: 140px;
  z-index: 666;
  -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
  transform: translate3d(0, -50%, 0) rotate(90deg);
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  padding: 8px 12px;
  text-align: center;
  font-size: 34px;
  background: rgba(0, 0, 0, 0.8);
}

.btn-close-l {
  left: 100px;
  top: 20px;
  right: auto;
  bottom: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.btn-close1 {
  position: absolute;
  right: 30px;
  top: 20%;
  z-index: 666;
  width: 140px;
  padding: 8px 10px;
  margin-top: -70px;
  border: 1px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #fff;
  text-align: center;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.8);
}

.loading-video1 {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
  z-index: 999;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.page-mask {
  display: none;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);
}

.page-mask .share-l {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
}

.page-mask .share-t {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}

.loading-video2 {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 26px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 12px;
  padding-left: 15px;
}

.page-vl2,
.page-vl {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

@keyframes aniMoveLeft {
  100% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniClickTip {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
}

@keyframes aniClickTip {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
  }
}

.juanzhou-close-wrap {
  display: none;
  position: absolute;
  height: 500px;
  width: 130px;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -65px;
  z-index: 4;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.juanzhou-close-wrap .click-see {
  position: absolute;
  left: 10px;
  top: 150px;
  -webkit-animation: aniClickTip 1.5s linear infinite;
  animation: aniClickTip 1.5s linear infinite;
}

.juanzhou-close-wrap .juanzhou-close {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.juanzhuo-box {
  opacity: 0;
  font-size: 0;
  position: absolute;
  left: -webkit-calc(50% - 70px);
  left: calc(50% - 70px);
  top: 0;
  z-index: 2;
  width: 94%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}

.juanzhuo-box .move-tip {
  position: absolute;
  right: 40px;
  bottom: 20px;
  -webkit-animation: aniMoveLeft 1.2s ease infinite;
  animation: aniMoveLeft 1.2s ease infinite;
}

.juanzhuo-box .juanzhou-left,
.juanzhuo-box .juanzhou-right {
  width: 70px;
  height: 100%;
}

.juanzhuo-box .juanzhou-right {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.juanzhuo-box .juanzhou-left {
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}

.juanzhuo-box img, .juanzhuo-box div, .juanzhuo-box canvas {
  display: inline-block;
  vertical-align: middle;
}

.juanzhuo-box .canvas-wrap {
  position: relative;
  width: 10px;
  height: 90%;
  overflow: hidden;
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
  background: url(../images/bg-canvas.jpg) repeat;
}

.juanzhuo-box .canvas-wrap canvas {
  height: 100%;
}

.juanzhuo-box.active {
  left: 3%;
}

.juanzhuo-box.active .canvas-wrap {
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}

.juanzhuo-box.active .juanzhou-right {
  opacity: 0;
}

.logo-fd {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}

.cover-small-text {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: auto;
}
