@charset "utf-8";

/* RESET
--------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,rem,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td, figure{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-spacing:0}address{display: inline;font-style: normal;}

/* 版型設定 */
.mobile{ display: none;}
.pad{ display: none;}

/* 共用設定 */
img{ width: 100%; height: auto; display: block; font-size: 0.24rem; color: 000000;}
/*iframe{ width: 100%; height: 100%; position: absolute; top: 0; left: 0;}*/
a{ display: block; text-decoration: none; -webkit-transition:all 0.2s; transition: all 0.2s;}
a:hover, a:active, a:focus{ color: inherit;}
@media screen and (max-width: 768px){ a:hover{ color: inherit;}}

.clear:before, .clear:after {content:""; display:table; } 
.clear:after {clear:both; } 
.c{clear: both;}

.wrapper .hide{ display: none;}
.absolute, .inner-absolute > *{ position: absolute;}
.absoluteTL, .inner-absoluteTL > *{ position: absolute; top: 0; left: 0;}
.absoluteTR, .inner-absoluteTR > *{ position: absolute; top: 0; right: 0;}
.absoluteBL, .inner-absoluteBL > *{ position: absolute; bottom: 0; left: 0;}
.absoluteBR, .inner-absoluteBR > *{ position: absolute; bottom: 0; right: 0;}
.relative, .inner-relative > *{ position: relative;}
.overHide{ overflow: hidden;}


/* table */
table, tbody{ width: 100%;} th, td{ vertical-align: middle;}
.table{ width: 100%; display: table;}
.tr{ display: table-row;}
.th, .td{ display: table-cell; vertical-align: middle; position: relative;}
.table.pc{ display: table;}
.table.pad{ display: none;}
.table.mobile{ display: none;}

* {
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #333;
	background-image: url(../images/body_bg.png);
	font-family: '微軟正黑體', Microsoft JhengHei ,Arial;
}
#wrapper {
	width: 100%;
	max-width: 800px;
	margin:0 auto; 
}
.header{width: 100%; position: relative; float: left;}
.header img{width: 100%;}
.content{width: 100%; position: relative; float: left; background: #090e1d;}
#menu{max-width: 600px; position: relative; margin: 0 auto; width: 100%;}
#menu ul li a{
	width:24.5%; max-width: 140px; height:50px; float: left; 
	background-size: cover;
	border:solid 1px #e5e6e6;
	background-color: #d7d7d7; color: #ab1f24; 
	line-height: 50px; font-weight: bold; text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ededed+47,b5b5b6+53,b5b5b6+100 */
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #ededed 47%, #c9c9ca 53%, #c9c9ca 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ededed 0%,#ededed 47%,#c9c9ca 53%,#c9c9ca 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ededed 0%,#ededed 47%,#c9c9ca 53%,#c9c9ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c9c9ca',GradientType=0 ); /* IE6-9 */
}
#menu ul li a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cecece+0,cecece+45,f4f4f4+100 */
	background: rgb(206,206,206); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(206,206,206,1) 0%, rgba(206,206,206,1) 45%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(206,206,206,1) 0%,rgba(206,206,206,1) 45%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(206,206,206,1) 0%,rgba(206,206,206,1) 45%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
#sp{
	margin: 20px 60px; font-size: 13px; color: #fff; line-height: 18px;
}
.left_content{width: 200px; color: #fff; font-size:13px; margin: auto 20px;line-height: 22px; position: relative; float: left;}
.left_content ul li{list-style: disc;margin-left: 20px; line-height: 20px; font-size:12px;}
.ps-red{color: rgb(251, 28, 36);}
.right_content{width: 520px; position: relative; float: left;}
#login{background-color: #fff; border-radius: 10px!important; min-height: 440px; width: 520px; margin: 0 auto; padding: 10px;margin-bottom: 20px;}
#footer{
	width: 100%; position: relative; float: left; font-size: 10px; height: 28px; text-align: center; line-height: 28px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0d0d0+0,f2f2f2+23,ada8a6+100 */
	background: rgb(208,208,208); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,208,208,1) 0%, rgba(242,242,242,1) 23%, rgba(173,168,166,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(208,208,208,1) 0%,rgba(242,242,242,1) 23%,rgba(173,168,166,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(208,208,208,1) 0%,rgba(242,242,242,1) 23%,rgba(173,168,166,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#ada8a6',GradientType=0 ); /* IE6-9 */
	color: #343434;
}

@media screen and (max-width: 799px){
	#sp{width: 96%; margin: 20px auto;}
	.left_content{width: 96%; margin: auto 2%;}
	.right_content{width: 96%; margin: auto 2%; margin-top: 20px; margin-bottom: 20px;}
	#login{width: 96%; }
	#menu ul li a{width: 80%; display: block; max-width: 500px; height: 30px; margin: 3px 10%; line-height: 30px;  }
}

@media screen and (max-width: 480px){
	iframe{
		height: 530px;
	}

	
}