@charset "utf-8";
/*字体*/
.font_bold {
    font-weight: bold;
}

.font_size13 {
    font-size: 13px !important;
}

.font_size14 {
    font-size: 14px !important;
}
.font_size20{
    font-size: 20px !important;
}

.font_size22 {
    font-size: 23px !important;
}


/*颜色*/

.fcolor_gray {
    color: #c0c4cc !important;
}

.fcolor_black {
    color: #5f5f5f !important;
}

.fcolor_green {
    color: #1fa94c !important;
}

.fcolor_red {
    color: #d83f35 !important;
}

.fcolor_red2 {
    color: #ea544a !important;
}

/*浮动*/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfloat {
    clear: both;
}

body,
input {
    font-family: "Microsoft YaHei", "Heiti SC", simhei, "Lucida Sans Unicode", "Myriad Pro", "Hiragino Sans GB", Verdana !important;
    outline: none;
    font-size: 12px;
    background: #fff;
}
html,body{
    width: 100%;
    height:100%;
}
a:focus{
    outline: none;
}