body,
html {
    height: 100%;
}

.p20 {
    padding: 20px;
}

.pl4 {
    padding-left: 4px;
}

.pl8 {
    padding-left: 8px;
}

.pl10 {
    padding-left: 10px;
}

.pl12 {
    padding-left: 12px;
}

.pl36 {
    padding-left: 36px;
}

.pt8 {
    padding-top: 8px;
}

.pt12 {
    padding-top: 12px;
}

.pt40 {
    padding-top: 40px;
}

.pb16 {
    padding-bottom: 16px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb34 {
    margin-bottom: 34px;
}

.mb8 {
    margin-bottom: 8px;
}

.ml16 {
    margin-left: 16px;
}

.mt8 {
    margin-top: 8px;
}

.mt12 {
    margin-top: 12px;
}

.mt16 {
    margin-top: 16px;
}

.mt20 {
    margin-top: 20px;
}

.mt33 {
    margin-top: 33px;
}

.mt34 {
    margin-top: 34px;
}

.mt36 {
    margin-top: 36px;
}

.fz16 {
    font-size: 16px;
}

.fz20 {
    font-size: 20px;
}

.fw500 {
    font-weight: 500;
}

.gap8 {
    gap: 8px;
}

.gap16 {
    gap: 16px;
}

.gap20 {
    gap: 20px;
}

.ydButton {
    display: inline-flex;
    padding: 0 42px;
    height: 42px;
    line-height: 42px;
    align-items: flex-start;
    border-radius: 4px;
    background: #007FFF;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.ydDownloadButton {
    height: 32px;
    padding: 6px 16px;
    border-radius: 16px;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    background-color: #FFFFFF;
}

.dFlex {
    display: flex;
}

.alignCenter {
    align-items: center;
}

.justifyCenter {
    justify-content: center;
}

.justifyContentSpaceBetween {
    justify-content: space-between;
}

.flex1 {
    flex: 1;
}

.color666 {
    color: #666666;
}

.color007FFF {
    color: #007FFF;
}

.bgcF5F5F5 {
    background: #F5F5F5;
}

.bgcF7F7F7 {
    background: #F7F7F7;
}

.bgcFFFFFF {
    background: #FFFFFF;
}

.borderBottomF0F0F0 {
    border-bottom: 1px solid #F0F0F0;
}

.borderRadiusRight0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.borderRadiusLeft0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.border007FFF {
    border-color: #007FFF;
}