.container {
	width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

/*** Brand ***/
#brand-section {
	width: 1156px;
	margin: 20px auto;
}

#brand-section .brand-item {
	width: 150px;
	height: 150px;
	margin: 7.575px;
	float: left;
	background-position: center;
	background-size: cover;
}

a {
	text-decoration: none;
}

/* banner slider 廣告區塊 */
.banner {
	position: relative;
	transition: all 0.3s;
}

#control-prev,
#control-next {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
	z-index: 2;
	cursor: pointer;
}

#control-prev img,
#control-next img {
	width: 16px;
	height: 16px;
	padding: 10px;
}

#control-prev {
	left: 20px;
	transform: translateY(-50%) rotate(180deg);
}

#control-next {
	right: 20px;
}

.banner:hover #control-prev,
.banner:hover #control-next {
	background-color: #00000070;
	opacity: 1;
	visibility: visible;
}

.banner-item-group {
	position: relative;
	width: 100%;
	padding-top: 26%;
}

.banner-item-group .banner-item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0;
}

.banner-item-group .banner-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

/*@media only screen and (max-width: 1250px) {*/
/*.banner-item-group {*/
/*padding-top: 0px;*/
/*}*/
/*.banner-item-group .banner-item img {*/
/*width: 1250px;*/
/*height: 325px*/
/*}*/
/*}*/
/*.banner-item-group .banner-item:nth-child(1) {*/
/*background-color: #A8E6CF;*/
/*}*/
/*.banner-item-group .banner-item:nth-child(2) {*/
/*background-color: #DCEDC1;*/
/*}*/
/*.banner-item-group .banner-item:nth-child(3) {*/
/*background-color: #FFD3B6;*/
/*}*/
/*.banner-item-group .banner-item:nth-child(4) {*/
/*background-color: #FFAAA5;*/
/*}*/
/*.banner-item-group .banner-item:nth-child(5) {*/
/*background-color: #FF8B94;*/
/*}*/

.banner-item a {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	/*line-height: 500px;*/
}

.dot-group {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.dot-group .dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 1px #dedede solid;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 4px;
	transition: all 0.3s;
}

.dot-group .dot:hover,
.dot-group .dot.active {
	background-color: #ff6000;
}

/* 平台四大亮點 */
.platform-intros {
	margin-bottom: 36px;
}

.platform-intros .container {
	padding-top: 16px;
	padding-bottom: 16px;
}

.platform-intros .intro {
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 16px 16px 16px 50px;
	border-right: 1px solid #ececec;
}

.platform-intros .intro:last-child {
	border: none;
}

.platform-intros .intro:hover h5 {
	/* color: #FF6000; */
}

.intro .imgbox,
.intro .platform-desc {
	float: left;
}

.intro .imgbox {
	margin-right: 16px;
}

.intro .imgbox img {
	width: 40px;
	height: 40px;
	padding-top: 10px;
}

.platform-desc h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #1C1C1C;
	font-family: Microsoft JhengHei, Helvetica;
	transition: all 0.3s;
	pointer-events: none;
	display: inline-block;
}

.platform-desc p {
	font-size: 14px;
	font-weight: bold;
	color: #B2B2B2;
	font-family: Microsoft JhengHei, Helvetica;
	letter-spacing: 0.002px;
	text-align: left;
}

.platform-intros .platform-desc a {
	background-color: #D14B4B;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'serif';
	font-weight: bold;
	padding: 4px 16px;
	font-size: 16px;
	line-height: 1;
	border-radius: 12px;
	margin-left: 8px;
}

.platform-desc span {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'serif';
}

/* 愛秀推薦 */
.special-pds {
	margin-top: 15px;
	margin-bottom: 36px;
}

.special-pds-title {
	margin-bottom: 16px;
	border-bottom: 2px solid #DFDFDF;
	position: relative;
}

.special-pds-title:before {
	content: '';
	width: 90px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #ff6000;
}

.special-pds-title h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	float: left;
}

.special-pds-title .control-group {
	float: right;
	font-size: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.special-pds-title .control-group .control-arrow {
	display: inline-block;
	cursor: pointer;
}

#prev {
	transform: rotate(180deg);
	/*border-left: 1px solid #ececec;*/
	padding-left: 5px;
}

#next {
	border-left: 1px solid #BFBFBF;
	padding-left: 5px;
}

.pds-wrapper .container {
	overflow: hidden;
}

.pds-thumbnail-group {
	height: 100%;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s;
	left: 0;
}

.pds-thumbnail {
	width: 230px;
	float: left;
	box-sizing: border-box;
	margin-right: 16px;
}

.pds-thumbnail .pds-imgbox {
	width: 100%;
	/* height: 270px; */
	/* padding-top: 20px; */
	/* padding-bottom: 20px; */
	box-sizing: border-box;
	border: 1px solid#b5b5b5;
	transition: all 0.3s;
	position: relative;
	display: block;
}

.pds-thumbnail:hover .pds-imgbox {
	border: 1px solid #FF6000;
}

.pds-thumbnail img {
	width: 100%;
	height: auto;
}

.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-desc {
	padding-left: 2px;
}

.pds-desc .comment {
	/*padding-top: 4px;*/
	padding-bottom: 12px;
	/*padding-left: 2px; */
}

.pds-desc .comment img {
	width: 15px;
	height: 14px;
	vertical-align: bottom;
}

.pds-title {
	font-size: 16px;
	line-height: 1.6;
	height: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #535353;
	transition: all 0.3s;
}

.pds-title:hover {
	color: #FF6000;
}

.pds-desc .pds-price {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	color: #D14B4B;
}

.pds-desc .pds-price s {
	color: #b5b5b5;
	padding-left: 8px;
	font-size: 14px;
}

/* 廣告區塊(上) */
.platform-ad-2nd,
.platform-ad-3rd {
	margin-bottom: 36px;
}

.platform-wrapper .ad-business:first-child {
	padding-right: 8px
}

.platform-wrapper .ad-business:last-child {
	padding-left: 8px
}

.ad-business {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.ad-business a {
	width: 100%;
	border: 1px solid #DFDFDF;
	display: block;
}

.ad-business img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* 節目回顧 */
.program-section {
	margin-bottom: 36px;
}

.program-title {
	margin-bottom: 16px;
	border-bottom: 2px solid #DFDFDF;
	position: relative;
}

.program-title:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 90px;
	height: 3px;
	background-color: #ff6000;
}

.program-title h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	float: left;
}

.program-item {
	width: calc(1250px / 4 - 12px);
	float: left;
	margin-right: 16px;
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #ECECEC;
	transition: all 0.3s;
}

.program-item:hover {
	border: 1px solid #ff6000;
}

.program-item:last-child {
	margin-right: 0;
}

.program-item .program {
	height: 160px;
	display: block;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.program-item .program:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../images/home/play-icon.png');
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.program-item .program:hover:before {
	opacity: 1;
	visibility: visible;
}

.program-name {
	color: #333;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 16px;
	height: 28px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.program-desc p {
	padding-top: 4px;
	font-size: 12px;
	line-height: 1.6;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/* 最新直播 / 影片 */
.vid-section {
	margin-bottom: 36px;
}

.vid-title {
	margin-bottom: 16px;
	border-bottom: 2px solid #DFDFDF;
	position: relative;
}

.vid-title:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 90px;
	height: 3px;
	background-color: #ff6000;
}

.vid-title h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	float: left;
}

.vid-title .control-group {
	float: right;
	font-size: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

.vid-title .control-group a {
	display: block;
	float: left;
	font-weight: bold;
	padding: 4px 16px;
	cursor: pointer;
	transition: all 0.3s;
	font-size: 14px;
	color: #131313;
}

.vid-title .control-group a:hover {
	color: #ff6000;
}

.vid-title .control-group .control-arrow {
	display: inline-block;
	cursor: pointer;
}

#vid-prev {
	transform: rotate(180deg);
	/*border-right: 1px solid #ececec;*/
}

#vid-next {
	border-left: 1px solid #ececec;
}

.media-group {
	overflow: hidden;
}

.media-items {
	position: relative;
	left: 0;
	transition: all 0.3s;
}

/*.media-item {
	width: calc(1366px / 4 - 41px);
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #ececec;
	transition: all 0.3s;
}
.media-item:hover {
	border: 1px solid #ff6000;
}*/
.media-item .media,
.media-item .live {
	height: 160px;
	display: block;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.media-item .media:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../images/home/play-icon.png');
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.media-item .media:hover:before {
	opacity: 1;
	visibility: visible;
}

/* 直播倒數計時 */
.comesoon-item .comesoon-passive {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	box-sizing: border-box;
	padding: 32px 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: .5s;
	/* Safari */
	transition: .5s;
}

.comesoon-item .play-icon {
	width: 67px;
	height: 67px;
	background-image: url('../../images/home/play-icon.png');
	margin: auto;
}

.comesoon-item .comesoon-time {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}

.media-title {
	color: #333;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 16px;
	height: 28px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.store-desc {
	padding-top: 4px;
}

.store-desc a {
	color: #ff6000;
	font-size: 14px;
	line-height: 2;
	transition: all 0.3s;
	float: left;
}

.store-desc .media-viewcount {
	float: right;
	font-size: 12px;
	line-height: 28px;
	/* color: #ff6000; */
	position: relative;
}

.store-desc .media-viewcount:before {
	content: url('../../images/home/view-icon.png');
	margin-right: 5px;
}

.store-desc .media-livemark {
	float: right;
	background-color: #D14B4B;
	border-radius: 14px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
}

.media-desc p {
	padding-top: 4px;
	font-size: 12px;
	line-height: 1.6;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*.media-link {
	margin-top: 8px;
	display: block;
	float: right;
	font-weight: bold;
	color: #131313;
	transition: all 0.3s;
}
.media-link:hover {
	color: #ff6000;
}*/

/* 廣告區塊 */
.platform-ad-1st {
	margin-bottom: 36px;
}

.platform-ad-1st img {
	width: 100%;
	vertical-align: bottom;
}

.platform-ad-1st a {
	display: block;
}

.platform-left,
.platform-right {
	float: left;
}

.platform-left {
	width: 20%;
}

.platform-left img {
	/*height: 300px;*/
}

.platform-right {
	width: 80%;
	box-sizing: border-box;
	padding-left: 24px;
}

.platform-banner {
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.platform-banner-top .platform-banner:first-child a {
	padding-right: 8px;
}

.platform-banner-top .platform-banner:last-child a {
	padding-left: 8px;
}

.platform-right img {
	/*height: 200px;*/
}

.platform-banner-bottom {
	/*padding-top: 16px;*/
	height: 118px;
	box-sizing: border-box;
}

/*.platform-banner-bottom .platform-desc {*/
/*border: 2px dashed #b5b5b5;*/
/*box-sizing: border-box;*/
/*border: 2px dashed #333333;*/
/*transition: all 0.3s;*/
/*}*/
/*.platform-banner-bottom .platform-desc:hover {*/
/*border: 2px dashed #FF6000;*/
/*}*/
.platform-banner-bottom a {
	text-align: center;
	font-weight: bold;
	color: #333333;
	font-size: 24px;
	height: 64px;
	padding-top: 16px;
}

.platform-banner-bottom .highlight {
	color: #FF6000;
	font-size: 24px;
}

/* 最新商品 */
.pds-section {
	margin-bottom: 36px;
}

.pds-items-section {
	padding-bottom: 24px;
}

.block-title {
	margin-bottom: 16px;
	/* border-bottom: 2px solid #DFDFDF; */
	position: relative;
}

/* .block-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 90px;
	height: 3px;
	background-color: #ff6000;
} */
.block-title h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	float: left;
}

.catgory-ctrl {
	float: right;
	margin-top: 8px;
}

/* .catgory-ctrl select {
	min-width: 105px;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    font-family: 'Microsoft JhengHei', Helvetica;
    text-align: center;
    text-align-last: center;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #E3E3E3;
    cursor: pointer;
} */
.catgory-ctrl .option {
	float: left;
	font-weight: bold;
	padding: 8px 16px;
	cursor: pointer;
	transition: all 0.3s;
}

.catgory-ctrl .js-option-active {
	color: #ff6000;
}

.pds-item {
	width: calc(100% / 5 - 16px);
	background-color: #FFFFFF;
	box-sizing: border-box;
	float: left;
	padding: 8px;
	margin: 8px;
	transition: all 0.3s;
}

.pds-item a {
	color: #1C1C1C;
	text-decoration: none;
	display: block;
}

.pds-item .pds-cover {
	height: 218px;
	background: #E3E3E3;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
	transition: all 0.3s;
	position: relative;
}

.pds-item .pds-cover:hover {
	border: 1px solid #ff6000;
}

.pds-item .pds-name {
	height: 32px;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 2;
	padding-left: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pds-item .pds-store {
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 2px;
}

.pds-item .pds-store {
	font-size: 14px;
	line-height: 20px;
	color: #131313;
	transition: all 0.3s;
}

.pds-item .pds-store:hover {
	color: #ff6000;
}

.pds-item .pds-price {
	color: #D14B4B;
	padding-left: 2px;
}

.pds-item .pds-price s,
.pds-item .pds-price span {
	font-size: 14px;
	line-height: 2;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
	display: inline-block;
}

.pds-item .pds-price s {
	color: #b5b5b5;
	line-height: 32px;
}

.pds-item .pds-price span {
	padding-right: 16px;
	font-size: 16px;
	font-weight: bold;
}

.pds-item .pds-assess .pds-assess-star,
.pds-item .pds-assess .pds-assess-default {
	width: 15px;
	height: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../../images/home/pds-assess.png');
	margin-right: 4px;
	display: inline-block;
}

.pds-item .pds-assess .pds-assess-default {
	background-image: url('../../images/home/pds-assess-default.png');
}

/* 沒有商品區塊 */
#no-item {
	background-color: #E3E3E3;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
}

/* 更多商品區塊 */
.more-link-section {
	text-align: center;
}

.more-link-section #more-btn {
	width: 100%;
	height: 50px;
	border-radius: 999px;
	background-color: #ECECEC;
	border: none;
	border-radius: 15px;
	color: #1C1C1C;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'roboto', 'serif';
	padding: 6.5px 25px;
	cursor: pointer;
	outline: none;
}

.more-link-section #more-btn:hover {
	background-color: #FF6000;
	color: #FFFFFF;
	-webkit-transition: all .3s;
	/* Safari */
	transition: all .3s;
}

/*.more-link-section a{
	width: 24%;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #131313;
	background-color: #ececec;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	border-radius: 16px;
	transition: all 0.3s;
}
.more-link-section a:hover {
	background-color: #ff6000;
	color: #fff
}*/














.media-section {
	margin-top: 20px;
	margin-bottom: 36px;
}

.section-header {
	height: 55px;
	border-bottom: 2px solid #DFDFDF;
	position: relative;
}

.section-header::before {
	content: '';
	width: 90px;
	height: 3px;
	background-color: #FF6000;
	position: absolute;
	bottom: -2.5px;
	left: 0;
}

.section-title {
	font-size: 20px;
	font-weight: bold;
	/*letter-spacing: 8px;*/
	float: left;
}

.section-title::before {
	vertical-align: top;
	margin-right: 15px;
	display: inline-block;
}

#watchbuy-media-section .section-title {
	height: 41px;
	line-height: 41px;
	margin: 7px 0;
}

#watchbuy-media-section .section-title::before {
	/*content: url(../../images/home/section-title-watchbuy.png);*/
	width: 63px;
	height: 41px;
}

#concert-media-section .section-title {
	height: 43px;
	line-height: 43px;
	margin: 7px 0;
}

#concert-media-section .section-title::before {
	content: url(../../images/home/section-title-concert.png);
	width: 63px;
	height: 43px;
}

#donate-media-section .section-title {
	height: 44px;
	line-height: 44px;
	margin: 7px 0;
}

#donate-media-section .section-title::before {
	content: url(../../images/home/section-title-donate.png);
	width: 58px;
	height: 44px;
}

.section-ctrl {
	height: 24px;
	margin: 15.5px 0;
	float: right;
}

.section-ctrl a {
	color: #1C1C1C;
	font-weight: bold;
	margin: 2.5px 15px;
	float: left;
	-webkit-transition: all .3s;
	/* Safari */
	transition: all .3s;
}

.section-ctrl a:hover {
	color: #FF6000;
}

.slide-ctrl {
	height: 24px;
	float: left;
}

.slide-ctrl button {
	width: 25px;
	height: 25px;
	background-color: #FFFFFF;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	float: left;
	cursor: pointer;
	outline: none;
}

.slide-ctrl button.slide-prev-btn {
	background-image: url(../../images/home/arrow-left-icon.png);
}

.slide-ctrl button.slide-next-btn {
	background-image: url(../../images/home/arrow-right-icon.png);
}

.slide-ctrl hr {
	width: 1px;
	height: 24px;
	background-color: #BFBFBF;
	border: none;
	margin: 0 5px;
	float: left;
}

.media-slide-section {
	width: 100%;
	height: 646px;
	overflow: hidden;
	margin: 5px 0;
	position: relative;
}

/* 演唱會 顯示一排 (4個項目) */
#concert-media-section .media-slide-section {
	height: 323px;
}

/* End 演唱會 顯示一排 (4個項目) */
.media-slide-section ul {
	position: absolute;
	top: 0;
	left: -5px;
	-webkit-transition: all .75s ease;
	/* Safari */
	transition: all .75s ease-in-out;
}

.media-slide-section ul li.media-slide-block {
	width: 1260px;
	float: left;
}

.media-item {
	width: calc(100% / 4 - 10px);
	border-radius: 10px;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	margin: 5px;
	padding: 8px;
	float: left;
	-webkit-transition: all .3s;
	/* Safari */
	transition: all .3s;
}

.classification-item {
	width: calc(60% / 4 - 10px);
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
}

.media-item:hover .media-cover a::before {
	opacity: 1;
	visibility: visible;
}

.media-item:hover .media-link p {
	opacity: 0;
	visibility: hidden;
}

.media-cover {
	width: 100%;
	height: 160px;
	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;
	visibility: hidden;
	-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-link {
	width: 70%;
	height: 20px;
	color: #FF6000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0.5px 0;
	float: left;
}

.media-supplier-link a {
	color: #FF6000;
	font-weight: bold;
}

.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;
	line-height: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*新增的*/
#home .pop-up-window {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	vertical-align: middle;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 300;
	display: none;
}

#home .pop-up-window .block-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 300;
	background-image: url(../../images/header/block-close.png);
	width: 120px;
	height: 120px;
	cursor: pointer;
	display: none;
}

#home #loading-image {
	display: none;
	width: 200px;
	height: 200px;
	position: fixed;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	border-radius: 5px;
	z-index: 300;
	background-image: url(../../images/header/loading-image.gif);
}

.pds-items-section {
	display: flex;
	flex-flow: wrap;
}

.pds-items-section .pds-item,
.pds-items-section .pds-item-list-layout {
	width: 280px;
	padding: 20px 20px 0 20px;
	border: 1px solid #dbdbdb;
	position: relative;
	margin: 0;
}

.pds-items-section .pds-item .quickView,
.pds-items-section .pds-item-list-layout .quickView {
	display: none;
	position: absolute;
	left: calc(50% - 43px);
	bottom: 40%;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	padding: 6px 17px;
	background-color: #333333;
	color: #ffffff;
	border-radius: 5px;
	z-index: 1;
}

.pds-items-section .pds-item .quickView::before,
.pds-items-section .pds-item-list-layout .quickView::before {
	content: "";
	position: absolute;
	left: calc(50% - 5px);
	top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #333333 transparent;
}

.pds-items-section .pds-item .clickToShowInfo,
.pds-items-section .pds-item-list-layout .clickToShowInfo {
	display: none;
	position: absolute;
	background-image: url("../../images/home/view-count.png");
	/* width: 20px;
		height: 20px; */
	background-size: 20px;
	left: calc(50% - 20px);
	bottom: 50%;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	padding: 20px;
	background-color: #ffffff;
	cursor: pointer;
	z-index: 1;
}

.pds-items-section .pds-item:hover,
.pds-items-section .pds-item-list-layout:hover {
	box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.32);
}

.pds-items-section .pds-item:hover .clickToShowInfo,
.pds-items-section .pds-item:hover .quickView,
.pds-items-section .pds-item-list-layout:hover .clickToShowInfo,
.pds-items-section .pds-item-list-layout:hover .quickView {
	display: block;
}

.pds-items-section .pds-item:hover .pds-price,
.pds-items-section .pds-item-list-layout:hover .pds-price {
	padding: 10px 0;
}

.pds-items-section .pds-item:hover .hoverToShow,
.pds-items-section .pds-item-list-layout:hover .hoverToShow {
	box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.32);
	display: block;
}

.pds-items-section .pds-item .pds-cover,
.pds-items-section .pds-item-list-layout .pds-cover {
	width: 100%;
	height: 0;
	padding-bottom: 99%;
	background-size: contain;
	display: block;
}

.pds-items-section .pds-item .pds-cover .soldout-mark,
.pds-items-section .pds-item-list-layout .pds-cover .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-items-section .pds-type {
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #717171;
	margin: 10px 0;
}

.pds-items-section .pds-name {
	font-size: 21px;
	font-weight: bold;
	line-height: 28px;
	color: black;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 33px;
	margin-bottom: 10px;
	white-space: break-spaces;
}

.pds-items-section .comment {
	display: none;
}

.pds-items-section .pds-price {
	display: flex;
	justify-content: space-between;
	font-size: 19px;
	font-weight: bold;
	line-height: 26px;
	color: #717171;
	padding: 10px 0 50px;
	border-top: 1px solid #dbdbdb;
}

.pds-items-section .hoverToShow {
	display: none;
	position: absolute;
	left: 0;
	background-color: #ffffff;
	padding: 10px 20px;
	z-index: 1;
}

.pds-items-section .hoverToShow .insertToShopStore {
	background-color: #fb3c3c;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	display: none;
}

.pds-items-section .hoverToShow .pds-ellipsis {
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	color: #717171;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 45px;
	padding: 5px 0;
}

.pds-items-section .hoverToShow .insertToMyFavorite {
	display: none;
	border-top: 1px solid #dbdbdb;
	padding: 21px 0 33px 0;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #717171;
	margin-right: 20px;
	cursor: pointer;
}

.pds-items-section .hoverToShow .insertToMyFavorite::before {
	content: "";
	width: 25px;
	height: 20px;
	background-image: url(../../images/home/insert-to-my-favorite.png);
	background-size: auto;
	display: inline-block;
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.pds-popup-section {
	display: none;
	width: 1200px;
	height: 780px;
	position: fixed;
	top: 5%;
	left: calc(50% - 600px);
	background-color: #ffffff;
	z-index: 300;
}

.pds-popup-section .pds-popup-content {
	height: 100%;
}

.pds-popup-section .pds-popup-content .pdsImg {
	width: 570px;
	position: relative;
}

.pds-popup-section .pds-popup-content .pdsImg .slideLeft,
.pds-popup-section .pds-popup-content .pdsImg .slideRight {
	position: absolute;
	width: 25px;
	height: 60px;
	top: calc(50% - 30px);
	cursor: pointer;
	background-position: center -2.5px;
}

.pds-popup-section .pds-popup-content .pdsImg .slideLeft {
	left: 16px;
	background-image: url(../../images/home/slider-left.png);
}

.pds-popup-section .pds-popup-content .pdsImg .slideLeft:hover {
	background-image: url(../../images/home/slider-left-hover.png);
}

.pds-popup-section .pds-popup-content .pdsImg .slideRight {
	right: 16px;
	background-image: url(../../images/home/slider-right.png);
}

.pds-popup-section .pds-popup-content .pdsImg .slideRight:hover {
	background-image: url(../../images/home/slider-right-hover.png);
}

.pds-popup-section .pds-popup-content .pdsImg .pdsMainImg {
	width: 570px;
}

.pds-popup-section .pds-popup-content .pdsImg .pdsImgArray {
	padding: 8px 0;
}

.pds-popup-section .pds-popup-content .pdsImg .pdsImgArray .rowImg {
	background-size: contain;
	height: 150px;
	width: 150px !important;
	cursor: pointer;
}

.pds-popup-section .pds-popup-content .pdsContentInfo {
	padding: 20px 35px;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .headerInfo {
	height: 40px;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .headerInfo .homeImg {
	background-image: url("../../images/home/header-image-1.png");
}

.pds-popup-section .pds-popup-content .pdsContentInfo .headerInfo .talkImg {
	background-image: url("../../images/home/header-image-2.png");
}

.pds-popup-section .pds-popup-content .pdsContentInfo .headerInfo .storeOwner {
	padding: 10px;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .headerInfo .__img {
	width: 40px;
	height: 40px;
	background-size: contain;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .headerInfo a {
	font-size: 16px;
	line-height: 21px;
	color: #ff6000;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .titleInfo {
	padding: 12px 0;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .titleInfo .popUpTitle {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 180px;
	font-size: 44px;
	line-height: 58px;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .taxPrice {
	justify-content: space-between;
	font-size: 37px;
	line-height: 49px;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .taxPrice s {
	color: #b5b5b5;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .pdsContent {
	padding: 18px 0;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .pdsContent p {
	font-size: 16px;
	line-height: 21px;
	line-height: 18px;
	height: 90px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .payInfo .pds-explain-img img {
	margin: 0 5px;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .payInfo .pds-explain-img .mark-item {
	background-color: #FF6000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
	padding: 5px 10px;
	display: inline-block;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton {
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	padding: 15px 10px;
	margin-top: 25px;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .input-select {
	padding: 15px 0;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .input-select #spec {
	min-width: 180px;
	padding: 5px 0;
	outline: none;
	text-align-last: center;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .input-nums {
	padding: 15px 0;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .input-nums input {
	min-width: 180px;
	text-align: center;
	outline: none;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .pds-desc-item {
	justify-content: space-between;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .pds-desc-item .pds-buy-ctrl button {
	width: 145px;
	height: 45px;
	border-radius: 5px;
	outline: none;
	border: none;
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .pds-desc-item .pds-buy-ctrl button:nth-child(1) {
	background-color: #6990cb;
	cursor: pointer;
	margin-right: 20px;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .pds-desc-item .pds-buy-ctrl button:nth-child(1):hover {
	background-color: #294d84;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .pds-desc-item .pds-buy-ctrl button:nth-child(2) {
	cursor: pointer;
	background-color: #ff6000;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .pds-desc-item .pds-buy-ctrl button:nth-child(2):hover {
	background-color: #e45a00;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .pds-desc-item .pds-outofstock {
	color: #D14B4B;
	font-weight: bold;
}

.pds-popup-section .pds-popup-content .pdsContentInfo .specAndBuyButton .pds-desc-item .inStock {
	padding: 10px;
}

.__img {
	background-position: center;
	background-repeat: no-repeat;
}

.flex_row {
	display: flex;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
}

.btn {
	background-color: #f2f2f2;
	width: 42px;
	height: 42px;
	border: none;
}

.btn:hover {
	background-color: #ececec;
}

.btn:focus {
	border: none;
	box-shadow: none;
}

.btn:active {
	border: none;
}

.container {
	margin: 0 auto;
}

#pds-section hr {
	height: 5px;
	width: 80%;
	background-color: #f5f5f5;
	margin: 20px auto 0;
	border: none;
}

#home .moreThanThisAreaTitle {
	min-width: 80px;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #686868 !important;
	cursor: pointer;
}

.pds-popup-section .slick-prev {
	left: 0;
	z-index: 1;
}

.pds-popup-section .slick-next {
	right: 0;
	z-index: 1;
}

.chat-frame-default {
	z-index: 0 !important;
}

/*promo code*/
#cp {
	background-color: #ff6000;
	color: white;
	font-weight: bold;
	border-radius: 15px;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
}

#promocodeArea {
	font-size: 20px;
	display: flex;
	flex-flow: column wrap;
}

#promocodeArea .promocodeInfo {
	margin-bottom: 5px;
}

#cp:hover {
	background-color: #e05a08;
}

#cp:active {
	background-color: #d36b2b;
}

.buy-rank-icon {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 56px;
	height: 56px;
	border-radius: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FAFAFA;
}

.buy-rank-icon>div {
	width: 48px;
	height: 48px;
	border-radius: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bolder;
	font-size: 22px;
	color: #333333;
}

.btn-left {
	position: absolute;
	top: 45%;
	left: -60px
}

.btn-right {
	position: absolute;
	top: 45%;
	right: -60px
}

#banner {
	position: relative;
	/* min-height: 400px; */
}

.buy-box-price {
	display: flex;
	margin-top: 5px;
}

.buy-box-price>div:nth-child(1) {
	color: #FC5600;
	font-size: 22px;
	font-weight: bolder;
	margin-right: 20px;
}

.buy-box-price>div:nth-child(2) {
	color: #999999;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: line-through;
}

.buy-box-title {
	color: #333333;
	font-size: 25px;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 5px;
	min-height: 64px;
}

.buy-box-img {
	position: relative;
}

.buy-box-img>img {
	width: 200px;
	height: 204px;
	object-fit: contain;
}

.picImg {
	padding-top: 10px;
	display: flex;
}

.buy-box {
	box-shadow: 0px 3px 6px #00000029;
	/* height: auto; */
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	margin: 15px;
	width: 200px;
}

.buy-body {
	border-radius: 0px 0px 19px 19px;
	height: auto;
	background: #FAFAFA 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
}

.buy-head {
	width: 100%;
	height: 75px;
	background-color: #FBD7CC;
	border-radius: 19px 19px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.buy-head>div:nth-child(1) {
	color: #333333;
	font-size: 25px;
	letter-spacing: 0px;
	opacity: 1;
	display: flex;
	align-items: center;
	margin-left: 36px;
	font-weight: bolder;
}

.buy-head>div:nth-child(1)>img {
	width: 40px;
	height: 43px;
	margin-right: 5px;
}

.buy-head>div:nth-child(2)>a {
	color: #FD8943;
	font-size: 20px;
	letter-spacing: var(--unnamed-character-spacing-0);
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 34px;
	width: 112px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	font-weight: bolder;
	margin-right: 36px;
}

.icon-zone {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.center {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.center>p {
	color: #444444;
	font-weight: bolder;
	font-size: 18px;
}

.limited_time_promotion-head {
	width: 100%;
	height: 75px;
	background-color: #FD8943;
	border-radius: 19px 19px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.limited_time_promotion-head>div:nth-child(1)>img {
	width: 40px;
	height: 43px;
	margin-right: 5px;
}

.limited_time_promotion-head>div:nth-child(2)>a {
	color: #FD8943;
	font-size: 20px;
	letter-spacing: var(--unnamed-character-spacing-0);
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 34px;
	width: 112px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	font-weight: bolder;
	margin-right: 36px;
}

.limited_time_promotion-head>div:nth-child(1)>img {
	width: 45px;
	height: 40px;
	margin-right: 5px;
}

.limited_time_promotion-head>div:nth-child(1) {
	color: #FFFFFF;
	font-size: 25px;
	letter-spacing: 0px;
	opacity: 1;
	display: flex;
	align-items: center;
	margin-left: 36px;
	font-weight: bolder;
}

.limited_time_promotion-body {
	display: flex;
	justify-content: space-around;
	background-color: #FFF6E3;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	padding: 22px;
}

.limited_time_promotion-item {
	width: 246px;
	min-height: 350px;
	background: #FFFFFFE6 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	padding: 15px;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.limited_time_promotion-img {
	width: 243px;
	height: 243px;
}

.limited_time_promotion-title {
	color: #333333;
	font-size: 18px;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}

.limited_time_promotion-price {}

.limited_time_promotion-price>span:nth-child(1) {
	font-size: 18px;
	color: #FC5600;
	font-weight: bolder;
	margin-right: 10px;
}

.limited_time_promotion-price>span:nth-child(2) {
	font-size: 17px;
	font-weight: bolder;
	text-decoration: line-through;
	color: #999999;
}

.limited_time_promotion-time {
	background: #008EB9 0% 0% no-repeat padding-box;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	width: 37px;
	height: 37px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0px 5px;
}