.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0;
}

.notices p {

}

.notices.yellow {
    border-left: 10px solid #f0ad4e;
    background: #fcf8f2;
    color: #df8a13;
}

.notices.red {
    border-left: 10px solid #d9534f;
    background: #fdf7f7;
    color: #b52b27;
}

.notices.blue {
    border-left: 10px solid #5bc0de;
    background: #f4f8fa;
    color: #28a1c5;
}

.notices.green {
    border-left: 10px solid #5cb85c;
    background: #f1f9f1;
    color: #3d8b3d;
}
#contact_button {
    display: none!important;
}
.mobile_left {
    position: fixed;
    bottom: 0;
    background-color: #0DCBF8;
    z-index: 9999;
    width: 50%;
    font-size: 20px;
    height: 40px;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    padding: 5px;
    display: none;
}

.mobile_right {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #0DCBF8;
    width: 50%;
    height: 40px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px;
    display: none;
}
@media screen and (max-width: 480px) {
    .mobile_left,.mobile_right {
        display: block!important;
    }
    #qq_button {
        display: none;
    }
    #footer,.middle{
        overflow: scroll!important;
    }
    .mobile_left img,.mobile_right img {
        display: inline !important;
    }
}