@charset "utf-8";

:root {
    --font-color: #000;
    --font-color2: #999;
    --font-color3: #666;
    --font-color4: #eee;
    --theme-color: #ffcb15;
    --theme-color2: #55ACE3;
    --theme-fill-color: rgba(255, 230, 15, 0.20);
    --bg-color: #f9f9f9;
    --white-color: #f9f9f9;
    --green-color: #67C23A;
    --primary-color: #333;
    --gray-color: #e6e6e8;
    --secondary-color: #222042;
    --secondary-light: #2e2e51
}

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

#app,
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: arial;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    color: var(--primary-color);
    font-size: 14px;
    letter-spacing: .05rem
}

body ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #eee;
    border-radius: 2px
}

body ::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 2px
}

.box {
    min-height: calc(100vh - 470px)
}

dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
p,
ul {
    padding: 0;
    margin: 0;
    border: 0
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #333
}

em,
i {
    font-style: normal
}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto
}

img:not(.high) {
    transition: all .5s ease-in-out
}

img.loaded {
    filter: none
}

select {
    background-color: #fff
}

input,
select {
    padding: 0;
    border: 0;
    font-size: 14px;
    color: #333
}

input[type=submit] {
    cursor: pointer
}

textarea {
    padding: 0;
    border: 0;
    font-size: 14px;
    color: #333
}

button {
    border: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    cursor: pointer
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

input,
textarea {
    outline: 0
}

input,
textarea {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa
}

.iconfont {
    font-family: iconfont !important;
    font-size: 1rem;
    font-style: normal;
    color: var(--font-color3);
    transition: .5s;
    vertical-align: middle
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.text-with-lines {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%
}

.text-with-lines::after,
.text-with-lines::before {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d9dbde
}

.text-with-lines::before {
    margin-right: 1rem
}

.text-with-lines::after {
    margin-left: 1rem
}

.text-with-lines span {
    white-space: nowrap
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 999
}

.overlay5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: none;
    z-index: 999
}

#message {
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    cursor: pointer;
    color: #fff;
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    padding: 0;
    line-height: 45px;
    border-radius: 45px;
    transition: .3s ease-out;
    margin-bottom: 10px;
    text-align: center
}

#message .iconfont {
    color: #fff
}

#message:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: .3s ease-out
}

.movetop {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    cursor: pointer;
    color: #fff;
    width: 45px;
    height: 45px;
    background: var(--theme-color);
    padding: 0;
    line-height: 45px;
    border-radius: 45px;
    transition: all .4s ease;
    transform: scale(0) translateY(100px);
    text-align: center
}

.movetop.is-active {
    transform: scale(1) translateY(0)
}

.movetop:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transition: .3s ease-out
}

.movetop .iconfont {
    color: #fff
}

.container {
    width: 1200px;
    margin: 0 auto;
    height: 100%
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.flex-end {
    justify-content: flex-end
}

.navbar {
    transition: all .3s ease;
    padding: 1.7rem 0;
    border-bottom: 1px solid #ddd;
    height: 100px;
    box-sizing: border-box;
        position: sticky;
        top:0;
        z-index:99;
        background:#fff;
}

.navbar-flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box
}

.nav-logo {
    width: auto;
    height: 47px
}

.nav-menu {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center
}

.nav-menu-list ul {
    display: flex;
    justify-content: space-around
}

.nav-menu-list ul+ul {
    display: none
}

.nav-menu-item {
    margin-left: 1rem;
    color: var(--font-color);
    transition: .5s
}

.nav-menu-item a {
    font-size: 1rem;
    padding: .75rem 1.5rem;
    border-radius: 5rem;
    font-weight: 700
}

.nav-menu-item:hover a {
    background: var(--theme-color)
}

.nav-menu-item a.active {
    background: var(--theme-color);
    border-radius: 5rem
}

.nav-btn-icon {
    margin-left: 2.5rem;
    cursor: pointer
}

.nav-menu-wiget {
    margin-left: 1rem
}

.nav-lang {
    position: relative
}

.nav-lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 120px;
    z-index: 99;
    background: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12)
}

.nav-lang-list ul {
    width: 100%
}

.nav-lang-list ul li a {
    font-size: 1rem;
    color: var(--font-color);
    padding: .5rem 1rem;
    transition: .5s;
    display: block
}

.nav-lang-list ul li+li a {
    border-top: 1px solid #ddd
}

.nav-lang-list ul li a:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.nav-lang-list ul {
    position: relative
}

.nav-lang-list ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--white-color);
    top: -5px;
    left: 15px;
    transform: translateX(-50%)
}

.nav-user {
    position: relative
}

.nav-user-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 120px;
    z-index: 99;
    background: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12)
}

.nav-user-dropdown ul {
    position: relative
}

.nav-user-dropdown ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--white-color);
    top: -5px;
    left: 15px;
    transform: translateX(-50%)
}

.nav-user-dropdown ul li a {
    font-size: 1rem;
    color: var(--font-color);
    padding: .5rem 1rem;
    transition: .5s;
    display: block
}

.nav-user-dropdown ul li a:hover {
    background: var(--theme-color);
    color: var(--white-color)
}

.nav-user .nav-a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.nav-user-avatar {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    overflow: hidden
}

.nav-user-name {
    font-size: .875rem;
    color: var(--font-color3);
    font-weight: 400;
    margin-left: .5rem
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    border-bottom: 1.5px solid #f9f9f9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-sizing: border-box
}

.banner-view {
    width: 100%;
    height: 320px
}

.search-row {
    margin: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search-tag {
    padding: .25rem .75rem;
    display: block;
    border-radius: 40px;
    background: #f9f9f9;
    margin-left: 1rem
}

.search-tag a {
    font-size: .875rem;
    white-space: nowrap
}

.search-left {
    align-items: center;
    flex: 0 0 70%;
    max-width: 70%;
    white-space: nowrap;
    padding-right: 17px;
    overflow: hidden;
    box-sizing: border-box
}

.search-hot {
    color: var(--primary-color);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem
}

.swiper-index-hot {
    width: 100%;
    overflow: hidden
}

.search-right {
    flex: 0 0 30%;
    max-width: 30%
}

#searchForm {
    position: relative
}

.search-input {
    height: 2.5rem;
    padding: 0 1.5rem 0 1.5rem;
    border-radius: 5rem;
    border: 1px solid var(--primary-color);
    position: relative;
    display: block;
    box-sizing: border-box
}

.search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#searchInput {
    height: 100%;
    width: 100%;
    padding-left: 2.5rem;
    border: none;
    font-size: .875rem
}

#searchInput:focus {
    box-shadow: none;
    border: none
}

.index-category {
    margin: 20px 0;
    padding: 0 5rem;
    position: relative;
    overflow: hidden
}

.swiper-product-item {
    display: block
}

.swiper-product-img {
    width: 100%;
    height: 100%;
    object-fit: scale-down
}

.instagram__img_box {
    width: 70px;
    height: 70px;
    background: var(--theme-color);
    border-radius: 100%;
    margin: 0 auto
}

.swiper-index-banner {
    position: relative;
    overflow: hidden
}

.next-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 10;
    width: 2.875rem;
    height: 2.875rem;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 100%
}

.next-btn::before {
    content: "\e841";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: iconfont !important;
    font-size: 1.25rem;
    color: #fff
}

.prev-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 10;
    width: 2.875rem;
    height: 2.875rem;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 100%
}

.prev-btn::before {
    content: "\e83d";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: iconfont !important;
    font-size: 1.25rem;
    color: #fff
}

.swiper-products {
    overflow: hidden
}

.swiper-product-item:hover .swiper-product-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.swiper_product--btn {
    color: var(--font-color2);
    border: 2px solid var(--font-color2);
    border-radius: 100px;
    width: 30px;
    height: 30px
}

.swiper-btn-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.swiper-btn-next::before {
    content: "\e841";
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-family: iconfont !important;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--font-color2)
}

.icon-message {
    font-weight: 700
}

.swiper-btn-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.swiper-btn-prev::before {
    content: "\e83d";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: iconfont !important;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--font-color2);
    text-align: center
}

.swiper-product-title {
    margin-top: 5px;
    text-align: center;
    color: var(--font-color);
    font-size: .875rem
}

.topic-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    gap: 1rem
}

.topic-left {
    flex: 0 0 50%;
    max-width: 50%;
    background: var(--bg-color);
    padding: 1rem;
    border-radius: .5rem;
    box-sizing: border-box;
    height: 8.25rem
}

.topic-icon {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 5rem;
    background: var(--theme-color);
    margin-right: .5rem;
    flex: 0 0 auto
}

.topic-tip {
    color: var(--font-color);
    font-size: .75rem;
    font-weight: 700;
    margin-right: .5rem;
    flex: 0 0 auto
}

.topic-list ul li a:hover .topic-title {
    text-decoration: underline
}

.topic-title {
    color: var(--font-color3);
    font-size: .75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    max-width: 18rem
}

.topic-list ul li a {
    margin-bottom: .8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.topic-list ul li a:hover {
    color: #5d91fa
}

.rating-stars {
    display: flex
}

.review-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: 20vh
}

.review-li {
    border-bottom: 1px solid #eee
}

.review-li:last-child {
    border-bottom: none
}

.review-info:hover .review-img img {
    transform: scale(1.05);
    transition: all .5s ease-in-out
}

.review-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: .5rem;
    gap: .88rem
}

.review-info-top {
    width: 100%
}

.review-info-top h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: .25rem
}

.review-info:hover .review-info-top h3 {
    text-decoration: underline
}

.review-info:hover .review-info-right h3 {
    text-decoration: underline
}

.review-info-top p {
    font-size: 1rem;
    font-weight: 500;
    color: var(--font-color2)
}

.review-info-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.review-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    width: 100%
}

.review-user-info {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.review-user-name {
    margin-left: .5rem;
    font-size: .875rem;
    color: var(--font-color3)
}

.review-time {
    color: var(--font-color2);
    font-size: .875rem
}

.review-img {
    width: 5.125rem;
    height: 5.125rem;
    border-radius: .25rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .05) 100%) no-repeat;
    flex: 0 0 auto;
    cursor: pointer
}

.review-lg-additional {
    padding: 1.5rem 0;
    display: none;
    margin-top: 1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 100;
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: 30rem;
    border-radius: .25rem
}

.review-lg-submit {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem
}

.review-lg-send.btn {
    margin-top: 1rem
}

.review-lg-send2.btn {
    margin-top: 1rem;
    background: #f5f5f5;
    border-color: #f5f5f5
}

.additional-textarea {
    width: 100%;
    height: 8rem;
    border: 1px solid #999;
    border-radius: .25rem;
    padding: 1rem;
    box-sizing: border-box;
    font-size: .875rem
}

.review-images {
    padding: 1.25rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
    width: 100%;
    overflow-x: auto
}

.reviews-response {
    color: var(--font-color2);
    text-align: center;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    background: #fff;
    padding: 1rem 0;
    box-sizing: border-box
}

.additional-box {
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    padding-top: .62rem
}

.additional-item {
    padding: 1rem 0;
    background: #fff
}

.user-right-btn {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.user-right-btn2 {
    color: #f16c7a;
    background-color: #fde2e2;
    border: 1px solid #f16c7a;
    padding: .25rem 1rem;
    margin-right: 1rem;
    border-radius: 2.5rem
}

.user-right-btn2:hover {
    opacity: .8;
    cursor: pointer
}

.user-collect-box {
    padding: 1rem
}

.user-collect-box .review-info {
    margin-bottom: 2rem
}

.user-auth-list {
    padding: .75rem 1rem;
    border-bottom: 1px solid #e6e6e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box
}

.user-auth-tips {
    color: var(--font-color2);
    font-size: .625rem;
    font-style: normal;
    font-weight: 400;
    margin-top: .25rem
}

.user-auth-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .62rem
}

.user-auth-title h3 {
    color: var(--primary-color);
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem
}

.user-auth-title p {
    color: var(--font-color2);
    font-size: .625rem;
    font-style: normal;
    font-weight: 400
}

.user-auth-box .auth-confirm {
    width: 100%;
    padding: .62rem 1rem
}

.user-auth-box {
    width: 30rem;
    margin: 0 auto
}

.auth-input-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: .25rem
}

.popup-login {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    width: 375px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000
}

.close {
    text-align: right;
    font-size: 20px;
    cursor: pointer
}

.close:hover {
    color: red
}

.review-count {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: .5rem;
    gap: .5rem;
    color: var(--font-color);
    font-size: .875rem;
    font-style: normal
}

.review-count-num {
    color: var(--primary-color);
    font-size: .875rem;
    font-style: normal;
    font-weight: 600
}

.review-user-icon {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    overflow: hidden
}

.review-count-text {
    color: var(--font-color2);
    font-size: .875rem;
    font-weight: 600
}

.review-content {
    color: var(--font-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    width: 100%
}

.review-li {
    padding: 1rem 0
}

.review-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin: 2rem 0 0 0
}

.review-info-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start
}

.review-info-right h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.review-info-right p {
    font-size: 1rem;
    font-weight: 500;
    color: var(--font-color3)
}

.review-thumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem
}

.review-thumbs .iconfont {
    font-size: 18px;
    margin-right: 3px
}

.review-thumbs .iconfont:hover {
    cursor: pointer
}

.review-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.btn {
    display: flex;
    padding: .3125rem 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .625rem;
    border-radius: 2.5rem;
    background-color: var(--theme-color);
    font-size: .875rem;
    box-sizing: border-box;
    border: 1px solid var(--theme-color)
}

.btn.plain {
    background: 0 0;
    color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.btn:hover {
    cursor: pointer;
    opacity: .8
}

.review-top {
    padding: 1rem 0;
    box-sizing: border-box;
    overflow: hidden
}

.review-top .swiper-slide {
    border-radius: 2.5rem;
    background: var(--bg-color)
}

.review-top .swiper-slide .slide-a {
    font-size: .875rem;
    font-style: normal;
    padding: .25rem .75rem;
    font-weight: 500;
    color: var(--primary-color);
    cursor: pointer
}

.review-top .swiper-slide-active {
    font-weight: 600;
    background: var(--theme-color)
}

.swiper-index-hot .swiper-slide,
.swiper-index-reviews-hot .swiper-slide {
    width: auto !important
}

.publish-box {
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    box-sizing: border-box
}

.publish-box h1 {
    color: var(--font-color);
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500
}

.publish-box p {
    color: var(--font-color3);
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem
}

.publish-main {
    width: 50rem
}

.publish-box ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.publish-box ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 1.25rem
}

.publish-box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.publish-box-left {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem
}

.publish-box ul li:hover {
    cursor: pointer
}

.publish-box-left-img {
    width: 2.125rem;
    height: 2.125rem;
    background-color: var(--theme-color);
    box-sizing: border-box;
    border-radius: 100%;
    padding: 5px
}

.products-images {
    width: 34.8125rem;
    flex: 0 0 auto
}

.bigSwiper,
.thumbSwiper {
    overflow: hidden
}

.bigSwiper {
    position: relative
}

.bigSwiper .swiper-btn {
    z-index: 1;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -50px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    cursor: pointer;
    transition: .3s
}

.bigSwiper .swiper-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20%;
    height: 20%;
    border-top: 1px solid #fff
}

.bigSwiper .prev-btn {
    left: 0
}

.bigSwiper .prev-btn:after {
    border-left: 1px solid #fff;
    transform: translate(-30%, -50%) rotate(-45deg)
}

.bigSwiper .next-btn {
    right: 0
}

.bigSwiper .next-btn:after {
    border-right: 1px solid #fff;
    transform: translate(-70%, -50%) rotate(45deg)
}

.bigSwiper .swiper-btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.bigSwiper {
    width: 100%;
    height: 21.8125rem
}

.bigSwiper .swiper-slide {
    background: linear-gradient(0deg, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .05) 100%) no-repeat
}

.products-swiper {
    padding: 0 10px 20px;
    margin-left: -20px;
    margin-right: -20px
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 4px
}

.thumbSwiper {
    margin-top: 1rem;
    width: 100%
}

.thumbSwiper .swiper-slide {
    width: 10.25rem;
    height: 6.4375rem;
    opacity: .4;
    border-radius: 4px;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .05) 100%) no-repeat
}

.thumbSwiper .swiper-slide:hover {
    cursor: pointer
}

.thumbSwiper .swiper-slide {
    border: 1px solid #eee
}

.thumbSwiper .swiper-slide.swiper-slide-active {
    opacity: 1
}

.products-box {
    margin: 1rem 0;
    display: flex;
    justify-items: space-between;
    align-items: flex-start
}

.products-info {
    margin-left: 5rem;
    width: 100%;
    flex: 1 1 auto
}

.product-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.product-title-box h3 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600
}

.product-mark.active .iconfont {
    color: var(--theme-color)
}

.product-mark,
.product-share {
    padding: 0 .5rem;
    box-sizing: border-box;
    display: inline-block
}

.product-mark .iconfont:hover {
    cursor: pointer
}

.product-recommend-text {
    display: flex;
    justify-content: center;
    align-items: first baseline
}

.product-recommend-text h1 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 700
}

.product-recommend-text p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700
}

.product-rate .icon-star,
.product-rate .icon-star2 {
    font-size: 1rem;
    color: var(--theme-color)
}

.product-tip-txt {
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem
}

.product-score {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 1rem 0
}

.product-mark-left,
.product-mark-right {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center
}

.product-mark-right {
    border-left: 1px solid var(--font-color4)
}

.product-info-right,
.products-review {
    width: 100%
}

.product-info-right h2,
.products-review h2 {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    margin-top: 1rem
}

.product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1rem
}

.product-price a {
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    color: var(--font-color2)
}

.product-price a:hover {
    color: #ffcb15
}

.product-price h5 {
    color: var(--font-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700
}

.products-review ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1.25rem
}

.product-score-title {
    color: var(--font-color3);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500
}

.product-score-star {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.product-score-star p {
    color: var(--primary-color);
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    margin: 0 .75rem
}

.product-btn {
    border-radius: 6.25rem;
    background: var(--theme-color);
    margin: 1.25rem auto;
    width: 100%;
    padding: .625rem 0;
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    color: var(--font-color);
    text-align: center;
    display: block
}

.product-btn:hover {
    cursor: pointer;
    opacity: .8
}

.product-tabs {
    margin: 1rem 0
}

.product-tabs ul {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.product-tabs ul li {
    color: var(--font-color3);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    padding: .375rem 1rem
}

.product-tabs ul li:hover {
    cursor: pointer
}

.product-tabs ul li.active {
    color: var(--theme-color2);
    border-bottom: 2px solid var(--theme-color2)
}

.product-tab-content {
    display: none;
    padding: 0 0 4rem 0;
    min-height: 25vh;
    line-height: 1.25rem
}

.product-tab-content p {
    line-height: 1.8rem
}

.product-tab-content h6 {
    font-size: 1rem;
    font-weight: 400;
    margin: 2rem 0 1rem 0;
}

.product-tab-content.active {
    display: block
}

.product-review-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.product-review-user-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem
}

.product-review-user-img {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    overflow: hidden
}

.product-review-user-name {
    color: var(--font-color3);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500
}

.product-review-time {
    color: var(--font-color3);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500
}

.product-review-overall {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1.25rem 0
}

.product-review-overall h5,
.product-review-overall p {
    color: var(--font-color3);
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    margin-right: .5rem
}

.product-review-item {
    padding: 1.25rem 0
}

.product-review-item+.product-review-item {
    border-top: 1px solid #eee
}

.product-review-more {
    color: var(--font-color2);
    text-align: center;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem
}

.product-review-more:hover {
    cursor: pointer
}

.product-review-genuine {
    display: inline-block;
    color: var(--theme-color2);
    font-size: .625rem;
    font-style: normal;
    font-weight: 600;
    line-height: .625rem;
    padding: .5rem 1rem;
    border-radius: .25rem;
    border: 1px solid #55ace3;
    background: rgba(204, 235, 255, .5);
    margin: 1.25rem 0
}

.product-review-genuine:hover {
    cursor: pointer
}

.product-review-content-text {
    color: var(--primary-color);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 1rem;
    line-height: 1.5rem
}

.product-review-thumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem
}

.product-review-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem
}

.product-review-thumbs .icon,
.review-thumbs .icon {
    color: var(--font-color2);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500
}

.product-review-thumbs .icon:hover {
    cursor: pointer
}

.product-review-thumbs .iconfont,
.review-thumbs .iconfont {
    color: var(--font-color2);
    margin-right: .08rem;
    font-size: 1.125rem;
    vertical-align: baseline
}

.under-review {
    color: var(--font-color2);
    margin-right: .08rem;
    font-size: .875rem
}

.product-review-thumbs span,
.review-thumbs span {
    color: var(--font-color2);
    font-size: .875rem
}

.thumbs-down.active .iconfont,
.thumbs-up.active .iconfont {
    color: var(--theme-color)
}

.product-report {
    color: var(--font-color3);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500
}

.product-report:hover {
    cursor: pointer;
    text-decoration: underline
}

.product-review-content ul {
    width: 20.9375rem
}

.product-review-content ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: .5rem
}

.product-share:hover {
    cursor: pointer
}

.product-share,
.product-share-icon {
    position: relative
}

.open-share {
    width: 240px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 6.2px 1px rgba(0, 0, 0, .1);
    padding: 1.25rem;
    box-sizing: border-box;
    display: none
}

.products-info .open-share {
    left: auto;
    right: 0
}

.modal2-close {
    position: absolute;
    top: .15rem;
    right: .5rem;
    font-size: 1.5rem;
    color: #000
}

.modal2-close:hover {
    cursor: pointer
}

.modal2-close:hover .iconfont {
    color: red
}

.modal2-btn {
    width: 100%;
    cursor: pointer;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    border-radius: 3.125rem;
    border: 1px solid #000;
    padding: .5rem 1rem;
    box-sizing: border-box;
    color: var(--font-color);
    border-radius: 3.125rem;
    margin-top: .875rem
}

.modal2-btn .iconfont {
    font-size: 1rem;
    margin-right: .25rem
}

.modal2-btn:hover {
    background-color: var(--theme-color)
}

.blog {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 3rem 0
}

.blog-left {
    width: 18.75rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 6.2px 1px rgba(0, 0, 0, .1);
    padding: 0 1.25rem;
    box-sizing: border-box;
    flex: 0 0 auto
}

.blog-right {
    flex: 1 1 auto
}

.blog-wrap {
    padding: 2rem 1.25rem;
    box-sizing: border-box
}

.blog-wrap+.blog-wrap {
    border-top: 1px solid var(--gray-color)
}

.blog-down,
.blog-down2 {
    cursor: pointer;
    font-size: 1.125rem;
    text-align: right
}

.blog-down .iconfont,
.blog-down2 .iconfont {
    font-size: .875rem;
    color: var(--primary-color);
    transition: all .3s ease-in-out;
    display: inline-block;
    width: 20px;
    text-align: center
}

.blog-down.active .iconfont {
    transform: rotate(180deg)
}

.blog-item {
    padding: 1.75rem 1.625rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 6.2px 1px rgba(0, 0, 0, .1)
}

.blog-item+.blog-item {
    margin-top: 1.25rem
}

.blog-item .blog-img {
    width: 11.875rem;
    height: 11.875rem;
    flex: 0 0 auto
}

.blog-item .blog-img img {
    border-radius: 6px;
    width: 100%;
    height: 100%
}

.blog-item .blog-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5rem;
    cursor: pointer
}

.blog-item .blog-info:hover a {
    text-decoration: underline
}

.blog-tag {
    color: var(--font-color2);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500
}

.blog-info {
    line-height: 1.875rem
}

.blog-info h2 {
    color: var(--font-color);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500
}

.blog-info p {
    color: var(--primary-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400
}

.blog-time {
    color: var(--font-color2);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400
}

.blog-title {
    color: var(--primary-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500
}

.blog-radio {
    margin-top: .75rem
}

.blog-radio label {
    padding-top: 1px;
    line-height: 1.5rem
}

input[type=radio] {
    display: none
}

input[type=radio]+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: var(--font-color3)
}

input[type=radio]+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--gray-color);
    border-radius: 50%
}

input[type=radio]:checked+label {
    color: var(--primary-color);
    font-weight: 500
}

input[type=radio]:checked+label::before {
    border-color: var(--primary-color)
}

input[type=radio]:checked+label::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    background-color: var(--primary-color);
    border-radius: 50%
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: var(--font-color3)
}

input[type=checkbox]+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--gray-color)
}

input[type=checkbox]:checked+label {
    color: var(--primary-color);
    font-weight: 500
}

input[type=checkbox]:checked+label::before {
    border-color: var(--primary-color)
}

input[type=checkbox]:checked+label::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    background-color: var(--primary-color)
}

.blog-content-box {
    padding: 3rem 0;
    box-sizing: border-box
}

.blog-h1 {
    color: var(--primary-color);
    text-align: center;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500
}

.blog-date {
    color: var(--font-color2);
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    margin: 2.4375rem 0
}

.blog-content {
    line-height: 1.875rem
}

.blog-content p {
    line-height: 1.875rem;
    margin-bottom: 1rem
}

.about-us {
    padding: 1.5rem 0
}

.about-title {
    color: var(--font-color);
    text-align: left;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    padding: .625rem 0
}

.about-title2 {
    color: var(--font-color);
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    padding: .625rem 0
}

.about-content {
    color: var(--font-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem
}

.about-content p {
    color: var(--font-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 2rem
}

.contact-us {
    padding: 2rem 0;
    box-sizing: border-box
}

.contact-title h1 {
    color: var(--font-color);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700
}

.contact-title p {
    color: var(--primary-color);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    margin-top: .5rem
}

.contact-info {
    margin-top: 1.5rem
}

.contact-info h3 {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: .5rem
}

.contact-info-li {
    line-height: 1.5rem;
    color: var(--primary-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400
}

.contact-time {
    margin-top: 1.5rem
}

.contact-time h3 {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: .5rem
}

.contact-banner {
    margin-top: 2rem
}

.user-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 20px 0;
    box-sizing: border-box
}

.user-left-main {
    width: 18.75rem;
    flex: 0 0 auto
}

.user-left {
    border-radius: .625rem;
    background: #fff;
    box-shadow: 0 1px 6.2px 1px rgba(0, 0, 0, .1);
    padding: 2rem 1.25rem
}

.user-logout {
    color: var(--font-color2);
    border-radius: 1.8125rem;
    border: 1px solid #dadada;
    background: #fff;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    margin-top: 1rem;
    box-sizing: border-box
}

.user-logout:hover {
    cursor: pointer;
    color: #fff;
    background: var(--theme-color)
}

.user-info {
    display: flex;
    flex-direction: column;
    align-items: center
}

.user-name {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    text-align: center;
    padding: 1.5rem 0
}

.user-set {
    color: var(--font-color3);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem
}

.user-info .user-img {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    margin: 0 auto
}

.user-info .user-img img {
    border-radius: 5rem
}

.user-info-box {
    width: 30rem;
    margin-top: 1.88rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.88rem
}

.user-item {
    display: block;
    color: var(--primary-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem
}

.user-item.active {
    color: var(--theme-color)
}

.user-item.active .iconfont {
    color: var(--theme-color)
}

.user-item:hover {
    cursor: pointer;
    color: var(--theme-color)
}

.user-item:hover .iconfont {
    color: var(--theme-color)
}

.user-item+.user-item {
    margin-top: 1.25rem
}

.input-tips {
    font-size: 0.875rem;
    color: var(--font-color2);
}

.user-item.line {
    padding: 1.25rem 0 .9rem 0;
    border-bottom: 1px solid #dadada;
    color: var(--font-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem
}

.user-item .iconfont {
    font-size: 1.125rem;
    vertical-align: baseline;
    margin-right: .5rem;
    color: var(--primary-color)
}

.user-right {
    border-radius: .625rem;
    background: #fff;
    box-shadow: 0 1px 6.2px 1px rgba(0, 0, 0, .1);
    flex: 1 1 auto;
    padding: 2rem;
    min-height: 54.375rem;
    box-sizing: border-box
}

.user-right-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.user-right h1 {
    color: #333;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem
}

.user-right .line {
    display: inline-block;
    width: .5rem;
    height: 1.75rem;
    background: var(--primary-color);
    border-radius: 1.25rem;
    margin-right: .62rem
}

.login-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.login-tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.login-title2 {
    display: none
}
.login-title:hover{
    cursor: pointer;
}
.login-title.active{
    border-bottom:2px solid var(--theme-color);
}
.login-page {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    width: 350px;
    box-sizing: border-box;
    z-index: 1000
}

.login-header h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875rem;
    margin-bottom: .56rem
}

.login-header p {
    color: var(--font-color3);
    text-align: center;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.25rem
}

.switch-container {
    position: relative;
    width: 3rem;
    height: 1.5rem;
    flex: 0 0 auto
}

#toggle-switch {
    opacity: 0;
    width: 0;
    height: 0
}

#toggle-switch+label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color .3s ease
}

#toggle-switch:checked+label {
    background-color: gold
}

#toggle-switch+label:before {
    position: absolute;
    content: "";
    height: 1.2rem;
    width: 1.2rem;
    left: .1rem;
    bottom: .15rem;
    background-color: #fff;
    border-radius: 50%;
    transition: transform .3s ease
}

input[type=checkbox]+.toggle-switch::before {
    border: none;
    top: auto
}

input[type=checkbox]:checked+.toggle-switch::after {
    position: static
}

#toggle-switch:checked+label:before {
    transform: translateX(1.6rem)
}

.user-tab-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
    border-bottom: 1px solid #dadada
}

.user-tab-title {
    color: var(--primary-color);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    padding: .3125rem 0
}

.user-tab-title.active {
    color: var(--theme-color2)
}

.user-tab-box2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
    border-bottom: 1px solid #dadada
}

.user-tab-title2 {
    color: var(--primary-color);
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    cursor: pointer;
    padding: .3125rem 0
}

.user-tab-title2.active {
    color: var(--theme-color2)
}

.user-tab-title:hover {
    cursor: pointer
}

#email {
    position: relative
}

#email::after {
    content: '&#xe66f;';
    position: absolute
}

.pupop-form label {
    display: block;
    margin-bottom: 5px
}

.pupop-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: .875rem
}

.pupop-form .button {
    width: 100%;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    border-radius: 2.5rem;
    line-height: 1.25rem
}

.pupop-form .button.active {
    color: #fff;
    background-color: var(--theme-color)
}

.form-item {
    margin-top: 1.25rem
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    margin: .94rem 0
}

.remember-label {
    color: var(--font-color2);
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem
}

.remember-forgot a {
    color: var(--primary-color);
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    text-decoration: underline
}

.or-separator {
    margin: 1.25rem 0
}

.or-separator .text-with-lines span {
    color: var(--font-color2);
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400
}

.social-login {
    display: flex;
    justify-content: center;
    margin-bottom: 1.88rem
}

.social-login a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px
}

.google {
    width: 100%;
    height: 100%;
    border: 1px solid var(--font-color2);
    padding: 2px;
    box-sizing: border-box
}

.social-login img {
    width: 100%;
    height: 100%
}

.login_agree_terms {
    color: var(--font-color2);
    text-align: center;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400
}

.login_agree_terms a {
    color: var(--theme-color2);
    text-align: center;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400
}

.login_agree_terms a:hover {
    text-decoration: underline
}
.login_agree_terms2 {
    color: var(--font-color2);
    font-size: .75rem;
    font-style: normal;
    font-weight: 400
}

.login_agree_terms2 a {
    color: var(--theme-color2);
    text-align: center;
    font-size: .75rem;
    font-style: normal;
    font-weight: 400
}

.login_agree_terms2 a:hover {
    text-decoration: underline
}

.user-level-img {
    max-width: 100%;
    margin: 0 auto
}

.user-level-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.level-btn {
    padding: .62rem 4rem;
    margin-top: 1rem
}

.footer {
    background: var(--bg-color);
    height: 370px;
    box-sizing: border-box
}

.footer-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.footer-main {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5rem 0
}

.footer-li ul li {
    margin-bottom: 1rem
}

.footer-li ul li a {
    color: var(--font-color);
    font-size: .875rem
}

.footer-icon-a {
    width: 24px;
    height: 24px;
    display: inline-block
}

.footer-item {
    color: var(--font-color);
    font-size: .875rem
}

.footer-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem
}

.footer-share li+li {
    margin-left: .5rem
}

.footer-copyright {
    text-align: center;
    color: var(--font-color2);
    font-size: .625rem;
    padding: 1rem 0
}

.footer-copyright2 {
    display: none;
    text-align: center;
    color: var(--font-color2);
    font-size: .625rem;
    padding: 1rem 0
}

.footer-vector {
    display: none
}

.footer-xs {
    display: block
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.pagination li {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    font-size: 14px;
    padding: 0 4px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    background: #f0f2f5
}

.pagination li a {
    color: #303133;
    display: block
}

.pagination li:not(.disabled):not(.active):hover a {
    color: var(--theme-color)
}

.pagination li.active {
    background-color: var(--theme-color)
}

.pagination .active a {
    color: #fff
}

.pagination li.disabled {
    background: #f5f7fa;
    cursor: not-allowed
}

.pagination li.disabled a {
    color: #a8abbe
}

.nav-menu-btn {
    display: none
}

.hidden-xs {
    display: none
}

.hidden-lg {
    display: block
}

.content-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    transition: .3s cubic-bezier(.16, .36, 0, .98);
    background-color: rgba(0, 0, 0, .5)
}

.content-overlay--is-visible {
    opacity: 1;
    visibility: visible
}

.navigation-bt {
    display: none
}

.no_shadow {
    box-shadow: none
}

.report-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    padding: 20px;
    width: 25rem;
    border-radius: 1.125rem;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.modal-content {
    width: 100%
}

.modal-content label {
    margin-bottom: .5rem
}

.modal-content h3 {
    margin-top: 0
}

.modal-content label {
    display: block;
    margin-bottom: 5px
}

.modal-content textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    height: 8.8125rem;
    border: none;
    box-sizing: border-box;
    border-radius: .5rem;
    background: #f5f5f5;
    resize: none
}

.report-btn button {
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: .875rem;
    font-weight: 500;
    box-sizing: border-box
}

#cancelBtn {
    color: #fff;
    margin-right: 10px;
    border-radius: 3.125rem;
    background: #b5b5b4
}

#submitBtn {
    border-radius: 3.125rem;
    background-color: #ffd500;
    color: var(--font-color)
}

.phone-auth {
    color: #ffd500;
    font-size: .8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    white-space: nowrap
}

.user-way-box {
    width: 30rem;
    margin-top: 1.88rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0
}

.user-way-list {
    width: 100%
}

.user-way-list+.user-way-list {
    padding: 1rem 0;
    border-top: 1px solid var(--font-color2)
}

.user-way-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.user-way-top a {
    color: #ffd500
}

.user-way-top .iconfont {
    font-size: 1.575rem;
    color: var(--primary-color)
}

.user-account-text {
    color: var(--primary-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    padding: .62rem 0 .62rem 1.5rem
}
/* 
.fixed2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    height: 100px
} */

.fixed-bottom {
    display: none
}

.empty {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    justify-content: center;
    color: #999;
    min-height: 10rem
}

.no-data {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #999;
    padding: 2rem 0
}

#explore-view {
    width: 100%;
    display: flex;
    padding: 1rem 0rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.125rem;
}

.more {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #999;
    padding: 2rem 0
}

.more-btn:hover {
    cursor: pointer;
    text-decoration: underline
}

.filter-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    box-sizing: border-box
}

.filter-btn .btn-clear {
    width: auto
}

.filter-btn-close {
    display: none
}

.filter-btn .btn {
    border-radius: 2.5rem
}

.products-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box
}

.products-wrap {
    position: relative;
    width: auto
}

.products-left .products-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.products-left .products-wrap:nth-child(2) .products-item {
    justify-content: flex-end
}

.products-left .products-item-title {
    color: #999;
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem
}

.products-left .products-down .iconfont {
    font-size: 1rem;
    margin-left: 2px
}

.products-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 15rem;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.products-wrap:nth-child(2) .products-list {
    left: auto;
    right: 0
}

.products-list .explore-radio {
    display: flex;
    justify-content: space-between;
    padding: .75rem 1rem;
    box-sizing: border-box
}

.post_a_review {
    cursor: pointer
}

.products-list input[type=checkbox]+.native-label::before {
    display: none
}

.products-list input[type=checkbox]+.native-label::after {
    display: none
}

.products-list input[type=checkbox]+.native-label {
    padding: unset;
    width: 100%;
    font-size: .875rem;
    color: var(--font-color2)
}

input[type=radio]+label {
    font-size: .875rem;
    color: var(--font-color2)
}

.products-list input[type=checkbox]:checked+.native-label {
    color: var(--theme-color);
    font-weight: 600
}

.products-list .icons .iconfont {
    display: none
}

.products-list .icons.icons-active .iconfont {
    display: block;
    color: var(--theme-color)
}

.products-list .filter-line {
    height: 4px;
    background-color: #eee
}

.products-list .product-item-title {
    color: var(--primary-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    padding: .62rem 1rem
}

.product-list-item-close {
    text-align: right;
    padding: .62rem 1rem
}

.close-text {
    display: none
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1000;
    transition: transform .3s ease-in-out;
    text-align: center;
    overflow: hidden;
    background: #fff;
    width: 50%;
    height: 50%;
    cursor: pointer;
    border-radius: .25rem
}

#closePopupBtn {
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 1002;
    color: var(--theme-color)
}

.overlay2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999
}

.overlay3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: 0 0;
    z-index: 99
}

.popup img {
    max-width: 100%;
    max-height: 100%;
    transform-origin: center center
}

.popup-flex-image {
    display: flex;
    justify-content: center;
    align-items: center
}

#send-email-code.active,
#send-phone-code.active {
    background-color: var(--theme-color)
}

#send-email-code3.active,
#send-phone-code3.active {
    background-color: var(--theme-color)
}

#select-code {
    width: 75px;
    padding-left: 5px;
    box-sizing: border-box;
    border:none;
}
#select-code2 {
    width: 75px;
    padding-left: 5px;
    box-sizing: border-box;
    border:none;
}

.search-form,
.search-input {
    position: relative
}

.search-list {
    position: absolute;
    top: 2.52rem;
    left: 0;
    width: 100%;
    z-index: 9999;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border-top: none;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    display: none;
    min-height: 10rem
}

.suggestion-item {
    padding: 10px 10px;
    cursor: pointer;
    transition: background-color .2s
}

.suggestion-item+.suggestion-item {
    border-top: 1px solid #e5e5e5
}

.suggestion-item:hover {
    background-color: #ffcb15
}

.suggestion-item strong {
    color: red;
    font-size: 1rem
}

.suggestion-item .iconfont {
    margin-right: 5px;
    font-size: 1rem
}

.highlight {
    background-color: #fffacd;
    transition: background-color .5s
}

.cumtor-tip {
    padding: 20px 0;
}
    .form-group-tips {
        color: #999DA3;
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.125rem;
        margin-top: 0.38rem;
    }
@media (max-width:961px) {
    html {
        -webkit-touch-callout: none;
        -webkit-text-size-adjust: none
    }

    .product-review-item+.product-review-item {
        border-top: unset
    }

    .popup {
        width: 97%
    }

    .login-box {
        align-items: flex-start;
        width: 100%
    }

    .login-page {
        width: 100%
    }

    .product-review-thumbs .iconfont,
    .review-thumbs .iconfont {
        font-size: 1.125rem
    }

    .container {
        width: 100%;
        height: auto
    }

    #toggle-switch+label:before {
        bottom: .18rem
    }

    .navbar {
        height: auto;
        padding: unset
    }

    .navbar-flex {
        justify-content: space-between;
        padding: .75rem 1.125rem;
        background-color: #fff;
        box-sizing: border-box
    }

    .navbar-flex a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box
    }

    .nav-menu-item {
        margin-left: unset
    }

    .nav-menu-wiget {
        width: 100%;
        margin-left: unset;
        justify-content: flex-end;
        flex-direction: row-reverse;
        padding: 1rem 0;
        border-top: 1px solid #dadada
    }

    .nav-lang-list {
        top: auto;
        bottom: 100%
    }

    .nav-logo {
        height: 24px
    }

    .nav-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 300px;
        height: 100%;
        font-weight: 600;
        z-index: 999;
        overflow-y: auto;
        transition: transform .5s cubic-bezier(.55, 0, .1, 1), -webkit-transform .5s cubic-bezier(.55, 0, .1, 1);
        transform: translateX(-300px);
        background-color: #fff
    }

    .nav-menu {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between
    }

    .nav-menu-list {
        width: 100%
    }

    .nav-menu-list ul {
        display: block
    }

    .nav-menu-list ul+ul {
        display: block
    }

    .nav-menu-btn {
        display: block;
        font-size: 1rem
    }

    .nav-menu-item a {
        border-radius: unset
    }

    .nav-menu-item a.active {
        background: 0 0;
        color: var(--theme-color)
    }

    .hidden-xs {
        display: block
    }

    .filter-btn-box .hidden-xs {
        width: 100%
    }

    .hidden-lg {
        display: none
    }

    .is-open {
        transform: translateX(0)
    }

    .search-row {
        flex-direction: column-reverse;
        padding: 0 1rem;
        box-sizing: border-box;
        margin: 1rem 0
    }

    .search-right {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }

    .search-left {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-top: .75rem;
        white-space: nowrap;
        box-sizing: border-box;
        padding-right: unset
    }

    .search-tag {
        padding: .25rem .75rem
    }

    .search-tag a {
        white-space: nowrap
    }

    #searchForm {
        width: 100%
    }

    .search-left ul {
        overflow-x: scroll;
        flex-wrap: nowrap;
        margin-left: .75rem
    }

    .banner-view {
        height: 14.285rem;
        background-size: cover;
        background-repeat: no-repeat
    }

    .topic-list {
        flex-direction: column
    }

    .topic-left,
    .topic-right {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .topic-left ul li+li {
        margin-top: .5rem
    }

    .topic-left {
        padding: .5
    }

    .topic-left ul li:nth-child(n+3) {
        display: none
    }

    .topic-left+.topic-left {
        display: none
    }

    .topic-list ul li a {
        margin-bottom: unset
    }

    .topic-list ul li+li a {
        margin-top: .8rem
    }

    .topic-title {
        max-width: 21rem
    }

    .swiper_product--btn {
        display: none
    }

    .index-category {
        padding: unset;
        margin: 1rem 0
    }

    .topic-list {
        padding: 1rem
    }

    .review-top {
        width: 100%;
        padding: 1rem 0 1rem 1rem;
        box-sizing: border-box
    }

    .review-top ul {
        overflow-x: scroll;
        flex-wrap: nowrap
    }

    .review-top ul li {
        word-break: keep-all
    }

    .review-list {
        gap: 0;
        padding: 0 1rem
    }

    .review-bottom {
        margin: 1.25rem 0 0 0
    }

    .review-thumbs {
        gap: 1.25rem
    }

    .review-info {
        margin-top: 0
    }

    .review-info-right h3 {
        font-size: 1.125rem
    }

    .review-info-right p {
        font-size: .875rem
    }

    .review-top ul li a {
        white-space: nowrap
    }

    .popup-login {
        width: 100%;
        box-sizing: border-box;
        height: 100%
    }

    .bigSwiper .swiper-btn {
        width: 35px;
        height: 35px
    }

    .bigSwiper .prev-btn {
        transform: translate(40%, 50%)
    }

    .bigSwiper .next-btn {
        transform: translate(-40%, 50%)
    }

    .bigSwiper {
        height: 14.375rem
    }

    .products-box {
        margin: unset;
        flex-direction: column
    }

    .products-images {
        width: 100%
    }

    .thumbSwiper {
        display: none
    }

    .products-info {
        margin-left: unset;
        padding: 1rem 1.25rem;
        box-sizing: border-box
    }

    .product-tabs {
        padding: 0 1.25rem;
        box-sizing: border-box
    }

    .product-review-content ul {
        width: 100%
    }

    .product-content {
        box-sizing: border-box
    }

    .product-review-list {
        background-color: #f8f8f8
    }

    .product-review-item {
        padding: 1.25rem;
        background-color: #fff;
        margin: .62rem 0
    }

    .content-xs {
        padding: 1.25rem
    }

    .fixed-bottom {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: block
    }

    .reviews-input-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        box-sizing: border-box;
        background: #fff
    }

    .review-input-wrap {
        flex: 1 1 auto
    }

    .review-input {
        border-radius: 3.125rem;
        background-color: #f5f5f5;
        padding: .5rem .75rem;
        box-sizing: border-box;
        width: 100%
    }

    .review-send {
        width: 2.25rem;
        flex: 0 0 auto;
        padding-left: .62rem;
        text-align: center
    }

    .review-send.active .iconfont {
        color: var(--theme-color)
    }

    .review-additional-btn:hover {
        cursor: pointer
    }

    .additional-item {
        padding: 1.25rem;
        box-sizing: border-box
    }

    .report-modal {
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        transform: translate(0, 0);
        z-index: 20;
        padding: 1rem;
        box-sizing: border-box;
        border-bottom-right-radius: unset;
        border-bottom-left-radius: unset
    }

    .report-btn {
        padding: 0 1rem
    }

    .footer {
        height: 260px;
        display: none
    }

    .footer-logo {
        display: none
    }

    .footer-main {
        flex-direction: column;
        padding: 2rem 1rem;
        box-sizing: border-box
    }

    .footer-li {
        width: 100%
    }

    .footer-li ul li {
        margin-bottom: 1.85rem
    }

    .footer-li ul li a {
        color: var(--primary-color);
        font-size: .875rem;
        font-style: normal;
        font-weight: 600
    }

    .footer-li ul li a:hover {
        color: var(--theme-color)
    }

    .footer-xs {
        display: none;
        padding-left: 1rem
    }

    .footer-vector {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.85rem
    }

    .footer-vector a {
        color: var(--primary-color);
        font-size: .875rem;
        font-style: normal;
        font-weight: 600
    }

    .footer-vector .iconfont {
        font-size: .875rem;
        font-weight: 400
    }

    .footer-copyright,
    .movetop {
        display: none
    }

    .navigation-bt {
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: .53rem 0
    }

    .navigation-icon {
        font-size: 1.125rem
    }

    .navigation-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: .25rem;
        flex: .2
    }

    .navigation-item.active .navigation-icon .iconfont,
    .navigation-item.active .navigation-title {
        color: var(--theme-color)
    }

    .navigation-title {
        color: var(--primary-color);
        font-size: .75rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1rem
    }

    .publish-main {
        width: 100%
    }

    .publish-box ul li {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }

    .publish-box h1 {
        display: none
    }

    .publish-box {
        align-items: flex-start
    }

    .publish-box p {
        text-align: left;
        padding-left: 1rem
    }

    .top-title {
        color: #000;
        text-align: center;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 10px;
        box-sizing: border-box
    }

    .user-main-box {
        background-color: #f8f8f8
    }

    .user-main-box .user-left-main {
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box
    }

    .user-item {
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        background-color: #fff;
        font-size: 1rem
    }

    .user-item+.user-item {
        margin-top: unset;
        padding: 1.25rem;
        border-top: 1px solid #dadada
    }

    .user-item.line {
        border-left: unset;
        border-right: unset;
        padding-left: unset;
        background-color: #f8f8f8;
        border: none
    }

    .line+.user-item {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem
    }

    .last-user-item,
    .user-item:last-child {
        border-bottom: 1px solid #dadada;
        border-bottom-left-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem
    }

    .user-main-box .user-left {
        box-shadow: none;
        padding: 1rem 0;
        background-color: #f8f8f8
    }

    .user-info {
        flex-direction: row;
        justify-content: flex-start
    }

    .user-info .user-img {
        width: 3.75rem;
        height: 3.75rem;
        flex: 0 0 auto
    }

    .user-mobile-info {
        flex: 1 1 auto;
        padding-left: 1rem
    }

    .user-name {
        text-align: left;
        padding: unset;
        margin-bottom: .5rem
    }

    .box {
        height: 100vh;
        min-height: 100%;
        padding: 2.875rem 0 3.535rem 0;
        box-sizing: border-box;
        overflow-y: auto
    }

    .box.white {
        background-color: #fff
    }

    .main-box {
        padding: 2.875rem 0 0 0
    }

    .products-box {
        padding: 2.875rem 0 0 0
    }

    .user-box {
        padding: 0
    }

    .user-box .user-left-main {
        display: none
    }

    .user-right {
        width: 100%;
        background: 0 0;
        box-shadow: none;
        height: auto;
        min-height: auto;
        padding: 0 1rem
    }

    .user-info-box {
        width: 100%;
        gap: 1.25rem
    }

    .user-right-flex {
        display: none
    }

    .form-group select {
        background-color: transparent
    }

    .user-submit-btn,
    .user-submit-btn .btn {
        width: 100%
    }

    .user-collect-box {
        padding: 1rem 0
    }

    .user-way-list {
        padding: 1rem 0
    }

    .user-way-box {
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #dadada;
        border-radius: 1.25rem;
        padding: 1rem
    }

    .fixed {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        transition: .5s;
        z-index: 120;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
        animation: .5s ease-in-out 0s normal none 1 running fadeInDown
    }

    .user-level-img {
        width: 100%
    }

    .level-btn {
        width: 100%
    }

    .user-auth-box {
        width: 100%
    }

    .user-auth-box .auth-confirm {
        padding: .62rem 1rem;
        border-radius: .25rem;
        color: #fff
    }

    .products-info .product-btn {
        display: none
    }

    .reviews-detail-box {
        display: flex;
        justify-content: space-between;
        padding: .62rem 1rem;
        background: #fff
    }

    .reviews-detail-box a:first-child {
        white-space: nowrap;
        flex: 0 0 15%
    }

    .reviews-detail-box a:nth-child(2) {
        white-space: nowrap;
        flex: 0 0 15%
    }

    .reviews-detail-box .btn {
        padding: .62rem 1rem;
        flex: 0 0 70%;
        white-space: nowrap
    }

    .review-user-icon {
        width: 1.125rem;
        height: 1.125rem
    }

    .review-thumbs .iconfont {
        font-size: 1.125rem
    }

    .product-mark,
    .product-share {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .contact-us {
        padding: 2rem 1rem
    }

    .bottom-detail-review-title {
        color: var(--primary);
        font-size: .75rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1rem
    }

    .about-title {
        text-align: center
    }

    .about-content {
        padding: 1rem;
        box-sizing: border-box
    }

    .about-content ol,
    .about-content ul {
        padding-left: 1rem;
        box-sizing: border-box
    }

    .open-share {
        width: 100%;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        background: #fff;
        border-radius: 10px;
        box-shadow: none;
        padding: 1.25rem;
        box-sizing: border-box;
        display: none;
        z-index: 1000
    }

    .blog {
        padding: unset;
        flex-direction: column;
        gap: 0
    }

    .blog-right {
        padding: 3.5rem 1rem 1rem 1rem
    }

    .blog-item .blog-img {
        width: 7.125rem;
        height: 7.125rem
    }

    .blog-left {
        position: fixed;
        box-shadow: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 101;
        top: 3.0715rem;
        padding: 0 1rem
    }

    .blog-wrap+.blog-wrap {
        border: none
    }

    .blog-left .blog-wrap .blog-list {
        display: none
    }

    .blog-title {
        font-size: .875rem
    }

    .blog-wrap {
        padding: .62rem 0
    }

    .blog-list {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 0 1rem;
        box-sizing: border-box
    }

    .blog-down {
        text-align: left;
        font-size: .875rem
    }

    .blog-down2 {
        text-align: left;
        font-size: .875rem
    }

    .blog-tag {
        font-size: .875rem
    }

    .blog-info {
        line-height: 1rem
    }

    .blog-info h2 {
        font-size: 1rem
    }

    .blog-info p {
        font-size: .875rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.125rem
    }

    .blog-item {
        font-size: .75rem;
        padding: unset;
        box-shadow: none
    }

    .blog-content-box {
        width: 100%;
        padding: 1rem
    }

    .blog-h1 {
        font-size: 1.125rem
    }

    .blog-date {
        margin: 1.125rem 0
    }

    .nav-user-dropdown {
        top: auto;
        bottom: 2rem
    }

    .nav-user-dropdown ul li {
        white-space: nowrap
    }

    .filter-btn-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0
    }

    .filter-btn {
        display: flex;
        justify-content: flex-end;
        gap: 1rem;
        padding: unset;
        padding: 1rem 0
    }

    .filter-btn-close {
        display: block
    }

    .filter-btn-close .iconfont {
        font-size: 1rem
    }

    .filter-btn .btn-clear {
        width: auto
    }

    .products-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
        box-sizing: border-box;
        position: relative
    }

    .products-left .products-item {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .products-left .products-item-title {
        color: #999;
        font-size: .875rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.5rem
    }

    .products-left .products-down .iconfont {
        font-size: 1rem;
        margin-left: 2px
    }

    .products-list {
        display: none;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        height: 100%
    }

    .products-list .explore-radio {
        display: flex;
        justify-content: space-between;
        padding: .75rem 1rem;
        box-sizing: border-box
    }

    input[type=checkbox]+.native-label::before {
        display: none
    }

    input[type=checkbox]+.native-label::after {
        display: none
    }

    input[type=checkbox]+.native-label {
        padding: unset
    }

    input[type=checkbox]:checked+.native-label {
        color: var(--theme-color);
        font-weight: 600
    }

    .icons .iconfont {
        display: none
    }

    .icons.icons-active .iconfont {
        display: block;
        color: var(--theme-color)
    }

    .filter-line {
        height: 4px;
        background-color: #eee
    }

    .product-item-title {
        color: var(--primary-color);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem;
        padding: .62rem 1rem
    }

    .product-list-item-close {
        padding: .62rem 1rem;
        text-align: left
    }

    .close-text {
        display: inline-block;
        color: var(--primary-color);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem;
        padding-left: 2px
    }

    .footer-copyright2 {
        display: block
    }

    #toast-container {
        position: fixed;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -10%);
        width: 80%;
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    #toast-container>div {
        width: 100%;
        margin: 0 0 10px 0;
        pointer-events: auto
    }

    .toast-message {
        text-align: left
    }

    .product-mobile-scroll {
        display: flex;
        overflow-x: scroll;
        flex-direction: row
    }

    .product-info-right h2 {
        text-align: left
    }

    .products-review h2 {
        text-align: left
    }

    .products-info .hidden-xs {
        overflow: hidden
    }

    .review-li {
        padding: 1rem 0
    }

    .review-info-bottom .btn {
        display: none
    }

    .user-collect-box .review-info {
        margin-bottom: unset
    }

    .trigger-tip {
        width: 100%;
        padding: 0 0 3.535rem 0;
    }
}