@charset "utf-8";
html, body {
	color:#000000;
	font-family:Arial, sans-serif, "微軟正黑體", "新細明體";
	font-size:14px;
}

.body-bg01 {
	background-color:#000000;
}
.body-bg02 {
	background-color:#ffffff;
}

textarea:focus, input:focus,button,select,a:focus {
    outline: none;
}

.fonttype01 {
	color:#da0000;
}
.fonttype02 {
	color:#7c7c7c;
}
.fonttype03 {
	color:#5323c1;
}

a {
	color:#000000;
}

a:hover {
	text-decoration:none;
}
a:focus {
	text-decoration:none;
	color:#000000;
}


/*內容水平位置*/
.text-L {
	text-align:left;
}
.text-C {
	text-align:center;
}
.text-R {
	text-align:right;
}


/*hr-style*/
.hr-style01 {
	border: 0 none;
	border-top: 1px dashed #e5e5e5;
	background: none;
	height:0;
	margin: 8px 0;
    padding: 0;
}


/*按鈕*/
.btn-style01 {
	width:100%;
	line-height:40px;
	display:block;
	text-align:center;
	font-size:16px;
	border-radius:3px;
}
.btn-style02 {
	width:60%;
	line-height:40px;
	display:block;
	text-align:center;
	font-size:16px;
	border-radius:3px;
}
.btn-style03 {
	width:45%;
	line-height:40px;
	display:block;
	text-align:center;
	font-size:14px;
	border-radius:3px;
}
.btn-color01 {
	background:#000000;
	color:#ffffff;
	border:0;
}
.btn-color02 {
	background:#f5547a;
	color:#ffffff;
	border:0;
}
.btn-color03 {
	background:#eeeeee;
	color:#000000;
	border:1px solid #DBDBDB;
}
.btn-color01:hover,.btn-color02:hover {
	color:#ffffff;
}
.btn-color03:hover {
	color:#000000;
}


/*標題*/
h1.headline-style {
    background-color: #eeeeee;
    font-size: 16px;
    line-height: 35px;
    color: #f31348;
	overflow:hidden;
    padding: 0 15px;
    margin: 0 0 10px 0;
}
.title-style {
	border-left: 3px solid #f31348;
    padding-left: 5px;
}
/*news標題*/
h1.headline-style02 {
    background-color:#eeeeee;
    color: #f31348;
	padding:8px 15px;
    margin: 0 0 10px 0;
}
.title-style02 {
	display:block;
	font-size: 16px;
    line-height: 24px;
	border-left:3px solid #f31348;
	padding-left:5px;
}
/*內頁上標*/
h1.headline-style03 {
    background-color: #eeeeee;
    font-size: 16px;
    line-height: 40px;
    color: #f31348;
	overflow:hidden;
    padding: 0 15px;
    margin: 0 0 10px 0;
}

a.more-btn {
	width:50px;
	line-height:24px;
	font-size:13px;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	margin-top:5px;
	border-radius:24px;
	float:right;
}
a.more-btn:hover {
	background-color:#5c5c5c;
	color:#ffffff;
	text-decoration:none;
}

h1.headline-pic-style {
    margin: 0 0 10px 0;
}
h1.headline-pic-style img {
	width:100%;
	height:90px;
}


/*右側浮動按鈕*/
.left-float-btnbox {
	width:40px;
	position:fixed;
	top:80%;
	right:15px;
	z-index:99;
	margin-top:-40px;
}
.left-float-btnbox a {
	width:40px;
	height:40px;
	display:block;
	margin-bottom:5px;
}



/*header*/
.header-style {
	width:100%;
	background: #fd6a8d;
	border-bottom:1px solid #ff8ba6;
	box-shadow:0px 1px 3px 0px rgba(0,0,0,0.30);
	position: fixed;
	z-index:99;
	overflow:hidden;
	padding:7px 15px;
}
.header-style img {
	width:100%;
	height:auto;
}
.header-logo {
	width: 60%;
	text-align:center;
	font-size:18px;
	line-height:30px;
	color:#74011c;
	text-shadow:1px 1px 0px #fd87a3;
    margin: 0 auto;
}
.pc-mode-box {
	width:30px;
	float:left;
	margin-right:4px;
}
.search-box {
	width:30px;
	float:left;
}
.shopcart-box {
	width:30px;
	float:right;
	position: relative;
	margin-right:10px;
}
.chat-box {
	width:30px;
	float:right;
}
.shop-quantity {
	width: 18px;
	line-height: 18px;
	border-radius:18px;
	color: #ffffff;
	text-align: center;
	background-color: #da0000;
	position: absolute;
	top: -3px;
	right: -6px;
	z-index: 99;
}





/*輪播*/
.raidom {
	padding-top:45px;
}
.raidom .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.raidom .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically 
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.raidom .swiper-slide img {
	width:100%;
	height:auto;
}
/*.raidom-line {
	margin-top:-22px;
}*/
.raidom-line img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background:url(../images/rd-next.png) no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background:url(../images/rd-prev.png) no-repeat;
}
    


.section {
	margin: 50px 0;
}


.main-container {
	/*width:100%;*/
	position:relative;
	margin-bottom:57px;
}

.main-container02 {
	/*width:100%;*/
	position:relative;
	margin-bottom:57px;
	padding-top:62px;
}
.main-inpage-content {
	padding-top:45px;
}



h2.section-title {
	position: relative;
	height:33px;
    /* font-size: 18px; 
    border-bottom: 1px solid #f18107;*/
    margin: 0 0 15px 0;
    /* padding: 0 0 4px 0; */
	border-left:3px solid #50a00b;
}
h2.section-title span {
	color: #ffffff;
    font-size: 18px;
    position: absolute;
    background-color: #f18107;
   /* border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
    padding: 8px 15px 6px 15px;
}



/*首頁分類*/
.sort-list-box {
	background-color:#e5e5e5;
	text-align:center;
	padding:10px 15px;
	margin-bottom:7px;
}
.sort-list-box a.sort-pic {
	width:100%;
	height:100%;
	background-color:#eeeeee;
	border-radius:100%;
	overflow:hidden;
	display:block;
}
.sort-list-box h4 {
	font-size:12px;
	margin:5px 0 0 0;
}
.owl-nav,.owl-dots {
	display:none;
}


/*最新消息*/

.news-list-box {
	background-color:#ffffff;
	margin-bottom:7px;
}
.news-list-box ul {
	padding:0 15px;
	margin:0;
}
.news-list-box ul li {
	background: url(../images/news-icon.png) 0px center no-repeat;
	list-style:none;
	border-top: 1px dotted #dcdcdc;
}
.news-list-box ul li:first-child {
	border-top:none;
}
.news-list-box ul li:hover {
	background-color:rgba(255,255,255,0.65);
}
.news-list-box ul li a {
	overflow: hidden;
	display: block;
	padding:8px 0 8px 10px;
}
.news-list-title {
	width:75%;
	float:left;
	line-height:20px;
	text-align:left;
	color:#000000;
	word-break:keep-all;/* 不换行 */ 
	white-space:nowrap;/* 不换行 */ 
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ 
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/ 
}
.news-list-date {
	font-size:13px;
	line-height:20px;
	color:#6f6f6f;
	float:right;
}

/*內頁-新聞*/
.news-detail-box {
	background-color:#ffffff;
}
.news-detail-box h1 {
	font-weight:bold;
	padding:10px 15px;
}
.news-detail {
	background-color:#ffffff;
	padding:0 15px 15px 15px;
	margin:0;
}
.news-detail p {
	line-height:18px;
}
.news-detail img {
	max-width:100%;
	text-align:center;
}



/*視頻分享*/
.video-list-box {
	background-color:#ffffff;
	margin-bottom:7px;
}
.video-list-box .owl-carousel {
	padding:0 15px;
}
.video-list-box .owl-dots {
	display:block;
} 


/*首頁上方menu*/
.home-tab {
	overflow:hidden;
}
.home-tab a {
	width:25%;
	line-height:45px;
	text-align:center;
	font-size:15px;
	color:#666666;
	background-color:#eeeeee;
	box-shadow:0px -3px 0px #eeeeee inset;
	float:left;
	display:block;
}
.home-tab a.active {
	color:#50a00b;
	box-shadow:0px -3px 0px #50a00b inset;
}



/*最新商品*/
.new-PDlist-box {
	background-color:#ffffff;
	margin-bottom:7px;
}
.new-PDlist-box ul {
	list-style:none;
	padding:0 15px;
	margin:0;
}
.new-PDlist-box ul a {
	color:#000000;
}
.new-PDlist-box ul li {
	border-top:1px solid #efefef;
	position:relative;
	padding:10px 0;
	overflow:hidden;
}
.new-PDlist-box ul li:first-child {
	border-top:none;
	padding-top:0px;
}
.new-PDlist-box ul li .PD-pic {
	width:110px;
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.new-PDlist-box ul li .PD-pic img {
	width:100%;
	height:auto;
}
.new-PDlist-box ul li h2 {
	font-size:15px;
	line-height:19px;
	height:40px;
	overflow:hidden;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
.new-PDlist-box ul li p {
    font-size: 14px;
    line-height: 18px;
    color: #7c7c7c;
    margin: 0;
    padding: 0;
}

/*售價*/
.price-style01 {
	width:100%;
	font-size:16px;
	line-height:21px;
	position:absolute;
	bottom:10px;
	padding-left:120px;
}
.price-style02 {
	width:100%;
	position:relative;
	font-size:16px;
	line-height:21px;
}
.price-style02 span {
	display:block;
}
.price-style03 {
	width:100%;
	font-size:16px;
	line-height:21px;
	margin-top:10px;
}
.price-style03 span {
}
.price-R {
	font-size:18px;
	float:right;
}
.price-L {
	font-size:18px;
}
.price-L02 {
	font-size:21px;
	margin-right:5px;
}

.game-list ul li a.play-btn {
	width:58px;
	font-size:16px;
	text-align:center;
	line-height:28px;
	display:block;
	/*background-color:#1c8ebe;*/
	background-color:#50a00b;
	text-shadow:1px 1px 0px rgba(0,0,0,0.10);
	border:1px solid #4a8f0e;
	border-radius:3px;
	color:#ffffff;
	float:right;
	margin-top:10px;
}



/*商品列表*/
.PD-list-box {
	background-color:#ffffff;
	margin-bottom:7px;
	padding-bottom: 10px;
}
.PD-list-box .owl-carousel {
	padding:0 15px;
}
.PD-list-box .PD-pic {
	margin-bottom:5px;
}
.PD-list-box .PD-pic img {
	width:100%;
	height:auto;
}
.PD-list-box h2 {
	font-size:15px;
	line-height:19px;
	height:40px;
	overflow:hidden;
	font-weight:bold;
	margin:0;
	padding:0;
}


/*內頁-購物車step*/
.shop-steplist-box {
}
.shop-steplist-box ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.shop-steplist-box li {
    width: 36%;
	line-height: 40px;
	background-color: #e3e3e3;
	font-size: 14px;
	float: left;
	display: block;
	text-align: center;
	position: relative;
	/*padding-left: 40px;*/
}
.shop-steplist-box li:nth-child(1) {
    width: 32%;
}
.shop-steplist-box li:nth-child(2) {
    width: 32%;
	padding-left: 20px;
}
.shop-steplist-box li:nth-child(3) {
	padding-left: 10px;
}
.shop-steplist-box li span {
	width: 18px;
    height: 18px;
    color: #e3e3e3;
	font-size: 13px;
    border-radius: 3px;
    background: #6c6c6c;
    display: inline-block;
    line-height: 19px;
    text-align: center;
    margin-right: 5px;
}
.shop-steplist-box li.active span {
    color: #6c6c6c;
    background: #e9e9e9;
}
.shop-steplist-box li:after {
	content: "";
	position: absolute;
    border-color: transparent transparent transparent #e3e3e3;
    border-style: solid solid solid solid;
    border-width: 20px;

    /* 設定 width、height 可更好理解原理 */
    height: 0px;
    width: 0px;
	right: -40px;
	z-index: 1;
}
.shop-steplist-box li:last-child:after {
	display: none;
}
.shop-steplist-box li.active {
	background-color: #6c6c6c;
	color: #e3e3e3;
}
.shop-steplist-box li.active:after {
    border-color: transparent transparent transparent #6c6c6c;
}


/*購物車*/
.shop-PDlist-box {
	background-color:#ffffff;
	padding: 10px 15px;
}
.shop-PDlist-box ul {
	list-style:none;
	padding:0;
	margin:0;
}
.shop-PDlist-box ul li {
	border-top:1px solid #efefef;
	position:relative;
	padding:10px 0;
	overflow:hidden;
}
.shop-PDlist-box ul li:first-child {
	border-top:none;
}
.shop-PDlist-box ul li .PD-pic {
	width:90px;
	overflow:hidden;
	float:left;
	margin-right:6px;
}
.shop-PDlist-box ul li .PD-pic img {
	width:100%;
	height:auto;
}
.shop-PDlist-box ul li h2 {
	font-size:15px;
	line-height:19px;
	overflow:hidden;
	font-weight:bold;
  	text-overflow : ellipsis;
	white-space : nowrap;
	margin:0 0 5px 0;
	padding:0 18px 0 0;
}
.shop-PDlist-box ul li p {
    font-size: 14px;
    line-height: 18px;
	color: #7c7c7c;
    margin: 0 0 5px 0;
    padding: 0;
}
.shop-PDlist-box ul li p.price-style {
	font-size: 16px;
	line-height: 20px;
	color: #da0000;
}
.price-style {
	font-size: 16px;
	line-height: 20px;
	color: #da0000;
}
 a.cancel-btn {
	width:16px;
	height: 16px;
	border-radius:16px;
	background-color: #da0000;
	color: #ffffff;
	text-align: center;
	line-height: 15px;
	display: block;
	position: absolute;
	top: 11px;
	right: 0px;
}

/*總額-表格*/
.total-bottom-style01 {
	background-color: #f0f0f0;
	padding: 10px 15px;
	margin-bottom: 7px;
}
.total-bottom-style02 {
	background-color: #ffffff;
	padding: 0px 15px 10px 15px;
}



/*內頁結帳按鈕*/
.total-btn-box {
	overflow:hidden;
	margin-top:10px;
}
.total-btn-box a {
	width:32.33%;
	float:left;
	display:block;
	color:#ffffff;
	margin-left:1.5%;
}
.total-btn-box a:first-child {
	margin-left:0;
}

/*頁面下廣告*/
.bottom-banner-box {
	background-color:#ffffff;
	padding: 5px 15px;
}
.banner-style {
	display: block;
	margin:15px 0;
}


/*內頁-購物車清單*/
.order-PDlist-box {
	margin-bottom:7px;
}
.order-PDlist-pic {
	width: 50px;
	height: 50px;
}

.order-list {
	background-color:#ffffff;
	padding:10px 12px;
}

/*運送方式*/
.freight-box {
	background-color:#ffffff;
	margin-bottom:7px;
}
.freight {
	background-color:#ffffff;
	padding:0 12px 10px 12px;
}


/*表單表格*/
.table-style {
	background-color:#ffffff;
}
.table-style-bgtype01 {
	background-color:#efefef;
}
.table-style tr {
}
.table-style td {
}
.table-style td.height-style01 {
	padding:2px 0;
}
.table-style td.height-style02 {
	padding:8px 3px;
}
.table-style td.height-style03 {
	padding:3px;
}
.table-style td.formtext-L {
	width:90px;
	vertical-align: top;
	padding-top:10px;
}
.table-style td.formtext-L02 {
	width:90px;
	vertical-align: top;
}
.table-style tr.bottom-line {
	border-bottom:1px solid #e5e5e5;
}
.table-style tr.bottom-line:last-child {
	border-bottom:1px dashed #e5e5e5;
}
.table-style em{
	font-size:18px;
	vertical-align: -webkit-baseline-middle;
	margin-right:3px;
}
.order-t1 img {
	width:80px;
	height:80px;
}
.order-t2 p {
   	/*max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	max-height:38px;
	line-height:18px;
	overflow: hidden;
    margin: 2px 0;
}


/*表單*/
.text-w-50 {
	width: 50px;
}
.text-w-all {
	width: 100%;
}
.text-w-50per {
	width: 50%;
}
.formtext-padding-style01 {
	padding: 4px 6px;
}
.form-text-style {
	font-family: "微軟正黑體", "新細明體";
	font-size:14px;
	line-height: 21px;
	border:1px solid #d7d7d7;
	border-radius:3px;
	padding:8px 6px;
}
.form-note {
	display:block;
	padding-top:5px;
}
input[type=radio], input[type=checkbox] {
    margin:0 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.check-style, .radio-style {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

/*購物人資料*/
.shopper-data-box {
	background-color: #ffffff;
}
.shopper-data {
    padding: 5px 12px 25px 12px;
}


/*訂購完成*/
.order-completed-box {
	background-color:#efefef;
	padding:10px 15px;
}
.order-completed-box p {
	text-align:center;
	margin:2px 0;
}
.order-completed-box p.bigtext {
	font-size:16px;
}


/*商品資訊*/
.PD-detail-box {
	background-color:#ffffff;
	padding:15px;
	margin-bottom:7px;
}
.PD-detail-box .PD-pic {
	width:100%;
	margin-bottom:10px;
}
.PD-detail-box .PD-pic img {
	width:100%;
	height:100%;
}
.PD-detail-box h2 {
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	margin:0 0 6px 0;
	padding:0;
}
.PD-detail-box p {
	line-height:18px;
	margin:2px 0;
}
.PD-depiction-box {
	background-color:#ffffff;
}
.PD-depiction {
	padding:0px 15px 10px 15px;
}

/*商品下方按鈕*/
.PD-detail-btn-box {
	overflow:hidden;
	padding: 10px 15px 9px 15px;
}
.PD-detail-btn-box a.PD-detail-btn01 {
	width:23%;
	float:left;
	display:block;
	text-align:center;
	color:#ffffff;
}
.PD-detail-btn-box a.PD-detail-btn02 {
	width:50%;
	float:left;
	display:block;
	color:#ffffff;
	margin-left:4%;
}
.PD-detail-btn-box a.PD-detail-btn01 img {
    width: 25px;
    height: auto;
}
.PD-detail-btn-box a.PD-detail-btn01 span {
    display: block;
	line-height:16px;
}


/*內頁-商品列表*/
.inpage-PD-list-box {
	background-color:#ffffff;
}
.inpage-PD-list-box ul {
	margin:0;
	padding:0 15px 15px 15px;
	overflow:hidden;
}
.inpage-PD-list-box ul li {
	width:50%;
	float:left;
	list-style:none;
	position:relative;
}
inpage-PD-list-box ul li:nth-child(2n+1) {
    padding: 7px 7px 7px 0;
    clear: both;
}
.inpage-PD-list-box ul li:nth-child(2n) {
	padding:7px 0 7px 7px;
}
.inpage-PD-list-box ul li .PD-pic {
	display:block;
	margin-bottom:5px;
}
.inpage-PD-list-box ul li .PD-pic img {
	width:100%;
	height:auto;
}
.inpage-PD-list-box ul li h2 {
	font-size:15px;
	line-height:19px;
	height:40px;
	overflow:hidden;
	font-weight:bold;
	margin:0;
	padding:0;
}

/*追蹤清單*/
.member-topbtn-box {
	background-color: #000000;
	overflow:hidden;
	padding:10px 15px;
}
.member-topbtn-box a {
	width:21%;
	line-height:30px;
	background-color: #ffffff;
	text-align:center;
	border-radius:3px;
	border:2px solid #cccccc;
	float:left;
	display:block;
	margin-left:2%;
}
.member-topbtn-box a:first-child {
	margin-left:0;
}
.member-topbtn-box a.active {
	color:#f5547a;
	border:2px solid #f5547a;
	position:relative;
}
.member-topbtn-box a.active:before {
	content:"";
	position:absolute;
	border-color: #f5547a transparent #f5547a transparent;
    border-style: solid solid solid solid;
    border-width: 5px 4px 0px 4px;
    height: 0px;
    width: 0px;
	top:50%;
	left:8px;
	margin-top:-2px;
}
.member-topbtn-box a.active:after {
	content:"";
	position:absolute;
	border-color: #f5547a transparent #f5547a transparent;
    border-style: solid solid solid solid;
    border-width: 5px 4px 0px 4px;
    height: 0px;
    width: 0px;
	top:50%;
	right:8px;
	margin-top:-2px;
}
.cancel-tracking-btn {
	line-height:30px;
	position:absolute;
	bottom:3px;
	right:3px;
}


/*頁碼*/
.page-nb {
	text-align:center;
}
.page-nb .pagination {
	margin:10px 0 0 0;
	overflow: hidden;
}
.page-nb ul li {
	float:none;
	width:auto;
	margin:0;
}
.page-nb .pagination>li>a, .page-nb .pagination>li>span {
	background-color:#000000;
	border:1px solid #000000;
	margin-left:2px;
	padding:5px 10px;
	color:#ffffff;
}
.page-nb .pagination>li:first-child>a, .page-nb .pagination>li:first-child>span {
	margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.page-nb .pagination>li:last-child>a, .page-nb .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.page-nb .pagination>.active>a, .page-nb .pagination>.active>a:focus, .page-nb .pagination>.active>a:hover, .page-nb .pagination>.active>span, .page-nb .pagination>.active>span:focus, .page-nb .pagination>.active>span:hover {
	background-color: #f5547a;
    border-color: #f5547a;
}
.page-nb .pagination>li>a:hover, .page-nb .pagination>li>span:hover {
	background-color: #f5547a;
    border-color: #f5547a;
}
.page-nb .pagination>.disabled>a, .page-nb .pagination>.disabled>a:focus, .page-nb .pagination>.disabled>a:hover, .page-nb .pagination>.disabled>span, .page-nb .pagination>.disabled>span:focus, .page-nb .pagination>.disabled>span:hover {
	color:#ffffff;
}


/*內頁-搜尋*/
.inpage-search-box {
	background-color:#ffffff;
}
.inpage-search-content {
	margin:0;
	padding:0 15px 15px 15px;
	overflow:hidden;
}

/*搜尋不到*/
.no-search-box {
	text-align:center;
}
.no-search-box p {
	padding:5px 0;
	margin:0;
}


/*內頁-分類*/
.inpage-sort-box {
	background-color:#ffffff;
}
.inpage-sort-box ul {
	margin:0;
	padding:0 15px 15px 15px;
}
.inpage-sort-box ul li {
    list-style: none;
    overflow: hidden;
    border-top: 1px dashed #e5e5e5;
    padding: 8px 0;
}
.inpage-sort-box ul li:first-child {
	border-top: none;
}
.inpage-sort-box ul li .sort-text-L {
	width:60px; 
	float:left;
	background-color:#eeeeee;
	border-radius:100%;
	overflow:hidden;
	display:block;
	margin: 0 8px 0 0;
}
.inpage-sort-box ul li .sort-text-L img {
	width: 100%;
	height: 100%;
}
.inpage-sort-box ul li .sort-text-R {
 overflow: hidden;
}
.inpage-sort-box ul li h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}
.inpage-sort-box ul li a {
	display: block;
	position: relative;
	float: left;
	padding:2px 5px;
}
.inpage-sort-box ul li a:before {
	content: "";
	width: 1px;
	height: 18px;
	position: absolute;
	background-color: #cccccc;
	right: 0px;
	top: 50%;
	margin-top: -9px;
	z-index: 1;
}
.inpage-sort-box ul li a:list-child {
	display: none;
}




/*排行榜*/
.ranking-list {
	background-color:#ffffff;
	padding:15px;
}
.ranking-list ul {
	list-style:none;
	padding:0;
	margin:0;
}
.ranking-list ul li {
	border-top:1px solid #efefef;
	padding:10px 0;
	overflow:hidden;
}
.ranking-list ul li:first-child {
	border-top:none;
	padding-top:0px;
}
.ranking-list ul li:last-child {
	padding-bottom:0px;
}
.ranking-icon {
	width: 20px;
    float: left;
	line-height: 30px;
	text-align:center;
    padding-top: 10px;
    margin-right: 5px;
}
.ranking-icon img {
	width:100%;
	height:auto;
}
.ranking-list ul li .gamepic {
	width:50px;
	border-radius:5px;
	overflow:hidden;
	float:left;
	margin-right:5px;
}
.ranking-list ul li .gamepic img {
	width:100%;
	height:auto;
}
.ranking-list ul li h3 {
	width:80%;
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	margin:4px 0 3px 0;
}

.ranking-list ul li p {
	width:60%;
    font-size: 14px;
    line-height: 18px;
    color: #7c7c7c;
    word-break:keep-all;/* 不换行 */ 
	white-space:nowrap;/* 不换行 */ 
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ 
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/ 
    margin: 0;
    padding: 0;
}
.ranking-list ul li a.play-btn {
	width:58px;
	font-size:16px;
	text-align:center;
	line-height:28px;
	display:block;
	/*background-color:#1c8ebe;*/
	background-color:#50a00b;
	text-shadow:1px 1px 0px rgba(0,0,0,0.10);
	border:1px solid #4a8f0e;
	border-radius:3px;
	color:#ffffff;
	float:right;
	margin-top:10px;
}


/*底部按鈕*/
.bottom-menu {
	width:100%;
	background-color:#3d3d3d;
	border-top:1px solid #4c4c4c;
	box-shadow:0px 1px 0px #757575 inset;
}
.bottom-menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
.bottom-menu ul li {
	width:20%;
	float:left;
}
.bottom-menu ul li a {
	display:block;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	padding:5px 0;
}
.bottom-menu ul li a.active {
	color:#fd6488;
}
.bottom-menu ul li a:hover {
	text-decoration:none;
}
.bottom-menu ul li img {
	width:30px;
	height:auto;
}
.bottom-menu ul li span {
	display:block;
}



footer {
	margin: 50px 0;
}






/*會員登入*/
.login-box {
	background-color:#ffffff;
}
.login-content {
	padding:5px 15px 15px 15px;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.form-login {
    /* Size & position */
	width:100%;
    position: relative; /* For the submit button positioning */
	margin:0 auto;
}
.form-login p.field {
    position: relative; /* For the icon positioning */
	margin-bottom:13px;
}
.form-login p.field a {
	display: block;
	margin-top: 5px;
}
.form-login .field i {
    /* Size and position */
    left: 0px;
    top: 0px;
    position: absolute;
    height: 38px;
    width: 38px;

    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);

    /* Styles */
    color: #ffffff;
	background: #7c7c7c;
    text-align: center;
    line-height: 38px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
	border-radius:3px 0 0 3px;
}
.form-input-style01 {
	width: 100%;
	border: 1px solid #E1E1E1; /* Remove the default border */
	padding: 8px 10px 8px 45px;
}
.form-input-style02 {
	width: 60%;
	border: 1px solid #E1E1E1; /* Remove the default border */
	padding: 8px 10px;
	margin-right: 1.5%;
}
.form-login input[type=text],
.form-login input[type=password] {
    font-family:Arial, sans-serif, "微軟正黑體", "新細明體";
    font-size: 14px;
    /* Size and position */

    /* Styles */
    border-radius: 3px;
    background:#ffffff;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.form-login input[type=text]:hover ~ i,
.form-login input[type=password]:hover ~ i {
    color: #ffb83c;
}

.form-login input[type=text]:focus ~ i,
.form-login input[type=password]:focus ~ i {
    color: #ffb83c;
}

.form-login input[type=text]:focus,
.form-login input[type=password]:focus,
.form-login button[type=submit]:focus {
    outline: none;
}
.login-bottom-btn {
	overflow: hidden;
	margin: 10px 0;
}
.login-bottom-btn button {
	width: 49%;
    float: left;
    display: block;
    color: #ffffff;
    margin-left: 2%;
}
.login-bottom-btn button:first-child {
    margin-left: 0;
}


/*會員註冊*/
.note-box {
	background-color:#FFF3F8;
	padding: 8px;
	margin-bottom: 10px;
}
.note-box p {
	line-height: 18px;
	margin: 5px 0;
}


/*會員修改*/
.member-content {
	padding:10px 15px;
}

/*沒有訂單*/
.no-order-box {
	text-align:center;
}
.no-order-box p {
	padding:5px 0;
	margin:0;
}

/*查詢訂單*/
.order-tracking-list {
	background-color:#efefef;
	padding: 5px;
	margin-bottom:15px;
}
.order-status {
	overflow:hidden;
	padding:10px 5px 7px 3px;
}
.order-status p {
	line-height:30px;
	float:left;
	margin:0;
}
.order-status-btn {
	width:90px;
	line-height:30px;
	font-size:14px;
	float:right;
}


/*留言板*/
.message-list-box {
	padding-bottom:15px;
}
.leave-btn {
	width:30%;
	line-height:30px;
	float:right;
	margin:5px 0;
}
.message-list-box ul.message-list {
	padding:5px 15px 10px 15px;
	margin:0;
}
.message-list-box ul.message-list li {
	list-style:none;
	background-color:#efefef;
	padding:5px;
	margin-bottom:15px;
}
.message-list-box ul.message-list li:last-child {
	margin-bottom:0px;
}
.question-box {
	background-color:#ffffff;
	padding:5px;
}
.question-box h3 {
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
	padding:5px 0;
	margin:0 0 5px 0;
}
.question-box h3 img {
	float:left;
	margin:1px 3px 0 0;
}
.question-box h3 span {
	display:block;
	overflow:hidden;
}
.question-box p {
	margin-bottom:5px;
}
.answer-box {
	padding:10px 5px 5px 5px;
}
.answer-box p {
	margin:0;
}
.answer-box p img {
	float:left;
	margin:0 3px 0 0;
}
.answer-box p span {
	display:block;
	overflow:hidden;
}
.message-input-box {
	border-top:7px solid #000000;
}
.message-input-content {
	padding: 10px 15px 20px 15px;
}
















