@charset "UTF-8";
html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1400px;
}
body{
	background:url(../images/bg.jpg) no-repeat center top;
}
.w-section-top{
	width: 100%;
	overflow: hidden;
}
.w-section{
	position: relative;
	width: 1400px;
	margin: auto;
}
.w-section-mpic{
	display: block;
	position: absolute;
}
.w-section .w-btn{
	position: absolute;
	cursor: pointer;
}
.w-section .w-btn img{
	display: block;
}
#trusted_container,
#trusted_hide_image{
	position: absolute !important;
	display: none  !important;
}