
.logon_icon {
  width: 449px;
  height: 259px;
}
.logon_form {
  padding: 130px 0;
}
.form_mation {
  padding: 20px;
}
.form_main {
  width: 438px;
  height: 50px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #dcdfe6;
  padding: 0 16px;
}
.form_icon {
  width: 25px;
  height: 25px;
}
.form_input {
  flex: 1;
  height: 100%;
  font-size: 14px;
  padding-left: 15px;
}
.logon_link {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  cursor: pointer;
  text-decoration-line: underline !important;
}
.text_brown {
  color: #713b21;
}
.logon_button {
  width: 438px;
  height: 50px;
  background: #713b21;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #dcdfe6;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.register_left {
  min-width: 90px;
}
.register_title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.register_right {
  min-width: 438px;
}
.register_input {
  width: 438px;
  height: 50px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #dcdfe6;
  padding: 0 18px;
  font-size: 14px;
}
.check_box {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #999999;
  position: relative;
  cursor: pointer;
}
.gender {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-left: 18px;
}
.check_box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  background: transparent;
  border-radius: 50%;
  border: 3px solid #fff;
  content: "";
}
.check_active {
  background: #713b21;
  border: none;
}
.verification {
  width: 438px;
  height: 50px;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #dcdfe6;
}
.verification_send {
  width: 125px;
  height: 50px;
  background: #713b21;
  border-radius: 0px 6px 6px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.verification_input {
  flex: 1;
  font-size: 14px;
  padding: 0 10px;
}
.register_submit {
  padding-left: 90px;
}
.register_button {
  width: 438px;
  height: 50px;
  background: #713b21;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #dcdfe6;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.register_check {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.agreement_link {
  color: #713b21;
  cursor: pointer;
}
.agreement {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-left: 5px;
}
.agreement_popup,.member_popup{
  width: 831px;
  height: 594px;
  background: #ffffff;
  border-radius: 11px 11px 11px 11px;
  position: relative;
  display: none;
}
.layui-layer {
  border-radius: 11px;
}
.agreement_title {
  font-size: 24px;
  color: #333333;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.colse_icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.agreement_container {
  max-height: 400px;
  overflow-y: auto;
}
.agreement_content {
  padding: 40px 20px;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
}
.layui-layer-page .layui-layer-content {
  overflow: hidden;
}
.finish_container {
  padding: 200px 0;
}
.finish_icon {
  width: 204px;
  height: 60px;
}
.finish_text {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin: 30px 0 70px 0;
}
.finish_link {
  width: 220px;
  height: 58px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #713b21;
  line-height: 58px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #713b21;
  cursor: pointer;
}
.goto_link {
  width: 220px;
  height: 58px;
  background: #713b21;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff !important;
  display: none;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
}
