.dialogmask {
				display: none;
				top: 0px;
				height: 100%;
				width: 100%;
				z-index: 80;
				
			}

			/*遮罩浑浊处理*/
			/* .opacity {
				opacity: 0.3;
				filter: alpha(opacity=30);
				background-color: #000;
			} */

			.dbox {
				position: fixed;
				width: 400px;
				height: 400px;
				bottom: 200px;
				
				left: 35%;
				background-color: #fff;
				border-radius: 15px;
				border: 1px solid rgb(0, 153, 153);
			}

			.dialogtitle {
				width: 100%;
				height: 30px;
				line-height: 30px;
				position: absolute;
				font-size: 18px;
				top: 0px;
				background-color: lightgrey;
			}

			.dialogcontent {
				padding-top: 20px;
				OVERFLOW: scroll;
				height: calc(100% - 20px);
			}

			.dlogcontent {
				padding: 10px;
			}