html,body{
				/* background: #fff; */
			}
			.demand_nav{
				/* width: 100%; */
				/* border-bottom: 1px solid #f6eded; */
				/* background: #fff; */
				border-radius: 15px;
				padding: 15px;
			}
			/* #topNav {
				width: 100%;
				overflow: hidden;
			}
			#topNav .swiper-slide {
				width:auto;
				text-align:center;
				font-size: 14px;
				position: relative;
			}
			#topNav .swiper-slide span{
				transition:all .3s ease;
				margin-right: 13px;
				display:block;
				font-size: 16px;
				color: #666;
				position: relative;
				height: 50px;
				line-height: 50px;
				margin-left: 20px;
			}
			#topNav .active span{
				color:#333;
				font-weight: bold;
			}
			#topNav .active span::before{
				content: '';
				display: block;
				position: absolute;
				width: 30px;
				height: 2px;
				background: #007AFF;
				bottom: 0;
				left: -15px;
				margin-left: 50%;
			} */
			
			#topNav {
				width: 100%;
				overflow: hidden;
			}
			
			#topNav .swiper-slide {
				width: auto;
				text-align: center;
				font-size: 14px;
				height: 31px;
				display: flex;
				align-items: center;
				align-content: center;
			}
			
			#topNav .swiper-slide span {
				transition: all .3s ease;
				border-radius: 30px;
				padding: 4px 8px;
				margin-right: 5px;
				display: block;
				font-size: 16px;
				color: #333;
			}
			
			#topNav .active span {
				color: #007AFF;
				font-weight: bold;
				font-size: 18px;
			}
			
			#topNav .active span::before {
				content: '';
				display: block;
				position: absolute;
				width: 16px;
				height: 3px;
				background: #007AFF;
				bottom: 0;
				left: -8px;
				margin-left: 50%;
				border-radius: 6px;
			}
			.demand_list{
				margin: 0px 15px;
				/* border-radius: 10px; */
				overflow: hidden;
			}
			.demand_list ul li{
				padding: 20px 20px;
				position: relative;
				background-color: #fff;
				margin-bottom: 15px;
			}
			.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;
				min-width: 0;
			}
			.top-title h3{
				font-size: 16px;
				color: #333;
				font-weight: bold;
				margin-bottom: 5px;
				display: block;
				max-width: 80%;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.top-title p{
				font-size: 12px;
				color: #999;
				max-width: 100%;
				display: block;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.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: 5px;
				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;
				margin-bottom: 5px;
			}
			.top-tit-bq small{
				font-size: 12px;
				color: #999;
			}
			.top-tit-bq small b{
				color: red;
				font-weight: 400;
			}
			.demand-img{
				width: 100%;
				height: 135px;
				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;
			}
			.demand-foot span i{
				position: relative;
			}
			.demand-foot span img{
				height: 18px;
				margin-right: 5px;
			}
			.demand-foot span label{
				font-size: 13px;
				color: #666;
				font-weight: 400;
			}