﻿@charset "utf-8";


body {
	margin: 0px;
	background-color: #000;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #333;
	font-family: Arial,Helvetica,"微軟正黑體","Microsoft JhengHei",sans-serif;
	background-image: url(../images/bg.jpg);
}


/*wrapper*/
#wrapper {
	width: 100%;
}


/*header*/
#header {
	position: fixed;
	width: 100%;
	background-color: #000;
	display: block;
	z-index: 999;
}

.header-mid {
	position: relative;
	width: 1100px;
	height: 103px;
	margin: 0 auto;
	display: block;
}

.header-mid-mobile {
	display: none;
}

.header-logo {
	position: absolute;
	width: 155px;
	top: 0px;
	left: 0px;
}

.header-gamer-icon {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 9px;
	right: 50px;
}

.header-fb-icon {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 9px;
	right: 0px;
}

/*index*/
.index-ad {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.index-mid {
	width: 1100px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.index-m1-button-area {
	width: 540px;
	height: 110px;
	display: block;
	float: left;
}

.index-m1-button-b01 {
	width : 33.33333% ;
    width : -webkit-calc(100%/3) ;
    width : calc(100%/3) ;
	height: 110px;
	display: block;
	float: left;
	background-color: #5e1515;
	border-right: 1px solid #702828;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-m1-button-b01:hover {
	background-color: #972323;
	cursor: pointer;
}

.index-m1-button-b01-icon {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
}

.index-m1-button-b01-icon img {
	vertical-align: bottom;
	width: 18%;
	opacity: 0.3;
}

.index-m1-button-b01-text {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 1.5rem;
	color: #FFF;
	text-align: center;
	display: block;
	opacity: 0.9;
}

.index-m1-button-b02 {
	width : 33.33333% ;
    width : -webkit-calc(100%/3) ;
    width : calc(100%/3) ;
	height: 110px;
	display: block;
	float: left;
	background-color: #5e1515;
	border-right: 1px solid #702828;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-m1-button-b02:hover {
	background-color: #972323;
	cursor: pointer;
}

.index-m1-button-b02-icon {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
}

.index-m1-button-b02-icon img {
	vertical-align: bottom;
	width: 18%;
	opacity: 0.3;
}

.index-m1-button-b02-text {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 1.5rem;
	color: #FFF;
	text-align: center;
	display: block;
	opacity: 0.9;
}

.index-m1-button-b03 {
	width : 33.33333% ;
    width : -webkit-calc(100%/3) ;
    width : calc(100%/3) ;
	height: 110px;
	display: block;
	float: left;
	background-color: #5e1515;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-m1-button-b03:hover {
	background-color: #972323;
	cursor: pointer;
}

.index-m1-button-b03-icon {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
}

.index-m1-button-b03-icon img {
	vertical-align: bottom;
	width: 18%;
	opacity: 0.3;
}

.index-m1-button-b03-text {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 1.5rem;
	color: #FFF;
	text-align: center;
	display: block;
	opacity: 0.9;
}

.index-m2-button-area {
	width: 540px;
	height: 110px;
	display: block;
	float: left;
	background-color: #333333;
}

.index-m2-button {
	position: relative;
	width: 20%;
	height: 110px;
	display: block;
	float: left;
}

.index-m2-button-c {
	position: absolute;
	width: 92px;
	height: 92px;
    top: 50%;
	left: 50%;
    margin: -46px 0 0 -46px;
    border-radius: 999rem;
	border: 4px solid #525252;
	display: table;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.index-m2-button-c:hover {
	border: 0px;
	background-color: #525252;
	cursor: pointer;
}

.index-m2-button-c:hover .index-m2-button-text {
	font-size: 1.3rem;
	line-height: 1.4rem;
}

.index-m2-button-text { 
	font-size: 1.2rem;
	line-height: 1.3rem;
	color: #d9d9d9;
	text-align: center;
	display: table-cell;
    vertical-align: middle; 
	-webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.index-news-list-area {
	width: 540px;
	height: 300px;
	display: block;
	float: left;
	background-color: #272727;
}

.index-news-m1-title {
	position: relative;
	width: 100%;
	height: 42px;
	font-size: 1.25rem;
	color: #d47f7f;
	line-height: 42px;
	display: block;
}

.index-news-m1-title-txt {
	position: absolute;
	height: 42px;
	line-height: 42px;
	display: block;
	padding: 0px 14px;
	left: 0px;
}

.index-news-more {
	position: absolute;
	width: 60px;
	height: 42px;
	font-size: 1rem;
	color: #ab9a9a;
	text-align: center;
	line-height: 42px;
	display: block;
	padding: 2px;
	right: 0px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-news-more:hover {
	background-color: #505050;
	cursor: pointer;
}

.index-news-list-line {
	width: 95%;
	border-top: 1px solid #fcd6d6;
	margin-left: 14px;
	opacity: 0.2;
	display: block;
}

.index-news-area {
	width: 100%;
	height: 257px;
	font-size: 1rem;
	color: #b0aeae;
	background-color: #272727;
	padding: 7px 14px;
	display: block;
}

.index-news-list {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-news-list:hover {
	background-color: #251b1b;
	cursor: pointer;
}

.index-news-list-category {
	position: relative;
	width: 8%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	float: left;
}

.index-news-list-category-txt {
	position: absolute;
	width: 90%;
	height: 20px;
	font-size: 0.813rem;
	color: #b7aeae;
	line-height: 20px;
	text-align: center;
	background-color: #912424;
	top: 50%;
	margin-top: -10px;
	margin-left: 2px;
	display: block;
}

.index-news-list-txt {
	width: 76%;
	height: 35px;
	font-size: 0.938rem;
	color: #b0aeae;
	line-height: 35px;
	text-align: left;
	padding: 0px 6px;
	display: block;
	float: left;
	overflow: hidden;
}

.index-news-list-time {
	width: 16%;
	height: 35px;
	font-size: 0.938rem;
	color: #606060;
	line-height: 35px;
	text-align: right;
	display: block;
	float: left;
}

.index-shop-list-area {
	width: 540px;
	height: 300px;
	display: block;
	float: left;
	background-color: #272727;
}

.index-shop-m1-title {
	position: relative;
	width: 100%;
	height: 42px;
	font-size: 1.25rem;
	color: #d47f7f;
	line-height: 42px;
	display: block;
}

.index-shop-m1-title-txt {
	position: absolute;
	height: 42px;
	line-height: 42px;
	display: block;
	padding: 0px 14px;
	left: 0px;
}

.index-shop-more {
	position: absolute;
	width: 60px;
	height: 42px;
	font-size: 1rem;
	color: #ab9a9a;
	text-align: center;
	line-height: 42px;
	display: block;
	padding: 2px;
	right: 0px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-shop-more:hover {
	background-color: #505050;
	cursor: pointer;
}

.index-shop-list-line {
	width: 95%;
	border-top: 1px solid #fcd6d6;
	margin-left: 14px;
	opacity: 0.2;
	display: block;
}

.index-shop-area {
	width: 100%;
	height: 257px;
	font-size: 1rem;
	color: #b0aeae;
	background-color: #272727;
	padding: 7px 14px;
	display: block;
}

.index-shop-item {
	width: 25%;
	margin-top: 3px;
	display: block;
	float: left;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-shop-item:hover {
	background-color: #251b1b;
    cursor: pointer;
}

.index-shop-item:hover .index-shop-item-text {
    color: #e5e5e5;
}

.index-shop-item-pic {
	width: 100%;
	text-align: center;
	display: block;
}

.index-shop-item-pic-img {
	max-width: 60%;
	margin: 0 auto;
	font-size: 0;
	display: inline-table;
	border: 1px solid #f1f1f1;
}

.index-shop-item-pic-img img {
	width: 74px;
	display: block;
}

.index-shop-item-text {
	width: 100%;
	height: 38px;
	font-size: 0.875rem;
	line-height: 1.1rem;
	color: #9f9f9f;
	text-align: center;
	padding: 3px;
	display: block;
	overflow: hidden;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-lock-area {
	width: 310px;
	height: 140px;
	display: block;
	float: left;
}

.index-lock-btn01 {
	width: 100%;
	height: 140px;
	background-image: url(../images/index-lock-p01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #226d72;
	display: block;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-lock-btn01:hover {
	background-color: #2e8f95;
	cursor: pointer;
}

.index-lock-btn01-icon {
	width: 16%;
	height: 140px;
	line-height: 140px;
	text-align: center;
	margin-top: 36px;
	display: block;
	float: left;
}

.index-lock-btn01-icon img{
	width: 50%;
	vertical-align: middle;
	opacity: 0.5;
}

.index-lock-btn01-text {
	width: 84%;
	height: 140px;
	line-height: 146px;
	font-size: 1.5rem;
	color: #FFF;
	margin-top: 36px;
	display: block;
	float: left;
}

.index-transfer-area {
	width: 210px;
	height: 140px;
	display: block;
	float: left;
	background-color: #2078a0;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	background-image: url(../images/index-transfer-area-bg.png);
	background-repeat: no-repeat;
}

.index-transfer-area:hover {
	background-color: #2892c4;
	cursor: pointer;
}

.index-transfer-text {
	width: 78%;
	margin: 0 auto;
	font-size: 1.5rem;
	text-align: center;
	color: #FFF;
	margin-top: 90px;
	display: block;
}

.index-fb-area {
	width: 210px;
	height: 140px;
	display: block;
	float: left;
	background-color: #3c5b9a;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-fb-area:hover {
	background-color: #4a6fbc;
	cursor: pointer;
}

.index-fb-logo {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: block;
}

.index-fb-logo-img {
	width: 85%;
	height: 70px;
	margin: 0 auto;
}

.index-fb-logo-img img {
	vertical-align: bottom;
}

.index-fb-text {
	width: 100%;
	height: 105px;
	text-align: center;
	font-size: 1.5rem;
	color: #FFF;
	padding-top: 20px;
	display: block;
}

.index-time-area {
	width: 310px;
	height: 140px;
	display: block;
	float: left;
	background-image: url(../images/index-time-area-bg.jpg);
	background-size: cover;
}

.index-time-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	font-size: 1.5rem;
	color: #FFF;
	padding-left: 8px;
	display: block;
}

.index-time-black {
	width: 294px;
	height: 90px;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.6);
	margin-top: 0px;
	display: block;
	overflow: hidden;
}

.index-time-t01 {
	width: 50%;
	height: 94px;
	display: block;
	float: left;
}

.index-time-t01-text01 {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 1rem;
	color: #ece19a;
	padding-left: 13px;
	display: block;
}

.index-time-t01-text02 {
	width: 100%;
	height: 56px;
	font-size: 0.875rem;
	color: #ececec;
	padding-left: 13px;
	display: block;
}

.index-time-t02 {
	width: 50%;
	height: 94px;
	display: block;
	float: left;
}

.index-time-t02-text01 {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 1rem;
	color: #ece19a;
	padding-left: 22px;
	display: block;
}

.index-time-t02-text02 {
	width: 100%;
	height: 56px;
	font-size: 0.875rem;
	color: #ececec;
	padding-left: 22px;
	display: block;
}


.index-board-area {
	position: relative;
	width: 250px;
	height: 180px;
	display: block;
	float: left;
	background-color: #16354f;
}

.index-board-title {
	width: 100%;
	height: 42px;
	font-size: 1.25rem;
	color: #fff;
	line-height: 42px;
	display: block;
	overflow: hidden;
}

.index-board-title-txt {
	width: 90px;
	height: 42px;
	line-height: 42px;
	display: block;
	padding: 0px 14px;
	float: left;
}

.index-board-title-search {
	width: 100px;
	height: 42px;
	float: left;
}

.index-board-search-select {
	position: relative;
	width: 85%;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
}

.index-board-search-select-option {
	position: absolute;
    width: 100%;
	height: 25px;
	font-size: 0.5rem;
	display: block;
    top: 0;
    bottom: 0;
    margin: auto;
	font-family: Arial,Helvetica,"微軟正黑體","Microsoft JhengHei",sans-serif;
}

.index-board-more {
	width: 60px;
	height: 42px;
	font-size: 1rem;
	color: #6c8da9;
	text-align: center;
	line-height: 42px;
	display: block;
	padding: 2px;
	float: left;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-board-more:hover {
	background-color: #2c4e6b;
	cursor: pointer;
}

.index-board-table {
	width: 222px;
	height: 138px;
	margin-left: 14px;
	margin-right: 14px;
	display: block;
	font-size: 0.5rem;
	font-family: Arial,Helvetica,"微軟正黑體","Microsoft JhengHei",sans-serif;
}

.index-board-table-title {
	width: 100%;
	height: 25px;
	color: #9bc1e0;
	background-color: #214e73;
	display: block;
}

.index-board-table-content {
	width: 100%;
	height: 25px;
	color: #b3b6b7;
	background-color: #16354f;
	border-bottom: 1px solid #234b6c;
	display: block;
}

.index-board-category-txt {
	width: 80%;
	height: 16px;
	color: #729dc0;
	line-height: 16px;
	text-align: center;
	background-color: #10283d;
	display: block;
}

.index-cs-area {
	position: relative;
	width: 830px;
	height: 180px;
	display: block;
	float: left;
	background-color: #294051;
	background-image: url(../images/index-cs-bg.jpg);
	background-repeat: no-repeat;
}

.index-cs-title {
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 1.5rem;
	color: #FFF;
	padding: 0px 36px;
	display: block;
}

.index-cs-btn {
	width: 405px;	
	margin-top: -15px;
	margin-left: 36px; 
	display: block;
	overflow: hidden;
}

.index-cs-btn01 {
	width: 198px;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	color: #e5f0f9;
	text-align: center;
	display: block;
	float: left;
	background-color: #4b657a;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-cs-btn01:hover {
	background-color: #62839d;
	cursor: pointer;
}

.index-cs-btn02 {
	width: 198px;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	color: #e5f0f9;
	text-align: center;
	display: block;
	float: left;
	margin-left: 9px;
	background-color: #4b657a;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-cs-btn02:hover {
	background-color: #62839d;
	cursor: pointer;
}

.index-cs-btn03 {
	width: 198px;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	color: #e5f0f9;
	text-align: center;
	display: block;
	float: left;
	margin-top: 9px;
	background-color: #4b657a;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-cs-btn03:hover {
	background-color: #62839d;
	cursor: pointer;
}

.index-cs-btn04 {
	width: 198px;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	color: #e5f0f9;
	text-align: center;
	display: block;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background-color: #4b657a;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-cs-btn04:hover {
	background-color: #62839d;
	cursor: pointer;
}


.index-cs-btn05 {
	width: 198px;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	color: #e5f0f9;
	text-align: center;
	display: block;
	float: left;
	margin-top: 9px;
	background-color: #4b657a;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-cs-btn05:hover {
	background-color: #62839d;
	cursor: pointer;
}

.index-cs-btn06 {
	width: 198px;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	color: #e5f0f9;
	text-align: center;
	display: block;
	float: left;
	margin-top: 9px;
	margin-left: 9px;
	background-color: #4b657a;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.index-cs-btn06:hover {
	background-color: #62839d;
	cursor: pointer;
}

/*news*/
.news-title {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	display: block;
	background-image: url(../images/news/news-title-bg.jpg);
	background-repeat: no-repeat; 
	background-position: center top;
}

.news-title-mid {
	width: 1100px;
	height: 250px;
	margin: 0 auto;
	display: block;
}

.news-title-t1 {
	width: 100%;
	padding-top: 115px;
	font-size: 3.75rem;
	line-height: 3.75rem;
	color: #fff;
	display: block;
}

.news-title-t2 {
	width: 100%;
	font-size: 2.625rem;
	line-height: 2.625rem;
	color: #bd4c4c;
	display: block;
}

.news-search {
	width: 100%;
	height: 40px;
	margin: 20px 0px;
}

.news-search-select {
	width: 30%;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
}

.news-search-select-option {
    width: 98%;
	height: 40px;
	font-size: 1rem;
	padding: 5px;
	display: block;
	font-family: Arial,Helvetica,"微軟正黑體","Microsoft JhengHei",sans-serif;
}

.news-search-input {
	width: 60%;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
}

.news-search-input-option {
    width: 100%;
	height: 40px;
	font-size: 1rem;
	padding: 5px;
	display: block;
	font-family: Arial,Helvetica,"微軟正黑體","Microsoft JhengHei",sans-serif;
}

.news-search-icon {
	width: 10%;
	height: 40px;
	font-size: 1.8rem;
	line-height: 40px;
	text-align: center;
	color: #CCC;
	background-color: #666;
	display: block;
	float: left;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.news-search-icon:hover {
	color: #ececec;
	background-color: #999;
	cursor: pointer;
}

.news-m1-title {
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 1.25rem;
	color: #efb4b4;
	line-height: 50px;
	display: block;
	background-color: #582020;
}

.news-m1-title-txt {
	position: absolute;
	height: 50px;
	line-height: 50px;
	display: block;
	padding: 0px 13px;
	left: 0px;
}

.news-more {
	position: absolute;
	width: 60px;
	height: 50px;
	font-size: 1rem;
	color: #b18080;
	text-align: center;
	line-height: 50px;
	display: block;
	background-color: #772b2b;
	padding: 2px;
	right: 0px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.news-more:hover {
	background-color: #973737;
	cursor: pointer;
}

.news-in {
	width: 100%;
	display: block;
	overflow: hidden;
}

.news-block {
	width: 540px;
	display: block;
	float: left;
}

.news-block-event {
	width: 100%;
	display: block;
	float: left;
}

.news-area,.news-area-event {
	width: 100%;
	font-size: 1rem;
	color: #b0aeae;
	background-color: #272727;
	padding: 20px;
	display: block;
	overflow: hidden;
}

.news-list {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: block;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.news-list:hover {
	background-color: #251b1b;
	cursor: pointer;
}

.news-list-category {
	position: relative;
	width: 8%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	float: left;
}

.news-list-category-txt {
	position: absolute;
	width: 90%;
	height: 20px;
	font-size: 0.813rem;
	color: #b7aeae;
	line-height: 20px;
	text-align: center;
	background-color: #912424;
	top: 50%;
	margin-top: -10px;
	margin-left: 2px;
	display: block;
}

.news-list-txt {
	width: 76%;
	height: 35px;
	font-size: 0.938rem;
	color: #b0aeae;
	line-height: 35px;
	text-align: left;
	padding: 0px 6px;
	display: block;
	float: left;
	overflow: hidden;
}

.news-list-time {
	width: 16%;
	height: 35px;
	font-size: 0.938rem;
	color: #606060;
	line-height: 35px;
	text-align: right;
	display: block;
	float: left;
}

.news-list-line {
	width: 100%;
	height: 10px;
	border-top: 1px solid #3b393a;
	margin-top: 10px;
	display: block;
}

.news-list-event-block {
	width: 50%;
	display: block;
	float: left;
}

.news-list-event {
	width: 97%;
	height: 90px;
	line-height: 90px;
	display: block;
	margin: 0 auto;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.news-list-event:hover {
	background-color: #251b1b;
	cursor: pointer;
}

.news-list-event-pic {
	width: 33%;
	height: 90px;
	font-size: 0;
	line-height: 90px;
	text-align: center;
	display: block;
	float: left;
}

.news-list-event-pic img {
	vertical-align: middle;
}

.news-list-event-txt {
	width: 67%;
	height: 90px;
	line-height: 90px;
	padding: 0px 15px;
	display: block;
	float: left;
}

.news-list-event-txt-title {
	width: 100%;
	height: 50%;
	display: table;
}

.news-list-event-txt-title-mid {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: #b0aeae;
	text-align: left;
	display: table-cell;
    vertical-align: middle;  
}

.news-list-event-txt-time {
	width: 100%;
	height: 50%;
	display: table;
}

.news-list-event-txt-time-mid {
	width: 100%;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #b99292;
	text-align: left;
	display: table-cell;
    vertical-align: middle; 
}

.news-list-line-event {
	width: 97%;
	height: 10px;
	border-top: 1px solid #3b393a;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.news-page {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
}

.news-content-m1-title-s {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #555555;
	padding: 0px 13px;
	display: block;
}

.news-content-m1-title-s-mobile {
	display: none;
}

.news-list-category-s {
	position: relative;
	width: 6%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	float: left;
}

.news-list-category-txt-s {
	position: absolute;
	width: 90%;
	height: 20px;
	font-size: 0.813rem;
	color: #b7aeae;
	line-height: 20px;
	text-align: center;
	background-color: #912424;
	top: 50%;
	margin-top: -10px;
	margin-left: 2px;
	display: block;
}

.news-list-txt-s {
	width: 82%;
	height: 40px;
	font-size: 1.125rem;
	color: #e0e0e0;
	line-height: 40px;
	text-align: left;
	padding: 0px 6px;
	display: block;
	float: left;
	overflow: hidden;
}

.news-list-time-s {
	width: 12%;
	height: 40px;
	font-size: 1rem;
	color: #a0a0a0;
	line-height: 40px;
	text-align: right;
	display: block;
	float: left;
}


/*content*/
#content {
	width: 100%;
	padding-top: 103px;
	display: block;
}

.content-title {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	display: block;
	background-image: url(../images/content/content-title-bg.jpg);
	background-repeat: no-repeat; 
	background-position: center top;
}

.content-title-mid {
	width: 1100px;
	height: 250px;
	margin: 0 auto;
	display: block;
}

.content-title-t1 {
	width: 100%;
	padding-top: 115px;
	font-size: 3.75rem;
	line-height: 3.75rem;
	color: #fff;
	display: block;
}

.content-title-t2 {
	width: 100%;
	font-size: 2.625rem;
	line-height: 2.625rem;
	color: #bd4c4c;
	display: block;
}

.content-mid {
	width: 1100px;
	margin: 0 auto;
	display: block;
}

.content-m1-title {
	width: 100%;
	height: 50px;
	font-size: 1.25rem;
	color: #efb4b4;
	line-height: 50px;
	display: block;
	background-color: #582020;
	padding: 0px 13px;
}

.content-m2 {
	width: 100%;
	font-size: 0;
	background-color: #474646;
	display: block;
}

.content-m2-mobile {
	display: none;
}

.content-m2 ul li {
	height: 36px;
	padding: 0px 14px;
	font-size: 1rem;
	color: #cacaca;
	text-align: center;
	line-height: 36px;
    list-style: none;
	display: inline-block;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.content-m2 ul li:hover {
	color: #fff;
	background-color: #5c5c5c;
	cursor: pointer;
}

.content-m3 {
	width: 100%;
	font-size: 0;
	background-color: #272727;
	padding: 0px 16px;
	display: block;
}

.content-m3-mobile {
	display: none;
}

.content-m3 ul li {
	height: 30px;
	padding: 0px 10px;
	margin: 10px 7px;
	font-size: 1rem;
	color: #808080;
	text-align: center;
	line-height: 30px;
    list-style: none;
	display: inline-block;
	border: 1px solid #4c4c4c;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.content-m3 ul li:hover {
	color: #a6a6a6;
	border: 1px solid #808080;
	background-color: #3a3a3a;
	cursor: pointer;
}

.content-area {
	width: 100%;
	font-size: 1rem;
	color: #b0aeae;
	background-color: #272727;
	padding: 20px;
	display: block;
}

.content-area-title-l {
	width: 100%;
	font-size: 1.25rem;
	color: #e2e2e2;
	line-height: 30px;
	padding: 12px 20px;
	display: block;
	background-image: url(../images/content/content-area-title-bg.jpg);
	background-repeat: repeat;
	border: 2px solid #555555;
	box-shadow: 0px 0px 2px 2px rgba(90%,90%,90%,0.2) inset;
	border-radius: 5px;
	margin-bottom: 20px;
	
}

.content-area-title-s {
	width: 100%;
	font-size: 1rem;
	color: #d7e79f;
	line-height: 1.5rem;
	display: block;
	margin-bottom: 5px;
}

.content-area-txt {
	width: 100%;
	font-size: 1rem;
	color: #bebebe;
	line-height: 1.5rem;
	margin-bottom: 20px;
}

.content-area-txt a {
	color: #ec765f;
    text-decoration: underline;
}

.content-area-txt a:hover {
    text-decoration: underline;
}

.content-area-txt-note {
	width: 100%;
	font-size: 0.875rem;
	color: #b69d8f;
	line-height: 1.2rem;
	display: block;
	margin-bottom: 20px;
}

.content-area-pic {
    max-width: 100%;
	font-size: 0;
	display: inline-table;
	border: 1px solid #6e6e6e;
	padding: 3px;
	margin-bottom: 20px;
}

.content-area-pic img {
	display: block;
}

.content-area-table {
    max-width: 100%;
	display: inline-table;
	margin-bottom: 20px;
}

.content-area-official {
	width: 100%;
	font-size: 1rem;
	color: #bebebe;
	line-height: 1.5rem;
	text-align: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*停權專區*/
.block-list-title {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	display: block;
	background-image: url(../images/block-list/block-list-title-bg.jpg);
	background-repeat: no-repeat; 
	background-position: center top;
}

.block-list-title-mid {
	width: 1100px;
	height: 250px;
	margin: 0 auto;
	display: block;
}

.block-list-title-t1 {
	width: 100%;
	padding-top: 115px;
	font-size: 3.75rem;
	line-height: 3.75rem;
	color: #fff;
	display: block;
}

.block-list-title-t2 {
	width: 100%;
	font-size: 2.625rem;
	line-height: 2.625rem;
	color: #bd4c4c;
	display: block;
}

.block-list-search {
	width: 100%;
	height: 40px;
	margin: 20px 0px;
}

.block-list-search-select {
	width: 30%;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
}

.block-list-search-select-option {
    width: 98%;
	height: 40px;
	font-size: 1rem;
	padding: 5px;
	display: block;
	font-family: Arial,Helvetica,"微軟正黑體","Microsoft JhengHei",sans-serif;
}

.block-list-search-input {
	width: 60%;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
}

.block-list-search-input-option {
    width: 100%;
	height: 40px;
	font-size: 1rem;
	padding: 5px;
	display: block;
	font-family: Arial,Helvetica,"微軟正黑體","Microsoft JhengHei",sans-serif;
}

.block-list-search-icon {
	width: 10%;
	height: 40px;
	font-size: 1.8rem;
	line-height: 40px;
	text-align: center;
	color: #CCC;
	background-color: #666;
	display: block;
	float: left;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.block-list-search-icon:hover {
	color: #ececec;
	background-color: #999;
	cursor: pointer;
}

.block-list-in {
	width: 100%;
	display: block;
	overflow: hidden;
}

.block-list-m1-title {
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 1.25rem;
	color: #efb4b4;
	line-height: 50px;
	display: block;
	background-color: #582020;
}

.block-list-m1-title-txt {
	position: absolute;
	height: 50px;
	line-height: 50px;
	display: block;
	padding: 0px 13px;
	left: 0px;
}

.block-list-area {
	width: 100%;
	display: block;
	padding: 5px 7px;
	background-color: #272727;
	overflow: hidden;
}

.block-list-page {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
}

.block-list {
	width: 100%;
	background-color: #3f3f3f;
	display: block;
	margin: 2px 0px;
	overflow: hidden;
}

.block-list-content-st {
	color: #d17b72;
}

.block-list-content-account {
	width: 100%;
	font-size: 1rem;
	color: #edd2cc;
	padding: 10px;
	display: block;
	background-color: #484848;
	float: left;
}

.block-list-content-left {
	width: 50%;
	font-size: 0.938rem;
	color: #b0aeae;
	padding: 10px;
	display: block;
	float: left;
}

.block-list-content-right {
	width: 50%;
	font-size: 0.938rem;
	color: #b0aeae;
	padding: 10px;
	display: block;
	float: left;
}



/*footer*/
#footer {
	width: 100%;
	background-color: #070707;
	display: block;
}

.footer-mid {
	width: 1100px;
	height: 55px;
	margin: 0 auto;
    font-size: 0;
	display: block;
}

.footer-mid-mobile {
	display: none;
}


/*top按鈕*/
#top {
	position:fixed;
	width: 50px;
	height: 50px;
	line-height: 45px;
	text-align: center;
	border-radius: 99rem;
	background-color: #ad3a3a;
    right: 15px;
	bottom: 50px;
	display: none;
}

#top a {
	font-size: 2.5rem;
	color: #e6e6e6;
}





.button-event {
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 10px;
    font-size: 1.375rem;
	color: #fff;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    background-color: #d3362a; 
	border: 3px solid #f04f43;
	font-family: "微軟正黑體", "Microsoft JhengHei";
}

.button-event:hover {
    background-color: #ff5043;
	border: 3px solid #ff867d;
}

.leaderboards-title {
 background-image: url(../images/leaderboards/leaderboards-title-bg.jpg);
}


.content-ad {
	position: relative;
	width: 100%;
	margin: 0 auto;
}