.online-maintenance .font-regular-14 {
  font-size: 14px;
}
.online-maintenance .font-regular-16 {
  font-size: 16px;
  line-height: 28px;
}
.online-maintenance .font-regular-18 {
  font-size: 18px;
}
.online-maintenance .font-medium-16 {
  font-size: 16px;
}
.online-maintenance .font-bold-16 {
  font-size: 16px;
  font-family: roboto-bold;
}
.online-maintenance .font-bold-18 {
  font-size: 18px;
  font-family: roboto-bold;
}
.online-maintenance .font-bold-20 {
  font-size: 20px;
  font-family: roboto-bold;
}
.online-maintenance .font-bold-22 {
  font-size: 22px;
  font-family: roboto-bold;
}
.online-maintenance .font-bold-36 {
  font-size: 36px;
  line-height: 48px;
  font-family: roboto-bold;
}
.online-maintenance .font-bold-48 {
  font-size: 48px;
  font-family: roboto-bold;
}
.online-maintenance .font-bold-52 {
  font-size: 52px;
  font-family: roboto-bold;
}
.online-maintenance .font-bold-80 {
  font-size: 80px;
  font-family: roboto-bold;
}
.online-maintenance {
  max-width: 1040px;
  padding: 0 20px;
  margin: 150px auto;
}
.online-maintenance .require-icon {
  color: #E90000;
}
.online-maintenance label {
  font-size: 1.15rem /* 22/19.2 */;
  line-height: 1.56rem /* 30/19.2 */;
  font-family: 'Roboto-Medium';
}

.online-maintenance .form-control {
  border: 1px solid #d5dae1;
  color: #333f51;
  background: #fff;
  height: 3.18rem;
}
.online-maintenance .form-control:focus {
  border-color: #00ce7a;
}

.online-maintenance .desc {
  color: #969696;
  text-align: center;
  max-width: 850px;
  margin: 40px auto 100px;
  line-height: 1.8;
}

.online-maintenance .self-check-link {
  text-decoration: none;
  color: inherit;
  text-align: center;
  position: relative;
  flex: 1;
}
.online-maintenance .self-check-link:hover {
  text-decoration: none;
}

.self-check-item {
  position: relative;
  flex: 1;
}

.online-maintenance .divider-line {
  height: 90%;
  width: 1px;
  background: #eee;
  position: absolute;
  right: 0;
}

.self-check-img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.self-check-link .active-img {
  display: none;
}

/* 当鼠标悬停在链接上时，切换图片 */
.self-check-link:hover .default-img {
  display: none;
}

.self-check-link:hover .active-img {
  display: block;
}

.self-check-text {
  transition: color 0.3s ease;
  color: #5c5c5c;
}

.self-check-link:hover .self-check-img {
  content: attr(data-active_img);
}

.self-check-link:hover .self-check-text {
  color: #00ce7a;
}

.form {
  margin: 150px auto 100px;
}
.form .submit {
  width: 360px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin: 90px auto 0;
  border-radius: 30px;
  background: #00ce7a;
  border: none;
  padding: 0;
  position: relative;
}
.form button:disabled{
  padding-left: 20px;
  background: rgba(0, 206, 122, .6);
}
.form button:disabled:before {
  content: '';
  position: absolute;
  left: 124px;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-bottom-color: #ccc;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.delete-btn {
  position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 18px;
    cursor: pointer;
    z-index: 89;
    background: #ccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form button:hover {
  background: #00ce7a;
}
.form .format {
  color: #00ce7a;
}
.form .desc {
  margin-top: 40px;
}
.bottom {
  margin: 200px auto 250px;
  gap: 60px;
}
.upload-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.upload-box {
  width: 180px;
  height: 100px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.box-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

label.box-content {
  margin: 0;
}

.box-content::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #eee;
}

.box-content::after {
  content: '';
  position: absolute;
  height: 30px;
  width: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #eee;
}

.box-content img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  z-index: 77;
  cursor: pointer;
  border: none;
}
.bottom a {
  font-size: 16px;
  color: #969696;
  border-bottom: 1px solid #969696;
  padding-bottom: 5px;
}

.bottom a:hover {
  color: #000;
  color: #00ce7a;
  text-decoration: none;
  border-color: #00ce7a;
}

@media screen and (max-width: 850px) {
  .online-maintenance {
    margin: 50px auto;
  }
  .online-maintenance .desc {
    margin: 10px auto 40px;
  }
  .online-maintenance .font-bold-52 {
    font-size: 24px;
    line-height: normal;
  }
  .online-maintenance .self-check-list {
    flex-wrap: wrap;
  }
  .online-maintenance .self-check-list .self-check-item {
    width: 28%;
    margin-bottom: 40px;
    flex: unset;
  }
  .online-maintenance .divider-line {
    display: none;
  }
  .online-maintenance .form {
    margin-top: 50px;
  }
  .online-maintenance .form .submit {
    margin-top: 50px;
  }
  .online-maintenance .bottom {
    margin: 100px auto;
  }
  .online-maintenance label {
    font-size: 14px;
  }
  .online-maintenance .upload-box {
    width: 50px;
    height: 50px;
  }
}