.hot-recommendation-wrap {
    padding: 60px 0 60px 0;
    background-color: #F2F4FA;
    position: relative;
    min-height: 46px;
}

.hot-recommendation-wrap .hot-recommendation {
    width: 100%;
}

.hot-recommendation-wrap .hot-recommendation .hot-title {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container {
    width: 100%;
    height: 426px;
    overflow: hidden;
    margin-top: 20px;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .swiper-slide {
    width: 330px;
    height: 426px;
    position: relative;
    display: block;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .swiper-slide .hot-content {
    position: absolute;
    z-index: 1;
    color: #FAFAFA;
    left: 20px;
    bottom: 20px;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .swiper-slide .hot-content p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4;
    height: 28px;
    font-weight: normal;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .swiper-slide .hot-content p.description {
    font-size: 28px;
    line-height: 1.1;
    height: 30.8px;
    max-width: 310px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap {
    position: absolute;
    top: 56%;
    left: 50%;
    width: 100%;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 0;
    max-width: 1350px;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-prev,
.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-next {
    position: absolute;
    width: 36px;
    height: 36px;
    background: #D2D2D7;
    border-radius: 36px;
    cursor: pointer;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-prev::after,
.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 14px;
    background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDU1Ij4KPHBhdGggaWQ9IlZlY3RvciA1IiBkPSJNMyAxMi44ODIzTDkgNi44ODIzMkwzIDAuODgyMzI0IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC41NjA3ODQiIHN0cm9rZS13aWR0aD0iMS40NzA1OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==") no-repeat;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-prev:hover,
.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-next:hover {
    background-color: #DEDEE3;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-prev:active,
.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-next:active {
    background-color: #C2C2C7;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-prev {
    left: 0;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-prev.swiper-button-disabled {
    display: none;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-prev::after {
    background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGlkPSJGcmFtZSA1NSI+CiAgICAgICAgPHBhdGggaWQ9IlZlY3RvciA1IiBkPSJNNyAxMi44ODIzTDEgNi44ODIzMkw3IDAuODgyMzI0IiBzdHJva2U9ImJsYWNrIgogICAgICAgICAgICBzdHJva2Utb3BhY2l0eT0iMC41NjA3ODQiIHN0cm9rZS13aWR0aD0iMS40NzA1OSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogICAgICAgICAgICBzdHJva2UtbGluZWpvaW49InJvdW5kIiAvPgogICAgPC9nPgo8L3N2Zz4KICAgIA==") no-repeat;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-next {
    right: 0;
}

.hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-next.swiper-button-disabled {
    display: none;
}


@media screen and (max-width: 767px) {
    .hot-recommendation-wrap {
        padding: 90px 0 60px 0;
        margin-bottom: -1px;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-title {
        text-align: center;
        font-size: 32px;
        line-height: 1.3;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container {
        height: 513px;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .swiper-slide {
        width: 398px;
        height: 513px;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .swiper-slide img {
        width: 398px;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .swiper-slide .hot-content {
        left: 24px;
        bottom: 24px;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .swiper-slide .hot-content p {
        margin-top: 12px;
        font-size: 24px;
        line-height: 1.4;
        height: 33.6px;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .swiper-slide .hot-content p.description {
        font-size: 33px;
        line-height: 1.1;
        height: 36.3px;
        max-width: 368px;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-prev,
    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-next {
        width: 48px;
        height: 48px;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-prev::after,
    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-next::after {
        width: 14px;
        height: 20px;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-prev::after {
        background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDU1Ij4KPHBhdGggaWQ9IlZlY3RvciA1IiBkPSJNOS42NjY1IDE3Ljg0MzFMMS42NjY1IDkuODQzMDhMOS42NjY1IDEuODQzMDgiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1vcGFjaXR5PSIwLjU2MDc4NCIgc3Ryb2tlLXdpZHRoPSIxLjk2MDc4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K") no-repeat;
    }

    .hot-recommendation-wrap .hot-recommendation .hot-swiper-container .arrow-indicator-wrap .arrow-button-next::after {
        background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxNCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIDU1Ij4KPHBhdGggaWQ9IlZlY3RvciA1IiBkPSJNNC4zMzM1IDE3Ljg0MzFMMTIuMzMzNSA5Ljg0MzA4TDQuMzMzNSAxLjg0MzA4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC41NjA3ODQiIHN0cm9rZS13aWR0aD0iMS45NjA3OCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==") no-repeat;
    }
}