@charset "utf-8";

* {
  touch-action: pan-y;
}

html,
body {
  /* height: 100%; */
  -webkit-user-select: none;
  user-select: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body {
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Poppins-Regular", "Poppins-Medium", "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  line-height: 1;
  font-size: 12px;
  -webkit-overflow-scrolling: touch;
}

.p-120 {
  padding-bottom: 1.2rem;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

textarea {
  font-family: 'Poppins-Regular';
}

a,
button,
input,
select,
textarea,
div,
span {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input:active,
input:focus-visible {
  box-shadow: none;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

em,
i {
  font-style: normal;
}

img {
  border: none;
}


/* input标签 去掉默认样式 */
/*input{*/
/*border: none;*/
/*-webkit-appearance: none;*/
/*}*/

/* a标签的下划线 */
a {
  text-decoration: none;
}

.section-title {
  font-size: 0.36rem;
  color: #E9E9E9;
  text-align: center;
  position: relative;
  padding: 0.7rem 0 0.2rem;
}

.home-product .title {
  font-size: 0.36rem;
  color: #E9E9E9;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 0.4rem 0 0.2rem;
}

.home-product .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  width: 1rem;
  height: 0.04rem;
  background: #E9E9E9;
  margin-left: -0.5rem;
}

.home-product .more {
  width: 100%;
  text-align: center;
}

.home-product .more a {
  display: inline-block;
  font-size: 0.28rem;
  color: #383838;
  padding: 0.2rem 0.4rem;
  border: 1px solid #C4C4C4;
}

.pub-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.pub-video iframe,
.pub-video object,
.pub-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 清除浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* 清除浮动 */
.clearfix::before,
.clearfix::after {
  content: '';
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.text-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.none {
  display: none !important;
}

.container {
  padding: 0 0.3rem;
}

.font-normal {
  font-family: 'Poppins-Regular';
}

/* 统一修饰下拉选择框 */
.select-frame {
  width: 100%;
  height: .6rem;
  display: block;
  background: #fff;
  border: none;
  border: 1px solid #e9e9e9;
  color: #666;
  font-size: .28rem;
  padding-left: .2rem;
  /* appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url("/public/images/down-arrow.png") no-repeat;
  background-position: 96% .18rem;
  background-size: .3rem .2rem; */
}

/* Switch开关样式 */
input[type='checkbox'].switch {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 1rem;
  height: .5rem;
  background: #ccc;
  border-radius: .25rem;
  transition: border-color .3s, background-color .3s;
  box-shadow: 0px 0px 3px 1px rgba(56, 56, 56, 0.15);
}

input[type='checkbox'].switch::after {
  content: '';
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 3px 1px rgba(56, 56, 56, 0.15);
  transition: .4s;
  top: 0rem;
  position: absolute;
  left: 0rem;
}

input[type='checkbox'].switch:checked {
  background: #000;
}

/* 当input[type=checkbox]被选中时：伪元素显示下面样式 位置发生变化 */
input[type='checkbox'].switch:checked::after {
  content: '';
  position: absolute;
  left: 55%;
  top: 0rem;
}

.back-top {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #383838;
  background: #fff;
  z-index: 9;
  font-family: 'Poppins Regular';
}

.back-top a {
  display: flex;
  padding: 0 0.3rem;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;

}

.back-top a i {
  font-size: 0.4rem;
  color: #878787;
}

/* 操作弹框css */
.pub-operation-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  z-index: 106;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.pub-operation-modal .operation-content {
  width: 85%;
  background: #fff;
  padding: 0.7rem 0.7rem 0.4rem;
  box-sizing: border-box;
}

.pub-operation-modal .operation-content .title {
  color: #383838;
  font-size: 0.28rem;
  line-height: 0.36rem;
  text-align: center;
}

.pub-operation-modal .operation-content .operation-btn {
  display: flex;
  margin-top: 0.7rem;
  justify-content: space-between;
}

.pub-operation-modal .operation-content .operation-btn a {
  font-size: 0.3rem;
  display: inline-flex;
  height: 0.8rem;
  justify-content: center;
  align-items: center;
  width: 48%;
}

.pub-operation-modal .operation-content .operation-btn .cancel-btn {
  border: 1px solid #C4C4C4;
  color: #383838;
  box-sizing: border-box;
}

.pub-operation-modal .operation-content .operation-btn .ok-btn {
  background: #000;
  color: #fff;
}

/* 提示框 */
.pub-success-tip {
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  padding: .2rem .3rem;
  box-sizing: border-box;
  line-height: .36rem;
  font-size: .28rem;
  background: #46c846;
  color: #fff;
  text-align: center;
  z-index: 104;
  transition: top .5s;
}

.pub-back-link {
  width: .6rem;
  height: .6rem;
  position: fixed;
  top: .2rem;
  left: .2rem;
  background: rgba(0, 0, 0, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .05rem;
  z-index: 2;
}

.pub-back-link i {
  font-size: .36rem;
  color: #fff;
}

/* 无数据图片 */
.pub-no-data {
  display: block;
  width: 60%;
  margin: .2rem auto;
}

.fb_dialog {
  z-index: 9 !important;
}

.fb_dialog .fb_dialog_content iframe {
  right: 0 !important;
}

.editor-content {
  line-height: .5rem;
}

.editor-content h1 {
  font-size: .4rem !important;
}

.editor-content h2 {
  font-size: .34rem !important;
}

.editor-content h3 {
  font-size: .3rem !important;
}

.editor-content h4 {
  font-size: .26rem !important;
}

.editor-content h5 {
  font-size: .22rem !important;
}

.editor-content h6 {
  font-size: .2rem !important;
}

/* 注册成功提示框 */
.pub-tip-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 108;
  background: rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pub-tip-modal .modal-content {
  width: 80%;
  border-radius: .1rem;
  padding: .5rem .6rem;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 1px 9px 2px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pub-tip-modal .modal-content img {
  width: .9rem;
  height: .9rem;
  margin-bottom: .3rem;
}

.pub-tip-modal .modal-content .text {
  font-size: .28rem;
  color: #383838;
  line-height: .46rem;
}

.pub-tip-modal .modal-content .modal-button {
  width: 100%;
  text-align: center;
  margin-top: .4rem;
}

.pub-tip-modal .modal-content .modal-button a {
  background: #000;
  color: #fff;
  height: .8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .28rem;
  padding: 0 .4rem;
}

/* 选择支付方式 */
.bg-light {
  background: #f7f7f7;
  padding: .2rem .1rem;
}

.bg-light .font-normal {
  line-height: 2 !important;
}

.pub-checked-active {
  background: #f1f1f1;
}

.pub-checked-active img {
  transform: scale(1) !important;
}

.pub-check-paymethods {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 108;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  left: 0;
}

.pub-check-paymethods .methods-cont {
  position: absolute;
  bottom: -100%;
  left: 0;
  background: #fff;
  width: 100%;
}

.pub-check-paymethods .methods-cont .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 .3rem;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
}

.pub-check-paymethods .methods-cont .title span {
  font-size: .26rem;
  color: #383838;
  display: inline-block;
  padding: .3rem 0;
}

.pub-check-paymethods .methods-cont .title span:nth-of-type(1) {
  padding-right: .4rem;
}

.pub-check-paymethods .methods-cont .title span:nth-of-type(2) {
  padding-left: .4rem;
}

.pub-check-paymethods .methods-cont .content {
  padding: .3rem 0;
}

.pub-check-paymethods .methods-cont .content .cont-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2rem .3rem;
}

.pub-check-paymethods .methods-cont .content .cont-item img {
  display: block;
  width: 90%;
  transform: scale(.9);
  transition: transform .4s;
}

.product-description p {
  word-break: break-all;
}

/* 自动生成模板样式 */
.g-generate-1 {
  flex-direction: column !important;
}

.g-generate-1 .g-generate-1-img {
  width: 100% !important;
}

.g-generate-1 .g-generate-1-cont {
  padding: 10px 10px !important;
}

.g-generate-1 .g-generate-1-cont div:last-child {
  margin-top: 10px !important;
}

.g-generate-2 {
  flex-direction: column;
  padding: 0 !important;
}

.g-generate-2 .g-generate-2-item {
  width: 100% !important;
  padding: 0 !important;
}

.g-generate-2 .g-generate-2-item .g-generate-2-item-cont {
  padding: 5px 10px !important;
}

.g-generate-3 {
  flex-direction: column;
}

.g-generate-3 .g-generate-3-img {
  width: 100% !important;
}

.g-generate-3 .g-generate-3-ul {
  padding: 10px 10px 10px 30px;
}

.g-generate-4-item {
  flex-direction: column;
}

.g-generate-4-item .g-generate-4-item-label {
  width: 100% !important;
}

.g-generate-5 {
  flex-direction: column !important;
}

.g-generate-5 .g-generate-5-title {
  padding-top: .3rem !important;
}

.g-generate-5 .g-generate-5-price {
  margin: .2rem 0 .3rem !important;
}

.g-generate-5 .g-generate-5-btn {
  margin-top: .3rem !important;
}



.home-static {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-static .static-title {
  font-size: .36rem;
  color: #000;
  line-height: .48rem;
  font-weight: 600;
}

.home-static .static-link {
  margin-top: .4rem;
  display: flex;
  align-items: center;
}

.home-static .static-link .link-left {
  width: 60%;
  display: inline-flex;
  flex-direction: column;
  padding-right: .2rem;
}

.home-static .static-link .link-left p {
  font-size: .24rem;
  line-height: .36rem;
  color: #333;
}

.home-static .static-link .link-left a {
  display: flex;
  align-items: center;
  font-size: .3rem;
  color: #666;
  margin-top: .3rem;
}

.home-static .static-link .link-left a i {
  margin-left: 1rem;
  margin-top: .1rem;
  font-size: .4rem;
}

.home-static .static-link .link-right {
  width: 40%;
  display: inline-flex;
  align-items: center;
}

.home-static .static-link .link-right img {
  width: 90%;
}

.home-static .static-product {
  margin-top: .5rem;
}

.home-static .static-product .title {
  font-size: 0.36rem;
  color: #484848;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 0.4rem 0 0.2rem;
}

.home-static .static-product .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  width: 1rem;
  height: 0.04rem;
  background: #484848;
  margin-left: -0.5rem;
}

.home-static .static-product .static-product-img {
  width: 60%;
  margin: .3rem auto;
  display: block;
}

.home-static .static-product .other-title {
  text-align: center;
  color: #333;
  font-size: .28rem;
  line-height: 0.36rem;
}

.home-static .static-product .other-title.weight-title {
  color: #333;
  font-size: .32rem;
  margin: .2rem 0;
}

.home-static .static-product .home-appraise-swiper {
  width: 100%;
  margin: .4rem 0 .6rem;
}

.home-static .static-product .home-appraise-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-static .static-product .home-appraise-swiper .swiper-slide p {
  display: inline-block;
  font-size: .28rem;
  border: 1px solid #c4c4c4;
  padding: 0.15rem .4rem;
  margin-right: .2rem;
  transform: skewX(-15deg);
  margin-bottom: .2rem;
}

.home-static .static-product .home-appraise-swiper .swiper-slide p:last-child {
  margin-bottom: 0;
}

.home-static .buy-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-static .buy-btn a {
  height: .6rem;
  display: inline-flex;
  background: #000;
  align-items: center;
  justify-content: center;
  margin-bottom: .2rem;
  padding: 0 .5rem;
  color: #fff;
  font-size: .28rem;
}

/* 欧洲站 */
.home-static .tatic-eu {
  padding: 0.5rem 0.3rem;
}

.home-static .eu-catagory-swiper-container {
  margin: .4rem 0;
}

.home-static .eu-catagory-swiper-container .swiper-slide {
  height: 1.4rem;
  background: #F2F3F5;
}

.home-static .eu-catagory-swiper-container .swiper-slide a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.home-static .eu-catagory-swiper-container .swiper-slide img {
  width: 0.6rem;
  height: 0.8rem;
  padding-left: .2rem;
}

.home-static .eu-catagory-swiper-container .swiper-slide .item-name {
  flex: 1;
  font-size: 0.24rem;
  color: #333;
  padding-left: 0.2rem;
  box-sizing: border-box;
  line-height: .34rem;
  padding-right: .2rem;
}

.home-static .eu-catagory-swiper-container .swiper-slide .item-name span {
  display: block;
  width: 100%;
  word-break: break-word;
}

.home-static .static-eu .product-title {
  font-size: .4rem;
  color: #333;
  font-weight: bold;
  margin: .4rem 0;
  text-align: center;
}

.home-static .static-eu .product-wrapper {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.0600);
  padding: .1rem .1rem .3rem;
}

.home-static .static-eu .product-wrapper .media-content {
  display: flex;
  height: 3.4rem;
  justify-content: space-between;
}
.home-static .static-eu .product-wrapper .media-content iframe {
  width: 100%;
  height: auto;
}
.home-static .static-eu .product-wrapper .media-content img {
  width: 49%;
  height: 100%;
}

.home-static .static-eu .product-wrapper .media-content .video {
  width: 49%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #000;
}

.home-static .static-eu .product-wrapper .media-content .video video {
  display: block;
  width: 100%;
}

.home-static .static-eu .product-wrapper .product-name {
  text-align: center;
  font-size: .34rem;
  color: #333;
  padding: .3rem 0;
}

.home-static .static-eu .product-wrapper .product-decs,
.home-static .static-eu .product-wrapper .product-price {
  font-size: .28rem;
  color: #666;
  text-align: center;
}

.home-static .static-eu .product-wrapper .product-price {
  color: #333;
  padding: .3rem 0;
}

.home-static .static-eu .product-wrapper .product-link {
  width: 100%;
  text-align: center;
}

.home-static .static-eu .product-wrapper .product-link a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: .28rem;
  padding: .2rem .3rem;
}

.home-static .eu-recommand {
  display: flex;
  justify-content: space-between;
  margin-top: .4rem;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.0600);
}

.home-static .eu-recommand img {
  width: 3.3rem;
  height: 3.3rem;
}

.home-static .eu-recommand .content {
  flex: 1;
  padding: .2rem.2rem 0;
  box-sizing: border-box;
}

.home-static .eu-recommand .content .re-title {
  font-size: .3rem;
  color: #333;
  line-height: .38rem;
}

.home-static .eu-recommand .content .re-desc {
  color: #666;
  font-size: .26rem;
  line-height: .34rem;
  margin: .1rem 0;
}

.home-static .eu-recommand .content .re-price {
  margin-top: .3rem;
}

.home-static .eu-recommand .content .re-price span {
  font-size: .26rem;
  color: #333;
}

.home-static .eu-recommand .content .re-price .del-price {
  text-decoration: line-through;
  margin-left: .3rem;
  color: #999;
}

.home-static .eu-recommand .content .re-btn {
  margin-top: .2rem;
}

.home-static .eu-recommand .content .re-btn a {
  display: inline-flex;
  height: .6rem;
  padding: 0 .3rem;
  color: #fff;
  font-size: .28rem;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

/* 抽奖入口 */
.lucky-enter {
  position: fixed;
  bottom: 2rem;
  left: 0;
  z-index: 99;
  width: 20%;
}
.lucky-enter img {
  width: 100%;
}
.reactive-video {
  flex-direction: column !important;
  justify-content: flex-start !important;
}
.reactive-video iframe,
.reactive-video video {
  display: block !important;
  width: 100% !important;
  margin-bottom: 10px;
}
/* 层级一览表
删除弹框  10
产品详情页购买  96
菜单导航  97
底部菜单栏 98
写评论  100
预览图片模态框 101
自定义下拉选择 102
国家地区选择页面  103
提示弹窗  104
币种图标  105
币种选择  98
菜单下拉  107
提示框 108
*/