.shopping-box {
    background: #ffffff;
    padding: 40px 20px;
    margin-bottom: 70px;
}



.shopping-box .shopping-cart-1 {
    height: 39px;
    overflow: hidden;
    width: 885px;
    background: url("/Student/images/shopping/pic-14.png") no-repeat left center;
    margin: auto;
    margin-bottom: 20px;
}

    .shopping-box .shopping-cart-1 li {
        float: left;
        color: #666666;
        float: left;
        width: 33.3333%;
        text-align: center;
        font-size: 16px;
        padding-top: 9px;
    }

    .shopping-box .shopping-cart-1 .active {
        color: #ffffff;
    }

.shopping-box table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

.shopping-box .shopping-cart-2 {
    height: 39px;
    overflow: hidden;
    width: 885px;
    background: url("/Student/images/shopping/pic-15.png") no-repeat left center;
    margin: auto;
    margin-bottom: 20px;
}

    .shopping-box .shopping-cart-2 li {
        float: left;
        color: #666666;
        float: left;
        width: 33.3333%;
        text-align: center;
        font-size: 16px;
        padding-top: 9px;
    }

    .shopping-box .shopping-cart-2 .active {
        color: #ffffff;
    }

.shopping-box table td {
    border-bottom: 1px solid #f1f1f1;
    padding: 12px 0px;
    color: #444444;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
}

.shopping-box table th {
    border-bottom: 1px solid #f1f1f1;
    background: #f5f5f5;
    color: #666666;
    font-size: 16px;
    padding: 10px 0px;
    text-align: left;
    padding-left: 10px;
}

.shopping-box table tbody tr .col-check-1 {
    border-bottom: none;
    text-align: center;
    width: 35px;
}

    .shopping-box table tbody tr .col-check-1 input {
        width: 15px;
        height: 15px;
        position: relative;
        top: 3px;
    }

.shopping-box table td span {
    color: #3bac3d;
    cursor: pointer;
    font-weight: normal;
}

.shopping-box table tbody .theWholeProfession td strong {
}

.shopping-box table tbody .theWholeProfession td p {
    color: #999999;
    font-weight: normal;
    font-size: 14px;
    padding-top: 5px;
}

    .shopping-box table tbody .theWholeProfession td p i {
        font-style: normal;
    }

.theWholeProfession td input {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
}
.notice {
    padding-top: 5px;
    position: relative;
}
    .notice .tip {
        position: absolute;
        right: 165px;
        top: -40px;
        background: #f90000;
        color: #fff;
        padding: 7px 10px;
        border-radius: 6px;
    }
        .notice .tip i {
            position: absolute;
            bottom: -14px;
            color: #f90000;
            font-size: 24px;
            right: 121px;
        }
        .notice .notice-in {
        }
.notice .notice-in::after {
        content: "";
        display: block;
        clear: both;
    }
    .notice .notice-in p {
        float: right;
        color: #85858d;
        cursor: pointer;
    }
        .notice .notice-in p input {
            position: relative;
            top: 2px;
            right: 5px;
            width: 15px;
            height: 15px;
        
        }
        .notice .notice-in p a {
            color: #49b23b
        }
        .totalPrice {
            padding-top: 15px;
        }

    .totalPrice .settlement {
        overflow: hidden;
        width: 1170px;
        margin: auto;
        background: #fff;
        /*padding: 15px;*/
    }

    .totalPrice p {
        float: right;
        line-height: 35px;
        margin-right: 30px;
        color: #444444;
        font-size: 16px;
    }

    .totalPrice span {
        color: #f90000;
        font-weight: bold;
        font-size: 20px;
        padding-right: 5px;
    }

    .totalPrice a {
        float: right;
        background: #47b148;
        color: #fff;
        border-radius: 4px;
        padding: 8px 20px;
    }

        .totalPrice a:hover {
            opacity: 0.85;
            -moz-transition: ease-out 0.25s;
            -o-transition: ease-out 0.25s;
            -webkit-transition: ease-out 0.25s;
            transition: ease-out 0.25s;
        }

.shopping-box .orderDetails {
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px;
}

    .shopping-box .orderDetails h3 {
        float: left;
        color: #666666;
        font-size: 18px;
    }

    .shopping-box .orderDetails a {
        float: right;
        color: #3bac3d;
    }

.shopping-box .discount-card {
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    padding: 20px 0px;
}

    .shopping-box .discount-card ul {
        float: left;
        padding-top: 60px;
    }

        .shopping-box .discount-card ul li {
            color: #7d7d7d;
            font-size: 15px;
            padding-bottom: 10px;
        }

            .shopping-box .discount-card ul li span {
                cursor: pointer;
            }

            .shopping-box .discount-card ul li .c-green {
                color: #3bac3d;
                padding-right: 3px;
                cursor: pointer;
            }
            .shopping-box .discount-card ul li .c-border {
                color: red;
                padding-right: 3px;
                border: solid 1px red;
                border-radius: 5px;
                font-size:13px;
                padding:3px;
                display:none;
            }
            .shopping-box .discount-card ul li .c-orange {
                color: #f39800;
            }

    .shopping-box .discount-card ol {
        float: right;
    }

        .shopping-box .discount-card ol li {
            color: #444444;
            font-size: 15px;
            padding-bottom: 10px;
        }

            .shopping-box .discount-card ol li span {
                display: inline-block;
                /* text-align: right; */
                /* width: 70px; */
            }

            .shopping-box .discount-card ol li i {
                font-style: normal;
                display: inline-block;
                width: 85px;
                text-align: right;
            }

.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.shopping-box .shopping-cart-3 {
    height: 39px;
    overflow: hidden;
    width: 885px;
    margin: auto;
    background: url("/Student/images/shopping/pic-16.png") no-repeat left center;
}

    .shopping-box .shopping-cart-3 li {
        float: left;
        color: #666666;
        float: left;
        width: 33.3333%;
        text-align: center;
        font-size: 16px;
        padding-top: 9px;
    }

    .shopping-box .shopping-cart-3 .active {
        color: #ffffff;
    }

.shopping-box .success {
    border: 1px solid #d2d2d2;
    padding: 30px 0px;
    margin-top: 20px;
}

    .shopping-box .success h3 {
        color: #333333;
        text-align: center;
        font-size: 18px;
    }

    .shopping-box .success .orderId {
    }

        .shopping-box .success .orderId p {
            color: #444444;
            text-align: center;
            padding-top: 20px;
            font-size: 16px;
        }

            .shopping-box .success .orderId p span {
                background: #47b148;
                color: #fff;
                padding: 7px 30px;
                display: inline-block;
                margin-left: 10px;
                border-radius: 4px;
                cursor: pointer;
            }

            .shopping-box .success .orderId p em {
                color: #f90000;
                font-style: normal;
                padding-right: 4px;
                font-weight: bold;
                font-size: 18px;
                margin-left: 10px;
                margin-right: 10px;
            }

            .shopping-box .success .orderId p span:hover {
                opacity: 0.85;
                -moz-transition: ease-out 0.25s;
                -o-transition: ease-out 0.25s;
                -webkit-transition: ease-out 0.25s;
                transition: ease-out 0.25s;
            }

.shopping-box .paymentMethod {
    overflow: hidden;
    text-align: center;
    padding-top: 45px;
}

    .shopping-box .paymentMethod p {
        border: 1px solid #e2e2e2;
        display: inline-block;
        cursor: pointer;
        margin: 0px 5px;
        padding: 10px;
        vertical-align: top;
    }

        .shopping-box .paymentMethod p:hover {
            border: 1px solid #47b148;
            -moz-transition: ease-out 0.25s;
            -o-transition: ease-out 0.25s;
            -webkit-transition: ease-out 0.25s;
            transition: ease-out 0.25s;
        }

    .shopping-box .paymentMethod .aliPay a {
        /*    display: block;
      width: 100%;
      height: 100%;*/
    }

    .shopping-box .paymentMethod .active {
    }

.m-b-20 {
    margin-bottom: 20px !important;
}

.shopping-box .paymentMethod .aliPay {
}

.flowers-box {
    margin: 0px 0px;
    border-top: 1px solid #e2e2e2;
    position: relative;
    top: -21px;
    display: none;
    z-index: 1;
}

    .flowers-box ul {
        text-align: center;
        overflow: hidden;
    }

        .flowers-box ul li {
            display: inline-block;
            text-align: center;
            width: 229px;
            margin: 20px 15px;
            background-color: #fbf5f5;
            padding: 6px 10px;
        }

            .flowers-box ul li p {
                font-size: 18px;
                font-weight: 400;
                padding: 0;
                color: #ff6700;
            }

            .flowers-box ul li span {
                padding: 5px;
                border-bottom: 1px solid #fbf5f5;
                margin: 0 0 10px 0;
                display: block;
                color: #666;
            }

            .flowers-box ul li a {
                color: #ff6700;
                cursor: pointer;
                border: solid 1px #ff6700;
                padding: 5px 20px;
                width: 100px;
                margin: 0 auto;
                display: block;
            }

.shopping-box .paymentMethod .flowers { /* height: 70px; */
}

.shopping-box .paymentMethod .weChat {
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #47b148 !important;
    background-color: #47b148 !important;
}

#coupon-box {
    padding: 20px;
    display: none;
}

#payment-Tips {
    padding: 20px;
    display: none;
}

    #payment-Tips p {
        color: #666;
        padding-bottom: 10px;
    }

    #payment-Tips span {
        display: block;
        color: #666;
        padding-bottom: 4px;
    }

        #payment-Tips span a {
            color: #47b148;
        }

.shopping-box .success .active {
    margin-bottom: 20px;
    border-bottom: none;
}

.shopping-box.flowers {
    height: 70px;
    background: #fff;
    border-bottom: none;
    position: relative;
    z-index: 2;
}

#coupon-box .coupon-title {
}

.shopping-box .active .flowers:hover {
    border-bottom: none;
}

.shopping-box .active .flowers {
    position: relative;
    background: #fff;
    border-bottom: none;
    position: relative;
    z-index: 2;
    height: 70px;
}

#coupon-box .coupon-title span {
    color: #47b148;
    padding: 0px 3px;
}

#coupon-box .coupon-title em {
    float: right;
    font-style: normal;
    color: #47b148;
    cursor: pointer;
}

#coupon-box ul {
    /* padding-top: 20px; */

    text-align: center;
    overflow: hidden;
}

    #coupon-box ul li {
        position: relative;
        display: inline-block;
        width: 325px;
        height: 110px;
        float: left;
        margin: 10px 10px;
        cursor:pointer;
    }

    #coupon-box ul .selcoupon {
        padding: 15px 0 0 15px;
        float: left;
    }

    #coupon-box ul input {
        zoom: 125%;
    }

    #coupon-box ul .limit {
        background: url("/Student/images/shopping/pic-18.png") no-repeat;
        background-size: 100% 100%;
    }

    #coupon-box ul .currency {
        background: url("/Student/images/shopping/pic-17.png") no-repeat;
        background-size: 100% 100%;
    }

    #coupon-box ul .expire {
        background: url("/Student/images/shopping/pic-19.png") no-repeat;
        background-size: 100% 100%;
    }

    /*#coupon-box ul li p {
        text-align: left;
    }*/

    #coupon-box ul li .number {
        position: absolute;
        color: #fff;
        top: 0;
        left: 18px;
        top: 14px;
        font-size: 12px;
    }

    #coupon-box ul li .price {
        position: absolute;
        color: #fff;
        font-size: 26px;
        left: 35px;
        top: 40px;
    }

    #coupon-box ul li .course1 {
        color: #fff;
        position: absolute;
        bottom: 15px;
        left: 50px;
    }

    #coupon-box ul li .type {
        position: absolute;
        right: 30px;
        top: 17px;
        font-size: 24px;
        width: 52px;
    }

#activation-yhj-box {
    padding: 20px;
}

    #activation-yhj-box p {
    }

        #activation-yhj-box p span {
            line-height: 29px;
        }

        #activation-yhj-box p input {
            width: 170px;
            height: 25px;
            padding: 0px 5px;
        }

#coupon-box ul li .time {
    color: #A1A1A1;
    right: 6px;
    position: absolute;
    font-size: 12px;
    bottom: 10px;
}

#weixin-box {
    display: none;
    padding: 20px;
}

    #weixin-box dl {
        overflow: hidden;
        /* text-align: center; */
    }

        #weixin-box dl dt {
            display: inline-block;
            padding-left: 150px;
        }

            #weixin-box dl dt p {
                color: #666;
                text-align: center;
                padding-bottom: 15px;
                font-size: 16px;
            }

            #weixin-box dl dt img {
                width: 256px;
                height: 256px;
            }

            #weixin-box dl dt span {
                display: inline-block;
                border-radius: 3px;
                background: url(/Student/images/shopping/pic-21.png) center center no-repeat;
                height: 80px;
                width: 256px;
                margin-top: 15px;
            }

        #weixin-box dl dd {
            width: 379px;
            height: 421px;
            background: url(/Student/images/shopping/pic-22.png) no-repeat;
            right: 100px;
            position: absolute;
            top: 0;
            display: inline-block;
        }

#studyCard-box {
    padding: 20px;
}

    #studyCard-box h3 {
        font-weight: normal;
        font-size: 14px;
        padding-bottom: 10px;
    }

        #studyCard-box h3 em {
            font-style: normal;
            font-size: 20px;
            color: #f90000;
        }

    #studyCard-box p {
    }

    #studyCard-box span {
    }

    #studyCard-box input {
        width: 100px;
        padding: 5px 2px;
    }

#activation-xxk-box {
    padding: 20px;
}

    #activation-xxk-box p {
        padding-bottom: 10px;
    }

        #activation-xxk-box p span {
            line-height: 29px;
        }

        #activation-xxk-box p input {
            width: 210px;
            height: 25px;
            padding: 0px 5px;
        }

#balance-box {
    padding: 20px;
}

    #balance-box h3 {
        font-weight: normal;
        font-size: 14px;
        padding-bottom: 10px;
    }

        #balance-box h3 em {
            font-style: normal;
            font-size: 20px;
            color: #f90000;
        }

    #balance-box p {
    }

    #balance-box span {
    }

    #balance-box input {
        width: 100px;
        padding: 5px 2px;
    }

.shopping-cart-1-box {
    margin-top: 10px;
}

    .shopping-cart-1-box .thead {
        display: grid;
        grid-template-columns: 45px 368px 262px 165px 165px 155px;
        background: #f5f5f5;
        border-bottom: 1px solid #f1f1f1;
    }

        .shopping-cart-1-box .thead .tables {
            padding: 10px 0px;
            padding-left: 10px;
            color: #666666;
            font-size: 16px;
            font-weight: bold;
        }

    .shopping-cart-1-box .tbody .type1 {
        display: grid;
        grid-template-columns: 45px 1fr; /* cursor: pointer; */
    }

    .shopping-cart-1-box .tbody .tables {
        padding: 13px 0px;
        padding-left: 10px;
        color: #666666;
        font-size: 15px;
        font-weight: bold;
    }

    .shopping-cart-1-box .tbody .classType {
    }

        .shopping-cart-1-box .tbody .classType .checkbox-box {
        }

            .shopping-cart-1-box .tbody .classType .checkbox-box input {
                width: 15px;
                height: 15px;
                margin-top: 15px;
                margin-left: 19px;
            }

        .shopping-cart-1-box .tbody .classType .courseDetails-box {
            display: grid;
            grid-template-columns: 368px 262px 165px 165px 155px;
            border-bottom: 1px solid #f1f1f1;
        }

            .shopping-cart-1-box .tbody .classType .courseDetails-box .tables span {
                color: #17233d;
                font-size: 16px;
            }

            .shopping-cart-1-box .tbody .classType .courseDetails-box .tables .Presented {
                border-style: solid;
                border-width: 1px;
                border-color: #ed6b6e;
                color: #ed6b6e;
                padding: 0px 6px;
                display: inline-block;
                border-radius: 15px 15px 15px 15px;
                right: 0;
                top: 15px;
                font-size: 12px;
                margin-right: 5px;
            }

            .shopping-cart-1-box .tbody .classType .courseDetails-box .tables em {
                color: #3bac3d;
                cursor: pointer;
                font-weight: normal;
                font-style: normal;
                display: inline-block;
            }

            .shopping-cart-1-box .tbody .classType .courseDetails-box .tables dl dt {
                color: #17233d;
                padding: 10px 0 0 0;
            }

            .shopping-cart-1-box .tbody .classType .courseDetails-box .tables dl dd {
                color: #999999;
                font-weight: normal;
                font-size: 14px;
                padding-top: 5px;
            }

    .shopping-cart-1-box .tbody .type2 .checkbox-box input {
        margin-top: 16px;
    }

    .shopping-cart-1-box .tbody .type2 .tables span {
        padding-top: 10px;
        display: block;
    }

    .shopping-cart-1-box .tbody .classType .type2-dom {
        display: grid;
        grid-template-columns: 45px 1fr;
    }

    .shopping-cart-1-box .tbody .type2 .tables em {
        padding-top: 10px;
        display: block;
    }

    .shopping-cart-1-box .tbody .classType .type2-list {
        display: grid;
        grid-template-columns: 45px 1fr;
    }

        .shopping-cart-1-box .tbody .classType .type2-list input {
            width: 15px;
            height: 15px;
            margin-top: 14px;
            margin-left: 19px;
        }

        .shopping-cart-1-box .tbody .classType .type2-list span {
            padding: 10px 0px;
            padding-left: 10px;
            color: #17233d;
            font-size: 15px;
            font-weight: bold;
            display: inline-block;
        }

        .shopping-cart-1-box .tbody .classType .type2-list em {
            color: #3bac3d;
            cursor: pointer;
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            padding: 10px 0px;
            padding-left: 10px;
        }

        .shopping-cart-1-box .tbody .classType .type2-list .type2-item {
            display: grid;
            grid-template-columns: 630px 165px 165px 155px;
            border-bottom: 1px solid #f1f1f1;
        }



.shopping-cart-2-box {
    margin-top: 10px;
    border-bottom: 1px solid #f1f1f1;
}

    .shopping-cart-2-box .thead {
        display: grid;
        grid-template-columns: 780px 165px 1fr;
        background: #f5f5f5;
        border-bottom: 1px solid #f1f1f1;
    }

        .shopping-cart-2-box .thead .tables {
            padding: 10px 0px;
            padding-left: 10px;
            color: #666666;
            font-size: 16px;
            font-weight: bold;
        }

    .shopping-cart-2-box .tbody .tables {
        padding: 13px 0px;
        padding-left: 10px;
        color: #666666;
        font-size: 15px;
        font-weight: bold;
    }

    .shopping-cart-2-box .tbody .classType {
    }

        .shopping-cart-2-box .tbody .classType .courseDetails-box {
            display: grid;
            grid-template-columns: 780px 165px 1fr;
            border-bottom: 1px solid #f1f1f1;
        }

            .shopping-cart-2-box .tbody .classType .courseDetails-box .tables {
                /* display: table-cell; */
                /* vertical-align: middle; */
            }

                .shopping-cart-2-box .tbody .classType .courseDetails-box .tables span {
                    color: #444444;
                }

                .shopping-cart-2-box .tbody .classType .courseDetails-box .tables .Presented {
                    border-style: solid;
                    border-width: 1px;
                    border-color: #ed6b6e;
                    color: #ed6b6e;
                    padding: 0px 6px;
                    display: inline-block;
                    border-radius: 15px 15px 15px 15px;
                    right: 0;
                    top: 15px;
                    font-size: 12px;
                    margin-right: 5px;
                }

                .shopping-cart-2-box .tbody .classType .courseDetails-box .tables em {
                    color: #3bac3d;
                    cursor: pointer;
                    font-weight: normal;
                    font-style: normal;
                    display: inline-block;
                }

                .shopping-cart-2-box .tbody .classType .courseDetails-box .tables dl dt {
                    color: #444444;
                }

                .shopping-cart-2-box .tbody .classType .courseDetails-box .tables dl dd {
                    color: #999999;
                    font-weight: normal;
                    font-size: 14px;
                    padding-top: 5px;
                }

    .shopping-cart-2-box .tbody .type2 .tables span {
        padding-top: 0;
        display: block;
    }

    .shopping-cart-2-box .tbody .classType .type2-dom {
    }

    .shopping-cart-2-box .tbody .type2 .tables em {
        padding-top: 10px;
        display: block;
    }

    .shopping-cart-2-box .tbody .classType .type2-list {
        display: grid;
        grid-template-columns: 45px 1fr;
    }

        .shopping-cart-2-box .tbody .classType .type2-list input {
            width: 15px;
            height: 15px;
            margin-top: 14px;
            margin-left: 19px;
        }

        .shopping-cart-2-box .tbody .classType .type2-list span {
            padding: 10px 0px;
            padding-left: 10px;
            color: #666666;
            font-size: 15px;
            font-weight: bold;
            display: inline-block;
        }

        .shopping-cart-2-box .tbody .classType .type2-list em {
            color: #3bac3d;
            cursor: pointer;
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            padding: 10px 0px;
            padding-left: 10px;
        }

        .shopping-cart-2-box .tbody .classType .type2-list .type2-item {
            display: grid;
            grid-template-columns: 737px 165px 1fr;
            /* border-bottom: 1px solid #f1f1f1; */
        }

.shopping-cart-1-box .tbody .classType .courseDetails-box .col-price em {
    color: #444444;
    font-weight: bold;
}

.shopping-cart-1-box .tbody .classType .courseDetails-box .col-oldPrice em {
    color: #444444;
    font-weight: bold;
}




.type2 .type2-list-box .col-price span {
    font-size: 16px !important;
    padding: 0 !important;
}

    .type2 .type2-list-box .col-price span em {
        color: #444444 !important;
        font-weight: bold !important;
    }

.type2 .type2-list-box .col-oldPrice span {
    font-size: 16px !important;
    padding: 0 !important;
}

    .type2 .type2-list-box .col-oldPrice span em {
        color: #444444 !important;
        font-weight: bold !important;
    }

.shopping-cart-1-box .tbody .classType .courseDetails-box label {
    display: none;
}


@media screen and (max-width: 500px) {
    .m-t-90 {
        padding-top: 1rem;
    }

    .shopping-box {
        padding: 0.2rem 0rem;
        margin-bottom: 0;
        padding-bottom: 1rem;
    }

        .shopping-box .shopping-cart-1 {
            display: none;
        }

    .shopping-cart-1-box .thead {
        display: none;
    }

    .totalPrice {
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #f1f1f1;
        background: #ffffff;
        padding-top: 0;
        height: 1rem;
    }

        .totalPrice a {
            float: right;
            margin-right: 0.3rem;
            background: #e63104;
            border-radius: 0.06rem;
            padding: 0.15rem 0.35rem;
            font-size: 0.28rem;
            margin-top: 0.16rem;
        }

        .totalPrice p {
            float: left;
            padding-left: 0.3rem;
            font-size: 0.28rem;
            line-height: 1rem;
            margin-right: 0;
        }

        .totalPrice span {
            font-size: 0.4rem;
            padding-right: 0.1rem;
        }

    .shopping-cart-1-box .tbody .type1 {
        /* display: block; */
        grid-template-columns: 0.3rem 1fr;
        grid-gap: 0.2rem;
        border-bottom: 0.2rem solid #f1f1f1;
        padding: 0 0.3rem;
    }

    .shopping-cart-1-box .tbody .classType .checkbox-box {
        padding-top: 0.2rem;
    }

        .shopping-cart-1-box .tbody .classType .checkbox-box input {
            margin-left: 0.15rem;
            margin-top: 0;
            width: 0.3rem;
            height: 0.3rem;
            margin: 0;
        }

    .shopping-cart-1-box .tbody .classType .courseDetails-box {
        display: block;
        position: relative;
        padding: 0.15rem 0;
        border-bottom: none;
    }

        .shopping-cart-1-box .tbody .classType .courseDetails-box .col-type {
            /*display: none;*/
        }
            .shopping-cart-1-box .tbody .classType .courseDetails-box .col-type span {
                font-size: 0.26rem;
            }

        .shopping-cart-1-box .tbody .classType .courseDetails-box .col-del {
            position: absolute;
            right: 0;
            top: 0;
            top: 0.2rem;
        }

            .shopping-cart-1-box .tbody .classType .courseDetails-box .col-del em {
                color: #e63104;
                font-size: 0.28rem;
            }

        .shopping-cart-1-box .tbody .classType .courseDetails-box .col-price {
            padding: 0.15rem 0;
        }

            .shopping-cart-1-box .tbody .classType .courseDetails-box .col-price span {
                color: #e63104;
                font-size: 0.38rem;
                font-weight: normal;
                padding-top: 0;
            }

        .shopping-cart-1-box .tbody .classType .courseDetails-box .col-name span {
            font-size: 0.28rem;
        }

        .shopping-cart-1-box .tbody .classType .courseDetails-box .tables {
            padding: 0;
        }

        .shopping-cart-1-box .tbody .classType .courseDetails-box .col-name {
            padding-bottom: 0.1rem;
        }

        .shopping-cart-1-box .tbody .classType .courseDetails-box .col-price em {
            color: #e63104;
            font-weight: bold;
            font-size: 0.24rem;
        }

    .shopping-cart-1-box .tbody .classType .type2-dom {
        grid-template-columns: 0.3rem 1fr;
        grid-gap: 0.2rem;
    }

    .shopping-cart-1-box .tbody .classType {
        padding: 0 0.3rem;
        border-bottom: 0.2rem solid #f1f1f1;
    }

        .shopping-cart-1-box .tbody .classType .courseDetails-box .tables dl dt {
            font-size: 0.28rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 5.5rem;
        }

        .shopping-cart-1-box .tbody .classType .courseDetails-box .tables dl dd {
            font-size: 0.26rem;
        }

        .shopping-cart-1-box .tbody .classType .type2-list .type2-item {
            display: block;
            position: relative;
            border-top: 1px solid #f1f1f1;
        }

        .shopping-cart-1-box .tbody .classType .type2-list {
            grid-template-columns: 0.3rem 1fr;
        }

    .type2 .type2-list-box .type2-item .col-del {
        position: absolute;
        right: 0;
        top: 0.2rem;
    }

    .shopping-cart-1-box .tbody .classType .type2-list span.Price {
        color: #e63104;
        font-size: 0.38rem !important;
        font-weight: normal;
    }

        .shopping-cart-1-box .tbody .classType .type2-list span.Price em {
            color: #e63104 !important;
            font-weight: bold;
            font-size: 0.24rem;
            padding: 0.15rem 0;
            padding-left: 0.8rem;
        }

    .shopping-cart-1-box .tbody .classType .type2-list em {
        color: #e63104;
        font-size: 0.28rem;
        padding: 0;
    }

    .shopping-cart-1-box .tbody .classType .courseDetails-box label {
        position: absolute;
        bottom: 0.2rem;
        right: 0;
        color: #bbbbbb;
        font-size: 0.28rem;
        display: block;
    }

    .type2-list-box {
    }

    .shopping-cart-1-box .tbody .classType .type2-list span {
        font-size: 0.28rem;
        padding-top: 0.2rem;
        padding-left: 0.15rem;
    }

    .shopping-cart-1-box .tbody .classType .type2-list input {
        margin-left: 0.15rem;
        margin-top: 6.1rem;
        width: 0.3rem;
        height: 0.3rem;
        margin: 0;
        position: relative;
        top: 0.04rem;
    }
}

.discount li {
    background: url(/Student/Images/coupon/pic_1.png) no-repeat center center;
    color: #f53f31;
    background-size: 100% 100%;
    cursor: pointer;
    overflow: hidden;
}

    .discount li .items1 {
        position: absolute;
        font-weight: bold;
        font-size: 26px;
        left: 0;
        top: 30px;
        width: 85px;
        text-align: center;
    }

        .discount li .items1 span {
            font-size: 16px;
        }

    .discount li .items2 {
        position: absolute;
        top: 70px;
        left: 0;
        width: 85px;
        text-align: center;
        font-size: 10px;
    }

    .discount li .items3 {
        font-weight: bold;
        font-size: 18px;
        left: 110px;
        position: absolute;
        top: 20px;
    }

    .discount li .items4 {
        color: #f53f31;
        top: 50px;
        position: absolute;
        left: 110px;
        font-size: 14px;
    }

    .discount li .items5 {
        color: #f53f31;
        top: 74px;
        position: absolute;
        left: 110px;
        font-size: 14px;
    }

        .discount li .items5 em {
            font-style: normal;
        }

        .discount li .items5 span {
            display: none;
            margin-left: 5px;
            cursor: pointer;
        }

    .discount li:last-child {
        margin-bottom: 0;
    }

    .discount li .items5.overflow span {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(/Student/Images/coupon/up.png); 
        position: relative;
        top: 2px;
    }

    .discount li.active:before {
        content: '';
        width: 60px;
        height: 47px;
        background: url(/Student/Images/coupon/pic_2.png) no-repeat;
        display: block;
        position: absolute;
        right: -3px;
        bottom: 0;
        background-size: 100% 100%;
    }

.discount li .items5.overflow {
    cursor: pointer;
}