.spm_form {
	position: fixed;
	/*top:200px;
	left:50%;
	margin-left:-313px;*/
	top: 150px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 700px;
	width: 95%;
	height: 400px;
	border: 4px solid #2bb5eb;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 1200;
	overflow: auto;
	background-color: white;
}

.exSpmForm {
	min-height: 950px;
}

.exDescBox {
	padding: 0 20px 15px;
	line-height: 25px;
	color: #333;
}

.exDescBox ol {
	list-style-type: decimal-leading-zero;
	padding: 10px 0 10px 30px;
	color: #2bb5eb;
}

.exDescBox ol li {
	list-style-type: decimal-leading-zero;
}


/*main裡頭的的SPM*/

.spm_form1 {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -313px;
	width: 700px;
	height: 400px;
	border: 4px solid #2bb5eb;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 1200;
	overflow: auto;
	background-color: white;
}

.spm_form h1 {
	width: 100%;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 900;
	line-height: 2em;
	color: #2bb5eb;
	text-align: center;
	margin: 0;
}


/*main裡頭的的SPM*/

.spm_form1 h1 {
	width: 100%;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size: 3.2em;
	font-weight: 900;
	line-height: 2em;
	color: #2bb5eb;
	text-align: center;
	margin: 0;
}

.spm_form_line {
	width: 97%;
	border-bottom: 1px solid #999999;
	margin: 10px;
}

.spm_form_col {
	width: 97%;
	margin: 10px;
	border-bottom: 1px solid #999999;
	display: table;
	text-align: center;
}

.spm_form_col-1,
.spm_form_col-6 {
	width: 48%;
	padding: 1%;
	border-right: 1px solid #999999;
	display: table-cell;
	text-align: center;
}

.spm_form_col-1 input[type="text"],
.spm_form_col-1 h2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1.2em;
	text-align: center;
	top: 0;
	border: none;
}

.spm_form_col-2 {
	width: 48%;
	padding: 1%;
	display: table-cell;
	text-align: center;
}

.spm_form_col-2 input[type="text"],
.spm_form_col-2 h2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1.2em;
	text-align: center;
	top: 0;
	border: none;
}

.spm_form_col-3 {
	width: 98%;
	padding: 1%;
	display: table-cell;
	text-align: center;
}

.border-none {
	border: none;
	height: 50px;
}

.noBordR {
	border-right: none;
	padding-bottom: 3%;
}

.spm_form_col-3 input[type="text"] {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1.2em;
	text-align: center;
	top: 0;
	width: 90%;
	border: none;
}

.spm_form_col-3 textarea {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1.2em;
	text-align: center;
	top: 0;
	width: 90%;
	border: none;
	height: 100px;
	resize: none;
	line-height: 35px;
}

.spm_form_col-3 input[type="submit"],
{
	background-color: #2bb5eb;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	top: 0;
	width: 110px;
	height: 50px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.spm_form_col-3 a {
	background-color: #2bb5eb;
	
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 24pt;
	text-align: center;
	top: 0;
	width: 110px;
	height: 50px;
	padding: 5px 5px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.spm_form_col-3 .expProSub {
	display: block;
	width: 100px;
	height: 35px;
	font-size: 20px;
	line-height: 35px;
	border: 1px solid #c88232;
	border-left: 0;
	border-top: 0;
	margin: 0 auto;
	background: rgb(255, 184, 104);
	/ Old browsers / background: -moz-linear-gradient(top, rgba(255, 184, 104, 1) 0%, rgba(243, 167, 82, 1) 50%, rgba(231, 151, 62, 1) 100%);
	/ FF3.6+/ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 184, 104, 1)), color-stop(50%, rgba(243, 167, 82, 1)), color-stop(100%, rgba(231, 151, 62, 1)));
	/ Chrome,
	Safari4+/ background: -webkit-linear-gradient(top, rgba(255, 184, 104, 1) 0%, rgba(243, 167, 82, 1) 50%, rgba(231, 151, 62, 1) 100%);
	/ Chrome10+,
	Safari5.1+/ background: -o-linear-gradient(top, rgba(255, 184, 104, 1) 0%, rgba(243, 167, 82, 1) 50%, rgba(231, 151, 62, 1) 100%);
	/ Opera 11.10+/ background: -ms-linear-gradient(top, rgba(255, 184, 104, 1) 0%, rgba(243, 167, 82, 1) 50%, rgba(231, 151, 62, 1) 100%);
	/ IE10+/ background: linear-gradient(to bottom, rgba(255, 184, 104, 1) 0%, rgba(243, 167, 82, 1) 50%, rgba(231, 151, 62, 1) 100%);
	/ W3C / filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb5eb', endColorstr='#ffb868', GradientType=0);
	/ IE6-9 /
}

.spm_form_col-3 .expProSub:hover {
	background: rgb(231, 151, 62);
	/ Old browsers / background: -moz-linear-gradient(top, rgba(231, 151, 62, 1) 0%, rgba(243, 167, 82, 1) 50%, rgba(255, 184, 104, 1) 100%);
	/ FF3.6+/ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(231, 151, 62, 1)), color-stop(50%, rgba(243, 167, 82, 1)), color-stop(100%, rgba(255, 184, 104, 1)));
	/ Chrome,
	Safari4+/ background: -webkit-linear-gradient(top, rgba(231, 151, 62, 1) 0%, rgba(243, 167, 82, 1) 50%, rgba(255, 184, 104, 1) 100%);
	/ Chrome10+,
	Safari5.1+/ background: -o-linear-gradient(top, rgba(231, 151, 62, 1) 0%, rgba(243, 167, 82, 1) 50%, rgba(255, 184, 104, 1) 100%);
	/ Opera 11.10+/ background: -ms-linear-gradient(top, rgba(231, 151, 62, 1) 0%, rgba(243, 167, 82, 1) 50%, rgba(255, 184, 104, 1) 100%);
	/ IE10+/ background: linear-gradient(to bottom, rgba(231, 151, 62, 1) 0%, rgba(243, 167, 82, 1) 50%, rgba(255, 184, 104, 1) 100%);
	/ W3C / filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb868', endColorstr='#2bb5eb', GradientType=0);
	/ IE6-9 /
}

.fontOR,
.fontOR h2,
.fontOR a {
	color: #2bb5eb;
}

.btn_close {
	position: absolute;
	right: 0px;
	top: -5px;
	width: 45px;
	height: 50px;
	z-index: 99;
}


/*main裡頭的 spm_form 字體大小 */

.fontOR1 {
	color: #2bb5eb;
	font-size: 1.4em;
	line-height: 2em;
}

.spm_form_col-4 h2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 2.2em;
	text-align: center;
	top: 0;
	border: none;
}

.spm_form_col-5 input[type="text"],
.spm_form_col-5 h2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 1.8em;
	text-align: center;
	top: -1px;
	width: 90%;
	border: none;
	height: 24px;
}

.spm_form_col-6 input[type="text"],
.spm_form_col-6 h2 {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 2em;
	text-align: center;
	top: 0;
	width: 90%;
	border: none;
}

#spm_age1 {
	position: relative;
	top: -10px;
	font: 13.3333px Arial;
}

#spm_country {
	width: 90%;
	font-size: 1em;
}

#main_h2 {
	position: relative;
	top: -7.3px;
}

#main_h3 {
	position: relative;
}

#spm_country {
	margin: 0px 0 0 0;
	font: 13.3333px Arial;
	color: #000;
	//font-style:italic;
	width: 183px;
	height: 22px;
	//font-size:13px;
}


/* pic_link_video */

.videoPicLinkBox {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 60px;
	overflow: hidden;
}

.videoPicLinkL {
	float: left;
	width: 50%;
	overflow: hidden;
}

.videoPicLinkR {
	float: right;
	width: 50%;
	overflow: hidden;
}

.videoPicLinkL a,
.videoPicLinkR a {
	display: block;
	width: 100%;
	background-color: #ccc;
	overflow: hidden;
}

.black_overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

@media screen and (max-width: 768px) {
	.exSpmForm {
		height: ;
	}
}

@media screen and (max-width: 680px) {
	.exSpmForm {
		height: 980px;
	}
}

@media screen and (max-width: 650px) {
	.exSpmForm {
		height: 1000px;
	}
}

@media screen and (max-width: 630px) {
	.exSpmForm {
		height: 1030px;
	}
}

@media screen and (max-width: 500px) {
	.exSpmForm {
		height: 1060px;
	}
}

@media screen and (max-width: 475px) {
	.exSpmForm {
		height: 1090px;
	}
}

@media screen and (max-width: 469px) {
	.exSpmForm {
		height: 1120px;
	}
}

@media screen and (max-width: 373px) {
	.exSpmForm {
		height: 1150px;
	}
}

@media screen and (max-width: 366px) {
	.exSpmForm {
		height: 1180px;
	}
}

@media screen and (max-width: 590px) {
	.spm_form {
		overflow: hidden;
	}
	.spm_form h1 {
		width: 80%;
		font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
		font-size: 25px;
		font-weight: 900;
		line-height: 40px;
		padding-top: 10px;
		color: #2bb5eb;
		text-align: center;
		margin: 0 auto;
	}
}
