* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    width: 100%;
    height: 100%
}

@font-face {
    font-family: "Montserrat VariableFont wght";
    src: url("../fonts/Montserrat-VariableFont_wght.ttf")
}

body {
    font-family: "Montserrat VariableFont wght", -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    width: 100%;
    position: relative;
    overflow-x: hidden
}

body.active {
    height: 100%;
    overflow-y: hidden
}

a {
    text-decoration: none
}

ul,
ol {
    list-style: none
}

.banner-ad {
    text-align: center;
    margin: 10px 0;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.container .container_title {
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: 600
}

@media screen and (max-width: 1280px) {
    .container {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .container .container_title {
        font-size: 24px
    }
}

@font-face {
    font-family: "iconfont";
    src: url("../font/iconfont.eot");
    src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/iconfont/iconfont2.woff") format("woff"),
        url("../font/iconfont.ttf") format("truetype"),
        url("../font/iconfont.svg#iconfont") format("svg")
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

button {
    border: none;
    outline: none
}

img {
    display: block
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden
}

.index_header {
    background-image: linear-gradient(180deg, #FF5A64 0%, #FF959B 100%);
    position: relative
}

.index_header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../img/coupon/header_bg.png");
    background-position: center;
    background-size: auto 100%
}

.index_header .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 16px 32px
}

.index_header .container h1 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px
}

.index_header .container .search_box {
    width: 100%;
    padding: 0 63px;
    margin-bottom: 40px
}

.index_header .container .search_box form {
    position: relative;
    width: 100%
}

.index_header .container .search_box form input[type=text] {
    width: 100%;
    height: 56px;
    border-radius: 8px;
    border: none;
    outline: none;
    text-indent: 1em
}

.index_header .container .search_box form button[type=submit] {
    border: none;
    outline: none;
    height: 48px;
    background-color: #000;
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    padding: 0 20px;
    transition: all .3s
}

.index_header .container .search_box form button[type=submit] .iconfont {
    font-size: 14px;
    margin-right: 4px
}

.index_header .container .search_box form button[type=submit]:hover {
    opacity: .8
}

.index_header .container nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    flex-wrap: wrap
}

.index_header .container nav a {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    margin-right: 8px;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px
}

.index_header .container nav a::before {
    content: "";
    font-family: iconfont;
    font-size: 12px;
    margin-right: 4px
}

.index_header .container nav a:hover {
    text-decoration: underline
}

@media screen and (max-width: 768px) {
    .index_header .container {
        padding: 30px 16px 22px
    }

    .index_header .container h1 {
        font-size: 30px;
        line-height: 1.5em;
        margin-bottom: 30px
    }

    .index_header .container .search_box {
        padding: 0;
        margin-bottom: 20px
    }

    .index_header .container nav {
        padding: 0
    }
}

.comment_header {
    background: #ff5a64;
    height: 68px
}

.comment_header .container {
    display: flex;
    align-items: center;
    height: 100%
}

.comment_header .container .branch {
    margin-right: 20px
}

.comment_header .container .branch img {
    height: 40px
}

.comment_header .container .pc_category_box {
    position: relative;
    margin-right: 20px;
    height: 100%
}

.comment_header .container .pc_category_box .trigger {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.comment_header .container .pc_category_box .trigger .iconfont {
    font-weight: 400;
    margin-right: 4px
}

@media screen and (max-width: 767px) {
    .comment_header .container .pc_category_box {
        margin-right: 0
    }

    .comment_header .container .pc_category_box .trigger {
        display: none
    }
}

.comment_header .container .search_mobile {
    flex-shrink: 1;
    flex-grow: 1
}

.comment_header .container .search_mobile .mask {
    display: none
}

.comment_header .container .search_mobile .search_box {
    width: 100%
}

.comment_header .container .search_mobile .search_box .back {
    display: none
}

.comment_header .container .search_mobile .search_box form {
    position: relative;
    width: 100%
}

.comment_header .container .search_mobile .search_box form input[type=text] {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: none;
    outline: none;
    text-indent: 1em
}

.comment_header .container .search_mobile .search_box form button[type=submit] {
    border: none;
    outline: none;
    height: 40px;
    background-color: #000;
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    padding: 0 20px;
    transition: all .3s
}

.comment_header .container .search_mobile .search_box form button[type=submit] .iconfont {
    font-size: 14px;
    margin-right: 4px
}

.comment_header .container .search_mobile .search_box form button[type=submit]:hover {
    opacity: .8
}

.comment_header .container .search_mobile .search_trigger,
.comment_header .container .search_mobile .menu_trigger {
    display: none
}

@media screen and (max-width: 767px) {
    .comment_header .container .search_mobile {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .comment_header .container .search_mobile .search_box {
        display: none
    }

    .comment_header .container .search_mobile .search_trigger,
    .comment_header .container .search_mobile .menu_trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-left: 30px
    }

    .comment_header .container .search_mobile .search_trigger .iconfont,
    .comment_header .container .search_mobile .menu_trigger .iconfont {
        font-size: 20px
    }

    .comment_header .container .search_mobile .menu_trigger.active {
        margin-left: 32px
    }

    .comment_header .container .search_mobile .menu_trigger.active .iconfont {
        display: none
    }

    .comment_header .container .search_mobile .menu_trigger.active::after {
        content: "";
        font-family: iconfont;
        font-size: 20px
    }

    .comment_header .container .search_mobile.active {
        position: fixed;
        z-index: 999;
        width: 100%;
        left: 0;
        top: 0;
        height: 100vh
    }

    .comment_header .container .search_mobile.active .mask {
        display: block;
        width: 100%;
        height: calc(100% - 68px);
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        left: 0;
        top: 68px
    }

    .comment_header .container .search_mobile.active .search_box {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #ff5a64;
        position: absolute;
        height: 64px;
        left: 0;
        top: 0;
        padding: 0 16px
    }

    .comment_header .container .search_mobile.active .search_box .back {
        display: block;
        color: #fff;
        margin-right: 16px
    }

    .comment_header .container .search_mobile.active .search_box .back .iconfont {
        font-size: 20px
    }

    .comment_header .container .search_mobile.active .search_box form {
        flex-grow: 1;
        flex-shrink: 1
    }

    .comment_header .container .search_mobile.active .search_box form button[type=submit] {
        font-size: 0;
        background-color: rgba(0, 0, 0, 0);
        color: #ccc
    }

    .comment_header .container .search_mobile.active .search_box form button[type=submit] .iconfont {
        margin-right: 0
    }

    .comment_header .container .search_mobile.active .search_trigger,
    .comment_header .container .search_mobile.active .menu_trigger {
        display: none
    }
}

.category_swiper_box {
    background-color: #fff0f1;
    padding: 20px 0
}

.category_swiper_box .container .categories_box {
    overflow-x: hidden;
    position: relative;
    padding: 0 20px
}

.category_swiper_box .container .categories_box::before {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 240, 241, 0) 0%, #FFF0F1 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5
}

.category_swiper_box .container .categories_box::after {
    content: "";
    display: block;
    width: 60px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 240, 241, 0) 0%, #FFF0F1 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

.category_swiper_box .container .categories_box .swiper-wrapper .swiper-slide {
    width: 12%;
    padding: 20px 20px
}

.category_swiper_box .container .categories_box .swiper-wrapper .swiper-slide a {
    display: block
}

.category_swiper_box .container .categories_box .swiper-wrapper .swiper-slide a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 51%;
    overflow: hidden
}

.category_swiper_box .container .categories_box .swiper-wrapper .swiper-slide a .thum img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
    transition: all .3s
}

.category_swiper_box .container .categories_box .swiper-wrapper .swiper-slide a p {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category_swiper_box .container .categories_box .swiper-wrapper .swiper-slide a:hover .thum img {
    transform: scale(1.1)
}

.category_swiper_box .container .categories_box .swiper-wrapper .swiper-slide a:hover p {
    text-decoration: underline
}

.category_swiper_box .container .categories_box .swiper-button-prev,
.category_swiper_box .container .categories_box .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .1);
    border-radius: 20px;
    z-index: 7
}

.category_swiper_box .container .categories_box .swiper-button-prev::after,
.category_swiper_box .container .categories_box .swiper-button-next::after {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.category_swiper_box .container .categories_box .swiper-button-prev {
    left: 0
}

.category_swiper_box .container .categories_box .swiper-button-next {
    right: 0
}

@media screen and (max-width: 1280px) {
    .category_swiper_box .container .categories_box .swiper-wrapper .swiper-slide {
        width: 16%;
        padding: 20px 15px
    }
}

@media screen and (max-width: 768px) {
    .category_swiper_box {
        padding: 5px 0;
    }

    .category_swiper_box .container .categories_box .swiper-wrapper .swiper-slide {
        width: 27%;
        padding: 15px 15px
    }

    .category_swiper_box .container .categories_box .swiper-button-prev,
    .category_swiper_box .container .categories_box .swiper-button-next {
        display: none
    }
}

.product_box .container {
    margin-top: 30px
}

.product_box .container .list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px
}

.product_box .container .list li {
    width: calc((100% - 80px)/5);
    margin-right: 20px;
    overflow: hidden;
    position: relative
}

.product_box .container .list li:nth-child(5n) {
    margin-right: 0
}

.product_box .container .list li:nth-child(n+6) {
    margin-top: 20px
}

.product_box .container .list li .thum {
    width: 100%;
    position: relative;
    overflow-y: hidden
}

.product_box .container .list li .thum .product_img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: rgba(0, 0, 0, .04);
    border-radius: 8px;
    overflow: hidden
}

.product_box .container .list li .thum .product_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s
}

.product_box .container .list li .thum .product_img img:hover {
    transform: scale(1.1)
}

.product_box .container .list li .thum .similar {
    display: block;
    width: 139px;
    text-align: center;
    position: absolute;
    height: 32px;
    line-height: 32px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .9);
    border-radius: 17px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    transition: all .3s
}

.product_box .container .list li .thum .similar .iconfont {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-right: 4px
}

.product_box .container .list li .thum .similar:hover {
    background-color: #ff5a64
}

.product_box .container .list li .thum:hover .similar {
    bottom: 10px
}

.product_box .container .list li .discount {
    display: block;
    width: 78px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background-color: #ff5a64;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    transform: rotateZ(-45deg) translateX(-50%) translateY(-50%);
    top: -10px;
    left: 16px
}

.product_box .container .list li .product_name {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em
}

.product_box .container .list li .product_name:hover {
    text-decoration: underline
}

.product_box .container .list li .price {
    display: flex;
    margin-top: 10px;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.product_box .container .list li .price span {
    font-size: 18px;
    font-weight: 500;
    color: #999;
    margin-left: 8px;
    text-decoration: line-through;
}

.product_box .container .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #000;
    margin: 30px auto 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s
}

.product_box .container .more .iconfont {
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px
}

.product_box .container .more:hover {
    background-color: #000;
    color: #fff
}

@media screen and (max-width: 1000px) {
    .product_box .container {
        margin-top: 20px
    }

    .product_box .container .list {
        margin-top: 15px
    }

    .product_box .container .list li {
        width: calc((100% - 60px)/4)
    }

    .product_box .container .list li:nth-child(5n) {
        margin-right: 20px
    }

    .product_box .container .list li:nth-child(4n) {
        margin-right: 0
    }

    .product_box .container .list li:nth-child(n+5) {
        margin-top: 20px
    }

    .product_box .container .list li .thum .similar {
        display: none
    }

    .product_box .container .list li .price {
        font-size: 16px
    }

    .product_box .container .list li .price span {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .product_box .container .list {
        justify-content: space-between
    }

    .product_box .container .list li {
        width: calc(50% - 8px);
        margin-right: 0 !important
    }

    .product_box .container .list li:nth-child(n+3) {
        margin-top: 16px
    }
}

.crumbs {
    background-color: #f5f5f5
}

.crumbs .container {
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
    font-weight: 500
}

.crumbs .container a {
    color: #000;
    font-weight: 600
}

.crumbs .container a:hover {
    text-decoration: underline
}

.crumbs .container span {
    color: #000
}

.detail_box {
    margin-top: 20px
}

.detail_box .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.detail_box .container .thum_swiper {
    width: calc(50% - 15px);
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.detail_box .container .thum_swiper .l {
    width: 20%;
    position: relative
}

.detail_box .container .thum_swiper .l .sw {
    position: relative;
    width: 100%;
    height: 100%
}

.detail_box .container .thum_swiper .l .sw .swiper_box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: hidden
}

.detail_box .container .thum_swiper .l .sw .swiper_box .swiper-wrapper .swiper-slide {
    cursor: pointer;
    width: 100%;
    height: auto
}

.detail_box .container .thum_swiper .l .sw .swiper_box .swiper-wrapper .swiper-slide img {
    width: 100%
}

.detail_box .container .thum_swiper .l .sw .swiper-button-prev {
    left: calc(50% - 16px);
    top: 0
}

.detail_box .container .thum_swiper .l .sw .swiper-button-next {
    right: calc(50% - 16px);
    top: initial;
    bottom: -16px
}

.detail_box .container .thum_swiper .l .sw .swiper-button-prev,
.detail_box .container .thum_swiper .l .sw .swiper-button-next {
    width: 32px;
    height: 32px;
    background: #fff;
    transition: all .3s;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .1);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.detail_box .container .thum_swiper .l .sw .swiper-button-prev::after,
.detail_box .container .thum_swiper .l .sw .swiper-button-next::after {
    font-size: 14px;
    color: #000;
    transform: rotateZ(90deg)
}

.detail_box .container .thum_swiper .l .sw:hover .swiper-button-prev,
.detail_box .container .thum_swiper .l .sw:hover .swiper-button-next {
    display: flex
}

.detail_box .container .thum_swiper .thum {
    width: calc(80% - 15px)
}

.detail_box .container .thum_swiper .thum .thum_box {
    width: 100%;
    border: 1px solid #eee;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative
}

.detail_box .container .thum_swiper .thum .thum_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain
}

.detail_box .container .info_detial {
    width: calc(50% - 15px)
}

.detail_box .container .info_detial h1 {
    font-size: 28px;
    color: #000;
    font-weight: 500
}

.detail_box .container .info_detial .price {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-top: 20px
}

.detail_box .container .info_detial .sale_end {
    height: 40px;
    background: rgba(255, 90, 100, .2);
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-top: 20px
}

.detail_box .container .info_detial .sale_end span {
    color: #fff;
    background-color: #000;
    height: 28px;
    line-height: 28px;
    padding: 0 6px
}

.detail_box .container .info_detial .dis {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    display: flex;
    align-items: center
}

.detail_box .container .info_detial .dis img {
    height: 20px;
    margin-left: 6px
}

.detail_box .container .info_detial .dis span {
    color: #000;
    margin-left: 6px
}

.detail_box .container .info_detial>a {
    margin-top: 20px;
    background-color: #ff5a64;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
    display: inline-flex
}

.detail_box .container .info_detial>a:hover {
    opacity: .8
}

.detail_box .container .info_detial nav {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-height: 84px;
    overflow-y: hidden
}

.detail_box .container .info_detial nav a {
    margin-right: 10px;
    margin-bottom: 4px;
    background-color: #e5e5e5;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 21px;
    font-size: 14px;
    color: #000;
    font-weight: 600
}

.detail_box .container .info_detial nav a:hover {
    text-decoration: underline
}

.detail_box .container .infomation_pat_search {
    width: calc(100% - 356px)
}

@media screen and (max-width: 1200px) {
    .detail_box .container .infomation_pat_search {
        width: 100%
    }
}

.detail_box .container .infomation_pat_search .infomation_list {
    margin-top: 20px
}

.detail_box .container .infomation_pat_search .infomation_list li {
    padding: 20px 0
}

.detail_box .container .infomation_pat_search .infomation_list li a dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px
}

.detail_box .container .infomation_pat_search .infomation_list li a dl dd {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #666
}

.detail_box .container .infomation_pat_search .infomation_list li+li {
    border-top: 1px solid #ddd
}

@media screen and (max-width: 800px) {
    .detail_box .container {
        flex-wrap: wrap
    }

    .detail_box .container .thum_swiper {
        width: 100%
    }

    .detail_box .container .info_detial {
        width: 100%;
        margin-top: 20px
    }

    .detail_box .container .info_detial h1 {
        font-size: 24px
    }

    .detail_box .container .info_detial .price {
        font-size: 28px;
        margin-top: 15px
    }

    .detail_box .container .info_detial .sale_end {
        margin-top: 15px
    }

    .detail_box .container .info_detial .dis {
        margin-top: 15px;
        font-size: 14px
    }

    .detail_box .container .info_detial>a {
        margin-top: 15px;
        height: 40px;
        line-height: 40px
    }

    .detail_box .container .info_detial nav {
        margin-top: 15px;
        max-height: 64px
    }

    .detail_box .container .info_detial nav a {
        height: 30px;
        line-height: 30px;
        padding: 0 15px
    }
}

@media screen and (max-width: 600px) {
    .detail_box .container .thum_swiper {
        align-items: initial
    }

    .detail_box .container .thum_swiper .l {
        width: 100%;
        position: relative
    }

    .detail_box .container .thum_swiper .l .sw {
        position: relative;
        width: 100%;
        height: initial
    }

    .detail_box .container .thum_swiper .l .sw .swiper_box {
        position: relative;
        width: 100%;
        height: initial;
        overflow-y: initial
    }

    .detail_box .container .thum_swiper .l .sw .swiper_box .swiper-wrapper .swiper-slide {
        cursor: pointer;
        width: auto;
        height: 320px
    }

    .detail_box .container .thum_swiper .l .sw .swiper_box .swiper-wrapper .swiper-slide img {
        width: auto;
        height: 100%
    }

    .detail_box .container .thum_swiper .l .sw .swiper-button-prev,
    .detail_box .container .thum_swiper .l .sw .swiper-button-next {
        display: none
    }

    .detail_box .container .thum_swiper .thum {
        display: none
    }
}

.category_between {
    margin-top: 20px
}

.category_between .container {
    display: flex;
    align-items: flex-start
}

.category_between .container .aside {
    margin-right: 30px
}

.category_between .container .aside h1 {
    font-size: 28px;
    color: #000;
    font-weight: 600
}

.category_between .container .aside h2 {
    margin-top: 20px;
    font-size: 24px;
    color: #000;
    font-weight: 600
}

.category_between .container .aside nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.category_between .container .aside nav a {
    white-space: nowrap;
    height: 32px;
    line-height: 32px
}

.category_between .container .aside nav a.active,
.category_between .container .aside nav a:hover {
    text-decoration: underline
}

@media screen and (max-width: 900px) {
    .category_between .container .aside {
        display: none
    }
}

.category_between .container .main {
    flex-shrink: 1;
    flex-grow: 1
}

@media screen and (max-width: 900px) {
    .category_between .container .main {
        width: 100%
    }
}

.category_between .container .main h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 20px
}

.category_between .container .main .tab {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.category_between .container .main .tab a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    border-bottom: 3px solid rgba(0, 0, 0, 0)
}

@media screen and (max-width: 767px) {
    .category_between .container .main .tab a {
        font-size: 14px
    }
}

.category_between .container .main .tab a.active {
    border-color: #000
}

.category_between .container .main .tab a+a {
    margin-left: 20px
}

.category_between .container .main .sort {
    display: flex;
    align-items: center
}

.category_between .container .main .sort span {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-right: 8px
}

.category_between .container .main .sort .sort_by {
    position: relative;
    user-select: none
}

.category_between .container .main .sort .sort_by nav {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .5);
    border-radius: 4px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    top: calc(100% + 10px);
    padding: 10px 0
}

.category_between .container .main .sort .sort_by nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    padding: 0 20px;
    color: #000;
    font-weight: 600;
    font-size: 13px
}

.category_between .container .main .sort .sort_by nav a.active {
    background-color: #fff0f1
}

.category_between .container .main .sort .sort_by nav a.active::after {
    content: "";
    font-family: iconfont;
    font-size: 14px;
    font-weight: 400
}

.category_between .container .main .sort .sort_by h3 {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding: 10px 16px;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 30px
}

.category_between .container .main .sort .sort_by h3::after {
    content: "";
    font-family: iconfont;
    font-size: 10px;
    font-weight: 400
}

.category_between .container .main .sort .sort_by.active h3::after {
    transform: rotateZ(180deg)
}

.category_between .container .main .sort .sort_by.active nav {
    display: flex
}

.category_between .container .main .list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px
}

.category_between .container .main .list li {
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    position: relative;
    overflow: hidden
}

.category_between .container .main .list li:nth-child(4n) {
    margin-right: 0
}

.category_between .container .main .list li:nth-child(n+5) {
    margin-top: 20px
}

.category_between .container .main .list li .thum {
    width: 100%;
    position: relative;
    overflow-y: hidden
}

.category_between .container .main .list li .thum .product_img {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: rgba(0, 0, 0, .04);
    border-radius: 8px;
    overflow: hidden
}

.category_between .container .main .list li .thum .product_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s
}

.category_between .container .main .list li .thum .product_img img:hover {
    transform: scale(1.1)
}

.category_between .container .main .list li .thum .similar {
    display: block;
    width: 139px;
    text-align: center;
    position: absolute;
    height: 32px;
    line-height: 32px;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .9);
    border-radius: 17px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    transition: all .3s
}

.category_between .container .main .list li .thum .similar .iconfont {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-right: 4px
}

.category_between .container .main .list li .thum .similar:hover {
    background-color: #ff5a64
}

.category_between .container .main .list li .thum:hover .similar {
    bottom: 10px
}

.category_between .container .main .list li .discount {
    display: block;
    width: 78px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background-color: #ff5a64;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    transform: rotateZ(-45deg) translateX(-50%) translateY(-50%);
    top: -10px;
    left: 16px
}

.category_between .container .main .list li .product_name {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em
}

.category_between .container .main .list li .product_name:hover {
    text-decoration: underline
}

.category_between .container .main .list li .price {
    display: flex;
    margin-top: 10px;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.category_between .container .main .list li .price span {
    font-size: 18px;
    font-weight: 500;
    color: #999;
    margin-left: 8px
}

@media screen and (max-width: 767px) {
    .category_between .container .main .list {
        justify-content: space-between
    }

    .category_between .container .main .list li {
        width: calc(50% - 8px);
        margin-right: 0 !important
    }

    .category_between .container .main .list li:nth-child(n+3) {
        margin-top: 16px
    }

    .category_between .container .main .list li .thum:hover .similar {
        bottom: -100px
    }
}

.category_between .container .main .infomation_list li+li {
    margin-top: 20px
}

.category_between .container .main .infomation_list li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.category_between .container .main .infomation_list li a .thum {
    width: 240px;
    height: 135px;
    background: rgba(0, 0, 0, .04);
    border-radius: 8px;
    overflow: hidden
}

.category_between .container .main .infomation_list li a .thum img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: all .3s
}

.category_between .container .main .infomation_list li a dl {
    width: calc(100% - 260px)
}

.category_between .container .main .infomation_list li a dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    transition: all .3s
}

.category_between .container .main .infomation_list li a dl .time {
    font-size: 12px;
    color: #999;
    margin: 8px 0
}

.category_between .container .main .infomation_list li a dl .des {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.category_between .container .main .infomation_list li a:hover .thum img {
    transform: scale(1.1)
}

.category_between .container .main .infomation_list li a:hover dl dt {
    text-decoration: underline;
    color: #ff5a64
}

@media screen and (max-width: 767px) {
    .category_between .container .main .infomation_list li+li {
        margin-top: 15px
    }

    .category_between .container .main .infomation_list li a .thum {
        width: 160px;
        height: auto;
        aspect-ratio: 16/9
    }

    .category_between .container .main .infomation_list li a dl {
        width: calc(100% - 170px)
    }

    .category_between .container .main .infomation_list li a dl dt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 16px
    }

    .category_between .container .main .infomation_list li a dl .time {
        margin: 4px 0
    }
}

.category_between .container .main .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #000;
    margin: 30px auto 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s
}

.category_between .container .main .more .iconfont {
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px
}

.category_between .container .main .more:hover {
    background-color: #000;
    color: #fff
}

.adbox {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse
}

.adbox::after {
    content: "Advertisement";
    font-size: 12px;
    margin-bottom: 3px;
    color: #999
}

footer {
    background-color: #000;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
    padding: 40px 0
}

footer nav {
    display: flex;
    align-items: center;
    padding: 20px 0
}

footer nav a {
    font-size: 12px;
    color: #999
}

footer nav a+a {
    margin-left: 15px;
    padding-left: 15px;
    position: relative
}

footer nav a+a::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0
}

footer nav a:hover {
    color: #fff
}

footer p {
    color: #999;
    font-size: 12px
}

#category_box {
    position: absolute;
    display: none
}

#category_box.active {
    display: block
}

#category_box .mask {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 68px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1
}

#category_box .category_box {
    background-color: #fff;
    position: relative;
    padding: 10px 0;
    z-index: 2
}

#category_box .category_box ul {
    max-height: calc(100vh - 100px);
    display: flex;
    align-items: stretch;
    flex-direction: column;
    overflow-y: scroll
}

#category_box .category_box ul::-webkit-scrollbar {
    margin-right: 0;
    width: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0)
}

#category_box .category_box ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0)
}

#category_box .category_box ul li .category_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    padding: 0 20px;
    height: 32px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    transition: all .3s
}

#category_box .category_box ul li .category_title:hover {
    background-color: #fff0f1
}

#category_box .category_box ul li .category_title::after {
    content: "";
    font-family: iconfont;
    margin-left: 20px
}

#category_box .category_box ul li+li {
    margin-top: 10px
}

#category_box .category_box ul li nav {
    display: none
}

#category_box .category_box ul li.active .category_title {
    background-color: #fff0f1
}

#category_box .category_box ul li.active nav {
    display: flex;
    position: absolute;
    flex-direction: column;
    height: 100%;
    left: 100%;
    overflow-y: scroll;
    top: 0;
    background-color: #f5f5f5;
    padding: 10px 100px 20px 20px
}

#category_box .category_box ul li.active nav::-webkit-scrollbar {
    margin-right: 0;
    width: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0)
}

#category_box .category_box ul li.active nav::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0)
}

#category_box .category_box ul li.active nav a {
    white-space: nowrap;
    height: 32px;
    font-weight: 500;
    line-height: 32px
}

#category_box .category_box ul li.active nav a:hover {
    text-decoration: underline
}

#category_box .category_box ul li.active nav a+a {
    margin-top: 10px;
    font-size: 13px;
    color: #000
}

@media screen and (max-width: 767px) {
    #category_box {
        position: fixed;
        z-index: 999;
        left: 0;
        top: 68px;
        height: calc(100% - 68px);
        overflow-y: scroll;
        width: 100%;
        background-color: #fff
    }

    #category_box .category_box {
        background-color: rgba(0, 0, 0, 0);
        position: initial;
        padding: 0;
        z-index: initial
    }

    #category_box .category_box ul {
        padding: 10px 0;
        max-height: initial;
        height: 100%;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        overflow-y: scroll
    }

    #category_box .category_box ul li .category_title {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 600
    }

    #category_box .category_box ul li .category_title:hover {
        background-color: rgba(0, 0, 0, 0)
    }

    #category_box .category_box ul li .category_title::after {
        transform: rotateZ(90deg)
    }

    #category_box .category_box ul li+li {
        margin-top: 0
    }

    #category_box .category_box ul li nav {
        display: none
    }

    #category_box .category_box ul li.active .category_title {
        background-color: rgba(0, 0, 0, 0)
    }

    #category_box .category_box ul li.active .category_title::after {
        transform: rotateZ(-90deg)
    }

    #category_box .category_box ul li.active nav {
        position: initial;
        height: initial;
        left: initial;
        overflow-y: initial;
        top: initial;
        padding: 10px 100px 20px 20px
    }

    #category_box .category_box ul li.active nav a {
        white-space: nowrap;
        height: 40px;
        line-height: 40px
    }

    #category_box .category_box ul li.active nav a:hover {
        text-decoration: underline
    }

    #category_box .category_box ul li.active nav a+a {
        margin-top: 0;
        font-size: 14px
    }

    #category_box .mask {
        display: none
    }
}

.mainBox {
    padding: 20px;
    min-height: calc(100vh - 309px)
}

.mainBox h3 {
    font-size: 1.1em;
    color: #000;
    margin-bottom: 15px
}

.mainBox p {
    font-size: .9em;
    color: #516375;
    margin-bottom: 15px;
    line-height: 1.6em
}

.mainBox form {
    padding: 20px 0
}

.mainBox form .layui-form-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

.mainBox form .layui-form-item .layui-input {
    border: 1px solid #e5e5e5;
    outline: none;
    height: 50px;
    border-radius: 10px;
    text-indent: 1em;
    color: #516375
}

.mainBox form .layui-form-item #comcom {
    border: 1px solid #e5e5e5;
    outline: none;
    resize: none;
    border-radius: 10px;
    padding: 15px;
    text-indent: 1em;
    color: #516375;
    width: 100%
}

.mainBox form input[type=submit] {
    width: 90px;
    height: 40px;
    border: none;
    outline: none;
    background-color: #ff5a64;
    color: #fff;
    margin-top: 15px
}

.mainBox .or {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 15px
}

.mainBox .or a {
    color: #029588;
    transition: all .3s
}

.mainBox .or a:hover {
    text-decoration: underline
}

#swpeer {
    width: 100%;
    height: 260px
}

.not_found {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px 0
}

.not_found h1 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin-top: 60px;
    color: #000
}

.not_found p {
    text-align: center;
    font-size: 24px;
    color: #666;
    margin-top: 20px
}

.not_found .count_down {
    width: 100px;
    height: 100px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.not_found .count_down img {
    width: 100px;
    position: absolute;
    transition: all .3s;
    animation: loagding_down 1.2s linear infinite
}

.not_found .count_down p {
    margin: 0;
    color: #000
}

.not_found .count_down p span {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px
}

.not_found .count_down p sub {
    font-weight: 500;
    font-size: 20px
}

.infomation_pat {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.infomation_pat .infomation_box {
    width: calc(100% - 356px)
}

.infomation_pat .infomation_box h1 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px
}

.infomation_pat .infomation_box time {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 20px
}

.infomation_pat .infomation_box .article {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px
}

.infomation_pat .infomation_box .article .google_search_ad h3 {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px
}

.infomation_pat .infomation_box .article img {
    width: calc(100% - 100px) !important;
    margin-bottom: 20px !important;
    border-radius: 8px !important
}

.infomation_pat .infomation_box .article p {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 1.5em !important;
    color: #666 !important;
    font-family: "Poppins Light" !important
}

.infomation_pat .infomation_box .article h1,
.infomation_pat .infomation_box .article h2,
.infomation_pat .infomation_box .article h3,
.infomation_pat .infomation_box .article h4,
.infomation_pat .infomation_box .article h5,
.infomation_pat .infomation_box .article h6 {
    width: 100% !important;
    font-family: "Poppins Light" !important;
    font-size: 24px;
    color: #000 !important;
    margin-bottom: 20px !important
}

.infomation_pat .infomation_box nav {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.infomation_pat .infomation_box nav a {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    width: calc(50% - 10px);
    padding: 20px;
    background: #f5f5f5;
    border-radius: 4px
}

.infomation_pat .infomation_box nav a dl dt {
    font-size: 14px;
    color: #000;
    font-weight: 600
}

.infomation_pat .infomation_box nav a dl dd {
    font-size: 14px;
    color: #666;
    margin-top: 4px
}

.infomation_pat .infomation_box nav a span {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    transition: all .3s
}

.infomation_pat .infomation_box nav a span .iconfont {
    font-size: 14px;
    margin: 0 5px
}

.infomation_pat .infomation_box nav a:hover span {
    color: #fff;
    background-color: #000
}

.infomation_pat .infomation_aside {
    width: 336px
}

.infomation_pat .infomation_aside .recomment {
    margin-top: 20px
}

.infomation_pat .infomation_aside .recomment h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px
}

.infomation_pat .infomation_aside .recomment ul {
    border-top: 1px solid #eee
}

.infomation_pat .infomation_aside .recomment ul li {
    border-bottom: 1px solid #eee;
    padding: 15px 0
}

.infomation_pat .infomation_aside .recomment ul li a {
    display: flex;
    align-items: center
}

.infomation_pat .infomation_aside .recomment ul li a dl {
    width: calc(100% - 143px)
}

.infomation_pat .infomation_aside .recomment ul li a dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    color: #000;
    font-size: 14px
}

.infomation_pat .infomation_aside .recomment ul li a dl dd {
    font-size: 14px;
    color: #666
}

.infomation_pat .infomation_aside .recomment ul li a .thum {
    width: 128px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden
}

.infomation_pat .infomation_aside .recomment ul li a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width: 767px) {
    .infomation_pat {
        flex-direction: column
    }

    .infomation_pat .infomation_box {
        width: 100%
    }

    .infomation_pat .infomation_box h1 {
        font-size: 26px
    }

    .infomation_pat .infomation_box nav {
        margin-top: 10px
    }

    .infomation_pat .infomation_box nav a {
        width: calc(50% - 5px);
        padding: 10px
    }

    .infomation_pat .infomation_box nav a span {
        margin-top: 15px
    }

    .infomation_pat .infomation_aside {
        width: 100%
    }
}

@keyframes loagding_down {
    from {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(360deg)
    }
}

/*# sourceMappingURL=main.css.map */
.overflow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(5px);
}

.ads-close {
    position: absolute;
    left: 2%;
    top: 3px;
    z-index: 1001;
    width: 22px;
    background: transparent;
    border: none;
    opacity: 0.4;
    cursor: not-allowed;
}

.dialog {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 127.55102vw !important;
    overflow: hidden;
    font-size: .3rem;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.36);
    border-radius: 2vw;
    transform: translate3d(-50%, -50%, 0);
    backface-visibility: hidden;
    transition: .3s;
    transition-property: transform, opacity;
}

.gads .banner-ad::after {
    content: "Advertisement";
    font-size: 12px;
    margin-bottom: 3px;
    color: #999;
}