@charset "utf-8";
/* CSS Document */
html, div, map, dt, isindex, form {

}body {
	margin: 0px;
	/**font-size: 14px;**/
	color: #000000;
	font-family: "微軟正黑體", "Microsoft JhengHei", arial, helvetica, clean, Verdana, Geneva, sans-serif;
	line-height: 1.8em;
	background-color: #282828;
}
img {
	border: 0px;
	height: auto;
}
ul{
	margin: 0px;
	padding: 0px;
}
p {
	padding-top: 0px;
} 
a{
	-moz-transition: color;
	-webkit-transition: color;
	-o-transition: color;
	-ms-transition: color;
	transition: color;
	color: #6633cc;
	text-decoration: none;

}
a:hover{
	color: #ff0099;
	text-decoration: none;
}
h1{
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
h2{color: #FF0000;}
h3{color: #000;}

.txt_color_1{
	color: #FF0000;
}
.txt_color_2{
	color: #CC0000;
}
.txt_color_3{
	color: #fff;
}
.txt_color_4{
	color: #ff0099;
}
.txt_color_5{
	color: #FFCC00;
}
.txt_color_6{
	color: #ffeea8;
}
.tt_4{display: block; background-color: #000;}

/****/
.header{
	background-color: #FFF;
	display: block;
	height: auto;
	width: 100%;
	min-width: 1000px;
}
.header .txt{
	text-align: center;
	display: block;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
}
.skybar{
	max-width: 1100px;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	height: 98px;
}
.skybar .site_logo{
	float: left;
	position: absolute;
}
.skybar .site_logo a{
	background-image: url(../images/template/site_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 98px;
	width: 160px;
}
.skybar .search_bar{
	width: 306px;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding-top: 24px;
}
.search_bar_container{
	width: 300px;
	position: relative;
	height: 40px;
	display: block;
	background-color: #999;
	overflow: hidden;
	border: 3px solid #CCC;
}
.search_bar_container .search_input{
	width: 300px;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	height: 40px;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 42px;
	padding-left: 8px;
}
.search_bar_container button.icon{
	outline: none;
	opacity: 1;
	position: absolute;
	display: block;
	height: 34px;
	width: 34px;
	cursor: pointer;
	background-image: url(../images/template/icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 3px;
	right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.skybar .login_status{
	height: auto;
	width: 280px;
	top: 0px;
	right: 0px;
	position: absolute;
	display: block;
}
.skybar .login_status .login_info{
	float: right;
	padding-top: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	padding-right: 20px;
	width: auto;
	display: block;
	line-height: 1.5em;
	height: auto;
}
.skybar .login_status .login_info .txt_list{height: auto;}
.skybar .login_status .login_info .txt_list a{color: #333; font-weight: bold;}

.site_nav_1{
	height: 50px;
	background-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff0099;
}
.site_nav_1 .site_nav_1_container{
	height: 50px;
	max-width: 1100px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.site_nav_1 .site_nav_1_container .divider_1{
	float: left;
	height: 50px;
	width: 1px;
	background-image: url(../images/template/divider_1.png);
	background-repeat: no-repeat;
	background-position: left 17px;
}
.site_nav_1 .site_nav_1_container .divider_2{
	float: right;
	height: 50px;
	width: 1px;
	background-image: url(../images/template/divider_1.png);
	background-repeat: no-repeat;
	background-position: left 17px;
}
.site_nav_1 .site_nav_1_container .select_language{
	float: left;
	height: 50px;
	width: 186px;
}
.site_nav_1 .site_nav_1_container .select_language .select_txt_1{
	float: left;
	display: block;
	height: 50px;
	width: 112px;
	line-height: 50px;
	text-indent: 28px;
	color: #CCC;
}
.site_nav_1 .site_nav_1_container .select_language .select_style_1{
	float: right;
	background-color: #000;
	color: #FFF;
	display: block;
	margin-top: 15px;
	margin-right: 15px;
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0px;
	width: auto;
	height: 24px;
	padding-right: 24px;
	background-image: url(../images/template/select_style_1_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
 
}
/*IE隱藏箭頭樣式*/
.site_nav_1 .site_nav_1_container .select_language .select_style_1::-ms-expand { 
  display: none; 
}

.site_nav_1 .site_nav_1_container .nav_menu_1{
	float: right;
	height: 50px;
	display: block;
	width: 125px;
}
.site_nav_1 .site_nav_1_container .nav_menu_1 a{
	float: right;
	height: 50px;
	width: 125px;
	font-size: 18px;
	line-height: 50px;
	display: block;
	color: #FFF;
	text-indent: 60px;
	background-image: url(../images/template/icon_gift.png);
	background-repeat: no-repeat;
	background-position: 25px top;
}
.site_nav_1 .site_nav_1_container .nav_menu_1 a:hover{
	float: right;
	color: #ff0099;
	background-image: url(../images/template/icon_gift.png);
	background-repeat: no-repeat;
	background-position: 25px -50px;
}
.site_nav_1 .site_nav_1_container .nav_menu_2{
    float: right;
	height: 50px;
}
.site_nav_1 .site_nav_1_container .nav_menu_2 a{
	float: right;
	height: 50px;
	width: 125px;
	font-size: 18px;
	line-height: 50px;
	display: block;
	color: #FFF;
	text-indent: 60px;
	background-image: url(../images/template/icon_services.png);
	background-repeat: no-repeat;
	background-position: 25px top;
}
.site_nav_1 .site_nav_1_container .nav_menu_2 a:hover{
	float: right;
	color: #ff0099;
	background-image: url(../images/template/icon_services.png);
	background-repeat: no-repeat;
	background-position: 25px -50px;
}

.site_nav_2{
	height: 36px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.site_nav_2 .site_nav_2_container{
	height: 36px;
	max-width: 1100px;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.site_nav_2 .site_nav_2_container .divider_1{
	float: left;
	height: 36px;
	width: 1px;
	background-color: #dcdcdc;
	display: block;
}
.site_nav_2 .site_nav_2_container .divider_2{
	float: left;
	height: 36px;
	width: 1px;
	background-image: url(../images/template/divider_2.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	display: block;
}
.site_nav_2 .site_nav_2_container .divider_3{
	float: right;
	height: 36px;
	width: 1px;
	background-image: url(../images/template/divider_2.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	display: block;
}
.site_nav_2 .site_nav_2_container .nav_menu_3{
	float: left;
	display: block;
}
.site_nav_2 .site_nav_2_container .nav_menu_3 a{
	float: left;
	height: 36px;
	width: 186px;
	line-height: 36px;
	display: block;
	background-image: url(../images/template/icon_download.png);
	background-repeat: no-repeat;
	background-position: 31px top;
	text-indent: 75px;
	color: #000;
	background-color: #f0f0f0;
	font-size: 16px;
}
.site_nav_2 .site_nav_2_container .nav_menu_3 a:hover{
	float: left;
	color: #ff0099;
	display: block;
	background-image: url(../images/template/icon_download.png);
	background-repeat: no-repeat;
	background-position: 31px -36px;
}
.site_nav_2 .site_nav_2_container .nav_menu_4{
	display: block;
	width: auto;
	float: left;
	height: 36px;
}
.site_nav_2 .site_nav_2_container .nav_menu_4 a{
	height: 36px;
	width: auto;
	line-height: 36px;
	display: block;
	color: #000;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.site_nav_2 .site_nav_2_container .nav_menu_4 a:hover{
	color: #ff0099;
	display: block;
	width: auto;
}
.site_nav_2 .site_nav_2_container .nav_menu_5{
	float: right;
	display: block;
	width: auto;
}
.site_nav_2 .site_nav_2_container .nav_menu_5 a{
	height: 36px;
	width: 125px;
	line-height: 36px;
	display: block;
	color: #000;
	font-size: 16px;
	background-image: url(../images/template/icon_url.png);
	background-repeat: no-repeat;
	background-position: 86px top;
	text-indent: 16px;
}
.site_nav_2 .site_nav_2_container .nav_menu_5 a:hover{
	color: #ff0099;
	display: block;
	background-image: url(../images/template/icon_url.png);
	background-repeat: no-repeat;
	background-position: 86px -36px;
}
.site_nav_2 .site_nav_2_container .nav_menu_6{
	float: right;
	display: block;
	width: auto;
}
.site_nav_2 .site_nav_2_container .nav_menu_6 a{
	height: 36px;
	width: 125px;
	line-height: 36px;
	display: block;
	color: #000;
	font-size: 16px;
	background-image: url(../images/template/icon_free.png);
	background-repeat: no-repeat;
	background-position: 86px top;
	text-indent: 16px;
}
.site_nav_2 .site_nav_2_container .nav_menu_6 a:hover{
	color: #ff0099;
	display: block;
	background-image: url(../images/template/icon_free.png);
	background-repeat: no-repeat;
	background-position: 86px -36px;
}

/***/
.skybar .login_status .login_after{
	height: auto;
	display: block;
	width: auto;
}
.skybar .login_status .login_before{
	height: auto;
	display: block;
	width: auto;
}
.skybar .login_status .login_before a{
	height: 98px;
	display: block;
	width: 280px;
	background-image: url(../images/template/sky_bar_login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.skybar .login_status .login_before a:hover{
	height: 98px;
	display: block;
	width: 280px;
	background-image: url(../images/template/sky_bar_login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.7;
}
.skybar .login_status .quick_menu_btn{
	display: block;
	float: right;
	margin-top: 18px;
}
.skybar .login_status .quick_menu_btn a{
	height: 60px;
	background-image: url(../images/template/quick_menu_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 60px;
}
.skybar .login_status .quick_menu_btn a:hover{
	height: 60px;
	background-image: url(../images/template/quick_menu_btn.png);
	background-repeat: no-repeat;
	background-position: left -60px;
	display: block;
	width: 60px;
}
#quick_menu{
	width: 100%;
	width: 100%;
	background-color: #000;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 60;
	height: 600px;
	display: none;
}
#quick_menu .top_bar{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#quick_menu .top_bar .top_bar_container{
	width: 100%;
	width: 1100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#quick_menu .quick_menu_container{
	display: block;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#quick_menu .quick_menu_container .quick_menu_title{
	display: block;
	text-align: center;
	color: #ff0099;
	font-size: 18px;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #141400;
}
#quick_menu .site_logo{
	float: left;
}
#quick_menu .site_logo a{
	background-image: url(../images/template/site_logo2.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 98px;
	width: 160px;
}
#quick_menu .close_win{
	display: block;
	float: right;
	padding-top: 32px;
	padding-right: 18px;
}
#quick_menu .close_win a{
	display: block;
	float: right;
	height: 28px;
	width: 28px;
	background-image: url(../images/template/btn_gnb_close.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#quick_menu .close_win a:hover{
	display: block;
	float: right;
	height: 28px;
	width: 28px;
	background-image: url(../images/template/btn_gnb_close.png);
	background-repeat: no-repeat;
	background-position: left -28px;
}
#quick_menu li{
	width: auto;
	display: block;
	margin: 0px;
	height: auto;
	padding: 0px;
}
#quick_menu li.list{
	width: auto;
	height: auto;
	margin: 0px;
	font-size: 18px;
	padding: 0px;
	text-align: center;
}
#quick_menu li.list_last{
	width: auto;
	height: auto;
	margin: 0px;
	font-size: 18px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #141400;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#quick_menu li ul{
	position: absolute;
	left: 210px;
	top: 1px;
	width: 220px;
	background: #404040;
	border: solid 1px #757575;
	display: none;
}
#quick_menu li a{
	width: 100%;
	display: block;
	color: #CCC;
	height: auto;
	line-height: 2.6em;
	text-indent: 0;
	-webkit-transition: text-indent 0.3s ease;
	-moz-transition: text-indent 0.3s ease;
	-ms-transition: text-indent 0.3s ease;
	-o-transition: text-indent 0.3s ease;
	transition: text-indent 0.3s ease;
}
#quick_menu li a:hover{
	width: 100%;
	display: block;
	color: #FF0;
	text-indent: 0;
	-webkit-transition: text-indent 0.3s ease;
	-moz-transition: text-indent 0.3s ease;
	-ms-transition: text-indent 0.3s ease;
	-o-transition: text-indent 0.3s ease;
	transition: text-indent 0.3s ease;
}
#quick_menu li ul li{padding:5px 15px;}
#quick_menu li ul li a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;		
}
#quick_menu li ul li a:hover{color:#111;}

/****************/
.index_content{
	height: auto;
	background-color: #FFF;
	display: block;
	width: 100%;
	min-width: 1000px;
	padding-top: 30px;
	padding-bottom: 40px;
}
.index_content .index_content_container{
	height: auto;
	max-width: 1100px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
/*****/
.common_title_img_1{
	display: block;
	background-image: url(../images/template/common_title_img_1_bg.jpg);
	height: 160px;
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
}
.common_title_img_1 .main_img{
	display: block;
	background-image: url(../images/template/common_title_img_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	min-width: 960px;
	max-width: 100%;
}
.common_title_img_2{
	display: block;
	background-image: url(../images/template/common_title_img_2_bg.jpg);
	height: 160px;
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1000px;
}
.common_title_img_2 .main_img{
	display: block;
	background-image: url(../images/template/common_title_img_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	min-width: 960px;
	max-width: 100%;
}
.common_title_img_3{
	display: block;
	background-image: url(../images/template/common_title_img_3_bg.jpg);
	height: 160px;
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1000px;
}
.common_title_img_3 .main_img{
	display: block;
	background-image: url(../images/template/common_title_img_3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	min-width: 960px;
	max-width: 100%;
}
.common_title_img_4{
	display: block;
	background-image: url(../images/template/common_title_img_4_bg.jpg);
	height: 160px;
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1000px;
}
.common_title_img_4 .main_img{
	display: block;
	background-image: url(../images/template/common_title_img_4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	min-width: 960px;
	max-width: 100%;
}
.common_title_img_5{
	display: block;
	background-image: url(../images/template/common_title_img_5_bg.jpg);
	height: 160px;
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1000px;
}
.common_title_img_5 .main_img{
	display: block;
	background-image: url(../images/template/common_title_img_5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	min-width: 960px;
	max-width: 100%;
}
.common_title_img_6{
	display: block;
	background-image: url(../images/template/common_title_img_6_bg.jpg);
	height: 160px;
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1000px;
}
.common_title_img_6 .main_img{
	display: block;
	background-image: url(../images/template/common_title_img_6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	min-width: 960px;
	max-width: 100%;
}
.common_title_img_7{
	display: block;
	background-image: url(../images/template/common_title_img_7_bg.jpg);
	height: 160px;
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1000px;
}
.common_title_img_7 .main_img{
	display: block;
	background-image: url(../images/template/common_title_img_7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	min-width: 960px;
	max-width: 100%;
}
.common_title_img_8{
	display: block;
	background-image: url(../images/template/common_title_img_8_bg.jpg);
	height: 160px;
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1000px;
}
.common_title_img_8 .main_img{
	display: block;
	background-image: url(../images/template/common_title_img_8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	min-width: 960px;
	max-width: 100%;
}
.common_title_img_9{
	display: block;
	background-image: url(../images/template/common_title_img_9_bg.jpg);
	height: 160px;
	width: 100%;
	clear: both;
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 1000px;
}
.common_title_img_9 .main_img{
	display: block;
	background-image: url(../images/template/common_title_img_9.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	min-width: 960px;
	max-width: 100%;
}
.content_title_container{
	display: block;
	height: 160px;
	max-width: 1100px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content_title_container .content_title{
	display: block;
	font-size: 36px;
	font-weight: 500;
	color: #FFF;
	height: 36px;
	width: auto;
	margin-left: 36px;
	padding-top: 60px;
}
.content_title_container .title_description{
	display: block;
	font-size: 18px;
	font-weight: 400;
	height: 18px;
	width: auto;
	margin-left: 36px;
	color: #FFF;
	padding-top: 5px;
}
/***/
/****單元選單****/
.main_menu_1{
	display: block;
	background-image: url(../images/slot/slot_menu_1_bg_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	padding-top: 21px;
}
/***/
.picScroll-left3 {
	border-image: none;
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-width: 1000px;
}
.picScroll-left3 .hd {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
.picScroll-left3 .hd .prev {
	overflow: hidden;
	float: left;
	cursor: pointer;
	display: block;
	margin: 0px;
}
.picScroll-left3 .hd .next {
	overflow: hidden;
	float: right;
	display: block;
	cursor: pointer;
	margin: 0px;
}
.picScroll-left3 .bd {
	margin-left: 70px;
	width: auto;
	height: 120px;
	margin-right: 70px;
	overflow: hidden;
}
.picScroll-left3 .bd ul {
	overflow: hidden;
}
.picScroll-left3 .bd ul li {
	width: 150px;
	text-align: center;
	overflow: hidden;
	float: left;
	display: inline;
	background-color: #FFF;
	margin: 0px;
	position: relative;
	height: 120px;
}
.picScroll-left3 .bd ul li .pic {
	text-align: center;
}
.picScroll-left3 .bd ul li .pic img {
	display: block; 
}
.picScroll-left3 .bd ul li .title {
	height: auto;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom: 12px;
	width: 100%;
}
.picScroll-left3 .bd ul li a{
	color: #333;
}
.picScroll-left3 .bd ul li a:hover{
	color: #000;
}
.picScroll-left3 .bd ul li a. hover_img{display: block; }
.picScroll-left3 .bd ul li a:hover .hover_img{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 120px;
	width: 160px;
	background-color: #0F0;
}

/******中間區塊******/
.main_board_container{
	width: auto;
	padding-bottom: 60px;
	display: block;
	height: auto;
	background-color: #FFF;
	min-width: 1000px;
}
.main_board_container_bg1{
	background-color: #f0f0f0;
	width: 100%;
	min-width: 1000px;
}
.main_board_container_bg2{
	background-color: #151516;
	background-image: url(../images/live_casino/live_casino_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.main_board_container_bg3{
	background-color: #00315e;
	background-image: url(../images/fishing/fishing_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.main_board_container_bg4{
	background-color: #141414;
}
.main_board_container_bg5{
	background-color: #160e22;
	background-image: url(../images/download/download_bg_1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 620px;
}
.main_board_container_red_envelope_bg{
	background-color: #850000;
	background-image: url(../images/event/event_red_envelope_img.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 620px;
}
.m_container{
	max-width: 1100px;
	min-width: 980px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
.sidebar1{
	height: auto;
	display: block;
	float: left;
	width: 248px;
}
.sidebar2{
	height: auto;
	float: left;
	width: 850px;
	display: block;
	border: 1px solid #e6e6e6;
}
.sidebar2 .content_board{
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.sidebar2 .content_board .content_board_t{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}
.sidebar2 .content_board .content_board_t .title{
	display: block;
	height: auto;
	padding-top: 30px;
	font-size: 30px;
	padding-bottom: 15px;
	width: 540px;
	float: left;
}
.sidebar2 .content_board .content_board_t .area_r{
	display: block;
	float: right;
	height: auto;
	width: 250px;
	text-align: right;
	padding-top: 15px;
}
.sidebar2 .content_board .content_board_m{
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
}
.sidebar2 .content_board_m a{
	color: #6633cc;
}
.sidebar2 .content_board_m a:hover{
	color: #ff0099;
}
.sidebar2 .content_board_m a.btn_style_1{
	width: auto;
	background-color: #ff0099;
	display: inline-block;
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	height: auto;
	padding-top: 10px;
	padding-right: 42px;
	padding-bottom: 10px;
	padding-left: 42px;
	margin-right: 8px;
}
.sidebar2 .content_board_m a:hover.btn_style_1{
	width: auto;
	background-color: #cc3366;
}

.sidebar2 .content_board .content_board_b{
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}
.sidebar2 .content_board .content_board_b a{
	display: inline-block;
	font-size: 18px;
	color: #333;
	border: 1px solid #999;
	border-radius: 18px;
	line-height: 32px;
	height: 32px;
	padding-right: 20px;
	padding-left: 20px;
}
.sidebar2 .content_board .content_board_b a:hover{
	display: inline-block;
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
}
.sidebar2 .content_board .select_style_1{
	float: right;
	background-color: #FFF;
	color: #333;
	display: block;
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #dcdcdc;
	width: 160px;
	height: 42px;
	padding-right: 36px;
	background-image: url(../images/template/select_style_3_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	padding-left: 13px;
	border-radius : 4px;
	font-size: 16px;
	font-weight: 400;
 
}
/*IE隱藏箭頭樣式*/
.sidebar2 .content_board .select_style_1::-ms-expand { 
  display: none; 
}

.sidebar3{
	height: auto;
	float: left;
	width: 100%;
	display: block;
}
.sidebar3 .content_board{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.sidebar3 .content_board .content_board_t{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}
.sidebar3 .content_board .content_board_t .title{
	display: block;
	height: auto;
	padding-top: 30px;
	font-size: 30px;
	padding-bottom: 15px;
	width: 540px;
	float: left;
}
.sidebar3 .content_board .content_board_t .area_r{
	display: block;
	float: right;
	height: auto;
	width: 250px;
	text-align: right;
	padding-top: 15px;
}
.sidebar3 .content_board .content_board_m{
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
}
.sidebar3 .content_board_m a{
	color: #6633cc;
}
.sidebar3 .content_board_m a:hover{
	color: #ff0099;
}
.sidebar3 .content_board_m a.btn_style_1{
	width: auto;
	background-color: #ff0099;
	display: inline-block;
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	height: auto;
	padding-top: 10px;
	padding-right: 42px;
	padding-bottom: 10px;
	padding-left: 42px;
	margin-right: 8px;
}
.sidebar3 .content_board_m a:hover.btn_style_1{
	width: auto;
	background-color: #cc3366;
}

.sidebar3 .content_board .content_board_b{
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}
.sidebar3 .content_board .content_board_b a{
	display: inline-block;
	font-size: 18px;
	color: #333;
	border: 1px solid #999;
	border-radius: 18px;
	line-height: 32px;
	height: 32px;
	padding-right: 20px;
	padding-left: 20px;
}
.sidebar3 .content_board .content_board_b a:hover{
	display: inline-block;
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
}
.sidebar3 .content_board .select_style_1{
	float: right;
	background-color: #FFF;
	color: #333;
	display: block;
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #dcdcdc;
	width: 160px;
	height: 42px;
	padding-right: 36px;
	background-image: url(../images/template/select_style_3_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	padding-left: 13px;
	border-radius : 4px;
	font-size: 16px;
 
}
/*IE隱藏箭頭樣式*/
.sidebar3 .content_board .select_style_1::-ms-expand { 
  display: none; 
}


/**********************/
.sidebar4{
	height: auto;
	width: 100%;
	max-width: 998px;
	display: block;
	border: 1px solid #dcdcdc;
	margin-right: auto;
	margin-left: auto;
}
.sidebar4 .content_board{
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 19px;
	padding-right: 9px;
	padding-bottom: 19px;
	padding-left: 9px;
}
.sidebar4 .content_board .content_board_t{
	display: block;
	padding-bottom: 5px;
}
.sidebar4 .content_board .content_board_t .btn_area{
	display: block;
	height: auto;
	font-size: 30px;
	width: auto;
	float: right;
}
.sidebar4 .content_board .content_board_t .btn_area a.btn_review_1{
	display: block;
	background-image: url(../images/event/btn_review_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 175px;
}
.sidebar4 .content_board .content_board_t .btn_area a:hover.btn_review_1{
	display: block;
	background-image: url(../images/event/btn_review_1.png);
	background-repeat: no-repeat;
	background-position: left -43px;
}
.sidebar4 .content_board .content_board_t .area_r{
	display: block;
	float: left;
	height: auto;
	width: 250px;
	text-align: left;
}
.sidebar4 .content_board .content_board_m{
	display: block;
	padding-top: 2px;
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
}
.sidebar4 .content_board_m a{
	color: #6633cc;
}
.sidebar4 .content_board_m a:hover{
	color: #ff0099;
}
.sidebar4 .content_board_m a.btn_style_1{
	width: auto;
	background-color: #ff0099;
	display: inline-block;
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	height: auto;
	padding-top: 10px;
	padding-right: 42px;
	padding-bottom: 10px;
	padding-left: 42px;
	margin-right: 8px;
}
.sidebar4 .content_board_m a:hover.btn_style_1{
	width: auto;
	background-color: #cc3366;
}

.sidebar4 .content_board .content_board_b{
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}
.sidebar4 .content_board .content_board_b a{
	display: inline-block;
	font-size: 18px;
	color: #333;
	border: 1px solid #999;
	border-radius: 18px;
	line-height: 32px;
	height: 32px;
	padding-right: 20px;
	padding-left: 20px;
}
.sidebar4 .content_board .content_board_b a:hover{
	display: inline-block;
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
}
.sidebar4 .content_board .select_style_1{
	float: left;
	background-color: #FFF;
	color: #333;
	display: block;
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #dcdcdc;
	width: 160px;
	height: 42px;
	padding-right: 36px;
	background-image: url(../images/template/select_style_3_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	padding-left: 13px;
	border-radius : 4px;
	font-size: 16px;
	font-weight: 400;
 
}
/*IE隱藏箭頭樣式*/
.sidebar4 .content_board .select_style_1::-ms-expand { 
  display: none; 
}


/**********************/
.sidebar5{
	height: auto;
	width: 100%;
	max-width: 998px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.sidebar5 .content_board{
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.sidebar5 .content_board .content_board_t{
	display: block;
	padding-bottom: 5px;
}
.sidebar5 .content_board .content_board_search{
	display: block;
	padding-bottom: 5px;
}
.sidebar5 .content_board .content_board_search .vip_search{
	display: block;
	border: 0px solid #000;
	text-align: center;
	color: #ffcc00;
	font-size: 18px;
}
.sidebar5 .content_board .content_board_search .vip_search fieldset{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.sidebar5 .content_board .content_board_search .vip_search input{
	display: inline-block;
	font-size: 16px;
	color: #999;
	background-color: #000;
	border: 1px solid #333;
	height: 42px;
	line-height: 42px;
	padding-right: 15px;
	padding-left: 15px;
}
.sidebar5 .content_board .content_board_search .vip_search input:focus {
	border: 1px dotted red;
	color: #000;
}
.sidebar5 .content_board .content_board_search .vip_search input.submit{
	display: inline-block;
	font-size: 16px;
	color: #000;
	background-color: #ffcc00;
	border: 1px solid #ffcc00;
	height: 44px;
	line-height: 42px;
	padding-right: 40px;
	padding-left: 40px;
}

.sidebar5 .content_board .content_board_m{
	display: block;
	padding-top: 2px;
	color: #CCC;
	font-size: 16px;
	line-height: 1.8em;
}
.sidebar5 .content_board_m a{
	color: #6633cc;
}
.sidebar5 .content_board_m a:hover{
	color: #ff0099;
}
.sidebar5 .content_board_m a.btn_style_1{
	width: auto;
	background-color: #ff0099;
	display: inline-block;
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	height: auto;
	padding-top: 10px;
	padding-right: 42px;
	padding-bottom: 10px;
	padding-left: 42px;
	margin-right: 8px;
}
.sidebar5 .content_board_m a:hover.btn_style_1{
	width: auto;
	background-color: #cc3366;
}

.sidebar5 .content_board .content_board_b{
	display: block;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}
.sidebar5 .content_board .content_board_b a{
	display: inline-block;
	font-size: 18px;
	color: #333;
	border: 1px solid #999;
	border-radius: 18px;
	line-height: 32px;
	height: 32px;
	padding-right: 20px;
	padding-left: 20px;
}
.sidebar5 .content_board .content_board_b a:hover{
	display: inline-block;
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
}

/****/
.sidebar6{
	height: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
}
.sidebar6 .content_board{
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: auto;
}
.sidebar6 .content_board .content_board_t{
	display: block;
	padding-bottom: 15px;
	border-bottom-color: #dcdcdc;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
}
.sidebar6 .content_board .content_board_t .content_title{
	display: block;
	float: left;
	font-size: 30px;
	font-weight: 400;
	color: #000;
	line-height: 1em;
}
.sidebar6 .content_board .content_board_t .btn_prev{
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.sidebar6 .content_board .content_board_t .btn_prev a{
	display: block;
	background-image: url(../images/template/btn_prev.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 50px;
}
.sidebar6 .content_board .content_board_m{
	display: block;
	padding-top: 2px;
	color: #CCC;
	font-size: 16px;
	line-height: 1.8em;
}
.sidebar6 .content_board .content_board_b{
	display: block;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding: 20px;
	clear: both;
}
/**/
.sidebar7{
	display: block;
	float: right;
	width: 442px;
	height: auto;
	padding-top: 280px;
	padding-right: 94px;
	padding-left: 94px;
}
.sidebar7 .item{
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.sidebar7 .item .qr_code{display: block;}
.sidebar7 .item .info{
	display: block;
	text-align: center;
	padding-top: 15px;
}
.sidebar7 .item .info .name{
	color: #FFF;
	background-image: url(../images/download/icon_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	line-height: 30px;
	width: auto;
	display: inline-block;
	text-indent: 36px;
}
.sidebar7 .info_txt{
	width: auto;
	text-align: center;
}
/***/
.sidebar8{
	height: auto;
	width: 100%;
	max-width: 998px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.sidebar8 .content_board{
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.sidebar8 .search_keyword{
	display: block;
	text-align: center;
	color: #999;
	padding-bottom: 20px;
}
.sidebar8 .content_board .content_board_m{
	display: block;
	padding-top: 2px;
	color: #CCC;
	font-size: 16px;
	line-height: 1.8em;
}
.sidebar8 .content_board_m a{
	color: #000000;
}
.sidebar8 .content_board_m a:hover{
	color: #ff0099;
}
.search_result_list{
	display: block;
	height: auto;
}
.search_result_list ul li{
	display: block;
	position: relative;
	height: auto;
	width: auto;
	color: #333;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.search_result_list ul li .thumbnail{
	display: block;
	height: 128px;
	width: 128px;
	margin-right: 20px;
	float: left;
}
.search_result_list ul li .thumbnail img{
    border-radius:24px; 
}

.search_result_list ul li .tntroduction{
	display: block;
	float: left;
}
.search_result_list ul li .tntroduction .title{
	display: block;
	font-size: 24px;
	color: #333;
	padding-bottom: 10px;
}
.search_result_list ul li .tntroduction .info{display: block;}

/***/
.footer{
	height: auto;
	width: 100%;
	display: block;
	clear: both;
	background-color: #282828;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .footer_container{
	height: auto;
	max-width: 1100px;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 13px;
	color: #999;
}
.footer .footer_container a{
	color: #999;
}
.footer .footer_container a:hover{
	color: #FFF;
}
.footer .footer_container .area_1{
	display: block;
	position: relative;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 16px;
	height: auto;
}
.footer .footer_container .left_area_1{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
.footer .footer_container .right_area_1{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: auto;
	width: 300px;
	text-align: right;
}
.footer .footer_container .m_area_1{
	height: 82px;
	width: 410px;
	margin-right: auto;
	margin-left: auto;
}
.footer .footer_container .m_area_1 a{
	height: 82px;
	width: 400px;
	background-image: url(../images/template/footer_banner_services.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.footer .footer_container .right_area_1 .footer_icon_1{
	height: 50px;
	background-image: url(../images/template/footer_icon_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	width: 50px;
	margin-top: 4px;
	float: right;
	margin-left: 8px;
}.footer .footer_container .right_area_1 .footer_icon_2{
	height: 50px;
	background-image: url(../images/template/footer_icon_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	width: 50px;
	margin-top: 4px;
	float: right;
	margin-left: 8px;
}
.footer .footer_container .right_area_1 .footer_icon_3{
	height: 50px;
	background-image: url(../images/template/footer_icon_3.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	width: 50px;
	margin-top: 4px;
	float: right;
	margin-left: 8px;
}
.footer .footer_container .right_area_1 .footer_icon_4{
	height: 50px;
	background-image: url(../images/template/footer_icon_4.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	width: 50px;
	margin-top: 4px;
	float: right;
	margin-left: 8px;
}
.footer .footer_container .right_area_1 .footer_icon_5{
	height: 50px;
	background-image: url(../images/template/footer_icon_5.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	width: 50px;
	margin-top: 4px;
	float: right;
	margin-left: 8px;
}
.footer .footer_container .area_2{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 24px;
	margin-bottom: 24px;
}
.footer .footer_container .area_2 a{
	padding-right: 2px;
	padding-left: 2px;
}
.footer .footer_container .area_2 .com_logo{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: auto;
	width: auto;
}
.footer .footer_container .area_2 .com_logo a{
	display: block;
	background-image: url(../images/template/footer_com_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 136px;
}
.footer .footer_container .area_2 .family{
	display: block;
	width: auto;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
}
.footer .footer_container .area_2 .m_area_2{
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
}
.footer .footer_container .area_2 .copyright_txt{
	width: auto;
	font-size: 12px;
	color: #666;
}
/* 下拉按钮样式 */
.footer .footer_container .area_2 .family .dropbtn {
	background-color: #1e1e1e;
	color: white;
	font-size: 14px;
	border: 1px solid #000;
	cursor: pointer;
	height: 38px;
	width: 155px;
	line-height: 40px;
	display: block;
	text-align: left;
	border-radius: 6px;
	text-indent: 10px;
}

/* 容器 <div> - 需要定位下拉内容 */
.footer .footer_container .area_2 .family .dropdown {
	position: relative;
}
/* 下拉内容 (默认隐藏) */
.footer .footer_container .area_2 .family .dropdown-content {
	display: none;
	position: absolute;
	background-color: #333;
	min-width: 155px;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
	left: 0px;
	border: 1px solid #111;
	border-radius: 6px;
	overflow: hidden;
	bottom: 40px;
}
/* 下拉菜单的链接 */
.footer .footer_container .area_2 .family .dropdown-content a {
	font-size: 14px;
	color: #999;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
/* 鼠标移上去后修改下拉菜单链接颜色 */
.footer .footer_container .area_2 .family .dropdown-content a:hover {
	background-color: #000;
	color: #FFF;
}
/* 在鼠标移上去后显示下拉菜单 */
.footer .footer_container .area_2 .family .dropdown:hover .dropdown-content {
	display: block;
}
/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.footer .footer_container .area_2 .family .dropdown .dropbtn {
	background-image: url(../images/template/select_style_2_arrow.png);
	background-repeat: no-repeat;
	background-position: 124px top;
	color: #999;
}
.footer .footer_container .area_2 .family .dropdown:hover .dropbtn {
	background-image: url(../images/template/select_style_2_arrow.png);
	background-repeat: no-repeat;
	background-position: 124px -37px;
	background-color: #111;
	color: #CCC;
}
/**/
.btn_container_1{
	display: block;
	text-align: center;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

.btn_container_1 a.btn_style_1{
	background-image: url(../images/template/btn_affiliate_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 260px;
	display: inline-block;
}
.btn_container_1 a:hover.btn_style_1{
	background-image: url(../images/template/btn_affiliate_1.png);
	background-repeat: no-repeat;
	background-position: left -100px;
	height: 100px;
	width: 260px;
	display: inline-block;
}
.btn_container_1 .btn_style a:hover{display: block;}
/**/
/**/
.login_bg{
	display: block;
	background-color: #161523;
	background-image: url(../images/account/login.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.alone_select_language{
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	height: auto;
}
.alone_select_language .select_style_1{
	float: right;
	color: #FFF;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0px;
	width: auto;
	height: 24px;
	padding-right: 24px;
	background-image: url(../images/template/select_style_1_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	background-color:transparent
 
}
/*IE隱藏箭頭樣式*/
.alone_select_language .select_style_1::-ms-expand { 
  display: none; 
}
.alone_select_language option{
	color: #000;
}
.alone_select_language .select_txt_1{
	float: right;
	display: block;
	height: auto;
	width: 112px;
	line-height: 24px;
	text-indent: 28px;
	color: #CCC;
}
.login_header_1{
	display: block;
	height: 280px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.login_header_1 .site_logo_1{
	display: block;
	height: 110px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
}
.login_header_1 .slogan{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
}
.login_board{
	display: block;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 200px;
}
/****/
.register_bg{
	display: block;
	background-color: #FFFFFF;
}
.alone_select_language2{
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	height: auto;
}
.alone_select_language2 .select_style_1{
	float: right;
	color: #333;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	/*移除箭頭樣式*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0px;
	width: auto;
	height: 24px;
	padding-right: 24px;
	background-image: url(../images/template/select_style_1_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	background-color: transparent
 
}
/*IE隱藏箭頭樣式*/
.alone_select_language2 .select_style_1::-ms-expand { 
  display: none; 
}
.alone_select_language2 option{
	color: #000;
}
.alone_select_language2 .select_txt_1{
	float: right;
	display: block;
	height: auto;
	width: 112px;
	line-height: 24px;
	text-indent: 28px;
	color: #999;
}

/****/
.trial_board{
	display: block;
	height: 550px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/account/trial_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 60px;
}
.trial_board .site_logo{
	display: block;
	float: left;
	padding-top: 350px;
	padding-left: 75px;
	padding-right: 60px;
}
.trial_board .apply_board{
	display: block;
	float: right;
	width: auto;
	height: auto;
	padding-top: 75px;
	margin-right: 36px;
}
.trial_board .trial_title{
	display: block;
	text-align: center;
	height: auto;
	width: auto;
	padding-top: 38px;
	padding-bottom: 26px;
}
/***/
.info_board{
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 200px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	line-height: 1.6em;
}
.info_board h1{
	font-size: 36px;
	line-height: 1em;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 500;
}
.info_board p{
	padding-top: 8px;
	padding-bottom: 8px;
}

.contact_header_1{
	display: block;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.contact_header_1 .site_logo_1{
	display: block;
	height: 110px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.contact_header_1 .title{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 36px;
	font-weight: 400;
	margin-top: 30px;
	line-height: 1em;
}
.contact_header_1 .title2{
	display: block;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	margin-top: 30px;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	height: auto;
	padding-bottom: 20px;
}
.contact_board{
	display: block;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 200px;
}
.contact_board2{
	display: block;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 200px;
	background-image: url(../images/template/win_title_bg.png);
	background-repeat: no-repeat;
	background-position: center 1px;
}
.contact_board2 .info_txt{
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666;
}
/**/
#abgne_float_ad {
	display: none;
	position: absolute;
	z-index: 201;
}
#abgne_float_ad img {
	border: none;
}
#abgne_float_ad a.float_btn_1 {
	display: block;
	background-image: url(../images/template/float_btn_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 60px;
	margin-top: 4px;
}
#abgne_float_ad a:hover.float_btn_1 {
	display: block;
	background-image: url(../images/template/float_btn_1.png);
	background-repeat: no-repeat;
	background-position: left -60px;
	height: 60px;
	width: 60px;
}
#abgne_float_ad a.float_btn_2 {
	display: block;
	background-image: url(../images/template/float_btn_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 60px;
	margin-top: 4px;
}
#abgne_float_ad a:hover.float_btn_2 {
	display: block;
	background-image: url(../images/template/float_btn_2.png);
	background-repeat: no-repeat;
	background-position: left -60px;
	height: 60px;
	width: 60px;
}
#abgne_float_ad a.float_btn_3 {
	display: block;
	background-image: url(../images/template/float_btn_3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 60px;
}
#abgne_float_ad a:hover.float_btn_3 {
	display: block;
	background-image: url(../images/template/float_btn_3.png);
	background-repeat: no-repeat;
	background-position: left -60px;
	height: 60px;
	width: 60px;
}
#abgne_float_ad a.float_btn_4 {
	display: block;
	background-image: url(../images/template/float_btn_4.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 60px;
}
#abgne_float_ad a:hover.float_btn_4 {
	display: block;
	background-image: url(../images/template/float_btn_4.png);
	background-repeat: no-repeat;
	background-position: left -60px;
	height: 60px;
	width: 60px;
}
#abgne_float_ad2 {
	position: absolute;
	z-index: 200;
	display: none;
}
#abgne_float_ad2 img {
	border: none;
}
.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果已移除 .container 上的 overflow:hidden) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
