
.discount-countent-right{
	width: 250px;
	height: 314px;
	padding: 20px 10px;
}

.discount-countent {
	
}

.discount-countent .textone{
	width: 90px;
	height: 40px;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
}

.discount-countent .texttwo{
	font-size: 30px;
	margin-bottom: 25px;
}

.discount-countent .text3{
	width: 95px;
	height: 30px;
	background: #a8b5bf;
	line-height:30px;
	border-radius: 5px;
}

.discount-countent .text3 a{
	color: #FFF;
}

.discount-countent-left {
	height:320px;
	width: calc(100% - 250px);
}

.discount-countent-left .list{
	width: calc(33.33% - 10px);
	padding: 10px;
	margin: 5px;
	background: #F0F0F0;
	float:left;
	height: 152px;
}

.discount-countent-left .list .img{
	width: 100%;
	height: 100px;
	border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-size: 100% 100%;
}

.discount-countent-left .product_title {
	width:calc(100% - 6px);
	padding:0px 3px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
   text-overflow: ellipsis;
   font-size: 14px;
   margin-top: 5px;
   color: #333;
}

.discount-countent-left .desc-img-box{
	padding-left:150px;
}

.discount-countent-left .button{
	width: 76px;
	height: 25px;
	line-height: 25px;
	padding: 0;
}

.progress-box{
	width: 63px;
	height: 7px;
	border: 1px solid #fe9373;
	border-radius: 5px;
	display: inline-block;
}

.progress{
	width:50%;
	height: 100%;
	background: #fe9373;
}

.progress-text{
	color: #7B7B7B;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	font-weight: 500;
}


/*楼层*/
.floor{
	height: auto;
}

.floor-top{
	height: 66px;
	padding-top: 25px;
	width: 100%;
}

.floor-top-left{
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
	background: #2FB0E9;
	padding: 3px 15px;
	border-radius:5px;
}

.floor-top-right{
	font-size: 14px;
	padding-top: 10px;
}

.floor-top-right .list{
	margin-right: 20px;
}

.floor-bottom{
	width: 100%;
	height: auto;
}

.floor-bottom-left{
	width: 248px;
	height: 468px;
	background: #d4e9fa;
}

.floor-bottom-left img{
	width: 205px;
	height: 167px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}

.floor-bottom-left .text-box{
	width: 247px;
	height: 70px;
}

.floor-bottom-left .recommend{
	width: 247px;
	height: 143px;
	padding:0 15px;
	margin-top: 30px;
}

.floor-bottom-left .recommend .recommend-div{
	width: 247px;
	height: 64px;
	padding:0 15px;
}

.floor-bottom-left .recommend .text{
	width: 64px;
	height: 64px;
	background: #FFF;
	border-radius: 50%;
	margin-left: 7px;
	line-height: 64px;
	text-align: center;
	margin-bottom: 8px;
}

.floor-bottom-left .recommend .text:hover{
	background: #ffe9ed;
	color: #ff6e83;
}

.floor-bottom-center{
	width: 948px;
	height: 467px;
	/* border-bottom: 1px solid #e2e2e2; */
	background: #fff;
}

.floor-bottom-center .content{
	width: 20%;
	height: 50%;
	/* border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2; */
	padding: 10px 15px;
	background: #fff;
	text-align: center;
}

.floor-bottom-center .content img{
	width: 150px;
	height: 150px;
}

.floor-bottom-right{
	width: 199px;
	height:468px ;
	overflow: hidden;
}

.floor-bottom-right .text-title{
	height: 33px;
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 0 10px;
	line-height: 33px;
	border-bottom: 1px solid #E2E2E2;
}

.floor-bottom-right .text-box{
	height: 73px;
	margin: 0 10px;
	padding:8px 3px;
	border-bottom: 1px dashed #E2E2E2;
}

.floor-bottom-right .text-box img{
	width: 54px;
	height: 54px;
}

.floor-bottom-right .text-box .text{
	width: 110px;
	height: 54px;
	margin-left: 5px;
}


.detail-list {
    font-size: 14px;
    color: #59779d;
}

.detail-list .titleNews {
    height: 25px;
    line-height: 25px;
    font-weight: 800;
}

.detail-list-item-news a {
	margin-right: 5px;
	font-size: 14px;
	line-height: 23px;
	cursor: pointer;
	color: #59779d;
}

.detail-list-item-news a:hover {
	
	font-weight: 600;
	color: #F9F900;
}

@media (max-width: 768px) {
	
	.discount-countent-right {
		width: 100%;
		height: auto;
	}
	
	.discount-countent-left {
		height:auto;
		width: 100%;
	}
	
	.discount-countent-left .list{
		width: calc(50% - 10px);
		padding: 10px;
		margin: 5px;
		background: #F0F0F0;
		float:left;
		height: 150px;
	}
	
	.detail-list .titleNews {
	    font-weight: 800;
	    font-size: 16px;
	}
	
	.discount-countent-left .list .img{
		width: 100%;
		height: 100px;
		border-radius: 4px;
	}
	
	.discount-countent-left .desc-img-box{
		padding-left:0px;
		text-align: center;
	}
	
	.discount-countent-left .product_title {
		float: left;
		width:100%;
		margin-left: 0px;
	}
}