@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #ff8400;
    text-decoration: underline;
}

a:active {
    color: #ff8400;
}

/*在线客服*/
.kefu {
    position: fixed;
    top: 30%;
    right: 0;
    width: 131px;
    z-index: 999;
}

.icon_kefu {
    width: 26px;
    height: 100px;
    background: url("../img/kefu.png?v1") 0 0;
    float: left;
    position: relative;
    cursor: pointer;
    display: none;
}

.kefu_box {
    float: left;
    width: 131px;
}

.kefu_head {
    width: 131px;
    height: 41px;
    background: url("../img/kefu.png?v1");
    background-position: 0 -103px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.kefu_close:link,
.kefu_close:visited {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 11px;
    height: 11px;
    background: url("../img/kefu.png?v1") -42px 0;
}

.kefu_close:hover {
    background-position: -60px 0;
}

.kefu_content {
    border-left: 7px solid #029bdb;
    border-right: 7px solid #029bdb;
    padding-top: 15px;
    background: #fbfbfb;
    padding-left: 0 !important;
    margin: 0 !important;
}

.kefu_content li {
    height: 33px;
    padding-left: 12px;
}

.kefu_content .tg {
    height: 96px;
    margin: 0 !important;
}

.kefu_content .bt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 0 0 20px;
    color: #012646;
}

.kefu_bottom {
    width: 131px;
    height: 119px;
    background: url("../img/kefu.png?v1");
    background-position: 0 -149px;
}