.el-button:focus,
.el-button:hover {
  background: var(--base-color);
  opacity: 0.8;
  transition: all 0.3s;
  border-color: var(--base-color);
}
.el-button {
  border-radius: 8px;
}
.container.body {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 0px 11px -2px rgba(55, 84, 106, 0.05);
}
.container.body .white-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.container.body .white-box .top-img {
  width: 304px;
  display: block;
  margin-bottom: 60px;
}
.container.body .white-box .info .title {
  font-size: 18px;
  text-align: center;
}
.container.body .white-box .info .hint {
  font-size: 14px;
  color: #808080;
  text-align: center;
  padding-top: 8px;
}
.container.body .white-box .form {
  width: 450px;
  max-width: 100%;
}
.container.body .white-box .form .flex {
  display: flex;
  align-items: center;
}
.container.body .white-box .form .form-item {
  margin-top: 20px;
}
.container.body .white-box .form .form-item.code {
  flex: 1;
  margin-left: 10px;
}
.container.body .white-box .form .form-item.cate {
  width: 188px;
}
.container.body .white-box .form .form-item .label {
  font-size: 14px;
  color: #252525;
  padding-bottom: 8px;
}
.container.body .white-box .form .form-item .form-input {
  border-radius: 8px;
  background: #f7f7f7;
  font-size: 14px;
  padding: 5px;
  height: 40px;
  box-sizing: border-box;
}
.container.body .white-box .form .form-item .form-input input,
.container.body .white-box .form .form-item .form-input select {
  width: 100%;
  outline: none;
  border: none;
  font-size: 14px;
  background: transparent;
  height: 100%;
  padding-left: 5px;
}
.container.body .white-box .form .form-item .form-input .c-img {
  border-radius: 10px;
  background: #ffffff;
  padding: 2px 12px;
  height: 28px;
  overflow: hidden;
}
.container.body .white-box .form .form-item .form-input .c-img img {
  height: 36px;
}
.container.body .white-box .form .line {
  text-align: right;
  margin-bottom: 26px;
}
.container.body .white-box .form .line .reload-verify {
  color: var(--base-color);
  font-size: 14px;
  margin-top: 10px;
}
.appBox.dark .container.body {
  background: #192736;
}
.appBox.dark .container.body .white-box .info .title,
.appBox.dark .container.body .white-box .info .hint {
  color: #FFF;
}
.appBox.dark .container.body .form .form-item .label {
  color: #FFF;
}
.appBox.dark .container.body .form .form-item .form-input {
  background: rgba(247, 247, 247, 0.05);
  color: #FFF;
}
.appBox.dark .container.body .form .form-item .form-input option {
  color: rgba(37, 37, 37);
}
@media screen and (max-width: 1200px) {
  .container.body {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .container.body .white-box {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .container.body {
    margin: 15px auto;
  }
  .container.body .white-box .form .flex.big-flex {
    display: block;
  }
  .container.body .white-box .form .flex.big-flex .form-item.code {
    margin-left: 0;
  }
  .container.body .white-box .form .flex.big-flex .form-item.cate {
    width: 100%;
  }
}
/*# sourceMappingURL=tougao.css.map */