@charset "utf-8";
/* CSS Document */
body{/*background-color: #f0f0f0;*/ background:url(../images/bj.jpg) no-repeat; background-size:100% 100%; background-attachment:fixed;margin:0; padding:0; outline:none; list-style:none; font-size:16px; text-align:center;}
/*登录框*/
.div_dlk{width:400px; height:auto; margin:0 auto; margin-top:150px; padding:50px; background:#fff; border-radius:10px; border:1xp solid #f0f0f0;order:#66afe9 1px solid; box-shadow: 0 0 10px rgba(81, 203, 238, 0.5); -webkit-box-shadow: 0 0 10px rgba(81, 203, 238, 0.5); -moz-box-shadow: 0 0 10px rgba(81, 203, 238, 0.5);}
.div_bt{text-align:center; font-size:24px; margin-bottom:10px;}
.div_k{width:100%; height:50px;}
.div_k_bt{width:100px; height:40px; line-height:40px; margin-top:10px; float:left; text-align:right;}
/*select*/
.div_k_sct{float:right; text-align:right;}
.div_select{width:290px; height:40px; margin-top:10px; border:1px solid #ccc;  border-radius:4px; outline:none; font-size:16px;}
.div1_k{width:100%; height:40px; margin:22px auto;}
.div1_k_bt{width:100px; height:40px; line-height:40px; float:left; text-align:right;}

/*输入框*/
.div1_k_input{float:right; width:290px; height:auto;}
.input1{outline:none; list-style:none;}
.input1-default{list-style:none; width:270px; height:40px; border-radius:4px; border:1px solid #ccc; padding:0px 10px;outline:none;}
.input1-default:focus {border:#66afe9 1px solid; box-shadow: 0 0 5px rgba(81, 203, 238, 0.5); -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0.5); -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0.5);outline:none;}

/*输入框2*/
.div2_k{width:100%; height:40px; margin:22px auto;}
.div2_k_bt{width:100px; height:40px; line-height:40px; float:left; text-align:right;}
.div2_k_input{float:right; width:290px; height:auto;}
.input2{outline:none; list-style:none; float:left;}
.input2-default{list-style:none; width:130px; height:40px; border-radius:4px; border:1px solid #ccc; padding:0px 10px;outline:none;}
.input2-default:focus {border:#66afe9 1px solid; box-shadow: 0 0 5px rgba(81, 203, 238, 0.5); -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0.5); -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0.5);outline:none;}
.yzm{width:110px; height:40px; float:right;}
.yzm_img{width:110px; height:40px;}

/*蓝色*/
.div_btn{width:100%; height:auto; margin-top:10px; text-align:right;}
.btn-blue{color:#fff; background:#428bca; border:1px solid #357ebd; border-radius:4px; padding:12px 30px;cursor:pointer;outline:none;}
.btn-blue:hover{background:#3276b1;border-color: #285e8e;}
.btn-blue:active{background: #286090;border-color: #204d74;}



