.br5 {
    border-radius: 5px;
}

.br10 {
    border-radius: 10px;
}

.br15 {
    border-radius: 15px;
}

.br20 {
    border-radius: 20px;
}

.br25 {
    border-radius: 25px;
}

.br30 {
    border-radius: 30px;
}

.br35 {
    border-radius: 35px;
}

.br40 {
    border-radius: 40px;
}

.br44 {
    border-radius: 44px;
}

.br45 {
    border-radius: 45px;
}

.br50 {
    border-radius: 50px;
}

.br5x {
    border-radius: 5%;
}

.br50x {
    border-radius: 50%;
}

.br10x {
    border-radius: 10%;
}

.br20x {
    border-radius: 20%;
}

.br30x {
    border-radius: 30%;
}

.br40x {
    border-radius: 40%;
}

.br50x {
    border-radius: 50%;
}

/* 10px圆角 */
.brtl10 {
    border-top-left-radius: 10px;
}

.brtr10 {
    border-top-right-radius: 10px;
}

.brbl10 {
    border-bottom-left-radius: 10px;
}

.brbr10 {
    border-bottom-right-radius: 10px;
}

/* 20px圆角 */
.brtl20 {
    border-top-left-radius: 20px;
}

.brtr20 {
    border-top-right-radius: 20px;
}

.brbl20 {
    border-bottom-left-radius: 20px;
}

.brbr20 {
    border-bottom-right-radius: 20px;
}

/* 30px圆角 */
.brtl30 {
    border-top-left-radius: 30px;
}

.brtr30 {
    border-top-right-radius: 30px;
}

.brbl30 {
    border-bottom-left-radius: 30px;
}

.brbr30 {
    border-bottom-right-radius: 30px;
}

/* 40px圆角 */
.brtl40 {
    border-top-left-radius: 40px;
}

.brtr40 {
    border-top-right-radius: 40px;
}

.brbl40 {
    border-bottom-left-radius: 40px;
}

.brbr40 {
    border-bottom-right-radius: 40px;
}

/* 50px圆角 */
.brtl50 {
    border-top-left-radius: 50px;
}

.brtr50 {
    border-top-right-radius: 50px;
}

.brbl50 {
    border-bottom-left-radius: 50px;
}

.brbr50 {
    border-bottom-right-radius: 50px;
}

/* 60px圆角 */
.brtl60 {
    border-top-left-radius: 60px;
}

.brtr60 {
    border-top-right-radius: 60px;
}

.brbl60 {
    border-bottom-left-radius: 60px;
}

.brbr60 {
    border-bottom-right-radius: 60px;
}

/* 80px圆角 */
.brtl80 {
    border-top-left-radius: 80px;
}

.brtr80 {
    border-top-right-radius: 80px;
}

.brbl80 {
    border-bottom-left-radius: 80px;
}

.brbr80 {
    border-bottom-right-radius: 80px;
}