.required-symbol {
  color: red;
}
.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #0093AA;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #0093AA !important;
  background-color: #0093AA;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #0093AA !important;
}
.layui-form-checkbox[lay-skin=primary] i {
  border-radius: 100%;
}
.layui-card-body {
  padding: 10px 15px;
}
html,
body {
  height: 100%;
  font-family: PingFangSC-Regular, PingFang SC;
}
body {
  font-size: 12px;
  background-color: #f0f2f5;
}
body a {
  text-decoration: none;
  color: inherit;
}
.file-width {
  width: 200px;
  min-height: 120px;
  height: auto;
}
#header {
  height: 100px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  font-family: 'PingFangSC-Regular, PingFang SC';
}
#header .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .left .logo {
  background-image: url("/imgs/login/logo_118x40.svg");
  width: 118px;
  height: 40px;
  background-size: 100% 100%;
}
#header .left .vertical-line {
  width: 1px;
  height: 26px;
  background-color: #DDDDDD;
  margin: 0 30px 0 30px;
}
#header .left .describe {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
#header .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .right .has-account {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
#header .right .direct-login {
  font-size: 16px;
  font-weight: 400;
  color: #0093AA;
}
#register {
  font-size: 14px;
  margin: 0px auto;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-top: 100px;
}
#register #add-form {
  width: 800px;
}
#register .tip {
  color: #aaa;
  margin-bottom: 0.5rem;
}
#register .layui-card-header {
  background: #F9FDFF;
  border-radius: 4px 4px 0px 0px;
  border: 1px solid #EEEEEE;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
#register input[type=text] {
  background: #F9FDFF;
  border-radius: 4px;
  border: 1px solid #E5EBF1;
}
#register input[type=text]::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #AAAAAA;
}
#register .layui-btn {
  background: #0093AA !important;
  border-radius: 4px;
  min-width: 48%;
}
#register .layui-form-label {
  display: none;
}
#register .layui-input-block {
  margin-left: 0;
  padding: 0 20px;
}
#register:has(#reg) {
  align-items: flex-start;
}
#register #reg {
  height: auto !important;
}
#register #reg .verify {
  position: absolute;
  top: 8px;
  right: 80px;
  border-left: 1px solid #DDDDDD;
  padding-left: 50px;
}
#register #reg .verify .get-verify-code.disabled {
  color: #ddd !important;
}
#register #reg .verify .get {
  color: #0093AA;
  font-weight: 550;
}
#register #reg .verify .reget {
  display: none;
}
#register #tip {
  width: 1200px;
  height: 40px;
  background-color: #E6F4FF;
  border: 1px solid #BAE0FF;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
#register #tip .text {
  color: rgba(0, 0, 0, 0.88);
}
#register .profession textarea,
#register .introduction textarea {
  resize: none;
}
#register #step1 .step1-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}
#register #step1 .step1-tip i {
  color: #0093AA;
}
#register #step1 .step1-tip div {
  text-indent: 0.5rem;
  font-size: 12px;
  font-weight: 400;
  color: #777777;
}
#register #step2 {
  margin-top: 1rem;
}
#register #step2 .layui-upload-drag {
  padding: 0;
}
#register #step2 .upload-ct {
  display: flex;
}
#register #step2 .upload-ct.photo .img-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
}
#register #step2 .choose-file {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 100px;
}
#register #step2 .choose-file.photo {
  width: 100px;
  height: 100px;
  cursor: pointer;
}
#register #step2 .choose-file.photo i {
  font-size: 50px;
  color: #009688;
}
#register #step2 .choose-file.id_card_1 {
  margin-right: 3rem;
}
#register #step2 .uploaded-file {
  position: relative;
  display: flex;
  display: none;
  margin-right: 3rem;
  gap: 20px;
}
#register #step2 .uploaded-file .files {
  display: flex;
  gap: 20px;
}
#register #step2 .uploaded-file .files .file {
  position: relative;
  display: flex;
}
#register #step2 .img-wrapper {
  position: relative;
  max-width: 160px;
  max-height: 100px;
}
#register #step2 img.uploaded-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 150px;
}
#register #step2 .certificates .layui-card-header {
  display: flex;
  justify-content: space-between;
}
#register #step2 .certificates .view-example {
  color: #4ba0fa;
}
#register #step2 .three-files {
  font-weight: bold;
}
#register #step2 .layui-upload-drag-muti {
  position: relative;
  padding: 0px;
  border: 1px dashed #e2e2e2;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  color: #999;
}
#register #step2 .layui-upload-drag-muti .layui-icon {
  font-size: 50px;
  color: #009688;
}
#register #step2 .step2-tip {
  display: flex;
  align-items: center;
}
#register #step2 .step2-tip a {
  color: #4ba0fa;
}
#register .btns {
  margin-top: 1rem;
  text-align: center;
  display: flex;
}
#register #approvaling {
  width: 1100px;
  height: 60px;
  background-color: #E6F4FF;
  border: 1px solid #BAE0FF;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 10px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0px auto;
  padding: 5px 10px;
}
#register #approvaling img {
  width: 20px;
  margin-top: -18px;
}
#register #approvaling .right .text {
  color: #0093AA;
  font-size: 15px;
  font-weight: bold;
}
#register #approvaling .right .stext {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
  font-size: 13px;
  margin-top: 5px;
}
#register #approval-failed {
  width: 1100px;
  height: 60px;
  background-color: #FFF1F0;
  border: 1px solid #FFA39E;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 10px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0px auto;
  padding: 10px;
}
#register #approval-failed img {
  width: 20px;
  margin-top: -45px;
}
#register #approval-failed .right .text {
  font-size: 15px;
  font-weight: bold;
}
#register #approval-failed .right .text a {
  color: #0093AA;
}
#register #approval-failed .right .stext {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
  font-size: 13px;
  margin-top: 5px;
}
#register #approval-canceled {
  width: 1100px;
  height: 60px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 10px;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0px auto;
  padding: 10px;
}
#register #approval-canceled img {
  width: 20px;
  margin-top: -25px;
}
#register #approval-canceled .right .text {
  font-size: 15px;
  font-weight: bold;
}
#register #approval-canceled .right .text a {
  color: #0093AA;
}
#register #approval-canceled .right .stext {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
  font-size: 13px;
  margin-top: 5px;
}
