body{
    margin: 0;
    padding: 0;
	font-family: "Microsoft YaHei"
}

/*插件表格*/
.plugin_table{
    height: 100%;
    width: 100%;
}

.plugin_table tr td{
    min-width: 200px;
    text-align: center;
    height: 100px;
    font-size: 1em;
}

/*业务组件*/
.toolDocument{
    position: absolute;
    height: 500px;
    width: 700px;
    left:0;
    top: 0;
    overflow: hidden;
    font-size: 45px;
}

.toolDocument img,
.toolDocument video {
    height: 100%;
    width: 100%;
}

.dragDocument img{
    height: 100%;
    width: 100%;
}
