﻿
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}

body {
    font-family: 'Microsoft YaHei','微软雅黑' !important;
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  
    
}


#wrap {
    min-height: 100%;
}

#main{
    overflow:auto;
    padding-bottom:60px;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

#footer {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
    position: relative;
    margin-top: -60px;
    /* negative value of footer height */
    height: 60px;
    clear: both;
    background-color: #8ec321;
}
    

.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-top-15 {
    margin-top: 15px;
}


.bg-jx {
    background-color: #8ec321 !important;
}

color-jx {
    color: #8ec321;
}
.fieldError {
    margin:5px;
    font-size: 16px;
    color:red;
}
.beian {
    margin:0 15px;
   font-size:.8rem;
}