body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*:after，
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	background: #fff;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#74777b;text-decoration: none;}


/*整体*/
.container-fluid{
	height: 100vh;
	width: 100vw;
	position: relative;
	background:url(../image/back.png);
	background-size: cover;
}

/*头部*/
.title{
	color:#00c6ff;
	margin-top:9vh;
	text-align: center;
}

/*计分*/
.vote{margin-top:49px;}
.info{
	float:left;
	width:3em;
	height:30px;
}
.info img{height: 4vh;
	align: center;
	margin:0 2.5vw;}
.info p{
	width: 3em;
	font-size: 0.8em;
	text-align:center;
	color:#fff;
	margin:0 auto;
	text-shadow: none !important;}
	.progress{
		background: #fff;
		border-radius: 20px;
		height: 4vh;
		margin-left: 58px;
		margin-top: 34px;
		overflow: visible;
	}
	.progress .progress-bar{
		border-radius: 20px;
		position: relative;
		animation: animate-positive 2s;
	}
	.progress .progress-value{
		display: block;
		font-size: 12px;
		color: #fff;
		border-radius: 4px;
		padding:2px 8px;
		background:#4f2d9c;
		position: absolute;
		top: -29px;
		right: -27px;
	}
	.progress .progress-value:after{
		content: "";
		border-top: 5px solid #4f2d9c;
		border-left: 5px solid #4f2d9c;
		border-bottom: 5px solid transparent ;
		border-right: 5px solid transparent;
		position: absolute;
		bottom: -6px;
		left: 0;
	}
	@-webkit-keyframes animate-positive{
		0% { width: 0%; }
	}
	@keyframes animate-positive{
		0% { width: 0%; }
	}


	/*//活动描述*/

	ul li{list-style: none;}
	.user_callback #user_pic{
		position:relative;
		overflow:hidden;
		height:30vh;
		width:100%;
		z-index:2;
		margin:0 auto;
		text-shadow:none;}
		.activedes{
			position: relative;
			background: rgba(224,84,255,.4);
			border-radius: 5vw;
		}
/*#less .user_pic #user_call{
	width: 90vw;
	height:30vh;
display:flex;
　　justify-content:center;

　　align-items:center;
}
#less .user_pic #user_call li{
	float: left;
	margin:2vh 2vw;


}
#less .user_pic #user_call li img{
	
	width:15vw;
	height:8vh;
		border-radius: 50%;
}
#less .user_pic #user_call li p{
	
color: #fff;
}
*/

/**/

.deadline{
	color:#00c6ff;
	font-size: 22px;}
.timebox{
	color: #fff;
		height: 17vh;
		text-shadow: none!important;

	}

	.timebox .tips-txt{
		position: absolute;
		bottom:10vh;
		left:3vw;
		font-weight: bold;
		color:#fff;
		text-shadow:0 0 0 transparent;
	}

	.timebox p{
		position: absolute;
		bottom: 1vh;
		left:3vw;
		font-size: 14px;
		color:#fff;
		text-shadow:0 0 0 transparent;
	}





	/*	点击*/
	.clickbox {
		width:100%;
		height:8em;
		/*margin-bottom: 4vh;*/
	}



	@keyframes changesize
	{
/*0% {border:3px solid rgba(255,255,255,.6);}
25% { border:3.5px solid rgba(255,255,255,.4);}
50% { border:5px solid rgba(255,255,255,.2);}
100% { border:5px solid rgba(111,111,111,.2);}*/
from {border:5px solid rgba(248,151,227,.3)}
to {border:5px solid rgba(87,50,169,.9);}
}
@-webkit-keyframes changesize 
{
	from {border:5px solid rgba(248,151,227,.3)}
	to {border:5px solid rgba(87,50,169,.9);}
	/*100% {width:7.3rem;height:7.3rem;border:6px solid rgba(255,255,255,.1);}*/
}
#like1 {
	position: absolute;
	left:50%;
	margin-left:-45px;
	background-image: url(../image/heart2.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 90px;
	cursor: pointer;
	background-size:2900%;
	border-radius: 50%;    
	background-color:#e054ff;;
	/*	border:5px solid rgba(209,98,239,.3);*/
	animation: changesize 1.5s infinite alternate;
	-webkit-animation: changesize 1.5s infinite alternate; /* Safari 与 Chrome */
}

}

#like1:hover, #like1:focus
{
	background-position: right;
}
.clickbox .count-num{ 	
	position: absolute;
	top:-4vh;
	right: 4vw;
	text-shadow: none;
	color:#fff;}
	.likeCount{

		font-family: 'Georgia', Times, Times New Roman, serif; 
		text-align: center;
		font-size: 25px;
		color: #fff;
	}
	#like1[disabled]{
		pointer-events: none;
		cursor: not-allowed;
		box-shadow: none;
		opacity: 1!important;
	}

	.clickbox .imgs
	{

		width: 40px; 
		height: 40px; 
		position: absolute; 
		bottom:4em;
		left: 50%; 
		margin-left: -20px; 
		pointer-events: none;

	}
	@-webkit-keyframes heartBlast {
		0% {
			background-position: left;
		}
		100% {
			background-position: right;
		}
	}
	@keyframes heartBlast {
		0% {
			background-position: left;
		}
		100% {
			background-position: right;
		}
	}
	@-webkit-keyframes heartBlast2 {
		0% {
			background-position: right;
		}
		100% {
			background-position: left;
		}
	}
	@keyframes heartBlast2 {
		0% {
			background-position: right;
		}
		100% {
			background-position: left;
		}
	}
	.heartAnimation {

		margin-left:0.2rem;
		display: inline-block;
		-webkit-animation-name: heartBlast;
		animation-name: heartBlast;
		-webkit-animation-duration: .1s;
		animation-duration: .1s;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-animation-timing-function: steps(28);//共28个背景图片帧
		animation-timing-function: steps(28);
		background-position: right;
		background-color: #e054ff;
		border:4px solid #e054ff;
	}
	.heartAnimation2 {

		margin-left:0.2rem;
		display: inline-block;
		-webkit-animation-name: heartBlast2;
		animation-name: heartBlast2;
		-webkit-animation-duration: .1s;
		animation-duration: .1s;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-animation-timing-function: steps(28);//共28个背景图片帧
		animation-timing-function: steps(28);
		background-position: left;
		background-color: #e054ff;
		border:4px solid #e054ff;
	}

	@media only screen and (max-device-height: 600px) {
		#like1{margin-top: 7vh;}
	}
	/* flex */
	.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
	.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
	.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
	.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
	.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:flex-start;-ms-flex-pack:center;justify-content:flex-start;}
	.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
	.flex-box { display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-moz-box-orient: horizontal;-webkit-box-orient: horizontal;-o-box-orient: horizontal;box-orient: horizontal;}
	/*遮罩*/
	.mask{position: fixed;width: 100%;height: 100%;left: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,0.8);z-index: 999;}



	/* 错误提示弹层 */
	.c-float-modePop {
		text-align: center;
		background-color: #FAFAFC;

	}
	.c-float-modePop .warnMsg {

		padding: 0;
		color: #fff;
	}
	.c-float-modePop .doBtn {

		width: 100%;
		margin: 0 auto;
	}
	.c-float-modePop button {

		padding: 6px 9px 6px 9px;
		color: #949494;
		border: 0;
	}
	.c-float-shade {

		width: 100%;
		display: block;
		position: absolute;
		z-index: 99;
		background-color: #000;
		opacity: .5;
		top: 0;
		left: 0
	}
	.c-float-shade.hide {
		display: none
	}
	.c-float-popWrap {
		width: 70%;
		z-index: 9999;
		position: fixed;
		border-radius: 3px;
		overflow: hidden;
	}
	.c-float-popWrap .c-float-modePop .content {
		padding: 0 20px;
		font-size: 14px;
		color: #888;
		word-wrap: break-word;
		word-break: break-all;
		text-align: left;
	}
	.c-float-popWrap .c-float-modePop button {
		background-color: #FAFAFC;
		width: 50%;
		height: 42px;
		line-height: 42px;
		color: #444;
		font-size: 17px;
		border: 0;
		padding: 0;
	}
	.c-float-popWrap .c-float-modePop button.ok{
		color: #0BB20C;
	}   
	.c-float-popWrap .c-float-modePop button.cancel{
		position: relative;
	} 
	.c-float-popWrap .c-float-modePop button.cancel:after {
		content: " ";
		position: absolute;
		right: -1px;
		top: 0;
		width: 1px;
		height: 100%;
		border-left: 1px solid #D5D5D6;
		color: #D5D5D6;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: scaleX(0.5);
		transform: scaleX(0.5);
	}
	.c-float-popWrap.hide {

		display: none;
		-webkit-box-shadow: none
	}
	.c-float-popWrap.show {

		display: block;
	}

	.c-float-popWrap.msgMode .c-float-modePop .content, .c-float-popWrap.msgMode .c-float-modePop .doBtn {

		display: none
	}

	.c-float-popWrap.alertMode .c-float-modePop .doBtn .cancel {

		display: none
	}
	.c-float-popWrap.confirmMode .c-float-modePop .content, .c-float-popWrap.confirmMode .c-float-modePop .doBtn {

		display: block
	}

	.weui_mask_transparent {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.6);
	}