@font-face {
  /* stylelint-disable-line font-weight-notation */
  font-family: "Didot";
  font-display: swap;
  src: url(../../fonts/font-family/Didot1.ttf) format("truetype");
}
/* footer */
.footer {
  background: #0D1623;
  padding-top: 70px;
  overflow: hidden;
}
.footer-logo {
  flex: 0 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 44px;
  color: #F0C8A5;
  text-align: center;
}
.footer-container {
  padding-bottom: 60px;
  overflow: hidden;
}
.footer-list {
  position: relative;
  float: left;
  min-height: 284px;
  padding: 0 5%;
}
.footer-list:after {
  content: '';
  right: 0;
  top: 0;
  position: absolute;
  width: 1px;
  height: 100%;
  background: -webkit-linear-gradient(180deg, #F0C8A5 0%, rgba(240, 200, 165, 0.06) 100%);
  background: -moz-linear-gradient(180deg, #F0C8A5 0%, rgba(240, 200, 165, 0.06) 100%);
  background: -ms-linear-gradient(180deg, #F0C8A5 0%, rgba(240, 200, 165, 0.06) 100%);
  background: -o-linear-gradient(180deg, #F0C8A5 0%, rgba(240, 200, 165, 0.06) 100%);
  background: linear-gradient(180deg, #F0C8A5 0%, rgba(240, 200, 165, 0.06) 100%);
  opacity: 1;
}
.footer-list:last-child:after {
  display: none;
}
.footer-list_title {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #F0C8A5;
}
.footer-list_item {
  display: block;
  font-size: 14px;
  line-height: 2em;
  color: #fff;
  text-transform: uppercase;
}
.footer-list--three .footer-list_item {
  display: inline-block;
  margin-right: 32px;
  font-size: 27px;
}
.footer-list--three .footer-list_item--iconMargin {
  margin-right: 0;
}
.footer-list--three .footer-list_item--tuite {
  font-size: 24px;
}
.footer-list--three .footer-list_item--youtube {
  font-size: 24px;
}
.footer-list--three .footer-list_item--facebook {
  font-size: 24px;
  position: relative;
  left: -4px;
}
.footer-list--three .fb_group {
  width: 27px;
  height: 27px;
  position: relative;
  left: -4px;
}
.footer-list--three .fb_group img {
  position: absolute;
  width: 100%;
  top: 5px;
}
.footer-list:last-child {
  padding-right: 0;
}
.tiktok_group {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-top: 10px;
}
.tiktok_group img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom_img {
  display: block;
  margin: 15px auto;
}
.footer-bottom_info {
  margin: 0 auto;
  padding-bottom: 27px;
  font-size: 12px;
  opacity: 0.5;
  font-weight: 400;
  color: #eee;
}
.footer-appDown_tit {
  display: block;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
  color: #000;
}
.footer-appDown_off {
  color: #8a8a8c;
}
.footer-appDown_icon {
  background: none;
  border: none;
}
.footer-appDown_icon .iconfont {
  font-size: 24px;
  color: #000;
}
/*end  footer */
/*浏览页面送积分*/
.sendPoints {
  display: none;
  position: fixed;
  right: 0;
  bottom: 60px;
  width: 60px;
  height: 71px;
  text-align: center;
  background: #18212D;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px 0px 0px 4px;
}
.sendPoints--activity .sendPoints-num {
  visibility: visible;
  transition: all linear 0.3s;
  bottom: 95px;
  opacity: 1;
}
.sendPoints-img {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 50%;
  margin-left: -17px;
  top: -17px;
}
.sendPoints-tips {
  margin-top: 19px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 15px;
  color: #F0C8A5;
  font-weight: 500;
}
.sendPoints-time {
  font-size: 12px;
  color: #FBE945;
  font-weight: 900;
  opacity: 0;
  transition: all linear 0.3s;
}
.sendPoints-time--show {
  opacity: 1;
}
.sendPoints-num {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 17px;
  background: #F51313;
  line-height: 17px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1916px) {
  .footer-list {
    padding: 0 4.5%;
  }
}
@media screen and (max-width: 1756px) {
  .footer-list {
    padding: 0 4.2%;
  }
}
@media screen and (max-width: 1456px) {
  .footer-list {
    padding: 0 3.2%;
  }
}
/***通过邮件进入网站送积分**/
.emailSendPoints {
  max-width: 400px;
}
.emailSendPoints .reg_ister-btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 14px;
  color: #0D1623;
  background: #F0C8A5;
  width: 45%;
  box-sizing: border-box;
  margin: 0 2%;
}
.emailSendPoints .log_in-btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 14px;
  background: #0D1623;
  color: #F0C8A5;
  width: 45%;
  box-sizing: border-box;
  margin: 0 2%;
}
.emailSendPoints .tip-btn {
  padding: 11px 20px;
  background: #FF8F8B;
  font-size: 16px;
  font-family: Heebo;
  font-weight: bold;
  line-height: 16px;
  color: #0D1623;
  letter-spacing: 2px;
  display: block;
  width: 38%;
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
}
.emailSendPoints .window-con_tit {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin: 0 0 10px;
}
.emailSendPoints .window-con_wrap .loginSendPoints-tips {
  font-size: 16px !important;
  line-height: 1.4;
}
.emailSendPoints .window-con_wrap .loginSendPoints-light {
  padding: 0 5px;
}
.emailSendPoints-tip {
  background: #0D1623 !important;
  max-width: 400px;
}
.emailSendPoints-tip::after {
  height: 36px;
  width: 100%;
  content: '';
  display: block;
  background-image: linear-gradient(transparent, #ff8f8b57);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.emailSendPoints-tip .tip-btn {
  padding: 11px 20px;
  background: #FF8F8B;
  font-size: 16px;
  font-family: Heebo;
  font-weight: bold;
  line-height: 16px;
  color: #0D1623;
  letter-spacing: 2px;
  display: block;
  width: 38%;
  text-align: center;
  margin: 0 auto;
  text-transform: capitalize;
}
.emailSendPoints-tip .window-cover_con-close {
  color: #fff;
}
.emailSendPoints-tip .tip-tit {
  font-size: 16px;
  font-family: Heebo;
  font-weight: bold;
  line-height: 1.4;
  color: #FF8F8B;
  margin-bottom: 22px;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
}
.left_zhibo_bar {
  display: none;
  position: fixed;
  top: 75%;
  left: 10px;
  width: 75px;
  height: 75px;
  background: #0D1623;
  box-shadow: 0px 8px 10px rgba(13, 22, 35, 0.4);
  border-radius: 50%;
  opacity: 0.9;
  text-align: center;
  z-index: 99;
  line-height: 95px;
}
/*取消订单弹窗*/
.window-cannel {
  width: 520px;
  background-color: #0d1623 !important;
  padding: 0!important;
}
.window-cannel_tit {
  height: 50px;
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.window-cannel_top {
  text-align: center;
  color: #FF8F8B;
  padding: 17px 0 12px;
  position: relative;
}
.window-cannel_top i {
  font-size: 40px;
}
.window-cannel_top > div {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}
.window-cannel_top::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 27px;
  background: linear-gradient(180deg, #ff8f8b00 0%, #ff8f8b73 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.window-cannel_wrap {
  padding: 23px 20px 25px;
  background-color: #fff;
}
.window-cannel_prolist {
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
.window-cannel_prolist-item {
  margin-bottom: 30px;
}
.window-cannel_prolist-img {
  width: 70px;
}
.window-cannel_prolist-name {
  flex: 1;
  padding-left: 10px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.window-cannel_price {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-size: 16px;
}
.window-cannel_bom {
  justify-content: space-between;
}
.window-cannel_address {
  background: #F7F7F7;
  margin-top: 20px;
  padding: 15px;
  box-sizing: border-box;
}
.window-cannel_address svg {
  margin-top: 4px;
  font-size: 20px;
}
.window-cannel_address-info {
  flex: 1;
  margin-left: 12px;
  font-size: 14px;
  color: #0D1623;
  line-height: 28px;
}
.window-cannel_btn {
  width: calc((100% - 10px) / 2);
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
}
.window-cannel_btn--cart {
  background: #0d1623;
  color: #F0C8A5;
}
.window-cannel_btn--check {
  background: #F0C8A5;
  color: #0D1623;
}
.window-cannel .window-cover_con-close {
  color: #fff;
  top: 18px;
  right: 20px;
}
/*取消订单弹窗end*/
.Flip_Card {
  background: transparent;
  padding: 0;
  width: 566.44px;
  height: 557px;
  z-index: 181;
}
.Flip_Card--hide {
  display: none;
}
.Flip_Card::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 557px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../../images/activity/flip-card/bg.png) no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.Flip_Card_tit {
  height: 134px;
  background: url(../../images/activity/flip-card/title.png) center no-repeat;
  background-size: contain;
  margin-bottom: 37.6px;
}
.Flip_Card-container {
  width: 100%;
  justify-content: space-between;
}
.Flip_Card .card {
  display: inline-block;
  width: calc((100% - 30px) / 3);
  height: 233.97px;
  transition: transform 1s;
}
.Flip_Card .card.active {
  transform: scale(1.1);
}
.Flip_Card .card-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -O-transform-style: preserve-3d;
  transition: transform 1s;
  transform: rotateY(0deg);
  cursor: pointer;
}
.Flip_Card .card-inner.flip {
  transform: rotateY(180deg);
}
.Flip_Card .card-inner.flip-over {
  transform: rotateY(180deg);
}
.Flip_Card .card-inner.flip .card-back {
  background: url(../../images/activity/flip-card/f-bg.png) no-repeat;
  background-size: 100% 100%;
}
.Flip_Card .card-inner.flip .card-back::before {
  content: "Your Choice";
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 1.8;
  background: url(../../images/activity/flip-card/pc.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -20%;
  left: 0;
  text-align: center;
  color: #BF6F26;
  font-size: 18px;
}
.Flip_Card .card-inner.flip .card-back-top {
  color: #0D1623;
  background: linear-gradient(130deg, #F0C8A5 0%, #F0C8A5 100%);
}
.Flip_Card .card-inner.flip .card-back-bom {
  color: #FFFFFF;
  background: #08253E;
}
.Flip_Card .card-front,
.Flip_Card .card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
}
.Flip_Card .card-front {
  background: url(../../images/activity/flip-card/card1.png) no-repeat;
  background-size: 100% 100%;
}
.Flip_Card .card-back {
  background: url(../../images/activity/flip-card/b-bg.png) no-repeat;
  background-size: 100% 100%;
  transform: rotateY(180deg);
}
.Flip_Card .card-back-con {
  font-size: 18px;
  /* padding: 1.2rem; */
  /* flex: 1; */
  width: calc(100% - 40px);
  margin: 36px auto 38px;
}
.Flip_Card .card-back-top {
  background: linear-gradient(130deg, #35374D 0%, #50526A 100%);
  text-align: center;
  padding: 8px 0;
  color: #F0C8A5;
}
.Flip_Card .card-back-e {
  margin-bottom: 4px;
  display: block;
}
.Flip_Card .card-back-off {
  font-family: "Didot";
  font-weight: 700;
}
.Flip_Card .card-back-code {
  background: #fff;
  color: #0D1623;
  text-align: center;
  padding: 2px 0;
}
.Flip_Card .card-back-bom {
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #4D2F2F;
  border-radius: 0 0 10.57px 10.57px;
  background: #FFF5E9;
  padding: 16px 0px;
}
.Flip_Card .window-cover_con-close {
  width: 42px;
  line-height: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
}
