@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	width:100%;
}
body{
	margin:0;
	padding:0;
	color:#333;
	position:relative;
	font-size:14px;
	background:#FFF;
	width:100%;
	font-family:"微軟正黑體", Microsoft JhengHei, 'OpenSans', "Helvetica Neue", Helvetica, Arial, "俪  Pro", "LiHei Pro", "STHeiti", "Apple LiGothic Medium", "微软正 体", "Microsoft JhengHei", sans-serif;
	overflow-x:hidden;
}
@font-face{
	font-family:"魏碑-繁";
	src: url('fonts/WeibeiTC-Bold.otf');
}
@font-face{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
	src: url('fonts/FZLBJW.TTF');
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:inherit;
	line-height:inherit;
}
ul li{
	list-style:none;
}
input[type="text"] { -webkit-appearance: none; }
img{
	max-width:100%;
	border:none;
	vertical-align:middle;
	text-decoration:none;
}
a{
	cursor:pointer;
	color:#ffcd80;
}
a,a img{
	border:none;
	outline:none;
	cursor:pointer;
	text-decoration:none;
	background:none;
}
a:focus,a:hover{
	text-decoration:none;
	outline:none;
}
select,select:focus,select:active{
	outline:none;
}
input:focus{
	outline:none;
}
input::-moz-placeholder{color:#a15e39 !important;opacity:1}
input:-ms-input-placeholder{color:#a15e39 !important}
input::-webkit-input-placeholder{color:#a15e39 !important}
input[type="text"] { -webkit-appearance: none; }
textarea{ -webkit-appearance: none; }
select{
	outline:none;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */ 
}

/*导航菜单 */
#menu {
  background:none;
  float:right;
}
#menu .navbar-header {
  width: 100%;
  margin: 0;
  position:relative;
}
#menu .navbar-header .mobile-search {
  float: left;
  padding: 0 10px;
  height: 40px;
  width: 40px;
}
#menu .navbar-header .mobile-nav-icon {
  margin-top:0;
}
#menu .nav > li {
	margin:0;
  position: relative;
}
#menu .nav > li.icon_line img{
	margin-top:14px;
}
.nav > li > a:focus, .nav > li > a:hover{
	background:none;
}
#menu .nav > li .dropdown-menu {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
   top: 140%;
    visibility: hidden;
    display: block;
}
#menu .nav > li .dropdown-menu > li {
  border-bottom: 1px dashed #e8e8e8;
}
#menu .nav > li .dropdown-menu > li:last-of-type {
  border-bottom: none;
}
#menu .nav > li .dropdown-menu > li > a {
  padding: 7px 20px;
}
#menu .nav > li > .toggle-button {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 0px;
}
#menu .nav > li.active > a{
	background: url(../images/nav_menu_bg.png) no-repeat;
}

#menu .nav > li:hover .dropdown-menu {
	display: block;
	visibility: visible;
	top: 100%;
}
#menu .nav > li > a {
	word-wrap: break-word; 
	width:30px;
	height:104px;
	text-align:center;
	padding:12px 5px;
	margin:0 25px;
	color: #ffcd80;
	font-size:16px;
	line-height:20px;
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mobile_close{
	display:none;
	position:absolute;
	right:-10px;
	top:-6px;
	padding:10px 12px;
	cursor:pointer;
	background:#b00612;
}
.mobile_close i{
	color:#f69f1a;
	font-size:20px;
}
#category{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
/*导航菜单 */

header{
	width:100%;
	/*background:url(../images/header_bg.jpg) repeat;*/
	padding:17px 0 15px;
	display:inline-block;
	position:relative;
	border-bottom:3px solid #ffd298;
	font-family:"魏碑-繁";
}
.sc header{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.logo{
	float:left;
	padding:22px 0 0;
}
.search-cart-right{
	float:right;
	padding-top:15px;
}
.search{
	float:right;
	width:200px;
	margin:15px 0 0 100px;
	position:relative;
}
.search input + label{
	position: absolute;
	left: 5px;
	top:12px;
	color:#ffcd80;
	font-size:16px;
	z-index:9;
}
.search input:focus + label{
	display:none;
}
.search input{
	width:200px;
	height:48px;
	color:#ffcd80;
	font-size:14px;
	padding:0 45px 0 8px;
	background:url(../images/input_bg.png) repeat;
	border:1px solid #e8b36f;
	position:relative;
	z-index:90;
}
.search span{
    position: absolute;
    top:13px;
    right:15px;
	z-index:99;
}
.language{
	text-align:center;
	float:right;
	color:#ffcd80;
	padding-left:20px;
}
.language a{
	font-size:13px;
	line-height:16px;
	color:#ffcd80;
	word-wrap: break-word; 
	width:15px;
	display:block;
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.language a.language_tc{
	font-family:"魏碑-繁" !important;
}
.language a.language_sc{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif !important;
}
.language a:hover{
	color:#f59d1a;
}
.user_membership{
	position:absolute;
	right:15px;
	top:-17px;
	background:#890514;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	padding:6px 5px;
	font-size:13px;
	line-height:13px;
}
.user_membership .user_name{
	display:inline-block;
	vertical-align:middle;
	color:#ffcd80;
	padding:0 15px;
	font-weight:bold;
}
.user_membership .user_logout{
	display:inline-block;
	vertical-align:middle;
	padding:0 15px;
	border-left:1px solid #a30719;
	font-family:"微軟正黑體", Microsoft JhengHei, 'OpenSans', "Helvetica Neue", Helvetica, Arial, "俪  Pro", "LiHei Pro", "STHeiti", "Apple LiGothic Medium", "微软正 体", "Microsoft JhengHei", sans-serif;
}
.user_membership .user_logout i{
	margin-right:5px;
}
.user_membership .user_logout a{
	color:#ffcd80;
}
.user_membership .user_logout a:hover{
	color:#f59d1a;
}
.member-center{
	text-align:center;
	float:right;
	color:#ffcd80;
	padding-left:20px;
}
.member-center a{
	font-size:13px;
	line-height:16px;
	color:#ffcd80;
	word-wrap: break-word; 
	width:15px;
	display:block;
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.member-center a:hover{
	color:#f59d1a;
}
.order-record{
	float:right;
	padding-left:20px;
}
.order-record a{
	font-size:13px;
	line-height:16px;
	color:#ffcd80;
	word-wrap: break-word; 
	width:15px;
	display:block;
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.order-record a:hover{
	color:#f59d1a;
}
.order-record a span{
	width:20px;
	height:20px;
	font-size:12px;
	text-align:center;
	display:inline-block;
	background:#f6a629;
	line-height:20px;
	color:#890514;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	margin-left:-5px;
	margin-top:2px;
}

.container{
	width:100%;
	position:relative;
	max-width:1440px;
}
.line{
	height:1px;
	width:13px;
	background:#ffcd80;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	transform: rotate(15deg);
	display:block;
	margin:5px 0;
}
#top{
	background:#ac060f;
}
.visible-mobile{
	display:none !important;
}
.hidden-mobile{
	display:block !important;
}
.head-title{
	background:url(../images/title_bg.png) no-repeat center center;
	width:786px;
	max-width:580px;
	background-size:contain;
	text-align:center;
	margin:0 auto;
	color:#890514;
	font-size:42px;
	padding-top:0px;
	margin-bottom:15px;
	font-family:"魏碑-繁";
}
.sc .head-title{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.head-title > span{
	display:inline-block;
	vertical-align:middle;
}

.head-title p{
	font-size:22px;
}
.ds-recommend{
	text-align:center;
	padding:15px 0 0;
	font-family:"魏碑-繁";
}
.sc .ds-recommend{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.choose{
	/*margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:2px solid #f5f5f5;*/
}
.choose_a{
	width:100%;
	display:inline-block;
	margin-bottom:20px;
}
.choose_a a{
	display:inline-block;
	margin:0 12px 12px;
	max-width:100px;
}
.choose_a a:hover img{
	transform:scale(1.02);
	-ms-transform:scale(1.02); 	/* IE 9 */
	-moz-transform:scale(1.02); 	/* Firefox */
	-webkit-transform:scale(1.02); /* Safari 和 Chrome */
	-o-transform:scale(1.02);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.choose_a a:hover h3{
	color:#bf0714;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.choose_a a:hover p{
	color:#bf0714;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.choose_a h3{
	color:#333;
	font-size:20px;
	margin:10px 0 3px;
}
.choose_a p{
	font-size:16px;
	color:#9d8082;
}
.choose_b{
	width:100%;
	display:inline-block;
}
.choose_b a{
	display:inline-block;
	margin:0 12px 12px;
	max-width:120px;
}
.choose_b p{
	font-size:20px;
	color:#333;
	margin-top:5px;
}
.choose_b a:hover p{
	color:#bf0714;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.choose_b a:hover img{
	transform:scale(1.02);
	-ms-transform:scale(1.02); 	/* IE 9 */
	-moz-transform:scale(1.02); 	/* Firefox */
	-webkit-transform:scale(1.02); /* Safari 和 Chrome */
	-o-transform:scale(1.02);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.button{
	text-align:center;
}
.button a{
	height:32px;
	line-height:32px;
	display:inline-block;
	margin:0 10px;
	color:#890514;
	font-size:18px;
	width:100px;
}
.button a.search2{
	color:#ffcd80;
	display:inline-block;
	width:120px;
	height:32px;
	line-height:32px;
	text-align:center;
	border:none;
	background: url(../images/cart_bg.png) no-repeat;
}
.button a.search2:hover{
	
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.choose_result{
	padding-bottom:10px;
	text-align:left;
	font-size:16px;
	color:#890514;
	display:inline-block;
	width:100%;
	border-bottom:2px solid #f5f5f5;
}
.choose_result li{
	color:#333;
	list-style:none;
	display:inline-block;
	padding-left:23px;
	margin:0 10px;
	background:url(../images/icon_c.png) no-repeat left center;
}
.popular{
	background:#fff5f5;
	width:100%;
	padding-bottom:40px;
	position:relative;
	
}
.popular_bg_left{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:40%;
	background:url(../images/s_bg.png) repeat;
}
.popular_bg_center{
	position: absolute;
	right:0;
	top:20px;
	max-width:60%;
}
.popular-title{
	display:inline-block;
	width:100%;
	position:relative;
	z-index:9;
	padding:40px 0 15px;
	font-family:"魏碑-繁";
}
.sc .popular-title{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.popular-title span{
	font-size:42px;
	margin-right:10px;
	color:#ffcd80;
	display:inline-block;
	vertical-align: middle;
}
.popular-title p{
	font-size:24px;
	color:#ffcd80;
}
.popular-title-left{
	float:left;
}
.popular-title-right{
	text-align:right;
	margin-top:40px;
}
.popular-title-right .more{
	font-size:14px;
	color:#ffcd80;
	display:inline-block;
	background:url(../images/cart_bg.png) no-repeat;
	width:120px;
	height:32px;
	text-align:center;
	line-height:32px;
	margin-right:15px;
	font-family:"魏碑-繁";
}
.sc .popular-title-right .more{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.product{
	width:100%;
	max-width:375px;
	padding:5px;
	background:#FFF;
}
.product:hover{
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.1);
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
	-ms-transform:translate3d(0px, -3px, 0px);
	-webkit-transform:translate3d(0px, -3px, 0px);
	-o-transform:translate3d(0px, -3px, 0px);
	transform:translate3d(0px, -3px, 0px);
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.product_c{
	width:100%;
	max-width:375px;
	margin:0 auto;
	text-align:center;
	padding:10px;
	font-family:"微軟正黑體", Microsoft JhengHei, 'OpenSans', "Helvetica Neue", Helvetica, Arial, "俪  Pro", "LiHei Pro", "STHeiti", "Apple LiGothic Medium", "微软正 体", "Microsoft JhengHei", sans-serif}
.product_c .product_img{
	margin-bottom:15px;
}

.product_c .product_name{
	font-size:14px;
	color:#890514;
	overflow:hidden;
	height:20px;
	margin-bottom:5px;
}
.product_c .product_price{
	margin-bottom:5px;
	color:#da162d;
	font-size:14px;
}
.product_c .product_price span{
	font-weight:bold;
}
.product_c .product_stock{
	margin-bottom:5px;
	font-size:14px;
	color:#890514;
}
.product_c .product_stock_0{
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
	font-size:12px;
	height:20px;
	overflow:hidden;
}
.product_c .add_to_cart a{
	background:url(../images/cart_bg.png) no-repeat;
	width:120px;
	height:32px;
	display:inline-block;
	line-height:32px;
	text-align:center;
	font-size:14px;
	color:#ffcd80;
	margin-bottom:10px;
	font-family:"魏碑-繁";
}
.sc .product_c .add_to_cart a{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
#swiper1{
	padding-bottom:50px;
}
#swiper1 .swiper-container-horizontal > .swiper-pagination-bullets, 
#swiper1 .swiper-pagination-custom, #swiper1 .swiper-pagination-fraction{
	bottom:0;
}
#swiper1 .swiper-pagination-bullet-active{
	background:#da162d;
}
.all_product{
	padding:15px 0 40px;
}
.product_list_a{
	float:left;
	width:16.66%;
}
.product_list_a:hover{
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.1);
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	-ms-transform:translate3d(0px, -3px, 0px);
	-webkit-transform:translate3d(0px, -3px, 0px);
	-o-transform:translate3d(0px, -3px, 0px);
	transform:translate3d(0px, -3px, 0px)
}
.news{
	background:#fff5f5;
	padding:15px 0 40px;
}
.news-left{
	float:left;
	width:30%;
	background:#890514;
	overflow:hidden;
}
.news-right{
	float:left;
	width:70%;
	overflow:hidden;
}
.recent_search{
	padding:15px 0 40px;
}
.recent_search_d{
	display:inline-block;
	width:100%;
}
.col_6{
	float:left;
	width:16.66%;
}
.col_6 .product_c:hover{
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.1);
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
	-ms-transform:translate3d(0px, -3px, 0px);
	-webkit-transform:translate3d(0px, -3px, 0px);
	-o-transform:translate3d(0px, -3px, 0px);
	transform:translate3d(0px, -3px, 0px);
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.all_product_list{
	width:100%;
	display:inline-block;
}
.all_product_list .product_c{
	background:#fff;
}
.button_more{
	width:100%;
	text-align:center;
	margin-top:15px;
}
.button_more a{
	font-size: 16px;
    color: #ffcd80;
    display: inline-block;
    background: url(../images/cart_bg.png) no-repeat;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-family: "魏碑-繁";
}
.sc .button_more a{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.breadcrumb-wrapper{
	background:#a2081a;
}
.breadcrumb{
	background:none;
	padding:10px 0;
	margin:0;
}
.breadcrumb > li{
	color:#ffcd80;
}
.breadcrumb > li + li::before{
	content:">";
	color:#ffcd80;
}
.breadcrumb > li >a:hover{
	color:#f59d1a;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.tj-wrapper{
	background:#980717;
	padding:5px 0;
}
.tj-wrapper.comm{
	background:#ffead0;
}
.tj-wrapper.comm .head-title{
	background:url(../images/title_bg4.jpg) no-repeat center center;
	color:#980717;
	width:400px;
	background-size:contain;
}
.tj-wrapper .head-title{
	background:url(../images/title_bg2.png) no-repeat center center;
	width:559px;
	height:auto;
	color:#ffcd80;
	font-size:36px;
	padding-top:5px;
	margin-bottom:5px;
}
.tj-wrapper .head-title p{
	font-size:18px;
	margin-top:0;
	margin-bottom:0;
}
.column_left{
	float:left;
	width:180px;
	font-family:"魏碑-繁";
}
.sc .column_left{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.column_left h1{
	color:#890514;
	font-size:24px;
}
.column_left h2{
	color:#ffcd80;
	font-size:16px;
	background:url(../images/catelog_bg.png) no-repeat;
	width:180px;
	height:49px;
	line-height:49px;
	padding-left:30px;
	margin-bottom:15px;
}
.product_list_col{
	float:left;
	width:25%;
	padding:0 15px;
}
ul.catelog{
	list-style:none;
	width:100%;
	display:inline-block;
}
ul.catelog li{
	padding:0 10px;
	margin-bottom:10px;
}
ul.catelog li span{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	min-width:56px;
}
ul.catelog li .regular-checkbox{
	display:none;
}
ul.catelog li .regular-checkbox + label{
    background: url(../images/checkbox1.png) no-repeat;
    width:16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
	margin:5px 0 0 0;
	float:right;
	cursor:pointer;
}
ul.catelog li .regular-checkbox:checked + label{
	background: url(../images/checkbox2.png) no-repeat;
}
.sort-price{
	margin-top:30px;
	font-family:"微軟正黑體", Microsoft JhengHei, 'OpenSans', "Helvetica Neue", Helvetica, Arial, "俪  Pro", "LiHei Pro", "STHeiti", "Apple LiGothic Medium", "微软正 体", "Microsoft JhengHei", sans-serif;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
	width:100%;
	text-align:left;
	padding:0;
}
.bootstrap-select > .dropdown-toggle{
	border:2px solid #890514;
	height:42px;
	line-height:38px;
	padding:0;
	color:#333;
	border-radius:0;
	font-size:16px;
	padding-right:35px;
	padding-left:10px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
	width:12px;
	height:8px;
	margin-top:16px;
	position:absolute;
	right:10px;
}
.column_content{
	width:100%;
	padding-left:210px;
}
.product_list{
	padding-top:75px;
}
.product_list .product_c{
	padding:0;
	background:#fff7eb;
	margin-bottom:30px;
	border:1px solid #d19504;
	max-width:335px;
}
.product_list .product_c:hover{
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.1);
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
	-ms-transform:translate3d(0px, -3px, 0px);
	-webkit-transform:translate3d(0px, -3px, 0px);
	-o-transform:translate3d(0px, -3px, 0px);
	transform:translate3d(0px, -3px, 0px);
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.pagination{
	text-align:center;
	margin:10px 0 30px;
	width:100%;
	border-radius:0;
}
.pagination > li{
	display:inline-block;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover{
	border-color:#890514;
	color:#890514;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	color:#ffcd80;
	background:#890514;
	border-color:#890514;
}
.pagination > li > a, .pagination > li > span{
	color:#890514;
	background:#FFF;
	border-color:#890514;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background:#890514;
	color:#ffcd80;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-radius:0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius:0;
}
.ds-recommend.ds-theme{
	padding:20px 0 0;
}
.ds-theme .choose{
	width:100%;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
	display:table;
}
.ds-theme .choose_a{
	text-align:center;
/*	width:auto;*/
	/*display:table-cell;*/
	margin-bottom:0;
}
.ds-theme .choose_a a{
	max-width:70px;
	text-align:center;
	vertical-align:top;
	margin-bottom:10px;
}
.ds-theme .choose_a h3{
	font-size:16px;
}
.ds-theme .choose_a p{
	font-size:12px;
}
.ds-theme .choose-title{
	width:60px;
	display:table-cell;
	font-size:18px;
	color:#890514;
	text-align:left;
	position:relative;
	vertical-align:top;
	padding-top:10px;
}
.choosed_d{
	float:left;
	width:80px;
}
.choosed_li{
	width:100%;
	padding-left:80px;
}
#recommend{
	background:#ffead0;
	padding-top:5px;
}
.recommend{
	display:inline-block;
	width:100%;
}
.recommend_list{
	float:left;
	width:25%;
	padding:0 15px;
	margin-bottom:30px;
	text-align:center;
}
.recommend_list_content{
	max-width:560px;
	margin:0 auto;
	 
}
.recommend_list_img{
	padding:10px;
	position:relative;
	margin-bottom:10px;
	background:url(../images/c_bg2.png) no-repeat center  center;
	background-size:contain;
	border-bottom:1px solid #890514;
}
.recommend_list_content:hover .recommend_list_img{
	background:#890514;
}
.recommend_list_content .recommend_list_border{
	position:relative;
	padding-bottom:80px;
	border:2px solid transparent;
}
.recommend_list_border .j_left{
	opacity:0;
}
.recommend_list_border .j_right{
	opacity:0;
}
.recommend_list_border .j_left_bottom{
	opacity:0;
}
.recommend_list_border .j_right_bottom{
	opacity:0;
}
.recommend_list_content:hover .recommend_list_border{
	border:2px solid #e8b36f;
}
.recommend_list_content:hover .recommend_list_border .j_left{
	opacity:1;
}
.recommend_list_content:hover .recommend_list_border .j_right{
	opacity:1;
}
.recommend_list_content:hover .recommend_list_border .j_left_bottom{
	opacity:1;
}
.recommend_list_content:hover .recommend_list_border .j_right_bottom{
	opacity:1;
}
.recommend_list_content:hover .recommend_list_img h1{
	color:#ffcd80;
	  -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.recommend_list_img h1{
	color:#890514;
	font-size:20px;
	overflow:hidden;
	margin:0;
	position:absolute;
	bottom:5px;
	left:0;
	width:100%;
	height:50px;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
	background-position:center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-shrink:0;	

	font-family:"魏碑-繁";
}
.sc .recommend_list_img h1{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.recommend_list_title{
	font-size:20px;
	color:#890514;
	height:25px;
	overflow:hidden;
	margin-bottom:15px;
	display:none;
}
.recommend_list_f{
	text-align:center;
	margin-bottom:10px;
	display:none;
}
.recommend_list_f .span1{
	font-size:18px;
	color:#890514;
	padding-right:15px;
}
.recommend_list_f .span2{
	font-size:14px;
	color:#9b8083;
	padding-left:15px;
	border-left:1px solid #dedede;
}
.recommend_list_t{
	height:75px;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	margin-bottom:10px;
	text-align:left;
	font-family:"微軟正黑體", Microsoft JhengHei, 'OpenSans', "Helvetica Neue", Helvetica, Arial, "俪  Pro", "LiHei Pro", "STHeiti", "Apple LiGothic Medium", "微软正 体", "Microsoft JhengHei", sans-serif;
}
.recommend_button_more a{
	font-size:18px;
	text-align:center;
	display:inline-block;
	color:#890514;
}
.recommend_list_content:hover .flex-direction-nav{
	display:block;
	  -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.flex-direction-nav{
	display:none;
}
.flex-direction-nav li{
	list-style:none;
}
.flex-direction-nav li a {
    display: block;
    width: 24px;
    height: 47px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
	margin-top:-23px;
	top:50%;
	z-index:99;
}
 .flexslider{
	 width:90%;
	 margin:0 auto;
 }
.flex-direction-nav li a.flex-next{
    right:5px;
    background: url(../images/arrow_next.png) 0px top no-repeat;
}
.flex-direction-nav li a.flex-prev{
    left:5px;
    background: url(../images/arrow_pre.png) 0px top no-repeat;
}
.footer_menu{
	text-align:center;
	background:#b00612;
	font-family:"魏碑-繁";
}
.sc .footer_menu{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.footer_menu .share a{
	display:inline-block;
	margin:0 15px;
}
.footer_menu .share a:hover{
	-ms-transform:translate3d(0px, -1px, 0px);
	-webkit-transform:translate3d(0px, -1px, 0px);
	-o-transform:translate3d(0px, -1px, 0px);
	transform:translate3d(0px, -1px, 0px);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.footer_menu_c{
	margin-top:15px;
	margin-bottom:15px;
	display:inline-block;
}
.footer_menu_c li{
	text-align:center;
	display:table-cell;
	
}
.footer_menu_c li+li{
	border-left:1px solid #96050e;
}
.footer_menu_c li a{
	display:block;
	line-height:20px;
	width:35px;
	font-size:18px;
	margin-left: 15px;
	padding-right: 15px;
}
.footer_menu_c li a:hover{
	color:#f59d1a;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.footer{
	text-align:center;
	padding:30px 0;
	font-family:"魏碑-繁";
}
.sc .footer{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.footer .copyright{
	padding:20px 0;
	font-size:12px;
	color:#890514;
}
#swiper1{
	width: 100%;
	max-width: 1440px;
	padding:0 15px;
	overflow:inherit;
}
#swiper1 .swiper-slide{
	width: 26%;
}
#swiper2 .swiper-pagination-bullet{
	background: url(../images/pagination1.png) no-repeat;
	width:26px;
	height:26px;
	opacity:1;
	display:block;
	padding:0;
	margin:0;
	margin-right:-14px;
	margin-top:-2px;
}
#swiper2 .swiper-pagination-bullet:last-child{
	margin-bottom:-2px;
}

#swiper2 .swiper-pagination-bullet+.swiper-pagination-bullet{
	margin-top:10px;
}
#swiper2 .swiper-pagination-bullet-active{
	background:url(../images/pagination2.png) no-repeat;
}
#swiper2 .swiper-pagination{
	top:50%;
	right:25px;
	border-right:2px solid #b00612;
	margin-top:-50px;
}
#swiper2 .pagination1{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#swiper2 .swiper-slide img{
	width:100%;
}
#swiper3 .swiper-pagination-bullet{
	background: url(../images/pagination1.png) no-repeat;
	width:26px;
	height:26px;
	opacity:1;
	border-radius:0;
	margin:0 0 -14px -2px;
	display:inline-block;
	
}
#swiper3 .swiper-pagination-bullet:focus{
	outline:none;
}

#swiper3 .swiper-pagination-bullet:last-child{
	margin-right:-2px;
}

#swiper3 .swiper-pagination-bullet+.swiper-pagination-bullet{
	margin-left:10px;
}

#swiper3 .swiper-pagination-bullet-active{
	background:url(../images/pagination2.png) no-repeat;
}
#swiper3 .swiper-pagination{
	position: relative;
	display:inline-block;
	border-bottom:2px solid #b00612;
}
#swiper3 .pagination2{
	position:absolute;
	left:0;
	bottom:25px;
	width:100%;
	text-align:center;
}
.product-description{
	font-family:"微軟正黑體", Microsoft JhengHei, 'OpenSans', "Helvetica Neue", Helvetica, Arial, "俪  Pro", "LiHei Pro", "STHeiti", "Apple LiGothic Medium", "微软正 体", "Microsoft JhengHei", sans-serif;
}
.product-description h1{
	font-size:36px;
	color:#890514;
	margin-bottom:20px;
	font-family:"魏碑-繁";
}
.sc .product-description h1{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.product-description .detail{
	font-size:14px;
	margin-bottom:20px;
	
}
.product-description .product-price-wrapper{
	margin-bottom:20px;
	display:table;
}
.product-description .product-price-wrapper .title{
	width:100px;
	color:#333;
	font-size:16px;
	font-weight:bold;
}

.product-description .product-price-wrapper .price{
	width:100%;
	display: table-cell;
	font-size:26px;
	color:#da162d;
	font-weight:bold;
}
.product-description .product-price-wrapper .price .w_pay{
	font-size:14px;
	color:#808080;
}

.product-description .product-attribute{
	padding-top:20px;
	border-top:1px solid #f0f0f0;
}
.product-description .product-attribute li{
	margin-bottom:20px;
	
}
.product-description .product-attribute.big li{
	font-size:16px;
	font-weight:bold;
}
.product-description .product-attribute .title{
	width:100px;
	display:inline-block;
	color:#333;
}
.product-description .product-attribute .service a{
	color:#333;
	display:inline-block;
}
.product-description .product-attribute .service a:hover{
	color:#890514;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.product-description .product-attribute .service a img{
	margin-right:3px;
	margin-top:-3px;
}
.product-description .product-attribute .service a+a{
	margin-left:20px;
}
.product-description .product-attribute .guige a{
	display:inline-block;
	width:70px;
	height:30px;
	text-align:center;
	line-height:30px;
	border:1px solid #d1d1d1;
	color:#333;
	font-size:12px;
}
.product-description .product-attribute .guige a+a{
	margin-left:10px;
}
.product-description .product-attribute .guige a.active{
	border:1px solid #890514;
	color:#FFF;
	background:#890514;
}
p.qtypara{
	margin-bottom:20px;
}
p.qtypara .minus,p.qtypara .add{
	width:32px;
	height:32px;
	display:inline-block;
	text-align:center;
	line-height:32px;
	border-radius:50px;
	border:1px solid #d2d2d2;
	cursor:pointer;
}
p.qtypara .minus .fa,p.qtypara .add .fa{
	line-height:32px;
}
p.qtypara .minus:hover,p.qtypara .add:hover{
	background:#890514;
	border-color:#890514;
	color:#FFF;
	-webkit-transition:all 0.3s ease-out;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out;
}
#input-quantity{
display: inline-block;
border-radius: 0;
text-align: center;
vertical-align: top;
font-size: 14px;
margin: 0;
width:50px;
height:32px;
line-height:32px;
color: #333;
font-weight:bold;
border:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.product-description .control-label{
	font-weight:normal;
	font-size:16px;
	width:100px;
	vertical-align:middle;
	display:inline-block;
	margin-bottom:0;
	color:#333;
	font-weight:bold;
}
.product-description .form-group{
	margin-bottom:20px;
}

.btn-buy{
	width:120px;
	height:32px;
	text-align:center;
	font-family:inherit;
	font-size:14px;
	font-family:"魏碑-繁";
	color:#890514 !important;
	background:url(../images/btn_buy.png) no-repeat;
}
.sc .btn-buy{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.btn-cart{
	width:120px;
	height:32px;
	text-align:center;
	font-family:inherit;
	font-size:14px;
	font-family:"魏碑-繁";
	color:#ffcd80 !important;
	background:url(../images/cart_bg.png) no-repeat;
}
.sc .btn-cart{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.product_share{
	font-size:14px;
	color:#808080;
	margin-top:30px;
	margin-bottom:30px;
}
.product_share a{
	margin-left:15px;
	color:#890514;
	font-size:20px;
	display:inline-block;
}
.product_share a:hover{
	transform:scale(1.05);
	-ms-transform:scale(1.05); 	/* IE 9 */
	-moz-transform:scale(1.05); 	/* Firefox */
	-webkit-transform:scale(1.05); /* Safari 和 Chrome */
	-o-transform:scale(1.05);
	-webkit-transition:all 0.3s ease-out;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out;
}
#product-thumbnail-gallery{
	margin-right:-15px;
}
.thumbnail{
	margin-bottom:6px;
	padding:0;
	border-radius:0;
	border:2px solid transparent;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color:#890514;
}
#product_detail{
	padding-top:30px;
}
.image-additional{
	max-width:100px;
}
#product_detail_txt{
	background: url(../images/p-detail_bg.jpg) repeat;
	padding:20px 0;
}
.product_detail_txt{
	max-width:1053px;
	width:100%;
	margin:0 auto 10px;
	position:relative;
	
	
}
.product_detail_content{
	margin:0 auto;
	max-width:600px;
	width:70%;
	color:#FFF;
}
.product_detail_bg{
	padding:30px 0;
	background:url(../images/detail_bg.png) repeat-y;
	background-size:contain;
	width:100%;
	font-family:sans-serif;
}
.j_left{
	position:absolute;
	left:-2px;
	top:-2px;
}
.j_right{
	position:absolute;
	right:-2px;
	top:-2px;
}
.j_left_bottom{
	position:absolute;
	left:-2px;
	bottom:-2px;
}
.j_right_bottom{
	position:absolute;
	right:-2px;
	bottom:-2px;
}
#product_detail_txt .head-title{
	background:url(../images/title_bg3.jpg) no-repeat center center;
}
.product_detail_bg h2{
	font-size:24px;
	color:#890514;
	margin:0 0 20px;
	text-align:center;
	font-weight:bold;
}
.product_detail_bg h3{
	font-size:24px;
	color:#890514;
	margin:0 0 20px;
}
.product_detail_bg li{
	font-weight:bold;
	margin-left:16px;
	font-size:16px;
	color:#890514;
	margin-bottom:15px;
}

.product_detail_bg p.txt{
	margin-bottom:20px;
	font-size:16px;
	color:#FFF;
}
.product_detail_bg .img{
	margin-bottom:20px;
}
.product_detail_box{
	max-width:1010px;
	margin:0 auto 10px;
	background:#FFF;
	border:1px solid #a2081a;
	
}
.product_detail_box_title{
	font-size:14px;
	padding:10px 20px;
	background:#a2081a;
	color:#ffcd80;
}
.product_detail_box_txt{
	padding:30px 20px;
	background:#f7a68b;
	color:#FFF;
}
.product_detail_box_txt li{
	list-style:none;
}
.product_detail_box_txt li+li{
	margin-top:10px;
}
.guige input{
	display:none;
}
.guige input + label{
	display: inline-block;
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #d1d1d1;
	color: #333;
	font-size: 12px;
	cursor:pointer;
}
.guige input:checked + label{
	border: 1px solid #890514;
	color: #FFF;
	background: #890514;
}
#login{
	background:url(../images/login_bg.jpg) no-repeat top center;
	background-size:cover;
	height:641px;
}
.login-wrapper{
	/*background:url(../images/login_content_bg.png) no-repeat;
	background-size:contain;*/
	max-width:400px;
	width:100%;
	height:406px;
	float:right;
	margin-right:8%;
	margin-top:80px;
	font-family:"微軟正黑體", Microsoft JhengHei, 'OpenSans', "Helvetica Neue", Helvetica, Arial, "俪  Pro", "LiHei Pro", "STHeiti", "Apple LiGothic Medium", "微软正 体", "Microsoft JhengHei", sans-serif;
}
.login-wrapper h1{
	font-size:36px;
	color:#890514;
	text-align:center;
	margin:0;
	padding-bottom:40px;
	font-weight:bold;
}
.login-wrapper-content{
	position:relative;
	color:#890514;
	width:100%;
	padding:25px 48px 0;
	border-left:2px solid #ca992f;
	border-right:2px solid #ca992f;
}
.login-wrapper p.please_input{
	text-align:center;
	margin:0;
	font-size:16px;
	width:100%;
	position:absolute;
	left:0;
	top:-25px;
	padding:0 60px;
}
.login-wrapper .form-control{
	height:50px;
	border:none;
	border-bottom:2px solid #ca992f;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-khtml-border-radius:0;
	border-radius:0;
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow:none;
	 padding:0;
	 color:#333;
	 font-size:16px;
}
.login-wrapper .form-control:focus{border-color:#ff7800;outline:0;-webkit-box-shadow:none;box-shadow:none}
.login-wrapper .register-box{
	text-align:center;
	color:#ca992f;
	padding-bottom:15px;
}
.login-wrapper .register-box a{
	vertical-align:middle;
	display:inline-block;
	color:#890514;
	margin:0 5px;
}
.login-wrapper #input-code{
	padding-right:50%;
}
.login-wrapper .form-group{
	position:relative;
}
.login-wrapper .Verification{
	position:absolute;
	right:0;
	top:5px;
}
.login-wrapper .Verification a{
	margin-left:5px;
}
.login-wrapper .icon_submit a{
	background:url(../images/icon_login.png) no-repeat;
	background-size:contain;
	max-width:300px;
	width:100%;
	height:53px;
	line-height:53px;
	text-align:center;
	color:#ffcd80;
	font-size:18px;
	display:block;
	margin:30px auto;
}
#register{
	background:url(../images/register_bg.jpg) no-repeat center top;
	height:100%;
	width:100%;
	background-size:cover;
}
.register-wrapper.login-wrapper{
	float:none;
	margin:0 auto;
	padding:80px 0;
	height:auto;
}
.register-wrapper.login-wrapper .please_input{
	top:-30px;
}
.text-danger {
    color:#890514;
	font-size:12px;
	margin-top:5px;
}
.register-box-txt{
	color:#333333;
	text-align:center;
	padding-bottom:15px;
	font-size:16px;
}
.register-box-txt a{
	color:#890514;
}
.form_language{
	font-size:16px;
	padding-top:20px;
}
.form_language input{
	display:none;
}
.form_language input + label{
	display: inline-block;
	background:url(../images/radio1.png) no-repeat center left;
	color: #890514;
	cursor:pointer;
	padding-left:20px;
	margin-left:20px;
	font-weight:normal;
}
.form_language input:checked + label{
	background:url(../images/radio2.png) no-repeat center left;
}
.cart-wrapper{
	background: #980717;
	padding:30px 0 30px;
}
.cart-wrapper h1{
	font-size:36px;
	color:#ffcd80;
	text-align:center;
	margin:0 0 20px;
	font-family:"魏碑-繁";
}
.sc .cart-wrapper h1{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.cart-wrapper ul{
	text-align:center;
}
.cart-wrapper ul li{
	display:inline-block;
	vertical-align:middle;
	color:#b37a32;
	font-size:14px;
}
.cart-wrapper ul li span{
	display:inline-block;
	vertical-align:middle;
	margin:0 1px;
}
.cart-wrapper ul li .step{
	width:16px;
	height:16px;
	line-height:16px;
	background:#b37a32;
	color:#980717;
	font-size:12px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-khtml-border-radius:50px;
	border-radius:50px;
	text-align:center;
}
.line_line{
	width:70px;
	height:1px;
	display:inline-block;
	background:#b37a32;
}
.cart-wrapper ul li.active{
	color:#ffcd80;
}
.cart-wrapper ul li.active .step{
	background:#ffcd80;
}
.cart-wrapper ul li.active .line_line{
	background:#ffcd80;
}
#shopping_cart{
	padding:30px 0;
}
.checkbox-cart{
	display:none;
}
.checkbox-cart +label{
	background:url(../images/radio1_1.png) no-repeat left center;
	cursor:pointer;
	height:24px;
	line-height:24px;
	padding-left:30px;
	width:60px;
	margin:0;
	font-weight:normal;
}
.checkbox-cart:checked + label{
	background:url(../images/radio1_2.png) no-repeat left center;
}
a.btn-close {
    background: url(../images/icon_close.png) no-repeat left center;
    width: 16px;
    height: 16px;
    display: inline-block;
}
a.btn-close:hover{
	background: url(../images/icon_close2.png) no-repeat left center;
}
.table.a-cart tbody td {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
}
.table.a-cart tbody td.p-img{
	text-align:left;
	width:97px;
}
.table.a-cart td {
    text-align: center;
    vertical-05262c: middle;
    color: #333;
    font-size: 14px;
    padding: 20px 8px;
	vertical-align:middle;
}
.table.a-cart thead td {
	background:#f0f0f0;
	line-height:24px;
	padding:10px 8px;
}
.table.a-cart tbody td.p-name{
	text-align:left;
}
.table.a-cart tbody td.p-name a{
	color:#333;
}
.table.a-cart tbody td.p-name a:hover{
	color:#890514;
}
.table.a-cart td:first-child{
	padding-left:20px;
}
.table.a-cart p.qtypara{
	margin-bottom:0;
	min-width:105px;
}
.table.a-cart #input-quantity{
	padding:6px 0;
	width:30px;
}
.summary{
	border:1px solid #dedede;
	padding:0 20px;
}
.summary table thead td{
	font-size:18px;
	color:#890514;
	padding:20px 0;
	font-weight:bold;
	border-bottom:1px solid #ebebeb;
}
.summary table tbody td{
	border:none;
	padding:8px 0;
}
.summary table tbody tr:first-child td{
	padding-top:20px;
}
.summary table tbody tr:last-child td{
	padding-bottom:20px;
}
.summary table tfoot td{
	padding:15px 0 0;
	border-top:1px solid #ebebeb;
}
.summary table tfoot td .price{
	color:#da162d;
	font-size:18px;
	font-weight:bold;
}
.no_y{
	font-size:14px;
	color:#808080;
	font-weight:normal;
}
a.check-out.zhifu{
	width:260px;
	margin-left:20px;
	display:inline-block;
	float:right;
}
a.check-out{
	background:#890514;
	text-align: center;
	font-size:18px;
	color:#ffcd80;
	display:block;
	padding:15px 0;
	font-family:"魏碑-繁";
}
.sc a.check-out{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
a.check-out:hover{
	background:#b00612;
	-webkit-transition:all 0.3s ease-out;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out;
}
.buttons{
	width:100%;
	display:inline-block;
	margin:20px 0;
}
a.continue{
	color:#333;
	display:inline-block;
	font-weight:bold;
}
a.continue.c_c{
	margin-top:15px;
}
a.continue:hover{
	margin-left:-3px;
	  -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;

}
a.continue .fa{
	color:#890514;
	font-size:18px;
}
#checkout{
	background:#f5f5f5;
	overflow:hidden;
}
.delivery{
	padding:30px 0;
}
.delivery ul{
	margin-bottom:30px;
}
.delivery ul li{
	list-style:none;
	background:#FFF;
	margin-bottom:15px;
}
.delivery ul li a{
	display:table;
	width:100%;
	background:#FFF;
	padding:20px;
	color:#333;
	position:relative;
	border:2px solid #dedede;
}
.delivery ul li.active a{
	border:2px solid #a85147;
	background:url(../images/active_bg.png) repeat-x left top;
}
.delivery ul li.active .icon_active{
	display:block;
}

.delivery .icon_active{
	background:url(../images/active_img.png) no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	right:0;
	bottom:0;
	display:none;
}
.delivery .information{
	display:table-cell;
	width:100%;
	vertical-align:top;
}
.delivery .information p{
	clear:both;
	display:inline-block;
	width:100%;
	margin-bottom:0;
	
}
.delivery .information p+p{
	margin-top:10px;
}
.delivery .information .name{
	font-weight:bold;
	color:#333333;
}
.delivery .information .tel{
	color:#808080;
}
.checkout {
    background: #FFF;
	padding:0 20px;
}
a.new_address{
	font-size:18px;
	display:block;
	text-align:center;
	padding:10px 0;
	color:#890514;
	border:2px solid #890514;
}
a.new_address:hover{
	color:#b00612;
	border:2px solid #b00612;
	-webkit-transition:all 0.3s ease-out;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out;

}
h4 {
    font-size: 18px;
    margin-bottom:15px;
    font-weight: bold;
    color: #890514;
}
.pay_ment{
	padding-top:30px;
}
.payment{
	padding:20px 10px;
	margin-bottom:20px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.payment_radio{
	margin-bottom:20px;
}
.checkbox-payment{
	display:none;
}
.checkbox-payment +label{
	background: url(../images/radio1_1.png) no-repeat left center;
    cursor: pointer;
    padding-left:40px;
    margin: 0;
    font-weight: normal;
}
.checkbox-payment:checked + label {
    background: url(../images/radio1_2.png) no-repeat left center;
}
.checkbox-payment +label span{
	display:inline-block;
	padding:0 5px;
}
p.p1{
	font-size:12px;
	color:#808080;
	font-weight:bold;
	padding-left:50px;
	margin-bottom:0;
}
p.p2{
	font-size:12px;
	color:#890514;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}
p.p3{
	font-size:16px;
	line-height:26px;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}
p.p4{
	font-size:12px;
	margin-bottom:0;
	text-align:center;
}
p.tb-txt{
	font-size:16px;
	margin:15px 0;
	font-weight:bold;
}
p.tb-txt img{
	display:inline-block; 
	vertical-align:middle;
	width:26px;
	margin-right:5px;
}

.tb_button a{
	display:inline-block;
	padding:7px 15px;
	background:#ff2a00;
	color:#ffe8ca;
	font-size:14px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}
.tb_button a:hover{
	background:#890514;
	-webkit-transition:all 0.3s ease-out;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out;	
}
.checkout_bill table{
	width:100%;
	margin-bottom:0;
}
.checkout_bill > table > tbody{
	border:1px solid #ffcfab;
}
.checkout_bill table tbody td{
	border:none;
	padding:0 20px;
	background:#fffaf5;
	color:#890514;
}
.checkout_bill table tbody table tr+tr td{
	border-top:1px solid #ffcfab;
}
.checkout_bill table tbody table tr td{
	padding:15px 0;
}

.checkout_bill table tfoot td{
	background:#fff1e0;
	padding:15px 20px;
	border:0;
	color:#890514;
	font-size:18px;
}
.checkout_bill table tfoot td .price{
	color:#f00044;
	font-size:24px;
	font-weight:bold;
}
.agree_terms{
	text-align:right;
	padding:20px 0 10px;
}
.checkbox-term{
	display:none;
}
.checkbox-term +label{
	background:url(../images/radio1_1_2.png) no-repeat left center;
	cursor:pointer;
	padding-left:22px;
	margin:0;
	font-weight:normal;
}
.checkbox-term:checked + label{
	background:url(../images/radio1_2_2.png) no-repeat left center;
}
.checkbox-term +label a{
	z-index:9999;
	position:relative;
	color:#890514;
}
#content{
	padding:25px 0;
	background:url(../images/contact_bg.jpg) repeat;
}
.headline{
	text-align:center;
	margin:0 auto 10px;
	max-width:500px;
	width:65%;
}
.content_content{
	margin:0 auto;
	width:780px;
}
.ad_border{
	position:relative;
	border:2px solid #e8b36f;
	padding:50px 30px 30px;
	text-align: center;
}
.content_detail_bg{
	padding:20px 0;
	background:url(../images/detail_bg2.png) repeat-y;
	background-size:contain;
	width:100%;
}
.head1{
	background:url(../images/c_title_bg.png) no-repeat center center;
	width:100%;
	text-align:center;
	height:49px;
	line-height:49px;
	position:absolute;
	left:0;
	top:-25px;
	color:#ffcd80;
	font-size:16px;
}
.head1.head_middle{
	background:url(../images/c_title_bg2.png) no-repeat center center;
}
.head1.head_long{
	background:url(../images/c_title_bg3.png) no-repeat center center;
}
p.text1{
	text-align:center;
	font-size:16px;
	line-height:26px;
	margin-bottom:40px;
}
p.text{
	font-size:14px;
	line-height:24px;
	margin-bottom:0;
}
.contact_a{
	text-align:center;
	display:inline-block;
	margin:0 6%;
}
.contact_a p{
	margin-top:10px;
	line-height:24px;
}
.margin_top30{
	margin-top:30px;
}
.margin_bottom80{
	margin-bottom:80px;
}
table.online{
	width:100%;
	margin-bottom:20px;
	font-size:16px;
}
table.online thead td{
	color:#890514;
	font-weight:bold;
	padding:8px 8px 20px;
}
table.online tbody td{
	padding:20px 8px;
	width:50%;
	border-top:1px solid #e8b36f;
	border-bottom:1px solid #e8b36f;
}
table.online tbody td+td{
	border-left:1px solid #e8b36f;
}

table.online tbody td a.qr{
	color:#333;
	line-height:24px;
	font-weight:bold;
}
table.online tbody td a.qr img{
	margin-bottom:10px;
}
table.online tbody td .qq_name{
	font-weight:bold;
}
table.online tbody td a.qq{
	width:100%;
	max-width:127px;
	height:32px;
	line-height:32px;
	color:#ffe8ca;
	display:inline-block;
	padding-left:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	margin-bottom:5px;
	background:#890514 url(../images/icon_qq.png) no-repeat left 15px center;
}
p.qq_number{
	font-size:12px;
	margin-bottom:0;
}
.good_luck_img{
	margin-bottom:20px;
}
.good_luck_img img{
	width:100%;
}
.good_luck_p{
	font-size:16px;
	line-height:26px;
	margin-bottom:35px;
}
.charms_1{
	text-align:center;
	display:inline-block;
	width:100%;
	margin-bottom:35px;
}
.charms_1 p{
	margin-top:10px;
	color:#890514;
	font-size:16px;
}
.good_luck_ul{
	margin-bottom:30px;
}
.good_luck_ul li{
	list-style:disc;
	margin-left:14px;
	margin-bottom:8px;
}
.good_luck_ul li a{
	color:#890514;
	display:inline-block;
	margin-left:20px;
}
.charms_2{
	text-align:center;
	margin-left:-10px;
	margin-right:-10px;
}
.charms_2 .charms_txt{
	display:inline-block;
	width:20%;
	margin-left:-4px;
	padding:0 10px 30px;
}
.charms_2 p{
	margin-top:10px;
	color:#890514;
}
.shopping_title{
	text-align:left;
	font-size:30px;
	color:#890514;
	margin-bottom:15px;
	line-height:30px;
	font-family:"魏碑-繁";
}
.sc .shopping_title{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.shopping_p{
	font-size:16px;
	line-height:26px;
	margin-bottom:35px;
	text-align:left;
}
.faq_p{
	font-size:16px;
	line-height:26px;
	text-align:left;
	margin-bottom:0;
}
.shopping_p_w{
	font-size:12px;
	margin-bottom:35px;
	text-align:left;
	color:#890514;
	font-weight:bold;
}
.padding_left10{
	display:block;
	padding-left:143px;
}
a.website{
	display:inline-block;
	color:#890514;
}
.courier_price{
	width:100%;
	padding:20px 0;
	display:inline-block;
}
.courier_price+.courier_price{
	border-top:1px solid #e8b36f;
}

.courier_price .c_area{
	float:left;
	width:60%;
	text-align:left;
	font-size:16px;
	line-height:26px;
}
.courier_price .c_price{
	float:right;
	width:40%;
	text-align:right;
	font-size:12px;
}
.courier_price .c_price .c_price_big{
	color:#890514;
	font-size:16px;
	
}
.courier_price .c_price .c_price_big big{
	font-size:24px;
	font-weight:bold;
}
.font_red{
	color:#890514;
	font-size:16px;
	font-weight:bold;
}
.timeline{
	height:100%;
	width:100%;
	text-align:left;
	position:relative;
	padding-left:50px;
}
.timeline:before{
	position:absolute;
	content: "";
	display: block;
	width:1px;
	height:90%;
	position: absolute;
	left:13px;
	top: 0;
	border-left: solid 4px #e8b36f;
}
.items{
	position:relative;
}
.items h3{
	font-size:16px;
	color:#890514;
	margin:0 0 8px 0;
	font-weight:bold;
	position:relative;
}
.items .items_number{
	width:30px;
	height:30px;
	line-height:30px;
	position: absolute;
	left:-49px;
	background-color: #e8b36f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top:-2px;
	z-index: 10;
	color:#890514;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.items p{
	font-size:16px;
	margin-bottom:30px;
}
.items p a{
	color:#890514;
}
ul.faq{
	padding:30px 0 40px;
	margin-bottom:0;
}
ul.faq li{
	position:relative;
	
}
ul.faq li:first-child a{
	
}
ul.faq li a{
	font-size:16px;
	color:#333;
	display:block;
	padding:15px 0;
	border-bottom:1px solid #e8b36f;
	border-top:1px solid #e8b36f;
	margin-top:-1px;
	padding-right:25px;
	background:url(../images/icon_down.png) no-repeat right center;
}
ul.faq li.active a{
	background:url(../images/icon_up.png) no-repeat right center;
}
.faq_content{
	padding-top:20px;
	display:none;
}
.faq_content h5{
	color:#890514;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.faq_content p.p5{
	font-size:16px;
	color:#333;
	margin-bottom:20px;
}
#special .ad_border{
	border-color:#ca992f;
	margin-top:60px;
	padding:50px 30px 30px;
	max-width:970px;
	margin-left:auto;
	margin-right:auto;
}
#special .head-title{
	margin-top:-90px;
	background-color:#fff;
	max-width:400px;
	font-size:34px;
	margin-bottom:15px;
	padding-top:10px;
	background-size:contain;
}
#special .special_img img{
	width:100%;
}
#special .special_img a+a{
	margin-top:20px;
	display:block;
}
.ad_border.margin_bottom80{
	margin-bottom:60px;
}
.choose_result_left{
	float:left;
	width:70%;
	line-height:32px;
}
.good_luck_charms{
	background:#ffead0;
	padding:20px 0;
}
.choose_result .button{
	float:right;
	widows:30%;
}
.footer_menu .share{
	display:none;
}
.good_luck_charms_img{
	text-align:center;
	margin:0 auto 20px;
}
.luck_button_more{
	text-align:center;
	padding:20px 0;
}
.luck_button_more a{
	background: url(../images/cart_bg.png) no-repeat;
	width:120px;
	height:32px;
	line-height:32px;
	display:inline-block;
	font-size: 14px;
	color: #ffcd80;
	font-family: "魏碑-繁";
}
.sc .luck_button_more a{
	font-family:"方正隶变简体","FZLiBian-S02S",sans-serif;
}
.button_search{
	text-align:center;
	margin-bottom:20px;
}
.button_search a{
	display:inline-block;
	border:2px solid #890514;
	text-align:center;
	padding:6px 20px;
	color:#890514;
	font-size:18px;
	line-height:18px;
}
.map{
	margin-bottom:15px;
}
.banner_tb{
	text-align:center;
	background:#f0474c;
	color:#f22e00;
	font-weight:bold;
	margin-top:-1px;
}
.banner_tb_txt{
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
	color:#FFF;
}
.banner_tb a.icon{
	padding-left:5px;
	height:85px;
	vertical-align:middle;
	display:inline-block;
}
.banner_tb a.click{
	color:#fff;
	text-decoration:underline;
}
.banner_tb a.icon img{
	height:100%;
}
.banner_tb_a{
	width:100%;
	display:table;
}
.red{
	color:#d9152b;
	font-weight:bold;
}
.cart_mobile_title{
	background:#f0f0f0;
	width:100%;
	display:table;
}
.cart_mobile_col3{
	display:table-cell;
	width:30%;
	padding:5px;
	vertical-align: middle;
}
.cart_mobile_col7{
	display:table-cell;
	vertical-align: middle;
	width:70%;
	padding:10px 5px;
}
.cart_mobile_c{
	width:100%;
	display:table;
	margin-bottom:15px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}
.cart_mobile_list{
	border-bottom:1px solid #dedede;
	padding:10px 0;
	display:table;
	width:100%;
}
.cart_mobile_col_1{
	display:inline-block;
	width:28px;
	padding-left:5px;
	vertical-align:middle;
}
.cart_mobile_col_2{
	display:inline-block;
	width:70px;
	vertical-align:middle;
}
.cart_mobile_col_3{
	display: table-cell;
	padding:0 5px;
	width:70%;
	vertical-align:middle;
}
.cart_mobile_list p.qtypara{
	width:90px;
	margin-bottom:0;
}
.cart_mobile_list #input-quantity{
	padding:6px 0;
	width:30px;
	height:25px;
	line-height:25px;
}
.cart_mobile_list p.qtypara .minus, .cart_mobile_list p.qtypara .add{
	width:25px;
	height:25px;
	line-height:25px;
}
.cart_mobile_list p.qtypara .minus .fa, .cart_mobile_list p.qtypara .add .fa{
	line-height:25px;
}
.cart_mobile_list p.gg{
	clear:both;
	font-size:12px;
	padding-top:3px;
}
.cart_mobile_list .p-name{
	color:#333;
	max-width:200px;
	display:inline-block;
}
.cart_mobile .checkbox-cart + label{
	height:20px;
	line-height:20px;
	background-size:contain;
}
.cart_mobile_list a.btn-close{
	background-size:contain;
	width:14px;
	height:14px;
}
.inventory{
	background:url(../images/cart_no_p.png) no-repeat !important;
	color:#fff !important;
	cursor: no-drop;
}
#myModal_qr .modal-body{
	text-align:center;
	padding:50px 15px;
}
#myModal_qr .modal-header{
	border:none;
}
ul.order_list li a{
	background:url(../images/change_address.png) no-repeat;
	width:195px;
	height:34px;
	display:block;
	line-height:34px;
	text-align: center;
	padding-right:30px;
	color:#b78d2d;
	font-size:16px;
	font-family:"微軟正黑體", Microsoft JhengHei, 'OpenSans', "Helvetica Neue", Helvetica, Arial, "俪  Pro", "LiHei Pro", "STHeiti", "Apple LiGothic Medium", "微软正 体", "Microsoft JhengHei", sans-serif !important;
	font-weight:bold;
}
ul.order_list li.active a{
	color:#b81c06;
}
.w_city{display:inline-block; margin-left:30px;}
