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

#pds-list .norm-width{
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
}
a {
	text-decoration: none;
	color: #131313;
}
#pds-list {
	padding-top: 24px;
	position: relative;
}
/* 點擊向上 */
.scrollToTop {
	width: 60px;
	height: 60px;
	background-color: #ff6000;
	opacity: 0.6;
	overflow: hidden;
	border-radius: 50%;
	position: fixed;
	bottom: 150px;
	right: 100px;
	cursor: pointer;
	transition: all 0.3s;
}
.scrollToTop:hover {
	opacity: 1;
}
.scrollToTop img {
	width: 100%;
	transform: rotate(-90deg);
}
/*** 分類控制 ***/
.catgory-ctrl{
	text-align: right;
	box-sizing: border-box;
	padding: 8px;
	float: right;
}
.catgory-ctrl select{
	border-radius:10px;
	height: 30px;
	min-width: 150px;
	font-size: 14px;
	line-height: 14px;
	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-content {
	margin-bottom: 36px;
}
.pds-left-section {
	width: 24%;
	margin-right: 36px;
	margin-top: 8px;
	float: left;
}
.pds-left-section .pds-title {
	font-size: 16px;
	margin-bottom: 24px;
	/*padding-top: 8px;*/
	padding-bottom: 8px;
	line-height: 1;
	border-bottom: 2px solid #dfdfdf;
	position: relative;
}
.pds-left-section .pds-title:before {
	content: '';
	width: 90px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #ff6000;
}
.special-offer {
	margin-top: 16px;
}
.pds-list-item {
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
}
.pds-list-item .imgbox,
.pds-list-item .pds-item-desc {
	float: left;
}
.pds-list-item .imgbox {
	width: 25%;
	display: block;
}
.pds-list-item .imgbox img {
	width: 100%;
	vertical-align: bottom;
	border-right: 1px solid #e3e3e3;
	/*border: 1px solid #e3e3e3;*/
}
.pds-list-item .pds-item-desc {
	padding-left: 8px;
	box-sizing: border-box;
	width: 75%;
}
.pds-list-item .pds-item-desc .pds-item-price {
	font-weight: bold;
	margin-bottom: 5px;
	color: #D14B4B;
	font-size: 14px;
}
.pds-list-item .pds-item-desc .pds-item-price s {
	color: #b5b5b5;
	font-weight: normal;
	font-size: 12px;
	margin-left: 8px;
}
.pds-list-item .pds-item-title {
	/*font-weight: bold;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 4px;
	margin-bottom: 8px;
	display: block;
}
.pds-list-item .pds-item-rank {
	vertical-align: bottom;
}
.pds-list-item .pds-item-desc a {
	color: #131313;
	transition: all 0.3s;
}
.pds-list-item .pds-item-desc a:hover {
	color: #ff6000;
}
.left-section-ad {
	margin-top: 49px;
	display: block;
}
.pds-item-header {
	width: calc(76% - 36px);
	float: right;
}
.pds-item-header h3 {
	font-weight: bold;
	font-size: 24px;
	padding-top: 8px;
	line-height: 1;
	float: left;
}
.pds-item-section{
	width: calc(76% - 36px);
	float: right;
}
.pds-item{
	width: calc((100% - 36px) / 4);
	background-color: #FFFFFF;
	/*border: 1px solid #E3E3E3;*/
	padding: 8px;
	box-sizing: border-box;
	float: left;
    margin: 16px 4px 4px;
    transition: all 0.3s;
}
.pds-item:hover {
	/*border: 1px solid #FF6000;*/
}
.pds-item a{
	color: #1C1C1C;
	text-decoration: none;
}
.pds-item .pds-cover{
	height: 203.5px;
	border: 1px solid #e3e3e3;
	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;
	background-image: url(../../images/pds/pds_default_backgroung.png);
	box-sizing: border-box;
	transition: all 0.3s;
	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:hover .pds-cover {
	border: 1px solid #ff6000;
}
.pds-item .pds-name{
	height: 32px;
	font-size: 16px;
	line-height: 2;
	/*font-weight: bold;*/
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.pds-item .pds-store{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pds-item .pds-store a{
	font-size: 14px;
    line-height: 20px;
    color: #131313;
    transition: all 0.3s;
}
.pds-item .pds-store a:hover {
	color: #FF6000;
}
.pds-item .pds-score {
	/*padding-bottom: 12px;*/
}
.pds-item .pds-score img {
	width: 15px;
	height: 14px;
	vertical-align: bottom;
}
.pds-item .pds-price{
	/*padding-top: 8px;*/
}
.pds-item .pds-price s{
	color: #b5b5b5;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
	display: inline-block;
}
.pds-item .pds-price span{
	color: #D14B4B;
	font-size: 16px;
	line-height: 2;
	padding-right: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
	display: inline-block;
}
#no-item{
	width: 100%;
	float: right;
	background-color: #E3E3E3;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 16px;
}



/*** 載入更多 ***/
#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;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
}



/*** 換頁功能 ***/
.page-nav-section{
	width: 1005px;
	/*font-weight: bold;*/
	text-align: center;
	padding: 25px 0;
	float: right;
}
.page-nav-section .page-ctrl-top{
	padding: 10px 0;
}
.page-nav-section .page-ctrl-bottom{
	width: 426px;
	margin: auto;
	padding: 10px 0;
}
.page-nav-section .page-btns-slide{
	width: 420px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
	margin: 0 15px;
	display: inline-block;
	position: relative;
}
.page-nav-section ul{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.page-nav-section ul li{
	border-radius:30px;
	min-width: 32px;
	min-height: 32px;
	/* background-color: #E3E3E3; */
	border: 1px solid #e3e3e3;
	text-align: center;
	line-height: 32px;
	margin: 4px;
	float: left;
	cursor: pointer;
	transition: all 0.3s; 
}
.page-nav-section ul li:hover {
	border: 1px solid #ff6000;
}
.page-nav-section button{
	background-color: #FFFFFF;
	border: none;
	font-size: 16px;
	/*font-weight: bold;*/
	font-family: 'Microsoft JhengHei', Helvetica;
	vertical-align: top;
	margin: 8.5px 0;
	display: inline-block;
	cursor: pointer;
	outline: none;
}
.page-nav-section #page-prev-double{
	float: left;
}
.page-nav-section #page-next-double{
	float: right;
}
.page-nav-section #page-prev:before{
	content: url(../../images/memcenter/previous-page-icon.png);
	vertical-align: middle;
	margin-right: 10px;
}
.page-nav-section #page-next:after{
	content: url(../../images/memcenter/next-page-icon.png);
	vertical-align: middle;
	margin-left: 10px;
}
.page-nav-section #page-prev-double:before{
	content: url(../../images/memcenter/previous-10page-icon.png);
	vertical-align: middle;
	margin-right: 10px;
}
.page-nav-section #page-next-double:after{
	content: url(../../images/memcenter/next-10page-icon.png);
	vertical-align: middle;
	margin-left: 10px;
}
.page-nav-section .js-page-now-pos{
	background-color: #FF6000;
	color: #FFFFFF;
}
.page-nav-section .double-default{
	opacity: 0.35;
	cursor: default;
}





/*** 限制級年齡驗證跳窗 ***/
#restricted-level-back {
	width: 100%;
	height: 100%;
	min-width: 340px;
	min-height: 276px;
	background: rgba(0,0,0,0.75);
	vertical-align: middle;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
}
#restricted-level-box{
	width: 600px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 80px auto 0;
	padding: 20px;
	position: relative;
}
.restricted-level-title{
	color: #5E5E5E;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.restricted-level-section{
	width: 450px;
	margin: auto;
	padding: 20px 0;
}
.restricted-level-icon{
	width: 86px;
	height: 139px;
	background-image: url(../../images/pds/restricted-level-icon.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}
.restricted-level-content{
	width: calc(100% - 86px);
	text-align: center;
	float: left;
}
.restricted-level-text{
	color: #5E5E5E;
	padding: 10px 0;
}
.restricted-level-ctrl{
	padding-top: 10px;
}
.restricted-level-ctrl button{
	border: none;
	border-radius: 10px;
	color: #FFFFFF;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	padding: 10px 20px;
	cursor: pointer;
	outline: none;
}
button#fail-restricted{
	background-color: #D14B4B;
	margin-right: 10px;
}
button#pass-restricted{
	background-color: #FF6000;
}
.restricted-level-ctrl button span{
	font-size: 16px;
	display: block;
}
.restricted-level-ctrl button span:nth-child(2){
	font-size: 22px;
}
