@charset "utf-8";
html,
body,
div,
p,
form,
input,
button,
select,
img {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  font-family: Helvetica;
}
body {
  max-width: 640px;
  margin: 0px auto;
  height: 100%;
  font-family: Helvetica;
  font-size: 1rem;
  background: #fff;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 321px) and (max-width: 384px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 385px) and (max-width: 375px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 376px) and (max-width: 420px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 421px) and (max-width: 500px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 601px) {
  html {
    font-size: 24px;
  }
}
a {
  text-decoration: none;
}
i,
strong,
em {
  font-weight: normal;
  font-style: normal;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
body > img:last-of-type {
  display: none;
}
:-moz-placeholder {
  color: #c7c7c7;
}
::-webkit-input-placeholder {
  color: #c7c7c7;
}
:-ms-input-placeholder {
  color: #c7c7c7;
}
::placeholder {
  color: #c7c7c7;
}
/*去掉苹果设备input_CSS样式*/
input,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Helvetica;
  outline: none;
}
.actCon {
  position: relative;
  padding-bottom: 4.28571429rem;
  background: #ffd10e;
  overflow: hidden;
}
.errorTips {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -3rem;
  font-size: 1.143rem;
  color: #fff;
  z-index: 100;
  text-align: center;
}
.errorTips p {
  display: inline-block;
  min-height: 3rem;
  line-height: 2rem;
  width: 80%;
  max-width: 580px;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.5rem;
}
.actFlow {
  position: relative;
}
.actFlowBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.selectDraw {
  padding: 10% 8%;
  text-align: center;
}
.selectDraw .title {
  font-size: 0.78571429rem;
  color: #201175;
}
.selectDraw h3 {
  font-size: 1.21428571rem;
}
.selectDraw ul {
  margin-top: 1.5rem;
}
.selectDraw li {
  position: relative;
  float: left;
  padding: 0 5% 0.71428571rem;
  width: 50%;
  text-align: center;
  font-size: 0.71428571rem;
}
.selectDraw li input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.selectDraw li label {
  display: block;
  margin-top: 0.5rem;
  white-space: nowrap;
}
.selectDraw li label:before {
  content: "";
  display: inline-block;
  margin: -0.2rem 0.3rem 0 0;
  width: 1rem;
  height: 1rem;
  background: url("radio.png") no-repeat center left / 1rem;
  vertical-align: middle;
}
.selectDraw li.cek label:before {
  background-img: url("cek_radio.png");
}
.sltDrawOrder {
  display: none;
  padding: 10% 13.33%;
}
.selectDrawRst {
  display: none;
  padding: 10% 12%;
}
.selectDrawRst a {
  float: right;
  display: block;
  margin-top: 1.5rem;
  width: 30%;
}
.sltDrawOrder .title,
.selectDrawRst .title {
  position: relative;
  margin-bottom: 2.85714286rem;
  text-align: center;
}
.sltDrawOrder .title p,
.selectDrawRst .title p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #14005f;
  font-size: 1.21428571rem;
  font-weight: bold;
}
.sltDrawOrder a {
  float: right;
  margin-top: 1.07142857rem;
  width: 30%;
}
.sltDrawOrder p,
.actPop .order p {
  margin-bottom: 1.07142857rem;
}
.sltDrawOrder p label,
.actPop .order p label {
  display: block;
  font-size: 0.78571429rem;
  margin-bottom: 0.57142857rem;
  color: #14005f;
}
.sltDrawOrder p input,
.sltDrawOrder p select,
.actPop .order p input,
.actPop .order p select {
  width: 100%;
  height: 3.14285714rem;
  padding: 0.71428571rem;
  line-height: 1.71428571rem;
  color: #333;
  background: #e7e9e8;
  font-size: 0.85714286rem;
}
.sltDrawOrder p select,
.actPop .order p select {
  border: 0;
  background: url("select.png") no-repeat right center / 0.92857143rem #e7e9e8;
  background-origin: content-box;
}
.dzh .left {
  position: absolute;
  left: 0;
  top: -21%;
  width: 90%;
}
.fgbl .left {
  position: absolute;
  left: 0;
  top: -37%;
}
.upTabSwiper,
.downTabSwiper {
  padding: 0 2.66%;
}
.tabsThumb {
  margin: 0.5rem 0 0.3rem;
  height: 8.14285714rem;
}
.tabsThumb ul {
  width: 100%;
  display: table;
}
.tabsThumb li {
  display: table-cell;
  width: 33.33%;
  padding: 0 3%;
  vertical-align: top;
}
.tabsThumb li.active a {
  background: #ff4e00;
  color: #f9f5b3;
}
.tabsThumb li .after,
.tabsThumb li.active .before {
  display: none;
}
.tabsThumb li.active .after {
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -0.57142857rem;
  width: 1.14285714rem;
}
.swiper-button-next {
  right: 2%;
}
.swiper-button-prev {
  left: 2%;
}
.levisFeature a {
  display: block;
  float: left;
  width: 50%;
  height: 50%;
}
.reviewAct {
  padding: 0 2.66%;
}
.author {
  line-height: 2.78571429rem;
  text-align: center;
  font-size: 0.78571429rem;
  color: #14005f;
}
.btBtnBox {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.btBtnBox a {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  height: 4.28571429rem;
  background: rgba(236, 108, 0, 0.6);
  color: #fff;
  font-size: 1.42857143rem;
  line-height: 4.28571429rem;
  text-align: center;
}
.btBtnBox img {
  margin-right: 0.71428571rem;
  width: 1.92857143rem;
}
.actPop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
  overflow: auto;
}
.actPopBox {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.actPop .actPopInner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.actPop .order {
  width: 94.7%;
  margin: 0 auto;
}
.actPop .order .actFlowBox {
  padding: 0 11.3%;
  top: 11%;
}
.actPop .order h3 {
  margin-bottom: 1.07142857rem;
  text-align: center;
  color: #14005f;
  font-size: 1.78571429rem;
}
.actPop .close {
  display: block;
  margin: 0.71428571rem auto 0;
  width: 11.7%;
}
