@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;background:url(../images/userlogin_bgimg.jpg) no-repeat;background-size:cover;background-position:center;background-attachment:fixed;}
.userregisterbox{width:552px;border-radius:20px;box-shadow:0 0 15px rgba(0,0,0,0.3);margin:40px auto;padding:30px 60px;background:#fff;}
/*注册信息*/
form{width:300px;float:left;}
form h2{margin:0 auto 20px;padding:0;font-family:"微软雅黑";font-size:20px;line-height:20px;color:#333;text-align:center;}
.registerbox{margin-bottom:20px;width:300px;height:36px;}
.registerbox label{display:block;width:300px;height:36px;}
.registerbox input.inputtext{display:block;margin:0;padding:0 0 0 10px;width:278px;height:34px;font-size:14px;color:#666;font-family:"微软雅黑";border:1px solid #ccc;border-radius:6px;outline:none;line-height: 34px;}
.registerbox select{outline:none;margin:0 10px 0 0;display:block;float:left;border:1px #ccc solid;border-radius:6px;background:#fff;width:90px;padding:0 0 0 5px;height:36px;font-family:"微软雅黑";font-family:14px;line-height:36px;color:#666;cursor:pointer;}
.registerbox select option{display:block;height:30px;font-family:"微软雅黑";font-family:14px;line-height:30px;color:#666;}
.registerbox .klwmanager{display:block;margin:0;padding:0 0 0 6px;width:290px;height:36px;font-size:14px;color:#666;font-family:"微软雅黑";border:1px solid #ccc;border-radius:6px;outline:none;line-height:34px;}
.registerbox #show{color:#177ee6;}
.registerbox button.notecodebtn{display:block;margin:0;padding:0;font-family:"微软雅黑";font-size:14px;line-height:36px;width:100px;height:36px;border-radius:6px;text-align: center;color:#fff;background:#177ee6;outline:none;border:none;float:left;margin-left:20px;cursor:pointer;transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-webkit-transition:all 0.3s;}
.registerbox button.notecodebtn:hover{box-shadow:0 5px 10px rgba(64,140,255,0.5);}	
.registerbox .tips{position:absolute;margin-top:4px;font-family:"微软雅黑";font-size:12px;line-height:12px;color:#999;}
/*验证码*/
.code{display:block;width:100px;height:36px;font-size:20px;color:#fff;text-align:center;line-height:36px;float:left;margin-left:20px;}
/*协议*/
.arguement{width:300px;height:20px;margin-bottom:14px;}
.arguement input.xieyi{display:block;margin:4px;padding:0;float:left;width:12px;height:12px;}
.arguement b{font-weight:normal;font-family:"微软雅黑";font-size:12px;line-height:20px;color:#666;display:block;float:left;}
.arguement a{display:block;float:left;color:#177ee6;text-decoration:none;font-size:12px;line-height:20px;}
/*提交按钮*/
.submit_btn button{width:290px;height:40px;color:#fff;background:#177ee6;border:none;font-size:16px;font-family:"微软雅黑";text-align:center;line-height:40px;border-radius:8px;cursor:pointer;outline: none;transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-webkit-transition:all 0.3s;}
.submit_btn button:hover{box-shadow:0 5px 10px rgba(64,140,255,0.5);}


/*右侧登录提示*/	
.rightloginbox{float:right;border-left:2px #e6e6e6 solid;padding:10px 0 30px 60px;}	
.rightloginbox h5{margin:0 0 15px 0;padding;0;font-family:"微软雅黑";font-size:18px;color:#333;line-height:20px;}
.rightloginbox a{display:block;text-decoration:none;text-align:center;font-family:"微软雅黑";line-height:40px;width:120px;height:40px;border-radius:8px;background:#ff8202;color:#fff;margin-bottom:30px;transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-webkit-transition:all 0.3s;}	
.rightloginbox a:hover{box-shadow:0 0 10px rgba(0,0,0,0.2);}
.rightloginbox p{margin:0;padding;0;font-family:"微软雅黑";font-size:12px;color:#666;line-height:12px;}	
.rightloginbox img{display:block;width:120px;height:120px;margin:10px 0;}
.rightloginbox img.phoneicon{display:block;width:16px;height:16px;float:left;margin:0;}
.rightloginbox h6{margin:0 0 0 10px;padding;0;font-family:"微软雅黑";font-size:14px;color:#666;line-height:16px;float:left;}
.rightloginbox i{font-family:"微软雅黑";font-size:16px;color:#ff8202;line-height:16px;font-weight:bold;display:block;margin-top:10px;font-style:normal;}
