.index_fixed{position: fixed;bottom: 15%; right: 5px;  z-index: 9999; background: url(/template/1/default/img/6c192622598fea90eee3e0f5381e9c59.png) no-repeat;width: 50px;height: 200px; }
.index_fixed .close{cursor: pointer;display: block;width: 63px;height: 63px; position: absolute;left: 0;top: 0;}
.index_fixed .close::before{content: '';border-radius: 6px;background: url(/template/1/default/img/csi/07a9f6eb120806185e4f65d2eef52c39.png) no-repeat center/cover;transition: all 0.1s linear;height: 150px;width: 200px;position: absolute;right: 70px;display: none;}
.index_fixed .close:hover::before{display: flex;right: 90px;}

.index_fixed .weixin{cursor: pointer;display: block;width: 50px;height: 47px;position: absolute;left: 0;top: 63px;transition: all 0.1s linear;}
.index_fixed .weixin::before{content: '';background: url(/template/1/default/img/csi/9bf478d226d9aab626141c6e5f1c730c.png) no-repeat center/cover;transition: all 0.1s linear;height: 150px;width: 235px;position: absolute;right: 70px;bottom: -50px;display: none;}
.index_fixed .weixin:hover::before{display: flex;right: 70px;bottom: -50px;}

.index_fixed .consulting{cursor: pointer;display: block;width: 53px;height: 53px; position: absolute;left: 0;bottom: 41px;}
.index_fixed .consulting::before{content: '';border-radius: 6px;background: url(/template/1/default/img/csi/c2c547d5aac42e0f9eb67a9d983d5051.png) no-repeat center/cover;transition: all 0.1s linear;height: 150px;width: 235px;position: absolute;right: 70px;bottom: 0px;display: none;}
.index_fixed .consulting:hover::before{display: flex;right: 70px;bottom: 0px;}


.index_fixed a {
    padding: 10px 0 23px;
    font-size: 16px;
    color: #76808f;
    word-break: keep-all;
}

.index_fixed a:hover {
    padding: 10px 0 23px;
    font-size: 16px;
    color: #3585ff;
    word-break: keep-all;
}


.bottom_tools {
    position: fixed;
    z-index: 1070;
    right: 20px;
}

.bottom_tools>* {
    font: 0/0 a;
    display: block;
    margin-top: 5px;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none
}

#scrollUp {
    background: #ffffffcc;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: none;
    margin-top: -90px;
    -webkit-box-shadow: 0px 0.5rem 2rem rgba(186, 196, 210, 0.45);
    box-shadow: 0px 0.5rem 2rem rgba(186, 196, 210, 0.45);
    transition: all .6s;
    position: relative;
}

#scrollUp img {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#scrollUp:hover {
    -webkit-box-shadow: 0px 0.5rem 2rem rgb(53 133 255 / 10%);
    box-shadow: 0px 0.5rem 2rem rgb(53 133 255 / 45%);
    background: rgba(53, 133, 255, 1);
    transition: all .6s;
}

#scrollUp:hover img {
    filter: invert(1) sepia(1) hue-rotate(0deg) brightness(10);
    transition: all .6s;
}<!--ºÄÊ±1751467000.5354Ãë-->