@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: initial;
}

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

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

.hidden-text {
  font-family: ZDY;
}

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

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

.main {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

@media all and (min-device-width: 666px) and (max-device-width: 3666px) {
  .main {
    width: 750px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  div.client-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 750px;
    height: 1508px;
    margin-top: -754px;
    margin-left: -375px;
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    -webkit-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.2);
  }
  div.client-box2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 750px;
    height: 1508px;
    margin-top: -754px;
    margin-left: -375px;
    background: #fff1e8;
  }
}

.poster-box,
.content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 750px;
  height: 1508px;
  margin-left: -375px;
  margin-top: -754px;
}

@-webkit-keyframes aniTip1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
}

@keyframes aniTip1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
}

.poster-box {
  z-index: 5;
  background: oldlace;
}

.poster-box .page-preview,
.poster-box .page-select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.poster-box .page-preview .img-select2,
.poster-box .page-preview .img-select,
.poster-box .page-select .img-select2,
.poster-box .page-select .img-select {
  width: 100%;
  height: 100%;
}

.poster-box .swiper1-wrap {
  position: absolute;
  left: 118px;
  top: 370px;
  z-index: 2;
  width: 518px;
  height: 465px;
}

.poster-box .op-tip {
  position: absolute;
  left: 172px;
  top: 270px;
  z-index: 2;
  width: 387px;
  height: 64px;
}

.poster-box .op-tip * {
  vertical-align: top;
}

.poster-box .wozai {
  position: absolute;
  left: 182px;
  top: 1057px;
  z-index: 1;
  width: 120px;
  height: 25px;
  font-family: ZDY;
  font-size: 32px;
  color: #5b360e;
}

.poster-box .arrow-left1 {
  position: absolute;
  left: 115px;
  top: 596px;
  z-index: 3;
  width: 16px;
  height: 120px;
}

.poster-box .arrow-right1 {
  position: absolute;
  left: 618px;
  top: 596px;
  z-index: 3;
  width: 16px;
  height: 120px;
}

.poster-box .swiper2-wrap {
  position: absolute;
  left: 153px;
  top: 875px;
  z-index: 3;
  width: 451px;
  height: 150px;
  text-align: center;
}

.poster-box .select-wrap {
  position: absolute;
  left: 318px;
  top: 1054px;
  z-index: 1;
  width: 159px;
  height: 47px;
}

.poster-box .select-wrap select {
  font-family: ZDY;
  background: transparent;
  font-size: 32px;
  color: #5b360e;
  margin-left: 18px;
}

.poster-box .select-wrap select.long {
  margin-left: 1px;
}

.poster-box .btn-gen {
  position: absolute;
  left: 236px;
  top: 1297px;
  z-index: 4;
  width: 279px;
  height: 100px;
}

.poster-box .op-tip {
  -webkit-animation: aniTip1 1.2s linear infinite;
  animation: aniTip1 1.2s linear infinite;
}

.poster-box .page-preview {
  display: none;
  z-index: 2;
}

.poster-box .page-preview .canvas-poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.poster-box .page-preview .preview-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 6;
  opacity: 0;
}

.poster-box .page-preview .preview-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 6;
}

.poster-box .page-preview .pro {
  position: absolute;
  left: 212px;
  top: 252px;
  z-index: 1;
  width: 150px;
  height: 25px;
  color: #5b350e;
  font-size: 26px;
  font-family: ZDY;
}

.poster-box .page-preview .ta {
  position: absolute;
  left: 118px;
  top: 370px;
  z-index: 1;
  width: 518px;
  height: 465px;
}

.poster-box .page-preview .jz-wrap {
  position: absolute;
  left: 153px;
  top: 875px;
  z-index: 3;
  width: 451px;
  height: 150px;
  text-align: center;
}

.poster-box .page-preview .gaizhang {
  display: none;
  position: absolute;
  left: 473px;
  top: 195px;
  z-index: 2;
  width: 230px;
  height: 190px;
}

.poster-box .page-preview .changantip {
  display: none;
  position: absolute;
  left: 278px;
  top: 1234px;
  z-index: 6;
  width: 199px;
  height: 34px;
}

.poster-box .page-preview .btn-back {
  display: none;
  position: absolute;
  left: 236px;
  top: 1297px;
  z-index: 7;
  width: 279px;
  height: 100px;
}

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

.client-box {
  width: 100%;
  height: 100vh;
  background: url(../images/bg-bottom.jpg) left top/100% auto no-repeat #be8959;
  overflow: auto;
}

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

.client-box.center .btns-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  margin-top: 550px;
}

.client-box.center .btns-wrap img {
  vertical-align: middle;
}

.client-box.center .btns-wrap img:nth-child(1), .client-box.center .btns-wrap img:nth-child(2) {
  margin-right: 40px;
}

.client-box .all-results {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

@-webkit-keyframes aniGes1 {
  100% {
    margin-left: -50px;
  }
}

@keyframes aniGes1 {
  100% {
    margin-left: -50px;
  }
}

@-webkit-keyframes aniGes2 {
  100% {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
  }
}

@keyframes aniGes2 {
  100% {
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
  }
}

.page1508 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 750px;
  height: 1508px;
  margin-left: -375px;
  margin-top: -754px;
}

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

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

.changan-tip {
  position: relative;
  display: inline-block;
  width: 166px;
  height: 28px;
  background: url(../images/changan-tip.png) center/contain no-repeat;
  vertical-align: middle;
  margin-right: 40px;
  overflow: hidden;
}

.changan-tip img {
  width: 100%;
  height: 100%;
}

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

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

.music {
  position: fixed;
  right: 20px;
  top: 30px;
  z-index: 9999999;
  width: 50px;
  height: 50px;
  background: url(../images/music-muted.png) center/contain no-repeat;
}

.music.active {
  background-image: url(../images/music-active.png);
  -webkit-animation: aniRotate1 5s linear infinite;
  animation: aniRotate1 5s linear infinite;
}

.swiper-container {
  height: 100%;
}

.daoyu-wrap {
  position: absolute;
  left: 194px;
  top: 455px;
  z-index: 1;
  width: 366px;
  height: 368px;
  height: 0;
  background: url(../images/text1.png) left top no-repeat;
  -webkit-transition: all 4s ease-out;
  transition: all 4s ease-out;
}

.daoyu-wrap.active {
  height: 380px;
}

.cover-text1 {
  position: absolute;
  left: 269px;
  top: 486px;
  z-index: 1;
  width: 43px;
  height: 229px;
  display: none;
}

.cover-text2 {
  position: absolute;
  left: 230px;
  top: 311px;
  z-index: 1;
  width: 303px;
  height: 759px;
  display: none;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

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

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

.btn-start {
  position: absolute;
  left: 286px;
  top: 1225px;
  z-index: 2;
  width: 178px;
  height: 61px;
  -webkit-animation: aniClick2 1.2s linear infinite;
  animation: aniClick2 1.2s linear infinite;
}

.swiper2-wrap {
  position: absolute;
  left: 0px;
  top: 420px;
  z-index: 1;
  width: 750px;
  height: 688px;
  text-align: center;
}

.swiper2-wrap .arrow {
  position: absolute;
  top: 37%;
  width: 110px;
  height: 110px;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper2-wrap .arrow.arrow-left {
  left: 10px;
}

.swiper2-wrap .arrow.arrow-right {
  right: 10px;
}

.swiper2-wrap .img-slide {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  margin-left: 120px;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

.swiper2-wrap .img-slide.active {
  margin-left: 0;
}

.list-select {
  position: absolute;
  left: 0px;
  top: 1097px;
  z-index: 3;
  width: 750px;
  height: 260px;
  font-size: 0;
  text-align: center;
}

.list-select li {
  display: inline-block;
  margin-right: 35px;
  opacity: .5;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.list-select li.active {
  opacity: 1;
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
}

.list-select li:last-child {
  margin-right: 0;
}

.btn-kaishi {
  position: absolute;
  left: 258px;
  top: 1241px;
  z-index: 1;
  width: 230px;
  height: 59px;
}

.btn-kaishi.mtbtn {
  margin-top: 30px;
}

.btn-fanhui {
  position: absolute;
  left: 242px;
  top: 1161px;
  z-index: 1;
  width: 270px;
  height: 101px;
  height: auto;
}

.btn-xiufuwancheng {
  position: absolute;
  left: 258px;
  top: 1254px;
  z-index: 1;
  width: 230px;
  height: 59px;
  height: auto;
  display: none;
}

.xiufu-text1 {
  position: absolute;
  left: 175px;
  top: 978px;
  z-index: 2;
  width: 400px;
  height: 30px;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.xiufu-text2 {
  position: absolute;
  left: 175px;
  top: 978px;
  z-index: 2;
  width: 400px;
  height: 30px;
  display: none;
}

.item-op1-tool1 {
  position: absolute;
  left: 145px;
  top: 1080px;
  z-index: 1;
  width: 91px;
  height: 135px;
  background: url(../images/zhuose1.png) left top/contain no-repeat;
  margin-left: 15px;
}

.item-op1-tool1.active {
  opacity: .3;
}

.item-op1-tool1.active:after {
  position: absolute;
  left: 11px;
  top: 8px;
  z-index: 2;
  width: 67px;
  height: 77px;
  content: "";
  background: url(../images/cha.png) center/contain no-repeat;
}

.item-op1-tool2 {
  position: absolute;
  left: 314px;
  top: 1080px;
  z-index: 1;
  width: 91px;
  height: 135px;
  background: url(../images/zhuose2.png) left top/contain no-repeat;
  margin-left: 15px;
}

.item-op1-tool2.active {
  background: url(../images/zhuose2-active.png) left top/contain no-repeat;
}

.item-op1-tool3 {
  position: absolute;
  left: 488px;
  top: 1080px;
  z-index: 1;
  width: 91px;
  height: 135px;
  background: url(../images/zhuose3.png) left top/contain no-repeat;
  margin-left: 15px;
}

.item-op1-tool3.active {
  opacity: .3;
}

.item-op1-tool3.active:after {
  position: absolute;
  left: 11px;
  top: 8px;
  z-index: 2;
  width: 67px;
  height: 77px;
  content: "";
  background: url(../images/cha.png) center/contain no-repeat;
}

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

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

@-webkit-keyframes aniMoveTip2 {
  100% {
    -webkit-transform: translate3d(70px, 100px, 0);
    transform: translate3d(70px, 100px, 0);
    opacity: 0.5;
  }
}

@keyframes aniMoveTip2 {
  100% {
    -webkit-transform: translate3d(70px, 100px, 0);
    transform: translate3d(70px, 100px, 0);
    opacity: 0.5;
  }
}

.op1-group {
  -webkit-animation: aniMoveTip2 2s linear infinite;
  animation: aniMoveTip2 2s linear infinite;
}

.maobi2 {
  display: none;
  position: absolute;
  left: 300px;
  top: 451px;
  z-index: 2;
  width: 141px;
  height: 287px;
}

.maobi {
  position: absolute;
  left: 300px;
  top: 451px;
  z-index: 2;
  width: 141px;
  height: 287px;
  margin-top: -180px;
  margin-left: 150px;
}

.op1-tip-icon {
  position: absolute;
  left: 315px;
  top: 704px;
  z-index: 3;
  width: 128px;
  height: 102px;
  margin-top: -180px;
  margin-left: 150px;
}

.op1 .bg-dot-wrap {
  position: absolute;
  left: 324px;
  top: 438px;
  z-index: 1;
  width: 261px;
  height: 386px;
  position: absolute;
  left: 324px;
  top: 438px;
  z-index: 1;
  width: 270px;
  height: 390px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.op1 .bg-dot-wrap.active {
  background: url(../images/shuhua-cover.png) left top no-repeat;
}

.op1 .bg-dot-wrap span {
  float: left;
  width: 100%;
  width: 10px;
  height: 10px;
  background-image: url(../images/shuhua-cover.png);
  background-repeat: no-repeat;
  opacity: 0;
}

.op1 .bg-dot-wrap span.active {
  opacity: 1;
}

.op2 .bg-dot-wrap {
  position: absolute;
  left: 256px;
  top: 321px;
  z-index: 1;
  width: 199px;
  height: 860px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.op2 .bg-dot-wrap span {
  display: block;
  height: 2px;
  background-image: url(../images/xihejin2.png);
  opacity: 0;
}

.op2 .bg-dot-wrap span.active {
  opacity: 1;
}

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

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

.op2-tip-icon {
  position: absolute;
  left: 315px;
  top: 404px;
  z-index: 1;
  width: 128px;
  height: 102px;
  -webkit-animation: aniMoveTip 2s linear infinite;
  animation: aniMoveTip 2s linear infinite;
}

.op2-tip-text {
  position: absolute;
  left: 399px;
  top: 598px;
  z-index: 1;
  width: 31px;
  height: 304px;
}

.tool2 {
  display: none;
}

.tool2-1 {
  position: absolute;
  left: 487px;
  top: 470px;
  z-index: 1;
  width: 143px;
  height: 119px;
}

.tool2-2 {
  position: absolute;
  left: 468px;
  top: 658px;
  z-index: 1;
  width: 162px;
  height: 113px;
}

.tool2-3 {
  position: absolute;
  left: 523px;
  top: 845px;
  z-index: 1;
  width: 107px;
  height: 85px;
}

.tool2-name {
  display: none;
  position: absolute;
  right: 116px;
  height: 33px;
  width: 150px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.tool2-name1 {
  top: 597px;
}

.tool2-name2 {
  top: 778px;
}

.tool2-name3 {
  top: 945px;
}

.hidden-poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.all-results {
  text-align: center;
}

.poster1 {
  margin-bottom: 20px;
}

.item-result {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.xunzhang {
  display: none;
}

.xunzhang2 {
  position: absolute;
  left: 643px;
  top: 287px;
  z-index: 2;
  width: 86px;
  height: 175px;
}

.xunzhang2.more-left {
  left: 613px;
}

.op3-group {
  -webkit-animation: aniMoveTop5 2s linear infinite;
  animation: aniMoveTop5 2s linear infinite;
}

@-webkit-keyframes aniOp3 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(20px, 5px, 0) rotate(2deg);
    transform: translate3d(20px, 5px, 0) rotate(2deg);
  }
}

@keyframes aniOp3 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(20px, 5px, 0) rotate(2deg);
    transform: translate3d(20px, 5px, 0) rotate(2deg);
  }
}

.op-box3 .yuqi-text1 {
  position: absolute;
  left: 308px;
  top: 466px;
  z-index: 1;
  width: 151px;
  height: 31px;
}

.op-box3 .yuqi-text2 {
  position: absolute;
  left: 332px;
  top: 588px;
  z-index: 1;
  width: 86px;
  height: 30px;
}

.op-box3 .yuqi-text3 {
  position: absolute;
  left: 263px;
  top: 745px;
  z-index: 1;
  width: 182px;
  height: 31px;
}

.op-box3 .kedao {
  position: absolute;
  left: 492px;
  top: 644px;
  z-index: 1;
  width: 105px;
  height: 195px;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: aniOp3 3.2s ease-in-out infinite;
  animation: aniOp3 3.2s ease-in-out infinite;
}

.op-box3 .hand5 {
  position: absolute;
  left: 372px;
  top: 1246px;
  z-index: 2;
  width: 145px;
  height: 112px;
}

.op-box3 .text5 {
  position: absolute;
  left: 221px;
  top: 1079px;
  z-index: 1;
  width: 308px;
  height: 30px;
  height: auto;
}

.op-box3 .td1 {
  position: absolute;
  left: 57px;
  top: 1194px;
  z-index: 1;
  width: 179px;
  height: 114px;
}

.op-box3 .td1.drag {
  width: 243px;
  height: 155px;
}

.op-box3 .td1.active {
  position: absolute;
  left: 267px;
  top: 416px;
  z-index: 1;
  width: 243px;
  height: 155px;
}

.op-box3 .td2-2,
.op-box3 .td2 {
  position: absolute;
  left: 287px;
  top: 1226px;
  z-index: 1;
  width: 165px;
  height: 48px;
}

.op-box3 .td2-2.drag,
.op-box3 .td2.drag {
  width: 226px;
  height: 66px;
}

.op-box3 .td2-2.active,
.op-box3 .td2.active {
  position: absolute;
  left: 260px;
  top: 570px;
  z-index: 1;
  width: 226px;
  height: 66px;
}

.op-box3 .td3 {
  position: absolute;
  left: 535px;
  top: 1199px;
  z-index: 1;
  width: 162px;
  height: 110px;
}

.op-box3 .td3.drag {
  width: 221px;
  height: 149px;
}

.op-box3 .td3.active {
  position: absolute;
  left: 244px;
  top: 696px;
  z-index: 1;
  width: 221px;
  height: 149px;
}

.op4-group {
  -webkit-animation: aniMoveTop5 2s linear infinite;
  animation: aniMoveTop5 2s linear infinite;
}

.tool4-name {
  display: none;
  position: absolute;
  right: 116px;
  height: 33px;
  width: 118px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.tool4-name1 {
  top: 497px;
}

.tool4-name2 {
  top: 679px;
}

.tool4-name3 {
  top: 864px;
}

.op-box4 .tq-tool {
  display: none;
}

.op-box4 .tq-tool1 {
  position: absolute;
  left: 530px;
  top: 353px;
  z-index: 1;
  width: 78px;
  height: 143px;
  height: auto;
}

.op-box4 .tq-tool2 {
  position: absolute;
  left: 515px;
  top: 577px;
  z-index: 1;
  width: 101px;
  height: 114px;
}

.op-box4 .tq-tool3 {
  position: absolute;
  left: 531px;
  top: 754px;
  z-index: 1;
  width: 70px;
  height: 110px;
}

.op-box4 .kedao {
  position: absolute;
  left: 492px;
  top: 644px;
  z-index: 1;
  width: 105px;
  height: 195px;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: aniOp3 3.2s ease-in-out infinite;
  animation: aniOp3 3.2s ease-in-out infinite;
}

.op-box4 .hand5 {
  position: absolute;
  left: 372px;
  top: 1246px;
  z-index: 2;
  width: 145px;
  height: 112px;
}

.op-box4 .text5 {
  position: absolute;
  left: 175px;
  top: 1079px;
  z-index: 1;
  width: 400px;
  height: 30px;
}

.op-box4 .td1 {
  position: absolute;
  left: 107px;
  top: 1180px;
  z-index: 1;
  width: 65px;
  height: 125px;
}

.op-box4 .td1.drag {
  width: 102px;
  height: 198px;
}

.op-box4 .td1.active {
  position: absolute;
  left: 393px;
  top: 448px;
  z-index: 1;
  width: 102px;
  height: 198px;
}

.op-box4 .td2-2,
.op-box4 .td2 {
  position: absolute;
  left: 227px;
  top: 1200px;
  z-index: 1;
  width: 75px;
  height: 84px;
}

.op-box4 .td2-2.drag,
.op-box4 .td2.drag {
  width: 112px;
  height: 127px;
}

.op-box4 .td2-2.active,
.op-box4 .td2.active {
  position: absolute;
  left: 265px;
  top: 404px;
  z-index: 1;
  width: 112px;
  height: 127px;
}

.op-box4 .td3 {
  position: absolute;
  left: 479px;
  top: 1174px;
  z-index: 1;
  width: 72px;
  height: 136px;
}

.op-box4 .td3.drag {
  width: 112px;
  height: 212px;
}

.op-box4 .td3.active {
  position: absolute;
  left: 288px;
  top: 673px;
  z-index: 1;
  width: 112px;
  height: 212px;
}

.op-box4 .td4 {
  position: absolute;
  left: 343px;
  top: 1197px;
  z-index: 1;
  width: 95px;
  height: 95px;
}

.op-box4 .td4.drag {
  width: 95px;
  height: 95px;
}

.op-box4 .td4.active {
  position: absolute;
  left: 399px;
  top: 830px;
  z-index: 1;
  width: 95px;
  height: 95px;
}

.op-box4 .td5 {
  position: absolute;
  left: 602px;
  top: 1214px;
  z-index: 1;
  width: 36px;
  height: 66px;
}

.op-box4 .td5.drag {
  width: 36px;
  height: 66px;
}

.op-box4 .td5.active {
  position: absolute;
  left: 487px;
  top: 834px;
  z-index: 1;
  width: 36px;
  height: 66px;
}

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

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

.op5-group {
  -webkit-animation: aniMoveTop5 2s linear infinite;
  animation: aniMoveTop5 2s linear infinite;
}

.op-box5 .hand5 {
  position: absolute;
  left: 321px;
  top: 1174px;
  z-index: 2;
  width: 145px;
  height: 112px;
}

.op-box5 .text5 {
  position: absolute;
  left: 160px;
  top: 978px;
  z-index: 1;
  width: 431px;
  height: 31px;
}

.op-box5 .td1 {
  position: absolute;
  left: 48px;
  top: 1062px;
  z-index: 1;
  width: 124px;
  height: 172px;
}

.op-box5 .td1.drag {
  width: 71px;
  height: 99px;
}

.op-box5 .td1.active {
  position: absolute;
  left: 229px;
  top: 525px;
  z-index: 1;
  width: 71px;
  height: 99px;
}

.op-box5 .td2-2,
.op-box5 .td2 {
  position: absolute;
  left: 198px;
  top: 1067px;
  z-index: 1;
  width: 155px;
  height: 162px;
}

.op-box5 .td2-2.drag,
.op-box5 .td2.drag {
  width: 270px;
  height: 279px;
}

.op-box5 .td2-2.active,
.op-box5 .td2.active {
  position: absolute;
  left: 234px;
  top: 331px;
  z-index: 1;
  width: 285px;
  height: 289px;
}

.op-box5 .td3 {
  position: absolute;
  left: 379px;
  top: 1068px;
  z-index: 1;
  width: 74px;
  height: 160px;
}

.op-box5 .td3.drag {
  width: 126px;
  height: 276px;
}

.op-box5 .td3.active {
  position: absolute;
  left: 113px;
  top: 359px;
  z-index: 1;
  width: 126px;
  height: 276px;
}

.op-box5 .td4 {
  position: absolute;
  left: 479px;
  top: 1064px;
  z-index: 1;
  width: 115px;
  height: 168px;
}

.op-box5 .td4.drag {
  width: 71px;
  height: 104px;
}

.op-box5 .td4.active {
  position: absolute;
  left: 461px;
  top: 518px;
  z-index: 1;
  width: 71px;
  height: 104px;
}

.op-box5 .td5 {
  position: absolute;
  left: 620px;
  top: 1068px;
  z-index: 1;
  width: 79px;
  height: 160px;
}

.op-box5 .td5.drag {
  width: 123px;
  height: 250px;
}

.op-box5 .td5.active {
  position: absolute;
  left: 512px;
  top: 360px;
  z-index: 1;
  width: 123px;
  height: 250px;
}

@-webkit-keyframes scaleHide {
  100% {
    -webkit-transform: scale(2) translate3d(0, -100px, 0);
    transform: scale(2) translate3d(0, -100px, 0);
    opacity: 0;
  }
}

@keyframes scaleHide {
  100% {
    -webkit-transform: scale(2) translate3d(0, -100px, 0);
    transform: scale(2) translate3d(0, -100px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniOp1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

@keyframes aniOp1 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}

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

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

@-webkit-keyframes aniXF {
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

@keyframes aniXF {
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

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

.page-cover.scale-hide {
  -webkit-animation: scaleHide 1s ease-out forwards;
  animation: scaleHide 1s ease-out forwards;
}

.page-cover .jieninhuijia {
  position: absolute;
  left: 143px;
  top: 372px;
  z-index: 1;
  width: 468px;
  height: 106px;
}

.page-cover .fuxin1950 {
  position: absolute;
  left: 143px;
  top: 440px;
  z-index: 2;
  width: 468px;
  height: 105px;
}

.page-cover .xinfeng2 {
  position: absolute;
  left: 194px;
  top: 680px;
  z-index: 1;
  width: 369px;
  height: 253px;
  -webkit-transform: translate3d(100px, -100px, 0) scale(0.8);
  transform: translate3d(100px, -100px, 0) scale(0.8);
  opacity: 0;
}

.page-cover .xinfeng2.active {
  -webkit-animation: aniXF 1.2s ease-out forwards;
  animation: aniXF 1.2s ease-out forwards;
}

.page-cover .qinqi {
  position: absolute;
  left: 323px;
  top: 786px;
  z-index: 1;
  width: 106px;
  height: 55px;
}

.page-cover .hand {
  display: none;
  position: absolute;
  left: 348px;
  top: 980px;
  z-index: 2;
  width: 71px;
  height: 85px;
  -webkit-animation: aniOp2 1.2s linear infinite;
  animation: aniOp2 1.2s linear infinite;
}

.page-cover .shan-cover {
  position: absolute;
  left: 361px;
  top: 792px;
  z-index: 2;
  width: 32px;
  height: 32px;
  -webkit-animation: aniOp1 1.2s linear infinite;
  animation: aniOp1 1.2s linear infinite;
}

.page-cover .logo-rmwj {
  position: absolute;
  left: 256px;
  top: 1176px;
  z-index: 2;
  width: 237px;
  height: 44px;
}

.bottom-img {
  display: block;
  width: 100%;
  height: auto;
}

.scroll-outer {
  height: 100%;
  overflow: hidden;
}

.scroll-content {
  position: relative;
  font-size: 0;
  line-height: 0;
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
.slide-read::-moz-selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}
.slide-read::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}

.slide-read::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #fff1e8;
}

.slide-read::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

.slide-read::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
}

.slide-read::-webkit-scrollbar-thumb:hover {
  background: #cc0000;
}

.arrow-left2 {
  position: absolute;
  left: 119px;
  top: 914px;
  z-index: 4;
  width: 19px;
  height: 38px;
}

.arrow-right2 {
  position: absolute;
  left: 617px;
  top: 914px;
  z-index: 4;
  width: 19px;
  height: 38px;
}

.hm1 {
  position: absolute;
  left: 0px;
  top: 722px;
  z-index: 1;
  width: 750px;
  height: 622px;
}

.hm2 {
  position: absolute;
  left: 0px;
  top: 1357px;
  z-index: 1;
  width: 750px;
  height: 627px;
}

.hm3 {
  position: absolute;
  left: 0px;
  top: 2055px;
  z-index: 1;
  width: 750px;
  height: 898px;
}

.xj1 {
  position: absolute;
  left: 316px;
  top: 3066px;
  z-index: 1;
  width: 465px;
  height: 544px;
}

.xj2 {
  position: absolute;
  left: -60px;
  top: 3339px;
  z-index: 1;
  width: 481px;
  height: 563px;
}

.xj3 {
  position: absolute;
  left: 148px;
  top: 3756px;
  z-index: 1;
  width: 561px;
  height: 658px;
}

.yalujiang {
  position: absolute;
  left: 136px;
  top: 3646px;
  z-index: 1;
  width: 482px;
  height: 112px;
}

.junren {
  position: absolute;
  left: 0px;
  top: 4434px;
  z-index: 1;
  width: 750px;
  height: 1211px;
}

.junrenwen {
  position: absolute;
  left: 586px;
  top: 4526px;
  z-index: 1;
  width: 105px;
  height: 342px;
}

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

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

.btn-qukankan {
  display: none;
  position: absolute;
  left: 236px;
  top: 5669px;
  z-index: 3;
  width: 279px;
  height: 100px;
  top: auto;
  bottom: 50px;
  -webkit-animation: aniKk 1.2s linear infinite;
  animation: aniKk 1.2s linear infinite;
}

.img {
  width: 100%;
  height: auto;
}

.video-img {
  width: 100%;
  height: auto;
}

.video-box,
.video-box1 {
  display: none;
  position: absolute;
  left: 10%;
  bottom: 1%;
  width: 80%;
  height: auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.video-box .btn-play,
.video-box1 .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  margin-top: -5vw;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.video-box video,
.video-box1 video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ani2,
.ani1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}

[th] {
  position: relative;
  overflow: hidden;
}

.place-box {
  position: relative;
}

.place-img {
  width: 100%;
  height: auto;
}

.poster-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
}

.poster-wrap .poster {
  width: 100%;
  height: auto;
}

.poster-wrap .btn-close {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 60px;
  height: 60px;
  line-height: 40px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  background: #be8959;
}

.poster-wrap .save-tip {
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.poster-wrap .poster-inner {
  position: absolute;
  width: 600px;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}

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

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

.click-tip {
  position: absolute;
  left: 261px;
  top: 516px;
  -webkit-animation: aniClick 1.2s linear infinite;
  animation: aniClick 1.2s linear infinite;
}

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

.slide-mulu {
  background: #fff1e8;
}

.slide-mulu .left-rect {
  position: absolute;
  left: 33px;
  top: 0;
  width: 78px;
  height: 100%;
  background: #f8ded3;
}

.slide-mulu .mulu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 265px;
  background: #c1443e;
  color: #fff;
  text-align: center;
  font-size: 36px;
}

.slide-mulu .mulu i {
  position: absolute;
  left: 0;
  bottom: 0;
  font-style: normal;
}

.bottom-tip {
  position: absolute;
  left: 40%;
  bottom: 170px;
}

.client-box2 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-top: -50vh;
  margin-left: -50vw;
  background: #fff1e8;
}

.client-box2 .box-read {
  position: absolute;
  left: 0;
  top: 100px;
  bottom: 150px;
  width: 686px;
  width: 2186px;
  overflow: hidden;
}

.client-box2 .box-read.move-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.client-box2 .box-read.move-1 {
  -webkit-transform: translate3d(-718px, 0, 0);
  transform: translate3d(-718px, 0, 0);
  -webkit-transition: none;
  transition: none;
}

.client-box2 .box-read.move-2 {
  -webkit-transform: translate3d(-1468px, 0, 0);
  transform: translate3d(-1468px, 0, 0);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.client-box2 .box-read .item-read {
  position: absolute;
  top: 0;
  width: 686px;
  height: 100%;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: url(../images/bg-grid.jpg) repeat;
  border: 2px solid #cb514b;
  overflow: hidden;
}

.client-box2 .box-read .read1 {
  left: 32px;
  top: 0;
}

.client-box2 .box-read .read2 {
  left: 750px;
}

.client-box2 .box-read .read3 {
  left: 1500px;
}

.client-box2 .box-read .title-read {
  position: absolute;
  left: -30px;
  top: 25px;
}

.client-box2 .box-read .day2 {
  float: right;
  margin-right: 23px;
  margin-top: 33px;
  font-size: 44px;
  font-weight: bold;
  color: #cb514b;
}

.box-clip-box {
  position: relative;
  z-index: 2;
  margin-top: 128px;
  width: 680px;
  height: 592px;
  background: url(http://society.people.com.cn/NMediaFile/2022/0909/MAIN202209090900000184999583640.jpg) no-repeat;
  background-position: -56px -163px;
  background-size: 780px auto;
}

.box-clip-box:after {
  position: absolute;
  left: 70px;
  bottom: -43px;
  width: 75px;
  height: 43px;
  background: url(../images/sanjiao.png) center/contain no-repeat;
  content: "";
}

.box-tool {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  text-align: center;
}

.box-tool span {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  color: #c1443e;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  width: 223px;
  text-align: center;
}

.box-tool span:nth-child(1), .box-tool span:nth-child(2) {
  border-right: 1px solid #c1443e;
}

.box-tool span.tool-back {
  font-weight: bold;
}

.anli {
  height: 84px;
}

.anli-line {
  width: 616px;
  height: 100%;
  margin: 0 auto;
  padding-top: 20px;
  border-bottom: 2px solid #eab1a9;
}

.q-text-wrap {
  position: absolute;
  left: 5%;
  bottom: 85px;
  width: 90%;
  height: -webkit-calc(100% - 85px - 84px - 20px);
  height: calc(100% - 85px - 84px - 20px);
  font-size: 28px;
  color: #fff;
  text-indent: 2em;
  text-align: justify;
  overflow-y: auto;
  line-height: 1.5;
}

.q-text-wrap .q-text {
  width: 600px;
  margin: 0 auto;
  padding-right: 5px;
  padding-bottom: 10px;
}

.click-wrap {
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #ffef80;
  height: 50px;
}

.click-wrap .click-tip {
  position: absolute;
  left: 60%;
  top: 15px;
}

.modal-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.98);
  color: #3b494c;
  font-size: 32px;
  text-indent: 2em;
  line-height: 2;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  overflow: hidden;
  border: 2px solid #cb514b;
}

.modal-wrap .desc-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  max-height: 700px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  overflow-y: auto;
  text-align: left;
}

.modal-wrap .btn-close {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 220px;
  line-height: 1;
  padding: 20px 40px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #cb514b;
  text-indent: 0;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.bottom-q-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: -webkit-calc(100% - 128px - 592px);
  height: calc(100% - 128px - 592px);
  background: #cb514b;
  text-align: center;
}

.right-content {
  position: absolute;
  left: 33px;
  top: 282px;
  width: 700px;
  height: 1000px;
  overflow-y: auto;
}

.right-content header {
  position: relative;
  height: 63px;
}

.right-content header .left-week-count {
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 100%;
  background: #c1443e;
  color: #fff;
  font-size: 60px;
  line-height: 63px;
  font-weight: bold;
  text-align: center;
}

.right-content header .right-day-range-wrap {
  position: absolute;
  left: 100px;
  width: 588px;
  height: 100%;
  border-bottom: 1px solid #c1443e;
  color: #c1453f;
  line-height: 70px;
}

.right-content header .right-day-range-wrap .label-week {
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}

.right-content header .right-day-range-wrap .right-day-range {
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.right-content .list-content {
  margin-left: 100px;
  width: 588px;
  color: #646464;
  padding-top: 25px;
  font-size: 0;
}

.right-content .list-content li {
  cursor: pointer;
}

.right-content .list-content li:hover {
  background: #f8ded3;
}

.right-content .list-content .left-title {
  display: inline-block;
  vertical-align: top;
  width: 540px;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.right-content .list-content .right-date {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
}

.slide-tip1 {
  font-size: 24px;
}

.tool-prev2,
.tool-next2 {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  vertical-align: middle;
  color: #c1443e;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-indent: 0;
}

.tool-prev2 {
  left: 40px;
}

.tool-next2 {
  right: 40px;
}

.swiper-slide {
  overflow: hidden;
}

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

.btn-bottom-wrap {
  position: absolute;
  left: 0;
  bottom: 300px;
  width: 100%;
  text-align: center;
  color: #c1453f;
  font-size: 30px;
}

.btn-bottom-wrap span {
  display: inline-block;
  border: 2px solid;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 15px 30px;
}

.btn-bottom-wrap span:first-child {
  margin-right: 30px;
}
