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

/* ====== auto export start ======  */
.cpg0-02 {
  position: absolute;
  left: 491px;
  top: 994px;
  z-index: 9;
  width: 32px;
  height: 14px;
  font-size: 18px;
}

.cpg0-03 {
  position: absolute;
  left: 237px;
  top: 999px;
  z-index: 10;
  width: 241px;
  height: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  overflow: hidden;
}

.cpg0-03 span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1%;
  background: #fe0101;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cpg0-04 {
  position: absolute;
  left: 237px;
  top: 999px;
  z-index: 8;
  width: 241px;
  height: 9px;
}

.cpg0-06 {
  position: absolute;
  left: 241px;
  top: 454px;
  z-index: 2;
  width: 46px;
  height: 34px;
}

.cpg0-07 {
  position: absolute;
  left: 54px;
  top: 800px;
  z-index: 2;
  width: 55px;
  height: 42px;
}

.cpg0-08 {
  position: absolute;
  left: 523px;
  top: 260px;
  z-index: 2;
  width: 123px;
  height: 105px;
}

.cpg0-09 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 750px;
  height: 1508px;
}

.cpg0-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 750px;
  height: 1508px;
}

.cpg1-02 {
  position: absolute;
  left: 100px;
  top: 430px;
  z-index: 1;
  width: 529px;
  height: 529px;
}

.cpg1-03 {
  position: absolute;
  left: 652px;
  top: 214px;
  z-index: 1;
  width: 74px;
  height: 74px;
}

.cpg1-04 {
  position: absolute;
  left: 652px;
  top: 214px;
  z-index: 4;
  width: 74px;
  height: 74px;
}

.cpg1-06 {
  position: absolute;
  left: 589px;
  top: 1112px;
  z-index: 4;
  width: 47px;
  height: 55px;
}

.cpg1-07 {
  position: absolute;
  left: 114px;
  top: 1112px;
  z-index: 4;
  width: 47px;
  height: 55px;
}

.cpg1-08 {
  position: absolute;
  left: 195px;
  top: 1102px;
  z-index: 4;
  width: 360px;
  height: 74px;
}

.cpg1-09 {
  position: absolute;
  left: 153px;
  top: 251px;
  z-index: 1;
  width: 487px;
  height: 82px;
}

.cpg1-10 {
  position: absolute;
  left: 238px;
  top: 364px;
  z-index: 1;
  width: 299px;
  height: 119px;
}

.cpg1-11 {
  position: absolute;
  left: 152px;
  top: 877px;
  z-index: 1;
  width: 493px;
  height: 139px;
}

.cpg1-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 750px;
  height: 1508px;
}

/* ====== auto export end ====== */
.btn-video {
  display: none;
}

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

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

body {
  max-height: 100%;
  overflow: hidden;
}

.main {
  width: 750px;
  height: 1508px;
  overflow: hidden;
}

.page {
  overflow: hidden;
  height: 1508px;
}

.full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.full2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.full2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-wrap {
  display: none;
  background: #000;
}

.video-wrap .loading-video {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 100%;
  text-align: center;
  font-size: 30px;
}

.video-wrap .loading-video span {
  background: rgba(0, 0, 0, 0.7);
  padding: 14px;
  padding-left: 18px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.video-wrap .btn-next-video {
  position: absolute;
  right: 3%;
  width: 25%;
  z-index: 3;
  height: auto;
  bottom: 11%;
}

.video-wrap .btn-write-wish {
  position: absolute;
  right: 3%;
  width: 25%;
  z-index: 3;
  height: auto;
  bottom: 4%;
}

.page {
  z-index: 2;
}

.swiper-slide,
.swiper-container {
  height: 100%;
  overflow: hidden;
}

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

.loading-wrap .progress-num {
  z-index: 9;
  color: #fe0101;
  font: normal 18px  '微软雅黑';
}

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

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

.music {
  /* display: none; */
  position: absolute;
  left: 659px;
  top: 221px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background: url(../images/pg1-03-zanting.png) center/contain no-repeat;
}

.music.active {
  -webkit-animation: aniRotate 2s linear infinite;
  animation: aniRotate 2s linear infinite;
  background: url(../images/pg1-04-bofang.png) center/contain no-repeat;
}

.page canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.page-lead {
  z-index: 9;
}

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

@-webkit-keyframes aniBlur {
  0%, 100% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  50% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes aniBlur {
  0%, 100% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  50% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.move {
  display: none;
}

.move2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.move3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.move4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.move5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fixed-share-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.fixed-share-mask img {
  float: right;
  width: 30vw;
  margin-top: 20px;
  margin-right: 20px;
}

@-webkit-keyframes aniBtnWriteFlash {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: .6;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes aniBtnWriteFlash {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: .6;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.btn-write {
  position: absolute;
  left: 332px;
  top: 1138px;
  z-index: 4;
  width: 116px;
  height: 114px;
  -webkit-animation: aniBtnWriteFlash 1s ease infinite;
  animation: aniBtnWriteFlash 1s ease infinite;
}

.btn-write-bg {
  position: absolute;
  left: 283px;
  top: 1084px;
  z-index: 3;
  width: 542px;
  height: 186px;
  height: auto;
}

.head-wrap {
  position: absolute;
  left: 176px;
  top: 506px;
  z-index: 4;
  width: 377px;
  height: 377px;
  -webkit-border-radius: 377px;
  border-radius: 377px;
  overflow: hidden;
}

@-webkit-keyframes aniBtnFlash {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

@keyframes aniBtnFlash {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

.btn-longpress {
  background: url(../images/pg1-08-changan.png);
  -webkit-animation: aniBtnFlash 1.2s ease infinite;
  animation: aniBtnFlash 1.2s ease infinite;
}

.item-head {
  background-size: cover;
}

.ani-text {
  display: none;
}

.ani-text2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ani-text3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

@-webkit-keyframes aniTextFlash {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
  }
}

@keyframes aniTextFlash {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
  }
}

.tip-txt {
  position: absolute;
  left: 0px;
  top: 1060px;
  z-index: 2;
  width: 750px;
  height: 21px;
  text-align: center;
  color: #fff;
  font: normal 21px SimHei,'微软雅黑';
}

.tip-txt.ani-start {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation: aniTextFlash 1.2s linear infinite;
  animation: aniTextFlash 1.2s linear infinite;
}

.page-canvas {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-poster {
  display: none;
  z-index: 9;
}

.name-to2,
.name-to {
  position: absolute;
  left: 232px;
  top: 642px;
  z-index: 1;
  width: 368px;
  height: 52px;
  background: transparent;
  border: 0;
  font: normal 35px/1 serif;
}

.name-to2 {
  top: 652px;
}

.name-from2,
.name-from {
  position: absolute;
  left: 427px;
  top: 966px;
  z-index: 1;
  width: 172px;
  height: 46px;
  background: transparent;
  border: 0;
  font: normal 32px/1 serif;
}

.ta2,
.ta {
  position: absolute;
  padding-top: 21px;
  left: 160px;
  top: 690px;
  z-index: 1;
  width: 440px;
  height: 252px;
  z-index: 4;
  resize: none;
  background: transparent;
  color: #000;
  font: normal 34px/2.34 serif;
}

.ta2 {
  text-indent: 1.5em;
}

.poster {
  width: 100%;
  height: 100%;
}

.btn-more,
.btn-switchcard {
  position: absolute;
  left: 65px;
  top: 1190px;
  z-index: 3;
  width: 246px;
  height: 72px;
}

.btn-share,
.btn-send {
  position: absolute;
  left: 442px;
  top: 1190px;
  z-index: 3;
  width: 246px;
  height: 72px;
}

.poster-outer {
  display: none;
  margin-top: -1508px;
  z-index: 10;
  overflow: hidden;
}

.preview-img {
  display: none;
  z-index: 3;
}

.btn-last-page {
  display: none;
}

.btn-share {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.save-tip {
  display: none;
  position: absolute;
  left: 0px;
  top: 1134px;
  z-index: 4;
  width: 750px;
  height: 30px;
  text-align: center;
  color: #fff;
  font: bold 25px SimHei;
}

@-webkit-keyframes aniFocusFlash {
  100% {
    opacity: 0;
  }
}

@keyframes aniFocusFlash {
  100% {
    opacity: 0;
  }
}

.focus {
  display: none;
  position: absolute;
  z-index: 2;
  width: 3px;
  height: 36px;
  background: #4376c1;
  -webkit-animation: aniFocusFlash 0.9s ease infinite;
  animation: aniFocusFlash 0.9s ease infinite;
}

.focus.android {
  width: 2px;
}

.focus.focus1 {
  left: 228px;
  top: 652px;
}

.focus.focus2 {
  left: 168px;
  top: 732px;
}

.focus.focus3 {
  left: 428px;
  top: 968px;
}

.touchmask {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
