.dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	display: none;
	z-index: 1000;
	top: 0;
	left: 0;
}

.dialog .dialog-box {
	box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
	border-radius: 20px;
	background-color: #fff;
	width: 80%;
	height: 750px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 40px 44px;
	font-size: 28px;
	line-height: 1.8;
	color: #333;
}

.dialog .close-btn {
	font-size: 60px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555;
	position: absolute;
	top: 0;
	right: 0;
}

.dialog .title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 24px;
	font-size: 26px;
	font-weight: bold;
}

.dialog .yellow-kuang {
	background: #fffbe6;
	padding: 12px 20px;
	border-radius: 12px;
	margin-top: 12px;
}

.my_dialog_ask_btn {
	width: 560px;
	height: 63px;
	line-height: 63px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
	background: url("../img/bt_blue_ask.png") no-repeat;
	background-size: 100% 63px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 60px;
}


.loading_line_ask {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 999;
	color: #333
}