﻿/* �劽唱羌���ｻ */
.rwxk {
    top: 130px;
    right: 0.1em;
    position: fixed;
    padding: 0px;
    z-index: 99999;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    text-align: center;
}

/* 蕁狗��貴���� */
.top {
    margin: 0 auto;
    position: fixed;
    max-width: 750px;
    width: 100%;
    top: 0;
    background: #cd5c5c;
    border: 0px solid #CCC;
    z-index: 99999;
    margin: 0 auto;
    padding: 2px 0 2px 0;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: bold;
    color: #ffdb2a;
    text-align: center;
}

/* 綺���貴���� */
#bottom {
    margin: 0 auto;
    position: fixed;
    /* max-width: 750px; */
    width: 100%;
    bottom: 0;
    background: #ae3838;
    border: 0px solid #CCC;
    z-index: 99999;
    padding: 2px 0 2px 0;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #ffdb2a;
    text-align: center;
}


#bottom img {
    width: 22px;
    height: 22px;
    vertical-align:middle;
}
#bottom span {
    height: 22px;
    vertical-align:middle;
}
.float-btn {
    display: none;
    animation: .5s fadeOut linear forwards;
    opacity: 1;
}
