@charset "utf-8";

/*弹窗外框*/
.dialog-wrap {
	display:none;
}
.dialog-content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
}
.dialog-content table {
	width:100%;
	height: 100%;
}
.dialog-content table tbody tr td {
	vertical-align: middle;
}
.dialog-content table tbody tr td .dialog-main {
	display: inline-block;
	min-width: 334px;
	text-align:left;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}


/*弹窗主体*/
.dialog-content .dialog-common-title {
	padding:15px 28px 12px 28px;
	font-size:16px;
	font-weight:500;
	line-height:20px;
	border-bottom: 1px solid #ebf0f2;
	overflow: hidden;
}
.dialog-content .dialog-common-btnClose {
	float:right;
	color: #c6cace;
	cursor: pointer;
}
.dialog-content .dialog-common-msg {
	padding:30px 28px 30px 28px;
	font-size: 14px;
	line-height: 24px;
}

/* 按钮 */
.dialog-content .btnBox-center {
	padding-bottom:20px;
	width:100%;
	text-align:center;
	z-index:1;
}
.dialog-content .btnBox-center .box-btn {
	display:inline-block;
	margin-left:4px;
	margin-right:4px;
	padding-left: 15px;
	padding-right: 15px;
	min-width:108px;
	line-height:36px;
	font-size:14px;
}