body {
	margin:0px;
}

/*
用于屏弊非法嵌入的广告
*/
iframe {
	opacity:0;
	width:0px;
	height:0px;
	display:none;
}

button {
	font-family:"Arial", "Tahoma", "微软雅黑", "雅黑";
	border:0px;
	vertical-align:middle;
	line-height:18px;
	font-size:10px;
}

#topLayout {
	background: #FFFFFF url(../../images/login/logo.jpg) no-repeat;
	height:59px;
}

#centerLayout {
	background: #FFFFFF url(../../images/login/bg.jpg?1.0) no-repeat;
	background-size: 100% calc(100% - 40px);
}

#webaddress {
	float:right;
	width:124px;
	height:59px;
}

#help {
	background: url(../..//images/login/help.jpg);
	float:right;
	width:120px;
	height:59px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content {
	margin: 0 auto; 
	width: calc(100% - 30px); 
}

#LeftAd {
	width:294px;
	height:372px;
	float:left;
}

.ad1 {
	background: url(../../images/login/ad1.png?1.0) no-repeat 0 0; 
	width: 294px; 
	height: 372px;
	/*
	margin-top: -283px;
    top: 50%;
    */
    position: absolute;
    bottom: 50px;
}

#RightImageBox {
	float: right;
	padding: 10px;
}

#RightImg {
	height: calc(100vh - 120px);
}

#LoginBox {
	width: 355px;
	margin: 0 auto;
	float: right;
}

.box-top1 {
	height: 10px;
	/*
	background: url(../../images/login/loginbox1.jpg) no-repeat;
	*/
}

.box-top2 {
	height: 29px;
	background: url(../../images/login/loginbox2.jpg?1.0) no-repeat;
}

.box-bottom {
	width: 355px;
	height: 103px;
	overflow: hidden;
	background: url(../../images/login/loginbox3.jpg?1.0) no-repeat;
}

.box-left {
	width: 37px;
	height: 280px;
	float: left;
	overflow: hidden;
	background: url(../../images/login/loginboxA.jpg?1.0) no-repeat;
}

.box-right {
	width: 37px;
	height: 280px;
	float: left;
	overflow: hidden;
	background: url(../../images/login/loginboxB.jpg?1.0) no-repeat;
}

.box-center {
	width:281px;
	height: 280px;
	float: left;
	overflow: hidden;
}

.box-c1 {
	width:281px;
	height: 34px;
	overflow: hidden;	
	background: url(../../images/login/loginbox-c1.jpg?1.0) no-repeat;
}

.box-c2 {
	width:281px;
	height: 96px;
	overflow: hidden;	
	background: url(../../images/login/loginbox-c2.jpg?1.0) no-repeat;
}

.box-c3-1 {
	width:281px;
	height: 46px;
	overflow: hidden;	
	background: url(../../images/login/loginbox-c3-1.jpg?1.0) no-repeat;
}

.box-c3-2 {
	width:281px;
	height: 46px;
	overflow: hidden;	
	background: url(../../images/login/loginbox-c3-2.jpg?1.0) no-repeat;
}

.box-c4 {
	width:281px;
	height: 53px;
	overflow: hidden;
	background: url(../../images/login/loginbox-c4.jpg?1.0) no-repeat;
}

.box-c5 {
	width:281px;
	height: 51px;
	overflow: hidden;	
	background: url(../../images/login/loginbox-c5.jpg?1.0) no-repeat;
}

.txtBox { 
	margin-left: 65px;
	margin-top: 13px;
}

.txt {
	width: 215px;
	height: 30px;
	overflow: hidden;
	border: 0px;
	color: #999999;
	line-height: 30px;
	background: url(../../images/login/txt.gif) no-repeat left center;
}

.codeBox { 
	margin-left: 65px;
	margin-top: 6px;
	text-align: left;
}

.code {
	width: 93px;
	height: 30px;
	overflow: hidden;
	border: 0px;
	color: #999999;
	line-height: 30px;
	background: url(../../images/login/code.gif) no-repeat left center;
}

.btn {
	width:100px;
	height:35px;
	line-height:16px;
	font-size:16px;
	margin-top: 10px;
	background:url(../../images/login/btn.jpg) no-repeat left top;
	color:#FFF;
	padding-bottom:4px;
}

#about {
	font-size: 13px;
	margin-top: 20px;
	text-align: right;
}

#bottomBar {
	position:absolute; 
	bottom:13px; 
	width:100%;
	font-size:13px;
	text-align:right;
}

#bottomBar a {
	text-decoration: none;
    color: #10100e;
    margin-right: 20px;
}

