
body {
	
font-size:12px;
	
margin:0;
	
background: #B6CCDA url(../images/bg2.gif) center  bottom no-repeat;
	
}

.login {
	margin:0 auto;
	
	border-bottom:none;
	position:relative;
}
.header {
	height:50px;
	border-bottom:1px solid #e2e2e2;
	position:relative;
	font-family:"Microsoft Yahei";
}
.header .switch {
	height:45px;
	position:absolute;
	left:60px;
	bottom:0;
	font-size:16px;
}
.header .switch #switch_qlogin {
	margin-right:85px;
}
.header .switch .switch_btn {
	color:#999;
	display:inline-block;
	height:45px;
	line-height:45px;
	outline:none;
	*hide-focus:expression(this.hideFocus=true);
}
.header .switch .switch_btn_focus {
	color:#333;
	display:inline-block;
	height:45px;
	line-height:45px;
	outline:none;
	*hide-focus:expression(this.hideFocus=true);
}
.header .switch .switch_btn:hover {
	color:#333;
	text-decoration:none;
}
.header .switch .switch_btn_focus:hover {
	text-decoration:none;
}


h1{margin:30px auto 50px auto;text-align:center;color:#fff;font-size:45px;font-weight: bold;text-shadow: 0px 1px 1px #555; text-transform:uppercase}
.reg-header{text-align:center;color:#333; font-size:16px;}
.color-red{ color:#F00}
h1 sup{
    font-size: 18px;
    font-style: normal;
    position: absolute;
    margin-left: 10px;}
.rows {width:55%;margin: 50px auto;background:#FFF;padding:0px 0px 100px;display:block;overflow:hidden;}
.control-label{ color:#333; font-size:14px;}
 .tip-box{ display:block; text-align:center; height:20px; line-height:20px; color:#f90; font-size:13px; }
@media (max-width: 768px) {
	.rows {width:80%;margin:0 auto}
	}


 .form-group a.send{ display:inline-block; padding:0 10px; color:#555; border:1px solid #e0e0e0; height:35px; border-radius:5px; margin-left:20px; line-height:35px; color:#fff; background:#d9534f }
   .form-groupa .send.gray{ color:#999; }
 
    .form-group  .code{ width:180px; }

.nav-tit{ margin:0 auto 50px; padding:30px 0; text-align:center; color:#333; font-size:16px; line-height:1em; border-bottom:1px solid #e0e0e0; }
    .nav-tit.short{ padding-bottom:0; border-bottom:0; }
    .nav-tit a{ margin-left:10px; color:#333;  }
    .nav-tit a:hover,.nav-tit a.selected{ color:#34ad2a; }
    .nav-tit i{ margin-left:10px; color:#e0e0e0; }
	/*提示信息*/
.msg-tips{ position:relative; margin:30px auto; padding:30px 0; width:420px; font-size:14px; text-align:left; }
    .msg-tips .icon{ display:block; float:left; width:60px; height:60px; }
    .msg-tips .icon i{ margin:0; padding:0; font-size:60px; color:#090; line-height:1em; }
    .msg-tips .icon.warning i{ color:#f90; }
    .msg-tips .icon.error i{ color:#f00; }
    .msg-tips .info{ margin-left:80px; }
    .msg-tips .info strong{ display:block; padding-bottom:5px; color:#333; font-size:18px; font-weight:normal; line-height:1.3em; }
    .msg-tips .info p{ line-height:24px; color:#666; font-size:14px; }
    .msg-tips .info p a{ margin:auto 2px; }
	
	.nTab{width:100%;}
.nTab .TabTitle{clear: both;width:50%; height:32px; border-bottom:1px solid #d9534f; margin:10px auto;  overflow: hidden; position:relative}
.nTab .TabTitle ul{border:0; margin:0; padding:0; margin-left:0px; }
.nTab .TabTitle li{width:110px; height:32px; float:left; margin-right:10px; display:block; line-height:32px; margin-bottom:10px; text-align:center; overflow:hidden;  cursor:pointer;  list-style-type:none; font-size:15px; border:0px;}
.nTab .TabTitle .active{color:#FFF; background:#d9534f; font-weight:400}
.nTab .TabTitle .normal{ color:#333;background:#EAEAEA; }
.nTab .TabContent{margin-top:0px;}
.nTab  .TabContent{width:100%; text-align:left}
.nTab .none{display:none}