/*头部*/
.header{
    background: #ffffff;
}
.header .top{
    height: 27px;
    line-height: 27px;
    color: #666666;
    font-size: 13px;
}
.header .bottom{
    height: 93px;
    border-top: 1px solid #f4f4f4;
}
.header .bottom .logo{
    margin-top: 15px;
}
.header .bottom .callLine{
    font-size: 12px;
    color: #999999;
    margin-top: 35px;
}
.header .bottom .callLine .clock{
    width: 16px;
    height: 16px;
    background: url(../image/clock.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
}
.header .bottom .callLine .tel{
    font-style: italic;
    font-size: 18px;
    color: #00b7b6;
    margin-left: 6px;
    font-weight: bold;
}

/*登录*/
.login_main{
    width: 100%;
    height: 618px;
    padding-top: 70px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.login_box{
    width: 408px;
    padding: 4px;
    margin: 0 auto;
    background: #eeeeee;
}
.login{
    background: #ffffff;
    width: 400px;
    padding: 30px 75px 50px;
}
.login h1{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.login .input_box{
    margin-top: 15px;
}
.login .input_box:first-child{
    margin-top: 0;
}
.login .input_box .input{
    width: 100%;
    height: 35px;
    border: 1px solid #e7e7e7;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}
.login .input_box .error{
    margin-top: 5px;
    color: #fe0303;
    font-size: 12px;
}
.login .input_box .input_sm{
    width: 100px;
    height: 35px;
    border: 1px solid #e7e7e7;
    padding: 0 5px;
}
.login .input_box .codeImgBox{
    width: 90px;
    height: 35px;
    border: 1px solid #e7e7e7;
    margin-left: 10px;
    cursor: pointer;
}
.login .input_box .codeImg{
    width: 100%;
    height: 100%;
}
.login .input_box .changeCodeImg{
    line-height: 35px;
    margin-left: 5px;
}
.login .loginBtn{
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: block;
}
.login .font_12{
    font-size: 12px;
}
.login .dot_line{
    border: 1px dashed #cccccc;
    margin-top: 15px;
    margin-bottom: 18px;
}
.login .otherLogin{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.login .otherLogin span{
    margin-right: 10px;
}
.login .otherLogin img{
    margin-left: 7px;
}

/*尾部*/
.footer{
    height: 177px;
    background: #ffffff;
    padding-top: 45px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.footer .p1{
    color: #333333;

}
.footer .p2{
    color: #a1a1a1;
    margin-top: 10px;
}

/*公用*/
.container{
    padding: 40px 0 35px;
    background: #f5f5f5;
}

/*注册*/
.reg_main{
    padding: 3px;
    background: #eeeeee;
    margin: 0 auto;
    width: 700px;
}
.reg_box{
    background: #ffffff;
    height: 543px;
    padding: 32px 0 0 40px;
}
.reg_box h1{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 18px;
}
.reg_box .input_box{
    margin-left: 120px;
    margin-top: 15px;
    line-height: 35px;
    color: #999999;

}
.reg_box .input_box .label{
    width: 75px;
    float: left;
}
.reg_box .input_box .required{
    color: #fe2929;
}
.reg_box .input_box .input{
    width: 250px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    float: left;
    padding: 0 5px;
}
.reg_box .input_box .right{
    float: left;
    margin-left: 13px;
}
.reg_box .input_box .error{
    float: left;
    margin-left: 13px;
    display: none;
    color: #fe0303;
}
.reg_box .input_box .input_sm{
    width: 140px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    float: left;
    padding: 0 5px;
}
.reg_box .input_box .getCode{
    width: 100px;
    margin-left: 10px;
    background: #e7e7e7;
    color: #999999;
    text-align: center;
    height: 35px;
    line-height: 35px;
    float: left;
    font-size: 12px;
}
.reg_box .input_box .codeImgBox{
    width: 100px;
    height: 35px;
    margin-left: 10px;
    border: 1px solid #e7e7e7;
    float: left;
    cursor: pointer;
}
.reg_box .input_box .codeImg{
    width: 100%;
    height: 100%;
}
.reg_box .tips{
    margin-left: 195px;
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
}
.reg_box .tips_b{
    margin-top: 10px;
    margin-left: 260px;
    font-size: 12px;
}
.reg_box .submit{
    margin-top: 18px;
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-left: 195px;
}

.register_nav{
    margin-left: 115px;
    margin-bottom: 20px;
}
.register_nav li{
    float: left;
    margin-left: 27px;
}
.register_nav li label{
    vertical-align: middle;
    cursor: pointer;
}
.register_nav li input{
    vertical-align: middle;
    cursor: pointer;
}

.reg_box .qqRegBox{
    margin-top: 107px;
}
.reg_box .qqRegBox .img{
    display: block;
    margin: 30px auto 0;
}

/*忘记密码*/
.forgot_main.container{
    height: 618px;
    padding: 50px 0 0;
}
.forgot_main .status{
    width: 909px;
    height: 36px;
    margin: 0 auto;
}
.forgot_main .status.status1{
    background: url(../image/forgot_step_1.png) no-repeat;
}
.forgot_main .status.status2{
    background: url(../image/forgot_step_2.png) no-repeat;
}
.forgot_main .status.status3{
    background: url(../image/forgot_step_3.png) no-repeat;
}
.forgot_main .status.status4{
    background: url(../image/forgot_step_4.png) no-repeat;
}
.forgot_main .forgot_input{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 17px;
}
.forgot_main .forgot_input .input{
    width: 100%;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    display: block;
}
.forgot_main .forgot_input .input_sm{
    width: 190px;
    height: 40px;
    padding: 0 8px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    display: block;
    float: left;
}
.forgot_main .forgot_input .getCode{
    width: 100px;
    margin-left: 10px;
    background: #e7e7e7;
    color: #999999;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 12px;
}
.forgot_main .forgot_input .error{
    color: #fe0303;
    position: absolute;
    left: 310px;
    top: 8px;
    font-size: 13px;
    white-space: nowrap;
    display: none;
}
.forgot_main .deal_btn{
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.forgot_main .complete{
    width: 29px;
    height: 28px;
    display: inline-block;
    background: url(../image/complete_icon.png) no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}
.forgot_main .returnHome{
    width: 120px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin: 50px auto 0;
}

/*俱乐部申请*/
.clubContainer.container{
    padding: 50px 0;
}
.clubBox{
    background: #eeeeee;
    width: 892px;
    padding: 3px;
    margin: 0 auto;
}
.clubMain{
    background: #ffffff;
    padding: 45px 80px 50px;
}
.clubMain>.title{
    font-weight: bold;
}
.club_nav{
    margin: 20px 0 0 185px;
}
.club_nav li{
    float: left;
    margin-right: 37px;
}
.club_nav li label{
    margin-left: 5px;
    cursor: pointer;
    vertical-align: middle;
    color: #666666;
}
.club_nav li input{
    cursor: pointer;
    font-size: 13px;
    vertical-align: middle;
}

.club_table{
    margin-top: 30px;
    border-collapse: collapse;
    color: #999999;
    font-size: 13px;
}
.club_table .label{
    width: 190px;
    text-align: right;
    vertical-align: top;
    line-height: 35px;
}
.club_table .info{
    padding-bottom: 15px;
    vertical-align: top;
}
.club_table .required{
    color: #fe0303;
    margin: 0 7px;
}
.club_table input[type='text'],.club_table input[type='password']{
    border: 1px solid #e7e7e7;
    padding: 0 10px;
    height: 35px;
    color: #666666;
    font-size: 13px;
}
.club_table .error{
    font-size: 12px;
    color: #fe0303;
    margin-top: 3px;
    margin-left: 2px;
    display: none;
}
.club_table .input_lg{
    width: 456px;
}
.club_table .input_md{
    width: 250px;
}
.club_table .input_sm{
    width: 115px;
}
.club_table .uploadImg{
    margin-top: 6px;
    margin-bottom: 7px;
    width: 180px;
}
.club_table .select{
    height: 35px;
    line-height: 35px;
    padding: 0 35px 0 10px;
    position: relative;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    width: 220px;
    margin-right: 20px;
    float: left;
}
.club_table .select i{
    width: 33px;
    height: 33px;
    background: url(../image/sel_icon.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
}
.club_table .select .list{
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    background: #ffffff;
    display: none;
    z-index: 10;
    max-height: 180px;
    overflow: auto;
}
.club_table .select .list li{
    padding-left: 10px;
}
.club_table .select .list li:hover{
    color: #00b7b6;
}
.club_table .list_title{
    padding-bottom: 25px;
    color: #666666;
    padding-right: 20px;
    padding-top: 20px;
}
.club_table .info .radio_box{
    padding: 7px 0 8px;
}
.club_table .info .radio_box label{
    margin: 0 40px 0 0;
    vertical-align: sub;
    cursor: pointer;
}
.club_table .info .radio_box input{
    vertical-align: sub;
    cursor: pointer;
}
.club_table .submit{
    margin: 15px 0 0 133px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    display: block;
}
.club_table .uploadBtn{
    width: 60px;
    height: 24px;
    display: inline-block;
    background: url(../image/uploadBtn.png) no-repeat;
    margin: 5px 0 0 9px;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    line-height: 24px;
}
.club_table .input_box{
    position: relative;
}
.club_table .file{
    width: 60px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 5px;
    opacity: 0;
}
.club_table .tips{
    margin-left: 10px;
}
.club_table .linkmark{

}