* {
    box-sizing: border-box
}

@font-face {
    font-family: EuclidCircularB;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/EuclidCircularB-SemiBold.woff2) format('woff2'), url(../fonts/EuclidCircularB-SemiBold.woff) format('woff')
}

@font-face {
    font-family: EuclidCircularB;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/EuclidCircularB-Medium.woff2) format('woff2'), url(../fonts/EuclidCircularB-Medium.woff) format('woff')
}

@font-face {
    font-family: EuclidCircularB;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/EuclidCircularB-Regular.woff2) format('woff2'), url(../fonts/EuclidCircularB-Regular.woff) format('woff')
}

@font-face {
    font-family: GoogleSans;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/GoogleSans-Medium.woff2) format('woff2'), url(../fonts/GoogleSans-Medium.woff) format('woff')
}

@font-face {
    font-family: GoogleSans;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/GoogleSans-Regular.woff2) format('woff2'), url(../fonts/GoogleSans-Regular.woff2) format('woff')
}

body {
    font-family: GoogleSans, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, open sans, helvetica neue, sans-serif, serif;
    font-size: 14px;
    line-height: 1.78;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333
}

a,
a:hover,
a:visited {
    outline: 0
}

img {
    max-width: 100%;
    transition: opacity ease .25s;
    vertical-align: middle;
    opacity: 1
}

img[data-src] {
    opacity: 0
}

button {
    border: none;
    background: 0 0
}

button:focus,
input:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

article,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

.coverlink {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.wrapper {
    position: relative;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px
}

.wrapper-banner {
    position: relative;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px
}

.banner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    padding: 20px
}

.privacypage,
.aboutpage,
.searchpage {
    min-height: calc(100vh - 180px)
}

.searchpage {
    font-family: arial, sans-serif, serif;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial
}

.about-us h2 {
    margin-top: 16px;
    margin-bottom: 10px
}

.about-us h3 {
    margin-bottom: 10px
}

.about-us ul {
    margin-bottom: 14px;
    padding-left: 40px
}

.about-us li {
    line-height: 24px;
    margin-bottom: 8px;
    list-style: disc
}

.about-us p {
    line-height: 24px;
    margin-bottom: 14px
}

.about-us h4 {
    line-height: 24px;
    margin: 14px 0
}

.about-us h6,
.about-us h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin: 14px 0
}

.header {
    background-color: #d33c3c
}

#searchmenu,
#topmenu {
    display: none
}

.opacityblack,
.opacitywhite {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.opacityblack {
    z-index: 1002;
    top: 0;
    transition: all ease .25s;
    background-color: rgba(0, 0, 0, .55)
}

.opacitywhite {
    z-index: 999;
    top: 48px;
    background-color: transparent
}

.search-pos {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px
}

.search-pos .search-icon {
    border-color: #c23838
}

.search-pos .search-icon::after {
    background-color: #c23838
}

#searchmenu:checked~.opacitywhite {
    display: block
}

#searchmenu:checked~.search {
    width: calc(100vw - 66px)
}

#topmenu:checked~.opacityblack {
    display: block
}

.topmenu-box {
    position: absolute;
    z-index: 1006;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 16px
}

.menu-icon,
.menu-icon::after,
.menu-icon::before {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff
}

.menu-icon {
    position: relative;
    z-index: 1000;
    display: block;
    width: 14px
}

.menu-icon::after,
.menu-icon::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    content: '';
    transition: all ease .25s
}

.menu-icon::after {
    top: 14px;
    width: 10px
}

#topmenu:checked~.topmenu-box .menu-icon {
    background: 0 0
}

#topmenu:checked~.topmenu-box .menu-icon::before {
    transform: rotate(45deg)
}

#topmenu:checked~.topmenu-box .menu-icon::after {
    width: 20px;
    transform: rotate(-45deg);
    transform-origin: 1px -2px
}

.search-icon-wp {
    position: absolute;
    z-index: 1005;
    top: 19px;
    right: 17px;
    width: 24px;
    height: 20px
}

.search-icon-wp .search-icon {
    border-color: #fff
}

.search-icon-wp .search-icon::after {
    background-color: #fff
}

.navfix {
    position: absolute;
    z-index: 1003;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.menunav {
    overflow: hidden;
    max-height: 0;
    padding-right: 20px;
    padding-left: 20px;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    text-align: left;
    background-color: #c23838
}

.menunav-link {
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.icon-menunav {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #fff
}

.menunav-top {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

#topmenu:checked~.navfix .menunav {
    max-height: 900px;
    padding-top: 64px;
    padding-bottom: 10px
}

#topmenu:checked~.opacityblack {
    display: block
}

.logo {
    position: relative;
    z-index: 1005;
    display: block;
    width: 163px;
    height: 56px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ft-logo {
    z-index: 1;
    margin-bottom: 10px
}

.ft-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sub-logo {
    width: auto;
    height: 20px;
    margin-right: 36px;
    background-position: 0 0;
    background-size: 121px 15px
}

.breadcrumb {
    display: none
}

.breadcrumb li:after {
    content: "›";
    display: inline-block;
    font-size: 12px;
}

.breadcrumb li:last-child::after {
    display: none;
}

.breadcrumb li span {
    text-transform: capitalize;
}

.footer-con {
    padding: 20px 0;
    text-align: center;
    background-color: #222
}

.footer-link {
    line-height: 2.1;
    display: block;
    color: #999;
    text-transform: uppercase;
}

.footer-line {
    display: none
}

.weekly-banner {
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 4px
}

.weekly-banner img {
    border-radius: 4px
}

.main-area {
    margin-bottom: 20px
}

.brand-weekly {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
    margin-left: -12px
}

.brand-weekly-item {
    position: relative;
    width: 33.3333%;
    margin-bottom: 12px;
    padding-left: 12px
}

.brand-weekly-item img {
    max-width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #f8f8f8
}

.bread-crumb {
    display: none
}

.page-content {
    margin-top: 20px
}

.page-left {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 16px
}

.detail-title {
    font-size: 20px;
    line-height: 1;
    margin: 18px 0
}

.category-weekly {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px
}

.cate-item {
    width: 50%;
    padding-bottom: 12px;
    padding-left: 12px
}

.cate-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0 2px;
    text-align: left;
    border: 1px solid #000;
    border-radius: 8px
}

.cate-img {
    width: 36px;
    height: 36px
}

.cate-desc {
    font-size: 12px;
    font-weight: 400px;
    flex: 1
}

.review-weekly-top {
    display: flex;
    align-items: center;
    height: 100px;
    margin-bottom: 20px
}

.review-weekly-top img {
    width: 100px;
    margin-right: 16px;
    vertical-align: middle;
    border: 1px solid #e8e8e8;
    border-radius: 4px
}

.info-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

.info-date {
    display: block;
    margin-top: 3px;
    color: #aaa
}

.placeholder {
    width: 100%;
    height: 650px;
    background-color: #f4a460
}

.choice-page {
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

.page-link {
    font-size: 16px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    text-align: center;
    color: #fff;
    background-color: #d33c3c
}

.left-arrow {
    position: relative;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent
}

.left-arrow::after {
    position: absolute;
    bottom: -3px;
    left: 6px;
    display: block;
    width: 10px;
    height: 6px;
    content: '';
    background-color: #fff
}

.right-arrow {
    margin-left: 15px;
    transform: rotate(180deg)
}

.down-arrow {
    margin-top: 8px;
    margin-right: -10px;
    transform: rotate(-90deg)
}

.left-desc {
    margin-left: 15px
}

.page-con {
    font-size: 24px;
    color: #838383
}

.now-page {
    font-size: 36px;
    color: #d33c3c
}

.weekly-chewy {
    margin-bottom: 18px
}

.chewy {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px
}

.chewy-item {
    width: 50%;
    padding-bottom: 18px;
    padding-left: 12px
}

.chewy-item-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ccc
}

.chewy-pic {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 150px;
    padding: 20px
}

.chewy-pic img {
    max-width: 100%;
    height: 100%;
    border-radius: 12px
}

.chewy-desc {
    font-size: 12px;
    line-height: 1;
    margin: 0 10px 10px;
    padding: 8px 20px;
    color: #fff;
    background-color: #d33c3c
}

.slider-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px
}

.slider-wrapper {
    display: flex;
    transition: transform .5s
}

.home-banner {
    position: relative;
    overflow: hidden;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
    border-radius: 8px
}

/* .slider-btn {
    position: absolute;
    top: calc(50% - 8px);
    display: flex;
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px;
    transform: translateY(-50%);
    border: none;
    background: 0 0
} */

.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
    /* position: relative; */
    z-index: 99;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #d33c3c;
    display: none;
}

.banner-swiper .swiper-button-prev::after,
.banner-swiper .swiper-button-next::after {
    /* position: absolute;
    top: 11px;
    left: 9px; */
    width: 8px;
    height: 8px;
    content: '';
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-width: 2px 2px 0 0
}

.banner-swiper .swiper-button-prev {
    transform: rotate(-180deg)
}

.banner-swiper:hover .swiper-button-prev,
.banner-swiper:hover .swiper-button-next {
    display: flex
}

.slider-indicators {
    position: absolute;
    bottom: 12px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 10px
}

.slider-indicators .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    background: #e5e5e5 !important;
    opacity: 1;
}

.slider-indicators .swiper-pagination-bullet-active {
    background: #e73c39 !important
}

.home-banner-info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 240px;
    margin-left: 36px;
    color: #fff
}

.home-banner-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.home-banner-pic img,
.home-banner-pic source {
    width: 100%;
    height: 100%
}

.home-banner-pic img {
    -o-object-fit: cover;
    object-fit: cover
}

.home-banner-tl {
    font-family: EuclidCircularB;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    max-width: 255px
}

.banner-event {
    position: relative;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    height: 320px;
    background-color: #c23838
}

.banner-event-img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-banner-btn {
    display: flex;
    align-items: center;
    width: 150px;
    height: 44px;
    margin-top: 12px;
    padding: 14px 0 13px 24px;
    border-radius: 22px;
    background-color: #fff
}

.home-banner-btn span {
    font-family: GoogleSans;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0;
    color: #333
}

.home-banner-btn .icon-right {
    margin-left: 6px;
    transition: all ease .25s;
    fill: #d33c3c
}

.banner-tl {
    font-size: 40px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.mobile-text {
    display: block
}

.banner-tl::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    content: '';
    background-color: rgba(255, 255, 255, .2)
}

.homepage {
    padding-top: 20px
}

.banner-info {
    text-align: center;
    color: #fff
}

.search-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    padding-right: 5px;
    transform: rotate(-45deg);
    border: 2px solid #fff;
    border-radius: 100%
}

.header .search-icon {
    width: 16px;
    height: 16px
}

.search-icon::after {
    position: absolute;
    top: 16px;
    left: 50%;
    display: block;
    width: 2px;
    height: 8px;
    content: '';
    background-color: #fff
}

.header .search-icon::after {
    top: 12px
}

.search {
    position: absolute;
    z-index: 1007;
    top: 10px;
    right: 20px;
    overflow: hidden;
    width: 0;
    height: 36px;
    transition: all ease .25s;
    border-radius: 36px;
    background-color: #fff;
    -ms-border-radius: 36px;
    -o-border-radius: 36px
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 224px;
    height: 100%
}

.header .search-form {
    padding-left: 16px
}

.sea-text {
    font-size: 14px;
    flex: 1;
    height: 100%;
    border: none
}

.sea-btn {
    position: absolute;
    right: 0;
    flex: 0 0 48px;
    width: 48px;
    height: 100%
}

.bcommon-compose {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 32px
}

.bcommon-img {
    width: 100px
}

.bcommon-img.big-sale {
    width: 70px
}

.bcommon-img.best-sellers {
    width: 24px
}

.bcommon-tl {
    font-family: EuclidCircularB;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 32px;
    margin-bottom: 20px;
    text-align: center
}

.bcommon-compose .bcommon-tl {
    margin-top: 4px
}

.bcommon-desc {
    font-family: EuclidCircularB;
    font-size: 16px;
    font-weight: 400;
    font-weight: 400;
    line-height: 16px;
    margin-top: 10px;
    color: #aaa
}

.event-tl {
    font-size: 20px;
    line-height: 1;
    position: relative;
    margin-top: 0;
    margin-top: 18px;
    margin-bottom: 18px
}

.font-red {
    color: #e73c39
}

.catels {
    display: flex;
    flex-wrap: wrap;
    margin-top: -12px;
    margin-left: -12px
}

.cateitem {
    width: 50%;
    margin-top: 12px;
    padding-left: 12px
}

.catecon {
    position: relative;
    overflow: hidden;
    height: 68px;
    border-radius: 3px;
    background-color: #e5e5e5
}

.catecon::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background-color: rgb(0 0 0/60%)
}

.catecon-tl {
    line-height: 1.2;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    height: 100%;
    text-align: center;
    color: #fff
}

.catecon-tl a {
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.catecon-pic {
    width: 100%;
    height: 100%;
    transition: all ease .25s;
    border-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover
}

.brand-rect-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px
}

.brand-rect-item {
    width: 33.3333%;
    margin-bottom: 12px;
    padding-left: 12px
}

.brand-rect-con {
    position: relative
}

.brand-rect-con-place {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-rect-con-img {
    position: absolute;
    top: 0;
/*    left: 0;*/
    height: 100%;
    transition: all ease .25s
}

.brand-rect-con-tl {
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
    text-align: center
}

.viewall {
    font-family: EuclidCircularB;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    width: 200px;
    height: 40px;
    margin: 0 auto 20px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    color: #999;
    border-radius: 24px;
    background-color: #f5f5f5
}

.viewall::before {
    position: absolute;
    right: 30px;
    display: block;
    width: 10px;
    content: '';
    border: 1px solid #d5d4d4
}

.viewall::after {
    position: absolute;
    right: 30px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    transform: rotate(45deg);
    border-top: 2px solid #d5d4d4;
    border-right: 2px solid #d5d4d4
}

.brand-ls {
    display: flex;
    flex-wrap: wrap;
    margin-top: -12px;
    margin-left: -16px
}

.homepage .brand-ls {
    margin-bottom: 24px
}

.homepage-category-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px
}

.homepage-category-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 33.3333%;
    margin-bottom: 20px;
    padding-left: 24px
}

.pageright .homepage-category-item {
    width: 50%
}

.homepage-category-img {
    overflow: hidden;
    width: 100%;
    border-radius: 50%
}

.homepage-category-pic {
    width: 100%;
    transition: all ease .25s
}

.category-item-tl {
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    width: 100%;
    margin-top: 6px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis
}

.homepage-category-item:hover .category-item-tl {
    text-decoration: underline
}

.homepage-catels-radius {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: -12px
}

.homepage-catecon-radius {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0 2px;
    text-align: left;
    border: 1px solid #000;
    border-radius: 8px
}

.menunav .homepage-catecon-radius {
    padding-top: 8px;
    padding-bottom: 8px;
    border-color: rgba(255, 255, 255, .4)
}

.menunav .homepage-catecon-radius a {
    color: #fff
}

.menunav .homepage-catecon-tl-radius {
    font-size: 14px
}

.homepage-cateitem-radius {
    font-size: 10px;
    position: relative;
    width: 50%;
    padding-bottom: 12px;
    padding-left: 12px
}

.homepage-cateitem-radius img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.event-cateitem-radius {
    width: 100%;
    padding-bottom: 18px;
    padding-left: 0
}

.event-brand {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left
}

.event-image-box {
    position: relative;
    width: 60px;
    padding-top: 60px;
    border-radius: 100%;
    background-color: #f8f8f8
}

.event-brand-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 50%
}

.event-brand-name {
    font-size: 16px;
    font-weight: 400;
    margin-left: 12px
}

.homepage-catecon-pic-place {
    position: relative;
    overflow: hidden;
    width: 36px;
    height: 36px;
    background-color: transparent
}

.homepage-catecon-radius:hover .homepage-catecon-pic-radius {
    position: relative;
    transform: translateX(-80px);
    -webkit-filter: drop-shadow(#df3636 80px 0);
    filter: drop-shadow(#df3636 80px 0)
}

.homepage-catecon-radius:hover .homepage-catecon-tl-radius a {
    color: #df3636
}

.homepage-catecon-radius:hover {
    border: 1px solid #df3636
}

.menunav .homepage-catecon-radius:hover {
    border-color: rgba(255, 255, 255, .4)
}

.menunav .homepage-catecon-radius:hover .homepage-catecon-tl-radius a {
    text-decoration: underline;
    color: #fff
}

.homepage-catecon-pic-radius {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.homepage-catecon-tl-radius {
    font-size: 12px;
    font-weight: 400;
    flex: 1
}

.brand-item {
    width: 33.3333%;
    margin-top: 12px;
    padding-left: 16px
}

.brand-con {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    border-radius: 6px
}

.brand-con-img {
    border-radius: 6px
}

.brand-con-tl {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 8px;
    text-align: center
}

.footer {
    margin-top: 20px;
    padding-top: 10px;
    background-color: #f8f8f8
}

.icon-read {
    width: 20px;
    height: 20px;
    transition: all ease .25s
}

.cate-tl {
    font-size: 28px;
    line-height: 1;
    position: relative;
    margin-bottom: 16px
}

.cate-tl::before {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -12px;
    left: 0;
    height: 24px;
    content: '';
    background-color: #f9f9f9
}

.sort-con {
    display: flex;
    align-items: center;
    height: 100px
}

.sort-ls {
    margin-top: 40px
}

.sort-item {
    margin-bottom: 24px
}

.sort-item-img {
    border-radius: 3px
}

.sort-info-tag {
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
    color: #aaa
}

.sort-item-day {
    font-size: 12px;
    line-height: 1.4;
    color: #df3636
}

.common-tl {
    font-size: 20px;
    line-height: 1;
    position: relative;
    margin-top: 18px;
    margin-bottom: 18px
}

.pageright .cateitem {
    width: 50%
}

.pageright .catecon::before {
    display: none
}

.review-top {
    display: flex;
    align-items: center;
    height: 100px;
    margin-bottom: 20px
}

.review-top-tl {
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

.review-top-img {
    width: 100px;
    margin-right: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 4px
}

.review-top-logo {
    font-size: 50px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin-right: 12px;
    text-align: center;
    color: #df3636;
    border-radius: 6px;
    background-color: #ffe5e5
}

.brand-ls .review-top-logo {
    border-radius: 100%
}

.brandline-ls .review-top-logo {
    line-height: 80px;
    width: 80px;
    height: 80px
}

.review-top-offer {
    display: block;
    margin-top: 3px;
    color: #aaa
}

.page-tl {
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px
}

.cate-page-left,
.cate-page-right {
    position: absolute;
    width: auto;
    margin: 0;
    color: #fff;
    border-radius: 3px
}

.cate-page-left {
    left: 0;
    transform: rotate(180deg)
}

.cate-page-right {
    right: 0
}

.cate-icon-left,
.cate-icon-right {
    width: 14px;
    height: 14px;
    fill: #c23838
}

.review-con p {
    font-size: 16px;
    margin: 14px 0
}

.review-con p a {
    text-decoration: underline;
    color: #df3636
}

.weekly-item {
    margin-bottom: 16px;
    transition: opacity ease .25s
}

.weekly-con {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8
}

.weekly-con-desc {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 10px 12px
}

.weekly-con-info {
    position: relative;
    flex: 1;
    padding-left: 12px
}

.weekly-info-price {
    color: #d33c3c
}

.weekly-detail {
    color: #d33c3c
}

.weekly-info-tl {
    color: #aaa
}

.weekly-detail {
    display: flex;
    align-items: center
}

.weekly-con-save,
.weekly-con-rarrow {
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.weekly-icon-save {
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border: 1px solid #d33c3c;
    border-radius: 50%
}

.weekly-icon-rarrow {
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #d33c3c
}

.icon-save,
.icon-rarrow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    fill: #d33c3c
}

.icon-rarrow {
    fill: #fff
}

.new-ls,
.soon-ls,
.deals-ls {
    margin-bottom: 24px
}

.new-item,
.soon-item {
    margin-bottom: 16px;
    transition: opacity ease .25s
}

.new-item-ad,
.soon-item-ad {
    margin-bottom: 16px
}

.new-con,
.soon-con {
    position: relative;
    display: flex;
    align-items: center;
    transition: all ease .25s;
    border: 1px solid #e8e8e8;
    border-radius: 8px
}

.menudetail .new-con,
.menudetail .soon-con {
    display: block
}

.new-con-des,
.soon-con-des {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 10px 12px
}

.icon-today {
    width: 10px;
    height: 14px;
    fill: #a50000
}

.soon-today {
    position: absolute;
    z-index: 9;
    top: 8px;
    left: 8px;
    display: none;
    width: 126px;
    height: 28px;
    border-radius: 4px;
    background-color: #ffc432;
    box-shadow: 0 2px 8px 0 rgba(17, 17, 17, .04)
}

.soon-desc {
    font-family: EuclidCircularB;
    font-size: 12px;
    font-weight: 500;
    line-height: 58px;
    margin-left: 6px;
    color: #a50000
}

.new-con-info,
.soon-con-info {
    position: relative;
    flex: 1;
    padding-left: 16px
}

.new-con-txt,
.soon-con-txt {
    display: none
}

.new-con-img,
.soon-con-img {
    overflow: hidden;
    flex: 0 0 80px;
    width: 80px;
    padding-left: 12px
}

.new-con-info-tl,
.soon-con-info-tl {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    cursor: pointer;
    -webkit-line-clamp: 2
}

.soon-con-price {
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px
}

.soon-price-left {
    display: flex;
    align-items: end
}

.price-num {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    color: #d33c3c
}

.price-decimal {
    font-size: 16px
}

.price-scale {
    font-size: 12px;
    line-height: 18px;
    position: relative;
    bottom: 3px;
    width: 38px;
    height: 18px;
    margin-left: 8px;
    padding: 0 6px;
    text-align: center;
    color: #8d4522;
    border-radius: 4px;
    background-color: #fcecbd
}

.soon-price-right {
    width: 64px;
    height: 28px;
    border-radius: 14px;
    background-color: #333
}

.price-buy {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.new-con-tag,
.soon-con-tag {
    display: none
}

.new-brand-tag,
.soon-brand-tag {
    display: block;
    color: #d33c3c
}

.new-con-info p,
.soon-con-info p {
    font-size: 12px;
    color: #df3636
}

.now-price {
    font-size: 18px;
    font-weight: 700;
    margin-right: 4px
}

.before-price {
    text-decoration: line-through;
    color: #a7a7a7
}

.new-con-rt,
.soon-con-rt {
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    white-space: nowrap
}

.new-con-rt-code,
.soon-con-rt-code {
    width: 100%
}

.new-con-get,
.soon-con-get,
.store-con-get,
.store-get-btn {
    display: block;
    cursor: pointer;
    text-align: center;
    border-radius: 8px
}

.scroll-item .soon-con-get {
    border-radius: 20px
}

.new-con-get,
.soon-con-get,
.store-con-get {
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #d33c3c
}

.store-get-btn {
    font-weight: 700;
    line-height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 170px;
    height: 40px;
    padding-right: 4px;
    color: #aaa;
    background-color: #f5f5f5
}

.store-con-get {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 60px);
    height: 100%;
    transform: translate(-50%);
    text-align: center;
    color: #fff
}

#moreflag {
    height: 2px
}

.noresult-tl {
    margin-top: 30px
}

.noresult-ls {
    margin-bottom: 30px
}

.noresult-item {
    line-height: 20px;
    position: relative;
    padding-left: 3px
}

.noresult-item::before {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    border-radius: 4px;
    background-color: #000
}

.row-me {
    border-top: 1px solid #f1f3f4
}

.row-item {
    position: relative;
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #f1f3f4
}

.row-con {
    max-width: 600px
}

.row-logo {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: bottom
}

.row-curlink {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    padding-right: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #202124
}

.sarrow {
    position: absolute;
    top: 15px;
    right: 12px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #9ba0a5;
    box-shadow: 0 5px 0 0 #9ba0a5, 0 10px 0 0 #9ba0a5
}

.space-dot {
    font-weight: 700;
    padding-right: 5px;
    padding-left: 5px
}

.row-tl {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 6px;
    color: #1558d6
}

.row-info {
    font-size: 14px;
    line-height: 20px;
    color: #4d5156
}

.app-brand-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px
}

.app-brand-item {
    width: 33.3333%;
    margin-bottom: 16px;
    padding-left: 12px
}

.app-brand-con {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 8px;
    text-align: center;
    border-bottom: 4px solid #fff
}

.app-brand-logo {
    width: auto;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain
}

.app-brand-link {
    overflow: hidden;
    margin-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.icon-web {
    width: 36px;
    height: 36px
}

.icon-right {
    flex: 0 0 20px;
    width: 20px;
    height: 20px
}

.aboutpage h4 {
    font-size: 16px;
    margin-top: 16px
}

.coupon-mail {
    margin-top: 16px;
    padding: 24px 16px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 6px
}

.coupon-mail-btn {
    line-height: 40px;
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    text-align: center;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background-color: #df3636
}

.coupon-mail-con {
    position: relative
}

.icon-close {
    position: absolute;
    top: 0;
    right: -5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: rotate(45deg)
}

.icon-close::after,
.icon-close::before {
    position: absolute;
    display: block;
    content: '';
    border-radius: 2px;
    background-color: #fff
}

.icon-close::before {
    left: 8px;
    width: 2px;
    height: 18px
}

.icon-close::after {
    top: 8px;
    width: 18px;
    height: 2px
}

.modal .icon-close {
    top: 16px;
    right: 8px
}

.modal .icon-close::after,
.modal .icon-close::before {
    background-color: #333
}

.form-text {
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center
}

.coupon-red {
    font-weight: 700;
    color: #c23838
}

.form-notice {
    margin-top: 16px;
    text-align: center;
    color: #999
}

.success {
    position: fixed;
    z-index: -5;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    transition: all ease .25s;
    text-align: center;
    opacity: 0;
    color: #fff;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .55)
}

.icon-success {
    display: block;
    width: 40px;
    height: 20px;
    margin-bottom: 16px;
    transform: rotate(-45deg);
    border: 3px solid #fff;
    border-width: 0 0 3px 3px
}

.disclaimer-img {
    display: block;
    margin: 0 auto
}

.aboutpage .review-con p {
    margin-top: 30px
}

.aboutpage .review-con.guidance-con p {
    margin-top: 0;
    margin-bottom: 0
}

.guidance-info {
    text-align: center
}

.guidance-tl {
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 16px;
    text-align: center;
    color: #df3636
}

.guidance-so {
    max-width: 728px;
    margin: 0 auto 16px
}

.guidance-so .new-con {
    background: 0 0
}

.guidance-so .new-con-rt {
    border-radius: 3px
}

.guidance-so .new-con {
    margin-bottom: 24px
}

.guidance-so .new-con-get {
    color: #aaa;
    border-color: #aaa;
    background-color: #f7f7f7
}

.guidance-so .new-con-info p,
.guidance-so .new-con-info-tl {
    color: #aaa
}

.guidance-so-info {
    text-align: center
}

.guidance-so .new-con-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 116px;
    border-radius: 3px;
    background-color: #eee
}

.icon-img {
    width: 70px
}

.contact-email {
    margin: 50px 0;
    text-align: center
}

.contact-rel {
    font-size: 24px;
    position: relative;
    color: #df3636
}

.contact-rel::after,
.contact-rel::before {
    position: absolute;
    display: block;
    width: 4px;
    height: 11px;
    content: ''
}

.contact-rel::before {
    top: 0;
    left: -12px;
    border-top: 4px solid #eee;
    border-left: 4px solid #eee
}

.contact-rel::after {
    right: -12px;
    bottom: 0;
    border-right: 4px solid #eee;
    border-bottom: 4px solid #eee
}

.icon-contact {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px
}

.contact-center {
    text-align: center
}

.about-img {
    display: block;
    margin: 0 auto
}

.type-item {
    margin-top: 24px
}

.type-con {
    height: 100%;
    padding-bottom: 16px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .05)
}

.type-tl {
    font-size: 18px;
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    background-color: #c23838
}

.type-text {
    line-height: 2.4;
    display: block
}

.icon-30 {
    width: 26px;
    height: 26px;
    margin-right: 6px
}

.icon-60 {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px
}

.category-tl {
    display: flex;
    align-items: center;
    justify-content: center
}

.category-tl .smallbg::after {
    display: none
}

.tab-ls {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5
}

.tab-scroll {
    position: sticky;
    position: -webkit-sticky;
    z-index: 99;
    top: 0;
    overflow-x: scroll;
    padding-top: 16px;
    background: #fff
}

.tab-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent
}

.tab-scroll .tab-ls {
    min-width: 1000px
}

.tab-item {
    font-weight: 700;
    margin: 0 16px;
    cursor: pointer
}

.tab-active {
    font-weight: 700;
    position: relative;
    color: #c23838
}

.tab-active::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    display: block;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    content: '';
    background-color: #c23838
}

.menu-item {
    padding-top: 16px
}

.menu-con-tl {
    font-size: 18px;
    margin-bottom: 16px
}

.menu-con-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px
}

.menu-con-item {
    width: 50%;
    margin-bottom: 16px;
    padding-left: 16px
}

.menu-con-item-con {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding: 6px 0;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.menu-con-item-b {
    font-weight: 700
}

.menu-con-item-info {
    padding-left: 16px
}

.menu-con-item-tl {
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    height: 32px
}

.menu-con-item-price {
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0
}

.menu-con-item-pic {
    height: 80px;
    margin-bottom: 8px;
    -o-object-fit: contain;
    object-fit: contain
}

.modal-m-wp {
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 16px;
    border-top: 1px solid #eee
}

.modal-next,
.modal-pre {
    width: 30px;
    margin: 0 8px;
    -o-object-fit: contain;
    object-fit: contain
}

.modal {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-width: 280px;
    max-width: 600px;
    padding: 16px 16px 0;
    transition: all ease .25s;
    transform: translateY(-100px);
    border-radius: 3px;
    background-color: #fff
}

.modal-m-tl {
    font-size: 18px;
    font-weight: 700;
    padding-right: 32px;
    padding-left: 32px;
    text-align: center
}

.modal-m-price {
    text-align: center
}

.modal-tl {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 16px;
    margin-bottom: 6px
}

.modal-price {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #df3636
}

.modal-wrapper {
    padding: 2px 20px 0
}

.modal-wrapper .store-sales-img {
    height: 80px;
    margin: 16px auto 0
}

.modal-img {
    height: 85px
}

.modal-m-img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

.ctrl-coupon {
    font-size: 12px;
    line-height: 38px;
    display: flex;
    margin: 0 12px 12px;
    border: 1px solid #333;
    border-radius: 6px
}

.ctrl-name {
    width: 50%
}

.couponcode {
    margin-bottom: 12px;
    border-radius: 6px
}

.modal-time {
    margin-top: 10px
}

.modal-copy {
    line-height: 48px;
    display: flex;
    height: 48px;
    margin: 16px;
    border: 1px solid #ddd;
    border-radius: 24px;
    background-color: #f8f8f8
}

.modal-copy-code {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: block;
    flex: 1;
    width: calc(100% - 80px);
    margin-right: 8px;
    padding-left: 8px;
    text-align: center;
    word-wrap: break-word;
    color: #d33c3c
}

#code-one,
#ctrl-one {
    display: none
}

#ctrl-one:checked~#code-one {
    display: block
}

#ctrl-one:checked~.ctrl-coupon #label-one {
    color: #fff;
    border-radius: 4px 0 0 4px;
    background-color: #333
}

.modal-copy-btn {
    line-height: 40px;
    width: 80px;
    margin: 4px 4px 4px 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 18px;
    background-color: #c23838
}

.modal-tip {
    font-size: 12px;
    margin: 10px auto 0;
    text-align: center;
    color: #a0a0a0
}

.modal-wrapper {
    text-align: center
}

.modal-logo {
    width: 24px;
    margin: 15px 0 0 15px
}

.modal-btn,
.store-modal-btn {
    line-height: 48px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #d33c3c
}

.nohas-copy-has {
    font-size: 14px;
    font-weight: bolder;
    line-height: 48px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #df3636
}

.store-modal-btn {
    font-size: 14px;
    font-weight: bolder;
    width: 100%
}

.modal-btn-wp {
    padding: 12px 20px 16px;
    border-top: 1px dashed #e8e8e8
}

.modal-copy-has {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 16px;
    padding: 12px 0 10px;
    border-radius: 8px;
    background-color: #f7f7f7
}

.tip-success {
    line-height: 36px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 150px;
    margin-left: -100px;
    text-align: center;
    opacity: 0;
    color: #fff;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .55)
}

.icon-print {
    width: 16px;
    height: 16px;
    margin-right: 6px
}

.modal-print {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px
}

.category-menu-link {
    font-size: 12px;
    line-height: 1.4;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 8px;
    padding-top: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis
}

.menu-con-ad {
    width: 100%;
    margin-bottom: 16px;
    padding-left: 16px
}

.menu-category-ls {
    display: flex;
    flex-wrap: wrap;
    margin-top: -8px;
    margin-left: -8px
}

.menu-category-item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    margin-top: 8px;
    padding-left: 8px
}

.menu-category-con {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 18px;
    border: 1px solid #eee;
    border-radius: 6px
}

.pagecontent {
    margin-top: 20px
}

.pageleft .category-menu-link {
    color: #df3636
}

.icon-menu {
    width: 34px;
    height: 34px
}

.icon-menu-logo {
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain
}

.icon-email {
    width: 50px;
    height: 50px
}

.menudetail {
    margin-top: 20px;
    margin-bottom: 20px
}

.menudetail .new-con {
    box-shadow: 0 0 12px 0 rgba(17, 17, 17, .1)
}

.trend-ls {
    margin: 0 0 20px -8px
}

.trend-item {
    margin-top: 20px;
    padding-left: 8px
}

.trend-con {
    position: relative;
    padding: 16px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 12px
}

.trend-con-img {
    height: 55px
}

.trend-con-tl {
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 42px;
    margin-top: 12px;
    -webkit-line-clamp: 2
}

.trend-con-tl-sale {
    font-size: 18px;
    margin-right: 8px;
    color: #df3636
}

.store-sales {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    padding: 0 4px;
    border: 1px solid #d33c3c
}

.new-sales-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    -o-object-fit: contain;
    object-fit: contain
}

.store-sales-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    border-radius: 8px
}

.store-sales-info {
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #df3636
}

.store-d-sales {
    font-size: 28px;
    line-height: 1.2;
    padding-top: 24px;
    color: #df3636
}

.store-d-sales-img {
    overflow: hidden;
    width: 100px;
    height: 100px;
    border-radius: 3px
}

.store-link {
    color: #df3636
}

.store-trend {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 76px;
    border: 1px solid #eee;
    border-radius: 8px
}

.store-name {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
    text-align: center;
    color: #df3636
}

.homestore {
    display: flex;
    flex-wrap: wrap;
    margin-top: -12px;
    margin-left: -12px
}

.homestore-item {
    width: 50%;
    margin-top: 12px;
    padding-left: 12px
}

.homestore-con {
    line-height: 60px;
    height: 60px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0 3px rgb(0 0 0/8%)
}

.homestore-link {
    display: block
}

.brand-con-place {
    position: relative;
    width: 100%;
    padding-top: 100%
}

.brand-con-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.coupon-more {
    font-size: 15px;
    line-height: 40px;
    display: block;
    height: 40px;
    margin: 20px 0 24px;
    cursor: pointer;
    text-align: center;
    color: #df3636;
    border: 2px solid #eee;
    border-radius: 20px
}

.event-ad {
    margin: 20px 0
}

.category-con {
    margin-top: -26px
}

.category-con .brand-ls {
    margin-top: 24px
}

.black-friday {
    height: 100%
}

.us-info {
    padding-bottom: 20px;
    text-align: center;
    font-size: 16px
}

.banner-con {
    width: 100%;
    max-width: 546px
}

.store-tl {
    line-height: 1;
    margin: 20px 0 32px
}

.mb-store-down {
    position: relative
}

.mb-store-sort {
    margin: 20px 0
}

.select-label {
    font-weight: 400;
    line-height: 50px;
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 12px;
    cursor: pointer;
    border: 1px solid #eee
}

.select-label::after {
    position: absolute;
    top: 20px;
    right: 12px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border: 6px solid #333;
    border-color: #333 transparent transparent transparent
}

.store-sort-tl {
    position: relative;
    z-index: 1006;
    overflow: hidden;
    height: 0;
    transition: all ease .25s;
    transform: translateY(30px);
    pointer-events: none;
    opacity: 0;
    border: 1px solid #eee;
    border-top-width: 0;
    background-color: #fff
}

.store-active {
    color: #df3636
}

.activedown .store-sort-tl {
    height: auto;
    transform: translateY(1px);
    pointer-events: auto;
    opacity: 1
}

.store-letter {
    line-height: 32px;
    display: block;
    padding: 0 12px;
    cursor: pointer
}

.mb-store-ls {
    margin-top: 20px;
    padding: 12px;
    border: 1px solid #eee
}

.mb-store-link {
    line-height: 32px;
    display: block
}

.retitle {
    font-family: EuclidCircularB;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 12px
}

.store-sort {
    margin: 16px 0 0
}

.store-sort-ls {
    margin: 20px 0;
    padding: 12px 0;
    border: 1px solid #eee
}

.store-sort-link {
    line-height: 32px;
    display: block;
    padding: 0 16px
}

.catels-radius {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px
}

.pageright .cateitem-radius {
    width: 50%;
    padding-bottom: 12px;
    padding-left: 12px
}

.catecon-radius {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0 2px;
    text-align: left;
    border: 1px solid #000;
    border-radius: 8px
}

.catecon-radius:hover {
    border: 1px solid #df3636
}

.catecon-pic-place {
    position: relative;
    overflow: hidden;
    width: 36px;
    height: 36px;
    background-color: transparent
}

.catecon-pic-radius {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.catecon-tl-radius {
    font-size: 16px;
    font-size: 12px;
    font-weight: 400;
    flex: 1
}

.current-cate {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.current-cate-info {
    flex: 1
}

.current-pic-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 16px;
    padding: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background-color: transparent
}

.current-cate-pic {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.current-cate-tl {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2
}

.current-cate-tl-txt {
    font-size: 15px;
    color: #aaa
}

.brandline-ls {
    margin-top: 20px
}

.brandline-item {
    margin-top: 12px
}

.brandline-con {
    position: relative;
    display: flex;
    align-items: center;
    height: 80px
}

.brandline-place {
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 80px;
    margin-right: 14px;
    border: 1px solid #eee;
    background-color: #f8f8f8
}

.brandline-img {
    width: 80px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover
}

.brandline-info {
    overflow: hidden;
    flex: 1
}

.brandline-tl {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1
}

.brandline-txt {
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #aaa
}

.brandline-total {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    display: flex;
    display: none;
    align-items: center;
    flex: 0 0 172px;
    justify-content: center;
    width: 172px;
    height: 40px;
    padding: 0 10px;
    padding-right: 28px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #d33c3c
}

.brandline-total::after {
    position: absolute;
    right: 45px;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.brandline-ad {
    margin: 20px 0
}

.signinmb {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.signinbox,
.signout {
    display: none;
    cursor: pointer
}

.signname {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    padding-right: 18px;
    color: #fff
}

.signout {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff
}

.avatar {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #ddd
}

.icon-user {
    width: 20px;
    height: 20px
}

.loading {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    width: 12px;
    height: 6px;
    margin-top: -3px
}

.loading:after,
.loading:before {
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background-color: #fff
}

.loading:before {
    left: 0;
    -webkit-animation: ball-pulse infinite .75s -.4s cubic-bezier(.2, .68, .18, 1.08);
    animation: ball-pulse infinite .75s -.4s cubic-bezier(.2, .68, .18, 1.08)
}

.loading:after {
    left: 6px;
    -webkit-animation: ball-pulse infinite .75s cubic-bezier(.2, .68, .18, 1.08);
    animation: ball-pulse infinite .75s cubic-bezier(.2, .68, .18, 1.08)
}

.back {
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    top: -110px;
    right: 20px;
    float: right;
    width: 35px;
    height: 35px;
    margin-top: -35px;
    transform: translateY(calc(100vh + 35px));
    border-radius: 50%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMjAgNTEyJz4gPHBhdGggZmlsbD0nI2ZmZmZmZicgZD0nTTE3NyAxNTkuN2wxMzYgMTM2YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0yMi42IDIyLjZjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwTDE2MCAyNTUuOWwtOTYuNCA5Ni40Yy05LjQgOS40LTI0LjYgOS40LTMzLjkgMEw3IDMyOS43Yy05LjQtOS40LTkuNC0yNC42IDAtMzMuOWwxMzYtMTM2YzkuNC05LjUgMjQuNi05LjUgMzQtLjF6Jz48L3BhdGg+IDwvc3ZnPg==) center no-repeat #d33c3c;
    background-size: 50%
}

.pc-back {
    display: none
}

.catecon-radius:hover .catecon-tl-radius a {
    color: #ee5350
}

@-webkit-keyframes ball-pulse {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.1);
        opacity: .6
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ball-pulse {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.1);
        opacity: .6
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

#loginButton {
    position: fixed;
    z-index: 1201;
    bottom: 50px;
    left: 50%;
    display: block;
    margin-left: -112px
}

.shading {
    position: fixed;
    z-index: 1200;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: transparent
}

.pcsignout {
    line-height: 40px;
    position: absolute;
    right: 246px;
    bottom: -41px;
    display: none;
    width: 120px;
    height: 40px;
    padding-left: 16px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 3px #ccc
}

.pcsignout::before {
    position: absolute;
    top: -16px;
    width: 0;
    height: 0;
    content: '';
    border: 8px solid #fff;
    border-color: transparent transparent #fff
}

.sub-modal {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    height: 120px
}

.sub-modal {
    z-index: 1101;
    background-color: #d33c3c
}

.sub-con {
    position: relative;
    height: 100%;
    padding: 16px;
    color: #fff
}

.subscription {
    height: 100%
}

.sub-tl {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    margin-top: 6px
}

.sub-tl-big {
    display: block
}

.sub-link {
    line-height: 32px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-block;
    padding: 0 24px;
    cursor: pointer;
    color: #d33c3c;
    border-radius: 16px;
    background-color: #fff
}

.sub-info {
    line-height: 1.4;
    padding-right: 24px;
    color: rgb(255, 255, 255, .75)
}

.sub-close {
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transform: rotate(45deg);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .2)
}

.sub-close::after,
.sub-close::before {
    position: absolute;
    display: block;
    width: 2px;
    height: 12px;
    content: '';
    background-color: #fff
}

.sub-close::before {
    top: 6px;
    left: 11px
}

.sub-close::after {
    top: 11px;
    left: 6px;
    width: 12px;
    height: 2px
}

.new-con-info .new-con-expires,
.soon-con-info .soon-con-expires {
    font-size: 14px;
    color: #aaa
}

.soon-con-info .soon-con-expires {
    font-size: 14px;
    line-height: 16px;
    display: inline-block
}

.new-con-rt-code,
.soon-con-rt-code {
    position: relative;
    display: flex;
    overflow: hidden;
    box-sizing: content-box;
    width: 100%;
    height: 40px;
    border-radius: 8px
}

.detail-pc {
    display: none
}

.detail-pc.soon-pc {
    width: 100%
}

.detail-mb,
.detail-new-pc {
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #d33c3c
}

.detail-new-pc {
    display: none
}

.detail-mb::after,
.detail-new-pc::after {
    position: absolute;
    top: 11px;
    left: 9px;
    width: 8px;
    height: 8px;
    content: '';
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-width: 2px 2px 0 0
}

.category-mb {
    background-color: #999
}

.soon-des-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f5f5f5
}

.soon-des-img img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

.soon-con-sales {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    cursor: pointer
}

.rtcode-border {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    box-sizing: content-box;
    width: calc(100% - 2px);
    height: 38px;
    pointer-events: none;
    border: 1px dashed #d33c3c;
    border-radius: inherit;
    background-color: transparent
}

.rtcode-transition {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    transition: all .2s linear;
    background-color: #d33c3c
}

.rtcode-transition::before {
    position: absolute;
    top: unset;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: calc(100% - 20px);
    content: '';
    transition: all .2s linear;
    border-radius: 0;
    border-bottom-right-radius: 8px;
    background-color: #d33c3c
}

.rtcode-minibox {
    position: absolute;
    top: 10px;
    right: -10px;
    left: unset;
    width: 10px;
    height: 10px;
    transition: all .2s linear;
    border-top-right-radius: 50%;
    background: #d33c3c
}

.rtcode-angle {
    position: absolute;
    top: 0;
    right: -20px;
    transition: all .2s linear;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #aaa;
    border-left: 10px solid #aaa;
    border-bottom-left-radius: 8px;
    background-color: transparent
}

.to-event-link {
    margin-top: 6px;
    padding-left: 12px
}

.to-event-image {
    padding: 24px;
    background-color: #9de18a
}

.search-result {
    line-height: 20px;
    margin: 13px 0
}

.errorpage {
    min-height: calc(100vh - 180px)
}

.error-no {
    margin-top: 32px;
    text-align: center
}

.error-info {
    text-align: center
}

.error-gohome {
    font-size: 18px;
    font-weight: 700;
    line-height: 55px;
    display: block;
    max-width: 250px;
    margin: 30px auto 24px;
    text-align: center;
    color: #df3636;
    border: 2px solid #df3636;
    border-radius: 6px
}

.error-gohome::after {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-left: 8px;
    content: '';
    transform: rotate(45deg);
    border: 2px solid #df3636;
    border-width: 2px 2px 0 0;
    border-radius: 2px
}

.rightbtn,
.leftbtn {
    display: none
}

.product-tl {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 20px
}

.product-tl-name {
    font-family: EuclidCircularB;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px
}

.product-tl-more {
    font-family: GoogleSans;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999
}

.product-tl-more::after {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 4px;
    content: '';
    transform: rotate(45deg);
    border: 1px solid #999;
    border-width: 1px 1px 0 0
}

.hidden-ads {
    display: none
}

.productpage .breadcrumb {
    margin-top: 0
}

.productpage .bcommon-compose {
    margin-top: 0
}

.product-category {
    margin-top: 0
}

.mt-32 {
    margin-top: 24px
}

.product-ls .soon-con-info {
    display: flex;
    flex-direction: column
}

.product-ls .soon-con-off {
    font-family: EuclidCircularB;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
    text-align: left;
    color: #d33c3c
}

.product-detail {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 24px
}

.product-detail-left {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px
}

.product-left-pic {
    width: 50%;
    min-width: 140px;
    min-height: 140px;
    -o-object-fit: cover;
    object-fit: cover
}

.product-detail-right {}

.product-detail-tag {
    margin-top: 16px;
    margin-bottom: 14px
}

.product-tag-store,
.product-tag-off {
    font-family: GoogleSans;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 8px;
    color: #787878;
    border-radius: 4px;
    background-color: #f0f0f0
}

.product-tag-off {
    margin-left: 6px;
    color: #984015;
    background-color: #ffebb7
}

.product-detail-info {
    font-family: EuclidCircularB;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    color: #333
}

.product-detail-desc {
    font-family: GoogleSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    padding-top: 15px;
    color: #787878;
    border-top: 1px solid #eee
}

.product-detail-coupon {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.product-coupon-price {
    display: flex;
    align-items: flex-end
}

.product-price-num {
    font-family: GoogleSans;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #d33c3c
}

.product-price-dot {
    font-size: 18px
}

.product-price-delnum {
    font-family: GoogleSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 30px;
    margin-left: 12px;
    text-decoration: line-through;
    color: #999
}

.product-detail-get {
    line-height: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    margin-top: 12px;
    border-radius: 4px;
    background-color: #333
}

.product-detail-get span {
    font-family: GoogleSans;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.product-detail-get .icon-right {
    margin-left: 12px;
    transition: all ease .25s;
    fill: #fff
}

.product-detail-get:hover .icon-right {
    margin-left: 18px
}

.mb-16 {
    margin-bottom: 16px
}

.product-top-img {
    max-width: 100px;
    flex: 0 0 100px;
    height: 100px;
    margin-right: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    object-fit: cover
}

.product-top-tl {
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.toppage-tl {
    font-size: 20px;
    margin-top: -10px;
    line-height: 1.3;
    margin-bottom: 15px
}

.toppage-des {
    margin-top: 12px;
    margin-bottom: 12px
}

.top-item {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    position: relative
}

.top-rank {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #ffba00;
    border-radius: 0 0 12px 0;
    text-align: center;
    line-height: 20px;
    font-style: italic;
    font-weight: 700;
    padding-right: 4px
}

.top-item-pic {
    padding: 16px
}

.top-item-large {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-large-img {
    max-height: 180px
}

.top-item-small {
    display: flex;
    margin-left: -8px;
    margin-top: 8px;
    position: relative;
    z-index: 4
}

.top-item-small-li {
    width: 20%;
    padding-left: 8px
}

.top-small-place {
    position: relative;
    padding-top: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden
}

.top-small-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    cursor: pointer
}

.top-item-info {
    padding: 0 16px 16px
}

.top-item-tl {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px
}

.top-item-feature {
    color: #777
}

.top-feature {
    position: relative;
    padding-left: 12px
}

.top-feature::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #777;
    position: absolute;
    left: 0;
    top: 9px
}

.top-item-rt {
    background-color: #fef6f8;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 8px 8px
}

.shop-now {
    background-color: #d33c3c;
    color: #fff;
    padding: 6px 24px;
    border-radius: 6px;
    font-weight: 500;
    position: relative;
    z-index: 4
}

.top-item-off {
    color: #d33c3c;
    margin-top: 12px;
    text-align: center;
    font-weight: 500;
    line-height: 1.4
}

.top-item-rating {
    display: flex;
    align-items: center;
    margin-bottom: 4px
}

.top-item-star,
.top-item-star-active {
    height: 16px;
    background-size: 16px 16px;
    background-repeat: repeat-x
}

.top-item-star {
    /* background-image: url(../images/star_gray.svg); */
    width: 80px;
    position: relative
}

.top-item-star-active {
    position: absolute;
    /* background-image: url(../images/star_full.svg); */
    left: 0;
    top: 0;
    bottom: 0
}

.top-item-txt {
    font-size: 24px;
    font-weight: 700;
    margin-right: 3px
}

.review-top-info .top-item-txt {
    font-size: 16px;
    font-weight: 500
}

.read-more {
    color: #d33c3c;
    font-weight: 700;
    display: block;
    margin-top: 4px
}

.proudct-item {
    margin-bottom: 16px
}

.proudct-item-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    font-weight: 500;
    background-color: #f6f6f6;
    padding: 0 16px
}

.proudct-item-link::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg)
}

.icon-top {
    fill: #000;
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.proudct-item-txt {
    flex: 1;
    line-height: 1.1
}

.qa-des {
    margin-top: -10px;
    margin-bottom: 15px
}

.qa-title {
    font-size: 15px;
    margin: 3px 0
}

.pros-cons {
    margin-top: 16px
}

.pros-cons-item {
    border: 1px solid #eee;
    padding: 12px
}

.feature-item-icon {
    color: #65b741;
    margin-right: 8px
}

.feature-item-red {
    color: #d33c3c;
    margin-right: 8px
}

.product-table {
    border-bottom: 1px solid #eee;
    margin-bottom: 16px
}

.product-tr {
    display: flex;
    border: 1px solid #eee;
    border-bottom-width: 0
}

.product-tr-tl {
    width: 160px;
    flex: 0 0 160px;
    padding-left: 12px;
    border-right: 1px solid #eee;
    font-weight: 500;
    padding: 8px
}

.product-tr-txt {
    line-height: 1.2;
    padding: 8px;
    display: flex;
    align-items: center
}

.product-pic {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px
}

.product-large {
    display: flex;
    justify-content: center;
    margin-top: 4px;
    margin-bottom: 16px;
    margin-left: -3px;
    margin-right: -3px;
    flex-wrap: wrap;
    margin-left: -12px
}

.product-large-con {
    width: 50%;
    padding-left: 12px;
    height: 150px;
    margin-top: 12px
}

.product-large-img {
    width: 100%;
    height: 150px;
    border: 1px solid #eee;
    padding: 6px;
    object-fit: contain
}

.product-small {
    display: flex;
    margin-top: 16px
}

.product-dot {
    width: 14px;
    height: 14px;
    background-color: #bbb;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 7px;
    cursor: pointer
}

.dot-active {
    background-color: #d33c3c
}

.product-shop-now {
    text-align: center;
    background-color: #d33c3c;
    display: block;
    width: 160px;
    color: #fff;
    font-weight: 500;
    line-height: 44px;
    border-radius: 6px;
    margin: 16px auto 0
}

.top-brand-ls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-bottom: 4px
}

.top-brand-item {
    width: 33.3333%;
    padding-left: 12px;
    margin-bottom: 12px
}

.top-brand-content {
    border: 1px solid #eee;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.top-brand-img {
    max-height: 80px
}

.home-top10-item {
    margin-top: 16px
}

.home-top10-con {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative
}

.home-top10-pic {
    height: 90px;
    width: 90px;
    flex: 0 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden
}

.home-top10-img {
    transition: all ease .25s;
    max-width: 90%;
    max-height: 90%
}

.home-top10-info {
    flex: 1;
    padding-left: 16px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90px;
    overflow: hidden
}

.home-top10-tl {
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-top10-btn {
    padding: 3px 12px;
    max-width: 200px;
    text-align: center;
    background-color: #d33c3c;
    color: #fff;
    border-radius: 6px;
    font-weight: 500
}

.footer-lang {
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 28px
}

.icon-lang {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px
}

@media screen and (min-width:768px) {
    .retitle {
        font-size: 24px
    }

    .brand-weekly-item {
        width: 20%
    }

    .chewy-item {
        width: 25%
    }

    .new-ls,
    .soon-ls,
    .deals-ls {
        margin-bottom: 0
    }

    .viewall {
        margin-bottom: 32px
    }

    .homepage-category-ls {
        margin-bottom: 10px
    }

    .banner {
        position: relative;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        height: 100%;
        /* background-image: url(../images/coupon_banner.webp);
        background-position: no-repeat;
        background-size: cover */
    }

    .banner::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background-color: rgba(0, 0, 0, .2)
    }

    .brandline-tl {
        font-size: 20px
    }

    .brandline-txt {
        font-size: 15px
    }

    .current-cate-tl {
        font-size: 32px;
        line-height: 1.2
    }

    .event-ad {
        width: 100%
    }

    .brand-item {
        width: 20%
    }

    .new-con-txt {
        display: block
    }

    .mobile-text {
        display: inline-block
    }

    .cateitem {
        width: 33.33333%
    }

    .banner {
        height: 400px;
        margin-bottom: 18px
    }

    .banner-event {
        height: 360px;
        margin-bottom: 18px
    }

    .banner-tl {
        font-size: 64px;
        line-height: 1.78;
        padding-bottom: 0
    }

    .app-brand-item {
        width: 20%
    }

    .new-con-info {
        flex: 1
    }

    .soon-con-info {
        width: 100%
    }

    .new-con,
    .soon-con {
        display: flex;
        align-items: center
    }

    .modal-wrapper {
        padding: 12px 24px 0
    }

    .modal-img-wp {
        flex: 1
    }

    .menudetail .modal-img {
        height: 150px
    }

    .menudetail .modal-tl {
        font-size: 24px
    }

    .new-con-des,
    .soon-con-des {
        overflow: hidden
    }

    .new-con-rt,
    .soon-con-rt {
        display: flex;
        align-items: center;
        flex: 0 0 197px;
        flex-direction: column;
        width: 197px
    }

    .soon-con-rt {
        width: 100%
    }

    .new-con-tag {
        display: block;
        color: #d33c3c
    }

    .menudetail .new-con::after,
    .menudetail .new-con::before {
        bottom: 73px
    }

    .new-con-get,
    .soon-con-get,
    .store-get-btn {
        overflow: hidden;
        width: 172px;
        margin-top: 0;
        cursor: pointer
    }

    .soon-con-get {
        width: 100%
    }

    .new-con-info-tl,
    .soon-con-info-tl {
        font-size: 15px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2
    }

    .soon-con-info-link {
        font-size: 15px;
        line-height: 19px;
        display: inline-block;
        white-space: pre-wrap
    }

    .cate-page-left,
    .cate-page-right {
        padding-right: 32px;
        padding-left: 32px
    }

    .coupon-mail {
        max-width: 400px;
        border-top-right-radius: 5px
    }

    .form-pc-line {
        display: flex
    }

    .contact-rel {
        font-size: 50px
    }

    .contact-rel::after,
    .contact-rel::before {
        width: 9px;
        height: 23px;
        border-width: 6px
    }

    .contact-rel::before {
        left: -24px
    }

    .contact-rel::after {
        right: -24px
    }

    .icon-contact {
        width: 200px;
        height: 200px;
        margin-top: -100px;
        margin-left: -100px
    }

    .contact-email {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .about-img {
        max-width: 560px
    }

    .disclaimer-img {
        max-width: 360px
    }

    .type-ls {
        display: flex;
        flex-wrap: wrap;
        margin-top: -24px;
        margin-left: -24px
    }

    .type-item {
        width: 50%;
        padding-left: 24px
    }

    .category-tl {
        display: block
    }

    .category-tl .smallbg::after {
        display: block
    }

    .icon-60 {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto 19px
    }

    .menu-con-ls {
        display: flex;
        flex-wrap: wrap
    }

    .footer-link {
        display: inline-block;
        padding: 0 16px
    }

    .couponcode {
        text-align: center
    }

    .modal-btn {
        flex: 0 0 400px;
        width: 400px;
        margin-left: 16px
    }

    .modal-print {
        flex: 1;
        height: 48px;
        cursor: pointer;
        border: 1px solid #eee;
        border-radius: 24px
    }

    .homestore-item {
        width: 33.3333%
    }

    .event-ad {
        margin-right: 24px
    }

    .trend-ls {
        display: flex
    }

    .trend-item {
        flex: 1;
        margin-top: 0
    }

    .storepage .brand-item {
        width: 25%
    }

    .banner {
        display: flex
    }

    .footer {
        padding-top: 18px
    }

    .ft-logo {
        width: 280px;
        margin-bottom: 24px;
        background-size: 280px 34px
    }

    .homepage .cateitem-radius {
        width: 20%
    }

    .homepage .catecon-radius {
        position: relative;
        display: block;
        text-align: center
    }

    .brand-rect-item {
        width: 20%
    }

    .sub-modal {
        max-width: 360px
    }

    .back {
        position: -webkit-sticky;
        position: sticky;
        z-index: 999;
        top: -110px;
        right: 20px;
        float: right;
        width: 40px;
        height: 40px;
        margin-top: -40px;
        transform: translateY(calc(100vh + 40px));
        border-radius: 50%;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMjAgNTEyJz4gPHBhdGggZmlsbD0nI2ZmZmZmZicgZD0nTTE3NyAxNTkuN2wxMzYgMTM2YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0yMi42IDIyLjZjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwTDE2MCAyNTUuOWwtOTYuNCA5Ni40Yy05LjQgOS40LTI0LjYgOS40LTMzLjkgMEw3IDMyOS43Yy05LjQtOS40LTkuNC0yNC42IDAtMzMuOWwxMzYtMTM2YzkuNC05LjUgMjQuNi05LjUgMzQtLjF6Jz48L3BhdGg+IDwvc3ZnPg==) center no-repeat #d33c3c;
        background-size: 50%
    }

    .homepage-cateitem-radius {
        width: 20%;
        padding-bottom: 12px;
        padding-left: 12px
    }

    .homepage-category-item {
        width: 20%
    }

    .slider-outer {
        margin-bottom: 24px
    }

    .product-left-pic {
        width: 200px;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .top-item {
        display: flex;
        align-items: center;
        padding-right: 180px
    }

    .top-item-pic {
        width: 220px
    }

    .top-item-info {
        flex: 1;
        padding-top: 16px
    }

    .top-item-rt {
        height: 100%;
        border-radius: 0 8px 8px 0;
        width: 180px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        justify-content: center
    }

    .product-large-con {
        width: 25%;
        height: 200px
    }

    .product-large-img {
        height: 200px
    }

    .home-top10-ls {
        margin-top: -16px;
        display: flex;
        flex-wrap: wrap;
        margin-left: -24px
    }

    .home-top10-item {
        width: 50%;
        padding-left: 24px
    }

    .home-top10-tl {
        white-space: normal
    }
}

@media screen and (min-width:1240px) {
    .top-brand-item {
        width: 11.1111%
    }

    .mt-32 {
        margin-top: 32px
    }

    .hidden-ads {
        display: block
    }

    .title {
        font-size: 32px
    }

    .soon-today {
        display: flex;
        align-items: center
    }

    .page-content {
        display: flex
    }

    .page-left {
        margin-top: 0
    }

    .page-right {
        flex: 1;
        height: 400px;
        padding-left: 50px
    }

    .page-right .brand-weekly-item {
        width: 50%;
        margin-bottom: 12px;
        padding-left: 12px
    }

    .bread-crumb {
        line-height: 1.2;
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: -8px;
        color: #bbb
    }

    .bread-crumb span {
        font-size: 12px;
        padding: 0 8px;
        color: #666
    }

    .brandline-total {
        display: flex
    }

    .pageright .brand-rect-ls {
        margin-left: -12px
    }

    .pageright .brand-rect-item {
        width: 50%;
        margin-bottom: 12px;
        padding-left: 12px
    }

    .index-scorll {
        position: relative
    }

    .scroll-x {
        position: relative;
        overflow: hidden;
        width: 100%;
        white-space: nowrap
    }

    .homepage .new-ls {
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px
    }

    .homepage .soon-ls {
        overflow-x: auto;
        margin-left: -20px;
        scroll-behavior: smooth
    }

    .homepage .deals-ls {
        display: flex;
        flex-wrap: wrap
    }

    .homepage .scroll-ls {
        margin-right: -16px;
        margin-left: 0
    }

    .rightbtn {
        position: absolute;
        z-index: 99;
        top: 35%;
        right: -20px;
        display: block;
        cursor: pointer
    }

    .leftbtn {
        position: absolute;
        z-index: 99;
        top: 35%;
        left: -20px;
        display: none;
        cursor: pointer
    }

    .icon-rightbtn,
    .icon-leftbtn {
        width: 40px;
        height: 40px
    }

    .icon-hoverbtn {
        display: none;
        width: 40px;
        height: 40px
    }

    .rightbtn:hover .icon-hoverbtn,
    .leftbtn:hover .icon-hoverbtn {
        display: block
    }

    .rightbtn:hover .icon-rightbtn,
    .leftbtn:hover .icon-leftbtn {
        display: none
    }

    .soon-con {
        flex-direction: column
    }

    .homepage .new-item {
        width: 50%;
        padding-left: 16px
    }

    .homepage .soon-item {
        display: inline-block;
        width: 20%;
        padding-left: 20px
    }

    .soon-item.scroll-item {
        width: calc(25% - 20px);
        margin-right: 20px;
        padding-left: 0
    }

    .soon-item.deals-item {
        display: block
    }

    .deals-item .soon-con {
        border: none
    }

    .soon-con-des {
        flex-direction: column;
        width: 100%;
        padding: 0
    }

    .books-con-des {
        border-radius: 8px;
        background-color: #f5f5f5
    }

    .books-con-des .soon-con-sales {
        background-color: #fff
    }

    .soon-des-img img {
        width: 224px;
        height: 224px;
        transition: all ease .25s;
        border-radius: 8px
    }

    .soon-item {
        margin-bottom: 32px
    }

    .soon-today {
        padding: 3px 10px
    }

    .store-sales-block {
        overflow: hidden;
        width: 100%;
        height: 140px;
        border-radius: 8px 8px 0 0
    }

    .soon-sales-img {
        overflow: hidden;
        width: 100%;
        height: 140px;
        margin-bottom: 10px;
        transition: all ease .25s;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -o-object-fit: scale-down;
        object-fit: scale-down
    }

    .homepage .new-con-info-tl,
    .homepage .soon-con-info-tl {
        line-height: 19px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin: 6px 0 8px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2
    }

    .homepage .deals-con-info-tl {
        height: auto;
        min-height: 38px;
        margin-top: 0;
        margin-bottom: 0
    }

    .sarrow {
        position: static;
        display: inline-block;
        margin-top: 2px;
        margin-left: 13px;
        vertical-align: top
    }

    .home-banner-info {
        height: 240px;
        padding: 0 20px
    }

    .home-banner-tl {
        font-size: 36px;
        font-weight: 500;
        font-stretch: normal;
        line-height: 41px;
        max-width: 500px;
        letter-spacing: 0
    }

    .home-banner-desc {
        font-family: GoogleSans;
        font-size: 16px;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        line-height: 41px;
        opacity: .75;
        color: #fff
    }

    .detail-mb,
    .menunav .homepage-catels-radius {
        display: none
    }

    .detail-pc,
    .detail-new-pc {
        display: block
    }

    .banner-img {
        display: block;
        background-color: #242424
    }

    .banner-left {
        position: absolute;
        left: 0;
        height: 100%
    }

    .banner-right {
        position: absolute;
        right: 0;
        height: 100%
    }

    #loginButton {
        top: 100px;
        right: 32px;
        bottom: auto;
        left: auto;
        margin-left: 0
    }

    .shading {
        top: 63px
    }

    .signname {
        font-size: 14px
    }

    .signinbox {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-left: 30px
    }

    .signinmb,
    .signoutmb {
        display: none
    }

    .mb-store-txt,
    .search-icon-wp,
    .select-label,
    .topmenu-box {
        display: none
    }

    .search {
        position: relative;
        top: 0;
        right: 0;
        width: 420px;
        margin-left: 32px;
        border: 1px solid #eee
    }

    .brand-rect-ls,
    .homepage .catels-radius {
        margin-left: -20px
    }

    .brand-rect-item {
        margin-bottom: 20px
    }

    .brand-rect-item,
    .homepage .cateitem-radius {
        padding-left: 20px
    }

    .pageleft .brand-rect-ls {
        margin-left: -16px
    }

    .pageleft .brand-rect-item {
        margin-bottom: 12px;
        padding-left: 12px
    }

    .pageright .cateitem-radius {
        width: 50%
    }

    .event-pageright .cateitem-radius {
        width: 50%
    }

    .page-tl {
        font-size: 32px;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 7px;
        padding-right: 300px
    }

    .page-tl::after {
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: -25px;
        left: 0;
        height: 46px;
        content: '';
        background-color: #f9f9f9
    }

    .header {
        position: relative
    }

    .homeheader .header {
        border-bottom-width: 0
    }

    .header-con,
    .menunav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 63px
    }

    .navfix {
        position: static
    }

    .menunav {
        min-height: 64px;
        padding-right: 0;
        background: 0 0
    }

    .logo {
        height: 63px;
        background-position: left 22px
    }

    .sub-logo {
        height: 20px;
        background-position: 0 0
    }

    .header .logo {
        flex: 0 0 163px;
        text-align: left
    }

    .storepage .brand-item {
        width: 16.6666%
    }

    .breadcrumb {
        line-height: 1.2;
        display: flex;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: -8px;
        white-space: nowrap;
        color: #bbb
    }

    .breadcrumb span {
        font-family: EuclidCircularB;
        font-size: 13px;
        font-weight: 400;
        padding-right: 8px;
        padding-left: 8px;
        color: #999
    }

    .menunav-link {
        font-size: 14px;
        font-weight: 700;
        line-height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 20px
    }

    .menunav-top {
        display: flex;
        margin-bottom: 0;
        padding-bottom: 0;
        border-width: 0
    }

    .signinbox .menunav-link {
        margin-left: 0
    }

    .menunav-active {
        position: relative;
        color: #c23838
    }

    .menunav-active::before {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 6px;
        content: '';
        background-color: #c23838
    }

    .wrapper {
        max-width: 1240px;
        margin: 0 auto
    }

    .wrapper-banner {
        max-width: 1240px;
        margin: 0 auto
    }

    .bcommon-img {
        width: 135px;
        height: 22px
    }

    .bcommon-img.big-sale {
        width: 88px;
        height: 30px
    }

    .bcommon-compose .bcommon-tl {
        margin-top: 10px
    }

    .bcommon-tl {
        font-size: 28px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 24px;
        color: #333
    }

    .viewall {
        font-size: 16px;
        line-height: 48px;
        height: 48px
    }

    .smallbg::after {
        right: -10px;
        bottom: -13px;
        width: 90px;
        height: 20px
    }

    .homefooter {
        margin-top: 20px
    }

    .catels {
        margin-top: -24px;
        margin-left: -24px
    }

    .brand-ls {
        margin-top: -24px;
        margin-left: -24px
    }

    .cateitem {
        width: 16.66666%;
        margin-top: 24px;
        padding-left: 24px
    }

    .brand-item {
        width: 12.5%;
        margin-top: 24px;
        padding-left: 24px
    }

    .pageleft .brand-ls {
        margin-left: -16px
    }

    .pageleft .brand-item {
        width: 16.66666%;
        padding-left: 16px
    }

    .cate-tl {
        font-size: 56px;
        margin-top: 14px;
        margin-bottom: 24px
    }

    .cate-tl::before {
        bottom: -16px;
        height: 44px
    }

    .pagecontent {
        display: flex
    }

    .pageleft {
        flex: 0 0 850px;
        width: 850px
    }

    .pageright {
        flex: 1;
        width: 350px;
        padding-left: 50px
    }

    .event-pageright {
        flex: 1;
        padding-left: 50px
    }

    .sort-ls {
        margin-top: 16px
    }

    .sort-item-info {
        display: flex;
        flex: 1;
        flex-direction: column
    }

    .sort-info-tag {
        margin-top: 10px
    }

    .pageright .catels {
        margin-top: -12px
    }

    .pageright .cateitem {
        width: 100%;
        margin-top: 12px
    }

    .store-sort-tl {
        display: flex;
        height: auto;
        padding: 0 6px;
        transform: translateY(0);
        pointer-events: auto;
        opacity: 1;
        border: 1px solid #eee;
        border-bottom-width: 0
    }

    .store-letter {
        position: relative;
        flex: 1;
        padding: 12px 0;
        cursor: pointer;
        text-align: center
    }

    .store-active::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 20px;
        height: 3px;
        margin-left: -10px;
        content: '';
        background-color: #c23838
    }

    .store-sort-ls {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        padding: 12px 0
    }

    .store-sort-link {
        line-height: 32px;
        display: block;
        width: 50%;
        padding: 0 16px
    }

    .new-con {
        display: flex
    }

    .new-con-txt {
        display: block
    }

    .catecon:hover .catecon-pic {
        transform: scale(1.05)
    }

    .menunav-link:hover {
        position: relative;
        opacity: .85
    }

    .app-brand-con:hover {
        box-shadow: 0 0 8px rgba(194, 56, 56, .1)
    }

    .footer-link:hover {
        color: #fff
    }

    .type-item {
        width: 33.33333%
    }

    .category-menu-link:hover,
    .type-text:hover {
        color: #c23838
    }

    .brand-con:hover .brand-con-tl,
    .menu-category-con:hover .category-menu-link {
        text-decoration: underline
    }

    .menu-con-item {
        flex: 0 0 25%;
        width: 25%
    }

    .menu-con-item-con:hover {
        box-shadow: 0 1px 3px rgb(223 54 54/35%)
    }

    .store-sort-link:hover,
    .trend-con:hover .trend-con-tl a {
        color: #df3636
    }

    .pageright .menu-category-ls {
        display: block
    }

    .pageright .menu-category-item {
        flex: 0 0 100%;
        width: 100%
    }

    .store-trend:hover .store-name {
        text-decoration: underline
    }

    .homestore-item {
        width: 16.6666%
    }

    .homestore-link:hover {
        color: #df3636
    }

    .store-sales {
        font-size: 22px;
        width: 100px
    }

    .new-sales-img {
        width: 100px
    }

    .brandline-con:hover .brandline-tl a,
    .catecon-radius:hover .catecon-tl-radius a {
        color: #ee5350
    }

    .viewall:hover {
        color: #fff;
        background-color: #d33c3c
    }

    .viewall:hover::before,
    .viewall:hover::after {
        border-color: #fff
    }

    .new-con:hover,
    .soon-con:hover {
        box-shadow: 0 0 12px 0 rgba(17, 17, 17, .1)
    }

    .deals-item .soon-con:hover {
        box-shadow: none
    }

    .deals-item .soon-con:hover .price-buy {
        text-decoration: underline
    }

    .subscription {
        cursor: pointer
    }

    .back {
        display: none
    }

    .pc-back {
        position: -webkit-sticky;
        position: sticky;
        top: -110px;
        display: block;
        float: right;
        width: 50px;
        height: 50px;
        margin-top: -50px;
        transform: translateY(calc(100vh + 50px));
        border-radius: 50%;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMjAgNTEyJz4gPHBhdGggZmlsbD0nI2ZmZmZmZicgZD0nTTE3NyAxNTkuN2wxMzYgMTM2YzkuNCA5LjQgOS40IDI0LjYgMCAzMy45bC0yMi42IDIyLjZjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwTDE2MCAyNTUuOWwtOTYuNCA5Ni40Yy05LjQgOS40LTI0LjYgOS40LTMzLjkgMEw3IDMyOS43Yy05LjQtOS40LTkuNC0yNC42IDAtMzMuOWwxMzYtMTM2YzkuNC05LjUgMjQuNi05LjUgMzQtLjF6Jz48L3BhdGg+IDwvc3ZnPg==) center no-repeat #d33c3c;
        background-size: 50%
    }

    .event-tl {
        margin-top: 0
    }

    .new-con:hover .rtcode-transition {
        width: calc(100% - 30px)
    }

    .new-con:hover .rtcode-transition:before {
        right: -30px;
        width: 30px;
        height: calc(100% - 30px)
    }

    .new-con:hover .rtcode-angle {
        right: -30px;
        border-top: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #aaa;
        border-left: 15px solid #aaa
    }

    .new-con:hover .rtcode-minibox {
        top: 15px;
        right: -15px;
        width: 15px;
        height: 15px
    }

    .row-tl:hover {
        text-decoration: underline
    }

    .home-banner:hover .icon-right {
        margin-left: 10px
    }

    .brand-rect-con:hover .brand-rect-con-img {
        transform: scale(1.05)
    }

    .soon-con-info {
        line-height: 1;
        margin-top: 14px;
        padding-right: 16px
    }

    .deals-item .soon-con-info {
        padding-right: 0;
        padding-left: 0
    }

    .homepage-category-ls {
        justify-content: center
    }

    .homepage-category-item {
        width: 16.6667%
    }

    .homepage-category-item:hover .homepage-category-pic {
        transform: scale(1.05)
    }

    .soon-con:hover .soon-sales-img,
    .soon-con:hover .soon-des-pic {
        transform: scale(1.05)
    }

    .soon-con-info-link {
        height: 38px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2
    }

    .product-tl {
        margin-top: 32px;
        margin-bottom: 26px
    }

    .product-tl-name {
        font-size: 24px;
        line-height: 24px
    }

    .product-tl-more {
        font-size: 16px
    }

    .product-tl-more::after {
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-left: 4px;
        content: '';
        transform: rotate(45deg);
        border: 1px solid #999;
        border-width: 1px 1px 0 0
    }

    .productpage .bcommon-compose {
        margin-top: 12px
    }

    .bcommon-img.bcommon-img.best-sellers {
        width: 32px
    }

    .productpage .soon-ls {
        margin-left: -20px
    }

    .productpage .soon-item {
        width: 25%
    }

    .productpage .soon-des-pic {
        width: 100%;
        min-height: 277px
    }

    .productpage .soon-item {
        padding-left: 20px
    }

    .product-ls .soon-con-off {
        margin-bottom: 0;
        text-align: center
    }

    .product-ls .soon-con-info {
        margin-top: 18px
    }

    .product-ls .soon-con-rt {
        padding-top: 0
    }

    .product-ls .soon-con-get {
        border-radius: 20px
    }

    .product-ls .soon-con-info-tl {
        margin: 14px 0;
        text-align: center
    }

    .product-detail {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 32px
    }

    .product-detail-left {
        width: 322px;
        height: 322px;
        margin-right: 40px;
        padding: 0;
        border-radius: 8px;
        background-color: #eee
    }

    .product-left-pic {
        width: 320px;
        height: 320px;
        border-radius: 8px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .product-detail-right {
        flex: 1
    }

    .product-detail-tag {
        margin-top: 0;
        margin-bottom: 18px
    }

    .product-tag-store,
    .product-tag-off {
        font-family: GoogleSans;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        padding: 6px 8px;
        color: #787878;
        border-radius: 4px;
        background-color: #f0f0f0
    }

    .product-tag-off {
        margin-left: 6px;
        color: #984015;
        background-color: #ffebb7
    }

    .product-detail-info {
        font-family: EuclidCircularB;
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin-bottom: 17px;
        text-overflow: ellipsis;
        color: #333;
        -webkit-line-clamp: 4
    }

    .product-detail-desc {
        font-family: GoogleSans;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        margin-bottom: 30px;
        padding-top: 18px;
        text-overflow: ellipsis;
        color: #787878;
        -webkit-line-clamp: 3
    }

    .product-detail-coupon {
        display: flex;
        align-items: center;
        flex-direction: row
    }

    .product-coupon-price {
        display: flex;
        align-items: flex-end
    }

    .product-price-num {
        font-family: GoogleSans;
        font-size: 42px;
        font-weight: 700;
        line-height: 1;
        color: #d33c3c
    }

    .product-price-dot {
        font-size: 20px
    }

    .product-price-delnum {
        font-family: GoogleSans;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        margin-right: 30px;
        margin-left: 12px;
        text-decoration: line-through;
        color: #999
    }

    .product-detail-get {
        line-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 220px;
        height: 44px;
        margin-top: 0;
        border-radius: 4px;
        background-color: #333
    }

    .product-detail-get span {
        font-family: GoogleSans;
        font-size: 16px;
        font-weight: 700;
        transition: all ease .25s;
        text-align: center;
        color: #fff
    }

    .product-detail-get .icon-right {
        margin-left: 12px;
        transition: all ease .25s;
        fill: #fff
    }

    .product-detail-get:hover .icon-right {
        margin-left: 18px
    }

    .pros-cons {
        display: flex
    }

    .pros-cons-item {
        flex: 1
    }

    .home-top10-info {
        flex-direction: row;
        align-items: center
    }

    .home-top10-btn {
        flex: 0 0 190px;
        margin-left: 16px
    }

    .top-item:hover,
    .top-brand-content:hover {
        transition: all ease .25s;
        box-shadow: 0 0 12px 0 rgba(17, 17, 17, .1)
    }

    .shop-now:hover {
        text-decoration: underline
    }

    .proudct-item-link:hover {
        background-color: #d33c3c;
        color: #fff
    }

    .proudct-item-link:hover::after {
        border-color: #fff
    }

    .proudct-item-link:hover .icon-top {
        fill: #fff
    }

    .home-top10-con:hover .home-top10-btn {
        text-decoration: underline
    }

    .home-top10-con:hover .home-top10-img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2)
    }
}

.ads1 {
    width: 100%;
    height: 250px
}

@media(min-width:356px) {
    .ads1 {
        width: 100%;
        height: 280px
    }
}

@media(min-width:748px) {
    .ads1 {
        width: 100%;
        height: 100px
    }
}

.ads_side {
    width: 100%;
    height: 250px
}

@media(min-width:356px) {
    .ads_side {
        width: 100%;
        height: 250px
    }
}

@media(min-width:748px) {
    .ads_side {
        width: 300px;
        height: 250px
    }
}
