@charset "utf-8";

html body {
    font-family:PingFang-SC-Medium,"Microsoft YaHei";
}
body,dd,dl,h1,h2,h3,input[type=radio],input[type=checkbox],ol,p,ul {
    margin: 0;
    padding: 0
}

#forgetPwd{
    width: 840px;
    margin: 0 auto;
    background-color: #ffffff;
}

#forgetPwd>.forgetPwdHead{
    height: 158px;
    width: 100%;
}

#forgetPwdForm{
    width: 60%;
    margin: 30px auto;
    margin-bottom: 0;
}

#resetPwd{
    width: 200px;
    height: 50px;
    font-size: 18px;
    margin-left: 30%;
}

a:link, a:visited,a:hover,a:active{
    text-decoration: none;
    color: rgb(36,157,235);
}

.right>a:first-of-type{
    color: rgba(51,51,51);
}
#forgetPwd .el-form-item:last-of-type span{
    width: 100%;
    display: inline-block;
    text-align: center;
}

a {
    text-decoration: none
}
.head{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height:80px;
    position: relative;
}
.head .name{
    padding-right: 30px;
    color: #222222;
    padding-left: 5px;
}
.head .name :nth-child(1){
    font-size: 20px;
}
.head .name :nth-child(2){
    font-size: 12px;
}
.head img{
    margin-left: 180px;
}
.head .welcome{
    padding-left:20px;
    border-left: 1px solid  rgb(227,227,227);
    color: rgb(102,102,102);
    font-size: 22px;
}
.header_box_left{width:300px;height:50px;color: #222222;position:relative;top:0;left:0;padding-left:70px;margin-left:50px;}
.header_box_left a{width:300px;height:50px;text-decoration:none;color: #222222;display:inline-block;}
.header_box_left:after{width:60px;height:40px;content:"";background:url(/jsp/index/img/LOGO.png);position:absolute;top:5px;left:0;background-size:100%;background-repeat:no-repeat;}
.header_box_left div:nth-child(1){font-size:20px;margin-top:5px;}
.header_box_left div:nth-child(2){font-size:11px;}
.right{
    position: absolute;
    right: 50px;
    top: 30px;
}

.right>a:nth-of-type(2){
    margin-left: 50px;
}

.main{
    position: relative;
    background-color: #f5f5f5;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    overflow: auto;
}
.main .info{
    position: absolute;
    top: 50px;
    right: 180px;
    width: 360px;
    height: 390px;
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 4px;
}
.infoHead{
    text-align: center;
    font-size: 20px;
    /*font-weight: 500;*/
    color: #333;
    margin-bottom: 20px;
}
.main .info .input{
    display: flex;
    align-items: center;
}
.input input{
    width: 100%;
    height: 40px;
    border: none;
    font-size: 14px;
    padding: 5px;
    /*margin-top: 8px;*/
}

.main .info .input .verificationCode{
    width: 170px;
}
.getCode{
    width: 120px;
    color: #2399e9;
    cursor: pointer;
    text-align: center;
    border: none;
    background-color: #fff;
}
.main .info .input .send{
    color: #999;
}
.border-bottom{
    border-bottom: 1px solid rgb(216,216,216);
}
.error{
    color: red;
    height: 20px;
    width: 100%;
    margin: 3px 0;
}
.register{
    display: block;
    width: 300px;
    height: 49px;
    margin: 0 auto;
    /*background-image: linear-gradient(90deg,#25a2ee 0%,#1e87e0 100%);*/
    background-color:#25a2ee ;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    border: none;
}
.forgetPwd{
    float: right;
    color: #666;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}

.foot{
    text-align: center;
    color: #888;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    background: #fff;
}

.pictureCode,.phoneCode{
    width: 100px;
    position: absolute;
    right: 0;
    top: 8px;
    color: #509ee6;
}

.pictureCode{
    width: 120px;
    top: 1px;
}

.phoneCode{
    background-color: transparent;
    border: none;
}

.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus, .el-message-box__input input.invalid, .el-message-box__input input.invalid:focus{
    /*border-radius: 0;*/
}

.el-form-item{
    margin-bottom: 30px;
}
.main .el-input__inner{
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.el-form-item__error{
    top: 100%;
}

.el-message--success,.el-message--error{
    top: 50%;
}

.foot a{
    color: #888;
}