.my_dialog__db {
	position: fixed;
	top: 15%;
	left: 5%;
	width: 90%;
	height: 50%;
	background-color: #fff;
	border-radius: 15px;
	z-index: 1000;
	display: none;
}

.my_dialog__db_input {
	display: block;
	width: 560px;
	height: 63px;
	line-height: 63px;
	border: 1px solid #b5b5b5;
	outline: 0;
	margin: 150px auto 0;
	font-size: 32px;
	border-radius: 12px;
}

.my_dialog__db_btn {
	width: 560px;
	height: 63px;
	line-height: 63px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
	background: url("../img/blue_btn.png") no-repeat;
	background-size: 100% 63px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 60px;
}


.result {
	font-size: 36px;
	margin-top: 32px;
	padding-top: 30px;
	color: #fff;
	background: none;
	margin-top: 0;
	line-height: 50px;
	height: auto;
	padding-top: 46px;
}

.result .title {
	display: block;
	color: #2e3b88;
	margin-bottom: 5px;
	font-size: 59px;
}

.result.result_b {
	background: none;
	margin-top: 0;
	line-height: 50px;
	height: auto;
	padding-top: 46px
}

.my_dialog__db_prompt {
	font-size: 30px;
	padding: 20px;
}

.sub_title__db {
	color: #051163;
	font-size: 34px;
}


.v_mask__db {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
}


.loading_line__db {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 999;
	color: #333
}