.content_block {
	width:88%;
	margin:0 auto;
}
/*product_list_box*/
.sub_banner {
	float: left;
    width: 100%;
}
.sub_banner img {
	width:100%;
	height:auto;
}
.product_list_box {
	float:left;
	width:100%;
	margin-bottom:50px;
	
}   
.product_list_box ul {
	width:102%;
	margin-left:-2%;
	display: flex;
    flex-wrap: wrap;
}   
.product_list_box li {
	/*float:left;*/
	width:23%;
	/*width: 252px;
	height: 396px;*/
	text-align:center;
	margin:30px 0 30px 0;
	margin-left:2%;
	-webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  
}    
.product_list_box li:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	
}
.product_list_box .pro_img {
	position:relative;
	width:100%;
	text-align: center;
	overflow:hidden;
	
}
.product_list_box .pro_img img {
	width:100%;
	height:auto;
	-webkit-transition: 300ms all linear;
	-moz-transition: 300ms all linear;
	transition: 300ms all linear;
}
.product_list_box .pro_img img.img_gallery {
	position:absolute !important;
	top:0;
	left:0;
	visibility:hidden;
}
.product_list_box .pro_img img.img_gallery {
    -webkit-animation: round 5s linear infinite;
            animation: round 5s linear infinite;
}
.product_list_box .pro_img img.img_gallery:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.product_list_box .pro_img img.img_gallery:nth-child(2) {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}
@-webkit-keyframes round {
    20% {
		visibility:visible;
        /* 0 - 1秒 淡入*/
    }
    50% {
		visibility:hidden;
        /* 1- 5秒靜止*/
    }
    
}
@keyframes round {
    20% {
        visibility:visible;
        /* 0 - 1秒 淡入*/
    }
    50% {
        visibility:hidden;
        /* 1- 5秒靜止*/
    }
    
}

.product_list_box li:nth-child(2n) .pro_img img.img_gallery {
    -webkit-animation: round2 10s linear infinite;
            animation: round2 10s linear infinite;
}
.product_list_box li:nth-child(2n) .pro_img img.img_gallery:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.product_list_box li:nth-child(2n) .pro_img img.img_gallery:nth-child(2) {
    -webkit-animation-delay: 5s;
            animation-delay: 5s;
}
@-webkit-keyframes round2 {
    10% {
        visibility:visible;
        /* 0 - 1秒 淡入*/
    }
    50% {
         visibility:hidden;
        /* 1- 5秒靜止*/
    }
}
@keyframes round2 {
    0% {
        visibility:visible;
        /* 0 - 1秒 淡入*/
    }
    50% {
         visibility:hidden;
        /* 1- 5秒靜止*/
    }
}

.product_list_box li:nth-child(3n) .pro_img img.img_gallery {
    -webkit-animation: round2 8s linear infinite;
            animation: round2 8s linear infinite;
}
.product_list_box li:nth-child(3n) .pro_img img.img_gallery:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.product_list_box li:nth-child(3n) .pro_img img.img_gallery:nth-child(2) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}
@-webkit-keyframes round3 {
    12.5% {
        visibility:visible;
        /* 0 - 1秒 淡入*/
    }
    50% {
        visibility:hidden;
        /* 1- 5秒靜止*/
    }
    
}
@keyframes round3 {
    12.5% {
        visibility:visible;
        /* 0 - 1秒 淡入*/
    }
    50% {
        visibility:hidden;
        /* 1- 5秒靜止*/
    }
    
}


.product_list_box .pro_img:hover img {
	-moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.pro_title h4 {
	color:#000;
	line-height:20px;
	margin:5px 0;
	
}
.pro_title h4 a {
	/*color:#000;*/
	color:#999999;
		
}
.product_list_box .icon_img {
	float: left;
	margin-top: 20px;
}
.product_list_box .pro_title_desc {
	margin-bottom: 10px;
	line-height: 18px;
}
.product_list_box .pro_qty {
	text-align:right;
	margin-top:20px;
}
.pro_price {
	color:#000;
	font-weight:bold;
	
}
.price_sale {
	color:#000;
	font-weight:bold;
	
}
.pro_view {
	float:right;
	
}
.pro_view li {
	position:relative;
	display:inline-block;
}
.pro_view li a {
	display:block;
	border: #E2E2E2 1px solid;
    padding: 5px 15px 5px 5px;
    color: #B5B5B5;
}
.pro_view li a:after {
	position: absolute;
    display: block;
    content: " ";
    top: 40%;
    right: 5px;
    border: solid transparent;
    border-top: 4px solid #A7A7A7;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.pro_view .current a {
	background: #EFEFEF;

}
.pro_number {
	/*margin:10px 0;*/
	padding-left:60px;
	padding-bottom:10px;
	color: #CACACA;
	background:url(../images/line_gray.gif) repeat-x 0 bottom;
	
}
.pro_view li.current a:after {
	
}

/*product detail*/
.pro_right {
	float:left;
	width:40%;
	min-height:200px;
	margin-top:40px;
	margin-bottom:50px;
	
}
.pro_right .pro_title h4 {
	font-size:16px;
	margin:0 0 10px 0;
	padding-left:60px;
	color: #929292;
}
.pro_right .pro_number {
	margin:10px 0;
	padding-left:60px;
	padding-bottom:10px;
	color: #CACACA;
	background:url(../images/line_gray.gif) repeat-x 0 bottom;
	
}
.pro_simple_desc {
	margin:20px 0 20px 60px;
	padding-bottom:40px;
	line-height:23px;
	background:url(../images/pro_dot.gif) repeat-x 0 bottom;
	
}
.pro_social_btn {
	float:left;
	padding-left: 62px;
	margin-top:8px;
}
.pro_social_btn li {
	float:left;
	width:25px;
	height:25px;
	text-indent:-99999px;
	margin-left:3px;
	filter:alpa(opacity=90);   /* old IE */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90,FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); /*supported by current IE*/
	-moz-opacity:0.9;          /* Moz + FF */
	opacity:0.9;               /* 支持新版瀏覽器 */
}
.pro_social_btn li a {
	display:block;
	width:25px;
	height:25px;
}
.pro_social_btn li:hover {
	filter:alpa(opacity=100);   /* old IE */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=15, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); /*supported by current IE*/
	-moz-opacity:1;          /* Moz + FF */
	opacity:1;               /* 支持新版瀏覽器*/ 
}
.btn_pro_fb {
	background:url(../images/probtn_fb.gif) no-repeat;
}
.btn_pro_ig {
	background:url(../images/probtn_ig.png) no-repeat;
}
.btn_pro_pinterest {
	background:url(../images/probtn_pinterest.gif) no-repeat;
}
.btn_pro_twitter {
	background:url(../images/probtn_twitter.gif) no-repeat;
}

.pro_info {
	float:left;
	padding-left:62px;
	margin-bottom:10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	
}
.pro_info dl {
	float:left;
	width:100%;
	margin-bottom:25px;
	
}
.pro_info dt, .pro_info dd {
	float:left;
	
}
.pro_info dd.price_sale {
	padding:5px 0;
	color:#000;
}
.pro_info dt {
	color:#000;
	
}
.pro_feat dt {
	width:60px;
	padding:5px 0;
	
}
.pro_feat select, .pro_feat input {
	border:#cccccc 1px solid;
	padding:0;
	margin:0;
	outline:none;
	
}
.pro_feat select {
	width:150px;
	height:20px;
	
}
.pro_feat input {
	width:15px;
	height:20px;
	padding:0 5px;
}
.pro_size a {
	display:inline-block;
	width:20px;
	height:20px;
	border:#cccccc 1px solid;
	text-align:center;
	line-height:20px;
	margin-right:5px;
}
.pro_size a:hover, .pro_size a.size_select {
	background-color:#e4d3c5;
	color:#000;
	
}
.pro_feat .price_sale img {
	margin-right:10px;
    
}
.pro_btn {
	float:left;
	width:100%;
	padding-left:50px;
	margin-top:20px;
	box-sizing:border-box;
}
.pro_btn li {
	float:left;
	width:45%;
	margin-left:15px;
}
.pro_btn li a {
	display:block;
	padding:10px 20px;
	color:#333;
	border:#333 1px solid;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pro_btn li a:hover {
	color:#666;
	border:#666 1px solid;
}
.pro_btn li a span {
	display:block;
	margin:5px 0;
}
.pro_btn li a span.en {
	font-family:Verdana, Geneva, sans-serif;
}
.pro_btn li a span.zh {
	display:none;
}
.pro_btn li a:hover > span.zh {
	display:block;
}
.pro_btn li a:hover > span.en {
	display:none;
}
.pro_btn li a.pro_btn_wish {
	
}
.pro_btn li a.pro_btn_cart {
	background-position:-122px 0;
}
.pro_btn li a.pro_btn_buy {
	background-position:-122px 0;
}
.pro_btn li a:hover.pro_btn_buy {
	
}
.pro_btn li a.pro_btn_pre_order {
	background-position:-370px 0;
}

.pro_feat .pro_quantity {
	float: left;
}
.pro_quantity .inpqua {
	width: 21px;
	background-color: #FFF;
	border: 5px solid #ccc;
	text-align:center;
	margin-right:5px;
}
.pro_feat .pro_updown {
	float:left;
	width:11px;
}
.pro_updown img {
	margin: 3px 0 0 1px;
	cursor:pointer;
	cursor:hand;
}

.pro_detail {
	padding:10px 0;
}
.pro_detail img {
	max-width:100%;
	height:auto !important;
}
.pro_related {
	margin-top:20px;
	background: #EFEFEF;
}
.pro_related .title {
	border-bottom: #FFF 1px dotted;
  padding: 15px 0;
  margin: 0;
}
.pro_related .title span {
	padding:5px;
}
.pro_related .title, .pro_related .title span.zh {
	background:none;
}
.pro_related.product_list_box ul {
	width:100%;
	margin-left:0;
	padding:0 1%;
}
.pro_related li {
	width:18%;
	margin:20px 1%;
}
.pro_stock {
	width:70%;
	margin:0 auto;
	padding:50px 0;
}
a.btn_message {
	display:block;
	color:#FFF;
	background: #000;
    padding: 10px 30px;
}
a.btn_message:hover {
	background:#737373;
}
.btn_qa {
	background:#DCDCDC;
	padding:3px 5px;
	margin:0 2px;
}
.btn_qa:hover {
	background: #E6C2C2;
}

/*tab*/
.abgne_tab {
	clear: left;
	width: 100%;
	margin: 10px 0;
}
ul.tabs {
	position:relative;
	width: 100%;
	padding: 0;
	text-align:center;
}
ul.tabs:after {
	position:absolute;
	display:block;
	content:" ";
	top: 50%;
	left:0;
	width:100%;
	border-bottom:#CCC 1px solid;
}
ul.tabs li {
	display:inline-block;
	line-height: 31px;
	font-size: 15px;
	font-weight:bold;
	position: relative;
	margin-bottom: -2px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	/* border: 1px solid #CACACA; */
	border-left: none;
	margin: 0 -5px;
	/* background: #e1e1e1; */
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #717171;
	text-decoration: none;
	position: relative;
	z-index: 20;
	background:#FFF;
}
ul.tabs li:last-child a:before {
	display:block;
	position: absolute;
	top:0;
	left:-8px;
	z-index:100;
  /*content: "。";*/
}
ul.tabs li a:hover {
}
ul.tabs li.active {
	/*border-bottom: #000 3px solid;*/
}
ul.tabs li.active a {
	color:#000;
}
ul.tabs li.active:after {
	position: absolute;
  display: block;
  content: " ";
  bottom: -10px;
  left: 50%;
	z-index:50;
	margin-left:-3px;
  border: solid transparent;
  border-top: 6px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	border-top: none;
	background: #fff;
	box-sizing:border-box;
}
div.tab_container .tab_content {
	padding: 20px 0;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}


/*quantity_table*/
.quantity_table th {
	background:#f2f2f2;
	border:#bebebe 1px solid;
	padding:10px;
	font-weight:bold;
}
.quantity_table td {
	border:#bebebe 1px solid;
	padding:10px;
}
/*.tr_color {
	background:#FFEED2;
}
.pre-order {
	color: #A5A5A5;
}
.few-order {
	color: #FF6820;
}
.enough-order {
	color:#000;
}*/

/*q&a*/
.guestbook {
	border-bottom: #e3e3e3 2px solid;
	margin-bottom:30px;
}
.guest_con {
	clear:both;
	border-top: #e3e3e3 2px solid;
	padding:20px 0;
	line-height:25px;
}
.guest_name {
	float:left;
	background:#f2f2f2;
	margin-right:20px;
	padding:5px 10px;
}
.guest_use, .guest_admin {
	padding:7px 10px;
	float:left;
	width:100%;
}
.a_name {
	float:left;
	background:#A5A5A5;
	margin-right:20px;
	padding:5px 10px;
	color:#FFF;
}
.guest_bottom {
	float:right;
	padding:10px 0;
	color: #999;
}
.admin_reply {
	float: left;
	width: 100%;
	border: #AFAFAF 1px dashed;
	margin-top:5px;
}

/*login*/
.login_box {
	position:relative;
	float:left;
	width:450px;
	min-height:106px;
	margin:0 0 60px 0;
	padding:20px 75px;
	border-right:#e3e3e3 1px solid;
}
.login_box dl {
	float:left;
	width:100%;
	margin-top:10px;
}
.login_box dt {
	float:left;
	width:100px;
	padding-top:6px;
}
.login_box dd {
	float:left;
}
.login_box dl.last {
	margin-top:20px;
}
.login_box .last dt {
	width:110px;
}
.btn_login {
	position:absolute;
	right:60px;
}
.login_box input {
	vertical-align:middle;
}
.login_box input[type="text"], .login_box input[type="password"], .login_box textarea {
	/*width:156px;*/
	padding:3px;
	border:#E6E6E6 1px solid;
	outline:none;
}
.login_txt {
	float:left;
	width:300px;
	margin-left:50px;
	margin-top:30px;
	line-height:22px;
}
.login_txt li {
	margin-bottom:20px;
	background: url(../images/arrow_black.gif) no-repeat left 8px;
	padding-left:15px;
}
.login_txt a {
	text-decoration:underline;
}

/*password*/
.pwd_block .login_box dl {
	margin-top:35px;
}
.pwd_block .login_txt li {
	margin-top:20px;
}

/*cart*/
.pro_total_box {
	float:right;
	margin-top:20px ;
	padding:20px 0;
}
.pro_total_box dl {
	float:left;
	clear:both;
	margin-bottom:20px;
	color:#000;
}
.pro_total_box dt, .pro_total_box dd {
	float:left;
	text-align:right;
	width:100px;
}
.pro_total_box dt {
	font-weight:bold;
}
.cart_box table {
	border-collapse:separate;
}
.cart_box thead td {
	padding:10px 15px;
	color:#000;
	font-weight:bold;
	/*background:#e3e3e3 url(../images/th_line.gif) repeat-x bottom;
	border-right:#FFF 1px solid;*/
	border-top: #C4C4C4 1px solid;
	border-bottom: #E9E9E9 1px solid;
}
.cart_box tbody {
	
}
.cart_box tbody td {
	border-bottom:#e3e3e3 1px solid;
}
.cart_box td {
	/*padding:5px 15px;*/
	padding:10px 15px;
}
.cart_box tbody td:first-child {
	border-left:none;
}
.cart_box tbody td:last-child {
	border-right:none;
}
.cart_box td.cart_pic {
	padding:5px 0;
	border-right:#FFF 1px solid;
}
.cart_box td.cart_pic img {
	height:auto;
}
.cart_box td input {
	width:30px;
	text-align:center;
}
.cart_box td .pro_number {
	margin:10px;
	color:#B8B8B8;
}
.cart_box td .pro_title h4 a:hover {
	text-decoration:underline;
}
.check_same {
    margin-top: -48px;
}
.footable-row-detail {
	display: table-row !important;
}

.footable-row-detail-inner {
	line-height: 23px;
}

/*payment*/
.cart_step_block {
	padding:30px 0;
	text-align:center;
}
.payment_block {
	/*margin-bottom:50px;*/
}
.payment_table {
	border-bottom:#e3e3e3 1px solid;
}
.payment_table th {
	border-top:#e3e3e3 1px solid;
	border-bottom:#e3e3e3 1px solid;
	border-left:#e3e3e3 1px solid;
	padding:10px 20px;
	text-align:left;
	color:#000;
	font-weight:bold;
	font-size:15px;
}
.payment_table td {
	padding:10px 20px;
	border-left:#e3e3e3 1px solid;
}
.payment_table td td {
	padding:10px 0;
	border:none;
}
.payment_table th:first-child, .payment_table td:first-child {
	border-left:none;
}
.payment_table td input {
	height:20px;
	border:#c0c0c0 1px solid;
}
.payment_table th span {
	font-weight:normal;
	font-size:12px;
	margin-left:30px;
}
.shipping_block li {
	padding:5px 10px;
}

/*payment_table2*/
.payment_table2 {
	margin:0 auto;
	border:#FFF 3px solid;
	outline:#DFDFDF 1px solid;
}
.payment_table2 th {
	padding:10px;
	font-weight:bold;
	background:#e4d3c5;
}
.payment_table2 td {
	padding:10px;
	border:#CCC 1px solid;
}

/*order*/
.order_list .footable-row-detail-inner, .bonu_list .footable-row-detail-inner {
	margin-left:0;
}

.jquery_form dt, .jquery_form dd {

	padding:5px;

}
.jquery_form dd.security_code {
	position: relative;
  padding: 0 5px 0 115px;
}
.jquery_form dd.security_code img {
	border: #CCC 1px solid;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 5px;
}
#security_code1 {
	width:100%;
	margin:0 !important;
	padding:6px;
}

.jquery_form a.btn_send {

	margin:0 5px;

}

.jquery_form .btn_area {

	margin:20px 0;

}

.order_txt_block {

	margin-top:20px;

}

.order_txt_block .payment_table2 {

	margin:20px 0;

	float:left;

}




/*join*/
.mem_tab table {
	width:100%;
}
.mem_tab tr {
	border-bottom:#f2f2f2 1px solid;
}
.mem_tab th {
	padding:10px;
	text-align:left;
	font-weight:bold;
	color:#000;
}
.mem_tab td {
	padding:10px;
}
.radio_txt {
	margin-bottom:10px;
}
.mem_tip {
	margin:10px 0;
}
.tab_sp {
	background: #F7F7F7;
}

/*contact*/
.contact_block .title div {
	text-align:right;
	margin-right:200px;
}
.contact_block .login_txt {
	margin-left:0;
}
.contact_block .login_box {
	border-left: #e3e3e3 1px solid;
	border-right:none;
	margin-left:70px;
	padding-left:70px;
	margin-top:10px;
}
.contact_block .login_box dt, .contact_block .login_box dd {
	width:100%;
}
.contact_block .login_box dt {
	font-weight:bold;
}
.contact_block .login_box input, .contact_block .login_box textarea {
	width:100%;
	margin:5px 0;
}
.contact_block a.btn_circle {
	margin-left:10px;
}

/*btn*/
.btn_area {
	float:left;
	width:100%;
	margin:10px 0 50px 0;
	text-align:right;
}
.btn_gray {
}
a.btn_circle {
	display:inline-block;
	width:106px;
	height:40px;
	background:url(../images/btn_circle.png) no-repeat top;
	text-align:center;
	font-size:15px;
	padding:33px 0;
}
a:hover.btn_circle {
	background:url(../images/btn_circle.png) no-repeat bottom;
}
a.btn_circle span {
	display:block;
	font-size:12px;
	margin-bottom:10px;
	/*font-family:"Courier New", Courier, monospace;*/
}
a.btn_gray {
	background:url(../images/btn_gray.jpg) no-repeat left bottom;
	padding-left:15px;
	color:#000;
}
a.btn_gray span {
	display:block;
	line-height:47px;
	padding-right:15px;
	background:url(../images/btn_gray.jpg) no-repeat right top;
}
a.btn_black {
	background:url(../images/btn_black.jpg) no-repeat left bottom;
	padding-left:15px;
	color:#FFF;
}
a.btn_black span {
	display:block;
	padding-right:15px;
	background:url(../images/btn_black.jpg) no-repeat right top;
}
a.btn_black, a.btn_gray {
	display:inline-block;
	height:47px;
	line-height:47px;
	text-align:center;
	-webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	margin-left:5px;
}
a.btn_black:hover, a.btn_gray:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
a.btn_firstbuy {
	display:inline-block;
	width:200px;
	height:46px;
	background:url(../images/btn_firstbuy.png) no-repeat top;
	text-align:center;
	font-size:15px;
	padding:23px 0;
	line-height:25px;
	text-decoration:none;
}
a:hover.btn_firstbuy {
	background:url(../images/btn_firstbuy.png) no-repeat bottom;
}
a.btn_atm {
	border-radius: 20px;
	border: #ccaa90 2px solid;
	/*background: #C3B699;
	color: #FFF;*/
	color:#ccaa90;
	padding: 2px 10px;
}
a:hover.btn_atm {
	border:#bd987d 2px solid;
	color:#bd987d;
}
a.btn_send {
	background: #C3B699;
	display: inline-block;
	padding:5px 25px;
	color:#FFF;
	cursor:pointer;
}
a:hover.btn_send {
	background:#a99c7f;
	color:#FFF !important;
}

/*input*/
.input_s {
	width:60px;
}
.input_m {
	width:200px;
}
.input_l {
	width:300px;
}
.input_xl {
	width:90%;
}
.input_xxl {
	width:500px;
}
input[type="radio"] {
	margin-right:20px;
}
input[type="checkbox"] {
	margin-right:5px;
}

/*color*/
.bgcolor_yal {
	background:#EEE2CE;
}
.txt_tip {
	text-align: center;
	color:#A72222;
	font-size:15px;
	padding:20px 0;
	line-height:25px;
}
.txt_tip2 {
	color:#000000;
}
p.txt_tip3 {
	padding:15px 0;
	font-size:14px;
	color:#AD540F;
}
.txt_red {
	color:#C30;
