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

.innerresize-box .s-title {
  font-size: 16px;
  margin-bottom: 12px;
}

.innerresize-body .innerresize-l {
  margin:0 auto;
  width: 530px;
}

.innerresize-l ul li {
  margin-bottom: 20px;
  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:48px;
  background: #fff;
  z-index: 0;
}
.innerresize-l ul input,
.innerresize-l ul select,
.innerresize-l ul textarea {
  position: relative;
  background: transparent;
  z-index: 2;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  padding-left: 16px;
}

.innerresize-l ul select {
  -webkit-appearance:none;
}

.innerresize-l ul textarea {
  height: 96px;
  line-height: 24px;
  resize: vertical;
}
.innerresize-l .btn {
  width: 130px;
  margin: 24px auto 0;
  display: block;
  border-radius: 5px;
}
.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;
  padding-top: 1px;
  width: 100%;
  background-color: #fff;
}

.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: 12px;
  border:1px solid #ccc;
  font-size: 14px;
}
.tips-form li textarea {
  padding-top: 16px;
}
.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;
}
.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: 20px;
    color: #ccc;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tips-des {
  font-weight: 400;
  display: block;
  color: #999;
  font-size: 13px;
  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;
}


@media (max-width:767px) {
  .innerresize-body .innerresize-l {
    width: 100%;
  }
  .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;
  }
  .item-img {
    margin-right: 16px;
  }
}
@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;
  }
}
