.popinfo {
    position: absolute;
    left: 40%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    opacity: 0;
    filter: alpha(opacity=0);
    line-height: 200%;
    border-radius: 2px;
    padding: 5px 15px;
    font-size: 12px;
    box-shadow: 1px 0 3px #aaa;
    font-family: tahoma, arial, 'Hiragino Sans GB', "\5b8b\4f53", sans-serif;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: -1;
    font-size: 16px;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label:empty,
.badge:empty {
    display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-success,
.badge-success {
    background-color: #2C4D84;
    color: #FFF;
}

.label-success[href],
.badge-success[href] {
    background-color: #FAA00A;
}

.footer_fixed {
    width: 100%;
    min-height: 1.3rem;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}

.banner {
    position: relative;
}

.footer_fixed {
    z-index: 9999;
    opacity: 1;
    filter: alpha(opacity=100);
    background: url(https://ascsvlostatic6.zfbhb88.com/ossImages/temp11/images/bottom1.png) center no-repeat;
    background-size: 100% 100%;
}