.tanchu_kuang {
width:70%;
height:70%;
min-width:480px!important;
min-height:200px!important;
position:fixed;
z-index:9999;
top:15%;
left:15%;
background:#fff;
border:5px solid rgba(0,0,0,1);
border-radius:10px;
box-shadow:-1px 0 10px rgba(25,118,210,.2),/*左边阴影*/
1px 0 10px rgba(25,118,210,.2),/*右边阴影*/
0 -1px 10px rgba(25,118,210,.2),/*顶部阴影*/
0 1px 10px rgba(25,118,210,.2);
overflow-y:auto;
overflow-x:hidden;
}
.kuang_title_box:hover {
cursor:move;
}
.kuang_title_box {
position:absolute;
top:0;
right:0;
width:100%;
height:32px;
border-bottom:1px solid #e6e6e6;
z-index:100;
background:#fff;
}
.kuang_title_box span {
line-height:32px;
padding-left:20px;
display:inline-block;
}
.kuang_title_box a {
display:block;
width:32px;
height:32px;
line-height:32px;
text-align:center;
color:#333;
float:right;
text-decoration:none;
}
.kuang_title_box a:hover {
background:#e6e6e6;
}
.kuang_contant {
width:100%;
height:90%;
padding:40px 20px 0 20px;
position:relative;
overflow-y:auto;
}
.tanchu_kuang:before {
content:'';
width:100px;
height:100px;
background:red;
}