@charset "utf-8";
	.cate-icon-1 {
	background-image:url(../images/cate-icon-1.png)
}
.cate-icon-2 {
	background-image:url(../images/cate-icon-2.png)
}
.cate-icon-3 {
	background-image:url(../images/cate-icon-3.png)
}
.cate-icon-4 {
	background-image:url(../images/cate-icon-4.png)
}
.cate-icon-5 {
	background-image:url(../images/cate-icon-5.png)
}
.cate-icon-6 {
	background-image:url(../images/cate-icon-6.png)
}
.cate-icon-7 {
	background-image:url(../images/cate-icon-7.png)
}
.cate-icon-8 {
	background-image:url(../images/cate-icon-8.png)
}
.cate-icon-9 {
	background-image:url(../images/cate-icon-9.png)
}
.cate-box {
	background-color:#fff;
	border:solid 1px #ddd;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.cate-box .title {
	height:40px;
	line-height:40px;
	padding-left:15px;
	font-size:16px;
	background-color:#ff9f00;
	border-bottom:solid 1px #ddd;
	color:#fff
}
.cate-box .title a {
	color:#fff
}
.cate-dl {
	padding:0
}
.cate-dl dt {
	padding:10px 10px 10px 30px;
	border-bottom:solid 1px #ddd;
	font-size:14px;
	background-position:12px center;
	background-repeat:no-repeat;
	background-image:url(../images/icon-arr-r.png);
	cursor:pointer
}
.cate-dl dt.current {
	background-image:url(../images/icon-arr-f.png)
}
.cate-dl li {
	padding:10px 10px 10px 30px;
	border-bottom:solid 1px #eee;
	font-size:12px
}
.cate-dl li.sel {
	background-color:#296bca;
	color:#fff
}
.cate-dl li.sel a {
	color:#fff
}
.cate-ul {
	padding:0 0 15px 0
}
.cate-ul li {
	padding:10px 10px 10px 30px;
	border-bottom:solid 1px #ddd;
	font-size:14px;
	background-position:12px 15px;
	background-repeat:no-repeat;
	background-image:url(../images/icon-arr-r.png)
}
.cate-ul li:last-child {
	border-bottom:0
}
.pro-ul {
	padding:0
}
.pro-ul li {
	padding:10px;
	border-bottom:solid 1px #ddd;
	font-size:12px
}
.pro-ul li:last-child {
	border-bottom:0
}
.pro-ul li img {
	width:70px;
	height:70px;
	float:left
}
.pro-ul li span {
	float:left;
	width:108px;
	height:60px;
	padding-left:10px;
	overflow:hidden
}
.products-filter {
	border:1px solid #ddd;
	margin-bottom:15px
}
.products-filter-tr {
	line-height:30px;
	border-bottom:1px dotted #ddd;
	background-image:url(../images/filter-name-bg.png);
	background-position:left top;
	background-repeat:repeat-y;
	overflow:hidden
}
.products-filter-name {
	width:130px;
	height:100%;
	background-color:#f7f7f7;
	float:left
}
.products-filter-name p {
	color:#9c9c9c;
	padding-right:15px;
	width:115PX;
	text-align:right
}
.products-filter-list {
	width:815px;
	height:100%;
	background-color:#fff;
	float:left
}
.products-filter-list ul {
	padding:5px 0 0 15px
}
.products-filter-list li {
	float:left;
	padding-right:16px;
	min-width:117px
}
.products-filter-list li a {
	display:block;
	overflow:hidden;
	cursor:pointer
}
.products-filter-list li img {
	max-width:90px;
	padding-bottom:6px;
	display:block;
	margin:0 auto
}
.products-filter-list li p {
	padding-left:15px;
	height:18px;
	line-height:18px;
	display:inline-block;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	text-align:left;
	text-decoration:none;
	cursor:pointer;
	background-image:url(../images/filter-checkbox.png);
	background-repeat:no-repeat;
	background-position:left top
}
.products-filter-list li a.filter-c {
	color:#f22e00
}
.products-filter-list li a.filter-c p {
	background-position:left bottom
}
.products-list {
	overflow:hidden
}
.products-list ul.products-ul {
	padding-top:10px;
	width:1000px
}
.products-list ul.products-ul li {
	float:left;
	width:212px;
	height:290px;
	padding:13px 34px 0 0;
	border-bottom:solid 1px #ddd;
	margin-bottom:10px
}
.products-box {
	border:solid 1px #fff;
	padding:10px;
	position:relative
}
.products-box:hover {
	border-color:#267bd0;
	webkit-transform:translate3d(0,-5px,0);
	-moz-transform:translate3d(0,-5px,0);
	-ms-transform:translate3d(0,-5px,0);
	transform:translate3d(0,-5px,0);
	-webkit-transition:ease-in-out .3s;
	transition:ease-in-out .2s;
	-moz-transition:ease-in-out .3s;
	-ms-transition:ease-in-out .3s;
	-o-transition:ease-in-out .3s
}
.products-box .rec {
	display:inline-block;
	line-height:14px;
	font-size:12px;
	color:#d93a26;
	padding:2px 5px;
	background:#fff;
	border-radius:50px;
	border:solid 1px #d93a26;
	position:absolute;
	top:5px;
	right:5px
}
.products-box .pic {
	position:relative
}
.products-box .pic .img {
	width:150px;
	height:150px;
	padding:20px 20px 6px 20px
}
.products-box .pic .brand {
	height:50px;
	position:absolute;
	right:0;
	bottom:0
}
.products-box .name {
	padding-top:5px;
	line-height:20px;
	min-height:40px;
	font-size:14px;
	font-weight:500;
	overflow:hidden;
	word-break:break-all;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.products-box .days {
	padding-top:5px;
	line-height:20px;
	height:20px;
	font-size:14px;
	overflow:hidden;
	color:#777;
	word-break:break-all;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.index-cate {
	width:1200px;
	position:relative
}
#cate-nav {
	position:absolute;
	top:0;
	right:-64px;
	font-size:14px;
	background-color:#fff;
	border:solid 2px #3e79d7;
	border-bottom:none;
	width:62px
}
#cate-nav li a {
	display:block;
	padding:5px 10px;
	line-height:18px;
	border-bottom:solid 2px #3e79d7;
	text-align:center
}
#cate-nav li.current a {
	background-color:#3e79d7;
	color:#fff
}
.index-cate-box {
	margin-bottom:20px;
	overflow:hidden
}
.index-cate-box h3 {
	color:#267bd0;
	border-bottom:2px solid #3e79d7;
	margin-bottom:10px;
	font-size:22px;
	height:50px;
	line-height:50px;
	padding-left:35px;
	background-repeat:no-repeat;
	background-position:left center
}
.index-cate-box h3 span {
	color:#3e79d7
}
.index-cate-box-sub {
	padding-top:10px
}
.index-cate-box-sub li {
	float:left;
	width:150px;
	height:160px;
	border:solid 1px #f0f0f0;
	margin-right:18px;
	text-align:center;
	margin-bottom:15px;
	position:relative
}
.index-cate-box-sub li .rec {
	display:inline-block;
	line-height:14px;
	font-size:12px;
	color:#d93a26;
	padding:2px 5px;
	background:#fff;
	border-radius:50px;
	border:solid 1px #d93a26;
	position:absolute;
	top:5px;
	right:5px
}
.index-cate-box-sub li:hover {
	border:solid 1px #ff9f00;
	webkit-transform:translate3d(0,-5px,0);
	-moz-transform:translate3d(0,-5px,0);
	-ms-transform:translate3d(0,-5px,0);
	transform:translate3d(0,-5px,0);
	-webkit-transition:ease-in-out .3s;
	transition:ease-in-out .2s;
	-moz-transition:ease-in-out .3s;
	-ms-transition:ease-in-out .3s;
	-o-transition:ease-in-out .3s
}
.index-cate-box-sub li .img img {
	width:100px;
	height:100px;
	padding:10px
}
.index-cate-box-sub li .name {
	width:130px;
	border-top:solid 1px #f0f0f0;
	padding-top:5px;
	margin:0 auto 0
}
.index-cate-box-sub li:hover .name {
	border-top:solid 1px #ff9f00
}
.index-cate-box-sub li:hover .name a {
	color:#ff9f00
}
.page-cate-list {
	padding-top:10px;
	width:1000px;
	position:relative
}
.page-cate-list li {
	float:left;
	width:172px;
	height:160px;
	border:solid 1px #f0f0f0;
	margin-right:20px;
	text-align:center;
	margin-bottom:25px
}
.page-cate-list li:hover {
	border:solid 1px #ff9f00;
	webkit-transform:translate3d(0,-5px,0);
	-moz-transform:translate3d(0,-5px,0);
	-ms-transform:translate3d(0,-5px,0);
	transform:translate3d(0,-5px,0);
	-webkit-transition:ease-in-out .3s;
	transition:ease-in-out .2s;
	-moz-transition:ease-in-out .3s;
	-ms-transition:ease-in-out .3s;
	-o-transition:ease-in-out .3s
}
.page-cate-list li:hover .name {
	border-top:solid 1px #ff9f00
}
.page-cate-list li:hover .name a {
	color:#ff9f00
}
.page-cate-list li .img img {
	width:100px;
	height:100px;
	padding:10px
}
.page-cate-list li .name {
	width:130px;
	border-top:solid 1px #f0f0f0;
	padding-top:5px;
	margin:0 auto 0
}
.cate-header {
	padding:16px 0
}
.cate-header h1 {
	font-size:24px;
	font-weight:700;
	line-height:2em
}
.fa-header-info {
	position:relative
}
.fa-header-box h1 {
	padding:16px 0;
	margin:10px 0 40px 0;
	border-bottom:solid 2px #ff9f00;
	font-size:24px;
	font-weight:700
}
.fa-header-img {
	float:left;
	margin-right:20px
}
.fa-header-img img {
	width:150px;
	height:150px
}
.fa-header-remark {
	width:850px;
	padding-top:15px;
	line-height:30px;
	float:left
}
.fa-header-pdf {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	box-sizing:border-box;
	border:1px solid #bfbfbf;
	border-radius:3px;
	background-color:#f2f2f2;
	text-align:center;
	font-size:14px;
	color:#666!important;
	padding:5px 15px 5px 35px;
	background-repeat:no-repeat;
	background-position:10px center;
	background-image:url(../images/ext/pdf.png)
}
.fa-header-pdf:hover {
	opacity:.8
}
a.fa-header-tips {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	box-sizing:border-box;
	border:1px solid #fff;
	border-radius:3px;
	background-color:#fff;
	text-align:center;
	font-size:14px;
	color:#666;
	padding:5px 10px
}
a.fa-header-tips i {
	color:#ff9f00
}
a.fa-header-tips:hover {
	border:1px solid #ff9f00;
	background-color:#ff9f00;
	color:#fff
}
a.fa-header-tips:hover i {
	color:#fff
}
.fa-header-brand {
	position:absolute;
	right:0;
	top:0
}
.fa-header-brand img {
	border:1px solid #ddd;
	height:78px
}
.fa-sidebar {
	width:240px;
	float:left
}
.fa-main {
	width:940px;
	float:right
}
#fa-loading {
	background-color:#fff;
	border:solid 1px #ddd;
	font-size:15px;
	padding:20px
}
.fa-sku-tit {
	background-color:#ff9f00;
	border:1px solid #ccc
}
.fa-sku-tit h3 {
	height:40px;
	line-height:40px;
	font-size:18px;
	padding-left:20px;
	color:#fff
}
#fa-sku {
	position:relative;
	border-bottom:1px solid #ccc
}
.fa-sku-loading-box {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/Loading.gif) no-repeat center center #fff;
	opacity:.5;
	filter:alpha(opacity=50)
}
.fa-sku-step {
	border-right:1px solid #ccc;
	border-left:10px solid #ccc;
	padding:10px;
	position:relative;
	background:#f5f5f5;
	height:auto!important;
	height:100px;
	min-height:100px
}
.fa-sku-step h5 {
	font-size:14px;
	font-weight:700;
	color:666;
	line-height:1.5
}
.fa-sku-step p {
	color:#999;
	margin-bottom:5px;
	font-size:12px
}
.fa-sku-step .fa-sku-step-bg {
	background:#ccc;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:.4;
	filter:alpha(opacity=40)
}
.fa-sku-step.active .fa-sku-step-bg,.fa-sku-step.ok .fa-sku-step-bg {
	display:none
}
.fa-sku-step .num {
	display:inline-block;
	background:#ccc;
	color:#fff;
	width:21px;
	height:21px;
	text-align:center;
	line-height:21px;
	margin-right:5px;
	border-radius:50%;
	position:absolute;
	left:-15px;
	top:10px
}
.fa-sku-step.ok {
	border-left-color:#3e79d7
}
.fa-sku-step.ok .num {
	background:#3e79d7
}
.fa-sku-step.active {
	border-left-color:#9e9e9e
}
.fa-sku-step.active .num {
	background:#9e9e9e
}
.sku-ipt {
	display:block;
	width:100%;
	height:34px;
	font-size:14px;
	font-weight:700;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:2px;
	padding:4px;
	box-sizing:border-box
}
#fa-sku-type .sku-ipt {
	min-height:118px;
	height:auto
}
.fa-spec-input-div {
	font-size:14px;
	line-height:1.5;
	font-weight:700;
	color:#666
}
#sku,#sku-hidden {
	border:0;
	background:0;
	font-weight:700;
	font-size:15px;
	color:#ff9f00;
	line-height:30px;
	height:30px;
	display:none
}
.fa-info-box {
	height:30px;
	padding:15px 0;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
	background-color:#fff
}
.fa-sku-str {
	height:30px;
	line-height:30px;
	font-size:15px;
	float:left
}
.sku-add-str {
	color:#999;
	font-size:15px;
	display:none
}
.sku-add-tips {
	font-size:12px;
	color:#d93a26
}
.fa-sku-btn {
	float:right;
	height:30px;
	line-height:30px
}
.sku-quantity {
	height:28px;
	border:1px solid #ccc;
	width:50px;
	padding:0 5px;
	border-radius:2px;
	text-align:center
}
.btn-sku {
	height:30px;
	line-height:30px;
	border:1px solid #3e79d7;
	background-color:#3e79d7;
	color:#fff;
	width:95px;
	padding:0 5px;
	border-radius:2px
}
.btn-sku:hover {
	border:1px solid #104190
}
.btn-add-cart {
	border:1px solid #ff9f00;
	background-color:#ff9f00
}
.btn-add-cart:hover {
	border:1px solid #c17b06
}
.btn-shangqiao {
	border:1px solid #d93a26;
	background-color:#d93a26
}
.disable {
	border:1px solid #bbb;
	background-color:#bbb
}
.disable:hover {
	border:1px solid #bbb
}
.fa-price {
	height:105px;
	background-color:#fff
}
.fa-price ul {
	padding-top:15px;
	height:45px
}
.fa-price li {
	float:left;
	width:16.66%;
	line-height:30px;
	font-size:14px
}
.fa-price li span {
	border-bottom:solid 1px #ccc;
	font-size:16px;
	font-weight:700;
	color:#ff9f00;
	width:88px;
	text-align:center;
	display:inline-block;
	margin-left:5px
}
.fa-con-tab {
	position:relative
}
.fa-con-tab .hd {
	border-bottom:solid 2px #3e79d7;
	height:37px;
	background-color:#fff
}
.fa-con-tab .hd ul {
	height:37px
}
.fa-con-tab .hd li {
	float:left;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	background-color:#fff;
	display:block;
	min-width:74px;
	padding:0 20px;
	margin-right:15px;
	height:36px;
	line-height:36px;
	font-size:14px;
	text-align:center;
	white-space:nowrap;
	cursor:pointer
}
.fa-con-tab .hd li.on {
	background-color:#3e79d7;
	border-color:#3e79d7;
	color:#fff;
	position:relative;
	height:37px
}
.fa-con-tab .hd li:first-child.on {
	border-color:#4d96d7
}
.fa-con-tab .bd {
	padding-top:15px
}
.fa-con-remark {
	font-size:14px;
	color:#333;
	line-height:24px
}
.fa-con-remark p {
	margin:5px 0
}
.fa-con-remark img {
	max-width:100%
}
.fa-con-remark table {
	border:1px solid #ccc
}
.fa-con-remark td,.fa-con-remark th {
	padding:3px 6px;
	border:1px solid #999
}
.fa-on-date {
	font-size:12px;
	color:#666;
	float:right
}
.pinBox-wrapper .active .fa-price {
	border-bottom:solid 2px #3e79d7
}
.type-ul {
	padding-bottom:20px
}
.type-ul li {
	display:inline-block;
	padding:3px 7px;
	margin:0 10px 10px 0;
	border:solid 1px #eee
}
.goods-con-commnet {
	border:solid 1px #ddd;
	margin-top:20px
}
.goods-con-commnet .title {
	border-bottom:solid 1px #ddd;
	height:40px;
	line-height:40px;
	padding-left:20px;
	background-color:#f8f8f8;
	font-size:16px
}
.goods-con-commnet .bd,.goods-con-commnet .hd {
	padding:15px 15px 0 15px
}
.goods-con-commnet .hd ul {
	height:34px;
	line-height:34px
}
.goods-con-commnet .hd ul li {
	padding:0 10px;
	margin-right:15px;
	float:left;
	cursor:pointer;
	background-color:#f6f6f6;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.goods-con-commnet .hd ul li.on {
	background-color:#4d96d7;
	color:#fff
}
.goods-con-comment-form {
	padding:5px 15px 15px 15px;
	border-top:solid 1px #ddd;
	margin-top:15px
}
.goods-con-comment-form .title-s {
	font-size:16px;
	line-height:30px
}
.form-comment {
	margin-top:10px
}
.form-table dl {
	margin-bottom:10px
}
.form-table dt {
	float:left;
	width:80px;
	text-align:right
}
.form-table dd {
	width:825px;
	float:right
}
.form-table dd label {
	margin-right:8px
}
.form-table dd .input,.form-table dd .textarea {
	padding:10px;
	border:solid 1px #ddd;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	box-sizing:border-box
}
.form-table dd .textarea {
	width:810px;
	height:120px
}
.form-table dd .input {
	width:200px
}
.form-submit {
	padding-left:94px
}
.form-submit button {
	padding:10px 20px;
	font-size:14px;
	color:#fff;
	background:#ff9f00;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.comment-list .comment-item {
	background-color:#f8f8f8;
	border:1px solid #ddd;
	padding:10px 12px;
	margin-bottom:10px
}
.comment-list .comment {
	padding-left:35px;
	background-image:url(../images/icon-q.png);
	background-repeat:no-repeat;
	background-position:left 4px
}
.comment-list .reply {
	margin-top:8px;
	padding:10px 35px 0 35px;
	position:relative;
	background-image:url(../images/icon-a.png);
	background-repeat:no-repeat;
	background-position:left 10px
}
.comment-list .reply p {
	border:1px solid #ddd;
	background-color:#fff;
	position:relative;
	padding:10px;
	margin-bottom:8px
}
.comment-list .reply p:last-child {
	margin-bottom:0
}
.products-list-p {
	overflow:hidden
}
.products-list-p h3.tit {
	font-size:16px;
	line-height:30px;
	padding-bottom:5px;
	border-bottom:solid 2px #3e79d7
}
.products-list-p ul {
	padding-top:10px;
	width:1235px
}
.products-list-p ul li {
	float:left;
	width:212px;
	height:265px;
	padding:13px 35px 0 0
}
.products-box-p {
	border:solid 1px #fff;
	padding:10px
}
.products-box-p:hover {
	border-color:#267bd0
}
.products-box-p .pic {
	position:relative
}
.products-box-p .pic .img {
	width:150px;
	height:150px;
	padding:20px
}
.products-box-p .name {
	height:42px;
	padding-top:5px;
	line-height:20px;
	font-size:14px;
	font-weight:500;
	overflow:hidden;
	text-align:center;
	word-break:break-all;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis
}
.tech-w-list h3.tit {
	font-size:16px;
	line-height:30px;
	padding-bottom:5px;
	border-bottom:solid 2px #3e79d7
}
.tech-w-list ul {
	padding-top:10px
}
.tech-w-list ul li {
	float:left;
	width:33.3%;
	height:80px
}
.tech-w-list ul li h5 {
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:15px
}
.tech-w-list ul li p {
	font-size:12px;
	color:#666;
	padding-top:5px;
	padding-right:15px;
	height:50px;
	line-height:20px;
	overflow:hidden
}
.hidden {
	display:none
}
.cad-loading {
	text-align:center;
	font-size:16px
}
.cad-loading img {
	padding-bottom:10px
}
.cad-download-box {
	height:60px
}
.cad-download-box button,.cad-download-box select {
	box-sizing:border-box;
	float:right;
	height:37px;
	padding:2px 10px
}
.cad-sku-p {
	float:left;
	line-height:36px
}
.search-kefu {
	background-image:url(/Public/static/images/pic-kefu.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding:10px 80px 10px 10px;
	min-height:130px;
	line-height:24px;
	font-size:14px;
	word-break:break-all
}
.goods-info {
	border:1px solid #ddd;
	min-height:500px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.goods-info-left {
	width:390px;
	float:left;
	min-height:498px
}
.goods-img {
	padding:20px
}
.goods-img-big {
	padding-bottom:10px
}
.goods-img-thumbs {
	width:350px;
	height:70px;
	overflow:hidden;
	display:none
}
.goods-img-thumbs ul {
	height:70px;
	width:370px;
	position:relative
}
.goods-img-thumbs li {
	float:left;
	width:64px;
	height:64px;
	text-align:center;
	margin-right:7px
}
.goods-img-thumbs li a {
	display:block;
	width:58px;
	height:58px;
	border:1px solid #f9f9f9;
	padding:2px
}
.goods-img-thumbs .current a,.goods-img-thumbss li a:hover,.goods-tools a {
	border:1px solid #ddd
}
.goods-img-thumbs li img {
	display:block;
	vertical-align:top;
	width:58px;
	height:58px
}
.goods-tools {
	margin-top:15px;
	height:40px
}
.goods-tools a {
	height:36px;
	line-height:36px;
	float:left;
	padding:0 15px 0 30px;
	font-size:14px;
	background-position:8px 9px;
	background-repeat:no-repeat;
	margin-right:15px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#f8f8f8
}
.goods-tools a:last-child {
	margin-right:0
}
a.tool-pdf {
	background-image:url(../images/ext/pdf.png)
}
a.tool-cad {
	background-image:url(../images/ext/plugin.png)
}
a.tool-fav {
	background-image:url(../images/ext/star.png)
}
.goods-info-right {
	width:780px;
	float:right;
	color:#333
}
.goods-info-desc {
	padding:30px 20px 20px
}
.goods-info-desc h1 {
	font-size:20px;
	color:#ff9f00
}
.goods-info-desc p {
	padding-top:10px;
	color:#666
}
.goods-info-public {
	padding:0 0 20px 20px;
	margin-right:20px;
	border-bottom:solid 1px #ddd;
	position:relative
}
.goods-info-public dl {
	height:30px;
	line-height:30px
}
.goods-info-public dl dt {
	width:50px;
	height:30px;
	color:#666;
	float:left
}
.goods-info-public dl dd {
	height:30px;
	float:left;
	width:690px
}
.goods-info-public dl dd del {
	background-color:#888;
	color:#fff;
	font-style:normal;
	font-size:12px;
	text-decoration:none;
	display:inline-block;
	padding:0 5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.goods-info-public dl dd ins {
	color:#ff9f00;
	font-size:16px;
	font-weight:700
}
.goods-info-brand {
	position:absolute;
	right:0;
	top:0
}
.book-viewer,.comment-list .reply,.goods-con-tab {
	position:relative
}
.goods-info-brand img {
	border:1px solid #ddd;
	height:78px
}
.goods-info-spec {
	padding:20px 20px 20px 0
}
.goods-info-spec-sel {
	padding-bottom:15px
}
.goods-info-spec-sel dl {
	min-height:28px
}
.goods-info-spec-sel dl dt {
	width:120px;
	line-height:28px;
	float:left;
	text-align:right
}
.goods-info-spec-sel dl dd {
	float:right;
	width:630px
}
.spec-item {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:2px;
	cursor:pointer
}
.spec-item a {
	padding:3px 8px;
	border:1px solid #b2b2b2;
	display:block;
	white-space:nowrap;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.row .spec-item-checked a {
	border:1px solid #4d96d7;
	background-color:#4d96d7;
	color:#fff
}
.row .spec-item-checked a:hover {
	border:1px solid #4d96d7;
	background-color:#4d96d7;
	color:#fff
}
.spec-ipt {
	border:1px solid #b2b2b2;
	height:21px;
	line-height:20px;
	width:80px;
	padding:2px 5px;
	margin-bottom:10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.border-red {
	border-color:#e01d20!important;
	background:#fff0ec!important
}
#sku-text {
	color:#f03;
	line-height:28px;
	display:block;
	margin-bottom:8px
}
.goods-cart-num,.goods-cart-num-change {
	height:24px;
	line-height:24px;
	text-align:center
}
#cart-tips {
	padding-left:90px
}
.goods-cart-num {
	width:43px;
	float:left;
	margin:0 5px;
	border:1px solid #b2b2b2;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.goods-cart-num-change {
	border:1px solid #b2b2b2;
	background-color:#fff;
	width:24px;
	display:block;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px
}
.goods-cart-num-change:hover {
	border-color:#4d96d7;
	background-color:#4d96d7;
	color:#fff
}
.goods-con {
	margin-top:20px
}
.goods-con-side {
	width:210px;
	border:1px solid #ddd;
	border-bottom:none;
	float:left
}
.goods-con-side .title {
	height:40px;
	line-height:40px;
	padding-left:20px;
	background-color:#ff9f00;
	font-size:16px;
	color:#fff
}
.goods-con-main {
	float:right;
	width:950px
}
.goods-con-tab .hd {
	border-bottom:solid 2px #3e79d7;
	height:41px;
	width:950px;
	background-color:#fff
}
.goods-con-tab .hd li {
	float:left;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	background-color:#fff;
	display:block;
	min-width:74px;
	padding:0 20px;
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	white-space:nowrap;
	cursor:pointer
}
.goods-con-tab .hd li.on {
	background-color:#3e79d7;
	border-color:#3e79d7;
	color:#fff
}
.goods-con-tab .hd li:first-child {
	border-left:1px solid #ddd;
	border-top-left-radius:2px
}
.goods-con-tab .hd li:last-child {
	border-top-right-radius:2px
}
.goods-con-tab .hd li:first-child.on {
	border-color:#4d96d7
}
.goods-con-tab .bd {
	padding-top:15px
}
.goods-con-remark {
	font-size:14px;
	color:#333;
	line-height:24px
}
.goods-con-remark p {
	margin:5px 0
}
.goods-con-remark img {
	max-width:100%;
	cursor:zoom-in
}
.goods-con-remark table {
	border-color:#ccc
}
.goods-con-remark td,.goods-con-remark th {
	padding:3px 6px
}
.goods-on-date {
	font-size:12px;
	color:#666;
	text-align:right
}
.book-frame,.book-next a,.book-prev a {
	background-repeat:no-repeat
}
.book-viewer {
	border:1px solid #4d96d7;
	z-index:1
}
.book-next,.book-prev {
	position:absolute;
	top:45%
}
.book-frame {
	overflow:hidden;
	background-image:url(../images/loading.gif);
	background-position:center center
}
.book-next,.book-prev {
	width:37px;
	height:44px
}
.book-prev {
	left:2px;
	z-index:10
}
.book-next {
	right:2px;
	z-index:10
}
#book-page-total,.book-page {
	position:absolute;
	top:10px;
	z-index:10
}
.book-next a,.book-prev a {
	display:block;
	width:37px;
	height:44px;
	background-image:url(../images/manual-arrow.png)
}
.book-next a {
	background-position:right 0
}
.book-prev a {
	background-position:left 0
}
.book-page {
	height:40px;
	right:10px
}
#book-page-total {
	left:10px;
	font-size:16px
}
.goods-con-side .title-t {
	border-bottom:solid 1px #ddd;
	height:40px;
	line-height:40px;
	background-color:#ff9f00;
	font-size:16px;
	text-align:center;
	color:#fff
}
.side-kefu {
	text-align:center;
	margin:10px;
	line-height:22px
}
.side-kefu span {
	color:#666
}
.side-kefu a {
	font-size:16px
}
.side-kefu strong {
	color:#d93a26;
	font-size:16px;
	font-weight:700
}
.side-weixin {
	text-align:center;
	margin:0 10px 10px;
	border-top:dashed 1px #d5d5d5
}
.side-weixin img {
	width:120px
}
.side-weixin p {
	color:#888;
	padding-bottom:8px
}
.goods-sku-list {
	border:1px solid #ddd
}
.goods-sku-list h5 {
	background-color:#f8f8f8;
	border-bottom:solid 1px #ddd;
	font-size:14px;
	padding:10px
}
.goods-sku-list ul {
	background-image:url(../images/sku-list-bg.jpg);
	background-repeat:repeat-y;
	background-position:0 0
}
.goods-sku-list li {
	float:left;
	font-size:12px;
	width:25%;
	text-indent:10px;
	padding-top:1px;
	height:30px;
	line-height:30px
}
.goods-sku-list li {
	overflow:hidden;
	text-overflow:ellipsis
}
.faq-ul {
	padding:10px
}
.faq-ul li {
	padding:0 0 10px 10px;
	background-image:url(../images/dot-sq.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	line-height:18px;
	word-break:break-all;
	font-size:12px
}
.zoomify {
	cursor:pointer;
	cursor:-webkit-zoom-in;
	cursor:zoom-in
}
.zoomify.zoomed {
	cursor:-webkit-zoom-out;
	cursor:zoom-out;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	box-shadow:none;
	position:relative;
	z-index:1501
}
.zoomify-shadow {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:1500;
	background:rgba(0,0,0,.3);
	opacity:0
}
.zoomify-shadow.zoomed {
	opacity:1;
	cursor:pointer;
	cursor:-webkit-zoom-out;
	cursor:zoom-out
}
.goods-download-list {
	margin-bottom:20px
}
.fa-tips-box {
	padding:10px 15px
}
.fa-tips-box h4 {
	font-size:15px;
	padding:8px 0;
	font-weight:700
}
.hide {
    display: none;
}
.row dl {
    min-height: 28px;
    margin-bottom: 0.5rem;
}
.row dl dt {
    width: 100px;
    line-height: 28px;
    float: left;
    text-align: right;
}
.row dl dd {
    float: right;
    width: 400px;
    margin-bottom:0rem;
}

