@charset "utf-8";

/* CSS Document */

#rightsead {
    width: 130px;
    height: 350px;
    position: fixed;
    top: 300px;
    right: 0px;
    z-index: 111;
}

#rightsead li {
    width: 131px;
    height: 56px;
    position: relative;
    border-radius: 5px 0px 0px 5px;
}

#rightsead li img {
    float: right;
    border-radius: 5px 0px 0px 5px;
}

#rightsead li a {
    height: 54px;
    float: right;
    display: block;
    min-width: 54px;
    max-width: 131px;
}

#rightsead li a .shows {
    display: block;
}

#rightsead li a .hides {
    margin-right: -143px;
    cursor: pointer;
    cursor: hand;
}

#rightsead li a.weixin .hides {
    display: none;
    position: absolute;
    right: 195px;
    top: -48px;
}