@charset "UTF-8";
/*申请框*/
.bg_box{
    width: 100%;
    padding:20px 0;
    background: #EFF6FE;
}

.kuang_left{float:left;}



.kuang_right{
   width: 530px;

    margin:20px 0px  0px;
    float:right;


}
.kuang_right .welcome{
    height: 50px;
    border-bottom:1px solid #eee;
    line-height: 50px;
    padding-left: 32px;
    color:#333;
    font-size: 18px;

}
.kuang_right .welcome a{
    color:#1065A3;
}
.kuang_right .welcome a.login{
	color:#296CDE;
	font-size:18px;
	font-weight:bold;
}

form{
    padding: 10px 0;
}

#apply div:first-child{
    padding-top:0px;
}
input{
    width: 343px;
    height: 28px;
    border:1px solid #ddd;
    border-radius: 2px;
    color:#666666;
    cursor:pointer;
    text-indent:10px;
    overflow:hidden;

}

.form-control{
    width:100%;
    margin: 0 auto;
}

.form-control label{
    display: inline-block;
    width: 100px;
    color:#666666;
    font-size: 16px;
    margin-right: 10px;
    text-align: right;
}

.checkbox{
    width: 100%;
    margin: 0 auto;
}

.btn{
    width: 200px;
    margin: 0 auto;
}



/*复选框*/
.checkbox span {
    position: relative;
}
.checkbox  a{
    color:#666;
}
.checkbox .xieyi{
    color:#428eff;}
.checkbox .input-check {
    position: absolute;
    visibility: hidden;
}
.checkbox .input-check+label {
    display: inline-block;
    width: 16px;
    height:16px;
    margin-bottom: -3px;
    border: 1px solid #ceb7ee;
    position: relative;
 }
.checkbox .input-check:checked+label:after {
    content: "";
    position: absolute;
    left:2px;
    bottom:8px;
    width:10px;
    height:4px;
    border: 1px solid #ceb7ee;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);
}

select.multi-select {
        width: 346px;
        height:32px;
        border: 1px solid #ddd;
        border-radius: 2px;
}
form span.error{
	color:#f65e58;
	display:block;
	margin-left:115px;
}
form .checkbox span.error{
	display:inline-block;
	margin-left:10px;
}
.sqbtn{width:300px; margin:10px auto 10px;}
.sqbtn a.djsq{ display:inline-block;border-radius:5px;width:100%;  text-align: center;
color:#fff;cursor: pointer;border: 1px #99bdfc solid;height: 50px;line-height: 50px;background: #296CDE;font-size: 18px;}










/*尾部*/
.footer{
    margin-top:0px;
}