﻿.vote-bg {
	background: url("../images/vote/bg.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
    top: 0;
    /* left: 280px; */
    right: 0;
    bottom: 0;
    font-family: '微软雅黑';
    /* font-size: 30px; */
    color: #FFFFFF;
}
.vote-bg-left {
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vote-bg-right {
    left: 280px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vote-bg h3 {
	height: 80px;
    padding-top: 28px;
    margin: 0;
    /* font-size: 44px; */
    text-align: center;
   /*  background: url("../images/vote/logo.png") no-repeat;
    background-size: 11%;
    background-position: 10px 15px; */
}
.vote-bg > img {
	position: absolute;
    top: 20px;
    left: 30px;
}
.vote-bg h3 span {
    background: url("../images/vote/fontlabel.png") 0 66px no-repeat;
    background-size: 100%;
    height: 78px;
    font-weight: bold;
    font-size: 54px;
    display: inline-block;
}

.vote-bottom {
	background: url("../images/vote/bottom.png") no-repeat 100% -79px;
    height: 89px;
}

.vote-blod {
	font-weight: bold;
}
/* .vote-small {
	font-size: 83%;
} */
.vote-name {
	/* color: #CFDDDB; */
	color: rgba(255,255,255,.8);
	font-size: 26px;
}
.vote-td {
	/* margin: 4px 8px; */
	padding: 4px 6px;
	border-radius: 8px;
    background: rgba(8,69,59,.3);
}

.option-partakeRanking {
	float: left;
	position: relative;
	/*width: 81px;
	margin: 4px 15px;
	margin: 4px 22px;  */
	width: 70%;
	margin: 4px 15%;
	border: 1px solid #FFFAC7;
	background-color: #FFFAC7;
}
#ball {
    /* width: 50px; 
    height: 50px; 
    background-color:red;
    border-radius: 25px; */
    -webkit-animation-delay: 500ms;
    -webkit-animation-duration: 5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name:'GrowQuare';
}
@-webkit-keyframes GrowQuare {
    to {
        width:200px;
    }
}

.option-partakePercent {
	float: left;
	position: relative;
	width: 260px;
	height: 10px;
	margin: 4px 15px;
	border: 1px solid #C8C8C8;
	background-color: #C8C8C8;
	border-radius: 12px;
}

.option-partakePercent div {
	display: block;
	position: relative;
	background: #1E91CA;
	color: #C8C8C8;
	height: 8px;
	line-height: 10px;
    border-radius: 12px;
}


.vote-result-bg {
	background: url("../images/vote/result-bg.png") no-repeat;
}
.vote-result-bg h3 {
	background: url("../images/vote/logo-green.png") no-repeat;
    color: #000000;
}
.vote-result-bg .option-partakeRanking {
	float: left;
	position: relative;
	width: 100%;
	margin: 4px auto;
	margin-top: 0;
	border: 1px solid #32CFB0;
	background-color: #32CFB0;
}
/* .vote-result-bg .vote-img {
	width: 80%;
	height: 80%;
	margin: 0 auto;
} */

/* <1441 */
@media screen and (max-width: 1441px) {
	/* .option-partakeRanking {
		width: 40px;
	} */
	.vote-small {
		font-size: 16px;
	}
	.vote-bg {
	    font-size: 18px;
	}
	.vote-bg h3 {
    	font-size: 24px;
	}
	
	.vote-result-bg .vote-info {
		color:#131414;
		font-size: 14px;
	}
	.vote-result-bg .vote-count {
		color:#E07109;
		font-size: 40px;
	}
	.vote-result-bg .vote-no {
		font-size: 32px;
	}
	.vote-result-bg .vote-option {
		color:#131414;
		font-size: 14px;
		margin: 12px auto;
		margin-top: 16px;
		/* max-width: 100px; */
	}
	.vote-result-bg img {
		width: 128px;
		height: 128px;
	}
}
/* 大于1440px，小于1600px */
@media screen and (min-width: 1441px) and (max-width: 1600px) {
	/* .option-partakeRanking {
		width: 40px;
	} */
	.vote-small {
		font-size: 16px;
	}
	.vote-bg {
	    font-size: 18px;
	}
	.vote-bg h3 {
    	font-size: 24px;
	}
	
	.vote-result-bg .vote-info {
		color:#131414;
		font-size: 14px;
	}
	.vote-result-bg .vote-count {
		color:#E07109;
		font-size: 40px;
	}
	.vote-result-bg .vote-no {
		font-size: 34px;
	}
	.vote-result-bg .vote-option {
		color:#131414;
		font-size: 16px;
		margin: 18px auto;
		margin-top: 22px;
		max-width: 100px;
	}
	.vote-result-bg img {
		width: 148px;
		height: 148px;
	}
	
}
/* 大于1600 我机器测不出来 */
@media screen and (min-width: 1601px) {
	/* .option-partakeRanking {
		width: 75px;
	} */
	.vote-small {
		font-size: 25px;
	}
	.vote-bg {
	    font-size: 28px;
	}
	.vote-bg h3 {
    	font-size: 40px;
	}
	
	.vote-result-bg .vote-info {
		color:#131414;
		font-size: 25px;
	}
	.vote-result-bg .vote-count {
		color:#E07109;
		font-size: 50px;
	}
	.vote-result-bg .vote-no {
		font-size: 50px;
	}
	.vote-result-bg .vote-option {
		color:#131414;
		font-size: 22px;
		margin: 18px auto;
		margin-top: 22px;
	}
	.vote-result-bg img {
		width: 182px;
		height: 182px;
	}
}
