@media (max-width: 499px) {
    .header-padding{
        padding-top: calc(100px + 30px);
    }

    /* MOQ优势 */
    .moq-advantages-container {
        width: 100%;
        padding: 30px 0;
        background-color: #ede9e9;
    }

    .moq-advantages-container-header {
        width: 100%;
    }

    .moq-advantages-container-title {
        width: 100%;
        font-size: 25px;
        font-weight: 400;
        color: #202429;
        text-align: left;
    }

    .moq-advantages-container-desc {
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #858585;
        padding-top: 20px;
    }

    .moq-advantages-list {
        width: 100%;
        padding-top: 20px;
    }

    .moq-advantages-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        padding-bottom: 20px;
        border-bottom: #d4d4d4 solid 1px;
    }

    .moq-advantage {
        width: 100%;
    }

    .moq-advantage-title {
        width: 100%;
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        color: #202429;
        padding: 10px 0;
        border-bottom: #d4d4d4 solid 1px;
    }

    .moq-advantage-desc {
        padding: 10px 0;
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        color: #858585;
    }

    /* 产品系列 */
    .our-collection-container {
        width: 100%;
        padding-bottom: 30px;
        /*padding-top: 30px;*/
        background-color: #ede9e9;
    }

    .our-collection-container-header {
        width: 100%;
    }
    .our-collection-container-header-wrap{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .our-collection-container-contact-btn{
        width: 163px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        text-decoration: none;
        border-radius: 24px;
        background-color: #030000;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        display: block;
        margin-top: 20px;
    }

    .our-collection-container-title {
        width: 100%;
        text-align: center;
        font-size: 25px;
        font-weight: 400;
        color: #202429;
    }

    .our-collection-container-desc {
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #858585;
        padding: 20px 0;
    }

    .our-collection-list-wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .our-collection-category-container {
        width: 100%;
    }

    .our-collection-category-group {
        width: 100%;
        margin-bottom: 20px;
    }

    .our-collection-category-group-title {
        width: 100%;
        text-align: left;
        font-size: 25px;
        font-weight: 400;
        color: #202429;
        padding-bottom: 20px;
        border-bottom: #d4d4d4 solid 1px;
        user-select: none;
    }

    .our-collection-category-list {
        width: 100%;
    }

    .our-collection-category {
        width: 100%;
        height: 45px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        border-bottom: #d4d4d4 solid 1px;
        text-decoration: none;
    }

    .our-collection-category-title {
        width: calc(100% - 46px);
        padding-right: 25px;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        font-size: 17px;
        font-weight: 300;
        color: #858585;
        cursor: pointer;
    }

    .our-collection-category-title-active {
        font-weight: 400;
        color: #030000;
    }

    .our-collection-category-icon {
        width: 21px;
        height: 45px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .our-collection-category-icon-img {
        width: 8px;
        height: 45px;
        object-fit: contain;
    }

    .our-collection-product-container {
        width: 100%;
    }

    .our-collection-product-list {
        width: 100%;
    }

    .our-collection-product-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        margin-bottom: 30px;
    }

    .our-collection-product {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        text-decoration: none;
    }

    .our-collection-product:last-of-type {
        margin-bottom: 0;
    }

    .our-collection-product-poster {
        width: 100%;
        height: 360px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .our-collection-product-poster-img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }

    .our-collection-product-title{
        width: 100%;
        text-align: left;
        font-size: 20px;
        line-height: 25px;
        font-weight: lighter;
        color: #202429;
        padding-top: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .our-collection-product-description{
        width: 100%;
        text-align: left;
        padding-top: 15px;
        font-size: 15px;
        line-height: 20px;
        color: #969698;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .our-collection-product-pagination {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .our-collection-product-pagination-item {
        padding: 0 10px;
        border: #030000 solid 1px;
        font-size: 15px;
        font-weight: 400;
        height: 26px;
        line-height: 26px;
        margin-right: 6px;
        cursor: pointer;
    }

    .our-collection-product-pagination-item-active {
        background-color: #030000;
        color: #FFFFFF;
    }

    /* LED镜子定制 */
    .led-customize-services-container {
        width: 100%;
        padding: 30px 0;
    }

    .led-customize-services-container-header {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .led-customize-services-container-start-design {
        width: 163px;
        height: 48px;
        border-radius: 24px;
        background: #030000;
        text-align: center;
        line-height: 48px;
        color: #FFFFFF;
        font-size: 15px;
        cursor: pointer;
        text-decoration: none;
    }

    .led-customize-services-container-title {
        width: 100%;
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;
        color: #202429;
        text-align: center;
        margin-bottom: 20px;
    }

    .led-customize-services-container-desc {
        width: 100%;
        text-align: left;
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
        color: #858585;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .led-customize-services-list {
        width: 100%;
    }

    .led-customize-services-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .led-customize-service {
        width: 100%;
        height: 260px;
        position: relative;
        margin-bottom: 20px;
    }

    .led-customize-service-bg {
        width: 100%;
        height: 260px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .led-customize-service-bg-img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .led-customize-service-content {
        width: 100%;
        height: 260px;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        background: rgba(0, 0, 0, 0.1);
    }

    .led-customize-service-title {
        width: calc(100% - 40px);
        padding: 30px 20px;
        text-align: left;
        font-size: 20px;
        color: #FFFFFF;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .led-customize-services-features {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .led-customize-services-feature {
        width: 100%;
        margin-bottom: 20px;
    }

    .led-customize-services-feature-poster {
        width: 100%;
        /*height: 310px;*/
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .led-customize-services-feature-poster-img {
        width: 100%;
        /*height: 310px;*/
        object-fit: contain;
    }

    .led-customize-services-feature-list {
        width: 100%;
    }

    .led-customize-services-feature-item {
        width: 100%;
        padding-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .led-customize-services-feature-item-dot {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background-color: #473945;
        margin-top: 7px;
    }

    .led-customize-services-feature-item-title {
        width: calc(100% - 28px);
        margin-left: 20px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        color: #858585;
        text-align: left;
    }
}