@charset "UTF-8";
.warmp {
	margin-top: 30px;
}

@media (min-width: 1300px) {
	.pro-container,
	.pro-wrap .container {
		width: 1255px;
	}
}

.pro-search {
	border: #f2c838 solid 2px;
	border-radius: 28px;
	padding: 0 28px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.pro-search input {
	height: 55px;
	width: 80%;
	line-height: 55px;
	color: #888888;
	outline: none;
	border: none;
}

.pro-search .pro-btn-search {
	height: 55px;
	width: 55px;
	background: url(../images/jxcp-iocn-search.png) no-repeat right center;
	cursor: pointer;
}

.pro-keys-list {
	padding: 14px 28px;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}

.pro-keys-list a {
	margin-right: 17px;
	color: #333333;
}

.pro-keys-list a:hover {
	color: #f2c838;
}

.pro-wrap {
	background: #f5f5f5;
	width: 100%;
	padding: 40px 0;
	min-height: 500px;
}
.screen-item{
	border-bottom: #e5e5e5 solid 1px;
	padding: 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.screen-item span{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	word-break: keep-all;
}
.screen-item div{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.screen-item  a{
	background: #FFFFFF;
	padding: 8px 20px;
	margin-right: 10px;
	border-radius: 20px;
	font-size: 14px;
	min-width: 110px;
	display: block;
	text-align: center;
}
.screen-item  a:last-child{
	margin-right: 0;
}
.screen-item  a.on{
	background: #f2c838;
	color: #000000;
}
.screen-item  a:hover{
	color: #000000;
}
.pro-jx-row{
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 65px;
	padding-bottom: 30px;
}
.pro-jx-row .col-jx{
	padding-left: 8px;
	padding-right: 8px;
}
.item-pro-jx{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 18px;
	background: #ffffff;
	border-radius: 5px;
	text-align: center;
	padding-bottom: 25px;
	position: relative;
}
.item-pro-jx .Pic{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 70.43%;
}
.item-pro-jx .Pic img{
	display: block;
	width: 100%;
	border-radius: 5px;
}
.item-pro-jx .hot{
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/jxcp-iocn-top.png) no-repeat right top;
	z-index: 9999;
}
.item-pro-jx p{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 80%;
    text-align: left;
}
.item-pro-jx .price{
	color: #ae1f23;
	font-size: 24px;
	font-family:arial;
}
.item-pro-jx .price span{
	font-size: 16px;
	font-family: "微软雅黑";
}
.item-pro-jx  .tit-price{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding:20px 10px 20px 10px;
	line-height: 25px;
}
.item-pro-jx  .tit-price span{
	color: #7a7a7a;
	font-size: 14px;
}
.item-pro-jx  .rec{
	font-size: 14px;
	text-align: left;
	padding:0 10px 0 35px;
	color: #bfbfbf;
	background: url(../images/jxcp-icon-rec.png) no-repeat 10px center;
	background-size: 20px 20px;
}
/*详情*/
.pro-de-SubInfo{
	background: #fff;
}
.pro-de-SubInfo .left-info,
.pro-de-SubInfo .right-info{
	float: left;
	width: 100%;
}
.pro-de-SubInfo .left-info h3{
	font-size: 24px;
	font-weight: normal;
	color: #231815;
}
.pro-de-SubInfo .right-info{
	margin-top: 10px;
	line-height: 28px;
}
.layui-layer{ 
	border-radius: 10px!important;
}
.layui-prode{
	width: 790px !important;
	height: 650px !important;
}
.web-de-warp{
	height: 100%;
	overflow: hidden;
	border-radius: 10px!important;
	padding: 10px;
}
.pro-de-SubInfo{
	height: 124px;
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 18px;
}
.pro-de-SubInfo .left-info h3{
	font-size: 20px;
}
.pro-float-class {
	width: 90px;	 
	border-radius: 120px;
	position: fixed;
	left: 5.5%;
	top: 50%;
	z-index: 99999!important;
	background: #fff;
	box-shadow: 0 0 10px rgb(235, 235, 235, .75);	
}
.pro-float-class.pctop{
	margin-top: -348px;
}
.pro-float-class .dot {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #020100;
	position: relative;
	margin-bottom: 18px;
}
.pro-float-class .dot::after{
	content: "";
	width: 1px;
	height: 16px;
	border-left: #b5b5b5 dashed 1px;
	left: 50%;
	top: 8px;
	position: absolute;
}
.pro-float-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 30px;
}
.pro-float-list a:first{
	margin-top: 10px;
}
.pro-float-list .icon {
	width: 38px;
	height: 36px;
	display: flex;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px rgb(235, 235, 235, .75);	
	margin: 0 auto;	 
}
.pro-float-list .name {
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	position: relative;
}
.pro-float-list a.on .name
 {
	color: #b08a0a;
}
.pro-float-list .name::before,
.pro-float-list .name::after{
	content: "";
	height: 8px;
	width: 1px;
	border-left: #b5b5b5 dashed 1px;
	left: 50%;
	position: absolute;
	
}
.pro-float-list .name::after{
	bottom: 0;
}
.pro-float-list .icon img {
	width: 20px;
}
.pro-more{
	width: 220px;
	text-align: center;
	padding: 10px 30px;
	border-radius: 25px;	 
	margin: 0 auto;
	display: block;
	background: #FFFFFF;
}
.pro-more:hover{
	background: #f2c838;
	color: #000000;
}
.nodata{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #c8c5c5;
	display: none;
}
.pro-de-SubInfo{
	min-height: 190px;
}
.de-img-show{
	height:80%;
}
.layui-prode{		 
		height: 690px !important;
	}
.warmp{
	z-index: 99999;
}
@media (max-width:1700px) {
	.pro-float-class{
		left: 10px;
	}
}
@media (max-width:1450px) {
	.pro-float-class{
		width: 70px;
		border-radius: 70px;
	}
}
@media (max-width:1430px) {
	.pro-float-class {
		width: 100%;
		height: auto;
		border-radius: 0;
		position: relative;
		left: 5.5%;
		top: 50%;
		margin-top: 0px;
		z-index: 99;
		background: #fff;
		box-shadow: 0 0 0px rgb(255, 255, 255, .75);			
	}
	.pro-float-class .dot {
		display: none;
	}
	.pro-float-list {
		flex-direction: row;
		justify-content: flex-start;
		margin: 10px auto 30px auto;
		flex-wrap: wrap;
	}
	.pro-float-list .name::before,
	.pro-float-list .name::after{
		display: none;
	}
	.pro-float-list a{
		margin-right: 30px;
		color: #333;
		width: 25%;
	}
	.warmp{
		z-index: 1;
	}
}
@media (max-width: 767px){
	.pro-container{
		padding-top: 120px;
	}
	.pro-search{
		padding-right: 20px;
		padding-left: 20px;
	}
	.pro-search input,
	.pro-search .pro-btn-search{
		line-height: 38px;
		height: 38px;
	}
	.pro-search .pro-btn-search{
		width: 28px;
		background-size: 16px 16px;
	}
	.pro-keys-list{
		padding-left: 5px;
		padding-right: 0;		 
	}
	.pro-float-class{
		width: 90%;
	}
	.pro-float-class.pctop{
	margin-top: 0px;
}
	.pro-float-list{
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.pro-float-list a{
		margin-right: 0;
		display: block;
		width: 25%;
	}
	.pro-float-list .icon{
		box-shadow:0 0 10px rgb(229, 229, 229, .75);
		margin: 0 auto;
	}
	.pro-float-list .icon img{
		width: 23px;
		height: 25px;
	}
	.pro-float-list .name{
		font-size: 13px;
	}
	.screen-item{
		flex-direction: column;
		border-bottom: none;
		padding-bottom: 0;
	}
	.screen-item span{
		font-size: 13px;
		margin-bottom: 13px;
	}
	.screen-item a{
		min-width: auto;
		padding: 0 12px;
		line-height: 24px;
		font-size: 12px;
		border: #333333 solid 1px;
		border-radius: 14px;
		background: none;
		word-break: keep-all;
		cursor: pointer;
		margin-bottom:10px;
	}
	.screen-price a{
		padding: 0 10px;
		margin-bottom:10px;
	}
	
	.pro-wrap{
		padding-top: 0;
	}
	.pro-jx-row{
		margin-top: 30px;
		margin-left:-5px;
		margin-right:-5px
	}
	.pro-jx-row .col-jx{
		padding-left:5px ;
		padding-right:5px ;
	}
	.item-pro-jx{
		padding-bottom: 10px;
		margin-bottom: 10px;
		box-shadow:0 0 10px rgb(229, 229, 229, .75)
	}
	.item-pro-jx p{
		font-size: 14px;
		font-weight: bold;
		width: 70%;
	}
	.item-pro-jx .tit-price{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.item-pro-jx .rec{
		font-size: 12px;
		background-size:15px 15px;
		padding-left: 25px;
	}
	.item-pro-jx .price{
		font-size: 16px;
	}
	.layui-prode{
		width: 86% !important;
		height: 450px !important;
	}
	.pro-de-SubInfo{
		padding: 10px;
	}
	.pro-de-SubInfo .left-info h3{
		font-weight: bold;
		font-size: 16px;
		padding-top: 10px;
	}
		#deimgshow{
		width: 320px !important;
		height: 100%;
	}
		.pro-de-SubInfo{
			height: 120px;
			overflow-y: auto;
			overflow: hidden;
			
		}
	
}
