.categories-container .categories-content-sm {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 21px;
    margin: 24px 0;
}

.categories-container .categories-content-sm .categories-title {
    justify-content: space-between;
}

.categories-container .categories-content-sm .categories-title span {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
}

.categories-container .center-body-sm {
    height: 111px;
    align-items: center;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    margin: 12px 0 8px;
    position: relative;
}

.categories-container .center-body-sm .banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.categories-container .center-body-sm .body-title {
    max-height: 72px;
    line-height: 24px;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
    width: 50%;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home-search-outer {
    position: relative;
    width: fit-content;
}

.categories-container .search-wrap {
    width: 100%;
}

.categories-container .categories-content {
    position: relative;
    height: 398px;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 24px;
    margin: 24px 0;
}

.categories-container .categories-content__left {
    width: 200px;
    height: 40px;
    margin-right: 24px;
}

.categories-content__left .categories-title {
    width: 100%;
    height: 30px;
    padding: 0 20px;
}

.categories-content__left .categories-title a {
    font-weight: 500;
    margin-left: 11px;
    font-size: 14px;
}

.categories-content__left .nav-item a {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Rub-Rag";
    font-size: 14px;
    color: #333;
}

.categories-content__left .nav-item a span,
.categories-content__left .nav-item a em {
    font-family: "Rub-Rag";
}

.categories-content__left .nav-item a em {
    font-size: 12px;
}

.categories-content__left .nav-item a:hover,
.categories-content__left .nav-item.active {
    background: #F5F5F5;
}

.categories-content__left .nav-item:hover .nav-center-content,
.categories-content__left .nav-item.active .nav-center-content {
    display: block;
}

.categories-content__left .nav-item .nav-center-content {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    height: 100%;
    padding: 22px;
    background: #fff;
    z-index: 1;
}

.center-content {
    height: 350px;
    padding: 40px 20px 20px;
    background: #F5F5F5;
}

.categories-content__left .nav-item .nav-center-content .content-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.categories-content__left .nav-item .nav-center-content .nav-list {
    margin-right: 25px;
    display: flex;
    flex-wrap: wrap;
}

.categories-content__left .nav-item .nav-center-content .nav-list:nth-child(3) {
    margin-right: 0px;
}

.categories-content__left .nav-item .nav-center-content .nav-item a {
    display: block;
    height: auto;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    font-family: Rubik, Rubik;
    width: 290px;
    padding: 0;
}

.categories-content__left .nav-item .nav-center-content .nav-item a:hover,
.categories-content__left .nav-item .nav-center-content .nav-item.active a {
    color: #E21818;
}


.categories-content__right {
    flex: 1;
    width: 908px;
    height: 350px;
    /*overflow: hidden;*/
    /* background: #000; */
    background: #F5F5F5;
    position: relative;
    overflow: visible;
}

.categories-content__right.categories_content_body {
    /*background: linear-gradient( 90deg, #000000 0%, rgba(0,0,0,0) 100%);*/
}

.categories-content__right.categories_content_body .banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.categories-content__right.categories_content_body .banner-bg:after {
    content: '111';
    display: block;
}

.categories-content__right .center-body {
    width: 660px;
    height: 178px;
    padding: 60px 0 0 60px;
    position: relative;
}

.categories-content__right .body-title {
    height: 100px;
    font-family: "Rub-Rag";
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
}

.search-menu {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.search-menu div {
    margin-left: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.search-menu div:hover {
    color: #E21818;
}

.search-menu .on {
    border-color: #E21818;
}

.categories-content__right .search-wrap {
    width: 524px;
    max-width: 100%;
    margin-top: 10px;
}


.categories-content__right .search-btn em {
    margin-right: 5px;
}


.card-container {
    margin: -12px 0;
}

.card-container .card-col {
    padding: 12px;
}

.card-container .card-box {
    position: relative;
    width: 100%;
    height: 320px;
    padding: 24px 24px 0;
    border-radius: 14px;
    background: #fff;
    /* transition: all 0.2s ease-out; */
}

.card-container .card-head span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #E21818;
    color: #fff;
}

.card-container .card-head span em {
    font-size: 28px;
}

.card-container .card-box:hover,
.card-container .card-box.active {
    background: #E21818 url(../imgs/home/img-card-bg.png) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
}

.card-container .card-box .card-content .c-title {
    /* height: 38px; */
    line-height: 19px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-container .card-box .card-content .c-info {
    font-family: "Rub-Rag";
    font-weight: 400;
    color: #666666;
    height: 88px;
    line-height: 22px;
    font-size: 16px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-container .card-box .card-bottom {
    position: absolute;
    width: calc(100% - 48px);
    bottom: 24px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    padding-top: 20px;
    border-top: 1px solid rgba(238, 238, 238, 0.5);
    cursor: pointer;
}

.card-container .card-box:hover .card-head span,
.card-container .card-box.active .card-head span {
    background: #fff;
    color: #E21818;
}

.card-container .card-box:hover .c-info {
    color: rgba(255, 255, 255, 0.8);
}

.card-container .card-box:hover .c-info {
    color: rgba(255, 255, 255, 0.8);
}

.card-container .card-box:hover .card-bottom {
    color: #FFFFFF;
    font-family: "Rub-Med";
    font-weight: 500;
}

.discover-container,
.source-container,
.send-container,
.global-container {
    margin-top: 60px;
}

.container-title {
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 38px;
    font-size: 32px;
}

.discover-container .discover-box {
    height: 656px;
    padding: 20px 24px;
    background: #FFFFFF;
    border-radius: 14px;
}

.discover-container .discover-title {
    height: 28px;
    line-height: 28px;
    font-weight: 500;
    font-size: 24px;
}

.discover-container .discover-title .view-more {
    text-decoration: underline;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.discover-container .discover-title .view-more:hover {
    color: #E21818;
}

.discover-container .discover-subtitle {
    height: 21px;
    line-height: 21px;
    margin: 24px 0 10px;
    font-weight: 500;
    font-size: 18px;
}

.discover-container .discover-text {
    height: 19px;
    line-height: 19px;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
}

.discover-container .discover-content {
    /*margin-top: 24px;*/
}

.discover-container .discover-container__left .content-wrap {
    width: 100%;
    height: 489px;
    background: #D9D9D9;
    margin: 4px;
    margin-top: 36px;

}

.discover-container .discover-container__left .swiper-container {
    width: 100%;
    height: 100%;
}

.discover-container .discover-container__left .swiper-container .swiper-slide {
    padding: 0 4px;
}

.discover-container .discover-container__left .swiper-pagination {
    bottom: 0;
    width: 100%;
}

.discover-container .discover-container__left .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.4);
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 20px;
    margin: 0 2px;
    cursor: pointer;
}

.discover-container .discover-container__left .swiper-pagination-bullet-active {
    background-color: #fff;
    border-radius: 10px;
    width: 14px;

}

.discover-container .content-wrap {
    position: relative;
    width: 100%;
    height: 233px;
    cursor: pointer;
    margin-top: 24px;
}

.discover-container .content-wrap .img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    display: block;
    background-position: center;
    background-size: auto 100%;
    border: 1px solid #eee;
}

.discover-container .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discover-container .top-img-type {
    position: absolute;
    top: -5px;
    left: -4px;
    object-fit: contain;
    height: 60px;
    z-index: 1;
}
.discover-container .top-img-type-outer{
    display: flex;
    position: absolute;
    top: -5px;
    left: -4px;
}

.swiper  .top-img-type-outer{
    left: 0 !important;}

.discover-container .top-img-type-outer .top-img-type{
    position: relative;
}
.discover-container .img-tip {
    position: absolute;
    width: 32px;
    height: 50px;
    top: 55px;
    left: -4px;
    z-index: 1;
}

.discover-container .dis-list {
    padding: 10px;
}

.discover-container .discover-container__right .dis-row {
    margin-top: -20px;
}

.source-container .source-row {
    margin-top: -12px;
}

.source-container .source-box {
    padding: 12px;
}

.source-container .source-wrap {
    width: calc(100% - 4px);
    height: 405px;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 18px;
    border: 2px solid #fff;
    cursor: pointer;
}

.source-container .source-wrap:hover {
    box-shadow: 0 0px 0px 2px #E21818;
    transition: all .3s ease-in;
}

.source-container .source-wrap:hover a {
    color: unset;
}

.source-container .source-imgs {
    position: relative;
    display: flex;
    width: 100%;
    height: 238px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.source-container .source-imgs .l-img {
    width: 50%;
    height: 119px;
    object-fit: cover;
}

.source-container .source-imgs .s-type {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
}

.product-company:hover {
    text-decoration: underline;
}

.source-container .source-imgs .s-type img {
    width: 50px;
}

.source-container .source-content-title {
    height: 44px;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.source-container .source-content-title img,
.source-container .source-bottom img {
    margin-right: 6px;
}

.source-container .source-content-txt {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin: 10px 0;
}

.source-container .source-bottom {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-family: "Rub-Rag";
    font-weight: 400;
    font-size: 16px;
}

.send-container {
    width: 100%;
    height: 607px;
    background: #D9D9D9;
    background: url(../imgs/home/img-send-bg.png)  0 no-repeat;
    background-size: cover;
}

.send-container .send-box {
    width: 100%;
    height: 527px;
    padding: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 40px;
}

.send-container .send-box .send-label {
    height: 19px;
    line-height: 19px;
    font-weight: 500;
    font-size: 16px;
}

.send-container .send-box .send-input-wrap {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    padding: 0 20px;
    margin: 10px 0 30px 0;
}

.send-container .send-input-wrap input,
.send-container .send-input-wrap select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0;
    background-image: none;
    appearance: auto;
    font-size: 14px;
}

.placeholder {
    color: #BBBBBB;
}

.send-container .send-btn {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    background: #E21818;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
}

.send-container .send-btn:hover {
    background: #f8e8e7;
    color: #E21818;
    border: none;
}

.global-container .global_wrap {
    width: 100%;
    height: 550px;
    background: #D9D9D9;
    border-radius: 14px;
    cursor: pointer;
}


.global-container .global_wrap {
    position: relative;
    width: 100%;
    height: 550px;
    background: #D9D9D9;
    border-radius: 14px;
    overflow: hidden;
}

.global-container .global-container__left {
    padding-right: 12px;
}

.global-container .global-container__right {
    padding-left: 12px;
}

.global-container .global-container__right .global_wrap {
    height: 300px;
}

.global-container .global-container__right .global_wrap2 {
    margin-top: 24px;
    height: 226px;
}

.global-container .global_wrap .img-wrap {
    width: 100%;
    height: 100%;
}

.global-container .global_wrap .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.global-container .global_wrap .global-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 35px 30px 25px;
    z-index: 1;
    font-weight: 500;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 1) 100%);
}


.global-container .global-info .info-main {
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    font-size: 16px;
    color: #E21818;
    margin-bottom: 4px;
}

.global-container .global-info .info-title {
    line-height: 30px;
    font-size: 24px;
    color: #FFFFFF;
}
.footer-adv{
    display: block;}
@media (min-width: 1200px) {
    .discover-container .container-row {
        margin: 0;
    }

    .discover-container .discover-container__left {
        width: 377px;
        margin-right: 24px;
        padding: 0px;
    }

    .discover-container .discover-container__right {
        width: 779px;
        padding: 0px;
    }
}

@media (max-width: 1000px) {
    .discover-container .discover-box {
        height: auto;
    }
}

@media (max-width: 992px) {
    .categories-content__right .center-body {
        width: 100%;
        padding: 60px 20px 0;
    }

    .categories-content__right .body-title {
        height: auto;
        font-size: 30px;
    }


    .discover-container .discover-container__left {
        margin-bottom: 24px;
    }

    .categories-fixed .show-more-btn em {
        font-size: 12px;
    }

    .categories-fixed .show-more-btn em.icon-up {
        display: inline-block;
        transform: rotateX(180deg);
    }


    .global-container .global_wrap {
        height: 300px;
        margin-bottom: 24px;
    }

    .global-container .global-container__right .global_wrap2 {
        height: 300px;
        margin-top: 0;
    }
}

@media (max-width: 750px) {
    .card-container .card-box {
        height: 210px;
        padding: 20px;
    }

    .card-container .card-head span {
        width: 40px;
        height: 40px;
    }

    .card-container .card-box .card-content .c-title {
        margin-top: 12px;
        margin-bottom: 5px;
    }

    .card-container .card-box .card-content .c-info {
        height: 36px;
        line-height: 18px;
        font-size: 12px;
    }

    .card-container .card-box .card-bottom {
        line-height: 14px;
        padding-top: 12px;
        font-size: 12px;
        bottom: 14px;
    }

    .source-container .source-wrap, .source-container .source-imgs {
        height: auto;
    }

    .source-container .source-imgs .l-img {
        height: 180px;
    }
}

@media (max-width: 500px) {
    .discover-container .content-wrap {
        height: 160px;
    }

    .discover-container .top-img-type {
        width: 40px;
        height: 40px;
    }

    .discover-container .img-tip {
        width: 21px;
        height: 34px;
        top: 34px;
    }
}
