body {
	padding: 0;
	margin: 0;
	overflow: auto;
	background-color: rgb(245,245,245);
}

img {
	display: block;
}
.zw_main{
	width: 1060px;
	margin: auto;
	padding: 0 20px;
	background-color: white;
	padding-bottom: 30px;
}
.zw_time{
	width: 90%;
	margin: auto;
	color: rgb(137,144,158);
	font-size: 14px;
	padding: 10px 0;
}
.zw_before {
	position: relative;
	padding-left: 25px;
}

.zw_before::before {
	content: "急";
	color: white;
	width: 20px;
	height: 20px;
	background-color: rgb(255, 107, 107);
	position: absolute;
	top: 2.5px;
	left: 2px;
	text-align: center;
	font-size: 14px;
}
.zw_name{
	font-size: 20px;
	color: black;
}
.zw_df{
	width: 90%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.zw_money{
	color: red;
	font-size: 20px;
}
.zw_type,
.zw_dizhi{
	color: rgb(137,144,158);
	font-size: 15px;
}
.zwms{
	width: 90%;
	margin: auto;
	color: rgb(41,44,50);
}
.zwms_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}
.zwms_line{
	height: 1px;
	background-color:rgb(137,144,158,0.21) ;
	width: 100%;
}
.zwms_title{
	width: 8%;
	font-size: 17px;
}
.zwms_main{
	width: 100%;
	margin: auto;
	margin-top: 20px;
}
.zwms_text{
	padding-left: 10px;
	font-size: 15px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.zwxx_main{
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.zwxx_left,
.zwxx_right{
	width: 50%;
	font-size: 15px;
}
.zwxx_title{
	color: rgb(137,144,158);
	margin-bottom: 5px;
}
.gsxx{
	width: 100%;
	display: flex;
	margin-top: 20px;
}
.gsxx_left{
	width: 15%;
}
.gsxx_left img{
	width: 80px;
	height: 80px;
	margin: auto;
}
.gsxx_right{
	width: 85%;
}
.sq_btn{
	margin: auto;
	width: 125px;
	height: 30px;
	line-height: 30px;
	color: white;
	background-color: rgb(61,120,178);
	text-align: center;
	cursor: pointer;
	margin-top: 30px;
}