@charset "big5";

body {
	width: 100%;
	font-family: Arial, 微軟正黑體, "Microsoft JhengHei", "LiHei Pro", sans-serif, 新細明體;
	font-size: 16px;
	color: #333333;
	background-color: #060059;
	overflow-y: scroll;
}

/*section*/
.wrapper {
	width: 100%;
	position: relative;
}
.container {
	max-width: 800px;
	width: 100%;
	padding: 0;
    margin: 0 auto;
}
.clear { clear: both; }
.hide { display: none; }

/*gotop*/
.pside {
    width: 60px;
	position: absolute;
	right: 15px;
    bottom: 60px;
	cursor: pointer;
	display: none;
	z-index: 999;
}
.pside li {
	font-size: 2em;
	text-align: center;
	color: #FFF;
	background-color: rgba(0,0,0, 0.5);
	padding: 10px 0;
}
.pside li a:link, .pside li a:visited { color: #FFF; }
.pside li:hover, .pside li:focus { background-color: rgba(0,0,0, 0.8); }
.gotop { border-radius: 10px; }

/*選單*/
.s1 { padding: 20px 0 0 0; }
.s1 h2 {
	font-size: 3.25em;
	font-weight: 900;
    text-align: center;
	color: #F2D996;
	margin: 0 0 20px 0;
}

/*登錄*/
.s2 { background-color: #0f1158; }
.code-area { width: 80%; padding: 40px 0 50px 0; margin: 0 auto; }
.code-area p { font-size: 1.8em; color: #FFFFFF; margin: 0 0 10px 0; }
.code-area p span { font-size: 0.6em; color: #CCCCCC; margin: 0 0 0 8px;}
input[type="text"] {
	font-size: 2em;
	color: #040404;
	background-color: #FFFFFF;
    border: none;
	border-radius: 5px;
    padding: 0 15px;
}
.code {
	width: 100%;
	height: 60px;
	padding: 0 5px;
	border-radius: 5px;
    margin: 0 0 40px 0;
}
.captcha {
	float: left;
	width: 50%;
	height: 60px;
    border-radius: 5px;
	padding: 0 5px;
	margin: 0 0 40px 0;
}
.captcha-pic {
	float: left;
	width: 110px;
	height: 60px;
	text-align: center;
	background-color: #FFFFFF;
    padding: 10px 0 0 0;
	margin: 0 0 0 20px;
}

/*領取*/
.btn-send a {
	width: 60%;
	height: 80px;
	font-size: 3em;
    font-weight: 900;
	line-height: 80px;
	text-align: center;
	color: #320011;
	background-color: #FBB03B;
	border-radius: 5px;
    margin: 10px auto 0 auto;
	display: block;
}
.btn-send a:hover, .btn-send a:active, .btn-send a:focus {
	color: #FFFFFF;
	background-color: #FF6600;
}
.btn-send-ok {
	width: 60%;
	height: 80px;
	font-size: 3em;
    font-weight: 900;
	line-height: 80px;
	text-align: center;
	color: #FFF;
	background-color: #999;
	border-radius: 5px;
    margin: 10px auto 0 auto;
}

/*權益*/
.s3 { width: 100%; background-color: #FFF; padding: 40px 5%; }
.s3 h2 {
	font-size: 3em;
	font-weight: bold;
    text-align: center;
    line-height: 80%;
	color: #1A569E;
	margin: 0 0 15px 0;
}
.s3 h3 { margin: 0 0 20px 0; }
.btn-link a {
	width: 50%;
	height: 60px;
	font-size: 2em;
    font-weight: 900;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	background-color: #29abe2;
	border-radius: 5px;
    margin: 0 auto;
	display: block;
}
.btn-link a:hover, .btn-link a:active, .btn-link a:focus {
	background-color: #0071bc;
}

/*rule*/
.rule { background-color: #E6E6E6; padding: 40px 5%; }
.rule h2 {
	font-size: 2.5em;
	font-weight: bold;
    text-align: center;
    line-height: 80%;
	color: #1A569E;
	margin: 0 0 20px 0;
}
.rule h2 span {
	font-size: 0.6em;
	color: #666666;
}
.rule h3 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 130%;
    color: #1A569E;
    margin: 0 0 5px 0;
}
.rule ol {
	list-style: decimal;
	margin-left: 20px;
}
.rule ul {
	list-style: disc;
	margin-left: 20px;
	margin-top: 5px;
}
.rule li {
	font-size: 1em;
	line-height: 140%;
	color: #666666;
	margin: 0 0 5px 0;
}
.rule a:link, .rule a:visited, .rule a:hover, .rule a:active, .rule a:focus {
	font-size: 1em;
	line-height: 140%;
	color: #1A569E;
	text-decoration: underline;
}
.rule b { color: #317FDC; }
.rule p {
	font-size: 1em;
	line-height: 140%;
    color: #666666;
}
.rule p a:link, .rule p a:visited, .rule p a:hover, .rule p a:active, .rule p a:focus {
	font-size: 1em;
	line-height: 140%;
	color: #1A569E;
	text-decoration: underline;
}

/*copyright*/
.copyright {
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    color: #666;
    background-color: #FFF;
    padding: 10px 0;
}

/*pop*/
.popbg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 998;
}
.pop {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 600px;
    padding: 40px 30px 30px 30px;
    margin-top: 100px;
    margin-left: -300px;
    background-color: #FFFFFF;
    z-index: 999;
}
.pop h2 {
    font-size: 2em;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
    color: #FF0000;
    margin-bottom: 20px;
}
.pop h3 {
    font-size: 2em;
    line-height: 140%;
    text-align: center;
    color: #333;
}
.pop ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
.pop ul li {
	font-size: 1em;
	color: #333333;
    line-height: 140%;
	margin: 0 0 5px 0;
}
.pop ul li a {
	font-size: 1em;
    line-height: 140%;
	color: #0071bc;
    text-decoration: underline;
}
.pop ul li a:hover, .pop ul li a:focus {
	color: #0071bc;
    text-decoration: underline;
}
.pop li b {
	font-size: 1em;
	color: #FF0000;
}
.pop p {
    font-size: 1em;
    line-height: 130%;
    color: #666;
    margin: 0 0 10px 0;
}
.pop p a:link, .pop p a:visited { color: #666; text-decoration: underline; }
.pop p a:hover, .pop p a:focus { color: #666; }
.pop-btn a {
    width: 70%;
    font-size: 2em;
    text-align: center;
    color: #FFF;
    background-color: #29abe2;
    border-radius: 5px;
    padding: 15px 10px;
    margin: 30px auto 0 auto;
    display: block;
}
.pop-btn a:hover, .pop-btn a:focus { background-color: #0071bc; }
.close {
	position: absolute;
	top: -70px;
	right: 0px;
	width: 70px;
	height: 70px;
	background-color: #29abe2;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.close:hover, .close:active { background-color: #0071bc; }
