.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: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 {

	position:absolute !important;

	top:0;

	left:0;

	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(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_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)";

}



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

	margin:10px;

}

.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;*/

	font-weight:bold;

	font-family:Comic Sans MS;

}



.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*/
.pro_right {
	float:left;
	width:420px;
	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;
}
.pro_right .pro_number {
	margin:10px 0;
	padding-left:60px;
	padding-bottom:10px;
	color:#adadad;
	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: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;
	padding-left:62px;
	margin-bottom:10px;
}
.pro_info dl {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.pro_info dt, .pro_info dd {
	float:left;
}
.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-left:10px;
}
.pro_btn {
	float:left;
	width:100%;
	padding-left:50px;
	margin-top:20px;
	box-sizing:border-box;
}
.pro_btn ul {
	width: 102%;
	margin-left: -2%;
}
.pro_btn li {
	float:left;
	width:31.33%;
	margin-left:2%;
}
.pro_btn li a {
	display:block;
	padding:10px 20px;
	color:#000;
	border:#000 2px 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 2px solid;
}
.pro_btn li a span {
	display:block;
	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;
}
.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;
}
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;
}

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

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