.modal .box {
	height: 85px;
	width: 100%;
	box-shadow: none;
	margin: 0;
}

.modal .con {
	margin-top: 17px;
	display: inline-block;
}

.modal input {
	width: 100%;
	height: 42px;
	padding-left: 10px;
	border: 1px solid #b2b2b2;
}

.modal label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400 !important;
	padding: 0 !important;
	cursor: pointer;
}

.modal .fetchBtn {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

.modal img {
	height: 41px;
	width: 100%;
	cursor: pointer;
	margin-top: -3px;
}

.modal .layui-layer-ico {
	background: url(images/icon.png) no-repeat
}

