@charset "utf-8";
/*******************************************************************************
 * Version 1.0 Release 2015.12.23;
 * Copyright 2015, "ryan"<ryan@dotmore.com.tw>. All rights reserved.
 ******************************************************************************/
.Section{
	/*display: inline-block;解決margin互蓋問題*/
}
/*問卷活動列表 Start-----------------------------------------------*/
.ItemList.ListSurvey{
}
.ItemList.ListSurvey > li{
}
.ItemList.ListSurvey > li:hover{
}
/*圖片*/
.ItemList.ListSurvey > li > .ImgBox{
}
.ItemList.ListSurvey > li > .ImgBox > img{
}
/*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 > .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;
}
/*資訊*/
.ItemList.ListSurvey > li > .Info{
}
/*標題*/
.ItemList.ListSurvey > li > .Info > h2{
}
.ItemList.ListSurvey > li > .Info .AnswerBox{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
/*評等列表*/
.ItemList.ListSurvey > li > .Info .Answer{
}
.ItemList.ListSurvey > li > .Info .Answer > span{
	font-size: 1.42em;/*20/14*/
	margin: 0 3px 0 0;
}
/*microdate結構，不顯示*/
.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 > .AnswerOption > li > .Name{

}
.ItemList.ListSurvey > li > .Info > .BtnResult{
	display: block;
	text-align: right;
}
/* 1大二小樣式 */
.SectionSurveyMain  .ItemList.ListSurvey > li > .Info > ul.RadioBtn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	pointer-events: none;
}
.SectionSurveyMain  .ItemList.ListSurvey > li > .Info > ul.RadioBtn > li{
	width: 50%;
	margin: 0 0 10px;
}
.SectionSurveyMain  .ItemList.ListSurvey > li > .Info > ul.RadioBtn > li > label{
	border: none;
    font-size: 18px;
    padding: 0 0 0 39px;
}
.SectionSurveyMain  .ItemList.ListSurvey > li > .Info > ul.RadioBtn > li > input + label:before{
	top: 14px;
}
.SectionSurveyMain  .ItemList.ListSurvey > li > .Info > ul.RadioBtn > li > input[type=radio] + label:after{
	top: 8px;
}
.SectionSurveyMain  .ItemList.ListSurvey > li > .Info > ul.RadioBtn > li > input[type=checkbox] + label:after{
	top: 16px;
}
.SectionSurveyMain  .ItemList.ListSurvey > li > .Info > .BtnBox{
	margin-bottom: 0;
	/* margin-top: 20px; */
}
.SectionSurveyMain  .ItemList.ListSurvey > li > .Info > .BtnBox > .Btn{
	margin-bottom: 0;
}
.SectionSurveyMain  .ItemList.ListSurvey > li.ItemOne > .Info .AnswerBox .Answer{
}
/* 連結開啟 */
.SectionSurveyMain .ItemList.ListSurvey > li > .LinkCover{
}
/*是非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: 1.25em;/*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: none;
}
/*pk佔比*/
.PkPercent{
	padding: 52px 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*/
	}
	.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;
	}
	.SectionSurveyMain .ItemList.ListSurvey{
	}
	.SectionSurveyMain .ItemList.ListSurvey > li{
		padding: 20px;
		margin: 20px 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li > .ImgBox{
		width: 50%;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li > .Info{
		width: 50%;
		padding: 0 0 0 20px;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li  > .Info > h2{
		height: 2.8em;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li > .Info .AnswerBox .Answer{
	}
	.SectionSurveyMain .ItemList.ListSurvey > li > .Info > ul.RadioBtn{
		display: none;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li > .Info > .BtnBox > .Btn{
		margin: 0;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne{
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	/* 單則 */
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .ImgBox{
		width: 100%;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .Info{
		width: 100%;
		padding: 20px 10px 10px;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .Info > ul.RadioBtn{
		display: -ms-flexbox;
		display: flex;
	}
}
/*如果使用者之視窗寬度>=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{
	}
	.ItemList.ListSurvey > li > .Info .AnswerBox{
		display: block;
	}
	.ItemList.ListSurvey > li > .Info .AnswerBox .BtnResult{
		margin-top: 8px;
	}
	/* 1大2小 */
	.SectionSurveyMain .ItemList.ListSurvey{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li{
		width: calc(50% - 20px);
		margin: 10px;/*8/726*/
	}
	/*圖片*/
	.SectionSurveyMain .ItemList.ListSurvey > li > .ImgBox{
	}
	.SectionSurveyMain .ItemList.ListSurvey > li > .Info > .BtnBox{
		margin-bottom: 0;
		margin-top: 10px;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li > .Info > .RunTime,
	.SectionSurveyMain .ItemList.ListSurvey > li > .Info > .WinnerDate{
		display: none;
	}
	/* 一則 */
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne{
		width: 100%;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne{
		padding: 20px;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%;
	}
	/* 單則 */
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .ImgBox{
		width: 40%;/*400/900*/
	}
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .Info{
		width: 60% ;/*400/900*/
		padding: 0 0 0 20px;
		position: relative;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .Info > .RunTime,
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .Info > .WinnerDate{
		font-size: 18px;
		display: block;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .Info .AnswerBox{
		display: -ms-flexbox;
		display: flex;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .Info > .BtnBox{
	}
	.SectionSurvey > .ListSurveyWrap > .BtnBox > .Btn{
		width: 100%;
	}
	/*廣告問卷*/
	.ItemList.ListSurvey.ListSurveyAd > li > .TagMoney{
		font-size: 1.375em;/*22/16*/
		width: 146px;
		height: 146px;
		padding: 105px 0 0;
	    margin: 0 0 0 -73px;
	    top: -100px;
	}
	/*是否問答*/
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk{
		margin: -10px 0;
	}
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li{
		display: block;
		width: 100%;
		margin: 10px 0;
		overflow: hidden;
	}
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li > .ImgBox{
		width: 300px;
		float: left;
		border-bottom: none;
	}

	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li > .Info{
		padding: 20px 20px 20px 320px;
	}
	/*pk佔比*/
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li > .Info > .PkPercent{
		margin-top: -35px;
		padding: 48px 40px 33px;
	}
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li > .Info > .BtnResult{
		margin: -20px 0 11px 0;
	}
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li > .Info > .BtnBox{
		margin: 5px 0;
	}
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li > .Info > .BtnBox > .Btn{
		margin: 0;
	}
}
/*如果使用者之視窗寬度>=1024px，將會再載入這裡的 CSS。*/
@media screen and (min-width: 1024px) {
	/*問卷活動列表*/
	.ItemList.ListSurvey{
	}
	.ItemList.ListSurvey > li{
	}
	.ItemList.ListSurvey > li > .Info .AnswerBox{
		display: -ms-flexbox;
		display: flex;
	}
	/*1大2小*/
	.SectionSurveyMain .ItemList.ListSurvey{
		margin: -10px -10px;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li{
		-ms-flex-align: stretch;
	    align-items: stretch;
	}
	/*圖片*/
	.SectionSurveyMain .ItemList.ListSurvey > li > .ImgBox{
	}
	.SectionSurveyMain .ItemList.ListSurvey > li > .Info{
		position: relative;
	}
	.SectionSurveyMain .ItemList.ListSurvey > li > .Info > .BtnBox{
		position: absolute;
		left: 20px;
		bottom: 0;
		right: 0;
	}
	/* 1大2小 */
	/* 單則 */
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .ImgBox{
		width: 45%;/*400/900*/
	}
	.SectionSurveyMain .ItemList.ListSurvey > li.ItemOne > .Info{
		width: 55% ;/*400/900*/
	}
	.SectionSurveyMain .ItemList.ListSurvey > li > .Info .AnswerBox{
		position: absolute;
		right: 0;
	    bottom: 50px;
	    left: 20px;
	}

	/*廣告問卷*/
	.ItemList.ListSurvey.ListSurveyAd > li > .TagMoney{
		font-size: 1.5em;/*24/16*/
		width: 164px;
		height: 164px;
		padding: 115px 0 0;
	    margin: 0 0 0 -82px;
	    top: -106px;
	}
	/*是非問答*/
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk{
	}
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li{
		margin: 10px 0;
	}
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li > .ImgBox{
		width: 360px;
	}
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li > .ImgBox > .TagType{
	}
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li > .Info{
		padding: 30px 40px 0 400px;
	}
	/*pk佔比*/
	.SectionSurveyPk > .ItemList.ListSurvey.ListSurveyPk > li > .Info > .PkPercent{
		margin-top: -20px;
		padding: 52px 40px;
	}

}