html {
    font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
span,
td {
    margin: 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
}

body {
    font-family: PingFang SC, sans-serif;
    -webkit-text-size-adjust: none;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

em,
i {
    font-style: normal;
}

label,
input,
select,
img,
button {
    vertical-align: middle;
}

img,
input,
button,
textarea {
    border: 0;
}

ol,
ul {
    list-style: none;
}

button {
    cursor: pointer;
}

input,
button,
textarea,
select {
    background: transparent;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

a,
li,
input,
button,
section,
span,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}

.iconfont {
    display: inline-block;
    font-family: 'iconfont' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
}

:focus {
    outline: 0;
}

.fix:before,
.fix:after {
    display: block;
    content: 'clear';
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.card-dis {
    margin-bottom: 12px;
}

/**  字体颜色  */
.c-1677ff {
    color: #1677ff;
}

.c-f56c6c {
    color: #f56c6c;
}

.c-e6a23c {
    color: #e6a23c;
}

.c-67c23a {
    color: #67c23a;
}

.c-fff {
    color: #fff;
}

.c-trans {
    color: transparent;
}

.c-303133 {
    color: #303133;
}

.c-606266 {
    color: #606266;
}

.c-909399 {
    color: #909399;
}

.c-c0c4cc {
    color: #c0c4cc;
}

.c-dcdfe6 {
    color: #dcdfe6;
}

// 主题色
.c-theme {
    color: var(--themeColor);
}
// 主题透明度为5%的颜色
.c-theme-5 {
    color: var(--litterThemeColor);
}

// 主题透明度为30%的颜色
.c-theme-30 {
    color: var(--middleThemeColor);
}

// 主题背景色
.bgc-theme {
    background-color: var(--themeColor);
}

// 主题透明度为10%的背景色
.bgc-theme-10 {
    background-color: var(--subThemeColor);
}

// 主题透明度为5%的背景色
.bgc-theme-5 {
    background-color: var(--litterThemeColor);
}

// 主题透明度为30%的背景色
.bgc-theme-30 {
    background-color: var(--middleThemeColor);
}

/**  背景颜色  */
.bgc-fff {
    background-color: #fff;
}

.bgc-f8fafb {
    background-color: #f8fafb;
}

.bgc-f5f5f5 {
    background-color: #f5f5f5;
}

.bgc-f2f6fc {
    background-color: #f2f6fc;
}

.bgc-f7f8fa {
    background-color: #f7f8fa;
}

.bgc-1677ff {
    background-color: #1677ff;
}

.bgc-67c23a {
    background-color: #67c23a;
}

.bgc-67c23a {
    background-color: #67c23a;
}

.bgc-e6a23c {
    background-color: #e6a23c;
}

.bgc-f56c6c {
    background-color: #f56c6c;
}

.bgc-909399 {
    background-color: #909399;
}


/*reset*/
.vertical-ali {
    vertical-align: middle !important;
}

.vertical-normal {
    vertical-align: initial;
}

.vertical-bot {
    vertical-align: bottom;
}

.underline {
    text-decoration: underline;
}

/**  padding  */
/* 上 */
.pt0 {
    padding-top: 0px;
}

.pt2 {
    padding-top: 2px;
}

.pt3 {
    padding-top: 3px;
}

.pt4 {
    padding-top: 4px;
}

.pt5 {
    padding-top: 5px;
}

.pt6 {
    padding-top: 6px;
}

.pt8 {
    padding-top: 8px;
}

.pt10 {
    padding-top: 10px;
}

.pt12 {
    padding-top: 12px;
}

.pt13 {
    padding-top: 13px;
}

.pt14 {
    padding-top: 14px;
}

.pt15 {
    padding-top: 15px;
}

.pt16 {
    padding-top: 16px;
}

.pt18 {
    padding-top: 18px;
}

.pt20 {
    padding-top: 20px;
}

.pt22 {
    padding-top: 22px;
}

.pt24 {
    padding-top: 24px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt34 {
    padding-top: 34px;
}

.pt36 {
    padding-top: 36px;
}

.pt40 {
    padding-top: 40px;
}

.pt44 {
    padding-top: 44px;
}

.pt45 {
    padding-top: 45px;
}

.pt48 {
    padding-top: 48px;
}

.pt55 {
    padding-top: 55px;
}

.pt56 {
    padding-top: 56px;
}

.pt58 {
    padding-top: 58px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pt70 {
    padding-top: 70px;
}

.pt87 {
    padding-top: 87px;
}

.pt90 {
    padding-top: 90px;
}

.pt91 {
    padding-top: 91px;
}

.pt97 {
    padding-top: 97px;
}

.pt100 {
    padding-top: 100px;
}

/* 下 */
.pb0 {
    padding-bottom: 0px;
}

.pb1 {
    padding-bottom: 1px;
}

.pb2 {
    padding-bottom: 2px;
}

.pb4 {
    padding-bottom: 4px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb6 {
    padding-bottom: 6px;
}

.pb8 {
    padding-bottom: 8px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb12 {
    padding-bottom: 12px;
}

.pb13 {
    padding-bottom: 13px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb14 {
    padding-bottom: 14px;
}

.pb16 {
    padding-bottom: 16px;
}

.pb18 {
    padding-bottom: 18px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb24 {
    padding-bottom: 24px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb36 {
    padding-bottom: 36px;
}

.pb37 {
    padding-bottom: 37px;
}

.pb48 {
    padding-bottom: 48px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb54 {
    padding-bottom: 54px;
}

.pb64 {
    padding-bottom: 64px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb106 {
    padding-bottom: 106px;
}

.pb125 {
    padding-bottom: 125px;
}

.pb200 {
    padding-bottom: 200px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb170 {
    padding-bottom: 170px;
}


/* 左 */
.pl0 {
    padding-left: 0;
}

.pl2 {
    padding-left: 2px;
}

.pl4 {
    padding-left: 4px;
}

.pl6 {
    padding-left: 6px;
}

.pl7 {
    padding-left: 7px;
}

.pl8 {
    padding-left: 8px;
}

.pl10 {
    padding-left: 10px;
}

.pl11 {
    padding-left: 11px;
}

.pl12 {
    padding-left: 12px;
}

.pl13 {
    padding-left: 13px;
}

.pl14 {
    padding-left: 14px;
}

.pl16 {
    padding-left: 16px;
}

.pl18 {
    padding-left: 16px;
}

.pl20 {
    padding-left: 20px;
}

.pl24 {
    padding-left: 24px;
}

.pl30 {
    padding-left: 30px;
}

.pl32 {
    padding-left: 32px;
}

.pl40 {
    padding-left: 40px;
}

/* 右 */
.pr0 {
    padding-right: 0;
}

.pr4 {
    padding-right: 4px;
}

.pr5 {
    padding-right: 5px;
}

.pr6 {
    padding-right: 6px;
}

.pr7 {
    padding-right: 7px;
}

.pr8 {
    padding-right: 8px;
}

.pr10 {
    padding-right: 10px;
}

.pr11 {
    padding-right: 11px;
}

.pr12 {
    padding-right: 12px;
}

.pr13 {
    padding-right: 13px;
}

.pr14 {
    padding-right: 14px;
}

.pr15 {
    padding-right: 15px;
}

.pr16 {
    padding-right: 16px;
}

.pr18 {
    padding-right: 16px;
}

.pr20 {
    padding-right: 20px;
}

.pr24 {
    padding-right: 24px;
}

.pr28 {
    padding-right: 28px;
}

.pr30 {
    padding-right: 30px;
}

/* pd */
.pd0 {
    padding: 0px;
}

.pd2 {
    padding: 2px;
}

.pd3 {
    padding: 3px;
}

.pd4 {
    padding: 4px;
}

.pd5 {
    padding: 5px;
}

.pd6 {
    padding: 6px;
}

.pd8 {
    padding: 8px;
}

.pd9 {
    padding: 9px;
}

.pd10 {
    padding: 10px;
}

.pd12 {
    padding: 12px;
}

.pd14 {
    padding: 14px;
}

.pd15 {
    padding: 15px;
}

.pd16 {
    padding: 16px;
}

.pd18 {
    padding: 18px;
}

.pd20 {
    padding: 20px;
}

.pd24 {
    padding: 20px;
}

.pd24 {
    padding: 24px;
}

.pd25 {
    padding: 25px;
}

.ptb0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ptb1 {
    padding-top: 1px;
    padding-bottom: 1px;
}

.ptb2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.ptb3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.ptb4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.ptb5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.ptb7 {
    padding-top: 7px;
    padding-bottom: 7px;
}

.ptb8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.ptb9 {
    padding-top: 9px;
    padding-bottom: 9px;
}

.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb11 {
    padding-top: 11px;
    padding-bottom: 11px;
}

.ptb12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ptb14 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.ptb19 {
    padding-top: 19px;
    padding-bottom: 19px;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.ptb25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.ptb33 {
    padding-top: 33px;
    padding-bottom: 33px;
}

.ptb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.ptb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.plr0 {
    padding-left: 0;
    padding-right: 0;
}

.plr1 {
    padding-left: 1px;
    padding-right: 1px;
}

.plr2 {
    padding-left: 2px;
    padding-right: 2px;
}

.plr3 {
    padding-left: 3px;
    padding-right: 3px;
}

.plr4 {
    padding-left: 4px;
    padding-right: 4px;
}

.plr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.plr6 {
    padding-left: 6px;
    padding-right: 6px;
}

.plr8 {
    padding-left: 8px;
    padding-right: 8px;
}

.plr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.plr12 {
    padding-left: 12px;
    padding-right: 12px;
}

.plr14 {
    padding-left: 14px;
    padding-right: 14px;
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plr16 {
    padding-left: 16px;
    padding-right: 16px;
}

.plr18 {
    padding-left: 18px;
    padding-right: 18px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.plr24 {
    padding-left: 24px;
    padding-right: 24px;
}

.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.plr46 {
    padding-left: 46px;
    padding-right: 46px;
}

.plr60 {
    padding-left: 60px;
    padding-right: 60px;
}

.plr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.plr148 {
    padding-left: 148px;
    padding-right: 148px;
}


/**  margin  */

.mt0 {
    margin-top: 0;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt6 {
    margin-top: 6px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mt9 {
    margin-top: 9px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt13 {
    margin-top: 13px;
}

.mt14 {
    margin-top: 14px;
}

.mt15 {
    margin-top: 15px;
}

.mt16 {
    margin-top: 16px;
}

.mt18 {
    margin-top: 18px;
}

.mt20 {
    margin-top: 20px;
}

.mt21 {
    margin-top: 20px;
}

.mt23 {
    margin-top: 23px;
}

.mt24 {
    margin-top: 24px;
}

.mt27 {
    margin-top: 27px;
}

.mt28 {
    margin-top: 28px;
}

.mt30 {
    margin-top: 30px;
}

.mt32 {
    margin-top: 32px;
}

.mt40 {
    margin-top: 40px;
}

.mt44 {
    margin-top: 44px;
}

.mt42 {
    margin-top: 42px;
}

.mt45 {
    margin-top: 45px;
}

.mt75 {
    margin-top: 75px;
}

.mt46 {
    margin-top: 46px;
}

.mt48 {
    margin-top: 48px;
}

.mt53 {
    margin-top: 53px;
}

.mt58 {
    margin-top: 58px;
}

.mt61 {
    margin-top: 61px;
}

.mt65 {
    margin-top: 65px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt120 {
    margin-top: 120px;
}

.mt144 {
    margin-top: 144px;
}

.mt200 {
    margin-top: 200px;
}

.ml-auto {
    margin-left: auto;
}

.ml2 {
    margin-left: 2px;
}

.ml4 {
    margin-left: 4px;
}

.ml5 {
    margin-left: 5px;
}

.ml6 {
    margin-left: 6px;
}

.ml7 {
    margin-left: 7px;
}

.ml8 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.ml11 {
    margin-left: 11px;
}

.ml12 {
    margin-left: 12px;
}

.ml15 {
    margin-left: 15px;
}

.ml16 {
    margin-left: 16px;
}

.ml18 {
    margin-left: 18px;
}

.ml20 {
    margin-left: 20px;
}

.ml22 {
    margin-left: 22px;
}

.ml24 {
    margin-left: 24px;
}

.ml32 {
    margin-left: 32px;
}

.ml48 {
    margin-left: 48px;
}

.mr0 {
    margin-right: 0;
}

.mr2 {
    margin-right: 2px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr6 {
    margin-right: 6px;
}

.mr8 {
    margin-right: 8px;
}

.mr10 {
    margin-right: 10px;
}

.mr12 {
    margin-right: 12px;
}

.mr14 {
    margin-right: 14px;
}

.mr15 {
    margin-right: 15px;
}

.mr16 {
    margin-right: 16px;
}

.mr17 {
    margin-right: 17px;
}

.mr18 {
    margin-right: 18px;
}

.mr20 {
    margin-right: 20px;
}

.mr24 {
    margin-right: 24px;
}

.mr30 {
    margin-right: 30px;
}

.mr32 {
    margin-right: 32px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb2 {
    margin-bottom: 2px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb4 {
    margin-bottom: 4px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb6 {
    margin-bottom: 6px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb9 {
    margin-bottom: 9px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb13 {
    margin-bottom: 13px;
}

.mb14 {
    margin-bottom: 14px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb28 {
    margin-bottom: 28px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb44 {
    margin-bottom: 44px;
}

.mb48 {
    margin-bottom: 48px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb64 {
    margin-bottom: 64px;
}

.mb72 {
    margin-bottom: 72px;
}

.mb80 {
    margin-bottom: 80px;
}

.mtb4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.mtb6 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.mtb8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.mtb15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.mtb18 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mlr2 {
    margin-left: 2px;
    margin-right: 2px;
}

.mlr4 {
    margin-left: 4px;
    margin-right: 4px;
}

.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mlr8 {
    margin-left: 8px;
    margin-right: 8px;
}

.mlr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mlr12 {
    margin-left: 12px;
    margin-right: 12px;
}

.mlr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mlr16 {
    margin-left: 16px;
    margin-right: 16px;
}

.mlr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mlr41 {
    margin-left: 41px;
    margin-right: 41px;
}

.m0a {
    margin: 0 auto;
}

/**  字体大小  */
.ft10 {
    font-size: 10px;
}

.ft11 {
    font-size: 11px;
}

.ft12 {
    font-size: 12px;
}

.ft13 {
    font-size: 13px;
}

.ft14 {
    font-size: 14px;
}

.ft15 {
    font-size: 15px;
}

.ft16 {
    font-size: 16px;
}

.ft17 {
    font-size: 17px;
}

.ft18 {
    font-size: 18px;
}

.ft19 {
    font-size: 19px;
}

.ft20 {
    font-size: 20px;
}

.ft21 {
    font-size: 21px;
}

.ft22 {
    font-size: 22px;
}

.ft23 {
    font-size: 23px;
}

.ft24 {
    font-size: 24px;
}

.ft26 {
    font-size: 26px;
}

.ft28 {
    font-size: 28px;
}

.ft32 {
    font-size: 32px;
}

.ft36 {
    font-size: 36px;
}

.ft40 {
    font-size: 40px;
}

.ft46 {
    font-size: 46px;
}

.ft60 {
    font-size: 60px;
}

/**  字体粗细  */
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.fw-bold {
    font-weight: 700;
}

/* 文字间距 */
.ls1 {
    letter-spacing: 1px;
}

.ls2 {
    letter-spacing: 2px;
}

.ls4 {
    letter-spacing: 4px;
}

.font-family {
    font-family: PingFangSC-Medium, PingFang SC;
}

.font-family-normal {
    font-family: PingFangSC-Regular, PingFang SC;
}

/**  hover显示手  */
.pointer {
    cursor: pointer;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex1-5 {
    flex: 1.5;
}

.flex1-3 {
    flex: 1.3;
}

.flex1-2 {
    flex: 1.2;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.flex-align-stretch {
    display: flex;
    align-items: stretch;
}

.flex-align-start {
    display: flex;
    align-items: flex-start;
}

.flex-align-end {
    display: flex;
    align-items: flex-end;
}

.flex-start-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-between-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

// 原始方向：flex-横向布局-纵向布局
// 纵轴方向：flex-column-纵向布局-横向布局
.flex-start-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-between-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.flex-between-start {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-between-baseline {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/* flex - center */

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center-baseline {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.flex-end-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-center-vertical {
    display: flex;
    align-items: center;
}

.flex-center-horizontal {
    display: flex;
    justify-content: center;
}

.flex-around-center {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* flex - column */
.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-column-center-start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.flex-column-center-around {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.flex-column-center-between {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.flex-column-jus-around {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.flex-column-jus-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-column-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.flex-column-start-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.flex-column-start-around {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}

.flex-column-start-between {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.flex-column-end-between {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.flex-justify-content-end {
    display: flex;
    justify-content: end;
}

.flex-align-content-center {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

/* flex 基准线对齐*/
.flex-baseline {
    align-items: baseline;
}

/**  visible  */
.visible-hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

/**  线条  */
.border {
    border: 1px solid #ebedf0;
}

.border-none {
    border: none;
}

.border-top {
    border-top: 1px solid #edebf0;
}

.border-bottom {
    border-bottom: 1px solid #edebf0;
}

.border-right {
    border-right: 1px solid #ebedf0;
}

// 兼容IOS圆角问题
.radiu-ios {
    -webkit-transform: rotate(0deg);
}

.br2 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 2px;
}

.br3 {
    -webkit-appearance: none;
    border-radius: 3px;
}

.br4 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 4px;
}

.br6 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 6px;
}

.br8 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 8px;
}

.br10 {
    -webkit-appearance: none;
    border-radius: 10px;
}

.br12 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 12px;
}

.br14 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 14px;
}

.br15 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 15px;
}

.br16 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 16px;
}

.br18 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 18px;
}

.br20 {
    -webkit-appearance: none;
    border-radius: 20px;
}

.br22 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 22px;
}

.br25 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 25px;
}

.br24 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 24px;
}

.br50 {
    // -webkit-transform:rotate(0deg);
    -webkit-appearance: none;
    border-radius: 50px;
}

.br4-rightbottom {
    border-radius: 0px 0px 8px 0px;
}
.br12-right {
    border-radius: 0 12px 12px 0;
}

.br8-top {
    border-radius: 8px 8px 0px 0px;
}

.br8-bottom {
    border-radius: 0px 0px 8px 8px;
}

.circle {
    border-radius: 50%;
}

/**  圆 */
/**  块元素  */
.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.inline-flex {
    display: inline-flex;
}

/**  不展示  */
.display-none {
    display: none;
}

/**  左右float布局  */
.left {
    float: left;
}

.right {
    float: right;
}

.fix {
    *zoom: 1;
}

.fix:before,
.fix:after {
    display: block;
    content: 'clear';
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

:focus {
    outline: 0;
}

.min-height100 {
    min-height: 100vh;
}

/* 行高 */
.line-height-normal {
    line-height: normal;
}

.line-height56 {
    line-height: 56px;
}

.line-height52 {
    line-height: 52px;
}

.line-height48 {
    line-height: 48px;
}

.line-height46 {
    line-height: 46px;
}

.line-height45 {
    line-height: 45px;
}

.line-height44 {
    line-height: 44px;
}

.line-height40 {
    line-height: 40px;
}

.line-height36 {
    line-height: 36px;
}

.line-height35 {
    line-height: 35px;
}

.line-height34 {
    line-height: 34px;
}

.line-height33 {
    line-height: 33px;
}

.line-height32 {
    line-height: 32px;
}

.line-height30 {
    line-height: 30px;
}

.line-height25 {
    line-height: 25px;
}

.line-height26 {
    line-height: 26px;
}

.line-height27 {
    line-height: 27px;
}

.line-height28 {
    line-height: 28px;
}

.line-height24 {
    line-height: 24px;
}

.line-height23 {
    line-height: 23px;
}

.line-height22 {
    line-height: 22px;
}

.line-height21 {
    line-height: 21px;
}

.line-height20 {
    line-height: 20px;
}

.line-height18 {
    line-height: 18px;
}

.line-height16 {
    line-height: 16px;
}

.line-height15 {
    line-height: 15px;
}

.line-height14 {
    line-height: 14px;
}

.line-height13 {
    line-height: 13px;
}

.line-height12 {
    line-height: 12px;
}

/* text-align */
.ta-l {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

// z-index
.z-index100 {
    z-index: 100;
}

.z-index6 {
    z-index: 6;
}

.z-index5 {
    z-index: 5;
}

.z-index3 {
    z-index: 3;
}

.z-index2 {
    z-index: 2;
}

.z-index1 {
    z-index: 1;
}

/* 相对布局 */
.ps-r {
    position: relative;
}

.ps-a {
    position: absolute;
}

/* 吸顶 */
.ps-s {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
}

.ps-f {
    position: fixed;
}

.top0 {
    top: 0;
}

.top3 {
    top: 3px;
}

.top30 {
    top: 30px;
}

.top44 {
    top: 44px;
}

.bottom0 {
    bottom: 0px;
}

.right0 {
    right: 0px;
}

.left0 {
    left: 0;
}

.bottom80 {
    bottom: 80px;
}

.fix-horizontal-center {
    position: fixed;
    left: 0;
    right: 0;
}

/* 宽高铺满 */
.full-height {
    height: 100%;
}

.max-h-66 {
    max-height: 66px;
}

.h-92 {
    height: 92%;
}

.full-width {
    width: 100%;
}

.full-content {
    width: 100%;
    height: 100%;
}

.fill-width {
    width: -webkit-fill-available;
}

.w-50 {
    width: 50%;
}

.w-33 {
    width: 33.33%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.w-5 {
    width: 5%;
}

.filter0 {
    opacity: 0;
}

.opa-60 {
    opacity: 0.6;
}

.opa-64 {
    opacity: 0.64;
}

.border-box {
    box-sizing: border-box;
}

.border-content {
    box-sizing: content-box;
}

/* css转换 */
.scale-06 {
    transform: scale(0.6);
}

/* 字体间距 */
.letter-spacing1 {
    letter-spacing: 1px;
}

.over-auto {
    overflow: auto;
}

.over-hidden {
    overflow: hidden !important;
}

.over-scroll {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.nowrap {
    white-space: nowrap;
}

.prewrap {
    white-space: pre-wrap;
}

/* 字体图标 */
.icon-custom {
    display: inline-block;
    width: 14px;
    height: 14px;
}

/* 超出省略号 */
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 多行省略号 */
.multi-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: initial;
    white-space: pre-wrap;
}

.vertical {
    display: inline-block;
    vertical-align: middle;
}

.vertical-bottom {
    vertical-align: bottom;
}

.middle-button {
    height: 44px;
    font-size: 16px;
    font-weight: 500;
}

.big-button {
    height: 48px;
    font-size: 18px;
    font-weight: 500;
}

/* 块阴影 */
.box-shadow {
    box-shadow: #ddd 0px 0px 0.16rem 0px;
}

.card-shadow {
    box-shadow: 0px 0px 32px 0px rgba(35, 13, 0, 0.06);
}

/*media*/
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 320px) {}

@keyframes slideInLeft {
    from {
        transform: translate3d(100%, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(-100%, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideLeftOut {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}

@keyframes slideRightOut {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

.slide-left-enter-active {
    animation: slideInLeft 0.3s forwards;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slide-left-leave-active {
    animation: slideLeftOut 0.3s forwards;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slide-right-enter-active {
    animation: slideInRight 0.3s forwards;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slide-right-leave-active {
    animation: slideRightOut 0.3s forwards;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* 骨架占位块 */
@keyframes skeleton-blink {
    50% {
        background-color: #f1f1f1;
    }
}

.custom-skeleton {
    background-color: #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
    animation: skeleton-blink 1.2s ease-in-out infinite;
}

.fade-enter-active,
.fade-leave-active {
    /* padding: 0; */
    transition: all 0.5s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */
    {
    opacity: 0;
    position: absolute;
}

.btn {
    border: 1px solid #eee;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.align-middle {
    vertical-align: middle;
}

body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

body::-webkit-scrollbar:horizontal {
    width: 0;
    height: 0;
    display: none;
}

.risk_bg {
    background: url('https://dop-pro-1251973116.file.myqcloud.com/upload/img/funzg/my-bg-riskTest.svg') no-repeat;
    background-size: contain;
}

.clue_bg {
    background: url('https://dop-pro-1251973116.file.myqcloud.com/upload/img/funzg/my-bg-clueVIP.svg') no-repeat;
    background-size: contain;
}

.news_bg {
    background: url('https://dop-pro-1251973116.file.myqcloud.com/upload/img/funzg/my-bg_qianmian.svg') no-repeat;
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.bg-fit-cover {
    object-fit: cover;
}

// 单行隐藏
.over-flow,
.one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

// 两行隐藏
.over-flow-two {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

// 三行隐藏
.over-flow-three {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

// 三行隐藏
.over-flow-four {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

// 必填项的红点
.red-dot {
    display: inline-block;
    transform: translate(1px, 3px);
}

// filter
.bf2 {
    backdrop-filter: blur(2px);
}

::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 0px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 4px;
	background: #999999;
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 0;
	background: #dddfea;
}

.copy-button {
    position: absolute;
    top: 8px;
    right: 12px;
    background: #999999;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    padding: 0 8px 0;
    border-radius: 4px;
}