.clearFix:after{
	content: '';
	width: 100%;
	height: 0;
	display: block;
	clear: both;
}





/*** 電商封面區塊 ***/
#store-cover-section{
	height: 495.56px;
	background-color:#333333;
	background-position: center;
	background-repeat: no-repeat;
    background-size:1920px;
	position: relative;
}
.store-info-block{
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.55);
	position: absolute;
	bottom: 0;
	left: 0;
}
.cover-norm-width{
	width: 1250px;
	margin: auto;
	position: relative;
}
/*.store-photo{
	width: 105px;
	height: 105px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-top: -35px;
	float: left;
}*/
.store-photo{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	bottom: 30px;
	z-index: 5;
	float: left;
}
.store-name{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	padding: 24px 0;
	float: left;
	padding-left: 16px;
}
.store-name span:nth-child(1){
	font-size: 24px;
	font-weight: normal;
}
.store-name span:nth-child(2){
	font-size: 14px;
	font-weight: normal;
}
.message-btn{
	width: 130px;
    height: 40px;
	border-radius: 99px;
	background-color: #FF6000;
	border: none;
	font-family: 'Microsoft JhengHei', Helvetica;
	margin: 20px 5px;
	padding: 2px 15px;
	float: right;
	cursor: pointer;
	outline: none;
}
.message-btn img{
	vertical-align: middle;
	margin-right: 5px;
}
.message-btn span{
	color: #FFFFFF;
	font-size: 12px;
}
.store-follow-btn{
	width: 130px;
    height: 40px;
	border-radius: 99px;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'Microsoft JhengHei', Helvetica;
	margin: 20px 0px 20px 20px;
	padding: 5px 15px;
	float: right;
	cursor: pointer;
	outline: none;
}
#start-follow-btn{
	width: 130px;
    height: 40px;
	border-radius: 99px;
	margin: 20px;
	background-color: #FF6000;
}
#cancel-follow-btn{
	background-color: #D14B4B;
}

/*** 電商內容區塊 ***/
#store-content-section{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 56px;
	position: relative;
}
/* 廣告 */
#platform-banner {
	width: 166px;
	height: 166px;
	background-color: #D14B4B;
	position: fixed;
	left: 0px;
	top: 186px;
	transition: all 2s;
}
.store-menu {
	text-align: center;
	margin-top: 24px;
}
.store-menu-item {
	width: calc(100% / 6 - 16px);
	font-size: 16px;
	line-height: 1;
	border-top: 3px solid transparent;
	border-bottom: 2px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	position: relative;
	top: 2px;
	float: left;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1;
	box-sizing: border-box;
	font-weight: bold;
	transition: all 0.3s;
}
.store-menu-item:hover {
	background-color: #FF6000;
	color: #FFFFFF;
}
.store-menu-item span {
	display: block;
}
.js-page-position {
	border-top: 3px solid #FF6000;
	border-bottom: 2px solid #FFFFFF;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	/* color: #fff; */
	/* background-color: #ff6000; */
}
/* .sort-drop-down{
	min-width: 215px;
	padding-top: 25px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
	display: none;
}
.sort-drop-down .sort-item{
	width: 100%;
	background-color: #E3E3E3;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 5px;
	cursor: pointer;
}
.store-menu-item:hover .sort-drop-down{
	display: block;
}
.sort-drop-down .sort-item:hover{
	background-color: #FF6000;
	color: #FFFFFF;
} */

.store-content {
	border-radius:0px 20px 20px 20px;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	padding: 10px;
}

/*** 最新影片 ***/
#new-vid {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.new-vid-title{
	width: 100%;
	font-size: 24px;
	/*font-weight: bold;*/
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
}
.media-item{
	width: calc(100% / 4 - 10px);
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	margin: 5px;
	padding: 8px;
	float: left;
	-webkit-transition: all .3s;	/* Safari */
	transition: all .3s;
}
.media-item:hover .media-cover a::before{
	opacity: 1;
}
.media-item:hover .media-link p{
	opacity: 0;
	visibility: hidden;
}
.media-cover{
	width: 100%;
	height: 155.54px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #DFDFDF;
}
.media-cover .media-link,
.media-cover .media-comesoon-link{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.media-cover .media-link::before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 96, 0, 0.5);
	background-image: url(../../images/home/play-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .3s;	/* Safari */
	transition: all .3s;
}
.media-cover .media-link p{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	padding: 2px 5px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	-webkit-transition: all .3s;	/* Safari */
	transition: all .3s;
}
.media-cover .media-comesoon-passive{
	width: 100%;
	height: 100%;
	background: rgba(255, 96, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.media-cover .media-comesoon-passive p{
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);		/* IE 9 */
	-webkit-transform: translate(-50%, -50%);	/* Safari */
	transform: translate(-50%, -50%);
}
.media-cover .media-comesoon-passive p::before{
	content: url(../../images/home/play-icon.png);
	display: block;
}
.media-mark{
	width: 100%;
	padding: 10px 0;
}
.media-status-live,
.media-status-vod,
.media-status-soon{
	border-radius: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	padding: 5px 32px 5px 15px;
	float: left;
	position: relative;
}
.media-status-live{
	background-color: #D20000;
}
.media-status-vod{
	background-color: #FF6000;
}
.media-status-soon{
	background-color: #959595;
}
.media-status-live::after,
.media-status-vod::after,
.media-status-soon::after{
	margin-left: 5px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
}
.media-status-live::after{
	content: url(../../images/home/live-decoration-icon.png);
}
.media-status-vod::after{
	content: url(../../images/home/vod-decoration-icon.png);
}
.media-status-soon::after{
	content: url(../../images/home/soon-decoration-icon.png);
}
.media-type{
	border: 1px solid #1C1C1C;
	font-weight: bold;
	box-sizing: border-box;
	margin-left: 10px;
	padding: 1.5px 10px;
	float: left;
}
.media-supplier{
	width: 100%;
	height: 20px;
}
.media-supplier .media-supplier-name{
	width: 70%;
	height: 20px;
	color: #FF6000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0.5px 0;
	float: left;
	display: block;
}
.media-supplier .media-view-count{
	width: 30%;
	height: 20px;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: right;
	display: block;
}
.media-supplier .media-view-count::before{
	content: url(../../images/home/media-view-icon.png);
	vertical-align: middle;
	margin-right: 5px;
}
.media-name{
	width: 100%;
	height: 21px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 0;
}
.media-desc{
	width: 100%;
	height: 38px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



/*** 影片列表 ***/
#media-list{
	width: 100%;
}
.media-list-title{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
}
/* 分類控制 */
#media-list .category-ctrl{
	text-align: right;
	margin-bottom: 5px;
	padding: 5px;
}
#time-filter, #media-filter {
	min-width: 105px;
	height: 30px;
	border: 1px solid #DFDFDF;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	font-weight: bold;
	text-align: center;
	text-align-last: center;
	outline: none;
	float: right;
}
#media-filter {
	margin-right: 16px;
}
/* 分類清單 */
#media-list .category-box{
	padding-top: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e3e3e3;
}
#media-list .category-box a{
	color: #1C1C1C;
	font-weight: bold;
	text-decoration: none;
}
#media-list .category-box a:hover{
	color: #FFFFFF;
}
#media-list .category-box li{
	min-width: calc(100% / 7 - 16px);
	margin: 8px;
	padding: 5.5px 15px;
	border-radius: 15px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	text-align: center;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	cursor: pointer;
}
#media-list .category-box li:hover{
	background-color: #ff6000;
	color: #fff;
	border: 1px solid #ff6000;
}
#media-list .category-box li.js-main-active{
	border: 1px solid #ff6000;
}
/* 分類內容 */
/* .category-content{
	width: 870px;
} */
/* 載入更多 */
#more-section {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	float: left;
}
#more-section #more-btn{
	background-color: #FF6000;
	border: none;
	border-radius: 15px;
	color: #FFFFFF;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
}



/*** 商品列表 ***/
/* .pds-list-title{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
} */
/* 分類控制 */
#pds-list .category-ctrl{
	border-top: 1px solid #DFDFDF;
	margin: 10px 5px 5px 5px;
	padding: 15px 0 5px 0;
}
#pds-list .category-ctrl #pds-filter{
	border-radius:30px;
	min-width: 105px;
	height: 38px;
	border: 1px solid #c7c7c7;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	font-weight: bold;
	text-align: center;
	text-align-last: center;
	float: right;
	outline: none;
}
#pds-list .category-ctrl .store-inside-scope{
	float: right;
}
#pds-list .category-ctrl .store-inside-scope input[type="text"]{
	border-radius:15px;
	width: 230px;
	height: 35px;
	border: 1px solid #DFDFDF;
	font-family: Microsoft JhengHei, Helvetica;
	vertical-align: bottom;
	padding-left: 10px;
	outline: none;
}
#pds-list .category-ctrl .store-inside-scope input[type="submit"]{
	/* background-color: #D14B4B; */
	border-radius:15px;
	background-color: #ff6000;
	border: none;
	color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	vertical-align: bottom;
	margin: 0 20px 0 5px;
	padding: 10px 50px;
	cursor: pointer;
	outline: none;
}
/* 分類清單 */
#pds-list .category-box {
	/* border-bottom: 1px solid #e3e3e3;
	padding-bottom: 32px; */
	/* box-sizing: border-box; */
	/* width: 10%;
	margin-top: 8px;
	float: left; */
}
#pds-list .category-box li{
	min-width: calc(100% / 7 - 10px);
	margin: 5px;
	padding: 5.5px 15px;
	font-size: 13px;
	border-radius: 15px;
	float: left;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #DFDFDF;
	cursor: pointer;
	transition: all 0.3s;
}
#pds-list .category-box li:hover{
	background-color: #FF6000;
	color: #FFFFFF;
	border: 1px solid #ff6000;
}
#pds-list .category-box .js-main-active{
	/* background-color: #FF6000;
	color: #FFFFFF; */
	border: 1px solid #ff6000;
}
#pds-list .fine-category-box {
	display: none;
	visibility: hidden;
	opacity: 0;
	min-height: 32px;
	margin-right: 8px;
	margin-left: 8px;
}
#pds-list .fine-category-box li {
	font-size: 14px;
	padding: 8px;
	line-height: 1;
	float: right;
	cursor: pointer;
	transition: all 0.3s;
}
#pds-list .fine-category-box li:hover{
	color: #FF6000;
}
#pds-list .fine-category-box .js-fine-active{
	color: #FF6000;
}
/* 分類內容 */
.pds-item-link{
	color: #1C1C1C;
	text-decoration: none;
}
.pds-item{
	width: calc(100% / 5 - 10px);
	background-color: #FFFFFF;
	margin: 5px;
	float: left;
}
.pds-item .pds-cover{
	height: 211.19px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	margin: auto;
	display: -webkit-box;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat no-repeat;
	position: relative;
}
.soldout-mark{
	width: 100%;
	height: 100%;
	background-image: url(../../images/pds/soldout-mark.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
}
.pds-item .pds-name{
	width: 100%;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	/*font-weight: bold;*/
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
}
.pds-item .pds-store{
	width: 100%;
}
.pds-item .pds-store span {
	color: #FF6000;
	font-size: 14px;
	line-height: 20px;
	display: block;
}
.pds-item .pds-price s{
	color: #b5b5b5;
	font-size: 14px;
	line-height: 2;
	padding-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.pds-item .pds-price span{
	color: #D14B4B;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	padding-right: 16px;
}
.pds-item .pds-assess{
	width: 100%;
}
.pds-item .pds-assess img{
	margin-right: 5px;
	float: left;
}
#no-items{
	background-image: url(../../images/cart/States-Buy.png);
	background-repeat:no-repeat;
	background-position:49% 15%;
	width: calc(100% - 10px);
	height: 500px;
	background-color: #ffffff;
	font-size: 14px;
	text-align: center;
	position: relative;
	margin: 10px 5px 5px 5px;
}
#no-items p{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);		/* IE 9 */
	-webkit-transform: translate(-50%, -50%);	/* Safari */
	transform: translate(-50%, -50%);
}



/*** 關於我 ***/
#about{
	margin: auto;
}
#about .part{
	width: 100%;
	padding: 10px 0;
}
#about .part:first-child {
	padding-top: 32px;
}
#about .part .part-title{
	font-size: 24px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1;
}
#about .part .part-text{
	min-height: 200px;
	/*border: 1px solid #e3e3e3;*/
	box-sizing: border-box;
	padding: 10px;
}



/*** 聯絡資訊 ***/
#contact {
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
	padding-bottom: 10px;
}
#contact .contact-title{
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	padding-left: 10px;
}
#contact .contact-content table{
	line-height: 2;
}
#contact table th {
	width: 10%;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}
/* #contact .contact-content table tr th{
	vertical-align: top;
	padding-bottom: 10px;
} */
/* #contact .contact-content table tr td{
	padding-bottom: 10px;
} */
.week .start-time{
	min-width: 60px;
	text-align: center;
	display: inline-block;
}
.week .end-time{
	min-width: 60px;
	text-align: center;
	display: inline-block;
}
