.content_block {
	width:100%;
	padding:0 20px;
}
.content_block .content {
	padding:0;
}
/*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:101%;

	margin-left:-2%;

	float:left;

}

.product_list_box li {

	float:left;

	width:23%;

	/*width: 252px;

	height: 396px;*/

	margin:30px 0 30px 0;

	margin-left:2%;

	text-align:center;

	-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%;

	/*height:471px !important;

	width:240px;

	height:320px;*/

	text-align: center;

	overflow:hidden;

	

}

.product_list_box .pro_img:hover {

	

}

.product_list_box .pro_img img {

	

	width:100%;

	height:auto;

	-webkit-transition: 500ms all ease-in-out;

-moz-transition: 500ms all ease-in-out;

transition: 500ms all ease-in-out;

}

.product_list_box .pro_img:hover img {

	    -moz-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}

.product_list_box .pro_img img:nth-child(1) {


	filter: alpha(opacity=100);

	-moz-opacity:1;

	-khtml-opacity: 1;

	opacity: 1;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

.product_list_box .pro_img:hover img:nth-child(1) {

	

}

.product_list_box .pro_img img:nth-child(2) {
	position:absolute !important;

	top:0;

	left:0;

	z-index:50;

	filter: alpha(opacity=0);

	-moz-opacity:0;

	-khtml-opacity: 0;

	opacity: 0;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

}

.product_list_box .pro_img:hover img:nth-child(2) {

	filter: alpha(opacity=100);

	-moz-opacity:1;

	-khtml-opacity: 1;

	opacity: 1;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

.pro_related .pro_img {
	height:auto !important;
}

.product_list_box1 {

	float:left;

	width:100%;

	margin-bottom:50px;

}

.product_list_box1 ul {

	width:101%;

	margin-left:-2%;

	float:left;

}

.product_list_box1 li {

	float:left;

	width:23%;

	/*width: 252px;

	height: 396px;*/

	margin:30px 0 30px 0;

	margin-left:2%;

	text-align:center;

	-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_box1 li:hover {

	filter:alpha(opacity=100);

	-moz-opacity:1;

	opacity:1;

}

.product_list_box1 .pro_img {

	position:relative;

	width:100%;

	/*height:471px !important;

	width:240px;

	height:320px;*/

	text-align: center;

	overflow:hidden;

	

}

.product_list_box1 .pro_img:hover {

	

}

.product_list_box1 .pro_img img {

	/*position:absolute !important;*/

	top:0;

	left:0;

	width:80%;

	height:auto;

	-webkit-transition: 500ms all ease-in-out;

-moz-transition: 500ms all ease-in-out;

transition: 500ms all ease-in-out;

}

.product_list_box1 .pro_img:hover img {

	    -moz-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}

.product_list_box1 .pro_img img:nth-child(2) {

	z-index:50;

	filter: alpha(opacity=0);

	-moz-opacity:0;

	-khtml-opacity: 0;

	opacity: 0;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

.product_list_box1 .pro_img:hover img:nth-child(2) {

	filter: alpha(opacity=100);

	-moz-opacity:1;

	-khtml-opacity: 1;

	opacity: 1;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}


.pro_title h4 {
	color: #000;
    line-height: 20px;
}
.pro_info .pro_title h4 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: #000 2px solid;
}

.pro_title h4 a {

	color:#6C6C6C;

}

.pro_title h4 a:hover {

	color:#000;

}

.pro_price {

	color:#8E8E8E;

	font-weight:bold;

	font-family:Comic Sans MS;

}

.pro_price b:nth-child(2) {

	color:#984B4B;

}

.pro_price b s {

	color:#ADADAD;

}

.price_sale {

	/*color:#990033;*/

}
.pro_sold {
	margin-top: 13px;
    text-align: right;
    color: #A7A7A7;
}



.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_view li.current a:after {

	

}

/*product detail*/
.page_local_bar {
	float:left;
	width:100%;
	margin-bottom:20px;
	color:#CCC;
}
.page_local_bar a {
	color:#c3c3c3;
}
.pro_right {
	float:left;
	width:43%;
	padding:0 40px;
	box-sizing:border-box;
}
.pro_right .pro_title h4 {
	font-size:16px;
	padding-bottom: 10px;
	padding-right:75px;
  margin: 0;
  border-bottom: #000 2px solid;
}
.pro_right .pro_number {
	float: right;
    margin-top: -25px;
    background: #ECECEC;
    padding: 2px;
}
.pro_right2 {
	float:right;
	width:27%;
	line-height:23px;
	border: #eaeaea 1px solid;
  box-sizing: border-box;
  padding: 10px 20px;
}
.pro_social_btn {
	display:none;
	float:right;
	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;
	width:100%;
}
.pro_info dl {
	float:left;
	width:100%;
	border-bottom:#eaeaea 1px solid;
	padding:17px 0;
}
.pro_info dt, .pro_info dd {
	float:left;
}
.pro_info dt {
	width:65px;
	color:#000;
	font-size: 12px;
}
.pro_feat dl {
	padding:15px 0;
}
.pro_feat dt {
	padding:3px 0;
}
.pro_feat select, .pro_feat input {
	border:#eaeaea 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;
	border:#eaeaea 1px solid;
	text-align:center;
	padding: 2px 5px;
	margin-right:5px;
}
.pro_size a:hover, .pro_size a.size_select {
	background-color:#E6E6E6;
	border-color:#000;
	color:#000;
}
.pro_feat .price_sale img {
	margin-left:10px;
}
.pro_btn {
	float:left;
	width:100%;
	
	margin-top:20px;
	box-sizing:border-box;
}
.pro_btn ul {
	width: 100%;
}
.pro_btn li {
	float:left;
	width:100%;
}
.pro_btn li a {
	display:block;
	padding: 15px 5px;
    color: #FFF;
    font-size: 16px;
    background: #000000;
    border-radius: 8px;
    text-align: center;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	-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 {
	background:#333;
}
.pro_btn li a span {
	margin:5px 0;
}
.pro_btn li a.pro_btn_wish {
	
}
.pro_btn li a.pro_btn_cart {
	
}
.pro_btn li a.pro_btn_buy {
	color:#FFF;
	background:#000;
}
.pro_btn li a:hover.pro_btn_buy {
	background:#333;
	border-color:#333;
}
.pro_btn li a.pro_btn_pre_order {
	background-position:-370px 0;
}

.pro_detail {
	padding:10px 0;
}
.pro_detail img {
	max-width:100%;
	height:auto !important;
}
.pro_stock {
	width:70%;
	margin:0 auto;
	padding:50px 0;
}
a.btn_message {
	width:106px;
	height:106px;
	display:block;
	background: url(../images/btn_message.png) no-repeat 0 0;
}
a.btn_message:hover {
	background-position-y:bottom;
}
.btn_qa {
	background:#DCDCDC;
	padding:3px 5px;
	margin:0 2px;
}
.btn_qa:hover {
	background: #E6C2C2;
}

.pro_detail {
	padding:10px 0;
}
.pro_stock {
	width:70%;
	margin:0 auto;
	padding:50px 0;
}

/*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 {
	
	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:90px;
	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:3px 0;
	color:#B8B8B8;
}
.cart_box td .pro_title h4 a:hover {
	text-decoration:underline;
}

/*payment*/
.cart_step_block {
	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 !important;
}
.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 {
	
}
.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*/
.jquery_form dt, .jquery_form dd {
	padding:5px;
}
.jquery_form dd img {
	border:#CCC 1px solid;
	cursor: pointer;
}
#security_code {
	margin-top: -23px;
	margin-left: 5px;
	height: 26px;
}
.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:20px 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_black, a.btn_gray {
	display:block;
	float:left;
	width:50%;
	height:47px;
	line-height:47px;
	text-align:center;
	font-size:16px;
	border-radius: 8px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	transition: background 0.25s ease;
	
}
a.btn_gray {
	/*background:url(../images/btn_gray.jpg) no-repeat left bottom;*/
	padding-left:15px;
	color:#FFF;
	background: #989898;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
a.btn_gray span {
	display:block;
	line-height:47px;
	padding-right:15px;
	/*background:url(../images/btn_gray.jpg) no-repeat right top;*/
}
a.btn_gray:hover {
	background:#737373;
}
a.btn_black {
	/*background:url(../images/btn_black.jpg) no-repeat left bottom;*/
	padding-left:15px;
	color:#FFF;
	background: #AF7373;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
a.btn_black span {
	display:block;
	padding-right:15px;
	/*background:url(../images/btn_black.jpg) no-repeat right top;*/
}
a.btn_black:hover {
	background:#8A5353;
}
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;
}
a.btn_full {
	width:100%;
	border-radius: 8px;
}

/*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:#ccaa90;
}
p.txt_tip3 {
	padding:15px 0;
	font-size:14px;
	color:#AD540F;
}
.txt_red {
	color:#C30;
}


/*tab*/
.abgne_tab {
	clear: left;
	width: 100%;
	margin: 50px 0;
}
ul.tabs {
	position:relative;
	width: 100%;
	padding: 0;
	text-align:center;
}
ul.tabs li {
	display: block;
  float: left;
  width: 25%;
  text-align: center;
	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;
	/* background: #e1e1e1; */
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	margin-right: 5px;
	color: #717171;
	text-decoration: none;
	position: relative;
	z-index: 20;
	background:#FFF;
	border: #CCC 1px solid;
	box-sizing:border-box;
}
ul.tabs li:last-child a {
	margin-right:0;
}
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;
	border-bottom: none;
  border-top: #000 2px solid;
}

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;
}
