﻿.detali_right .specifications {
	width: 100%;
	margin-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
}

.detali_right .specifications .parameter {
	width: 210px;
	height: auto;
	float: left;
}

.detali_right .specifications .parameter p {
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 14px;
	color: #7c7c7c;
	line-height: 34px;
}

.detali_right .specifications .parameter_right {
	float: right;
	width: 330px;
}

.shultex {
	display: flex;
	align-items: center;
}

.shultex span {
	margin-left: 25px;
	font-size: 14px;
	color: #505050;
	padding-bottom: 20px;
}

.detali_right .specifications .adress {
	width: 100%;
	font-size: 12px;
	font-family: "å¾®è½¯é›…é»‘";
	height: auto;
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px solid #f6f6f6;
}

.detali_right .specifications .tc {
	height: auto;
	overflow: hidden;
	margin-top: 12px;
	color: #7c7c7c;
}

.detali_right .specifications .tc span {
	display: inline-block;
	border: 1px solid #E5E5E5;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	padding: 0px 10px;
	margin-bottom: 6px;
	max-width: 242px;
	position: relative;
}

.detali_right .specifications .tc span.on {
	border: 1px solid #f50000;
}
.detali_right .specifications .tc span.off {
    color: #A2A2A2;border: 1px dashed #A2A2A2;
}
.detali_right .specifications .tc span.on::after{
	content: "";
	background: url(../images/img_7.png);
	width: 15px;
	height: 15px;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
}
.detali_right .specifications .tc i {
	font-style: normal;
	font-size: 12px;
	display: block;
	float: left;
	line-height: 26px;
	margin-right: 10px;
}

.detali_right .specifications .num {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.detali_right .specifications .num span {
	display: block;
	line-height: 22px;
	float: left;
	margin-right: 36px;
}

.detali_right .specifications .num .num_box {
	width: 114px;
	height: 24px;
	float: left;
	border: 1px solid #e3e2e2;
}

.detali_right .specifications .num .num_box i {
	display: block;
	font-style: normal;
	width: 30px;
	float: left;
	text-align: center;
	line-height: 22px;
	background: #bdbcbc;
	cursor: pointer;
}

.detali_right .tishi {
	width: 100%;
	border: 1px solid #F5F5F5;
	height: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-left: 6px;
	padding-right: 6px;
}

.detali_right .tishi p span {
	color: #f50000;
}

.detali_right .specifications .num .num_box input {
	float: left;
	width: 52px;
	border: none;
	outline: none;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}

.detali_right .specifications .adress span {
	margin: 0 4px;
}

.detali_right .specifications .adress select {
	border: transparent;
}
.recorbox {
	padding-left: 8px;
	width: 146px;
	height: 576px;
	float: right;
	margin-left: 60px;
}

.recorbox h4 {
	font-size: 14px;
	color: #707070;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.recorbox h4 span {
	background: #fff;
	position: relative;
	font-weight: bold;
	z-index: 5;
	padding: 0 10px;
}

.recorbox h4::after {
	content: "";
	height: 1px;
	background: #eeeeee;
	position: absolute;
	top: 50%;
	margin-top: -.5px;
	left: 0;
	width: 100%;
	z-index: 4;
}

.recorbox .swiper-slide a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #313131;
	font-size: 12px;
	margin-top: 10px;
}

.recorbox .swiper-slide a em {
	width: 140px;
	height: 140px;
	overflow: hidden;
}

.recorbox .swiper-slide a em img {
	transition: .3s;
	max-width: 70%;
}

.recorbox .swiper-slide a em img:hover {
	transform: scale(1.1);
}

.recorbox .swiper-slide a strong {
	font-size: 14px;
	color: #df3033;
	text-align: center;
}

.recorbox .swiper-slide a p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 146px;
}

.recorbox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	border: 1px solid #6e6e6e;
	background: #fff;
	opacity: 1;
}

.recorbox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #6e6e6e;
}

.recorbox .swiper-container-horizontal>.swiper-pagination {
	bottom: 0px;
}

.recorbox .swiper-container {
	padding-bottom: 25px;
}

.recorbox .swiper-button-next {
	background: url(../images/img93.jpg);
	width: 12px;
	height: 20px;
	top: auto;
	bottom: 0;
	right: 45px;
}

.recorbox .swiper-button-prev {
	background: url(../images/img92.jpg);
	width: 12px;
	height: 20px;
	top: auto;
	bottom: 0;
	left: 45px;
}

.recorbox .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 2px;
}

.pdBanLfBot span {
    cursor: default;
	color: #999;
    background-image: url(../images/img3_1.png);background-size: 20px;background-position: left center;background-repeat: no-repeat;padding-left: 25px
}

.pdBanLfBot span.active{
    cursor: default;
    color: #999;
    background-image: url(../images/img31.png);background-size: 20px;background-position: left center;background-repeat: no-repeat;padding-left: 25px
}

.p_recommend {
	width: 100%;
	height: auto;
	margin-top: 16px;
	padding-bottom: 80px;
	overflow: hidden;
}

.p_recommend .left {
	width: 210px;
	height: auto;
	float: left;
}

.p_recommend .left .shopname {
	width: 100%;
	border: 1px solid #eeeeee;
}

.p_recommend .left .shopname h5 {
	width: 100%;
	display: block;
	height: 42px;
	border-bottom: 1px solid #EEEEEE;
	text-align: center;
	line-height: 42px;
	color: #313131;
	font-size: 14px;
	background: #f7f7f7;
	font-weight: normal;
}

.p_recommend .left .shopname p {
	display: block;
	width: 90px;
	height: 36px;
	float: left;
	border: 1px solid #dddddd;
	margin-top: 10px;
	background-color: #f8f8f8;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
}

.p_recommend .left .shopname p.goshop {
	background-image: url(../images/shop_home.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 4px 9px;
	margin-left: 10px;
	margin-right: 8px;
	padding-left: 14px;
}

.p_recommend .left .shopname p.lookshop {
	background-image: url(../images/xingxing.png);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 4px 11px;
	padding-left: 14px;
}

.p_recommend .left .hot_pro {
	width: 100%;
	margin-top: 18px;
	height: auto;
	overflow: hidden;
}

.p_recommend .left .hot_pro h6 {
	width: 100%;
	height: 40px;
	background: #e3393c;
	display: block;
	line-height: 40px;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 12px;
}

.hot_pro_tab>div {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e3393c;
	text-align: center;
	float: left;
	line-height: 40px;
	background: #f3f3f3;
	font-size: 14px;
	cursor: pointer;
	-moz-user-select: none;
}

.hot_pro_tab>div.active {
	background: #e3393c;
	color: #fff;
}

.hot_pro .hot_list {
	display: none;
}

.hot_pro .hot_list.active {
	display: block;
}

.p_recommend .left .hot_pro .hot_list {
	height: auto;
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #eeeeee;
	background: #fff;
	border-right: 1px solid #eeeeee;
}

.p_recommend .left .hot_pro .hot_list li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 20px;
	cursor: pointer;
}

.p_recommend .left .hot_pro .hot_list li .pic {
	height: 180px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.p_recommend .left .hot_pro .hot_list li .pic img {
	display: block;
	width: 100%;
	min-height: 180px;
}

.p_recommend .left .hot_pro .hot_list li p {
	padding: 0 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
}

.p_recommend .left .hot_pro .hot_list li p span {
	display: block;
	float: left;
}

.p_recommend .left .hot_pro .hot_list li p span i {
	font-style: normal;
	color: #df3033;
}

.p_recommend .left .hot_pro .hot_list li p span:nth-child(2) {
	float: right;
	text-decoration: underline;
}

.p_recommend .right {
	width: 978px;
	height: auto;
	float: left;
	margin-left: 12px;
}

.p_recommend .right .title {
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #00346f;
}

.p_recommend .right .title li {
	display: block;
	float: left;
	;
	height: 37px;
	text-align: center;
	cursor: pointer;
}

.p_recommend .right .title li p {
	line-height: 38px;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 14px;
	color: #313131;
	padding: 0px 26px;
}

.p_recommend .right .title li.on {
	background: #00346f;
}

.p_recommend .right .title li.on p {
	color: #fff;
}

.p_recommend .right .parameter {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.p_recommend .right .parameter li {
	display: block;
	width: 480px;
	float: left;
}

.p_recommend .right .parameter li p {
	color: #5a5a5a;
	font-family: "å¾®è½¯é›…é»‘";
	line-height: 26px;
	padding-left: 8px;
}

.p_recommend .right .parameter ul {
	width: 100%;
	overflow: hidden;
	padding-bottom: 14px;
	border-bottom: 1px solid #cacaca;
}

.p_recommend .right .parameter .pro_show {
	width: 100%;
}

.p_recommend .right .parameter .pro_show img {
	width: 100%;
	display: block;
}

.pd_imgbox img {
	float: left;
}

.xz_business_list .shop_search {
	width: 100%;
	height: 56px;
	background: #e5e5e5;
	clear: both;
}

.xz_business_list .shop_search input[type=text] {
	width: 200px;
	height: 32px;
	border: 1px solid #dfdfdf;
	outline: none;
	padding-left: 6px;
	margin-left: 12px;
	margin-top: 12px;
}

.xz_business_list .shop_search label {
	margin: 0 6px;
}

.xz_business_list .shop_search a {
	display: inline-block;
	width: 72px;
	height: 32px;
	background: #e1373b;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	border-radius: 3px;
}

.xz_business_list .business_list_title {
	width: 190px;
	height: auto;
	float: left;
	border: 1px solid #dcdcdc;
	border-top-width: 3px;
	border-bottom-width: 3px;
}

.xz_business_list .business_list_title h4 {
	display: block;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 20px;
	background: linear-gradient:(top, #fff, #f5f5f5);
}

.xz_business_list .business_list_title h4:before {
	width: 4px;
	height: 20px;
	content: "";
	position: absolute;
	left: 6px;
	top: 10px;
	background: #cc0001;
}

.xz_business_list .business_list_title a {
	display: block;
	line-height: 30px;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}

.xz_business_list .business_list_title a:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #727272;
	position: absolute;
	top: 13px;
	left: 16px;
}

.xz_business_list .xz_business_shop {
	width: 190px;
	height: auto;
	float: left;
	border: 1px solid #dcdcdc;
	margin-top: 20px;
}

.xz_business_list .xz_business_shop h3 {
	display: block;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 20px;
	background: linear-gradient:(top, #fff, #f5f5f5);
}

.xz_business_list .xz_business_shop .hot_shop {
	border-bottom: 1px dashed #dedede;
	padding: 12px 0;
	position: relative;
}

.xz_business_list .xz_business_shop .hot_shop .img {
	float: left;
	margin-left: 24px;
}

.xz_business_list .xz_business_shop .hot_shop .img img {
	width: 35px;
	height: 35px;
}

.xz_business_list .xz_business_shop .hot_shop p {
	padding-left: 6px;
	display: block;
	float: left;
	width: 120px;
}

.xz_business_list .xz_business_shop .hot_shop a {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #dddddd;
	position: absolute;
	left: 5px;
	top: 6px;
	border-radius: 50%;
	color: #dddddd;
	text-align: center;
	line-height: 16px;
}

.xz_business_list .xz_business_shop .hot_shop a.active {
	color: #e4393c;
	border-color: #e4393c;
}

.xz_business_list .choose_business {
	height: auto;
	margin: 10px 0;
}

.xz_business_list .choose_business a {
	padding: 3px 8px;
	border: 1px solid #e1e1e1;
	margin: 0;
	display: block;
	float: left;
}

.xz_business_list .choose_business a.active {
	background: #e4393c;
	color: #fff;
}

.heatpro {
	width: 210px;
}

.heatpro .tit {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-indent: 1em;
	background: #e3393c;
}

.heatpro ul {
	box-sizing: border-box;
	width: 210px;
}

.heatpro li {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
}

.heatpro li:nth-last-child(1) {
	border: none;
}

.heatpro li a {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 12px;
	height: 238px;
	background: #fff;
}

.heatpro li .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 165px;
	overflow: hidden;
}

.heatpro li img {
	width: 70%;
}

.heatpro li h4 {
	width: 160px;
	margin-top: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
	text-align: center;
	font-weight: normal;
}

.heatpro li span {
	width: 160px;
	color: #FF0000;
	font-size: 16px;
	margin-top: 8px;
	text-align: center;
}
.p_recommend .right .title.on {
	position: fixed;
	top: 0;
}

.p_recommend .right .title {
	width: 978px;
	height: 48px;
	border-top: 2px solid #f4f4f4;
	background-color: #f4f4f4;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f4f4f4;
}

.p_recommend .right .title a.add {
	width: 149px;
	height: 49px;
	background: #F10215;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	margin-top: -2px;
}

.imgbtn1 {
	display: none;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

.imgbtn1.on {
	display: block;
}

.top_lation {
	background: #f2f2f2;
}

.detali_right {
	margin-left: 10px;
}

.detali_right h2 {
	color: #2c2c2c;
	font-size: 18px;
	line-height: 26px;
	padding-left: 10px;
	margin-top: 10px;
}

.detali_right span.panic {
	color: #EB4754;
	font-size: 15px;
	margin-top: 5px;
	display: inline-block;
	padding-left: 10px;
}

.detali_right .price_box {
	width: 620px;
	height: 165px;
	overflow: hidden;
	background: rgba(244, 244, 244, 1);
	margin-top: 10px;
	color: #A2A2A2;
}

.detali_left {
	width: 436px;
}

.detali_left .big_pic {
	width: 436px;
	height: 436px;
}

.detali_right {
	width: 530px;
}

.top_lation .wi12_box {
	width: 1280px;
}

.c_container {
	width: 1280px;
}

.recorbox {
	width: 146px;
}

.detali_right .price_box .reference {
	margin: 17px 10px 0;
}

.detali_right .price_box .price p:nth-child(1) {
	padding-left: 10px;
	color: #A2A2A2;
	line-height: 66px;
}

.detali_right .price_box .price p:nth-child(2) {
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
}

.detali_right .price_box .price p:nth-child(2) span {
	font-size: 20px;
}

.shultex span {
	margin-left: 10px;
	margin-right: 15px;
	color: #A2A2A2;
}

.detali_right .price_box .price {
	height: 70px;
}

.detali_right .specifications .tc {
	margin: 0 20px 12px 0;
}

.detali_right .specifications .tc i {
	width: 56px;
	text-align: center;
	padding-left: 10px;
	margin-right: 20px;
	line-height: 37px;
}

.Receiving {
	display: flex;
	align-items: center;
	padding-bottom: 31px;
	border-bottom: 1px solid rgba(162, 162, 162, .2);
	margin: 30px 0;
}

.Receiving span {
	color: #A2A2A2;
	margin-right: 20px;
	padding-left: 10px;
}

.Receiving div {
	display: flex;
	align-items: center;
}

.Receiving font {
	border: 1px solid #A2A2A2;
	padding: 0 20px;
	height: 24px;
	display: flex;
	align-items: center;
	margin-right: 12px;
	color: #575757;
}

.Receiving {
	color: #575757;
}

.detali_right .specifications .tc span {
	display: inline-block;
	border: 1px solid #E5E5E5;
	text-align: center;
	line-height: 37px;
	max-width: 242px;
	color: #575757;
	position: relative;
}

/* .detali_right .specifications .tc span.on{
			content: "";
			background: url();
		} */
.detali_right .specifications {
	border-bottom: none;
	padding-bottom: 0;
}

.detali_right .buttom_group {
	margin-top: 0;
}

.handlebtn {
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding-left: 75px;
	padding-bottom: 31px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}

.handlebtn .disabled{
	border: 1px solid #ddd!important;
	color: #fff!important;
	background: #ddd!important;
}

.detali_right .buttom_group button.buy {
	width: 152px;
	height: 44px;
	border: 1px solid #E1251B;
	border-radius: 2px;
	background: #fff;
	color: #E1251B;
}

.detali_right .buttom_group button.addcar {
	width: 152px;
	height: 44px;
	background: #E1251B;
	border-radius: 2px;
	border: 1px solid #E1251B;
	color: #fff;
	margin-left: 10px;
}

.recorbox {
	border: none;
}

.detail_box {
	margin-top: 49px;
	border-bottom: none;
}

.recorbox .swiper-container {
	width: 146px;
}

.recorbox .swiper-slide a p {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	white-space: normal;
	color: #575757;
	font-size: 13px;
	text-align: center;
}

.recorbox .swiper-slide a em {
	display: flex;
	justify-content: center;
	align-items: center;
}

.recorbox .swiper-slide a strong {
	width: 100%;
	margin-top: 8px;
	font-weight: normal;
}

.recorbox .swiper-slide a {
	/*margin-top: 15px;*/
}

.p_recommend .right .title li.on {
	background-color: #fff;
	border-top: 3px solid #FA5555 !important;
}

.p_recommend .right .title li.on p {
	color: #FF0027;
}

.p_recommend .right .title li p {
	height: 44px;
	line-height: 44px;
	color: #3C3C3C;
}

.p_recommend .right .title li {
	margin-top: -2px;
	height: 48px;
	border-top: 3px solid transparent;
}

.p_recommend .right .parameter {
	margin-top: 0;
	border-top: none;
}

.p_recommend .right .parameter .pro_show {
	
}

.p_recommend .right .parameter .pro_show img {
	width: 100%;
	margin: 0 auto;
	float: none;
}

.p_recommend .right .parameter ul {
	border: 1px solid #f4f4f4;
	border-top: none;
}

.p_recommend .right .parameter ul {
	width: 100%;
	padding: 35px 5%;
}

.p_recommend .right .parameter li {
	width: 50%;
}

.p_recommend .left .shopname .logo {
	width: 172px;
	height: 172px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.p_recommend .left .shopname .logo img {
	max-width: 100%;
}

.p_recommend .left .shopname {
	height: auto;
	padding-bottom: 20px;
}

.p_recommend .left .shopname .tex1 {
	display: flex;
	margin-top: 8px;
}

.p_recommend .left .shopname .tex1 img {
	width: 50px;
	margin: 0 7px;
}

.p_recommend .left .shopname .tex1 div {
	display: flex;
	flex-wrap: wrap;
}

.p_recommend .left .shopname .tex1 span {
	margin-right: 16px;
}

.p_recommend .left .shopname .tex2 {
	margin-top: 22px;
}

.p_recommend .left .shopname .tex2 div {
	color: #A2A2A2;
	margin-top: 5px;
	padding: 0 15px;
}

.p_recommend .left .shopname .tex2 span {
	color: #2C2C2C;
}

.p_recommend .left .shopname .tex3 {
	overflow: hidden;
	margin-top: 8px;
}

.p_recommend .left .shopname p.goshop {
	background: transparent;
	width: 83px;
	height: 31px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(241, 2, 21, 1);
	opacity: 1;
	border-radius: 2px;
	padding-left: 0;
	line-height: 31px;
	color: #F10215;
	cursor: pointer;
}

.p_recommend .left .shopname p.lookshop {
	background: transparent;
	width: 83px;
	height: 31px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #A2A2A2;
	opacity: 1;
	border-radius: 2px;
	padding-left: 0;
	line-height: 31px;
	color: #A2A2A2;
	cursor: pointer;
}

.heatpro ul {
	border: none;
	margin-top: 30px;
}

.heatpro li {
	border: none;
	margin-top: 18px;
}

.heatpro li span {
	text-align: left;
}

.heatpro li h4 {
	text-align: left;
	overflow: hidden;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
}

.invoice1 {
	display: flex;
	align-items: center;
	margin-top: 14px;
}

.invoice1 h4 {
	width: 60px;
	padding-left: 10px;
	color: #A2A2A2;
	margin-right: 20px;
	text-align: left;
}

.invoice1 p {
	display: flex;
	align-items: center;
	color: #A2A2A2;
	margin-right: 20px;
}

.invoice1 p img {
	width: 20px;
	margin-right: 5px;
}

.p_recommend {
	margin-top: 70px;
}

.detali_left .detail_lun .prev {
	background: url(../images/img_177.png) center no-repeat;
	width: 34px;
	height: 70px;
}

.detali_left .detail_lun .next {
	background: url(../images/img_178.png) center no-repeat;
	width: 34px;
	height: 70px;
}

.attention {
	display: flex;
	align-items: center;
	color: #A2A2A2;
	cursor: pointer;
}

.attention img {
	margin-right: 5px;
	width: 18px;
	margin-top: -2px;
}

.detali_left .detail_lun {
	margin-bottom: 16px;
	height: 70px;
}

.detali_left .detail_lun .box-lun li {
	width: 70px;
	height: 70px;
}

.detali_left .detail_lun .box-lun {
	margin-top: 11px;
}



























