@charset "utf-8";
/* CSS Document */
.login_content{width: 100%; height: 100%; padding: 40px 0 40px 400px;; background:url(../images/login_bg.jpg);}
#menu{width:30%; height: 100%; background: rgba(255,255,255,0.86); overflow:hidden; margin:0px auto;border:1px solid #bababa; border-radius: 4px;}
#menu #nav {
	background: -webkit-linear-gradient(#fff, #5bb85c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fff, #5bb85c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fff, #5bb85c); /* Firefox 3.6 - 15 */
    background: linear-gradient(#fff, #5bb85c); /* 标准的语法 */
	display:block; width:100%; height: 60px; padding:0;margin:0;list-style:none; }
#menu #nav li {float:left; width:50%;}
#menu #nav li a {display:block; text-decoration:none;  line-height: 50px; padding-top: 10px; text-align:center; color:#3c3c3c; font-size: 18px; }
#menu_con{ width:100%; border-top:none; }
.tag{overflow:hidden; height: 100%;}
.selected{background: #fff;}
.tag h1,h2{text-align: center;}
.login_qrcode{width:100%; display:inline-block; text-align: center;}
.login_share{width: 100%; margin-top: 10%; display:inline-block; background: #eceeea; height: 60px; text-align: center; padding: 20px;}
.tag input{margin-top:6%;}
.tag input[type="text"],input[type="password"]{width: 80%; height: 40px; border: 1px solid #afafaf; border-radius: 4px;}
.login_user{margin-top: 5%;}
.login_user,.login_password{display:inline-block; width: 90%; margin-left: 9%;}
.login_user input[type="text"]{background: url(../images/login_usericon.png); background-repeat: no-repeat; background-position: 5px 6px;  padding-left: 40px}
.login_password input/*[type="text"]*/{background: url(../images/login_passwordicon.png); background-repeat: no-repeat; background-position: 5px 6px;  padding-left: 40px}
.login_repassword{margin-left: 10%;}
.login_forpassword{margin-left: 54%;}
.login_button input[type="button"]{width: 80%; height: 50px; margin-left: 10%; background: #008bd6; color: #fff; font-size: 16px;}