.reset{
    width: 100%;
    padding: 43px 0px 75px;
    background: #f0f0f0;
}
.reset .box{
    margin: 0 auto;
    width: 1000px;
    height: 595px;
    background: #fff;
    border-radius: 8px;
    color: #757575;
}
.reset .box h2{
    width: 190px;
    display: block;
    margin: 0 auto;
    font-size: 22px;
    padding: 28px 0;
    padding-bottom: 10px;
}
.reset .box span {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
    color: #29d3a0;
}
.reset .form input{
    height: 40px;
    width: 322px;
    /* position: relative; */
    padding-left: 50px;
    vertical-align: top;
    zoom: 1;
    margin-top: 24px;
    display: inline-block;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    color: #515a6e;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
}
.reset .form p{
    position: relative;
}
.reset .form .code{
    position: relative;
    display: inline-block;
}
.reset .form .btn{
    position: absolute;
    height: 38px;
    right: 0;
    bottom: 1px;
    border: none;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
}
.reset .form label{
    display: block;
    font-size: 12px;
    color: #f31a1a;
    position: absolute;
    left: 34%;
}
.reset .form .submit{
    font-size: 1.8rem;
    color: #fff;
    vertical-align: middle;
    line-height: 1.5;
    background: #2bd3a0;
}

/*这个是验证码相关*/
.nc-container #nc_1_wrapper {
    width: 322px !important;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
    margin: 0 auto;
}
#nc {
    position: relative!important;
    margin: 20px auto 0 !important;
}
/*这个是验证码相关*/
/* 移动自适应 */
@media (max-width:1200px) {
    .header{
      position: fixed;
      height: 52px;
      line-height: 52px;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 9999;
      font-size: 16px;
      font-weight: 400;
      color: #fff;
    }
    .reset {
      margin-top: 10px;
    }
  }
@media screen and (max-width: 800px) {
    .reset{
        padding: 20px 0px 25px;
    }
    .reset .box{
        height: 438px;
    }
    .reset .box,.reset .form input {
        width: 80%;
    }
    .reset .form .code{
        display: block;
    }
    .reset .form .btn{
        right: 27px;
    }
    .nc-container #nc_1_wrapper {
        width: 90% !important;
    }
}