#product .banner_module {
    position: relative;
    width: 100%;
}

#product .banner_module > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#product .title_module {
    padding: 16.6rem 12rem 13rem;
}

#product .title_module .module_title {
    display: flex;
    justify-content: space-between;
}

#product .title_module .module_title .title div {
    display: flex;
    align-items: center;
    font-family: 'Kraskario Regular';
    font-weight: 400;
    font-size: 6.4rem;
    line-height: normal;
    color: #333333;
}

#product .title_module .module_title .title div i {
    flex: 1;
    margin-left: 1.6rem;
    width: 9.8rem;
    max-width: 9.8rem;
    height: 0.4rem;
    background: #333333;
}

#product .title_module .module_title .download {
    max-width: 46.7rem;
}

#product .title_module .module_title .download .download_text {
    font-family: 'Poppins Regular';
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
}

#product .title_module .module_title .download .download_btn {
    margin: 1.6rem 0 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#product .title_module .module_title .download .download_btn img {
    margin-right: 1rem;
    width: 2.8rem;
    height: auto;
    object-fit: contain;
}

#product .title_module .module_title .download .download_btn span {
    font-family: 'Poppins Medium';
    font-weight: 500;
    font-size: 2rem;
    color: #2c64f6;
}

#product .tab_module {
    padding: 0 18rem 8.1rem;
}

#product .tab_module .tab_header .fist_type {
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .tab_module .tab_header .fist_type .el-radio-group .el-radio-button {
    margin: 0 1.6rem 0;
}

#product .tab_module .tab_header .fist_type .el-radio-group .el-radio-button .el-radio-button__inner {
    padding: 1.2rem 2.4rem;
    height: auto;
    line-height: normal;
    border-radius: 5rem;
    background: #e1e9ff;
    font-family: 'Inter Regular';
    font-weight: 400;
    font-size: 2rem;
    color: #2c64f6;
    border: none;
    box-shadow: none;
}

#product .tab_module .tab_header .fist_type .el-radio-group .el-radio-button:hover .el-radio-button__inner {
    background: #2c64f6;
    color: white;
}

#product .tab_module .tab_header .fist_type .el-radio-group .is-active .el-radio-button__inner {
    background: #2c64f6;
    color: white;
}

#product .tab_module .tab_header .fist_type .mobile_arrow {
    display: none;
}

#product .tab_module .tab_header .secondar_type {
    margin: 4.8rem 0 0;
    display: flex;
    justify-content: center;
}

#product .tab_module .tab_header .secondar_type .el-tabs {
    max-width: 100%;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header {
    margin-bottom: 0;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap {
    padding: 0 4rem;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap::after {
    height: 1px;
    background-color: whitesmoke;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-next, #product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-prev {
    line-height: normal;
    font-size: 2rem;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__item {
    padding: 0 2rem 2rem;
    height: 5rem;
    line-height: normal;
    font-family: 'Poppins Medium';
    font-weight: 500;
    font-size: 2rem;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__item:nth-of-type(2) {
    padding-left: 0;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__item:nth-of-type(2)::after {
    left: 0rem;
    width: calc(100% - 2rem);
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__item:hover {
    color: #2c64f6;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .is-active {
    color: #2c64f6;
    position: relative;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .is-active::after {
    content: '';
    position: absolute;
    left: 2rem;
    bottom: 0;
    width: calc(100% - 4rem);
    height: 2px;
    background-color: #2c64f6;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__active-bar {
    display: none;
    background-color: #2c64f6;
}

#product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__content {
    display: none;
}

#product .tab_module .tab_content {
    margin: 11.6rem 0 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8.2rem calc(190 / (1920 - 360) * 100%);
}

#product .tab_module .tab_content .priduct_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#product .tab_module .tab_content .priduct_box a {
    display: inline-block;
    text-decoration: none;
}

#product .tab_module .tab_content .priduct_box .product_img {
    width: 100%;
    height: 29.4rem;
    max-height: 29.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product .tab_module .tab_content .priduct_box .product_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

#product .tab_module .tab_content .priduct_box .product_title {
    margin: 5.3rem 0 0;
    font-family: 'Poppins Medium';
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3rem;
    max-height: 6rem;
    text-align: center;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#product .tab_module .tab_content .priduct_box .product_size {
    margin: 1.3rem 0 0;
    font-family: 'Poppins Regular';
    font-weight: 400;
    font-size: 2.2rem;
    text-align: center;
    color: #666666;
}

#product .tab_module .tab_content .priduct_box .product_color {
    margin: 1.2rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#product .tab_module .tab_content .priduct_box .product_color span {
    margin: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3rem;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
}

#product .tab_module .tab_content .priduct_box .product_color span i {
    display: inline-block;
    width: 1.76rem;
    height: 1.76rem;
    background: #181819;
    border-radius: 50%;
}

#product .tab_module .tab_content .priduct_box .product_color span.active {
    transform: scale(1.2);
}

#product .tab_module .tab_content .priduct_box .product_color span.inactivation {
    transform: scale(1);
}

#product .tab_module .tab_pagination {
    margin: 5.6rem 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

#product .tab_module .tab_pagination .el-pagination .el-pager li:not(.disabled).active {
    background-color: #2c64f6;
    color: #FFF;
}

#product .tab_module .tab_pagination .el-pagination .el-pager li:not(.disabled).active:hover {
    color: #FFF;
}

#product .tab_module .tab_pagination .el-pagination .el-pager li:not(.disabled):hover {
    color: #2c64f6;
}

#product .tab_module .tab_pagination .el-pagination .el-pager .more::before {
    line-height: 4.1rem !important;
}

#product .tab_module .tab_pagination .el-pagination .el-pager li {
    margin: 0 0.7rem;
    width: 4.1rem;
    height: 4.1rem;
    min-width: auto;
    min-height: auto;
    line-height: 4.1rem !important;
    font-family: 'Poppins Regular';
    font-weight: 400;
    font-size: 1.4rem;
    color: #666666;
}

#product .tab_module .tab_pagination .el-pagination button {
    margin: 0 0.7rem;
    width: 4.1rem;
    height: 4.1rem;
    line-height: 4.1rem;
    font-family: 'Poppins Regular';
    font-weight: 400;
    font-size: 1.4rem;
}

@media (max-width: 768px) {
    #product .banner_module {
        height: 22.2rem;
    }

    #product .banner_module > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #product .title_module {
        padding: 4.8rem 1.6rem 3.8rem;
    }

    #product .title_module .module_title .title div {
        font-size: 2.4rem;
    }

    #product .title_module .module_title .title div i {
        margin-left: 1rem;
        width: 3.8rem;
        max-width: 3.8rem;
        height: 0.2rem;
    }

    #product .title_module .module_title .download {
        max-width: 20.2rem;
    }

    #product .title_module .module_title .download .download_text {
        font-size: 1.3rem;
    }

    #product .title_module .module_title .download .download_btn {
        margin: 0.9rem 0 0;
    }

    #product .title_module .module_title .download .download_btn img {
        margin-right: 0.5rem;
        width: 1.8rem;
    }

    #product .title_module .module_title .download .download_btn span {
        font-size: 1.3rem;
    }

    #product .tab_module {
        padding: 0 1.6rem 4.5rem;
    }

    #product .tab_module .tab_header .fist_type .el-radio-group {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: auto;
    }

    #product .tab_module .tab_header .fist_type .el-radio-group .el-radio-button {
        margin: 0 0.8rem 0;
    }

    #product .tab_module .tab_header .fist_type .el-radio-group .el-radio-button:nth-of-type(3) {
        display: none;
    }

    #product .tab_module .tab_header .fist_type .el-radio-group .el-radio-button:nth-of-type(4) {
        display: none;
    }

    #product .tab_module .tab_header .fist_type .el-radio-group .el-radio-button .el-radio-button__inner {
        padding: 0.8rem 1rem;
        min-width: 6.4rem;
        border-radius: 5rem;
        font-size: 1.4rem;
    }

    #product .tab_module .tab_header .fist_type .mobile_arrow {
        display: inline-block;
        margin: 0 1rem;
        padding: 0;
        width: auto;
        height: auto;
        line-height: normal;
        background: transparent;
        border: none;
        box-shadow: none;
        color: #2c64f6;
        font-size: 1.8rem;
    }

    #product .tab_module .tab_header .fist_type .mobile_arrow:nth-of-type(1) {
        margin-left: 0;
    }

    #product .tab_module .tab_header .fist_type .mobile_arrow:nth-last-of-type(1) {
        margin-right: 0;
    }

    #product .tab_module .tab_header .secondar_type {
        margin: 2.4rem 0 0;
    }

    #product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap {
        padding: 0 2rem;
    }

    #product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-next, #product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-prev {
        font-size: 1.4rem;
    }

    #product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__item {
        padding: 0 0.8rem 1.5rem;
        height: 2.9rem;
        font-size: 1.4rem;
    }

    #product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav-scroll .el-tabs__item:nth-of-type(2) {
        padding-left: 0;
    }

    #product .tab_module .tab_header .secondar_type .el-tabs .el-tabs__content {
        display: none;
    }

    #product .tab_module .tab_content {
        margin: 4.6rem 0 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5.7rem calc(59 / (375 - 32) * 100%);
    }

    #product .tab_module .tab_content .priduct_box .product_img {
        height: 11.4rem;
        max-height: 11.4rem;
    }

    #product .tab_module .tab_content .priduct_box .product_title {
        margin: 1.7rem 0 0;
        font-size: 1.5rem;
        line-height: 2.3rem;
        max-height: 4.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #product .tab_module .tab_content .priduct_box .product_size {
        margin: 0.8rem 0 0;
        font-size: 1.2rem;
    }

    #product .tab_module .tab_content .priduct_box .product_color {
        margin: 1rem 0 0;
    }

    #product .tab_module .tab_content .priduct_box .product_color span {
        margin: 0 0.3rem;
        padding: 0.2rem;
    }

    #product .tab_module .tab_content .priduct_box .product_color span i {
        width: 1.022rem;
        height: 1.022rem;
    }

    #product .tab_module .tab_pagination {
        margin: 4.26rem 0 0;
    }

    #product .tab_module .tab_pagination .el-pagination .el-pager .more::before {
        line-height: 2.9rem !important;
    }

    #product .tab_module .tab_pagination .el-pagination .el-pager li {
        margin: 0 0.4rem;
        width: 2.9rem;
        height: 2.9rem;
        line-height: 2.9rem !important;
        font-size: 1.2rem;
    }

    #product .tab_module .tab_pagination .el-pagination button {
        margin: 0 0.4rem;
        width: 2.9rem;
        height: 2.9rem;
        line-height: 2.9rem;
        font-size: 1.2rem;
    }
}