
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.home-bg {
    background:#F2F2F2;
}
.home-wrap {
    background:#F2F2F2;
}

.home-wrap .content {
    width: 1200px;
    margin: 0 auto;
}

.home-wrap .banner {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}

.home-wrap .banner-content {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.home-wrap .category {
    width: 240px;
    position: relative;
    text-align: left;
    z-index: 2;
}

.home-wrap .category .title {
    height: 40px;
    line-height: 40px;
    background: var(--color-theme-1);
    font-size: 16px;
    /*font-family: PingFangSC-Medium;*/
    /*font-weight: bold;*/
    color: #fff;
    text-align: center;
}

.home-wrap .category .first-item {
    height: 33px;
    line-height: 29px;
    font-size: 13px;
    /*font-family: PingFangSC-Regular;*/
    font-weight: 400;
    color: #666;
    margin: 5px 0;
    display: flex;
    align-items: center;
}
.home-wrap .category .first-item a {
    color: #666;
    flex: 1;
}

.home-wrap .category .first-item:hover a {
    color: var(--color-theme-1);
    cursor: pointer;
}

.home-wrap .category .first-item.active {
    color: var(--color-theme-1);
}

.home-wrap .category .first-item i {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    margin: 0 14px;
    position: relative;
    text-align: center;
}
.home-wrap .category .first-item i:after{
    font-size: 20px;
}

.home-wrap .category .first-item:nth-child(1) i:after {
    content: '\e65c';
    font-size: 18px;
}
.home-wrap .category .first-item:nth-child(2) i:after {
    content: '\e658';
}
.home-wrap .category .first-item:nth-child(3) i:after {
    content: '\e654';
    font-size: 22px;
}
.home-wrap .category .first-item:nth-child(4) i:after {
    content: '\e659';
    font-size: 24px;
}
.home-wrap .category .first-item:nth-child(5) i:after {
    content: '\e656';
    font-size: 24px;
}
.home-wrap .category .first-item:nth-child(6) i:after {
    content: '\e65d';
}
.home-wrap .category .first-item:nth-child(7) i:after {
    content: '\e65a';
    font-size: 18px;
}
.home-wrap .category .first-item:nth-child(8) i:after {
    content: '\e635';
    font-size: 21px;
}
.home-wrap .category .first-item:nth-child(9) i:after {
    content: '\e663';
    font-size: 18px;
}
.home-wrap .category .first-item:nth-child(10) i:after {
    content: '\e657';
}
.home-wrap .category .first-item:nth-child(11) i:after {
    content: '\e65b';
    font-size: 18px;
}
.home-wrap .category .first-item:nth-child(12) i:after {
    content: '\e633';
}
.home-wrap .category .first-item:nth-child(13) i:after {
    content: '\e636';
}
.banner-second-list {
    position: absolute;
    left: 240px;
    top: 0;
    background-color: #fff;
    padding: 51px 30px 20px 30px;
    width: 960px;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    box-shadow: 2px 0px 4px 1px rgba(0, 0, 0, 0.1);
}

.banner-second-item {
    width: 21%;
    margin-right: 18%;
    /*-webkit-column-break-inside: avoid;*/
    /*break-inside: avoid;*/
}
.swiper-wrapper img{
    width: 100%;
}
.banner-second-item:nth-child(3n) {
    margin-right: initial;
}

.banner-second-item .second-name {
    font-size: 12px;
    /*font-family: PingFangSC-Medium;*/
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid var(--color-theme-1);
    padding-bottom: 10px;
    /*margin-right: 20px;*/
    cursor: pointer;
}
.banner-second-item .second-name a {
    color: #333;
}

.banner-second-item .second-name:hover a {
    color: var(--color-theme-1);
}

.banner-second-item .thid a {
    font-size: 12px;
    /*font-family: PingFangSC-Regular;*/
    font-weight: 400;
    color: #666;
    line-height: 18px;
    margin: 9px 0;
    display: block;
}

.banner-second-item .thid a:hover {
    color: var(--color-theme-1);
}
.home-wrap .swiper-img {
    width: 660px;
    overflow: hidden;
}

.user-login-box {
    width: 300px;
}
.user-login-main,
.user-info-problem {
    padding: 10px;
    position: relative;
    height: 52%;
}
.user-info-problem{
    height: 48%;
    padding-left:15px;
}
.user-info-problem h3 {
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 20px;
}

/* .user-info-problem a {
    font-size: 12px;
    / *font-family: PingFangSC-Regular;* /
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 25px;
    margin-top: 10px;
    position: relative;
    display: flex;

}
.user-info-problem a span:nth-child(2){
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 8px;
} */

.user-info-problem a:hover {
    color: var(--color-theme-1);
}
.user-info-problem .page {
    font-size: 12px;
    /*font-family: PingFangSC-Regular;*/
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 17px;
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
    left: 8px;
}

.user-info-problem .page-list{
    display: flex;
}

.user-info-problem .page-list a {
    cursor: pointer;
    margin: 0 2px;
    width: 22px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    justify-content: center;
    color: #666;
}
.user-info-problem .page-list a:hover,
.user-info-problem .page-list a.active{
    color: #fff;
    background: var(--color-theme-1);
    border-radius: 4px;
}

.user-info-problem .page span:hover,
.user-info-problem .page span.active {
    color: var(--color-theme-1);
}

.user-info-problem .page span.disabled {
    color: #999999;
    cursor: auto;
}
.user-info-problem .anchor-list-group {}
.user-info-problem .anchor-list-group a {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
    margin-top: 10px;
}
.user-info-problem .anchor-list-group a::before {
    content: "•";
    color: var(--color-theme-1);
    margin-right: 8px;
}
.user-login-main .has-logged-top {
    display: flex;
    padding: 0;
}

.user-login-main .login-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 20px;
}

.user-login-main .name-box{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 20px;
    border: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.user-login-main .account-info {
    width: calc(100% - 68px);
}

.user-login-main .account-info-item {
    margin-bottom: 8px;
    display: flex;
    color: #666;
}
.user-login-main .small{
    font-size: 12px;
}
.user-login-main .big{
    font-size: 14px;
}

.user-login-main .user-name {
    font-size: 16px;
    color: var(--color-theme-1);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.user-login-main .vip {
    width: 30px;
    height: 20px;
    line-height: 20px;
    color: #FFA21F;
    text-align: center;
    font-size: 13px;
    margin-top: 1px;
}
.account-info-item:last-child{
    justify-content: space-between;
    font-size: 12px;
}

.has-logged-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.has-logged-item {
    width: 47%;
    margin: 0 1.5% 8px 1.5%;
    background:rgba(255,119,0,0.1);
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    padding: 10px 0 8px;
    /*font-family: PingFangSC-Regular;*/
    font-weight: 400;
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.has-logged-item a {
    display: flex;
    color: #666;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.has-logged-item:hover{
    background: #F88630;
    color: #fff;
} 
.has-logged-item:hover .val,
.has-logged-item:hover a {
    color: #fff;
}
.has-logged-item .val{
    color: var(--color-theme-1);
}
/* .has-logged-item a:hover {
    background-color: #F88630;
} */

.has-logged-item a:nth-child(2n) {
    margin-right: initial;
}

.banner .name{
    margin-top: 3px;
}

.user-login-main .not-logged {
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    /*font-family: PingFangSC-Medium;*/
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.user-login-main .not-logged img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-top: 30px;
}
.user-login-main .not-logged .text {
    margin: 50px 0;
}

.user-login-main .login-btn-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.login-btn-group .login,
.login-btn-group .register  {
    width: 100px;
    height: 30px;
    line-height: 29px;
    font-size: 14px;
    border-radius: 19px;
    border: none;
}

.login-btn-group .login {
    color: #FF6702;
    background:rgba(255,119,0,0.3);
    height: 32px;
    line-height: 31px;
}
.login-btn-group .register {
    background-color: #fff;
    color: var(--color-theme-1);
    border: 1px solid rgba(255,119,0,0.3);
}
.login-btn-group .login:hover,
.login-btn-group .register:hover{
    background-color: #F78E29;
    color: #fff;
}


/*楼层*/
.home-wrap .floor-title{
    margin: 30px auto 20px auto;
    width: 1200px;
    font-size: 22px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    position: relative;
    font-weight: 500;
}
.home-wrap .floor-title h3{
    font-weight: 500;
}

.home-wrap .date-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.home-wrap .date-tab li {
    height: 24px;
    padding: 0 12px;
    border-radius: 15px;
    background: #fff;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    margin: 0 7px;
    cursor: pointer;
}

.home-wrap .date-tab li.active {
    background-color: var(--color-theme-1);
    color: #fff;
    border: 1px solid var(--color-theme-1);
}

.home-wrap .content .product-item {
    width: max-content;
    position: absolute;
    left: 0;
    transition: .3s;
}

.home-wrap .content .product-box {
    overflow: hidden;
    position: relative;
    min-height: 300px;
}

.home-wrap .product {
    position: relative;
}

.home-wrap .product:hover .left,
.home-wrap .product:hover .right {
    opacity: 1;
    transition: .3s;
}

.home-wrap .product .left {
    width: calc(50% - 600px) !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s;
}
.home-product-box,
.home-product-box1{
    width: 1200px;
    margin: 20px auto 0;
    background-color: #fff;
}
.home-product-title{
    font-size: 24px;
    height: 72px;
    line-height: 72px;
    padding: 0 16px;
    border-bottom: 1px solid #F2F2F2;
}
.home-product-title .view-more{
    font-size: 14px;
    color: #999999;
    float: right;
}
.home-product-title .view-more:hover{
    cursor: pointer;
    color: var(--color-theme-1);
}
.home-product-title .view-more i{
    font-size: 12px;
    vertical-align: middle;
}

.home-product-box1{
    display: flex;
    background: none;
}
.home-product-two{
    flex: 1;
    width: 49.3%;
    background-color: #fff;
}
.home-product-box1 .product-card .view-detail-a{
    height: 272px;
}

.home-product-box1 .home-product-two:first-child{
    margin-right: 0.7%;
}
.home-product-box1 .home-product-two:last-child{
    margin-left: 0.7%;
}

.loading-box-sugpro {
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
}

/*floor tab-----------------------------------*/
.home-wrap .floor-tab {
    position: absolute;
    /* left: calc((50% + 605px)); */
    right: 0;
    z-index: 10;
    top: 800px;
}

.home-wrap .floor-tab.fixed {
    position: fixed;
    top: 84px;
    /* left: calc(((100vw - 1200px)/2 + 1200px)); */
    /* right: 0; */
}
.witch {
    position: absolute; bottom: -20px; right: -8px;
}
.home-wrap .floor-tab .list:first-child {
    border-top-left-radius: 6px;
}

.home-wrap .floor-tab .list:first-child:after {
    display: none;
}

.home-wrap .floor-tab .list:last-child {
    border-bottom-left-radius: 6px;
}

.home-wrap .floor-tab .list {
    width: 60px;
    height: 48px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    /*font-family: PingFangSC-Medium;*/
    line-height: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    background-color: #fff;
}

.home-wrap .floor-tab .list:after {
    content: '';
    /* border-bottom: 1px solid #F2F2F2; */
    width: 60px;
    position: absolute;
    left: 8px;
    top: -1px;
    z-index: 1;
}

.home-wrap .floor-tab .list:hover, .home-wrap .floor-tab .list.active {
    background-color: var(--color-theme-1);
    color: #fff;
    z-index: 2;
    transition: all 0.3s;
}

.home-wrap .floor-tab .list .tips {
    height: 34px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    color: #fff;
    position: absolute;
    right: 90px;
    display: none;
    padding: 0 8px;
    white-space: nowrap;
}

.floor-tab .list:hover .tips {
    display: flex;
    align-items: center;
    text-align: center;
}

.floor-tab .list .icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 4px;
}
.floor-tab .list .icon:before{
    font-weight: 550;
    font-family: 'iconfont';
    font-size:24px;
    font-style: normal;
    color: #999;
}
.floor-tab .list:hover {color: #fff;}
.floor-tab .list:hover .icon:before,
.floor-tab .list.active .icon:before{
    color: #fff;
}
.floor-tab .list .superdeal::before {
    content: '\e69a';
}
.floor-tab .list .trending::before {
    content: '\e648';
}
.floor-tab .list .newpro::before {
    content: '\e652';
}

.floor-tab .list .hotsell::before {
    content: '\e632';
}

.floor-tab .list .listable::before {
    content: '\e62f';
}

.floor-tab .list .ware::before {
    content: '\e643';
}

.floor-tab .list .print::before {
    content: '\e699';
    font-size: 26px;
}

.floor-tab .list .video::before {
    content: '\e64a';
    font-size: 20px;
}

.floor-tab .list .recommend::before {
    content: '\e64c';
    font-size: 20px;
}
.home-wrap .floor-tab .back-top {
    font-weight: 550;
    border-bottom: 0;
    height: 60px;
    top: -9px;
}
.floor-tab .back-top .icon {
    width: 18px;
    height: 12px;
    margin: 0 auto;
    position: relative;
}
.back-top .text {
    color: #666;
    left: 1px;
    position: relative;
}
.back-top:hover .text {
    color: #fff;
}
.swiper-pagination-bullet-active {
    background: #F88630!important;
    box-shadow: 0 0 0 4px rgba(248, 135, 48, 0.267)!important;
}
.floor-tab .back-top .icon:before{
    content: '\e649';
    font-size: 16px;
}

/*底部合作logo*/
.cooperationr-box {
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 0;
}

.cooperationr-box .box-1 {
    margin-bottom: 10px;
}

.cooperationr-box .box-1, .box-2 {
    display: flex;
    justify-content: center;
}

.cooperationr-box .box-1 .img-box, .box-2 .img-box {
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(222, 222, 222, 1);
    margin: 0 7px;
    padding: 10px;
    height: 48px;
    text-align: center;
}

/*订阅弹窗*/

.subscribe-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10002;
}

.subscribe-dialog .cont {
    position: absolute;
    width: 1000px;
    height: 490px;
    padding: 60px 100px 0 100px;
    margin: auto;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.subscribe-dialog .cont i {
    background-image: url("/static/image/new-home/close.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

.subscribe-dialog .cont h3 {
    font-size: 26px;
    /*font-family: PingFangSC-Medium;*/
    font-weight: 500;
    color: rgba(255, 119, 0, 1);
    margin-bottom: 30px;
}

.subscribe-dialog .cont .item {
    margin-bottom: 20px;
    font-size: 16px;
    /*font-family: PingFangSC-Medium;*/
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.subscribe-dialog .cont .item input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(207, 207, 207, 1);
    height: 36px;
    margin-top: 10px;
    padding: 0 8px;
}

.subscribe-dialog .cont .btn-box button {
    width: 150px;
    height: 40px;
    background: rgba(255, 119, 0, 1);
    border-radius: 4px;
    font-size: 14px;
    /*font-family: PingFangSC-Medium;*/
    font-weight: 500;
    color: #fff;
}

/*---------------------------*/
.zzc {
    display: none;
}

.zzc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    /*background: rgba(0,0,0,0.8);*/
    display: none;
}

.online-wrap {
    position: absolute;
}

.online-wrap > p.online-content {
    width: 92px;
    height: 40px;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 1px 2000px;
}

.img1 {
    position: absolute;
    top: 60px;
    left: -45px;
}

.img2 {
    position: absolute;
    top: 100px;
    left: -33px;
}

.img3 {
    position: absolute;
    top: -10px;
    left: 100px;
}

p.online-notice {
    width: 600px;
    color: #fff;
    position: absolute;
    top: 170px;
    left: -300px;
}

p.know {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 210px;
    left: -190px;
    cursor: pointer;
}

/*验证店铺弹框*/
body .autho-success .AS-content {
    margin-top: 115px;
}

body .autho-success .AS-content img {
    display: block;
    width: 47px;
    height: 47px;
    margin: 45px auto 40px;
}

body .autho-success .AS-content p {
    font-size: 26px;
    color: #7a7a7a;
    text-align: center;
}

.fenxiao-duzhan {
    height: auto;
    margin-top: 10px;
}

.home-wrap .content .fenxiao-duzhan .con {
    width: 984px;
}

.product-card-box .info-title{
    font-size:20px;
    color:#333;
    line-height:1;
    text-align: center;
    padding: 20px 0 15px;
}

.swiper-wrapper img{
    height: 100%;
    object-fit: contain;
}
.has-logged-list .f16{
    font-size: 16px;
}

/* bootstrap4 */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-more-sugpro{
    width:387px;
    height:40px;
    line-height: 40px;
    border-radius:2px;
    border: 1px solid var(--color-theme-1);
    color: var(--color-theme-1);
    text-align: center;
    margin: 20px auto 30px;
    font-size: 14px;
		cursor: pointer;
}
.view-more-sugpro .iconfont{
    font-size: 14px;
}
.view-more-sugpro:hover{
    background: #f90;
    color: #fff;
    border: 0 none;
}
.home-product-box .product-card .info .price{
    font-size: 14px;
}
.cooperationr-box img{
    width: 100%;
}



.home-product-two .inventory-show-more{
    bottom: 39px;
}

.makecj-better-box{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.makecj-better-main{
    width: 952px;
    position: relative;
}
.makecj-better-main .close-btn{
    position: absolute;
    right: -73px;
    top: -27px;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 54px;
    opacity: 1;
}
.makecj-better-main .close-btn:after{
    content: '\e617';
    font-family: "iconfont";
    color: #fff;
    z-index: 9;
    font-size: 22px;
}
.product-list .super-deal{
  width: 196px;
  margin: 16px 0 0 -8px;
}
.home-product-title .text::before{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    content: '';
    background: url(/static/image/public-img/iconlist.png);
    background-size: 893px auto;
    top: -2px;
}

.home-product-title .text.superdeal::before{
    background-position: -68px -442px;
}
.home-product-title .text.trending::before{
    background-position: -69px -64px;
}
.home-product-title .text.new::before{
    background-position: -69px -140px;
}
.home-product-title .text.hotsell::before{
    background-position: -69px -217px;
}
.home-product-title .text.listable::before{
    background-position: -68px -292px;
}
.home-product-title .text.usware::before{
    background-position: -69px -367px;
}
.home-product-title .text.thaiware::before{
    background-position: -144px -367px;
}
.home-product-title .text.videos::before{
    background-position: -69px -518px;
}
.home-product-title .text.print::before{
    background-position: -144px -444px;
}
.home-product-title .text.recommended::before{
    background-position: -68px -598px;
}
.home-product-title .text.sourcing::before{
    background-position: -147px -518px;
}
.home-product-two .product-card .isVideo{
    font-size: 45px;
}