﻿/*Reset By Normalize*/
@import url(../css/reset.css);
@import url(/include/i_GTrank.css);	/*排行榜共用樣式*/

html,body { 
	background:none;
	font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif;
 }

.wrapper {
    line-height: 24px;
    font-size: 15px;
}
ul {
	padding: 0;
}

/*容器基本框架*/
.container {
  width: 820px;
  margin: 0 auto;
}

h1 {
	display: none;
}
h3 {
	padding: 4px 10px;
	font-size: 120%;
	font-weight: bold;
	margin: 22px 0;
}

/*內置物件置中*/
.center {
	text-align: center;
}

/* =================內容區塊================= */	



/*icon*/
.ico {
	display: inline-block;
	padding: 2px 6px;
	margin: 0 5px;
	font-size: 80%;
	color: #fff;
	text-shadow: 1px 1px #555;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	border-radius: 16px;
}

.ico-new {
	background: #15b53a;
}
.ico-hot {
	background: #d82237;
}
.ico-good {
	background: #f4880a;
}

.img-responsive {
	max-width: 100%;
}


/*卡片式：獎項含圖文*/
.item-box {
	margin: 20px 0;
	width: 100%;
	text-align: center;
}
.item-box li {
	list-style: none;
}

.item {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	margin: 10px 0;
	border-radius: 6px;
    background: -webkit-linear-gradient(rgba(247,247,247,1) 1%, rgba(211,211,211,1) 98%);
    background: -o-linear-gradient(rgba(247,247,247,1) 1%, rgba(211,211,211,1) 98%);
    background: linear-gradient(rgba(247,247,247,1) 1%, rgba(211,211,211,1) 98%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */;
}

.item p {
	background: #3bafdd;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 -10px;
}
.item img,.item iframe {
	padding-top: 16px;
	border-radius: 5px;
}

/*滿版用*/
.col-full {
	margin: 20px 0;
}

/*2等分*/
.col-half {
	display: inline-block;
	width: 40%;
	margin: 20px;
}

/*5等分*/
.col-5 {
	display: inline-block;
	width: 14%;
	margin: 10px;
}

.txt-strong--item {
	color: #2bfdff;
	font-weight: bold;
}

/*陰影效果：其他樣式需要套用也可用這個*/
.item-shadow {
	box-shadow: 2px 2px 2px #000;
}

/*提示文字區塊*/
.tips-area {
	padding: 16px;
	background: #f6cbd3;
	border-radius: 10px;
	margin: 20px 0;
	color: #000;
	font-size: 15px;
}


/*條列式列表：備註事項或注意事項*/
.list {
	padding-left: 22px;
}
.list li {
	margin: 6px 0;
}


/*新版表格設定*/
.table { 
	word-break: break-all;
	border: 5px solid #eaeaea;
	border-collapse:collapse;
    border-spacing:0;
    margin: 20px 0;
}

.table th {
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight:bold;
	padding: 5px;
	border: 1px #eee solid;
}

.table td { 
	background: #fff;
	text-align: center;
	line-height: 24px; 
	padding: 5px;
	border: 1px #eee solid;
}

/*滿版*/
.table-full {
	width: 100%;
}


/*table 2等分*/
.table-half {
	float: left;
	width: 45%;
	margin: 0 18px;
	margin-bottom: 20px;
}

/*雙色表格*/
.table-striped tr:nth-child(odd) {
  background: rgba(14,238,238,.8);
}

.clearfix {
	clear: both;
}



/*表格樣式：改顏色在這邊*/
.table-head th {
	background: #13697F;
	background: rgb(59,175,221); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,175,221,1) 0%, rgba(19,105,127,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(59,175,221,1) 0%,rgba(19,105,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(59,175,221,1) 0%,rgba(19,105,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bafdd', endColorstr='#13697f',GradientType=0 ); /* IE6-9 */
}

.table-head th.sub-th {
	background: #61adf4;
	color: #fff;
}


/*文字樣式：加粗*/
.txt-bold {
	font-weight: bold;
}
/*文字樣式：加大*/
.txt-lg {
	font-size: 120%;
}
/*文字樣式：加強(顏色可自由變更)*/
.txt-strong {
	color: #00a9e0;
	font-weight: bold;
}
/*文字樣式：重點(顏色自由變更 & 加粗)*/
.txt-important {
	color: #bc1129;
	font-weight: bold;
}
/*文字樣式：連結(顏色可自由變更)*/
.txt-link {
	color: #f5e70b;
	text-decoration: none;
}


/*圖片樣式：圓角*/
.img-radius {
	border-radius: 5px;
}
/*圖片樣式：外框線*/
.img-border {
	border: #ddd 3px solid;
}
/*圖片樣式：圓形*/
.img-circle {
	border-radius: 50%;
}




/*唯舞用：禮包切換圖片*/
.slider-wra {
		width: 730px;
		padding: 14px;
		margin: 20px auto;
		text-align: center;
		background: #ce7de8;
		border-radius: 10px;
}
.slider {
		width: 730px;
		height: 390px;
		position: relative;
		overflow: hidden;
		border: 2px solid #fff;
		border-radius: 5px;i

	}
.slider ul.slider__list {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		width: 9999px;
		height: 100%;
	}
.slider ul.slider__list li {
		float: left;
		width: 730px;
		height: 100%;
	}
.slider .slider__list img{
		width: 100%;
		height: 100%;
		border: 0;
	}
/*.slider ul.slider__control {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		bottom: 5px;
		right: 5px;
		height: 14px;
	}
.slider ul.slider__control li {
		float: left;
		width: 23px;
		height: 14px;
		cursor: pointer;
		margin: 0px 2px;
		background: #fff no-repeat 0 0;
	}
.slider ul.slider__control li.current { 
		background-position: -23px 0;
		background: #ce7de8;
	}*/

.slider__btn li {
	display: inline-block;
	list-style: none;
}
.slider__btn li a {
	padding: 8px;
	border-radius: 6px;
	background: #000;
	color: #fff;
}
.slider__btn li a:hover {
	background: #ffcbdf;
	color: #000;
	text-decoration: none;
}


/*唯舞用：步驟流程*/
.step {
  margin: 20px 0;
}
.step ul {
  padding: 0;
}
.step li {
  display: inline-block;
  padding: 12px;
  margin-right: 20px;
  color: #12376e;
  border-radius: 10px;
  vertical-align: middle;
  list-style: none;
  position: relative;
  border: 3px #ccc solid; 
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 0%, rgba(229,229,229,1) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(229,229,229,1) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 0%,rgba(229,229,229,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.step li>img {
	border-radius: 5px;
}
.step li:before {
  content:'►';
  color: #555;
  font-size: 1.5em;
  position: absolute;
  right: -25px;
  top: 50%;
  transform:translateY(-50%);
}

.step li:last-child:before {
  content:'';
}