﻿/*广告脚本样式表*/
/**右侧固定广告**/
.IndexRightFix {
    position: fixed;
    z-index: 9999;
    right: 0px;
    user-select: none;
}

    .IndexRightFix .adclose {
        position: absolute;
        right: 0px;
        top: -40px;
        cursor: pointer;
        border: 1px solid #CCC;
        background-color: #F7F7F7;
        color: #333;
        width: 60px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
        border-radius: 3px 0px 0px 3px;
    }

    .IndexRightFix .adexpand {
        display: none;
        position: absolute;
        right: 0px;
        top: -40px;
        border: 1px solid #CCC;
        background-color: #747474;
        width: 40px;
        height: 40px;
        background-image: url(/img/ico/icoexpand.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 36px 36px;
        border-radius: 3px 0 0 3px;
        cursor: pointer;
    }

    .IndexRightFix a {
        display: block;
        margin-bottom: 5px;
        
    }

        .IndexRightFix a img {
            display: block;
        }
/**左侧固定广告**/
.IndexLeftFix {
    position: fixed;
    z-index: 9999;
    left: 0px;
    user-select: none;
}

    .IndexLeftFix .adclose {
        position: absolute;
        left: 0px;
        top: -40px;
        cursor: pointer;
        border: 1px solid #CCC;
        background-color: #F7F7F7;
        color: #333;
        width: 60px;
        text-align: center;
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
        border-radius: 0px 3px 3px 0px;
    }

    .IndexLeftFix .adexpand {
        display: none;
        position: absolute;
        left: 0px;
        top: -40px;
        border: 1px solid #CCC;
        background-color: #747474;
        width: 40px;
        height: 40px;
        background-image: url(/img/ico/icoexpandleft.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 36px 36px;
        border-radius: 0px 3px 3px 0px;
        cursor: pointer;
    }

    .IndexLeftFix a {
        display: block;
        margin-bottom: 5px;
    }

        .IndexLeftFix a img {
            display: block;
        }