*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;
}
body{
	font-family:"microsoft yahei";
}
  a{text-decoration:none;}

img{
	display:block;
}
.clear{
	clear:both;
}
*, *::before, *::after {
    box-sizing: border-box;
}


.container {
	min-height: 100%;
	background:#fcf1db;
	width:100%;
	min-width:640px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.swiper-pagination-bullet{
	width:16px;
	height:16px;
}
.swiper-pagination-bullet-active{
	background:#5d2e1e;
}
.top{
	background:#5d2e1e;
	width:100%;
	height:15px;
}
.bottom{
	background:#5d2e1e;
	color:#fff;
	text-align:center;
	padding:15px;
	width:100%;
	overflow:hidden;
	font-size:12px;
	line-height:26px;
}

.bottom a {
	color:#fff;
}

