﻿.main-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    z-index:9;
}

.category {
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 20px 0px rgba(12,8,62,.05);
}

    .category .category-text .item-label {
        float: left;
        box-sizing: border-box;
        padding: 0 8px;
        margin-left: 10px;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #666;
        cursor: pointer;
    }

    .category .category-text .lf {
        float: left;
    }

    .category .category-text .btnx-douyinlist, .category .category-text .btnx-tljlist {
        display: block;
        line-height: 40px;
    }

        .category .category-text .btnx-douyinlist img, .category .category-text .btnx-tljlist img {
            vertical-align: middle;
        }

    .category .category-text .item-label .active, .category .category-text .item-label a:hover {
        color: #f41a1a;
    }

.header_hot {
    margin-top: 10px;
    display: flex;
}

    .header_hot .hot-left {
        background-color: #fff;
        width: 330px;
        height: 430px;
        box-sizing: border-box;
        background: #fff;
        box-shadow: 0px 10px 30px 0px rgba(12,8,62,.08);
        border-radius: 5px;
        position: relative;
    }

        .header_hot .hot-left .left-title {
            width: 100%;
            padding-top: 20px;
            padding-left: 10px;
            font-size: 18px;
            font-family: PingFang SC;
            font-weight: bold;
            color: #4d75ff;
            line-height: 18px;
        }

        .header_hot .hot-left .left-desc {
            width: 100%;
            padding-top: 8px;
            padding-left: 10px;
            font-size: 12px;
            font-family: PingFang SC;
            font-weight: 400;
            color: #999;
            line-height: 12px;
        }

        .header_hot .hot-left .swiper-container {
            width: 100%;
            box-sizing: border-box;
            padding-bottom: 27px;
            position: relative;
        }

        .header_hot .hot-left .swiper-slide {
            padding-left: 5px;
            padding-right: 5px;
            box-sizing: border-box;
        }

.hot-left .left-box .item {
    width: 320px;
    height: 110px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 5px;
    transition: all .2s ease-in-out;
}

    .hot-left .left-box .item:hover {
        box-shadow: 0px 2px 15px 0px rgba(0,0,0,.08);
        transform: translateY(-5px);
    }

    .hot-left .left-box .item .listTitle {
        margin-top: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .hot-left .left-box .item .barControl {
        margin: 10px auto;
    }

.hot-left .left-box .item-left {
    width: 108px;
    height: 108px;
    box-sizing: border-box;
    padding: 4px;
    overflow: hidden;
    position: relative;
}

    .hot-left .left-box .item-left .item-img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
        cursor: pointer;
    }

.hot-left .left-box .item-right {
    width: calc(100% - 110px);
}

.hot-center .banner {
    width: 590px;
    height: 430px;
    box-sizing: border-box;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
}

    .hot-center .banner .swiper-slide a {
        display: block;
        width: 100%;
        z-index: 0;
    }

    .hot-center .banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
	 max-height: 310px;
    }

    .hot-center .banner .act_item {
        padding-top: 10px;
    }

        .hot-center .banner .act_item a {
            display: block;
            float: left;
            width: 190px;
            height: 110px;
            overflow: hidden;
            margin-right: 10px;
            background: #fff;
            position: relative;
            z-index: 0;
        }

            .hot-center .banner .act_item a:last-child {
                margin-right: 0;
            }

            .hot-center .banner .act_item a img {
                width: 100%;
            }

            .hot-center .banner .act_item a:hover {
                box-shadow: 0 0 5px rgba(0,0,0,.05);
            }

                .hot-center .banner .act_item a:hover .msg {
                    bottom: 16px;
                }

        .hot-center .banner .act_item .msg {
            text-align: center;
            width: 70%;
            left: 15%;
            bottom: 8px;
            z-index: 5;
            position: absolute;
            background: rgba(255,255,255,.9);
            line-height: 20px;
            padding: 3px 0;
            transition: all .4s ease-out 0s;
            -o-transition: all .4s ease-out 0s;
            -moz-transition: all .4s ease-out 0s;
            -webkit-transition: all .4s ease-out 0s;
            transform-origin: center;
        }

            .hot-center .banner .act_item .msg .title {
                font-size: 14px;
                color: #333;
                font-weight: 700;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .hot-center .banner .act_item .msg .desc {
                color: #666;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 12px;
            }

.hot-right {
    margin-left: 10px;
    width: 260px;
    box-sizing: border-box;
}

    .hot-right .login {
        height: 164px;
        padding: 12px 20px;
        background-color: #fff;
        box-shadow: 0px 5px 20px 0px rgba(12,8,62,.05);
        border-radius: 5px;
        box-sizing: border-box;
        position: relative;
    }

        .hot-right .login .login-box {
            width: 100%;
            box-sizing: border-box;
            position: relative;
        }

            .hot-right .login .login-box .login-img {
                display: block;
                width: 170px;
                object-fit: cover;
                margin: 0 auto;
            }

            .hot-right .login .login-box .login-text {
                width: 100%;
                box-sizing: border-box;
                margin-top: 11px;
                text-align: center;
                font-size: 16px;
                font-family: PingFang SC;
                font-weight: bold;
                color: #4d75ff;
                line-height: 16px
            }

            .hot-right .login .login-box .submit-register {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                height: 36px;
                box-sizing: border-box;
                margin-top: 17px;
            }

                .hot-right .login .login-box .submit-register .login-register, .hot-right .login .login-box .submit-register .login-submit {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100px;
                    height: 36px;
                    border-radius: 3px;
                    font-size: 15px;
                    font-weight: bold;
                    line-height: 16px;
                    cursor: pointer;
                }

                .hot-right .login .login-box .submit-register .login-register {
                    background: #f6f8ff;
                    border: 1px solid #b7c8ff;
                    color: #4d75ff;
                }

                .hot-right .login .login-box .submit-register .login-submit {
                    background: linear-gradient(180deg,#599efd,#4d74ff);
                    margin-right: 10px;
                    color: #fff;
                }

                    .hot-right .login .login-box .submit-register .login-register:hover, .hot-right .login .login-box .submit-register .login-submit:hover {
                        opacity: .9;
                    }

        .hot-right .login .login-success-box .login-text {
            width: 100%;
            box-sizing: border-box;
            margin-top: 11px;
            text-align: center;
            font-size: 16px;
            font-family: PingFang SC;
            font-weight: bold;
            color: #4d75ff;
            line-height: 16px
        }

        .hot-right .login .login-success-box .userImg {
            display: block;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto;
            border: 1px solid #eee;
            padding: 2px;
            box-sizing: border-box;
        }

            .hot-right .login .login-success-box .userImg img {
                width: 100%;
                height: 100%;
                border: 1px solid #eee;
                border-radius: 50%;
                box-sizing: border-box;
            }

        .hot-right .login .login-success-box .back {
        }

        .hot-right .login .login-success-box .submit-register {
            text-align: center;
            margin-top: 15px;
        }

        .hot-right .login .login-success-box .to {
            color: #666;
            font-size: 12px;
            background-color: #fff;
            border: 1px solid #eee;
            padding: 5px 20px;
        }

            .hot-right .login .login-success-box .to:hover {
                color: #4d75ff;
            }

        .hot-right .login .login-success-box .back {
            position: absolute;
            right: 0;
            top: 8px;
            border-radius: 5px 0 0 5px;
            background-color: #F6F8FF;
            border: 1px solid #4d75ff;
            border-right: 0;
            font-size: 12px;
            padding: 3px 5px;
        }

            .hot-right .login .login-success-box .back:hover {
                opacity: .8;
            }

            .hot-right .login .login-success-box .back a {
                color: #4d75ff;
            }

    .hot-right .notice-help-nav {
        display: flex;
        height: 36px;
        background: #f8f9ff;
        box-sizing: border-box;
        padding: 0 30px;
    }

        .hot-right .notice-help-nav .nav-item {
            width: 50%;
            height: 36px;
            box-sizing: border-box;
            padding-top: 10px;
            position: relative;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            color: #666;
            font-family: PingFang SC;
            transition: all .2s ease-in-out;
            cursor: pointer;
        }

            .hot-right .notice-help-nav .nav-item.active {
                font-weight: 600;
                color: #4d75ff;
            }

                .hot-right .notice-help-nav .nav-item.active .line {
                    transform: translateX(-50%) scaleX(1);
                }

            .hot-right .notice-help-nav .nav-item .line {
                width: 25px;
                height: 2px;
                background: #4d76ff;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%) scaleX(0);
                transition: transform .2s ease-in;
            }

    .hot-right .notice-help-box {
        background-color: #fff;
        box-shadow: 0px 5px 20px 0px rgba(12,8,62,.05);
        border-radius: 5px;
        box-sizing: border-box;
        position: relative;
    }

    .hot-right .help-box, .hot-right .notice-box {
        width: 100%;
        height: 100px;
        box-sizing: border-box;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 20px;
    }

    .hot-right .help-box, .hot-right .notice-help-loading {
        height: 100px;
        padding: 10px 20px;
        box-sizing: border-box;
    }

        .hot-right .help-box .help-item, .hot-right .notice-box .notice-item {
            width: 100%;
            height: 23.6px;
            box-sizing: border-box;
        }

            .hot-right .notice-box .notice-item a {
                display: inline-block;
                width: 100%;
                height: 23.6px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .hot-right .notice-help-box .item-time {
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #4d75ff;
        line-height: 23.6px;
    }

    .hot-right .notice-help-box .item-title {
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #666;
        line-height: 23.6px;
    }

    .hot-right .notice-help-box .help-box {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }

    .hot-right .notice-help-box .help-item {
        width: 50%;
        height: 23.6px;
        box-sizing: border-box;
    }

    .hot-right .regimental {
        position: relative;
        overflow: hidden;
        height: 130px;
    }

        .hot-right .regimental h3 {
            position: relative;
            z-index: 0;
            text-align: center;
            height: 20px;
            padding: 8px 0;
            border-bottom: solid 1px #F4F4F4;
            font-size: 14px;
            font-weight: 400;
        }

            .hot-right .regimental h3 .icon_net {
                position: absolute;
                right: 7px;
                top: 10px;
                height: 15px;
                width: 15px;
                cursor: pointer;
                background: url(http://img.xuandan.com/img/img/right.png) no-repeat;
                background-size: 100%;
            }

        .hot-right .regimental .ullit {
            overflow: hidden;
        }

            .hot-right .regimental .ullit li {
                text-align: center;
                padding: 5px;
                position: relative;
                float: left;
                width: 33.33%;
                box-sizing: border-box;
            }

                .hot-right .regimental .ullit li p.pic img {
                    width: 44px;
                    height: 44px;
                    border-radius: 50px;
                }

        .hot-right .regimental ul.ullit li .col-name-cx {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 12px;
        }

        .hot-right .regimental ul.ullit li .desc {
            color: #f40;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-top: 3px;
            font-size: 12px;
        }

        .hot-right .regimental ul.ullit li .vip {
            position: absolute;
            right: 0;
            top: 0;
            width: 36px;
            height: 16px;
            line-height: 16px;
            z-index: 5;
            background: rgba(255,68,0,.1);
            text-align: center;
            color: #F40;
            font-size: 12px;
        }

        .hot-right .regimental ul.ullit li.li2 {
            border-right: solid 1px #f4f4f4;
            border-left: solid 1px #F4F4F4;
        }

.varied-area {
    height: 558px;
    margin-top: 10px;
}

    .varied-area .area-wrap:nth-child(n+3) {
        margin-right: 0;
    }

    .varied-area .area-wrap {
        background-color: #fff;
        float: left;
        width: 393px;
        border-radius: 5px;
        margin-right: 10px;
    }

        .varied-area .area-wrap .isHeader {
            width: 100%;
            height: 78px;
            box-sizing: border-box;
            padding: 20px 20px 0;
            position: relative;
        }

            .varied-area .area-wrap .isHeader .title {
                width: 100%;
                font-size: 18px;
                font-family: PingFang SC;
                font-weight: bold;
                color: #4d75ff;
                line-height: 18px;
            }

            .varied-area .area-wrap .isHeader .desc {
                width: 100%;
                padding-top: 8px;
                font-size: 12px;
                font-family: PingFang SC;
                font-weight: 400;
                color: #999;
                line-height: 12px;
            }

        .varied-area .area-wrap .area-box {
            position: relative;
            height: 480px;
            z-index: 99;
        }

            .varied-area .area-wrap .area-box .swiper-container {
                width: 100%;
                box-sizing: border-box;
                padding-bottom: 35px;
                position: relative;
            }

                .varied-area .area-wrap .area-box .swiper-container .swiper-slide {
                    padding: 10px;
                    box-sizing: border-box;
                }

            .varied-area .area-wrap .area-box .item {
                margin-top: 20px;
                padding: 5px;
                border: 1px solid #eee;
                background-color: #fff;
                border-radius: 10px;
                align-items: center;
                position: relative;
                transition: transform .2s ease-in-out;
                box-sizing: border-box;
            }

            .varied-area .area-wrap .area-box .item-left {
                position: relative;
                width: 120px;
                height: 120px;
            }

            .varied-area .area-wrap .area-box .item .item-left .inProduc-l-ImgBottom {
                position: absolute;
                bottom: 0;
                left: 3%;
                width: 94%;
                background: linear-gradient(0deg,rgba(89,158,253,.8),rgba(77,116,255,.8));
                background: -webkit-linear-gradient(0deg,rgba(89,158,253,.8),rgba(77,116,255,.8));
                background: -o-linear-gradient(0deg,rgba(89,158,253,.8),rgba(77,116,255,.8));
                background: -moz-linear-gradient(0deg,rgba(89,158,253,.8),rgba(77,116,255,.8));
                border-radius: 0 0 10px 10px;
                text-align: center;
                line-height: 22px;
                transition: all .5s ease-in-out;
                opacity: 0;
                transform: translateY(5px);
                z-index: 10;
            }

            .varied-area .area-wrap .area-box .item:hover .item-left .collectionLogo {
                bottom: 26px;
            }

            .varied-area .area-wrap .area-box .item:hover .item-left .inProduc-l-ImgBottom {
                display: block;
                width: 100%;
                left: 0;
                transform: translateY(0);
                opacity: 1;
            }

            .varied-area .area-wrap .area-box .item .item-left .inProduc-l-ImgBottom .addSpread {
                color: #fff;
                font-size: 12px;
                cursor: pointer;
            }

            .varied-area .area-wrap .area-box .item:hover {
                z-index: 1;
                box-shadow: 0 10px 12px 2px rgba(0,0,0,.1);
                border-radius: 10px 10px 0 0;
                transform: translateY(-5px);
            }

            .varied-area .area-wrap .area-box .item-left img {
                width: 120px;
                height: 120px;
                border-radius: 10px;
                object-fit: cover;
                cursor: pointer;
            }

            .varied-area .area-wrap .area-box .item:first-child {
                margin-top: 0;
            }

            .varied-area .area-wrap .area-box .item-right {
                margin-left: 10px;
                overflow: hidden;
            }

                .varied-area .area-wrap .area-box .item-right .title {
                    font-size: 16px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                    .varied-area .area-wrap .area-box .item-right .title a {
                        color: #666;
                        font-weight: 400;
                    }

                        .varied-area .area-wrap .area-box .item-right .title a:hover {
                            color: #4e78ff;
                        }

                .varied-area .area-wrap .area-box .item-right .coupon-box {
                    padding-top: 16px;
                }

.coupon-box {
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

    .coupon-box .coupon-text {
        padding: 0 3px;
        margin: 0;
        background: #fd7100;
        color: #fff;
        font-size: 12px;
        background: linear-gradient(0deg,#ff4b42,#ff753c);
        background: -webkit-linear-gradient(0deg,#ff4b42,#ff753c);
        background: -o-linear-gradient(0deg,#ff4b42,#ff753c);
        background: -moz-linear-gradient(0deg,#ff4b42,#ff753c);
        height: 18px;
        vertical-align: middle;
        line-height: 18px;
    }

    .coupon-box .coupon-money {
        padding: 0 2px;
        margin: 0;
        border: 1px solid #fd7100;
        color: #fd7100;
        font-size: 12px;
        height: 18px;
        vertical-align: middle;
        line-height: 16px;
        box-sizing: border-box;
        padding-right:5px;
    }

    .coupon-box .goods-coupon {
        display: inline-flex;
        height: 18px;
        cursor: pointer;
    }

.varied-area .area-wrap .area-box .item-right .price-tkmoney {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-top: 10px;
}

    .varied-area .area-wrap .area-box .item-right .price-tkmoney .goods-price {
        display: flex;
        align-items: flex-end;
    }

        .varied-area .area-wrap .area-box .item-right .price-tkmoney .goods-price s {
            color: #999;
            font-size: 12px;
        }

        .varied-area .area-wrap .area-box .item-right .price-tkmoney .goods-price .price-text {
            font-size: 14px;
            font-family: PingFang SC;
            font-weight: bold;
            color: #ff4e41;
            line-height: 20px;
        }

        .varied-area .area-wrap .area-box .item-right .price-tkmoney .goods-price .price-num {
            font-size: 24px;
            font-family: PingFang SC;
            font-weight: bold;
            color: #ff4e41;
            line-height: 24px;
        }

    .varied-area .area-wrap .area-box .item-right .price-tkmoney .rb-box {
        height: 30px;
        border-radius: 12px 0px 10px 0px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 0;
    }

        .varied-area .area-wrap .area-box .item-right .price-tkmoney .rb-box .rb-label {
            display: flex;
            flex-flow: row nowrap;
            align-items: flex-end;
            justify-content: center;
            height: 30px;
            box-sizing: border-box;
            padding: 0 8px 6px;
            background: linear-gradient(90deg,#ff703c 0%,#ff4f41 100%);
            border-radius: 12px 0px 10px 0px;
            position: relative;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #fff;
            line-height: 14px;
            z-index: 1;
        }

            .varied-area .area-wrap .area-box .item-right .price-tkmoney .rb-box .rb-label .label-num {
                margin-left: 4px;
                font-size: 18px;
                font-family: PingFang SC;
                font-weight: bold;
                color: #fff;
                line-height: 14px;
            }

        .varied-area .area-wrap .area-box .item-right .price-tkmoney .rb-box .rb-label-befort {
            position: absolute;
            bottom: 0;
            left: -6px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 6px 22px 6px;
            border-color: transparent transparent #ff703c transparent;
        }

.varied-area .area-wrap .area-box .item .inProduc-l-de {
    display: none;
    font-size: 12px;
    position: absolute;
    left: -1px;
    right: -1px;
    background: #fff;
    z-index: 11;
    border-radius: 0 0 10px 10px;
    bottom: 1px !important;
    transform: translateY(100%);
    height: auto;
    padding: 0 12px 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-top: none;
}

.varied-area .area-wrap .area-box .item:hover .inProduc-l-de {
    display: block;
    box-shadow: 0 10px 12px 2px rgba(0,0,0,.1);
}

.varied-area .area-wrap .area-box .item .inProduc-l-de .g-comfooter {
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.varied-area .area-wrap .area-box .item .inProduc-l-de .g-itemprice, .varied-area .area-wrap .area-box .item .inProduc-l-de .g-shopname {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.varied-area .area-wrap .area-box .item .inProduc-l-de .g-shopname {
    display: inline-block;
}

.varied-area .area-wrap .area-box .item .inProduc-l-de .g-sellername {
    color: #999;
}

    .varied-area .area-wrap .area-box .item .inProduc-l-de .g-sellername:hover {
        color: #4e78ff;
    }

.varied-area .area-wrap .area-box .item:hover .video-icon-wrap {
    opacity: 1;
}

.video-icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    margin-top: -20px;
    background-color: rgba(0,0,0,.5);
    padding: 10px;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    display: flex;
    transition: all .2s ease-in-out;
}

    .video-icon-wrap .play-icon {
        display: block;
        width: 15px;
        height: 15px;
        background: url(/Public/NewUI/image/vf-play.png) no-repeat;
        background-size: 100% 100%;
        margin: auto;
    }

.plate-box {
    margin-top: 10px;
    min-height: 315px;
   
}

    .plate-box.thin {
        /*  background: linear-gradient(90deg,#feedde 0,#eba660 100%); */
        background-color: #fff;
        box-shadow: 0px 10px 30px 0px rgba(12,8,62,.08);
       
    }

    .plate-box .p_header {
        display: flex;
        align-items: flex-end;
        height: 64px;
        padding: 0 0 20px 20px;
        position: relative;
        box-sizing: border-box;
        border-bottom: 1px solid #f2f2f2;
        position:relative;
        overflow: hidden;
    }

        .plate-box .p_header .p_h_left {
            float: left;
        }

            .plate-box .p_header .p_h_left .title {
                font-size: 24px;
                color: #4e78ff;
                font-weight: 600;
            }

        .plate-box .p_header .p_h_right {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 70px;
            height: 32px;
            border: 1px solid rgba(78,120,255,.6);
            border-right: none;
            border-radius: 16px 0px 0px 16px;
            background-color: #eff3ff;
            box-sizing: border-box;
            padding-left: 10px;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            color: #4e78ff;
            line-height: 14px;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            cursor: pointer;
        }

            .plate-box .p_header .p_h_right .new {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 70px;
                height: 32px;
                border: 1px solid rgba(78,120,255,.6);
                border-right: none;
                border-radius: 16px 0px 0px 16px;
                background: #eff3ff;
                box-sizing: border-box;
                padding-left: 10px;
                font-size: 14px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                color: #4e78ff;
                line-height: 14px;
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                cursor: pointer;
            }

                .plate-box .p_header .p_h_right .new:hover {
                    color: #fff;
                    background: #4d75ff;
                }

    .plate-box .p_content {
        /* padding: 3px 0;
        margin: 0 3px;*/
        height: 310px;
        position: relative;
        z-index: 0;
    }

        .plate-box .p_content .goods {
            background: #fff;
            height: 312px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }

        .plate-box .p_content .item {
            border: 1px solid transparent;
            border-right: 1px solid #EEE;
            float: left;
            width: 200px;
           
            min-height: 313px;
            position: relative;
            padding: 10px 10px 0;
            box-sizing: border-box;
        }

            .plate-box .p_content .item:hover .collectionLogo {
                bottom: 30px;
            }

            .plate-box .p_content .item:hover .shop {
                display: block;
                border-color: #f40;
                border-style: solid;
                border-bottom-width: 1px;
                border-left-width: 1px;
                border-right-width: 1px;
            }

            .plate-box .p_content .item:hover .item-top .but {
                opacity: 1;
            }

            .plate-box .p_content .item:hover {
                border: 1px solid #f40;
                border-bottom: none;
            }

            .plate-box .p_content .item:last-child {
                box-shadow: none;
            }

            .plate-box .p_content .item .item-top {
                position: relative;
                font-size: 0;
            }

                .plate-box .p_content .item .item-top img {
                    width: 177px;
                    height: 177px;
                }

                .plate-box .p_content .item .item-top .but {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    bottom: 0;
                    opacity: 0;
                    transition: all .3s ease-in-out;
                }

                    .plate-box .p_content .item .item-top .but .text {
                        padding: 3px 0;
                        font-size: 12px;
                        background: linear-gradient(0deg,rgba(89,158,253,.8),rgba(77,116,255,.8));
                        background: -webkit-linear-gradient(0deg,rgba(89,158,253,.8),rgba(77,116,255,.8));
                        background: -o-linear-gradient(0deg,rgba(89,158,253,.8),rgba(77,116,255,.8));
                        background: -moz-linear-gradient(0deg,rgba(89,158,253,.8),rgba(77,116,255,.8));
                        text-align: center;
                        line-height: 22px;
                        color: #fff;
                        cursor: pointer;
                    }

                        .plate-box .p_content .item .item-top .but .text:hover {
                            opacity: .8;
                        }

            .plate-box .p_content .item .item-bottom .title {
                font-weight: 400;
                color: #444;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                height: 40px;
                line-height: 40px;
                font-size: 12px;
            }

                .plate-box .p_content .item .item-bottom .title:hover {
                    color: #4d75ff;
                }

            .plate-box .p_content .item .item-bottom .desc {
                text-align: center;
            }

                .plate-box .p_content .item .item-bottom .desc span {
                    background: #f86a24;
                    border-radius: 2px;
                    line-height: 22px;
                    display: inline-block;
                    color: #fff;
                    padding: 0 10px;
                    font-size: 12px;
                }

            .plate-box .p_content .item .item-bottom .tag_item {
                padding-top: 10px;
                line-height: 18px;
            }

                .plate-box .p_content .item .item-bottom .tag_item li {
                    color: #999;
                    font-size: 12px;
                    text-align: center;
                }

                    .plate-box .p_content .item .item-bottom .tag_item li .col-money {
                        color: #f40;
                    }

                    .plate-box .p_content .item .item-bottom .tag_item li span {
                        color: #666;
                        font-size: 15px;
                    }

            .plate-box .p_content .item .shop {
                position: absolute;
                left: -1px;
                right: -1px;
                background-color: #fff;
                padding: 10px;
                box-sizing: border-box;
                line-height: 20px;
                display: none;
            }

                .plate-box .p_content .item .shop .quan {
                    margin-bottom: 10px;
                    overflow: hidden
                }

                .plate-box .p_content .item .shop .coupon-box {
                    padding-top: 3px;
                }

                .plate-box .p_content .item .shop .col-money {
                    color: #f40;
                }

                .plate-box .p_content .item .shop .dp, .plate-box .p_content .item .shop .shopName {
                    color: #999;
                    font-size: 12px;
                }

                    .plate-box .p_content .item .shop .shopName a {
                        color: #999;
                        font-size: 12px;
                    }

                        .plate-box .p_content .item .shop .shopName a:hover {
                            color: #4d75ff;
                        }

                .plate-box .p_content .item .shop .shopUser a {
                    color: #999;
                    font-size: 12px;
                }

                    .plate-box .p_content .item .shop .shopUser a:hover {
                        color: #4d75ff;
                    }

                .plate-box .p_content .item .shop .shopUser {
                    color: #999;
                    font-size: 12px;
                }

a:hover {
    color: #4d75ff;
}

.collectionLogo {
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 8px 9px;
    color: #f170c6;
    font-size: 16px;
    opacity: 1;
    transition: all ease-in-out .44s;
    background: rgba(49,49,49,.6);
    background: #fff;
    border-radius: 5px;
    box-shadow: 7px 6px 15px 0 rgba(158,151,151,.6);
}

.item-label a {
    color: #666;
}

.hot-center .banner .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.varied-area .area-wrap .swiper-container:hover {
    height: 585px;
}

.varied-area .area-wrap .swiper-wrapper {
    height: auto;
}

.varied-area .area-wrap .swiper-pagination {
    top: 450px;
    bottom: auto;
    z-index: 0;
}

.varied-area .area-wrap .swiper-button-next, .varied-area .area-wrap .swiper-button-prev {
    top: 210px;
}

.swiper-button-next, .swiper-button-prev {
    width: 25px;
    height: 25px;
    display: none;
}

.dialogVideo .el-dialog__body {
    padding: 0;
    font-size: 0;
}

    .dialogVideo .el-dialog__body .video-box {
        height: 388px;
    }

.dialogVideo .el-dialog__header {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
}

.dialogVideo .el-dialog__title {
    font-size: 18px;
}


.fastbuy-wrap {
    width: 100%;
    height: 290px;
    position: relative;
}

.fastbuy {
    display:flex;
    height: 100%;
}

    .fastbuy .left {
        width: 184px;
        height: 100%;
        padding-left: 20px;
        position: relative;
        background-color: #4e78ff;
        height: 100%;
        border-radius: 5px 0 0 5px;
        padding: 20px;
        box-sizing: border-box;
    }

.fastbuy .left h1 {
    color: #fff;
    font-size: 26px;
    font-family: KaiTi;
    font-weight: bold;
    text-shadow: 3px 3px 3px #00f;
}

.fastbuy .left .start-time {
    margin-top: 8px;
    line-height: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #fff;
}

.fastbuy .left .line {
    height: 1px;
    box-sizing: border-box;
    margin-top: 12px;
    background: #e6e6e6;
    opacity: .1;
}

.fastbuy .left .more {
    display: flex;
    align-items: center;
    padding: 12px 0;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
    cursor: pointer;
}
.fastbuy .left .more-icon {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}

.fastbuy .left .bottom{
    position:absolute;
    bottom:20px;
}

.fastbuy .left .end-text {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 12px;
}

.fastbuy .left .end-time {
    display: flex;
    align-items: flex-end;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 12px;
    margin-top:10px;
}

.fastbuy .left .end-time em {
    margin-right: 3px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
}

.fastbuy .ul-list .item {
    width: 160px;
    height: 270px;
    margin-bottom:0;
    border:none;
}
.fastbuy .right{
    flex:1;
    padding:10px 8px;
}
.fastbuy .ul-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    
.fastbuy .ul-list .item .img_box {
    width: 160px;
    height: 150px;
    box-sizing: border-box;
    padding: 10px 10px 0;
    margin: auto;
}

.fastbuy .ul-list .item .product_conter {
    padding-top:10px;
    padding-bottom:10px;
}

.fastbuy .ul-list .item .product_href{
    font-size:12px;
}

.fastbuy .ul-list .item .price_tkrates {
    margin-top: 10px;
    padding:5px 0;
}
.fastbuy .ul-list .item .price_tkrates > li > div {
    font-size:14px;
}
.fastbuy .ul-list .item .ticket{
    margin-top:10px;
}
.fastbuy .ul-list .item .video_btn {
    transform: scale(0.7);
}

.fastbuy .ul-list .item .product_more{
    left:0;
    right:0;
    border:none;
}

/*整点抢*/
.sucai_item .list_div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sucai_item .wx_cell {
    margin-bottom: 7px;
    width: 100% !important;
}

.sucai_item .ChatRecord {
    width: 215px;
}

.sucai_item .cellbox {
    display: none;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 30px 30px rgba(0,0,0,.2);
}

.sucai_item:hover {
    border-radius: 10px 10px 0 0 !important;
}

    .sucai_item:hover .collectionLogo, .tlj_item:hover .collectionLogo {
        bottom: 30px;
    }

.sucai_item .sale_icon_box {
    display: flex;
}

.sucai_item:hover .cellbox {
    display: block;
    border-radius: 0 0 10px 10px;
}

.sucai_item .ChatRecord_item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat_load {
    height: 151px;
}

.sucai_item .ChatRecord_info {
    width: 200px !important;
}

.good_single_top .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 32px;
    border: 1px solid rgba(78,120,255,.6);
    border-right: none;
    border-radius: 16px 0px 0px 16px;
    background-color: #eff3ff;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4e78ff;
    line-height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.good_single_notice .good_single_top .more:hover {
    background: #4d75ff;
    color: #fff;
}

.listTitle a {
    display: block;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coupon_link {
    display: flex;
}

.sucai_area {
    padding: 10px 10px 0 10px !important;
}

.quan_tuijian .quan_pingche {
    height: 310px;
    position: relative;
}

    .quan_tuijian .quan_pingche ul.ullit {
        background: #fff;
        height: 312px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .quan_tuijian .quan_pingche li {
        border: 1px solid transparent;
        border-right: 1px solid #eee;
        float: left;
        width: 198px;
        min-height: 310px;
        position: relative;
    }

        .quan_tuijian .quan_pingche li:hover {
            border: 1px solid #f40;
            height: auto;
            z-index: 99;
        }

            .quan_tuijian .quan_pingche li:hover .operate_btn, .sucai_item:hover .operate_btn {
                opacity: 1;
            }

.quan_pingche li .goods_item_main {
    padding: 10px 10px 0;
    background: #fff;
}

.is_tag i {
    margin-top: 0 !important;
}

.quan_goods_pic {
    width: 177px;
    height: 177px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 auto;
}

    .quan_goods_pic img {
        width: 100%;
        display: block;
    }

.operate_btn {
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    transform: translateY(0) translateX(0);
    transition: all .3s ease-in-out;
    opacity: 0;
}

.sucai_item .operate_btn {
    left: 10px;
    right: 10px;
    width: auto;
}

.operate_btn span {
    background: linear-gradient(90deg,rgba(89,158,253,.8),rgba(77,116,255,.8));
    display: block;
    float: left;
    font-size: 12px;
    width: 50%;
    line-height: 26px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 0;
}

    .operate_btn span:hover {
        background: linear-gradient(90deg,rgba(89,158,253,.7),rgba(77,116,255,.7));
    }

.quan_tuijian .quan_pingche li .title {
    font-weight: 400;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.quan_tuijian .quan_pingche li .desc {
    text-align: center;
}

    .quan_tuijian .quan_pingche li .desc span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        box-sizing: border-box;
        background: #f86a24;
        border-radius: 2px;
        line-height: 22px;
        display: inline-block;
        color: #fff;
        padding: 0 10px;
    }

.quan_tuijian .quan_pingche li .tag_item {
    padding-top: 15px;
    line-height: 18px;
}

    .quan_tuijian .quan_pingche li .tag_item p {
        float: left;
        width: 33.3%;
        text-align: center;
    }

        .quan_tuijian .quan_pingche li .tag_item p a {
            cursor: default;
            color: #999;
        }

            .quan_tuijian .quan_pingche li .tag_item p a span {
                color: #666;
                font-size: 15px;
            }

                .quan_tuijian .quan_pingche li .tag_item p a span.col-money {
                    color: #f40;
                }

        .quan_tuijian .quan_pingche li .tag_item p span, .quan_tuijian .quan_pingche li:hover .quan_shop {
            display: block;
        }

.quan_shop, .quan_shop .dp.loads, .quan_shop .user.loads {
    position: relative;
    z-index: 0;
}

.sucai_item {
    margin: 0 7px 10px 0 !important;
    height: 420px !important;
}

    .sucai_item:nth-child(5n+5) {
        margin-right: 0 !important;
    }

.quan_shop {
    display: none;
    clear: both;
    padding: 10px 0;
}

    .quan_shop .dp a {
        color: #666
    }

        .quan_shop .dp a:hover {
            color: #f40;
        }

    .quan_shop .is_tag {
        position: absolute;
        right: 0;
        top: 17px;
        width: 50%;
        text-align: right;
    }

        .quan_shop .is_tag img {
            width: 16px;
            height: 16px;
            display: inline-block;
            margin-left: 3px;
        }

    .quan_shop .quan {
        height: 20px;
        line-height: 20px;
        padding: 5px 0 10px;
    }

        .quan_shop .quan span {
            color: #666;
        }

        .quan_shop .quan .quan_icon {
            float: left;
            border-radius: 2px;
            margin-right: 10px;
            background: #f40;
            height: 18px;
            border: 1px solid #f40;
            line-height: 18px;
        }

            .quan_shop .quan .quan_icon span {
                float: left;
                width: 20px;
                color: #fff;
                text-align: center;
            }

            .quan_shop .quan .quan_icon i {
                padding: 0 10px;
                text-align: center;
                background: #fff;
                float: left;
                border-radius: 0 2px 2px 0;
                height: 18px;
                color: #f40;
            }

    .quan_shop .dp, .quan_shop .user {
        color: #666;
        line-height: 23px;
    }

.quan_tuijian {
    margin-top: 10px;
    min-height: 315px;
    margin-bottom: 15px;
    /*background-image: url('/images/tlj_bg.png');*/
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(12,8,62,.08);
}



.fl {
    display: flex;
    align-items: center;
}

.quan_tuijian .tab_bt .fl .quan_home_icon {
    width: 30px;
    height: 30px;
    float: left;
    background: 0 0;
    margin-right: 5px;
}

.quan_home_icon img {
    width: 100%;
    display: block;
}

.quan_tuijian .tab_bt .fl .col_text {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.quan_tuijian .tab_bt .fl .desc {
    color: #333;
    padding-left: 10px;
}

.quan_tuijian .tab_bt .fr .new {
    background: rgba(0,0,0,.05);
    border-radius: 11px;
    border: 1px solid #fff;
    padding: 0 10px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    color: #fff;
}

.good_single_notice {
    margin-top: 10px;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(12,8,62,.08);
    border-radius: 5px;
}

.good_single_top {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 20px 20px;
    position: relative;
    box-sizing: border-box;
}
.good_single_top .lf {
    display: flex;
    align-items: flex-end;
}

.good_single_top .rt {
    display: flex;
    align-items: flex-end;
}

.good_single_title {
    font-size: 24px;
    font-weight: 800;
    color: #4e78ff;
    line-height: 24px;
}

.single_title_line {
    width: 1px;
    height: 11px;
    background: rgba(78,119,255,.3);
    box-sizing: border-box;
    margin: 0 10px;
}

.good_single_text {
    font-size: 12px;
    color: #4e78ff;
    line-height: 14px;
    opacity: .5;
}

.good_single_box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.round_box_big {
    width: 64.9px;
    height: 76.7px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

    .round_box_big .round {
        width: 118px;
        height: 118px;
        box-sizing: border-box;
        border: 20px solid #5993ff;
        opacity: .08;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(45%, -35%);
    }

.round_box_small {
    width: 39.05px;
    height: 46.15px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    .round_box_small .round {
        width: 71px;
        height: 71px;
        box-sizing: border-box;
        border: 10px solid #5993ff;
        opacity: .08;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(-45%, 35%);
    }

.good_single_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.good_single_item {
    position: relative;
    width: 206px;
    height: 360px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #ededed;
    transition: all .2s ease-in-out,border-radius 0s;
}

.good_white {
    width: 206px;
    height: 360px;
}

.img_box {
    display: block;
    border-radius: 10px 10px 0px 0px;
    width: 206px;
    height: 206px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

    .img_box img, .img_box > a {
        display: block;
        width: 100%;
        height: 100%;
    }

.video_btn {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,.4);
    border: 2px solid hsla(0,0%,100%,.5);
    border-radius: 1000px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

    .video_btn:hover {
        background: rgba(0,0,0,.5);
    }

    .video_btn i {
        font-size: 24px;
        margin-left: 4px;
        color: #fff;
    }

.img_shadow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .3s ease-in-out;
}

.top_operate_btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 30px;
    color: #fff;
    background: rgba(77,116,255,.8);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .2s ease-in-out,border-radius 0s;
}

.index_copy_btn {
    display: none;
}

.good_single_item:hover {
    box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
    border-radius: 10px 10px 0 0;
    z-index: 99;
}

    .good_single_item:hover .img_shadow, .good_single_item:hover .top_operate_btn {
        opacity: 1;
    }

.sucai_item:hover .img_shadow, .ullit > li:hover .img_shadow {
    opacity: 1;
}

.top_operate_btn:hover .index_copy_btn {
    display: block;
}

.top_operate_btn:hover .show_text {
    display: none;
}

.product_conter {
    padding: 16px 10px;
}

.product_href {
    display: block;
    width: 100%;
    color: #666;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .product_href:hover {
        color: #5490ff;
    }

.price_tkrates {
    width: 100%;
    margin: 14px auto 0;
    background: #f2f8ff;
    border-radius: 5px;
    padding: 7px 0;
    display: flex;
    align-items: center;
}

    .price_tkrates > li {
        flex: 1;
        text-align: center;
    }

        .price_tkrates > li > div {
            color: #4d75ff;
            font-size: 18px;
            font-weight: 700;
        }

        .price_tkrates > li > p {
            color: #666;
            font-size: 12px;
            margin-top: 2px;
        }

.ticket {
    margin-top: 16px;
    justify-content: space-between;
}

.goods_sale {
    font-size: 12px;
    color: #333;
}

    .goods_sale span {
        color: #4d75ff;
    }

.product_more {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    transform: translateY(100%);
    border-radius: 0 0 10px 10px;
    text-align: justify;
    display: none;
    color: #999;
    font-size: 12px;
    background-color: #fff;
    z-index: 99;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 8px;
    border: 1px solid #ededed;
    border-top: none;
}

.icon_out i {
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    display: inline-block;
    margin-top: 5px;
}

.good_single_item:hover .product_more {
    display: block;
    box-shadow: 0 30px 30px rgba(0,0,0,.2);
}

.more_info {
    color: #999;
}

.brand-remit {
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 0px 10px 30px 0px rgb(12 8 62 / 8%);
    border-radius: 5px;
}

.xd-justify-content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.brand-remit .brand-cids {
    position: absolute;
    top: 14px;
    right: 100px;
}


.brand-remit .brand-cids > li {
    float: left;
    font-size: 12px;
    font-weight: 400;
    border-radius: 1000px;
    background: #ffffff;
    box-sizing: border-box;
    margin-left: 2px;
    padding: 8px 10px;
    display: block;
    text-align: center;
    cursor: pointer;
    color: #333;
}

.brand-remit .brand-cids > li.active {
    min-width: 86px;
    color: #ffffff;
    background: #4e78ff;
}
.brand-title {
    height: 73px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.brand-title>h6{
    font-size: 18px;
    color: #333;
    line-height: 18px;
    font-weight:normal;
}
.brand-title > p {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 4px;
}

.brand-remit_wrap {
    display: flex
}
.brand-remit_wrap > div {
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
}

.brand-remit .brand-l {
    width: 365px;
    position: relative;
}
.brand-remit .brand-l .item {
    width: 325px;
    background-size: cover;
    background-position: 0%;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    transition: all .2s ease-in-out;
    background-color: #4e78ff;
    cursor:pointer;
    padding-bottom:20px;
}
.brand-remit .brand-l .item:not(:first-child){
    margin-top:20px;
}
.brand-remit .brand-l .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px 2px rgb(0 0 0 / 10%);
    }
.brand-l-box .brand-l-top {
    color: #fff;
    text-align: center;
    padding: 26px 10px 0;
    margin-bottom:25px;
}
.brand-l-box .brand-l-top > p {
    font-size: 28px;
    font-weight: bold;
}
.brand-l-box .brand-l-top > em {
    font-size: 14px;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 45px;
}
.brand-l-box .brand-l-label {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}
.brand-l-label span:nth-child(1) {
    margin-left: 0;
}
.brand-l-label span {
    min-width: 95px;
    height: 25px;
    line-height: 23px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.3);
    padding: 0 10px;
    background: rgba(78,119,255,.6);
    border-radius: 13px;
    margin-left: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand-l-img {
    display: flex;
    justify-content: center;
    
}
.brand-l-img > .brand-item:nth-child(1) {
    margin-left: 0;
}
.brand-l-img > .brand-item {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    background-color: #fff;
    transition: all .2s ease-in-out;
}
.brand-l-img > .brand-item img {
    width: 100%;
    height: 100%;
}
.brand-l-img > .brand-item span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient( 90deg, #ff703d 0%, #ff4e41 100%);
    border-radius: 10px 0px 10px 0px px;
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
}
.brand-l-img > .brand-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px 2px rgb(0 0 0 / 10%);
}

.brand-c {
    width: 688px;
    box-sizing: border-box;
    border-left: 1px solid #f2f2f2;
}

.brand-c-list > li {
    float: left;
    width: 203px;
    height: 265px;
    margin-left: 15px;
    margin-bottom: 22px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ededed;
    transition: all .2s ease-in-out;
}
.brand-c-img {
    width: 213px;
    height: 215px;
    position: relative;
}

.brand-c-img > img {
    width: 100%;
    height: 100%;
}
.brand-c-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 40px;
    background-color: #fff;
    text-align: center;
}
.brand-c-logo img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
}
.brand-c-sales {
    position: absolute;
    top: 40px;
    min-width: 60px;
    height: 40px;
    background: rgba(0,0,0,.3);
    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 8%);
    border-radius: 0px 0px 10px 0px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 4px;
}

.brand-c-data {
    display: flex;
    padding-top: 4px;
}
.brand-c-data li {
    width: 33.33%;
    text-align: center;
}
.brand-c-data li:nth-child(1) em {
    color: #ff4e41;
}
.brand-c-data li em {
    font-size: 16px;
    font-weight: bold;
    color: #4d75ff;
}
.brand-c-data li p {
    font-size: 12px;
    color: #666;
}
.brand-c-list > li:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px 2px rgb(0 0 0 / 10%);
    z-index: 10;
}
.brand-c-list > li:nth-child(3n+1) {
    margin-left: 0;
}
.brand-r-list li:nth-child(1) {
    margin-top: 0;
}
.brand-r-list li {
    width: 105px;
    height: 64px;
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 8%);
    border-radius: 10px;
    margin-top: 17px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    text-align: center;
}
.brand-r-list li img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
}
.brand-r-list li:hover {
    transform: translateY(-5px);
}

.brand-l .swiper-button-prev{
    text-align:left;
}

.brand-l .swiper-button-next, .brand-l .swiper-button-prev {
    background-image: none;
    color: #F56C6C;
    font-size: 36px;
    font-weight: 900;
    width: auto;
    height: auto;
}
.brand-c-list > li .operate_btn{
    display:flex;
}
.brand-c-list > li:hover .operate_btn {
    opacity: 1;
}
.brand-c-list > li .operate_btn>span{
    flex:1;
    line-height:30px;
}
.brand-r {border-right: 1px solid #f2f2f2;}


.color_red {color: #FF0036!important;}
.color_green {color: #1cb9c8!important;}
.color_orange {color: #fc7a05!important;}
.color_blue {color: #4d75ff!important;}