#wrapper {
    background: #f6f6f6;
}
/*自定义顶部轮播图样式*/
/*公共轮播图样式覆盖*/
.swiper-container {
}
.swiper-container .swiper-pagination{
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-container .swiper-pagination-bullet {
    background: #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all .2s;
    width: 12px;
    height: 12px;
    opacity: 0.6;
    background: #ffffff;
    border-radius: 50%;
}
.swiper-container .swiper-pagination-bullet:hover {
    background: #E1E1E1;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF4E00;
    border: 2px solid #ffffff;
    width: 13px;
    height: 13px;
}
.swiper-pagination-clickable .swiper-pagination-bullet:nth-last-child(n+2){
    margin-right: 5px;
}
.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{
    width: 37px;
    height: 37px;
    background-size:100%;
    opacity: 0.61;
}
.swiper-container .swiper-button-prev{
    background-image:url("../image/icon_arrow_squre_left.svg");
}
.swiper-container .swiper-button-next{
    background-image:url("../image/icon_arrow_squre_right.svg");
}
/*顶部轮播图显示样式*/
.swiper-item {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 560px;
}
.swiper-item .item-bg{
    width: 100%;
}
.swiper-item .item-content{
    position: absolute;
    top: calc(50% - 165px);
    left: 0;
    right: 0;
    padding-top: 60px;
    z-index: 15;
    /*pointer-events: none;*/
}
.swiper-item .item-title{
    color: #FFFFFF;
    font-size: 45px;
    line-height: 68px;
    cursor: default;
    pointer-events: all;
    text-transform: uppercase;
}
.swiper-item .item-summary{
    margin-bottom: 51px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    cursor: default;
    pointer-events: all;
}
.swiper-item .item-action{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.swiper-item .item-action a{
    pointer-events: all;
}
.swiper-item .item-action a:nth-last-child(n+2){
    margin-right: 20px;
}
.swiper-item .item-button{
    height: 60px;
    min-width: 200px;
    line-height: 60px;
    padding: 0 12px;
    font-size: 16px;
    border: 0;
    text-transform: uppercase;
}
/*内容*/
.brand-banner {
}
.brand-intro-section {
    background: #fafafa;
    margin-top: 54px;
}
.brand-intro-section .container{
    height: 100%;
}

.brand-intro-section .intro-content {
    display: flex;
    align-items:center;
    height: 90px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.brand-intro-section .intro-logo {
    max-width: 124px;
    max-height: 50px;
    margin-right: 70px;
}
.brand-intro-section .brand-name {
    font-size: 18px;
    font-family: TitilliumWeb-SemiBold;
    text-align: left;
    color: #161616;
    margin-right: 15px;
    width: 28%;
}
.brand-intro-section .brand-wish {
    display: flex;
    margin-right: 30px;
    position: relative;
}
.brand-intro-section .brand-wish .brand-btn {
    width: 138px;
    height: 32px;
    border: 1.5px solid #a6a6a6;
    border-radius: 16px;
    font-size: 12px;
    font-family: TitilliumWeb-SemiBold;
    color: var(--font-color-summary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
}
.brand-intro-section .brand-wish .brand-btn .mmfont {
    font-size: 15px;
    color: #FF4E00;
    margin-right: 6px;
    font-weight: bold;
}
.brand-intro-section .brand-chat a{
    width: 190px;
    height: 32px;
    background: #fce178;
    border-radius: 16px;
    box-shadow: 0px 2px 3px 0px rgba(99,105,106,0.15);
    font-size: 12px;
    font-family: TitilliumWeb-SemiBold;
    color: var(--font-color-normal);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.brand-intro-section .brand-chat a .mmfont {
    margin-right: 6px;
}

.brand-intro-section .intro-main {
    position: relative;
    width: calc(100% - 370px);
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: height.3s;
}
.brand-intro-section .intro-main.hide-part {
    height: 120px;
    overflow: hidden;
}
.brand-intro-section .intro-main:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 23px;
    width: 100%;
    background: linear-gradient(180deg,rgba(246,246,246,0.00), #f6f6f6);
    opacity: 0;
    transition: opacity 0s 0s;
}
.brand-intro-section .intro-main.hide-part:after{
    opacity: 1;
    transition: opacity .3s .3s;
}

/*分类商品内容*/
/*子分类单元*/
.brand-product-container {
    background: #f6f6f6;
}
.category-cell {
    position: relative;

}
/*子分类单元-标题*/
.category-cell .cell-title {
    position: relative;
    text-align: center;
    margin: 60px 0 28px 0;
    font-size: 24px;
    font-family: TitilliumWeb-SemiBold;
    color: #363636;
    line-height: 36px;
}

.category-cell .cell-title span {
    position: relative;
    padding: 0 30px;
}
/*子分类单元-列表*/
.category-cell .cell-list-wrapper {
    --border-color: #FCE178;
    --cell-border: 1px solid var(--border-color);
}
.cell-list-wrapper .product-list {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 60px)/4));
    grid-gap: 20px;
    /*width: 100%;*/
    margin-right: 0;
}
.cell-list-wrapper .product-item-outer {
    width: 100%;
    height: 100%;
}
.cell-list-wrapper .product-item-wrap {
    width: 100%;
    padding-right:0;
    background: #ffffff;
    border-radius: 8px;
    display: block;
    height: 100%;
}
.cell-list-wrapper .product-item-wrap .product-item .item-main {
    padding-bottom: 10px;
    margin-bottom: 0;
    position: unset;
}
.cell-list-wrapper .product-item-wrap .product-item .item-img {
    border:none;
    position: unset;
}
.cell-list-wrapper .product-item-wrap .product-item  .item-img .item-img-inner{
    top: 2%;
}
.cell-list-wrapper .product-item-outer:first-child{
    grid-column: span 2 / auto;
    grid-row: span 2 / auto;
}
/*少于2个*/
.cell-list-wrapper.limited .product-item-outer:nth-child(2){
    grid-column: span 2 / auto;
    grid-row: span 2 / auto;
}
.cell-list-wrapper .product-item-wrap .product-info {
    padding: 0 18px;
    bottom: 34px;
    width: 100%;
    position: absolute;
}
.cell-list-wrapper .product-item-wrap .product-price-wrap {
    padding: 0 18px;
    position: absolute;
    bottom: 12px;
    height: auto;
}
.cell-list-wrapper .product-item:hover .item-img .like:not(.liked) {
    animation-name:none;
}
.cell-list-wrapper .product-item-wrap .product-price-wrap .like{
    right: 10px;
    width: 28px;
    height: 28px;
}
.category-cell .cell-list:after {
    content: '';
    position: relative;
    height: 0;
    clear: both;
}

.category-count-3 .cell-list-wrapper .product-item-outer:nth-child(2){
    grid-column: span 2 / auto;
    grid-row: span 1 / auto;
    position: relative;
}

.category-count-3 .cell-list-wrapper .product-item-outer:nth-child(2) .product-item-wrap{
    width: calc(50% - 10px);
    position: relative;
}

/*子分类单元-滚轮*/
.brand-menu-section {
    background-color: rgba(23,35,52,.9);
    box-shadow: 0px 4px 2px rgba(193,193,193,.3);
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 144px;*/
    /*width: 100%;*/
    /*z-index: 100;*/
}
.brand-menu-section .cell-scrollbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 52px;
    width: 100%;
    overflow: hidden;
    opacity: 0;
}
.brand-menu-section .cell-scrollbar.shown {
    opacity: 1;
    transition: .2s;
}
.brand-menu-section .cell-scrollbar .scroll-window{
    position: relative;
    height: 100%;
    width: calc(100% - 40px);
    overflow: hidden;
}
.brand-menu-section .cell-scrollbar .scroll-list{
    position: relative;
    display: inline-block;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    padding-top: 15px;
}
.brand-menu-section .cell-scrollbar .scrollbar-item{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: .3s;
    padding: 0 4px;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    font-family: TitilliumWeb-SemiBold;
}
.brand-menu-section .cell-scrollbar .scrollbar-item img{
    position: relative;
}
.brand-menu-section .cell-scrollbar .scrollbar-item span{
    position: relative;
    display: inline-block;
    transition: .3s;
}
.brand-menu-section .cell-scrollbar .scrollbar-item span:before{
    content: ' ';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #FCE178;
    transform: scaleX(0);
    transform-origin: left;
}
.brand-menu-section .cell-scrollbar .scrollbar-item.active{
    position: relative;
}
.brand-menu-section .cell-scrollbar .scrollbar-item:hover span:before,
.brand-menu-section .cell-scrollbar .scrollbar-item.active span:before
{
    transform: scaleX(1);
    transition: .3s linear;
}
.brand-menu-section .cell-scrollbar .scrollbar-item:nth-last-child(n+2){
    margin-right: 12px;
}
/*滚轮手势*/
.cell-scrollbar .scroll-gesture {
    position: relative;
    display: flex;
    align-items:center;
    justify-content: center;
    cursor: pointer;
    margin-top: -1px;
}
.cell-scrollbar .scroll-gesture:after {
    content: '';
    position: absolute;
    top: 0;
    height: 50px;
    width: 90px;
}
.cell-scrollbar .scroll-gesture.gesture-left{
    margin-right: 15px;
    margin-left: 2px;
}
.cell-scrollbar .scroll-gesture.gesture-right{
    margin-left: 15px;
}
.cell-scrollbar .scroll-gesture.gesture-left:not(.forbidden):after {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 60px;
    background: linear-gradient(270deg,rgba(47,57,73,0.00) 0%, rgba(47,57,73,0.5) 28%, rgba(47,57,73,1) 55%);
    pointer-events: none;
    z-index: 10;
}
.cell-scrollbar .scroll-gesture.gesture-right:not(.forbidden):after {
    content: '';
    position: absolute;
    top: 0;
    right: 25px;
    height: 100%;
    width: 60px;
    background: linear-gradient(90deg,rgba(47,57,73,0.00) 0%, rgba(47,57,73,0.5) 28%, rgba(47,57,73,1) 55%);
    pointer-events: none;
    z-index: 10;
}
.cell-scrollbar .scroll-gesture .mmfont{
    color: #ffffff;
    font-size: 22px;
}
.cell-scrollbar .scroll-gesture.forbidden{
    opacity: .3;
    display: none;
}
.cell-scrollbar .scroll-gesture.forbidden .mmfont{
    color: #FFFFFF;
}
/*特殊-隐藏滚动按钮*/
.brand-intro-section .cell-scrollbar.hide-gesture .scroll-gesture {
    display: none;
}
.brand-intro-section .cell-scrollbar.hide-gesture .scroll-window {
    width: 100%;
}

.select-bar-fixed .brand-intro-section{
    position: fixed;
    top:0;
    left:0;
    z-index: 998;
    width: 100%;
    background: #fafafa;
    margin-top:0;
}

.select-bar-fixed .brand-banner{
    margin-top: 196px;
}
/*loading*/
.loading-more {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    opacity: 0;
    transition: .3s;
}
.loading-more.shown {
    opacity: 1;
}

/*弹框*/
.distinct-modal {
    max-width: 1072px;
    min-width: 700px;
    height: 543px;
    width: 80%;
    background: #ffffff;
    border-radius: 16px;
}
.distinct-modal .modal-body{
    height: 100%;
    overflow: hidden;
}
.distinct-modal .tips-content {
    padding: 25px;
    height: 100%;
}
.distinct-modal .brand-logo {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.distinct-modal .brand-logo img {
    max-width: 150px;
    max-height: 50px;
}
.distinct-modal .brand-desc{
    font-size: 14px;
    font-family: TitilliumWeb-Regular;
    font-weight: 400;
    text-align: justify;
    color: #363636;
    line-height: 31px;
    height: calc(100% - 100px);
    background: #f6f6f6;
    border-radius: 9px;
    padding: 30px 26px 30px 26px;
    overflow-y: auto;
}
.liked-title {
    font-family: TitilliumWeb-SemiBold;
}
.show-liked-help {
    position: absolute;
    z-index: 100;
    width: 253px;
    height: 76px;
    background: #ffffff;
    box-shadow: 2px 2px 5px 0px rgba(166,166,166,0.40);
    padding: 10px 20px;
    border-radius: 8px;
    left: 0;
    top: 45px;
    font-size: 13px;
}
.show-liked-help:before{
    content: '';
    position: absolute;
    top: -6px;
    left: 24px;
    width: 15px;
    height: 15px;
    background: #ffffff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.show-liked-help  a{
    color: #ff4e00;
}
.tips-modal.white{
    min-width: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tips-modal.white .tips-body{
    color: var(--font-color-base);
    font-size: 13px;
    font-family: TitilliumWeb-SemiBold;
}
.distinct-modal .modal-title::before {
    display: none;
}
/*未登录情况*/
.pop-chat-login{
    cursor: pointer;
}
.pop-chat-login-modal{
    width: 550px;
    min-width: 500px;
    min-height: 200px;
    height: 260px;
}
.brand-login-wrapper{
    padding: 30px;
    text-align: center;
}
.brand-login-wrapper .login-title{
    margin: 30px 0 20px;
}
.brand-login-wrapper .btn-login {
    height: 45px;
    padding: 0;
    font-size: 16px;
    line-height: 45px;
    color: #FFFFFF;
    background-color: #FF4E00;
    margin: auto;
    width: 320px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .3s;
    font-family: TitilliumWeb-SemiBold;
    display: block;
    text-align: center;
}
.brand-login-wrapper .btn-login:hover{
    background-color: #ef3100 !important;
    border-color: #ef3100 !important;
}
.brand-login-wrapper .login-register{
    margin: 20px 0;
}
.brand-login-wrapper .login-register a{
    color: #FF4E00;
}
.brand-login-wrapper .login-register a:hover{
    text-decoration: underline !important;
}
/*覆盖产品长图样式*/
.product-item-wrap.product-item-precious .item-img .place {
    padding-top: calc(100% + 40px);
}