::v-deep .ant-badge-count {
    top: 5px;
    right: 5px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}
.swiper-container1 .swiper-wrapper {
    transition-timing-function: linear !important;
}
/deep/ .swiper-button-next .img-next {
    width: 30px !important;
    height: 52px !important;
}
/deep/ .swiper-button-next .swiper-button-next {
    right: 0 !important;
}
/deep/ .swiper-button-prev .swiper-button-next {
    left: 0 !important;
}
/deep/ .swiper-button-prev .img-prev {
    width: 30px !important;
    height: 52px !important;
}
.list {
    flex: 1;
}
/deep/ .swiper-wrapper .swiper-slide {
    width: 150px !important;
    text-align: center !important;
    margin-right: -30px !important;
    background: #fff;
}
.isFixed {
    position: sticky !important;
    top: 161px;
    /*width: 100vw;*/
    width: 100%;
}
.xl-service {
    width: 100%;
    background: #FAFAFA;
}
.marginList {
    background: #fff;
}
.X-span {
    display: block;
    width: 100vw;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    top: 194px;
}
.isBack {
    background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/tabs-bgn.png') !important;
    background-size: 76px 32px !important;
    text-align: center !important;
}
.isBack span {
    font-family: PingFang SC !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #ffffff !important;
}


.container {
    background: #FFFFFF;
    padding: 0 160px;
    min-width: 1280px;
    max-width: 1920px;
    margin: 0 auto;
}
.container .top{
    width: 100%;
    display: flex;
    height: 550px;
}
.container .top .t-left{
    border-radius: 12px;
    width: 220px;
    margin-right: 20px;
    background: #F7F7F7;
}
.container .top .t-left .t-l-box{
    padding: 15px 0;
    position: relative;
}
.container .top .t-left .t-l-item{
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    cursor: pointer;
}
.container .top .t-left .t-l-item>a{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.container .top .t-left .t-l-item .category{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.container .top .t-left .t-l-item .category a{
    white-space: nowrap;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}
.container .top .t-left .t-l-item-hover {
    background: linear-gradient(to right,#F7F7F7,#FFE5D6);
    color: #FF6509;
}
.container .top .t-left .t-l-item-hover .category{
    color: #FF6509;
}
.container .top .t-left .t-l-item-hover .category a{
    color: #FF6509;
}
.container .top .t-left .t-l-item .category-all{
    display: none;
    width: 1070px;
    background: #FAFAFA;
    border-radius: 12px;
    border: 1px solid #FF6509;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 220px;
    z-index: 299;
}
.container .top .t-left .t-l-item .category-all-show{
    display: block;
}
.container .top .t-left .t-l-item .category-all .title{
    font-size: 16px;
    color: #FF6509;
    font-weight: bold;
    margin-bottom: 20px;
}
.container .top .t-left .t-l-item .category-all .brandVos,
.container .top .t-left .t-l-item .category-all .twoCategories{
    display: flex;
    flex-wrap: wrap;
}
.container .top .t-left .t-l-item .category-all .brandVos div,
.container .top .t-left .t-l-item .category-all .twoCategories a{
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.container .top .t-left .t-l-item .category-all .brandVos div img{
    width: 100px;
    height: 100px;
}
.container .top .t-left .t-l-item .category-all .twoCategories{
    margin-bottom: 30px;
}
.container .top .t-left .t-l-item .category-all .twoCategories img{
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
}
.container .top .t-left .t-l-item .category-all .twoCategories span{
    color: #4D4D4D;
    font-size: 14px;
}
.container .top .t-left .t-l-top{
    width: 100%;
    height: 70px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(to top,#F0F0F0,#FAFAFA);
    position: relative;
    font-size: 16px;
    color: #4D4D4D;
    padding: 0 20px;
}
.container .top .t-left .t-l-top div{
    display: flex;
    align-items: center;
    z-index:10;
    position: relative;
    height: 100%;
}
.container .top .t-left .t-l-top div>img{
    width: 18px;
    height: 14px;
    margin-right: 5px;
}
.container .top .t-left .t-l-top>img:last-child{
    width: 185px;
    height: 37px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.container .top .t-right{
    padding: 18px;
    border-radius: 12px;
    width: 260px;
    background: linear-gradient(to top,#FFFAFB,#FFF5F0);
    position: relative;
}
.container .top .t-right .user{
    display: flex;
    align-items: center;
}
.container .top .t-right .user img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
}
.container .top .t-right .user div{
    color: #666666;
    font-size: 12px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
}
.container .top .t-right .user span:last-child a{
    color: #FF6509;
    font-size: 16px;
    font-weight: bold;
}
.container .top .t-right .order{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.container .top .t-right .order div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-size: 16px;
    flex-direction: column;
    font-weight: bold;
    cursor: pointer;
}
.container .top .t-right .order span:last-child{
    color: #4D4D4D;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}
.container .top .t-right .active{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.container .top .t-right .active div{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4D4D4D;
    font-size: 12px;
    flex-direction: column;
    width: 48px;
    cursor: pointer;
}
.container .top .t-right .active div img{
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
}
.container .top .t-right .channel{
    display: flex;
    justify-content: space-between;
    margin: 23px 0;
    position: relative;
}
.container .top .t-right .channel .channel-box{
    cursor: pointer;
    width: 100px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
}
.container .top .t-right .channel .channel-box:first-child{
    background-image: url("https://oss.axiling.com/applets/pc-mall/thymeleaf/home/pp-bg.png");
}
.container .top .t-right .channel .channel-box:nth-child(2){
    background-image: url("https://oss.axiling.com/applets/pc-mall/thymeleaf/home/yyd-bg.png");
}
.container .top .t-right .channel .channel-box img{
    width: auto;
    height: 100%;
}
/*.container .top .t-right .channel >img:first-child{*/
/*    width: 120px;*/
/*    height: 60px;*/
/*    cursor: pointer;*/
/*}*/
/*.container .top .t-right .channel >img:nth-child(2){*/
/*    width: 90px;*/
/*    height: 60px;*/
/*    cursor: pointer;*/
/*}*/
.container .top .t-right .channel .ydd{
    width: 280px;
    height: 160px;
    padding: 15px 20px;
    background: white;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -170px;
    left: 53px;
    z-index: 999;
}
.container .top .t-right .channel .ydd div{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4D4D4D;
    font-size: 12px;
}
.container .top .t-right .channel .ydd div img{
    width: 110px;
    height: 110px;
    margin-bottom: 8px;
}
.container .top .t-right .info{

}
.container .top .t-right .info span{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.journalism .my-inbox .my-listbox {
    /*padding: 4px 0;*/
    font-size: 15px;
    display: flex;
    align-items: center;
}
.journalism .my-inbox .my-listbox .my-content{
    text-align: justify;
    word-break: break-all;
    font-size: 13px;
    margin-left: 12px;
    color: #333333;
    width:170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.journalism{
    color: #000000;
    height: 175px;
    margin-top: 5px;
    border: none;
    overflow: hidden;
}
.journalism .my-inbox .my-listbox .my-content:hover{
    color:rgb(255,101,9);
    cursor:pointer;
}
.container .top .t-center{
    /*width: 1080px;*/
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.container .top .t-center .t-c-top{
    width: 100%;
    padding: 13px 20px;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}
.container .top .t-center .t-c-top span:hover{
    color: #FF6509;
}
.container .top .t-center .t-c-top span{
    margin-right: 40px;
    cursor: pointer;
}
.container .top .t-center .t-c-center{
    /*width: 100%;*/
    display: flex;
    flex: 1;
}
.container .top .t-center .t-c-center .swiper,
.container .top .t-center .t-c-center img{
    width: 300px;
    height: 380px;
    border-radius: 12px;
    cursor: pointer;
    margin: 0 20px 0 0;
}
.container .top .t-center .t-c-center .t-c-c-right{
    flex: 1;
}
.container .top .t-center .t-c-center .t-c-c-right .r-top{
    width: 500px;
    height: 190px;
    border-radius: 12px;
    background: #FAFAFA;
    padding: 20px;
}
.container .top .t-center .t-c-center .t-c-c-right .r-top .b-i-content{
    display: flex;
    justify-content: space-between;
}
.container .top .t-center .t-c-center .t-c-c-right .r-top .b-i-content div{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.container .top .t-center .t-c-center .t-c-c-right .r-top .b-i-content div .div-img{
    width: 100%;
    display: flex;
    align-items: center;
}
.container .top .t-center .t-c-center .t-c-c-right .r-top .b-i-content div img{
    width: 80px;
    height: 80px;
    margin: 0px;
}
.container .top .t-center .t-c-center .t-c-c-right .r-top .b-i-content div:nth-child(2){
    color: #FF1E32;
    font-size: 14px;
    font-weight: bold;
}
.container .top .t-center .t-c-center .t-c-c-right .r-top .b-i-content div:last-child{
    color: #FF1E32;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.container .top .t-center .t-c-center .t-c-c-right .r-top{
    width: 100%;
}
.container .top .t-center .t-c-center .t-c-c-right .r-top .title,
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .title{
    font-size: 16px;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container .top .t-center .t-c-center .t-c-c-right .r-top .title img,
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .title img{
    width: 6px;
    height: 8px;
    margin: 0;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item{
    /*width: 240px;*/
    flex: 0 0 48%;
    height: 170px;
    border-radius: 12px;
    background: #FAFAFA;
    padding: 20px;
    /*margin-right: 20px;*/
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item a .dingzhi{
    width: 240px;
    height: 170px;
    margin: 0;
    border-bottom-left-radius: 12px;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item a .b-item-customized{
    background: linear-gradient(135deg, #0524E0, #1552FD);
    border-radius: 12px;
    height: 170px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 18px 20px;
    color: #FFFFFF;
    /*width: 240px;*/
    width: 100%;
    min-width: 100px;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item:last-child{
    margin-right: 0;
    flex: auto;
    /*background: #FFF0F2;*/
    padding-left: 20px !important;
    background: #fff;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-item-customized .custom-title{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 20px;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-item-customized .custom-into{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-item-customized .custom-into .dz-into{
    margin-left: 4px;
    width: 16px;
    height: auto;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-item-customized .dingzhi1{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: auto;
    height: 70px;
    border-radius: unset;
    border-bottom-left-radius: 12px;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-item-customized .dingzhi2{
    position: absolute;
    z-index: 2;
    width: auto;
    height: 62px;
    bottom: 16px;
    right: 10%;
    border-radius: unset;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .title span span{
    font-weight: bold;
    color: #D6152F;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item:last-child .title span span{
    color: #FF4343;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-bottom{
    background: #FAFAFA !important;
    margin-left: 20px;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-i-content{
    display: flex;
    justify-content: space-between;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-i-content .rank{
    display: flex;
    width: 100%;
    align-items: center;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-i-content .rank .num{
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-i-content .rank .num-top{
    color: #FF4343;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-i-content .rank div:last-child{
    color: #4D4D4D;
    font-size: 12px;
    margin-left: 5px;
    width: 189px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-i-content .rank div:last-child:hover{
    color: #D6152F;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-i-content .hot-img{
    width: 95px;
    height: 100px;
    margin: 0;
    border-radius: 6px;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .brand-b-i-content{
    justify-content: center;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .brand-b-i-content >div{
    width: 100%;
    display: flex;
    justify-content: center;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .brand-b-i-content .hot-img{
    width: auto;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-i-content .c-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-i-content .c-item img{
    width: 86px;
    height: 86px;
    margin: 0;
    margin-bottom: 5px;
}
.container .top .t-center .t-c-center .t-c-c-right .r-bottom .b-item .b-i-content .c-item span{
    font-size: 14px;
    font-weight: bold;
    color: #FF1E32;
}
.container .top .t-center .t-c-center .t-c-c-seckill{
    width: 240px;
    height: 380px;
    border-radius: 12px;
    background: #FFF0F2;
    margin-left: 20px;
}
.container .top .t-center .t-c-center .t-c-c-seckill >div:first-child{
    width: 100%;
    height: 348px;
    padding: 17px 17px 0;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-now{
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-timer{
    color: #999999;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-timer span{
    color: #FF4343;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-item{
    width: 208px;
    height: 116px;
    background: white;
    border-radius: 12px;
    padding: 6px 0 9px;
    margin-bottom: 12px;
    cursor: pointer;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-i-top{
    display: flex;
    margin-bottom: 5px;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-i-top img{
    width: 80px;
    height: 80px;
    margin-right: 9px;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-i-top .s-i-t-info{
    width: 104px;
    padding-top: 12px;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-i-top .s-i-t-info div:first-child{
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-i-top .s-i-t-info >div:last-child{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999999;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-i-top .s-i-t-info >div:last-child span:first-child{
    color: #FF1E32;
    font-size: 14px;
    font-weight: bold;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-i-top .s-i-t-info >div:last-child span:last-child{
    /*text-decoration: line-through;*/
    position: relative;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-i-top .s-i-t-info >div:last-child span:last-child::after{
    content: "";
    position: absolute;
    left: 5%;
    top: 50%;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-i-bottom{
    padding-left: 15px;
    color: #FF6509;
    font-size: 12px;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-bottom{
    color: #999999;
    font-size: 12px;
}
.container .top .t-center .t-c-center .t-c-c-seckill .s-bottom span:last-child{
    display: none;
}
.container .top .t-center .t-c-center .t-c-c-seckill >div:last-child{
    padding: 0 17px;
    display: flex;
    justify-content: flex-end;
    color:#C21313;
    font-size: 13px;
    background: linear-gradient(to right,#FFF0F2,#FFA3AF);
    border-radius: 0 0 12px 12px;
    align-items: center;
    height: 32px;
}
.container .top .t-center .t-c-bottom{
    /*background-image: url("https://oss.axiling.com/applets/pc-mall/thymeleaf/guide/guide-bg.png");*/
    /*background-repeat: no-repeat;*/
    height: 100px;
    background: linear-gradient(90deg, #FFFAF0, #FAFAFA);
    border-radius: 12px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.container .top .t-center .t-c-bottom .t-c-bottom-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://oss.axiling.com/applets/pc-mall/thymeleaf/guide/guide-bg.png");
    background-repeat: no-repeat;
}
.container .top .t-center .t-c-bottom .t-c-bottom-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.container .top .t-center .t-c-bottom .t-c-bottom-title span{
    font-weight: bold;
    font-size: 32px;
    color: #4D4D4D;
    margin-right: 28px;
}
.container .top .t-center .t-c-bottom .t-c-bottom-title img{
    width: 48px;
    height: auto;

}
.container .top .t-center .t-c-bottom a{
    /*width: 140px;*/
    width: 13%;
    height: 70px;
    margin-right: 20px;
}
.container .top .t-center .t-c-bottom a .guide-box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background: linear-gradient(135deg, #FFEFE5, #FFDBC7);
    border-radius: 8px;
}
.container .top .t-center .t-c-bottom a .guide-box2,
.container .top .t-center .t-c-bottom a .guide-box3{
    background: #F7EFDF;
    color: #000000;
}
.container .top .t-center .t-c-bottom a .guide-box4,
.container .top .t-center .t-c-bottom a .guide-box5{
    background: #E5EDFF;
    color: #1655FF;
}
.container .top .t-center .t-c-bottom a .guide-box .g-b-top{
    height: 50%;
    width: 100%;
    font-size: 14px;
    color: #FF6509;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.container .top .t-center .t-c-bottom a .guide-box2 .g-b-top,
.container .top .t-center .t-c-bottom a .guide-box3 .g-b-top{
    color: #000000;
}
.container .top .t-center .t-c-bottom a .guide-box4 .g-b-top,
.container .top .t-center .t-c-bottom a .guide-box5 .g-b-top{
    color: #1655FF;
}
.container .top .t-center .t-c-bottom a .guide-box .g-b-bottom{
    height: 50%;
    width: 100%;
    background: linear-gradient(90deg, #FFEADF, #FFB185);
    display: flex
;
    align-items: flex-start;
    padding-left: 10px;
    border-radius: 0px 0px 8px 8px;
}
.container .top .t-center .t-c-bottom a .guide-box2 .g-b-bottom,
.container .top .t-center .t-c-bottom a .guide-box3 .g-b-bottom{
    background: linear-gradient(90deg, #F7EFDF, #EBD9B7);
}
.container .top .t-center .t-c-bottom a .guide-box4 .g-b-bottom,
.container .top .t-center .t-c-bottom a .guide-box5 .g-b-bottom{
    background: linear-gradient(90deg, #E5EDFF, #BFCDF5);
}
.container .top .t-center .t-c-bottom a .guide-box .g-b-bottom img{
    width: auto;
    height: auto;
}
.container .top .t-center .t-c-bottom a .guide-box .t-c-guide-icon{
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
}
/*.container .top .t-center .t-c-bottom a img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.container .tab{
    display: flex;
    margin: 30px 0;
}
.container .tab .t-item{
    display: flex;
    align-items: center;
    margin-right: 60px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}
.container .tab .t-item-checked{
    color: #FF6509;
    font-weight: bold;
}
.container .tab .t-item img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.container .tab .t-item:first-child img{
    width: 14px;
    height: 15px;
}
.container .brand-tab{
    border-radius: 12px 12px 0 0;
    height: 44px;
    display: flex;
    background: linear-gradient(to right,#FFDBC7,#FFFFFF);
    margin: 30px 0 0;
    position: relative;
    display: flex;
    align-items: center;
}
.container .brand-tab >div:last-child{
    position: absolute;
    right: 20px;
    color:#FF6509 ;
}
.container .brand-tab .b-t-item{
    height: 44px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    position: relative;
    cursor: pointer;
}
.container .brand-tab .b-t-item img{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.container .brand-tab .b-t-item-checked{
    font-size: 16px;
    color: #FF6509;
}
.container .brand-tab .b-t-item-checked img{
    display: block;
}
.container .brand-info,
.container .brand-info .b-i-item{
    height: 330px;
    border-radius: 0 12px 12px 12px;
    background: #FFF5F0;
    position: relative;
}
.container .brand-info .b-i-item{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.container .brand-info .b-i-item .brand-home-pro-list .xl-product1{
    /*flex-wrap: nowrap;*/
    height: 287px;
    overflow: hidden;
}
.container .brand-info .b-i-item .b-i-i-info{
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}
.container .brand-info .b-i-item .b-i-i-info >img{
    width: 140px;
    height: 140px;
    margin-bottom: 10px;
}
.container .brand-info .b-i-item .b-i-i-info .name{
    background: white;
    border-radius: 15px;
    padding: 0 22px;
    height: 30px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;
    width: max-content;
}
.container .brand-info .b-i-item .b-i-i-info .remark{
    color: #FF6509;
    font-size: 12px;
    margin-bottom: 15px;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container .brand-info .b-i-item .b-i-i-info .btn{
    width: 120px;
    min-height: 28px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    background: #FF6509;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.n-home-container {
    background: #f5f5f5;
}
.n-home-container .banner-wrapper {
    background: #f5f5f5;
    padding-top: 20px;
    position:relative;
}
.n-home-container .banner-wrapper .classify-left{
    width:130px;
    height: 420px;
    background: #ffffff;
    position:relative;
}
.n-home-container .banner-wrapper .classify-left >img{
    width:130px;
    height: 92px;
    position: absolute;
    bottom: 0;
    left:0;
}
.n-home-container .banner-wrapper .home-user {
    width: 280px;
    height: 420px;
    display: flex;
    flex-flow: column;
    background: #FFFFFF;
    /*align-items: center;*/
}
.n-home-container .banner-wrapper .home-user  .accumulative-total{
    display: flex;
    width: 280px;
    height: 70px;
    background: linear-gradient(0deg, #FFFFFF, #FAFAFA);
    align-items: center;
}
.n-home-container .banner-wrapper .home-user  .accumulative-total >p{
    width:139px;
    height: 100%;
    display: flex;
    flex-flow:column;
    justify-content: center;
    align-items: center;
    margin-left:0 !important;
}
.n-home-container .banner-wrapper .home-user  button{
    width: 240px;
    height: 30px;
    background: #FFE5D6;
    border-radius: 6px;
    border: 1px solid #FF6509;
    text-align: center;
    line-height: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #FF6509;
    margin-left:20px;
}
.n-home-container .banner-wrapper .home-user  .accumulative-total h4{
    width: 1px;
    height: 40px;
    background: #DBDBDB;
}
.n-home-container .banner-wrapper .home-user  .accumulative-total >p span:nth-of-type(1){
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 12px;
    color: #666666;
    margin-bottom:7px;
}
.n-home-container .banner-wrapper .home-user  .accumulative-total >p span:nth-of-type(2){
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.n-home-container .banner-wrapper .home-user > p:nth-of-type(1) {
    display: flex;
    /*flex-flow: column;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    height: 85px;
    width: 280px;
    background: #ffffff;
    padding:15px 0 0 20px;
}
.n-home-container .banner-wrapper .home-user > p:nth-of-type(1) img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right:15px;
}
.n-home-container .banner-wrapper .home-user > p:nth-of-type(1) .isNull {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f5f5f5;

}
.n-home-container .banner-wrapper .home-user > p:nth-of-type(1) >span span{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    margin-bottom:6px;
}
.n-home-container .banner-wrapper .home-user > p:nth-of-type(1) >span:nth-of-type(1) {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    margin-top:5px;
}
.n-home-container .banner-wrapper .home-user > p:nth-of-type(1) .notLog{
    font-family: PingFang SC !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #666666 !important;
    margin-top:23px !important;
}
.n-home-container .banner-wrapper .home-user >p:nth-of-type(2) {
    margin-top: 20px;
    /*margin-left:30px;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
}
.n-home-container .banner-wrapper .home-user p:nth-of-type(2) .module {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 60px;
    min-width: 60px;
    /*margin-left: 29px;*/
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.n-home-container .banner-wrapper .home-user p:nth-of-type(2) .module .base-icon {
    height: 32px;
    width: 40px;
}
.n-home-container .banner-wrapper .home-user p:nth-of-type(2) .module span {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.n-home-container .banner-wrapper .home-user .zx {
    width: 280px;
    /*height: 140px;*/
    /*background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/zx-bgn.png');*/
    background: #ffffff;
    background-size: 100% 100%;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
.n-home-container .banner-wrapper .home-user .zx{
    height: 50px;
    background: rgb(252,252,252) !important;
}
.isActive{
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.n-home-container .banner-wrapper .home-user > div p {
    width: 52px;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 13px;
    color: #999999;
    cursor: pointer;
    margin-left:19px;
    /*margin: 16px 0 0 13px;*/
}
.n-home-container .banner-wrapper .home-user .zx p {
    width: 60px;
}
.n-home-container .banner-wrapper .home-user > div .news {
    width: 240px;
    padding: 0 14px;
}
.n-home-container .banner-wrapper .banner {
    position: relative;
    width: 770px;
    /*height: 400px;*/
    /*background-color: #ccc;*/
    margin:0 10px;
}
.n-home-container .banner-wrapper .banner .container {
    width: 100%;
    height: 100%;
    /*background-color: #ccc;*/
}
.n-home-container .banner-wrapper .banner .container .carousel .item img {
    width: 770px;
    height: 310px;
}
.n-home-container .banner-wrapper .banner .container .carousel .item.hover {
    cursor: pointer;
}
.n-home-container .banner-wrapper .banner .container .carousel .slick-slider .slick-dots {
    position: absolute;
    bottom: 38px;
}
.n-home-container .banner-wrapper .banner .container .carousel .slick-slider .slick-dots > li {
    margin: 0 4px;
}
.n-home-container .banner-wrapper .banner .container .carousel .slick-slider .slick-dots > li button {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.6;
    border-radius: 50%;
    transition: all 0.25s;
}
.n-home-container .banner-wrapper .banner .container .carousel .slick-slider .slick-dots > li.slick-active {
    position: relative;
    top: -3px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}
.n-home-container .banner-wrapper .banner .container .carousel .slick-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 72px;
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/arrow-prev.png');
    background-size: 100% 100%;
    transform: translateY(-50%);
}
.n-home-container .banner-wrapper .banner .container .icon-list{
    display: flex;
    align-items: center;
    /*background: #fff;*/
    margin-top:8px;
}
.n-home-container .banner-wrapper .banner .container .icon-list img{
    width:100px;
    height: 100px;
    margin-right:12px;
}
.n-home-container .banner-wrapper .banner .container .carousel .slick-next {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 72px;
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/arrow-next.png');
    background-size: 100% 100%;
    transform: translateY(-50%);
}
.n-home-container .banner-wrapper .banner .user-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 480px;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.4);
}
.n-home-container .banner-wrapper .banner .user-wrapper .info {
    padding: 20px;
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .avatar {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .avatar .img {
    position: relative;
    width: 90px;
    height: 90px;
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .avatar .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .avatar .img .user {
    cursor: pointer;
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .avatar + p {
    margin-top: 20px;
    text-align: center;
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .avatar .tag {
    position: absolute;
    left: 50%;
    bottom: -4px;
    padding: 3px 6px;
    background: #000;
    font-size: 10px;
    color: #fff;
    border-radius: 9px;
    transform: translateX(-46%);
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .button-groups {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .button-groups .login {
    margin-right: 10px;
    color: #e5a65a;
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .button-groups .registration {
    margin-left: 10px;
    border: 2px solid #ffffff;
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .orders {
    display: flex;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
}
.n-home-container .banner-wrapper .banner .user-wrapper .info .orders > div {
    flex: 1;
}
.n-home-container .banner-wrapper .banner .user-wrapper .announcement {
    margin-top: -14px;
    padding: 0 20px;
}
.n-home-container .banner-wrapper .banner .user-wrapper .announcement .head {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
}
.n-home-container .banner-wrapper .banner .user-wrapper .announcement .head .icons {
    display: flex;
}
.n-home-container .banner-wrapper .banner .user-wrapper .announcement .head .icons span {
    display: block;
    width: 4px;
    height: 16px;
    background-color: #fff;
}
.n-home-container .banner-wrapper .banner .user-wrapper .announcement .head .icons span:nth-of-type(2) {
    opacity: 0.4;
}
.n-home-container .banner-wrapper .banner .user-wrapper .announcement .head .icons span:nth-of-type(3) {
    opacity: 0.2;
}
.n-home-container .banner-wrapper .banner .user-wrapper .announcement .head h2 {
    margin-bottom: 0;
    margin-left: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.n-home-container .banner-wrapper .banner .user-wrapper .announcement > ul {
    cursor: pointer;
}
.n-home-container .banner-wrapper .banner .user-wrapper .announcement > ul li {
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.n-home-container .banner-wrapper .banner .user-wrapper .announcement > ul li:hover {
    color: #e5a65a;
}
.n-home-container .active-wrapper {
    display: flex;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.n-home-container .active-wrapper .advantages {
    width: 240px;
    height: 100%;
}
.n-home-container .active-wrapper .advantages img {
    width: 100%;
    height: 100%;
}
.n-home-container .active-wrapper .list {
    display: flex;
}
.n-home-container .active-wrapper .list .item {
    width: 310px;
    height: 100%;
    margin-left: 10px;
    cursor: pointer;
}
.n-home-container .active-wrapper .list .item img {
    width: 100%;
    height: 100%;
}
.n-home-container .content-wrapper {
    background-color: #f5f5f5;
}
.n-home-container .content-wrapper .container {
    position: relative;
}
.n-home-container .content-wrapper .container .hot-nav {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 160px;
    width: 100px;
    padding: 0 14px;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
    text-align: center;
    transform: translateX(-120px);
}
.n-home-container .content-wrapper .container .hot-nav .logo {
    width: 120px;
    height: 420px;
    border-bottom: solid 1px #ededed;
    background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/hot.png') no-repeat;
    background-size: 100px 600px;
    background-position: -20px 5px;
    position: relative;
}
.n-home-container .content-wrapper .container .hot-nav .logo .ul-list {
    position: absolute;
    top: 60px;
    margin-left: -20px;
}
.n-home-container .content-wrapper .container .hot-nav .logo img {
    width: 100px;
    height: 70px;
    margin-bottom: -5px;
}
.n-home-container .content-wrapper .container .hot-send {
    margin-top: 30px;
}
.n-home-container .content-wrapper .container .hot-send > .title {
    margin-bottom: 4px;
}
.n-home-container .content-wrapper .container .hot-send > .title h2 {
    color: #333333;
    font-size: 22px;
    font-weight: 500;
}
.n-home-container .content-wrapper .container .hot-send > .content {
    overflow: hidden;
}
.n-home-container .content-wrapper .container .hot-send > .content .banner {
    float: left;
    width: 240px;
    height: 374px;
    margin-top: 6px;
    margin-right: 10px;
}
.n-home-container .content-wrapper .container .hot-send > .content .banner img {
    width: 100%;
    height: 100%;
}
.n-home-container .content-wrapper .container .hot-send > .content .translate-wrapper {
    float: left;
    width: 950px;
    height: 380px;
}
.n-home-container .content-wrapper .container .hot-send > .content .translate-wrapper .swiper-slide {
    padding-top: 6px;
    content-visibility: auto;
    contain-intrinsic-size: 230px 380px;
}
.n-home-container .content-wrapper .container .journalism {
    display: none;
}
/*.n-home-container .content-wrapper .container .journalism > p {*/
/*    width: 120px;*/
/*    height: 40px;*/
/*    background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/home/right.png');*/
/*    background-size: 120px 40px;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color: #ffffff;*/
/*    line-height: 40px;*/
/*    padding-left: 18px;*/
/*}*/
/*.n-home-container .content-wrapper .container .journalism a:nth-of-type(1) {*/
/*    margin-left: 29px;*/
/*}*/
/*.n-home-container .content-wrapper .container .journalism a {*/
/*    max-width: 200px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    display: block;*/
/*    margin-right: 49px;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    color: #595959;*/
/*    cursor: pointer;*/
/*}*/
/*.n-home-container .content-wrapper .container .journalism a:hover {*/
/*    color: #e92207;*/
/*}*/
.n-home-container .content-wrapper .container .classify {
    width: 100%;
    height: 160px;
    margin-top: 20px;
    display: flex;
}
.n-home-container .content-wrapper .container .recommend-wrapper2 .goods-list{
    padding-left: 0;
}
.n-home-container .content-wrapper .container .customized-list{
    padding-left: 0;
}
.n-home-container .content-wrapper .container .customized-list .good{
    padding-bottom: 0;
}
.n-home-container .content-wrapper .container .customized-list .good .good-base{
    padding: 0;
    height: 250px;
}
.n-home-container .content-wrapper .container .customized-list .good .good-base .good-img .productImg{
    width: 100%;
    height: 200px;
}
.n-home-container .content-wrapper .container .customized-list .good .good-base .title{
    margin-top: 0;
    /*height: 50px;*/
    padding: 0 15px;
    /*display: flex;*/
    /*align-items: center;*/
    text-align: left;
    line-height: 50px;
}
.n-home-container .content-wrapper .container .classify img {
    width: 380px;
    height: 160px;
    margin-right: 30px;
}
.n-home-container .content-wrapper .container .home-page{
    margin:20px 0 39px 0;
    display: flex;
}
.n-home-container .content-wrapper .container .home-page img{
    width:380px;
    height:120px;
    margin-right: 30px;
}
.n-home-container .content-wrapper .container .hotfa {
    padding-bottom: 30px;
    margin-top: 39px;
}
.n-home-container .content-wrapper .container .hotfa > p {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
}
.n-home-container .content-wrapper .container .hotfa .brand-item {
    width: 1200px;
    height: 420px;
    background: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/home/brand-bg.png');
    background-size: 100% 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-home-container .content-wrapper .container .hotfa .brand-item .top {
    width: 30%;
    /*height: 120px;*/
    display: flex;
    align-items: center;
    margin-left: 20px;
    flex-direction: column;
}
.n-home-container .content-wrapper .container .hotfa .brand-item .top img {
    width: 360px;
    height: 230px;
}
.n-home-container .content-wrapper .container .hotfa .brand-item .top div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 12px;
}
.n-home-container .content-wrapper .container .hotfa .brand-item .top>div p {
    /*margin-bottom: 13px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.n-home-container .content-wrapper .container .hotfa .brand-item .top>div p span:nth-of-type(1) {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}
.n-home-container .content-wrapper .container .hotfa .brand-item .top>div>span{
    display: flex;
    margin-top: 30px;
    width: 360px;
    justify-content: space-around;
}
.n-home-container .content-wrapper .container .hotfa .brand-item .top>div p span:nth-of-type(2) {
    /*width: 359px;*/
    /*height: 13px;*/
    font-family: PingFang SC;
    /*font-weight: 400;*/
    font-size: 18px;
    color: #ff6509;
    margin-top: 20px;
    text-align: center;
}
.n-home-container .content-wrapper .container .hotfa .brand-item .top>div a {
    width: 128px;
    height: 28px;
    background: linear-gradient(90deg, #ff6509, #ff4b0a);
    border-radius: 14px;
    border: none;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.n-home-container .content-wrapper .container .hotfa .brand-item .top>div>span a:last-child{
    background: linear-gradient(90deg, #1655FF, #2617FF);
}
.n-home-container .content-wrapper .container .hotfa .brand-item .body .list .goods-list .good{
    width: auto !important;
}
.n-home-container .content-wrapper .container .brandList {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-flow: column;
}
.n-home-container .content-wrapper .container .brandList .brand-img {
    width: 100%;
    height: 80px;
    position: relative;
}
.n-home-container .content-wrapper .container .brandList .brand-img .swiperAdd {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
.n-home-container .content-wrapper .container .brandList .brand-img .swiperAdd .slide-div {
    width: 138px;
    background: #fff;
}
.n-home-container .content-wrapper .container .brandList .brand-img .swiperAdd .slide-div img {
    width: 138px;
}
.n-home-container .content-wrapper .container .brandList .brand-img .swiperAdd > a > img {
    width: 102.8px;
    height: 82.8px;
}
.n-home-container .content-wrapper .container .brandList > .title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.n-home-container .content-wrapper .container .brandList > .title > .aside {
    display: flex;
    align-items: center;
}
.n-home-container .content-wrapper .container .brandList > .title > .aside h2 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}
.n-home-container .content-wrapper .container .brandList > .title > .aside > span {
    font-size: 16px;
    color: #999999;
    margin-left: 16px;
}
.n-home-container .content-wrapper .container .selected-brand {
    margin-top: 39px;
}
.n-home-container .content-wrapper .container .selected-brand > div:nth-of-type(1) {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.n-home-container .content-wrapper .container .selected-brand > div:nth-of-type(1) > p {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
}
.n-home-container .content-wrapper .container .selected-brand > div:nth-of-type(1) .tabs {
    display: flex;
}
.n-home-container .content-wrapper .container .selected-brand > div:nth-of-type(1) .tabs p {
    width: 76px;
    height: 32px;
    margin-left: 19px;
    position: relative;
    text-align: center !important;
}
.n-home-container .content-wrapper .container .selected-brand > div:nth-of-type(1) .tabs p span {
    cursor: pointer;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.n-home-container .content-wrapper .container .hot-brands {
    margin-top: 460px;
}
.n-home-container .content-wrapper .container .hot-brands .body-list .list-title {
    display: flex;
}
.n-home-container .content-wrapper .container .hot-brands .body-list .list-title .bg-img {
    background: url('https://oss.axiling.com/pc-mall/bgimg.png');
    background-size: 100% 100%;
    background-position: 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.n-home-container .content-wrapper .container .hot-brands .body-list .list-title p {
    cursor: pointer;
    width: 100px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.n-home-container .content-wrapper .container .hot-brands .body-list .list-value {
    margin-top: 15px;
    height: 400px;
    display: flex;
    flex-flow: nowrap;
}
.n-home-container .content-wrapper .container .hot-brands > .title {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.n-home-container .content-wrapper .container .hot-brands > .title > .aside {
    display: flex;
    align-items: center;
}
.n-home-container .content-wrapper .container .hot-brands > .title > .aside h2 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}
.n-home-container .content-wrapper .container .hot-brands > .title > .aside > span {
    font-size: 14px;
    color: #999999;
    margin-left: 11px;
    margin-top: 5px;
}
.n-home-container .content-wrapper .container .hot-brands > .title > a {
    color: #333333;
    font-size: 14px;
    cursor: pointer;
}
.n-home-container .content-wrapper .container .hot-brands > .title > a > span {
    display: inline-block;
    margin-top: 1px;
    width: 12px;
    height: 12px;
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/home/change.png');
    background-size: cover;
}
.n-home-container .content-wrapper .container .hot-brands > .content {
    display: flex;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banner {
    flex-basis: 240px;
    height: 340px;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banner img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banners-wrapper {
    flex: 1;
    height: 340px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom: solid 1px #ededed;
    align-content: flex-start;
    overflow: hidden;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banners-wrapper .item {
    overflow: hidden;
    width: 192px !important;
    height: 170px;
    padding: 40px 15px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banners-wrapper .item .img-box {
    width: 120px;
    height: 70px;
    margin: 0 auto;
    transition: all 0.5s;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banners-wrapper .item .img-box img {
    width: 100%;
    height: 100%;
    border: none;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banners-wrapper .item .name {
    font-size: 14px;
    color: #333;
    transition: all 0.5s;
    margin-top: 15px;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banners-wrapper .item .btn {
    position: relative;
    top: -20px;
    width: 80px;
    height: 25px;
    outline: none;
    color: #e5a65a;
    font-size: 12px;
    background-color: #fff;
    border: solid 2px #e5a65a;
    border-radius: 18px;
    cursor: pointer;
    transform: scale(0);
    opacity: 0;
    transition: all 0.4s;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banners-wrapper .item:hover .img-box {
    width: 90px;
    height: 50px;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banners-wrapper .item:hover .name {
    font-size: 12px;
    color: #999999;
}
.n-home-container .content-wrapper .container .hot-brands > .content .banners-wrapper .item:hover .btn {
    top: 5px;
    opacity: 1;
    transform: scale(1);
}
.n-home-container .content-wrapper .container .main .classification-wrapper {
    margin-top: 39px;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .title {
    display: flex;
    align-items: center;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .title > h2 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .title > .links {
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .title > .links p {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .title > .links p span {
    margin-left: 19px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .title > .links p span a {
    color: #333;
    display: inline-block;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .title > .links p span a:hover {
    color: #e5a65a;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .title > .links p span a span {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 6px;
    height: 12px;
    background-image: url('https://oss.axiling.com/applets/pc-mall/thymeleaf/home/right-arrow.png');
    background-size: 100% 100%;
    margin-left: 0;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .title > .links p .gary {
    color: #999;
    font-size: 16px;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .content {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .content .aside-banner {
    flex-basis: 240px;
    height: 770px;
    margin-right: 10px;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .content .aside-banner > img {
    width: 240px !important;
    height: 100%;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .content .list {
    width: 770px;
    height: 770px;
    display: flex;
}
.n-home-container .content-wrapper .container .main .classification-wrapper .content .list img {
    width: 100px;
    height: 320px;
}
.n-home-container .content-wrapper .container .recommend-wrapper {
    margin-top: 20px !important;
}
/*.n-home-container .content-wrapper .container .recommend-wrapper .title {*/
/*    width: 276px;*/
/*    height: 127px;*/
/*    margin: 0 auto;*/
/*}*/
/*.n-home-container .content-wrapper .container .recommend-wrapper .title img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.ant-carousel .slick-dots span{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .6;
    border-radius: 50%;
    transition: all .25s;
}
.n-home-container .banner-wrapper .banner .container .carousel .slick-slider .slick-dots>span.swiper-pagination-bullet-active{
    position: relative;
    /*top: -3px;*/
    border: 3px solid hsla(0,0%,100%,.4);
    /*border-radius: 50%;*/
    display: inline-block;
    width: 16px;
    height: 16px;
}
.n-home-container .banner-wrapper .banner .container .carousel .slick-slider .slick-dots>span {
    margin: 0 4px;
}
.ant-carousel .slick-dots-bottom {
    bottom: 38px;
}
.n-home-container .banner-wrapper .banner .container .carousel .slick-slider .slick-dots>span {
    width: 10px;
    height: 10px;
    background: RGBA(255, 255, 255, .6);
    /*opacity: .6;*/
    border-radius: 50%;
    transition: all .25s;
}
.n-home-container .ant-badge-count{
    top: 5px;
    right: 5px;
}

.my-outbox {
    color: #000000;
    width: 240px;
    height: 108px;
    border: none;
    overflow: hidden;
}
.my-inbox{
    /*overflow-y:scroll;*/
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.my-outbox .my-inbox {
    margin: 0 20px;
}
.my-outbox .my-inbox .my-listbox {
    /*padding: 5px 0;*/
    font-size: 15px;
    display: flex;
    align-items: center;
}
.my-outbox .my-inbox .my-listbox .my-title {
    color: #DB7000;
    /*margin-bottom: 10px;*/
    clear: both;
}
.my-outbox .my-inbox .my-listbox .my-title img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.my-outbox .my-inbox .my-listbox .my-title .my-utel {
    font-size: 16px;
    margin-left: 20px;
}
.my-outbox .my-inbox .my-listbox .my-title .my-addr {
    font-size: 16px;
    float: right;
}
.my-outbox .my-inbox .my-listbox .my-content {
    text-align: justify;
    word-break: break-all;
    font-size: 12px;
    margin-left: 12px;
    color: #333333;
}
.journalism .my-inbox .my-listbox .my-content:hover{
    color:rgb(255,101,9);
    cursor:pointer;
}
.container.grayBg {
    background-color: #f5f5f5;
}
/*.good-base:hover {*/
/*    border: 1px solid #ff6509;*/
/*    box-shadow: 0 5px 5px 0 rgba(229,166,90,.1);*/
/*    transition-property: all;*/
/*    transition-duration: .4s;*/
/*    transition-timing-function: linear;*/
/*    transition-delay: 0s;*/
/*    transform: translateY(-6px);*/
/*}*/

.n-home-container .content-wrapper .hotfa .recommend-wrapper .goods-list{
    padding-left: 0;
}

.n-home-container .content-wrapper .brand-item .body .goods-list .good{
    margin-right: 8px;
}

.informationActive{
    font-family: PingFang SC;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #000000 !important;
}

.mains {

    margin: 0 auto;
    display: flex;
}
.mains .item-list p {
    cursor: pointer;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin:20px 0 0 10px;
}
.mains .item-list >img {
    width: 130px;
    height: 60px;

}
.mains .item-list p img {
    width: 5px;
    height: 10px;
    margin-left: 5px;
    margin-top: -2px;
}
.mains .prop-list{
    background: #ffffff;
    width:1070px;
    z-index:100;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
    padding-bottom: 20px;
}
.mains .prop-list .categroy_h3{
    color:#999999;
    padding-left:20px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(90deg, #FAFAFA, #FFFFFF);
}
.big{
    display: none;
}
.mains .prop-list>div:nth-of-type(1) {
    display: flex;
    padding-left: 20px;
    width: 1100px;
    flex-wrap: wrap;
}
.mains .prop-list>div:nth-of-type(1)> a {
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-right: 14px;
    margin-top: 20px;
}
.mains .prop-list>div:nth-of-type(1)> a img {
    width: 90px;
    height: 90px;
    margin-bottom: 18px;
}
.mains .prop-list>div:nth-of-type(1)> a span {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.mains .prop-list> p {
    margin-top: 29px;
    padding-left: 20px;
}
.mains .prop-list> p img {
    width: 104px;
    height: 60px;
    float: left;
    margin: 0 10px 10px 0;
}
.mains >.brands {
    display: flex;
    margin-top: 48px;
}
.mains >.brands li {
    width: 104px;
    height: 60px;
    margin-right: 12px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.mains >.brands li img {
    width: 100%;
    height: 100%;
}
.mouseOver {
    width: 110px;
    height: 40px !important;
    background: #ffe5d6 !important;
    border-radius: 4px;
    font-weight: 500 !important;
    text-align: center !important;
    line-height: 40px !important;
    color: #ff6509 !important;
}
.xl-component-none{
    display: none;
}
.xl-component-block{
    display: block;
}