﻿.popup_bg {
	width: 100%;
	height: 100%;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
}

.popup {
	display: none;
	z-index: 11;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
}

.popup_in {
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	box-sizing: border-box;
}

.popup.long4 .popup_in {
	width: 776px;
	margin-left: -383px;
	top: 2%;
}

.popup_in_scroll {
	padding: 0 20px;
	box-sizing: border-box;
}

.popup_in_scroll.height-tit_btn {
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100% - 110px);
	padding: 0 20px;
	border-radius: 4px;
	box-sizing: border-box;
}

.popup .popup_in_bottombox {
	padding: 15px 20px;
}

.popup_close {
	z-index: 12;
	position: absolute;
	height: 40px;
	width: 40px;
	margin: 0 0 0 -40px;
	background-size: auto 100%;
	font-family: serif;
	text-align: center;
	color: #c2c2c2;
	font-size: 30px;
	line-height: 39px;
}
.popup_close:hover {
	cursor: pointer;
}
.popup_close:before {
	content: "×";
}

.popup_title {
	clear: both;
	height: 45px;
	overflow: hidden;
	padding: 0 20px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.popup_title p {
	line-height: 42px;
	font-size: 18px;
	float: left;
}

img {
	max-width: 100%;
}

.btn_center {
	clear: both;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.btn_center a {
	margin: 0 5px;
}

.btn_m {
	height: 38px;
	text-align: center;
	font-size: 14px;
	display: block;
	border: none;
	line-height: 38px;
	padding: 0 20px;
	border-radius: 999px;
	box-sizing: border-box;
	color: #333;
	border: 1px solid #c2c2c2;
	background: #fff;
}

.btn_m img {
	vertical-align: middle;
	height: 20px;
	margin: 0 6px;
	display: inline-block;
}

a:hover {
	cursor: pointer;
}

@media (max-width: 799px) {
	.popup.long4 .popup_in {
		height: 90%;
		width: 90%;
		top: 5%;
		margin-left: -45%;
	}
	.popup_in_scroll {
		padding: 0 15px;
		box-sizing: border-box;
	}
	.popup_in_scroll.height-tit_btn {
		overflow-x: hidden;
		overflow-y: auto;
		height: calc(100% - 110px);
		padding: 0 15px;
		border-radius: 4px;
		box-sizing: border-box;
	}
}
