@charset "utf-8";
/* CSS Document */
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;  min-height: 100%;
    _height:100%;
}
body {
	background:url(../images/bg.jpg);
	height: max-content!important;
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #620000;
	flex-direction: column;
}

img {
	border: 0;
}
img.bg {
  /* Set rules to fill background */
  min-height: 550px;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
}

.h01{margin: 0 50px 0 50px;font-size: 1.5rem;}
.h01 p{
    color: #885e00;
    font-weight: bolder;
    margin:0;
    padding-bottom: 12%;
    padding-top: 8%;
}

@media screen and (max-width:1024px){
.h01{font-size:30px;
}
.h01 p{padding-bottom: 70%;
    padding-top: 30%;
}

}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
    .topMenu{
	  display:none;
}
}
	
table {
	font-size: 12px;
	font-family: "Arial";	
}

ul {
	/*text-shadow: 0px 0px 3px rgb(255, 255, 255);*/
    color: #000000;
    text-align: left;
}

a:link, a:visited {
	color: #585858;
	text-decoration: none;
}

a:hover {
	color: #FD0D6C;
}

.topMenu {
    background: -moz-linear-gradient(top, rgba(39, 106, 154, 0.48) 0%, rgba(11, 79, 132, 0) 100%);
    /* background: -webkit-linear-gradient(top, rgba(222, 100, 150, 0.48) 0%,rgba(11, 79, 132, 0) 100%); */
    background:linear-gradient(to bottom, rgba(39, 106, 154, 0.48) 0%,rgba(11, 79, 132, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 );
    position: absolute;
    width: 100%;
    z-index: 5;
}

.topMenuBg {
	position: relative;
    max-width: 1010px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-family: "Arial";
    margin: 0 auto;
}
.topMenuBg ul{
	text-shadow: 0px 0px 3px rgb(0, 0, 0);
	overflow: hidden;
	height: 35px;
	max-width: 100%;
	text-align: center;
	margin:0;
	padding:0;
	list-style-type: none;
}
.topMenuBg ul li {
	top:7px;
    position: relative;
	display:inline;margin-right:18px;
}
.topMenuBg li a{color:#FFF;}
.topMenuBg li a:hover {color: #FF0;}
.n_logo{margin-left: 60px;}
.logo {
    background: url(../images/logo.png) no-repeat top left;
    width: 90px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 452px;
}

i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon_star.png) no-repeat top left;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.i01{ display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon_pink.png) no-repeat top left;
    position: relative;
    top: 3px;
    margin-right: 3px;
    
}

.menuList {
	width: 90px;
	height: 21px;
	padding-top: 8px;
	text-align: center;
}

.bottomMenu {
	float:left;
	background: url(../images/menuIco.gif) left no-repeat;
	padding: 4px 0 0 13px;
}

.copyright {
	font-size: 11px;
	color: #585858;
	padding-top: 5px;
	padding-bottom: 10px;
}

.bonusLogo {
	width: 64px;
	height: 42px;
	background:url(../images/bonusLogo.png) left no-repeat;
}

.class {
	width: 69px;
	height: 42px;
	background:url(../images/class.png) right no-repeat;
}

.all_bg{ 
    position: inherit;
	/*height: 888px;*/
}
@media screen and (max-width: 768px) { 
  .topMenu{ width: 102% ;}
}
 
@media (min-width:320px) and (max-width: 768px) 
{
.all_bg{ position:fixed !important ;}
}
 
.container{    margin: 0 auto;
    height: auto;}

.banner{
	width: 1150px;
	height: 520px;
	margin: 0 auto;
}
.b_bg{
	position: absolute;
	width: 1150px;
	height: 450px;
	/*background: url(../images/banner.png) no-repeat;*/
	z-index: 2;
}

@media screen and (max-width: 1030px) { 
 
body {
    background-size: 152%;
}
.banner {
    height: 410px;
}

}
	


/*盒子*/

#box_bg{
	/*position: relative;*/
	margin: 0 auto;
	z-index: -9;
	display: block;
	border: 30px solid transparent;
	width: 100%;
	max-width: 1100px;
	border-image: url(../images/box_bg.png) 45 45 repeat;
	-moz-border-image: url(../images/box_bg.png) 65 65 repeat;
	-webkit-border-image: url(../images/box_bg.png) 65 65 repeat;
	-o-border-image: url(../images/box_bg.png) 65 65 repeat;
	border-width: 45px 45px;
	box-sizing: border-box;
	min-height: 300px;
	padding-left: auto;
	padding-right: auto;
	margin-top: -20px;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 20px;
	/* margin-top: -170px; */
}
.menu_box{
	
width: 100%;
	
margin-top: -62px;
	
margin-left:0px;
	
z-index: 50;
	
position: absolute;
}
.menu{
	margin: 0px auto;
	text-align: center;
	/* z-index: 50; */
}

.menu ul{
	list-style:none;
	display: inline-block;
	margin-left: -25px;
}
.menu ul li,.menu ul li a{
 	display:inline;
}

.menu ul li,.menu ul li a{
	 /*margin: 0px 0px;/* 4個按鈕使用*/
	 margin: 0px 0px 0px 20px;/* 5個按鈕使用*/
} 

@media screen and (max-width: 1000px) { 
.menu ul li,.menu ul li a{
	/*margin: 0px 10px !important;/* 4個按鈕使用*/
	margin: 0px -8px !important;/* 5個按鈕使用*/
}
.menu ul{
	/*margin-left: 10px !important;/* 4個按鈕使用*/
	margin-left: -30px !important;/* 5個按鈕使用*/
}
}

.container {
     width: 100%;
}

.menu_01s{
	width:200px;
	height:240px;
	background:url(../images/menu.png) no-repeat 0px -240px ;
	float: left;
	margin: 0;
}

.menu_01 a{
	width:200px;
	height:240px;
	float:left;
	background:url(../images/menu.png) no-repeat;
	
}

.menu_01 a:hover {
	background:url(../images/menu.png) no-repeat 0 -240px;
}

.menu_02s {
	width:200px;
	height:240px;
	background:url(../images/menu.png) no-repeat -200px -240px;
	float: left;
	
}

.menu_02 a {
	width:200px;
	height:240px;
	float:left;
	background:url(../images/menu.png) no-repeat -200px 0;
}

.menu_02 a:hover {
	background:url(../images/menu.png) no-repeat -200px -240px;
}

.menu_03s {
	width:200px;
	height:240px;
	background:url(../images/menu.png) no-repeat -400px -240px;
	float: left;
}

.menu_03 a {
	width:200px;
	height:240px;
	float:left;
	background:url(../images/menu.png) no-repeat -400px 0;
}

.menu_03 a:hover {
	background:url(../images/menu.png) no-repeat -400px -240px;
}

.menu_04s {
	width:200px;
	height:240px;
	background:url(../images/menu.png) no-repeat -600px -240px;
	float: left;
}

.menu_04 a {
	width:200px;
	height:240px;
	float:left;
	background:url(../images/menu.png) no-repeat -600px 0;
}

.menu_04 a:hover {
	background:url(../images/menu.png) no-repeat -600px -240px;
}


.menu_05s {
	width:200px;
	height:240px;
	background:url(../images/menu.png) no-repeat -800px -240px;
	float: left;
}

.menu_05 a {
	width:200px;
	height:240px;
	float:left;
	background:url(../images/menu.png) no-repeat -800px 0;
}

.menu_05 a:hover {
	background:url(../images/menu.png) no-repeat -800px -240px;
}


.content {
	padding-top: 180px;
	background-color: #f0e9d5;
	color: #1f1f1f;
	margin: 0 auto;
	margin-left: -25px;
	margin-right: -25px;
	margin-bottom: -20px;
	font-family: "微軟正黑體";
}

.content a, .content a:visited{
	color: #db0e00;
	text-decoration: none;
	font-weight:bolder;
}
.content a:hover{
	color: #ff473a;
}

.content table a, .content table a:visited{
	color: #fff700;
	text-decoration: none;
	font-weight:bolder;
}
.content table a:hover{
	color: #ffe89b;
}

.content ul, .content li {
    width: auto;
    list-style-type: disc;
    padding: 0;
    text-align: left;
    margin: 0px 20px 5px 35px;
    line-height: 28px;
}

.content table {
    text-align: center;
}


/*note*/
.note {
    font-family: "微軟正黑體";
    font-size: 16px;
    font-weight: bold;
	margin-top: 10px;
}
.note .listType {
    list-style-type: decimal;
    line-height: 28px;
    color: #1F1F1F;
}
.note li {
	margin-bottom: 12px;
}
.note span{ line-height:28px;}
.note p{font-size: 16px;font-weight:bold; color:#636363; margin:0; padding:0;}
.note h1{font-size: 17px;font-weight:bold; color:#BE0000; margin-top:30px;}
.b01{ margin-bottom:30px;}


h1{ color:#FFEB00; margin:5px 0 5px 10px}
h2{
    font-size: 18px;
    color: rgb(206, 33, 199);
    font-family: 微軟正黑體;
    margin: 15px 0px 10px 45px;
}


h3{font-size: 20px;
    color: rgb(208, 83, 0);
    font-family: 微軟正黑體;
    margin:10px 0px 0px 50px;
}



.p01 {
    margin: 10px 50px 15px 50px;
}
.line td {
    line-height: 30px;
	font-size:15px;
	font-weight:bolder;
}
.line {
	margin-top: 5px;
    margin-bottom: 10px;
	padding: 1px;
	/*border: 1px solid #fffa93;*/
}
/*.l01{margin: 20px 20px 20px 40px;}*/



.p_1 {
	color: #000000;
    font-family: "微軟正黑體";
    margin: 15px 40px 15px 52px;
    text-shadow: 0px 0px 15px rgb(255, 255, 255);
}

.style1 {
	font-family: "微軟正黑體";
	font-size: 20px;
	color: #FFF;
	line-height: 24px;
}
.style2 {
    color: #004ac4;
    font-weight: bolder;
    margin: 5px 0 0 0;
}

.style3{
    color: #828282;
    font-weight: bolder;
    margin: 5px 0 10px 0;
}

.style_11 {
	color: #009;
	font-weight: bolder;
	font-family: "微軟正黑體";
	font-size: 16px;
}

.style13 {
    font-size: 20px;
    font-weight: bolder;
    color: #FF0000;
    font-family: "微軟正黑體";
}

.style14 {
    font-size: 20px;
    font-weight: bolder;
    color: #9c4141;
    font-family: "微軟正黑體";
}

.style15 {
	font-family: "微軟正黑體";
	font-size: 16px;
	color: 	#ce1837;
	line-height: 24px;
}

.sbox {
    width: 44%;
    float: left; margin-left:40px;
}
.sbox img{
        margin-top: 20px;

}

/*bg*/
.t_b0{background-color: #af0747;color: #FFF;}
.t_b1{background-color: #e0232e;color: #FFF;}
.t_b1 a{ color:#ffed00 !important}
.t_b1 a:hover{ color:#fff9ab  !important}
.t_b2{background-color: #ffebc3;}
.t_b3{background-color: #fff98c;}
.t_b4{
	background-color: #FF6600;
	color: #FFFFFF;
	font-family: "微軟正黑體";
	font-size: 18px;
	font-weight: normal;
}
.t_b5{
	background-color: #6633CC;
	color: #FFF;
	font-family: "微軟正黑體";
	font-size: 20px;
}
.t_b6{
	color: #000;
	font-family: "微軟正黑體";
	font-weight: bold;
	font-size: 22px;
}
.t_b7{background-color: #A17136;}
.t_b8{background-color: #000000;}
.t_b9{
	border: 3px solid #f9ff7d;
    background-color: #fbffa9;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
}
.t_b10{
	background-color: #f9d19d;
}
.t_b11{
	background-color: #fcdaae;
}
.t_b12{
	background-color: #d0f99d;
}
.t_b13{
	background-color: #dcf4b0;
}
.t_b14{
	background-color: #ffffff;
}
.t_b15{
	border: 3px solid #f9ff7d;
	background-color: #ffe0a1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
}

.t_b16{
	background-color: #ffe0a1;
}

.t_g1{background-color: #0074A8;}
.t_g2{background-color: #d80000;color: #FFF;}
.t_g3{background-color: #CCFFCC;}

.t_b7 img,.t_b5 img,.t_b6 img{ margin:10px;}


.left{text-align:left!important;}
.center{text-align: center;}
.p_s1 {
    margin: 0px 0px 30px 45px;
}
.p_s1  img {
  
    max-width: 100%;
    height: auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.p_s6 {
    text-indent: -16px;
    margin: 0px 46px 10px 60px;
}

.from{
	border-radius: 20px;
	text-align: center;
	font-weight: bolder;
	font-size: 20px;
	color: #FF0033;
	padding: 20px;
	margin: 10px 40px 20px 50px;
	background-color: #ffdb37;
}


/*footer*/
#footer {
    font-size: 13px;
    font-family: "Arial";
    background-color: #151515;
    width: 100%;
    border-top: 5px #cc6d3d solid;
    flex:1;
    }
.footer {
	position: relative;
    max-width: 1010px;
    margin: 0 auto;
    height: 63px;
    padding: 15px 0 0 0;
    color: #DBDBDB;
    bottom: 0;
    clear: both;
    z-index: 10;	

}
.footer .pr {
    position: relative;
	
}

.footer a {
    color: #DBDBDB!important;
}
.footer a:hover {
    color: #FFF!important;
}
.footer a:active {
    color: #F8F51E!important;
}
.footer a:focus {
    color: #F8F51E!important;
}
.footer a.bonusLogo {
    display: block;
    float: left;
    width: 64px;
    height: 42px;
    background: url(../images/bonusLogo.png) no-repeat;
    overflow: hidden;
    margin: 0 5px 0 0;
    display: inline-block;
    text-indent: -9999px;
}
.footer a.class {
    width: 50px;
    height: 49px;
    background: url(../images/class.png) no-repeat;
    overflow: hidden;
    display: inline-block;



    text-indent: -9999px;
}
.footer ul {
	text-shadow: 0px 0px 15px rgb(57, 57, 57);
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: disc;
}
.footer li {
    display: inline;
    margin: 0 5px 0 5px;
    line-height: 22px;
}
.footer li a {
    color: #DBDBDB;
}
.footer .s1 {
    float: left;
    margin: 3px 6px 0 0;
}

.footer .s2 {
    float: left;
    color: #5F5F5F;
    clear: both;
    position: absolute;
    margin: 25px 0 0 68px;
	font-family: "Arial";
}

.footer ul {
	text-shadow: none;
    color: #fff;
    text-align: left;
}

/*float*/
#float_top {
	z-index:999; 
	position:fixed;
	right: 20px;
    bottom:70px;
}
#float_top .login a {
    position: absolute;
    top: 36px;
    width: 110px;
    height: 138px;
    margin: 0px 0 0 0;
    background: url(../images/top.png) no-repeat 0 0;
}

#float_top .login a:hover {
	background: url(../images/top.png) no-repeat 0px -168px;
	text-align: right;
}
#float_top .top a {
    background: url(../images/top.png) no-repeat 0px -139px;
    width: 110px;
    height: 30px;
    display: block;
    cursor: hand;
    margin: 172px 0 0 0;
}

#float_top .top a:hover {
    background: url(../images/top.png) no-repeat 0 -305px;
}

@media screen and (max-width:1024px){
#float_top .login a {
	display:none;
}
#float_top a{
    bottom:70px!important;
    width:81px!important;
    cursor: pointer!important;
    height: 55px!important;
	background: url(../images/top.png) no-repeat 0 -333px !important;
}
h2 img{
      height:90px;
}
}

.p01 img {
    max-width: 100%;
    height: auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}