#header {
  display: none;
}

input {
  -webkit-user-select: text;
  -user-select: text;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #58B9FC;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #58B9FC;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #58B9FC;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #58B9FC;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #58B9FC;
}

input:focus {
  outline: none;
}

input {
  outline: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[v-cloak] {
  display: none;
}

.cen {
  text-align: center;
}

.tcbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tcbox .tccha {
  width: 20rem;
  position: relative;
  background-color: #fff;
  border-radius: 0.3rem;
}

.tcbox .tccha .close {
  width: 100%;
  text-align: center;
  margin-top: 1.9rem;
  position: absolute;
}

.tcbox .tccha .close img {
  width: 2rem;
}

.tcbox .tccha .tcme {
  width: 100%;
  padding-bottom: 1.3rem;
  position: relative;
}

.tcbox .tccha .tcme .text h4 {
  color: #fff;
  margin: 0.5rem 0;
}

.tcbox .tccha .tcme .text .num {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #E4CA9E;
  text-align: center;
  border-radius: 50%;
  line-height: 1rem;
  color: #fff;
  margin-right: 0.3rem;
}

.tcbox .tccha .tcme .text p {
  color: #fff;
  font-size: 0.9rem;
}

.tcbox .tccha .tcme .tctop {
  width: 100%;
  height: 3rem;
}

.tcbox .tccha .tcme .tctop img {
  width: 100%;
  height: 3rem;
}

.tcbox .tccha .tcme .tctop .btnname {
  width: 100%;
  line-height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  height: 3rem;
  font-weight: bold;
}

.tcbox .tccha .tcme .tcon {
  width: 80%;
  margin: 2rem auto;
  color: #333;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tcbox .tccha .tcme .tcon .icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0.2rem;
  margin-right: 0.2rem;
}

.tcbox .tccha .tcme .tcon .futitle {
  color: #666666;
  display: inline-block;
}

.tcbox .tccha .tcme .tcon .desc {
  color: #B2B2B2;
  padding-bottom: 1rem;
}

.tcbox .tccha .tcme .tcon1 {
  width: 100%;
  padding: 0 1.475rem;
  color: #333;
}

.tcbox .tccha .tcme .tcon1 .tochoice {
  font-weight: bold;
  margin-bottom: 0.3rem;
  margin-top: 2.5rem;
}

.tcbox .tccha .tcme .tcon1 .icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: 0.2rem;
  margin-right: 0.2rem;
}

.tcbox .tccha .tcme .tcon1 .futitle {
  color: #666666;
  display: inline-block;
}

.tcbox .tccha .tcme .tcon1 .desc {
  color: #B2B2B2;
  font-size: 0.8rem;
  padding-bottom: 1rem;
}

.tcbox .tccha .tcme .mbtn {
  width: 16.875rem;
  margin: 0 auto;
  position: relative;
  height: 3rem;
}

.tcbox .tccha .tcme .mbtn img {
  width: 16.875rem;
  height: 3rem;
}

.tcbox .tccha .tcme .mbtn .btnname {
  width: 100%;
  line-height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.tcbox .close {
  width: 100%;
  text-align: center;
  margin-top: 2.125rem;
}

.tcbox .close img {
  width: 2rem;
}

.tcbox .form-row {
  border: none;
  width: 80%;
  margin: 0.15625rem auto;
  overflow: hidden;
  position: relative;
  border: 0.05rem solid #c59958;
  padding: 0.2rem;
  border-radius: 0.3rem;
}

.tcbox .form-row .inputsty {
  float: left;
  border: none;
  background: none;
  width: 60%;
  margin: 0 auto;
  text-align: left;
  height: 2.2rem;
  line-height: 2.2rem;
  text-indent: 0.5rem;
  box-shadow: none;
  margin: 0;
}

.tcbox .orderbtn {
  position: relative;
  padding: 0.7rem;
  background: url(../../images/package/orderbtn.png) no-repeat;
  background-size: 100% 100%;
  height: 3rem;
}

.tcbox .orderbtn .desc {
  position: absolute;
  top: 1.5rem;
  left: 5.3rem;
  font-size: 1rem;
  color: #fff;
}

.tcbox .orderbtn .rightorder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3.5rem;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}

.rotateload {
  -webkit-animation: run 2s linear 0s infinite;
  animation: run 2s linear 0s infinite;
}

@-webkit-keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 100%;
  background: url(../../images/doubleTwelve/hb/bg.png) repeat;
  background-size: 100%;
}

.container .bottom .btns {
  background: url(../../images/doubleTwelve/hb/btnBjs.png?v=1) repeat;
  background-size: 100% 100%;
  padding-bottom: 2.1875rem;
}

.container .qiang {
  color: #FBD68C;
}

.container .qiang .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.8rem auto;
}

.container .qiang .time .icon {
  width: 1rem;
  height: 1rem;
}

.container .qiang .time span {
  margin-left: 0.4rem;
  font-size: 1rem;
  color: #2F5E49;
}

.container .qiang .confirm {
  background: url(../../images/newSpring/sixmonth/btn.png) no-repeat center;
  background-size: 100% 100%;
  width: 85%;
  height: 3.5rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
}

.container ul {
  margin: 0 auto;
  width: 92%;
  background: url(../../images/newSpring/getbg.png);
  background-size: 100% 100%;
  overflow: hidden;
}

.container ul .recoad {
  text-align: center;
  text-decoration: underline;
  color: #FBD68C;
  margin: 0.5rem auto;
}

.container ul .monthcount {
  width: 16.875rem;
  position: relative;
  height: 2.5rem;
  margin: 1.5rem auto 1rem;
}

.container ul .monthcount img {
  width: 16.875rem;
  height: 100%;
}

.container ul .monthcount .usedcount {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1rem;
  color: #FBD68C;
}

.container ul .monthcount .count {
  display: inline-block;
  background: url(../../images/newSpring/numbg.png) no-repeat;
  background-size: 100% 100%;
  width: 1.5rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  color: #FBD68C;
  margin: 0 0.1rem;
  font-size: 1rem;
}

.container ul .monthcount .btnname {
  width: 100%;
  line-height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1rem;
  color: #FBD68C;
}

.container ul li {
  float: left;
  width: 45%;
  margin: 2.5%;
  padding-bottom: 0.6rem;
  text-align: center;
  background: url(../../images/newSpring/fli.png) no-repeat center;
  background-size: 100% 100%;
}

.container ul li img {
  width: 98%;
}

.container ul li p {
  color: #FBD68C;
  font-weight: 600;
  margin-top: 0.7rem;
  font-size: 0.9rem;
}

.container .show {
  margin-top: 1.875rem;
  padding-bottom: 3rem;
  text-align: center;
}

.container .toOrder {
  margin: 0.5rem auto;
  text-align: center;
  width: 18rem;
}

.container .toOrder img {
  width: 18rem;
}

.otherPop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.otherPop .content {
  background: #E3F3FD;
  color: #1A95E9;
  width: 20rem;
  border-radius: 0.625rem;
}

.otherPop .content .titleimg {
  width: 100%;
  text-align: center;
  position: relative;
  top: 1.5rem;
  height: 4.2rem;
}

.otherPop .content .titleimg img {
  width: 6.5rem;
}

.otherPop .content p {
  text-align: center;
  color: #1A95E9;
  font-size: 1rem;
  padding: 0 0.8rem;
}

.otherPop .content .confirm {
  background: #0694FB;
  border-radius: 1.5625rem;
  width: 80%;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  margin: 1rem auto;
}

.otherPop .closeBtn {
  margin: 0 auto;
  text-align: center;
  width: 2rem;
  position: relative;
  top: 3rem;
}

.otherPop .closeBtn img {
  width: 2rem;
}

.otherPop .gift {
  width: 88.5%;
  position: relative;
  height: 60%;
  background: url(../../images/newSpring/bg.png) no-repeat;
  background-size: 100% 100%;
  top: 5%;
}

.otherPop .gift ul {
  margin: 0;
}

.otherPop .gift li {
  width: 100%;
  list-style: none;
  margin-bottom: 0.2rem;
  margin-left: -1rem;
}

.otherPop .gift li .title {
  float: left;
  width: 30%;
  color: #e21433;
}

.otherPop .gift li .desc {
  float: left;
  color: #000;
  width: 45%;
  font-size: 0.7rem;
}

.otherPop .gift li .use {
  float: left;
  color: #e21433;
  width: 25%;
  font-size: 0.7rem;
}

.otherPop .front {
  left: 1.2rem;
  width: 90%;
  height: 38%;
  background: url(../../images/newSpring/front.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 58%;
}

.otherPop1 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.otherPop1 .content {
  background: #E3F3FD;
  color: #1A95E9;
  width: 20rem;
  border-radius: 0.625rem;
}

.otherPop1 .content .titleimg {
  width: 100%;
  text-align: center;
  position: relative;
  top: 1.5rem;
  height: 4.2rem;
}

.otherPop1 .content .titleimg img {
  width: 6.5rem;
}

.otherPop1 .content p {
  text-align: center;
  font-size: 1rem;
  padding: 0 0.8rem;
}

.otherPop1 .content .confirm {
  background: #0694FB;
  border-radius: 1.5625rem;
  width: 80%;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  margin: 1rem auto;
}

.otherPop1 .closeBtn {
  margin: 0 auto;
  text-align: center;
  width: 2rem;
  position: relative;
  top: 3rem;
}

.otherPop1 .closeBtn img {
  width: 2rem;
}

.otherPop2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.otherPop2 .content {
  background: #E3F3FD;
  color: #1A95E9;
  width: 20rem;
  border-radius: 0.625rem;
}

.otherPop2 .content .titleimg {
  width: 100%;
  text-align: center;
  position: relative;
  top: 1.5rem;
  height: 4.2rem;
}

.otherPop2 .content .titleimg img {
  width: 6.5rem;
}

.otherPop2 .content p {
  padding: 6rem 1.5rem 0;
  text-align: center;
  font-size: 1rem;
  height: 4.5rem;
}

.otherPop2 .content .confirm {
  background: #0694FB;
  border-radius: 1.5625rem;
  width: 80%;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  margin: 0.625rem auto;
  font-size: 1.25rem;
}

.otherPop2 .closeBtn {
  margin: 0 auto;
  text-align: center;
  width: 2rem;
  position: relative;
  top: 3rem;
}

.otherPop2 .closeBtn img {
  width: 2rem;
}

.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: url(../../images/newSpring/sixmonth/timebg.png) no-repeat center;
  background-size: 100% 100%;
}

.qiang {
  color: #FBD68C;
}

.qiang .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.8rem auto;
}

.qiang .time .icon {
  width: 1rem;
  height: 1rem;
}

.qiang .time span {
  margin-left: 0.4rem;
  font-size: 0.9rem;
  color: #E7443C;
}

.qiang .confirm {
  background: url(../../images/newSpring/sixmonth/btn.png) no-repeat center;
  background-size: 100% 100%;
  width: 75%;
  height: 2.8rem;
  line-height: 2.7rem;
  color: #fff;
  text-align: center;
  margin: 1rem auto;
}

.commonTan {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

.commonTan .commonbox {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20.45rem;
  margin: 0 auto;
  position: absolute;
}

.commonTan .commonbox .newyeaystyle {
  position: relative;
}

.commonTan .commonbox .newyeaystyle .outer {
  width: 80%;
  margin: 0 auto;
  background-size: contain;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.commonTan .commonbox .newyeaystyle .outer img {
  max-width: 100%;
  margin: 0 auto;
}

.commonTan .commonbox .bottomclose {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 2rem;
}