.model1 {
  cursor: pointer;
}

.register-main1 {
  width: 100%;
  height: 888px;
  margin-top: 52px;
  background: url(../static/img/loginbanner.png) no-repeat center center;
  padding-top: 110px;
}

.register-main1 .register-main1-son2 {
  width: 970px;
  background: #fff;
  padding: 0 50px 40px 50px;
  box-sizing: border-box;
  border-radius: 6px;
  margin: auto;
}

.register-main1 .register-main1-son2 .register-top {
  height: 74px;
  line-height: 74px;
  width: 100%;
  border-bottom: 1px solid #dbe0e5;
  padding-left: 20px;
  background: url(../static/img/loginiphone.png) no-repeat left center;
}

.register-main1 .register-main1-son2 .register-top span {
  font-size: 20px;
  float: left;
  margin-left: 10px;
  color: #333;
}

.register-main1 .register-main1-son2 .register-top .problem {
  font-size: 14px;
  height: 74px;
  float: left;
  line-height: 80px;
  margin-left: 20px;
}

.register-main1 .register-main1-son2 .register-top .problem a {
  color: #999;
}

.register-main1 .register-main1-son2 .register-top .problem a:hover {
  color: #2468f2;
}

.register-main1 .register-main1-son2 .register-top .login {
  font-size: 12px;
  height: 74px;
  float: right;
  line-height: 80px;
  margin-left: 20px;
}

.register-main1 .register-main1-son2 .register-top .login a {
  color: #2468f2;
}

#registerForm {
  width: 45%;
  margin: 0 auto;
  padding-top: 20px;
}

#registerForm .form-item {
  width: 100%;
}

#registerForm .form-item label {
  width: 22%;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: left;
  font-weight: normal;
}

#registerForm .form-item .icon {
  width: 10%;
  float: right;
  text-align: right;
  margin-top: 2%;
}
#registerForm .form-item .icon img {
  width: 18px;
  height: 18px;
  display: none;
}
#registerForm .inputborder {
  position: relative;
  float: left;
  width: 78%;
  background: none;
}

#registerForm .inputborder input {
  height: 39px;
  width: 100%;
  font-size: 14px;
  outline: none;
  border: none;
  border: 1px solid #dbe0e5;
  border-radius: 5px;
  background: none;
  padding-left: 15px;
}

#registerForm .info {
  color: #f00;
  text-align: left;
  font-size: 12px;
  width: 100%;
  height: 35%;
}

#registerForm #btn {
  width: 40%;
  height: 38px;
  line-height: 38px;
  border: none;
  float: right;
  background-color: #2468f2;
  border-radius: 5px;
  color: #fff;
}

#registerForm .yam {
  float: left;
  width: 50%;
}

.focus {
  border: 1px solid #2468f2 !important;
}

.error {
  border: 2px solid #f00;
}
.right {
  color: #2ecc71 !important;
}
#registerForm .zhengce {
  margin-top: 10px;
}

#registerForm .zhengce #agree {
  float: left;
  margin: 0;
  margin-top: 2px;
}

#registerForm .zhengce span {
  color: #2468f2;
  font-size: 12px;
  float: left;
}

#registerForm .zhengce span a {
  color: #2468f2;
}
#registerForm .zhengce span a:first-of-type {
  margin-left: 10px;
}
#registerForm .submit-btn {
  display: inline-block;
  background-color: #2468f2;
  color: #fff;
  width: 100%;
  line-height: 38px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border: none;
  outline: none;
  margin-top: 10px;
  border-radius: 5px;
}

.modal-content {
  height: 624px;
  position: absolute;
  top: 60px;
}

#exampleModal .modal-title {
  text-align: center;
  margin-top: 40px;
}

.modal-header {
  padding: 0;
  margin-top: 20px;
  border-bottom: none;
}

.modal-header #X {
  margin-right: 20px;
}

.modal-header .banben {
  text-align: right;
  margin-top: 10px;
  color: #999;
  margin-right: 35px;
}

.modal-body .modal-text {
  margin-top: 30px;
}

.h4 {
  text-align: center;
}

.modal-body .modal-text h5 {
  color: #000;
  padding: 0 20px;
  font-size: 16px;
}

.modal-body .modal-text p {
  color: #333;
  padding: 0 20px;
  font-size: 14px;
}

.modal-body1 {
  width: 100%;
  height: 504px;
  overflow: auto;
}

body .suspension {
  display: none;
}

#gotop {
  display: none !important;
}

.footer, .footer-top {
  display: none;
}

.copy {
  width: 1200px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  text-align: center;
  margin: 5px auto;
}

#registerForm .form-item label.error {
  width: 100%;
  height: 20px;
  border: none;
  line-height: 20px;
  font-size: 12px;
  color: red;
  margin-bottom: 0;
}
.error-info {
  width: 100%;
  height: 20px;
  border: none;
  line-height: 20px;
  font-size: 12px;
  color: red;
  margin-bottom: 0;
}
#verifyCode,#imgCode {
  width: 55% !important;
}
.dianjiyanzheng{
  float: right;
  width: 40%;
  }
  .dianjiyanzheng img {
    width: 100%;
  }
