@charset "UTF-8";
*{ margin:0; padding:0;}
li{ list-style-type:none;font-size:0}
.box{
	max-width:800px;
	margin:0 auto
}
.erweima{
	width:150px;
	height:150px;
	position: fixed;
    right: 0px;
    top: 40%;
    z-index: 999999999999999999 !important;
}

/*-----------------------------------------------响应开始------------------------------------------------*/
@media only screen and (max-width:640px){
.box{
	width:94.5%;
	padding:0 10px;
}
.box img{
	width:100%;
	height:auto !important
}
.erweima{
	display:none;
}
}


