@media screen and (min-width: 1025px) {
	body {
		background-color: #FAFAFA;
	}
	.top-container {
		width: 100%;
		min-width: 1200px;
		height: 220px;
		overflow: hidden;
		margin: 0 auto;
		color: #fff;
		background: url(../images/processbg.jpg) center no-repeat;
	}
	.top-container>h3 {
		margin-top: 55px;
		text-align: center;
		font-size: 23px;
		font-weight: bold;
	}
	.top-container>p {
		margin-top: 25px;
		text-align: center;
		font-size: 16px;
	}
	.process-container {
		width: 1200px;
		margin: 20px auto 0;
	}
	.process-container .process-left {
		float: left;
		width: 890px;
		margin-bottom: 50px;
		padding: 50px 0 74px;
		text-align: center;
		background-color: #fff;
	}
	.process-container .process-right {
		float: left;
		width: 290px;
		margin-left: 20px;
	}
	.process-container .process-right .top-con {
		width: 100%;
		height: 153px;
		text-align: center;
		background: #fff;
		overflow: hidden;
	}
	.process-container .process-right .top-con p {
		font-size: 14px;
		color: #333;
		margin-top: 40px;
	}
	.process-container .process-right .top-con .top-btn {
		display: block;
		width: 220px;
		height: 38px;
		line-height: 38px;
		margin: 25px auto 0;
		background: #EE6C15;
		color: #fff;
		border-radius: 4px;
	}
	.process-container .process-right .task-con {
		width: 100%;
	}
	.process-container .process-right .task-con-title {
		display: flex;
		justify-content: space-between;
		margin: 35px 0 10px;
		padding: 0 18px 0 10px;
	}
	.process-container .task-con-title .title-left {
		font-size: 16px;
		color: #333;
	}
	.process-container .task-con-title .title-right a {
		font-size: 14px;
		color: #666;
	}
	.process-container .process-right .task-box {
		width: 100%;
		height: 140px;
		padding-top: 22px;
		padding-left: 22px;
		box-sizing: border-box;
		background: #fff;
	}
	.process-container .process-right .task-box::after {
		content: "";
		position: relative;
		top: 38px;
		right: 12px;
		display: block;
		width: 280px;
		border-bottom: 1px solid #E1E4E5;
		clear: both;
	}
	.process-container .process-right .task-box-left {
		float: left;
		width: 44px;
		height: 44px;
		border-radius: 4px;
	}
	.process-container .process-right .task-box-left img {
		width: 100%;
		height: 100%;
	}
	.process-container .process-right .task-box-right {
		float: left;
		flex: 1;
		margin-left: 20px;
	}
	.process-container .task-box-right>h3 {
		width: 190px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-top: -3px;
		font-size: 18px;
		font-weight: bold;
		color: #378BF7;
	}
	.process-container .task-box-right .task-price {
		font-size: 14px;
		line-height: 36px;
		color: #333;
	}
	.process-container .task-box-right .task-price>span {
		color: #DE1A00;
	}
	.process-container .task-box-right .task-status {
		width: 58px;
		height: 18px;
		margin-top: 5px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		border-radius: 4px;
		background: #378BF7;
	}
	.process-container .task-box-right .task-status2 {
		background: #9098A8;
	}
	.process-container .task-box-right .task-status3 {
		background: #EE6F2D;
	}
}

@media screen and (max-width: 1024px) {
	.top-container {
		width: 100%;
		height: 280px;
		text-align: center;
		color: #fff;
		background: url(../images/processbg.jpg) center no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.top-container>h3 {
		margin-top: 70px;
		font-size: 32px;
		font-weight: bold;
	}
	.top-container>p {
		margin-top: 28px;
		padding: 0 25px;
		font-size: 15px;
	}
	.process-container {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.process-container .process-left {
		width: 81%;
		max-width: 480px;
		margin: 0 auto;
		padding: 63px 7% 50px 12%;
	}
	.process-container .process-left>img {
		width: 100%;
	}
	.process-container .process-right {
		padding: 39px 7% 150px;
		box-sizing: border-box;
		background: #F8F9FB;
	}
	.process-container .process-right .top-con {
		width: 100%;
		height: 196px;
		overflow: hidden;
		background: #fff;
	}
	.process-container .process-right .top-con p {
		margin-top: 50px;
		font-size: 18px;
		color: #333;
	}
	.process-container .process-right .top-con .top-btn {
		display: block;
		width: 80%;
		max-width: 500px;
		height: 49px;
		line-height: 49px;
		margin: 30px auto 0;
		background: #EE6C15;
		border-radius: 5px;
		font-size: 15px;
		color: #fff;
	}
	.process-container .task-con {
		width: 100%;
		padding-top: 27px;
	}
	.process-container .task-con .task-con-title {
		width: 100%;
		height: 49px;
		line-height: 49px;
		display: flex;
		justify-content: space-between;
		padding: 0 5% 0 14px;
		box-sizing: border-box;
	}
	.process-container .task-con .task-con-title .title-left {
		font-size: 17px;
		color: #333;
	}
	.process-container .task-con .task-con-title .title-right a {
		font-size: 15px;
		color: #666;
	}
	.process-container .process-right .task-box {
		width: 100%;
		height: 160px;
		padding-top: 25px;
		padding-left: 29px;
		box-sizing: border-box;
		background: #fff;
	}
	.process-container .process-right .task-box > a{
		display: flex;
	}
	.process-container .process-right .task-box::after {
		content: "";
		position: relative;
		top: 38px;
		right: 0;
		display: block;
		width: 100%;
		border-bottom: 1px solid #E1E4E5;
		clear: both;
	}
	.process-container .process-right .task-box:nth-last-child(1)::after {
		display: none;
	}
	.process-container .process-right .task-box-left {
		float: left;
		width: 56px;
		height: 56px;
		border-radius: 5px;
	}
	.process-container .process-right .task-box-left img {
		width: 100%;
		height: 100%;
	}
	.process-container .process-right .task-box-right {
		width: 100px;
		float: left;
		flex: 1;
		margin-left: 29px;
	}
	.process-container .task-box-right>h3 {
		margin-top: -3px;
		font-size: 20px;
		font-weight: bold;
		color: #378BF7;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: left;
	}
	.process-container .task-box-right .task-price {
		font-size: 15px;
		line-height: 47px;
		text-align: left;
		color: #333;
	}
	.process-container .task-box-right .task-price>span {
		color: #DE1A00;
	}
	.process-container .task-box-right .task-status {
		width: 75px;
		height: 23px;
		margin-top: 5px;
		line-height: 23px;
		text-align: center;
		color: #fff;
		border-radius: 5px;
		background: #378BF7;
	}
	.process-container .task-box-right .task-status2 {
		background: #9098A8;
	}
	.process-container .task-box-right .task-status3 {
		background: #EE6F2D;
	}
}

@media screen and (max-width: 767px) {
	.process-container .process-right .task-box {
		width: 100%;
		height: 160px;
		padding-top: 25px;
		padding-left: 22px;
		box-sizing: border-box;
		background: #fff;
	}
	.process-container .process-right .task-box-right {
		float: left;
		flex: 1;
		margin-left: 17px;
	}
}