@charset "utf-8";


.pageheader .return {
    background-image: url(/images/common/header_icon_left.png);
    background-repeat: no-repeat;
}


.nav-items {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 44px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.nav-items .nav-wrapper {
    height: 100%;
    overflow: hidden;
}

.nav-items .nav-list {
    display: flex;
    justify-content: space-around;
    white-space: nowrap;
    overflow-x: scroll;
    background-color: #fff;
    padding: 0 5px;
    line-height: 50px;
}

.nav-list::-webkit-scrollbar {
    display: none;
}

.nav-list a.nav-item {
    position: relative;
    display: inline-block;
    width: auto;
    line-height: 50px;
    padding: 0 10px;
    font-size: 15px;
}

.nav-list a.nav-item.active {
    color: #e53c42;
}

.nav-list a.nav-item.active:after {
    position: absolute;
    content: '';
    display: block;
    height: 3px;
    left: 10px;
    right: 10px;
    bottom: -1px;
    background-color: #e53c42;
    z-index: 99;
}

.bg-cover {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.tips {
    z-index: 11;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 280px;
    height: 240px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.text {
    height: 85%;
    border-bottom: 1px solid #eee;
}

.tips-title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
    margin: 0;
    color: #666;
}

.pra {
    padding: 0 10px 10px 10px;
    margin: 0;
    color: #666;
}

.button {
    width: 50%;
    height: 100%;
    float: left;
    line-height: 36px;
    text-align: center;
}

.btn-right {
    border-left: 1px solid #eee;
    background-color: #e53f42;
    color: #fff
}

.alipay-installment-icon {
    background-image: url(/images/common/ali_installment_pay.png);
    background-size: 100% 100%;
}

.installment-list {
    display: none;
}

.installment-cell {
    padding: 0 20px;
    font-size: 12px;
    line-height: 40px;
    padding-left: 45px;
    background-color: #fff;
    position: relative;
}

.installment-cell:before {
    position: absolute;
    display: block;
    content: '';
    left: 22.5px;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translate(0, -50%);
    border: 1px solid #e2e2e2;
    border-radius: 20px;
}

.installment-cell.active:before {
    background-image: url(/images/old/choose.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
}

.installment-cell:not(:last-child):after {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: #e2e2e2;
}

.payment {
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

label {
    width: 100%;
    padding: 11px 15px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

span.icon {
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-right: 5px;
}

.alipay-icon {
    background-image: url(/images/common/ali_pay.png);
    background-size: 100% 100%;
}

.weixin-icon {
    background-image: url(/images/common/weixin_pay.png);
    background-size: 100% 100%;
}

.alipay-installment-icon {
    background-image: url(/images/common/ali_installment_pay.png);
    background-size: 100% 100%;
}
.unionpay-icon {
    background-image: url(/images/common/union_pay.png);
    background-size: 100% 100%;
}

.common {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
}

.selected {
    background-image: url(/images/common/select.png);
    background-size: 100% 100%;
}

.goods-pay-price {
    width: 100%;
    text-align: center;
    line-height: 10px;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.order-goods-price {
    font-size: 30px;
    font-weight: bold;
}

.order-goods-price>span {
    font-size: 20px;
}

.pay-submit-btn {
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
    min-width: 80px;
    min-height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: linear-gradient(150deg, #e53c42 0, #ea504e 45%, #f97564 83%, #de7770 100%);
}

#go_pay_select .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#go_pay_select .modal-dialog .modal-content {
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

#go_pay_select .close-btn {
    right: 15px;
    top: 20px;
}

.mui-fullscreen {
    top: 95px;
}

.mui-pull-bottom-tips {
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    color: #777;
}

.goods-info {
    border-bottom: 1px solid #e2e2e2 !important;
}
