﻿@charset "utf-8";
.fv-header-img {
	background: url(/images/Activity/bg-a.jpg)center;
	max-width: 1900px;
	min-height: 800px;
}
.quest {
	max-width: 960px;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 auto;
	padding: 21px 0px;
	position: relative;
	text-align: center;
	font-size: 1em;
}
.q-title {
	text-align: center;
	border-radius: 39px;
	width: 78px;
	height: 78px;
	background-color: #64d99f;
	font-size: 2.5em;
	color: #fff;
	padding: 13px 0 0 0;
	margin: 0 0 0 -39px;
	position: absolute;
	left: 50%;
	top: -32px;
}
.content {
	background-color: #efefec;
}
.q-content {
	padding: 2.1em 0.8em 0.6em;
}


.fv-about {
    font-size: 1.6em;
    padding: 0.1em 1em;
	letter-spacing: 0.8px;
}


p.k-quest {
	font-size: 1.8em;
	font-family: 微軟正黑體;
	font-weight: 400;
	margin: 0 0;
}
.an-vote {
	font-size: 1.5em;
	font-family: 微軟正黑體;
	
	color: #d84444;
	font-weight: 700;
}
.radio-img-wrap {
	display: inline-block;
}
.q-select-img {
	text-align: center;
}
.radio-img {
	/*width: 50%;*/
	text-align: center;
	height: auto;
}
.radio-img-button {
	/*width: 50%;*/
	text-align: center;
}
.q-select-img img {
	margin: 10px 10px;
}
.q-select input[type="radio"] {
	width: 20px;
	zoom: 1.5;
}
label.select-a {
	word-break: break-all;
	font-weight: 300;/*width: 80%;*/
}
.q-other-input input[type="text"] {
	width: 100%;
	margin: 0 0 0 10px;
}
p.k-answer {
	font-family: 微軟正黑體;
	font-size: 0.8em;
	font-weight: 400;
	color: #bd2418;
	padding: 17px 0 0 0;
}
p.k-remark {
	font-family: 微軟正黑體;
	font-size: 0.7em;
	font-weight: 400;
	color: #323232;
}
.explain {
	max-width: 1100px;
	background-color: #58c89c;
	border-radius: 20px;
	margin: 0 auto 26px;
	padding: 35px 50px;
	text-align: center;
	font-size: 2em;
	color: #fff;
}
.an-message {
	font-size: 1.4em;
	font-family: 微軟正黑體;
	text-overflow: ellipsis;
    text-align: -webkit-left;
    max-width: 666px;
    display: inline-block;
}
/*footer*/

.thk {
	max-width: 1200px;
	background-color: #efefec;
	border-radius: 20px;
	margin: -140px auto 60px;
	padding: 30px 50px;
	vertical-align: top;
}
.thk-p {
	font-size: 1.8em;
	font-family: 微軟正黑體;
	font-weight: 400;
}
.thk-l {
	width: 54%;
	display: inline-block;
	vertical-align: top;
}
.thk-r {
	width: 45%;
	display: inline-block;
	text-align: right;
}
.thk-info-l label.select-a {
	padding: 2px 0;
}
.fv-footer {
	margin: 0 auto;
	max-width: 545px;
	padding: 40px 10px;
}
.fv-botton {
	max-width: 525px;
	margin: 22px auto;
	background: linear-gradient(to bottom, #ff5f44 0%, #891400 99%);
	border-radius: 20px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	padding: 5px;
	text-align: center;
}
.fv-botton2 {
	max-width: 12vw;
	margin: 10vw auto;
	/*background: linear-gradient(to bottom, #ff5f44 0%, #891400 99%);*/
    /*border:1px solid black;*/
	/*box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);*/
	width: 15%;
    margin: 6% auto;
    margin-right: 3%;
	text-align: center;
    position:absolute;
    right:0;
}
.fv-botton2:hover {
    opacity:.8;
}
@media screen and (max-width:880px) and (min-width:700px) {
.fv-header-img {
	background: url(/images/Activity/header-bg-a880.jpg)center;
	max-width: 880px;
	min-height: 600px;
	background-size: cover;
}
.quest {
	max-width: 90%;
}
p.k-quest {
	text-align: center;
}
.q-select {
	font-size: 1.4em;
}
.thk {
	max-width: 90%;
}
.q-select-img label.select-a {
	width: 100%;
	text-align: center;
}
.thk-l {
	width: 100%;
}
.thk-r {
	text-align: center;
	width: 100%;
}
.explain {
	max-width: 80%;
}


}

@media screen and (max-width:700px) and (min-width:652px) {
.fv-header-img {
	background: url(/images/Activity/header-bg-a880.jpg)center;
	max-width: 700px;
	min-height: 600px;
}
.quest {
	max-width: 90%;
	padding: 35px 10px 0px 20px;
}
label.select-a {
	padding: 0;
	font-weight: 300;
	width: 100%;
}
p.k-answer {
	font-size: 0.65em;
}
.thk {
	max-width: 90%;
	background-color: #efefec;
	border-radius: 20px;
	margin: -140px auto 20px;
	padding: 30px 20px;
	vertical-align: top;
}
.thk-l {
	width: 100%;
}
.thk-r {
	width: 100%;
	text-align: center;
}
.q-select-img label.select-a {
	width: 100%;
	text-align: center;
}
p.k-quest {
	font-size: 2em;
	font-family: 微軟正黑體;
	font-weight: 300;
	text-align: left;
}
}

@media screen and (max-width:652px) and (min-width:476px) {
.fv-header-img {
	background: url(/images/Activity/header-bg-a476.jpg)center;
	max-width: 650px;
	min-height: 600px;
	background-repeat: no-repeat;
}
.q-select-img label.select-a {
	width: 100%;
	text-align: center;
}
label.select-a {
	width: 100%;
}
.quest {
	max-width: 90%;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 auto;
	padding: 20px 0px 0;
	position: relative;
}
}

@media screen and (max-width:476px) {
.q-select {
	text-align: left;
}
.fv-header-img {
	background: url(/images/Activity/header-bg-a476.jpg)center;
	max-width: 476px;
	min-height: 500px;
	background-size: cover;
}


.quest {
	max-width: 90%;
	
}
.q-content p.k-quest {
	font-size: 1.4em;
	text-align: left;
}
p.k-answer {
	font-size: 0.6em;
}
p.k-remark {
	font-size: 0.45em;
}
label.select-a {
	font-weight: 400;
	font-size: 0.7em;
}
.an-message {
	text-align: left;
}
/*explain*/
.explain {
	max-width: 90%;
	padding: 20px 20px;
	font-size: 1.5em;
}
.explain:hover {
	opacity: .8;
}
/*footer*/
.thk-l {
	width: 100%;
}
.thk-r {
	width: 100%;
}
.thk-info-l label.select-a {
	padding: 0;
	font-size: 0.7em;
}
.thk {
	margin: -140px auto 20px;
	max-width: 90%;
	padding: 20px 20px;
}
.thk-info-l p {
	font-size: 0.7em;
}
.q-select-img img {
	margin: 10px 0px;
}
.fv-about {
    text-align: left;
}
}
