/* 遮罩 */
.drawer .mask-show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.drawer .mask-hide {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* 滑块 */
.drawer .main {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #a44735;
  /* -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; */
  left: 0;
  height: 6.67rem;
  bottom: -6.67rem;
}

.drawer .main-show {
  opacity: 0.9;
}

.drawer .main-hide {
  opacity: 0;
}

/* 某个元素内部显示 */
.drawer .inner {
  position: absolute;
}

/* 其他样式 */
/* .drawer .drawer-head {
    display: flex;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.drawer .drawer-head .close-btn {
    display: inline-block;
    cursor: pointer;
    height: 100%;
    padding-left: 20px;
} */

.drawer .drawer-body {
  font-size: 0.2rem;
  padding: 0.47rem 0.6rem 0 0.6rem;
}

/* 内容 drawer-body */

.commodity-info {
  display: flex;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.5rem;
}

.commodity-info-img {
  width: 2.04rem;
  height: 2.04rem;
  background: #f4b0a3;
  border: 1px solid #ffffff;
}

.commodity-info-img > img {
  width: 100%;
}

.commodity-info-text {
  margin-left: 0.7rem;
}

.commodity-title {
  font-size: 0.39rem;
  color: #ffffff;
}

.commodity-amount {
  font-size: 0.29rem;
  color: #bac6ef;
  margin-top: 0.3rem;
}

.pay-info-way {
  display: flex;
  justify-content: space-between;
}

.pay-info-way-item {
  display: flex;
  margin-top: 0.47rem;
}

.pay-info-way-img {
  width: 0.92rem;
  height: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-info-way-img > img {
  width: 60%;
}

.pay-info-way-title {
  line-height: 0.92rem;
  font-size: 0.2rem;
  color: #ffffff;
  margin-left: 0.17rem;
}

.pay-info-way-img-active {
  background: url(../../img/mo/payWayActive.png) no-repeat top center;
  background-size: 100%;
}

.pay-info-user {
  font-size: 0.21rem;
  color: #ffffff;
  margin-top: 0.2rem;
  text-align: center;
}

.pay-info-user-item {
  display: inline-block;
}
.pay-info-user-item > div {
  display: inline-block;
}
.pay-info-user-item1 {
}
.reward-name {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay-info-user .increase {
  width: 0.22rem;
  height: 0.22rem;
  cursor: pointer;
  background: url(../../img/points/increase.png) no-repeat top center;
  background-size: 100%;
  margin-left: 0.1rem;
}
.pay-info-user .decrease {
  width: 0.22rem;
  height: 0.22rem;
  cursor: pointer;
  background: url(../../img/points/delete.png) no-repeat top center;
  background-size: 100%;
  margin-right: 0.1rem;
}

.pay-btn {
  width: 2.24rem;
  height: 0.74rem;
  background: url(../../img/mo/btn.png) no-repeat top center;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 0.4rem;
  color: #fff;
}

.third-con {
  padding: 0.46rem 1rem;
}
.third-con .common-title {
  font-size: 0.4rem;
  text-align: center;
  margin-bottom: 0.56rem;
}

.third-con .sub-title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
}
.third-con .third-con-line {
  width: 100%;
  height: 0;
  border-top: 1px solid #fff;
  margin: 0.46rem 0;
}
.third-con .pay-info-amout {
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
}
.third-con .pay-info-amout > span {
  color: #e29494;
}
.third-con .points-exchange-btn {
  width: 2.3rem;
  height: 0.8rem;
}
