@charset "utf-8";

body{font-family:"microsoft yahei";}
@media (min-width: 1200px){
    .bap-header .container{
        width: 95%;
    }
}
.navbar-default 
{
	border: none;
	border-color: none;
}

.navbar-fixed-top {border: none;box-shadow: none;}
html{
    width:100%;
    height:100%;
}
body{
    width:100%;
    /*height:100%;*/
    background: url("../image/banner_register.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}
.navbar-toggle{
    display: none;
}
.login_back{
    position: absolute;
    top:0;
    left:10px;
}
.login{
    width:500px;
    min-height:300px;
    background:#F1F2F2;
    z-index: 999;
    display: block;
    padding:50px 30px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login h1{
    font-size:42px;
    color:#666666;
    text-align: center;
}
.login form{
    margin-top:45px;
}
.login input{
    width:100%;
    height:40px;
    border:1px solid #DCE1E4;
    margin-bottom:15px;
    padding-left:15px;
    font-size: 16px;
    color:#B6B6B6;
}
.login .phone_num{
    display: inline-block;
    width:20%;
    height:40px;
    border:1px solid #DCE1E4;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#333;
    background:#F9F9F9;
    box-sizing: border-box;
}
#lPhone3{
    width:80%;
    box-sizing: border-box;
    border-left:none;
    margin-bottom:0;
}
#bt-login2{
    background: #1381E7;
    font-size: 18px;
    color:#ffffff;
    margin-bottom:16px;
}
#bt-login3{
    border:1px solid #3490E6;
    background: none;
    font-size: 18px;
    color:#1580e4;
    margin-bottom:0;
}
#login-form1 b{
    display: inline-block;
    font-size: 14px;
    color:#666666;
    font-weight: normal;
    margin-bottom:60px;
}
#login-form1 b a{
    font-size: 14px;
    color:#1381E7;
    font-weight: normal;
}
#login-form1 label{
    display: inline-block;
    font-size: 14px;
    color:#666666;
    font-weight: normal;
    margin-bottom:60px;
    padding-top:6px;
    margin-left:15px;
}
input[type="checkbox"] {
    -webkit-appearance: none;  /*清除复选框默认样式*/
    background: #fff url(../image/btn_checked_bg.png) no-repeat;   /*复选框的背景图，就是上图*/
    height: 22px !important;   /*高度*/
    vertical-align: middle;
    width: 22px;
    border:none;
    outline: none;
}
input[type="checkbox"]:checked {
    background-position: -48px 0;
}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {/*xs sm*/
    .login{
        width:440px;
        /*margin:180px auto 0;*/
        padding:40px 30px;
    }
    .login h1{
        font-size:36px;
        color:#666666;
        text-align: center;
    }
    .login form{
        margin-top:36px;
    }
    .login input{
        height:38px;
        font-size: 14px;
    }
    .login .phone_num{
        height:38px;
        line-height: 38px;
        font-size: 14px;
    }
    #phone{
        width:35%;
        text-align: center;
        font-size: 14px;
        color:#000;
        margin-bottom:0;
    }
    #login-form1 b{
        font-size: 14px;
        margin-bottom:50px;
    }
    #login-form1 b a{
        font-size: 14px;
    }
    #login-form1 label{
        font-size: 12px;
    }
    #bt-login2{
        font-size: 18px;
    }
    #bt-login3{
        font-size: 18px;
    }
}
@media (max-width: 460px) {
    .login{
        width:90%;
        /*margin:80px auto 0;*/
        padding:30px 20px;
    }
    .login h1{
        font-size:30px;
        color:#666666;
        text-align: center;
    }
    .login form{
        margin-top:30px;
    }
    .login input{
        height:36px;
        font-size: 12px;
    }
    .login .phone_num{
        height:36px;
        line-height: 36px;
        font-size: 12px;
    }
    #phone{
        width:35%;
        text-align: center;
        font-size: 12px;
        color:#000;
        margin-bottom:0;
    }
    #login-form1 b{
        font-size: 12px;
        margin-bottom:40px;
    }
    #login-form1 b a{
        font-size: 12px;
    }
    #login-form1 label{
        font-size: 12px;
    }
    #bt-login2{
        font-size: 16px;
    }
    #bt-login3{
        font-size: 16px;
    }
}
