@import "global.css";
.main-container {
  background: url("../images/register-bg.png") repeat-y center top;
  background-size: 100% auto;
  padding: 87px 0 130px;
}

.register-card {
  box-sizing: border-box;
  padding: 0 48px 108px;
  background: #FFFFFF;
}
.register-card h1 {
  height: 240px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 40px;
  color: #2B75D0;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 65px;
}
.register-card h1:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(270deg, rgba(43, 117, 208, 0) 0%, #2B75D0 51%, rgba(43, 117, 208, 0) 100%);
}

.register-form {
  box-sizing: border-box;
  padding: 112px 300px 0;
}
.register-form h4 {
  box-sizing: border-box;
  padding-left: 17px;
  font-size: 26px;
  color: #2B75D0;
  font-weight: bold;
  position: relative;
  margin-bottom: 60px;
}
.register-form h4:after {
  content: "";
  width: 4px;
  height: 17px;
  display: inline-block;
  position: absolute;
  background: #2b75d0;
  border-radius: 60px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.register-form .layui-form-label {
  color: #333333;
  font-size: 18px;
  width: 100px;
  white-space: nowrap;
  line-height: 29px;
}
.register-form .layui-form-label span {
  color: #DD1818;
}
.register-form .layui-form-item {
  margin-bottom: 40px;
}
.register-form .large-input {
  width: 401px;
}
.register-form .classification-block .layui-form-select {
  width: 422px;
}
.register-form .classification-block .layui-input {
  width: 401px;
}
.register-form .submitBtn {
  width: 152px;
  height: 54px;
  border: none;
  background-color: #2b75d0;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.2);
}

.layui-form-select dl dd.layui-this {
  background: #2B75D0;
}

.uploadCredentials {
  width: 184px;
  height: 184px;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 2px;
  background: transparent;
  font-size: 16px;
  color: #D1D1D1;
  cursor: pointer;
}
.uploadCredentials .icon-xinzeng {
  display: block;
  font-size: 60px;
  font-weight: 100;
  color: #D1D1D1;
  margin-bottom: 4px;
}

.layui-input, .layui-select {
  height: 47px;
  font-size: 16px;
}

.layui-textarea {
  font-size: 16px;
  padding: 13px 10px;
}

.statement {
  text-align: center;
}
.statement a {
  color: #2B75D0;
  display: inline-block;
  position: relative;
  top: 7px;
}
.statement span {
  padding-right: 0 !important;
}
.statement .layui-form-checked[lay-skin=primary] i {
  border-color: #2b75d0 !important;
  background-color: #2b75d0;
}

.verificationCode1 {
  padding: 0 !important;
}
.verificationCode1 img {
  width: 104px;
  height: 47px;
}

.layui-upload-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.layui-upload-list p {
  width: 240px;
  height: 174px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  margin-right: 24px;
  position: relative;
}
.layui-upload-list p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.layui-upload-list p .icon-shanchu {
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  z-index: 1;
}

.qualification {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 80px);
}

.submittedSuc {
  text-align: center;
  box-sizing: border-box;
  padding: 26px;
  display: none;
}
.submittedSuc p {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  margin: 16px 0 52px;
}
.submittedSuc a {
  display: inline-block;
  width: 152px;
  height: 54px;
  background-color: #2B75D0;
  box-shadow: 0 4px 10px 0 rgba(43, 117, 208, 0.2);
  font-size: 18px;
  line-height: 54px;
  color: #FFFFFF;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i {
  color: #2B75D0 !important;
}
