
.main-content{
  background-color: #CCDEFF;
  position: relative;
  /* z-index: 1; */
}

.innerresize-box {
  max-width: calc(100% - 4.8958vw * 2);
  margin: 0 auto;
}

.innerresize-box .s-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.innerresize-des {
  max-width: 630px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 48px auto;
  line-height: 24px;
}

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

.innerresize-body p {
  margin-bottom: 20px;
}

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

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

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

.innerresize-l ul li {
  margin-bottom: 24px;
  position: relative;
}
.innerresize-l ul li:last-child{
  margin:0
}
.inputgroup {
  position: relative;
}
.inputgroup:after{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  height:calc(var(--height) - var(--border-width) * 2);
  background: #fff;
  z-index: 0;
  border-radius: 0.8333vw 0 0 0.8333vw;
}
.clear-security {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  z-index: 3;
  display: none;
  cursor: pointer;
  padding: 10px;
  width: 40px;
}
.innerresize-l ul input {
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 56px;
  padding-left: 0;
}

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

/* input.error-tips,select.error-tips,textarea.error-tips {
  border-bottom: 1px solid #c92828 !important;
  margin-top:0;
} */

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

.innerresize-l ul textarea {
  width: 100%;
  height: 96px;
  line-height: 24px;
  border-radius: 2px;
  padding-left: 0;
  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 {
  width: 100%;
  overflow: hidden;
  margin: 24px auto 0 auto;
}

.innerresize-l .inline-btngroup .inputgroup{
  width: calc(100% - 13vw);
  float: left;
  margin: 0 auto;
}
.innerresize-l .inline-btngroup input{
  width: 100%;
  background: #fff;
  padding-right: 45px;
  /* border-right: 0; */
}

.innerresize-l .inline-btngroup .btn, .security-btns {
  float: left;
  width: 13vw;
  margin-top:0;
  min-width: auto;
  border-radius: 0 0.8333vw 0.8333vw 0;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.security-btns {
  /* margin-left: 12px; */
  position: relative;
  
}
.security-btns .btn {
  font-size: 2.0833vw;
  color:#fff;
}
.tips-form li{
  position: relative;
}
.tips-form .btn {
  background-color: var(--theme-color);
}

.tips-form li .s-tips{
  top:12px;
  position: absolute;
  z-index: 1;
  color:#666;
  left: 0;
  max-width: calc(100% - 32px);
  width: 100%;
  background-color: #fff;
}
.tips-form li.focus .s-tips{
  top: -4px;
  z-index:3;
  font-size: 16px;
}
.security-code .tips-form li .s-tips{
  background-color: transparent;
}
.security-code .tips-form li.focus .s-tips{
  top: -1px;
}
.security-code.focus input {
  background: #fff;
}
.security-btns .btn{
  height: var(--height);
  line-height: var(--height);
  text-transform: uppercase;
}
.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;
  padding-top: 0;
  border-bottom:1px solid #ccc;

  font-size: 16px;
}

.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 .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;
}

/*--- verify Product ---*/
.security-code {
  /* --height: 77px; */
  --height: 4.01042vw;
}
.security-page .innerresize-l {
  max-width: 43.75vw;
  margin: 0 auto;
}
.security-page .inner-title {
  font-size: 4.1667vw;
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: 3.125vw;
  font-weight: 600;
}
.security-page .innerresize-des {
  margin-bottom: 4.1666vw;
  font-size: 1.6667vw;
  max-width: 43.75vw;
  line-height: 1.2;
  color: #585858;
}

.verify-tutorials {
  margin-top: 12.8125vw;
}
.verify-tutorials .row {
  width: 33.3333%;
}
.verify-tutorials {
  --block-gap: 2.5vw;
}
.verify-tutorials .row p {
  text-align: center;
  font-weight: 500;
  font-size: 1.4583vw;;
  margin-top: 1.4583vw;
}
.verify-tutorials .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 60px;
  gap: var(--block-gap);
}
.verify-tutorials .row img {
  width: 100%;
  border: var(--border-width) solid var(--theme-color);
}
.innerresize-l .inline-btngroup input.input-verify {
  height: var(--height);
  border: var(--border-width) solid var(--theme-color);
  border-radius: 0.8333vw 0 0  0.8333vw;
  font-size: 1.6667vw;
}
.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: 500;
  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;
}

.input-verify{
  border: 1px solid #ccc;
  padding-left: 16px !important;
}
.security-code .tips-form li .s-tips{
  left: 16px;
}
/*  */
.input-upload{
  width: 100px;
  height: 100px;
  border-radius: 12px;
  border: 1px dashed #CCCCCC;
  font-size: 30px;
  display: flex;
  color:#CCCCCC;
  cursor: pointer;
  position: relative;
}
.input-upload::after{
  content: "+";
  left:0;
  right:0;
  top:0;
  bottom: 0;
  margin:auto;
}
.mad-eyes-upload-file{
  width: 100%;
  height: 100% !important;
  background-color: #ccc;
  position: absolute !important;
  left:0;
  right:0;
  top:0;
  bottom: 0;
  margin: auto;
  display: block;
  opacity: 0;
}
.input-upload-title{
  height: 100%;
  color: #666;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.input-upload-desc{
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #bbb;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-top: 0.208vw;
}
.layui-upload {
  margin-bottom: 32px;
  font-size: 0;
}
.imgContainer{
  display: inline-block;
  height: inherit;
}
.upload-add {
  border: 1px dashed #ccc;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  cursor: pointer;
  line-height: 100px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.upload-add i {
  font-size: 25px;
  line-height: 90px;
  display: block;
  color: #ccc;
  text-align: center;
  position: absolute;
  left:0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.imgContainer img {
  width: 100px;
  height: 100px;
}
.imgContainer video {
  width: 100px;
  height: 100px;
  object-fit: cover;
  vertical-align: middle;
}
.item-img {
  margin-right: 24px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.imgContainer .delete-img {
  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 .delete-img i {
  color: #fff;
  font-size: 8px;
  display: block;
  text-align: center;
  right: 5px;
  top:8px;
}

.security-intro-video{
  width: 100%;
  max-width: 1060px;
  margin: 120px auto 0;
  height: auto;
}
.security-intro-video video{
  margin-top: 60px;
  margin-bottom: 120px;
  width: 100%;
  height: auto;
}

.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;
}
@media (max-width: 1024px) {
  .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), (orientation:portrait) {
  .innerresize-box {
    max-width: calc(100% - 14.8743vw * 2);
  }
  .innerresize-body > div {
    display: block;
    width: 100%;
    padding: 0
  }

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

  .innerresize-l ul{
    width: 100%;
  }
  .innerresize-l .inline-btngroup .inputgroup{
    float: none;
  }
  .security-btns {
    float: none;
    width: 100%;
    margin: 12px auto 0 auto;
  }
  /* .security-btn {
    width: 100%!important;
  } */
  .innerresize-r {
    padding-top: 48px !important;
  }
  .innerresize-des{
    margin-bottom: 32px;
  }
  .innerresize-r ul{
    float: none;
    max-width: 100%;
    margin-bottom: -20px;
  }

  
  .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;
  }
  .security-intro-video video{
    margin-top: 30px;
    margin-bottom: 90px;
  }
}
@media (max-width: 828px), (orientation:portrait){
  .security-page .inner-title {
    font-size: 6.2802vw;
    margin-bottom: 16px;
  }
  /* .innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
  } */
  .security-page .innerresize-des {
    font-size: 3.8647vw;
    margin-bottom: 36px;
    max-width: 80vw;
  }
  .security-page .innerresize-l {
    max-width: 100%;
  }
  .security-code {
    --height: 46px;
  }
  
  .innerresize-l .inline-btngroup .btn {
    padding: 0 24px;
  }
  .innerresize-l .inline-btngroup .btn, .security-btns {
    width: auto;
    font-size: 16px;;
    border-radius: 8px;
    font-weight: 500;
    display: flex;
  }
  .security-btns {
    width: max-content;
  }
  .innerresize-l .inline-btngroup input{
    border: 1px solid #ccc;
  }
  .innerresize-l .inline-btngroup input.input-verify, .inputgroup:after {
    height: 48px;
    border-radius: 8px !important;
    font-size: 16px;
  }
  
}
@media (max-width: 440px) {
  .innerresize-l .inline-btngroup .inputgroup{
    width: 100%;
  }
}