/* CSS Document */
body {
	background: #f1f1f1;
	padding:2%;
	overflow-y:scroll;
}
img{max-width:100%;}
.no-padding {
	padding: 0 !important;
}.float-r{ float:right !important;}
.float-l{ float:left !important;}
.padding_5{ padding:5px;}
.padding_10{ padding:10px;}
.padding_15{ padding:15px;}
.padding_20{ padding:20px;}
.padding_25{ padding:25px;}

.margin_5{ margin:5px;}
.margin_10{ margin:10px;}
.margin_15{ margin:15px;}
.margin_20{ margin:20px;}
.margin_25{ margin:25px;}
.head {	text-align:center;
	margin-bottom:6%;
	
	padding:0 13%;
}
.windows_box {
	position: relative;
	height: 85VH;
	margin-top:2VH;
}
.windows_box .windows {
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	height: 70VH;
	border: 1px solid #ccc;
	background: url(../images/product_bg.jpg);
	border-radius: 6px;
}
@media (max-width: 768px) {
	.windows_box {
	position: relative;
	height: 65VH;
	margin-top:2VH;
}
	.windows_box .windows {
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	height: 50VH;
	border: 1px solid #ccc;
	background: #fff;
}
	}
.windows_box .set_box {
	position: absolute;
	left: 0;
	bottom: 0%;
	width: 100%;


	
}
.windows_box .set_box ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
.windows_box .set_box ul li {
	display: inline-block;
	padding:5px;
}

.windows_box .set_box ul li IMG {
    width: 40px;
    height: 40px;
    
    -webkit-transition: all .2s; /* For Safari 3.1 to 6.0 */
    transition: all .2s;
}

.windows_box .set_box ul li IMG:hover {

    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform:scale(1.2);
}

.windows_set {
	background: #fff;
	margin:0 5%;
	padding:2%;border-radius:5px; border:1px solid #ccc;border-radius: 6px;
}

.windows_set:after {
	content:' ';
	clear:both;
	display:block;
}
.windows_set .panel-title {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}


.windows_set .panel-title img {
	width: 70%;
	height: auto;
	 border-radius: 6px;
}
.window_radiobox {
	margin: 5px;
}
.window_radiobox img {
	max-width: 100%;
	height: auto;
}
.window_radiobox .radio {
	border: 1px solid #ccc;
	
	padding: 1%;
	margin: 5px;
	border-radius: 5px;
	display: block;
	position: relative;
	text-align:center;
}
.window_radiobox .radio label {
	background:#ae1e23;
	display: block;
	border-radius: 5px;
	padding: 5px;
	z-index: 1;
	position: relative;
}
.window_radiobox .radio label input[type="radio"] {
	position: absolute;
	z-index: -1;
	margin-left: 0;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	background: none;
	border: 0;
}
.window_radiobox .radio label input[type="radio"]:before {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	content: " ";
background: #fff;

	display: block;
	width: 100%;
	height: 100%;
}
.window_radiobox .radio label input[type="radio"]:checked:before {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	content: " ";
	border:3px solid #ae1e23;
background: #ae1e23;
/*	moz-box-shadow: 0px 0px 10px #fff inset;
	-webkit-box-shadow: 0px 0px 10px #fff inset;
	box-shadow: 0px 0px 10px #fff inset;*/
	display: block;
	width: 100%;
	height: 100%;
}
.window_radiobox .radio label img {
	width: 100%;
	height: auto;
	display: block;
	z-index: 2;
	position: relative;
}
.panel-heading { position:relative;}
.panel-title a{ display:block;}
.panel-title a:after{content:" "; clear:both; display:block; position:absolute; right:8px; top:10px;border:5px solid transparent; border-bottom:5px solid #777;}
.panel-title a.collapsed:after{content:" "; clear:both; display:block; position:absolute; right:8px; top:15px;border:5px solid transparent; border-top:5px solid #777;}

.windows_set .panel-heading { position:relative; padding:0;border-radius: 6px;}
.windows_set .panel-title a{ display:block;border-radius: 6px;}
.windows_set .panel-title a:after{content:" "; clear:both; display:none; position:absolute; right:8px; top:10px;border:5px solid transparent; border-bottom:5px solid #777;}
.windows_set .panel-title a.collapsed:after{content:" "; clear:both; display:none; position:absolute; right:8px; top:15px;border:5px solid transparent; border-top:5px solid #777;}
.windows_set .panel-title a.collapsed{background:#333;border-radius: 6px;}
.windows_set .panel-title{background:#ae1e23; border-radius: 6px;}
.windows_set .row{margin:0 !important;}
.windows_set .panel-group{ margin-bottom:0;}

.set_box_b{ text-align:center;}
.tuceng ul{padding:0; margin:0; list-style:none;}

.panel-group .panel { margin-top:5px;}
.windows_set .panel-body{ padding:0 5px; border:0 !important;}

#color_pad_con , #color_pad_con3{ position:relative}

#color_pad_con.colorpicker,#color_pad_con3.colorpicker {
   position:absolute;
   top:0; right:0;
}
.windows_color{
		position:absolute;
		bottom:0;
		left:0;
		text-align:center;
		padding:2% 30%;
	}
	@media (max-width: 768px) {
		.windows_color{
		position:absolute;
		bottom:50px;
		left:0;
		text-align:center;
		padding:2% 10%;
	}
		}
.panel-heading {
    background: #ae1e23 !important;
	color:#fff !important;
    border-color: #ddd;
	
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.btn.btn-info{
	background:#ae1e23;
	border-color:#ae1e23	
	}
	.btn.btn-black{
	background:#000;
	border-color:#000;
	color:#FFF
	}
	
	
	.order-btn {
	padding: 10px 0;
	padding-top: 20px;
	padding-bottom: 0;
	text-align: right;
}
.order-btn:after {
	content: " ";
	clear: both;
	display: block;
}
.order-btn .cart-btn {
	background: #fff;
	border: 2px solid #333;
	color: #333;
	width: 120px;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.order-btn .cart-btn img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
}
.order-btn .Collection-btn {
	background: #333;
	color: #fff;
	width: 120px;
	padding: 5px 10px;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	border: 2px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.order-btn .Collection-btn img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
}

@media (max-width: 800px) {
.order-btn {
	padding: 10px 0;
	padding-top: 0;
	padding-bottom: 0;
	position: fixed;
	bottom:0;
	left: 0;
	z-index: 9;
	background: #fff;
	width: 100%;
	height: 42px;
}
.order-btn:after {
	content: " ";
	clear: both;
	display: block;
}
.order-btn .cart-btn {
	background: #f1f1f1;
	border: 0px solid #333;
	color: #333;
	padding: 1% 5%;
	width: 40%;
	margin-right: 0;
	font-size: 18px;
	line-height: 30px;
	display: block;
	text-align: center;
	float: left;
}
.order-btn .cart-btn img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: none;
}
.order-btn .Collection-btn {
	background: #333;
	color: #fff;
	padding: 1% 5%;
	width: 40%;
	font-size:18px;
	line-height: 30px;
	display: block;
	text-align: center;
	float: left;
	border: 0px solid #333;
}
.order-btn .Collection-btn img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: none;
}
}
.th-btn {
	padding: 10px 0;
	padding-top: 20px;
	padding-bottom: 0;
	text-align: right;
	width: 95.5%;
	clear: both;
}
.th-btn:after {
	content: " ";
	clear: both;
	display: block;
}
.th-btn .cart-btn {
	background: rgba(255,0,4,1.00);
	border: 1px solid rgba(255,0,4,1.00);
	color: #fff;
	padding: 10px 30px;
	margin-right: 10px;
	font-size: 24px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}
.th-btn .cart-btn img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
}
.th-btn .Collection-btn {
	background: #fff;
	color: #333;
	padding: 10px 30px;
	font-size: 24px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	border: 1px solid #ccc;
}
.th-btn .Collection-btn img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
}

@media (max-width: 800px) {
.th-btn {
	padding: 10px 0;
	padding-top: 0;
	padding-bottom: 0;
	position: fixed;
	bottom: 91px;
	left: 0;
	z-index: 9;
	background: #fff;
	width: 100%;
	height: 80px;
}
.th-btn:after {
	content: " ";
	clear: both;
	display: block;
}
.th-btn .cart-btn {
	background: rgba(255,0,4,1.00);
	border: 0px solid rgba(255,0,4,1.00);
	color: #fff;
	padding: 3% 5%;
	width: 40%;
	margin-right: 0;
	font-size: 24px;
	line-height: 30px;
	display: block;
	text-align: center;
	float: left;
}
.th-btn .cart-btn img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: none;
}
.th-btn .Collection-btn {
	background: #EDB309;
	color: #333;
	padding: 3% 5%;
	width: 40%;
	font-size: 24px;
	line-height: 30px;
	display: block;
	text-align: center;
	float: left;
	border: 0px solid #ccc;
}
.th-btn .Collection-btn img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: none;
}
}
/*iteminfo*/
.iteminfo {
}
.iteminfo_tit {
	color: #333;
	font-size: 22px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e3e3e3;
	font-weight: normal;
	padding-bottom: 12px;
	line-height: 32px;
}
.iteminfo_parameter {
	padding: 8px 0;
}
.iteminfo_parameter_default {
	color: #888;
}
.iteminfo_parameter dt {
	margin-left: 0px;
	float: none;
	display: inline;
	width: 70px;
	white-space: nowrap;
	text-align: right;
	color: #888;
}
.iteminfo_parameter dd {
	margin-left: 0px;
}
.iteminfo_mktprice {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: line-through;
}
.lh32 {
	line-height: 32px;
}
.iteminfo_price {
	color: #c00;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.all_price {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-right: 6px;
}
.sys_item_price {
	color: #c00;
	font-size: 24px;
	vertical-align: middle;
}
.hr{
	margin-bottom:10px;
	margin-top:10px;
	background:#ccc;
	height:1px;
	width:100%;
}
.iteminfo_buying {
	background: #fff;
	padding: 0;
}
.iteminfo_buying:after {
	content: " ";
	clear: both;
	display: block;
}
/*规格*/
.sys_item_spec dl.iteminfo_parameter {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}
.sys_item_spec dl {
	line-height: auto;
	font-size: 18px;
	padding: 10px 0;
}
.guige dl {
	line-height: auto;
	font-size: 18px;
	padding:0 !important;
}
.iteminfo_parameter dt {
	line-height: 24px;
	font-size: 14px
}
.sys_item_spec dl:after {
	content: " ";
	clear: both;
	display: block;
}
.shul-s {
	display: inline-block;
	float: left;
	font-size: 14px;
	color: rgba(124,123,123,1.00);
	line-height: 34px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shul-box {
	display: inline-block;
	float: left;
	padding: 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.kucun {
	font-size: 14px;
	color: rgba(124,123,123,1.00);
	display: inline-block;
	float: left;
	line-height: 34px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*一下正对图片*/
.sys_spec_img {
}
.sys_spec_img li {
	float: left;
	height: 54px;
	position: relative;
	margin: 2px 6px 2px 0;
}
.sys_spec_img li a {
	height: 50px;
	width: 50px;
	padding: 1px;
	border: 1px solid #ccc;
	color: #333;
	float: left;
	background: #fff;
	display: inline-block;
	outline: none;
}
.sys_spec_img li a img {
	width: 50px;
	height: 50px;
	display: block;
}
.sys_spec_img li a:hover {
	border: 2px solid #e4393c;
	padding: 0;
	text-decoration: none;
}
.sys_spec_img li i {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	right: 2px;
	bottom: 2px;
	background: url(../images/sys_item_selected.gif) no-repeat right bottom;
	z-index: 99;
	display: none;
}
.sys_spec_img li.selected a {
	border: 2px solid #e4393c;
	padding: 0;
}
.sys_spec_img li.selected i {
	display: block;
}
.sys_spec_text {
	padding:0 10px; float:left;
}
.sys_spec_text li {
	float: left;
	height: 34px;
	position: relative;
	margin: 10px 15px 10px 0;
	outline: none;
}
.sys_spec_text li a {
	height: 30px;
	padding: 1px 10px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	display: inline-block;
	line-height: 30px;
}
.sys_spec_text li a:hover {
	padding: 1px 10px;
	border: 1px solid #ccc;
	text-decoration: none;
}
.sys_spec_text li i {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	right: 2px;
	bottom: 2px;
	background: url(../images/sys_item_selected.gif) no-repeat right bottom;
	z-index: 3;
	display: none;
}
.sys_spec_text li.selected a {
	border: 2px solid #e4393c;
	padding: 0 9px;
}
.sys_spec_text li.selected i {
	display: block;
}


@media only screen and (max-width:800px) {
	
	.sys_spec_img {
}
.sys_spec_img li {
	float: left;
	height: 54px;
	position: relative;
	margin: 2px 6px 2px 0;
	font-size:15px;
}
.sys_spec_img li a {
	height: 50px;
	width: 50px;
	padding: 1px;
	border: 1px solid #ccc;
	color: #333;
	float: left;font-size:15px;
	background: #fff;
	display: inline-block;
	outline: none;
}
.sys_spec_img li a img {
	width: 50px;
	height: 50px;
	display: block;
}
.sys_spec_img li a:hover {
	border: 2px solid #e4393c;
	padding: 0;
	text-decoration: none;
}
.sys_spec_img li i {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	right: 2px;
	bottom: 2px;
	background: url(../images/sys_item_selected.gif) no-repeat right bottom;
	z-index: 99;
	display: none;
}
.sys_spec_img li.selected a {
	border: 2px solid #e4393c;
	padding: 0;
}
.sys_spec_img li.selected i {
	display: block;
}
.sys_spec_text {
	padding:0 10px; float:left;
}
.sys_spec_text li {
	float: left;font-size:15px;
	height: 34px;
	position: relative;
	margin: 10px 8px 10px 0;
	outline: none;
}
.sys_spec_text li a {
	height: 30px;
	padding: 1px 10px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	display: inline-block;
	line-height: 30px;
}
.sys_spec_text li a:hover {
	padding: 1px 10px;
	border: 1px solid #ccc;
	text-decoration: none;
}
.sys_spec_text li i {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	right: 2px;
	bottom: 2px;
	background: url(../images/sys_item_selected.gif) no-repeat right bottom;
	z-index: 3;
	display: none;
}
.sys_spec_text li.selected a {
	border: 2px solid #e4393c;
	padding: 0 9px;
}
.sys_spec_text li.selected i {
	display: block;
}
	}
.member-tit {
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #333;
	height: 50px;
	padding: 0 10px;
	line-height: 50px;
	font-size: 20px;
	clear: both;
	margin-bottom: 10px;
	display: none;
}
.cart-box {
}
.member-right .cart-box {
	padding: 5px 10px;
}
.cart-box .cart-tit {
	background: #fff;
	border-bottom: 2px solid #ccc;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	clear: both;
	margin: 10px 0;
}
.cart-box dd {
	float: left;
	padding: 0;
	margin: 0;
}
.cart-pt {
	text-align: left;
	max-height: 50px;
	overflow: hidden;
}
.cart-box dl {
	padding: 0 1%;
	margin: 0;
}
.cart-box dl:after {
	content: " ";
	clear: both;
	display: block;
}
.cart-box .col_1 {
	width: 7%;
	text-align: center;
}
.cart-box .col_2 {
	width: 23%;
	text-align: center;
}
.cart-box .col_3 {
	width: 12%;
	text-align: center;
}
.cart-box .col_4 {
	width: 11%;
	text-align: center;
}
.cart-box .col_5 {
	width: 20%;
	text-align: center;
}
.cart-box .col_6 {
	width: 12%;
	text-align: center;
}
.cart-box .col_7 {
	width: 15%;
	text-align: center;
}


.cart-box .col_21 {
	width: 28%;
	text-align: center;
}
.cart-box .col_31 {
	width: 14%;
	text-align: center;
}
.cart-box .col_41 {
	width: 14%;
	text-align: center;
}
.cart-box .col_51 {
	width: 23%;
	text-align: center;
}
.cart-box .col_61 {
	width: 14%;
	text-align: center;
}


.love-box {
	padding: 1% 3%;
}
.love-box .pt-box {
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	width: calc(100% - 100px);
}
.love-box dd {
	float: left;
	padding: 0;
	margin: 0;
}
.love-box .col_1 {
	width: 10%;
	text-align: center;
}
.love-box .col_2 {
	width: 70%;

}
.love-box .col_3 {
	width: 10%;
	text-align: center;
}
.love-box .col_4 {
	width: 10%;
	text-align: center;
}
.love-box .col_4 a{
	font-size: 16px;
    padding: 13px 0;
    line-height: 34px;
	display:block;
	color:#333;
}
.love-box .price {
	color: #C02727;
	font-size: 16px;
}
.love-box .yprice {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
}

@media only screen and (max-width:800px) {
.cart-box .cart-tit {
	display: none;
}
.cart-box .col_1 {
	width: 48%;
	
}
.cart-box .col_2 {
	width:52%;

}
.cart-box .col_3 {
	width:52%;
	text-align:left;
	padding:3px 0;

}
.cart-box .col_4 {
	width: 52%;
text-align:right; display:none;
	background:rgba(239,239,239,.3);
	

}
.cart-box .col_5 {
	width: 52%;
text-align:left;
float:left;
padding:3px 0;

}
.cart-box .col_6 {
	width: 32%;
	text-align: left;
padding:3px 0;
}
.cart-box .col_7 {
	width: 20%;
	text-align: right;
	padding: 3px 0;
	padding-bottom:0;
}
.cart-box .col_7 img{
	width: 25px; height:25px;
	
}

.cart-box .col_21 {
	width:52%;

}
.cart-box .col_31 {
	width:52%;
	text-align:left;
	padding:3px 0;

}
.cart-box .col_41 {
	width: 52%;
text-align:right; display:none;
	background:rgba(239,239,239,.3);
	

}
.cart-box .col_51 {
	width: 52%;
text-align:left;
float:left;
padding:3px 0;

}
.cart-box .col_61 {
	width: 52%;
	text-align: left;
padding:3px 0;
}
.love-box {
	padding: 1% 3%;
}
.love-box .pt-box {
	padding-top: 25px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	width: calc(100% - 100px);
}
.love-box dd {
	float: left;
	padding: 0;
	margin: 0;
}
.love-box .col_1 {
	width: 30%;
	text-align: center;
}
.love-box .col_2 {
	width:70%;

}
.love-box .pt-box{ padding:3px 0; width:100%;}
.love-box .col_3 {
	width:70%;
	text-align: left;
}
.love-box .col_4 {
	width: 70%;
	text-align: left;
}
.love-box .col_4 a{
	font-size: 14px;
    padding: 0px 0;
    line-height: 34px;
	display:block;
	color:#333;
}
.love-box .price {
	color: #C02727;
	font-size: 16px;
}
.love-box .yprice {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
}
}
.cart-box .price {
	color: #C02727;
	font-size: 22px;
}

.cart-lrbox {
	border-bottom: 1px solid #000;
	padding: 10px 0;
}
.cart-lrbox:after {
	content: " ";
	clear: both;
	display: block;
}
.cart-lwbox dl {
	padding: 2% 1%;
	margin: 0;
}
.c-lwbtn {
	border: 2px solid #f29a76;
	float: left;
	height: 48px;
	width: 160px;
	text-align: center;
	line-height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.c-lwbtn a {
	color: #f29a76;
	font-size: 22px;
	text-decoration: none;
}
.c-lwwz {
	float: left;
	text-align: right;
	padding: 0 10px;
}
.c-lwwz h2, .c-lwwz h1 {
	padding: 0;
	margin: 0;
}
.c-lwwz h1 a {
	color: #f29a76;
	font-size: 22px;
	line-height: 25px;
}
.c-lwwz h2 {
	color: #a11717;
	font-size: 14px;
	line-height: 25px;
}
.c-lwwz a {
	text-decoration: none;
}
.c-lwpic {
	width: 50px;
	height: 50px;
	float: left;
	padding: 0% 1%;
}
.cart-tbox {
	padding: 20px 0;
}
.cart-tjbox {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cart-tjbox:after {
	content: " ";
	clear: both;
	display: block;
}
.cart-btit {
	font-size: 24px;
	color: #333;
	line-height: 60px;
	text-align: center;
}
.cart-btit strong a {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.cart-loc {
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
}
@media only screen and (max-width:800px) {
	.cart-loc {
	font-size: 18px;
	text-align: center;
	padding:0px 0; width:100%;
}
	.cart-loc img{
	height:50px;
}

	}
.cart-loc strong {
	padding: 10px;
}
.cart-loc span {
	background: rgba(212,212,212,.5);
	color: #333;
	padding: 10px;
}
.cart-loc span.act {
	background: #ccc;
	color: #333;
	padding: 10px;
}
.jiagou-box {
	border-bottom: 2px solid #ccc;
	line-height: 60px;
	color: #333;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
.cart-ts {
	font-size: 20px;
	font-weight: bold;
	background: url(../images/c-att.png) no-repeat left center;
	line-height: 60px;
	padding-left: 40px;
}
.cart-ts strong {
	font-size: 22px;
	color: #9d0707;
	padding: 0 5px;
}
.cart-ts a {
	font-size: 14px;
	color: #43bafe;
	padding: 0 10px;
	font-weight: normal;
	text-decoration: none;
}
.cart-tjbox {
	padding: 10px;
}

.cart-tjbox .cart-tjboxl {
	width: 55%;
	float: left;
}
.cart-tjbox .cart-tjboxl .ipt-f8{
	width: 40px;
	
}
.cart-tjbox .cart-tjboxr {
	width: 45%;
	float: right;
}
.cart-tjboxl h1 {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.cart-tjboxl p {
	font-size: 16px;
	color: #444;
	font-weight: normal;
	padding: 5px 0;
	margin: 0;
}
.cart-tjboxl p label {
	line-height: 20px;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
}
.cart-tjboxl p label:after {
	content:" "; clear:both; display:block;
}

.cart-tjboxl p label a {
	color: #333;
	text-decoration: underline
}
.cart-tjboxl p label:last-child {
	border-bottom: 0px dashed #8f8f8f;
}
.cart-tjboxl p strong {
	font-size: 20px;
	color: #C02727;
	padding: 0 5px;
}

@media only screen and (max-width:800px) {
.cart-tjbox .cart-tjboxl {
	width: 100%;
	float: left;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.cart-tjbox .cart-tjboxr {
	width: 100%;
	float: left;
	padding-bottom:10px;
}
.cart-ts {
	font-size: 15px;
	font-weight: bold;
	background: url(../images/c-att.png) no-repeat left center;
	line-height: 45px;
	padding-left: 40px;
}
.cart-ts strong {
	font-size: 16px;
	color: #9d0707;
	padding: 0 5px;
}
.cart-tjbox {
	padding: 10px 0;
	padding-bottom:0px;
	margin-bottom: 0;
}
.cart-tjboxl p strong {
	font-size: 18px;
	color: #C02727;
	padding: 0 5px;
}
.cart-tjboxl p label span{
	display:block; width:calc(100% - 30px)
}
}
.cart-tjboxr {
	font-size: 16px;
}

.cart-tjboxr dd {
	width: 50%;
	text-align: right;
	line-height:30px;
	padding:0;
	margin:0;}


.cart-tjboxr dl {
	padding: 5px 0;
}
.cart-tjboxr dd strong {
	font-size: 14px;
	color: #8f8f8f;
	display: block;
	font-weight: normal;
}
.cart-tjboxr dd em {
	font-size: 12px;
	color: #8f8f8f;
	display: block;
	font-style: normal;
}
.cart-tjboxr .priceh {
	font-size: 22px;
	color: #333;
}
.cart-tjboxr .price {
	font-size: 22px;
	color: #a11717;
}

@media only screen and (max-width:800px) {
	.cart-tjboxr {
	font-size: 16px;
	
	padding-top:8px;
}

.cart-tjboxr dd {
	width: 50%;
	text-align: right; float:left;
	line-height:30px;
	padding:0; margin:0;
}


.cart-tjboxr dl {
	padding: 0px 0;
}
.cart-tjboxr dd strong {
	font-size: 14px;
	color: #8f8f8f;
	display: block;
	font-weight: normal;
}
.cart-tjboxr dd em {
	font-size: 12px;
	color: #8f8f8f;
	display: block;
	font-style: normal;
}
.cart-tjboxr .priceh {
	font-size: 18px;
	color: #333;
}
.cart-tjboxr .price {
	font-size: 22px;
	color: #a11717;
}
}
.hl-ipt {
	width: 85px;
	height: 28px;
	border: 1px solid #8f8f8f;
	padding: 0 5px;
	text-align: right;
	font-size: 25px;
	color: #a11717;
	line-height: 28px;
}
.cart-zjq {
	font-size: 16px;
	color: #43bafe;
	text-align: right
}
.cart-zj {
	border: 1px solid #8f8f8f;
	height: 22px;
	width: 300px;
	position: relative;
	float: right;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	display: none;
}
.cart-zjq:after {
	content: " ";
	clear: both;
	display: block;
}
.cart-zjq strong {
	display: block;
	font-weight: normal
}
.cart-zj input[type="text"] {
	border: 0;
	height: 22px;
	width: 78%;
	margin-right: 1%;
	float: left;
	text-align: right;
}
.open-hl {
	cursor: pointer;
}
.close-hl {
	cursor: pointer;
	position: absolute;
	top: 2px;
	left: 5px;
	padding: 5px;
}
.cart-zj input[type="button"] {
	border: 0;
	height: 22px;
	width: 60px;
	float: right;
	text-align: center;
	background: #a11717;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cart-zjtj {
	border-top: 1px solid #000;
	margin-top: 10px;
	padding: 0px 0;
	clear: both;
	width: 300px;
	float: right;
	line-height: 50px;
}
.cart-js input[type="checkbox"] {
	position: relative;
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	margin: 2px 0px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: top;
}
.cart-js input[type="checkbox"] {
	-webkit-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
.cart-js input[type="checkbox"] {
	border: 1px solid #842525;
	background-color: #fff;
	color: #842525;
	margin-top: 3px;
}
.cart-js input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
.cart-js input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	font-size: 14px;
	left: 0px;
	bottom: 0;
	text-align: center;
	width: 25px;
	height: 25px;
	background: url(../images/checked.png);
}
.cart-js input[type="radio"] {
	position: relative;
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	margin: 2px 0px;
	vertical-align: top;
}
.cart-js input[type="radio"] {
	-webkit-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	transition: border-color 0.2s;
}
.cart-js input[type="radio"] {
	border: 1px solid #0e3642;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	background-color: #fff;
	color: #0e3642;
}
.cart-js input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
.cart-js input[type="radio"]:checked:before {
	content: " ";
	display: block;
	position: absolute;
	font-size: 24px;
	left: 4px;
	top: 4px;
	text-align: center;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	background: #000;
}
.c-pic {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.c-pic img {
	width: 80px;
	height: 80px;
}
.c-wz {
	float: left;
	width: 60%;
}
.c-wz a {
	text-decoration: none;
}
.c-wz h1 a {
	color: #010101;
	font-size: 14px;
	line-height: 25px;
}
.c-wz h1 strong {
	padding-right: 10px;
	color: #666
}
.c-wz h2 {
	color: #8f8f8f;
	font-size: 13px;
	line-height: 25px;
}
.c-wz h2 span {
	padding-right: 15px;
}
.c-wz h2, .c-wz h1 {
	padding: 0;
	margin: 0;
}
.cart-box .price {
	color: #C02727;
	font-size: 16px;
 float:none;
}
.cart-box .yprice {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
}
.cart-box select {
	height: 34px;
	font-size: 16px;
}
.cart-pt a {
	color: #333;
	font-size: 16px;
}
.cart-pt strong {
	font-size: 16px;
	padding-bottom: 5px;
}
.pt-box {
	padding: 5px 0;

}
.cart-select {
	padding: 23px 0;
	line-height: 34px;
}
.price-box {
	font-size: 16px;
	padding: 20px 0;
	text-align:center;
}
.price-box1 {
	font-size: 16px;
	padding: 23px 0;
	line-height: 34px;
}
.number-box {
	padding: 23px 0;
	line-height: 34px;
}
.site-box {
	font-size: 16px;
	padding: 23px 0;line-height: 34px;
}
.site-box a {
	color: #666;
}
.site-box1 {
	font-size: 16px;
	padding: 23px 0;
	line-height: 34px;
}
.site-box1 a {
	color: #666;
}
@media only screen and (max-width:800px) {
	.c-pic {
	float: left;
	width: 99%;
	height: auto;
	margin-right: 1%;
}
.c-pic img {
	width: 100%;
	height: 100%;
}
.c-wz {
	float: left;
	width: 60%;
}
.c-wz a {
	text-decoration: none;
}
.c-wz h1 a {
	color: #010101;
	font-size: 14px;
	line-height: 25px;
}
.c-wz h1 strong {
	padding-right: 10px;
	color: #666
}
.c-wz h2 {
	color: #8f8f8f;
	font-size: 13px;
	line-height: 25px;
}
.c-wz h2 span {
	padding-right: 15px;
}
.c-wz h2, .c-wz h1 {
	padding: 0;
	margin: 0;
}
.cart-box .price {
	color: #C02727;
	font-size: 14px;
}
.cart-tjboxr .price {
	color: #C02727;
	font-size: 18px !important;
}
.cart-box .yprice {
	color: #999;
	font-size: 12px;
	text-decoration: line-through;
}
.cart-box select {

	background:none;
	width:90px;
	height:32px;
	font-size: 14px;
}
.cart-pt {
    text-align: left;
    max-height: 35px;
	margin-bottom:5px;
	line-height:17px;
    overflow: hidden;
}
.cart-pt a {
	color: #333;
	font-size: 14px;
}
.cart-pt strong {
	font-size: 14px;
	padding-bottom: 5px;
}
.pt-box {
	padding: 0px 0;

}
.cart-select {
	padding: 2px 0; padding-bottom:3px;font-size: 14px;
	line-height: 32px;
}

.col_31 .cart-select {
	padding: 0 0; padding-bottom:0;font-size: 14px;
	line-height: 20px;
}

.price-box {
	font-size: 14px;
	padding: 2px 0;
}
.price-box1 {
	font-size: 14px;
	padding: 3px 0;
	line-height: 20px;
}
.col_51 .price-box1 {
	font-size: 14px;
	padding: 0px 0;
	line-height: 20px;
}
.price-box1 .price {
	color: #C02727;
	font-size: 14px !important;
}
.number-box {font-size: 14px;
	padding:3px 0;
	line-height: 20px;
}
.col_51 .number-box {font-size: 14px;
	padding:0px 0;
	line-height: 20px;
}
.number-box .spinner{ float:left;}
.site-box {
	font-size: 14px;
	padding:0px 0;
	background:#fff;
	line-height:20px;
}
.site-box a {
	color: #666;
	display:inline-block;
	width:50%;
}
.site-box1 {
	font-size: 14px;
	padding:10px 0;
	background:rgba(239,239,239,.3);
	line-height:20px;
}
.site-box1 a {
	color: #666;
}
	
	}
.cart-lrbox {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
@media only screen and (max-width:800px) {
	.cart-lrbox {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	padding-bottom:0;
}
	}
	.cart-lrbox1 {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
@media only screen and (max-width:800px) {
	.cart-lrbox1 {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	padding-bottom:0;
}
	}
.cart-lrbox:after {
	content: " ";
	clear: both;
	display: block;
}
.cart-lwbox dl {
	padding: 2% 1%;
	margin: 0;
}
.c-lwbtn {
	border: 2px solid #f29a76;
	float: left;
	height: 48px;
	width: 160px;
	text-align: center;
	line-height: 48px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.c-lwbtn a {
	color: #f29a76;
	font-size: 22px;
	text-decoration: none;
}
.c-lwwz {
	float: left;
	text-align: right;
	padding: 0 10px;
}
.c-lwwz h2, .c-lwwz h1 {
	padding: 0;
	margin: 0;
}
.c-lwwz h1 a {
	color: #f29a76;
	font-size: 22px;
	line-height: 25px;
}
.c-lwwz h2 {
	color: #a11717;
	font-size: 14px;
	line-height: 25px;
}
.c-lwwz a {
	text-decoration: none;
}
.c-lwpic {
	width: 50px;
	height: 50px;
	float: left;
	padding: 0% 1%;
}
.order-box {
	padding: 10px 0;
}
.order-box:after {
	content: " ";
	clear: both;
	display: block;
}
.order-box .col-m5 {
	width: 49%;
}
.order-boxw {
	margin-bottom: 10px;
}
.order-box-tit {
	border-bottom: 1px solid #ccc;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	clear: both;
	padding: 0 5px;
	margin: 10px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.order-box-table table {
	border-left: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	font-size: 16px;
}
.order-box-table table td {
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding: 8px;
}
.order-box-form {
	border: 0px solid #0e3642;
	margin-top: -1px;
}
.order-box-form label{
	display:block
}
.order-box-form:after {
	content : " ";
	display: block;
	clear: both;
}
.order-box-fapiao {
	padding: 10px;
}
.order-box-form dl {
	padding: 5px 5px;
	color: #8f8f8f;
	margin: 8px 0;
}
.order-box-form dl:after {
	content: " ";
	clear: both;
	display: block;
}
.order-box-form dt, .order-box-form dd {
	float: left;
	padding: 0;
	margin: 0;
}
.order-box-form dt {
	width: 20%;
	font-size: 16px;
	line-height: 35px;
}
.order-box-form dd {
	width: 79%;
	font-size: 16px;
	padding-left: 1%;
}
.order-box-form dt em {
	font-size: 14px;
	color: #C02727;
	font-style: normal;
}
.order-box-form dd em {
	font-size: 14px;
	color: #C02727;
	font-style: normal;
	display: block;
}

@media only screen and (max-width:800px) {
.order-box .col-m5 {
	width: 100%;
}
.order-box-tit {
	background: #f2f2f2;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	clear: both;
	padding: 0 5px;
	margin: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.order-box-form dt {
	width: 100%;
	font-size: 16px;
}
.order-box-form dd {
	width: 99%;
	font-size: 16px;
	padding-left: 1%;
}
}
@media only screen and (max-width:400px) {
.order-box .col-m5 {
	width: 100%;
}
.order-box-tit {
	background: #f2f2f2;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	clear: both;
	padding: 0 5px;
	margin: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.order-box-form dt {
	width: 100%;
	font-size: 14px;
}
.order-box-form dd {
	width: 99%;
	font-size: 14px;
	padding-left: 1%;
}
}
.order-box-form input[type="text"] {
	border: 1px solid #ccc;
	height: 32px;
	padding: 0 5px;
	margin: 0 5px;
	margin-left: 0;
	border-radius:5px;
}
.order-box-form .select{
	display:inline
}
.order-box-form .select select{
	border: 1px solid #ccc;
	height: 32px;
	padding: 0 5px;
	margin: 0 5px;
	margin-left: 0;
	border-radius:5px;
}
.text-m1 {
	width: 80%;
	height: 200px;
}
.order-box-form input {
	border-color: #ccc !important;
	font-size: 16px;
}

.order-box-form .ipt-m1 {
	width: 160px;
}
.order-box-form .ipt-m2 {
	width: 60px;
}
.order-box-form .ipt-m3 {
	width: 85px;
}
.order-box-form .ipt-m4 {
	width: 315px;
}

@media only screen and (max-width:800px) {
	.text-m1 {
	width: 80%;
	height: 65px;
	border:1px solid #ccc;
}
.order-box-form .ipt-m1 {
	width: 120px;
}
.order-box-form .ipt-m2 {
	width: 40px;
}
.order-box-form .ipt-m3 {
	width: 65px;
}
.order-box-form .ipt-m4 {
	width: 90%;
}
}
.spinner-sprite, .spinner .decrease, .spinner .decrease[disabled], .spinner .increase, .spinner .value, .spinner .value.passive {
}
.spinner {
	height: 32px;
	width: 100px;
	overflow: hidden;
*zoom:1;
	position: relative;
	margin: 0 auto;
}
.spinner button, .spinner .value {
	text-align: center;
	display: block;
	float: left;
	height: 100%;
	line-height: 25px;
	margin: 0
}
.spinner button {
	border: none;
	width: 23px;
	color: #e5312a;
	font: 22px Arial bold;
	padding: 0;
	outline: none
}
.spinner .decrease {
	cursor: pointer;
	text-indent: -10000px;
	background: url(../images/c-down.png) no-repeat center top;
	height: 12px;
	width: 20px;
	position: absolute;
	right: 3px;
	bottom: 0;
	overflow: hidden;
}
.spinner .decrease[disabled] {
	cursor: default
}
.spinner .increase {
	background: url(../images/c-up.png) no-repeat center bottom;
	height: 12px;
	width: 20px;
	cursor: pointer;
	text-indent: -10000px;
	position: absolute;
	right: 3px;
	top: 0;
	overflow: hidden;
}
.spinner .value {
	width: 53px;
	height: 30px;
	border: none;
	font-family: Arial;
	color: #c2beb4;
	border: 1px solid #c2beb4;
	padding: 0px;
	float: left;
	font-size: 18px;
}
.spinner .value.passive {
	color: #8f8f8f
}
.spinner .error, .spinner .invalid {
	background: #aa0000
}
.huikui-box-tit {
	background: #64a107;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	clear: both;
	padding: 0 5px;
	margin: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.huikui-box-form {
	border: 1px solid #0e3642;
	margin-top: -1px;
	padding: 5px 15px;
}
.huikui-box-form dl {
	padding: 2px 5px;
	color: #8f8f8f;
	margin: 8px 0;
}
.huikui-box-form dl:after {
	content: " ";
	clear: both;
	display: block;
}
.huikui-box-form dt, .order-box-form dd {
	float: left;
	padding: 0;
	margin: 0;
}
.huikui-box-form dt {
	width: 15%;
	font-size: 18px;
}
.huikui-box-form dd {
	width: 80%;
	font-size: 18px;
	padding-left: 1%;
}
.huikui-box-form dt em {
	font-size: 14px;
	color: #9d0707;
	font-style: normal;
}
.huikui-box-form dd em {
	font-size: 14px;
	color: #9d0707;
	font-style: normal;
	display: block;
}

@media only screen and (max-width:800px) {
.huikui-box .col-m5 {
	width: 100%;
}
.huikui-box-tit {
	background: #0e3642;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	clear: both;
	padding: 0 5px;
	margin: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.huikui-box-form dt {
	width: 100%;
	font-size: 16px;
}
.huikui-box-form dd {
	width: 100%;
	font-size: 16px;
	padding-left: 0%;
}
}
.huikui-box-form input[type="text"] {
	border: 1px solid #0e3642;
	height: 24px;
	padding: 0 5px;
	margin: 0 0px;
}
.huikui-box-form .ipt-m1 {
	width: 300px;
}
.huikui-box-form .texts {
	width: 415px;
	height: 120px;
}
.huikui-box-form .subbtn {
	width: 120px;
	height: 45px;
	background: rgba(0,167,29,1.00);
	color: #fff;
	text-align: center;
	border: 0;
	cursor: pointer
}

@media only screen and (max-width:800px) {
.huikui-box-form .ipt-m1 {
	width: 90%;
}
.huikui-box-form .texts {
	width: 90%;
}
}


.order-fukuan ul {
	padding: 0 5px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	clear: both;
	display: block;
	font-size: 16px;
	color: #8f8f8f;
}

@media only screen and (max-width:800px) {
.order-fukuan ul {
	font-size: 14px;
}
}
.order-fukuan ul:after {
	content: " ";
	clear: both;
	display: block;
}
.order-fukuan li {
	float: left;
	padding: 15px 0;
}
.order-fukuan .col-n1 {
	width: 14%;
}
.order-fukuan .col-n2 {
	width: 5%;
	background: #f2f2f2;
	text-align: center;
}
.order-fukuan .col-n3 {
	width: 59%;
	padding-left: 1%;
}
.order-fukuan .col-n4 {
	width: 59%;
}
.order-fukuan .col-n5 {
	width: 1px;
	height: 52px;
	background: #f2f2f2;
	text-align: center;
	padding: 0;
}
.order-fukuan .col-n4 input {
	margin-left: 0;
}
.order-fukuan li strong {
	color: #C02727;
	font-weight: normal;
}
.order-fukuan  label {

	display: block;

	width:100%;
}

.order-fukuan ul {
	padding: 0 5px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	clear: both;
	display: block;
	font-size: 16px;
	color: #8f8f8f;

}

@media only screen and (max-width:800px) {
.order-fukuan ul:after {
	content: " ";
	clear: both;
	display: block;
}
.order-fukuan li {
	float: left;
	padding: 15px 0;
}
.order-fukuan .col-n1 {
	width: 40%;
	padding:25px 0;
}
.order-fukuan .col-n2 {
	width: 5%; 
	background: #f2f2f2;
	text-align: center;
	
}
.order-fukuan .col-n3 {
	width: 48%;
	padding-left: 1%;
}
.order-fukuan .col-n4 {
	width: 59%;
}
.order-fukuan .col-n5 {
	width: 1px;
	height: 70px;
	display:none;
	background: #f2f2f2;
	text-align: center;
	padding: 0;
}
.order-fukuan .col-n4 input {
	margin-left: 0;
}
.order-fukuan li strong {
	color: #C02727;
	font-weight: normal;
}
.order-fukuan ul {
	padding: 0 5px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	clear: both;
	display: block;
	font-size: 16px;
	color: #8f8f8f;
}

}
@media only screen and (max-width:400px) {
.order-fukuan ul:after {
	content: " ";
	clear: both;
	display: block;
}
.order-fukuan li {
	float: left;
	padding: 15px 0;
}
.order-fukuan .col-n1 {
	width: 100%;
	padding:5px 0;
}
.order-fukuan .col-n2 {
	width: 5%;
	background: #f2f2f2;
	text-align: center;
	
}
.order-fukuan .col-n3 {
	width:calc(100% - 28px);
	padding-left: 28px;
	padding-top:0;
}
.order-fukuan .col-n4 {
	width: 59%;
}
.order-fukuan .col-n5 {
	width: 1px;
	height: 70px;
	background: #f2f2f2;
	text-align: center;
	padding: 0;
}
.order-fukuan .col-n4 input {
	margin-left: 0;
}
.order-fukuan li strong {
	color: #C02727;
	font-weight: normal;
}
.order-fukuan ul {
	padding: 0 5px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	clear: both;
	display: block;
	font-size: 16px;
	color: #8f8f8f;
}

}
.order-fapiao ul{
list-style:none;
}.order-fapiao ul:after {
	content: " ";
	clear: both;
	display: block;
}
.order-fapiao li {
	float: left;
	padding: 10px 0; font-size:16px;
}
.order-fapiao .col-n1 {
	width: 16%;
}
.order-fapiao .col-n2 {
	width: 5%;
	background: #f2f2f2;
	text-align: center;
}
.order-fapiao .col-n3 {
	width: 59%;
}
.order-fapiao .col-n4 {
	width: 59%;
}
.order-fapiao .col-n5 {
	width: 1px;
	height: 52px;
	background: #f2f2f2;
	text-align: center;
	padding: 0;
}
.order-fapiao .col-n4 input {
	margin-left: 0;
}
.order-fapiao li strong {
	color: #C02727;
	font-weight: normal;
}
.order-beiz {
	border: 0;
	width: 99%;
	height: 325px;
}
.order-box-fapiao div {
	padding: 0 0;
	font-size: 18px;
	color: #8f8f8f;
}
.order-box-fapiao dl {
	padding: 6px 0;
}
.order-box-fapiao input[type="text"] {
	border: 1px solid #0e3642;
	height: 24px;
	padding: 0 5px;
	margin: 0 5px;
}
.order-box-fapiao .ipt-f1 {
	width: 160px;
}
.order-box-fapiao .ipt-f2 {
	width: 300px;
}
.order-fapiao .ipt-f4 {
	width: 300px;
}
.order-tk-box {
	padding: 15px 0;
	color: #C02727;
	text-align: center;
	font-size: 18px;
	clear: both;
}
.order-btn-c {
	text-align: center;
	padding: 15px 0;
}

@media only screen and (max-width:800px) {
	.order-fapiao ul:after {
	content: " ";
	clear: both;
	display: block;
}
.order-fapiao li {
	float: left;
	padding: 10px 0; font-size:16px;
}
.order-fapiao .col-n1 {
	width:25%;
}
.order-fapiao .col-n2 {
	width: 5%;
	background: #f2f2f2;
	text-align: center;
}
.order-fapiao .col-n3 {
	width: 70%;
}
.order-fapiao .col-n4 {
	width: 59%;
}
.order-fapiao .col-n5 {
	width: 1px;
	height: 52px;
	background: #f2f2f2;
	text-align: center;
	padding: 0;
}
.order-fapiao .col-n4 input {
	margin-left: 0;
}
.order-fapiao li strong {
	color: #C02727;
	font-weight: normal;
}
.order-beiz {
	border: 0;
	width: 99%;
	height: 325px;
}
.order-box-fapiao div {
	padding: 10px 0;
	font-size: 14px;
	color: #8f8f8f;
}
.order-box-fapiao .ipt-f1 {
	width: 45%;
}
.order-box-fapiao .ipt-f2 {
	width: 90%;
}
.order-fapiao .ipt-f4 {
	width: 90%;
	margin-top:8px !important;
}
.order-tk-box {
	padding: 15px 0;
	color: #9d0707;
	text-align: center;
	font-size: 14px;
}
.order-btn-c {
	text-align: center;
	padding: 15px 0;
}
}


@media only screen and (max-width:400px) {
	.order-fapiao ul:after {
	content: " ";
	clear: both;
	display: block;
}
.order-fapiao li {
	float: left;
	padding: 10px 0; font-size:16px;
}
.order-fapiao .col-n1 {
	width:100%;
}
.order-fapiao .col-n2 {
	width: 5%;
	background: #f2f2f2;
	text-align: center;
}
.order-fapiao .col-n3 {
	width:100%; padding-left:0;
}
.order-fapiao .col-n4 {
	width: 59%;
}
.order-fapiao .col-n5 {
	width: 1px;
	height: 52px;
	background: #f2f2f2;
	text-align: center;
	padding: 0;
}
.order-fapiao .col-n4 input {
	margin-left: 0;
}
.order-fapiao li strong {
	color: #C02727;
	font-weight: normal;
}
.order-beiz {
	border: 0;
	width: 99%;
	height: 180px;
}
.order-box-fapiao div {
	padding: 10px 0;
	font-size: 14px;
	color: #8f8f8f;
}
.order-box-fapiao .ipt-f1 {
	width: 45%;
}
.order-box-fapiao .ipt-f2 {
	width: 90%;
}
.order-fapiao .ipt-f4 {
	width: 90%;
	margin-top:8px !important;
}
.order-tk-box {
	padding: 15px 0;
	color: #9d0707;
	text-align: center;
	font-size: 14px;
}
.order-btn-c {
	text-align: center;
	padding: 15px 0;
}
}
.cart-bg {
	padding: 1%;
	background: #fff;
}


}
.login-ipt2 {
	height: 28px;
	width: 100px;
	font-size: 18px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCC;
	margin: 10px;
	color: #999;
}

.login-btn1 {
	background: #cbc7bd;
	height: 44px;
	color: #FFF;
	width: 120px;
	margin-top: 10px;
	font-size: 15px;
	border: 0;
	float: left;
	display: block;
	cursor: pointer;
}
.login-r h1 {
	font-size: 27px;
	line-height: 60px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cbc7bd;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	text-align: center;
}
.login-tips {
	color: #9d0707;
	font-size: 16px;
	padding: 20px 0;
	clear: both;
	text-align: center;
}
.login-btn {
	background: #777;
	height: 40px;
	color: #FFF;
	margin: 8px auto;
	font-size: 16px;
	width: 47%;
	margin-left: 2% !important;
	float: left !important;
	border: 0;
	float: none;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.login-btn:hover {
	background: #666;
}

.success-btn {
	background: #777;
	height: 40px;
	color: #FFF;
	margin: 8px auto;
	font-size: 16px;
	width: 200px;
	margin-top:20px;
	border: 0;
	float: none;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.success-btn:hover {
	background: #666;
}
.contact-btn {
	background: #333;
	height: 40px;
	color: #FFF;
	margin: 8px auto;
	font-size: 16px;
	width: 43%;
	margin-right: 2% !important;
	float: left !important;
	border: 0;
	float: none;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contact-btn:hover {
	background: #666;
}
.loginpw-btn {
	background: #777;
	height: 40px;
	color: #FFF;
	margin: 10px auto;
	font-size: 15px;
	width: 94%;
	border: 0;
	float: none;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.loginpw-btn:hover {
	background: #666;
}
.emlogin-btn {
	background: #fff;
	border: 1px solid #ccc;
	height: 40px;
	color: #666;
	margin: 10px auto;
	font-size: 16px;
	width: calc(96% - 2px);
	float: none;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.emlogin-btn:hover {
	border: 1px solid #666;
}
.login-check {
	font-size: 14px;
	color: #666;
	margin: 5px auto;
	font-size: 15px;
	width: 96%;
}
.login-check label {
	padding: 10px 0;
	display: block;
	line-height: 20px;
	font-size: 16px;
}
.login-check label a {
	color: #333;
	text-decoration: underline
}
.login-check label input {
	float: left;
	margin-top: 0;
	margin-left: 0;
}
.fblogin-btn {
	background: #024AA0;
	height: 40px;
	color: #FFF;
	margin: 8px auto;
	margin-left: 2% !important;
	font-size: 16px;
	width: 47%;
	float: left !important;
	border: 0;
	float: none;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fblogin-btn:hover {
	background: #020Aa0;
}
.fblogin-btn.btn-red {
	background: #C02727;
}
.fblogin-btn.btn-red:hover {
	background: #F00000;
}
.fblogin-btn.btn-green {
	background: rgba(0,170,8,1.00)
}
.fblogin-btn.btn-green:hover {
	background: rgba(100,170,18,1.00);
}
.fblogin-btn.login-bt {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 35px;
	clear: both;
	color: #999;
}

.contact-form {
	margin: 30px ;
	max-width:600px;
}
.contact-form .login-check {
	margin-left: 17%;
}
.contact-form:after {
	content: " ";
	clear: both;
	display: block;
}
.contact-form dl {
	padding: 10px;
	margin: 0;
	line-height: 28px;
	font-size: 16px;
}
.contact-form dl:after {
	content: " ";
	clear: both;
	display: block;
}
.contact-form dd, .contact-form dt {
	padding: 0;
	float: left;
	margin: 0;
}
.contact-form dd {
	width: 24%;
	text-align: right;
}
.contact-form dt {
	width: calc(75% - 5px);
	padding-left: 5px;
}
.contact-form select {
	width: 140px;
}
.contact-form input[type="text"] {
	width: 90%;
}
.contact-form textarea {
	width: 90%;
	height:90px;
}
@media only screen and (max-width:800px) {
	.contact-form {
	margin: 30px auto;
	max-width: 600px;
}
.contact-form .login-check {
	margin-left: 17%;
}
.contact-form:after {
	content: " ";
	clear: both;
	display: block;
}
.contact-form dl {
	padding: 10px;
	margin: 0;
	line-height: 28px;
	font-size: 16px;
}
.contact-form dl:after {
	content: " ";
	clear: both;
	display: block;
}
.contact-form dd, .contact-form dt {
	padding: 0;
	float: left;
	margin: 0;
}
.contact-form dd {
	width:100%;
	text-align: left;
}
.contact-form dt {
	width:100%;
	padding-left: 0;
}
.contact-form select {
	width: 140px;
}
	
	}

.sub-box {
	background: #fff;
	padding: 30px 0;
}
.sub-box:after {
	content: " ";
	clear: both;
	display: block;
}
.about-lr {
	width: 80%;
	margin: auto;
}
.about-lr p {
	padding: 0;
	margin: 10px 0
}
.news-box {
	background: #fff;
}
.news-box:after {
	content: " ";
	clear: both;
	display: block;
}
.news-search {
	padding: 10px;
}
.news-search:after {
	content: " ";
	clear: both;
	display: block;
}
.news-list {
	padding: 20px 3%;
}
.news-list:after {
	content: " ";
	clear: both;
	display: block;
}
.news-pic {
	float: left;
	width: 20%;
}
.news-pic img{

	width: 100%; height:auto
}
.news-wz {
	float: left;
	width: 78%;
	padding-left: 2%;
}
.news-wz h1 {
	font-size: 16px; margin-top:10px;
}

.news-wz .news-time {
	font-size: 14px;
	color: #999;
	padding: 10px 0;
	display: block;
}
.news-wz .news-more a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	border: 2px solid #ccc;
	color: #333;
	float: right;
	display: block;
	width: 100px;
	padding: 8px 0;
	margin-top:8px;
	text-align: center;
	background: url(../images/u2793.png) no-repeat 80px center;
}
.news-wz .news-more a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	border: 2px solid #c02727;
	color: #c02727;
	float: right;
	display: block;
	width: 100px;
	padding: 8px 0;
	text-align: center;
	background: url(../images/u2793.png) no-repeat 80px center;
}

.news-detail {

	padding: 2%;
}
.news-detail img{

	max-width:100%;
}
.news-title {
	font-size: 24px; margin-top:10px;
}
.news-dtime {
	font-size: 16px;
	color: #999;
	padding: 10px 0;
	display: block;
}
@media only screen and (max-width: 800px) {
	.news-box {
	background: #fff;
}
.news-box:after {
	content: " ";
	clear: both;
	display: block;
}
.news-search {
	padding: 10px;
}
.news-search:after {
	content: " ";
	clear: both;
	display: block;
}
.news-list {
	padding: 20px 3%;
}
.news-list:after {
	content: " ";
	clear: both;
	display: block;
}
.news-pic {
	float: left;
	width: 100%;
}
.news-pic img{

	width: 100%; height:auto
}
.news-wz {
	float: left;
	width: 96%;
	padding:0 2%;
}
.news-wz h1 {
	font-size: 16px; margin-top:10px;
}
.news-wz .news-time {
	font-size: 14px;
	color: #999;
	padding: 10px 0;
	display: block;
}
.news-wz .news-more a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	border: 2px solid #ccc;
	color: #333;
	float: right;
	display: block;
	width: 100px;
	padding: 8px 0;
	margin-top:8px;
	text-align: center;
	background: url(../images/u2793.png) no-repeat 80px center;
}
.news-wz .news-more a:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	border: 2px solid #c02727;
	color: #c02727;
	float: right;
	display: block;
	width: 100px;
	padding: 8px 0;
	text-align: center;
	background: url(../images/u2793.png) no-repeat 80px center;
}

.news-detail {

	padding: 2%;
}
.news-title {
	font-size: 24px; margin-top:10px;
}
.news-dtime {
	font-size: 16px;
	color: #999;
	padding: 10px 0;
	display: block;
}
	}


.help-box{ padding:3%;}
.shouhe{ padding:10px;}
.shouhe:after {
	content: " ";
	clear: both;
	display: block;
}
.shouhe-btn{border:1px solid #ccc; padding:10px;-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; cursor:pointer; clear:both;}
	.shouhe-lr{ padding:10px 0; display:none}
	
	
	.newsxx{ padding:10px;}
.newsxx:after {
	content: " ";
	clear: both;
	display: block;
}
.newsxx-btn{border:1px solid #ccc; padding:10px;-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; cursor:pointer; clear:both;}
	.newsxx-lr{ padding:10px 0;}

.member-left {
	float: left;
	width: 15%;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-top: 10px;
}
.member-right {
	float: right;
	width: 84%;margin-top: 10px;
	background-color: #FFF;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, strength=10);
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
.member-left {
	float: none;
	width: 98%;
	background-color: #FFF;
	margin: auto;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc,strength=10);
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
.member-right {
	float: none;
	width: 98%;
	background-color: #FFF;
	margin: auto;
 filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, strength=10);
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
}
.right-dk {
	padding: 10px 3%;
}

.member-mc {
    background: #C02727;
    padding: 15px 10px;
    margin: 0 0%;
    color: #fff;
    border-bottom: 0px solid #f2f2f2;
}
.red {
	color: #C02727;
}
.green {
	color: rgba(3,188,1,1.00);
}
.member-tx {
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}
.member-tx1 {
	margin-bottom: 10px;
}
.member-nav h1 {
	color: #64a107;
	font-size: 18px;
	text-align: left;
	line-height: 40px;
	margin-top: 0px;
	margin: 0;
}
.member-nav h1 img {
	float: left;
}
.member-nav ul li {

	list-style-type: none;
	border-bottom: 0px dashed #ccc;
}
.member-nav ul li a {
	display: block;
	color: #333;
	margin: 0 4%;
	border-bottom: 0px solid #f2f2f2;
	padding: 1% 0;
	line-height: 30px;
}

.member-nav ul li a i {
	display: none;
}
.member-nav ul li a:hover {
	color: #c02727;
}
.member-nav ul {
	margin: 5px;
	padding: 0px;
}
.member-nav {
	padding: 10px 0s;
	margin-bottom: 10px;
	border-top: 0px solid #000;
}
.member-nav:after {
	content: " ";
	clear: both;
	display: block;
}
.member-navs {
	width: 100%;
	float: left;
}
.wap-membernav {
	display: none;
}

@media only screen and (max-width: 800px) {
.right-dk {
	padding: 0;
}
.member-mc {
    background: #C02727;
    padding: 15px 10px;
    margin: 0 0%;
    color: #fff;
    border-bottom: 0px solid #f2f2f2;
}
.red {
	color: #C02727;
}
.green {
	color: rgba(3,188,1,1.00);
}
.member-tx {
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}
.member-tx1 {
	margin-bottom: 10px;
}
.member-nav h1 {
	color: #64a107;
	font-size: 18px;
	text-align: left;
	line-height: 40px;
	margin-top: 0px;
	margin: 0;
}
.member-nav h1 img {
	float: left;
}
.member-nav ul li {


	list-style-type: none;
	border-bottom: 0px dashed #ccc;
}
.member-nav ul li a {
	display: block;
	color: #333;
	margin: 0 4%;
	border-bottom: 0px solid #f2f2f2;
	padding: 1% 0;
	line-height: 30px;
}

.member-nav ul li a i {
	display: none;
}
.member-nav ul li a:hover {
	color: #c02727;
}
.member-nav ul {
	margin: 5px;
	padding: 0px;
}
.member-nav {
	padding: 10px 0s;
	margin-bottom: 10px;
	border-top: 0px solid #000;display:none;
}
.member-nav:after {
	content: " ";
	clear: both;
	display: block;
}
.member-navs {
	width: 100%;
	float: left;
	
}
.wap-membernav {
	display: none;
}
}
.memberzl {
	padding: 10px 0;
}
.memberzl dd {
	width: 10%;
	float: left;
	text-align: right;
	line-height: 26px;
	font-size: 16px;
}
.memberzl dt {
	float: left;
	width: 80%;
	line-height: 26px;
	font-size: 16px;
	padding-left:5px;
}
.memberzl dt input[type="checkbox"]:checked:before {
	width: 25px;
	height: 25px;
}
.memberzl dl {
	display: block;
	clear: both;
	padding: 5px 0;
	font-size: 16px;
	color: #8f8f8f;
	margin: 8px 0;
}
.memberzl dl:after {
	display: block;
	clear: both;
	content: " ";
}
.memberzl input[type="radio"] {
	margin-top: 3px;
}
.ins-ipt1 {
	height: 24px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #333;
	width: 240px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.zlr-ipt1 {
	height: 24px;
	border: 1px solid #c1c1c1;
	font-size: 16px;
	color: #8f8f8f;
	width: 65px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px 0px;
}
.shart_m input[type="radio"] {
	margin-top: 15px;
}

@media only screen and (max-width:800px) {
.memberzl {
	padding: 10px 0;
}
.memberzl dd {
	width: calc(100% - 10px);
	float: left;
	text-align: left;
	line-height: 26px;
	font-size: 16px; margin:0;
	padding:0 5px;
}
.memberzl dt {
	float: left;
	width: calc(100% - 10px);
	line-height: 26px;
	font-size: 16px;
	padding:0 5px;
}
.memberzl dt input[type="checkbox"]:checked:before {
	width: 25px;
	height: 25px;
}
.memberzl dl {
	display: block;
	clear: both;
	padding: 5px 0;
	font-size: 16px;
	color: #8f8f8f;
	margin: 8px 0;
}
.memberzl dl:after {
	display: block;
	clear: both;
	content: " ";
}
.memberzl input[type="radio"] {
	margin-top: 3px;
}
.ins-ipt1 {
	height: 24px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #333;
	width: 90%;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.zlr-ipt1 {
	height: 24px;
	border: 1px solid #c1c1c1;
	font-size: 16px;
	color: #8f8f8f;
	width: 50px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px 0px;
}
.shart_m input[type="radio"] {
	margin-top: 15px;
}
}
.list-four-sub img {
	width: 100%;
	height: auto;
}
.list-four-sub li {
	width: 21.5%;
	float: left;
	margin: 0 1%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 1%;moz-box-shadow: 0px 0px 1px #666 inset;
	-webkit-box-shadow: 0px 0px 1px #666 inset;
	box-shadow: 0px 0px 1px #666 inset;
}
.list-four-sub li:hover {
	moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
}
.list-four-sub li:nth-child(4n+1) {
	margin-left: 0;
}
.list-four-sub li:nth-child(4n) {
	margin-right: 0;
}
.list-four-sub ul {
	padding: 0;
	margin: 0;
}
.list-four-sub .list-ps .sale a {
	
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;

	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.list-four-sub .list-ps .sale a{
	color: #fff;
	background:#C02727;
	padding:0 5px;
	
}
.list-four-sub .list-ps .price {
	font-size:18px;
	display:inline-block;
	line-height:30px;
	color: #C02727;
	

	
}


.list-five-sub img {
	width: 100%;
	height: auto;
}
.list-five-sub li {
	width: 16.4%;
	float: left;
	margin: 0 1%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 1%;moz-box-shadow: 0px 0px 1px #666 inset;
	-webkit-box-shadow: 0px 0px 1px #666 inset;
	box-shadow: 0px 0px 1px #666 inset;
}
.list-five-sub li:hover {
	moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
}
.list-five-sub li:nth-child(5n+1) {
	margin-left: 0;
}
.list-five-sub li:nth-child(5n) {
	margin-right: 0;
}
.list-five-sub ul {
	padding: 0;
	margin: 0;
}
.list-five-sub .list-ps .sale a {
	
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;

	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.list-five-sub .list-ps .sale a{
	color: #fff;
	background:#C02727;
	padding:0 5px;
	
}
.list-five-sub .list-ps .price {
	font-size:18px;
	display:inline-block;
	line-height:30px;
	color: #C02727;
	

	
}

.yjprice{ color:#666; font-size:15px; text-decoration:line-through}
.list-act-sub img {
	width: 100%;
	height: auto;
}
.list-act-sub li {
	width: 47%;
	float: left;
	 margin-right:2%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 1%;moz-box-shadow: 0px 0px 1px #666 inset;
	-webkit-box-shadow: 0px 0px 1px #666 inset;
	box-shadow: 0px 0px 1px #666 inset;
}
.list-act-sub li:hover {
	moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
}

.list-act-sub li:nth-child(2n) {
	margin-right: 0;
}
.list-act-sub ul {
	padding: 0;
	margin: 0;
}
.list-act-sub .list-ps .sale a {
	
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;

	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.list-act-sub .list-ps .sale a{
	color: #fff;
	background:#C02727;
	padding:0 5px;
	
}
.list-act-sub .list-ps .price {
	font-size:18px;
	display:inline-block;
	line-height:30px;
	color: #C02727;
	

	
}
.list-four-sub .list-ps .yjprice{ color:#777; font-size:15px; text-decoration:line-through;line-height:30px; padding-left:7px;}
.list-title{ padding:5px 0; height:50px;}

@media (max-width: 800px) {
.list-four-sub img {
	width: 100%;
	height: auto;
}
.list-four-sub li {
	width: 46%;
	float: left;
	margin: 0 2%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 1%;moz-box-shadow: 0px 0px 1px #666 inset;
	-webkit-box-shadow: 0px 0px 1px #666 inset;
	box-shadow: 0px 0px 1px #666 inset;
}
.list-four-sub li:nth-child(4n+1) {
	margin-left: 0;
}
.list-four-sub li:nth-child(4n) {
	margin-right: 0%;
}
.list-four-sub li:nth-child(2n) {
	margin-right: 0;
}
.list-four-sub li:nth-child(2n+1) {
	margin-left: 0;
}
.list-four-sub ul {
	padding: 0;
	margin: 0;
}
.list-four-sub .list-ps .sale a {
	
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;

	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.list-four-sub .list-ps .sale a img{
	background: #fff;
	
}
.list-four-sub .list-ps .price {
	font-size:16px;
	display:inline-block;
	line-height:30px;
	color: #C02727;

	
}


.list-five-sub img {
	width: 100%;
	height: auto;
}
.list-five-sub li {
	width: 46%;
	float: left;
	margin: 0 2%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 1%;moz-box-shadow: 0px 0px 1px #666 inset;
	-webkit-box-shadow: 0px 0px 1px #666 inset;
	box-shadow: 0px 0px 1px #666 inset;
}
.list-five-sub li:hover {
	moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
}
.list-five-sub li:nth-child(5n+1) {
	margin-left: 0;
}
.list-five-sub li:nth-child(5n) {
	margin-right: 0;
}
.list-four-sub li:nth-child(2n) {
	margin-right: 0;
}
.list-four-sub li:nth-child(2n+1) {
	margin-left: 0;
}
.list-five-sub ul {
	padding: 0;
	margin: 0;
}
.list-five-sub .list-ps .sale a {
	
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;

	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.list-five-sub .list-ps .sale a{
	color: #fff;
	background:#C02727;
	padding:0 5px;
	
}
.list-five-sub .list-ps .price {
	font-size:18px;
	display:inline-block;
	line-height:30px;
	color: #C02727;
	

	
}
}

@media (max-width: 800px) {
.list-act-sub img {
	width: 100%;
	height: auto;
}
.list-act-sub li {
	width: 46%;
	float: left;
	margin: 0 2%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 1%;moz-box-shadow: 0px 0px 1px #666 inset;
	-webkit-box-shadow: 0px 0px 1px #666 inset;
	box-shadow: 0px 0px 1px #666 inset;
}
.list-act-sub li:nth-child(4n+1) {
	margin-left: 0;
}
.list-act-sub li:nth-child(4n) {
	margin-right: 0%;
}
.list-act-sub li:nth-child(2n) {
	margin-right: 0;
}
.list-act-sub li:nth-child(2n+1) {
	margin-left: 0;
}
.list-act-sub ul {
	padding: 0;
	margin: 0;
}
.list-act-sub .list-ps .sale a {
	
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;

	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.list-act-sub .list-ps .sale a img{
	background: #fff;
	
}
.list-act-sub .list-ps .price {
	font-size:16px;
	display:inline-block;
	line-height:30px;
	color: #C02727;

	
}
}
.list-four img {
	width: 100%;
	height: auto;
}
.list-four li {
	width: 21.5%;
	float: left;
	margin: 0 1%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 1%;
	moz-box-shadow: 0px 0px 1px #666 inset;
	-webkit-box-shadow: 0px 0px 1px #666 inset;
	box-shadow: 0px 0px 1px #666 inset;
}
.list-four li:hover {
	moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
}
.list-four li:nth-child(4n+1) {
	margin-left: 0;
}
.list-four li:nth-child(4n) {
	margin-right: 0;
}
.list-four ul {
	padding: 0;
	margin: 0;
}

@media (max-width: 1440px) {
.list-four img {
	width: 100%;
	height: auto;
}
.list-four li {
	width: 21.5%;
	float: left;
	margin: 0 1%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 1%;
}
.list-four li:nth-child(4n+1) {
	margin-left: 0;
}
.list-four li:nth-child(4n) {
	margin-right: 0;
}
.list-four ul {
	padding: 0;
	margin: 0;
}
}

@media (max-width: 800px) {
.list-four img {
	width: 100%;
	height: auto;
}
.list-four li {
	width: 46%;
	float: left;
	margin: 0 2%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 1%;
}
.list-four li:nth-child(4n+1) {
	margin-left: 0;
}
.list-four li:nth-child(4n) {
	margin-right: 0%;
}
.list-four li:nth-child(2n) {
	margin-right: 0;
}
.list-four li:nth-child(2n+1) {
	margin-left: 0;
}
.list-four ul {
	padding: 0;
	margin: 0;
}
}
.list-detail img {
	width: 100%;
	height: auto;
}
.list-detail li {
	width: 92%;
	float: left;
	margin: 0 2%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 2%;
}
.list-detail li:hover {
	moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
}
.list-detail ul {
	padding: 0;
	margin: 0;
}
.list-detail .list-title a {
	color: #333;
}
.list-detail .list-title {
	font-size: 18px;
	margin: 3% 0;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-weight:normal;
}
.list-detail .list-ps .sale {
	float: right;
}
.list-detail .list-ps .sale a {

	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;

	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.list-detail .list-ps .price {
	font-size: 18px;
	color: #C02727;

}

@media (max-width: 1440px) {
.list-detail img {
	width: 100%;
	height: auto;
}
.list-detail li {
	width: 92%;
	float: left;
	margin: 0 2%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 2%;
}
.list-detail ul {
	padding: 0;
	margin: 0;
}
}

@media (max-width: 800px) {
.list-detail img {
	width: 100%;
	height: auto;
}
.list-detail li {
	width: 92%;
	float: left;
	margin: 0 2%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 2%;
}
.list-detail ul {
	padding: 0;
	margin: 0;
}
.list-detail .list-title a {
	color: #333;
}
.list-detail .list-title {
	font-size: 18px;
	margin: 3% 0;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.list-detail .list-ps .sale {
	float: right;
}
.list-detail .list-ps .sale a {

	color: #fff;
	font-size: 14px;


	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.list-detail .list-ps .price {
	font-size: 15px;
	color: #C02727;

}
}

@media (max-width: 500px) {
.list-detail img {
	width: 100%;
	height: auto;
}
.list-detail li {
	width: 92%;
	float: left;
	margin: 0 2%;
	margin-bottom: 2%;
	list-style: none;
	background: #fff;
	padding: 2%;
}
.list-detail ul {
	padding: 0;
	margin: 0;
}
.list-detail .list-title a {
	color: #333;

}
.list-detail .list-title {
	font-size: 16px;
	margin: 3% 0;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.list-detail .list-ps .sale {
	float: right;
}
.list-detail .list-ps .sale a {

	color: #fff;
	font-size: 12px;


	text-align: center;
	display: inline-block;
	margin-left: 5px;
}
.list-detail .list-ps .price {
	font-size: 15px;
	color: #C02727;
	
}
}

.detail_pic .item{ padding:0 5px; margin:0;}
.detail_pic .item img{width:100%;}
.detail_pic .owl-theme .owl-controls .owl-buttons .owl-next{ background: url(../images/right.png) no-repeat !important; width:16px; right:-16px !important;}
.detail_pic .owl-theme .owl-controls .owl-buttons .owl-prev{ background: url(../images/left.png) no-repeat !important; width:16px; left:-16px;}
.hl-msbox {
	padding: 10px 0;
	padding-left: 5%;
}
.hl-msbox:after {
	display: block;
	content: " ";
	clear: both
}
.hl-msbox dl {
	padding: 5px 0;
	clear: both;
	margin: 0;
}
.hl-msbox dd {
	border: 2px solid #C02727;
	background: #fff;
	color: #C02727;
	width: 180px;
	text-align: center;
	display: block;
	float: left;
	line-height: 36px;
	margin: 0;
}
.hl-msbox dt {
	background: #fff;
	width: 40%;
	text-align: left;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 1%;
}
.hl-msbox strong {
	color: #C02727;
	padding: 0 5px;
	font-size: 30px;
}
.hl-msbox em {
	color: #999;
	font-style: normal;
	font-size: 16px;
	padding-left: 15px;
}
.hl-wzbox {
	font-size: 22px;
	color: #333;
	padding: 10px 0;
	text-align: center;
}
.hl-wzbox strong {
	color: #990000;
}
.hl-wzbox p {
	padding: 0;
	margin: 0;
}
.hl-tabbox {
	border-left: 0;
	border-top: 0;
	margin-top: 20px;
	
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
.hl-tabbox:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tabbox dl {
	padding: 0;
	margin: 0;
}
.hl-tabbox dd {
	float: left;
	padding: 0;
	margin: 0;
}
.hl-tab {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	clear: both;
	margin-bottom: 0;
}
.hl-tab:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab .hl-col1 {
	width: 16%;
}
.hl-tab .hl-col2 {
	width: 16%;
}
.hl-tab .hl-col3 {
	width: 16%;
}
.hl-tab .hl-col4 {
	width: 16%;
}
.hl-tab .hl-col5 {
	width: 16%;
}
.hl-tab .hl-col6 {
	width: 20%;
}
.hl-tab-wra {
	color: #333;
	font-size: 16px;
}
.hl-tab-wra dl {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
.hl-tab-wra a {
	color: #333;
	text-decoration: underline
}
.hl-tab-wra:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab-wra dl:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab-wra .hl-col1 {
	width: 16%;
}
.hl-tab-wra .hl-col2 {
	width: 16%;
}
.hl-tab-wra .hl-col3 {
	width: 16%;
}
.hl-tab-wra .hl-col4 {
	width: 16%;
}
.hl-tab-wra .hl-col5 {
	width: 16%;
}
.hl-tab-wra .hl-col6 {
	width: 20%;
}

@media only screen and (max-width:800px) {
	.hl-msbox {
	padding: 10px 0;
	padding-left: 5%;
}
.hl-msbox:after {
	display: block;
	content: " ";
	clear: both
}
.hl-msbox dl {
	padding: 5px 0;
	clear: both;
	margin: 0;
}
.hl-msbox dd {
	border: 2px solid #C02727;
	background: #fff;
	color: #C02727;
	width: 180px;
	text-align: center;
	display: block;
	float: left;
	line-height: 36px;
	margin: 0;
}
.hl-msbox dt {
	background: #fff;
	width: 40%;
	text-align: left;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 1%;
}
.hl-msbox strong {
	color: #C02727;
	padding: 0 5px;
	font-size: 30px;
}
.hl-msbox em {
	color: #999;
	font-style: normal;
	font-size: 16px;
	padding-left: 15px;
}
.hl-wzbox {
	font-size: 22px;
	color: #333;
	padding: 10px 0;
	text-align: center;
}
.hl-wzbox strong {
	color: #990000;
}
.hl-wzbox p {
	padding: 0;
	margin: 0;
}
.hl-tabbox {
	border-left: 0;
	border-top: 0;
	margin-top: 20px;
	
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
.hl-tabbox:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tabbox dl {
	padding: 0;
	margin: 0;
}
.hl-tabbox dd {
	float: left;
	padding: 0;
	margin: 0;
}
.hl-tab {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	clear: both;
	margin-bottom: 0;
}
.hl-tab:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab .hl-col1 {
	width:18%;
}
.hl-tab .hl-col2 {
	width: 18%;
}
.hl-tab .hl-col3 {
	width: 18%;
}
.hl-tab .hl-col4 {
	width: 18%;
}
.hl-tab .hl-col5 {
	width: 10%;
}
.hl-tab .hl-col6 {
	width: 18%;
}
.hl-tab-wra {
	color: #333;
	font-size: 14px;
}
.hl-tab-wra dl {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
.hl-tab-wra a {
	color: #333;
	text-decoration: underline
}
.hl-tab-wra:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab-wra dl:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab-wra .hl-col1 {
	width: 18%;
}
.hl-tab-wra .hl-col2 {
	width: 18%;
}
.hl-tab-wra .hl-col3 {
	width: 18%;
}
.hl-tab-wra .hl-col4 {
	width: 18%;
}
.hl-tab-wra .hl-col5 {
	width: 10%;
}
.hl-tab-wra .hl-col6 {
	width: 18%;
}

	}
	
	@media only screen and (max-width:610px) {

.hl-msbox {
	padding: 10px 0;
	padding-left: 1%;
}
.hl-msbox:after {
	display: block;
	content: " ";
	clear: both
}
.hl-msbox dl {
	padding: 5px 0;
	clear: both;
	margin: 0;
}
.hl-msbox dd {
	border: 2px solid #C02727;
	background: #fff;
	color: #C02727;
	width: 160px;
	text-align: center;
	display: block;
	float: left;
	line-height: 36px;
	margin: 0;
}
.hl-msbox dt {
	background: #fff;
	width: calc(100% - 165px - 2%);
	text-align: left;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 1%;
}
.hl-msbox strong {
	color: #C02727;
	padding: 0 5px;
	font-size: 30px;
}
.hl-msbox em {
	color: #999;
	font-style: normal;
	font-size: 16px;
	padding-left: 15px;
}
.hl-wzbox {
	font-size: 22px;
	color: #333;
	padding: 10px 0;
	text-align: center;
}
.hl-wzbox strong {
	color: #990000;
}
.hl-wzbox p {
	padding: 0;
	margin: 0;
}
.hl-tab {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	clear: both;
	margin-bottom: 0;
}

.hl-tab-wra {
	color: #333;
	font-size: 12px;
}
	}
@media only screen and (max-width:530px) {
	.hl-msbox {
	padding: 10px 0;
	padding-left: 1%;
}
.hl-msbox:after {
	display: block;
	content: " ";
	clear: both
}
.hl-msbox dl {
	padding: 5px 0;
	clear: both;
	margin: 0;
}
.hl-msbox dd {
	border: 2px solid #C02727;
	background: #fff;
	color: #C02727;
	width: 160px;
	text-align: center;
	display: block;
	float: left;
	line-height: 36px;
	margin: 0;
}
.hl-msbox dt {
	background: #fff;
	width: calc(100% - 165px - 2%);
	text-align: left;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 1%;
}
.hl-msbox strong {
	color: #C02727;
	padding: 0 5px;
	font-size: 30px;
}
.hl-msbox em {
	color: #999;
	font-style: normal;
	font-size: 16px;
	padding-left: 15px;
}
.hl-wzbox {
	font-size: 22px;
	color: #333;
	padding: 10px 0;
	text-align: center;
}
.hl-wzbox strong {
	color: #990000;
}
.hl-wzbox p {
	padding: 0;
	margin: 0;
}
.hl-tabbox {
	border-left: 0;
	border-top: 0;
	margin-top: 20px;
	
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
.hl-tabbox:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tabbox dl {
	padding: 0;
	margin: 0;
}
.hl-tabbox dd {
	float: left;
	padding: 0;
	margin: 0;
}
.hl-tab {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	clear: both;
	margin-bottom: 0;
}
.hl-tab:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab .hl-col1 {
	width:18%;
}
.hl-tab .hl-col2 {
	width: 18%;
}
.hl-tab .hl-col3 {
	width: 18%;
}
.hl-tab .hl-col4 {
	width: 14%;
}
.hl-tab .hl-col5 {
	width: 14%;
}
.hl-tab .hl-col6 {
	width: 18%;
}
.hl-tab-wra {
	color: #333;
	font-size: 12px;
}
.hl-tab-wra dl {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
.hl-tab-wra a {
	color: #333;
	text-decoration: underline
}
.hl-tab-wra:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab-wra dl:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab-wra .hl-col1 {
	width: 18%;
}
.hl-tab-wra .hl-col2 {
	width: 18%;
}
.hl-tab-wra .hl-col3 {
	width: 18%;
}
.hl-tab-wra .hl-col4 {
	width: 14%;
}
.hl-tab-wra .hl-col5 {
	width: 14%;
}
.hl-tab-wra .hl-col6 {
	width: 18%;
}

	}
	@media only screen and (max-width:470px) {
	.hl-msbox {
	padding: 10px 0;
	padding-left: 1%; font-size:12px;
}
.hl-msbox:after {
	display: block;
	content: " ";
	clear: both
}
.hl-msbox dl {
	padding: 5px 0;
	clear: both;
	margin: 0;
}
.hl-msbox dd {
	border: 2px solid #C02727;
	background: #fff;
	color: #C02727;
	width: 140px;
	text-align: center;
	display: block;
	float: left;
	line-height: 36px;
	margin: 0;
}
.hl-msbox dt {
	background: #fff;
	width: calc(100% - 145px - 2%);
	text-align: left;
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 1%;
}
.hl-msbox strong {
	color: #C02727;
	padding: 0 5px;
	font-size:20px;
}
.hl-msbox em {
	color: #999;
	font-style: normal;
	font-size: 12px;
	padding-left: 15px;
}
.hl-wzbox {
	font-size:18px;
	color: #333;
	padding: 10px 0;
	text-align: center;
}
.hl-wzbox strong {
	color: #990000;
}
.hl-wzbox p {
	padding: 0;
	margin: 0;
}
.hl-tabbox {
	border-left: 0;
	border-top: 0;
	margin-top: 20px;
	
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
.hl-tabbox:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tabbox dl {
	padding: 0;
	margin: 0;
}
.hl-tabbox dd {
	float: left;
	padding: 0;
	margin: 0;
}
.hl-tab {
	background: #fff;
	color: #333;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	clear: both;
	margin-bottom: 0;
	display:none;
}

.hl-tab-wra {
	color: #333;
	font-size: 12px;
}
.hl-tab-wra dl {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
.hl-tab-wra a {
	color: #333;
	text-decoration: underline
}
.hl-tab-wra:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab-wra dl:after {
	content: " ";
	clear: both;
	display: block;
}
.hl-tab-wra .hl-col1 {
	width: 33%;
}
.hl-tab-wra .hl-col1:before {
	width: 100%;
	display:block; 
	content:"訂單日期";
	clear:both; background:rgba(237,237,237,1.00);
}
.hl-tab-wra .hl-col2 {
	width: 34%;
}
.hl-tab-wra .hl-col2:before {
	width: 100%;
	display:block; 
	content:"異動日期";
	clear:both; background:rgba(237,237,237,1.00);
}
.hl-tab-wra .hl-col3 {
	width: 33%;
}
.hl-tab-wra .hl-col3:before {
	width: 100%;
	display:block; 
	content:"訂單編號";
	clear:both; background:rgba(237,237,237,1.00);
}
.hl-tab-wra .hl-col4 {
	width: 33%;
}
.hl-tab-wra .hl-col4:before {
	width: 100%;
	display:block; 
	content:"訂單金額";
	clear:both; background:rgba(237,237,237,1.00);
}
.hl-tab-wra .hl-col5 {
	width: 34%;
}
.hl-tab-wra .hl-col5:before {
	width: 100%;
	display:block; 
	content:"紅利點數";
	clear:both; background:rgba(237,237,237,1.00);
}
.hl-tab-wra .hl-col6 {
	width: 33%;
}
.hl-tab-wra .hl-col6:before {
	width: 100%;
	display:block; 
	content:"點數使用期限";
	clear:both; background:rgba(237,237,237,1.00);
}

	}
	
	
.yhq-wzbox {
	font-size: 15px;
	color: #333;
	line-height: 25px;
}

@media only screen and (max-width:768px) {
.yhq-wzbox {
	font-size: 13px;
	color: #333;
	line-height: 20px;
}
}
.yhq-wzbox:after {
	content: " ";
	clear: both;
	display: block;
}
.yhq-wzbox p {
	padding: 0;
	margin: 0;
}
.yqh-tabbox {
	border: 1px solid #e4e4e4;
	border-left: 0;
	border-top: 0;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}

@media only screen and (max-width:768px) {
.yqh-tabbox {
	border: 1px solid #e4e4e4;
	border-left: 0;
	border-top: 0;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}
}
.yqh-tabbox:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tabbox dl {
	padding: 0;
	margin: 0;
	border: 1px solid ##000;
}
.yqh-tabbox dd {
	float: left;
	padding: 0;
	margin: 0;
	moz-box-shadow: 1px 1px 0px #ccc inset;
	-webkit-box-shadow: 1px 1px 0px #ccc inset;
	box-shadow: 1px 1px 0px #ccc inset;
}
.yqh-tab {
	background: #f2f2f2;
	color: #333;
}
.yqh-tab:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tab .yqh-col1 {
	width: 5%;
}
.yqh-tab .yqh-col2 {
	width: 25%;
}
.yqh-tab .yqh-col3 {
	width: 12%;
}
.yqh-tab .yqh-col4 {
	width: 18%;
}
.yqh-tab .yqh-col5 {
	width: 15%;
}
.yqh-tab .yqh-col6 {
	width: 15%;
}
.yqh-tab .yqh-col7 {
	width: 10%;
}
.yqh-tab1 {
	background: #f1f1f1;
	color: #333;
}
.yqh-tab1:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tab1 .yqh-col1 {
	width: 5%;
}
.yqh-tab1 .yqh-col2 {
	width: 25%;
}
.yqh-tab1 .yqh-col3 {
	width: 12%;
}
.yqh-tab1 .yqh-col4 {
	width: 18%;
}
.yqh-tab1 .yqh-col5 {
	width: 15%;
}
.yqh-tab1 .yqh-col6 {
	width: 15%;
}
.yqh-tab1 .yqh-col7 {
	width: 10%;
}
.yqh-tab3 {
	background: #64a107;
	color: #fff;
}
.yqh-tab3:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tab3 .yqh-col1 {
	width: 5%;
}
.yqh-tab3 .yqh-col2 {
	width: 25%;
}
.yqh-tab3 .yqh-col3 {
	width: 12%;
}
.yqh-tab3 .yqh-col4 {
	width: 18%;
}
.yqh-tab3 .yqh-col5 {
	width: 15%;
}
.yqh-tab3 .yqh-col6 {
	width: 15%;
}
.yqh-tab3 .yqh-col7 {
	width: 10%;
}
.yqh-tab2 {
	background: #64a107;
	color: #fff;
}
.yqh-tab2:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tab2 .yqh-col1 {
	width: 5%;
}
.yqh-tab2 .yqh-col2 {
	width: 25%;
}
.yqh-tab2 .yqh-col3 {
	width: 20%;
}
.yqh-tab2 .yqh-col4 {
	width: 20%;
}
.yqh-tab2 .yqh-col5 {
	width: 20%;
}
.yqh-tab2 .yqh-col6 {
	width: 15%;
}
.yqh-tab2 .yqh-col7 {
	width: 10%;
}
.yqh-tab-wra {
	color: #333;
}
.yqh-tab-wra:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tab-wra .yqh-col1 {
	width: 5%;
}
.yqh-tab-wra .yqh-col2 {
	width: 25%;
}
.yqh-tab-wra .yqh-col3 {
	width: 12%;
}
.yqh-tab-wra .yqh-col4 {
	width: 18%;
}
.yqh-tab-wra .yqh-col5 {
	width: 15%;
}
.yqh-tab-wra .yqh-col6 {
	width: 15%;
}
.yqh-tab-wra .yqh-col7 {
	width: 10%;
}
.yqh-tab-wra1 {
	color: #333;
}
.yqh-tab-wra1:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tab-wra1 .yqh-col1 {
	width: 5%;
}
.yqh-tab-wra1 .yqh-col2 {
	width: 25%;
}
.yqh-tab-wra1 .yqh-col3 {
	width: 20%;
}
.yqh-tab-wra1 .yqh-col4 {
	width: 20%;
}
.yqh-tab-wra1 .yqh-col5 {
	width: 20%;
}
.yqh-tab-wra1 .yqh-col6 {
	width: 15%;
}
.yqh-tab-wra1 .yqh-col7 {
	width: 10%;
}

@media only screen and (max-width:768px) {
.yqh-tab {
	background: #f2f2f2;
	color: #fff;
	display: none
}
/*.yqh-tab1{background:#f1f1f1; color: #333; display:none}*/
.yqh-tab2 {
	background: #64a107;
	color: #fff;
	display: none
}
.yqh-tabbox dd {
	float: left;
	padding: 0 10px;
	margin: 0;
	moz-box-shadow: 0px 0px 1px #ccc inset;
	-webkit-box-shadow: 0px 0px 1px #ccc inset;
	box-shadow: 0px 0px 1px #ccc inset;
}
.yqh-tab-wra .yqh-col1 {
	width: 10%;
	background: #f2f2f2;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.yqh-tab-wra .yqh-col2 {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}
.yqh-tab-wra .yqh-col3 {
	width: 100%;
	line-height: 20px;
}
.yqh-tab-wra .wap-yhq {
	width: 100%;
	float: left;
}
.yqh-tab-wra .yqh-col4 {
	width: 10%;
	line-height: 40px;
	font-size: 14px;
}
.yqh-tab-wra .yqh-col5 {
	width: 100%;
	text-align: center;
	line-height: 20px;
}
.yqh-tab-wra .yqh-col5:after {
	content: "|";
	clear: both;
	display: none;
}
.yqh-tab-wra .yqh-col6 {
	width: 100%;
	text-align: center;
	line-height: 20px;
}
.yqh-tab-wra .yqh-col7 {
	width: 10%;
	background: #fff;
	border-bottom: 0px solid #ccc;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra dl {
	margin-bottom: 0;
	text-align: left;
	border: 1px solid #000 !important;
}
.yqh-tab-wra dl:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tab-wra dl dd {
	padding: 0 1%;
}
.yqh-tab-wra dl:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tab-wra .yqh-col1 {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra .yqh-col2:before {
	content: "標題：";
}
.yqh-tab-wra .yqh-col2 {
	width: 70%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra .yqh-col3 {
	width: 30%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra .yqh-col3:before {
	content: "金額：";
}
.yqh-tab-wra .yqh-col4 {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra .yqh-col4:before {
	content: "訂單編號：";
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra .yqh-col5 {
	width: 60%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra .yqh-col5:before {
	content: "時間：";
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra .yqh-col6 {
	width: 40%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra .yqh-col6:before {
	content: "狀態：";
}
.yqh-tab-wra .yqh-col7 {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
}
.yqh-tab-wra1 .yqh-col1 {
	width: 10%;
	background: #f2f2f2;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.yqh-tab-wra1 .yqh-col2 {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
}
.yqh-tab-wra1 .yqh-col3 {
	width: 100%;
	line-height: 20px;
}
.yqh-tab-wra1 .wap-yhq {
	width: 100%;
	float: left;
}
.yqh-tab-wra1 .yqh-col4 {
	width: 10%;
	line-height: 40px;
	font-size: 14px;
}
.yqh-tab-wra1 .yqh-col5 {
	width: 100%;
	text-align: center;
	line-height: 20px;
}
.yqh-tab-wra1 .yqh-col5:after {
	content: "|";
	clear: both;
	display: none;
}
.yqh-tab-wra1 .yqh-col6 {
	width: 100%;
	text-align: center;
	line-height: 20px;
}
.yqh-tab-wra1 .yqh-col7 {
	width: 10%;
	background: #fff;
	border-bottom: 0px solid #ccc;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra1 dl {
	margin-bottom: 0;
	text-align: left;
	border: 1px solid #000 !important;
}
.yqh-tab-wra1 dl:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tab-wra1 dl dd {
	padding: 0 1%;
}
.yqh-tab-wra1 dl:after {
	content: " ";
	clear: both;
	display: block;
}
.yqh-tab-wra1 .yqh-col1 {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra1 .yqh-col2:before {
	content: "分潤批次：";
}
.yqh-tab-wra1 .yqh-col2 {
	width: 100%;
	padding: 10px 0;
	background: #f2f2f2;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra1 .yqh-col3 {
	width: 50%;
	padding: 10px 0;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra1 .yqh-col3:before {
	content: "訂單金額：";
}
.yqh-tab-wra1 .yqh-col4 {
	width: 50%;
	padding: 10px 0;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra1 .yqh-col4:before {
	content: "分潤金額：";
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra1 .yqh-col5 {
	width: 50%;
	padding: 10px 0;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra1 .yqh-col5:before {
	content: "分潤日期：";
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra1 .yqh-col6 {
	width: 50%;
	padding: 10px 0;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.yqh-tab-wra1 .yqh-col6:before {
	content: "分潤明細：";
}
.yqh-tab-wra1 .yqh-col7 {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
}
}

.map-box {
	padding: 10px;
}
.map-list {
	padding: 10px;
}
.map-list:after {
	content: " ";
	clear: both;
	display: block;
}
.map-l {
	float: left;
	width: 50%;
	color: #8f8f8f;
	padding: 3% 0;
}
.map-l p {
	padding: 5px 0;
	margin: 0;
}
.map-r {
	float: right;
	width: 50%;
}
.map-pic {
	float: left;
	width: 40%;
}
.map-pic img {
	height: 200px;
}
.map-map {
	float: right;
	width: 59%;
}

@media only screen and (max-width:800px) {
.map-box {
	padding: 10px;
}
.map-list {
	padding: 10px;
}
.map-list:after {
	content: " ";
	clear: both;
	display: block;
}
.map-l {
	float: left;
	width: 100%;
	color: #8f8f8f;
	padding: 3% 0;
	text-align: center;
}
.map-l p {
	padding: 5px 0;
	margin: 0;
}
.map-r {
	float: right;
	width: 100%;
}
.map-pic {
	float: left;
	width: 40%;
}
.map-pic img {
	height: auto;
}
.map-map {
	float: right;
	width: 59%;
}
}

@media only screen and (max-width:500px) {
.map-box {
	padding: 10px;
}
.map-list {
	padding: 10px;
}
.map-list:after {
	content: " ";
	clear: both;
	display: block;
}
.map-l {
	float: left;
	width: 100%;
	color: #8f8f8f;
	padding: 3% 0;
}
.map-l p {
	padding: 5px 0;
	margin: 0;
}
.map-r {
	float: right;
	width: 100%;
}
.map-pic {
	float: left;
	width: 100%;
}
.map-map {
	float: right;
	width: 100%;
}
}


.ordern-search {
	font-size: 16px;
	padding: 10px 0;
	margin-bottom:20px;
}
.ordern-search:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-search a {
	height: 24px;
	width: 100px;
	border: 1px solid #c02727;
	background: #c02727;
	color: #fff;
	margin: 0 5px;
	display:inline-block;
	font-size:14px;

	text-align:center;
	line-height:24px;
}
.ordern-search input[type="text"] {
	height: 24px;
	border: 1px solid #ccc;
	margin: 0 5px;
	padding: 0 5px;
}
.ordern-search input[type="submit"], .ordern-search input[type="button"] {
	height: 26px;
	width: 60px;
	border: 1px solid #c02727;
	background: #c02727;
	color: #fff;
	margin: 0 5px;
	font-size:14px;
}
.ordern-tab {
	padding-top: 10px;
	text-align: center;
	font-size: 16px;
}
.ordern-tab:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-tab dl {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.ordern-tab dl:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-tab dd {
	padding: 0;
	margin: 0;
	float: left;
	line-height: 40px;
}
.ordern-wrap {
	
	text-align: center;
	font-size: 16px;
}
.ordern-wrap:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-wrap dl {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.ordern-wrap dl:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-wrap dd {
	padding: 0;
	margin: 0;
	float: left;
	line-height: 40px;
}
.ordern-wrap dd a {
	color: #333;
	text-decoration: underline
}
.wuliu {
	line-height: 20px;
}
.wuliu span {
	display: block;
}
.coln-1 {
	width: 15%;
}
.coln-2 {
	width: 15%;
}
.coln-3 {
	width: 12%;
}
.coln-4 {
	width: 19%;
}
.coln-5 {
	width: 12%;
}
.coln-6 {
	width: 12%;
}
.coln-7 {
	width: 15%;
}

	@media only screen and (max-width:800px) {
		
		.ordern-search {
	font-size: 14px;
	padding: 10px 5px;
	margin-bottom:20px;
}
.ordern-search:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-search a {
	height: 24px;
	width: 100px;
	border: 1px solid #c02727;
	background: #c02727;
	color: #fff;
	margin: 0 5px;
	display:inline-block;
	font-size:14px;
	text-align:center;
	line-height:24px;
}
.ordern-search input[type="text"] {
	height: 24px;
	border: 1px solid #ccc;
	width:80px;
	margin: 0 5px;
	padding: 0 5px;
}
.ordern-search input[type="submit"], .ordern-search input[type="button"] {
	height: 26px;
	width: 60px;
	border: 1px solid #c02727;
	background: #c02727;
	color: #fff;
	margin: 0 5px;
	font-size:14px;
}
.ordern-tab {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}
.ordern-tab:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-tab dl {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.ordern-tab dl:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-tab dd {
	padding: 0;
	margin: 0;
	float: left;
	line-height: 40px;
}
.ordern-wrap {
	
	text-align: center;
	font-size: 12px;
}
.ordern-wrap:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-wrap dl {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.ordern-wrap dl:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-wrap dd {
	padding: 0;
	margin: 0;
	float: left;
	line-height: 40px;
}
.ordern-wrap dd a {
	color: #333;
	text-decoration: underline
}
.wuliu {
	line-height: 20px;
}
.wuliu span {
	display: block;
}
.coln-1 {
	width: 15%;
}
.coln-2 {
	width: 15%;
}
.coln-3 {
	width: 12%;
}
.coln-4 {
	width: 19%;
}
.coln-5 {
	width: 12%;
}
.coln-6 {
	width: 12%;
}
.coln-7 {
	width: 15%;
}
		}
		
@media only screen and (max-width:610px) {
		
		.ordern-search {
	font-size: 12px;
	padding: 10px 5px;
	margin-bottom:0px;
	line-height:26px;
}
.ordern-search:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-search a {
	height: 24px;
	width: 100px;
	border: 1px solid #c02727;
	background: #c02727;
	color: #fff;
	margin: 0 5px;
	display:inline-block;
	font-size:14px;
	text-align:center;
	line-height:24px;
}
.ordern-search input[type="text"] {
	height: 24px;
	border: 1px solid #ccc;
	width:80px;
	margin: 0 5px;
	padding: 0 5px;
}
.ordern-search input[type="submit"], .ordern-search input[type="button"] {
	height: 26px;
	width: 50px;
	border: 1px solid #c02727;
	background: #c02727;
	color: #fff;
	margin: 0 5px;
	font-size:14px;
}
.ordern-tab {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}
.ordern-tab:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-tab dl {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.ordern-tab dl:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-tab dd {
	padding: 0;
	margin: 0;
	float: left;
	line-height: 40px;
}
.ordern-wrap {
	
	text-align: center;
	font-size: 12px;
}
.ordern-wrap:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-wrap dl {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.ordern-wrap dl:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-wrap dd {
	padding: 0;
	margin: 0;
	float: left;
	line-height: 40px;
}
.ordern-wrap dd a {
	color: #333;
	text-decoration: underline
}
.wuliu {
	line-height: 20px;
}
.wuliu span {
	display: block;
}
.coln-1 {
	width: 15%;
}
.coln-2 {
	width: 15%;
}
.coln-3 {
	width: 12%;
}
.coln-4 {
	width: 19%;
}
.coln-5 {
	width: 12%;
}
.coln-6 {
	width: 12%;
}
.coln-7 {
	width: 15%;
}
		}
		@media only screen and (max-width:590px) {
		
		.ordern-search {
	font-size: 12px;
	padding: 10px 5px;
	margin-bottom:0px;
	line-height:26px;
}
.ordern-search:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-search a {
	height: 24px;
	width: 80px;
	border: 1px solid #c02727;
	background: #c02727;
	color: #fff;
	margin: 0 5px;
	display:inline-block;
	font-size:12px;
	text-align:center;
	line-height:24px;
}
.ordern-search input[type="text"] {
	height: 24px;
	border: 1px solid #ccc;
	width:60px;
	margin: 0 3px;
	padding: 0 3px;
}
.ordern-search input[type="submit"], .ordern-search input[type="button"] {
	height: 26px;
	width: 40px;
	border: 1px solid #c02727;
	background: #c02727;
	color: #fff;
	margin: 0 3px;
	font-size:12px;
}
.ordern-tab {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	display:none;
}
.ordern-tab:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-tab dl {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.ordern-tab dl:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-tab dd {
	padding: 0;
	margin: 0;
	float: left;
	line-height: 40px;
}
.ordern-wrap {
	
	text-align: center;
	font-size: 12px;
}
.ordern-wrap:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-wrap dl {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 5px;
}
.ordern-wrap dl:after {
	content: " ";
	clear: both;
	display: block;
}
.ordern-wrap dd {
	padding: 0;
	margin: 0;
	float: left;
	line-height: 40px;
}
.ordern-wrap dd a {
	color: #333;
	text-decoration: underline
}
.wuliu {
	line-height: 20px;
}
.wuliu span {
	display: block;
}
.coln-1  {
	width: 33%;
}
.coln-1:before {
	width: 100%;
	display:block; 
	content:"購買時間";
	clear:both; background:rgba(237,237,237,1.00);
}
.coln-2 {
	width: 34%;
}
.coln-2:before {
	width: 100%;
	display:block; 
	content:"訂單編號";
	clear:both; background:rgba(237,237,237,1.00);
}
.coln-3 {
	width: 33%;
}
.coln-3:before {
	width: 100%;
	display:block; 
	content:"訂單狀態";
	clear:both; background:rgba(237,237,237,1.00);
}
.coln-4 {
	width: 100%;
}
.coln-4:before {
	width: 100%;
	display:block; 
	content:"物流追蹤";
	clear:both; background:rgba(237,237,237,1.00);
}
.coln-5 {
	width: 33%;
}
.coln-5:before {
	width: 100%;
	display:block; 
	content:"付款狀態";
	clear:both; background:rgba(237,237,237,1.00);
}
.coln-6 {
	width: 34%;
}
.coln-6:before {
	width: 100%;
	display:block; 
	content:"訂單金額";
	clear:both; background:rgba(237,237,237,1.00);
}
.coln-7 {
	width: 33%;
}
.coln-7:before {
	width: 100%;
	display:block; 
	content:"發票號碼";
	clear:both; background:rgba(237,237,237,1.00);
}
		}
		
		.n_bfcheck { font-weight:normal; padding:20px;}
		.n_bfcheck:after {content:" "; clear:both; display:block}
		.n_bfcheck label{ padding-right:20px;}
		.clear{ clear:both;}
	#modal_order .modal-body{ max-height:450px; overflow:auto}	
.modal-content {
    border:4px solid #ae1e23;
	border-radius:10px;
}
.adress_select{ margin-right:8px;}
.clause{ font-size:16px}
.clause li{ list-style:outside decimal}
#caluse .modal-dialog {
    width: 620px !important;
    margin: 30px auto;
}
@media (min-width: 768px){
#caluse .modal-dialog {
    width: 620px  !important;
    margin: 30px auto;
}
}
.order-tp-radio label{ display:inline-block}
.order-tp-radio input[type="radio"]{margin:3px; margin-left:0;}
.radio-list label{ padding-right:8px;}

#accordion .panel-body{ max-height:500px; overflow-y:auto;}