/* ------------------ */
body{
	background: #f6f6f6;
}
a{
	cursor:pointer;
}
.head {
    height: 93px;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}

.head .logo {
    margin: 25px 0 0 25px;
}

.head .name {
    margin: 27px 0 0 17px;
    padding-left: 18px;
    height: 40px;
    font-size: 24px;
    line-height: 46px;
    color: #666;
    text-align: left;
    background: url(../../image/forgetpwd/line.png) 0 0 no-repeat;
    overflow: hidden;
}

.head .mixed {
    margin: 50px 38px 0 0;
    font-size: 14px;
    line-height: 15px;
    color: #666;
    text-align: left;
}

.head .mixed span {
    margin: 0 5px;
}


.footer {
    font-size: 14px;
    line-height: 75px;
    color: #666;
    text-align: center;
}