*{
    padding: 0;
    margin: 0;
    list-style: none;
}
html, body {
    width: 100%;
    height: 100%;
}
h1, h2, h3 {
    line-height: 40px;
}
input::-webkit-input-placeholder{
    color: #DCE0E5 !important;
    font-size:12px;
}
input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
input:focus {
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);

}
.forgot-psd-wrap {
    width: 100%;
    height: 100%;
    padding-top: 9%;
    box-sizing: border-box;
    background-image: linear-gradient(-180deg, #F4F8F9 0%, #E5EAEB 100%);
    position: relative;
}
.small-icon {
    position: absolute;
    top: 33px;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.login-bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.forgot-psd {
    width: 326px;
    padding: 48px 48px 30px;
    background: #fff url('../images/login-modal-bg.png') no-repeat top center;
    box-shadow: 0 4px 10px 0 #E6E6E6;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.login-logo {
    display: block;
    margin: 0 auto 75px;
}
.forgot-psd-title {
    font-size: 18px;
    color: #233539;
    margin-bottom: 10px;
}
.forgot-psd .forgot-psd-input {
    width: 230px;
    height: 38px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #E9EFF4;
    border-radius: 2px;
    font-size: 12px;
    color: #233539;
    box-shadow: none;
    margin-bottom: 0;
}
.forgot-psd-input:focus {
    border: 1px solid #4DA1FF;
    box-shadow: none;
}
.forgot-psd-tip {
    margin-top: 10px;
    font-size: 12px;
    color: #FF6D4A;
    display: flex;
    align-items: flex-start;
}
.small-login-err {
    margin-top: 2px;
    margin-right: 6px;
}
.forgot-psd-btn {
    background: #4DA1FF;
    border-radius: 2px;
    width: 230px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}
.forgot-psd-btn:hover {
    opacity: .8;
}
/*邮箱验证*/
.forgot-email-wrap .forgot-psd{
    padding: 48px 16px 30px;
}
.email-wrap {
    width: 258px;
    margin-left: 28px;
}
.email-verily-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.email-wrap .email-read {
    padding: 0;
    border: 0;
    width: auto;
    width: 154px;
}
.email-wrap .email-read:disabled {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    padding: 0;
}
.set-email {
    width: 94px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #4DA1FF;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.set-email-disable {
    background: #E9EFF4;
    color: #808FA3;
    cursor: auto;
}
.email-wrap .ver-code-input {
    width: 154px;
}
.set-code {
    width: 94px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #E9EFF4;
    border-radius: 2px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}
.set-code-btn {
    background: #4DA1FF;
    color: #fff;
    cursor: pointer;
}
.tip-space {
    min-height: 17px;
    margin-top: 10px;
}
.tip-space .forgot-psd-tip {
    margin-top: 0;
}
.login-err {
    margin: 0 auto 10px;
    display: block;
}
.email-err-tip {
    font-size: 14px;
    color: #233539;
    line-height: 24px;
    text-align: center;
}
.email-err-btn {
    width: 230px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 27px auto 0;
    background: #4DA1FF;
    border-radius: 2px;
}
.email-err-btn a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.login-suc {
    display: block;
    margin: 0 auto 10px;
}
.psd-succes-tip {
    margin-bottom: 27px;
    font-size: 14px;
    color: #233539;
    line-height: 24px;
    text-align: center;
}
.return-btn {
    background: #E9EFF4;
    border-radius: 2px;
    width: 230px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #808FA3;
}
.return-btn a {
    color: #808FA3;
    display: block;
    text-decoration: none;
}
#app .input-error {
    border: 1px solid #FF6D4A;
}