.no-list-style {
    list-style: none;
}

.font-s16 {
    font-size: 16px;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.bold {
    font-weight: bold;
}

.dis-block {
    display: block;
}

.font-s14 {
    font-size: 14px;
}

.font-w-normal {
    font-weight: normal;
}

.fix-bottom {
    position: fixed;
    bottom: 0;
}

.btn-link {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dashborder {
    border-bottom-style: dashed;
    border-width: 1px;
    padding: 5px;
}

.solidborder {
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: 20px;
}

.paymoney {
    width: 55px;
    height: 36px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: 微软雅黑;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(201, 201, 201);
}

.paymoney.active {
    border: 2px solid #FF6B6B;
}

.qrcode {
    width: 150px;
    height: 150px;
    background: #ddd;
}

#wxpay {
    border: 1px solid #FF6B6B;
}

.payinfo {
    color: #FF6B6B;
}