.main_popup img {
	width: 100%;
}
.main_popup .close {
	background: #222;
	height: 36px;
	line-height: 36px;
	display: flex;
	/* overflow: hidden; */
	flex-wrap: nowrap;
}
.main_popup .close .f_left {
	/* float: left; */
	padding: 0 8px;
	color: #aaa !important;
}
.main_popup .close .f_left input[type="checkbox"] {
	margin-right: 4px;
	visibility: visible;
	position: inherit;
}
.main_popup .close .f_right {
	z-index: 9;
	flex-grow: 1;
}
.main_popup .close .f_right a {
	font-weight: 500;
	color: #fff !important;
	position: relative;
	top: inherit;
	left: 4px;
}
.main_popup .close .f_right a::after {
	display: none;
}

@media screen and (max-width:640px) {

	.main_popup {
		width: 95% !important;
    	margin: 0 auto !important;
    	left: 0 !important;
    	right: 0 !important;
    	top: 60px !important;
	}
	.main_popup>div {
		width: inherit !important;
	}
	.main_popup img {
		width: 100% !important;
		height: auto !important;
	}
	.main_popup .close {
		/* width: 95%; */
		background: #222;
		height: 36px;
		line-height: 36px;
		overflow: hidden;
	}
	.main_popup .close .f_left {
		/* float: right; */
		padding: 0 8px;
		color: #aaa !important;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.main_popup .close .f_left input[type="checkbox"] {
		margin-right: 4px;
	}
	.main_popup .close .f_right {
		padding: 0 8px;
		flex-grow: 1;
	}
	.main_popup .close .f_right a {
		font-weight: 500;
		color: #fff !important;
	}
}