@charset "utf-8";
.content{ width: 100%; max-width: 1200px; margin: 0 auto; position: relative;}
.im_banner{width: 100%; height: 495px; background:#0070ff url(../img/image_matting/banner_bg.png) center no-repeat; display: inline-block;}
.im_banner .upload_box{ color: #fff; width: 570px; padding-top: 55px; float: right;}
.im_banner .upload_box h1{ font-size: 46px; font-weight: bold;}
.im_banner .upload_box h2{ font-size: 22px; font-weight: bold; margin-top: 10px;}
.im_banner .upload_box .img_upload{ width: 350px; height: 250px; padding: 130px 65px 0 65px; margin-top: 30px; box-sizing: border-box; background: #fff url(../img/image_matting/ico_01.png) center 50px no-repeat; border-radius: 15px; display: inline-block;}
.im_banner .upload_box .img_upload button{color: #fff; font-size: 18px; font-weight: bold; text-indent: 40px; height: 48px; line-height: 48px; border-radius: 5px; background:#0070ff url(../img/image_matting/ico_02.png) 55px no-repeat;}
.im_banner .upload_box .img_upload p{color: #333; width: 100%; text-align: center; line-height: 38px; display: inline-block;}
.im_banner .upload_box .upload_msg{width: 340px; line-height: 50px; text-align: center;display: inline-block;}
.im_banner .upload_box .kt_text{
	color: #fff;
	font-size: 15px;
	margin-top: 15px;
	width: 350px;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
.im_banner .upload_box .kt_text a{
	color: #fff;
}
.im_banner .upload_box .kt_text span{
	display: inline-block;
}
.im_block{width: 100%; padding: 40px 0; display: inline-block;}
.im_title{width: 100%; line-height: 40px; text-align: center; padding: 30px; display: inline-block;}
.im_title p{color: #222; font-size: 30px;font-weight: bold; width: 100%; display: inline-block;}
.im_title span{color: #333; font-size: 16px; width: 100%; display: inline-block;}
.im_img_box{width: 100%; height: 320px; background: url(../img/image_matting/img_01.png) center no-repeat;background-size: 100% auto;}

.im_img_list{width: 100%; display: flex; justify-content: space-between;}
.im_img_list li{text-align: center; width: 24%; padding-top: 150px; padding-bottom: 40px; box-shadow: #f7f9fa 0px 0px 10px;}
.im_img_list li p{ color: #141e38; font-size: 20px; font-weight: bold; display: inline-block;}
.im_img_list li span{ color: #5c6276; font-size: 16px; margin-top: 20px; display: inline-block; }
.im_img_list .i1{ background: url(../img/image_matting/ico_03.png) center 45px no-repeat;}
.im_img_list .i2{ background: url(../img/image_matting/ico_04.png) center 45px no-repeat;}
.im_img_list .i3{ background: url(../img/image_matting/ico_05.png) center 45px no-repeat;}
.im_img_list .i4{ background: url(../img/image_matting/ico_06.png) center 45px no-repeat;}

.im_img_list2{width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between;}
.im_img_list2 li{ width: 19%; margin-bottom: 25px; }
.im_img_list2 li img{
	width: 100%;
}

.im_edit_block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.im_edit_block .im_old{
	width: 50%;
	min-height: 785px;
	background: #eaebf3;
	display: flex;
	justify-content:center;
	align-items:center;
}
.im_edit_block .im_old img{
	max-width: 95%;
	max-height: 95%;
}
.im_edit_block .im_new{
	width: 50%;
	min-height: 785px;
	background: url(../img/image_matting/im_edit_bg.png);
	display: flex;
	justify-content:center;
	align-items:center;
}
.im_edit_block .im_new img{
	max-width: 95%;
	max-height: 95%;
}
.im_edit_block .im_edit_btn{
	width: 100%;
	border-top: 1px solid #eee;
	margin-top: 35px;
	padding-top: 35px;
	display: flex;
	justify-content: center;
}
.im_edit_block .im_edit_btn button{
	font-size: 16px;
	width: 175px;
	height: 48px;
	border-radius: 4px;
}
.im_edit_block .im_edit_btn button:first-child{
	color: #0772fc;
	border: 1px solid #0772fc;
}
.im_edit_block .im_edit_btn button:first-child:hover{
	color: #0772fc;
	border: 1px solid #0772fc;
}