@charset "utf-8";

body{	
	background:#ffe3a8 url(../../img/BGBody.png);
}

.WrapBox{
	width:800px;
	min-height:2000px;
	margin:0 auto;
	padding:50px;
	background:#F3C86C url(../../img/網站元件.png)no-repeat top 200px center;
	position:relative;
}

.Logo{
	width:80px;
	height:80px;
	background:url(../../img/Logo.png)no-repeat center center / cover;
	position:absolute;
	top:50px;
	left:100px;	
	display:block;
}

.EmA{
	width:180px;
	height:136px;
	background:url(../../img/帶1.png)no-repeat center center / cover;
	position:absolute;
	top:50px;
	left:-50px;	
}

.EmB{
	width:179px;
	height:110px;
	background:url(../../img/帶2.png)no-repeat center center / cover;
	position:absolute;
	top:20px;
	right:-50px;	
}

.Em01{
	width:445px;
	height:150px;
	margin:0 auto;
	background:url(../../img/網站元件_01.png)no-repeat center center / cover;
}

.Em04{
	width:445px;
	height:178px;
	margin:0 auto;
	background:url(../../img/網站元件_04.png)no-repeat center center / cover;
}

.Em05{
	width:440px;
	height:340px;
	background:url(../../img/網站元件_05.png)no-repeat center center / cover;
	position:absolute;
	top:550px;
	right:0;
}

.Em07{
	width:445px;
	height:221px;
	background:url(../../img/網站元件_07.png)no-repeat center center / cover;
	position:absolute;
	top:1100px;
	right:0;
}

.Em08{
	width:500px;
	height:148px;
	background:url(../../img/網站元件_08.png)no-repeat center center / cover;
}

.Em09{
	width:297px;
	height:283px;
	background:url(../../img/網站元件_09.png)no-repeat center center / cover;
	position:absolute;
	top:-250px;
	right:0;
}


.Em10{
	width:500px;
	height:148px;
	background:url(../../img/網站元件_10.png)no-repeat center center / cover;
}

.Menu{
	width:700px;
	height:50px;
	margin:50px auto 0 auto;
}

.Menu a{
	width:100px;
	height:50px;
	line-height:50px;
	display:block;
	float:left;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.Menu a.Aws{
	width:150px;
	height:50px;
	line-height:50px;
	display:block;
	float:left;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#DB4032;
}


.btnDm{
	width:150px;
	height:40px;
	line-height:40px;
	border-radius:30px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:#2D7B7B;
	border-bottom:3px #094343 solid;
	display:block;
	margin:30px auto;
	text-align:center;
}


a.btnForm1{
	height:40px;
	line-height:40px;
	border-radius:30px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:#526484;
	border-bottom:3px #213454 solid;
	display:inline-block;
	margin:30px auto;
	text-align:center;
	padding:0 20px;
}

a.btnForm2{
	height:40px;
	line-height:40px;
	border-radius:30px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:#DB4032;
	border-bottom:3px #8B001B solid;
	display:inline-block;
	margin:30px auto;
	text-align:center;
	padding:0 20px;
	position:relative;
}

div.btnForm1{
	height:40px;
	line-height:40px;
	border-radius:30px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:#526484;
	border-bottom:3px #213454 solid;
	display:inline-block;
	margin:30px auto;
	text-align:center;
	padding:0 20px;
	position:relative;
}


.btnForm12Mask{
	width:202px;
	height:43px;
	line-height:40px;
	border-radius:30px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	background:rgba(0,0,0,0.7);
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}




.btnDm:hover,
.btnForm1:hover,
.btnForm2:hover
{
	color:#fff;
}


.DscBox{
	margin:30px 0;
}

.DscBok{
	width:400px;
	margin:10px 0;
}

.DscBok2{
	width:600px;
	margin:10px 0;
}


.mainName{
	font-size:30px;
	font-weight:bold;
	margin:80px 0;
}

.LabName{
	width:150px;
	height:30px;
	line-height:30px;
	border-radius:15px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.NumC{
	width:20px;
	height:20px;
	line-height:20px;
	margin:5px 10px 0 0;
	color:#fff;
	text-align:center;	
	border-radius:20px;
}

.Tips{
	padding:0 5px;
	color:red;
	font-size:15px;
	font-weight:bold;
	
}


.colorBG_516486{
	background:#516486;
}

.colorFont_516486{
	color:#516486;
}

.colorBG_DF5458{
	background:#DF5458;
}

.colorFont_DF5458{
	color:#DF5458;
}

.colorBG_Red{
	background:red;
}

.colorFont_Red{
	color:red;
}


.keyTx{
	color:red;
	font-weight:bold;
}

.StoreBox{
	background:rgba(255,255,255,0.8);
	padding:30px;
	border-radius:10px;
	position:relative;
}

.StoreBox a{
	color:#5574B5;
	text-decoration:underline;
}


.StoreBox tr:nth-child(1){
	font-size:20px;
	font-weight:bold;
}

.StoreBox tr:nth-child(even){
	background:#ffedc8;
	border-top:1px #ffe8b6 solid;
	border-bottom:1px #ffe8b6 solid;
}



.AwardInfoBox{
	background:rgba(255,255,255,0.8);
	padding:20px;
	border-radius:10px;
	position:relative;	
}

.AwardInfoBox .TitNam{
	font-weight:bold;
	font-size:20px;
}

.AwardInfoBox .TitNam2{
	font-weight:bold;
	font-size:20px;
	color:#DF5458;
	margin:20px 0 10px 0;
	position:relative;
}

.AwardInfoBox .Ito{
	margin:20px 0;
}

.AwardInfoBox .Ito .Itos{
	margin:20px 20px 20px 0;
	font-size:14px;
}




.AwardBox{
	margin:30px 0;
}

.AwardBox .Bok{
	width:380px;
	height:380px;
	margin:0 40px 40px 0;
	float:left;
	border-radius:10px;
}

.AwardBox .Bok:nth-of-type(even){
	margin:0 0 40px 0;
	float:right;
}

.AwardBox .Bok .Nam{
	text-align:center;
	font-size:18px;
	font-weight:bold;	
	min-height:10px;
	padding:20px;
}


.FormBox1{
	width:500px;
	background:url(../../img/網站元件_11.png)no-repeat top 50px center;
	padding:300px 150px 50px 150px;
	margin:0 auto 100px auto;
	border:3px #526484 solid;
	border-radius:5px;
	position:relative;
}


.FormBox2{
	width:500px;
	background:url(../../img/網站元件_12.png)no-repeat top 50px center;
	padding:300px 150px 50px 150px;
	margin:0 auto 100px auto;
	border:5px #DF5458 solid;
	border-radius:5px;
	position:relative;
}

.FormBox1 input[type=text],
.FormBox2 input[type=text]
{
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	height:40px;
	padding:5px;
	border:0px #000 solid;
	border-radius:5px;
	font-size:18px;
}

.FormBox1 .Nam,
.FormBox2 .Nam
{
	font-size:18px;
	font-weight:bold;
}


.FormBoxMask{
	width:810px;
	height:360px;
	line-height:360px;
	position:absolute;
	top:-5px;
	left:-5px;
	background:rgba(0,0,0,0.7);
	z-index:2;
	border-radius:5px;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}


.BG_mesBoxShow{
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,0.7);
	z-index:15;
	top:0;
	left:0;
}


.mesBoxShow{
	width:540px;
	height:140px;
	background:#fff url(../../img/mesBoxShow.png)no-repeat center center;
	position:fixed;
	top:50%;
	right:50%;
	margin:-150px -300px 0 0;
	padding:30px;
	z-index:16;
}

.mesBoxShows{
	width:310px;
	height:100px;
	padding:20px 90px 20px 200px;
	position:relative;
}

.mesBoxShows .BtnX{
	width:40px;
	height:40px;
	line-height:40px;
	position:absolute;
	top:-50px;
	right:10px;
	z-index:17;
	display:block;
	background:#347B7B;
	border-radius:40px;
	border:2px #104343 solid;
	color:#fff;
	text-align:center;
}

.mesBoxShows .BtnX:hover{
	text-decoration:none;
	background:#104343;
}

.mesBoxShows .Nam{
	height:30px;
	font-size:30px;
	font-weight:bold;
	color:#DB4032;
}

.mesBoxShows .Ito{
	margin-top:10px;
	font-size:17px;
	font-weight:bold;
}



.Footer{
	font-size:14px;
	margin-bottom:50px;
}

.Footer .Nam{
	font-weight:bold;
	color:#347B7B;
}


.BtnGoTop{
	width:50px;
	height:40px;
	border-radius:5px 5px 0 0;
	display:none;
	position:fixed;
	bottom:0;
	left:50%;
	margin:0 0 0 -25px;
	z-index:10;
	background:#DB4032 url(../../img/arrow-up-inside-a-circular-button-.svg)no-repeat center center;
	background-size:20px;
}	


.AnchorFix{
    top:-100px;
    height: 0;
	display:block;
}

.AnchorFix2{
    top:-150px;
    height: 0;
	display:block;
}

.awNam{
	font-size:16px;
	font-weight:bold;
	padding:5px 0;
	text-decoration:underline;
}

