nav .nav-container {
	width: 1088px;
}
#content {
	background: url(../img2/login-background.jpg) repeat-x top center;
}
#content .content-container {
	width: 1088px;
	padding-top: 50px;
}
#content .content-left {
	float: left;
	width: 300px;
	height: 328px;
	padding: 20px 40px;
	background-color: #f6fee9;
}
#content .content-left li {
	float: left;
	width: 150px;    /* width: 100; */
	line-height: 26px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
	border-bottom: 2px solid #eee;
}
#content .content-left li.active {
	font-size: 16px;
	border-bottom: 2px solid #3ba354;
}
#content .content-left li.active a {
	font-weight: bold;
}
#content .content-left article {
	margin-top: 20px;
}
#content .content-left article .row {
	margin-bottom: 20px;
	position:relative;
}
#content .content-left article .row label{
	top:0;
	left:40px;
}
#content .content-left article .icon-mobile, #content .content-left article .icon-user, #content .content-left article .icon-password , #content .content-left article .icon-yzm {
	float: left;
	width: 40px;
	height: 42px;
}
#content .content-left article .icon-mobile {
	background: #ccc url(../img2/icon/icon-mobile-1.png) no-repeat center;
}
#content .content-left article .icon-user {
	background: #ccc url(../img2/icon/icon-user-1.png) no-repeat center;
}
#content .content-left article .icon-password {
	background: #ccc url(../img2/icon/icon-password-1.png) no-repeat center;
}

#content .content-left article .icon-yzm {
	background: #ccc url(../img2/icon/yanzheng.png) no-repeat center;
}

#content .content-left article a.yzm-but {
	position:absolute;
	top:13px;
	right:10px;
	color: #666;
	cursor:pointer;
}

#content .content-left article .inputBox {
	float: left;
	width: 258px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border: 1px solid #ccc;
	color: #333;
}
#content .content-left article .row label{
	margin:13px 0 0 15px
}
#content .content-left article .checkBox {
	margin-right: 5px;
}
#content .content-left article .login-retrieve {
	float: right;
}
#content .content-left article .submit {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin-top: 15px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #3ba354;
	border: none;
	border-radius: 3.5px;
	cursor: pointer;
}
#content .content-left article .submit:hover {
	box-shadow: 0 0 5px #3ba354;
}
#content .content-left article .row-bottom {
	padding-top: 25px;
}
#content .content-left article .signup {
	margin-left: 20px;
}
#content .content-right_1 {
	float: left;
	margin-left: 20px;
}
#content .content-right_2 {
	float: left;
	margin-left: 20px;
}
#content .content-right_1 article {
	position: relative;
}
#content .content-right_1 article .background {
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	width: 668px;
	height: 348px;
	padding: 10px;
	background-color: #00260a;
}
#content .content-right_1 ul {
	position: absolute;
	width: 668px;
	height: 348px;
	padding: 10px;
}
#content .content-right_1 li {
	float: left;
	width: 160px;
	height: 80px;
	margin: 3.5px;
	background-color: #fff;
}
/* Common */
/* font */

#content .content-left article .login-retrieve {
	font-size: 14px;
}
/* color */
#content .content-left li.active a, #content .content-left article label, #content .content-left article .text {
	color: #333;
}
#content .content-left li a, #content .content-left article .login-retrieve {
	color: #666;
}
#content .content-left article .login-retrieve:hover, #content .content-left article .signup {
	color: #ff9933;
}
.tishi {
	margin-top: 20px;
	position: relative;
}
.tishi a {
	position: relative;
	top: -10px;
	color: red;
}
.com_logo_list li a {
	width: 159px;
	height: 77px;
	margin: 1.5px auto;
	display: block;
}
.content-right_1 ul {
	height: 348px;
	padding: 10px;
	position: absolute;
	width: 668px;
}
.content-right_1, .content-right_2 {
	float: left;
	margin-left: 20px;
}
.content-right_1 article .background, .content-right_2 article .background {
	background-color: #00260a;
	height: 348px;
	opacity: 0.7;
	padding: 10px;
	position: absolute;
	width: 668px;
}
.bannerright {
	z-index: 99;
	width: 665px;
	height: 340px;
	float: left;
	padding: 13.5px 10px;
	position: absolute;
}
.com_logo_list li a {
	width: 159px;
	height: 77px;
	margin: 1.5px auto;
	display: block;
}
.loginpic{
	width:665px; 
	height:341px;
	display:none;
	position:relative;
}

.hint{
	position:absolute;
	top:-41px;
	left:31px;
	padding-right: 10px;
    color: red;
    height:30px;
    /*display:none;*/
    line-height:30px;
    text-indent: 30px;
    border: 1px solid #e6d893;
    border-radius: 3.5px;
    background: #fff7e9 url(../img2/tooltip-icon.png) no-repeat 10px center;
}
.base{
	position: absolute;
    bottom: 42px;
    left: 40px;
    width: 18px;
    height: 10px;
    background: url(../img2/tooltip-arrow.png) no-repeat center;

}
.bg{
	position:fixed;
	width:100%;
	height:100%;
	background: #999;
	opacity: 0.7;
	z-index: 200;
	filter:alpha(opacity=70); 
}
.bounced{
	position:fixed;
	z-index: 201;
	top:50%;
	left:50%;
	width:400px;
	height:auto;
	border: 5px solid #666;
    background-color: #fff;	
    margin-left: -200px;
    margin-top:-100px;
	font-size:14px;
}
.bounced_header{
	height:40px;
	line-height:40px;
	background:#f1f1f1;
	padding-left:10px;
}
.bounced_main{
	height:100px;
	line-height:100px;
	text-align: center;
}
.bounced_footer{
	height:35px;
	padding:15px 0;
	background:#f1f1f1;
	text-align: center;
}
.bounced_footer a{
    width: 130px;
    height: 35px;
    line-height:35px;
    display:block;
    font-size: 14px;
    color: #fff;
    margin:0 auto;
    cursor: pointer;
    border-radius: 3.5px;
    border-style: none;
    border: 1px solid transparent;
    background-color: #3ba354;
}