@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

.float_layer {
    border: 1px solid #aaaaaa;
display:none;
}

.float_layer h2 {
    FONT-WEIGHT: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    font-size:16px;
    color: #fffd00;
    border-bottom: 1px solid #0053af;
    position: relative;
    background: #008de4;
}

.float_layer .min {
    width: 21px;
    height: 20px;
      background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022091410414301556/cms/image/bc166b14-b105-48bb-a087-208c9aafd3ae.gif) no-repeat 0 bottom;
    position: absolute;
    top: 2px;
    right: 5px;
}

.float_layer .min:hover {
   
}

.float_layer .max {
    width: 21px;
    height: 20px;

    position: absolute;
    top: 2px;
    right: 25px;
}

.float_layer .max:hover {
   
}

.float_layer .close {
    width: 21px;
    height: 20px;
    background: url(/img/close01.gif) no-repeat 0 bottom;
    position: absolute;
    top: 2px;
    right: 3px;
    background: #fff;
}

.float_layer .close:hover {
    background: url(/img/close01.gif) no-repeat 0 0;
}

.float_layer .content {
    height: 119px;
    width: 270px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    background: #fff;
}

.float_layer .wrap2 {
    padding: 0
}
