@charset "utf-8";

.help-sdibar {
    display: none;
    width: 60px;
    height: 152px;
    position: fixed;
    right: 0px;
    top: 30%;
    background: url("../images/help_owl.png") no-repeat left;
    font-family: "微软雅黑";
    cursor: pointer;
}

.help-min-sidebar {
    position: fixed;
    right: 0px;
    top: 30%;
    border: 3px solid #0dc2b3;
    width: 150px;
    background: #fff;
    font-family: "微软雅黑";
}

.help-sidebarDiv {
    width: 210px;
    height: 152px;
    position: fixed;
    right: 0px;
    top: 28%;
    cursor: pointer;
}

.help-min-sidebar .bd {
    border: 3px solid #0dc2b3;
}

.help-min-sidebar .bd .title {
    font-family: "微软雅黑";
    margin: 5px 0px 5px 7px;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
}

.help-min-sidebar .bd .content-help {
    font-family: "微软雅黑";
    margin: 0px 0px 10px 7px;
    font-size: 10px;
    font-style: normal;
}

.help-min-sidebar .bd .content-help a {
    color: #0dc2b3;
    display: block;
    width: 130px;
    height: 25px;
}

.help-min-sidebar .bd .content-help img {
    float: right
}