*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -moz-outline:none;
}
html,body,#app.app-box,.ivu-layout{height:100%;}
/* .layout-padding{height:90%;margin-bottom:54px;} */

body {
    background: #fff!important;
    font-size:14px;
    font-family:"microsoft yahei", Arial, Helvetica, sans-serif;
}
body,ul,ol,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,p,span,tbody,thead,th,tr,td{
    margin:0;
    padding:0;
    border:none;
}
p{margin:0;}
ul,ol{
    list-style:none;
}
a{
    text-decoration:none;
}
a:focus {
    outline: none;
}
::-ms-clear,
::-ms-reveal
{
    display:none;
}
::-webkit-input-placeholder {/* Chrome/Opera/Safari */ color:#9bb9e8;}
::-moz-placeholder {/* Firefox 19+ */ color:#9bb9e8;}
:-ms-input-placeholder {/* IE 10+ */ color:#9bb9e8;}
:-moz-placeholder {/* Firefox 18- */ color:#9bb9e8;}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;

}
.clear{
    clear:both;
}
textarea{
    font-family:'YaHei';
    resize: none;
    color:#eee;
}
i{font-style:normal;}

.clearfix{zoom:1;}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
li {
    list-style: none;
}
/*img{*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
/*}*/
.hide{
    display: none;
}
.show{
    display: block;
}
.inline_block{display:inline-block;}
[v-cloak]{
    display: none;
}
.textLeft{
    text-align: left!important;
}
.textRight{
    text-align: right!important;
}

.activeBlue{
    /*color: #416eff!important;*/
}
.activeOrange{
    color: #ff713d!important;
}
.activeGreen{
    color: #2ab987!important;
}
.activePurple{
    color: #8147ba!important;
}