body,ul,li,h3,p{
	padding: 0;
	margin: 0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
body{
	font-size: 14px;
}
html{
	background-color: #a30000;
}
.container{
	padding: 0 10px 70px 10px;
}

.vote-info{
	background-color: #eeddaf;
	padding: 10px;
	border-radius: 5px;
}
.vote-info li{
	padding: 8px 0 8px 33px;
	border-bottom: solid 1px #e4c87b;
	line-height: 1.5;
}
.vote-info li i{
	margin-left: -33px;
	margin-right: 8px;
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.vote-info li i.date{
	background:url(icon-clock.png) no-repeat 0 0;
	background-size: 100% auto;
}
.vote-info li i.rule{
	background:url(icon-notice.png) no-repeat 0 0;
	background-size: 100% auto;
}
.vote-info li i.intro{
	background:url(icon-about.png) no-repeat 0 0;
	background-size: 100% auto;
}
.vote-info li .cont{
	margin-left: -33px;
	padding-top: 10px;
}
.vote-info li .cont p{
	text-indent: 2em;
	margin-bottom: 5px;
}

.vote-info li .arrow{
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url(icon-arrow.png) no-repeat center center;
	background-size: 100% auto;
	vertical-align: middle;
}
.vote-info li .tit{
	font-weight: bold;
}
.vote-search{	
	margin-top: 10px;
	border-radius: 5px;
	background-color: #eeddaf;
	padding: 10px;
}
.vote-search input {
  float: left;
  padding-left: 10px;
  width: 56%;
  height: 40px;
  line-height: 40px;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  border:solid 1px #a97a3e;
  background-color: #edddad;
  color: #c5914a;
}

.vote-search button {
  width: 20%;
  margin-left: 2%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 0;
  background-color: #a97a3e;
  color: #fbedbf;
  font-size: 16px;
}

.vote-list{
	margin-top: 10px;
	border-radius: 5px;
	background-color: #eeddaf;
}
.vote-list .tab-hd{
	padding: 10px 0 10px 10px;
	overflow: hidden;
}
.vote-list .tab-hd a{
	float: left;
	padding: 0 20px;
	margin-bottom: 10px;
	margin-right: 2%;
	height: 40px;
	line-height: 40px;
	color: #d61518;
	text-align: center;
	background: url(btn-bg.png) no-repeat 0 0;
	background-size: 100% 40px;
	font-size: 16px;
}
.vote-list .tab-hd a.active{
	background: url(btn-bg-active.png) no-repeat 0 0;
	background-size: 100% 40px;
}
.vote-list .tab-bd .tab-panel{
	display: none;
}
.vote-list .tab-bd .tab-panel.active{
	display: block;
}
.vote-list .tab-bd .tab-panel h3{
	margin: 0 auto;
	padding: 15px 0;
	width: 300px;
	height: 76px;
	line-height: 46px;
	color: #fae17d;
	text-align: center;
	background: url(bg-tit.png) no-repeat 0 15px;
	background-size: 100% auto;
	font-size: 16px;
	border-top: solid 1px #dac981;
	border-bottom: solid 1px #dac981;

}
.vote-list .tab-bd .nodata{
	padding: 10px;
	color: #666;
}
.vote-list .tab-bd ul{
	overflow: hidden;/*
	-moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;*/
  margin-top: -1px;
  margin-left: -1px;
}
.vote-list .tab-bd ul li{
	float: left;
	width: 50%;
	padding: 10px;
	border-left:solid 1px #dac981;
	border-top:solid 1px #dac981;
	box-sizing: border-box;
}
.vote-list .tab-bd ul li img{
	height: 200px;
}
.vote-list .tab-bd ul li .info{
	padding: 8px 0;
	overflow: hidden;
}
.vote-list .tab-bd ul li .info .name{
	float: left;
}
.vote-list .tab-bd ul li .info .count{
	float: right;
	color: #a30000;
}
.vote-list .tab-bd ul li .btn-vote{
	border:solid 1px #f98f45;
	border-radius: 25px;
	text-align: center;
	padding: 7px 0;
	color: #f98f45;
	display: block;
}
.vote-list .tab-bd ul li .btn-vote i{
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(icon-checkbox.png) no-repeat 0 -20px;
	vertical-align: middle;
	background-size: 20px auto;
}
.vote-list .tab-bd ul li .btn-vote input{
	display: none;
}
.vote-list .tab-bd ul li.checked .btn-vote{
	background-color: #f98f45;
	color: #eeddaf;
}
.vote-list .tab-bd ul li.checked .btn-vote i{
	background: url(icon-checkbox.png) no-repeat 0 0;
	background-size: 20px auto;

}
.vote-list .tab-bd .page{
	padding: 10px 0;
	text-align: center;
}
.vote-list .tab-bd .page a {
	color: #f4c441;
	padding: 0 10px;
}
.vote-list .tab-bd .action{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #a30000;
	padding: 15px 15px 15px 200px;
}
.slide-right-leave-active .vote-list .tab-bd .action,
.slide-left-leave-active .vote-list .tab-bd .action { display: none; }
.vote-list .tab-bd .action .vote-count{
	margin-left: -185px;
	float: left;
	width: 185px;
	line-height: 20px;
	color: #f4c441;
	text-align:center;
}
.vote-list .tab-bd .action .button{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f4c441;
	font-size: 18px;
	font-weight: bold;
	border:0;
	color: #a30000;
	border-radius: 25px;
	color: #666;
}

.page-detail{
	padding: 0 10px 10px;
}
.page-detail .detail{
	margin-top: 10px;
	border-radius: 10px;
	padding: 10px;
	line-height: 1.5;
	background-color: #ecddad;
}
.page-detail .detail .name{
	float: left;
	width: 50%;
}
.page-detail .detail .number{
	float: right;
	width: 50%;
}
.page-detail .detail .unit{
	clear: both;
}
.page-detail .detail .red{
	color: #a30000;
}
.page-detail .confirmvote{
	margin: 20px;
	display: block;
	padding: 10px 0;
	background-color: #f4c441;
	font-size: 18px;
	font-weight: bold;
	border:0;
	color: #a30000;
	border-radius: 25px;
	text-align: center;
  background-color: #ccc;
	color: #666;
}
.page-detail .slide img{
	border-radius: 10px;
}

.swiper-container{
	margin-top: 10px;
	background-color: #000;
}

.swiper-container .img{
	height: 250px;
	text-align: center;
}
.swiper-container .img img{
	height: 250px;
}
.swiper-type{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
}
.swiper-type span{
	margin: 0 5px;
	display: inline-block;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	background-color: #ccc;
}
.swiper-type span.active{
	background-color: red;

}