﻿.rn-mainbody .rn-wrap {
	position: relative;
}
#params p{
text-align:center;
margin-left:auto;
margin-right:auto;
}

.rn-mainbody .breadcrumb {
	margin: 10px 0;
}

.rn-mainbody .rn-heading {
	background: url(../cssimg/kvcp.jpg) no-repeat center;
	background-size: auto 100%;
}

.pro-cate {
	background: #fff;
}

.pro-cate .rn-wrap {
	overflow: hidden;
}

.pro-cate a {
	color: #333;
	font-size: 14px;
	display: table-cell;
	width: 1%;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	transition: all .2s ease-in-out;
	white-space: nowrap;
}

.pro-cate a:hover, .pro-cate a.active {
	background: #f5f5f7;
}

.pro-idx {
	overflow: hidden;
	background: #fff;
	min-height: 400px;
	border-top: solid 2px #333;
	padding: 40px;
}

.pro-idx>dl {
	float: left;
	width: 33%;
	padding: 0;
	height: 300px;
	overflow: hidden;
}

.pro-idx>dl>dt {
	border-bottom: solid 1px #a1a1a1;
	text-align: center;
}

.pro-idx>dl>dt>a>b {
	display: block;
	background: #fff;
	width: 100px;
	margin: auto;
	margin-bottom: -14px;
	font-size: 22px;
	font-weight: normal;
	color: #333;
}

.pro-idx>dl>dt>a>i {
	display: block;
	width: 82px;
	height: 82px;
	margin: auto;
	margin-bottom: 10px;
	background: url(../cssimg/p-icon.png) no-repeat;
}

.pro-idx>dl>dt>a>i.c1 {
	width: 70px;
	background-position: 6px -168px;
}

.pro-idx>dl>dt>a>i.c2 {
	background-position: -55px -168px;
}

.pro-idx>dl>dt>a>i.c3 {
	background-position: -138px -168px;
}

.pro-idx>dl>dt>a>i.c4 {
	background-position: -207px -168px;
}

.pro-idx>dl>dt>a>i.c5 {
	background-position: -286px -168px;
}

.pro-idx>dl>dt>a>i.c6 {
	width: 105px;
	background-position: -375px -168px;
}

.pro-idx>dl>dd {
	padding: 20px 0;
	line-height: 28px;
	width: 290px;
	margin: auto;
}

.pro-idx>dl>dd>a {
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 30px;
	padding-left: 100px;
}

.pro-idx>dl>dd>a:hover {
	background: #ed1b23;
	color: #fff;
}

.pro-search {
	text-align: right;
}

.pro-search .dropdown {
	line-height: 32px;
	height: 32px;
	min-width: 140px;
	background: #fff;
	border: solid 1px #ccc;
	font-size: 14px;
	vertical-align: middle;
	border-radius: 100px;
	text-align: left;
}

.pro-search .dropdown>a {
	display: block;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-search .dropdown:hover>ul, .pro-search .dropdown.active>ul {
	top: 32px;
	min-width: 140px;
	border: none;
}

.pro-search .dropdown>a>.addon {
	top: 14px;
}

.pro-search .dropdown>a {
	background: none;
	box-shadow: none;
	overflow: hidden;
}

.pro-search .dropdown:hover>a>.addon, .pro-search .dropdown.active>a>.addon {
	top: 10px;
}

.pro-search .dropdown:hover>a, .pro-search .dropdown.active>a {
	border: none;
}

.pro-search .dropdown>ul {
	padding: 10px 0;
	border-radius: 5px;
}

.pro-search .dropdown>ul>li:hover {
	background: #ececec;
}

.pro-search .dropdown>ul>li>a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-search .btn {
	border-radius: 100px;
	background: #1b7eed;
}

.pro-search .btn-primary {
	letter-spacing: 8px;
	text-indent: 8px;
	background: #ed1b23;
}

.pro-search .form-control {
	border: solid 1px #ccc;
	border-radius: 100px;
}

.pro-list {
	margin: 20px -8px;
	overflow: hidden;
}

.pro-list>.item {
	position: relative;
	float: left;
	list-style: none;
	overflow: hidden;
	padding: 5px;
	width: 268px;
	height: 268px;
	box-sizing: content-box;
	background: #fff;
	border: solid 2px #fff;
	margin: 10px;
}

.pro-list>.item>.item-thumb {
	margin-bottom: 20px;
}

.pro-list>.item>.item-thumb>a {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	height: 200px;
	line-height: 229px;
	text-align: center;
}

.pro-list>.item>.item-thumb>a>img {
	max-width: 100%;
	max-height: 100%;
}

.pro-list>.item>.item-body .title {
	display: block;
	max-height: 40px;
	color: #333;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: center;
}

.pro-list>.item>.item-body .view, .pro-list>.item>.item-body .mask {
	display: none;
}

.pro-list>.item:hover {
	border: solid 2px #ed1b23;
}

.pro-list>.item:hover>.item-body .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 5;
	background: rgba(255, 255, 255, 0.8);
}

.pro-list>.item:hover>.item-body .view {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	padding: 80px 0;
	z-index: 6;
}

.pro-list>.item>.item-body .view>.price {
	color: #ed1b23;
	font-size: 22px;
}

.pro-list>.item>.item-body .view>.price>big {
	font-size: 36px;
}

.pro-list>.item>.item-body .view>.ptext {
	font-size: 14px;
	border-top: solid 2px #999;
	width: 50px;
	padding: 6px 0;
	margin: 10px auto;
}

.pro-list>.item>.item-body:hover .view {
	display: block;
}

.pro-detail {
	overflow: hidden;
	background: #fff;
	min-height: 400px;
	border-top: solid 2px #333;
	padding: 40px 70px;
}

/* 商品图片 */

.pro-img {
	width: 500px;
	min-height: 400px;
	float: left;
}

.pro-img .img-box {
	height: 400px;
	line-height: 400px;
	background: #fff;
}

.pro-img .img-box>a {
	display: block;
	vertical-align: middle;
	text-align: center;
	width: inherit;
	height: inherit;
}

.pro-img .img-box .zoomPad {
	float: none;
	margin: auto;
	text-align: center;
	display: inline-block;
	width: 500px;
	height: 400px;
}

.pro-img .img-box>img, .pro-img .img-box .preview, .pro-img .img-box .zoomPad>img, .pro-img .img-box .zoomPup>img {
	max-width: 100%;
	max-height: 100%;
}

.pro-img .img-zoom {
	color: #888;
	text-align: center;
	margin: 10px 0;
	display: none;
}

.pro-img .img-list {
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	padding: 0 18px;
}

.pro-img .img-list ul {
	width: 1000px;
	list-style: none;
}

.pro-img .img-list li {
	float: left;
	margin-right: 6px;
	width: 80px;
}

.pro-img .img-list li>a {
	display: block;
	vertical-align: middle;
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 42px;
	background: #fff;
	border: solid 1px #ddd;
	padding: 1px;
}

.pro-img .img-list>ul {
	margin: 0;
	padding: 0;
}

.pro-img .img-list>ul>li>a>img {
	max-width: 100%;
	max-height: 100%;
}

.pro-img .img-list>ul>li>a:hover, .pro-img .img-list .zoomThumbActive {
	border: solid 2px #ad0711;
	padding: 0;
}

.pro-img .img-list>.move-left, .pro-img .img-list>.move-right {
	width: 12px;
	background: #f0f0f0;
	line-height: 80px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 2px;
	position: absolute;
	top: 0px;
	font-family: Lucida;
	font-weight: bold;
	color: #666;
}

.pro-img .img-list>.move-left>.addon, .pro-img .img-list>.move-right>.addon {
	display: inline-block;
	bottom: 0;
	border-width: 5px;
	overflow: hidden;
}

.pro-img .img-list>.move-left>.addon {
	border-style: dashed solid dashed dashed;
	border-color: transparent #888 transparent transparent;
	margin-left: -6px;
}

.pro-img .img-list>.move-right>.addon {
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #888;
	margin-left: 4px;
}

.pro-img .img-list>.move-left:hover, .pro-img .img-list>.move-right:hover {
	background: #ccc;
}

.pro-img .img-list>.move-left {
	left: 0px;
}

.pro-img .img-list>.move-right {
	right: 0px;
}

.pro-info {
	float: right;
	width: 510px;
	font-size: 14px;
	overflow: hidden;
}

.pro-info h1 {
	font-size: 30px;
	font-weight: 100;
}

.pro-info h1>small {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 26px;
	margin-top: 14px;
}

.pro-info .pro-price {
	color: #666;
	border-bottom: solid 1px #ddd;
	padding: 15px 0;
}

.pro-info .pro-price strong {
	font-size: 16px;
	font-weight: bold;
	color: #ed1b23;
}

.pro-info .pro-price strong>big {
	font-size: 36px;
	margin-left: 10px;
}

.pro-info .pro-summary {
	color: #ddd;
	padding: 20px 0;
	padding-left: 20px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 20px;
}

.pro-info .pro-summary li {
	padding-left: 10px;
	line-height: 34px;
}

.pro-info .pro-summary li>span {
	color: #666;
}

.pro-info .btn-primary {
	width: 180px;
	line-height: 40px;
	height: 40px;
}

.pro-info .btn-primary>i {
	display: inline-block;
	width: 30px;
	height: 20px;
	vertical-align: middle;
	background: url(../cssimg/s2.png) no-repeat -366px -4px;
}

.pro-desc {
	margin-top: 30px;
}

.pro-desc .nav-tabs {
	border-bottom: solid 1px #999;
}

.pro-desc .nav-tabs>li {
	width: 20%;
	margin: 0;
}

.pro-desc .nav-tabs>li>a, .pro-desc .nav-tabs>li>a:hover {
	border-radius: 0;
	border: none;
	margin: 0;
	background: none;
	font-size: 14px;
	text-align: center;
	color: #333;
}

.pro-desc .nav-tabs>li.active>a, .pro-desc .nav-tabs>li>a:hover {
	border: none;
	border-bottom: solid 3px #ed1b23;
}

.pro-desc .pro-attr {
	width: 100%;
	margin-top: 40px;
	border: solid 1px #ddd;
	border-width: 1px 0;
}

.pro-desc .pro-attr>tbody>tr>th, .pro-desc .pro-attr>tbody>tr>td {
	font-size: 14px;
	padding: 15px 50px;
	border-bottom: solid 1px #ddd;
}

.pro-desc .pro-attr>tbody>tr>th {
	width: 320px;
	background: #f6f6f6;
	font-weight: bold;
}

.pro-relate {
	position: relative;
	/*background: #f9f9f9;*/
	padding: 30px 20px;
	/*border-top: solid 2px #000;*/
	margin-top: 50px;
}

.pro-relate h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.pro-relate .btns {
	overflow: hidden;
	text-align: center;
	padding: 20px 0;
}

.pro-relate .btns .btn {
	display: inline-block;
	width: 160px;
}

.pro-relate ul {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}

.pro-relate ul>li {
	position: relative;
	float: left;
	list-style: none;
	overflow: hidden;
	padding: 15px;
	margin: 0;
	width: 25%;
}

.pro-relate ul>li>.item {}

.pro-relate ul>li>.item>.item-thumb {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0;
}

.pro-relate ul>li>.item>.item-thumb>a {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	height: 150px;
	line-height: 150px;
	text-align: center;
}

.pro-relate ul>li>.item>.item-thumb>a:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	content: "";
	background: rgba(0, 0, 0, .05);
}

.pro-relate ul>li>.item>.item-thumb>a>img {
	max-width: 100%;
	max-height: 100%;
}

.pro-relate ul>li>.item>.item-body {
	display: block;
	text-align: center;
}

.pro-relate ul>li>.item>.item-body .title {
	max-height: 40px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
}

.pro-showroom {
	background: #000;
}

.pro-showroom ul {
	/*background: #f6f6f6;*/
	overflow: hidden;
}

.pro-showroom ul>li {
	/*height: 500px;
	line-height: 500px;*/
	text-align: center;
}

.pro-showroom ul>li>img {
	display: inline;
	vertical-align: middle;
	max-height: 100%;
}

.pro-showroom .bx-wrapper .bx-pager-item a {
	display: block;
	border: none;
	border-radius: 0;
	width: 30px;
	height: 5px;
	overflow: hidden;
}

.pro-showroom .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(0, 0, 0, .5);
}

.pro-showroom .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.pro-showroom .bx-wrapper img {
	width: 100%;
}

.pro-contrast-simple {
	position: fixed;
	top: 346px;
	right: 10px;
	width: 210px;
	background: #fff;
	z-index: 9999;
	border: solid 1px #ddd;
}

.pro-contrast-simple>h3 {
	margin: 0;
	padding: 0 10px;
	background: #808080;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.pro-contrast-simple>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pro-contrast-simple>ul>li {
	padding: 0 12px;
	line-height: 42px;
	border-bottom: solid 1px #ddd;
}

.pro-contrast-simple>ul>li>a {
	color: #555;
}

.pro-contrast-simple>ul>li>.glyphicon-remove {
	float: right;
	padding: 13px 0;
}

.pro-contrast-simple>.btns {
	padding: 10px;
}

.pro-contrast-simple>.btns>.pull-right {
	color: #666;
	padding: 4px;
}

.pro-contrast {
	background: #fff;
	border-top: solid 2px #000;
	overflow: hidden;
}

.pro-contrast>.heading {
	margin: 0;
	padding: 15px;
}

.pro-contrast>.heading>h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
}

.pro-contrast>.heading>.pull-right {
	font-size: 14px;
}

.pro-contrast>.heading label {
	margin-right: 10px;
}

.pro-contrast>.heading label>input {
	width: 18px;
	height: 18px;
	border: solid 1px #ccc;
	vertical-align: middle;
	margin-top: 2px;
	margin-right: 0;
}

.pro-contrast>.heading .glyphicon-print {
	color: #ed1b23;
	margin-right: 5px;
}

.pro-contrast>.table-bordered {
	margin-bottom: 45px;
	border-width: 1px 0;
}

.pro-contrast>.table-bordered td:last-child {
	border-right: none;
}

.pro-contrast>.table-bordered th, .pro-contrast>.table-bordered td {
	padding: 15px;
	font-size: 14px;
	text-align: center;
}

.pro-contrast>.table-bordered th {
	background: #f9f9f9;
	text-align: right;
	font-weight: bold;
	border-left: none;
}

.spt-nav {
	list-style: none;
	text-align: center;
	font-size: 14px;
	margin: 35px 0;
}

.spt-nav>li {
	display: inline-block;
	border-right: solid 1px #ddd;
}

.spt-nav>li>a {
	padding: 0 50px;
}

.spt-nav>li>a.active {
	font-weight: bold;
}

.is-new {
	position: absolute;
	background: url(../cssimg/new.png) no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
}

.page-product-detail .heading h4 {
	font-weight: bold;
}

.page-product-detail .pro-detail {
	position: relative;
	border: none;
}

.page-product-detail .pro-detail:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*z-index: 1;*/
	content: "";
	background: #ebe5d7;
	/*background: rgba(235, 229, 215, .2);*/
}

.page-product-detail .pro-info h1 {
	font-size: 18px;
	font-weight: bold;
}

.page-product-detail .pro-info h1 small {
	font-weight: normal;
	font-size: 38px;
	font-weight: bold;
}

.page-product-detail .pro-info .pro-summary {
	list-style: none;
	padding: 0;
	margin-top: 40px;
	font-size: 16px;
	border: none;
}

.page-product-detail .pro-info .pro-summary li {
	padding: 0;
	line-height: 2em;
}

.page-product-detail .pro-info .pro-summary li span {
	color: #555;
}

.page-product-detail .pro-info .pro-summary li:before {
	content: "▪︎";
	color: #555;
	margin-right: 6px;
}

.page-product-detail .rn-box {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}

.page-product-detail .breadcrumb {
	border-bottom: solid 1px #ddd;
	padding: 15px 0;
	margin: 0;
	border-radius: 0;
}

.page-product-detail .nav-tabs {
	position: absolute;
	top: 5px;
	right: 0;
	border: none;
}

.page-product-detail .nav-tabs li a, .page-product-detail .nav-tabs li.active a {
	border-radius: 0;
	border: none;
	background: none;
}

.page-product-detail .nav-tabs li a.btn-primary {
	background: #ed1b25;
	min-width: 120px;
	padding: 5px;
	margin: 5px 0;
	margin-left: 15px;
}

.page-product-detail .pro-attr {
	margin: 20px 0;
	border: none;
}

.page-product-detail .pro-attr table {
	width: 100%;
}

.page-product-detail .pro-attr table tr:nth-child(odd) {
	background: #f0f0f0;
}

.page-product-detail .pro-attr table tr th {}

.page-product-detail .pro-attr table tr th, .page-product-detail .pro-attr table tr td {
	font-weight: normal;
	padding: 8px;
	font-size: 12px;
	/*white-space: nowrap;*/
}

.page-product-detail #feature {
	margin: 50px 0;
	margin-bottom:20px;
	overflow: hidden;
	position: relative;
}

.page-product-detail #feature .fbox {
	width: 55%;
	/* width: 515px; */
	height: 370px;
	overflow: hidden;
}

.page-product-detail #feature .fbox .tb {
	display: none;
}

.page-product-detail #feature .fbox .tb .thumb {
	position: relative;
	padding-bottom: 360px;
	/* width: 515px;
	height: 280px; */
	overflow: hidden;
	/*background: #f0f0f0;*/
}

.page-product-detail #feature .fbox .tb img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.page-product-detail #feature .fbox .tb h4 {
	font-weight: bold;
	font-size: 20px;
}

.page-product-detail #feature .flist {
	position: absolute;
	width: 45%;
	height: 320px;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	list-style: none;
	padding: 0 80px;
}

.page-product-detail #feature .flist::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

.page-product-detail #feature .flist::-webkit-scrollbar-track {
	background: #e9e9e9;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.page-product-detail #feature .flist::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ababab
}

.page-product-detail #feature .flist li {
	position: relative;
	border-bottom: solid 1px #fff;
}

.page-product-detail #feature .flist li.active {
	border-bottom: solid 1px #ed1b25;
}

.page-product-detail #feature .flist li.active a:before {
	position: absolute;
	left: 5px;
	content: "‣";
	color: #ed1b25;
}

.page-product-detail #feature .flist li a {
	display: block;
	padding: 8px 20px;
	font-size: 16px;
}

.page-product-detail .nav-tabs .pro-share {
	position: absolute;
	right: 80px;
	top: 50px;
	padding: 0 10px 0 15px;
	background: #f0f0f0;
	overflow: hidden;
	transition: all .2s ease-in-out;
	transform: translateY(10px);
	opacity: 0;
	pointer-events: none;
}

.page-product-detail .nav-tabs .pro-share.open {
	opacity: 1;
	transform: translateY(0px);
	pointer-events: all;
}