/*CSS reset*/
@font-face {
  font-family: 'fontLight';
  font-style: normal;
  src: url(../font/light.woff2) format('woff2'), url(../font/light.woff) format('woff');
  font-display: swap
}
@font-face {
  font-family: 'fontMid';
  font-style: normal;
  src: url(../font/mid.woff2) format('woff2'), url(../font/mid.woff) format('woff');
  font-display: swap
}
@font-face {
  font-family: 'fontBold';
  font-style: normal;
  src: url(../font/bold.woff2) format('woff2'), url(../font/bold.woff) format('woff');
}

@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  font-style: normal;
  src: url(../font/HarmonyOS_Sans_Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'HarmonyOS_Sans_Light';
  font-style: normal;
  src: url(../font/HarmonyOS_Sans_Light.ttf) format('truetype');
}

@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  font-style: normal;
  src: url(../font/HarmonyOS_Sans_Medium.ttf) format('truetype');
}

body {
  font-family: fontLight;
  padding-top: 60px;
  background-color: #fafafa;
}
/* */
.wrap{
  width: 1140px;
  margin: 0 auto;
}
.dtc-header .wrap {
  /* width: 1140px; */
  width: calc(100% - 50px);
  max-width: 1140px;
  margin: 0 auto;
}

/* dtc-header */
.dtc-header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: green;
  z-index: 100;
}
.dtc-header .wrap {
  display: flex;
  height: 60px;
  align-items: center;
}
.dtc-logo {
  display: flex;
  align-items: center;
}
.dtc-logo h1 {
  max-width: 40px;
  margin-right: 6px;
}
.dtc-logo h1 a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 13px;
  position: relative;
}
.dtc-logo img {
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dtc-logo .name {
  font-size:18px;
  font-family: fontMid;
  color: #fff;
  width: 150px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.dtc-nav {
  display: flex;
  margin-left: 160px;
}
.dtc-nav li {
  padding: 0 35px;
}
.dtc-nav li a {
  color: #fff;
  font-size: 14px;
}
.dtc-nav li a:hover {
  opacity: .8;
}
.dtc-search {
  margin-left: auto;
  position: relative;
  width: 330px;
  display: flex;
  align-items: center;
}
.section3 .swiper-slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding-bottom: 42.9824%;
  height: auto!important;
  border-radius: 24px;
}
.dtc-search input {
  width: 300px;
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 18px;
  outline: none;
  border: none;
  font-family: fontLight;
  color: #8e8e8e;
  font-size: 14px;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #8e8e8e;
}
.dtc-search .btn {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../images/icon-search.svg') no-repeat;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  right: 20px;
}
.dtc-search .btn:hover {
  opacity: .7;
}
/* add-share */
.add-share{
  width: 34px;
  height: 34px;
  margin-left: 39px;
}
.add-share img{
  width: 100%;
  height: 100%;
}
.add-share:hover{
  cursor: pointer;
}
.add-opacity{
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 101;
}
.share-box{
  width: 378px;
  height: 515px;
  background: #FFFFFF;
  box-shadow: 2px 2px 18px 0px rgba(0,0,0,0.07);
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-60%);
  display: none;
  z-index: 102;
  padding: 32px 26px;
  box-sizing: border-box;
}
.share-title{
  width: 100%;
  height: 22px;
  font-size: 14px;
  font-family: HarmonyOS_Sans_Bold;
  color: #333333;
  line-height: 19px;
  text-align: center;
  position: relative;
}
.share-title .backicon{
  width: 9px;
  height: 14px;
  position: absolute;
  left: -14px;
  display: none;
}
.share-title .closeicon{
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
}
.share-main{
  margin-top: 30px;
  width: 100%;
  height: 310px;
  /* overflow-y: auto; */
}
.share-main::-webkit-scrollbar{
  display: none;
}
.sm-item{
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: flex;
  margin-bottom: 32px;
}
.item-l{
  width: 24px;
  height: 24px;
}
.item-r{
  width: 16px;
  height: 16px;
  margin-left: auto;
}
.item-m{
  flex: 1;
  margin-left: 15px;
  font-size: 13px;
  font-family: HarmonyOS_Sans_Light;
  font-weight: 300;
  color: #666666;
}
.item-l img{
  width: 100%;
  height: 100%;
}
.item-r img{
  width: 100%;
  height: 100%;
}
.share-foot{
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  margin-top: 40px;
  box-sizing: border-box;
  border-radius: 29px;
  border: 1px solid #ECEFF1;
}
.rwlogo{
  width: 22px;
  height: 22px;
}
.share-foot span{
  flex: 1;
  font-family: HarmonyOS_Sans_Light;
  font-size: 14px;
  margin-left: 17px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.rw-copy{
  height: 100%;
  width: 79px;
  background: #73B8FF;
  border-radius: 24px;
  text-align: center;
  font-size: 14px;
  font-family: HarmonyOS_Sans_Medium;
  color: #FFFFFF;
  margin-left: auto;
}
.rw-copy:hover{
  cursor: pointer;
  background-color: #d6e9ff;
  color: #73b8ff;
}

.section1 {
  margin-top: 42px;
  display: flex;
  align-items: center;
}
.section1 .left {
  width: 652px;
  height: auto!important;
  margin-right: 48px;
  position: relative;
}
.section1 .left-pic {
  width: 637px;
  display: block;
  padding-bottom: 55.73%;
  height: auto!important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 8px;
  margin-bottom: 13px;
}
.section1 .swiper-pagination {
  bottom: 25px;
  text-align: right;
  width: 96%;
}
.section1 .left-color {
  width: 189px;
  height: 90%!important;
  background-color: green;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 8px;
}
.swiper {
  flex: 0 0 652px;
}
.swiper-info {
  padding-left: 45px;
  flex: 1;
}
.lr-swiper1 .swiper-slide {
  border-radius: 0;
}
.section1 .right h3 {
  font-size: 38px;
  line-height: 1.3;
  color: #252423;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section1 .right p {
  color: #252423;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}
.section1 .right p:after {
  position: absolute;
  content: '';
  width: 91px;
  height: 1.5px;
  background-color: #000000;
  bottom: -5px;
  left: 0;
}
.section2 {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.section2 .left {
  width: 566px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.section2 .left .s2-item {
  margin-right: 0;
}
.section2 .left .first {
  width: 320px;
  padding-right: 30px;
  padding-left: 38px;
}
.section2 .left h3 {
  font-size: 32px;
  color: #252423;
  margin-bottom: 20px;
}
.section2 .s2-item {
  width: 172px;
  height: 357px;
}
.section2 .left p {
  font-size: 18px;
  color: #252423;
  line-height: 1.6;
  margin-bottom: 20px;
}
.section2 .left p.btn a {
  padding: 10px 50px;
  background-color: #232323;
  color: #fff;
  font-size: 16px;
  font-family: fontMid;
}
.section2 .right {
  display: flex;
  margin-left: auto;
  width: 100%;
}
.section2 .right .s2-item:last-child {
  margin-right: 0;
}
.s2-item {
  margin-right: 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.s2-item:nth-child(4n) {
  margin-right: 0;
}
.s2-item .pic {
  height: 229px;
  background-color: #fff;
  background-size: contain;
  /* background-size: 100%; */
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.s2-item .info {
  text-align: center;
  padding: 10px;
}
.section2 .left .s2-item .desc {
  margin-top: -2px;
}
.section2 .left .info p.price {
  margin-top: -6px;
}
.section2 .left p.price + p.desc {
  margin-top: -8px;
}
.s2-item .info h4 {
  height: 21px;
  font-size: 16px;
  color: #3C3C3C;
  font-family: fontMid;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.s2-item .info p.desc {
  font-size: 14px;
  color: #777;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.s2-item .info p.price {
  font-size: 14px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.s2-item .info p.price + p.desc {
  margin-bottom: 3px;
}

.s2-item .info p.price .original {
  color: #999999;
  text-decoration: line-through;
  margin-right: 8px;
  padding: 0 2px;
}
.s2-item .info p.price .now {
  color: #f6545e;
  padding: 0 2px;
  font-family: fontMid;
}
.section3 {
  margin-top: 60px;
  position: relative;
}
.section3 img {
  max-width: 100%;
  display: block;
}
.section3 .info {
  max-width: 96%;
}
.section3 .info h2 {
  font-size: 28px;
  color: #fff;
  font-family: fontMid;
  margin-bottom: 20px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .2);
  text-align: center;
}
.section3 .info p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 35px;
  font-family: fontLight;
  text-align: center;
}
.section3 .info .btn span {
  padding: 12px 36px;
  background-color: #232323;
  color: #fff;
  font-size: 16px;
  font-family: fontMid;
}
.section4 {
  margin-top: 60px;
}
.section-title {
  text-align: center;
  font-size: 30px;
  font-family: fontBold;
  color: #252423;
  margin-bottom: 48px;
}
.section-title span {
  padding-bottom: 5px;
  border-bottom: 2px solid #252423;
  display: inline-block;
}
.section-prod {
  display: flex;
  flex-wrap: wrap;
}
.section-prod .s2-item {
  width: 197px;
  margin-right: 38px;
  margin-bottom: 38px;
}
.section-prod .s2-item:nth-child(5n) {
  margin-right: 0;
}
.s2-item {
  transition: transform 0.5s ease 0s;
}
.s2-item:hover {
  box-shadow: rgb(236, 236, 236) 0px 0px 14px;
  transform: translateY(-10px);
}
.section5 {
  margin-top: 60px;
}
.section-deals {
  display: flex;
  flex-wrap: wrap;
}
.deal-item {
  width: 560px;
  margin: 0 20px 15px 0;
  border-radius: 8px;
  padding-bottom: 10px;
}

/* ins */
.section-add{
  width: 100%;
  position: relative;
  /* background: #F3F5F7; */
  margin-top: 60px;
}
.backgroundbox{
  display: none;
}

.section-pets{
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: 270px;
  margin-bottom: 106px;
}
.section-furnishing{
  width: 100%;
  max-width: 1440px;
  height: 312px;
  margin-bottom: 86px;
}
.section-furnishing .movebox{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.section-fashion{
  width: 100%;
  max-width: 1440px;
  height: 562px;
  margin-bottom: 86px;
}
.section-fashion .movebox{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.section-pets .sp-item{
  width: 270px;
  height: 270px;
  border-radius: 8px;
  /* margin: 0 11px; */
  position: relative;
}
.section-furnishing .sp-item{
  width: 312px;
  height: 312px;
  border-radius: 8px;
  /* margin: 0 11px; */
  position: relative;
}
.section-furnishing .sp-item-special{
  width: 145px;
  height: 312px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-fashion .sp-item-first{
  width: 555px;
  height: 562px;
  border-radius: 8px;
  position: relative;
}
.sp-item-right {
  width: 555px;
  height: 562px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.sp-item-right .sp-item{
  width: 267px;
  height: 267px;
  border-radius: 8px;
  position: relative;
}

.sp-item-special .sp-item{
  width: 145px;
  height: 145px;
  border-radius: 8px;
}
.sp-item:hover .shadow{
  display: block;
}
.sp-item a{
  width: 100%;
  height: 100%;
}
.sp-item a img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.sp-item .shadow{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  display: none;
  pointer-events: none;
  border-radius: 8px;
}
.sp-item .shadow a{
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sp-item .shadow a img{
  width: 100%;
  height: 100%;
}
.bloggerbox{
  width: 212px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #252423;
  font-family: HarmonyOS_Sans_Medium;
  background: #FFFFFF;
  position: absolute;
  right: -30px;
  bottom: -26px;
}
.bloggerbox a{
  color: #7FBEFF;
}
.bloggerbox-fashion{
  width: 260px;
  height: 67px;
  line-height: 67px;
  background: #FFFFFF;
  border-radius: 0px 8px 0px 0px;
  font-size: 20px;
  text-align: center;
  color: #252423;
  font-family: HarmonyOS_Sans_Medium;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bloggerbox-fashion a{
  color: #7FBEFF;
}
.bloggerbox-furnishing{
  width: 209px;
  height: 41px;
  line-height: 41px;
  background: #FFFFFF;
  border-radius: 8px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  color: #252423;
  font-family: HarmonyOS_Sans_Medium;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bloggerbox-furnishing a{
  color: #7FBEFF;
}

/* add end */
.style-banner.theme3 {
  margin-top: 32px;
}
.section-deals .deal-item:nth-child(2n) {
  margin-right: 0;
}
.deal-item .pic {
  background-position: center center;
  /* background-size: cover; */
  background-repeat: no-repeat;
  border-radius: 8px;
  padding-bottom: 45.04504504504504%;
  height: auto!important;
  background-size: 100% auto;
  transition: background-size 1.2s;
}
.deal-item:hover .pic {
  background-size: 110%;
}
.deal-item .info {
  padding: 12px 20px 20px 155px;
  position: relative;
  
}
.deal-item .info .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.deal-item .info .avator {
  width: 120px;
  height: 120px;
  background-position: center center;
  background-size: 68%;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: -70px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .08);
  border-radius: 8px;
}
.deal-item .info .desc {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* add-footer */
.add-footer{
  height: auto;
  /* max-height: 800px; */
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .add-footer{
    margin-top: 40px;
  } 
}

.add-footer .a-main{
  /* width: 1400px; */
  margin: 0 auto;
  /* padding-top: 65px; */
  border: 1px solid transparent;
}
.a-title{
  width: 748px;
  margin: 0 auto;
  text-align: center;
  height: 42px;
  font-size: 26px;
  font-family: HarmonyOS_Sans_Bold;
  color: #FFFFFF;
  line-height: 42px;
  margin-bottom: 44px;
  margin-top: 65px;
}
.a-title span{
  border-bottom: 2px solid #FFFFFF;
}
.a-content{
  width: 748px;
  height: auto;
  max-height: 512px;
  overflow-y: auto;
  margin: 0 auto;
  padding-bottom: 6px;
}
.a-content::-webkit-scrollbar{
  display: none;
}
.radiusbox{
  width: 700px;
  height: 62px;
  border-radius: 31px;
  /* border: 1px solid #FFFFFF; */
  background: #FFFFFF;
  padding: 20px 8px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  position: relative;
  /* transition: all .5s; */
  color: #333333;
}
.radiusbox a{
  text-decoration: none;
  color: #333333;
}
.radiusbox:last-child{
  margin-bottom: 0px !important;
}

.i-box{
  width: 46px;
  height: 46px;
  background: #D9E2ED;
  border-radius: 50%;
  margin-right: 26px;
}
.i-box img{
  /* display: none; */
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.c-box{
  font-size: 16px;
  font-family: HarmonyOS_Sans_Medium;
  width: 554px;
  text-align: center;
  line-height: 1.5;
}
.xia___img{
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 35px;
  height: 100%;
  z-index: 10;
  /* padding: 5px; */
  justify-content: center;
  align-items: center;
}
.xia___img .xia{
  width: 20px;
  height: 11px;
}
.shang___img{
  display: none;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  /* padding: 5px; */
  justify-content: center;
  align-items: center;
}
.shang___img .shang{
  width: 20px;
  height: 11px;
}
.___box{
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.___box .xia___img{
  display: flex;
}
.open___box{
  text-align: left;
}
.open___box .shang___img{
  display: flex;
}
.a-iconbox{
  width: 580px;
  margin: 0 auto;
  margin-top: 34px;
  /* min-height: 120px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: center; */
  margin-bottom: 30px;
}
.a-iconbox .imgbox{
  width: 28px;
  height: 28px;
  margin: 0 10px;
  margin-bottom: 10px;
  /* border: 1px solid red; */
}
.imgbox a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgbox a img{
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
}

.section-footer {
  /* margin-top: 70px; */
  background-color: #262626;
  text-align: center;
  padding: 45px 0 35px;
}
.link-wrap {
  margin-bottom: 25px;
}
.link-wrap a {
  padding: 0 50px;
  font-size: 14px;
  color: #fff;
  opacity: .8;
}
.link-wrap a:hover {
  opacity: 1;
}
.link-copy {
  font-size: 14px;
  color: #fff;
  margin-bottom: 18px;
  opacity: .8;
}
.link-logo img {
  width: 122px;
  position: relative;
  display: inline-block;
}
.style-banner {
  text-align: center;
}
.style-banner img {
  max-width: 100%;
}
.section-ms {
  position: relative;
  overflow: hidden;
}
.ms-left {
  left: 0;
}
.ms-pic {
  width: 863px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 24px;
}
.ms-pic img {
  width: 100%;
}
.ms-right {
  right: 0;
}
.ms-info {
  position: absolute;
  width: calc(100% - 863px - 34px);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding-left: 34px;
}
.ms-info::before {
  
}
.ms-wrap {
  position: relative;
}
.ms-wrap .store-logo {
  text-align: left;
}
.ms-logo  {
  margin-bottom: 22px;
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  color: #333;
}
.ms-pic {
  height: 100%;
}
.ms-pic img {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ms-text {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
}
.ms-text::after {
  
}
.ms-btn span {
  padding: 10px 30px;
  background-color: #232323;
  color: #fff;
  font-size: 16px;
  font-family: fontMid;
}
.section-ms + .section-prod {
  margin-top: 100px;
}
.ms-right.ms-pic {
  float: right;
}
.cw-banner {
  padding-top: 0;
}
.cw-section {
  position: relative;
  margin: 60px 0;
}
.cw-section .sq {
  width: 189px;
  height: 360px;
  background-color: #262626;
  position: absolute;
  right: 0;
  bottom: -12px;
  border-radius: 24px;
}
.cy-section__pic {
  position: relative;
  width: 1129px;
}

/* swiper */
.swiper {
  position: relative;
}
.swiper img {
  display: inline-block;
}
.cy-slider1-ct {
  width: 33%;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.cy-slider1-ct h3 {
  font-size: 16px;
  font-family: fontMid;
  color: #fff;
  /* margin-bottom: 30px; */
  line-height: 1.6;
  margin-bottom: 0!important;
}
.cy-slider1-ct h5 {
  color: #fff;
  font-size: 16px;
}
.swiper .btns span {
  padding: 12px 34px;
  background-color: #232323;
  color: #fff;
  font-size: 16px;
  font-family: fontMid;
  border-radius: 8px;
}
.copyStr {
  opacity: .01;
  width: 1px;
  height: 1px;
}
.cy-slider2-ct {
  line-height: 1.4;
  text-shadow: 0 2px 8px rgba(85, 85, 85, .5);
  width: 95%;
}
.cy-slider2-ct h3 {
  font-size: 28px;
  font-family: fontBold;
  color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.jj-swiper {
  text-align: center;
}
.jj-swiper-ct {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 642px;
  height: 338px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255,255,255,.25);
  border: 1px solid rgba(232,232,232,0);
}
.jj-swiper-ct h3 {
  font-size: 32px;
  color: #4C4949;
  font-family: fontBold;
  padding: 70px 150px 20px;
  line-height: 1.4;
}
.jj-swiper-ct .desc {
  font-size: 24px;
  color: #4C4949;
  padding: 0 76px;
  font-family: fontLight;
  line-height: 1.6;
}
.jj-swiper-ct .btns {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.lr-swiper1 .swiper-slide {
  display: flex;
  align-items: center;
}
.ms-swiper {
  max-width: 1440px;
}
.ms-swiper-ct {
  text-align: left;
  width: 95%;
}
.ms-swiper-ct h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  font-family: fontBold;
  text-shadow: -5px 6px 10px rgba(91, 91, 91, .2);
  margin-bottom: 22px;
  text-align: center;
}
.style-swiper {
  max-width: 1440px;
}
.style-swiper-ct {
  width: 360px;
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translateY(-50%);
}
.style-swiper-ct h3 {
  font-size: 48px;
  color: #fff;
  font-family: fontBold;
  margin-bottom: 28px;
}
.style-swiper-ct p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  font-family: fontLight;
  margin-bottom: 60px;
}
:root {
  --swiper-theme-color: #fff;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-size: 10px;
}
.search-btns {
  display: none;
}
.dtc-search .close {
  display: none;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, .8);
  opacity: .5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 8px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}
.swiper-button-prev, .swiper-button-next {
  display: none;
}
.section5 + .section5 {
  margin-top: 10px;
}
.section4 + .section5 {
  margin-top: 10px;
}
.section4 + .section4 {
  margin-top: 10px;
}
.modal {
  display: none;
}
.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1000;
}
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  padding: 35px 45px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.modal-logo {
  margin-bottom: 10px;
}
.modal-logo img {
  max-width: 130px;
  max-height: 60px;
}
.modal-text {
}
.text-title {
  font-size: 16px;
  margin-bottom: 30px;
  color: #333;
  line-height: 1.6;
}
.text-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.modal-code {
  height: 45px;
  line-height: 45px;
  width: 280px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
.modal-code input {
  width: calc(100% - 20px);
  height: 48px;
  line-height: 48px;
  border: 1px solid #999;
  border-radius: 30px;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
}
.modal-code .btns {
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 8px;
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
}
.modal-code .btns:hover {
  opacity: 0.8;
}
.modal-go a {
  color: #666;
  text-decoration: underline;
  font-size: 14px;
}
.modal-close {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  background: url('../images/close_fill.svg') no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.modal-close:hover {
  opacity: .8;
}
.ct-banner .swiper-slide {
  height: 617px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.swiper {
  max-width: 1200px;
}
.jj-swiper .swiper-slide, .ms-swiper .swiper-slide {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.theme3 .jj-swiper .swiper-slide, .theme3 .ms-swiper .swiper-slide {
  padding-bottom: 48.12%;
  height: auto!important;
}

.ms2-slider .swiper-slide {
  height: 450px;
  background-color: transparent;
}
.ms2-slider .swiper-pagination {
  text-align: left;
  left: 30px;
}
.cy-swiper1 .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  padding-bottom: 25.4385%;
  height: auto!important;
}
.cy-slider1-ct {
}
.cy-swiper1 {
  max-width: 100%;
}
.cy-swiper2 .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  padding-bottom: 42.781%;
  height: auto!important;
}
.blur-right {
  position: absolute;
  width: 37%;
  left: 0;
  top: -100px;
  bottom: -100px;
  padding-right: 24px;
  border-radius: 0 48% 48% 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255,255,255,.1);
  border: 1px solid rgba(232,232,232,0);
  display: flex;
  align-items: center;
  padding: 0 30px 0 42px;
  justify-content: center;
  text-align: center;
}
.blur-right-2{
    width: 39%;
    padding-left: 35px;
}
.store-logo {
  padding: 0;
  margin: 0;
  margin-bottom: 22px!important;
  overflow: hidden;
  text-align: center;
}
.store-logo img {
  max-width: 200px;
  max-height: 120px;
  display: inline-block;
}
.theme5 .store-logo {
  text-align: left;
}
.ms-btn span, .section3 .info .btn span {
  border-radius: 8px;
}
.ms-btn span:hover, .btn span:hover, .btns span:hover {
  background-color: #333!important;
}
.blur-right .btns {
  display: flex;
  justify-content: center;
}
.blur-right .mid-btn{
    text-align: center;
    height: 45px;
}
.theme3 .ms-swiper-ct h3 {
  margin-bottom: 24px;
}
.theme3 .ms-swiper-ct p {
  font-size: 18px;
  color: #fff;
  font-family: fontLight;
  margin-bottom: 24px;
  text-align: center;
}
.swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
.ui-menu-divider.ui-widget-content {
  display: none;
}
.ui-menu.ui-widget {
  width: 330px;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  background-color: #fff;
  margin-top: 13px;
  z-index: 100;
  position: fixed!important;
  top: 48px!important;
}
.ui-menu-item {
  color: #333;
  border-bottom: 1px solid #f2f2f2;
  font-size: 15px;
  cursor: pointer;
}
.ui-menu-item > div {
  padding: 11px 15px;
}
.ui-menu-item:hover, .ui-menu-item > div.ui-state-active {
  background-color: #f3f3f3;
  color: #000;
}
.media-content-type {
  text-transform: capitalize;
  color: #999!important;
  padding: 0 15px 10px!important;
  margin: 0;
}
.modal-content {
  max-width: 460px;
}
.swiper-button-next, .swiper-button-prev {
  width: 78px;
  height: 112px;
  background-repeat: no-repeat;
  background-position: center center;
  /* background-color: rgba(255, 255, 255, .36); */
  margin-top: -56px;
  z-index: 100;
  opacity: 0;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  /* background-color: rgba(255, 255, 255, .85); */
  /* opacity: 1; */
  opacity: 0.5 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
}
.swiper-button-prev {
  left: -15px;
  background-image: url('/rewardoores/images/arrow--left-1.svg');
}
.swiper-button-next {
  right: -15px;
  background-image: url('/rewardoores/images/arrow--right-1.svg');
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .7;
  /* display: none!important; */
}
.theme3 .swiper-button-prev,
.theme3 .swiper-button-next,
.lr-swiper2 .swiper-button-prev,
.lr-swiper2 .swiper-button-next,
.cy-swiper2 .swiper-button-prev,
.cy-swiper2 .swiper-button-next {
  display: block;
}
.section1 {
  position: relative;
}
.root {
  margin-bottom: 10px;
  color: #252423;
  font-size: 18px;
}
.link-ssn a img {
	padding: 0 12px;
  padding-top: 2px;
}
.foot-start {
  position: fixed;
  margin-left: calc(1140px - 198px);
  bottom: 100px;
  background: #1f1f1f;
  box-shadow: 0 0 20px 0 rgba(181,187,194,0.60);
  border-radius: 28px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding: 12px 20px;
  z-index: 1000;
}
.foot-start a {
  color: #fff;
}
.foot-start:hover {
  background-color: #444444;
}

/* BLOG */
.section-blog {
  margin-top: 20px;
}
.blog-box {}
.blog-1 .blog-item {
  height: 469px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.blog-1 .blog-item__bg {
  position: absolute;
  width: 130%;
  height: 489px;
  background-size: cover;
  background-position: center center;
  filter: blur(10px); /* 调整数字以控制模糊程度 */
}
.blog-1 .box-item__box {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  height: 400px;
  margin: 32px 46px 0;
  display: flex;
}
.blog-1 .blog-item__pic {
  flex: 0 0 500px;
  height: 360px;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: 30px;
  left: -18px;
  border-radius: 8px;
}
.blog-1 .blog-item__cnt {
  padding-top: 80px;
  padding-left: 34px;
  padding-right: 48px;
}
.blog-1 .blog-item__cnt .blog-title {
  font-size: 42px;
  font-family: fontLight;
  color: #333;
  margin-bottom: 32px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-1 .blog-item__cnt p {
  font-size: 16px;
  font-family: fontLight;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
}

.blog-2  {
  display: flex;
  justify-content: space-between;
}
.blog-2 .blog-item:first-child {
  width: 38%;
}
.blog-2 .blog-item:last-child {
  width: 52%;
}
.blog-2 .blog-item .blog-item__pic {
  background-size: cover;
  background-position: center center;
  padding-bottom: 72%;
  border-radius: 8px;
  margin-bottom: 21px;
}
.blog-2 .blog-item:last-child .blog-item__pic {
}
.blog-item {
  display: block;
}
.blog-2 .blog-item .blog-title {
  font-size: 30px;
  font-family: fontLight;
  color: #333;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.blog-2 .blog-item__cnt p {
  font-size: 14px;
  font-family: fontLight;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}
.blog-3  {
  display: flex;
  justify-content: space-between;
}
.blog-3 .blog-item {
  width: calc((100% - 66px) / 3);
}
.blog-3 .blog-item .blog-item__pic {
  background-size: cover;
  background-position: center center;
  padding-bottom: 72%;
  border-radius: 8px;
  margin-bottom: 21px;
}
.blog-3 .blog-item .blog-title {
  font-size: 22px;
  font-family: fontLight;
  color: #333;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.blog-3 .blog-item__cnt p {
  font-size: 14px;
  font-family: fontLight;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}
.blog-3 .blog-item:nth-child(2) {
  margin-top: 30px;
}
.blog-3 .blog-item:nth-child(3) {
  margin-top: 60px;
}
.blog-content {
  padding-top: 32px;
  margin-bottom: 50px;
}
.blog-content .content {
  padding-top: 32px;
  position: relative;
  display: flex;
}
.content-left {
  flex: 0 0 524px;
  height: 590px;
  position: sticky;
  top: 100px;
  margin-right: 32px;
}
.stuck {
  position: fixed;
  top: 60px;
}
.content-right {
  width: calc(100% - 46% - 32px);
}
.left-img {
  margin-bottom: 22px;
}
.left-img img {
  width: 100%;
  border-radius: 8px;
}
.ql-editor {
  white-space: initial!important;
}
.ql-editor strong {
  font-weight: bold;
  font-family: fontMid;
}
.left-date {
  display: flex;
  position: relative;
  margin-bottom: 46px;
}
.left-date::after {
  content: '';
  width: 70%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -16px;
  left: 0;
}
.date-left {
  margin-right: 54px;
}
.date-left span {
  display: block;
  margin-bottom: 8px;
  font-family: fontMid;
}
.date-left span:first-child {
  font-size: 16px;
  color: #333333;
}
.date-left span:first-child {
  font-size: 16px;
  color: #333333;
  font-family: fontLight;
}
.left-title {
  font-size: 30px;
  color: #333333;
  font-family: fontMid;
  position: relative;
  margin-bottom: 50px;
}
.left-title h1 {
  line-height: 1.3;
}
.left-title::after {
  content: '';
  width: 55%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -32px;
  left: 0;
}
.content-right {
  flex: auto;
}
.content-right h5 {
  font-size: 24px;
  color: #333333;
  font-family: fontMid;
  margin-bottom: 12px;
}
.content-right p {
  font-size: 14px;
  color: #333333;
  font-family: fontLight;
  margin-bottom: 24px;
}
.ql-editor blockquote {
    border-left: 4px solid #ccc!important;
    margin-bottom: 5px!important;
    margin-top: 5px!important;
    padding-left: 16px!important;
}
.content-right ul, .content-right ol, .content-right li, .ql-editor blockquote {
  font-size: 14px;
  color: #333333;
  font-family: fontLight;
}
.content-right i, .content-right em {
  font-style: italic;
}
.content-right img {
  max-width: 100%;
  border-radius: 8px;
}
.blog-more {
  margin-bottom: 100px;
}
.blog-more .title {
  position: relative;
  font-size: 20px;
}
.blog-more .title::after {
  content: '';
  width: calc(100% - 80px);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.column-1 .item {
  width: 88%;
  background-color: #e9e9e9;
  border-radius: 8px;
  margin: 50px auto 0;
  height: 368px;
  display: flex;
}
.column-1 .item .img {
  flex: 0 0 500px;
  height: 368px;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 24px;
  left: -46px;
}
.column-1 .item .more {
  display: block;
}
.column-1 .item:hover .more {
  display: block;
}
.column-1 .dtitle {
  font-size: 32px;
  color: #333333;
  font-family: fontLight;
  position: relative;
  margin-bottom: 100px;
  margin-top: 120px;
}
.column-1 .dtitle::after {
  content: '';
  width: 55%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: -36px;
  left: 0;
}
.column-2 .item {
  position: relative;
}
.column-2 .item .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .5);
  display: none;
}
.column-2 .item .mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.column-1 .desc {
  padding-right: 24px;
  position: relative;
}
.column-1 .item .more {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.column-2 .content {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.column-2 .item {
  background-color: #e9e9e9;
  border-radius: 8px;
  overflow: hidden;
  height: fit-content;
}
.column-2 .item:first-child {
  flex: 0 0 45.26%;
}

.column-2 .item:last-child {
  width: 37.73%;
}
.column-2 .item:last-child .img {
}
.column-2 .item .img {
  padding-bottom: 72%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.column-2 .dtitle {
  font-size: 24px;
  color: #333333;
  font-family: fontLight;
  padding: 0 24px;
  margin: 22px 0;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ql-editor {
  padding: 0!important;
}
/*       gdpr style start      */
.gdpr__modal {
    width: 90% !important;
    height: auto !important;
    min-height: 100px !important ;
    background: #fff !important;
    border-radius: 6px !important;
    bottom: 20px !important;
    padding: 24px !important;
    justify-content: flex-end !important;
    box-shadow: 0px 2px 25px 0px rgba(196, 210, 224, 0.2);
    color: #333 !important;
  }
  .gdpr__content {
    margin-right: 0 !important;
    width: 100%;
    margin-top: 12px;
    color: #333 !important;
  }
  .gdpr__consent {
    order: 2 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    color: #fff !important;
    background-color: #000 !important;
  }
  .gdpr__set {
    order: 1 !important;
    border: none !important;
    margin-right: 30px;
    text-decoration: underline;
    font-size: 14px !important;
    color: #333 !important;
  }
  .gdpr__preference-wrap {
    border-bottom: 1px solid #e9e9e9 !important;
    margin: 0 !important;
    padding: 0 0 16px !important;
  }
  .gdpr__analytical-wrap input[type="checkbox"] + label {
    top: -4px !important;
    bottom: unset !important;
    background: #fff;
    border: 1px solid #333 !important;
    width: 56px !important;
    opacity: 0.7 !important;
  }
  .gdpr__analytical-wrap input[type="checkbox"]:checked + label {
    opacity: 1 !important;
  }
  .gdpr__analytical-wrap input[type="checkbox"]:checked + label::before {
    content: "" !important;
  }
  .gdpr__analytical-wrap input[type="checkbox"] + label::before {
    content: "" !important;
  }
  .gdpr__analytical-wrap input[type="checkbox"] + label::after {
    background-color: #000 !important;
    width: 20px !important;
    height: 20px !important;
  }
  .gdpr__preference-wrap h2 {
    font-size: 18px !important;
  }
  .gdpr__title {
    width: 100%;
    order: 1;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
  }
  .gdpr__content > a {
    color: #fff !important;
    font-weight: 600;
  }
  .gdpr__preference-wrap p {
    color: #333 !important;
    font-weight: 500;
    padding-right: 160px !important;
  }
  @media (max-width: 1200px) {
    .gdpr__modal {
      width: 100% !important;
      border-radius: 6px 6px 0 0 !important;
      bottom: 0 !important;
      padding: 16px !important;
    }
    button.gdpr__consent,
    button.gdpr__set {
      width: 42% !important;
    }
    .gdpr__preference-wrap p {
      padding-right: 0 !important;
      margin-top: 12px !important;
    }
    .gdpr__preference-wrap {
      padding: 0 !important;
    }
    .gdpr__content {
      margin-bottom: 8px !important;
    }
  }
  /*       gdpr style end      */