.global-footer{
    box-sizing: border-box;
    width: 100%;
    background-color: #FFDEE2;
    padding: 80px 0;
}
.global-footer-navandnewsletter{
  width: 100%;
  display:flex;
  justify-content: center;
}
.global-footer-newsletter{
  flex: 0 0 auto;
  margin-right: 50px;
}
.global-footer-newsletter-title{
   text-align: center;
   font-weight: bold;
   font-size: 16px;
}
.global-footer-newsletter-tips{
  margin-top: 18px;
  font-size: 14px;
  text-align: center;
  color: #666;
}
.global-footer-newsletter-form{
  display:flex;
  width: 500px;
  margin-top: 10px;
}
.global-footer-newsletter-formcontrol{
  flex: 1 1 auto;
}
.global-footer-newsletter-formcontrol .wkp-input{
  border-right-color: #fff;
  border-radius: 2px 0 0 2px;
}
.global-footer-newsletter-submit{
  flex: 0 0 auto;
  display: block;
  position: relative;
  width: 70px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 0px 2px 2px 0px;
  background-color: #fff;
}
.global-footer-newsletter-submit .icon{
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom: 0;
  margin: auto;
  display: block;
  font-size: 24px; 
  color: #000;
}

.global-footer-nav{
  display: flex;
}
.global-footer-nav-container{
  margin-right: 50px;
}
.global-footer-nav-container:last-child{
  margin-right: 0;
}
.global-footer-nav-container-title{
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.global-footer-nav-ul{
  margin-top: 20px;
}
.global-footer-nav-li{
  margin-top: 10px;
}
.global-footer-nav-a{
  font-size: 14px;
  font-weight: 400;
  color: #000;
}


.global-footer-socialandpay{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.global-footer-social{
  display:flex;
  margin-right: 116px;
}
.global-footer-social-link{
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 32px;
}
.global-footer-social-link .icon{
  display:block;
  font-size: 26px;
  color: #0b0b0b;
}
.global-footer-social-link:last-child{
  margin-right:0;
}
.global-footer-pay{
  display: flex;
}
.global-footer-paymentmethod-item{
  margin-right: 22px;
}
.global-footer-paymentmethod-item:last-child{
  margin-right:0;
}
.global-footer-paymentmethod-paypal{
  display: block;
  width: 73px;
  height: 30px;
}
.global-footer-paymentmethod-mastercard{
  display: block;
  width: 72px;
  height: 30px;
}
.global-footer-paymentmethod-visa{
  display: block;
  width: 60px;
  height: 30px;
}
.global-footer-paymentmethod-amex{
  display: block;
  width: 50px;
  height: 30px;
}
.global-footer-paymentmethod-discover{
  display: block;
  width: 71px;
  height: 30px;
}
.global-footer-paymentmethod-klarna{
  display: block;
  width: 54px;
  height: 30px;
}
.global-footer-paymentmethod-afterpay{
  display: block;
  width: 75px;
  height: 30px;
}
.global-footer-paymentmethod-clearpay{
  display: block;
  width: 75px;
  height: 30px;
}

.global-footer-copyright{
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 60px;
}

.global-backtotop{
  position: fixed;
  bottom: 25%;
  right: 20px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 1;
}
.global-backtotop .icon{
  display: block;
  width: 100%;
  height: 100%;
}

.global-livechat{
  position: fixed;
  bottom: 16%;
  right: 20px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 1;
}
.global-livechat .icon{
  display: block;
  width: 100%;
  height: 100%;
}


/**底部客服样式**/
.global-custervice{
  position: fixed;
  right: 20px;
  bottom: 16%;
  width: 52px;
  height: 52px;
  z-index: 10;
  cursor: pointer;
}
.global-custervice-img{
display: block;
width: 100%;
height: 100%;
}
.global-custervice-item{
box-sizing: border-box;
width: 187px;
height: 42px;
padding: 5px;
border-radius: 6px;
box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
cursor: pointer;
}
.global-custervice-whatsapp{
position: absolute;
left: -8px;
top: 0;
transform: translate3d(-100%,-50%,0);
background: rgba(255, 255, 255, 1);
}
.global-custervice-whatsapp ._logo{
position: absolute;
top: 5px;
right: 5px;
width: 16px;
height: 16px;
}
.global-custervice-livechat{
position: absolute;
left: -8px;
bottom: 0;
transform: translate3d(-100%,50%,0);
background: rgba(255, 85, 133, 1);
color: #fff;
}
.global-custervice-name{
font-size: 12px;
font-weight: 700;
line-height: 15px;
}
.global-custervice-tips{
font-size: 12px;
font-weight: 400;
line-height: 15px;
}




.container {
    max-width: 1240px;
    margin: 0 auto;
    min-width: 320px;
}

.global-footer-appdownload{
  width: 100%;
  margin-top: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-footer-appdownload-title{
  flex: 0 0 auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
  font-style: italic;
  margin-right: 120px;
}
.global-footer-appdownload-link{
  display: flex;
}
.global-footer-appdownload-link a{
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 36px;
  background-color: #fff;
  border-radius: 18px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-right: 40px;
}
.global-footer-appdownload-link a .icon{
  font-size: 24px;
  margin-right: 8px;
}




/****问卷调查弹窗样式 start****/
.questionnaire_modal{
    position: fixed;
    box-sizing: border-box;
    width: 600px;
    height: 520px;
    padding: 45px 40px 0 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #FFFFFF;
    display: none;
}
.questionnaire_modal_content{
    width: 100%;
}

.questionnaire_modal_close{
    position: absolute;
    top:0;
    right:0;
    font-size: 26px;
    padding: 10px;
    color:#333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.questionnaire_modal_title{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.questionnaire_modal_form-textarea_group{
    box-sizing: border-box;
    width: 100%;
    height: 260px;
    border: 1px solid #7d7d7d;
    border-radius: 6px;
    overflow: hidden;
}
.questionnaire_modal_ask{
    position: relative;
    box-sizing: border-box;
    padding: 0 10px 4px 10px;
    width: 100%;
    color:#000;
    font-size:16px;
    font-weight: 500;
    background-color: #fff0f9;
    line-height: 1.8em;
    box-shadow:  0px 3px 0px 0px rgba(243,226,236,0.8);
}
.questionnaire_modal_ask span{
    font-size: 18px;
    font-weight: bold;
}
.questionnaire_modal_ask_arrow{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 100%, 0);
}
.questionnaire_modal_form_textarea{
    display:block;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 10px 10px 10px;
    border:none;
    resize:none;
}
.questionnaire_modal_form_textarea:focus{
    outline: none;
}
.questionnaire_modal_form_submit{
    display:block;
    box-sizing: border-box;
    width: 100%;
    color:#fff;
    background-color: #000;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    margin-top: 12px;
    font-size: 16px;
}
.questionnaire_modal_form_filebox{
    position: relative;
    width: 100%;
    margin-top: 12px;
    height:40px;
    border: 1px dashed #bfbfbf; 
    border-radius: 4px;
}
.questionnaire_modal_form_fileinput{
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.questionnaire_modal_form_filebox_ui{
    width: 100%;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.questionnaire_modal_form_filebox_ui .icon{
    font-size: 20px;
    margin-right: 5px;
}

.questionnaire_modal_form_selected_file{
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height:40px;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
}
.questionnaire_modal_form_selected_file .file_close{
    font-size: 20px;
}


#questionnaire_second_modal{
  height: auto;
  padding: 45px 40px;
}
.questionnaire_modal_italic_title{
  font-size: 16px;
  font-style: italic;
  color:#fd0154;
}
.questionnaire_modal_flexbox{
  width: 100%;
  margin-top: 10px;
  display:flex;
  justify-content: space-between;
}
.questionnaire_modal_flexbox._center{
  justify-content: center;
}
.questionnaire_modal_radio_img{
  flex: 0 0 auto;
  width: 23%;
}
.questionnaire_modal_radio_img img{
  display:block;
  width: 100%;
  height:auto;
}
.questionnaire_modal_radio_img label{
  display:block;
}
.questionnaire_modal_radio_img input[type=radio]{
  margin: 16px auto 0 auto;
  width: 20px;
  height:20px;
}
.questionnaire_modal_input._second{
  width: 48%;
}
/*问卷提交成功弹窗*/
.questionnaire_success_modal{
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 404px;
    display:none;
}
.questionnaire_success_modal_close{
    position: absolute;
    display: flex;
    top:0;
    right:0;
    padding: 10px;
    font-size: 20px;
}
.questionnaire_success_modal_content{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding-top: 60px;
    padding-bottom: 80px;
}
.questionnaire_success_modal_face{
    position:absolute;
    width: 78px;
    height: 78px;
    border-radius: 39px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}
.questionnaire_success_modal_face img{
    width: 52px;
    height: auto;
}

.questionnaire_success_modal_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
}
.questionnaire_success_modal_coupon{
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin: 35px 0 39px 0;
}
.questionnaire_success_modal_coupon span{
    font-weight: bolder;
}
.questionnaire_success_modal_btn{
    display: block;
    width: 182px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background-color: #fe0154;
    border: none;
    border-radius: 20px;
}
/****问卷调查弹窗样式 end****/

/**个人中心购物车提示弹窗 start**/
.my-account-cart-dialog{
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    display:none;
  }
  /*小弹窗*/
  .my-account-cart-dialog-inner{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(-50%,-50%,0);
    box-sizing: border-box;
    width: 400px;
    height:560px;
    padding: 40px 20px 0 20px;
    background-color: #000;
  }
  .my-account-cart-dialog-container{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background-image: url('https://cdn.westkiss.com/media/wysiwyg/home/202206160841.jpg');
    background-size: 100% auto;
    background-position: 0 0;
    padding-top: 30px;
  }
  .my-account-cart-dialog-header{
    font-size: 14px;
    font-weight:bold;
    text-align: center;
  }
  .my-account-cart-dialog-body{
    box-sizing: border-box;
    width: 100%;
    padding:0 20px 30px 20px;
    margin-top: 10px;
  }
  .my-account-cart-dialog-body-p{
    font-size: 18px;
    font-weight:500;
  }
  
  .my-account-cart-promotion{
    text-align: center;
  }
  .my-account-cart-promotion-info{
    font-style:italic;
    font-weight:bold;
    font-size: 20px;
  }
  .my-account-cart-promotion-info span{
    color:#ff0054;
    font-size: 22px;
  }
  .my-account-cart-promotion-code{
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
  }
  .my-account-cart-promotion-countdown{
  
    font-size: 16px;
    font-weight: bold;
  }
  .my-account-cart-promotion-countdown span{
    display: inline-block;
    margin-top: 10px;
    background-color: #000;
    color:#fff;
    border-radius: 4px;
    height: 24px;
    width:24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 14px;
    margin-right:2px;
  }
  
  .my-account-cart-dialog-cart{
    display:block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
  }
  .my-account-cart-dialog-cart-product{
    display:flex;
    align-items: flex-start;
    width:100%;
  }
  .my-account-cart-dialog-cart-pimg{
    flex: 0 0 auto;
    width: 30%;
  }
  .my-account-cart-dialog-cart-pimg .pimg{
    display:block;
    width:100%;
    height:auto;
  }
  
  .my-account-cart-dialog-cart-pinfo{
    flex: 1 1 auto;
    width: 70%;
  }
  .my-account-cart-dialog-cart-p-title{
    display:-webkit-box;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .my-account-cart-dialog-cart-p-price {
    font-weight: bold;
    margin-top: 6px;
  }
  .my-account-cart-dialog-cart-p-price .p-now-price{
    
    font-size: 18px;
  }
  
  .my-account-cart-dialog-cart-p-price .p-line-price{
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
  }
  .my-account-cart-dialog-cart-p-price .p-percent{
    color: #ff0d5d;
    font-size: 14px;
  }
  
  .my-account-cart-dialog-cart-total{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
  }
  
  .my-account-cart-dialog-tobuy{
    display:block;
    width: 70%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background-color: #fd0154;
    cursor: pointer;
    margin:20px auto 0 auto;
  }
  .my-account-cart-dialog-tobuy:hover{
    color:#fff;
  }
  .my-account-cart-dialog-close{
    display:flex;
    position:absolute;
    top:0;
    right:0;
    font-size: 20px;
    color: #333;
    padding: 10px;
  }
  
  /*大弹窗*/
  .my-account-cart-dialog-inner.spread {
    display:flex;
    width: 680px;
    height:auto;
    padding: 30px;
    background-color: #fff;
    background-image: url('https://cdn.westkiss.com/media/wysiwyg/home/202206200954.jpg');
    background-size: cover;
    background-position: 0 0;
  }
  .my-account-cart-dialog-inner-left{
    flex: 1 1 auto;
    width: 45%;
  }
  .my-account-cart-dialog-spread-title{
    font-size: 18px;
    font-weight: bold;
  }
  .my-account-cart-dialog-spread-promotion{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 10px 0;
  }
  .my-account-cart-dialog-spread-promotion span{
    color:#ff0054;
    font-size: 34px;
  }
  .my-account-cart-dialog-spread-promotion-code{
    font-size: 24px;
    text-decoration: underline;
    font-weight: bold;
  }
  .my-account-cart-dialog-spread-promotion-time{
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    margin: 16px 0;
    padding-left: 10px;
  }
  .my-account-cart-dialog-spread-promotion-time span{
    display: inline-block;
    margin:0 4px;
    background-color: #000;
    color:#fff;
    border-radius: 4px;
    height: 24px;
    width:24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }
  .my-account-cart-dialog-spread-check{
    display:block;
    width: 70%;
    margin-top: 20px;
    text-align: center;
    background-color: #ff0d5d;
    color:#fff;
    height:50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
  }
  .my-account-cart-dialog-spread-check:hover{
    color:#fff;
  }
  .my-account-cart-dialog-inner-right{
    flex: 0 0 auto;
    width: 55%;
  }
  .my-account-cart-dialog-list{
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    max-height: 190px;
    overflow-y: auto;
    padding: 10px 0 10px 10px;
  }
  .my-account-cart-dialog-list-item{
    display: flex;
    width: 100%;
    margin-bottom: 12px;
  }
  .my-account-cart-dialog-itemimg{
    flex: 0 0 auto;
    width: 26%;
  }
  .my-account-cart-dialog-itemimg img {
    display:block;
    width: 100%;
    height: auto;
  }
  .my-account-cart-dialog-iteminfo{
    flex: 1 1 auto;
    width: 74%;
    margin-left: 6px;
  }
  .my-account-cart-dialog-item-title{
    display:-webkit-box;
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .my-account-cart-dialog-item-price{
    margin-top: 8px;
  }
  .my-account-cart-dialog-item-price .p-now-price{
    font-size: 22px;
    font-weight: bold;
  }
  .my-account-cart-dialog-item-price .p-line-price{
    font-size: 18px;
    font-weight: 600;
    margin: 0 6px;
    text-decoration: line-through;
  }
  .my-account-cart-dialog-item-price .p-num{
    font-size: 18px;
    font-weight: bold;
    color: #ff0054;
    margin-left: 10px;
  }
  .my-account-cart-dialog-spread-total{
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    margin-top: 30px;
  }
  .my-account-cart-dialog-spread-total span{
    color:#ff0054;
  }
  /**个人中心购物车提示弹窗 end**/
  
/**注册礼品卡 弹窗**/
.regist-giftcard-root{
  position: fixed;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  /* display: flex; */
  box-shadow: 0 0 15px 0px #333;
  overflow: hidden;
  z-index: 10;
  display:none;
}
.regist-giftcard-root-left{
  flex: 0 0 auto;
  width: 0;
  overflow: hidden;
}
.regist-giftcard-root-right{
  flex: 0 0 auto;
}



/* .regist-giftcard-gate{
  position:fixed;
  right:0;
  top: 36%;
  display:none;
  z-index: 11;
}
.regist-giftcard-gate-close{
  position:absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color:#b9b9b9;
} */
.regist-giftcard-gate img{
  display:block;
  width: 36px;
  height:380px;
}
/* .regist-giftcard-modal{
  position:fixed;
  top:50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-sizing: border-box;
  width: 800px;
  height: 422px;

  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  display:none;
} */
.regist-giftcard-modal-inner{
  display:flex;
  justify-content: space-between;
  width: 677px;
  height: 380px;
}
.regist-giftcard-modal-left{
  flex: 0 0 auto;
}
.regist-giftcard-modal-left,
.regist-giftcard-modal-left img{
  width: 290px;
  height: 380px;
}
.regist-giftcard-modal-rigtht{
  flex: 0 0 auto;
  width: 387px;
  height: 380px;
  background-image: url('https://cdn.westkiss.com/media/wysiwyg/home/202207011534.png');
  background-size: 100% 100%;
  padding: 36px 23px 0px 23px;
  background-color: #ededed;
}
.regist-giftcard-modal-coupon,
.regist-giftcard-modal-coupon img{
  width: 100%;
  height :auto;
}
.regist-giftcard-modal-form{
  width: 100%;
  margin-top: 28px;
}
.regist-giftcard-modal-form-group{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.regist-giftcard-modal-form-input.firstname,
.regist-giftcard-modal-form-input.lastname{
  flex: 0 0 auto;
  width: 48%;
}
.regist-giftcard-modal-form-input{
  position:relative;
  width: 100%;
}

.regist-giftcard-modal-form-input input{
  box-sizing: border-box;
  display:block;
  width: 100%;
  height: 32px;
  border: 1px solid #a2a2a2;
  padding: 0 5px;
  background-color: #fefaf9;
}
.regist-giftcard-modal-form-input p{
  display:none;
  color:#fd0154;
  font-size: 13px;
}
.regist-giftcard-modal-form-input.showverify p{
  display:block;
}
.regist-giftcard-modal-btn{
  display:block;
  width: 205px;
  height: 44px;
  background-color: #000;
  color:#fff;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 44px;
  border:none;
  margin: 20px auto 0 auto;
}
.regist-giftcard-modal-close{
  position: absolute;
  top:0;
  right:0;
  font-size: 30px;
  padding: 0 10px;
}
/**注册成功**/
.regist-success-modal{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  box-sizing:border-box;
  width: 666px;
  height: auto;
  padding: 64px 35px 39px 35px;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  display:none;
}
.regist-success-modal-title{
  font-size: 35px;
  font-weight: bold;
}
.regist-success-modal-body{
  margin: 30px 0 57px 0;
}
.regist-success-modal-p{
  font-size: 40px;
  font-weight: bold;
  /* margin-bottom: 20px; */
}
.regist-success-modal-tips{
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}

.regist-success-modal-btn{
  display:block;
  border:none;
  width: 255px;
  height: 60px;
  background-color: #000;
  color:#fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  margin: auto;
}

.regist-success-modal-close{
  position: absolute;
  top:0;
  right: 0;
  font-size: 24px;
  padding: 6px;
}