﻿.background-lightgoldenrodyellow {
    background-color: lightgoldenrodyellow;
}

.background-f0fbff {
    background-color: #f0fbff;
}

.red {
    color: red;
}

textarea.noresize {
    resize: none;
}

.pointer {
    cursor: pointer;
}

.display-webkit-box {
    display: -webkit-box;
}

.display-flex {
    display: flex;
}

.hide {
    display: none;
}

.flort-left {
    float: left;
}

.flort-right {
    float: right;
}

.text-align-center {
    text-align: center;
}

/*模糊化*/
.filterblur {
}
