  :root {
      --diy-color1: #E5E5E5;
      --fc-black: #000000;
      --color_body_bg: #ffffff;
      --color_borders: #e8e8e1;
      --skin_primary_btn_bg_color: #005670;
  }

  .require-cls {
      position: relative;
      margin-bottom: 20px;
      margin-top: 20px;

  }

  /* .require-cls .input-box input {
      margin-bottom: 0px;
  } */

  /* .require-cls .input-box label {
      bottom: -11px;
  } */

  .require-clss .not-empty {
      text-indent: -9999px;
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 1px solid var(--error);
  }

  .require-clss .not-empty::before {
      content: "";
      position: absolute;
      left: 2px;
      top: 2px;
      width: 7px;
      height: 7px;
      clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
      /* border: 2px solid #fff;
    border-radius: 1px;
    border-top: none;
    border-right: none; 
    transform: rotate(-55deg); */
      background: #ffffff;
      z-index: 5;
  }

  .require-clss .not-empty::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      background-color: var(--error);
      clip-path: polygon(0 0, 100% 0%, 0% 100%);
  }

  .flex-around {
      display: flex;
      justify-content: space-around;
  }

  .theme-color {
      color: var(--skin_primary_btn_bg_color);
  }

  /* 优化样式 */
  .vip_image {
      margin: 0px 9px;
      height: 80px;
  }

  .select__ruri--wrap {
      /* border-width: 2px;
    border-color: transparent;
    border-bottom-color: #f00; */
      border: 1px dotted transparent;
      border-bottom-color: var(--skin_primary_btn_bg_color);
      transition: all 0.6s;
      border-radius: 0;
      padding-left: 10px;
  }

  .select__ruri--wrap:hover,
  .select__ruri--wrap-b:hover {
      border-color: var(--skin_primary_btn_bg_color);
  }

  .select__ruri--wrap-b {
      /* border:1px solid transparent;
    border-bottom-color: var(--skin_primary_btn_bg_color); */
      border: 1px solid var(--skin_primary_btn_bg_color);
      transition: all 0.6s;
      border-radius: 0;
  }

  .select__field--ruri {
      width: 100%;
      outline: none;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
      padding-left: 10px;
      flex: 3.5;
      border-color: transparent;
  }

  .select__field--ruri-b {
      width: 100%;
      outline: none;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
      padding-left: 10px;
      transition: all 1s;
      border: none;
      display: block;
  }

  @keyframes bgMove {
      0% {
          background: linear-gradient(275deg, var(--diy-color1), #f8f8f8, #ffffff);
      }

      50% {
          background: linear-gradient(45deg, var(--diy-color1), #f8f8f8, #ffffff);
      }

      100% {
          background: linear-gradient(275deg, var(--diy-color1), #f8f8f8, #ffffff);
      }
  }

  .label__field--ruri {
      flex: 2;
      margin: 0;
      padding-top: 6px;
      border-right: 1px dotted transparent;
      transition: all 0.6s;
      font-size: 16px;
  }

  .label__field--ruri-b {
      width: 100%;
      border-bottom: 1px solid var(--skin_primary_btn_bg_color);
      /* border:1px solid var(--skin_primary_btn_bg_color); */
      padding: 4px 0 4px 10px;
      margin-bottom: 0;
  }

  .select__ruri--wrap:hover .label__field--ruri {
      border-right-color: var(--skin_primary_btn_bg_color);
  }

  .select__ruri--wrap-b:hover .select__field--ruri-b {
      /* animation: bgMove 1s infinite; */
      background: rgba(230, 210, 230, 0.5);
  }

   .flex.select__ruri--wrap {
      display: flex;
  }

  .product-info__qty {
      display: flex;
      align-items: flex-end;
      background-color: var(--color_body_bg);
      color: #000;
  }


  .product-info__qty-wrapper .btn.product-info__qty_btn {
      width: 32px;
      height: 32px;
      background-color: var(--skin_primary_btn_bg_color);
      color: #fff;
      position: absolute;
      top: 0;
      border: none;
  }

  .product-info__qty-wrapper .btn.product-info__qty_btn:disabled {
      background-color: #efefef;
  }

  .textarea__field--ruri {
      width: 100%;
      min-height: 100px;
      border: 1px dotted var(--skin_primary_btn_bg_color);
      border-radius: 2px;
      outline: none;
      text-indent: 1em;
      padding: 5px 3px;
      box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
  }

  .vip-wrap {
      margin-top: 0.8rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--fc-black);
      padding: 0 1em;
  }

  .vip-wrap .mfont p {
      margin: 0;
  }

  #add_gifts {
      border: 1px solid rgb(229, 229, 229);
      margin-top: 10px;
      display: none;
  }

  #add_gifts .gift-wrap {
      margin-top: 0.8rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--fc-black);
  }

  #add_gifts .gift-wrap .mfont p {
      margin: 0;
  }

  .add_pet {
      border: 1px solid rgb(229, 229, 229);
      margin-top: 10px;

  }

  .add_pet .gift-wrap {
      margin-top: 0.8rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--fc-black);
  }

  .add_pet .gift-wrap .mfont p {
      margin: 0;
  }

  .quality-wrap {
      background-color: var(--diy-color1);
      /* line-height:3rem; */
      margin-top: 1rem;
      color: var(--fc-black);
      position: relative;
      display: flex;
      padding: 10px 10px 10px 16px;
      align-items: center;
      font-size: 12px;
      /* justify-content: space-between; */
  }

  .quality-inputsde {
      left: 0;
      top: 0;
      margin-right: 20px;
  }

  .change-font-select_all .change-font-select_label {
      border-color: #d6d6d6;
  }

  .change-font-select_all .active {
      border: 1.5px solid var(--skin_primary_btn_bg_color);
      color: var(--skin_primary_btn_bg_color);
      padding: 0 1.25rem;
  }

  .p_name+.p_name {
      margin-left: 5px;
  }

  .p_name input {
      padding-left: 10px;
      border: none;
      border-bottom: 1px dotted var(--skin_primary_btn_bg_color);
  }

  .font-change-wrap {
      background-color: #f2f2f257;
      padding: 8px;
      margin-bottom: 10px;
  }


  .input-box {
      position: relative;
  }

  .input-box input {
      width: 100%;
      padding: 10px 0 5px;
      font-size: 16px;
      color: #000000;
      margin-bottom: 30px;
      border: none;
      border-bottom: 1px solid var(--skin_primary_btn_bg_color);
      outline: none;
      background: transparent;
  }

  .input-box input::placeholder {
      text-align: right;
  }

  .input-box label {
      position: absolute;
      /* top: 0; */
      bottom: 20px;
      left: 0;
      padding: 10px 0;
      font-size: 16px;
      color: #000000;
      pointer-events: none;
      transition: .3s;
  }

  .input-box input:focus~label,
  .input-box input:valid~label {
      color: var(--skin_primary_btn_bg_color);
      transform: scale3d(.93, .93, 1);
      font-size: 12px;
      bottom: -10px;
      left: 0;
  }

  .date-picker {
      position: relative;
  }

  .date-picker .date-ruri {
      width: 100%;
      border-top-left-radius: 7px;
      border-bottom-right-radius: 7px;
      padding: 7px 0;
  }
.date-picker .date-input {
    position: relative;
}

.date-picker .date-input::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    padding-left: calc(100% - 40px);
    /*padding-right: 5px;*/
}
  .date-picker .date-input {
      border: 1px solid var(--skin_primary_btn_bg_color);
      /* color: #fff; */
      background: #ffffff;
  }

  .date-picker .date-ruri+input {
      position: absolute;
      border: none;
      outline: none;
      left: 1px;
      top: 1px;
      width: 80%;
      height: 95%;
      font-size: 16px;
      padding-left: 10px;
      border-top-left-radius: 7px;
  }

  .RadioStyle {
      margin-bottom: 1em;
  }

  /* 单选按钮 */
  .RadioStyle input[type='radio'] {
      display: none
  }

  .RadioStyle label {
      border: 1px solid #e5e5e5;
      color: #666;
      padding: 2px 10px;
      line-height: 28px;
      text-align: center;
      margin: 2px 10px 2px 2px;
  }

  .RadioStyle input:checked+label {
      /* background: url("https://img.shoplazza.com/548810b3e9f7cb6e078b88ce52d32cae.svg") no-repeat right bottom; */
      position: relative;
      border: 1px solid var(--skin_primary_btn_bg_color);
      background-size: 21px 21px;
      color: var(--skin_primary_btn_bg_color)
  }

  .RadioStyle input:checked+label::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 15px;
      height: 15px;
      background-color: var(--skin_primary_btn_bg_color);
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      ;
  }

  .RadioStyle input:checked+label::before {
      content: "";
      position: absolute;
      right: 1px;
      bottom: 3px;
      width: 8px;
      height: 5px;
      border: 2px solid #fff;
      border-radius: 1px;
      border-top: none;
      border-right: none;
      background: transparent;
      transform: rotate(-55deg);
      z-index: 5;
  }

  .RadioStyle input:disabled+label {
      opacity: 0.7;
  }

  .gift-box {
      border: 1px solid rgb(229, 229, 229);
  }

  .gift-box .flex label {
      flex: 1;
  }

  .gift-box .flex label .lazyloaded {
      width: 100%;
      max-width: 130px;
      max-height: 130rpx;
  }

  .gift_add {
      background: var(--diy-color1);
      text-align: center;
      height: 40px;
      line-height: 40px;
  }

  /* 移动端 */
  @media (max-width: 767.98px) {
      .select__ruri--wrap {
          padding-left: 5px;
      }

      .select__ruri--wrap .label__field--ruri {
          min-width: 130px;
      }

      .mfont {
          font-size: 0.75em;
      }

      .p_name+.p_name {
          margin-left: 0px;
      }

      .p_name,
      .p_name input {
          width: 100%;
      }

      .change-font-select_all {
          margin-right: 4px;
      }
  }

  .font-change-wrap {}

  .font-change-wrap .font-change-inputs {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
  }

  .font-change-wrap .font-change-inputs .input-box {
      width: 48%;
  }

  .gift-wraplr {
      background-color: #FCF4F1;
      margin-top: 2rem;
      padding: 10px
  }

  .gift-wraplrs {
      border: 1px solid #FCF4F1;
      display: none;
      margin-top: 28px;
  }

  .Ajouter {
      background: #F9E1B7;
      text-align: center;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
  }

  ul,
  dl,
  ol,
  li {
      list-style: none;
  }

  .dropdown {
      float: right;
      position: relative;
      font-size: 16px;
      width: 100%;
      flex: 3.5
  }

  .dropdownbox01 {
      width: 100%;
      height: 35px;
      color: #707070;
      line-height: 35px;
      border-radius: 4px;
      font-size: 16px;
      cursor: pointer;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;

  }

  .dropdownbox01 span {
      margin-left: 10px;
      width: 212px !important;
  }

  .dropdownbox01 .tac {
      text-align: left !important;
  }

  #dropDownList1 .dropdownbox01 {
      width: 120px;
      background-position: 96px center;
  }

  #dropDownList1 .dropdownbox02 li {
      width: 100%;
  }

  .dropdownbox02 {
      width: 100%;
      display: none;
      position: absolute;
      left: 0px;
      top: 32px;
      z-index: 1;
      background: #fff;
      border: 1px solid #dcdcdc;
      -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
      box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
      /* max-height: 160px;  */
      overflow-y: auto;
      overflow-x: hidden;
  }

  .dropdownbox02 ul {
      padding-left: 0px;
  }

  .dropdownbox02 span {
      width: 212px !important;
  }

  .dropdownbox02 img {
      display: inline-block;
      margin-right: 6px;
      float: left;
      height: 30px;
  }

  .dropdownbox01 img {
      display: inline-block;
      margin-right: 6px;
      float: left;
      height: 35px;
  }

  .dropdownbox02 li {
      width: 100%;
      height: 30px;
      line-height: 32px;
      background: #fff;
      color: #707070;
      cursor: pointer;
      margin: 10px auto !important;
      font-size: 16px;
  }

  .dropdownbox02 li .img02 {
      display: none;
  }

  /*.dropdownbox02 li:hover {
        background: #48a0ff;
        color: #fff;
    }*/

  .label__field--ruri-stone {
      width: 53%;
      border-bottom: 1px solid var(--skin_primary_btn_bg_color);
      /* border:1px solid var(--skin_primary_btn_bg_color); */
      padding: 4px 0 4px 10px;
      margin-bottom: 0;
  }

  #Mecca_mall {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
      width: 100%;
  }

  #Mecca_mall>div {
      width: 30%;
      border: 1px solid lavenderblush;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0.5rem;
  }


  #Mecca_mall {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 10px;
      width: 100%;
  }

  #Mecca_mall>div {
      width: 30%;
      border: 1px solid lavenderblush;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0.5rem;
  }

  #Mecca_mall input[type='checkbox'] {
      margin: 0 0 10px 0;
  }

  #Mecca_mall p {
      margin: 0;
  }

  @media (max-width: 767.98px) {
      #Mecca_mall .check-img {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
      }

      #Mecca_mall .check-img input[type='checkbox'] {
          margin: 0 0 10px 0;
      }

      .es_img {
          max-width: 100%
      }
  }

  .p_name {
      margin: 0;
  }

  @media (max-width: 767.98px) {
      .p_name {
          margin: 10px;
      }

      .product-info__desc-tab-content video {
          width: 362px;
          height: 181px;
      }
  }

  @media (min-width: 767.98px) {
      .product-info__desc-tab-content video {
          width: 1000px;
          height: 400px;
      }

      .es_img {
          max-width: 30%
      }

      .design-modal-content {
          top: 100px !important;
      }
  }

  .date-picker {
      position: relative;
  }

  .class_j {
      border: 1px solid #d6d6d6;
      height: 40px;
      width: 14rem;
      transition: border 0.7s;
  }

  .change-font-select_all {
      word-break: break-word;
      line-height: 1.75rem;
      min-width: 2.5rem;
      font-size: 0.8125rem;
      margin-right: 0.625rem;
      margin-bottom: 0;
      position: relative;
      color: #2a2a2a;
      padding: 0;
      margin-top: 0.625rem;
      text-align: center !important;
      display: inline-block !important;
  }

  .change-font-select_label {
      border: 1.5px solid black;
      padding: 0 1.25rem;
  }

  @media (max-width: 750px) {
      .change-font-select_all {
          margin-right: -1px;
          font-size: 0.5125rem;
      }

      .change-font-select_label {
          padding: 0 0.25rem;
      }

      .change-font-select_all .active {
          padding: 0 0.25rem;
      }

      .add_live {
          line-height: 21px;
          font-size: 10px;
      }
  }

  .product-info__qty_btn[data-click="reduce"] {
      left: 0;
      border-right: 1px solid #f2f2f2;
  }

  .product-info__qty_btn[data-click="add"] {
      right: 0;
      border-left: 1px solid #f2f2f2;
  }

  .product-info__qty_nums {
      box-shadow: none;
      display: block;
      background: 0 0;
      border: none;
      text-align: center;
      width: 100%;
      padding: 5px 25px;
      margin: 0;
      z-index: 1;
  }

  .product-info__qty-wrapper {
      position: relative;
      max-width: 100px;
      min-width: 75px;
      overflow: visible;
      border: 1px solid var(--color_borders);
      font-size: 14px;
  }

  #purchase_gift {
      display: none;
  }

  .line-item-property__fieldsd {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
  }

  .input-boxed {
      width: 49%;
  }

  .input-boxedsd {
      width: 100%;
  }

  .sep-font-close-strong:before {
      content: "X";
  }

  .sep-font {
      font-family: "sep-font" !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 900;

  }

  .close-icon {
      position: absolute;
      right: 30px;
      top: 10px;
      cursor: pointer;
      background-color: #eee;
      padding: 2px 5px;
      border: 2px dotted white;
  }

  .b_image {
      width: 4%;

      left: 51px;
      top: 11px;
  }
   .sep-font-close-strong:before {
       content: "X";
   }

   .add_header_zindex {
       z-index: 0 !important;
   }
   .Mecca_mall {
       display: flex;
       justify-content: space-between;
       align-items: center;
       margin-top: 10px;
       width: 100%;
   }

   .Mecca_mall>div {
       width: 30%;
       border: 1px solid lavenderblush;
       display: flex;
       justify-content: center;
       align-items: center;
       flex-direction: column;
       padding: 0.5rem;
   }

   .Mecca_mall input[type='checkbox'] {
       margin: 0 0 10px 0;
   }

   .Mecca_mall p {
       margin: 0;
   }

   @media (max-width: 767.98px) {
       .Mecca_mall .check-img {
           display: flex;
           flex-direction: column;
           justify-content: center;
           align-items: center;
       }

       .Mecca_mall .check-img input[type='checkbox'] {
           margin: 0 0 10px 0;
       }
   }

   .date-picker {
       position: relative;
   }

   .date-picker .show-date {
       position: absolute;
       border: none;
       outline: none;
       width: 100px;
       left: 2px;
       top: 1px;
   }

   .date-picker .date-input {
       border: 1px solid #000000;
       /* color: #fff; */
       background: #ffffff;
   }

   .class_j {
       border: 1px solid #d6d6d6;
       height: 40px;
       width: 14rem;
       transition: border 0.7s;
   }

   .change-font-select_all {
       word-break: break-word;
       line-height: 1.75rem;
       min-width: 2.5rem;
       font-size: 0.8125rem;
       margin-right: 0.625rem;
       margin-bottom: 0;
       position: relative;
       color: #2a2a2a;
       padding: 0;
       margin-top: 0.625rem;
       text-align: center !important;
       display: inline-block !important;
   }

   .change-font-select_label {
       border: 1.5px solid black;
       padding: 0 1.25rem;
   }


                 .common-confirm.paylist-dialog {
                     position: fixed;
                     top: 0;
                     bottom: 0;
                     width: 100%;
                     height: 100%;
                     z-index: 1001;
                     left: 0;
                     right: 0;
                 }
        
                 .common-confirm-mask {
                     position: relative;
                     width: 100%;
                     height: 100%;
                     opacity: .4;
                     background-color: #0d0d0d;
                 }
        
                 .common-confirm-content {
                     padding: 3.06667rem 1.76667rem 3.06667rem;
                     width: 28rem;
                     max-height: 100vh !important;
                     height: auto;
                     left: 50%;
                     transform: translate(-50%, -50%);
                     position: absolute;
                     top: 50%;
                     box-sizing: border-box;
                     font-size: .37333rem;
                     line-height: 140%;
                     display: flex;
                     flex-direction: column;
                     background: #fff;
                     border-radius: 0.76rem;
        
                 }
        
                 .payment-logo {
                     background-color: transparent;
                     height: 12px;
                     margin-left: 4px;
                     width: auto;
                     max-width: 100%;
                     display: inline;
                 }
        
                 .paypal-after-msg-container {
                     border-bottom: .02667rem solid #eae7e4;
                     padding-bottom: 0.53333rem;
                 }
        
                 .common-confirm-head {
                     position: absolute;
                     top: 0.26667rem;
                     cursor: pointer;
                     right: 1.16667rem;
                     line-height: normal;
                     font-size: 18px;
                 }
        
                 .icon-close_18:before {
                     content: "\e627";
                 }
        
                 .common-confirm-body .paypal-placement {
                     background-color: transparent;
                     border: none;
                     height: 25px;
                     opacity: 1;
                     font-size: 16px;
                     padding-bottom: 2.53333rem;
                     border-bottom: 0.02667rem solid #eae7e4;
                     padding-left: 0.8rem;
                 }
        
                 .klarna-official-placements {
                     padding-top: 1rem;
                 }
        
        
        
                 .pay-method-list {
                     margin: 1.53333rem;
                     display: flex;
                     line-height: 1.17rem;
                     flex-wrap: wrap;
                     font-size: 16px;
                     margin-left: 2px !important;
                 }
        
                 .pay-method-list img {
        
                     min-width: 1em;
                     min-height: 1em;
                     vertical-align: -0.15em;
                     fill: currentcolor;
                     overflow: hidden;
                 }
        
                 .payment-logo.payk {
                     margin-top: 0.1rem;
                     margin-left: 0.2rem;
                     margin-right: 0.2rem;
                 }
        
                 @media (max-width: 750px) {
                     .common-confirm-content {
                         width: 22.93333rem;
                     }
        
                     .pay-method-list {
                         font-size: 14px;
                     }
        
                     .payment-logo.payk {
                         margin-top: 0.1rem;
                     }
                 }