.home-advert {
    position: relative;
    width: 660px;
    height: 290px;
    margin: 10px auto;
}

    .home-advert img {
        width: 660px;
        height: 290px;
        background-size: 100%;
    }

.home-advert-line {
    margin: 50px auto 10px auto;
    display: inline-flex;
}

.home-advert-line-item {
    position: relative;
    width: 648px;
    height: 102px;
    margin: 0 6px;
    box-sizing: border-box;
    display: inline-block;
}

    .home-advert-line-item img {
        width: 648px;
        height: 102px;
        background-size: 100%;
    }

/*???? Start*/
.carousel-box {
    margin-top: 20px;
    font-size: 13px;
    padding: 20px 0;
    background-color: #F6FBFF;
}

.carousel-box-item {
    width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-box-title {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

.carousel-box ul {
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    writing-mode: vertical-lr;
}

.carousel-box-scroll {
    animation: evaluate-move 120s infinite linear;
}
    /* ?????box??????????????? */
    .carousel-box-scroll:hover {
        animation-play-state: paused;
    }

.carousel-box ul li {
    width: 260px;
    min-width: 260px;
    height: 115px;
    opacity: 1;
    border-radius: 6px;
    margin: 10px;
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 11px 11px 11px 0px rgba(224,223,255,0.14);
    writing-mode: horizontal-tb;
}

    .carousel-box ul li:hover {
        background: rgba(252, 251, 243, 1);
    }

.carousel-box li .box-top {
    display: flex;
    justify-content: flex-start;
}

.carousel-box li .person-headimg {
    width: 50px;
    height: 50px;
    border-radius: 30px;
}

.person-info {
    line-height: 50px;
    margin-left: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.carousel-box li .box-des {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.carousel-box li .content {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    max-height: 2.6em;
    overflow: hidden;
    color: #777777;
}

.carousel-box .taginspct-imgs {
    width: 60px;
    height: 60px;
    border-radius: 6px;
}

/* ???? */
@keyframes evaluate-move {
    from /*??????????????? */ {
        transform: translateX(0);
    }

    to {
        /* ?????????li???????li?150*6=900????????li?????????????? */
        transform: translateX(-100%);
    }
}
/*???? End*/

/*???? start*/
.half-width {
    width: 50%;
}

.module-title {
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    display: flex;
    position: relative;
}

    .module-title li {
        float: left;
        color: #999;
        border-bottom: 2px solid #CCCCCC;
        padding: 0 10px;
        cursor: pointer;
        display: inline-block;
        margin: 0;
    }

        .module-title li.active {
            color: #333;
            border-bottom: 2px solid #0000FF;
        }

.module-block {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
}

.module-item {
    width: 320px;
    margin: 10px 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    box-sizing: border-box;
}

    .module-item:hover {
        background: rgba(252, 251, 243, 1);
        box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
    }

.module-label {
    color: #999;
    min-width: 50px;
    text-align: right;
    margin-right: 2px;
}

.module-item-hd {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    background: #F9FFFC;
}

.module-item-company {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.module-item-bd {
    padding: 5px 10px;
}

    .module-item-bd .icon-tag {
        line-height: 16px;
        height: 18px;
        margin: auto 0;
    }

.module-item-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}

.carousel-zhenxuan {
    background: #FFFFFF;
    padding: 10px 15px;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 11px 11px 11px 0px rgba(224,223,255,0.14);
}

    .carousel-zhenxuan:hover {
        background: linear-gradient(56deg, #FCE0CB, #FFFFFF);
    }

.carousel-zhenxuan-hd {
    font-size: 14px;
    color: #333;
}

.carousel-zhenxuan-bd {
    margin-top: 10px;
    color: #333;
}

    .carousel-zhenxuan-bd .brand-item:has(.advance) {
        background: #FCEBED;
        color: #7F7F7F;
        border: none;
    }

    .carousel-zhenxuan-bd .brand-item:has(.agency) {
        background: #E9F4D7;
        color: #7F7F7F;
        border: none;
    }

    .carousel-zhenxuan-bd .brand-item:has(.selfowned) {
        background: #D7F1FD;
        color: #7F7F7F;
        border: none;
    }
/*???? end*/

/*?? start*/
.home-activity {
    margin: 30px auto 0 auto;
    width: 1320px;
}

.home-activity-title {
    text-align: center;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.home-activity-tab {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

    .home-activity-tab li {
        padding: 2px 15px;
        border: 1px solid #eee;
        border-radius: 20px;
        color: #333;
        cursor: pointer;
        display: inline-block;
        margin-right: 5px;
    }

        .home-activity-tab li:hover {
            color: #F89501;
            border: 1px solid #F89501;
        }

        .home-activity-tab li.active {
            border: 1px solid #F89501;
            color: #FFFFFF;
            background: #F89501;
        }

.home-activity-block {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}

.home-activity-line {
    height: 120px;
    white-space: nowrap;
}

.home-activity-block img {
    width: 212px;
    height: 120px;
    margin: 0 2.5px;
    cursor: pointer;
}

.home-activity-dot {
    font-size: 30px;
    color: #E5E6EB;
    margin: 2px;
    cursor: pointer;
}

    .home-activity-dot.active {
        color: #F89501;
    }

.home-activity-block .home-activity-page > .home-activity-block {
    height: 150px;
}
/*?? end*/

/*??????Start*/
.stock-brand-item {
    width: 210px;
    padding: 10px 15px 10px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #eee;
    box-shadow: 3px 3px 3px 0px rgba(150,150,150,0.1);
    font-size: 13px;
    display: block;
    position: relative;
}

    .stock-brand-item .top-left-icon {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        width: 100%;
        z-index: 2;
    }

        .stock-brand-item .top-left-icon .name {
            padding: 0 5px;
            box-sizing: border-box;
            font-size: 10px;
            background: #FCE6C8;
            color: #D9001B;
            z-index: 2;
            border-bottom-left-radius: 3px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: 98%;
        }

    .stock-brand-item .icon-suppliervip-brand:before {
        font-size: 10px;
        line-height: 13px;
        height: 13px;
    }

    .stock-brand-item + .stock-brand-item {
        margin-left: 10px;
    }

    .stock-brand-item .brand-icon img {
        opacity: 1;
    }

    .stock-brand-item .brand {
        width: 120px;
    }

    .stock-brand-item:hover {
        border-color: #F89501;
        box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
    }

    .stock-brand-item .supplier {
        color: #c00;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
    }

        .stock-brand-item .supplier:hover {
            color: #1E67FF;
        }

.stock-brand-item2 {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #eee;
    box-shadow: 3px 3px 3px 0px rgba(150,150,150,0.1);
    display: flex;
    flex-wrap: wrap;
    cursor: default;
    font-size: 13px;
}

    .stock-brand-item .suppliervip, .stock-brand-item2 .suppliervip {
        color: #1e67ff;
    }

        .stock-brand-item .suppliervip:hover, .stock-brand-item2 .suppliervip:hover {
            color: #c00;
        }

.brand-info {
    display: inline-flex;
    width: 170px;
    margin-right: 10px;
    line-height: 25px;
    white-space: nowrap;
}

    .brand-info .name {
        /*width: 140px;*/
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
    }

    .brand-info .num {
        /*width: 30px;
        text-align: right;*/
        color: #999;
        display: inline-block;
        margin-left: 5px;
    }

.stock-brand-item .icon-advert-tips {
    bottom: 0;
    left: 0;
}
/*??????End*/

/*??Start*/
.module-category {
    width: 150px;
    position: fixed;
    top: 180px;
    left: calc(50% + 455px);
    border-radius: 6px 6px 6px 6px;
    border: 1px dashed #dbdbdb;
    background: #fff;
    z-index: 3;
}

    .module-category ul {
        padding: 0 8px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .module-category .iconfont {
        font-size: 20px !important;
    }

    .module-category ul li {
        text-align: center;
        position: relative;
    }

        .module-category ul li a {
            padding: 8px 0;
            display: inline-flex;
            box-sizing: border-box;
            align-items: center;
        }

            .module-category ul li a .iconfont {
                margin-right: 5px;
            }

    .module-category li .badge-num {
        position: absolute;
        font-size: 10px;
        top: 2px;
        left: 120px;
        background: red;
        border-radius: 30px;
        color: white;
        width: 18px;
        height: 18px;
        line-height: 18px;
        box-sizing: border-box;
        display: none;
    }

    .module-category li .badge-link {
        position: absolute;
        font-size: 10px;
        top: 2px;
        left: 120px;
        background: red;
        border-radius: 3px;
        color: white;
        height: 18px;
        line-height: 18px;
        padding: 0 5px;
        box-sizing: border-box;
        white-space: nowrap;
        display: none;
    }

        .module-category li .badge-link.badge-link-1 {
            background: #FFF;
            border: 1px solid #FF0000;
            color: #FF0000;
        }

        .module-category li .badge-link a {
            padding: 0;
            color: white;
        }

        .module-category li .badge-link a:hover {
            opacity: 0.6;
        }

    .module-category li .badge-link-1 a {
        color: #FF0000;
    }

    .module-category.scroll-up {
        top: 5%;
    }

    .module-category.scrolled {
        display: none;
    }

.mini-qrcode {
    width: 150px;
    position: fixed;
    top: 330px;
    left: calc(50% + 455px);
    border-radius: 6px 6px 6px 6px;
    border: 1px dashed #dbdbdb;
    background: #fff;
    z-index: 3;
}

    .mini-qrcode.scroll-up {
        top: calc(5% + 150px);
    }

    .mini-qrcode.scrolled {
        display: none;
    }

.mini-qrcode-img {
    width: 118px;
    height: 118px;
    margin: 10px 16px;
    border-radius: 6px 6px 6px 6px;
    background: #fafafa url(../image/qrcode_miniapp.jpg) no-repeat top right;
    background-size: 100%;
}

.mini-qrcode-tips {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin: 5px 0 10px 0;
}

.qqgroup {
    width: 140px;
    position: fixed;
    top: 540px;
    left: calc(50% + 510px);
    border-radius: 6px 6px 6px 6px;
    border: 1px dashed #dbdbdb;
    background: #fff;
    z-index: 2;
}

    .qqgroup.scrolled {
        display: none;
    }

.qqgroup-img {
    width: 120px;
    height: 120px;
    margin: 10px auto;
    background: url(../image/qrcode_qqgroup.png) no-repeat;
    background-size: 100%;
}

.qqgroup-tips {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-bottom: 10px;
}

.wx-qrcode {
    width: 140px;
    position: fixed;
    /*top: 540px;*/
    top: 330px;
    left: calc(50% + 510px);
    border-radius: 6px 6px 6px 6px;
    border: 1px dashed #dbdbdb;
    background: #fff;
    z-index: 2;
}

    .wx-qrcode.scroll-up {
        /*top: calc(5% + 350px);*/
        top: calc(5% + 150px);
    }

    .wx-qrcode.scrolled {
        display: none;
    }

.wx-qrcode-img {
    width: 120px;
    height: 120px;
    margin: 10px auto;
    background: url(../image/qrcode_wxservice.png) no-repeat;
    background-size: 100%;
}

.wx-qrcode-tips {
    text-align: center;
    /*color: #999;*/
    font-size: 13px;
}
/*??End*/

.img-china {
    width: 20px;
    height: 20px;
    background: url(../image/img-china.png) no-repeat left center;
    background-size: 100%;
    display: inline-block;
}

/*????Start*/
#layoutMemberStockInvite .content {
    text-indent: 2em;
    margin-bottom: 10px;
    line-height: 1.8em;
}

#layoutMemberStockInvite .form-label {
    min-width: 55px;
}

#layoutMemberStockInvite .dialog-line {
    text-align: center;
    width: 100%;
}

#layoutMemberStockInvite .dialog-bd {
    position: relative;
}

#layoutMemberStockInvite .bottom-fr {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.layui-layer-page .layui-layer-content#layer-stock-invite {
    overflow: visible !important;
}
/*????End*/

.nexperia-info {
    width: 660px;
    font-size: 13px;
    margin: 10px auto 0 auto;
    padding-bottom: 10px;
}

.nexperia-link {
    color: #666;
}

    .nexperia-link:hover {
        color: #c00;
    }
