@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release 2015.12.23;
 * Copyright 2015, "ryan"<ryan@dotmore.com.tw>. All rights reserved.
 ******************************************************************************/
/*問卷活動列表 Start-----------------------------------------------*/
.ItemList.ListSurvey{
}
.ItemList.ListSurvey > li{
}
.ItemList.ListSurvey > li:hover{
}
/*圖片*/
.ItemList.ListSurvey > li > .ImgBox{
}
.ItemList.ListSurvey > li > .ImgBox > img{
}
/*類型*/
.ItemList.ListSurvey > li > .ImgBox > .TagType{
	background: #607d8b;
	color: #fff;
	padding: 2px 0;
	text-align: center;
	width: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	font-size: 0.875em;/*14/16*/
	border: 1px solid #779bac;
}
/*類型-綴字*/
.ItemList.ListSurvey > li > .ImgBox > .TagType > span{
	display: none;
}
/*Q幣*/
.ItemList.ListSurvey > li > .ImgBox > .TagMoney{
	width: 52px;
	height: 52px;
	background: #ffc107;
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: 50%;/*safari、chrome*/
	-moz-border-radius: 50%;/*firefox*/
	border-radius: 50%;
	text-align: center;
	font-size: 0.875em;/*14/16*/
	padding: 6px 0;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	display: none;
}
.ItemList.ListSurvey > li > .ImgBox > .TagMoney.Show{
	display: block;
}
/*Q幣-數字*/
.ItemList.ListSurvey > li > .ImgBox > .TagMoney > span{
	font-size: 1.28em;/*18/14*/
	display: block;
	line-height: 1;
}
.ItemList.ListSurvey > li > .ImgBox > .TagGift{
	width: 52px;
	height: 52px;
	background: #ffc107;
	border: 1px solid #fff;
	color: #fff;
	-webkit-border-radius: 50%;/*safari、chrome*/
	-moz-border-radius: 50%;/*firefox*/
	border-radius: 50%;
	text-align: center;
	padding: 10px 0;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	display: none;
}
.ItemList.ListSurvey > li > .ImgBox > .TagGift.Show{
	display: block;
}
.ItemList.ListSurvey > li > .ImgBox > .TagGift > i{
	font-size: 26px;
}
/*資訊*/
.ItemList.ListSurvey > li > .Info{
}
/*標題*/
.ItemList.ListSurvey > li > .Info > h2{
}
/*microdate結構，不顯示*/
.ItemList.ListSurvey > li > .Info > .RunTime,
.ItemList.ListSurvey > li > .Info > .Location,
.ItemList.ListSurvey > li > .Info > .Offers{
	display: none;
}
.ItemList.ListSurvey > li > .Info > .BtnBox{
	margin: 0 0 -0.9375em 0;
}
/*問答選項類型*/
/*回答選項*/
.ItemList.ListSurvey > li > .Info > .AnswerOption{
	font-size: 1.125em;/*18/16*/
	overflow: hidden;
	height: 80px;
	/* list-style-type: decimal; */
	padding: 0 0 0 26px;/*不跟比例走*/
	counter-reset: li;
	margin-bottom: 10px;
}
/*回答選項-單項*/
.ItemList.ListSurvey > li > .Info > .AnswerOption > li{
	/* list-style-type: decimal; */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	counter-increment: li;
	position: relative;
	padding-left: 0.5em;
}
.ItemList.ListSurvey > li > .Info > .AnswerOption > li:first-child{
	color: #59c9ad;
	font-weight: bold;
}
.ItemList.ListSurvey > li > .Info > .AnswerOption > li:before{
	content: counter(li)".";
	display: block;
	width: 1em;
	text-align: right;
	position: absolute;
	left: -1em;
}
.ItemList.ListSurvey > li > .Info > .BtnResult{
	display: block;
	text-align: right;
}
/*是非pk類型*/
.ItemList.ListSurvey.ListSurveyPk > li > .Info > .BtnResult{
	display: block;
	text-align: center;
}
/*廣告問卷*/
.ItemList.ListSurvey.ListSurveyAd{

}
/*廣告問卷*/
.ItemList.ListSurvey.ListSurveyAd > li{
	overflow: hidden;
}
/*廣告問卷*/
.ItemList.ListSurvey.ListSurveyAd > li > .TagMoney{
	background: #ffc107;
	-webkit-border-radius: 50%;/*safari*/
	-moz-border-radius: 50%;/*firefox*/
	border-radius: 50%;
	width: 138px;
	height: 138px;
	color: #fff;
	font-size: 20px;/*20/16*/
	padding: 90px 0 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -69px;
    top: -88px;
}
/*廣告問卷*/
.ItemList.ListSurvey.ListSurveyAd > li > .Info{
	padding-top: 80px;
}
/*廣告問卷*/
.ItemList.ListSurvey.ListSurveyAd > li > .Info > .RunTime{
	display: block;
}
/*pk佔比*/
.PkPercent{
	margin: 51px 0;
	padding: 0 40px;
}
/*pk佔比*/
.PkPercent > .Percent{
	height: 10px;
	background: #c1cace;
}
.PkPercent > .Percent:after{
	content: " ";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
/*pk佔比-選項*/
.PkPercent > .Percent > .Option{
	position: relative;
	height: 10px;
}
/*pk佔比-同意*/
.PkPercent > .Percent > .Option.Agree{
	background: #3cc6e1;
	float: left;
}
/*pk佔比-同意*/
.PkPercent > .Percent > .Option.Disagree{
	background: #e55151;
	float: right;
}
/*pk佔比-圓*/
.PkPercent > .Percent > .Option > .Circle{
	-webkit-border-radius: 50%;/*safari、chrome*/
	-moz-border-radius: 50%;/*firefox*/
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 6px 0;
	color: #fff;
	position: absolute;
	top: -16px;
	text-align: center;
	font-size: 1.125em;/*18/16*/
	font-weight: bold;
}
/*pk佔比-圓*/
.PkPercent > .Percent > .Option.Agree > .Circle{
	background: #3cc6e1;
	left: -39px;
}
/*pk佔比-圓*/
.PkPercent > .Percent > .Option.Disagree > .Circle{
	background: #e55151;
	right: -39px;
}
/*pk佔比-選項*/
.PkPercent > .Percent > .Option > span{
	position: absolute;
	bottom: -40px;
	width: 50px;
}
/*pk佔比-選項*/
.PkPercent > .Percent > .Option.Agree > span{
	left: 0;
}
/*pk佔比-選項*/
.PkPercent > .Percent > .Option.Disagree > span{
	right: 0;
	text-align: right;
}
/*pk佔比-幾人回答*/
.PkPercent > .AnswerCount{
	margin: 18px 0 0 0;
	text-align: center;
	font-size: 0.875em;/*14/16*/
	display: none;
}
@media screen and (min-width: 568px) {
	.ItemList.ListSurvey{
		margin: -10px -10px;/*9/708*/
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ItemList.ListSurvey:after{
		content: " ";
		display: block;
		clear: both;
		line-height: 0;
		height: 0;
		visibility: hidden;
	}
	.ItemList.ListSurvey > li{
		width: calc(100% / 2 - 20px);
		margin: 10px 10px;/*8/708*/
		/* float: left; */
	}
	.ItemList.ListSurvey > li > .Info > h2{
		height: 2.8em;
	}
}
/*如果使用者之視窗寬度>=768px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 768px) {
	.Content{
		padding-top: 15px;
	}
	.ItemList.ListSurvey > li{
		width: calc(100% / 3 - 20px);
		margin: 10px 10px;/*8/726*/
	}
	/*圖片*/
	.ItemList.ListSurvey > li > .ImgBox{
	}
	.SectionSurvey > .ListSurveyWrap > .BtnBox > .Btn{
		width: 100%;
	}
}
/*如果使用者之視窗寬度>=1024px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1024px) {
	/*問卷活動列表*/
	.ItemList.ListSurvey{
	}
	.ItemList.ListSurvey > li{
		width: calc(100% / 3 - 20px);
	}
}