.map{
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    font-family: "Quicksand", sans-serif;
}
.map ul{
    display: flex;
    align-items: center;
    font-weight: 700;
}
.map ul li .iconfont{
    font-size:9px;
    margin:0 8px;
    position: relative;
}
.map ul li a{
    color:var(--theme);
}
.map ul li:first-child .iconfont{
    font-size:18px;
    color:var(--theme);
    margin: 0;
}
.map ul li:last-child{
    color:#7E7E7E;
}

.flex{
    width:100%;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

/* 注册 */
.forget{
    width:400px;
    max-width: 100%;
}
.forget .title{
    color: #41464c;
    font-weight: 700;
    font-size:28px;
    margin-bottom: 30px;
    text-align: center;
}
.forget .row{
    margin:15px 0;
}
.forget .row input[type="text"],.forget .row input[type="password"]{
    width:100%;
    background: #fff;
    border: 1px solid #ececec;
    outline: none;
    height: 42px;
    line-height: 42px;
    border-radius: 8px;
    padding:0 12px;
    font-size:15px;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.forget .row input[type="text"].on,.forget .row input[type="password"].on{
    box-shadow: 0px 0px 0px 3px rgba(123, 48, 71, 0.3);
    border-color:#fff;
}
.forget .row input[readonly="true"]{
    background-color: #eee;
}
.forget .row .label{
    opacity: 0.9;
    margin-bottom: 5px;
}
.forget .submit{
    background-color: #253D4E;
    border-color: #253D4E;
    font-weight: 700;
    border: 0;
    color:#fff;
    padding:17px 40px;
    border-radius: 10px;
    font-size:17px;
    line-height: 17px;
    cursor: pointer;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
    position: relative;
    top:5px;
    margin:0 auto;
}
.forget .submit:hover{
    background-color: #29A56C;
    top:0px;
}
.forget .submit .wait{
    display: none;
}
.forget .submit.active{
    pointer-events: none; 
    opacity: 0.7; 
    cursor: not-allowed; 
}
.forget .submit.active .wait{
    display: block !important;
}
.forget .submit.active .def{
    display: none !important;
}

.forget .mobileCode{
    display: flex;
}
.forget .mobileCode input{
    width:120px !important;
}
.forget .mobileCode .getCode{
    color:#666;
    border:1px solid #eee;
    background-color: #fafafa;
    padding: 13px 18px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-left:8px;
}
.forget .mobileCode .getCode:hover{
    background-color: #fff;
    color:#333;
    border-color:#ccc;
}
.forget .mobileCode .getCode.disabled{
    pointer-events: none; 
    opacity: 0.7; 
}
.forget .error{
    color:red;
    margin-top:2px;
}


#rePassForm{
    display: none;
}
