.go-top > i {
    font-size: 24px;
    color: #666
}
@font-face {
    font-family: iconfont;
    src: url(/static/index/default/kefu3//fonts/font_1279595_sibqdreejr.eot);
    src: url(/static/index/default/kefu3//fonts/font_1279595_sibqdreejr.eot#iefix) format("embedded-opentype"), url(/static/index/default/kefu3//fonts/font_1279595_sibqdreejr.woff2) format("woff2"), url(/static/index/default/kefu3//fonts/font_1279595_sibqdreejr.woff) format("woff"), url(/static/index/default/kefu3//fonts/font_1279595_sibqdreejr.ttf) format("truetype"), url(/static/index/default/kefu3//fonts/font_1279595_sibqdreejr.svg#iconfont) format("svg")
}
.iconfont {
    font-family: iconfont;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #999
}
/*.tyt-contact {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 610px;
    z-index: 99;

}*/
.tyt-contact {
    /* position: fixed;
     left: 50%;
     top: 50%;*/
    /* margin: -135px 0 0 610px;*/
    z-index: 9999;
    position:fixed; right:0; margin-right:15px; bottom:20px; padding-bottom:150px;
}

.tyt-cont-wrap {
    width: 64px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.tyt-cont-item {
    position: relative;
    color: #666;
    text-align: center;
    cursor: pointer;
    padding: 10px 0 12px
}

.tyt-item-qq {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.tyt-cont-item:hover {
    color: #fff;
    background: #ff873b
}

.tyt-item-tel:hover {
    border-bottom-left-radius: 0
}

.tyt-cont-item:hover:after {
    background: #ff873b
}

.tyt-cont-item:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background: #ddd
}

.tyt-cont-wrap > div:last-of-type:after {
    display: none
}

.tyt-cont-type {
    display: block;
    height: 40px;
    margin: 0 auto;
    background: url(/static/index/default/kefu3/images/icon.png) no-repeat
}
.tyt-cont-qq {
    width: 33px;
    background-position: 0 -18px
}

.tyt-cont-tel {
    width: 38px;
    background-position: -34px -19px
}

.tyt-cont-item:hover .tyt-cont-tel {
    background-position: -120px -18px
}

.tyt-cont-wx {
    width: 40px;
    background-position: -76px -19px
}

.tyt-cont-item:hover .tyt-cont-wx {
    background-position: -1px -60px
}

.tyt-cont-nam {
    font-size: 12px;
    line-height: 28px;
    color: #666
}

.tyt-tel-wrap {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -190px;
    width: 190px;
    color: #fff;
    text-align: left;
    padding: 18px 0 0 30px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    background: #ff873b
}

.tyt-tel-t {
    font-size: 14px;
    line-height: 22px
}

.tyt-tel-icon {
    font-size: 22px;
    color: #fff
}

.tyt-tel-nam {
    padding: 0 12px 0 5px
}

.tyt-tel-num {
    font-size: 22px;
    line-height: 42px;
    font-weight: 500
}

.tyt-wx-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: -160px;
    width: 160px;
    height: 176px;
    color: #fff;
    padding: 14px 20px 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    background: #ff873b
}

.tyt-wx-wrap > img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 4px
}

.tyt-wx-info {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px
}

.tyt-cont-item:hover .tyt-tel-wrap, .tyt-cont-item:hover .tyt-wx-wrap {
    display: block
}