span {
    vertical-align: baseline;
}
/* 遮罩 */
.drawer .mask-show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .65);
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}

.drawer .mask-hide {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}

/* 滑块 */
.drawer .main {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #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.7rem 0 0.7rem;
}

/* 内容 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 {}


.pay-btn {
    width: 2.19rem;
    height: 0.75rem;
    background: url(../../img/mo/bg1_btn.png) no-repeat top center;
    background-size: 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
}


.coupon-info {
    font-size: 0.26rem;
    text-align: left;
    color: #ffffff;
    margin-top: 0.2rem;
    position: relative;
}

.coupon-info>span:nth-child(2) {
    color: #fff;
}

.coupon-tip {
    font-size: 0.12rem;
    color: #fff;
    text-align: right;
    margin-top: 0.06rem;
}

.coupon-info .expanded-icon {
    display: inline-block;
    width: 0.22rem;
    height: 0.13rem;
    background: url(../../img/mo/arrow_icon.png) no-repeat top center;
    background-size: 100%;
    margin-top: 0.08rem;
    margin-left: 0.08rem;
    cursor: pointer;
}

.coupon-info .coupon-list-wrapper {
    position: absolute;
    right: 0;
    top: 0.4rem;
    z-index: -1;
    overflow: hidden;
}

.coupon-info .coupon-list-wrapper.active {
    z-index: 9;
}

.coupon-info .coupon-list-wrapper .inner {
    width: 2.3rem;
    text-align: left;
    position: relative;
    transform: translateY(-100%);
    transition: all 0.4s ease;
}

.coupon-info .coupon-list-wrapper.active .inner {
    transform: translateY(0);
    transition: all 0.4s ease;
}

.coupon-item-enable {
    padding: 0.12rem 0.24rem;
    background-color: #ce7031;
    color: #fff;
}

.coupon-item-enable p:nth-child(1),
.coupon-item-disable p:nth-child(1) {
    font-size: 0.18rem;
}

.coupon-item-enable p:nth-child(2) {
    font-size: 0.12rem;
}

.coupon-item-enable {
    padding: 0.12rem 0.24rem;
    background-color: #ce7031;
    color: #fff;
    cursor: pointer;
}

.coupon-item-disable {
    padding: 0.12rem 0.24rem;
    background-color: #512d2c;
    color: #635e5e;
    font-size: 0.12rem;
}

.cancel-btn {
    padding: 0.12rem 0.24rem;
    background-color: #8e6d6c;
    font-size: 0.18rem;
    cursor: pointer;
}