﻿@charset "utf-8";
/*!
 * edh5 1.0 
 * Copyright 2015 edh5.com
 * http://www.edh5.com/
 * author:sky
*/

html, body {
    width: 100%;
    height: 100%;
    overflow-y:hidden;
}
/*漂浮广告css*/
#ad1 {
    padding-top: 20px;
    z-index: 99999;
}
.closefloat {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#ad1 p {
    padding: 12px 15px;
    font-size: 16px;
    color: #F04B1A;
    /*background: red;*/
    text-indent: 2em;
}
#ad1 a {
    display: block;
    background: url(../images/floatimg.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 293px;
    height: 88px;
}