﻿.brand-title {
    margin-top: 42px;
    text-align: center;
    margin-bottom: 32px;
}

.brand-title h3 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
}

.brand-title p {
    display: inline-block;
    font-size: 14px;
    color: #999;
    position: relative;
    margin-top: 6px;
}

.brand-title p:after, .brand-title p:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #d9d9d9;
}

.brand-title p:before {
    left: 0;
    margin-left: -34px;
}

.brand-title p:after {
    right: 0;
    margin-right: -34px;
}

.brand-sales_wrap {
    background-color: #fff;
}



.brand-info,
.brand-sales_header .brand-list,
.brand-sales_header, 
.brand-sales_header .brand-list > li, 
.brand-theme_rt > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.brand-sales_header {
    position: relative;
    border-bottom: 1px solid #ededed;
    height:100px;
}

.brand-info_lf, .goods-header, .brand-theme_lf .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}



.brand-salesImg {
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
    border-radius: 20%;
    background-color: #fff;
    overflow: hidden;
    margin: 0 0 0 18px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.brand-salesImg img {
    width: 100%;
    height: 100%;
}

.brand-sales_header .brand-name{
    margin-left: 12px;
}

.brand-sales_header .brand-name span,
.goods-header .brand-name span,
.brand-theme_lf .brand-name span {
    font-size: 22px;
    color: #409EFF;
    font-weight: 700;
    vertical-align: middle;
}

    .brand-sales_header .brand-name .el-icon-arrow-right,
    .goods-header .brand-name .el-icon-arrow-right,
    .brand-theme_lf .brand-name .el-icon-arrow-right {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #409EFF;
        background: #fff;
        margin-left: 8px;
        color: #409EFF;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
    }

.brand-sales_header .brand-name .describe,
.goods-header .brand-name .describe,
.brand-theme_lf .brand-name .describe {
    color: #999;
    font-size: 14px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-info_lf:hover .el-icon-arrow-right, 
.brand-theme_lf .brand-info:hover .el-icon-arrow-right {
    color: #fff;
    background-color: #409EFF;
}

.brand-info_rt{
    margin-left:14px;
}
.brand-info_rt .item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 26px;
    background-color: #f2f2f2;
    margin-top: -13px;
}
.brand-sales_header .brand-name .describe,
.brand-theme_lf .brand-name .describe {
    width: 140px;
}

.brand-info_rt .item {
    display: inline-block;
    text-align: center;
    min-width: 100px;
    font-size: 0;
    position: relative;
    padding: 0 4px;
}

.brand-info_rt .item span {
    color: #409EFF;
    font-size: 18px;
    font-weight: 700;
}

.brand-info_rt .item p {
    color: #666;
    font-size: 12px;
    margin-top: 2px;
}

.brand-sales_header .brand-list {
    background-color: #f7f7f7;
    text-align: center;
    flex:1;
}

.brand-sales_header .brand-list > li {
    flex:1;
    border-right: 1px solid #ededed;
    cursor: pointer;
    height: 100px;
    justify-content: center;
}

.brand-sales_header .brand-list > li.active{
    flex:6;
    background-color:#fff !important;
}

.brand-sales_header .brand-list > li:last-child {
    border-right: 0;
}

.brand-sales_header .brand-list > li:hover{
    background-color: #ededed;
}

.brand-sales_header .brand-list .brand-salesImg {
    margin: 0;
}

.brand-sales_header .brand-change {
    width: 40px;
    height: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    padding: 0 10px;
    color: #b3b3b3;
    padding: 22px 10px 0;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 1px solid #ededed;
}
.brand-sales_header .brand-change:hover{
    color:#409EFF;
}



.brand-class_wrap {
    background-color: #fff;
}

.brand-cids {
    background-color: #fff;
    margin-top: 16px;
    height: 70px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom:10px;
}

.brand-cids > li {
    float: left;
    font-size: 14px;
    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-cids > li.active {
    min-width: 86px;
    color: #ffffff;
    background: -webkit-linear-gradient( 180deg, #409EFF, #53A8FF);
    background: -o-linear-gradient(180deg, #409EFF, #53A8FF);
    background: -moz-linear-gradient(180deg, #409EFF, #53A8FF);
    background: linear-gradient( 180deg, #409EFF, #53A8FF);
}


.brand-class_header {
    color: #4d75ff;
    padding: 34px 29px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}

.brand-class_header span, .brand-class_header em {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}

.brand-class_header span {
    color: #409EFF;
    font-weight: 700;
    font-size: 22px;
}
.brand-class_header em {
    font-size: 12px;
    opacity: .5;
    padding-left: 10px;
    position: relative;
    margin-left: 6px;
}
.brand-class_header em:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 11px;
    background-color: #409EFF;
    opacity: .5;
}

.brand-theme_lf {
    position: relative;
    width: 260px;
    height: 460px;
    background-color: #4e78ff;
    margin-right: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 20px 0 0 20px;
}

.brand-theme_lf .brand-change {
    position: absolute;
    right: 0;
    top: 30px;
    width: 26px;
    height: 97px;
    color: #666;
    line-height: 1;
    text-align: center;
    padding-top: 22px;
    font-size: 12px;
    cursor: pointer;
    box-sizing: border-box;
    background-image: url(/Public/imgs/brand-change0.png);
}

.brand-theme_lf .brand-change:hover{
    color:#409EFF;
}

.brand-theme_lf .brand-info {
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.brand-theme_lf .item {
    width: 220px;
    height: 90px;
    background: rgba(255,255,255,.85);
    border-radius: 0 20px 0 20px;
    position: relative;
    z-index: 100;
    padding-left: 15px;
    overflow: hidden;
}

.brand-theme_lf .brandImg {
    width: 55px;
    height: 55px;
    background: rgba(255,255,255,1);
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}
.brand-theme_lf .brandImg img{
    width:100%;
    height:100%;
}

.brand-theme_lf .brand-name span{
    font-size:16px;
}
.brand-theme_lf .brand-name .el-icon-arrow-right{
    width:18px;
    height:18px;
}
.brand-theme_lf .brand-name{
    margin-left:10px;
}
.brand-theme_lf .labels{
    padding-left:20px;
    margin-top:20px;
}
.brand-theme_lf .labels .label {
    display: table;
    background: #fff;
    border-radius: 0 15px 15px 14px;
    padding: 6px 18px;
    color: #409EFF;
    font-size: 12px;
    margin-bottom:12px;
    font-weight:bold;
}
.brand-theme_lf .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    width: 134px;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-top:20px;
}

    .brand-theme_lf .title {
        color: #fff;
        width: 150px;
        line-height: 1.4;
        letter-spacing: 1px;
        padding-left: 20px;
        padding-top: 20px;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        max-height: 100px;
    }


.brand-theme_lf .line {
    width: 24px;
    height: 4px;
    background-color: #fff;
    margin: 12px 0 16px 0;
    margin-left: 20px;
}
.brand-theme_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom:20px;
}
.brand-theme_wrap:last-child{
    margin-bottom:0;
}
.brand-theme_rt {
    flex: 1;
}

    .brand-theme_rt > li {
        position: relative;
        background-color: #fff;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        float: left;
        box-shadow: 0 0 14px 0 rgb(0 0 0 / 8%);
        border-radius: 20px;
    }
        .brand-theme_rt > li:hover {
            border-radius: 20px 20px 0 0;
        }

        .brand-theme_rt > li:nth-child(1), .brand-theme_rt > li:nth-child(2) {
            margin-bottom: 12px;
        }
.brand-theme_rt > li:nth-child(1), .brand-theme_rt > li:nth-child(3) {
    margin-right: 12px;
}
.brand-theme_rt > li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 4px 12px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 4px 12px 2px rgb(0 0 0 / 10%);
    z-index:10;
}

.brand-theme_rt > li:hover .footer-info {
    display: block;
    box-shadow: 0 10px 12px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 10px 12px 2px rgb(0 0 0 / 10%);
   /* border-top: 1px solid #f7f7f7;*/
}
.brand-theme_rt .lf {
    position:relative;
    width: 225px;
    height:225px;
}
.brand-theme_rt .rt {
    padding: 6px 10px 4px;
    width: 234px;
    box-sizing: border-box;
}

.brand-theme_rt .imgbox-bt {
    display: block;
    width: 100%;
    height: 100%;
}

    .brand-theme_rt .imgbox-bt img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

.brand-theme_rt .footer-info {
    display: none;
    color: #999;
    font-size: 12px;
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    border-radius: 0 0 3px 3px;
    bottom: 1px !important;
    transform: translateY(100%);
    height: auto;
    padding: 6px 12px;
    box-sizing: border-box;
    line-height: 24px;
    z-index: 11;
}

.brand-theme_rt .lastHour {
    text-align: center;
    margin-top: 10px;
}


.brand-theme_rt .lastHour span {
    font-size: 16px;
    display: inline-block;
    color: #333;
}

.brand-theme_rt .lastHour span.sCout {
    color: #fc5202;
    font-weight: bold;
    margin: 0 5px;
}


.brand-theme_rt .sale_icon_box{
    font-size:12px;
    margin-left:0;
    margin-right:0;
}
    .brand-theme_rt .barControl {
        margin-left: 0;
        margin-right: 0;
        width:100%;
    }

    .brand-theme_rt .rt .title {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color: #333;
    }

.brand-theme_rt .rt .title:hover{
    color:#409EFF;
}

.brand-theme_rt .rt .icon_box .sale_icon {
    float:none;
}

.brand-theme_rt .rt .sale_icon_box .coupon-money {
    position: static;
}
    

    .brand-theme_rt .lf .spread {
        background-color: #019ae2;
        height: 35px;
        width: 100%;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        text-align: center;
        font-size:14px;
        transition: all .6s linear;
        background: linear-gradient( 0deg,rgba(89,158,253,0.8),rgba(77,116,255,0.8));
        background: -webkit-linear-gradient( 0deg,rgba(89,158,253,0.8),rgba(77,116,255,0.8));
        background: -o-linear-gradient(0deg,rgba(89,158,253,0.8),rgba(77,116,255,0.8));
        background: -moz-linear-gradient(0deg,rgba(89,158,253,0.8),rgba(77,116,255,0.8));
        border-radius: 5px 5px 0px 0px;
    }
.brand-theme_rt > li :hover .spread {
    opacity: 1;
}


.goods-header {
    margin-bottom: 10px;
}
.goods-header:hover .el-icon-arrow-right {
    color: #fff;
    background-color: #409EFF;
}
.goods-header .brandImg {
    width: 55px;
    height: 55px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.goods-header .brandImg img {
    width:100%;
    height:100%;
}

.goods-header .brand-name {
    flex:1;
    overflow:hidden;
}

.goods-header .brand-name span{
    font-size: 16px;
}

.goods-header .brand-name .el-icon-arrow-right{
    width:15px;
    height:15px;
    line-height:15px;
}
.goods-header .brand-name .describe{
    font-size:12px;
}
.brand-theme_rt .liLayer {
    right:-130px;
}

ul.xd-goodsList-ul {
    padding: 0px 18px 18px 18px;
}
ul.xd-goodsList-ul li {
    margin: 20px 13px 0 0;
}
 ul.xd-goodsList-ul li .list-cell:hover .footer-info {
    border-color: transparent !important;
    -webkit-box-shadow: 0 30px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 30px 30px rgb(0 0 0 / 10%);
}

.sale_icon_box .coupon-money {
    position: absolute;
    right: 0;
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}

.coupon_link span {
    padding: 0 3px;
    background: #fd7100;
    color: #fff;
    font-size: 12px;
    background: linear-gradient( 0deg,rgba(255,75,66,1),rgba(255,117,60,1));
    background: -webkit-linear-gradient( 0deg,rgba(255,75,66,1),rgba(255,117,60,1));
    background: -o-linear-gradient(0deg,rgba(255,75,66,1),rgba(255,117,60,1));
    background: -moz-linear-gradient(0deg,rgba(255,75,66,1),rgba(255,117,60,1));
}

.coupon_link em {
    padding: 0 4px;
    border: 1px solid #fd7100;
    color: #fd7100;
    font-size: 12px;
}

.couponBox p {
    font-size: 14px;
}

.list-cell {
    width: 202px;
    height:408px;
}
.list-cell .footer-info {
    width: 222px;
}
.list-cell .icon_box .sale_icon {
    right: unset;
}

.list-cell .icon_box {
    margin-top: 5px;
    height: 20px;
}

.coupon-money .coupon_link {
    display: flex;
}

ul.xd-goodsList-ul li:nth-child(5n+5) {
    margin-right: 0;
}
.list-cell .imgbox-bt img, .list-cell .listImg {
    height: 200px;
}

.listTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}