@charset "utf-8";
/* 酷站代码整理 http://www.5icool.org */
body{
   -webkit-text-size-adjust:none;
}

#windownbg{
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  background:#000;
  top:0;
  left:0;
}
#windown-box{
  position:fixed;
  _position:absolute;
  border:5px solid #4CB3E7;
  background:#FFF;
  text-align:left;
}
#windown-title{
   position:relative;
   height:44px;
   border-bottom:1px solid #CCCCCC;
   overflow:hidden;
   background:#F5F5F5;
}
#windown-title h2{
    background: url(../img/qq_kf.png) no-repeat scroll -66px 2px transparent;
    color: #666666;
    font-size: 25px;
    font-weight: bold;
    height: 40px;
    left: 0px;
    line-height: 40px;
    padding-left: 84px;
    position: absolute;
    top: 5px;
}
#windown-title p{
  color: #666666;
    font-size: 15px;
    font-weight: bold;
    left: 20px;
    position: absolute;
    top: 17px;
}
#windown-close{
    background: url(../images/close_win.png) no-repeat;
    cursor: pointer;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -10em;
    top: 17px;
    width: 12px;
}
.de_works_info{padding:15px;}

.de_works_info .de_photo{float:left; width:150px;}
.de_works_info .de_info{float:right; width:430px;}
#windown-content-border{position:relative;top:-1px;}

#windown-content img,#windown-content iframe{display:block;}
#windown-content .loading{position:absolute;left:50%;top:50%;margin-left:-8px;margin-top:-8px;}
