html, body {
    font-family: "Microsoft YaHei UI", "Arial", sans-serif;
    font-size: .58rem;
}

body {
    line-height: 1;
}

input, textarea {
    font-family: "Microsoft YaHei UI", "Arial", sans-serif;
    font-size: .58rem;
    width: 100%;
}


/**/

.f-hide {
    display: none;
}

.f-clear {
    overflow: hidden;
}
.f-clear2{
    clear: both;
}
.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-dib {
    display: inline-block;
}

.f-db {
    display: block;
}

.f-tac {
    text-align: center;
}
.f-tal {
    text-align: left;
}

.f-pf {
    position: fixed;
}

.f-pr {
    position: relative;
}

.f-pa {
    position: absolute;
}

.f-bs-bb {
    box-sizing: border-box;
}


/**/

.f-ls1 {
    letter-spacing: 1px;
}

.f-br10 {
    border-radius: 10px;
}

.f-br50 {
    border-radius: 50%;
}

.f-fs {
    font-size: .58rem;
}

.f-fs0 {
    font-size: 0;
}

.f-fs1 {
    font-size: .9rem;
}

.f-fs2 {
    font-size: .4rem;
}

.f-fs3 {
    font-size: .8rem;
}

.f-fs4 {
    font-size: 0.65rem;
}

.f-fs5 {
    font-size: .7rem;
}

.f-fs6 {
    font-size: .55rem;
}

.f-fs7 {
    font-size: 1.25rem;
}

.f-c1 {
    color: #fff;
}

.f-c2 {
    color: #fc6719;
}

.f-c3 {
    color: #898989;
}

.f-c4 {
    color: #515356;
}

.f-c5 {
    color: #4c4948;
}

.f-c6 {
    color: #8a8b8a;
}

.f-bgc1 {
    background-color: #757577;
}

.f-bgc2 {
    background-color: #fc6719;
}

.f-bgc3 {
    background-color: #ffffff;
}
.f-bgc4{
    background-color: #f0eff4;

}
.f-bs2 {
    box-shadow: 0 0 2px 1px #e5e5e5;
}

.f-m-lr {
    margin-left: .3rem;
    margin-right: .3rem;
}

.f-mtb20{
    margin-top: .4rem;
    margin-bottom: .4rem;
}

.f-mt20{
    margin-top: .4rem;
}
.f-mt16 {
    margin-top: .8rem;
}
.f-pl40{
    padding-left: .8rem;
}
.f-over{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
