@charset "utf-8";
/* 公共样式 */
html, body, table, th, tr, td, div, span, input, select, textarea, ul, li, dl, ol, dt, dd, form, p, hr, img, h1, h2, h3, h4, h5, h6, h7 {
	padding: 0;
	margin: 0;
}
strong {
	font-weight: normal;
}
ul, li {
	list-style: none;
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
}
img {
	border: 0;
	vertical-align: top;
}
input textarea {
	resize: none;
	outline: none
}
html {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	font-size: 12px;
	background: #fff;
	color: #5f6063;
	width: 100%;	
	overflow: auto;
	font-family:"微软雅黑", Microsoft Yahei, Arial, Helvetica, sans-serif;
}
i {
	font-style: italic;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
	cursor:pointer;
}
button, input {
	outline: none;
	
}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}/* for firefox Button Bug*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
form {
	display: block;
	margin-top: 0em;
}
.hide{
	display: none;
}
input, select {
	color: #222;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
::-webkit-input-placeholder { /* WebKit browsers */
　　color:#8d8d8d;
}
　　:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#8d8d8d;
}
　　::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#8d8d8d;
}
　　:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#8d8d8d;
}
a:hover {
	color: #294b98;
	text-decoration: none;
}
.content {
    width: 1000px;
    margin: 0 auto;
}
.top {
    width: 940px;
    padding: 33px 30px 19px 30px;
	border-bottom: solid 1px #dadada; 
}

.fll {
    float: left !important;
}
.margin-top-30 {
    margin-top: 30px !important;
	padding:0 10px 0 25px;/*background:url(../../../image/phone.png) 10px center no-repeat;*/color:#666
}
.flr {
    float: right !important;
    font-size:16px;
}
.main {
    width: 1000px;
    position: relative;
    margin-top: 50px;
}
.login_main {
    width: 998px;
    height: 413px;
    background: url(../../../image/loginback.jpg) no-repeat;
    margin: 1px;
    background-position-x:-720px;
}
.footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
    _margin-right: -3px;
    line-height: 18px;
    border-top: solid 1px #dadada;
    margin-top: 48px;
}
.footer_text {
    width: 998px;
    margin: 0 auto;
}
.footer a {
    text-decoration: none;
    color: #4e4e4e;
}
.footgov {
    margin: 5px auto;
    width: 330px;
    text-align: left;
}
.footgov span {
    float: left;
}
.footgov .govtxt {
    float: left;
    padding: 0 0 10px 20px;
    width: 170px;
}
.footgov .gov {
    width: auto;
    /*background: url(../../../image/logo.jpg) no-repeat;*/
    line-height: 25px;
    padding: 0 0 0 0;
    margin: 0;
}
.footgov .govtxt2 {
    padding: 0 0 0 0px;
}
.tabs {
    float: left;
    margin: 35px 0 0 650px;
    background: #FFF;
	padding:15px;
	width:300px;
	height:320px;
	position:relative;
	padding-top:10px;
}
.tabsNav {
    height: 44px;
    line-height: 44px;       
    border-bottom:solid 1px #d7d7d7;     
}
.tabsNav li {    
    cursor: pointer;
    float: left;    
    height: 44px;
    text-align: center;
    color: #5f6063;
    font-size: 18px;    
	margin-right:20px;    
}
.tabsNav .on {  
  /*  color: #379bd6;
	border-bottom:solid 2px #379bd6;   */
}

.tabsContent {
    float: left;
    width: 300px;
   /* height: 379px;*/
    padding: 20px 0 10px 0;
    position: relative;  
}
.s-qrcode, .pc{    
    float: right;
    width: 54px;
    height: 54px;   
    background: url(../../../image/logo.jpg) no-repeat 0 0;
	position:absolute;
	top:0;
	right:0;
}
.pc{background: url(../../../image/logo.jpg) no-repeat 0 0;}
li.mail_login, li.qrcode_login{
	width:100%;
	margin-right:0;
	border-bottom:0;
	color: #379bd6;
}

.tabsContent .reg_item {
    width: 300px;
    float: left;
	margin-bottom:20px;
	position:relative;
	height:38px;      
}



.reg_input{ width:278px; height:36px; line-height:36px; border:1px solid #d7d7d7; background:#d7d7d7; padding:0 10px; font-size:14px; color:#5f6063;display:inline-block;
	float:left;}
.reg_input:hover{ border:1px solid #379cd6;}
input.er{ border:1px solid #ff6363;}
.reg_input.small{width:138px; }
.reg_error {
    width:280px;
	padding:0 10px;      
    height: 1px;
    line-height: 20px;
    color: #ff6363;    
    position: relative;
    top: 0px;
    z-index: 88;
    text-align: left;
}
.passwordbox label {
    position: absolute;
	top:0;
	left:0;
	height: 38px;
    line-height: 38px;
    width:280px;    
    padding:0 10px; 
	font-size:14px; 
	color:#5f6063;
    z-index: 2;
	display:block;
}
.btn-bar{ width:100%; padding-top:15px;}
.btn{
	width:300px;
	background:#294b98;
	text-align:center;
	font-size:14px;
	border:1px solid #2a55a0;
	height:38px;
	line-height:38px;
	color:#fff;
	border-radius:5px;
	display:inline-block;
	float:left;
	cursor:pointer;
	outline:0;
}
.btn:hover{background: #2a55a0;}
.btn-B{
	width:130px;
	background:#fff;
	font-size:14px;
	border:1px solid #d7d7d7;
	color:#5f6063;
	border-radius:0;
	margin-left:10px;	
}
.btn-B:hover{ background:#f8f8f8;}
a.num-code{
	width:128px;
	background:#fff;
	font-size:14px;
	border:1px solid #d7d7d7;
	color:#5f6063;
	border-radius:0;
	margin-left:10px;
	height:38px;
	line-height:38px;
	display:inline-block;
	text-align:center;
}
.reg_xy {
    margin-top: 20px;
    width: 100%;
    text-align: center;
	font-size:14px;	
}
.random {
    width: 100%;
    float: left;
    text-align: left;   
}
.reg_xy input {
    position: relative;
    top: 1px;
    left: 0;
}
.reg_xy a:hover{ text-decoration:underline;}
.tab-login{ width:100%; padding:10px 0; text-align:center; font-size:14px; position:absolute; bottom:5px; left:0;}
.tab-login a{ margin:0 20px;}
.tab-login a:hover{text-decoration:underline}
.saoma-main{ width:100%; height:172px;}
.code{width:162px; height:162px; position:relative; display:inline-block; float:left; left:15px;}
.qr-code {
    width: 140px;
    height: 140px;    
    position: relative;    
	padding:10px;
	border:1px solid #d7d7d7;
	display:inline-block;
}
.code.er{position:relative; left:69px;}
.saoma .image{ width:102px; height:174px; display:inline-block; position: relative; top:-10px; left:20px; float:left;}
.code .mask{ position:absolute; top:0; left:0; width:162px; height:162px; z-index:22; background:url(../../../image/phone.png); display:none;}
.mask p{ font-size:16px; padding-top:50px; line-height:1.5em;}
.qr-code-main{
	width:100%;
	text-align:center;
	padding-top:20px;	
}
.qr-code-main .txt{ font-size:16px; padding-top:30px; line-height:2em;}
.qr-code-main .txt1{ font-size:12px; padding-top:10px; line-height:2em;}
.btn-red{
	width:110px;
	background:#f76766;
	text-align:center;
	font-size:14px;
	border:1px solid #f76766;
	height:28px;
	line-height:28px;
	color:#fff;	
	display:inline-block;	
	cursor:pointer;
	outline:0;
}
.btn-red:hover{background: #e94e4d;}
.mask .btn-red{ margin-top:10px;}
.saoma-y{display:none; }
.saoma-y img{ width:106px; height:106px; margin:0 auto;}
.icon-15{ width:15px; height:15px; display:inline-block; background:url(../../../image/logo.jpg) no-repeat; position:relative; top:2px; padding-right:5px;}

.tabsContent .emailist { width:298px; margin:38px  0 84px; *margin:36px 0 0 0;}
.emailist { overflow:hidden; border: 1px solid #ccc; line-height:30px; background: #fff; position:absolute; margin: 33px 0 0 69px; *margin-left:-257px; width: 253px; }
.emailist li { _width:245px; border-bottom: 1px solid #eee; padding: 3px 5px; cursor: pointer; }
/* .emailist li:hover, .on { background: #f0f3f9; } */
.reg_right .emailist { width: 248px; display:block; *margin-left:0;}

.reg_success_text { text-align: center; margin-bottom: 20px; }
.reg_success_text img { position: relative; top: 12px; left: -20px; }

a.login_a { margin-left: 10px; color: #e40077 }
a.login_a:hover { color:#ff4aa9}

.random1 { width: 90%; float: left; text-align: right; padding-right: 10%; }
.reg_item_title { width: 69px; height:33px; text-align:center; float: left; background:#f1f1f1 }
.reg_item1 { width:318px; height:33px; line-height:33px; margin: 23px 0 0 20px; _margin-top: 20px; border:solid 1px #dadada }

.reg_input1 { border: 0; width: 228px; height: 23px; line-height:23px; *height: 22px; *line-height:22px; padding:5px 10px; }
.login_tip { color: #dd005f; padding-left: 25px; height: 25px; line-height: 25px; margin: 5px auto 0 auto }
.login_protect { width: 330px; border: solid 5px #ccc; position: absolute; top: 25px; left: 50%; margin-left: -165px; z-index: 888; background: #FFF; padding-bottom: 20px; display: none }
.login_protect .reg_item1 { width:286px}
.login_pro_title { width: 320px; padding-left: 10px; height: 40px; line-height: 40px; border-bottom: solid 1px #e8e8e8; background: #f1f7fc; font-size: 14px; font-weight: bold; color: #999 }
.protect_btn { width: 330px; text-align: center; margin-top: 20px; }
.qr_btn,.qx_btn { background:#0085d0; border-radius:4px; font-size:14px; font-weight:bold; color:#FFF; width: 115px; height: 34px; cursor: pointer }
.qr_btn:hover { background: #1796dd; }
.protect_close { width: 16px; height: 16px; position: absolute; top: 12px; right: 12px; cursor: pointer; background: url(../../../image/logo.jpg); }

@media screen and (max-width:480px) {
	.footgov{ display:none;}
	.x_contact{ display:none;}
.content {
    width: 100%;
    margin: 0 auto;
}
.top {
    width:100%;
	margin:0px auto;
    padding: 33px 0px 19px 0px;
	border-bottom: solid 1px #dadada; 
}
.main {
    width: 100%;
    margin-top:0px;
}
.login_main {
    width:100%;
    height: 413px;
    background: url(../../../image/loginback.jpg) no-repeat;
    margin:0px;
    background-position-x:-720px;
}

.tabs {
    float: left;
    margin: 35px 0 0 20px;
    background: #FFF;
	padding:15px;
	width:300px;
	height:320px;
	position:relative;
	padding-top:10px;
}
}
@media screen and (max-width:410px) {
	.margin-top-30 {
		margin-top: 0px !important;
	}
}
@media screen and (max-width:340px) {
	.footgov{ display:none;}
	.x_contact{ display:none;}
.content {
    width: 100%;
    margin: 0 auto;
}
.top {
    width:100%;
	margin:0px auto;
    padding: 20px 0px 0px 0px;
	border-bottom: solid 1px #dadada; 
	/*height:70px;*/
}
.margin-top-30 {
	margin-top: 0px !important;
}
.main {
    width: 100%;
    margin-top:0px;
}
.login_main {
    width:100%;
    height:413px;
    background: url(../../../image/loginback.jpg) no-repeat;
    margin:0px;
    background-position-x:-720px;
}

.tabs {
    float: left;
    margin:18px 0 0 0px;
    background: #FFF;
	padding:10px;
	width:300px;
	height:320px;
	position:relative;
	padding-top:10px;
}
}

.x_footer{ width:100%; text-align:center; font-size:12px; margin-top:12px;}
a,a:link,a:visited,a:active{
	color: #4e4e4e!important;
	text-decoration: none!important;
}
a:hover {
	color: #294b98!important;
	text-decoration: none!important;
}