@charset "utf-8";
/* CSS Document */
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
	background:url(../images/bg.jpg);
	min-width: 1150px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #11032a;
}
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;
}

@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: #ffffff;
	text-align: left;
}

a:link, a:visited {
	color: #585858;
	text-decoration: none;
}

a:hover {
	color: #FD0D6C;
}

.topMenu {
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%);
    /* background: -webkit-linear-gradient(top, rgba(0, 30, 74, 0.29) 0%,rgba(12, 87, 146, 0) 100%); */
    background: linear-gradient(to bottom, rgba(0, 99, 156, 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{
    width: 100%;
    /* height: 888px; */
}

@media screen and (max-width: 1024px) { 
  .all_bg{ width: 102%;}
}
	 
.container{
    margin: 0 auto;
    height: auto;
    }

.banner{
	width: 1150px;
	height: 480px;
	margin: 0 auto;
	background: url(../images/banner.png) no-repeat;
}

.b_logo{
	position: absolute;
	width: 722px;
	height: 348px;
	background: url(../images/b_logo.png) no-repeat;
	margin: 35px 0 0 94px;
	z-index: 0;
}




/*盒子*/

#box_bg{
	position: relative;
	z-index: 2;
	margin: 0 auto;
	display: block;
	border: 20px solid transparent;
	width: 102%;
	max-width: 1020px;
	border-image: url(../images/box_bg.png) 60 60 repeat;
	-moz-border-image: url(../images/box_bg.png) 60 60 repeat;    /* 給 Firefox 看*/
	-webkit-border-image: url(../images/box_bg.png) 60 60 repeat;    /* 給 Safari 與 Chrome 看*/
	-o-border-image:url(../images/box_bg.png) 70 70 repeat;        /* 給 Opera 看*/
	border-width: 50px 50px;
	box-sizing: border-box;
	min-height: 300px;
	padding-left: auto;
	padding-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	/* background-color:rgba(255, 255, 255, 0); */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* border-radius: 20px; */
}

.menu_box{
	position: absolute;
	width: 100%;
	z-index: 5;
	margin: 0px auto;
}
.menu{
	margin: 0px auto;
	/* width: 1150px; */
	text-align: center;
	margin-top: -65px;
}

.menu ul{
	list-style:none;
	display: inline-block;
	margin-left: 20px;/* 4個按鈕使用/*
	/*margin-left: -35px;/* 5個按鈕使用*/
}
.menu ul li,.menu ul li a{
 	display:inline;
}

.menu ul li,.menu ul li a{
	margin: 0px 10px ;/* 4個按鈕使用*/
 	/*margin: 0px 0px;/* 5個按鈕使用*/
} 

@media screen and (max-width: 1000px) { 
.menu ul li,.menu ul li a{
	 margin: 0px 10px !important;/* 4個按鈕使用*/
	 /*margin: 0px 0px !important;/* 5個按鈕使用*/
}}

.container {
     width: 100%;
}

.menu_01s{
	width:230px;
	height:115px;
	background:url(../images/menu.png) no-repeat 0px -115px ;
	float: left;
	margin: 0;
}

.menu_01 a{
	width:230px;
	height:115px;
	float:left;
	background:url(../images/menu.png) no-repeat;
}

.menu_01 a:hover {
	background:url(../images/menu.png) no-repeat 0 -115px;
}

.menu_02s {
	width:230px;
	height:115px;
	background:url(../images/menu.png) no-repeat -230px -115px;
	float: left;	
}

.menu_02 a {
	width:230px;
	height:115px;
	float:left;
	background:url(../images/menu.png) no-repeat -230px 0;
}

.menu_02 a:hover {
	background:url(../images/menu.png) no-repeat -230px -115px;
}

.menu_03s {
	width:230px;
	height:115px;
	background:url(../images/menu.png) no-repeat -460px -115px;;
	float: left;
}

.menu_03 a {
	width:230px;
	height:115px;
	float:left;
	background:url(../images/menu.png) no-repeat -460px 0;
}

.menu_03 a:hover {
	background:url(../images/menu.png) no-repeat -460px -115px;
}

.menu_04s {
	width:230px;
	height:115px;
	background:url(../images/menu.png) no-repeat -690px -115px;;
	float: left;
}

.menu_04 a {
	width:230px;
	height:115px;
	float:left;
	background:url(../images/menu.png) no-repeat -690px 0;
}

.menu_04 a:hover {
	background:url(../images/menu.png) no-repeat -690px -115px;
}



.content {
	padding-top: 33px;
	background-color: #040404;
	color: #ffffff;
	margin: 0 auto;
	/* margin-left: -30px; */
	/* margin-right: -35px; */
	/* margin-top: -50px; */
	margin-bottom: -20px;
	font-family: "微軟正黑體";
}

.content a, .content a:visited{
	color: #50fff8;
	text-decoration: none;
	font-weight:bolder;
}
.content a:hover{
	color: #68caff;
}

.content table a, .content table a:visited{
	color: #8000cf;
	text-decoration: none;
	font-weight:bolder;
}
.content table a:hover{
	color: #e606de;
}

.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: #ffffff;
}
.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(0, 118, 255);
    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: 16px;
	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: 23px;
    font-weight: bolder;
    color: #d396f7;
    font-family: "微軟正黑體";
}

.style14 {
    font-size: 20px;
    font-weight: bolder;
    color: #ff8f00;
    font-family: "微軟正黑體";
}

.style15 {
    font-size: 25px;
    font-weight: bolder;
    color: #ffffff;
    font-family: "微軟正黑體";
}

.style16 {
    font-size: 22px;
    font-weight: bolder;
    color: #ffffff;
    font-family: "微軟正黑體";
}

.style17 {
    font-size: 22px;
    font-weight: bolder;
    color: #ffe100;
    font-family: "微軟正黑體";
}

.sbox {
    width: 44%;
    float: left; margin-left:40px;
}
.sbox img{
        margin-top: 20px;

}

/*bg*/
.t_b0{background-color: #29117d;color: #FFF;}
.t_b1{background-color: #543d9e;color: #FFF;}
.t_b1 a{ color:#ffed00 !important}
.t_b1 a:hover{ color:#fff9ab  !important}
.t_b2{background-color: #ffdada;}
.t_b3{background-color: #ffeceb;}
.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: #063761;}

.t_g1{background-color: #0074A8;}
.t_g2{background-color: #237D7A;}
.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_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 #e67395 solid;
    }
.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;
}


}

@media screen and (max-width: 1024px) { 
  .all_bg, .topMenu{ width: 102%;}
}
