﻿body {
    font-size: 62.5%;
}

.text-color {
    color: #ED4A4B;
}
.mui-indicator {
    background-color: #fff !important;
}
.mui-active.mui-indicator {
    border-bottom: 3px solid #1e90ff !important
}
.background-color, .button {
    background: #1e90ff !important;
}

.border-color {
    border: solid 1px #ED4A4B;
}
.clear {
     clear: both;
    overflow: hidden;
}


#divMask {
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

#divLoading {
    position: fixed;
    z-index: 9998; 
    top: 50%;
    left: 50%;
    width: 60px;
    height: 30px;
    margin-left: -30px;
    margin-top: -25px;
    font-size: 12px;
    background: url(http://m.zyue.com/Resource/Images/loading-0.gif) no-repeat;
    display: none;
}