 .tit {
 	font-size: 18px;
 	font-weight: bold;
 	background: #f8f8f8;
 	padding: 10px;
 }

 .m_dm {
 	margin-top: 25px;
 	border: 1px solid #f5f5f5;
	padding-bottom: 25px;
	margin-bottom: 100px;

 }

 .m1 {
 	padding: 10px;
		margin-bottom: 20px;
 }

 .m1 .item {
 	width: 23%;
 	margin-right: 2%;
 	margin-bottom: 20px;
 }

 .m1 .item:nth-child(4n) {
 	margin-right: 0px;
 }

 .m1 .item .t1 {
 	font-size: 14px;
 	font-weight: bold;
 }

 .m1 .item .cell {
 	margin-top: 5px;
 	padding: 5px;
 	border-radius: 5px;
 	border: 1px solid #dfdfdf;
 }

 .m1 .item .cell .text {
 	height: 35px;
 	font-size: 14px;
 	width: 100%;
 }

 .m1 .item .cell select {
 	height: 35px;
 	width: 100%;
 	font-size: 14px;
 	border: 0px none;
 }

 .m1 .item_2 {
 	width: 50%;
 }

 .m1 .item_2 .item {
 	width: 47%;
 }

 .m1 .item3 {
 	width: 48%;
 }

 .m1 .item_file {
 	width: 100%;
 }

 .m1 .item_file .cells {
 	margin-top: 10px;
 }

 .m1 .item_file .cells .it {
 	position: relative;
 }

 .m1 .item_file .cells .it input {
 	opacity: 0;
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	left: 0px;
 	top: 0px;
 }

 .m1 .item_file .cells .item_file_box {
 	width: 157px;
 	height: 157px;
 	/* overflow: hidden; */
 	margin-left: 15px;
 	position: relative;
 }

 .m1 .item_file .cells .item_file_box img {
 	height: 157px;
 	width: 157px;
 }

 .m1 .item_file .cells .item_file_box .close_img {
 	width: 20px;
 	height: 20px;
 	position: absolute;
 	right: -10px;
 	top: -10px;
 	background: #000 url('../img/p52.png') center no-repeat;
 	background-size: 60% auto;
 	border-radius: 50px;
 	cursor: pointer;
 }

 .submit {
 	text-align: center;
 }

 .submit input {
 	background: #04a65d;
 	color: #fff;
 	border-radius: 5px;
 	font-size: 14px;
 	padding: 10px 50px;
 	margin: 0px 10px;
 }

 .submit .bt1 {
 	background: #f5f5f5;
 	color: #333;
 	border: 1px solid #ccc;
 }
 
 .m1 .item_lw .list {
   margin: 0px 10px;
 }
 
 .m1 .item_lw .list li {
 	width: 157px;
 	height: 145px;
 	border-radius: 3px;
 	border: 1px solid #DDD;
 	padding: 5px;
 	float: left;
 	margin-right: 10px;
 	position: relative;
 	margin-bottom: 10px;
 }
 
 .m1 .item_lw .list li img {
 	width: 100%;
 	height: 100%;
 }
 
 .m1 .item_lw .close {
 	position: absolute;
 	right: 1px;
 	top: -4px;
 	opacity: 0.8;
 	cursor: pointer;
 }
 
 .m1 .item_lw .progressbox {
 	padding: 0 10px;
 	display: none;
 }
 
 .m1 .item_lw .clearfix:after {
 	content: '';
 	clear: both;
 	display: block;
 	height: 0px;
 	width: 100%;
 }
 
 .m1 .item_lw .hidden {
 	display: none;
 }
 
 .m1 .item_lw .btn {
 	padding: 0px;
 	border: 0px none;
 	background: none;
 }
 
 
 .m1 .item_lw {
 	width: 100%;
 }