﻿/*
    20180626
*/
.forgetpass{
    width: 100%;
    padding: 30px 0;
    background: #e9e9e9;
}
.forgetpass-wra{
    width: 800px;
    margin: 0 auto;
}
.forget-send{
    width: 100%;
}
.forgetpass-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.forget-send-item {
    width: 100%;
    height: 50px;
    padding-top: 14px;
    font-size: 0;
}
.forget-send-item-tit{
    display: inline-block;
    width: 30%;
    height: 36px;
    line-height: 36px;
    padding-right: 10px;
    font-size: 14px;
    text-align: right;
}
.forget-send-item-val{
    display: inline-block;
    width: 70%;
    height: 36px;
    font-size: 0;
    vertical-align: top;
}
.forget-send-item-code{
    display: inline-block;
    width: 30%;
    height: 36px;
    border-radius: 0;
    font-size: 14px;
}
.forget-send-item-phone {
    display: inline-block;
    width: 40%;
    height: 36px;
    border-radius: 0;
    font-size: 14px;
    text-indent: 1em;
}
.forget-send-item-ver {
    display: inline-block;
    width: 30%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 0;
}
.forget-send-item-ver-img{
    display: inline-block;
    width: 120px;
    height: 36px;
}
.forget-send-item-phone-code {
    display: inline-block;
    width: 30%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 0;
}
.forget-send-item-getcode{
    display: inline-block;
    width: 210px;
    height: 36px;
    line-height: 36px;
    border: none;
    text-align: center;
    font-size: 14px;
    background: #a00;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
}
.forget-send-item-sub {
    display: inline-block;
    width: 200px;
    height: 36px;
    margin-left: 30%;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #a00;
    font-size: 16px;
    cursor: pointer;
}
.forget-change {
    display: none;
    width: 80%;
    margin: 0 auto;
}
.forget-change-item {
    width: 100%;
    height: 36px;
    border: 1px solid #d9d9d9;
    font-size: 0;
}
.forget-change-item span{
    display: inline-block;
    width: 30%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
}
.forget-change-pass{
    display: inline-block;
    width: 70%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    border: none;
    outline: none;
    text-indent: 1em;
}
.forget-change-item-s {
    width: 100%;
    padding-top: 40px;
    padding-left: 20%;
}
.forget-change-save {
    display: inline-block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #a00;
    font-size: 16px;
    border: none;
    cursor: pointer;
}