
body{
    margin: 0;
    font-family: 'miui','微软雅黑';
    color: #000;
}
ul,input,ol,p{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
a,a:hover,a:visited {
    color: #000;
    text-decoration: none
}
a,button,input {
    font-family:'miui','微软雅黑';
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    tap-highlight-color:rgba(0,0,0,0);
}
img{
    max-width: 100%;
    vertical-align: top;
    border:none;
}
i {
    font-style: normal
}

b {
    font-weight: 400
}

img {
    vertical-align: middle
}

th {
    text-align: left;
    font-weight: 400
}
div,span {
    -webkit-tap-highlight-color: transparent
}
.fr{
    float:right;
}
.fl{
    float:left;
}
.clearFix:after{
    content: '';
    display: block;
    clear: both;
}
/* loading */
#loading{
    display: none;
}

.loan-loading {
    position: fixed;
    width: 100%;
    height: 1024px;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    overflow:hidden;
}

.loan-loading .animate {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    -webkit-animation: auto-circle 1s linear infinite;
}

@-webkit-keyframes auto-circle {
    from {
        -webkit-transform: rotate(0);
        -webkit-transform-origin: center center;
    }
    to {
        -webkit-transform: rotate(360deg);
        -webkit-transform-origin: center center;
    }
}

.loan-loading .animate img {
    width: 20px;
    vertical-align: top;
}