html,
body,
div {
margin: 0px;
padding: 0px;
}
.flex-row {
display: flex;
flex-direction: row;
}
.flex-col {
display: flex;
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex {
flex: 1;
}
.jc-start {
justify-content: flex-start;
}
.jc-center {
justify-content: center;
}
.jc-end {
justify-content: flex-end;
}
.jc-between {
justify-content: space-between;
}
.ai-start {
align-items: flex-start;
}
.ai-center {
align-items: center;
}
.ai-end {
align-items: flex-end;
}
.ai-baseline {
align-items: baseline;
}
.width25 {
width: 25%;
}
.width45 {
width: 45%;
}
.width80 {
width: 80%;
}
.width90 {
width: 90%;
}
.width95 {
width: 95%;
}
.width100 {
width: 100%;
}
.width100-minus50 {
width: calc(100% - 50px);
}
.width100-minus60 {
width: calc(100% - 60px);
}
.w5 {
width: 5px;
}
.w10 {
width: 10px;
}
.w15 {
width: 15px;
}
.w20 {
width: 20px;
}
.w35 {
width: 35px;
}
.w60 {
width: 60px;
}
.w80 {
width: 80px;
}
.w100 {
width: 100px;
}
.w140 {
width: 140px;
}
.w160 {
width: 160px;
}
.w360 {
width: 360px;
}
.w630 {
width: 630px;
}
.w650 {
width: 650px;
}
.w690 {
width: 690px;
}
.w710 {
width: 710px;
}
.w750 {
width: 750px;
}
.height100 {
height: 100%;
}
.h5 {
height: 5px;
}
.h10 {
height: 10px;
}
.h15 {
height: 15px;
}
.h20 {
height: 20px;
}
.h25 {
height: 25px;
}
.h30 {
height: 30px;
}
.h35 {
height: 35px;
}
.h40 {
height: 40px;
}
.h60 {
height: 60px;
}
.h70 {
height: 70px;
}
.h80 {
height: 80px;
}
.h100 {
height: 100px;
}
.h120 {
height: 120px;
}
.mg5 {
margin: 5px;
}
.mg10 {
margin: 10px;
}
.mg15 {
margin: 15px;
}
.mg20 {
margin: 20px;
}
.mt5 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px;
}
.mt25 {
margin-top: 25px;
}
.mt30 {
margin-top: 30px;
}
.mt35 {
margin-top: 35px;
}
.mt40 {
margin-top: 40px;
}
.mt45 {
margin-top: 45px;
}
.mt50 {
margin-top: 50px;
}
.mt60 {
margin-top: 60px;
}
.mt70 {
margin-top: 70px;
}
.mt75 {
margin-top: 75px;
}
.mt80 {
margin-top: 80px;
}
.mt100 {
margin-top: 100px;
}
.mt120 {
margin-top: 120px;
}
.mt150 {
margin-top: 150px;
}
.mt200 {
margin-top: 200px;
}
.mt240 {
margin-top: 240px;
}
.mr5 {
margin-right: 5px;
}
.mr10 {
margin-right: 10px;
}
.mr15 {
margin-right: 15px;
}
.mr20 {
margin-right: 20px;
}
.mr25 {
margin-right: 25px;
}
.mr30 {
margin-right: 30px;
}
.mr35 {
margin-right: 35px;
}
.mr40 {
margin-right: 40px;
}
.mr45 {
margin-right: 45px;
}
.mb5 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.mb15 {
margin-bottom: 15px;
}
.mb20 {
margin-bottom: 20px;
}
.mb30 {
margin-bottom: 30px;
}
.mb40 {
margin-bottom: 40px;
}
.mb50 {
margin-bottom: 50px;
}
.mb60 {
margin-bottom: 60px;
}
.mb80 {
margin-bottom: 80px;
}
.mb100 {
margin-bottom: 100px;
}
.ml5 {
margin-left: 5px;
}
.ml10 {
margin-left: 10px;
}
.ml15 {
margin-left: 15px;
}
.ml20 {
margin-left: 20px;
}
.ml25 {
margin-left: 25px;
}
.ml30 {
margin-left: 30px;
}
.ml35 {
margin-left: 35px;
}
.ml40 {
margin-left: 40px;
}
.ml45 {
margin-left: 45px;
}
.ml50 {
margin-left: 50px;
}
.ml55 {
margin-left: 55px;
}
.ml65 {
margin-left: 65px;
}
.ml100 {
margin-left: 100px;
}
.ml150 {
margin-left: 150px;
}
.ml70 {
margin-left: 70px;
}
.ml80 {
margin-left: 80px;
}
.pd5 {
padding: 5px;
}
.pd10 {
padding: 10px;
}
.pd15 {
padding: 15px;
}
.pd20 {
padding: 20px;
}
.pt5 {
padding-top: 5px;
}
.pt10 {
padding-top: 10px;
}
.pt15 {
padding-top: 10px;
}
.pt20 {
padding-top: 20px;
}
.pt30 {
padding-top: 30px;
}
.pr5 {
padding-right: 5px;
}
.pr10 {
padding-right: 10px;
}
.pr15 {
padding-right: 15px;
}
.pr20 {
padding-right: 20px;
}
.pb5 {
padding-bottom: 5px;
}
.pb10 {
padding-bottom: 10px;
}
.pb15 {
padding-bottom: 15px;
}
.pb20 {
padding-bottom: 20px;
}
.pb30 {
padding-bottom: 30px;
}
.pb40 {
padding-bottom: 40px;
}
.pb50 {
padding-bottom: 50px;
}
.pl5 {
padding-left: 5px;
}
.pl10 {
padding-left: 10px;
}
.pl15 {
padding-left: 15px;
}
.pl20 {
padding-left: 20px;
}
.font1 {
font-size: 1px;
}
.font2 {
font-size: 2px;
}
.font4 {
font-size: 4px;
}
.font6 {
font-size: 6px;
}
.font8 {
font-size: 8px;
}
.font10 {
font-size: 10px;
}
.font12 {
font-size: 12px;
}
.font14 {
font-size: 14px;
}
.font16 {
font-size: 16px;
}
.font18 {
font-size: 18px;
}
.font20 {
font-size: 20px;
}
.font22 {
font-size: 22px;
}
.font24 {
font-size: 24px;
}
.font28 {
font-size: 28px;
}
.font30 {
font-size: 30px;
}
.font32 {
font-size: 32px;
}
.font36 {
font-size: 36px;
}
.font42 {
font-size: 42px;
}
.lh20 {
line-height: 20px;
}
.lh24 {
line-height: 24px;
}
.color-333 {
color: #333333;
}
.color-303133 {
color: #303133;
}
.color-3d3d3d {
color: #3d3d3d;
}
.color-666 {
color: #666666;
}
.color-606266 {
color: #606266;
}
.color-999 {
color: #999999;
}
.color-909399 {
color: #909399;
}
.color-fd7062 {
color: #fd7062;
}
.color-c81e0d {
color: #c81e0d;
}
.color-ca1c1b {
color: #ca1c1b;
}
.color-d7000f {
color: #d7000f;
}
.color-dc1010 {
color: #dc1010;
}
.color-2a7cff {
color: #2a7cff;
}
.color-4e7fff {
color: #4e7fff;
}
.color-0084f0 {
color: #0084f0;
}
.color-0f71ff {
color: #0f71ff;
}
.color-43a047 {
color: #43a047;
}
.color-cdcbd1 {
color: #cdcbd1;
}
.white {
color: #ffffff;
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
background-color: #ffffff;
}
.bg-cc1b1b {
background-color: rgba(204, 27, 27, 0.8);
}
.bg-333 {
background-color: rgba(51, 51, 51, 0.8);
}
.bold {
font-weight: bold;
}
.fw400 {
font-weight: 400;
}
.fw500 {
font-weight: 500;
}
.relative {
position: relative;
}
.text-align-center {
text-align: center;
}
.rotateX180 {
transform: rotateX(180deg);
}
.cursor-not-allowed {
cursor: not-allowed;
}