:root{
  --form-padding:21px;
  --hover-color:#F04646;
  --font-weight: 700;
  --max-height: calc(100vh - 70px);
}
.main-content{
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.security-page{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.inner-pagebox{
   padding-bottom: 48px;
}
.innerresize-box {
  max-width: 1024px;
  margin: 0 auto;
}
.off-stamp-innerresize{
  width: 100%;
  max-width: 100%;
  padding: 10vh 0;
  height: auto;
  background: rgba(200,190,180,0.28);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.off-stamp-verify{
  width: 100%;
}
.tips-form .btn{
  width: 100%;
  margin-top: 72px;
}
.innerresize-box .s-title {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.innerresize-box .s-title-secord{
  margin-top: 35px;
}
.innerresize-des {
  max-width: 630px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto 48px auto;
}
.innerresize-des p{
  font-size: 16px;
  line-height: 1.3;
}
.innerresize-body {
  display: block;
  margin: 0 auto
}

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

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

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

.innerresize-l ul li {
  margin-bottom: 16px;
  position: relative;
}
.innerresize-l ul li:last-child{
  margin:0
}
.innerresize-l-tip{
  padding-top: 50px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.inputgroup {
  position: relative;
}
.inputgroup:after{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0;
  right: 0;
  height:48px;
  z-index: 0;
}
.clear-security {
  display: block;
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: 3;
  display: none;
  cursor: pointer;
  padding: 10px;
}
.innerresize-l ul input {
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
  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: 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 .inline-btngroup input{
  width: 100%;
  /* border-right: 0; */
}
/* 上传文件 */
.input-upload-title {
  height: 100%;
  color: #222;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 500;
  padding-top: 10px;
}
/*  */
.security-intro-arrow{
  width: 24px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.security-btns {
  margin-left: 12px;
  position: relative;
}
.off-stamp-innerresize .security-btns{
  width: 100%;
  margin-left: 0px;
  margin-top: 20px;
  height: 52px;
  border-radius: 7px;
  background-color: var(--hover-color);
}
.tips-form li{
  position: relative;
}

.tips-form li .s-tips{
  top:12px;
  left: 21px;
  position: absolute;
  z-index: 1;
  color:#999;
  width: 100%;
  max-width: calc(100% - 26px);
  background-color: #fff;
}
.off-stamp-verify .tips-form li .s-tips{
  background-color: transparent;
}

.tips-form li.focus .s-tips{
  top: 1px;
  z-index:3;
  font-size: 12px;
}

.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-left: var(--form-padding);
  padding-top: 18px;
  border:1px solid #000;
  border-radius: 7px;
  font-size: 14px;
}
.security-icon {
  color: #F04646!important;
  font-size: 22px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.security-code {
  position: relative;
}
.help-tips {
  display: none;
  top: 40px;
  max-width: 520px;
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.14);
  border: 1px solid #EBEEF5;
  padding: 40px 32px 32px;
  z-index: 9;
  position: absolute;
  border-radius: 8px;
}
.help-arrow {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: -7px; 
  left: 427px;
  border-left: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  z-index: 10;
}
.help-tips .icon-close {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
  display: block!important;
  font-size: 18px;
}
.help-tips .help-title {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.help-tips .help-desc {
  margin-top: 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.help-tips .help-img {
  margin-top: 22px;
  width: 100%;
}
.help-tips .help-img img{
  width: 100%;
  display: block;
  height: auto;
}
.off-stamp-input-box{
  background: transparent;
  border: 1px solid #000;
}
.off-stamp-inputgroup{
  background-color: transparent;
}
.off-stamp-innerresize .btn {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.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;
}

.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: var(--hover-color);
  border-radius: 6px;
  display: block;
  color: #fff;
  margin: 40px auto 0;
  font-size: 15px;
  font-weight: 500;
}

.success-page .btn:hover{
  color: #000;
}
.success-page{
  padding-bottom: 80px;
}

/*--- verify Product ---*/
.security-page .innerresize-l {
  max-width: 530px;
  margin: 0 auto;
}
.security-page .innerresize-des {
  margin-bottom: 56px;
}
.tips-box {
  font-size: 14px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.02);
  color: #333;
  margin-top: 20px!important;
  padding-left: 46px;
  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 {
  font-size: 14px;
  color: #D50000;
}
.tips-box .time {
  font-weight: bold;
  font-size: 16px;
}
.security-intro {
  max-width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 76px;
  padding-bottom: 80px;
}
.security-intro i {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 12px;
}
.security-intro p {
  font-size: 2vw;
  font-weight: var(--font-weight);
  margin-bottom: 32px;
  text-align: center;
}
.video-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.tips-intro {
  margin-bottom: 32px;
  font-size: 16px;
  text-align: center;
}
.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;
}
.contact-title{
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 2px;
}
.contact-title:last-of-type{
  margin-top: 27px;
}
/*  */
.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: #222;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.input-upload-desc{
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #999999;
  line-height: 1.2;
  margin-bottom: 16px;
}
.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;
}
@media (max-width: 1024px) {
  .frame-adaption {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .help-tips .icon-close {
    transform: translateY(0)!important;
  }
}

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

  .innerresize-r ul{
    max-width: 100%;
  }
}
@media (max-width:767px) {
  .innerresize-body > div {
    display: block;
    width: 100%;
    padding: 0
  }
  .contact-title{
    font-size: 20px;
  }
  .innerresize-l{
    border-right: 0;
  }

  .innerresize-l ul{
    width: 100%;
  }
  .security-btns {
    float: none;
    width: 100%;
    margin: 24px auto 0 auto;
  }
  .security-intro-arrow{
    width: 25px;
    margin-top: 10px;
  }
  .off-stamp-innerresize{
    padding: 48px 0;
  }
  .off-stamp-innerresize .security-btns{
    height: 48px;
    margin-top: 10px;
  }
  .security-btn {
    width: 100%!important;
  }
  .innerresize-r {
    padding-top: 48px !important;
  }
  .innerresize-des{
    margin-bottom: 32px;
  }
  .security-page .innerresize-des {
    margin-bottom: 59px;
  }
  .off-stamp-innerresize .btn{
    margin-top: 10px;
  }
  .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 {
    padding: 45px 20px;
  }
  .tips-intro {
    padding-bottom: 20px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
  }
  .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: 28px;
    margin-bottom: 0px;
  }
  .help-tips {
    padding: 32px 24px;
  }
}
@media (max-width:414px) {
  .help-tips {
    top: 59px;
  }
  .help-arrow {
    left: 86px;
  }
}
