﻿.pd-20 {
    padding: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.text-l {
    text-align: left
}

.text-r {
    text-align: right
}

.text-c {
    text-align: center
}

.ml-20 {
    margin-left: 20px
}

.cl, .clearfix {
    zoom: 1
}

.manager-btn, .common-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    background: #f5692c;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 400;
    -webkit-appearance: none
}

.product-detail-desc {
    padding: 10px 25px 15px;
    background: #fffde6;
    color: #666;
    border: 1px solid #eee;
    border-left: 4px solid #ffbd30;
    text-align: left;
    font-size: 14px
}

    .product-detail-desc .title {
        line-height: 25px;
        padding-left: 25px;
        margin-left: -13px;
        margin-bottom: 5px;
    }

.manager-btn:hover, .common-btn:hover {
    background: #fe8431;
    color: #fff
}

.manager-btn.disabled, .common-btn.disabled, .manager-btn[disabled], .common-btn[disabled] {
    background: #ddd;
    cursor: not-allowed;
    border-color: #ddd;
    color: #fff
}

    .manager-btn.disabled:hover, .common-btn.disabled:hover, .manager-btn[disabled]:hover, .common-btn[disabled]:hover {
        border-color: #ddd;
        background: #ddd
    }

.dark-btn {
    background: #efefef;
    color: #9e9e9e
}

    .dark-btn:hover {
        background: #E7E7E7;
        color: #9e9e9e
    }

.content {
    background: #fff;
}


    .content .el-tabs .font16 {
        font-size: 16px;
    }

    .content .el-form a:focus {
        color: #fff;
        text-decoration: none;
    }


.ssl-title {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px
}

.tab-right {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9
}

.choose-title {
    color: #000;
    font-weight: 700
}

.choose-txt {
    line-height: initial
}

.choose-list {
    margin-top: 20px
}

    .choose-list li {
        float: left;
        width: 330px;
        margin-right: 10px;
        padding: 12px 12px 16px;
        box-sizing: border-box;
        border: 1px solid #e7e7e7;
        line-height: initial;
        cursor: pointer
    }

        .choose-list li .cl-title {
            margin: -12px -12px 0;
            padding: 13px 16px;
            background: #f5f5f5;
            font-size: 16px;
            color: #000
        }

        .choose-list li .cl-txt {
            margin-top: 10px;
            font-size: 13px
        }

            .choose-list li .cl-txt:first-of-type {
                margin-top: 15px
            }

        .choose-list li .el-icon-check {
            display: none
        }

        .choose-list li.active {
            border: 1px solid #ff7200;
            position: relative
        }

            .choose-list li.active .cl-title {
                background: #f5faff;
                color: #ff7200;
            }

            .choose-list li.active::after {
                content: '';
                border-bottom: 14px solid #ff7200;
                border-top: 14px solid transparent;
                border-left: 14px solid transparent;
                border-right: 14px solid #ff7200;
                position: absolute;
                bottom: 0;
                right: 0;
                box-sizing: border-box
            }

            .choose-list li.active .el-icon-check {
                display: block;
                position: absolute;
                bottom: 1px;
                right: 1px;
                color: #fff;
                font-size: 16px;
                z-index: 9
            }

        .choose-list li:last-of-type {
            margin-right: 0
        }

        .choose-list li:hover {
            border: 1px solid #ff7200;
        }

.cert-type li {
    float: left;
    width: 180px;
    min-height: 220px;
    margin-right: 10px;
    padding: 16px 12px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    line-height: initial;
    cursor: pointer;
    background: url("../../images/ct-bg.png") no-repeat
}

    .cert-type li .ct-title {
        padding-bottom: 10px;
        font-size: 16px;
        color: #333;
        font-weight: 700
    }

    .cert-type li .ct-txt {
        margin-top: 10px;
        font-size: 12px
    }

    .cert-type li .el-icon-check {
        display: none
    }

    .cert-type li.active {
        background: url("../../images/ct-bg-active.png") no-repeat;
        border: 1px solid #ff7200;
        position: relative
    }

        .cert-type li.active .ct-title {
            color: #ff7200
        }

        .cert-type li.active::after {
            content: '';
            border-bottom: 14px solid #ff7200;
            border-top: 14px solid transparent;
            border-left: 14px solid transparent;
            border-right: 14px solid #ff7200;
            position: absolute;
            bottom: 0;
            right: 0;
            box-sizing: border-box
        }

        .cert-type li.active .el-icon-check {
            display: block;
            position: absolute;
            bottom: 1px;
            right: 1px;
            color: #fff;
            font-size: 16px;
            z-index: 9
        }

    .cert-type li:hover {
        border: 1px solid #ff7200
    }

.discount-tooltip.el-tooltip__popper {
    background: #ff7f00;
    padding: 4px 10px
}

    .discount-tooltip.el-tooltip__popper .popper__arrow {
        border-bottom-color: #ff7f00
    }

        .discount-tooltip.el-tooltip__popper .popper__arrow::after {
            border-bottom-color: #ff7f00
        }

.buy-area {
    padding: 20px 38px;
    border: 1px solid #e1ebf6;
    /*margin: 0 -20px -20px;*/
    background: #f6fbff;
    font-size: 14px;
    overflow: hidden;
}

    .buy-area .price-ori {
        color: #999;
        text-decoration: line-through
    }

    .buy-area .discount-price {
        border: 1px solid #eb9853;
        padding: 4px 10px;
        background: #fffbf8;
        font-size: 12px;
        color: #fe7402
    }

.ssl-tips {
    font-size: 14px;
    color: red;
    margin: -10px 0 20px;
    text-align: center;
    border: 1px solid #f7dcdc;
    padding: 10px 0;
    background: snow
}

.dark-btn {
    color: #454545
}

    .dark-btn:hover {
        color: #454545
    }

.gray {
    color: #999
}

.orderCount-input-number .el-input--small .el-input__inner {
    height: 33px;
    line-height: 33px
}
