@charset "utf-8";

/* 字型設定 */
.topic_p {
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, 新細明體, Helvetica, sans-serif;
}

.main_p {
	color: #666666;
	font-size: 15px;
	font-family: Arial, 新細明體, Helvetica, sans-serif;
}

.red_p {
	color: #ff0000;
}

.blue_p {
	color: #0000ff;
}

.green_p {
	color: #009900;
}

.plus {
	color: #0000ff;
	margin-left: 5px;
	font-style: normal;
}

.sale {
	color: #ff0000;
	margin-left: 5px;
	font-style: normal;
}

.table .promotion {
	color: #ff6600;
	font-size: 13px;
	font-style: normal;
}

.table .promotion a {
	color: #ff6600;
	font-size: 13px;
	font-style: normal;
}

/*影片嵌入*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cart {
	position: relative;
}

#cart span {
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	background: #ff0000;
	border-radius: 50%;
	display: none;
	position: absolute;
}

#cart.on span {
	display: block;
}

.index_course .list a {
	display: block;
	padding: 8px 10px;
	height: 100%;
}

.index_course .list .inner {
	background: #fff;
	border: 1px solid #808080;
	-moz-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
	height: 100%;
}

.index_course .list .inner:hover {
	margin-top: -5px;
	margin-bottom: 5px;
	background: rgb(221 178 133 / 42%);
	-webkit-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.2);
	-moz-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
}

.index_course .list .inner .img {
	position: relative;
}

.index_course .list .inner .img img {
	width: 100%;
}

.index_course .list .inner .img .tag {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #c1272d;
	background: rgba(255, 255, 255, 0.9);
	padding: 4px 10px;
	text-align: center;
}

.index_course .list .inner .info {
	padding: 20px 10px;
}

.index_course .list .inner .info .title_box {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
}

.index_course .list .inner .info .title_box h3 {
	font-size: 20px;
}

.index_course .list .inner .info .title_box .date_box {
	display: flex;
	flex-wrap: wrap;
	color: #1a1a1a;
	margin-bottom: 10px;
	width: 100%;
	font-size: 15px;
}

.index_course .list .inner .info .title_box .date_box .date {
	margin-right: 15px;
}

.index_course .list .inner .info .txt {
	color: #1a1a1a;
	padding: 0 10px;
	font-weight: 300;
	text-align: justify;
}

.index_course .inner .range {
	color: #000;
}

.index_course .list .inner .range.bgc {
	background: #efe5dd;
	font-size: 18px;
	padding: 10px;
	text-align: center;
}

.index_service .row .img {
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 2px 1px 5px rgb(0 0 0 / 20%);
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.index_service .row a:hover .img {
	transform: scale(1.1);
	box-shadow: 2px 1px 10px rgb(0 0 0 / 70%);
}

/*course_detail*/
.course_detail h1 {
	font-size: 1.5rem;
}

.course_detail ul {
	list-style-type: none;
}

.course_detail ul.time_right li {
	padding-left: 40px;
}

.course_detail ul.time_right li:first-child {
	background: url(../images/_tw/time_right.svg) left top / 24px no-repeat;
}

.course_detail ul.time_right li+li {
	margin-top: 20px;
}

.course_detail .box {
	padding: 8%;
	border: 1px solid #000;
}

.course_detail ul.address_right {
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 20px;
}

.course_detail ul.address_right li {
	background: url(../images/_tw/address_right.svg) left top / 24px no-repeat;
	padding-left: 40px;
}

.course_detail ul.address_right li span {
	display: block;
	color: #666666;
	font-size: 17px;
}

.course_detail .remarks {
	margin: 10px 0 15px;
	text-align: center;
}

.course_detail .remarks a {
	color: var(--main_background);
	text-decoration: underline;
}

.course_detail .remarks a:hover {
	color: var(--main_background_hover);
	text-decoration: underline !important;
}

.course_detail .sign_up {
	display: block;
	background: var(--main_background);
	color: #fff;
	padding: 15px 10px;
	margin: 10px 0;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
}

.course_detail .sign_up:hover {
	background: var(--main_background_hover);
	color: #fff;
}


.popup-modal-dismiss {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 30px;
}

.white-popup-block h1 {
	font-size: 1.5rem;
}

.mfp-figure .mfp-close {
	width: 40px;
	height: 40px;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	padding: 0;
}

.item_content .title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #000;
	font-weight: 400;
}

.item_content .title::before {
	content: '';
	position: absolute;
	left: 0%;
	bottom: -10px;
	width: 50px;
	height: 4px;
	background: var(--main_background);
}

/*//course_detail*/
.bg-c {
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--main_color_hover);
}

.b_txt {
	font-size: 1.06rem;
	font-weight: 400;
	color: #3265a5;
}

.k_txt {
	font-size: 1.06rem;
	font-weight: 400;
	color: #dbb330;
}

.r_txt {
	font-size: 1.06rem;
	font-weight: 400;
	color: #db3030;
}

.service_detail a .svg {
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.service_detail a:hover .svg {
	transform: translateX(20px);
}

/*cart_course*/
.cart_course .step {
	padding: 0px 0 30px;
	text-align: center;
	/* background: #fff; */
	display: flex;
	justify-content: center;
}

.cart_course .step .start {
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 19px;
	background: #ddd;
}

.cart_course .step .steps {
	padding: 20px 30px;
	text-align: center;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.cart_course .step .steps::before {
	content: '';
	background: url(../images/_tw/step_icon.svg)center 22px no-repeat;
	position: absolute;
	right: -20px;
	top: 0px;
	width: 40px;
	height: 100%;
}

.cart_course .step .steps:last-child::before {
	content: none;
}

.cart_course .step .steps>span {
	font-size: 17px;
	font-weight: 400;
}

.cart_course .step .steps>span {
	display: inline-block;
	padding: 8px 20px;
	color: #999999;
}

.cart_course .step .steps div span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border: 2px solid var(--page-links_background_current);
	color: var(--page-links_background_current);
	border-radius: 100%;
}

.cart_course .step .steps div {
	width: 35px;
	height: 35px;
	font-size: 20px;
	font-weight: 600;
}

.cart_course .step .steps.current div span {
	border: 2px solid var(--page-links_background_current);
	background: var(--page-links_background_current);
	color: #fff;
}

.cart_course .step .steps.current>span,
.cart_course .step .steps.current div {
	color: #000;
}

.cart_course .step .steps-arrow {
	display: inline-block;
	width: 19px;
	height: 64px;
	background: url(../images/_tw/steps_arrow.png) center center no-repeat;
	vertical-align: middle;
	margin: 0 10px;
}

.cart_course .box {
	background: #f2f2f2;
	padding: 3% 5% 5%;
}

.cart_course .box .left h3 {
	text-align: center;
	color: #808080;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 50px;
}

.cart_course .box .left .cart_list .time {
	background: url(../images/_tw/time_right.svg)center left no-repeat;
	padding-left: 40px;
}

.cart_course .box .left .cart_list .count_box {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-left: 0;
}

.cart_course .box .left .cart_list .count_box .count {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	height: auto;
}

.cart_course .box .left .cart_list .count_box .count .count-content {
	width: 40px;
	padding: 5px;
	text-align: center;
	border: 0;
	background: none;
}

.cart_course .box .left .cart_list .count_box .count .less,
.cart_course .box .left .cart_list .count_box .count .more {
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--page-links_background_current);
	position: relative;
	left: auto;
	right: auto;
}

.cart_course .box .left .cart_list .count_box .count .less:hover,
.cart_course .box .left .cart_list .count_box .count .more:hover {
	background: var(--page-links_background_current);
	color: #fff;
	cursor: pointer;
}

.cart_course .box .left .cart_list .count_box .count i {
	font-size: 12px;
}

.cart_course .box .left .cart_list .title_box {
	padding: 10px 40px;
	border-bottom: 1px solid;
	color: var(--page-links_background_current);
}

.cart_course .box .left .cart_list .title_box .svg {
	fill: var(--page-links_background_current);
	width: 15px;
	height: 15px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.cart_course .box .left .cart_list .title_box .svg polygon {
	fill: var(--page-links_background_current);
}

.cart_course .box .left .cart_list .title_box>div {
	display: inline-block;
	cursor: pointer;
}

.cart_course .box .left .cart_list .content {
	display: none;
	color: var(--page-links_background_current);
	border: 1px solid;
	border-top: 0;
	padding: 15px 25px;
}

.cart_course .box .left .cart_list .item_row+.item_row {
	margin-top: 20px;
}

.cart_course .box .left .cart_list .item_row.active .content {
	display: block;
}

.cart_course .box .left .cart_list .title_box .l {
	display: none;
}

.cart_course .box .left .cart_list .item_row.active .l {
	display: inline-block;
}

.cart_course .box .left .cart_list .item_row.active .f {
	display: none;
}

.cart_course .box .left .cart_list .item_row.active .title_box .svg {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.cart_course .box .right {
	margin-top: 30px;
	padding-left: 10%;
}

.cart_course .box .right h1 {
	margin: 30px 0 30px !important;
	font-size: 22px;
}

.cart_course .box .right .area {
	background: url(../images/_tw/address_right.svg)top left no-repeat;
	padding-left: 40px;
	background-size: contain;
}

.cart_course .box .right .area span {
	display: block;
	margin-top: 5px;
	color: #666666;
	font-size: 15px;
}

.cart_course .box .right a.main_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}

.cart_course .box .right a.main_btn span {
	margin-right: 10px;
}

.cart_course .box_border {
	border: 5px solid #f2f2f2;
	position: relative;
}

.cart_course .cart_notlogin {
	background: #f2f2f2;
	text-align: center;
	padding: 10px;
}

.cart_course .cart_notlogin a {
	display: inline-block;
	background: #1a1a1a;
	color: #fff;
	padding: 5px 15px;
}

.cart_course .cart_notlogin a:hover {
	background: #3d3d3d;
}

.cart_course .cart_notlogin div span {
	margin-right: 10px;
}

.cart_course .cart_form .inner {
	width: 600px;
	max-width: 100%;
	margin: 20px auto 60px;
	padding: 0 15px;
}

.cart_course .cart_form .remarks {
	text-align: center;
	font-size: 15px;
	color: #666666;
}

.cart_course .cart_form .title {
	color: var(--page-links_background_current);
}

.cart_course .cart_form .user_box {
	justify-content: flex-start;
	margin-right: 0;
	margin-left: 0;
}

.cart_course .cart_form .user {
	width: 90px;
	text-align: right;
}

.cart_course .cart_form .user+div {
	width: calc(100% - 90px)
}

.cart_course .cart_form label {
	display: flex;
}

.cart_course .cart_form label input {
	margin: 5px 10px 0 0 !important;
	width: 13px;
}

.cart_course .cart_form label span {
	width: calc(100% - 23px);
}

.cart_course .cart_form .required {
	display: inline-block;
	color: #c1272d;
}

.cart_course .cart_form .btn_box {
	text-align: center;
	border-top: 1px solid #666666;
	padding-top: 30px;
	width: 800px;
	max-width: calc(100% - 30px);
	margin: 60px auto !important;
}

.cart_course .cart_form .btn_box .main_btn {
	padding: 10px 25px;
}

.cart_course .cart_form .inner_c {
	border: 1px solid var(--page-links_background_current);
	padding: 10px 20px;
}

.cart_course .cart_form .inner_c .item .info {
	background: #f2f2f2;
	padding: 20px 30px;
	position: relative;
	margin-bottom: 10px;
}

.cart_course .cart_form .card_ .inner_c .item .info::before {
	content: '';
	position: absolute;
	right: 5px;
	top: 5px;
	background: url(../images/_tw/card.svg)top center /contain no-repeat;
	width: 70px;
	height: 100%;
}

.cart_course .cart_form .inner_c .item+.item {
	margin-top: 30px;
}

.cart_course .cart_form .inner_c .item .info .store_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cart_course .cart_form .inner_c .item .info .store_box img {
	margin: 0px 5px 10px;
}

.cart_course .cart_form .inner_c .item.atm .info::before {
	content: '';
	position: absolute;
	right: 5px;
	top: 5px;
	background: url(../images/_tw/atm.svg)top center /contain no-repeat;
	width: 70px;
	height: 100%;
}

.cart_course .cart_form .invoice label {
	display: inline-flex;
}

.cart_course .cart_form .invoice label:first-child {
	margin-right: 15px;
}

.cart_course .cart_form .invoice .inner_c .item .info {
	background: none;
	padding: 0;
}

.cart_course .cart_form .invoice .inner_c .item .info .row+.row {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #6589c1;
}

.cart_course .cart_form .invoice .inner_c .item .info input {
	background: #f2f2f2;
	border: 0;
	border-bottom: 1px solid;
}

.cart_course .cart_form .invoice .inner_c .item .info {
	display: none;
}

.cart_course .cart_form .invoice .inner_c {
	padding-bottom: 0;
}

.cart_course.cart04 .cart_form {
	border-top: 1px solid;
	padding-top: 40px;
}

.cart_course.cart04 .cart_form .img_box {
	background: #f2f2f2;
	display: flex;
	flex-wrap: wrap;
}

.cart_course.cart04 .cart_form .img_box img {
	width: 100%;
}

.cart_course .cart_form .inner_b {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.cart_course .cart_form .inner_b .img_box_txt {
	padding: 2% 3%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cart_course .cart_form .inner_b .img_box_txt h1 {
	font-size: 30px;
	border-bottom: 1px solid #333333;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cart_course .cart_form .inner_b .img_box_txt .time {
	background: url(../images/_tw/time_right.svg)center left no-repeat;
	padding-left: 40px;
	margin-bottom: 10px;
}

.cart_course .cart_form .inner_b .img_box_txt .area {
	background: url(../images/_tw/address_right.svg)top left no-repeat;
	padding-left: 40px;
	background-size: contain;
}

.cart_course .cart_form .inner_b .img_box_txt .area span {
	display: block;
	margin-top: 5px;
	color: #666666;
	font-size: 15px;
}

.cart_course .cart_form .list_box .list {
	border: 1px solid var(--page-links_background_current);
}

.cart_course .cart_form .list_box .list .row_out {
	border-top: 1px solid var(--page-links_background_current);
	padding-top: 10px;
	padding-bottom: 10px;
}

.cart_course .cart_form .list_box .list .row_out:first-child {
	border-top: 0;
}

.cart_course .cart_form .list_box .list .total {
	border-top: 2px solid var(--page-links_background_current);
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

.cart_course.cart04 .cart_form .btn_box {
	text-align: center;
	border-top: 0;
	width: 1200px;
	padding: 0px 15px;
	max-width: 100%;
	margin: 30px auto 0 !important;
}

.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
}

/*===============================================================================================
    -pc
===============================================================================================*/
@media only screen and (min-width: 1200px) {

	.table-box .table-list {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		display: table;
	}

	.table-box .table-list .table-row {
		display: table-row;
	}

	.table-box .table-list .td {
		display: table-cell;
		vertical-align: middle;
	}

	.table-box .table-list .table-row .th {
		display: table-cell;
		font-size: 16px;
		padding: 10px 0;
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		text-align: center;
		font-size: normal;
		background: #dddddd;
	}

	.table-box .table-list .table-row .td {
		border-bottom: 1px #ddd solid;
		text-align: center;
		font-size: 16px;
		padding: 10px 0;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
	}

	.table-box .table-list .table-row .td a {
		/*color: #fff;*/
		text-decoration: underline;
	}

	.table-box .table-list .table-row .td i {
		color: #f08c7c;
		margin-right: 5px;
	}

	.table-box .table-list .table-row .td .h3 {
		display: none;
	}

	.table-box .table-detail {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		display: table;
		margin-bottom: 20px;
	}

	.table-box .table-detail .table-row {
		display: table-row;
	}

	.table-box .table-detail .td,
	.table-box .table-detail .th {
		display: table-cell;
		vertical-align: middle;
	}

	.table-box .table-detail .table-row .th {
		width: 150px;
		font-size: 16px;
		padding: 10px 0;
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		text-align: center;
		font-size: normal;
		background: #f2f2f2;
	}

	.table-box .table-detail .table-row .td {
		border-top: 1px #ddd solid;
		border-bottom: 1px #ddd solid;
		text-align: left;
		font-size: 16px;
		padding: 10px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
	}

	/*.product-detail .product-info > .text .spec-wrap {
		padding: 0 0 0 0;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec {
		display: inline-block;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a {
		display: inline-block;
		border: 1px #ccc solid;
		font-size: 15px;
		padding: 5px 15px;
		color: #525252;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a.current {
		background: #999999;
		color: #fff;
		border: 1px #ccc solid;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a + a {
		margin-left: 2px;
	}*/

	.addigion-btn {
		text-align: right;
		margin-top: 70px;
	}

	.addigion-btn a {
		display: inline-block;
		font-size: 18px;
		color: #fff;
		padding: 8px 55px;
		background: #d96d00;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	.cart-form .tips {
		font-size: 14px;
		color: #bc6123;
		/*margin-left: 10px;*/
	}

	.cart-form .star-box {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.cart_course .step .steps {
		padding: 20px 0;
	}

	.cart_course .box .left .cart_list .count_box {
		justify-content: space-between;
		padding-left: 40px;
	}

	.cart_course .box .left .cart_list .count_box .price {
		margin-right: 10px;
	}

	.cart_course .box .right {
		padding-left: 30px;
		padding-right: 0;
	}

	.cart_course .box {
		padding: 20px 20px 40px;
	}

	.cart_course .cart_form .inner_b .img_box_txt h1 {
		font-size: 24px;
	}

	.cart_course.cart04 .cart_form {
		padding-top: 20px;
	}
}

/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {

	.table-box .table-list {
		margin-top: 20px;
	}

	.table-box .table-list .table-row:first-child {
		display: none;
	}

	.table-box .table-list .table-row {
		border: 1px #ddd solid;
	}

	.table-box .table-list .table-row .td {
		font-size: 16px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
		min-height: 100%;
		line-height: 36px;
		font-size: 14px;
		position: relative;
		display: flex;
		justify-content: flex-start;
	}

	.table-box .table-list .table-row .td a {
		color: #000;
		text-decoration: underline;
	}

	.table-box .table-list .table-row .td a.small-btn {
		border: 1px solid #cccccc;
		padding: 3px 8px;
		border-radius: 5px;
		display: inline-block;
		margin: 3px 0;
		line-height: 1.5;
	}

	.table-box .table-list .table-row .td i {
		color: #f08c7c;
		margin-right: 5px;
	}

	.table-box .table-list .table-row .td+.td:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ddd;
		position: absolute;
		left: 0;
		top: 0;
	}

	.table-box .table-list .table-row .td .h3 {
		width: 120px;
		min-width: 120px;
		min-height: 100%;
		line-height: 36px;
		display: inline-block;
		background: #dddddd;
		color: #000;
		text-align: center;
		font-size: 14px;
		margin: 0 15px 0 0;
		vertical-align: middle;
	}

	.table-box .table-list .table-row+.table-row .td img {
		margin: 8px 0;
		display: block;
	}

	.table-box .table-list .table-row+.table-row+.table-row {
		margin-top: 15px;
	}

	.table-box .table-detail {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		display: table;
		margin-bottom: 20px;
	}

	.table-box .table-detail .table-row {
		display: table-row;
	}

	.table-box .table-detail .td,
	.table-box .table-detail .th {
		display: table-cell;
		vertical-align: middle;
	}

	.table-box .table-detail .table-row .th {
		width: 120px;
		font-size: 16px;
		padding: 10px 0;
		border-bottom: 1px #ddd solid;
		border-top: 1px #ddd solid;
		text-align: center;
		font-size: normal;
		background: #ddd;
	}

	.table-box .table-detail .table-row .td {
		border-top: 1px #ddd solid;
		border-bottom: 1px #ddd solid;
		text-align: left;
		font-size: 16px;
		padding: 10px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
	}

	.cart-form .star-box {
		display: block;
		margin-top: 8px;
	}

	/*.product-detail .product-info > .text .spec-wrap {
		padding: 0 0 20px 0;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec {
		display: inline-block;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a {
		display: inline-block;
		border: 1px #ccc solid;
		font-size: 15px;
		padding: 5px 15px;
		color: #525252;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a.current {
		background: #999999;
		color: #fff;
		border: 1px #ccc solid;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a + a {
		margin-left: 2px;
	}*/

	.addigion-btn {
		text-align: right;
		margin-top: 40px;
	}

	.addigion-btn a {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		padding: 8px 30px;
		background: #d96d00;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	.cart-form .tips {
		/*font-size: 15px;*/
		color: #bc6123;
	}
}

/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {

	.table-box .table-list {
		margin-top: 20px;
	}

	.table-box .table-list .table-row:first-child {
		display: none;
	}

	.table-box .table-list .table-row {
		border: 1px #ddd solid;
	}

	.table-box .table-list .table-row .td {
		font-size: 16px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
		min-height: 36px;
		line-height: 36px;
		font-size: 14px;
		position: relative;
		display: flex;
		justify-content: flex-start;
	}

	.table-box .table-list .table-row .td a {
		color: #000;
		text-decoration: underline;
	}

	.table-box .table-list .table-row .td a.small-btn {
		border: 1px solid #cccccc;
		padding: 3px 8px;
		border-radius: 5px;
		display: inline-block;
		margin: 3px 0;
		line-height: 1.5;
	}

	.table-box .table-list .table-row .td i {
		color: #f08c7c;
		margin-right: 5px;
	}

	.table-box .table-list .table-row .td+.td:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #ddd;
		position: absolute;
		left: 0;
		top: 0;
	}

	.table-box .table-list .table-row+.table-row .td .h3 {
		width: 100px;
		min-width: 100px;
		min-height: 100%;
		line-height: 36px;
		background: #dddddd;
		color: #000;
		text-align: center;
		font-size: 14px;
		margin: 0 15px 0 0;
		vertical-align: middle;
	}

	.table-box .table-list .table-row+.table-row .td img {
		margin: 8px 0;
		display: block;
	}

	.table-box .table-list .table-row+.table-row+.table-row {
		margin-top: 15px;
	}

	.table-box .table-detail {
		margin: 20px 0px;
	}

	.table-box .table-detail .table-row {
		border: 1px #ddd solid;
	}

	.table-box .table-detail .table-row .th {
		width: 100%;
		font-size: 16px;
		padding: 10px;
		text-align: left;
		font-size: normal;
		background: #ddd;
	}

	.table-box .table-detail .table-row .td {
		width: 100%;
		text-align: left;
		font-size: 16px;
		padding: 10px;
		color: #666666;
		background: rgba(255, 255, 255, 0.9);
	}

	/*.product-detail .product-info > .text .spec-wrap {
		padding: 0 0 20px 0;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec {
		display: inline-block;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a {
		display: inline-block;
		border: 1px #ccc solid;
		font-size: 15px;
		padding: 5px 15px;
		color: #525252;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a.current {
		background: #999999;
		color: #fff;
		border: 1px #ccc solid;
	}
	.product-detail .product-info > .text .spec-wrap .p-spec a + a {
		margin-left: 2px;
	}*/

	.addigion-btn {
		text-align: right;
		margin-top: 40px;
	}

	.addigion-btn a {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		padding: 8px 30px;
		background: #d96d00;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	.cart-form .tips {
		/*font-size: 15px;*/
		color: #bc6123;
	}

	.cart-form .star-box {
		display: block;
		margin-top: 5px;
	}

}