/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/form.css ***!
  \**************************************************************************************************************/
:root {
    --form-placeholder-color: #939393;
    --form-error-color: #D50000;
    --form-border-size: 1.5px;
    --border-radius: 6.5rem;
  }
  .arrow-bg {
    position: relative;
    overflow: hidden;
  }
  .arrow-bg:after {
    position: absolute;
    content: '';
    display: block;
    top: 48rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(/static/dist/assets/arrow_bg_34ec67.png) no-repeat center center;
    background-size: contain;
    height: 131.2rem;
    width: 100%;
    z-index: -1;
  }
  .is-loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 11.4rem;
    background: var(--theme-color);
    text-align: center;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: not-allowed;
    border-radius: var(--border-radius);
  }
  .icon-loading {
    animation: rotating 1s linear infinite;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
  }
  @keyframes rotating {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(1turn);
    }
  }
  .inner-pagebox {
    padding-top: 8rem;
    padding-bottom: 16rem;
  }

  .innerresize-box {
    margin: 0 auto;
  }

  .innerresize-des {
    text-align: center;
    margin: 0 auto 5.6rem auto;
    line-height: 1.2;
    font-size: 4rem;
  }

  .innerresize-body {
    display: block;
    margin: 0 auto
  }

  .innerresize-body .green:hover {
    color: #008866;
    text-decoration: underline;
  }

  .innerresize-body>div {
    display: table;
    margin: 0 auto;
    width: 100rem;
    vertical-align: top;
  }

  .innerresize-l ul {
    width: 100%;
  }

  .innerresize-l ul li {
    margin-bottom: 4.4rem;
    position: relative;
  }

  .innerresize-l ul li:last-child {
    margin-bottom: 0;
  }

  .inputgroup {
    position: relative;
  }

  .inputgroup:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: #fff;
    z-index: 0;
  }

  .clear-security {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: none;
    cursor: pointer;
  }

  .innerresize-l ul input {
    position: relative;
    background: transparent;
    z-index: 2;
    width: 100%;
    height: 11.4rem;
    border-radius: 2px;
    padding-left: 16px;
    color: #2A2A2A;
  }

  .innerresize-l ul select {
    appearance: none;
    -webkit-appearance: none;
    padding-left: 16px;
    position: relative;
    background: transparent;
    z-index: 2;
    width: 100%;
    height: 48px;
    border-radius: 2px;
  }

  input.error-tips,
  select.error-tips,
  textarea.error-tips {
    border: var(--form-border-size) solid #c92828 !important;
    color: var(--form-error-color)!important;
  }

  .innerresize-l ul textarea {
    width: 100%;
    height: 27.6rem;
    line-height: 1.5;
    resize: vertical;
    background: transparent;
  }
  .tips-form input::placeholder,
  .tips-form textarea::placeholder {
    color: var(--form-placeholder-color); /* 默认灰色 */
  }

  .innerresize-l .btn {
    width: 100%;
    height: 11.4rem;
    line-height: 1;
    border-radius: var(--border-radius);
    display: block;
    overflow: hidden;
    margin: 20px auto 0 auto;
    text-transform: uppercase;
    font-size: 3.6rem;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .innerresize-l .btn:hover {
    background-color: var(--theme-color-hover);
    color: #fff;
  }
  .contact-btns {
    width: 52rem;
    max-width: 100%;
    border-radius: var(--border-radius);
    margin: 0 auto;
    margin-top: 5.6rem;
    position: relative;
  }


  .innerresize-l .inline-btngroup input {
    width: 100%;
  }


  .security-btns {
    position: relative;
  }

  .tips-form li {
    position: relative;
  }

  .tips-form li .s-tips {
    top: 14px;
    position: absolute;
    z-index: 1;
    color: #666;
    left: 16px;
    max-width: calc(100% - 32px);
  }

  .tips-form li.focus .s-tips {
    top: 1px;
    z-index: 3;
    font-size: 12px;
    width: 100%;
    background-color: #fff;
    padding-top: 1px;
  }

  .tips-form .icon-arrow-down {
    position: absolute;
    right: 12px;
    top: 16px;
    color: #ccc;
    z-index: 2;
  }

  .tips-form .countrylist {
    color: #000
  }

  .tips-form li input,
  .tips-form li select,
  .tips-form li textarea {
    position: relative;
    z-index: 2;
    border: var(--form-border-size) solid #939393;
    border-radius: 20px;
    font-size: 3.6rem;
    background: #EEE;
    font-weight: 300;
    padding: 3rem 4rem;
  }

  .innerresize-r {
    padding-left: 30px;
  }

  .innerresize-r ul {
    float: right;
    max-width: 400px;
    display: table;
  }

  .innerresize-r ul li {
    margin-bottom: 48px;
  }

  .innerresize-r ul li:last-child {
    margin-bottom: 0;
  }

  .innerresize-r .s-title {
    margin-bottom: 16px;
  }

  .inner-title {
    font-size: 7rem;
    text-align: center;
    line-height: 1;
    text-wrap: balance;
  }
  .success-page {
    text-align: center;
    margin-top: 120px;
    min-height: 40vh;
  }

  .success-page .icon-check {
    font-size: 48px;
    color: #059922;
  }

  .success-page .title {
    font-size: 24px;
    line-height: 1;
    margin: 40px auto 20px;
  }

  .success-page a {
    width: 160px;
    height: 48px;
    line-height: 48px;
    background: #121212;
    border-radius: 2px;
    display: block;
    color: #fff;
    margin: 40px auto 0;
    font-size: 15px;
    font-weight: 500;
  }

  .layui-upload {
    margin-bottom: 32px;
    font-size: 0;
  }

  .imgContainer {
    display: inline-block;
    height: inherit;
  }

  .imgContainer img {
    width: 100px;
    height: 100px;
  }

  .imgContainer video {
    width: 100px;
    height: 100px;
    object-fit: cover;
    vertical-align: middle;
  }

  .imgContainer span {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -6px;
    top: -6px;
    background: #4F4F4F;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
  }

  .imgContainer span i {
    color: #fff;
    font-size: 8px;
  }

  .upload-add {
    background: #FAFAFA;
    border: 1px dashed #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    cursor: pointer;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
  }

  .upload-add i {
    font-size: 30px;
    color: #ccc;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-style: normal;
  }

  .tips-form li .tips-des {
    font-weight: 400;
    display: block;
    color: #999;
    font-size: 14px;
    margin-top: 4px;
  }

  .tips-form li.attachment .s-tips,
  .tips-form li.proofOfPurchase .s-tips {
    position: initial;
    color: #000;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
  }

  .item-img {
    margin-right: 24px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    border: 1px solid #ccc;
  }

  .error-tips:before {
    content: " ! ";
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #d50000;
    color: #fff;
    line-height: 14px;
    text-align: center;
    border-radius: 8px;
    margin-right: 4px;
    font-weight: bold;
    font-size: 12px;
  }

  .checkbox-li {
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
  }

  .checkbox-li label.error-tips {
    position: absolute;
    left: 0;
    bottom: -24px;
  }

  .checkbox-li a {
    text-decoration: underline;
    font-weight: inherit;
  }

  .checkbox-li .checkbox-text {
    font-size: 3rem;
    /* max-width: 57.5521vw; */
  }

  .contact-form .checkbox-li {
    align-items: center;
  }

  .img-box {
    position: relative;
  }

  .img-box img {
    display: block;
    width: 100%;
  }

  .img-box .inner-cons {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: max-content;
    max-width: 128rem;
  }

  @media (max-width:1023px) {
    .innerresize-r {
      max-width: calc(100% - 400px);
    }

    .innerresize-r ul {
      max-width: 100%;
    }
  }

  @media (max-width:828px) {
    :root {
      --form-border-size: 0.5px;
    }
    .tips-form li input, .tips-form li select, .tips-form li textarea {
      padding: 1.2rem 1.6rem;
      height: 4.8rem;
      font-size: 1.6rem;
      border-radius: 0.6rem;
    }
    .innerresize-l ul textarea {
      height: 9.6rem;
    }
    .innerresize-l ul li {
      margin-bottom: 1.6rem;
    }
    .checkbox-li .checkbox-text {
      font-size: 3.271vw;
      max-width: initial;
      flex: 1;
      line-height: 1.2;
    }

    .inner-pagebox {
      padding-top: 4rem;
      padding-bottom: 8rem;
    }
    .img-box .inner-cons {
        max-width: calc(100% - 5.2rem);
    }

    .inner-title {
      font-size: 3rem;
      line-height: 1.2;
    }

    .innerresize-body>div {
      display: block;
      width: 100%;
      padding: 0
    }

    .innerresize-l {
      border-right: 0;
    }

    .innerresize-l ul {
      width: 100%;
    }
    .innerresize-l .btn {
        font-size: 2rem;
        height: 4.8rem;
    }
    .arrow-bg:after {
        width: 120rem;
        height: 82rem;
    }

    .innerresize-l .inline-btngroup .inputgroup {
      float: none;
    }

    .security-btns {
      float: none;
      width: 100%;
      margin: 24px auto 0 auto;
    }

    .security-btn {
      width: 100% !important;
    }

    .innerresize-r {
      padding-top: 48px !important;
    }

    .innerresize-des {
      margin-bottom: 2.4rem;
      font-size: 2rem;
      line-height: 1.4;
    }

    .innerresize-r ul {
      float: none;
      max-width: 100%;
      margin-bottom: -20px;
    }

    .innerresize-l .inline-btngroup .inputgroup {
      width: 100%;
    }

    .success-page {
      padding: 40px 20px 0 20px;
    }

    .success-page .title {
      font-size: 20px;
      margin: 24px auto 16px;
    }

    .success-page a {
      margin: 24px auto 0;
    }

    .item-img {
      margin-right: 16px;
    }
    .contact-btns {
      width: 20rem;
      margin-top: 2rem;
    }
  }

  @media (max-width:420px) {
    .innerresize-l .inline-btngroup .inputgroup {
      width: 100%;
    }

    .innerresize-l .inline-btngroup input {
      border: 1px solid #ccc;
    }
  }

  @media (max-width: 375px) {

    .imgContainer img,
    .upload-add {
      width: 98px;
      height: 98px;
    }

    .flex-center .item-img:last-child {
      margin-right: 0;
    }
  }

  @media (max-width: 320px) {

    .imgContainer img,
    .upload-add {
      width: 80px;
      height: 80px;
    }
  }

  .btn {
    color: #fff;
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: none;
    border-radius: 38px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    /* -webkit-tap-highlight-color:initial; */
  }


  /* .frame-adaption {
    padding-left: 40px !important;
    padding-right: 40px !important;
  } */
