/*公用样式*/
img {width: 100%;}

/*header*/
.head {
    line-height: 45px;
    color: #fff;
	background-color: #06c;
}
.head > a {
	width: 45px;
	height: 100%;
	text-align: center;
	color: #fff;
}
.head-back > i {
    line-height: initial;
    font-size: 26px;
    text-shadow: 1px 1px 2px #5d5d5d;
}

/*footer*/
.foo-ul {
    text-shadow: initial;
	border-top: 1px solid #f3f3f3;
	background-color: #fff;
}
.foo-ul i {
	display: block;
	padding-top: 4px;
	font-size: .24rem;
}
.foo-ul a {
	color: grey;
}
.foo-on > a {
	color: #0abcbc;
}

/*焦点图*/
.index-ad-box {
	overflow: hidden;
}
.index-ad-fixed {
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
	width: 80px;
	height: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-around;}
.index-ad-fixed a {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}
.index-ad-fixed .index-ad-fixed-on{background: #eb4f38;}
.index-ad-slide > a {
	float: left;
}

/*homeVote*/
.search-box {
	width: 90%;
	height: 40px;
	margin: .18rem auto;
	border: 1px solid #ea604a;
    border-radius: 5px;
    background-color: #fff;
}
#search-txt {
	height: 100%;
	border: none;
	font-size: 14px;
	text-indent: 1em;
	border-radius: 5px 0 0 5px;

}
.search-btn {
	width: 40px;
	height: 40px;
	background: url(../images/searchicon.png) no-repeat center center;
	background-size: 22px;
}
.tab-line {
	margin: .1rem 0 0;
	background-color: #eee;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
}
.tabUline-on > a {
	line-height: 30px;
	border-bottom: 2px solid #e65064;
	color: #e65064;
}
.works-list > li {
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
}
.works-list > li > a > img {
	min-width: 50%;
	margin-right: .1rem;
}
.works-list div > span:last-child {
	font-size: 16px;
	color: #f50;
}

/*voteParticulars*/
.vp-h3 {
	font-size: 18px;
	text-align: center;
	line-height: .5rem;
	background-color: #f1f1f1;
}
.vp-obj {
	margin: 10px 0 30px;
}
.vp-obj > img {
	border: 1px solid #ddd;
    width: 50%;
    padding: 5px;
}
.vp-obj > ul {
	margin-left: 16px;
}
.vote-btn {
	margin: 10px 0;
    width: 90%;
    border: 1px solid #b16c1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#fd9101), to(#ef6e04) );
}
.activity-rule {
	margin: 20px 0;
	background-color: #f1f1f1;
}
.awards-setup {
	left: 0;
	top: 50%;
	margin-top: -11px;
	padding: 0 5px;
	border-radius: 0 4px 4px 0;
	line-height: 22px;
	color: #fff;
	background-color: #f0ad4e;
}
.activity-rule > a {
	text-align: center;
	line-height: .4rem;
}
.vp-remark {
	width: 90%;
	margin: 0 auto;
	line-height: .4rem;
	text-align: center;
	border: 1px dashed red;
}

/*activityIntroduce*/
.ai-list > li {
	margin: .05rem 0;
	line-height: .34rem;
	text-indent: 1em;
    box-shadow: 0px 1px 1px #dedede;
}
.ai-list > li > a {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.ai-list > li > p {
	display: none;
	padding: 10px;
	line-height: 24px;
	text-indent: 2em;
	background-color: #fff;
}