body {
	/*background:url(../../images/body_outside.jpg) top center no-repeat;*/
}
.new-login-box {
	background:rgba(255,255,255,0.8);
	width: 960px;
	height: 498px;
	margin:0 auto;
	border:3px solid rgba(0,0,0,0.1);
	box-shadow: 5px 5px 5px #999;
	position: absolute;
	z-index:5;
	left:50%;
	top:50%;
	margin-left:-480px;
	margin-top:-249px;
}
.login-box {
	border-right:1px solid #ddd;
	padding:12px;
	width: 360px;
	height: 488px;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.margin-left-8 {
	margin-left:8px;
}
.margin-top-8 {
	margin-top:8px;
}
.acenter {
	text-align: center;
}

.down-load-box {
	width:588px;
	padding:12px;
	height: 488px;
	background: #fff;
}
.down-load-dl {
	margin-top:22px;
}
.down-load-dl dt {
	width:110px;
	text-align: center;
	margin-top:-12px;
}
.down-load-dl-text {
	width:304px;
	margin-left:8px;
}
.down-load-dl-ul li {
	line-height: 32px;
	border-bottom:1px solid #ddd;
}
.down-load-dl-ul li:last-child {
	border:none;
}
.down-load-title {
	border-bottom:1px solid #ddd;
	padding-bottom:8px;
}
.down-load-title h3 {
	font-size:15px;
	line-height: 32px;
}
.down-load-title p {
	line-height: 23px;
}
.down-load-dl-erweima {
	width:142px;
	padding-top:28px;
	text-align: center;
}
.down-load-scroll {
	transition: all .2s;
}
.down-load-scroll-btn {
	height:48px!important;
	overflow: hidden;
}
.down-load-scroll-btn:hover .down-load-scroll {
	margin-top:-42px;
}
.checkbox {
	width:16px;
	height: 16px;
}
/*layer*/
.xubox_main {
	border-radius:4px;
}
.xubox_title {
	background:#eee;
	height:46px;
	border-bottom:1px solid #ccc;
}
.xubox_title em {
	height:46px;
	line-height:46px;
	background:none;
	top:0;
	padding-left:8px;
	color:#3e3e3e;
}

.xubox_setwin {
	top:14px;
}
.xulayer_png32 {
	border:none;
	border-radius:50%;
}
.xulayer_png32:hover {
	width:16px;
	height:16px;
	border:none;
	border-radius:50%;
}

/*2016-07-27 《< 900px》*/
@media screen and (max-width: 900px) {
	.new-login-box {
		width:100%;
		border:none;
		box-shadow: none;
		height: auto;
		position:;
		top:0px;
		margin-top:25px;
		z-index:0;
	}
	.login-box {
		width:96%;
		border-right: none;
		margin:0 2%;
		background: #f7f7f7;
		outline: 1px solid #ccc;
		margin-bottom:12px;
	}
	.down-load-box {
		width:96%;
		border-right: none;
		margin:0 2%;
		outline: 1px solid #ccc;
		border-bottom:1px solid #ccc;
		height:auto;
		margin-bottom:36px;
	}
	.public-logo {
		text-align: center;
		background-position:center!important;
		padding-left:200px;
		margin-left:-127px!important;	
	}
	.down-load-dl-text {
		width:100%;
		margin:0;
	}
	.public-language {
		display: block;
	}
	.down-load-dl dt {
		width:100%;
		margin-bottom:22px;
	}
	.down-load-dl-erweima {
		width:100%;
	}
	
	/*layer*/
	.xubox_layer {
		width:96%!important;
		left:0!important;
		margin-left:0!important;
		margin:0 2%!important;
		height:376px!important;
	}
	.layer-form-box  {
		width:100%!important;
	}
	.reg-left {
		padding:0!important;
		width:100%!important;
		border:none!important;
	}
	.reg-right {
		padding:0!important;
		width:100%!important;
		border:none!important;
	} 
	.reg-height {
		height:278px!important;
	}
}