  :root {
      --diy-color1: #F9E1B7;
      --fc-black: #000000;
      --lor-color1:#005670;
      --color_borders: #e8e8e1;
      --color_body_bg: #ffffff;
    --skin_primary_btn_bg_color:#005670;
  }

  .flex-around {
      display: flex;
      justify-content: space-around;
  }

  .theme-color {
      color: #000000;
  }

  /* 优化样式 */
  .vip_image {
      margin: 0px 9px;
      height: 80px;
      width:80px;
  }

  .require-cls {
      position: relative;
      margin-bottom: 20px;
      padding: 2px;
  }

  .require-cls .input-box {}

  .require-cls .input-box input {
      padding: 5px 7px;
      margin-bottom: 0px;
      border: 1px solid var(--lor-color1);
  }

  .require-cls .input-box label {
      bottom: -11px;
      left: 9px;
  }

  .require-cls .input-box input:focus {
      border: 2px solid #005670;
  }

  .require-cls .input-box input:focus~label,
  .require-cls .input-box input:valid~label {
      left: 9px;
      color: var(--fc-black);
  }

  .select__ruri--wrap {
      /* border-width: 2px;
    border-color: transparent;
    border-bottom-color: #f00; */
      border: 1px solid transparent;
      border-bottom-color:var(--lor-color1);
      transition: all 0.6s;
      border-radius: 0;
      padding-left: 10px;
  }

  .select__ruri--wrap:hover,
  .select__ruri--wrap-b:hover {
      border-color:var(--lor-color1);
  }

  .select__ruri--wrap-b {
      /* border:1px solid transparent;
    border-bottom-color: #000000; */
      border: 1px solid #000000;
      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: 1;
      margin: 0;
      padding-top: 6px;
      border-right: 1px solid transparent;
      transition: all 0.6s;
  }

  .label__field--ruri-b {
      width: 100%;
      border-bottom: 1px solid #000000;
      /* border:1px solid #000000; */
      padding: 4px 0 4px 10px;
      margin-bottom: 0;
  }

  .select__ruri--wrap:hover .label__field--ruri {
      border-right-color: #000000;
  }

  .select__ruri--wrap-b:hover .select__field--ruri-b {
      /* animation: bgMove 1s infinite; */
      background: rgba(230, 210, 230, 0.5);
  }

  .select__ruri--wrap.flex {
      display: flex;
  }

  .product-info__qty-wrapper .btn.product-info__qty_btn {
      width: 32px;
      height: 32px;
      background-color: var(--diy-color1);
      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 #000000;
      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;
      background-color: var(--diy-color1);
      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; */
        margin-bottom: 1rem;
  }

  .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: #000000;
      padding: 0 1.25rem;
  }

  .p_name+.p_name {
      margin-left: 5px;
  }

  .p_name input {
      padding-left: 10px;
      border: none;
      border-bottom: 1px dotted #000000;
  }

  .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: 2px solid #000000;
      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: #000000;
      transform: scale3d(.93, .93, 1);
      font-size: 14px;
      bottom: -10px;
      left: 0;
  }

  .require-cls .input-box input:focus~label,
  .require-cls .input-box input:valid~label {
      bottom: -37px;
  }

  .date-picker {
      position: relative;
  }

  .date-picker .date-ruri {
      width: 100%;
      border-top-left-radius: 7px;
      border-bottom-right-radius: 7px;
      padding: 7px 0;
      height: 41px;
  }

  .date-picker .date-input {
      border: 1px solid #000000;
      /* color: #fff; */
      background: #ffffff;
  }
.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-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 #000000;
      background-size: 21px 21px;
      color: #000000
  }

  .RadioStyle input:checked+label::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 15px;
      height: 15px;
      background-color: #000000;
      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_add {
      background: var(--diy-color1);
      text-align: center;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
  }

  .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%;
  }

  /* 移动端 */
  @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%;
      }

  }


  .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: 20px;
      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;
      width: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;
    }*/
  @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;
      }

  }

  .product-info__qty {
      display: flex;
      align-items: flex-end;
      background-color: var(--color_body_bg);
      color: #000;
  }

  .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;
  }

  .close-icon {
      position: absolute;
      right: 30px;
      top: 10px;
      cursor: pointer;
      background-color: #eee;
      padding: 2px 5px;
      border: 2px dotted white;
  }

  .b_image {
      width: 4%;
      position: absolute;
      left: -9px;
      top: 32px;
  }

  @media (max-width: 750px) {
      .b_image {
          width: 5%;
          position: absolute;
          left: -8px;
          top: 14px;
      }

      .sticky-m {
          position: sticky;
          top: 53px;
          z-index: 10;
          transition: all 0.5s;
      }
      .product__info-description.body3 iframe{
        max-width: 100% !important
      }
  }

  @media (min-width: 750px) {
      .content-ps {
          height: 801px !important
      }
  }

  .plugin__wrappers {
      margin-top: 0px !important;
  }

  .product-info__header_price-wrapper {
      padding-bottom: 9px !important;
  }

  input[type="date"]::-webkit-calendar-picker-indicator {
      position: absolute;
      right: 0;
      padding-left: calc(100% - 10px);
      padding-right: 10px;
  }

   .d-none {
       display: none !important;
   }

  .change-font-select_all label {
       display: inline-block;
       margin-bottom: 0.5rem;
   }
 .textarea__field--ruri {
     width: 100%;
     min-height: 100px;
     border: 1px dotted #000000;
     border-radius: 2px;
     outline: none;
     text-indent: 1em;
     padding: 5px 3px;
     box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
 }
.sep-font-close-strong:before{
        content: "X";
}

     .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;
            }
        }
.gift_debg{
    background: #F9E1B7;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
}