.dashboard-container {
    padding: 24px;
}

.dashboard-title {
    font-size: 18px;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 18px;
    border-left: 3px solid #2164fa;
    padding-left: 10px;
    margin-bottom: 20px;
}

.dashboard-avatar {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin-right: 16px;
    object-fit: cover;
}

.dashboard-info {
    flex: 1;
    width: 0;
}

.dashboard-info > p:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    color: #3d3d3d;
}

.dashboard-info > p:nth-child(1) > span {
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    margin-left: 6px;
}

.dashboard-info > p:nth-child(2) {
    font-size: 14px;
    padding: 6px 0;
    color: #999;
}

.dashboard-info > p:nth-child(2) > span {
    color: #3d3d3d;
}

.dashboard-info > p:nth-child(3) > span {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.dashboard-info > p:nth-child(3) > span:nth-child(2) {
    color: #ddd;
    padding: 0 10px;
}

.dashboard-info > p:nth-child(3) > span:nth-child(3) {
    color: #2164fa;
}

.dashboard-count {
    margin-left: 40px;
}

.dashboard-count > li {
    margin-left: 20px;
}

.dashboard-count > li:first-child {
    margin-left: 0;
}

.dashboard-count > li > p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: right;
}

.dashboard-count > li > p:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    color: #3d3d3d;
    margin-top: 10px;
}

.dashboard-card {
    padding: 24px;
    background-color: #f0f4f9;
    border-radius: 10px;
}

.dashboard-card > div {
    margin-right: 20px;
    flex: 1;
    width: 0;
}

.dashboard-card > div > h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3d3d3d;
}

.dashboard-card > div > p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.user-label {
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 16px;
}

.user-setting-input {
    width: 344px;
    margin-right: 16px;
}

.user-setting-save {
    font-size: 14px;
    font-weight: 400;
    color: #2164fa;
    cursor: pointer;
}

.user-form-label {
    width: 60px;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    color: #3d3d3d;
}

.user-form-input {
    flex: 1;
    width: 0;
}

.user-form-vcode {
    font-size: 14px;
    font-weight: 400;
    color: #2164fa;
    white-space: nowrap;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.record-select-title {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 40px;
}

.pay-type-list > li {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 8px 20px;
    margin-right: 10px;
    font-size: 14px;
    color: #454545;
    cursor: pointer;
}

.pay-type-list > li.active {
    background-color: #ebf2ff;
    border: 1px solid #2164fa;
    color: #2164fa;
}

.package-list > li {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.package-list > li.active {
    background-color: #ebf2ff;
    border: 1px solid #2164fa;
}

.package-list > li > p:nth-child(1) {
    font-weight: 500;
    color: #3d3d3d;
}

.package-list > li > p:nth-child(2) {
    font-size: 16px;
}

.package-list > li > p:nth-child(2).active {
    font-weight: 700;
    color: #2164fa;
}

.package-list > li > p:nth-child(1) > span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 5px;
}

.package-list > li > p:nth-child(3) {
    font-size: 18px;
    font-weight: 700;
    color: #be0000;
}

.package-list > li > p:nth-child(3) > span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
}

.package-list > li > p:nth-child(3) > span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    text-decoration: line-through;
}

.bg-red-deep {
    background-color: #be0000;
}

.bg-yellow-deep {
    background-color: #f79e19;
}

.label-name {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 10px;
}

.label-tips {
    padding-top: 10px;
    color: #aaa;
}

.label-tips > span {
    color: #2164fa;
}