.hyth-sidebar-wrap {
    width: 40px;
    z-index: 999;
    position: fixed;
    right: 0;
    bottom: 25%;
}
.hyth-sidebar-wrap .totop,
.hyth-sidebar-wrap .tobottom {
    display: none;
}
.hyth-sidebar-tools {
    position: relative;
    width: 40px;
    margin: 0 auto;
}
.hyth-sidebar-tools>li {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    background-color: var(--white-color);
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px rgba(125, 124, 124, 0.2);
    transition: all .3s ease;
    border-radius: 4px;
}
.sidebar-icon-box {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 22;
}
.sidebar-icon-box i {
    line-height: 40px;
    font-size: 20px;
}
.sidebar-icon-box span.title {
    width: 30px;
    height: 30px;
    background: var(--jinsom-color);
    padding: 5px;
    display: flex;
    align-items: center;
    font-weight: 300;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hyth-sidebar-tools>li:hover .sidebar-icon-box span {
    opacity: 1;
}
.hyth-sidebar-tools>li:hover .sidebar-icon-box>i {
    opacity: 0;
}
.hyth-sidebar-tools>li:hover .sidebar-content-wrap {
    visibility: visible;
    opacity: 1;
}
.sidebar-content-wrap {
    width: 160px;
    background: var(--white-color);
    box-shadow: 0px 0px 8px 0px rgba(125, 124, 124, 0.2);
    transition: all .3s ease;
    position: absolute;
    right: 52px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: var(--jinsom-border-radius);
}
.sidebar-kefu-info-one {
    text-align: center;
    width: 130px;
    margin: 15px auto 8px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf1f2;
}
.sidebar-kefu-info-one img {
}
.sidebar-kefu-info-one a {
    display: block;
    width: 124px;
    height: 26px;
    line-height: 26px;
    margin: 15px auto 10px auto;
    border: 1px solid #b5b9bc;
    font-size: 12px;
    color: #b5b9bc;
    border-radius: 4px;
}
.sidebar-kefu-info-one a:hover {
    border: 1px solid var(--jinsom-color);
    color: var(--jinsom-color);
}
.sidebar-kefu-info-one p {
    font-size: 12px;
    color: var(--font-color);
}
.sidebar-kefu-info-two {
    text-align: center;
}
.sidebar-kefu-info-two h5 {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
}
.sidebar-kefu-info-two p {
    height: 25px;
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    font-size: 20px;
    color: var(--jinsom-color);
    margin-bottom: 10px;
}
.sidebar-kefu-info-two h4 {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
}
.sidebar-kefu-info-two span {
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    color: var(--jinsom-color);
    margin-bottom: 10px;
}
.sidebar-qrcode-two-box {
    width: 130px;
    margin: 15px auto;
    background: var(--jinsom-color);
    margin: 0;
    padding: 15px;
    height: 216px;
    border-radius: 4px;
}
.sidebar-qrcode-two-box p {
    font-size: 12px;
    color: #b5b9bc;
    overflow: hidden;
    height: 19px;
    line-height: 19px;
}
.sidebar-qrcode-two-box img {
    width: 130px;
    height: 130px;
    display: block;
    margin-top: 10px;
}
.sidebar-qrcode-two-box i {
    display: block;
    width: 31px;
    height: 5px;
    margin: 0 auto 10px;
    border-radius: 2px;
    background: #fafafa;
}
.sidebar-qrcode-two-box em {
    display: block;
    margin: 10px auto 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fafafa;
}
.sidebar-qrcode-info {
    width: 130px;
    margin: 15px auto;
    text-align: center;
}
.sidebar-qrcode-info p {
    font-size: 12px;
    color: #b5b9bc;
    overflow: hidden;
    height: 23px;
    line-height: 23px;
}
.sidebar-qrcode-info img {
    width: 118px;
    height: 118px;
    display: block;
    margin: 10px auto;
    padding: 0;
    border: 0;
}
.sidebar-qrcode-two-info {
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}
.sidebar-qrcode-two-info img {
    width: 110px;
    height: 110px;
}
.hyth-sidebar-tools>li.language ul {
    position: absolute;
    padding: 10px;
    background-color: var(--white-color);
    right: 55px;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    transition: .15s ease-in-out;
    transform: translateX(-20px);
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.hyth-sidebar-tools>li.language ul li.on, 
.hyth-sidebar-tools>li.language ul li:hover {
    color: var(--jinsom-color);
}
.hyth-sidebar-tools>li.language ul li {
    padding: 8px;
    min-width: 70px;
    height: 20px;
    box-shadow: none;
    margin: 0;
}
.hyth-sidebar-tools>li.language:hover {
    color: inherit;
}
.hyth-sidebar-tools>li.language:hover ul {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
.hyth-sidebar-tools>li.language ul li.on:before, 
.hyth-sidebar-tools>li.language ul li:hover:before {
    content: '·';
    font-weight: bold;
    position: absolute;
    left: 4px;
    color: #F44336;
}

.hyth-sidebar-tools>li a.jinsom-notice ul {
    left: inherit;
    margin-left: 0;
    right: 54px;
    top: -122px;
}
.hyth-sidebar-tools>li a.jinsom-notice ul .jinsom-notice-title li {
    float: left;
    width: 50px;
}
.hyth-sidebar-tools>li a.jinsom-notice ul:before {
    left: inherit;
    right: -4px;
    top: 50%;
    margin-left: 0;
    margin-top: -4px;
}
.hyth-sidebar-tools>li .jinsom-right-bar-im span.number, 
.hyth-sidebar-tools>li .jinsom-notice span.number {
    position: absolute;
    right: 35px;
    padding: 0px 5px;
    border-radius: 20%;
    background: #FD5D2B;
    color: #fff;
    font-size: xx-small !important;
    line-height: 15px;
    top: 0;
    z-index: 100;
}