.comminution{
	padding: .55rem 0;
	background: #f2f2f2;
}
.comminution .container{
	display: flex;
	justify-content: space-between;
}
.comminution .left-category{
	width: 21.25%;
}
.comminution .left-category .category{
	background: #FFFFFF;
}
.comminution .left-category li{
	height: 80px;
	line-height: 80px;
}
.comminution .left-category li a{
	display: block; 
	border-right: 4px solid transparent;
	display: flex;
	justify-content: space-between;
}
.comminution .left-category li a:hover,
.comminution .left-category li a.active{
	border-left: 4px solid #224690;
	background: #f5f6fc;
}
.comminution .left-category li h6{
	font-size: 16px;
	color: #333333;
	font-family: "PingFang SC Heavy","microsoft yahei";
	padding-left: .3rem;
}
.comminution .left-category li span{
	padding-right: .3rem;
	font-size: 16px;
	color: #999999;
	font-family: "PingFang SC Heavy","microsoft yahei";
}
.comminution .left-category .prices,
.comminution .left-category .dates{
	background: #FFFFFF;
	padding: .28rem;
	margin-top: .2rem;
}
.comminution .left-category .prices h4,
.comminution .left-category .dates h4{
	font-size: 16px;
	color: #333333;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
}
.comminution .prices .price-range,
.comminution .dates .date-range{
	display: flex;
	justify-content: space-between;
	margin: .2rem 0;
}
.comminution .prices input,
.comminution .dates input{
	border: 1px solid #d4d4d4;
	width: 65px;
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
}
.comminution .prices .price-range span,
.comminution .dates .date-range span{
	line-height: 32px;
	color: #999999;
	font-weight: lighter;
}
.comminution .prices .price-sure,
.comminution .dates .dates-sure{
	display: block;
	height: 32px;
	line-height: 32px;
	width: 48px;
	background: #264993;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
}
.comminution .prices .price-screen a,
.comminution .dates .dates-screen a{
	display: block;
	font-family: "PingFang SC Regalar","microsoft yahei";
	font-size: 16px;
	color: #333333;
	line-height: 45px;
	transition: all .4s ease;
}
.comminution .prices .price-screen a:hover,
.comminution .prices .price-screen a.active,
.comminution .dates .dates-screen a:hover,
.comminution .dates .dates-screen a.active{
	color: #264993;
}
.comminution .dates .date-range{
	
}
.comminution .commit-list{
	width: 77.15%;
	background: #FFFFFF;
	padding: .3rem .55rem;
}
.comminution .commit-list .list-tit{
	font-size: 16px;
	color: #333333;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: .3rem;
}
.comminution .commit-list .list-box li{
	padding: .3rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d1d1d1;
}
.comminution .commit-list .list-box .list-pic{
	max-width: 110px;
	max-height: 160px;
	overflow: hidden;
	-moz-box-shadow: 7px 0px 15px rgba(0,87,149,.33);
	-webkit-box-shadow: 7px 0px 15px rgba(0,87,149,.33);
	box-shadow: 7px 0px 15px rgba(0,87,149,.33);
}
.comminution .commit-list .list-box .list-pic img{
	width: 100%;
	transition: all .4s ease;
}
.comminution .commit-list .list-box .list-pic:hover img{
	transform: scale(1.1);
}
.comminution .commit-list .list-box .list-text{
	width: 61.35%;
}
.comminution .commit-list .list-box .list-text h4{
	font-size: 18px;
	color: #333333;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
	transition: all .4s ease;
}
.comminution .commit-list .list-box .list-text h4:hover{
	color: #264993;
}
.comminution .commit-list .list-box .list-text p{
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	margin: .15rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.comminution .commit-list .list-box .mobile-list-dtl{
	display: none;
	margin-top: 15px;
}
.comminution .commit-list .list-box .list-dtl span{
	font-size: 14px;
	color: #333333;
	font-family: "PingFang SC Regular","microsoft yahei";
	margin-right: .15rem;
}
.comminution .commit-list .list-box .list-dtl span:last-child{
	margin-right: 0;
}
.comminution .commit-list .list-box .list-dtl span em{
	color: #ff3939;
}
.comminution .commit-list .list-box .list-op a{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
}
.comminution .commit-list .list-box .list-op a.demand{
	background: #f2f2f2;
	color: #333333;
}
.comminution .commit-list .list-box .list-op a.online-btn{
	background: #254892;
	color: #FFFFFF;
	margin-top: 20px;
}
.pop-mask{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,.6);
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
}
.pop-content.demand-box{
	width: 840px;
	height: 660px;
	background: #FFFFFF;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -330px 0 0 -420px;
	z-index: 999;
	display: none;
}
.pop-content .pop-title{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	background: #FFFFFF;
	color: #0F339B;
	font-size: 24px;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
	border-bottom: 1px solid #DEDEDE;
	position: relative;
}
.pop-content .pop-title .close-btn{
	display: block;
	background: url(../img/close-icon.png) center center no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 16px;
	cursor: pointer;
}
.pop-content h6{
	font-size: 14px;
	color: #999999;
	text-align: center;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
	padding: .18rem 0;
}
.pop-content .inp-box{
	padding: 0 .8rem;
}
.pop-content .inp-box .inp-con{
	height: 42px;
	line-height: 40px;
	border: 1px solid #f3f3f3;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
}
.pop-content .inp-box .inp-con label,
.pop-content .inp-box .msg-con label{
	display: block;
	width: 21.5%;
	text-align: center;
	background-color: #fbfbfb;
	color: #0f339b;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
	font-size: 14px;
	float: left;
}
.pop-content .inp-box .msg-con{
	border: 1px solid #f3f3f3;
}
.pop-content .inp-box .msg-con label{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 8.5%;
}
.pop-content .inp-box .inp-con input{
	width: 77%;
	height: 40px;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
}
.pop-content .inp-box .msg-con textarea{
	width: 100%;
	resize: none;
	padding: .1rem;
	background: #fdfdfd;
}
.pop-content .submit-btn{
	width: 100%;
	background: #0f339b;
	color: #FFFFFF;
	height: 58px;
	line-height: 58px;
	border-radius: 30px;
	text-align: center;
	font-size: 18px;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
	margin-top: 50px;
}
.buy-box{
	width: 788px;
	height: 830px;
	background: #FFFFFF;
	border-radius: 10px;
	position: absolute;
	top: 3%;
	left: 50%;
	margin: 0 0 0 -415px;
	z-index: 999;
	display: none;
	padding: .3rem .5rem;
}
.buy-box .top-buy{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.buy-box .top-buy h4{
	font-size: 24px;
	color: #333333;
}
.buy-box .top-buy .close-buy-btn{
	display: inline-block;
	background: url(../img/close-icon.png) center center no-repeat;
	width: 20px;
	height: 20px;
}
.buy-box .buy-dtls{
	margin: .3rem 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: .3rem 0;
	display: flex;
	justify-content: space-between;
}
.buy-box .buy-dtls .left-dtls{
	width: 40%;
}
.buy-box .buy-dtls .left-dtls h5,
.buy-box .buy-dtls .right-dtls .price{
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}
.buy-box .buy-dtls .left-dtls p{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	font-weight: 500;
	margin-top: 20px;
}
.buy-box .buy-dtls .right-dtls{
	width: 30%;
	
}
.buy-box .buy-dtls .right-dtls .price-num{
	font-size: 18px;
	color: #ff3939;
	font-weight: 500;
	margin-top: .55rem;
}
.buy-box .buy-inp h5{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}
.buy-box .inp-box{
	margin-top: 20px;
}
.buy-box .inp-con{
	height: 42px;
	line-height: 40px;
	border: 1px solid #f3f3f3;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
}
.buy-box .item01,
.buy-box .item02{
	display: flex;
	justify-content: space-between;
}
.buy-box .item01 .inp-con.style01{
	width: 49%;
}
.buy-box .item01 .inp-con.style02{
	width: 49%;
}
.buy-box .item02 .inp-con.style01{
	width: 49%;
}
.buy-box .item02 .inp-con.style02{
	width: 49%;
}
.buy-box .inp-con label,
.buy-box .msg-con label{
	display: block;
	width: 17.5%;
	text-align: center;
	background-color: #fbfbfb;
	color: #0f339b;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
	font-size: 14px;
	float: left;
}
.buy-box .item01 .inp-con label,
.buy-box .item02 .inp-con label{
	width: 43%;
}
.buy-box .msg-con{
	border: 1px solid #f3f3f3;
}
.buy-box .msg-con label{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.buy-box .inp-con input{
	width: 77%;
	height: 40px;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
}
.buy-box .msg-con textarea{
	width: 100%;
	resize: none;
	padding: .1rem;
}
.buy-box .buy-submit{
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background: #0f339b;
	font-weight: bold;
	border-radius: 30px;
	margin-top: 35px;
}
/*详情*/
.commit-detail{
	background: #FFFFFF;
	margin-top: 10px;
	padding: .7rem 0;
}
.commit-detail .detail-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.commit-detail .top-pic{
	width: 42.9%;
}
.commit-detail .top-pic .pic-box{
	max-width: 296px;
	max-height: 426px;
	overflow: hidden;
	margin: auto;
	-moz-box-shadow: 7px 0px 15px rgba(0,87,149,.33);
	-webkit-box-shadow: 7px 0px 15px rgba(0,87,149,.33);
	box-shadow: 7px 0px 15px rgba(0,87,149,.33);
}
.commit-detail .top-pic .pic-box img{
	width: 100%;
}
.commit-detail .top-text{
	width: 57.1%;
}
.commit-detail .top-text h4{
	font-size: 26px;
	color: #333333;
	font-family: "PingFang SC Bold","microsoft yahei";
	font-weight: bold;
}
.commit-detail .top-text .text-dtl{
	margin: .15rem 0;
}
.commit-detail .top-text .text-dtl p{
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	font-family: "PingFang SC Bold","microsoft yahei";
}
.commit-detail .top-text .text-dtl p em{
	color: #ff3d3d;
}
.commit-detail .top-text .op-box{
	display: flex;
	/* justify-content: space-between; */
	margin-top: .4rem;
}
.commit-detail .top-text .op-box a{
	display: block;
	width: 30%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	font-family: "PingFang SC Bold","microsoft yahei";
}
.commit-detail .top-text .op-box a.add-chart{
	background: #2c4c95;
}
.commit-detail .top-text .op-box a.add-chart span{
	background: url(../img/chart-icon.png) left center no-repeat;
	padding-left: 30px;
}
.commit-detail .top-text .op-box a.buy{
	background: #ff7d2f;
	margin-right: 20px;
}
.commit-detail .top-text .op-box a.buy span{
	background: url(../img/money-icon.png) left center no-repeat;
	padding-left: 30px;
}
.commit-detail .top-text .op-box a.msg{
	background: #3dbf65;
}
.commit-detail .top-text .op-box a.msg span{
	background: url(../img/msg-icon.png) left center no-repeat;
	padding-left: 30px;
}
.commit-detail .detail-main{
	display: flex;
	justify-content: space-between;
	margin-top: .9rem;
}
.commit-detail .detail-main .left-main{
	width: 62.67%;
}
.commit-detail .detail-main .left-main .tab-nav{
	width: 90%;
	display: flex;
}
.commit-detail .detail-main .left-main .tab-nav a{
	display: inline-block;
	width: 25%;
	text-align: center;
	background: #f8f8f8;
	font-size: 16px;
	color: #333333;
	font-family: "PingFang SC Regular","microsoft yahei";
	height: 50px;
	line-height: 50px;
	transition: all .4s ease;
}
.commit-detail .detail-main .left-main .tab-nav span{
	display: inline-block;
	width: 25%;
	text-align: center;
	background: #f8f8f8;
	font-size: 16px;
	color: #333333;
	font-family: "PingFang SC Regular","microsoft yahei";
	height: 50px;
	line-height: 50px;
	transition: all .4s ease;
	cursor: pointer;
}
.commit-detail .detail-main .left-main .tab-nav span:hover{
	background: #264993;
	color: #FFFFFF;
}
.commit-detail .detail-main .left-main .tab-nav a:hover,
.commit-detail .detail-main .left-main .tab-nav a.current{
	background: #264993;
	color: #FFFFFF;
}
.commit-detail .detail-main .left-main .tab-content{
	border: 1px solid #f8f8f8;
	display: none;
}
.commit-detail .detail-main .left-main .tab-content.current{
	display: block;
}
.commit-detail .detail-main .summarize{
	padding: .35rem .5rem;
}
.commit-detail .detail-main .summarize p{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	font-family: "PingFang SC Regular","microsoft yahei";
	margin-bottom: 10px;
}
.commit-detail .detail-main .reports{
	padding: .35rem 0;
}
.commit-detail .detail-main .reports .report-tit{
	line-height: 30px;
	background: #ebeff8;
	color: #333333;
	font-size: 18px;
	font-family: "PingFang SC Bold","microsoft yahei";
	padding: .15rem .2rem;
	font-weight: bold;
}
.commit-detail .detail-main .directory{
	padding: .25rem .5rem;
}
.commit-detail .detail-main .directory h5{
	font-size: 18px;
	color: #333333;
	font-family: "PingFang SC Regular","microsoft yahei";
	font-weight: normal;
}
.commit-detail .detail-main .directory ul{
	padding: 0 .3rem 0 .5rem;
}
.commit-detail .detail-main .directory h6{
	font-size: 16px;
	color: #333333;
	font-family: "PingFang SC Bold","microsoft yahei";
	margin-top: .3rem;
	line-height: 36px;
}
.commit-detail .detail-main .directory p{
	line-height: 36px;
	font-size: 14px;
	color: #333333;
	font-family: "PingFang SC Regular","microsoft yahei";
}
.commit-detail .right-list{
	width: 36%;
}
.commit-detail .right-list .list-tit{
	height: 50px;
	width: 166px;
	line-height: 50px;
	text-align: center;
	background: #f8f8f8;
	font-size: 16px;
	color: #333333;
	font-family: "PingFang SC Regular","microsoft yahei";
	transition: all .4s ease;
}
.commit-detail .right-list ul{
	border: 1px solid #F8F8F8;
	padding: .3rem;
}
.commit-detail .right-list ul li{
	display: flex;
	justify-content: space-between;
	margin-bottom: .15rem;
}
.commit-detail .right-list ul li .circle{
	background: url(../img/circle.png) left center  no-repeat;
	display: block;
	width: 13px;
	height: 36px;
}
.commit-detail .right-list ul li a{
	font-size: 18px;
	color: #999999;
	line-height: 36px;
	font-family: "PingFang SC Bold","microsoft yahei";
	font-weight: bold;
	width: 90%;
	transition: all .4s ease;
}
.commit-detail .right-list ul li a:hover{
	color: #264993;
}