.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .4;
}
.wrap {
	position: fixed;
	width: 700px;
	height: 700px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -300px;
	z-index: 99;
}
.topbar {
	position: relative;
	z-index: 100;
}
.close {
	position: absolute;
	display: block;
	overflow: hidden;
	right: 10px;
	top: 15px;
	width: 30px;
	height: 30px;
	z-index: 101;
	line-height: 30px;
	font-size: 30px;
	color: #000;
	opacity: .2;
	cursor: pointer;
	transition: all .3s linear;
}
.close:hover {
	opacity: .5;
}
.content {
}


.testt-resule{
	overflow: auto;
}
.testt-resule table{
	width: 100%;
}

.testt-resule table tr th,.testt-resule table tr td{
	width: 25%;
	overflow: hidden;
    text-overflow:ellipsis;
	white-space: nowrap;
	border:1px solid #ddd;
	height: 40px;
	text-align: center;
}
.dc-resule{
	display: inline-block;
	padding: 8px;
	color: #fff;
	border-radius: 5px;
	background: #4383c4;
    position: relative;
    top: 5px;
    left: 88%;
}