@charset "utf-8";
#gdsec_pname {
	margin: 20px 0 10px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
#gdsec_func {
	margin: 13px 0;
	font-size: 14px;
}
#gdsec_func .star {
	margin: 0 3px 0 0;
}
#gdsec_func .link {
	padding: 0 15px;
	color: #333;
	text-decoration: underline;
}
#gdsec_intro {
	padding: 12px 15px;
	border: 1px solid #ddd;
}
#gdsec_gallery {
	float: left;
	/*width: 350px;*/
}
#gdsec_gallery .bigpic {
	display: block;
	width: 349px;
	height: 349px;
	border: 1px solid #e6e6e6;
}
#gdsec_gallery .list {
	margin: 18px 0;
	font-size: 0;
	text-align: center;
}
#gdsec_gallery .list .item {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0 2px;
	vertical-align: top;
	line-height: 50px;
	border: 2px solid #e6e6e6;
	overflow: visible;
	transition: all ease 300ms;
}
#gdsec_gallery .list .item img {
	max-width: 100%;
	max-height: 100%;
}
#gdsec_gallery .list .item.on ,
#gdsec_gallery .list .item:hover {
	border-color: #005aad;
}
#gdsec_gallery .list .item .arr {
	position: absolute;
	top: -10px;
	left: 50%;
	margin: 0 0 0 -4px;
	border: 4px solid transparent;
	border-bottom-color: #005aad;
	opacity: 0;
	filter: opacity(100);
}
#gdsec_gallery .list .item.on .arr ,
#gdsec_gallery .list .item:hover .arr {
	opacity: 1;
	filter: opacity(0);
}
#goods_form {
	float: right;
	width: 590px;
}
#gdsec_price {
	margin: 1px 0 10px;
}
#gdsec_price .fname {
	margin: 0 5px 0 0;
	font-size: 18px;
	color: #333;
}
#gdsec_price .price {
	margin: 0 0 0 4px;
	font-size: 21px;
}
#gdsec_sku {
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #999;
}
#gdsec_attr {
	margin: 12px 2px 10px;
}
#gdsec_attr .attr {
	display: block;
	margin: 9px 0;
}
#gdsec_attr .attr .fname {
	display: inline-block;
	font-size: 14px;
	min-width: 90px;
	font-weight: bold;
	vertical-align: middle;
}
#gdsec_attr select {
	min-width: 184px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: white;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	transition: all ease 300ms;
}
#gdsec_attr select:hover ,
#gdsec_attr select:focus {
	border-color: #f28810;
}
#gdsec_attr select+.phTips {
	color: #8d8d8d;
}

#gdsec_wholesale {
	margin: 10px 0;
	border-collapse: collapse;
}
#gdsec_wholesale th ,
#gdsec_wholesale td {
	border: 1px solid #f28810;
	font-size: 13px;
	text-align: center;
}
#gdsec_wholesale th {
	padding: 9px 15px;
	color: white;
	font-weight: normal;
	background: #f28810;
	text-transform: uppercase;
}
#gdsec_wholesale td {
	padding: 9px 17px;
	color: #333333;
}
#gdsec_wholesale td:first-child {
	padding: 9px 19px;
	text-transform: uppercase;
}
#gdsec_wholesale a {
	font-size: 12px;
	color: #005aab;
	text-decoration: underline;
}
#gdsec_stock_availablity {
	margin: 14px 0 10px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
#gdsec_stock_total {
	margin: 10px 0;
	font-size: 15px;
}
#gdsec_stock_total .fname {
	font-weight: bold;
}
#gdsec_stock_total .max_num {
	border-bottom: 1px solid #333;
}
#gdsec_quantity {
	margin: 10px 0;
	font-size: 15px;
}
#gdsec_quantity .fname {
	font-weight: bold;
}
#gdsec_quantity input[type='text'] {
	display: inline-block;
	margin: 0 5px;
	padding: 0 10px;
	width: 40px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	border: 1px solid #bbb;
	border-radius: 3px;
	outline: none;
}
#gdsec_quantity input[type='text']:focus {
	color: #f28810;
}
#gdsec_func_btn {
	margin: 17px 0;
}
#gdsec_func_btn .btn {
	display: inline-block;
	padding: 5px;
	min-width: 97px;
	text-align: center;
	font-size: 16px;
	color: white;
	border: 1px solid #ddd;
	border-radius: 5px;
}
#gdsec_func_btn .add_to_cart {
	padding-left: 30px;
	background: #005aad url(../images/pdsec_btn_add_to_cart.png) no-repeat 10px center;
}
#gdsec_func_btn .buy_now {
	margin: 0 0 0 16px;
	background: #f28810;
}
#gdsec_func_btn .add_wish {
	margin: 0 0 0 32px;
	padding: 0 0 0 23px;
	font-size: 14px;
	background: url(../images/add_wish_btn.png) no-repeat left center;
}
#goods_form hr {
	height: 0;
	border: none;
	border-bottom: 1px solid #ddd;
}
#gdsec_sale_info {
	margin: 19px 0;
}
#gdsec_sale_info .item {
	margin: 10px 0;
	font-size: 14px;
}
#gdsec_sale_info .item .fname {
	display: inline-block;
	min-width: 70px;
	font-weight: bold;
}
#gdsec_sale_info .item .val {
	color: #969696;
}
#gdsec_sale_info .item .more {
	padding:  0 0 0 10px;
	color: #0063ae;
	text-decoration: underline;
}

#gdsec_normal_attr {
	margin: 25px 0;
}
#gdsec_normal_attr .sectit {
	margin: 10px 0;
}
#gdsec_normal_attr .options {
	display: inline-block;
	min-width: 280px;
	margin: 5px 10px;
	font-size: 14px;
}
#gdsec_normal_attr .options .fname {
	display: inline-block;
	/* min-width: 150px; */
	font-weight: bold;
}
.gd_sectit {
	border-bottom: 1px solid #ddd;
}
.gd_sectit .index {
	display: inline-block;
	min-width: 110px;
	margin: 0 0px 0 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	border: 1px solid #ddd;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	background: white;
	transition: all ease 300ms;
}
.gd_sectit .index.on ,
.gd_sectit .index:hover {
	background: #d8e9f2;
}
#gdsec_descr .bd {
	margin: 17px 27px;
	font-size: 14px;
	line-height: 20px;
}
#gdsec_descr .bd img {
	max-width: 100%;
}
#gdsec_descr .bd table {
	border-collapse: collapse;
}
#gdsec_remm_prod_list {
	margin: 20px 0;
	border: 1px solid #ddd;
}
#gdsec_remm_prod_list .ctl {
	position: absolute;
	top: 48px;
	left: 6px;
	right: 6px;
}
#gdsec_remm_prod_list .ctl .btn {
	position: absolute;
	top: 0;
	width: 10px;
	height: 16px;
}
#gdsec_remm_prod_list .ctl .btn.prev {
	left: 0;
	background: url(../images/pdsec_remm_prev.png);
}
#gdsec_remm_prod_list .ctl .btn.next {
	right: 0;
	background: url(../images/pdsec_remm_next.png);
}
#gdsec_remm_prod_list .min_sectit {
	border-bottom: 1px solid #ddd;
}
#gdsec_remm_prod_list .list {
	position: relative;
	margin: 10px 0 3px;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}
#gdsec_remm_prod_list .min_plist {
	margin: 0 22px;
	overflow: hidden;
}
#gdsec_remm_prod_list .item {
	display: inline-block;
	width: 238px;
	height: 129px;
	vertical-align: top;
	font-size: 12px;
	white-space: normal;
	border-right: 1px solid #e0e0e0;
}
#gdsec_remm_prod_list .item .name {
	height: 38px;
	margin: 0 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	color: #333;
	overflow: hidden;
}
#gdsec_remm_prod_list .item .pic {
	float: left;
	width: 85px;
	height: 85px;
	margin: 0 21px 0 30px;
}
#gdsec_remm_prod_list .item .min_style_price {
	margin: 19px 0 13px;
	color: #0063ae;
}
#gdsec_remm_prod_list .item .more {
	text-decoration: underline;
}
#gdsec_review {
	margin: 22px 0;
}
#gdsec_review .sectit {
	border-bottom: 1px solid #ddd;
}
#gdsec_review .sectit span {
	display: inline-block;
	margin: 0 0 -1px 0;
	padding: 9px 17px;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	background: white;
}
#gdsec_review .title {
	margin: 20px 10px 10px;
	font-size: 16px;
}
#gdsec_review .rate {
	margin: 10px 9px;
}
#gdsec_review .rate_num {
	padding: 0 3px;
	font-size: 19px;
	font-weight: bold;
	color: #990000;
	vertical-align: middle;
}
#gdsec_review .func {
	margin: 10px 0;
}
#gdsec_review .bri {
	font-size: 14px;
	color: #999;
}
#gdsec_review .btn {
	display: inline-block;
	margin: 0 9px;
	padding: 5px 15px;
	font-size: 16px;
	color: white;
	border-radius: 3px;
	background: #f28810;
}


/*放大镜效果 开始*/
#gdsec_gallery .cloud-zoom-lens {
	margin: -4px;
	border: 4px solid #888;
	background-color:#fff;
	cursor: move;
}
#gdsec_gallery .cloud-zoom-title {
	position:absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 3px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #000;
}
#gdsec_gallery .cloud-zoom-big {
	border: 4px solid #ccc;

	background-color: white;
	background-repeat: no-repeat;
	overflow: hidden;
}
#gdsec_gallery .cloud-zoom-loading {
	padding: 3px;
	color: white;
	background: #222;
	border: 1px solid black;
}
/*放大镜效果 结束*/

#atstbx { display: inline-block!important;vertical-align: middle;}



#reviews_box {

}
#reviews_box .sectit {
	border-bottom: 1px solid #dbdbdb;
}
#reviews_box .sectit span {
	display: inline-block;
	margin: 0 0 -1px 8px;
	padding: 10px 46px 11px;
	color: #fb7011;
	background: white;
	border: 1px solid #dbdbdb;
	border-top-color: #fb6600;
	border-bottom: none;
}
#reviews_box .need_login {
	padding: 50px 20px;
	text-align: center;
	font-size: 17px;
	color: #900;
}
#reviews_box .review_form {
	display: none;
	margin: 32px 15px 0;
	padding-bottom: 18px;
	border-bottom: 1px solid #d7d7d7;
}
#reviews_box textarea {
	width: 702px;
	height: 39px;
	padding: 12px 9px;
	font: normal 16px/normal 'Arial';
	border: 1px solid #d3d3d3;
	color: black;
	resize: none;
	outline: none;
}
#reviews_box textarea+.phTips {
	color: #d3d3d3;
}
#reviews_box .row{margin: 10px 9px 20px 9px;}
#reviews_box .row label{margin-right: 10px;font-size: 16px;}
#reviews_box .row input{width: 250px;height: 30px;line-height: 30px;padding: 0 10px;}
#reviews_box .rate {
	float: left;
	/*margin: 14px 8px 0;*/
	font-size: 16px;
	/* color: #d3d3d3; */
}
#reviews_box .rate .star {
	display: inline-block;
	margin-left: 6px;
	font-size: 0;
	vertical-align: middle;
	cursor: pointer;
}
#reviews_box .rate .star i {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: top;
}
#reviews_box .rate .star img {
	margin: 0 2px;
	width: 15px;
	height: 14px;
}
#reviews_box .submit {
	float: right;
	margin: 9px 0 0;
	padding: 6px 22px;
	font-size: 14px;
	background: #0c8eeb;
	color: white;
	border: none;
	cursor: pointer;
}
#reviews_box .list {
	margin: -1px 15px 0;
}
#reviews_box .list .item {
	padding: 23px 0 31px;
	margin-top: -1px;
	border: 1px solid #d7d7d7;
	border-left: none;
	border-right: none;
}
#reviews_box .list .info {
	float: left;
	width: 185px;
	margin-left: 12px;
}
#reviews_box .list .content {
	float: right;
	width: 495px;
	margin-right: 15px;
}
#reviews_box .list .name {
	padding: 4px 0;
	font-size: 14px;
	color: #505050;
	font-weight: normal;
}
#reviews_box .list .time {
	padding: 1px 0;
	font-size: 14px;
	color: #6e6e6e;
}
#reviews_box .list .star {
	margin-top: 23px;
}
#reviews_box .list .star img {
	margin: 0 3px;
}
#reviews_box .list .content {
	font-size: 14px;
	line-height: 25px;
	color: #525252;
}
/*#gdsec_gallery{width: 350px;}*/
#gdsec_intro{margin-top: 25px;padding-top: 0;}
#gdsec_gallery .content{position: relative;}
.left.pro_cate{display:none;float: left;width: 167px;line-height: 20px;background: #f7f7f7;box-shadow: none;padding: 0;}
.left.pro_cate .item {position: relative; padding: 9px 14px 8px; color: #555; border-bottom: 1px solid #e7e7e7; } 
.left.pro_cate .item.notice , .left.pro_cate .item.notice>a {color: #fe6500; font-weight: bold; } 
.left.pro_cate .min_cate_sublist {display: none;position: absolute;top: 0;left: 100%;max-width: 750px;min-width: 230px;padding: 10px;white-space: nowrap;font-size: 0;background: white;border: 2px solid #278BCA;z-index: 3;}
.left.pro_cate .item:hover>.min_cate_sublist {display: block; } 
#gdsec_gallery .content .right{float: left;margin-left: 10px;margin-right: 15px;}
#gdsec_gallery .content .right .photo{width: 350px;float: left;}
.goods_msg{float: left;width: 600px;}
.GtopName{clear: both;margin: 15px 0 10px;font-size: 18px;font-weight: normal;color: #333;}
.goods_msg .name{margin: 15px 0 10px;font-size: 18px;font-weight: normal;color: #333;}
.goods_msg .share{font-size: 16px;margin: 15px 0;}
.goods_msg .contact_us{width: 100px;height: 35px;padding-left: 25px;line-height: 35px;text-align: center;color: white;background-color: #0086d1;border-radius: 10px;margin: 20px 0;background-image: url(../images/email.png);background-position: 10px center;background-repeat: no-repeat;background-size: 20px 20px;}
.goods_msg .contact_us a{font-size: 16px;color: white;}
.goods_msg .contact_us a:hover{text-decoration: none;}
.goods_msg .brief{font-size: 14px;line-height: 25px;}
.goods_msg .brief p{font-size: 14px;margin: 5px 0;}
.goods_description{float: left;width: 1000px;max-width: 100%;}
#gdsec_normal_attr,#gdsec_descr{float: left;width: 95%;margin-left: 10px;}
.briefdescription{font-size: 14px;margin: 15px 0;line-height: 25px;}

#gdsec_descr .apm-center{padding-right: 5px!important;}