@font-face {
  font-family: "Heebo-Regular";
  font-weight: 400;
  font-display: swap;
  src: local(Heebo-Regular), url(../../fonts/font-family/Heebo-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Heebo-Medium";
  font-weight: 500;
  font-display: swap;
  src: local(Heebo-Medium), url(../../fonts/font-family/Heebo-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Heebo-Bold";
  font-weight: 700;
  font-display: swap;
  src: local(Heebo-Medium), url(../../fonts/font-family/Heebo-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Heebo-ExtraBold";
  font-weight: 800;
  font-display: swap;
  src: local(Heebo-ExtraBold), url(../../fonts/font-family/Heebo-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Cinzel-Bold";
  font-weight: 800;
  font-display: swap;
  src: local(Cinzel-Bold), url(../../fonts/font-family/Cinzel-Bold.ttf) format("truetype");
}
.customer-account-logoutsuccess .main p {
  text-align: center;
  margin: 50px;
  font-size: 18px;
}
.oneMintues {
  background: linear-gradient(180deg, #FFE9C7 0%, #FFC977 100%);
  text-align: center;
}
.oneMintues h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.oneMintues h4 {
  margin-bottom: 30px;
}
.oneMintues a.join_now {
  width: 110px;
  height: 40px;
  background: #000000;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.oneMintues .share_one {
  background: #EFBF77;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.oneMintues .share_left {
  display: flex;
  align-items: center;
}
.oneMintues .share_left img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.oneMintues .share_left h3 {
  margin: 0;
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.oneMintues .share_left h4 {
  font-size: 16px;
  color: #666;
  margin: 0;
  text-align: left;
}
.userPortrait {
  width: 420px;
  height: 302px;
  background: url(../../images/activity/userPortrait/bg.png) no-repeat;
  background-size: 100% 100%;
}
.userPortrait_wrap {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.userPortrait_btn_ok {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #0D1623;
  font-size: 14px;
  color: #F0C8A5;
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 99;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 425px;
  box-sizing: border-box;
  background-color: #fff;
}
.popup-content-close {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
}
.coupon-popup-content-main {
  padding: 56px 0 30px;
  background: linear-gradient(134.38deg, #fdc191 0%, #fff1e3 33.31%, #ffb479 100%);
}
.coupon-popup-content-main .tips {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 32px;
  margin-top: 30px;
  color: #723601;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.coupon-popup-content-main-title {
  position: relative;
}
.coupon-popup-content-main-title::before {
  content: "";
  display: inline-block;
  width: 293px;
  height: 38px;
  font-family: iconfont;
  font-size: 34px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  color: #FDD0A7;
  background: url('../../images/public/bonustime.png') no-repeat;
  background-size: 100%;
}
.coupon-popup-content-main-title .title {
  text-align: center;
  font-family: "Heebo Medium";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 8px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.coupon-popup-content-main-title .subtitle-top {
  color: #64350eff;
  font-size: 16px;
  font-family: "Heebo-Medium";
  font-weight: 500;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
}
.coupon-popup-content-main-title .subtitle {
  color: #64350eff;
  font-size: 20px;
  font-family: "Heebo-Bold";
  font-weight: 700;
  letter-spacing: 1.72px;
  text-align: center;
  padding: 0;
  margin-top: 10px;
  text-transform: uppercase;
}
.coupon-popup-content-main-coupon img {
  display: block;
  width: 348px;
  margin: 10px auto 0;
}
.coupon-popup-content-register {
  padding: 30px 25px;
}
.coupon-popup-content-register form {
  align-items: center;
  justify-content: center;
  position: relative;
}
.coupon-popup-content-register form .form-input {
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
  border: none;
  height: 38px;
  width: 100%;
  background-color: #F2F2F2;
  font-size: 14px;
  line-height: 18px;
}
.coupon-popup-content-register form .form-input::placeholder {
  color: #B7B7B7;
}
.coupon-popup-content-register form .form-input:not(:first-child) {
  margin-top: 10px;
}
.coupon-popup-content-register form .form-list_item--all {
  width: 100%;
  margin-top: 15px;
}
.coupon-popup-content-register form .form-select {
  width: 75px;
  background: #f2f2f2;
  height: 38px;
  margin-top: 0;
  color: #061219;
  padding-left: 10px;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
  border: none;
}
.coupon-popup-content-register form .form-select:focus {
  background: none!important;
}
.coupon-popup-content-register form .coupon-form-list {
  width: 100%;
  flex: 1;
  margin-left: 1px;
}
.coupon-popup-content-register form span.tips {
  position: absolute;
  color: #f00;
  top: 12px;
  left: 7px;
}
.coupon-popup-content-register form .form-error {
  width: 100%;
}
.coupon-popup-content-register button {
  margin-top: 20px;
  height: 38px;
  display: block;
  width: 100%;
  background-color: #061219;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  color: #F0C8A5;
  font-family: "Heebo-Bold";
  text-transform: uppercase;
}
.coupon-popup-content-register-tips {
  margin-top: 15px;
  font-size: 12px;
}
.coupon-popup-content-register-tips a {
  text-decoration: underline;
}
.success-popup-content {
  padding: 58px 0 28px;
  background: linear-gradient(134.38deg, #fdc191 0%, #fff1e3 33.31%, #ffb479 100%);
}
.success-popup-content-title .subtitle-top {
  font-family: "Heebo-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 2.7px;
  line-height: 21px;
  text-align: center;
  color: #723601;
  text-transform: uppercase;
}
.success-popup-content-title .subtitle {
  font-family: "Heebo-Bold";
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #723601;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 0;
}
.success-popup-content-coupons {
  padding: 15px;
  background: #fdf1e7;
  width: calc(100% - 50px);
  box-sizing: border-box;
  margin: 0 auto;
}
.success-popup-content-coupons-container {
  height: 314px;
  overflow-y: auto;
}
.success-popup-content-coupons::-webkit-scrollbar {
  width: 4px;
}
.success-popup-content-coupons::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0.2;
  background-color: #f5f5f5;
}
.success-popup-content-coupons .coupon-info {
  margin-bottom: 20px;
}
.success-popup-content-coupons .coupon-info:last-child {
  margin-bottom: 0;
}
.success-popup-content-coupons .coupon-info-top {
  padding: 11px 25px 8px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(122.68deg, #35374d 0%, #50526a 100%);
}
.success-popup-content-coupons .coupon-info-denomination {
  font-weight: 700;
  font-size: 36px;
  color: #f0c8a5;
}
.success-popup-content-coupons .coupon-info-btn {
  font-size: 14px;
  line-height: 20px;
  color: #0d1623;
  background: #f0c8a5;
  padding: 9px 30px;
  cursor: pointer;
}
.success-popup-content-coupons .coupon-info-bottom {
  padding: 8px 25px;
  align-items: center;
  justify-content: space-between;
  background: #e5e9ef;
}
.success-popup-content-coupons .coupon-info-base,
.success-popup-content-coupons .coupon-info-date {
  font-size: 14px;
  color: #626466;
}
.success-popup-content .coupon-info-grab {
  display: block;
  width: calc(100% - 50px);
  height: 38px;
  line-height: 38px;
  margin: 20px auto 15px;
}
.success-popup-content .coupon-info-bom-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: capitalize;
}
.cart-popup-content {
  padding: 51px 0 33px;
  background: linear-gradient(134.38deg, #fdc191 0%, #fff1e3 33.31%, #ffb479 100%);
}
.cart-popup-content-title .subtitle-top {
  font-family: "Heebo-Bold";
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 2.7px;
  text-align: center;
  color: #723601;
  text-transform: uppercase;
}
.cart-popup-content-title .subtitle {
  font-family: "Heebo-Medium";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #723601;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 0;
}
.cart-popup-content-cart {
  width: 375px;
  margin: 19px auto 0;
  padding: 15px 0 15px 15px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.cart-popup-content-cart .products-list {
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.cart-popup-content-cart .products-list-item {
  margin-right: 10px;
}
.cart-popup-content-cart .products-list-item img {
  width: 117px;
}
.cart-popup-content-cart .cart-info {
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  box-sizing: border-box;
}
.cart-popup-content-cart .cart-info-count {
  font-size: 15px;
  color: #061219;
}
.cart-popup-content-cart .cart-info-total {
  font-size: 15px;
  color: #061219;
}
.cart-popup-content-cart .cart-info-total span {
  font-weight: 700;
  color: #f00;
}
.cart-popup-content-coupon {
  width: 375px;
  margin: 21px auto 0;
  padding: 15px 25px 23px;
  box-sizing: border-box;
  background: linear-gradient(122.68deg, #35374d 0%, #50526a 100%);
  align-items: center;
  justify-content: space-between;
}
.cart-popup-content-coupon .coupon-info-left-denomination {
  font-weight: 700;
  font-size: 32px;
  color: #f0c8a5;
}
.cart-popup-content-coupon .coupon-info-left-base {
  font-size: 15px;
  color: #adaeb8;
}
.cart-popup-content-coupon .coupon-info-right-btn {
  padding: 8px 30px;
  font-size: 14px;
  line-height: 16px;
  color: #0d1623;
  background: #f0c8a5;
  cursor: pointer;
}
.recommend-popup-content {
  padding: 51px 0 33px;
  background: linear-gradient(134.38deg, #fdc191 0%, #fff1e3 33.31%, #ffb479 100%);
}
.recommend-popup-content-title .subtitle-top {
  font-family: "Heebo-Bold";
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 2.7px;
  text-align: center;
  color: #723601;
  text-transform: uppercase;
}
.recommend-popup-content-title .subtitle {
  font-family: "Heebo-Medium";
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #723601;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 0;
}
.recommend-popup-content-coupon {
  width: 375px;
  margin: 21px auto 0;
  padding: 15px 25px 23px;
  box-sizing: border-box;
  background: linear-gradient(122.68deg, #35374d 0%, #50526a 100%);
  align-items: center;
  justify-content: space-between;
}
.recommend-popup-content-coupon .coupon-info-left-denomination {
  font-weight: 700;
  font-size: 32px;
  color: #f0c8a5;
}
.recommend-popup-content-coupon .coupon-info-left-base {
  font-size: 15px;
  color: #adaeb8;
}
.recommend-popup-content-coupon .coupon-info-right-btn {
  padding: 8px 30px;
  font-size: 14px;
  line-height: 16px;
  color: #0d1623;
  background: #f0c8a5;
  cursor: pointer;
}
.recommend-popup-content-products {
  padding: 0 25px;
}
.recommend-popup-content-products .products-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #723601;
  margin: 33px 0 19px;
}
.recommend-popup-content-products .products-list {
  padding: 15px 15px 20px;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}
.recommend-popup-content-products .products-list-item {
  width: 105px;
}
.recommend-popup-content-products .products-list-item img {
  width: 100%;
  display: block;
}
.recommend-popup-content-products .products-list-item a {
  margin-top: 15px;
  display: block;
  width: 100%;
  background: #061219;
  color: #f0c8a5;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
.user-coupon-popup-content {
  padding: 33px 0 35px;
  background: linear-gradient(134.38deg, #fdc191 0%, #fff1e3 33.31%, #ffb479 100%);
}
.user-coupon-popup-content-title {
  position: relative;
}
.user-coupon-popup-content-title::before {
  content: "\e643";
  display: inline-block;
  font-family: iconfont;
  font-size: 34px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  color: #FDD0A7;
}
.user-coupon-popup-content-title .title {
  text-align: center;
  font-family: "Heebo Medium";
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 8px;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.user-coupon-popup-content-title .subtitle-top {
  color: #64350eff;
  font-size: 19px;
  font-family: Roboto;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
.user-coupon-popup-content-title .subtitle {
  color: #64350eff;
  font-size: 23px;
  font-family: Roboto;
  font-weight: 900;
  letter-spacing: 1.72px;
  text-align: center;
  padding: 0;
  margin-top: 10px;
}
.user-coupon-popup-content-coupon img {
  display: block;
  width: 282px;
  margin: 10px auto 0;
}
.user-coupon-popup-content-btn {
  margin: 20px auto 0;
  width: 375px;
  height: 38px;
  background: #061219;
  font-weight: 700;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #f0c8a5;
  text-transform: uppercase;
}
.zE-chat {
  background: #f0c8a5;
  height: 70px;
  width: 73px;
  right: 0;
  position: fixed;
  bottom: 16px;
  border-radius: 10px 0 0 10px;
}
.zE-chat-con {
  width: 73px;
  height: 70px;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.zE-chat-con::before,
.zE-chat-con::after {
  display: inline-block;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  right: -5px;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.zE-chat-con::before {
  border-right: 5px solid #f0c8a5;
  border-bottom: 5px solid #f0c8a5;
  top: -5px;
  bottom: auto;
}
.zE-chat-con::after {
  border-right: 5px solid #f0c8a5;
  border-bottom: 5px solid #f0c8a5;
  bottom: -5px;
}
.zE-chat-con .iconfont {
  font-size: 28px;
}
.zE-chat-text {
  font-weight: 600;
}
.NewIn_group {
  height: auto;
  line-height: inherit;
  padding-top: 10px;
  padding-bottom: 4px;
}
.NewIn_group::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(../../images/NewIn_group.png) no-repeat;
  background-size: cover;
}
.NewIn_group span {
  color: #0D1623;
  font-size: 12px;
  font-weight: 500;
}
