/* 共同性設定 */
.clearfix:after {
	visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}
#pds-item {
	width: 100%;
	height: 100%;
	padding-top: 18px;
} 
.pds-container {
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
}
a {
	text-decoration: none;
}

.delivery_time{
	padding: 5px 0px;
}

/* 商品左邊區塊 */
#pds-item .pds-left-section {
	float: left;
	width: 24%;
	padding-top: 13px;
	margin-right: 36px;
}
.pds-list-groups .pds-list-title {
	font-size: 16px;
	line-height: 1;
	border-bottom: 2px solid #DFDFDF;
	padding-bottom: 8px;
	margin-bottom: 16px;
	position: relative;
}
.pds-list-groups .pds-list-title:before {
	content: '';
	width: 90px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #ff6000;
}
.pds-list-item {
	border-radius:3px;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	/* padding: 8px; */
	/*box-sizing: border-box;*/
}
.pds-list-item .imgbox,
.pds-list-item .pds-item-desc {
	float: left;
	box-sizing: border-box;
}
.pds-list-item .imgbox {
	display: block;
	padding-right: 8px;
	width: 25%;
}
.pds-list-item .imgbox img {
	width: 75px;
	height: 75px;
	vertical-align: bottom;
	box-sizing: border-box;
	/*border: 1px solid #e0e0e0;*/
	border-right: 1px solid #e0e0e0;
}
.pds-list-item:hover .imgbox {
	/*color: 1px solid #ff6000;*/
}
.pds-list-item .pds-item-desc {
	padding-left: 8px;
	width: 75%;
}
.pds-list-item .pds-item-desc .pds-item-price {
	font-weight: bold;
	color: #D14B4B;
	font-size: 14px;
}
.pds-list-item .pds-item-desc .pds-item-price s {
	font-size: 12px;
	font-weight: normal;
	margin-left: 8px;
	color: #b5b5b5;
}
.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-price {
	margin-bottom: 4px;
}
.pds-list-item .pds-item-rank {
	vertical-align: bottom;
}
.pds-list-item .pds-item-rank img {
	width: 15px;
	height: 14px;
}
.pds-list-item .pds-item-desc a {
	color: #131313;
	transition: all 0.3s;
}
.pds-list-item .pds-item-desc a:hover {
	color: #ff6000;
}
.pds-ad {
	margin-top: 49px;
	display: block;
}
/* 商品右邊區塊 */
#pds-item .pds-right-section {
	float: right;
	width: calc(76% - 36px);
}
/* 商品圖片區塊 */
.pds-top-section {
	margin-bottom: 36px;
}
.pds-image-gallery {
	width: 400px;
	float: left;
}
.pds-main-img{
	width: 400px;
	height: 400px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 10px;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.cover {
	position:absolute;
}
.cover > #mainImg_cover {
	padding-left: 140px;
	margin-top: 160px;
	height: 100px;
}
#mainImg {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.3s;
}
#chgImg {
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
}
.pds-img-row{
	width: 100%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin-top: 15px;
	padding: 10px 25px;
	position: relative;
}
.gallery-slide-wrapper{
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
}
.gallery-slide{
	-webkit-transition: .75s;	/* Safari */
	transition: .75s;
	position: absolute;
	top: 0;
	left: 0;
}
.pds-img{
	width: 60px;
	height: 60px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	margin: 0 5px;
	position: relative;
	float: left;
}
.pds-img img{
	max-width: 100%;
	max-height: 100%;
}
.pds-view-passive{
	width: 100%;
	height: 100%;
	background: rgba(73, 73, 73, 0.4);
 	border: 1px solid #e0e0e0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: .3s;	/* Safari */
	transition: .3s;
}
.js-pds-view .pds-view-passive{
	opacity: 1;
}
.gallery-row-prev{
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
}
.gallery-row-next{
	position: absolute;
	top: calc(50% - 12px);
	right: 0;
}
#gallery-prev-btn,
#gallery-next-btn-default{
	display: none;
}
#gallery-prev-btn-default,
#gallery-next-btn-default{
	-webkit-filter: brightness(.85);
	-moz-filter: brightness(.85);
	-ms-filter: brightness(.85);
	-o-filter: brightness(.85);
	filter: brightness(.85);
}

/* 商品購買訊息 */
#add-cart-form {
	float: right;
	width: calc(100% - 400px);
}
.pds-info{
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin-left: 15px;
	padding: 15px;
}
.pds-name{
	font-size: 24px;
	padding-bottom: 16px;
	font-weight: bold;
}
.pds-desc-item {
	padding-top: 8px;
	font-weight: bold;
	line-height: 2;
}
.pds-desc-item a{
	color: #333333;
	font-weight: normal;
}
.pds-desc-item a:hover{
	color: #FF6000;
}
.pds-outofstock{
	color: #D14B4B;
	font-weight: bold;
}
.message-btn {
	width: 130px;
    height: 40px;
	border-radius: 30px;
	margin-left: 16px;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	border: none;
	padding: 0 16px;
	color: #fff;
	background-color: #ff6000;
	cursor: pointer;
	transition: all 0.3s;
	outline: none;
}
.message-btn:disabled{
	cursor:default;
}
.message-btn img {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.message-btn span {
	color: #fff;
	font-weight: bold;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	transition: all 0.3s;
}  
.pds-assess{
	padding-bottom: 4px;
	padding-top: 4px;
}
.pds-assess span{
	font-size: 14px;
	line-height: 1.2;
}
.pds-assess .assess-icon img{
	vertical-align: middle;
}
/*.pds-assess .assess-icon span{
	font-size: 12px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}*/
.pds-rank, .pds-ask {
	float: left;
}
.pds-rank .rank-comment {
	font-size: 12px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.pds-ask {
	margin-left: 16px;
}
.pds-ask a {
	line-height: 1.2;
	font-weight: bold;
	color: #131313;
	transition: all 0.3s;
	text-decoration: underline;
}
.pds-ask a:hover {
	color: #ff6000;
}
.pds-desc-talk {
	font-weight: bold;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 16px;
	padding-top: 8px;
}
.pds-desc-talk > img {
	vertical-align: middle;
	padding-right: 4px;
}
.pds-desc-talk a {
	font-weight: normal;
	color: #131313;
	text-decoration: underline;
	transition: all 0.3s;
}
.pds-desc-talk a:hover {
	color: #ff6000;
}
.pds-price{
	padding-top: 16px;
	padding-bottom: 16px;
}
.pds-price span{
	color: #D14B4B;
	font-size: 24px;
	font-weight: bold;
}
.pds-price s{
	font-weight: bold;
	margin-left: 10px;
	color: #b5b5b5;
}
.pds-installment-remind {
	padding-top: 8px;
}
.pds-installment-remind span{
	color: #1C1C1C;
	font-size: 12px;
	line-height: 2;
}
.pds-installment-remind a{
	color: #4990E2;
}
.pds-spec{
	padding-bottom: 16px;
}
.pds-spec select{
	border-radius:30px;
	width: 180px;
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	font-family: 'Microsoft JhengHei', Helvetica;
	text-align: center;
	text-align-last: center;
	outline: none;
}
.pds-checkout {
	margin-bottom: 16px;
}
.qty-ctrl button{
	width: 30px;
	height: 30px;
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	font-size: 20px;
	float: left;
	cursor: pointer;
	outline: none;
}
.pds-qty {
	margin-right: 16px;
}
#qty {
	border-radius:20px;
	width: 180px;
	height: 35px;
	padding: 6px 12px;
	border-radius: 30px;
	border: 1px solid #e5e5e5;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin-right: 16px;
}
.pds-buy-ctrl .add-to-cart, .pds-buy-ctrl .now-buy{
	width: auto;
	height: 36px;
	background-color: #ececec;
	border: none;
	color: #131313;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Microsoft JhengHei', Helvetica;
	margin-right: 16px;
	padding: 0 18px;
	cursor: pointer;
	outline: none;
	border-radius: 18px;
	transition: all 0.3s;
}
.add-to-cart:hover:enabled, .now-buy:hover:enabled {
	background-color: #FF6000;
	color: #fff;
}
.add-to-cart:disabled, .now-buy:disabled {
	cursor:default;
}
.pds-buy-ctrl {
	float: right;
}

/* 社群按鈕 */
.pds-ctrl-btns a {
	font-size: 0;
	margin-right: 8px;
	float: left;
}
.pds-ctrl-btns img {
	vertical-align: bottom;
}

/* 下方區塊 */
.pds-bottom-section{
	box-sizing: border-box;
}
.pds-tabs-row .pds-tab{
	min-width: 120px;
	border-top: 2px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: -1px;
	padding: 8px 15px;
	float: left;
	cursor: pointer;
}
.pds-tabs-row .pds-tab a{
	color: #1C1C1C;
	text-decoration: none;
	font-weight: bold;
	display: block;
	transition: all 0.3s;
}
.pds-tabs-row .pds-tab:hover a{
	color: #FF6000;
}
.pds-tabs-row .tab-active{
	border-top: 5px solid #FF6000;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #FFFFFF;
	color: #FF6000;
}
.pds-tabs-row .tab-active a{
	color: #131313;
}
.pds-tab-content{
	border-radius:0px 20px 20px 20px;
	min-height: 320px;
	border: 1px solid #e0e0e0;
	padding: 20px 36px;
	box-sizing: border-box;
	margin-bottom: 36px;
}
.pds-tab-content span{
	font-size: 16px;
	font-weight: bold;
}
/* Tab - 商品敘述 */
.media-item-scope{
	width: 266px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	margin: 10px;
	float: left;
}
.media-item-scope .item-screen{
	width: 100%;
	height: 157.61px;
	position: relative;
	background: #aaa;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.media-item-scope .item-passive{
	width: 100%;
	height: 100%;
	background: rgba(255, 130, 30, 0.75);
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: .5s;	/* Safari */
	transition: .5s;
}
.media-item-scope .item-passive:hover{
	opacity: 1;
}
.media-item-scope .item-passive .play-btn{
	width: 67px;
	height: 67px;
	border-radius: 50%;
	margin: auto;
	-webkit-transition: .5s;	/* Safari */
	transition: .5s;
}
.media-item-scope .item-passive .play-btn:hover{
	background: rgba(255, 255, 255, 0.35);
}
.media-item-scope .item-passive .play-btn .play-btn-icon{
	width: 100%;
	height: 100%;
	background-image: url('../../images/pds/play-icon.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.media-item-scope .item-passive p{
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
}
.media-item-scope .item-desc{
	width: 100%;
	height: 58px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 10px;
}
.media-item-scope .item-desc .item-name{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.media-item-scope .item-desc .item-user{
	width: 100%;
	font-size: 12px;
	padding-top: 5px;
}
.media-item-scope .item-desc .item-user a{
	color: #4990E2;
	text-decoration: none;
}
.media-item-scope .item-desc .item-view-count{
	color: #B2B2B2;
	font-size: 12px;
	float: right;
}
.media-item-scope .item-desc .item-view-count:before{
	content: url(../../images/home/view-icon.png);
	margin-right: 5px;
}
.live-mark{
	background-color: #D14B4B;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	margin-right: 7px;
	padding: 2px 8px;
	display: inline-block;
}
.media-slide-wrapper{
	width: 100%;
	height: 237.61px;
	margin: 0 auto 10px;
	position: relative;
	overflow: hidden;
}
.media-slide-wrapper ul{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .75s;	/* Safari */
	transition: .75s;
}
.media-slide-wrapper ul li{
	width: 858px;
	float: left;
}
.media-slide-pages-bar{
	width: 100%;
	height: 15px;
	text-align: center;
	position: relative;
}
.media-slide-pages-bar .page-point{
	width: 12px;
	height: 12px;
	background-color: #E3E3E3;
	border-radius: 50%;
	vertical-align: top;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
}
.media-slide-pages-bar .page-pos-active{
	background-color: #FF6000;
}
.media-remind {
	/* text-align: center; */
	/* background-color: #e3e3e3; */
	padding: 20px;
	box-sizing: border-box;
}
.pds-explain{
	padding: 16px 0;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 16px;
}
.pds-explain span{
	font-size: 15px;
}
.pds-explain-img img{
	margin: 10px 10px 0 0;
	vertical-align: middle;
}
.pds-explain-marks .mark-item{
	background-color: #FF6000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 0 0;
	padding: 5px 10px;
	display: inline-block;
}
.pds-explain-credit-card{
	font-size: 14px;
}
.pds-explain-credit-card p.explain-desc{
	padding: 16px 0;
	line-height: 1.4;
}
.pds-explain-credit-card #view-stage-explain{
	color: #4990E2;
	display: block;
}
.pds-explain-credit-card table.explain-table{
	border-collapse: collapse;
}
.pds-explain-credit-card table.explain-table tr td{
	border: 1px solid #B2B2B2;
	padding: 5px 10px;
}
.question-scope{
	position: relative;
}
.question-scope:hover .question-ans{
	display: block;
}
.question-icon{
	width: 13px;
	height: 13px;
	background-image: url(../../images/pds/question-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.question-ans{
	width: 165px;
	background-color: #E3E3E3;
	color: #5F5F5F;
	box-sizing: border-box;
	padding: 5px;
	position: absolute;
	top: 15px;
	left: 17px;
	z-index: 1;
	display: none;
}
#question-alert-back{
	width: 100%;
	height: 100%;
	min-width: 340px;
	min-height: 276px;
	background: rgba(0,0,0,0.75);
	color: #5E5E5E;
	vertical-align: middle;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
}
#question-alert{
	width: 380px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 80px auto 0;
	padding: 20px;
}
.question-alert-title{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.question-alert-title span{
	font-size: 28px;
}
.question-alert-title #close-question-alert-btn{
	margin: 10px;
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
}
.question-alert-content{
	width: 100%;
	padding: 10px 0;
}
.question-alert-content .part{
	width: 100%;
	margin: 10px 0;
}
.question-alert-content .part .part-title{
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}
.question-alert-content .part .part-content table {
	margin-right: auto;
	margin-left: auto;
}
.question-alert-content .part .part-content table tr td:nth-child(1){
	white-space: nowrap;
	vertical-align: top;
}
.question-alert-operate{
	width: 100%;
	text-align: center;
}
.question-alert-confirm-btn{
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
}
.pds-desc-all {
	padding-top: 8px;
	padding-bottom: 8px;
}
.pds-desc-all article{
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.pds-desc-all span{
	font-weight: bold;
	font-size: 16px;
}
.pds-desc-all p{
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* Tab - 商品詢問 */
.comment-login-box{
	/* width: 100%; */
	/* background-color: #E3E3E3; */
	font-size: 14px;
	/* font-weight: bold; */
	/* text-align: center; */
	box-sizing: border-box;
	padding: 20px;
}
.comment-login-box span{
	color: #FF6000;
	cursor: pointer;
}
.comment{
	width: 100%;
	border-bottom: 1px solid #E3E3E3;
	padding: 10px 0;
}
.comment:last-child{
	border: none;
}
.comment-self{
	width: 100%;
}
.comment-client{
	width: 100%;
	margin-bottom: 15px;
	float: left;
}
.comment-sellers{
	width: 800px;
	float: right;
}
.comment-photo{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 10px;
	float: left;
}
.comment-photo img{
	width:48px;
	height: 48px;
	border-radius: 50%;
}
.comment-self .comment-content,
.comment-client .comment-content{
	width: 782px;
	padding: 5px 0;
	float: left;
}
.comment-sellers .comment-content{
	width: 742px;
	padding: 5px 0;
	float: left;
}
.comment-content #edit-comment{
	width: 692px;
	height: 30px;
	border: 1px solid #E3E3E3;
	font-family: Microsoft JhengHei, Helvetica;
	box-sizing: border-box;
	margin: 4px 10px 4px 0;
	padding: 5px 10px;
	float: left;
	outline: none;
	resize: none;
}
.comment-content .comment-submit{
	width: 80px;
	height: 30px;
	border-radius: 15px;
	font-weight: bold;
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	margin: 3px 0;
	float: left;
	cursor: pointer;
	outline: none;
}
.comment-content .comment-info{
	width: 100%;
}
.comment-content .comment-info .client-name{
	color: #4990E2;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
.comment-content .comment-info .sellers-name{
	font-size: 14px;
	font-weight: bold;
	float: left;
}
.comment-content .comment-info span:nth-child(2){
	color: #B2B2B2;
	font-size: 13px;
	float: right;
}
.comment-content .comment-text{
	width: 100%;
}
.comment-content .comment-text p{
	font-size: 14px;
	padding: 5px 0;
}
.comment-sellers .comment-content .comment-text p{
	color: #FF6000;
}
.comment-sellers .edit-comment-reverse{
	width: 710px;
	height: 30px;
	border: 1px solid #E3E3E3;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	box-sizing: border-box;
	margin-right: 10px;
	padding: 5px 10px;
	float: left;
	outline: none;
	resize: none;
}
.comment-sellers .comment-submit-reverse{
	width: 80px;
	height: 30px;
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	float: left;
	cursor: pointer;
	outline: none;
}

/* Tab - 評價 */
.rating{
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #E3E3E3;
}
.rating:last-child{
	border: none;
}
.rating-photo{
	width: 48px;
	height: 48px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-right: 10px;
	float: left;
}
.rating-content{
	width: calc(100% - 58px);
	float: left;
}
.rating-content .rating-person{
	color: #4990E2;
	font-size: 14px;
	font-weight: bold;
	padding: 2.5px 0;
}
.rating-content .rating-icon{
	padding: 2.5px 0;
}
.rating-content .rating-text{
	padding: 5px 0;
}
.rating-content .rating-text p{
	font-size: 14px;
}
.rating-content .rating-time{
	text-align: right;
}
.rating-content .rating-time span{
	color: #B2B2B2;
	font-size: 13px;
}
#no-comment{
	width: 100%;
	/* background-color: #E3E3E3; */
	font-size: 14px;
	/* text-align: center; */
	box-sizing: border-box;
	padding: 20px;
}

/* Tab - 合作專區 */
#cooperation-islfan{
	width: 100%;
}
#cooperation-islfan p{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
}
#cooperation-islfan button{
	background-color: #D14B4B;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Microsoft JhengHei', Helvetica;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
	margin-bottom: 16px;
}
#cooperation-islfan button img{
	width: 11px;
	margin-right: 5px;
}
#cooperation-unoffer{
	width: 100%;
}
#cooperation-unoffer span{
	font-size: 24px;
	font-weight: bold;
}
#cooperation-offer{
	width: 100%;
}
#cooperation-offer .offer-row{
	padding: 10px 0;
}
#offer-share{
	font-size: 24px;
	font-weight: bold;
}
#offer-quota{
	font-weight: bold;
}
#offer-message .message-btn{
	background-color: #FF6000;
	border: none;
	border-radius: 12px;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	padding: 2px 15px;
	display: inline-block;
	cursor: pointer;
	outline: none;
}
#offer-message .message-btn img{
	vertical-align: middle;
	margin-right: 5px;
}
#offer-message .message-btn span{
	color: #FFFFFF;
	font-size: 12px;
}
#offer-assess span{
	font-weight: bold;
}
#offer-assess .assess-icon{
	padding-top: 5px;
}
#offer-assess .assess-icon img{
	vertical-align: middle;
}
#offer-assess .assess-icon span{
	font-size: 12px;
}
#offer-assess .assess-icon a{
	color: #D14B4B;
	font-size: 12px;
}
#offer-ctrl-btns button{
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Microsoft JhengHei', 'Helvetica', 'Roboto', serif;
	padding: 6.5px 30px;
	cursor: pointer;
	outline: none;
}
#offer-ctrl-btns .now-cooperation{
	background-color: #D14B4B;
	margin-right: 15px;
}
#offer-ctrl-btns .now-cooperation img{
	vertical-align: top;
	margin-right: 5px;
}
#offer-ctrl-btns .add-to-cmp-list{
	background-color: #FF6000;
}





/*** 檢舉商品跳窗 ***/
#reportPage{
	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;
}
#reportBox{
	width: 600px;
	background-color: #FFFFFF;
	font-family: 'Microsoft JhengHei', Helvetica;
	margin: auto;
	margin-top: 80px;
	padding: 0;
	position: relative;
}
.closeReportBoxBtn{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.reportContent{
	text-align: center;
	padding: 20px;
}
#reportMainTitle{
	color: #5E5E5E;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	display: block;
}
#remind{
	border-bottom: 1px solid #E3E3E3;
	font-size: 14px;
	text-align: left;
	padding: 10px 0;
}
#remind span{
	color: #D14B4B;
	font-weight: bold;
	padding: 10px 0;
	display: block;
}
#remind ol li p:nth-child(1){
	width: 13px;
	color: #D14B4B;
	display: inline-block;
}
#remind ol li p:nth-child(2){
	width: 537px;
	color: #D14B4B;
	vertical-align: top;
	display: inline-block;
}
#reportTypeBlock{
	margin: 30px 0 20px 0;
}
.reportType{
	width: 100%;
	height: 30px;
	border: 1px solid #C3C3C3;
	font-family: 'Microsoft JhengHei', Helvetica;
	padding: 2px;
}
#reportTypeBlock .checkRemind{
	color: #D14B4B;
	font-size: 12px;
	text-align: left;
	margin: 5px;
	display: none;
}
#reportBodyBlock{
	margin: 20px 0 30px 0;
	position: relative;
}
.reportBody{
	width: 100%;
	height: 100px;
	border: 1px solid #C3C3C3;
	font-family: 'Microsoft JhengHei', Helvetica;
	box-sizing: border-box;
	padding: 5px;
	resize: none;
}
#reportBodyBlock .checkRemind{
	color: #D14B4B;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 5px;
	bottom: 0;
	display: none;
}
#wordCount{
	color: #abaeb7;
	font-size: 12px;
	text-align: right;
	display: block;
}
.reportSendBtn,
.reportOverBtn{
	background-color: #FF6000;
	border: none;
	border-radius: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: 'Microsoft JhengHei', Helvetica;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
}
#ReportComplete{
	width: 100%;
	height: 467px;
	display: none;
}
#ReportComplete img{
	margin-top: 80px;
	margin-bottom: 30px;
}
#ReportComplete span{
	color: #5E5E5E;
	font-size: 28px;
	font-weight: bold;
	display: block;
}
#ReportComplete p{
	color: #abaeb7;
	margin: 20px;
}
.reportOverBtn{
	margin-top: 70px;
}





/*** 限制級年齡驗證跳窗 ***/
#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;
}





/*** 檢視商品圖 ***/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption {
	float: left;
}
#keyboardMsg {
	float: right;
}
#closeButton {
	width: 35px;
	height: 35px;
	top: 0;
	right: 0;
}
#lightbox img {
	border: none;
	clear: both;
}
#overlay img {
	border: none;
}
#overlay {
	background-image: url("../../images/pds/overlay.png");
}
* html #overlay {
	background-color: #333;
	background-color: transparent;
	background-image: url("../../images/pds/overlay.png");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/pds/overlay.png", sizingMethod="scale");
}
#zoomLightBoxcutoverButtonsSection{
	background-color: #eee;
	border-radius: 0 0 5px 0;
	position: absolute;
	padding: 5px;
	top: 5px;
	left: 5px;
}
#zoomLightBoxPrevButton,
#zoomLightBoxNextButton{
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: bottom;
	display: inline-block;
	cursor: pointer;
}
#zoomLightBoxPrevButton{
	background-image: url(../../images/pds/zoom-lightbox-prev.png);
	margin-right: 5px;
}
#zoomLightBoxNextButton{
	background-image: url(../../images/pds/zoom-lightbox-next.png);
}
/*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;
}

.pds-desc-all img{
	max-width: 100%;
}

.pds-desc-all iframe{
	max-width: 100%;
}
