﻿.home .product-box {
    width: 100%;
    /*    height: 473px;*/
    margin: 16px 0;
    display: flex;
}

    .home .product-box .list-box {
        width: 180px;
        min-height: 100%;
        position: relative;
        padding-top: 20px;
    }

        .home .product-box .list-box .menu-box {
            height: 49px;
        }

        .home .product-box .list-box .pro-menu {
            width: 100%;
            height: 40px;
            line-height: 40px;
            padding-left: 10px;
            padding-right: 22px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }

            .home .product-box .list-box .pro-menu span {
                margin-left: 4px;
            }

            .home .product-box .list-box .pro-menu .arrow {
                width: 14px;
                height: 14px;
            }

            .home .product-box .list-box .pro-menu .menu-left {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }

        .home .product-box .list-box .icon {
            width: 24px;
            height: 24px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .home .product-box .list-box .icon img {
                width: 100%;
                height: 100%;
            }

        .home .product-box .list-box .pro-board {
            display: none;
            position: absolute;
            z-index: 5;
            top: 0;
            left: 180px;
            width: 716px;
            height: 100%;
        }

            .home .product-box .list-box .pro-board .sub-list {
                height: 100%;
                background: #fff;
                box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
                border-radius: 8px;
                padding: 20px 0;
                box-sizing: border-box;
                overflow-y: auto;
            }

            .home .product-box .list-box .pro-board .sub-box {
                display: flex;
            }

                .home .product-box .list-box .pro-board .sub-box .submenu-title {
                    width: 132px;
                    text-align: right;
                    font-size: 16px;
                    font-weight: 600;
                    color: #333;
                    padding-right: 20px;
                }

                .home .product-box .list-box .pro-board .sub-box .menu-list {
                    flex: 1;
                    font-size: 14px;
                    color: #888;
                    display: flex;
                    flex-wrap: wrap;
                }

                    .home .product-box .list-box .pro-board .sub-box .menu-list span {
                        margin-right: 28px;
                        margin-top: 1px;
                    }

    .home .product-box .box {
        background: #fff;
        border-radius: 8px;
    }

    .home .product-box .banner-box {
        flex: 1;
        padding-left: 18px;
    }

    .home .product-box .list-box .pro-menu:hover {
        background: rgba(24,144,255,.09);
        color: #1890ff;
    }

    .home .product-box .list-box .menu-box:hover .pro-board {
        display: block;
    }

    .home .product-box .list-box .pro-board .sub-box .menu-list span:hover {
        color: #1890ff;
    }

    .home .product-box .list-box .pro-board .sub-list::-webkit-scrollbar {
        width: 6px
    }

    .home .product-box .list-box .pro-board .sub-list::-webkit-scrollbar-thumb {
        background-color: #d8d8d8;
        border-radius: 4px
    }

    .home .product-box .banner {
        width: 692px;
        height: 100%;
        overflow: hidden;
        position: relative;
        background: #fff;
        border-radius: 8px;
        box-sizing: border-box;
    }


.home .news {
    background: #fff;
    border-radius: 8px;
}

    .home .news .title {
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid hsla(0,0%,59.2%,.2);
    }

        .home .news .title .left {
            height: 18px;
            font-size: 18px;
            font-weight: 600;
            color: #333;
            line-height: 18px;
            margin-left: 16px;
        }

        .home .news .title .right {
            cursor: pointer;
            display: flex;
            align-items: center;
            margin-right: 36px;
            height: 20px;
            font-size: 14px;
            color: #666;
            line-height: 20px;
        }


    .home .news ul.list {
        display: flex;
        padding-left: 16px;
        margin: 25px 0;
    }

        .home .news ul.list li {
            width: 212px;
            /*            height: 62px;*/
            background: #f3f4f5;
            border-radius: 4px;
            font-size: 16px;
            color: #333;
            line-height: 22px;
            margin-bottom: 39px;
            margin-right: 16px;
            padding: 9px 16px;
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
        }



.title-page {
    display: flex;
    justify-content: center;
    align-items: center;
}


    .title-page .left-icon, .title-page .right-icon {
        width: 27px;
        height: 22px;
        overflow: hidden;
    }

    .title-page .center-text {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        padding: 0 16px;
        letter-spacing: 2px;
    }

    .title-page .left-icon, .title-page .right-icon {
        width: 27px;
        height: 22px;
        overflow: hidden;
    }

        .title-page .left-icon img, .title-page .right-icon img {
            width: 100%;
            height: 100%;
        }

.recommend .rec-menu-box {
    height: 80px;
    position: relative;
}

recommend .rec-menu-box > div {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.recommend .rec-menu {
    background: #fff;
    border-radius: 8px;
    display: flex;
    padding: 10px 50px 9px;
    box-sizing: border-box;
}

    .recommend .rec-menu .menu-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        letter-spacing: 1px;
        cursor: pointer;
    }

        .recommend .rec-menu .menu-item div {
            font-size: 20px;
            font-weight: 700;
            color: #333;
            border-radius: 20px;
            padding: 5px 13px;
        }

        .recommend .rec-menu .menu-item:hover div {
            background: linear-gradient( 180deg,#35c3ff,#1890ff);
            color: #fff;
        }

        .recommend .rec-menu .menu-item:hover span {
            color: #1890ff;
        }

        .recommend .rec-menu .menu-item div.active {
            background: linear-gradient( 180deg,#35c3ff,#1890ff);
            color: #fff;
        }

        .recommend .rec-menu .menu-item span.active {
            color: #1890ff;
        }

.clearfix {
    zoom: 1;
}

.rec-content .goods-item {
    width: 227px;
    overflow: hidden;
    float: left;
    margin-right: 16px;
    margin-top: 16px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid transparent;
    transition: all .4s;
}

.rec-content .item-content {
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.rec-content .goods-item:nth-child(5n) {
    margin-right: 0;
}

.rec-content .item-content .item-top {
    height: 135px;
}

    .rec-content .item-content .item-top img {
        width: 100%;
        height: 100%;
    }

.rec-content .item-content .item-bottom {
    padding: 4px 0;
}

    .rec-content .item-content .item-bottom p {
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 8px;
    }

        .rec-content .item-content .item-bottom p:first-child {
            font-size: 16px;
            color: #333;
        }

        .rec-content .item-content .item-bottom p:last-child {
            font-size: 20px;
            font-weight: 700;
            color: #ff4609;
        }


.brand-auth .main {
    overflow: hidden;
    padding: 16px 0 40px;
}

.brand-auth .brand-content {
    white-space: nowrap;
    position: relative;
    top: 0;
    left: 0;
    animation: mymove 30s linear infinite;
    -moz-animation: mymove 30s infinite linear;
    /* -webkit-animation: mymove 30s linear infinite; */
    -o-animation: mymove 30s infinite linear;
}

    .brand-auth .brand-content .con-item {
        display: inline-block;
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
    }

        .brand-auth .brand-content .con-item:last-child {
            position: relative;
            left: -155px;
        }

        .brand-auth .brand-content .con-item img {
            width: 2558px;
            height: 230px;
        }


@keyframes mymove {
    0% {
        left: 0
    }

    to {
        left: -2408px
    }
}

@-webkit-keyframes mymove {
    0% {
        left: 0
    }

    to {
        left: -2408px
    }
}

.search-page {
    margin-top: 115px !important;
}

    .search-page .search-title {
        font-size: 12px;
        padding: 23px 0 8px;
        display: flex;
    }

        .search-page .search-title .goHome {
            cursor: pointer;
            margin-right: 20px;
            color: rgba(0,0,0,.45);
        }

            .search-page .search-title .goHome:hover {
                color: #40a9ff;
            }

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .anticon svg {
        display: inline-block;
    }

svg:not(:root) {
    overflow: hidden;
}

.anticon > * {
    line-height: 1;
}

.search-page .search-title .title {
    color: #999;
    margin-right: 12px;
}

.search-page .search-title .text {
    color: #333;
}

.search-page .search-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

    .search-page .search-list .is-bottom {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-top: 24px;
        color: #999;
    }



.home .product-box .info {
    width: 296px;
    /*    height: 100%;*/
    display: flex;
    flex-direction: column;
}

    .home .product-box .info .title {
        padding: 20px 0 20px;
        font-size: 20px;
        font-weight: 600;
        color: #333;
        text-align: center;
        letter-spacing: 1px;
    }

    .home .product-box .info .info-top {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 30px;
    }

        .home .product-box .info .info-top .ant-row {
            margin-bottom: 0;
        }

    .home .product-box .info .info-bottom {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .home .product-box .info .info-bottom .site-qr {
            padding: 0 48px;
        }




.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel, .carousel-inner, .carousel-item {
    height: 100%;
}




.home .hot-product {
    display: flex;
    margin: 16px auto;
    position: relative;
}

    .home .hot-product img.icon {
        width: 180px;
        height: 227px;
        background: #f9e0de;
        border-radius: 8px 0 0 8px;
    }

    .home .hot-product div.rank {
        position: absolute;
        left: 16px;
        top: 20px;
        display: flex;
        flex-direction: column;
        font-weight: 600;
        color: #890203;
    }

        .home .hot-product div.rank span {
            font-size: 24px !important;
        }

            .home .hot-product div.rank span:first-child {
                margin-bottom: 10px;
            }

    .home .hot-product .swiper-box {
        width: 1020px;
        overflow: hidden;
        padding: 0 54px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 0 8px 8px 0;
        position: relative;
    }

    .home .hot-product ul.product-list {
        height: 227px;
    }

        .home .hot-product ul.product-list li {
            display: inline-block;
            width: 210px;
            padding-top: 30px;
            margin-left: 20px;
            cursor: pointer;
        }

            .home .hot-product ul.product-list li:first-child {
                margin-left: 0;
            }

            .home .hot-product ul.product-list li img {
                width: 210px;
                height: 125px;
                border-radius: 8px;
            }

            .home .hot-product ul.product-list li p {
                text-align: center;
                width: 210px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .home .hot-product ul.product-list li p.title {
                    margin-top: 8px;
                    font-size: 16px;
                    color: #333;
                    line-height: 16px;
                    height: 16px;
                }

                .home .hot-product ul.product-list li p.price {
                    margin-top: 10px;
                    font-size: 20px;
                    font-weight: 600;
                    color: #ff4609;
                    line-height: 16px;
                }


    .home .hot-product .carousel-control-prev {
        top: 82px;
        left: -54px;
        height: 60px;
        width: 40px;
        background: gray;
    }

    .home .hot-product .carousel-control-next {
        top: 82px;
        right: -54px;
        height: 60px;
        width: 40px;
        background: gray;
    }
