@charset "UTF-8";

.about-me-page .section-module {
    padding: 20px 0
}

.about-me-page .section-module .box .big-title {
    color: var(--grey);
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-align: center
}

.contact-page .section-module {
    padding: 20px 0
}

.contact-page .section-module .box .big-title {
    color: var(--grey);
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.contact-page .section-module .box .content {
    display: flex
}

.contact-page .section-module .box .content .left {
    width: 50%;
    background-color: var(--lightgrey);
    border-radius: 3px;
    padding: 20px
}

.contact-page .section-module .box .content .left .sub-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
    line-height: 28px;
    margin-bottom: 1rem
}

.contact-page .section-module .box .content .left .contact-form .label {
    font-size: 10px;
    padding-left: 5px
}

.contact-page .section-module .box .content .left .contact-form .button-ground {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end
}

.contact-page .section-module .box .content .left .contact-form .button-ground .button {
    background-color: var(--blue);
    padding: 12px 30px;
    border-radius: 888px;
    font-size: 14px;
    color: var(--white);
    cursor: pointer
}

.contact-page .section-module .box .content .left .contact-form .button-ground .button:active {
    opacity: .9
}

.contact-page .section-module .box .content .right {
    width: 50%;
    padding-left: 30px
}

.contact-page .section-module .box .content .right .name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
    padding: 30px 0;
    position: relative;
    z-index: 8
}

.contact-page .section-module .box .content .right .phone {
    color: var(--darkgrey);
    font-size: 14px;
    position: relative;
    z-index: 8
}

.contact-page .section-module .box .content .right .emil {
    color: var(--darkgrey);
    font-size: 14px;
    position: relative;
    z-index: 8
}

.contact-page .section-module .box .content .right .img-box {
    display: flex;
    justify-content: flex-end;
    margin-top: -60px
}

.contact-page .section-module .box .content .right .img-box .img {
    width: auto;
    max-width: 100%
}

.footer .container {
    margin-top: 80px;
    background: var(--blue);
    color: var(--white);
    padding: 80px 0
}

.footer .container .box .contact-content {
    display: flex
}

.footer .container .box .contact-content * {
    color: var(--white);
    font-size: 14px
}

.footer .container .box .contact-content .big-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px
}

.footer .container .box .contact-content .sub-title {
    font-size: 18px;
    margin-bottom: 15px
}

.footer .container .box .contact-content .link:hover {
    color: var(--link);
    text-decoration: underline
}

.footer .container .box .contact-content .contact-box {
    flex: 1.5;
    min-width: 0;
    max-width: 50%;
    padding-right: 120px;
    margin-bottom: 35px
}

.footer .container .box .contact-content .contact-box .address {
    margin-bottom: 10px
}

.footer .container .box .contact-content .contact-box .emil {
    margin-top: 10px
}

.footer .container .box .contact-content .content-box {
    flex: 1;
    min-width: 0;
    margin-bottom: 35px
}

.footer .container .box .contact-content .content-box .row-box {
    display: flex
}

.footer .container .box .contact-content .content-box .row-box .ul-box {
    flex: 1;
    min-width: 0;
    margin-right: 15px
}

.footer .container .box .contact-content .content-box .row-box .ul-box .list {
    margin-bottom: 5px
}

.footer .container .box .contact-content .website-box {
    margin-bottom: 35px
}

.footer .container .box .contact-content .website-box .ul-box {
    display: flex
}

.footer .container .box .contact-content .website-box .ul-box .link {
    display: block;
    margin-right: 12px;
    cursor: pointer;
    margin-bottom: 5px
}

.footer .container .box .contact-content .website-box .ul-box .link:hover {
    opacity: .8
}

.footer .container .box .contact-content .website-box .ul-box .link:last-child {
    margin-right: 0
}

.footer .container .box .contact-content .website-box .ul-box .link .img {
    width: 30px
}

.footer .container .box .copyright {
    margin-top: 30px;
    font-size: 14px;
    padding: 10px 0;
    color: var(--white);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border)
}

.header {
    height: 70px;
    position: relative
}

.header .container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #f8f9fa;
    z-index: 99998
}

.header .container .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.header .container .box .logo-box {
    height: 70%;
    display: flex;
    align-items: center
}

.header .container .box .logo-box .name {
    margin-left: 0;
    color: var(--blue);
    font-weight: 600
}

.header .container .box .logo-box .logo {
    height: 88%
}

.header .container .box .nav {
    height: 100%
}

.header .container .box .nav .nav-ul {
    height: 100%;
    display: flex
}

.header .container .box .nav .nav-ul .nav-li {
    margin-left: 70px;
    height: 100%
}

.header .container .box .nav .nav-ul .nav-li .nav-li-a {
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--blue);
    font-size: 16px
}

.header .container .box .nav .nav-ul .nav-li .nav-li-a:hover {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 8px
}

.header .container .box .nav .nav-ul .nav-li:hover .sub-nav-container {
    display: block
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 70px);
    overflow: auto;
    background: #fff;
    box-shadow: 0 12px 10px rgba(0,0,0,.1);
    padding: 30px 30px 20px
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section {
    width: 16.66667%;
    max-width: 16.66667%;
    padding: 0 5px;
    margin-bottom: 20px
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section .sub-nav-section-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: .8em;
    text-transform: uppercase;
    color: var(--blue)
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section .sub-nav-section-title a {
    display: block
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section .sub-nav-section-title a:hover {
    color: var(--link);
    text-decoration: none
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section .sub-nav-ul {
    line-height: 1.4
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section .sub-nav-ul .sub-nav-li {
    display: flex;
    margin-bottom: 5px
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section .sub-nav-ul .sub-nav-li:before {
    content: "•";
    display: inline-block;
    font-size: 14px;
    margin-right: 6px;
    color: var(--darkgrey)
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section .sub-nav-ul .sub-nav-li a {
    display: inline-block;
    color: var(--darkgrey);
    font-size: 14px
}

.header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section .sub-nav-ul .sub-nav-li a:hover {
    color: var(--link);
    text-decoration: underline
}

.header .container .box .icon-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    flex: 1
}

.header .container .box .icon-box .icon-item {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 8px
}

.header .container .box .icon-box .icon-item:has(.icon-cart) {
    padding-bottom: 12px
}

.header .container .box .icon-box .icon-item .icon {
    fill: var(--blue);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    cursor: pointer
}

.header .container .box .icon-box .icon-item .icon:active {
    opacity: .8
}

.header .container .box .icon-box .icon-item .icon-instagram {
    background-image: url(../img/icon-website-instagram-green.png)
}

.header .container .box .icon-box .icon-item .icon-facebook {
    background-image: url(../img/icon-website-facebook-green.png)
}

.header .container .box .icon-box .icon-item .icon-twitter {
    background-image: url(../img/icon-website-twitter-green.png)
}

.header .container .box .icon-box .icon-item .icon-yutobe {
    background-image: url(../img/icon-website-yutobe-green.png)
}

.header .container .box .icon-box .icon-item .icon-titok {
    background-image: url(../img/icon-website-titok-green.png)
}

.header .container .box .icon-box .icon-item .icon-pinterest {
    background-image: url(../img/icon-website-pinterest-green.png)
}

.header .container .box .icon-box .icon-item .icon-linkedin {
    background-image: url(../img/icon-website-linkedin-green.png)
}

.header .container .box .icon-box .icon-item .icon-search {
    background-image: url(../img/icon-search.png)
}

.header .container .box .icon-box .icon-item .icon-cart {
    background-image: url(../img/icon-cart.png)
}

.header .container .box .icon-box .icon-item .num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-55%) translateY(-5px);
    color: #fff;
    font-size: 12px;
    background-color: var(--blue);
    line-height: normal;
    padding: 1px 5px;
    border-radius: 3px
}

.header .container .box .icon-box .icon-item .num:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-1px);
    border-style: solid;
    border-width: 5px;
    border-color: var(--blue) transparent transparent
}

.home-page .screen-title {
    text-align: center;
    font-size: 60px;
    line-height: 1.8
}

.home-page .common-link-box {
    display: block
}

.home-page .common-link-box .title-bar {
    padding: 0 30px;
    display: flex;
    position: relative;
    z-index: 8;
    margin-bottom: -30px
}

.home-page .common-link-box .title-bar .name {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    padding: 10px 20px;
    background: var(--link)
}

.home-page .common-link-box .img-box {
    aspect-ratio: 5/3;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.home-page .common-link-box .img-box .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-page .top-banner-carousel {
    background: #eee;
    position: relative
}

.home-page .top-banner-carousel .wrap-carousel {
    position: relative;
    z-index: 5;
    height: calc(100vh - 70px)
}

.home-page .top-banner-carousel .wrap-carousel .swiper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.home-page .top-banner-carousel .wrap-carousel .swiper .swiper-wrapper .swiper-slide .img-box {
    height: 100%
}

.home-page .top-banner-carousel .wrap-carousel .swiper .swiper-wrapper .swiper-slide .img-box .img {
    width: 100%;
    height: 100%
}

.home-page .top-banner-carousel .wrap-carousel .swiper .swiper-pagination {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: hsla(0,0%,100%,.38);
    padding: 4px 6px;
    border-radius: 888px;
    display: flex;
    align-items: center;
    width: auto
}

.home-page .top-banner-carousel .wrap-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    margin: 0 3px
}

.home-page .top-banner-carousel .wrap-carousel .swiper .swiper-button-next,.home-page .top-banner-carousel .wrap-carousel .swiper .swiper-button-prev {
    color: var(--white)
}

.home-page .top-banner-carousel .search-box {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 8
}

.home-page .top-banner-carousel .search-box .search-bar {
    background: var(--lightgrey);
    border-radius: 888px;
    padding: 12px;
    display: flex;
    justify-content: space-between
}

.home-page .top-banner-carousel .search-box .search-bar .item {
    width: calc(50% - 6px);
    position: relative
}

.home-page .top-banner-carousel .search-box .search-bar .item .input {
    font-size: 20px;
    border-radius: 888px
}

.home-page .top-banner-carousel .search-box .search-bar .item .select {
    font-size: 20px;
    border-radius: 888px
}

.home-page .top-banner-carousel .search-box .search-bar .item .icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    width: 20px
}

.home-page .top-banner-carousel .search-box .search-bar .item .icon:active {
    opacity: .8
}

.home-page .product-combination {
    margin-bottom: 30px
}

.home-page .product-combination .box .screen-title {
    color: var(--darkgrey);
    text-align: center;
    padding: 20px 0
}

.home-page .product-combination .box .product-ul .product-list {
    position: relative;
    padding: 10px
}

.home-page .product-combination .box .product-ul .product-list.phide .product-list-box .top-sort .img-box {
    display: none
}

.home-page .product-combination .box .product-ul .product-list.phide .product-list-box .content {
    display: none
}

.home-page .product-combination .box .product-ul .product-list.phide .icon-fold:after {
    display: block
}

.home-page .product-combination .box .product-ul .product-list .product-list-box {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .top-sort {
    display: block
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .top-sort:hover .img-box .img {
    transform: scale(1.05)
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .img-box {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .img-box .img {
    width: auto;
    max-width: 100%;
    height: 190px;
    transition: all .3s
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .title {
    display: flex;
    justify-content: center
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .title .name {
    background: var(--blue);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    transition: all .3s
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content {
    margin-top: 10px
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list {
    display: block;
    border-bottom: 1px solid var(--border)
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box:hover {
    background-color: #f1f1f1
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box:hover .title,.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box:hover .title * {
    color: var(--blue);
    text-decoration: underline
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box .img-box {
    width: 40%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-right: 6px
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box .img-box .img {
    height: 66px;
    width: auto;
    max-width: 100%
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box .title {
    width: 60%;
    cursor: pointer;
    line-height: 1.3
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box .icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 15px;
    cursor: pointer
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more {
    border-bottom: none
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more .list-box .img-box .icon-more {
    border: 1px solid #333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more .list-box .img-box .icon-more * {
    margin: 0 4px
}

.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more .list-box .img-box .icon-more *,.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more .list-box .img-box .icon-more:after,.home-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more .list-box .img-box .icon-more:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    display: block
}

.home-page .product-combination .box .product-ul .product-list .icon-fold {
    position: absolute;
    top: 21px;
    right: -10px;
    border-radius: 50%;
    border: 1px solid #333;
    width: 40px;
    height: 40px;
    z-index: 20;
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: all .3s
}

.home-page .product-combination .box .product-ul .product-list .icon-fold:after,.home-page .product-combination .box .product-ul .product-list .icon-fold:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #333;
    border-radius: 88px
}

.home-page .product-combination .box .product-ul .product-list .icon-fold:before {
    width: 16px;
    height: 2px
}

.home-page .product-combination .box .product-ul .product-list .icon-fold:after {
    width: 2px;
    height: 16px;
    display: none
}

.home-page .catalogues-tools {
    background: var(--blue);
    padding: 30px 0 20px
}

.home-page .catalogues-tools .box .top-head {
    margin-bottom: 15px
}

.home-page .catalogues-tools .box .top-head .name {
    font-size: 24px;
    color: var(--white)
}

.home-page .catalogues-tools .box .top-head .title {
    font-size: 48px;
    color: var(--white)
}

.home-page .catalogues-tools .box .ul-box {
    margin: 0 -20px;
    padding-bottom: 1px;
    overflow: hidden
}

.home-page .catalogues-tools .box .ul-box .list {
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px
}

.home-page .catalogues-tools .box .ul-box .list:nth-child(3n+2) .link-box .title-bar .name {
    background: var(--red)
}

.home-page .catalogues-tools .box .ul-box .list:nth-child(3n+3) .link-box .title-bar .name {
    background: var(--orange)
}

.home-page .catalogues-tools .box .ul-box .list .link-box {
    display: block
}

.home-page .catalogues-tools .box .ul-box .list .link-box .img-box {
    aspect-ratio: 5/4
}

.home-page .company-introduction .box {
    display: flex;
    padding-top: 60px;
    padding-bottom: 20px
}

.home-page .company-introduction .box .title-box {
    width: 45%;
    margin-right: 30px
}

.home-page .company-introduction .box .title-box .title {
    font-size: 48px;
    font-weight: 700;
    color: var(--blue)
}

.home-page .company-introduction .box .title-box .desc {
    font-size: 16px;
    margin-bottom: 10px
}

.home-page .company-introduction .box .introduction-box {
    flex: 1;
    min-width: 0
}

.home-page .company-introduction .box .introduction-box .img {
    width: auto;
    max-width: 100%
}

.home-source-page .screen-title {
    text-align: center;
    font-size: 60px;
    line-height: 1.8
}

.home-source-page .common-link-box {
    display: block
}

.home-source-page .common-link-box .title-bar {
    padding: 0 30px;
    display: flex;
    position: relative;
    z-index: 8;
    margin-bottom: -30px
}

.home-source-page .common-link-box .title-bar .name {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    padding: 10px 20px;
    background: var(--link)
}

.home-source-page .common-link-box .img-box {
    aspect-ratio: 5/3;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.home-source-page .common-link-box .img-box .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home-source-page .top-banner-carousel {
    background: #eee;
    position: relative
}

.home-source-page .top-banner-carousel .wrap-carousel {
    position: relative;
    z-index: 5;
    aspect-ratio: 3/1
}

.home-source-page .top-banner-carousel .wrap-carousel .swiper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.home-source-page .top-banner-carousel .wrap-carousel .swiper .swiper-wrapper .swiper-slide .img-box {
    height: 100%
}

.home-source-page .top-banner-carousel .wrap-carousel .swiper .swiper-wrapper .swiper-slide .img-box .img {
    width: 100%;
    height: 100%
}

.home-source-page .top-banner-carousel .wrap-carousel .swiper .swiper-pagination {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: hsla(0,0%,100%,.38);
    padding: 4px 6px;
    border-radius: 888px;
    display: flex;
    align-items: center;
    width: auto
}

.home-source-page .top-banner-carousel .wrap-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    margin: 0 3px
}

.home-source-page .top-banner-carousel .wrap-carousel .swiper .swiper-button-next,.home-source-page .top-banner-carousel .wrap-carousel .swiper .swiper-button-prev {
    color: var(--white)
}

.home-source-page .top-banner-carousel .search-box {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 8
}

.home-source-page .top-banner-carousel .search-box .search-bar {
    background: var(--lightgrey);
    border-radius: 888px;
    padding: 12px;
    display: flex;
    justify-content: space-between
}

.home-source-page .top-banner-carousel .search-box .search-bar .item {
    width: calc(50% - 6px);
    position: relative
}

.home-source-page .top-banner-carousel .search-box .search-bar .item .input {
    font-size: 20px;
    border-radius: 888px
}

.home-source-page .top-banner-carousel .search-box .search-bar .item .select {
    font-size: 20px;
    border-radius: 888px
}

.home-source-page .top-banner-carousel .search-box .search-bar .item .icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    width: 20px
}

.home-source-page .top-banner-carousel .search-box .search-bar .item .icon:active {
    opacity: .8
}

.home-source-page .product-combination .box .screen-title {
    color: var(--darkgrey);
    text-align: center;
    padding: 20px 0
}

.home-source-page .product-combination .box .product-ul .product-list {
    position: relative;
    padding: 10px
}

.home-source-page .product-combination .box .product-ul .product-list.phide .product-list-box .top-sort .img-box {
    display: none
}

.home-source-page .product-combination .box .product-ul .product-list.phide .product-list-box .content {
    display: none
}

.home-source-page .product-combination .box .product-ul .product-list.phide .icon-fold:after {
    display: block
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .top-sort {
    display: block
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .top-sort:hover .img-box .img {
    transform: scale(1.05)
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .img-box {
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .img-box .img {
    width: auto;
    max-width: 100%;
    height: 190px;
    transition: all .3s
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .title {
    display: flex;
    justify-content: center
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .title .name {
    background: var(--blue);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 12px;
    transition: all .3s
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content {
    margin-top: 10px
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list {
    display: block;
    border-bottom: 1px solid var(--border)
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box:hover {
    background-color: #f1f1f1
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box:hover .title,.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box:hover .title * {
    color: var(--blue);
    text-decoration: underline
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box .img-box {
    width: 40%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-right: 6px
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box .img-box .img {
    height: 66px;
    width: auto;
    max-width: 100%
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box .title {
    width: 60%;
    cursor: pointer;
    line-height: 1.3
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .list .list-box .icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 15px;
    cursor: pointer
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more {
    border-bottom: none
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more .list-box .img-box .icon-more {
    border: 1px solid #333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more .list-box .img-box .icon-more * {
    margin: 0 4px
}

.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more .list-box .img-box .icon-more *,.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more .list-box .img-box .icon-more:after,.home-source-page .product-combination .box .product-ul .product-list .product-list-box .content .ul-box .more .list-box .img-box .icon-more:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    display: block
}

.home-source-page .product-combination .box .product-ul .product-list .icon-fold {
    position: absolute;
    top: 21px;
    right: -10px;
    border-radius: 50%;
    border: 1px solid #333;
    width: 40px;
    height: 40px;
    z-index: 20;
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: all .3s
}

.home-source-page .product-combination .box .product-ul .product-list .icon-fold:after,.home-source-page .product-combination .box .product-ul .product-list .icon-fold:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #333;
    border-radius: 88px
}

.home-source-page .product-combination .box .product-ul .product-list .icon-fold:before {
    width: 16px;
    height: 2px
}

.home-source-page .product-combination .box .product-ul .product-list .icon-fold:after {
    width: 2px;
    height: 16px;
    display: none
}

.home-source-page .news-repairsolutions-carousel {
    margin-top: 60px;
    margin-bottom: 30px
}

.home-source-page .news-repairsolutions-carousel .screen-title {
    color: var(--darkgrey);
    text-align: center;
    padding: 20px 0
}

.home-source-page .news-repairsolutions-carousel .box:has(.swiper-button-next.hide) .wrap-carousel {
    padding: 0 15px 30px
}

.home-source-page .news-repairsolutions-carousel .box .wrap-carousel {
    position: relative;
    z-index: 5;
    padding: 0 60px 30px
}

.home-source-page .news-repairsolutions-carousel .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide {
    position: relative
}

.home-source-page .news-repairsolutions-carousel .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide:nth-child(2n+2) .link-box .title-bar .name {
    background: var(--orange)
}

.home-source-page .news-repairsolutions-carousel .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide:nth-child(2n+2) .link-box .img-box {
    border: 5px solid var(--orange)
}

.home-source-page .news-repairsolutions-carousel .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide .link-box {
    display: block
}

.home-source-page .news-repairsolutions-carousel .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide .link-box .img-box {
    border: 5px solid var(--blue);
    border-radius: 8px
}

.home-source-page .news-repairsolutions-carousel .box .wrap-carousel .swiper-pagination {
    bottom: 0
}

.home-source-page .news-repairsolutions-carousel .box .wrap-carousel .swiper-pagination .swiper-pagination-bullet {
    background: var(--blue)
}

.home-source-page .news-repairsolutions-carousel .box .wrap-carousel .swiper-button-next,.home-source-page .news-repairsolutions-carousel .box .wrap-carousel .swiper-button-prev {
    color: var(--blue)
}

.home-source-page .catalogues-tools {
    background: var(--blue);
    padding: 30px 0 20px
}

.home-source-page .catalogues-tools .box .top-head {
    margin-bottom: 15px
}

.home-source-page .catalogues-tools .box .top-head .name {
    font-size: 24px;
    color: var(--white)
}

.home-source-page .catalogues-tools .box .top-head .title {
    font-size: 48px;
    color: var(--white)
}

.home-source-page .catalogues-tools .box .ul-box {
    margin: 0 -20px;
    padding-bottom: 1px;
    overflow: hidden
}

.home-source-page .catalogues-tools .box .ul-box .list {
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px
}

.home-source-page .catalogues-tools .box .ul-box .list:nth-child(3n+2) .link-box .title-bar .name {
    background: var(--red)
}

.home-source-page .catalogues-tools .box .ul-box .list:nth-child(3n+3) .link-box .title-bar .name {
    background: var(--orange)
}

.home-source-page .catalogues-tools .box .ul-box .list .link-box {
    display: block
}

.home-source-page .catalogues-tools .box .ul-box .list .link-box .img-box {
    aspect-ratio: 5/4
}

.home-source-page .brands-stand-quality .box .section-box {
    display: flex;
    padding: 30px 0 20px
}

.home-source-page .brands-stand-quality .box .section-box .title-box {
    width: 45%;
    margin-right: 30px
}

.home-source-page .brands-stand-quality .box .section-box .title-box .title {
    font-size: 48px;
    font-weight: 700;
    color: var(--blue)
}

.home-source-page .brands-stand-quality .box .section-box .title-box .desc {
    font-size: 16px
}

.home-source-page .brands-stand-quality .box .section-box .ul-box {
    flex: 1;
    min-width: 0
}

.home-source-page .brands-stand-quality .box .section-box .ul-box .list {
    display: block;
    padding: 0 10px;
    margin-bottom: 10px
}

.home-source-page .brands-stand-quality .box .section-box .ul-box .list:nth-child(3n+2) .link-box .title-bar .name {
    background: var(--orange)
}

.home-source-page .brands-stand-quality .box .section-box .ul-box .list:nth-child(3n+3) .link-box .title-bar .name {
    background: var(--yellow)
}

.home-source-page .brands-stand-quality .box .section-box .ul-box .list .link-box {
    display: block
}

.home-source-page .brands-stand-quality .box .section-box .ul-box .list .link-box .title-bar {
    display: flex;
    justify-content: center
}

.home-source-page .brands-stand-quality .box .section-box .ul-box .list .link-box .title-bar .name {
    color: var(--white);
    background: var(--red)
}

.home-source-page .brands-stand-quality .box .section-box .ul-box .list .link-box .img-box {
    aspect-ratio: 3/4;
    border-radius: 8px;
    border: 3px solid var(--blue)
}

.home-source-page .brands-stand-quality .box .wrap-carousel {
    position: relative;
    z-index: 5;
    aspect-ratio: 2/1
}

.home-source-page .brands-stand-quality .box .wrap-carousel .swiper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.home-source-page .brands-stand-quality .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide .img-box {
    height: 100%
}

.home-source-page .brands-stand-quality .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide .img-box .img {
    width: 100%;
    height: 100%
}

.home-source-page .brands-stand-quality .box .wrap-carousel .swiper .swiper-pagination {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: hsla(0,0%,100%,.38);
    padding: 4px 6px;
    border-radius: 888px;
    display: flex;
    align-items: center;
    width: auto
}

.home-source-page .brands-stand-quality .box .wrap-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    margin: 0 3px
}

.home-source-page .brands-stand-quality .box .wrap-carousel .swiper .swiper-button-next,.home-source-page .brands-stand-quality .box .wrap-carousel .swiper .swiper-button-prev {
    color: var(--blue)
}

.home-source-page .experts-ecommendations .box .title-box {
    padding: 50px 15px 30px
}

.home-source-page .experts-ecommendations .box .title-box .title {
    font-size: 48px;
    font-weight: 700;
    color: var(--grey)
}

.home-source-page .experts-ecommendations .box .title-box .desc {
    font-size: 24px;
    color: var(--blue)
}

.home-source-page .experts-ecommendations .box .wrap-carousel {
    position: relative;
    z-index: 5;
    padding: 0 60px 30px
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide {
    position: relative
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .link-box .title-bar .name {
    background: var(--orange)
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide:nth-child(3n+2) .link-box .img-box {
    border-color: var(--orange)
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) .link-box .title-bar .name {
    background: var(--red)
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide:nth-child(3n+3) .link-box .img-box {
    border-color: var(--red)
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide .link-box {
    display: block
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide .link-box .title-bar .name {
    color: var(--white);
    background: var(--yellow)
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper .swiper-wrapper .swiper-slide .link-box .img-box {
    aspect-ratio: 5/3;
    border: 5px solid var(--yellow)
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper-pagination {
    bottom: 0
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper-pagination .swiper-pagination-bullet {
    background: var(--blue)
}

.home-source-page .experts-ecommendations .box .wrap-carousel .swiper-button-next,.home-source-page .experts-ecommendations .box .wrap-carousel .swiper-button-prev {
    color: var(--blue)
}

.home-source-page .experts-ecommendations .box .copyright-agreement .list {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.home-source-page .experts-ecommendations .box .copyright-agreement .list .img-box {
    width: 300px
}

.home-source-page .experts-ecommendations .box .copyright-agreement .list .img-box .img {
    width: auto;
    max-width: 100%
}

.home-source-page .experts-ecommendations .box .copyright-agreement .list .explain {
    flex: 1;
    min-width: 0;
    line-height: 1.8;
    margin-left: 30px
}

.home-source-page .experts-ecommendations .box .copyright-agreement .list .explain,.home-source-page .experts-ecommendations .box .copyright-agreement .list .explain * {
    color: var(--grey);
    font-size: 16px
}

.product-details-page .product-banner .box .head-bar {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--lightgrey)
}

.product-details-page .product-banner .box .head-bar .product-title {
    font-size: 25px;
    color: var(--blue);
    flex: 1;
    min-width: 0
}

.product-details-page .product-banner .box .head-bar .product-price {
    margin-left: 50px;
    font-size: 16px;
    color: var(--blue)
}

.product-details-page .product-banner .box .carousel-box {
    display: flex;
    align-items: flex-start
}

.product-details-page .product-banner .box .carousel-box .small-box {
    display: flex;
    flex-wrap: wrap;
    width: 400px
}

.product-details-page .product-banner .box .carousel-box .small-box .list-img {
    width: 180px;
    height: 140px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--lightgrey);
    cursor: pointer;
    position: relative
}

.product-details-page .product-banner .box .carousel-box .small-box .list-img.active {
    border: 1px solid var(--blue)
}

.product-details-page .product-banner .box .carousel-box .small-box .list-img:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3)
}

.product-details-page .product-banner .box .carousel-box .small-box .list-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-details-page .product-banner .box .carousel-box .big-img {
    flex: 1;
    min-width: 0
}

.product-details-page .product-banner .box .carousel-box .big-img .img {
    width: auto;
    max-width: 100%;
    height: calc(100vh - 300px)
}

.product-details-page .product-banner .box .button-groud {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px
}

.product-details-page .product-banner .box .button-groud .button {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    background: var(--blue);
    color: var(--white);
    cursor: pointer;
    user-select: none
}

.product-details-page .product-banner .box .button-groud .button:active {
    opacity: .8
}

.product-details-page .product-parameter .box {
    margin-top: 10px
}

.product-details-page .product-parameter .box .tabs-head {
    display: flex;
    align-items: center;
    max-width: 100%;
    overflow: auto
}

.product-details-page .product-parameter .box .tabs-head .tabs-head-item {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
    color: var(--grey);
    cursor: pointer;
    user-select: none;
    white-space: nowrap
}

.product-details-page .product-parameter .box .tabs-head .tabs-head-item.active {
    background: var(--lightgrey);
    color: var(--blue);
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.product-details-page .product-parameter .box .tabs-ul {
    max-width: 100%;
    overflow: auto;
    border-top: 1px solid var(--lightgrey)
}

.product-details-page .product-parameter .box .tabs-ul .tabs-list {
    display: none
}

.product-details-page .product-parameter .box .tabs-ul .tabs-list.active {
    display: block
}

.product-details-page .product-parameter .box .tabs-ul .tabs-list.information .data-item {
    border-bottom: 1px solid var(--lightgrey);
    padding: 10px 15px;
    display: flex
}

.product-details-page .product-parameter .box .tabs-ul .tabs-list.information .data-item .label {
    width: 40%;
    font-size: 14px;
    color: var(--blue);
    line-height: normal
}

.product-details-page .product-parameter .box .tabs-ul .tabs-list.information .data-item .value {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    line-height: normal
}

.product-details-page .product-parameter .box .tabs-ul .tabs-list .table {
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--lightgrey);
    border-collapse: collapse!important;
    background-color: transparent;
    border-spacing: 0;
    margin-top: -1px
}

.product-details-page .product-parameter .box .tabs-ul .tabs-list .table tbody tr td,.product-details-page .product-parameter .box .tabs-ul .tabs-list .table thead tr th {
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid var(--lightgrey)
}

.product-details-page .product-parameter .box .tabs-ul .tabs-list .table thead tr th {
    background-color: #f5f7fa;
    white-space: nowrap;
    min-width: 200px
}

.product-details-page .product-parameter .box .tabs-ul .tabs-list .table tbody tr td,.product-details-page .product-parameter .box .tabs-ul .tabs-list .table thead tr th {
    border-right: 1px solid var(--lightgrey)
}

.product-list-page .pagination-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.product-list-page .pagination-container .total-page {
    font-size: 14px;
    margin-right: 20px
}

.product-list-page .pagination-container .pagination {
    display: flex;
    align-items: center;
    border: 1px solid var(--lightgrey);
    user-select: none
}

.product-list-page .pagination-container .pagination .page-item {
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 8px;
    line-height: normal;
    font-size: 14px;
    color: var(--blue);
    border-right: 1px solid var(--lightgrey);
    cursor: pointer
}

.product-list-page .pagination-container .pagination .page-item:last-child {
    border-right: none
}

.product-list-page .pagination-container .pagination .page-item.disabled {
    pointer-events: none;
    cursor: not-allowed;
    color: var(--grey)
}

.product-list-page .pagination-container .pagination .page-item.active {
    background: #ddd!important
}

.product-list-page .pagination-container .pagination .page-item:hover {
    background: #f1f1f1
}

.product-list-page .result-summary {
    margin-bottom: 20px;
    background: var(--blue);
    padding: 20px 0
}

.product-list-page .result-summary .box {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.product-list-page .result-summary .box .search-value {
    margin-right: 50px;
    max-width: 70%
}

.product-list-page .result-summary .box .search-value .desc {
    font-size: 25px;
    font-weight: 700;
    color: var(--white)
}

.product-list-page .result-summary .box .statistics {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.product-list-page .result-summary .box .statistics .total {
    font-size: 25px;
    color: var(--white);
    white-space: nowrap
}

.product-list-page .product-model .box {
    display: flex
}

.product-list-page .product-model .box .filter-condition {
    width: 320px;
    margin-right: 15px
}

.product-list-page .product-model .box .filter-condition .mobile-operation {
    display: flex;
    display: none;
    align-items: center;
    justify-content: space-between;
    background-color: var(--blue);
    padding: 8px 10px;
    cursor: pointer;
    user-select: none
}

.product-list-page .product-model .box .filter-condition .mobile-operation:active {
    opacity: .8
}

.product-list-page .product-model .box .filter-condition .mobile-operation .name {
    font-size: 14px;
    font-weight: 700;
    color: var(--white)
}

.product-list-page .product-model .box .filter-condition .mobile-operation .icon {
    height: 26px;
    filter: brightness(0) invert(1)
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-head {
    display: none
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .select-box {
    margin-bottom: 15px
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .select-box .select {
    font-size: 14px;
    background-color: #fff
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .input-box {
    position: relative;
    margin-bottom: 15px
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .input-box .input {
    font-size: 14px;
    background-color: #fff;
    padding-right: 35px
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .input-box .icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    width: 16px
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .input-box .icon:active {
    opacity: .8
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list {
    margin-bottom: 15px;
    border: 1px solid var(--blue)
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .sort-name {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--blue);
    background-color: #f1f1f1;
    cursor: pointer;
    user-select: none;
    padding-right: 30px;
    position: relative
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .sort-name.active:after {
    transform: translateY(-50%) rotate(90deg)
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .sort-name:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(0deg);
    transition: all .3s ease-in-out
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list:has(.sort-name.active) .checkbox-ul-contaier {
    display: block
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier {
    display: none;
    border-top: 1px solid var(--blue)
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier>.checkbox-ul {
    padding-right: 15px
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul {
    padding-left: 15px
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li .checkbox-ul {
    display: none
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li.active .item .icon-arrow {
    transform: rotate(90deg)
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li.active .checkbox-ul {
    display: block
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li:has(.icon-arrow) .item {
    padding-right: 12px
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li:has(.icon-arrow) .item .icon-arrow {
    width: 20px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: 2px;
    transition: all .3s
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li .item {
    user-select: none;
    cursor: pointer;
    position: relative;
    padding-left: 20px
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li .item .input-checkbox {
    appearance: auto;
    -webkit-appearance: auto;
    display: inline;
    width: auto;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 0
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li .item .label {
    display: inline;
    cursor: pointer
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li .item .label .desc {
    color: var(--blue)
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li .item .label .num {
    color: var(--grey)
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li .item .label .desc,.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box .condition-ul .condition-list .checkbox-ul-contaier .checkbox-ul .checkbox-li .item .label .num {
    display: inline;
    font-size: 14px;
    line-height: normal
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .button-groud {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -10px;
    overflow: hidden
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .button-groud .button {
    margin-right: 10px;
    flex: 1;
    min-width: 0;
    background: var(--blue);
    color: var(--white);
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    text-align: center
}

.product-list-page .product-model .box .filter-condition .filter-condition-layer .button-groud .button:active {
    opacity: .8
}

.product-list-page .product-model .box .product-container {
    flex: 1;
    min-width: 0
}

.product-list-page .product-model .box .product-container .product-ul {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -8px 0;
    overflow: hidden
}

.product-list-page .product-model .box .product-container .product-ul .list {
    width: 20%;
    padding: 8px
}

.product-list-page .product-model .box .product-container .product-ul .list .list-box {
    height: 100%;
    border: 1px solid var(--lightgrey);
    padding: 10px
}

    .product-list-page .product-model .box .product-container .product-ul .list .list-box .main-img {
        padding-top: 100%;
        position: relative;
        overflow: hidden;
        display: block;
    }

.product-list-page .product-model .box .product-container .product-ul .list .list-box .main-img .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transition: all .3s
}

.product-list-page .product-model .box .product-container .product-ul .list .list-box .main-img:hover .img {
    transform: scale(1.1)
}

.product-list-page .product-model .box .product-container .product-ul .list .list-box .product-content a.product-title:hover {
    text-decoration: underline
}

.product-list-page .product-model .box .product-container .product-ul .list .list-box .product-content .product-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--blue);
    padding: 10px 0
}

.product-list-page .product-model .box .product-container .product-ul .list .list-box .product-content .product-price {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 10px
}

.product-list-page .product-model .box .product-container .product-ul .list .list-box .product-content .product-desc {
    display: block;
    font-size: 14px;
    color: var(--grey)
}

.product-list-page .product-model .box .product-container .product-ul .list .list-box .product-content .button-groud {
    display: flex
}

.product-list-page .product-model .box .product-container .product-ul .list .list-box .product-content .button-groud .button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 14px;
    background: var(--blue);
    color: var(--white);
    cursor: pointer;
    user-select: none
}

.product-list-page .product-model .box .product-container .product-ul .list .list-box .product-content .button-groud .button:active {
    opacity: .8
}

.shopping-cart-page .checkbox {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer
}

.shopping-cart-page .checkbox.active .icon-checkbox {
    background-image: url(../img/icon-right.png);
    background-size: 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: var(--blue)
}

.shopping-cart-page .checkbox.half .icon-checkbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    background-color: var(--blue)
}

.shopping-cart-page .checkbox .icon-checkbox {
    display: block;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border: 2px solid var(--blue);
    border-radius: 3px
}

.shopping-cart-page .product-watch .box .big-title {
    padding: 20px 0;
    font-size: 25px;
    color: var(--blue);
    border-bottom: 1px solid var(--lightgrey)
}

.shopping-cart-page .product-watch .box .product-ul .product-list {
    border-bottom: 1px solid var(--lightgrey);
    padding: 15px 0;
    display: flex
}

.shopping-cart-page .product-watch .box .product-ul .product-list .list-box {
    flex: 1;
    min-width: 0;
    display: flex;
    position: relative;
    padding-right: 30px
}

.shopping-cart-page .product-watch .box .product-ul .product-list .list-box .img-box {
    width: 160px;
    height: 160px;
    margin-right: 20px;
    border: 1px solid var(--lightgrey)
}

.shopping-cart-page .product-watch .box .product-ul .product-list .list-box .img-box .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.shopping-cart-page .product-watch .box .product-ul .product-list .list-box .product-content {
    flex: 1;
    min-width: 0;
    z-index: 1;
    position: relative
}

.shopping-cart-page .product-watch .box .product-ul .product-list .list-box .product-content .product-title {
    font-size: 20px;
    color: var(--blue)
}

.shopping-cart-page .product-watch .box .product-ul .product-list .list-box .icon-delete {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    z-index: 8;
    cursor: pointer;
    user-select: none
}

.shopping-cart-page .product-watch .box .form-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.shopping-cart-page .product-watch .box .form-box .all-select {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    padding-right: 20px
}

.shopping-cart-page .product-watch .box .form-box .all-select .desc {
    color: var(--blue);
    font-size: 16px
}

.shopping-cart-page .product-watch .box .form-box .button-groud {
    display: flex;
    justify-content: flex-end
}

.shopping-cart-page .product-watch .box .form-box .button-groud .button {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    background: var(--blue);
    color: var(--white);
    cursor: pointer;
    user-select: none
}

.shopping-cart-page .product-watch .box .form-box .button-groud .button:active {
    opacity: .8
}

:root {
    --blue: #329b3c;
    --link: #2483ff;
    --darkgrey: #a9a9a9;
    --grey: grey;
    --lightgrey: #d3d3d3;
    --orange: orange;
    --red: red;
    --yellow: #c0ce00;
    --green: green;
    --white: #f3f3f3;
    --black: #000;
    --darkblue: #00008b;
    --border: #707070;
    --lightgray-2: #e9ecef;
    --RGB_blue: 1,44,92;
    --RGB_darkgrey: 169,169,169;
    --RGB_grey: 128,128,128;
    --RGB_lightgrey: 211,211,211;
    --RGB_orange: 255,165,0;
    --RGB_red: 255,0,0;
    --RGB_yellow: 255,255,0;
    --RGB_green: 0,128,0;
    --RGB_white: 255,255,255;
    --RGB_black: 0,0,0;
    --RGB_darkblue: 0,0,139;
    --RGB_border: 112,112,112;
    --RGB_lightgray-2: 233,236,239;
    --container: 1695px;
    --container-small: 1500px;
    --container-smaller: 1200px;
    --header: 70px;
    --mini-header: 108px;
    --gap: 50px;
    --table-th-padding: 0.25rem;
    --arrow: 0 90%,50% 0,100% 90%,100% 100%,50% 10%,0 100%,0 90%
}

.article {
    font-size: 16px;
    line-height: 1.6
}

.article span {
    display: inline
}

.article img {
    width: auto!important;
    height: auto!important;
    max-width: 100%
}

.main-width {
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 15px
}

.max-width {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px
}

.swiper-button-disabled {
    pointer-events: auto!important
}

body:has(.mobile-menu.active) {
    max-height: 100vh;
    overflow: hidden
}

@media (min-width:1200px){
    .home-page .product-combination .box .product-ul .product-list .icon-fold {
        display: none
    }

    .home-page .product-combination .box .product-ul .product-list:last-child .icon-fold,.home-page .product-combination .box .product-ul .product-list:nth-child(4n+4) .icon-fold {
        display: block
    }
    .home-source-page .product-combination .box .product-ul .product-list .icon-fold {
        display: none
    }

    .home-source-page .product-combination .box .product-ul .product-list:last-child .icon-fold,.home-source-page .product-combination .box .product-ul .product-list:nth-child(4n+4) .icon-fold {
        display: block
    }
    .product-list-page .pagination-container {
        flex-direction: column
    }

    .product-list-page .pagination-container .total-page {
        margin-bottom: 10px
    }

    .product-list-page .pagination-container .pagination .page-item {
        min-width: 38px;
        padding: 10px 12px
    }
}

@media screen and (min-width:0px) and (max-width:1199px){
    .footer .container {
        margin-top: 60px;
        padding: 50px 0
    }

    .footer .container .box .contact-content {
        flex-wrap: wrap
    }

    .footer .container .box .contact-content .contact-box {
        padding-right: 60px
    }

    .footer .container .box .contact-content .website-box {
        min-width: 100%
    }
    .header .container .box {
        padding: 0 10px
    }
    .home-page .top-banner-carousel .wrap-carousel {
        padding-top: 56.25%;
        height: auto
    }

    .home-page .top-banner-carousel .wrap-carousel .swiper .swiper-pagination {
        bottom: 10px;
        padding: 3px 4px
    }

    .home-page .top-banner-carousel .wrap-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    .home-page .top-banner-carousel .search-box {
        position: relative;
        bottom: auto
    }

    .home-page .top-banner-carousel .search-box .search-bar {
        padding: 8px;
        border-radius: 0
    }

    .home-page .top-banner-carousel .search-box .search-bar .item {
        width: calc(50% - 4px)
    }

    .home-page .top-banner-carousel .search-box .search-bar .item .input {
        font-size: 14px;
        border-radius: 5px
    }

    .home-page .top-banner-carousel .search-box .search-bar .item .select {
        font-size: 14px;
        border-radius: 5px
    }

    .home-page .top-banner-carousel .search-box .search-bar .item .icon {
        right: 10px;
        width: 18px
    }
    .home-source-page .top-banner-carousel .wrap-carousel .swiper .swiper-pagination {
        bottom: 10px;
        padding: 3px 4px
    }

    .home-source-page .top-banner-carousel .wrap-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    .home-source-page .top-banner-carousel .search-box {
        position: relative;
        bottom: auto
    }

    .home-source-page .top-banner-carousel .search-box .search-bar {
        padding: 8px;
        border-radius: 0
    }

    .home-source-page .top-banner-carousel .search-box .search-bar .item {
        width: calc(50% - 4px)
    }

    .home-source-page .top-banner-carousel .search-box .search-bar .item .input {
        font-size: 14px;
        border-radius: 5px
    }

    .home-source-page .top-banner-carousel .search-box .search-bar .item .select {
        font-size: 14px;
        border-radius: 5px
    }

    .home-source-page .top-banner-carousel .search-box .search-bar .item .icon {
        right: 10px;
        width: 18px
    }

    .home-source-page .experts-ecommendations .box .wrap-carousel {
        padding: 0 15px 20px
    }
    .hide1199 {
        display: none!important
    }
}

@media screen and (min-width:0px) and (max-width:991px){
    .home-page .company-introduction .box {
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 0
    }

    .home-page .company-introduction .box .title-box {
        width: 100%
    }

    .home-page .company-introduction .box .title-box .title {
        font-size: 22px;
        padding: 10px 0;
        font-weight: 700
    }

    .home-page .company-introduction .box .title-box .desc {
        font-size: 14px
    }
    .home-source-page .brands-stand-quality .box .section-box {
        flex-direction: column
    }

    .home-source-page .brands-stand-quality .box .section-box .title-box {
        width: 100%
    }

    .home-source-page .brands-stand-quality .box .section-box .title-box .title {
        font-size: 22px;
        padding: 15px 0;
        font-weight: 700
    }

    .home-source-page .brands-stand-quality .box .section-box .title-box .desc {
        font-size: 14px
    }
    body:has(.filter-condition-layer.active) {
        overflow: hidden
    }

    .product-list-page .product-model .box {
        flex-direction: column
    }

    .product-list-page .product-model .box .filter-condition {
        width: 100%
    }

    .product-list-page .product-model .box .filter-condition .mobile-operation {
        display: flex;
        margin-bottom: 15px
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        background: #fff;
        display: flex;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        transition: all .2s;
        transform: scale(.8) translateZ(0) translateZ(0)
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateZ(0) translateZ(0)
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-head {
        width: 100%;
        position: relative;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 10px rgba(0,0,0,.1)
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-head .name {
        font-size: 16px;
        font-weight: 700;
        color: var(--blue)
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-head .layer-close {
        display: block;
        width: 34px;
        height: 34px;
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 88;
        transform: translateY(-50%);
        border-radius: 100%;
        border: 2px solid var(--grey);
        background-color: hsla(0,0%,100%,.5);
        cursor: pointer
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-head .layer-close:active {
        opacity: .8
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-head .layer-close:after,.product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-head .layer-close:before {
        content: "";
        display: block;
        width: 16px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: var(--grey);
        border-radius: 88px
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-head .layer-close:before {
        transform: translate(-50%,-50%) rotate(45deg)
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-head .layer-close:after {
        transform: translate(-50%,-50%) rotate(-45deg)
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer .layer-box {
        flex: 1;
        width: 100%;
        overflow: auto;
        padding: 12px 15px 1px
    }

    .product-list-page .product-model .box .filter-condition .filter-condition-layer .button-groud {
        width: 100%;
        padding: 15px;
        box-shadow: 0 0 10px rgba(0,0,0,.1)
    }
}

@media screen and (min-width:0px) and (max-width:767px){
    .about-me-page .section-module .box .big-title {
        font-size: 20px
    }
    .contact-page .section-module .box .big-title {
        font-size: 20px
    }

    .contact-page .section-module .box .content {
        display: flex;
        flex-direction: column
    }

    .contact-page .section-module .box .content .left {
        width: 100%
    }

    .contact-page .section-module .box .content .right {
        width: 100%;
        padding-left: 0
    }
    .footer .container {
        margin-top: 60px;
        padding: 50px 0
    }

    .footer .container .box .contact-content {
        flex-direction: column
    }

    .footer .container .box .contact-content .big-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 8px
    }

    .footer .container .box .contact-content .sub-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px
    }

    .footer .container .box .contact-content .contact-box {
        max-width: 100%;
        padding-right: 0
    }

    .footer .container .box .contact-content .content-box {
        margin-bottom: 20px
    }

    .footer .container .box .contact-content .content-box .row-box .ul-box:nth-child(2) {
        margin-right: 0
    }

    .footer .container .box .contact-content .website-box {
        margin-bottom: 20px
    }

    .footer .container .box .contact-content .website-box .ul-box {
        flex-wrap: wrap
    }
    .article {
        font-size: 14px
    }

    .header {
        height: 64px
    }

    .header .container {
        height: 64px
    }

    .header .container .box {
        padding: 0 10px;
        position: relative
    }

    .header .container .box .logo-box .name {
        font-size: 16px;
        margin-left: 15px
    }

    .header .container .box .nav {
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        height: calc(100vh - 64px);
        overflow: auto;
        background-color: #fff;
        z-index: 9998;
        display: none
    }

    .header .container .box .nav .nav-ul {
        display: block
    }

    .header .container .box .nav .nav-ul .nav-li {
        margin-left: 0;
        height: auto;
        padding: 0 10px;
        border-bottom: 1px solid #eee
    }

    .header .container .box .nav .nav-ul .nav-li.active .nav-li-a {
        color: var(--link)
    }

    .header .container .box .nav .nav-ul .nav-li.active .nav-li-a:after {
        transform: translateY(-50%) rotate(90deg)
    }

    .header .container .box .nav .nav-ul .nav-li:has(.sub-nav-container) .nav-li-a:after {
        display: block
    }

    .header .container .box .nav .nav-ul .nav-li .nav-li-a {
        height: auto;
        min-height: 50px;
        position: relative
    }

    .header .container .box .nav .nav-ul .nav-li .nav-li-a:hover {
        text-decoration: none
    }

    .header .container .box .nav .nav-ul .nav-li .nav-li-a:after {
        content: "";
        transition: all .3s;
        display: none;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-image: url(../img/icon-link.svg);
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat
    }

    .header .container .box .nav .nav-ul .nav-li .sub-nav-container {
        display: none;
        position: static;
        top: auto;
        box-shadow: none;
        padding: 10px 20px;
        max-height: none
    }

    .header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px
    }

    .header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section .sub-nav-section-title {
        font-size: 15px
    }

    .header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section .sub-nav-ul {
        padding-left: 10px
    }

    .header .container .box .mobile-menu {
        margin-left: 10px
    }

    .header .container .box .mobile-menu.active .menu-icon span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -1px;
        left: 0
    }

    .header .container .box .mobile-menu.active .menu-icon span:nth-child(2) {
        opacity: 0;
        width: 0
    }

    .header .container .box .mobile-menu.active .menu-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px;
        left: 0
    }

    .header .container .box .mobile-menu .menu-icon {
        width: 25px;
        height: 19px;
        cursor: pointer;
        position: relative
    }

    .header .container .box .mobile-menu .menu-icon span {
        display: inline-block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: var(--blue);
        border-radius: 2px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .1s ease-in-out;
        transition: .1s ease-in-out;
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    .header .container .box .mobile-menu .menu-icon span:first-child {
        top: 0
    }

    .header .container .box .mobile-menu .menu-icon span:nth-child(2) {
        top: 8px
    }

    .header .container .box .mobile-menu .menu-icon span:nth-child(3) {
        top: 16px
    }
    .home-page .screen-title {
        font-size: 18px;
        font-weight: 700
    }

    .home-page .common-link-box .title-bar {
        margin-bottom: -20px;
        padding: 0 20px
    }

    .home-page .common-link-box .title-bar .name {
        font-size: 14px;
        font-weight: 600;
        padding: 6px 10px
    }

    .home-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .title .name {
        font-size: 14px
    }

    .home-page .product-combination .box .product-ul .product-list .icon-fold {
        top: 18px
    }

    .home-page .catalogues-tools {
        padding: 15px 0
    }

    .home-page .catalogues-tools .box .top-head {
        margin-bottom: 10px
    }

    .home-page .catalogues-tools .box .top-head .name {
        font-size: 16px
    }

    .home-page .catalogues-tools .box .top-head .title {
        font-size: 22px
    }

    .home-page .catalogues-tools .box .ul-box {
        margin: 0 -15px
    }

    .home-page .catalogues-tools .box .ul-box .list {
        padding: 0 15px
    }

    .home-page .company-introduction .box {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0
    }

    .home-page .company-introduction .box .title-box {
        width: 100%;
        margin-bottom: 10px
    }

    .home-page .company-introduction .box .title-box .title {
        font-size: 18px;
        padding: 10px 0;
        font-weight: 700
    }

    .home-page .company-introduction .box .title-box .desc {
        font-size: 14px
    }
    .home-source-page .screen-title {
        font-size: 18px;
        font-weight: 700
    }

    .home-source-page .common-link-box .title-bar {
        margin-bottom: -20px;
        padding: 0 20px
    }

    .home-source-page .common-link-box .title-bar .name {
        font-size: 14px;
        font-weight: 600;
        padding: 6px 10px
    }

    .home-source-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .title .name {
        font-size: 14px
    }

    .home-source-page .product-combination .box .product-ul .product-list .icon-fold {
        top: 18px
    }

    .home-source-page .news-repairsolutions-carousel {
        margin-top: 10px
    }

    .home-source-page .catalogues-tools {
        padding: 15px 0
    }

    .home-source-page .catalogues-tools .box .top-head {
        margin-bottom: 10px
    }

    .home-source-page .catalogues-tools .box .top-head .name {
        font-size: 16px
    }

    .home-source-page .catalogues-tools .box .top-head .title {
        font-size: 22px
    }

    .home-source-page .catalogues-tools .box .ul-box {
        margin: 0 -15px
    }

    .home-source-page .catalogues-tools .box .ul-box .list {
        padding: 0 15px
    }

    .home-source-page .brands-stand-quality .box .section-box {
        flex-direction: column
    }

    .home-source-page .brands-stand-quality .box .section-box .title-box {
        width: 100%;
        margin-bottom: 10px
    }

    .home-source-page .brands-stand-quality .box .section-box .title-box .title {
        font-size: 18px;
        padding: 10px 0;
        font-weight: 700
    }

    .home-source-page .brands-stand-quality .box .section-box .title-box .desc {
        font-size: 14px
    }

    .home-source-page .brands-stand-quality .box .section-box .ul-box .list {
        padding: 0
    }

    .home-source-page .brands-stand-quality .box .wrap-carousel .swiper .swiper-pagination {
        bottom: 10px;
        padding: 3px 4px
    }

    .home-source-page .brands-stand-quality .box .wrap-carousel .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px
    }

    .home-source-page .experts-ecommendations .box .title-box {
        padding: 20px 15px 15px
    }

    .home-source-page .experts-ecommendations .box .title-box .title {
        font-size: 18px;
        font-weight: 700
    }

    .home-source-page .experts-ecommendations .box .title-box .desc {
        font-size: 14px
    }

    .home-source-page .experts-ecommendations .box .copyright-agreement .list {
        flex-direction: column
    }

    .home-source-page .experts-ecommendations .box .copyright-agreement .list .img-box {
        margin-bottom: 8px
    }

    .home-source-page .experts-ecommendations .box .copyright-agreement .list .explain {
        margin-left: 0
    }
    .product-list-page .result-summary {
        padding: 10px 0
    }

    .product-list-page .result-summary .box {
        flex-direction: column
    }

    .product-list-page .result-summary .box .search-value {
        margin-right: 0;
        max-width: 100%
    }

    .product-list-page .result-summary .box .search-value .desc {
        font-size: 14px
    }

    .product-list-page .result-summary .box .statistics {
        flex-direction: column;
        width: 100%
    }

    .product-list-page .result-summary .box .statistics .total {
        font-size: 14px;
        line-height: 1.8
    }

    .product-list-page .product-model .box .product-container .product-ul .list {
        width: 50%
    }

    .product-list-page .product-model .box .product-container .product-ul .list .list-box .product-content .product-title {
        font-size: 16px
    }
    .shopping-cart-page .product-watch .box .product-ul .product-list .list-box .img-box {
        width: 120px;
        height: 120px;
        margin-right: 15px
    }

    .shopping-cart-page .product-watch .box .product-ul .product-list .list-box .product-content .product-title {
        font-size: 15px
    }

    .shopping-cart-page .product-watch .box .form-box .button-groud .button {
        width: 200px
    }
    .article {
        font-size: 14px
    }
}

@media screen and (min-width:0px) and (max-width:640px){
    .footer .container {
        margin-top: 60px;
        padding: 50px 0
    }

    .footer .container .box .contact-content {
        flex-direction: column
    }

    .footer .container .box .contact-content .contact-box {
        max-width: 100%;
        padding-right: 0
    }
    .header .container .box .icon-box .icon-item {
        padding: 15px 6px
    }
    .product-details-page .product-banner .box .head-bar {
        flex-direction: column;
        margin-bottom: 10px;
        padding: 10px 0
    }

    .product-details-page .product-banner .box .head-bar .product-title {
        font-size: 15px;
        font-weight: 700
    }

    .product-details-page .product-banner .box .head-bar .product-price {
        margin-left: 0;
        margin-top: 5px;
        font-size: 14px
    }

    .product-details-page .product-banner .box .carousel-box {
        flex-direction: column-reverse
    }

    .product-details-page .product-banner .box .carousel-box .small-box {
        margin-top: 15px;
        width: 100%;
        max-width: 100%;
        overflow: auto;
        display: block;
        white-space: nowrap
    }

    .product-details-page .product-banner .box .carousel-box .small-box .list-img {
        display: inline-block;
        width: 100px;
        height: 80px;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .product-details-page .product-banner .box .carousel-box .big-img {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .product-details-page .product-banner .box .carousel-box .big-img .img {
        width: 100%;
        height: auto
    }

    .product-details-page .product-banner .box .button-groud {
        margin-bottom: 30px
    }

    .product-details-page .product-banner .box .button-groud .button {
        width: 100%
    }

    .product-details-page .product-parameter .box .tabs-ul .tabs-list.information .data-item {
        padding: 8px 0;
        flex-direction: column
    }

    .product-details-page .product-parameter .box .tabs-ul .tabs-list.information .data-item .label {
        margin-bottom: 3px
    }
    .product-list-page .product-model .box .product-container .product-ul .list {
        width: 100%
    }

    .product-list-page .product-model .box .product-container .product-ul .list .list-box {
        flex-direction: column
    }

    .product-list-page .product-model .box .product-container .product-ul .list .list-box .product-content .product-title {
        font-size: 15px
    }

    .product-list-page .product-model .box .product-container .product-ul .list .list-box .product-content .product-price {
        font-size: 14px
    }

    .product-list-page .pagination-container {
        flex-direction: column
    }

    .product-list-page .pagination-container .total-page {
        margin-bottom: 10px
    }

    .product-list-page .pagination-container .pagination .page-item {
        min-width: 38px;
        padding: 10px 12px
    }
    .shopping-cart-page .checkbox {
        width: 40px
    }

    .shopping-cart-page .product-watch .box .big-title {
        font-size: 14px;
        font-weight: 700
    }

    .shopping-cart-page .product-watch .box .product-ul .product-list .list-box .img-box {
        width: calc(max(80px,25vw));
        height: calc(max(80px,25vw));
        margin-right: 15px
    }

    .shopping-cart-page .product-watch .box .product-ul .product-list .list-box .product-content .product-title {
        font-size: 14px
    }

    .shopping-cart-page .product-watch .box .form-box .button-groud {
        width: 40%
    }

    .shopping-cart-page .product-watch .box .form-box .button-groud .button {
        width: 100%
    }
}

@media screen and (min-width:640px) and (max-width:767px){
    .product-details-page .product-banner .box .carousel-box .small-box {
        width: 110px
    }

    .product-details-page .product-banner .box .carousel-box .small-box .list-img {
        width: 100px;
        height: 80px;
        margin-right: 10px;
        margin-bottom: 10px
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .about-me-page .section-module .box .big-title {
        font-size: 38px
    }
    .contact-page .section-module .box .big-title {
        font-size: 38px
    }

    .contact-page .section-module .box .content {
        display: flex;
        flex-direction: column
    }

    .contact-page .section-module .box .content .left {
        width: 100%
    }

    .contact-page .section-module .box .content .right {
        width: 100%;
        padding-left: 0
    }

    .contact-page .section-module .box .content .right .img-box {
        justify-content: center;
        padding-left: 20%
    }
    .header {
        height: 64px
    }

    .header .container {
        height: 64px
    }

    .header .container .box {
        padding: 0 10px
    }

    .header .container .box .logo-box .name {
        font-size: 16px;
        margin-left: 22px
    }

    .header .container .box .nav .nav-ul .nav-li {
        margin-left: 30px
    }

    .header .container .box .nav .nav-ul .nav-li .sub-nav-container {
        max-height: calc(100vh - 64px);
        top: 64px
    }

    .header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section {
        width: 33.33333%;
        max-width: 33.33333%
    }
    .home-page .screen-title {
        font-size: 22px;
        font-weight: 700
    }

    .home-page .common-link-box .title-bar {
        margin-bottom: -20px;
        padding: 0 20px
    }

    .home-page .common-link-box .title-bar .name {
        font-size: 16px;
        font-weight: 600;
        padding: 6px 10px
    }

    .home-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .title .name {
        font-size: 18px
    }

    .home-page .product-combination .box .product-ul .product-list .icon-fold {
        display: none;
        top: 20px
    }

    .home-page .product-combination .box .product-ul .product-list:last-child .icon-fold,.home-page .product-combination .box .product-ul .product-list:nth-child(2n+2) .icon-fold {
        display: block
    }

    .home-page .catalogues-tools {
        padding: 30px 15px 20px
    }

    .home-page .catalogues-tools .box .top-head {
        margin-bottom: 10px
    }

    .home-page .catalogues-tools .box .top-head .name {
        font-size: 16px
    }

    .home-page .catalogues-tools .box .top-head .title {
        font-size: 22px
    }

    .home-page .catalogues-tools .box .ul-box {
        margin: 0 -15px
    }

    .home-page .catalogues-tools .box .ul-box .list {
        padding: 0 15px
    }
    .home-source-page .screen-title {
        font-size: 22px;
        font-weight: 700
    }

    .home-source-page .common-link-box .title-bar {
        margin-bottom: -20px;
        padding: 0 20px
    }

    .home-source-page .common-link-box .title-bar .name {
        font-size: 16px;
        font-weight: 600;
        padding: 6px 10px
    }

    .home-source-page .product-combination .box .product-ul .product-list .product-list-box .top-sort .title .name {
        font-size: 18px
    }

    .home-source-page .product-combination .box .product-ul .product-list .icon-fold {
        display: none;
        top: 20px
    }

    .home-source-page .product-combination .box .product-ul .product-list:last-child .icon-fold,.home-source-page .product-combination .box .product-ul .product-list:nth-child(2n+2) .icon-fold {
        display: block
    }

    .home-source-page .catalogues-tools {
        padding: 30px 15px 20px
    }

    .home-source-page .catalogues-tools .box .top-head {
        margin-bottom: 10px
    }

    .home-source-page .catalogues-tools .box .top-head .name {
        font-size: 16px
    }

    .home-source-page .catalogues-tools .box .top-head .title {
        font-size: 22px
    }

    .home-source-page .catalogues-tools .box .ul-box {
        margin: 0 -15px
    }

    .home-source-page .catalogues-tools .box .ul-box .list {
        padding: 0 15px
    }

    .home-source-page .experts-ecommendations .box .title-box {
        padding: 20px 15px 15px
    }

    .home-source-page .experts-ecommendations .box .title-box .title {
        font-size: 22px;
        font-weight: 700
    }

    .home-source-page .experts-ecommendations .box .title-box .desc {
        font-size: 16px
    }
    .product-details-page .product-banner .box .carousel-box .small-box {
        width: 220px
    }

    .product-details-page .product-banner .box .carousel-box .small-box .list-img {
        width: 100px;
        height: 80px;
        margin-right: 10px;
        margin-bottom: 10px
    }
    .product-list-page .result-summary {
        padding: 10px 0
    }

    .product-list-page .result-summary .box {
        flex-direction: column
    }

    .product-list-page .result-summary .box .search-value {
        margin-right: 0;
        max-width: 100%
    }

    .product-list-page .result-summary .box .search-value .desc {
        font-size: 18px
    }

    .product-list-page .result-summary .box .statistics {
        flex-direction: column;
        width: 100%
    }

    .product-list-page .result-summary .box .statistics .total {
        font-size: 18px;
        line-height: 1.8
    }

    .product-list-page .product-model .box .product-container .product-ul .list {
        width: 33.33%
    }
}

@media screen and (min-width:991px) and (max-width:1199px){
    .header .container .box .nav .nav-ul .nav-li .sub-nav-container .sub-nav-box .sub-nav-section {
        width: 25%;
        max-width: 25%
    }
    .home-page .screen-title {
        font-size: 24px;
        font-weight: 700
    }

    .home-page .common-link-box .title-bar {
        margin-bottom: -20px
    }

    .home-page .common-link-box .title-bar .name {
        font-size: 18px;
        font-weight: 600;
        padding: 6px 10px
    }

    .home-page .product-combination .box .product-ul .product-list .icon-fold {
        display: none
    }

    .home-page .product-combination .box .product-ul .product-list:last-child .icon-fold,.home-page .product-combination .box .product-ul .product-list:nth-child(3n+3) .icon-fold {
        display: block
    }

    .home-page .catalogues-tools {
        padding: 30px 15px 20px
    }

    .home-page .catalogues-tools .box .top-head .name {
        font-size: 16px
    }

    .home-page .catalogues-tools .box .top-head .title {
        font-size: 24px
    }

    .home-page .catalogues-tools .box .ul-box {
        margin: 0 -15px
    }

    .home-page .catalogues-tools .box .ul-box .list {
        padding: 0 15px
    }

    .home-page .catalogues-tools .box .ul-box .list .link-box .title-bar .name {
        font-size: 16px
    }

    .home-page .company-introduction .box .title-box {
        width: 38%
    }

    .home-page .company-introduction .box .title-box .title {
        font-size: 24px;
        padding: 10px 0
    }
    .home-source-page .screen-title {
        font-size: 24px;
        font-weight: 700
    }

    .home-source-page .common-link-box .title-bar {
        margin-bottom: -20px
    }

    .home-source-page .common-link-box .title-bar .name {
        font-size: 18px;
        font-weight: 600;
        padding: 6px 10px
    }

    .home-source-page .product-combination .box .product-ul .product-list .icon-fold {
        display: none
    }

    .home-source-page .product-combination .box .product-ul .product-list:last-child .icon-fold,.home-source-page .product-combination .box .product-ul .product-list:nth-child(3n+3) .icon-fold {
        display: block
    }

    .home-source-page .catalogues-tools {
        padding: 30px 15px 20px
    }

    .home-source-page .catalogues-tools .ul-box {
        margin: 0 -15px
    }

    .home-source-page .catalogues-tools .ul-box .list {
        padding: 0 15px
    }
    .product-list-page .result-summary {
        padding: 15px 0
    }

    .product-list-page .result-summary .box .search-value .desc {
        font-size: 16px
    }

    .product-list-page .result-summary .box .statistics .total {
        font-size: 16px
    }

    .product-list-page .product-model .box .filter-condition {
        width: 260px
    }

    .product-list-page .product-model .box .product-container .product-ul .list {
        width: 33.33%
    }
}