/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/form.css ***!
  \**************************************************************************************************************/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input:-webkit-autofill {
  background-color: transparent !important;
  color: inherit !important;
}
.innerresize-box {
  max-width: 1024px;
  margin: 0 auto;
}
.tips{
  font-weight:600;
}
.innerresize-box .s-title {
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 32px;
}
.innerresize-box .s-title:first-child{
  margin-top: 0;
}

.innerresize-des {
  text-align: center;
  font-size: 18px;
  color:#787878;
  margin: 0 auto;
  line-height: 24px;
  font-weight:600;
}

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

.innerresize-body p.label {
  margin-top: 32px;
  margin-bottom: 16px;
}

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

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

.innerresize-l ul {
  width: 100%;
  font-size:18px;
}

.innerresize-l ul li {
  margin-bottom: 20px;
  position: relative;
}
.innerresize-l ul li:last-child{
  margin:0
}
.inputgroup {
  position: relative;
  border-radius: 12px;
}
.inputgroup input,.inputgroup select{
  width: 100%;
  padding-left: 18px;
}
.inline-group{
  display:flex;
}
.inline-group .inputgroup {
  width: 50%;
}
.inline-group .inputgroup:first-child {
  margin-right:20px;
}
.clear-security {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: none;
  cursor: pointer;
  padding: 10px;
}
.innerresize-l ul input {
  position: relative;
  background: transparent;
  z-index: 2;
}

.innerresize-l ul select {
  -webkit-appearance:none;
  padding-left:16px;
  position: relative;
  background: transparent;
  z-index: 2;
}

input.error-tips,select.error-tips,textarea.error-tips {
  background:#FEF5F5 !important;
  margin-top:0;
  color:#222; 
}

/*input.error-tips ~ .s-tips {*/
  /*top:2px !important;*/
  /*font-size: 12px;*/
/*}*/

.innerresize-l ul textarea {
  width: 100%;
  height: 96px;
  line-height: 24px;
  padding-left: 16px;
  resize: vertical;
  background: transparent;
}

.innerresize-l .searchable-select-holder {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  color: #757575;
  padding:0 0 0 16px;
  box-shadow: none;
}

.innerresize-l .searchable-select-dropdown{
  top: 47px;
  padding: 8px;
  border: 1px solid #e5e5e5;
}

.searchable-select .icon-arrow-down {
  position: absolute;
  right: 18px;
  top: 18px;
  color: #757575;
}

.innerresize-l .searchable-select-input{
  height: 36px;
  line-height: 36px;
}

.innerresize-l .searchable-select-item{
  padding:8px;
  transition:none;
}

.innerresize-l .btn,.tips-form .btn{
  width: 164px;
  height: 48px;
  overflow: hidden;
  margin: 60px auto 0 auto;
  font-size:18px;
  background:#B0EB36;
  border:0;
  border-radius: 30px;
  color:#000;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .25px;
}

.innerresize-l .btn:hover,.tips-form .btn:hover{
  background: #B6F338;
}
.innerresize-l .inline-btngroup .inputgroup{
  width: calc(100% - 132px);
  float: left;
}
.innerresize-l .inline-btngroup input{
  width: 100%;
}

.innerresize-l .inline-btngroup .btn, .security-btns {
  float: left;
  width: 120px;
  margin-top:0;
  border-radius: 0 2px 2px 0;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.security-btns {
  margin-left: 12px;
  position: relative;
}
.tips-form li{
  position: relative;
}
.tips-form a {
  color:#B0EB36;
  text-decoration: underline;
}

.tips-form .s-tips{
  top:14px;
  position: absolute;
  z-index: 2;
  color:#BABABA;
  font-size:18px;
  left:18px;
  max-width: calc(100% - 32px);
}

.tips-form .focus > .s-tips,.tips-form .active .s-tips{
  top: 4px;
  z-index:3;
  font-size: 14px;
  line-height: 16px;
}

.tips-form .icon-arrow-down {
  position: absolute;
  right: 12px;
  top:16px;
  color: var(--color-placeholder);
  z-index: 2;
}
.tips-form .countrylist{
  color:#000
}

.tips-form li input,.tips-form li select,.tips-form li textarea{
  position: relative;
  z-index: 1;
  padding-top: 22px;
  font-size: 18px;
  line-height: 22px;
  background: #f8f8f8;
  border-radius: 12px;
  padding-bottom: 6px;
  letter-spacing: .25px;
}
.tips-form li select {
  mix-blend-mode: darken;
  z-index: 2;
}
.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-2{
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.success-page {
  text-align: center;
  margin-top: 120px;
}
.success-page .des{
  font-size:18px;
}
.success-page .icon-check {
  font-size: 52px;
  color: #059922;
}
.success-page .title {
  font-size: 36px;
  line-height: 1;
  margin: 40px auto 20px;
  text-transform: none; 
}
.success-page a {
  width: 160px;
  height: 48px;
  line-height: 48px;
  background: #121212;
  font-weight:600;
  display: block;
  color: #fff;
  margin: 40px auto 0;
  font-size: 15px;
  font-weight: 500;
}

/*--- verify Product ---*/
.security-page .innerresize-l {
  max-width: 530px;
  margin: 0 auto;
}
.security-page .innerresize-des {
  margin-bottom: 22px;
}
.tips-box {
  font-size: 14px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.02);
  color: #333;
  margin-top: 20px!important;
  padding-left: 56px;
  position: relative;
}
.tips-box .icon-error {
  color: #D50000;
}
.tips-box .icon-check {
  color: #008811;
}
.tips-box .icon-warning {
  color: #FFAA00;
}
.tips-box i {
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 24px;
}
.tips-box p {
  margin-bottom: 0;
}
.tips-box span {
  display: block;
}
.tips-box .text-green {
  color: #008811;
}
.tips-box .text-warning {
  color: #FFAA00;
}
.tips-box .red {
  color: #D50000;
}
.tips-box .time {
  font-weight: bold;
  font-size: 16px;
}
.security-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 76px;
}
.security-intro i {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 12px;
}
.security-intro p {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 2px;
}
.video-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.tips-intro {
  margin-bottom: 32px;
  font-size: 14px;
}
.video-box video,
.video-box img {
  width: 100%;
}
.video-box img {
  border: 1px solid #f2f2f2;
}
.tips-box .contact-us {
    text-decoration: underline;
}
.frame-adaption {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.upload-btn {
  background: #fff;
  border: 2px dashed #787878;
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  cursor: pointer;
  line-height: 160px;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.upload-btn i {
  font-size: 26px;
  color: #ccc;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.uploaded-img {
  width: 160px;
  height: 160px;
  position: relative;
  border: 1px solid var(--theme-color);
}
.uploaded-img img {
  width: 100%;
  height: 100%;
}
.uploaded-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uploaded-img .delete-btn {
    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;
}
.uploaded-img .delete-btn i {
  color: #fff;
  font-size: 8px;
}
@media (max-width: 1200px) {
  .frame-adaption {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

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

  .innerresize-r ul{
    max-width: 100%;
  }
}
@media (max-width:828px) {
  .innerresize-body > div {
    display: block;
    width: 100%;
    padding: 0
  }
  .innerresize-body {
    margin-top: 30px;
  }
  .innerresize-l{
    border-right: 0;
    margin-top:30px;
  }

  .innerresize-l ul{
    font-size:16px;
  }
  .innerresize-l .inline-btngroup .inputgroup{
    float: none;
  }
  .tips-form li input, .tips-form li select, .tips-form li textarea {
    font-size: 16px;
    line-height: 20px;
  }

  .tips-form .focus > .s-tips, .tips-form .active .s-tips {
      font-size: 12px;
  }
  .security-btns {
    float: none;
    width: 100%;
    margin: 24px auto 0 auto;
  }
  .security-btn {
    width: 100%!important;
  }
  .innerresize-r {
    padding-top: 48px !important;
  }
  .innerresize-des{
    font-size:16px;
    margin-bottom: 32px;
  }
  .innerresize-r ul{
    float: none;
    max-width: 100%;
    margin-bottom: -20px;
  }
  
  .innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
  }
  .innerresize-l .btn, .tips-form .btn{
    margin:40px auto 0 auto;
    height:44px;
    font-size:16px;
  }
  .tips-form .s-tips {
    font-size:16px;
  }
  .success-page {
    padding: 40px 20px 0 20px;
    margin-bottom: 120px;
    margin-top: 72px;
  }
  .success-page .title {
    font-size: 20px;
    margin: 24px auto 16px;
  }
  .success-page a {
    margin: 24px auto 0;
  }
  .frame-adaption {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /*--- verify Product ---*/
  .security-intro {
    margin-top: 48px;
  }
  .tips-intro {
    margin-bottom: 20px;
  }
  .tips-box {
    padding: 16px !important;
    padding-left: 52px!important;
  }
  .tips-box i {
    top: 18px;
    left: 16px;
  }
  .video-box {
    width: initial;
  }
  .security-intro p {
    font-size: 16px;
  }
}
@media (max-width:420px) {
  .innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
  }
  .innerresize-l .inline-btngroup input{
    border: 1px solid #ccc;
  }
}

