.radius5.radius5 {
    border-radius: 5px
}

.radius10.radius10 {
    border-radius: 10px
}

.radius15.radius15 {
    border-radius: 15px
}

.radius50.radius50 {
    border-radius: 50%
}
.fs0.fs0 {
    font-size: 0px
}

.fs12.fs12 {
    font-size: 12px
}

.fs13.fs13 {
    font-size: 12px
}

.fs14.fs14 {
    font-size: 14px
}

.fs16.fs16 {
    font-size: 16px
}

.fs18.fs18 {
    font-size: 18px
}

.fs20.fs20 {
    font-size: 20px
}

.fs25.fs25 {
    font-size: 25px
}

.lh1.lh1 {
    line-height: 1
}

.lh13.lh13 {
    line-height: 1.3
}

.lh15.lh15 {
    line-height: 1.5
}

.lh17.lh17 {
    line-height: 1.7
}

.lh2.lh2 {
    line-height: 2
}

.primary.primary,
.blue {
    color: #26a2ff
}

.primary.primary .round_color,
.blue .round_color {
    border-color: #26a2ff
}

.blueDeep {
    color: #2465ca
}

.bgPrimary.bgPrimary,
.mint-button--primary.mint-button--primary,
.bgBlue.bgBlue.bgBlue.bgBlue.bgBlue.bgBlue {
    background-image: linear-gradient(90deg, #2c97ea 0%, #2047b7 100%), linear-gradient(#fff, #fff)
}

.success.success,
.green {
    color: #67C23A
}

.success.success .round_color,
.green .round_color {
    border-color: #67C23A
}

.bgSuccess.bgSuccess,
.bgGreen.bgGreen {
    background-color: #67C23A
}

.warning.warning,
.orange {
    color: #E6A23C
}

.warning.warning .round_color,
.orange .round_color {
    border-color: #E6A23C
}

.bgWarning.bgWarning,
.bgOrange.bgOrange {
    background-color: #E6A23C
}

.danger.danger,
.red.red {
    color: #F56C6C
}

.danger.danger .round_color,
.red.red .round_color {
    border-color: #F56C6C
}

.bgDanger.bgDanger,
.bgRed.bgRed {
    background-color: #F56C6C
}
.bgPurple.bgPurple{
    background-color: #780FB5;
}
.info.info,
.grey {
    color: #909399
}

.info.info .round_color,
.grey .round_color {
    border-color: #909399
}

.bgInfo.bgInfo,
.bgGrey.bgGrey {
    background-color: #909399
}

.default.default,
.blue {
    color: #2465ca;
}

.bgDefault.bgDefault,
.bgBlue.bgBlue {
    background-color: #2465ca;
}

.bgBlack.bgBlack {
    color: #000000;
}

.bgBlack.bgBlack {

    background-color: #000000;
}
.close.close,
.bgHui.bgHui {
    color: #555555;
}

.bgClose.bgClose,
.bgHui.bgHui {
    background-color: #555555;
}
.white.white {
    color: #ffffff
}

.bgWhite.bgWhite {
    background-color: #ffffff
}

.bgTrans.bgTrans {
    background: none;
    background-color: transparent
}

.bgTransRound.bgTransRound {
    background: transparent;
    border: 1px solid #000000
}

.bgEEd.bgEEd {
    background-color: #eeeeed
}

.family.family {
    font-family: "Microsoft YaHei"
}

.family1.family1 {
    font-family: Helvetica
}

.family2.family2 {
    font-family: "Helvetica Neue"
}

.family3.family3 {
    font-family: "PingFang SC"
}

.family4.family4 {
    font-family: "Hiragino Sans GB"
}

.family5.family5 {
    font-family: Arial
}

.family6.family6 {
    font-family: sans-serif
}

.c333.c333 {
    color: #333
}

.c666.c666 {
    color: #666
}

.c999.c999 {
    color: #999
}

.cfff.cfff,
.c-fff.c-fff {
    color: #fff
}

.border {
    border: 1px solid #e4e4e4
}

.borderB.borderB {
    border-bottom: 1px solid #e4e4e4
}

.borderT.borderT {
    border-top: 1px solid #e4e4e4
}
.borderA {
    border: 1px solid rgb(213, 215, 221);
    border-radius: 8px;
}