.bm_dialog {
	width: 100%;
	word-spacing: -3px;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	height: 100%;
	text-align: center;
	font-size: 0;
	letter-spacing: -3px
}

.bm_dialog>i {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	font-size: 0
}

.bm_dialog .dialog_c {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 12px;
	letter-spacing: 0;
	word-spacing: 0;
	position: relative;
	width: 80%;
	min-width: 300px;
	max-width: 600px;
	text-align: left;
	background-color: #fff;
	padding: 0;
	border-radius: 4px
}

.bm_dialog .icon-close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer
}

.bm_dialog .bm_btn {
	background-color: #f90;
	color: #fff;
	display: inline-block;
	height: 36px;
	line-height: 34px;
	padding: 0 12px;
	min-width: 100px;
	box-shadow: none !important;
	border: none;
	cursor: pointer
}

.dialog_show {
	display: block !important
}

.dialog_c .dialog_head {
	border-bottom: 1px solid #ccc;
	padding: 15px 20px;
	font-size: 18px
}

.dialog_c .dialog_body {
	padding: 20px
}

.dialog_c .dialog_foot {
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: right
}

.dialog_c .dialog_foot button {
	min-width: 80px;
	vertical-align: middle
}

.dialog_c .dialog_foot input {
	vertical-align: middle
}

.dialog_c .dialog_foot .cancel {
	margin-right: 10px
}

.prompt textarea {
	width: 100%;
	height: 100px
}

#dialog_video .dialog_c {
	width: auto;
	min-height: 460px;
	padding: 10px;
	background: #fff;
	max-width: 860px
}

#dialog_video .dialog_c .close {
	right: 10px;
	top: 10px;
	background-color: #fff;
	width: 26px;
	height: 26px
}

#dialog_video .dialog_main {
	width: 100%;
	height: 100%;
	background: #000
}

#dialog_video .dialog_main iframe {
	height: 440px !important
}

#bm_dialogBg, .bm_dialogBg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 150%;
	background: rgba(0, 0, 0, .5)
}

.m_dialog_tips .dialog_c {
	background: #fff;
	max-width: 400px !important
}