@charset "utf-8";

/* floatingAd */
.floatingAd .ad {
    z-index: 100;
    background: none;
    position: absolute;
    display: none;
}

.floatingAd a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
    /* background-color: #fff; */
}

.floatingAd a img {
    border: 0;
}

.floatingAd .close {
    display: none;
}

.floatingAd .opacity {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    /*background-color:#000000; opacity:0.20;*/
    filter: alpha(opacity=20);
    left: 0
}

.opacity1 {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.floatingAd .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    color: #000000;
    line-height: 25px;
    left: 0
}

.floatingAd .text .button {
    position: relative;
    float: right;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    /* background: url("../images/floatingClose.png") no-repeat; */
    background: url("https://hnzj.ghlearning.com/template/1/default/_files/images/floatingClose.png") no-repeat;

    cursor: pointer;
    background-size: 100% 100%
}

.floatingAd .text .title {
    position: relative;
    float: left;
    font-size: 12px;
    margin-left: 5px;
}