html,
    body {
        background-color: #fff !important;
        background: #fff !important;
    }

    .swiper-recommend .swiper-slide {

        width: 216px;
        float: left;
        margin-right: 15px;
    }

    .swiper-recommend .item {
        padding: 15px;
        background: #fff;
    }

    .swiper-recommend .item img {
        width: 100%;
    }

    .swiper-recommend .item h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }

    .index-tab h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #index-focus .item {
        height: 33vw;
        background-color: rgba(54, 63, 72, 0.34);
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }

    #index-focus .item .carousel-text {
        width: 500px;
        margin-top: 114px;
    }

    #index-focus .item .carousel-text h2 {
        margin-top: 30px;
        margin-bottom: 25px;
        font-size: 50px;
        line-height: 56px;
        font-weight: bold;
        color: #fff;
    }

    #index-focus .item .carousel-text p {
        margin-bottom: 30px;
        font-size: 18px;
        color: #fff;
        line-height: 28px;
    }

   

    .placements,
    .placements>a {
        position: relative;
        width: 100%;
        height: 294px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .placements>a {
        text-decoration: none !important;
    }

    .placements>a:hover {
        color: transparent !important;
    }

    .placements .info {
        width: 1534px;
        margin: 0 auto;
        z-index: 2;
    }

    .placements .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 294px;
    }

    .placements .title {

        font-family: AlibabaPuHuiTiH;
        font-size: 64px;
        color: #111111;
        text-align: justify;
        font-style: normal;
    }

    .placements .desc {
        /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
        font-size: 18px;
        color: #111111;
        text-align: justify;
        font-style: normal;
        margin-bottom: 20px;
    }

    .placements .shop,
    .large .shop {
        /* width: 118px; */
        padding: 0 10px;

        height: 54px;
        background: #111111;
        border-radius: 5px;
        text-align: center;
        /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 54px;
        font-style: normal;
    }

    .recommends {
        margin: 50px 0;
    }
    .recommends .container {
        margin: 0;
        padding: 0;
    }

    .recommends .title {
        /*font-family: AlibabaPuHuiTiB;*/font-weight: 800;
        font-size: 26px;
        color: #111111;
        text-align: justify;
        font-style: normal;
    }

    .recommends .img {
        width: 240px;
        height: 240px;
        overflow: hidden;
    }

    .recommends .img_big {
        width: 500px;
        height: 624px;
    }

    .recommends .img_small {
        width: 294px;
        height: 294px;
    }

    .recommends .img:nth-child(4n) {
        margin-right: 0;
    }

    .recommends .goods_info {
        width: 240px;
        height: 80px;
        padding: 0 15px;
    }

    .recommends_item .goods_info .title {
        /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
        color: #111111;
        text-align: left;
        font-style: normal;
        max-width: 330px;

        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;


    }
    .recommends_item{
        margin-right: 16px;
        margin-bottom: 16px;
        border-radius: 5px;
        overflow: hidden;
    }
    .recommends_item:hover {
        box-shadow: 0 0 15px #ccc;
        transition: all 0.6s;
    }
    .recommends_item:hover .img_100 {
        transform: scale(1.2);
        transition: all 0.6s;
    }
    .large {
        margin-top: 90px !important;
    }

    .large .img {
        width: 759px;
        height: 878px;
    }

    .large .txt {
        /*font-family: AlibabaPuHuiTiB;*/font-weight: 800;
        font-size: 26px;
        color: #111111;
        text-align: left;
        font-style: normal;
    }

    .u-m-t-90 {
        margin-top: 90px;
    }

    .last_index {
        margin-bottom: 117px;
    }
    .index_hover{ 
        top:40px !important; 
    }
    .img_100{
        width: 100%; 
    }

    @media (min-width:1534px) {
        .goods_all>a:nth-child(6n){
            margin-right: 0 !important;
        }
    }
    @media (min-width: 768px) and (max-width:1534px){
        .goods_all>a:nth-child(5n){
            margin-right: 0 !important;
        }
        .recommends_item_calc{
            width: calc(20% - 15px) !important;
        }
        .recommends_item_calc .img{
            width: 100% !important;
            aspect-ratio: 1/1;
            height: auto;
        }
    }

    @media (max-width: 768px) {
        #index-focus .item .carousel-text {
            width: 100%;
        }
        #index-focus .item {
            /* margin: 10px 0 ; */
            min-height:150px;
            background-color: transparent;
            background-size: 100% 100%;
            background-attachment: scroll;
            background-position: center;
            background-repeat: no-repeat;
        }
        #index-focus .item .carousel-text {
            width: 500px;
            margin-top:  0;
        }
    
        .placements,
        .placements>a {
            position: relative;
            width: 100%;
            height: auto;
            
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .placements{
            margin: 20px auto;
            height: auto;
        }
        .placements{
            /* margin-top: 20px; */
        }
        .placements>a {
            text-decoration: none !important;
        }

        .placements>a:hover {
            color: transparent !important;
        }

        .placements .info {
            width: 80%;
            margin: 0 auto;
            z-index: 2;
        }

        .placements .img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: auto;
        }

        .placements .title {

            font-family: AlibabaPuHuiTiH;
            font-size: 28px;
            color: #111111;
            text-align: justify;
            font-style: normal;
        }

        .placements .desc {
            /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
            font-size: 16px;
            color: #111111;
            text-align: justify;
            font-style: normal;
            margin-bottom: 20px;
        }

        .placements .shop,
        .large .shop {
            /* width: 118px; */
            padding: 0 10px;
            height: 54px;
            background: #111111;
            border-radius: 5px;
            text-align: center;
            /*font-family: AlibabaPuHuiTiM;*/font-weight: 600;
            font-size: 18px;
            color: #FFFFFF;
            line-height: 54px;
            font-style: normal;
        }

        .recommends_item {
            border-radius: 0;
        }
        .recommends{
            margin: 15px 0;
            justify-content: space-between !important;
        }
        .recommends .img{
            width: 160px;
            height: 160px;
        }
        .recommends .img_big {
            width: 250px; /* 或者可以取整到 379px */
            height: 312px;
        }
        #imageContainer{
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 15px;
        }
        #imageContainer p{
            width: 160px; 
            text-overflow: ellipsis;
            overflow: hidden;
            /*height: 20px;*/
        }
        .recommends_item-box .container >p{
            margin-left: 24px !important;
        }
        #imageContainer .recommends_item{ 
            margin-bottom: 20px ;
            width: calc(50% - 8px) !important;
        }
        #imageContainer .recommends_item .img{ 
            width: calc(50vw - 22px) !important;
            height: calc(50vw - 22px) !important;
            /*height: 50vw;*/
        }
        #imageContainer .recommends_item:nth-child(2n){
            margin-right: 0 !important; 
        }
        .large{
            margin-top: 20px !important;
        }
        .large .img {
            width: 100%; 
            height: auto;
        }
        
        .large{
            flex-wrap: wrap;
        }
        .large >a{
            margin-bottom: 20px;
        }
    }