	html,body{
				background: #f1f1f1;
			}
			.demand_list{
				width: 100%;
				background: #fff;
			}
			.demand_list ul li{
				padding: 20px 20px;
				position: relative;
			}
			.demand-top{
				display: flex;
			}
			.demand-logo{
				width: 50px;
				height: 50px;
				border-radius: 10px;
				background-position: 50% 50%;
				background-repeat: no-repeat;
				background-size: cover;
				margin-right: 15px;
			}
			.top-title{
				flex: 1;
			}
			.top-title h3{
				font-size: 16px;
				color: #333;
				font-weight: bold;
				margin-bottom: 5px;
				display: block;
				max-width: 80%;
			}
			.top-title p{
				font-size: 12px;
				color: #999;
				max-width: 80%;
				display: block;
			}
			.demand-top h4{
			   position: absolute;
			   background-image: url(images/icon-xu.png);
			   display: block;
			   right: 20px;
			   top: 0;
			   width: 35px;
			   height: 40px;
			   line-height: 25px;
			   background-size: contain;
			   background-repeat: no-repeat;
			   font-weight: 400;
			   color: #fff;
			   text-align: center;
			   font-size: 16px;
			}
			.top-tit-bq{
				margin-top: 10px;
				display: flex;
			}
			.top-tit-bq label{
				flex: 1;
			}
			.top-tit-bq i{
				width: auto;
				background: rgb(56,210,158);
				color: #fff;
				display: inline-block;
				margin-right: 5px;
				border-radius: 2px;
				padding: 1px 4px;
				font-size: 10px;
			}
			.top-tit-bq small{
				font-size: 14px;
				color: #999;
			}
			.top-tit-bq small b{
				color: red;
				font-weight: 400;
			}
			.demand-img{
				width: 100%;
				height: 150px;
				background-size: cover;
				background-position: 50% 50%;
				background-repeat: no-repeat;
				border-radius: 10px;
				margin-top: 20px;
			}
			.demand-foot{
				display: flex;
				margin-top: 15px;
			}
			.demand-foot span{
				flex: 1;
				text-align: center;
				display: flex;
				align-items: center;
				justify-content: center;
			}
			.demand-foot span i img{
				position: relative;
				top: 4px;
			}
			.demand-foot span img{
				height: 15px;
				margin-right: 5px;
			}
			.demand-foot span label{
				font-size: 13px;
				color: #666;
				font-size: 400;
			}
			.demand-detals{
				margin-top: 10px;
				line-height: 24px;
				color: #666;
				background: #fff;
				padding: 15px 20px;
			}
			.demand-detals label.tits{
				color: #333;
				font-weight: bold;
			}
			.pl-rows{
				margin: 20px 20px 80px 20px;
			}
			.pl-rows h3{
				font-size: 22px;
			}
			.pl-list ul li{
				margin-top: 20px;
				padding: 15px 0 0 0;
			}
			.list-top{
				display: flex;
				align-items: center;
			}
			.top-img{
				width: 50px;
				height: 50px;
				border-radius: 100%;
				background-size: cover;
				background-position: 50% 50%;
				background-repeat: no-repeat;
				margin-right: 15px;
			}
			.top-title{
				flex: 1;
				min-width: 0;
			}
			.title-flex{
				display: flex;
				margin-bottom: 5px;
				align-items: center;
			}
			.title-flex h4{
				flex: 1;
				font-weight: 400;
				color: #333;
				font-size: 16px;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow:ellipsis;
				margin-right: 10px;
			}
			.top-zan{
				color: #666;
				font-size: 14px;
			}
			.top-zan i img{
				height: 18px;
				margin-right: 5px;
			}
			.top-zan b{
				font-weight: 400;
				padding-left: 2px;
			}
			.list-content{
				margin: 10px 0px 0px 0px;
				background: #f5f5f5;
				padding: 10px 15px;
				border-radius: 5px;
			}
			.list-content p{
				font-size: 14px;
				color: #666;
			}
			.live-form-rows{
				position: fixed;
				bottom: 0;
				z-index: 100;
				background: #fff;
				display: flex;
				height: auto;
				padding: 7px 0px;
				width: 100%;
				align-items: center;
			}
			.live-form-rows span.lf-btn{
				width: auto;
				color: #0fb70c;
				text-align: center;
				margin: 0px 20px;
			}
			.live-form-rows span.lf-btn img{
				height: 20px;
				margin-bottom: 2px;
			}
			.live-form-rows span.lf-btn h3{
				font-size: 16px;
				font-weight: 400;
				background: #fd464a;
				color: #fff;
				padding: 5px 12px;
				border-radius: 5px;
			}
			.live-inp{
				flex: 1;
				margin-left: 15px;
				border-radius: 5px;
				background: #f9f9f9;
				height: 40px;
				line-height: 40px;
				display: flex;
				justify-content: center;
				align-items: center;
				overflow: hidden;
				border-radius: 50px;
			}
			.live-inp input{
				width: 100%;
				height: 40px;
				line-height: 40px;
				border: 0;
				font-size: 14px;
				color: #333;
				text-indent: 10px;
				background: #f9f9f9;
			}