/* 顶部微信，红点闪烁 */
.topTiao0410weChat {
    display: block;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    height: 48px;
    background-color: #EEEEEE;
    position: fixed;
    top: 0px;
    /* top: 0; */
    left: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0.9;
}

.topTiao0410weChatFix{
    height: 48px;
}

.topTiao0410weChat_l {
    width: 48px;
    padding: 5px;
    position: relative;
}

.topTiao0410weChat_rendian {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    display: block;
    width: 15px;
    height: 15px;
    background: red;
    text-align: center;
    line-height: 15px;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    animation: myreddian 2s ease-in infinite
}

@keyframes myreddian {

    0%,
    100% {
        opacity: 1
    }

    33%,
    66% {
        opacity: 0
    }
}

.topTiao0410weChat_c {
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
}

.topTiao0410weChat_c1 {
    height: 24px;
    line-height: 28px;
    color: #d62c2c;
    font-size: 14px;
    overflow: hidden;
}

.topTiao0410weChat_c2 {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}

.topTiao0410weChat_r {
    width: 25px;
    line-height: 48px;
    font-size: 24px;
    font-weight: bold;
}