.content-header {
    margin-top: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.logo-title {
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 24px;
    color: #131523;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0 0 20px;
}

.content-body {
    width: 58%;
    margin-left: 380px;
}

.user-name {
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 16px;
    color: rgba(9, 17, 45, 0.8);
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
    display: flex;
    margin-bottom: 5px;

}

.inputAll {
    height: 48px;
    width: 464px;
}

.pass-word {
    margin-top: 30px;
}


/* 悬浮提示框样式 */
.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    z-index: 1001;
    display: none;
    white-space: nowrap;
    font-size: 14px;
    /* 调整提示框位置，避免遮挡 */
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
}

.caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}


.bottom-css {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.little-tip {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 11px;
    color: rgba(9, 17, 45, 0.8);
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* 弹窗背景 */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* 弹窗内容 */
.popup-content {
    background-color: white;
    width: 468px;
    height: 208px;
    padding: 10px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 关闭按钮 */
.popup-content button {
    align-self: flex-end;
}

/* 进度条样式 */
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #0d65f8;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.pro-img {
    width: 28px;
    height: 28px;
}

.img-div {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.progress-css {
    width: 300px;
    margin: 0 auto;
    height: 8px;
    border-radius: 4px 4px 4px 4px;
}

.bottom-tip {
    display: flex;
    justify-content: center;
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 14px;
    color: rgba(9, 17, 45, 0.8);
    /* line-height: 20px; */
    font-style: normal;
    text-transform: none;
    margin-top: -15px;
}

.right-css {
    width: 560px;
    height: 68px;
    margin-left: 54px;
}

.num-css {
    width: 60px;
    height: 60px;
}

.star-css {
    width: 9px;
    height: 20px;
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 16px;
    color: #FF0036;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 3px;
}

.m-l50 {
    margin-left: 50px;
}

.content-dot {
    font-size: 16px;
    color: #C6C7CB;
    font-family: Inter, Inter;
    margin-bottom: 0 !important;
}

.input-css-licenseUpload {
    margin-top: 30px;
}

.btn-upload {
    width: 132px;
    height: 48px;
    margin-left: 10px;
    font-size: 16px;
}

.form-control {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D9E1EC;
    color: rgba(9, 17, 45, 0.5);
}

.btn-submit {
    font-size: 16px;
    width: 216px;
    height: 48px;
}

.bottom-css {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.button-css {
    display: flex;
}