

.foot_siderbar {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 20;
    background: #fff;
    margin-top: -220px;
    box-shadow: 2px 2px 10px rgb(100 100 100);
}

.siderbar03 {
    padding: 5px 5px;
    text-align: center;
    color: #6d6d6d;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.siderbar03:hover p {
    color: #0d7c0f;
}

.siderbar03>img {
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    border-radius: 5px;
}

.siderbar04 {
    position: absolute;
    top: 20px;
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #cccccc;
    background-color: #fff;
    z-index: 100;
    transition: all ease 0.4s;
    transform: scale(0) translateY(-50%);
    transform-origin: 100% 0;
    opacity: 0;
    left: -150px;
}

.siderbar04>img {
    width: 130px;
    height: 130px;
}

.siderbar03:hover .siderbar04 {
    opacity: 1;
    transform: scale(1) translateY(-50%);
}

.foot_siderbar02 li:last-child {
    opacity: 0;
    transition: opacity 0.2s;
    height: 0;
}

.to-top-show {
    display: block !important;
    opacity: 1;
    animation: opacity1 1.5s;
    /*transition: opacity 0.5s ease-in-out;*/
}

.to-im {
    
}

.to-im .icon-hudonggoutong_border{
    font-size: 24px;
    color: #0e7f0d;
}


.to-im p {
    color: #6d6d6d;
}

.no-read-num {
    display: none;
    position: absolute;
    right: 4px;
    top: 8px;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

.no-read-num2{
    right: 50px !important;
    top: 10px;
}

@keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

.special{
    width: 100%;
    text-align: center;
    background: #0E932E;
}

.active::after {
  clear: both;
  content: "";
  display: block;
}

.tail {
    background: #f6f6f6;
}