@charset "utf-8";
.background{position:fixed;_position:absolute;z-index:998;top:0px;left:0px;width:100%;_width:expression(document.documentElement.clientWidth);height:100%;_height:expression(document.documentElement.clientHeight);background:rgb(50,50,50);background:rgba(0,0,0,0.9);}
.webox{position:fixed;_position:absolute;z-index:999;_background:#777;background:rgba(10,10,10,0.5);width: 1200px;}
.webox #inside{background-color:#FFFFFF;height:240px;}

.webox #inside h1{-moz-user-select:none;-webkit-user-select:none;position:relative;display:block;margin:0;padding:0;font-size:24px;line-height:0px;height:0px;padding-left:30px;font-family:"微软雅黑";background:#ec6500;font-weight:normal;cursor:move;font-weight:800;color:#fff;font-size: 0;}

.webox #inside h1 a{position:absolute;display:block;right:0;top:-38px;font-size:14px;background-image:url(../images/x.png);background-repeat:no-repeat;background-position:center top;width:25px;height:25px;cursor:pointer;display:inline-block;background-size:100%;}



.webox #inside h1 a:hover{background-position:center bottom;}


@media screen and (max-width: 740px) {
.webox #inside h1 a{position:absolute;display:block;right:0px;top:-38px;font-size:14px;background-image:url(../images/x.png);background-repeat:no-repeat;background-position:center top;width:25px;height:25px;cursor:pointer;display:inline-block;}
}