html,
body {
    /* height: 100%;
    width: 100%; */
    overflow-x: hidden;
    font-size: 14px;
}

.df {
    display: flex;
}

.jc_b {
    justify-content: space-between;
}

.jc_c {
    justify-content: center;
}

.jc_a {
    justify-content: space-around;
}

.jc_e {
    justify-content: flex-end;
}

.jc_s {
    justify-self: flex-start;
}

.ai_c {
    align-items: center;
}

.flx {
    flex: 1;
}

.fd_c {
    flex-direction: column;
}

.fd_r {
    flex-direction: row;
}

.fw {
    flex-wrap: wrap;
}

.mt {
    margin-top: 10px;
}

.ml {
    margin-left: 10px;
}

.mr {
    margin-right: 10px;
}

.mb {
    margin-bottom: 10px;
}

.bo {
    border: 1px gray solid;
}

.tex {
    text-align: center;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.poi {
    cursor: pointer;
}

.bor {
    border-radius: 50%;
}

.wt {
    width: 100%;
}

.ai_s {
    align-items: flex-start;
}

.fss {
    font-size: small;
}

.fssr {
    font-size: smaller;
}

.fsl {
    font-size: large;
}

.fslr {
    font-size: larger;
}

.ma {
    margin: 0 auto;
}

.pt {
    padding-top: 10px;
}

.pb {
    padding-bottom: 10px;
}

.pl {
    padding-left: 10px;
}

.pr1 {
    padding-right: 10px;
}

.fxe {
    flex: end;
}

.tdl {
    text-decoration: line-through;
}

.cr {
    color: red;
}

.pad {
    padding: 10px;
}
.pad15{
    padding: 15px;
}
.van-tabs__line {
    z-index: 0 !important;
}

.ai_e {
    align-items: flex-end;
}

.mar10 {
    margin: 10px;
}

.mar15 {
    margin: 15px;
}

.mar20 {
    margin: 20px;
}

.wt80 {
    width: 80vw;
}

.wt70 {
    width: 90vw;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs32 {
    font-size: 32px;
}
.fs36{
    font-size: 36px;
}

.cp {
    cursor: pointer;
}

.borb {
    border-bottom: 1px solid #e2e2e2;
}

.pad70 {
    padding: 70px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}