
.level-details[data-v-7bde68f0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.level-details .details-item[data-v-7bde68f0] {
    height: 76px;
    width: 100%;
    background: #f9fafc;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.level-details .details-item[data-v-7bde68f0]:first-of-type {
    margin-left: 0;
}
.level-details .details-item .details-item-number[data-v-7bde68f0] {
    font-family: DINAlternate-Bold;
    font-size: 20px;
    color: #3e74ca;
    line-height: 22px;
}
.level-details .details-item .details-item-title[data-v-7bde68f0] {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666b71;
    line-height: 18px;
}


.shield-content {
    width: 100%;
    height: 350px;
    text-align: center;
    padding: 90px 0px;
}
.authentication[data-v-4e3eba5d] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 316px;
    height: 100px;
    padding: 0 24px;
    background-image: linear-gradient( 134deg ,#626262,#212121 100%,#212121 0);
    -webkit-box-shadow: 0 -1px 8px 0 rgb(85 85 85 / 50%);
    box-shadow: 0 -1px 8px 0 rgb(85 85 85 / 50%);
    border-radius: 8px;
    margin: auto;
}
.authentication .mess[data-v-4e3eba5d] {
    font-size: 16px;
    color: #fde4df;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.authentication .button[data-v-4e3eba5d] {
    width: 88px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-image: linear-gradient( 135deg ,#fde4df,#edbcb2 100%,#212121 0);
    border-radius: 4px;
    font-size: 13px;
    color: #424242;
    cursor: pointer;
}