html,body {
    height: 100%;
}
.body-wp {
    width: 100%;
    margin: auto;
}
.header {
    height: 320px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.header.home {
    height: 720px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.body-wp.list .header.home {
    height: 60px;
}
.nav-bar {
    background: #FFFFFF !important;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    z-index: 100;
}
.nav-bar.header-wp {
    display: flex;
    justify-content: center;
}
.nav-bar.header-wp .logo {
    padding: 10px 30px 10px 10px;
}
.nav-bar.header-wp .logo img {
    height: 100%;
    vertical-align: unset;
}
.nav-bar.header-wp .mobile-nav {
    display: none;
}
.nav-bar.header-wp .nav {
    display: flex;
    margin: 0;
    padding: 0;
    column-gap: 30px;
}
.nav-bar.header-wp .nav li {
    list-style: none;
    margin: 0;
    height: 100%;
    padding: 0;
}
.nav-bar.header-wp .nav a {
    color: #2a2c2a;
}
.nav-bar.header-wp .nav li.active {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #e55b64;
}
.nav-bar.header-wp .nav li.active a {
    color: #e55b64;
}
.home-banner-swiper-wp {
    flex: 1;
}
.carousel-inner {
    height: 100%;
}
.carousel-item {
    height: 660px !important;
}
.carousel-item img {
    height: 100%;
}
.main-box.bg-color-gray {
    background-color: #f2f2f2;
    padding: 10px;
}
.main-box.bg-color-gray .box-title {
    margin-top: 0;
    padding-top: 20px;
    background-position: center 30px;
}
.main-box .box-title {
    margin: 30px auto;
    width: 386px;
    height: 62px;
    background: url(../img/box-title-bg.png) no-repeat center center/contain;
    line-height: 62px;
    text-align: center;
    font-size: 44px;
    color: #e55b64;
    font-family: gilroy-b;
}
.body-wp.list .main-box .box-title {
    background: #474f6d;
    width: auto;
    height: 100px;
    line-height: 100px;
    margin: 10px 0;
    text-align: left;
    font-size: 18px;
    padding: 0 15%;
    color: #FFFFFF;
}

.main-box .box-body {
    display: flex;
    padding: 0 15%;
}
.main-box .box-body .content {
    flex: 1;
}
.main-box .box-body .content .title {
    font-size: 24px;
}
.main-box .box-body .content .text p {
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.main-box .box-body .content .btn-more {
    display: inline-block;
    border-radius: 8px;
    width: auto;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #C30D23;
    font-size: 18px;
    margin-top: 60px;
}
.main-box .box-body .content .btn-goto {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #C30D23;
    font-size: 18px;
    margin-left: 20px;
    text-align: center;
}
.main-box .box-body .content.text-company .title {
    text-align: center;
    margin-bottom: 20px;
}
.main-box .box-body .content.text-company .text {
    padding: 10px;
}
.main-box .box-body .content.text-company .text p {
    margin: 5px 0;
}
.main-box .box-body .thumb {
    width: 460px;
    height: 460px;
    margin: 4px;
}
.main-box .box-body .thumb img {
    width: 100%;
    height: 100%;
}
.body-wp.list .main-box .box-body {
    column-gap: 10px;
}
.body-wp.list .main-box .box-body .list-category {
    display: flex;
    flex-direction: column;
    width: 210px;
}
.body-wp.list .main-box .box-body .list-category.view {
    min-width: 360px;
}
.body-wp.list .main-box .box-body .list-category .product-thumbs {
    height: 380px;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.body-wp.list .main-box .box-body .list-category .product-thumbs .home-banner-swiper-wp {
    height: 100%;
}
.body-wp.list .main-box .box-body .list-category .product-thumbs .home-banner-swiper-wp .carousel-item {
    height: 100% !important;
}
.body-wp.list .main-box .box-body .list-category > a {
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background: #EEEEEE;
    color: #323232;
    border-radius: 4px;
    padding: 0 10px;
    white-space: nowrap;
}
.body-wp.list .main-box .box-body .list-category > a.active {
    background: #e55b64;
    color: #fff;
}
.body-wp.list .main-box .box-body .list-item {
    flex: 1;
}
.body-wp.list .main-box .box-body .list-item .count-bar {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: solid 1px #cdd2d2;
}
.body-wp.list .main-box .box-body .list-item .count-bar.title {
    text-align: center;
}
.body-wp.list .main-box .box-body .list-item .count-bar.title.view {
    border-bottom: unset;
}
.body-wp.list .main-box .box-body .list-item .well {
    min-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: rgb(245, 245, 245);
    padding: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-image: initial;
    border-radius: 4px;
}
.body-wp.list .main-box .box-body .list-item .product-text {
    padding: 6px 10px;
}
.body-wp.list .main-box .box-body .list-item .product-text img {
    max-width: 100%;
}
.body-wp.list .main-box .box-body .list-item .cats-bar {
    margin: 10px 0 20px 0;
}
.body-wp.list .main-box .box-body .list-item .cats-bar a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background: #EEEEEE;
    color: #323232;
    border-radius: 4px;
    padding: 0 10px;
    word-break: keep-all;
    margin-right: 5px;
    margin-bottom: 8px;
}
.body-wp.list .main-box .box-body .list-item .cats-bar a.active {
    background: #474f6d;
    color: #fff;
}
.body-wp.list .main-box .box-body .product-tags {
    display: flex;
    column-gap: 6px;
    flex-wrap: wrap;
}
.body-wp.list .main-box .box-body .product-tags > a {
    margin-bottom: 10px;
    background: #EEEEEE;
    color: #323232;
    border-radius: 4px;
    padding: 4px 10px;
    white-space: nowrap;
}
.body-wp.list .main-box .box-body .list-item .goods-list .goods-wp {
    display: flex;
    column-gap: 10px;
    margin-bottom: 30px;
}
.body-wp.list .main-box .box-body .list-item .goods-list .goods-wp .goods-thumb {
    width: 102px;
    border: 1px solid #eee;
}
.body-wp.list .main-box .box-body .list-item .goods-list .goods-wp .goods-text-wp {
    flex: 1;
}
.body-wp.list .main-box .box-body .list-item .goods-list .goods-wp .goods-text-wp h1 {
    font-size: 1.2rem;
    color: #e55b64;
}
.body-wp.list .main-box .box-body .list-item .goods-list .goods-wp .goods-text-wp p {
    color: #000000;
}
.footer {
    padding: 0 10px 20px 10px;
    background-color: #9a9ba0;
}
.footer .footer-wp {
    display: flex;
    column-gap: 80px;
    justify-content: center;
}
.footer .footer-wp .footer-mid {
    display: flex;
    column-gap: 80px;
}
.footer .footer-wp .foot1,.footer .footer-wp .foot2 {
    padding-top: 20px;
}
.footer .footer-wp .foot1 img {
    width: 140px;
}
.footer .footer-wp .foot2 {
    color: #FFFFFF;
}
.footer .footer-wp .foot2 dl {
    font-size: 120%;
    font-family: gilroy-b;
    font-weight: normal;
}
.footer .footer-wp .foot2 dt {
    margin-bottom: 0.5rem;
}
.footer .footer-wp dd a {
    color: #FFFFFF;
}
.footer .footer-wp .foot2 span {
    width: 50px;
    display: inline-block;
}
.footer .footer-wp .foot2 .circle-link {
    display: flex;
    align-content: space-between;
    flex-direction: row;
    justify-content: space-between;
}
.footer .footer-wp .foot2 .circle-link img {
    width: 120px;
    margin-right: 10px;
}
.footer .footer-copyright {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #c4bfbf;
    padding-top: 10px;
}
.footer .footer-copyright .last-bar {
    text-align: center;
    font-size: 14px;
    color: #e0dcdc;
}
.footer .footer-copyright .last-bar a {
    color: #e0dcdc;
}
.w200 {
    width: 200px;
}
@media screen and (max-width: 750px) {
    .header.home {
        display: block;
    }
    .header.home .nav-bar {
        width: 100%;
        text-align: center;
        position: fixed;
        height: 50px;
        top: 0;
        left: 0;
    }
    .nav-bar.header-wp .logo {
        padding-right: 20px;
        margin-left: -30px;
    }
    .nav-bar.header-wp .mobile-nav {
        display: block;
        width: 30px;
        height: 28px;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -14px;
        display: inline-block;
        background: url(../img/menu-m.png) no-repeat center center/cover;
    }
    .home-banner-swiper-wp {
        margin-top: 50px;
    }
    .body-wp.list .main-box .box-title {
        padding: 0 10px;
    }
    .main-box .box-title {
        margin-top: 10px;
    }
    .main-box .box-body {
        flex-direction: column;
        padding: 0 10px;
    }
    .body-wp.list .main-box .box-body .list-category {
        width: 100%;
        flex-direction: row;
        column-gap: 10px;
        flex-wrap: wrap;
    }
    .main-box .box-body .content .title {
        margin-bottom: 1rem;
    }
    .main-box .box-body .content .btn-more {
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .main-box .box-body .thumb {
        width: auto;
        height: auto;
    }
    .body-wp.list .main-box .box-body .product-tags {
        display: none;
    }
    .body-wp.list .main-box .box-body .list-category.view {
        min-width: unset!important;
        flex-direction: column;
    }
    .body-wp.list .main-box .box-body .list-category.view .home-banner-swiper-wp {
        margin-top: 6px;
    }
    .main-box .box-body .content.text-company .title {
        text-align: unset;
        margin: 20px 0px 0px 0px;
    }
    .main-box .box-body .content .btn-goto {
        margin-left: 0;
    }
    .footer .footer-wp {
        flex-direction: column;
        align-items: flex-start;
        column-gap: normal;
        justify-content: space-between;
    }
    .footer .footer-wp .footer-mid {
        column-gap: normal;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
}