.hot-product-wrapper {
    width: 100%;
    background: #FFFFFF;
}

.hot-product {
    padding: 50px 0 20px;
    margin: 0 auto;
    width: 1200px;
}

.hot-product .hot-product-content {
    font-size: 0;
    box-sizing: border-box;
    padding: 10px;
    width: 900px;
}

.hot-product-wrapper .hot-product .hot-product-logo {
    margin-bottom: 15px;
    width: 116px;
}

.hot-product-wrapper .hot-product .hot-product-logo img {
    display: block;
    width: 100%;
}

.hot-product-wrapper .hot-product .hot-product-description {
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 16px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.hot-product-wrapper .hot-product .hot-product-description .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
}

.hot-product-wrapper .hot-product .hot-product-description .description {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}

.hot-product-list .hot-product-item {
    margin-right: 13px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border-top: 3px solid #0059EB;
    padding: 14px 10px 27px;
    width: 210px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.hot-product-list .hot-product-item:last-child {
    margin-right: 0;
}

.hot-product-list .hot-product-item .product-img {
    display: block;
    width: 88px;
    margin: 0 auto 13px;
}

.hot-product-list .hot-product-item .desc-wrap {
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
}

.hot-product-list .hot-product-item .desc-wrap .desc {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    text-align: center;
}

.hot-product-list .hot-product-item .button {
    margin: 0 auto;
    width: 181px;
    height: 34px;
    line-height: 34px;
    background: #0059EB;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}

.hot-product-list .hot-product-item .tag-wrapper {
    margin-bottom: 25px;
    padding-top: 15px;
}

.hot-product-list .hot-product-item .tag-wrapper .tag {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

@media screen and (max-width: 750px) {
    .hot-product {
        box-sizing: border-box;
        padding: 0.69rem 0.53rem 0.8rem;
        width: 100%;
    }

    .hot-product .hot-product-content {
        width: 100%;
        padding: 0;
    }

    .hot-product-wrapper .hot-product .hot-product-logo {
        margin-bottom: 0.27rem;
        width: 3.09rem;
    }

    .hot-product-wrapper .hot-product .hot-product-description {
        margin-bottom: 0.8rem;
        padding: 0;
        box-shadow: none;
    }

    .hot-product-wrapper .hot-product .hot-product-description .title {
        margin-bottom: 0.27rem;
        font-size: 0.43rem;
        font-family: PingFangSC-Medium, PingFang SC;
        line-height: 0.75rem;
    }

    .hot-product-wrapper .hot-product .hot-product-description .description {
        font-size: 0.32rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 0.48rem;
    }

    .hot-product-list .hot-product-item {
        margin: 0 0 0.8rem 0;
        width: 100%;
        border-radius: 0 0 0.13rem 0.13rem;
        box-shadow: 0rem 0rem 0.27rem 0rem rgba(0, 0, 0, 0.08);
        padding: 0.53rem 0.43rem 0.59rem;
    }

    .hot-product-list .hot-product-item .hot-product-item-top {
        padding: 0 0.37rem 0.5rem;
        border-bottom: 0.03rem solid #E0E0E0;
    }

    .hot-product-list .hot-product-item .hot-product-item-top .product-img {
        margin-right: 0.59rem;
        display: inline-block;
        vertical-align: middle;
        width: 2.33rem;
    }

    .hot-product-list .hot-product-item .hot-product-item-top .desc-wrap {
        display: inline-block;
        vertical-align: middle;
        border-bottom: none;
        padding-bottom: 0;
    }

    .hot-product-list .hot-product-item .hot-product-item-top .desc-wrap .desc {
        text-align: left;
        font-size: 0.43rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #333333;
        line-height: 0.59rem;
    }

    .hot-product-list .hot-product-item .hot-product-item-top .desc-wrap .desc:first-child {
        margin-bottom: 0.27rem;
    }
}