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

*,
*::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(0.066667rem);
  filter: blur(5px);
  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: 13.333333rem;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 0.16rem !important;
}

.g-font14 {
  font-size: 0.186667rem !important;
}

.g-font16 {
  font-size: 0.213333rem !important;
}

.g-font18 {
  font-size: 0.24rem !important;
}

.g-font20 {
  font-size: 0.266667rem !important;
}

.g-font22 {
  font-size: 0.293333rem !important;
}

.g-font24 {
  font-size: 0.32rem !important;
}

.g-font28 {
  font-size: 0.373333rem !important;
}

.g-font30 {
  font-size: 0.4rem !important;
}

.g-font32 {
  font-size: 0.426667rem !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 0.48rem !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 0.533333rem !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 0.64rem !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 0.066667rem;
}

.g-mb-10 {
  margin-bottom: 0.133333rem;
}

.g-mb-15 {
  margin-bottom: 0.2rem;
}

.g-mb-20 {
  margin-bottom: 0.266667rem;
}

.g-mb-25 {
  margin-bottom: 0.333333rem;
}

.g-mb-30 {
  margin-bottom: 0.4rem;
}

.g-mb-40 {
  margin-bottom: 0.533333rem;
}

.g-mb-50 {
  margin-bottom: 0.666667rem;
}

.g-mb-60 {
  margin-bottom: 0.8rem;
}

.g-mb-80 {
  margin-bottom: 1.066667rem;
}

.g-mr-5 {
  margin-right: 0.066667rem;
}

.g-mr-10 {
  margin-right: 0.133333rem;
}

.g-mr-15 {
  margin-right: 0.2rem;
}

.g-mr-20 {
  margin-right: 0.266667rem;
}

.g-mr-25 {
  margin-right: 0.333333rem;
}

.g-mr-30 {
  margin-right: 0.4rem;
}

.g-mr-40 {
  margin-right: 0.533333rem;
}

.g-mr-50 {
  margin-right: 0.666667rem;
}

.g-mr-60 {
  margin-right: 0.8rem;
}

.g-mr-80 {
  margin-right: 1.066667rem;
}

.g-ml-5 {
  margin-left: 0.066667rem;
}

.g-ml-10 {
  margin-left: 0.133333rem;
}

.g-ml-15 {
  margin-left: 0.2rem;
}

.g-ml-20 {
  margin-left: 0.266667rem;
}

.g-ml-25 {
  margin-left: 0.333333rem;
}

.g-ml-30 {
  margin-left: 0.4rem;
}

.g-ml-40 {
  margin-left: 0.533333rem;
}

.g-ml-50 {
  margin-left: 0.666667rem;
}

.g-ml-60 {
  margin-left: 0.8rem;
}

.g-ml-80 {
  margin-left: 1.066667rem;
}

.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: 0.08rem;
}

.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, -0.346667rem, 0);
    transform: translate3d(0, -0.346667rem, 0);
    opacity: 0;
  }
}

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

  100% {
    -webkit-transform: translate3d(0, -0.346667rem, 0);
    transform: translate3d(0, -0.346667rem, 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(0.266667rem, -0.266667rem, 0);
    transform: translate3d(0.266667rem, -0.266667rem, 0);
  }
}

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

/* ====== auto export start ======  */

.cool-page0-1 {
  position: absolute;
  left: 3.32rem;
  top: 11.72rem;
  z-index: 1;
  width: 3.346667rem;
  height: 1.52rem;
}

.cool-page0-2 {
  position: absolute;
  left: 1.533333rem;
  top: 9.413333rem;
  z-index: 1;
  width: 6.946667rem;
  height: 1.72rem;
}

.cool-page0-3 {
  position: absolute;
  left: 0.64rem;
  top: 4.826667rem;
  z-index: 1;
  width: 8.933333rem;
  height: 2.306667rem;
}

.cool-page0-4 {
  position: absolute;
  left: 1.706667rem;
  top: 7.506667rem;
  z-index: 1;
  width: 6.253333rem;
  height: 1.306667rem;
}

.cool-page0-5 {
  position: absolute;
  left: 3.426667rem;
  top: 15.546667rem;
  z-index: 1;
  width: 1.386667rem;
  height: 1.893333rem;
}

.cool-page1-1 {
  position: absolute;
  left: 4.906667rem;
  top: 8.76rem;
  z-index: 1;
  width: 4.72rem;
  height: 3.893333rem;
}

.cool-page1-2 {
  position: absolute;
  left: 0.373333rem;
  top: 8.706667rem;
  z-index: 1;
  width: 4.72rem;
  height: 3.893333rem;
}

.cool-page1-3 {
  position: absolute;
  left: 0.6rem;
  top: 3.84rem;
  z-index: 1;
  width: 8.8rem;
  height: 1.053333rem;
}

.cool-page1-4 {
  position: absolute;
  left: 0.48rem;
  top: 2.426667rem;
  z-index: 1;
  width: 4.08rem;
  height: 0.866667rem;
}

.cool-page1-5 {
  position: absolute;
  left: 8.04rem;
  top: 15.093333rem;
  z-index: 1;
  width: 0.813333rem;
  height: 0.466667rem;
}

.cool-page1-6 {
  position: absolute;
  left: 7.853333rem;
  top: 14.706667rem;
  z-index: 1;
  width: 1.266667rem;
  height: 1.093333rem;
}

.cool-page1-7 {
  position: absolute;
  left: 0.533333rem;
  top: 5.373333rem;
  z-index: 1;
  width: 8.92rem;
  height: 2.973333rem;
}

.cool-page2-1 {
  position: absolute;
  left: 0.426667rem;
  top: 7.386667rem;
  z-index: 1;
  width: 9.12rem;
  height: 5.893333rem;
}

.cool-page2-2 {
  position: absolute;
  left: 0.533333rem;
  top: 3.893333rem;
  z-index: 1;
  width: 8.92rem;
  height: 2.973333rem;
}

.cool-page3-1 {
  position: absolute;
  left: 7.866667rem;
  top: 12.506667rem;
  z-index: 1;
  width: 2.08rem;
  height: auto;
}

.cool-page3-2 {
  position: absolute;
  left: 0.6rem;
  top: 3.813333rem;
  z-index: 1;
  width: 8.8rem;
  height: 1.08rem;
}

.cool-page3-3 {
  position: absolute;
  left: 0.466667rem;
  top: 10.56rem;
  z-index: 1;
  width: 9.026667rem;
  height: 1.826667rem;
}

.cool-page3-4 {
  position: absolute;
  left: 0.466667rem;
  top: 8.066667rem;
  z-index: 1;
  width: 9.026667rem;
  height: 2.226667rem;
}

.cool-page3-5 {
  position: absolute;
  left: 0.466667rem;
  top: 5.573333rem;
  z-index: 1;
  width: 9.026667rem;
  height: 2.226667rem;
}

.cool-page4-1 {
  position: absolute;
  left: 0.466667rem;
  top: 9.866667rem;
  z-index: 1;
  width: 9.026667rem;
  height: 1.826667rem;
}

.cool-page4-2 {
  position: absolute;
  left: 0.466667rem;
  top: 6.573333rem;
  z-index: 1;
  width: 9.026667rem;
  height: 2.88rem;
}

.cool-page4-3 {
  position: absolute;
  left: 0.466667rem;
  top: 4.08rem;
  z-index: 1;
  width: 9.026667rem;
  height: 2.226667rem;
}

.cool-page5-1 {
  position: absolute;
  left: 3.52rem;
  top: 13.36rem;
  z-index: 1;
  width: 2.933333rem;
  height: 1.2rem;
  display: none;
}

.cool-page5-2 {
  position: absolute;
  left: 3.506667rem;
  top: 10.226667rem;
  z-index: 1;
  width: 2.96rem;
  height: 3.88rem;
}

.cool-page5-3 {
  position: absolute;
  left: 0.6rem;
  top: 3.813333rem;
  z-index: 1;
  width: 8.8rem;
  height: 1.08rem;
}

.cool-page5-4 {
  position: absolute;
  left: 0.613333rem;
  top: 5.426667rem;
  z-index: 1;
  width: 8.6rem;
  height: 4.32rem;
}

/* ====== auto export end ====== */

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

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

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

.music-fixed {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  width: 0.666667rem;
  height: 0.666667rem;
  z-index: 99999;
  background: url(../images/music-active.png) center/contain no-repeat;
}

.music-fixed.muted {
  background: url(../images/music-muted.png) center/contain no-repeat;
}

.main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
}

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

.page1508 {
  width: 10rem;
  height: 20.106667rem;
}

.shadow {
  -webkit-border-radius: 0.24rem;
  border-radius: 0.24rem;
  -webkit-box-shadow: 0.053333rem 0.053333rem 0.12rem rgba(0, 0, 0, 0.4);
  box-shadow: 0.053333rem 0.053333rem 0.12rem rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes aniArrowLeft {
  0%, 100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-0.053333rem, 0, 0);
    transform: translate3d(-0.053333rem, 0, 0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes aniArrowLeft {
  0%, 100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-0.053333rem, 0, 0);
    transform: translate3d(-0.053333rem, 0, 0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.music {
  /* display: none; */
  position: fixed;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 99;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 0.666667rem;
  height: 0.666667rem;
  background: url(../images/music-muted.png) center/contain no-repeat;
}

.music.active {
  background-image: url(../images/music-active.png);
}

.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: 0.266667rem;
  margin-right: 0.266667rem;
}

@media all and (min-device-width: 667px) and (max-device-width: 9666px) {
  .btn-save,
  .btn-share {
    display: none;
  }
}

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

.toast {
  display: none;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 4;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.266667rem 0.8rem;
  font-size: 0.426667rem;
}

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

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

.loading-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999999999;
  width: 10rem;
  height: 20.106667rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.loading-wrap .loading-tip {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  text-align: center;
  color: #ce5d68;
  text-decoration: underline;
  font-style: italic;
}

.loading-wrap .loading-count {
  position: absolute;
  left: 0;
  top: 10.693333rem;
  width: 100%;
  text-align: center;
  color: #ead1a1;
  margin-top: 0.133333rem;
  font-weight: bold;
  font-size: 0.533333rem;
}

.loading-wrap .loading-bar-img {
  position: absolute;
  left: 1.466667rem;
  top: 9.52rem;
  z-index: 2;
  width: 7.146667rem;
  height: 0.96rem;
}

.loading-wrap .logo1 {
  position: absolute;
  left: 3.76rem;
  top: 6.546667rem;
  z-index: 2;
  width: 2.4rem;
  height: 2.4rem;
}

.loading-wrap .bar-outer {
  position: absolute;
  left: 1.72rem;
  top: 9.786667rem;
  z-index: 2;
  width: 6.666667rem;
  height: 0.28rem;
  background: #8e1b11;
}

.loading-wrap .bar-inner {
  position: absolute;
  left: 0;
  width: 1%;
  height: 100%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #ead1a1;
}

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

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

.logo1 {
  -webkit-animation: aniLoading1 2s linear infinite;
  animation: aniLoading1 2s linear infinite;
}

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

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

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

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

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

  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

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

  50% {
    opacity: 0.4;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@-webkit-keyframes aniFlash3 {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(3deg);
    transform: scale(1) rotate(3deg);
  }

  50% {
    opacity: 0.8;
    -webkit-transform: scale(0.95) rotate(0deg);
    transform: scale(0.95) rotate(0deg);
  }
}

@keyframes aniFlash3 {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(3deg);
    transform: scale(1) rotate(3deg);
  }

  50% {
    opacity: 0.8;
    -webkit-transform: scale(0.95) rotate(0deg);
    transform: scale(0.95) rotate(0deg);
  }
}

@-webkit-keyframes aniOpen {
  100% {
    opacity: 0;
    -webkit-transform: scale(3) rotate(3deg);
    transform: scale(3) rotate(3deg);
  }
}

@keyframes aniOpen {
  100% {
    opacity: 0;
    -webkit-transform: scale(3) rotate(3deg);
    transform: scale(3) rotate(3deg);
  }
}

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

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

.cover-logo1 {
  position: absolute;
  left: 0;
  top: 3.026667rem;
  z-index: 2;
  width: 4.413333rem;
  height: 1.146667rem;
  height: auto;
}

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

.page-cover .xinfeng {
  display: none;
  position: absolute;
  left: 0.066667rem;
  top: 5.946667rem;
  z-index: 2;
  width: 9.906667rem;
  height: 6.373333rem;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.01) translate3d(0, -2.666667rem, 0);
  transform: scale(0.01) translate3d(0, -2.666667rem, 0);
}

.page-cover .xinfeng.active {
  -webkit-animation: aniEnv 1s ease-out 1 forwards;
  animation: aniEnv 1s ease-out 1 forwards;
}

.page-cover .btn-click {
  display: none;
  position: absolute;
  left: 5.933333rem;
  top: 10.92rem;
  z-index: 3;
  width: 1.506667rem;
  height: 1.96rem;
  -webkit-animation: aniFlash 1.2s linear infinite;
  animation: aniFlash 1.2s linear infinite;
}

.page-cover .kaiqi {
  position: absolute;
  left: 4.493333rem;
  top: 10.186667rem;
  z-index: 5;
  width: 1rem;
  height: 1rem;
}

.page-cover .xinfeng-bottom {
  display: none;
  position: absolute;
  left: 0.186667rem;
  top: 6.24rem;
  z-index: 1;
  width: 9.653333rem;
  height: 7.48rem;
}

.page-cover .xinfeng-top {
  display: none;
  position: absolute;
  left: 0.12rem;
  top: 9.493333rem;
  z-index: 3;
  width: 9.706667rem;
  height: 4.693333rem;
  height: auto;
}

.page-cover .kaiqi {
  display: none;
}

.page-cover .kaiqi.active {
  -webkit-animation: aniFlash 1.2s linear infinite;
  animation: aniFlash 1.2s linear infinite;
}

.page-cover .middle {
  display: none;
  position: absolute;
  left: 0.133333rem;
  top: 5.2rem;
  z-index: 2;
  width: 9.666667rem;
  height: 7.52rem;
  overflow: hidden;
}

.page-cover .middle.active img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.page-cover .middle img {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 6.666667rem, 0);
  transform: translate3d(0, 6.666667rem, 0);
  width: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.arrow-up {
  position: absolute;
  left: 4.546667rem;
  top: 15.573333rem;
  z-index: 2;
  width: 0.893333rem;
  height: 0.573333rem;
}

.sidai {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: auto;
}

.sidai2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 2.133333rem;
  background: url(../images/sidai2.png) center/100% 100% no-repeat;
}

.client-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
}

@-webkit-keyframes aniDown {
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.266667rem, 0);
    transform: translate3d(0, 0.266667rem, 0);
  }
}

@keyframes aniDown {
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.266667rem, 0);
    transform: translate3d(0, 0.266667rem, 0);
  }
}

.ani-down {
  -webkit-animation: aniDown 1.2s linear infinite;
  animation: aniDown 1.2s linear infinite;
}

.page-testv {
  overflow-x: scroll;
  height: 10.666667rem;
}

.page-testv img {
  width: 25.706667rem;
  height: 13.693333rem;
}

.scrollbar::-webkit-scrollbar {
  width: 0.133333rem;
  background: #f00;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.08rem rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.133333rem;
  border-radius: 0.133333rem;
}

.scrollbar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.133333rem;
  border-radius: 0.133333rem;
  -webkit-box-shadow: inset 0 0 0.08rem rgba(0, 0, 0, 0.5);
  background: #8e1b11;
}

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

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

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

.page-lead .page1508 {
  z-index: 4;
}

.page-lead .page1508 .bottom-touch-area {
  position: absolute;
  left: 0;
  width: 100%;
  top: 15.6rem;
  height: 8rem;
}

.page-lead .text-box {
  color: #fff;
  position: absolute;
  left: 1.186667rem;
  top: 5.173333rem;
  z-index: 1;
  width: 7.866667rem;
  height: 10.133333rem;
  overflow: scroll;
  padding-right: 0.32rem;
  text-align: justify;
}

.page-lead .text-box p {
  text-indent: 2em;
  font-size: 0.346667rem;
  line-height: 1.5;
}

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

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

.swiper-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-box .swiper-container {
  width: 100%;
  height: 100%;
}

@media screen and (orientation: portrait) {
  .h-box {
    position: absolute;
    left: 0;
    top: 0;
    background: #ce5d68;
    width: 100vh;
    height: 100vw;
    z-index: 9999;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    margin-top: -10rem;
    overflow: hidden;
  }
}

.ans-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-ans.jpg) center/cover no-repeat #228cfc;
}

.ans-box.page-choujiang {
  background: url(../images/bg-chaihe.jpg) center bottom/cover no-repeat #228cfc;
}

.ans-box .manghe-box {
  display: none;
  position: absolute;
  left: 50%;
  width: 9rem;
  margin-left: -4.666667rem;
  height: 8.933333rem;
  top: 1.053333rem;
}

.ans-box .manghe-box .building {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.ans-box .manghe-box .box-gift {
  position: absolute;
  left: 0.533333rem;
  bottom: 2.8rem;
  z-index: 2;
  width: 7.64rem;
  height: 6.04rem;
  -webkit-animation: aniFlash3 1.2s ease infinite;
  animation: aniFlash3 1.2s ease infinite;
}

.ans-box .manghe-box .box-gift.open {
  -webkit-animation: aniOpen 1.2s ease-out forwards;
  animation: aniOpen 1.2s ease-out forwards;
}

.ans-box .manghe-box .gongzai1 {
  position: absolute;
  left: 0.533333rem;
  bottom: 2.8rem;
  z-index: 2;
  width: 1.626667rem;
  height: 1.88rem;
}

.ans-box .manghe-box .gongzai2 {
  position: absolute;
  left: 6.533333rem;
  bottom: 0.666667rem;
  z-index: 2;
  width: 1.626667rem;
  height: 1.813333rem;
}

.ans-box .manghe-box .btn-chaikai {
  position: absolute;
  left: 2.8rem;
  bottom: 0.4rem;
  width: 3.4rem;
  height: 1.213333rem;
}

.ans-box .prize-box {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0.933333rem;
  width: 9.68rem;
  height: 7.12rem;
}

.ans-box .prize-box.no-prize {
  bottom: 0.4rem;
}

.ans-box .prize-box.no-prize .btn-handle-prize {
  bottom: 0.533333rem;
}

.ans-box .prize-box .img-prize {
  width: 100%;
  height: auto;
}

.ans-box .prize-box .btn-handle-prize {
  position: absolute;
  left: 3.066667rem;
  bottom: 0;
  width: 3.4rem;
  height: 1.213333rem;
}

.ans-box .hdgz {
  position: absolute;
  left: 4rem;
  top: 1.333333rem;
  z-index: 10;
  width: 12.533333rem;
  max-width: 70%;
  height: 7.733333rem;
  background: #fff;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
  -webkit-border-bottom-left-radius: 0.533333rem;
  border-bottom-left-radius: 0.533333rem;
  -webkit-border-bottom-right-radius: 0.533333rem;
  border-bottom-right-radius: 0.533333rem;
}

.ans-box .hdgz .top-head img {
  width: 100%;
  height: auto;
}

.ans-box .hdgz .bottom-content {
  max-height: 4.8rem;
  overflow: auto;
  padding: 0.533333rem;
}

.ans-box .hdgz .bottom-content p.bold {
  font-weight: bold;
  margin-top: 0.4rem;
}

.ans-box .hdgz .bottom-content p.bold:first-child {
  margin-top: 0;
}

.ans-box .hdgz .bottom-content p.bold span {
  display: inline-block;
  width: 0.666667rem;
  height: 0.666667rem;
  background: #0898ff;
  text-align: center;
  line-height: 0.746667rem;
  -webkit-border-radius: 0.666667rem;
  border-radius: 0.666667rem;
  vertical-align: middle;
  margin-right: 0.133333rem;
}

.ans-box .hdgz .bottom-content p {
  color: #323337;
  font-size: 0.373333rem;
  line-height: 1.6;
  margin-bottom: 0.133333rem;
}

.ans-box .hdgz .btn-qudati {
  position: absolute;
  left: 50%;
  bottom: -0.333333rem;
  width: 3.4rem;
  margin-left: -1.706667rem;
  height: 1.213333rem;
}

.ans-box .logo-left {
  position: absolute;
  left: 0;
  top: 0.893333rem;
  width: 4.946667rem;
  max-width: -webkit-calc((100vh - 10.48rem) / 2.4);
  max-width: calc((100vh - 10.48rem) / 2.4);
}

.ans-box .center-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 10.48rem;
  height: 100%;
}

.ans-box .score-box {
  display: none;
  position: absolute;
  left: 0.746667rem;
  top: 0.6rem;
  width: 8.986667rem;
  height: 8.706667rem;
  margin: 0 auto;
}

.ans-box .score-box .score-card-wrap {
  width: 100%;
  height: 100%;
}

.ans-box .score-box .score-card-wrap .score-card {
  width: 100%;
  height: 100%;
}

.ans-box .score-box .btn-goto {
  position: absolute;
  left: 2.773333rem;
  bottom: 0.4rem;
  width: 3.4rem;
  height: 1.226667rem;
  z-index: 2;
}

.ans-box .list-tm {
  margin-top: 0.64rem;
}

.ans-box .list-tm li {
  display: none;
  position: relative;
  width: 10.48rem;
  height: 9.106667rem;
  padding: 1.186667rem 0.32rem 0;
  background: url(../images/bg-tm.png) center/100% 100% no-repeat;
  padding-right: 0.666667rem;
}

.ans-box .list-tm li:first-child {
  display: block;
}

.ans-box .list-tm li .options-wrap {
  width: 8.453333rem;
  margin-left: 0.173333rem;
}

.ans-box .list-tm li .options-wrap .row {
  background: #fdf3f4;
  margin-bottom: 0.533333rem;
  padding-left: 0.346667rem;
  padding-top: 0.133333rem;
  padding-bottom: 0.133333rem;
  -webkit-border-radius: 0.106667rem;
  border-radius: 0.106667rem;
}

.ans-box .list-tm li .options-wrap .row.ans {
  background: #ccc;
}

.ans-box .list-tm li .options-wrap .row.right .result-check {
  background: url(../images/right.png) center/contain no-repeat;
}

.ans-box .list-tm li .options-wrap .row.wrong .result-check {
  background: url(../images/wrong.png) center/contain no-repeat;
}

.ans-box .list-tm li .options-wrap .option {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.453333rem;
  font-weight: bold;
  min-width: 5.666667rem;
  max-width: 6.266667rem;
  text-align: left;
}

.ans-box .list-tm li .options-wrap .result-check {
  display: inline-block;
  vertical-align: middle;
  width: 0.746667rem;
  height: 0.8rem;
}

.ans-box .list-tm li .options-wrap .alpha {
  width: 0.853333rem;
  height: 0.853333rem;
  margin-right: 0.053333rem;
  vertical-align: middle;
}

.ans-box .list-tm li .left-index {
  position: absolute;
  left: -0.213333rem;
  top: -0.213333rem;
  width: 2.066667rem;
  height: 2.013333rem;
}

.ans-box .list-tm li .t-text {
  display: block;
  font-weight: bold;
  min-height: 2.533333rem;
  font-size: 0.453333rem;
  margin-bottom: 0.4rem;
  line-height: 2;
  color: #000;
  text-align: justify;
  color: #fff;
  padding-right: 0.106667rem;
  text-indent: 1.733333rem;
}

.ans-box .list-tm li .t-text span {
  position: relative;
  background: #febd57;
  padding-bottom: 0.066667rem;
  padding-top: 0.053333rem;
  padding-right: 0.266667rem;
}

.ans-box .list-tm li .t-text span:first-child {
  padding-left: 0.266667rem;
}

.ans-box .right-toolbox {
  position: absolute;
  left: 50%;
  top: 0.666667rem;
  z-index: 8;
  margin-left: 5.733333rem;
  max-width: -webkit-calc((100vh - 10.48rem) / 2.1);
  max-width: calc((100vh - 10.48rem) / 2.1);
}

.ans-box .right-toolbox .top-music {
  width: 1.066667rem;
  height: 1.066667rem;
  margin: 0 auto;
  margin-bottom: 0.133333rem;
  background: url(../images/music1.png) center/contain no-repeat;
}

.ans-box .right-toolbox .top-music.muted {
  background: url(../images/music2.png) center/contain no-repeat;
}

.ans-box .right-toolbox .bottom-btns {
  font-size: 0;
}

.ans-box .right-toolbox .bottom-btns .btn-box {
  position: relative;
  display: inline-block;
  max-width: 50%;
  vertical-align: top;
  width: 0.853333rem;
}

.ans-box .right-toolbox .bottom-btns .btn-box:first-child {
  margin-right: 0.133333rem;
}

.ans-box .right-toolbox .bottom-btns .btn-box img {
  max-width: 100%;
}

.ans-box .right-toolbox .bottom-btns .btn-box2 .prize-count {
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  bottom: -0.106667rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  background: #e14335;
  -webkit-border-radius: 0.266667rem;
  border-radius: 0.266667rem;
  font-size: 0.266667rem;
  text-align: center;
  border: 0.026667rem solid #fff;
}

@media screen and (orientation: landscape) {
  .v-box {
    display: none;
  }

  .h-box {
    position: absolute;
    left: 0;
    top: 0;
    background: #ce5d68;
    width: 100%;
    height: 100%;
  }
}

.h-box h1 {
  position: absolute;
  color: #fff;
  font-size: 0.666667rem;
  margin-top: 0.533333rem;
}

.h-box .center-test {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15.04rem;
  height: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.icon-click {
  position: absolute;
  width: 0.813333rem;
  height: 0.813333rem;
  -webkit-animation: aniFlash2 1.2s linear infinite;
  animation: aniFlash2 1.2s linear infinite;
}

.swiper-box .arrow-top {
  position: absolute;
  left: 50%;
  top: 0.4rem;
  margin-left: -0.44rem;
  width: 0.893333rem;
  height: 0.573333rem;
  z-index: 2;
}

.swiper-box .arrow-down {
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  margin-right: -0.44rem;
  width: 0.893333rem;
  height: 0.573333rem;
  z-index: 2;
}

.swiper-box .show-box.no-nav .top-nav {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}

.swiper-box .show-box.no-nav .bottom-content {
  margin-top: 0.4rem;
  height: 100%;
  padding-bottom: 0.8rem;
}

.swiper-box .show-box.no-nav .bottom-content .bottom-outer .img-content {
  height: 100%;
  margin-bottom: 0.266667rem;
}

.swiper-box .show-box.no-nav2 .top-nav {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}

.swiper-box .show-box.no-nav2 .bottom-content {
  margin-right: 0;
  height: 100%;
}

.swiper-box .swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-box .swiper-slide .page1508.top {
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.swiper-box .swiper-slide .page1508.top .show-box {
  top: 0;
  margin-top: -webkit-calc(50vh - 7.52rem);
  margin-top: calc(50vh - 7.52rem);
}

.swiper-box .swiper-slide .page1508.bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.swiper-box .swiper-slide .page1508.bottom .show-box {
  top: auto;
  bottom: 0;
  margin-top: auto;
  margin-bottom: -webkit-calc(50vh - 7.52rem);
  margin-bottom: calc(50vh - 7.52rem);
}

.swiper-box .swiper-slide:nth-child(1) .page1508 {
  background: url(../images/bg1.jpg) left top/cover no-repeat;
}

.swiper-box .swiper-slide:nth-child(1) .click1 {
  left: 4.613333rem;
  top: 1.84rem;
}

.swiper-box .swiper-slide:nth-child(1) .click2 {
  left: 4.466667rem;
  top: 7.853333rem;
}

.swiper-box .swiper-slide:nth-child(1) .click3 {
  left: 5.2rem;
  top: 11.586667rem;
}

.swiper-box .swiper-slide:nth-child(2) .page1508 {
  background: url(../images/bg2.jpg) left top/cover no-repeat;
}

.swiper-box .swiper-slide:nth-child(2) .click1 {
  left: 5.453333rem;
  top: 5.48rem;
}

.swiper-box .swiper-slide:nth-child(2) .click2 {
  left: 5.853333rem;
  top: 9.613333rem;
}

.swiper-box .swiper-slide:nth-child(2) .click3 {
  left: 5.613333rem;
  top: 15.386667rem;
}

.swiper-box .swiper-slide:nth-child(3) .page1508 {
  background: url(../images/bg3.jpg) left top/cover no-repeat;
}

.swiper-box .swiper-slide:nth-child(3) .click1 {
  left: 5.24rem;
  top: 5.88rem;
}

.swiper-box .swiper-slide:nth-child(3) .click2 {
  left: 5.306667rem;
  top: 13.2rem;
}

.swiper-box .swiper-slide:nth-child(4) .page1508 {
  background: url(../images/bg4.jpg) left top/cover no-repeat;
}

.swiper-box .swiper-slide:nth-child(4) .click1 {
  left: 4.986667rem;
  top: 11.6rem;
}

.swiper-box .swiper-slide:nth-child(5) .page1508 {
  background: url(../images/bg5.jpg) left top/cover no-repeat;
}

.swiper-box .swiper-slide:nth-child(5) .click1 {
  left: 4.293333rem;
  top: 8.64rem;
}

.swiper-box .swiper-slide:nth-child(6) .page1508 {
  background: url(../images/bg-end.jpg) left top/cover no-repeat;
}

.swiper-box .swiper-slide:nth-child(6) .btn-answer {
  position: absolute;
  left: 3rem;
  top: 8.253333rem;
  z-index: 2;
  width: 1.053333rem;
  height: 4.373333rem;
  -webkit-animation: aniFlash2 1.2s linear infinite;
  animation: aniFlash2 1.2s linear infinite;
}

.sidai3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 100%;
  z-index: 3;
  background: url(../images/sidai3.png) center/100% 100% no-repeat;
}

.show-box {
  display: none;
  position: absolute;
  left: 2rem;
  top: 50%;
  margin-top: -7.52rem;
  width: 7.333333rem;
  height: 15.04rem;
  background: #fff;
  -webkit-border-radius: 0.213333rem;
  border-radius: 0.213333rem;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.show-box .btn-close-box {
  position: absolute;
  right: 0.266667rem;
  bottom: 0.266667rem;
  z-index: 3;
  width: 0.773333rem;
  height: 0.773333rem;
}

.show-box .top-nav {
  position: relative;
  margin-right: 0.373333rem;
  margin-left: 0.373333rem;
  height: 1rem;
  border-bottom: 0.026667rem solid #d2cdcc;
  margin-bottom: 0.373333rem;
}

.show-box .top-nav img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0.426667rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.show-box .bottom-content {
  position: relative;
  margin-right: 0.24rem;
  overflow: auto;
  height: 13.36rem;
}

.show-box .bottom-content .bottom-outer {
  position: relative;
  height: 100%;
  overflow: auto;
  text-align: right;
}

.show-box .bottom-content .bottom-outer .img-content {
  height: 94%;
  width: auto;
}

.show-box .bottom-content .bottom-outer .img-content.center {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.show-box .bottom-content .bottom-outer.bigger {
  overflow: auto;
}

.show-box .bottom-content .bottom-outer.bigger .img-content {
  height: 322%;
  width: auto;
}

.v-box {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10001;
  height: 100%;
  background: url(../images/bg-common.jpg) center/cover no-repeat #780014;
}

.v-box .page1508 {
  width: 100%;
}

.v-box2 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10002;
  height: 100%;
}

.page-info {
  height: 100%;
  background: url(../images/bg-edit.jpg) top center/cover no-repeat;
  padding-top: 0.986667rem;
}

.page-info .logo2-wrap {
  text-align: left;
  margin-bottom: 0.4rem;
}

.page-info .logo2-wrap img {
  width: 4.133333rem;
}

.page-info .row-rcode {
  overflow: hidden;
  padding-bottom: 0.133333rem;
  text-align: right;
  padding-right: 0.666667rem;
}

.page-info .submit-wrap {
  text-align: center;
}

.page-info .submit-wrap img {
  width: 6.133333rem;
  height: auto;
}

.page-info .row-input {
  border-bottom: 0.026667rem solid #dcdcdc;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  font-size: 0.346667rem;
}

.page-info .row-input.row-tip {
  border: 0;
  text-align: right;
  padding-right: 0.666667rem;
  color: #9a9a9a;
}

.page-info .row-input ::-webkit-input-placeholder {
  color: #9a9a9a;
}

.page-info .row-input ::-moz-placeholder {
  color: #9a9a9a;
}

.page-info .row-input :-ms-input-placeholder {
  color: #9a9a9a;
}

.page-info .row-input ::placeholder {
  color: #9a9a9a;
}

.page-info .row-input input {
  vertical-align: middle;
  text-align: right;
  width: 90%;
}

.page-info .row-input input[readonly] {
  color: #9a9a9a;
}

.page-info .row-input .input-code {
  width: 2.8rem;
}

.page-info .row-input .rcode-box {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  float: left;
}

.page-info .row-input .rcode-box img {
  width: 100%;
  height: auto;
}

.page-info .row-input .right-input-box {
  display: inline-block;
  vertical-align: middle;
}

.page-info .row-input .btn-code {
  display: inline-block;
  width: 2.133333rem;
  padding: 0.2rem 0;
  text-align: center;
  background: #0898ff;
  -webkit-border-radius: 1.333333rem;
  border-radius: 1.333333rem;
  color: #fff;
}

.page-info .row-input .btn-code:disabled,
.page-info .row-input .btn-code[disabled] {
  background: #c3d4ee;
}

.page-info .row-input .select-size {
  background: transparent;
  -webkit-appearance: none;
  color: #9a9a9a;
}

.page-info .row-input .select-size.selected {
  color: #000;
}

.page-info .row-input .select-size[disabled] {
  color: #9a9a9a;
}

.page-info .row-input .icon-left {
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: middle;
  margin-right: 0.106667rem;
}

.page-info .row-input .label-input {
  display: inline-block;
  width: 1.6rem;
  vertical-align: middle;
  font-size: 0.373333rem;
  font-weight: bold;
}

.page-info .row-input .right-wrap {
  display: inline-block;
  width: 5.506667rem;
  text-align: right;
  padding-right: 0.266667rem;
}

.page-info .row-sex {
  display: none;
}

.page-info .row-sex .sex {
  display: inline-block;
  vertical-align: middle;
  color: #9a9a9a;
}

.page-info .row-sex .sex.active {
  color: #000;
}

.page-info .row-sex .sex.active i {
  opacity: 1;
}

.page-info .row-sex .sex i {
  display: inline-block;
  width: 0.533333rem;
  height: 0.533333rem;
  opacity: 0.4;
  vertical-align: middle;
}

.page-info .row-sex .sex i.icon-sex-male {
  background: url(../images/input-nan.png) center/contain no-repeat;
}

.page-info .row-sex .sex i.icon-sex-female {
  background: url(../images/input-nv.png) center/contain no-repeat;
}

.page-info .row-sex .sex .sex-type {
  vertical-align: middle;
}

.page-info .row-shoes {
  display: none;
}

.page-info .box-info {
  position: relative;
  background: #fff;
  width: 9.066667rem;
  margin: 0 auto;
  -webkit-border-radius: 0.533333rem;
  border-radius: 0.533333rem;
  padding: 0.4rem;
  padding-top: 0.8rem;
  padding-right: 0.106667rem;
  padding-bottom: 1.2rem;
}

.page-info .box-info .bottom-text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.066667rem;
  line-height: 1.066667rem;
  color: #fff;
  text-align: center;
  width: 9.066667rem;
  font-size: 0.346667rem;
  -webkit-border-bottom-left-radius: 0.533333rem;
  border-bottom-left-radius: 0.533333rem;
  -webkit-border-bottom-right-radius: 0.533333rem;
  border-bottom-right-radius: 0.533333rem;
  background: #a6bee1;
}

.page-info .box-info.needsize .row-sex {
  display: block;
}

.page-info .box-info.needsize .row-shoes {
  display: block;
}

.page-profile {
  height: 100%;
  background: #fff;
  padding-top: 0.986667rem;
}

.page-profile.status1 .btn-see-info {
  display: block;
}

.page-profile.status1 .btn-edit-info {
  display: none;
}

.page-profile.status1 .profile-no-prize {
  display: none;
}

.page-profile.status2 .btn-see-info {
  display: none;
}

.page-profile.status2 .btn-edit-info {
  display: block;
}

.page-profile.status2 .profile-no-prize {
  display: none;
}

.page-profile.status3 .btn-see-info {
  display: none;
}

.page-profile.status3 .btn-edit-info {
  display: none;
}

.page-profile.status3 .my-prize {
  display: none;
}

.page-profile.status3 .list-prize {
  display: none;
}

.page-profile.status3 .profile-no-prize {
  display: block;
}

.page-profile.status3 .wangguan {
  display: none;
}

.page-profile .logo2-wrap {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: 4.226667rem;
}

.page-profile .logo2-wrap img {
  width: 4.133333rem;
}

.page-profile .music2 {
  position: absolute;
  right: 0.4rem;
  top: 2.666667rem;
  z-index: 10;
  width: 1.066667rem;
  height: 1.066667rem;
  background: url(../images/music1.png) center/contain no-repeat;
}

.page-profile .music2.muted {
  background: url(../images/music2.png) center/contain no-repeat;
}

.page-profile .btn-guize2 {
  position: absolute;
  right: 0.533333rem;
  top: 4.8rem;
  z-index: 4;
  width: 0.933333rem;
  height: 2.96rem;
}

.page-profile .btn-qudati2 {
  position: absolute;
  right: 0.533333rem;
  top: 8.266667rem;
  z-index: 4;
  width: 0.933333rem;
}

.page-profile .nickname {
  text-align: center;
  color: #333333;
  font-size: 0.4rem;
  margin-bottom: 0.533333rem;
}

.page-profile .top-curve {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 5.72rem;
}

.page-profile .top-curve img {
  width: 100%;
}

.page-profile .avatar {
  position: absolute;
  left: 4.266667rem;
  top: 4.933333rem;
  z-index: 1;
  width: 1.346667rem;
  height: 1.346667rem;
  -webkit-border-radius: 1.346667rem;
  border-radius: 1.346667rem;
}

.page-profile .wangguan {
  position: absolute;
  left: 4.4rem;
  top: 4.4rem;
  z-index: 1;
  width: 1.2rem;
  height: 0.746667rem;
}

.page-profile .prize-list-box {
  width: 6rem;
  margin: 0 auto;
}

.page-profile .prize-list-box .my-prize {
  margin-bottom: 0.533333rem;
}

.page-profile .prize-list-box .my-prize img {
  width: 100%;
  height: auto;
}

.page-profile .prize-list-box li {
  padding-left: 0.133333rem;
  border-bottom: 0.026667rem solid #f4f4f4;
  padding-bottom: 0.266667rem;
  margin-bottom: 0.4rem;
}

.page-profile .prize-list-box li .img-prize2 {
  width: 1.333333rem;
  height: 1.333333rem;
  vertical-align: middle;
}

.page-profile .prize-list-box li span {
  margin-left: 0.986667rem;
  font-size: 0.373333rem;
  color: #333333;
}

.page-profile .see-info img {
  width: 6.333333rem;
  height: auto;
}

.page-profile .profile-no-prize {
  text-align: center;
}

.page-profile .profile-no-prize .img-no {
  width: 6.666667rem;
  height: auto;
}

.page-profile .profile-no-prize .btn-continue-ans {
  width: 2.506667rem;
  height: auto;
}