/*登录*/

.login_form_bg{
    background-image: url("../img/login_bg.jpg?time=20180319");
    background-position: top center;
    background-repeat: no-repeat;
}
.login_form_box{
    margin: 0 150px;
}

/*登录*/
.login_form_box .login{
    padding: 0 60px;
    height: 380px;
    background: url(../img/login_form_bg.png) repeat;
}

.login_form_box .login .input{
    height: 50px;
    margin-bottom: 15px;
    position: relative;
}
.login_form_box .login .input input{
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0 44px 0 54px;
    border: #aaaaaa solid 1px;
    width: 230px;
}
.login_form_box .login .input span{
    display: block;
    width: 40px;
    height: 38px;
    background-image: url("../img/loginFormIcon.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 5px;
}
.login_form_box .login .input i{
    display: none;
    width: 20px;
    height: 20px;
    background-image: url("../img/loginFormIcon.png");
    background-repeat: no-repeat;
    background-position: -114px -3px;
    position: absolute;
    top: 16px;
    right: 15px;
    cursor: pointer;
}
.login_form_box .login .input label{
    display: block;
    width: 230px;
    height: 38px;
    line-height: 38px;
    color: #999999;
    position: absolute;
    top: 6px;
    left: 55px;
}

.login_form_box .login .rePwd{
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
}

.login_form_box .login .rePwd input{
    margin: 0px 2px 2px 2px;
    padding: 0;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.login_form_box .login .rePwd i{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-image: url("../img/loginFormIcon.png");
    background-repeat: no-repeat;
    background-position: -4px -38px;
    position: absolute;
    left: 0;
    top: 7px;
}

.login_form_box .login .rePwd .check_activate{
    background-position: -37px -38px !important;
}

.login_form_box .login .btn{
    height: 48px;
    width: 328px;
    background-color: #FC271F;
    border: #EA0D04 solid 1px;
    color: #FFFFFF;
    line-height: 36px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 3px;
}

.login_form_box .login .btn:hover{
    background-color: #EA0D04;
}

.login_form_box .login .other{
    width: 100px;
    height:20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    margin: 15px auto;
}
.login_form_box .login .other:before{
    content: '';
    display: block;
    width: 115px;
    height: 0;
    border-top:#FFFFFF solid 1px ;
    position: absolute;
    right: 0;
    margin-right: 100px;
    top: 10px;
}
.login_form_box .login .other:after{
    content: '';
    display: block;
    width: 115px;
    height: 0;
    border-top:#FFFFFF solid 1px ;
    position: absolute;
    left: 0;
    margin-left: 100px;
    top: 10px;
}

.login_form_box .login .otherLink{
    text-align: center;
    line-height: 30px;
}
.login_form_box .login .otherLink i{
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("../img/loginFormIcon.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: -6px 5px 0 0;
}
.login_form_box .login .registerLink{
    display: block;
    background-color: #7BD238;
    text-align: center;
    height: 50px;
    line-height: 48px;

    margin: 10px -40px 0 -40px;
}
.login_form_box .login .registerLink a,.login_form_box .login .registerLink a:hover{
    color: #ffffff;
    text-decoration: underline;
}

/*注册*/
.login_form_box .register{
    padding: 0 50px;
    height: 380px;
    background: url(../img/register_form_bg.png) repeat;
}
.login_form_box .register .sex_box{
    padding: 10px 0 10px 0;
    height: 70px;
}
.login_form_box .register .sex_box>div{
    position: relative;
}
.login_form_box .register .sex_box label>input{
    position: absolute;
    top: 32px;
    left: 32px;
}
.login_form_box .register .sex_box label>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 70px;
    background-image: url("../img/register_form_sex.png");
    background-repeat: no-repeat;
    background-position-y: -99px;
    cursor: pointer;
}
.login_form_box .register .sex_box .sex_man>div{
    background-position-x: 1px;
}
.login_form_box .register .sex_box .sex_woman>div{
    background-position-x: -62px
}

.login_form_box .register .sex_box .sex_man .active{
    background-position-y: 0px;
}
.login_form_box .register .sex_box .sex_woman .active{
    background-position-y: 0px;
}

.login_form_box .register .sex_box .active:after{
    content: '';
    display: block;
    position: absolute;
    top: 45px;
    left: 35px;
    width: 20px;
    height: 20px;
    background-image: url("../img/register_form_sex.png");
    background-repeat: no-repeat;
    background-position: -130px -40px;
}
.login_form_box .register .sex_box label>p{
    color: #ffffff;
    line-height: 20px;
    height: 20px;
    padding:28px 0 0 60px;
}

.login_form_box .register .time_box{
    height: 38px;
    padding-bottom: 22px;
    text-align: right;
}

.login_form_box .register .select_1{
    color: #999999;
    padding: 0 20px 0 10px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    background-color: #ffffff;
    border: #aaaaaa solid 1px;
}
.login_form_box .register .select_1:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 14px;
    right: 5px;
    background-repeat: no-repeat;
    background-image: url(../img/img_form.png);
    background-position: 0 2px;
}

.login_form_box .register .area_box{
    height: 38px;
    padding-bottom: 22px;
}
.login_form_box .register .btn{
    height: 48px;
    width: 268px;
    background-color: #8cc90b;
    border: #7cb30c solid 1px;
    color: #FFFFFF;
    line-height: 36px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 3px;
}
.login_form_box .register .btn:hover{
    background-color: #7cb30c;
}
.login_form_box .register .txt_1{
    margin: 20px -30px 0 -30px;
    padding-left: 24px;
    height: 24px;
    background-image: url("../img/register_form_sex.png");
    background-position: -172px -55px;
    background-repeat: no-repeat;
}



/*新用户*/
.login_newUser{
    margin: 0 150px;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px #ccc;
}
.login_newUser .ico{
    position: relative;
    width: 70px;
    line-height: 60px;
    padding-left: 50px;
}
.login_newUser .ico:before{
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 17px;
    left: 20px;
    background-image: url("../img/register_form_sex.png");
    background-position: -166px -15px;
    background-repeat: no-repeat;
}

.login_newUser .list{
    height: 38px;
    padding-top: 11px;
    overflow: hidden;
}
.login_newUser .list>li{
    list-style: none;
    width: 260px;
    float: left;
}
.login_newUser .list .pic{
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    border: #eeeeee solid 1px;
    border-radius: 50%;
}
.login_newUser .list .info{
    line-height: 38px;
    height: 38px;
    overflow: hidden;
}
.login_newUser .list .info>i{
    margin: 0;
}

.login_pop_year{
    padding: 10px;
    border: #FC271F solid 2px;
    overflow: hidden;
    width: 490px;
    background-color: #ffffff;
}

.login_pop_year:before{
    content: '';
    display: block;
    width: 82px;
    border-top: #FC271F solid 2px;
    border-right: #FC271F solid 2px;
    border-bottom: #ffffff solid 2px;
    border-left: #FC271F solid 2px;
    height: 35px;
    position: absolute;
    top: -37px;
    left: 161px;
    z-index: 101;
}

.login_pop_year>ul{
    float: left;
    font-size: 12px;
}
.login_pop_year>ul>li{
    height: 32px;
    line-height: 32px;
    list-style: none;
}
.login_pop_year .list_1{
    width: 40px;
    color: #999999;
}
.login_pop_year .list_2{
    width: 450px;
    text-align: center;
    color: #666666;
}
.login_pop_year .list_2>li{
    overflow: hidden;
}
.login_pop_year .list_2>li>div{
    float: left;
    width: 45px;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.login_pop_year .list_2>li>div:hover{
    background-color: #FC271F;
    color: #ffffff;
}
.login_pop_month{
    padding: 10px;
    border: #FC271F solid 2px;
    width: 426px;
    background-color: #ffffff;
}
.login_pop_month:before{
    content: '';
    display: block;
    width: 81px;
    border-top: #FC271F solid 2px;
    border-right: #FC271F solid 2px;
    border-bottom: #ffffff solid 2px;
    border-left: #FC271F solid 2px;
    height: 35px;
    position: absolute;
    top: -37px;
    left: 223px;
    z-index: 101;
}
.login_pop_month>ul{
    font-size: 12px;
    min-height: 96px;
    overflow: hidden;
    text-align: center;
    color: #666666;
}
.login_pop_month>ul>li{
    height: 32px;
    line-height: 32px;
    list-style: none;
    float: left;
    width: 10%;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.login_pop_month>ul>li:hover{
    background-color: #FC271F;
    color: #ffffff;
}
.login_pop_day{
    padding: 10px;
    border: #FC271F solid 2px;
    width: 426px;
    background-color: #ffffff;
}
.login_pop_day:before{
    content: '';
    display: block;
    width: 81px;
    border-top: #FC271F solid 2px;
    border-right: #FC271F solid 2px;
    border-bottom: #ffffff solid 2px;
    border-left: #FC271F solid 2px;
    height: 35px;
    position: absolute;
    top: -37px;
    left: 316px;
    z-index: 101;
}
.login_pop_day>ul{
    font-size: 12px;
    min-height: 96px;
    overflow: hidden;
    text-align: center;
    color: #666666;
}
.login_pop_day>ul>li{
    height: 32px;
    line-height: 32px;
    list-style: none;
    float: left;
    width: 10%;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.login_pop_day>ul>li:hover{
    background-color: #FC271F;
    color: #ffffff;
}

.login_pop_area{
    padding: 10px;
    border: #FC271F solid 2px;
    width: 426px;
    background-color: #ffffff;
}
.login_pop_area:before{
    content: '';
    display: block;
    width: 267px;
    border-top: #FC271F solid 2px;
    border-right: #FC271F solid 2px;
    border-bottom: #ffffff solid 2px;
    border-left: #FC271F solid 2px;
    height: 35px;
    position: absolute;
    top: -37px;
    left: 129px;
    z-index: 101;
}
.login_pop_area>ul{
    font-size: 12px;
    min-height: 96px;
    overflow: hidden;
    text-align: center;
    color: #666666;
}
.login_pop_area>ul>li{
    height: 32px;
    line-height: 32px;
    list-style: none;
    float: left;
    min-width: 10%;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.login_pop_area>ul>li:hover{
    background-color: #FC271F;
    color: #ffffff;
}

.city_list{
    overflow: hidden;
    line-height: 32px;
    padding: 10px 0;
}
.city_list>li{
    list-style: none;
    float: left;
    width: 8.33333%;
}
.city_list>li>a{
    color: #999999;
}