.login_header {
  width: 100%;
  height: 125px;
  display: flex;
  overflow: hidden;
}
.login_header .logo_wrap {
  width: 1200px;
  height: 100%;
  background-image: url("../image/u181.png");
  background-repeat: no-repeat;
  background-size: 68px 73px;
  background-position: 0 center;
  padding-left: 78px;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_header .logo_wrap h1 {
  font-weight: 600;
  color: #333333;
}
.login_header .logo_wrap .logo_des {
  font-size: 12px;
  color: #333333;
  margin-top: 13px;
}
.register_content {
  width: 100%;
  min-height: 600px;
  height: calc(100vh - 195px);
  background: #F9F9F9;
  padding: 20px 0;
  box-sizing: border-box;
}
.register_wrap {
  width: 1200px;
  height: 100%;
  margin: auto;
  background: #fff;
}
.register_wrap .register_title {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #262626;
  font-weight: 600;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #DDDDDD;
}
.register_title span {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
.register_title a {
  color: #318BE7;
}
.register_wrap input {
  font-size: 14px;
  color: #333;
}
.register_wrap .layui-input-block {
  margin-left: 120px;
}
.register_wrap .layui-form-label {
  text-align: left;
  width: 90px;
}
.register_wrap input::placeholder {
  color: #ccc;
}
.layui-input-block .verification_code {
  width: 102px;
  height: 38px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
}
.layui-input-block .verification_input {
  width: calc(100% - 122px);
}
.checkbox_item {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 3px;
}
.checkbox_item img {
  width: 100%;
  height: 100%;
}
.layui-form-item input:focus {
  border-color: #318be7 !important;
}
.layui-input-block .register_button {
  width: 160px;
  height: 44px;
  color: #fff;
  background: #0B67C5;
  margin: 50px auto 0;
}
.layui-input-block .register_button:hover {
  background: #3c97f4;
}
.register_wrap .layui-form .layui-form-label {
  font-size: 14px;
  color: #262626;
}