@charset "utf-8";
/*******************************************************************************
 * version 1.0 release;
 * copyright 2017
 ******************************************************************************/
/*========================================共用樣式*/
/*=======================©22
=================content*/
.content {}
/*-------------------- pg-apple --------------------*/
/* 申請頁 */
.pg-apply {
	/* padding-bottom: 70px; */
}
.page-title{
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
	display: flex;
	flex-direction: column;
	color: #fff;
	/* border: 2px double #1E88A9; */
	/* border-style: double; */
	/* padding: 15px 13px; */
}
.page-title__heading{
	font-size: 26px;
}
.page-title__x{
	margin: 5px 0;
    font-size: 30px;
    line-height: 30px;
}
.page-title__subheading{
	font-size: 30px;
}
.wrap-finish{
	/* background: #f7921e; */
}
/*-------------------- productinfo --------------------*/
/* 產品資訊區 */
.productinfo {
	margin: 0 0 30px;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	padding: 15px;
}
/*圖片輪播區*/
.productinfo__slider {
	margin: 0 0 15px;
}
/*主圖框*/
.productinfo__imgbox {
	position: relative;
	background: #f7f7f7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
/* 角標 */
.productinfo__tag {
}
/* 角標-文字 */
.productinfo__tag-text{
}
.productinfo__thumblist{
	display: none;
}
.productinfo__slider .carousel__imgbox:after{
	padding-top: 100%;
}
/*----------資訊區----------*/
.productinfo__info {
}
/* 概要 */
.productinfo__summary {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.productinfo__desc{
	color: #999;
	margin-bottom: 10px;
}
/*品牌*/
.productinfo__brand {
	font-size: 35px;
	margin: 0 0 5px;
}
/*品牌-連結*/
.productinfo__brand-link {
}
/*品牌-連結:active*/
.productinfo__brand-link:active {
}
/* 分類標籤 */
.productinfo__taglist{
	margin-bottom: 10px;
}
/*標題區*/
.productinfo__heading {
	margin: 0;
}
/*商品名稱*/
.productinfo__name{
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
	display: inline;
	vertical-align: middle;
}
/*規格*/
.productinfo__spec{
}
/*尺寸*/
.productinfo__size{
}
/*----------價格區----------*/
.productinfo__pricebox {
	margin: 0 0 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
    align-items: flex-end;
}
/* 原價、特惠價 */
.productinfo__price-sell,
.productinfo__price-offer{
	/* display: inline-block; */
	width: 50%;
}
/* 特惠價 -價錢*/
.productinfo__price-offer{
}
/* 特惠-價錢 */
.productinfo__price-sell {
	/* margin-right: 5px; */
	text-align: right;
}
/* 價格-中文 */
.price-cht {
	display: inline-block;
	vertical-align: baseline;
}
/* 活動價-中文 */
.price-offer-cht {
}
/* 活動價-數值 */
.productinfo__price-offer .price-offer-num{
	font-size: 20px;
}
.productinfo__price-offer .price-offer-num:before{
	font-size: 20px;
}
/* 特性 */
.productinfo__spec-extra{
	/* padding-bottom: 20px; */
	font-size: 0.875em;/*14/16*/
	line-height: 1.857;
	color: #191919;
}
/* ----------活動---------- */
.productinfo__eventbox {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
/* 優惠活動-標題 */
.eventlist__title{
	display: none;
}
/*優惠活動*/
.eventlist {
	margin: 0 0 10px;
	list-style: none;
	padding: 0;
	font-size: 14px;
	text-align: center;
}
/* 優惠活動-項目 */
.eventlist__item{
	margin-bottom: 5px;
	color: #ff3e3e;
}
/* 優惠活動-連結 */
.eventlist__link{
	color: #333;
}
/* 單品活動-日期 */
.eventlist__date{
	margin-right: 5px;
	display: none;
}
/* 單品活動-名稱 */
.eventlist__name{
	max-height: 20px;
	margin: 0 auto ;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 單品活動 */
.event-single{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
}
/* 單品活動-單項 */
.event-single__item{
	font-size: 16px;
	line-height: 1.4;
}
/* 單品活動-日期 */
.event-single__date{
	margin-bottom: 5px;
}
/* 單品活動-名稱 */
.event-single__name{
	max-height: 20px;
	margin: 0 auto ;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.event-single__name-link{
}
/* 特性 */
.productinfo__feature{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	font-size: 0.875em;/*14/16*/
	line-height: 1.857;
	color: #191919;
}
/* 社群分享 */
.productinfo__sociallist{
	padding-left: 13px
}
/*付款方式、分期*/
.payinfo{
	margin-bottom: 15px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	color: #191919;
}
/*付款方式、分期-標題*/
.payinfo__heading{
	font-size: 16px;
	position: relative;
}
/*付款方式、分期-開啟*/
.payinfo__btn-toggle{
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px 0;
	position: relative;
}
/*付款方式、分期-開啟icon*/
.payinfo__btn-toggle-icon{
	transition: all 0.25s ease-in-out;
	position: absolute;
	right: 5px;
	top: 5px;
}
/* 觸發-icon-已觸發 */
.payinfo__heading--active .payinfo__btn-toggle-icon{
	transform: rotate(180deg);
}
/* 列表 */
.payinfo__list{
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-transition: max-height .35s;
	-moz-transition: max-height .35s;
	transition: max-height .35s;
	max-height: 0;
	overflow: hidden;
}
.payinfo__heading--active + .payinfo__list{
	max-height: 2000px;
}
/* 單項 */
.payinfo__item{
	margin-bottom: 10px;
}
/*欄位名稱*/
.payinfo__field{
	display: inline-block;
	text-align: center;
	float: left;
	width: 40px;
}
.payinfo__field:after{
	content: " : ";
	display: inline;
}
/*右側文字*/
.payinfo__text{
	position: relative;
	padding-left: 41px;
}
/*分期那一項li的右側文字*/
.payinfo__item-periods .payinfo__text{
	display: block;
}
/*下拉按鈕*/
.payinfo__toggle{
	display: block;
	font-style: normal;
	padding: 5px 0;
}
.payinfo__toggle:active{
	color: #222;
}
/*下拉外框*/
.payinfo__toggle-arrowcube{
	border: 1px solid #ccc;
	width: 15px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	background: #fff;
	text-align: center;
	float: right;
	margin-left: 5px;
	display: none;
}
/* 下拉區 */
.payinfo__dropmenu{
	display: none;
}
/* 下拉區-已觸發 */
.payinfo__toggle--active + .payinfo__dropmenu{
	display: block;
}
/* 購買區區 */
.productinfo__buybox .form-qty__body{
}

.productinfo__buybox .form-qty__field{
	/* border-bottom: 1px solid #eee;
	padding-bottom: 15px; */
	margin-bottom: 15px;
}
.productinfo__buybox .form-qty__label{
	display: inline-block;
	font-weight: normal;
}
.productinfo__buybox .form-qty__field-size .form-qty__label{
	/* display: none; */
	/* margin: 0; */
}
.productinfo__buybox .form-qty__field-size .form-qty__label::after{
	/* content: '/'; */
	/* margin: 0 .15em; */
}
.productinfo__buybox .form-qty__field-size .form-qty__labelgroup{
	margin-bottom: 15px;
	display: -ms-flexbox;
	display: flex;
}
.productinfo__buybox .form-qty__field-size .form-qty__tips{
	margin-left: 5px;
}
.productinfo__buybox .form-qty__tips-link{
	color: #555;
}
/* 規格 */
.list-option-img__item{
}
/*運送資訊*/
.productinfo__delivery {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 0.875em;/*14/16*/
	margin: -1px 0 0;
	padding: 8px 0;
}
/*運送資訊-項目*/
.productinfo__delivery-item {
	margin: 9px 0;
}
.list-option-img__label{
	/* border-color: transparent; */
}
.productinfo .list-option-squre__label{
	padding: 12px 12px;
}
/* 商品編號 */
.productinfo__serial{

}
/*購物資訊框 buyarea-商品購買*/
.productinfo__buybox {
}
/* 動作按鈕 */
.productinfo__btnbox{
}
.productinfo__btnbox-wrap{
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.productinfo__comment{
	text-align: center;
	font-size: 14px;
}
.productinfo__btnbox + .productinfo__comment{
	margin-top: 15px;
}
/* 按鈕區-fixed */
.productinfo__btnbox--fixed{
	width: auto;
	background: #fff;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 5px 5px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
.productinfo__btnbox--fixed .productinfo__btn{
	margin-bottom: 0;
}
/* ----------贈品---------- */
.extra{
	padding-bottom: 25px;
	border-bottom: 1px solid #cecece;
}
/* 標題 */
.extra__title{
	color: #6e6e6e;
	margin-bottom: 15px;
}
/* 贈品列表 */
.extralist{
	padding-bottom: 10px;
}
/* 項目 */
.extralist__item{
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	background: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}
/* 圖片區 */
.extralist__imgbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	width: 80px;
	float: left;
	position: relative;
}
.extralist__imgbox:after{
	padding-top: 100%;
	content: "";
	display: block;
}
/* 圖片 */
.extralist__img {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	max-width:100%;
	margin:auto;
	z-index: 1;
}
/* 資訊區 */
.extralist__info {
	padding: 0 0 0 95px;
	text-align: left;
}
/* 品牌*/
.extralist__brand {
	font-size: 1em;/*16/16*/
	margin-bottom: 8px;
	color: #343e5c;
	font-weight: bold;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	max-height: 20px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 產品名稱*/
.extralist__title {
	font-size: 1em;/*16/16*/
	line-height: 1.375;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	max-height: 20px;
	margin: 0 auto ;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
	font-weight: normal;
}
/* 價格區 */
.extralist__pricebox{
	margin-bottom: 5px;
	text-align: left;
}
.extralist__pricebox .price-cht{
}
.extralist__price-sell{
	min-height: 15px;
}
.extralist__price-offer{
	min-height: 24px;
}
/* 規格 */
.extralist__spec{
	/* text-align: center; */
}

/* 顏色-label */
.extralist__item .form-qty__field-color .form-qty__label{
	display: inline-block;
	margin-bottom: 0;
}
.extralist__item .form-qty__field-color .form-qty__input-group{
	display: inline-block;
	vertical-align: middle;
}
/* 規格-款式 */
.extralist__item .form-qty__field-color .extralist__spec-color{
	margin-bottom: 0;
}
.extralist__item .form-qty__body{
	margin-bottom: 0;
}
/*-------------------- productdetail --------------------*/
.product-detail{
	margin: 1.875em 0 2em;/*30/16 0 15/16*/
}
/* 產品 */
.box-similar {
}
.box-similar .collapse .productlist{
}
/* 情境圖 */
.banner-situation{
	display: none;
}
.lightbox--bank .lightbox__box{
	background: #f7f7f7;
}
/* 銀行分期 */
.scroll-wrapper {
}
.scroll-content{

}
.collapse-bank{

}
.collapse-bank__title{
	border-bottom: 1px solid #cecece;
	font-size: 0;
	letter-spacing: -4px;
	word-spacing: 0;
	cursor: pointer;
	padding: 0 10px;
}
.collapse-bank__td{
	font-size: 16px;
	letter-spacing: normal;
	word-spacing: normal;
	zoom: 1;
	display: inline-block;
	width: calc(33.3333333%);
	padding: 10px 2px;
	vertical-align: top;
	position: relative;
}
.collapse-bank .collapse-icon{
	/* margin-left: 5px; */
	font-size: 20px;
	/* vertical-align: text-top; */
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
}
.collapse-bank__content{
	background: #fff;
	-webkit-transition: max-height .35s;
	-moz-transition: max-height .35s;
	transition: max-height .35s;
	max-height: 0;
	overflow: hidden;
}
.collapse-bank--open .collapse-bank__content{
	max-height: 2000px;
	border-bottom: 1px solid #cecece;
}
.collapse-bank--open .collapse-icon{
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
/* 銀行分期列表 */
.banklist{
	overflow: hidden;
	font-size: 0;
	letter-spacing: -4px;
	word-spacing: 0;
	padding: 0;
	padding: 10px 10px 0 10px;
}
.banklist__item{
	font-size: 14px;
	display: inline-block;
	width: calc(50%);
	letter-spacing: normal;
	word-spacing: normal;
	zoom: 1;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 5px 2px;
}
.collapse-bank__tips{
	font-size: 14px;
	padding: 5px 0;
}
/* 定在下方 */
.checkout-box{
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.checkout-box--active{
	bottom: 0;
}
.checkout-box__btnbox{

}
.btn-checkout{
}
.btn-checkout-group{
	margin-left: 5px;
	display: none;
}
.btn-checkout-group--show{
	display: inline;
}
.btn-checkout{
	margin-bottom: 15px;
}
/* 團員報名統計 */
.box-group-member-table{

}
.table-memberlist{
	margin: -30px -30px 20px;
}
.carousel__btnbox{
}
.box-group-member-table .totalbox {
	margin: 0 -30px;
	padding: 20px 0 0;
}
.box-group-member-table .totalbox__item{
	padding: 3px 30px;
}
/* 新增團員 */
.btn-addbox{
	margin: 30px -30px -30px;
}
.btn-add{
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 15px 0;
}
.btn-add__icon{
	font-size: 32px;
	margin-bottom: 8px;
}
.btn-add__text{
	display: block;
	font-size: 14px;
}
/* 單人報名 */
.box-group-member-table--single .checkout-finish__orderinfo,
.box-group-member-table--single .table__cell-no{
	display: none;
}
.box-group-member-table--edit .table__body .table__cell-edit{
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	/*========================================共用樣式*/
	/*------------------------------content------------------------------*/
	/*-------------------- productinfo --------------------*/
	.productinfo {
		margin: 0 auto 30px;
		max-width: 480px;
		padding: 30px;
	}
	/*圖片輪播區*/
	.productinfo__slider {
		margin: 0 0 30px;
	}
	.img-slider__imgbox{
		padding: 70px 0;
	}
	.img-slider__imgbox:after{
		display: none;
	}
	.img-slider__list{
		width: 71.6%;
		margin: 0 auto;
		outline: 1px solid #f00;
	}
	.img-slider__list:after{
		content: " ";
		padding-top: 100%;
		display: block;
	}
	.productinfo__heading{
	}
	.productinfo__name{
		font-size: 20px;
	}
	.productinfo__spec{
		font-size: 26px;
		margin: 0 5px;
	}
	.productinfo__size{
		font-size: 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		padding: 0 5px;
	}
	.productinfo__price-offer{
	}
	.productinfo__price-offer .price-offer-cht{
		font-size: 16px;
	}
	.productinfo__price-offer .price-offer-num{
		/* font-size: 20px; */
	}
	.productinfo__price-sell .price-sell-cht,
	.productinfo__price-sell .price-sell-num{
		font-size: 16px;
	}
	.productinfo .list-option-squre__item{
	}
	.checkout-box__btnbox{
		max-width: 480px;
		margin: 0 auto;
	}
	.btn-checkout{
	}
	.btn-checkout-group{
	}
	.btn-checkout{
	}
	/* 新增團員 */
	.btn-addbox{
		margin: 40px -60px -45px;
	}
	.btn-add{
		padding: 24px 0;
	}
	.btn-add__icon{
	}
	.btn-add__text{
		font-size: 16px;
	}
	.box-group-member-table .totalbox__item {
		text-align: right;
	}
	.box-group-member-table .totalbox__qty{
	}
}
@media screen and (min-width: 1024px) {
	/*========================================共用樣式*/
	.page-title{
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 20px;
	}
	.page-title__heading{
		font-size: 29px;
	}
	.page-title__x{
		margin: 0 10px;
		font-size: 32px;
		display: block;
		margin-top: -5px;
	}
	.page-title__subheading{
		font-size: 29px;
	}
	.box-product{
	}
	/* 產品資訊區 */
	.productinfo {
		padding: 45px 60px;
		max-width: none;
	}
	.productinfo:after {
		clear: left;
		content: " ";
		display: block;
		height: 0;
		line-height: 0;
		visibility: hidden;
	}
	/*產品圖片框 productinfo__slider*/
	.productinfo__slider {
		float: left;
		width: 48.79%;/*405/ 830*/
		margin: 0;
	}
	/*產品圖片框 productinfo__slider-產品圖片 product-imgbox*/
	.product-imgbox {
	}
	.productinfo__imgbox .carousel__dotbox{
		display: none;
	}
	.productinfo .img-slider__imgbox{
		padding: 0;
	}
	.productinfo .img-slider__imgbox:after{
		display: none;
	}
	.productinfo .img-slider__list{
		width: 100%;
		margin: 0 auto;
	}
	.productinfo__thumblist{
		display: block;
	}
	/*-------------------- productinfo__info --------------------*/
	/*資訊框*/
	.productinfo__info {
		margin: 0;
		padding-left: calc(48.79% + 30px);
	}
	/*商品名稱*/
	.productinfo__title {
		font-size: 25px;/*32/16*/
	}
	/*優惠訊息*/
	.eventlist{
		text-align: left;
	}
	/* 購買區區 */
	.productinfo__buybox .form-qty__field-spec{
	}
	.productinfo__buybox .form-qty__field-qty{
	}
	.productinfo__buybox .form-qty__field-size .form-qty__tips{
		/* text-align: left; */
	}
	.productinfo .btnboxs--2{
		width: auto;
		margin: 0 -5px;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
	.productinfo .btnboxs--2 .btn{
		width: calc(50% - 10px);
	}
	.productinfo__btnbox--fixed .productinfo__btn{
		margin-bottom: 20px;
	}
	.productinfo__feature{
		position: relative;
	}
	/* 社群分享 */
	.productinfo__sociallist{
		position: absolute;
		right: 0;
		bottom: 20px;
	}
	/* icon列表 */
	.sociallist {
		text-align: right;
	}
	.payinfo__toggle:hover{
		color: #222;
	}
	/*分期那一項li的右側文字*/
	.payinfo__ite-periods .payinfo__text{
		display: inline-block;
	}
	/*下拉按鈕*/
	.payinfo__toggle{
		padding: 5px 0;
	}
	/*下拉外框*/
	.payinfo__toggle-arrowcube{
		float: none;
	}
	.payinfo__dropmenu{
		position: absolute;
		right: 0;
		z-index: 0;
		min-width: 325px;
		z-index: 1;
	}
	.productinfo__summary{
		padding-bottom: 15px;
	}
	.productinfo__pricebox {
		margin: 0;
	}
	/* 原價 */
	.productinfo__price-sell {
	}

	/*購買區*/
	.productinfo__buybox {
	}
	.productinfo__btnbox-wrap{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 35px;
		margin-top: 17px;
	}
	.productinfo__btnbox{
		width: 50%;
	}
	.productinfo__comment{
		text-align: right;
	}
	.productinfo__btnbox + .productinfo__comment{
		margin-top: 0;
	}
	/* 按鈕區-fixed */
	.productinfo__btnbox--fixed{
		background: none;
		border-top: none;
		margin: 0 -9px;
		padding: 0;
		position: initial;
	}
	.product-detail{
	}
	/* 項目 */
	.extralist__item{
		width: calc(33.3333333% - 14px);
		/* margin: 7px; */
		/* min-height: 190px; */
	}
	.checkout-box{
		padding: 30px 0 60px;
	}
	.checkout-box__btnbox{
		max-width: none;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.btn-checkout{
		width: 435px;
		/* order: 1; */
	}
	.btn-change{
		width: 200px;
	}
	.btn-checkout-group{
	}
	.btn-checkout{
	}
	.slide-member .carousel__btnbox{
		display: none;
	}
	/* ------------------------------訂單列表------------------------------ */
	.table-memberlist{
		margin: 0 0 20px;
	}
	.table-memberlist .table__cell-no {
		flex: 0 0 60px;
		text-align: left;
	}
	.table-memberlist .table__cell-name{
		flex: 0 0 90px;
		text-align: left;
	}
	.table-memberlist .table__cell-km {
		flex: 0 0 75px;
		text-align: left;
	}
	.table-memberlist .table__cell-tel {
		flex: 0 0 135px;
		text-align: left;
	}
	.table-memberlist .table__cell-mail {
		width: 240px;
		text-align: left;
	}
	.table-memberlist .table__cell-num {
		width: 70px;
		text-align: left;
	}
	.table-memberlist .table__cell-price {
		flex: 0 0 90px;
		text-align: right;
	}
	.table-memberlist .table__cell-edit {
		flex: 0 0 120px;
	}
	/* 編輯時 */
	.box-group-member-table--edit .table__cell-edit {
		/* flex: 0 0 100px; */
	}
	.box-group-member-table .totalbox__total{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/* 新增團員 */
	.btn-addbox{
		margin: 45px -60px -45px;
	}
	.btn-add{
		padding: 30px 0;
	}
	.btn-add__icon{
		font-size: 42px;
	}
	.btn-add__text{
		font-size: 18px;
	}
	.box-group-member-table .totalbox{
		margin: 0;
	}
	/* totalbox */
	.box-group-member-table .totalbox__item {
		padding-right: 135px;
		padding-left: 135px;
	}
	/* 單人的 */
	.box-group-member-table--single .table__head{
		background: #f6f6f6;
		border-top: 1px solid #ddd;
	}
	.box-group-member-table--single .member-selected{
		background: transparent;
	}
	.box-group-member-table--single .totalbox__item{
		/* padding-right: 10px; */
	}
	.box-group-member-table--single .member-selected__item{
		/* padding-left: 10px; */
	}
	.box-group-member-table--single .table-memberlist .table__cell-edit{
		/* display: none; */
	}
	.box-group-member-table--single .table-memberlist .table__cell-price{
		display: table-cell;
	}
	.checkout-box{
		background: #222;
		padding: 30px 0 60px;
		position: fixed;
	}
	/* 編輯時 */
	.box-group-member-table--edit .totalbox__item {
		/* padding-right: 120px;
		text-align: right; */
	}
	.box-group-member-table--edit .totalbox__qty{
		/* padding-right: 120px;
		padding-left: 70px;
		margin-top: -20px; */
	}
	.box-group-member-table--edit .table__body .table__cell-edit{
		margin-bottom: 0;
	}
}
/*如果使用者之視窗寬度>=1280px，將會再載入這裡的 css。*/
@media screen and (min-width: 1280px) {
	/*========================================共用樣式*/
	/*------------------------------content------------------------------*/
	/*-------------------- box-product --------------------*/
	/*-------------------- productinfo --------------------*/
	/*產品圖片框 productinfo__slider*/
	.productinfo__slider {
	}
	/*購物資訊框 buyarea*/
	.productinfo__info {
	}

	/*商品簡介*/
	.productinfo__feature {
	}
	/*商品銷售資訊*/
	.productinfo__buyinfo {
	}
	/*-------------------- product-detail --------------------*/
	.product-detail {
		margin: 0 0 1.875em;/*30/16 0 0*/
	}
}
.bearring-imgbox{
	max-width: 500px;
	margin: 0 auto 30px;
}
