/* 宽高
 ================================================== */

.w-4r {
    width: 4rem !important;
}

.w-5r {
    width: 5rem !important;
}

.h-_5r {
    height: .5rem !important;
}

.h-1r {
    height: 1rem !important;
}

.h-1_5r {
    height: 1.5rem !important;
}

.h-3r {
    height: 3rem !important;
}

.h-4r {
    height: 4rem !important;
}

.h-5r {
    height: 5rem !important;
}

/* 字体
 ================================================== */

.font-xs {
    font-size: 0.7rem !important;
}

.font-sm {
    font-size: 0.85rem !important;
}

.font-md {
    font-size: 1rem !important;
}

.font-lg {
    font-size: 1.15rem !important;
}

/* 背景
 ================================================== */

.bg-grey {
    background-color: #f5f5f5 !important;
}

.opacity-5 {
    opacity: .5 !important;
}

.opacity-7 {
    opacity: .7 !important;
}

.opacity-8 {
    opacity: .8 !important;
}

.opacity-9 {
    opacity: .9 !important;
}
