.main_content {
  width: 100%;
  min-width: 1400px;
  height: 800px;
  background: url(../images/scenery.png);
  background-size: cover;
  padding-top: 105px;
}
.main_content .verify_con {
  height: 600px;
  background-color: #fff;
  padding-top: 97px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_content .step {
  margin: 0 auto;
}
.main_content .step_ff {
  margin: 0 auto;
}
.main_content .form_yz {
  margin-top: 87px;
  width: 400px;
  height: 50px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  display: flex;
}
.main_content .form_yz .form_sr {
  width: 45px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 14px;
}
.main_content .form_yz .form_sr > div:nth-child(2) {
  width: 1px;
  height: 20px;
  background-color: #dcdcdc;
}
.main_content .form_yz input {
  flex: 1;
  padding-left: 10px;
}
.main_content .security {
  width: 400px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.main_content .security input {
  border: 1px solid #dcdcdc;
  width: 249px;
  height: 50px;
  border-radius: 4px;
  padding-left: 20px;
}
.main_content .security div {
  width: 120px;
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  color: #0088ff;
  border: 1px solid #0088ff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.main_content .security div:hover {
  background-color: #0088ff;
  color: #fff;
}
.main_content .next {
  width: 400px;
  border-radius: 4px;
  background-color: #0088ff;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
}
.succeed {
  margin-top: 100px;
}
.reset {
  margin-top: 30px;
  font-size: 16px;
  color: #333333;
}
.gogin {
  margin-top: 50px;
  font-size: 12px;
  color: #666666;
}
.gogin a {
  color: #0088ff;
}
.login {
  height: 450px;
  width: 560px;
  background-color: #fff;
  padding: 0 80px 0 ;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.login .input-block {
  margin-left: 0px;
  min-height: 36px;
}
.login .layui-btn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 0;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  background-color: #0088ff;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
}
.login_ff {
  font-size: 16px;
  color: #333333;
  padding-top: 50px;
}
.login_ff .form_yz {
  margin-top: 87px;
  width: 400px;
  height: 50px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  display: flex;
}
.login_ff .form_yz .form_sr {
  width: 45px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 14px;
}
.login_ff .form_yz .form_sr > div:nth-child(2) {
  width: 1px;
  height: 20px;
  background-color: #dcdcdc;
}
.login_ff .form_yz input {
  flex: 1;
  padding-left: 10px;
}
.amend {
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amend .layui-form-checked[lay-skin=primary] i {
  border-color: #66a1f9 !important;
  background-color: #66a1f9;
  color: #fff;
}
.definition {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.definition span {
  color: #0088ff;
  cursor: pointer;
}
.register {
  height: 560px;
  width: 611px;
  background-color: #fff;
  padding: 0 80px 0 ;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.register .layui-form-checked[lay-skin=primary] i {
  border-color: #0088ff !important;
  background-color: #0088ff !important;
  color: #fff;
}
.register .security > div:nth-child(1) input {
  width: 250px;
  height: 50px;
  border: 1px solid #dcdcdc;
}
.register .form_yz {
  margin-top: 30px;
}
.register .login_ff {
  font-size: 24px;
  color: #333333;
  padding-top: 50px;
}
.protocol {
  height: 45px;
  display: flex;
  align-items: center;
}
.protocol .protocol_ff {
  cursor: pointer;
  color: #0088ff;
}
.complete {
  background-color: #0088ff;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.change {
  width: 560px;
  height: 473px;
  background-color: #fff;
  padding: 0 80px 0 ;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.change .login_ff {
  font-size: 24px;
  color: #333333;
  text-align: center;
  padding-top: 50px;
}
.change .form_yz {
  margin-top: 30px;
}
.change .complete {
  margin-top: 50px;
}
