.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.pay-header {
    background: url("../images/pay_header_bg.png") no-repeat;
    background-size: cover;
    width: 7.5rem;
    height: 3.95rem;
    margin: 0 auto;
    padding-top: 0.4rem;
    box-sizing: border-box;
}
.pay-header .user-info {
    width: 3.5rem;
    height: 1.6rem;
    margin: 0 0 0 0.2rem;
    color: #fff;
    font-size: 12px;
    line-height: 0.5rem;
    text-indent: 0.1rem;
}
.pay-header .user-info .user-name {
    font-size: 14px;
    line-height: 0.5rem;
    text-align: center;
}
.pay-header .header-title {
    padding: 1rem 0.4rem 0.2rem;
    font-size: 14px;
    color: #402421;
    font-weight: 400;
    line-height: 0.46rem;
}
.pay-header .header-title span {
    color: #9E3A26;
}
.pay-details {
    background-color: #fff;
    margin: 1rem auto 0;
    border-radius: 0.15rem;
    box-shadow:0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.35);
    width: 6.76rem;
    font-size: 16px;
    font-weight: 400;
    color: #986A63;
}
.pay-details .order-money-title {
    border-bottom: 0.02rem solid #AE907C;
    line-height: 0.66rem;
    padding-left: 0.2rem;
}
.pay-details .price {
    text-decoration: line-through;
    margin-left: 0.05rem;
    margin-right: 1rem;
}
.pay-details .discounts {
    width: 2.6rem;
    height: 0.68rem;
    background: #B13F3A;
    border-radius: 0.1rem;
    color: #fff;
    line-height: 0.68rem;
    text-align: center;
    margin-top: 0.2rem;
    overflow: hidden;
}
.pay-details .time {
    color: #D9030A;
    margin-top: 0.2rem;
    line-height: 0.68rem;
}
.pay-btn {
    width: 6.58rem;
    height: 0.9rem;
    display: block;
    margin: 0.36rem auto;
}
.pay-result {
    background: url("../images/pay_result_bg.png") no-repeat;
    background-size: cover;
    width: 6.87rem;
    height: 4.79rem;
    display: block;
    margin: 0 auto 0;
    overflow: hidden;
}
.pay-result img:nth-child(1) {
    width: 6.19rem;
    height: 0.6rem;
    display: block;
    margin: 1.15rem auto 0.14rem;
}
.pay-result img:nth-child(2) {
    width: 5.47rem;
    height: 2.3rem;
    display: block;
    margin: 0 auto;
}
.item-container {
    width: 7.3rem;
    height: 7.41rem;
    margin: 0.2rem auto 0;
    overflow: hidden;
    position: relative;
    line-height: 0.36rem;
}
.item-title {
    width: 6.19rem;
    height: 0.6rem;
    display: block;
    margin-left: -0.365rem;
}
.simple-text {
    color: #402421;
    font-size: 12px;
    text-indent: 2em;
    margin-top: 0.26rem;
    height: 3.8rem;
    padding: 0 0.1rem;
}
.pay-lock {
    background: url("../images/pay_lock_bg.png") no-repeat;
    background-size: cover;
    width: 5.8rem;
    height: 2.56rem;
    margin: 0 auto;
    font-size: 12px;
    color: #402421;
    line-height: 0.36rem;
    position: absolute;
    top: 2.4rem;
    left: 0.03rem;
}
.pay-lock p:nth-child(1) {
    width: 4.8rem;
    margin: 0.24rem auto 0;
}
.pay-lock p:nth-child(2) {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 1.85rem;
    left: 0;
}
.pay-life {
    background: url("../images/pay_life_bg.png") no-repeat;
    background-size: cover;
}
.pay-health {
    background: url("../images/pay_health_bg.png") no-repeat;
    background-size: cover;
}
.pay-feelings {
    background: url("../images/pay_feelings_bg.png") no-repeat;
    background-size: cover;
}
.pay-career {
    background: url("../images/pay_career_bg.png") no-repeat;
    background-size: cover;
}
.pay-eight {
    background: url("../images/pay_eight_bg.png") no-repeat;
    background-size: cover;
}
.goPayBtn {
    width: 6.58rem;
    height: 0.9rem;
    background: url("../images/pay_btn.png") no-repeat;
    background-size: cover;
    margin: 0 auto;
}