/*memberbox start*/
.memberbox {
    width: 100%;
    padding: 25px 0 20px 0;
}
.memberbox .inputcss {
    width: 70%;
    border: 1px #bbb solid;
    height: 30px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    font-family: "Tahoma", "Arial";
    margin-bottom: 9px;
}
.memberbox .inputcss.phone {
    background: url(/i/phone.png) 0 0 no-repeat #f2f2f2;
    background-size: 12px 22px;
    background-position: 16px 14px;
}
.memberbox .inputcss.password {
    background: url(/i/password.png) 0 -38px no-repeat #f2f2f2;
    background-size: 15px 18px;
    background-position: 14px 16px;
}
.memberbox .buttoncss {
    width: 70%;
    height: 34px;
    background-color: #e94709;
    border-radius: 5px;
    margin: 30px auto 0 auto;
    display: block;
    padding: 16px 25px 0 25px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    cursor:pointer;
}
.memberbox .forget {
    width: 70%;
    margin: 20px auto 0 auto;
    display: block;
    padding-left: 50px;
    text-align: right;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
.memberbox .forget a {
    color: #e94709;
    font-size: 18px;
}
.memberbox .verifybox {
    width: 70%;
    padding: 0 25px;
    margin: 0 auto 10px auto;
}
.memberbox .inputcss.verify {
    background: url(/i/verify.png) 0 0 no-repeat #f2f2f2;
    background-size: 15px 15px;
    background-position: 14px 18px;
    width: 49%;
    margin-left: -25px;
    float: left;
}
.memberbox .verifybutton {
    background-color: #f69b25;
    height: 36px;
    width: 49%;
    margin-right: -25px;
    float: right;
    border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    padding-top: 16px;
}
.forgot-pass {
    margin-left: 5%;
}
.get_code {
    float: left;
    width: 40%;
    height: 34px;
    background-color: #e94709;
    border-radius: 5px;
    display: block;
    padding: 16px 25px 0 25px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    cursor: pointer;
    margin-left: 3%;
}
.memberbox .inputcss.verifycode {
    float: left;
    width: 25%;
    background: url(/i/phone.png) 0 0 no-repeat #f2f2f2;
    background-size: 12px 22px;
    background-position: 16px 14px;
    margin-left: -40px;
}
.verifycode_container {
    overflow: auto;
    width: 70%;
    margin: 0 auto;
    padding: 10px 10px 10px 40px;
}