.bottom_fix {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding-top: .24rem;
    padding-bottom: .186667rem;
    background: #0296de;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
}

.bottom_left {
    float: left;
    width: 42%;
}

.bottom_fix li {
    width: 26%;
    margin: 0 12%;
    float: left;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
    font-size: 0.4rem;
    list-style: none;
}

.bottom_fix a {
    color: #fff;
    font-size: 0.3rem;
}

.bottom_fix img {
    width: 96%;
}

.xuanfu_mi {
    width: 16%;
    position: absolute;
    margin: -8% 0 0 42%;
}

.bottom_fix a {
    color: #fff;
}

.bottom_fix img {
    width: 96%;
}

.xuanfu_mi sup {
    width: 0.5rem;
    height: 0.5rem;
    background: #fc0300;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    color: #fff;
    right: 0;
    top: -1px;
    font-size: 0.39rem;
    line-height: 0.52rem;
    animation: dot 1s infinite;
    -webkit-animation: dot 1s infinite;
}

.bottom_right {
    float: right;
    width: 42%;
}

@keyframes dot {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes dot
    /* Firefox */

{
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes dot
    /* Safari 鍜� Chrome */

{
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes dot
    /* Opera */

{
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}