::-moz-placeholder {
  color: rgba(51, 51, 51, 0.1);
}

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.1);
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.1);
}

.header {
  top: 0;
  width: 100%;
  height: 1.44rem;
  line-height: 1.44rem;
  text-align: center;
  font-size: .24rem;
  color: #fff;
}
.header .head {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  height: 1.44rem;
  text-align: center;
  background: #3274fd;
  line-height: 1.44rem;
  font-size: 18px;
  color: #ffffff;
  z-index: 30;
  padding: 0 1.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.header .head .back {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url(../img/icons/back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 20;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pay_box {
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 49px;
  padding: 0 17px;
  margin: 8px auto;
}

.pay_box .left_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  height: 20px;
  background-image: url(../img/icons/mima.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pay_box .right_icon {
  width: 21px;
  height: 14px;
  background-image: url(../img/icons/biyan.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.pay_box .right_icon.right_icon_open {
  background-image: url(../img/icons/zhengyan.png);
}

.pay_box .inp_pay {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  line-height: 14px;
  color: #212121;
  margin-left: 4px;
}

.basic_btn_v2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  background: #3274fd;
  border-radius: 6px;
  font-weight: bold;
  margin: 0 auto;
}

.basic_btn_v2.no_touch {
  pointer-events: none;
  opacity: 0.6;
  background:  #9E9E9E;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.month_box {
  background-color: #ffffff;
}

.van-toast {
  background: none !important;
}
.black.van-toast {
  background: rgba(50, 50, 51, 0.88) !important;
}
.van-icon-like-my {
  width: 134px;
  height: 134px;
  background: url(../img/icons/load.gif) center center no-repeat;
}

.content_bg {
  min-height: 100%;
  background-color: #f1f1f1;
}
