
html,body{
     margin: 0;
     padding: 0;
}

#Password .el-input__inner {
  padding-left: 12px;
}
body {
  background-color: #ffffff;
}
.box .box_item .box_left .box_text .text_three button {
  width: 240px;
  height: 56px;
  background: #1174FB;
  color: #FFFFFF;
  font-weight: 600;
  padding-right: 48px;
  font-size: 18px;
  border: 1px solid #1174FB;
  position: relative;
}
.box .box_item .box_right {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  overflow: hidden;
}
.box .box_item .box_right .box_form {
  width: 461px;
  margin: 68.5px auto;
  margin-top: 80px;
  text-align: center;
}
.box .box_item .box_right .box_form h3 {
  width: 308px;
  height: 42px;
  font-size: 17px;
  font-family: Open Sans;
  font-weight: 400;
  color: #39434E;
  line-height: 25px;
  margin: 13px auto;
}
.box .box_item .box_right .box_form .form_logo {
  text-align: center;
}
.box .box_item .box_right .box_form .form_logo img {
  width: 254px;
  cursor: pointer;
}
.box .box_item .box_right .box_form .form_one {
  margin-top:157px;
  font-size: 38px;
  font-weight: 700;
  color: #39434E;
  line-height: 38px;
  margin-bottom: 13px;
}
.box .box_item .box_right .box_form .form_one2{
    margin-top: 130px;
}
.box .box_item .box_right .box_form .form {
  margin-top: 50px;
}
.box .box_item .box_right .box_form .form button {
  width: 240px;
  color: #FFFFFF;
  background: #1174FB;
}
.box .box_item .box_right .box_form .form .Operation_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .box_item .box_right .box_form .form .sub_button {
  margin-top: 60px;
}
.box .box_item .box_right .box_form .form .sub_button button {
  width: 100%;
  height: 58px;
  background: #1174FB;
  padding: 0;
  border: 1px solid #1174FB;
}
.box .box_item .box_right .box_form .form .sub_button button span {
  font-size: 18px;
  font-weight: bold;
  font-family: Open Sans;
}
.box .box_item .box_right .box_form .form .sub_button button img {
  width: 16px;
  padding-left: 8px;
}
.box .box_item .box_right .box_form .form .email_box {
  position: relative;
}
.box .box_item .box_right .box_form .form .email_box img {
  width: 16px;
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 1;
}
.box .box_item .box_right .box_form .form .pswd_box {
  position: relative;
}
.box .box_item .box_right .box_form .form .pswd_box .password_img {
  width: 13px;
  position: absolute;
  left: 11px;
  top: 13px;
  z-index: 1;
}
.box .box_item .box_right .box_form .form .pswd_box .inbisible_img {
  width: 17px;
  position: absolute;
  right: 18px;
  top: 13px;
  z-index: 1;
}
.box .box_item .box_right .box_form .form .pswd_box .visible_img {
  width: 17px;
  position: absolute;
  right: 18px;
  top: 13px;
  z-index: 1;
  display: none;
}
.box .box_item .box_right .box_form .form_two {
  margin: 50px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .box_item .box_right .box_form .form_two .form_two_left {
  width: 194px;
  border-bottom: 1px solid #D2D2D2;
}
.box .box_item .box_right .box_form .form_two .form_two_center {
  color: #7D7D7D;
}
.box .box_item .box_right .box_form .form_three {
  text-align: center;
  margin-bottom: 70px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 50px;
  color: #1B1B1B;
  font-family: Open Sans;
}
.box .box_item .box_right .box_form .form_three span {
  color: #1174FB;
  cursor: pointer;
  font-family: Open Sans;
  font-size: 14px;
}
.box .box_item .box_right .box_form .form_three:hover {
  text-decoration: underline;
}
.box .box_item .box_right .box_form .form_four {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box .box_item .box_right .box_form .form_four img {
  cursor: pointer;
  margin-right: 15px;
}
.box .box_item .box_right .box_form .form_four span {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-family: "Open Sans";
}
.box .box_item .box_right .box_form .form_four span:hover {
  color: #1174FB;
}



.box_form  .layui-form  .layui-form-label{
    padding: 12px 0 !important;
    text-align: left;
    width: 100%;
    height: 18px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 600;
    color: #39434E;
    line-height: 18px;
}
.box_form  .layui-form  .layui-input-block{
    margin-left: 0!important;
}
.box_form  .layui-form  .layui-input{
     width: 100%!important;
     height: 49px;
     background: #FFFFFF;
     border: 1px solid #8A9097;
     box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05);
}
 input.layui-input:focus,  textarea.layui-textarea:focus {
    border-color: #40a9ff  !important ;
}

.box_form  .layui-form  .layui-form-danger+.layui-form-select .layui-input,.box_form  .layui-form  .layui-form-danger:focus{
    border-color: red!important;
}
.box_form  .layui-form  .layui-input::placeholder{
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    color: #A4A0AB;
}

.Confirms{
    width: 100%!important;
}
.Confirms .layui-btn{
    width: 100% !important;
    height: 56px;
    background: #1174FB;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    margin-top: 40px;
}
#SignUp5{
    text-decoration: underline;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 400;
}


.worries{
    width: 100%;
    height: 24px;
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    color: #39434E;
    line-height: 24px;
    text-align: center;
}

.user_email{
    position: relative;
}
.user_email input {
     padding-left:45px;
     font-size: 16px;
}
.user_email img{
    width: 16px;
    position: absolute;
     top: 19px;
     left: 13px;
}



@media screen and (max-width: 1000px) {
    .box .box_item .box_right .box_form .form_logo img {
        width: 166px;
        cursor: pointer;
      }
      .box .box_item .box_right .box_form .form_one{
         font-size: 30px;
      }
  .box {
    height: 100%;
  }
  .box .box_item .box_left {
    display: none;
  }
  .box .box_item .box_right {
    width: 100%!important;
    padding: 0 19px;
    box-sizing: border-box;
  }
  .box .box_item .box_right .box_form {
    width: 100%!important;
  }
  .box .box_item .box_right .box_form .form_one {
    margin-top: 35px!important;
  }
  .box .box_item .box_right .box_form .form_two .form_two_left {
    width: 45%!important;
  }
  .box .box_item .box_right .box_form .form .sub_button button {
    width: 100%!important;
    height: 44px;
    border-radius: 0!important;
  }
  .box .box_item .box_right .box_form .form .sub_button {
    margin-top: 40px;
  }
  .box .box_item .box_right .box_form .form_two {
    margin: 30px 0 30px;
  }
  .email_box img {
    top: 15px !important;
  }
}
