.body_bg {
    background-color: #F5F5F5;
}

/*顶部用户信息*/
.top_info_bg {
    height: 190px;
    width: 100%;
    background: url("../img/user/img_1.jpg") no-repeat;
}

.top_info {
    display: flex;
    justify-content: space-between;
}

.top_info_1 {
    height: 190px;
}

.top_info_1 {
    display: flex;
    align-items: center;
}

.top_info_1_1 {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_info_1_1_img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

.top_info_1_2 {
    padding-left: 15px;
    color: #FFFFFF;
}

.top_info_1_2_1 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.top_info_1_2_1_1 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.top_info_1_2_1_2 {
    background: #FFFFFF;
    border-radius: 2px;
    color: #4ea3ff;
    font-size: 12px;
    height: 17px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

.top_info_1_2_2 {
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 10px;
    width: 480px;
}

.top_info_2 {
    display: flex;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 105px;
}

.top_info_2_1 {
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
}

.top_info_2_1_1 {
    padding-bottom: 8px;
}

/*中间部分菜单*/
.top_nav_bg {
    width: 100%;
    height: 57px;
    background: #FFFFFF;
}

.top_nav {
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
}

.top_nav_1 {
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    height: 55px;
    border-bottom: 2px solid #FFFFFF;
}

.top_nav_1_active {
    border-bottom: 2px solid #4ea3ff;
}

/*页面主要内容*/
.page_main_content {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.page_main_content_2 {
    background-color: #FFFFFF;
    border-radius: 5px;
}

.pmc_left {
    width: 225px;
    background: #FFFFFF;
    border-radius: 5px;
    padding-top: 18px;
    height: 225px;
}

.pmc_left_1 {
    width: 190px;
    margin-top: 18px;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-end;
}

.user_li_icon_1 {
    margin-left: 12px;
    margin-right: 5px;
    color: #4ea3ff;
    font-size: 18px;
}

.pmc_left_1_1 {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.pmc_left_1_2 {
    font-size: 16px;
    color: #4ea3ff;
    font-weight: bold;
}

.pmc_left_2 {
    width: 155px;
    padding-left: 37px;
    height: 43px;
    background: #FAFAFA;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #4ea3ff;
}

.pmc_left_3 {
    width: 155px;
    padding-left: 37px;
    height: 43px;
    /*background: #FAFAFA;*/
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666666;
}


.pmc_right {
    width: 960px;
    min-height: 500px;
    background: #FFFFFF;
    border-radius: 5px;
}

.margin_left_60 {
    margin-left: 60px;
}

.pmc_right_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 8px;
}

.pmc_right_1_1 {
    font-weight: bold;
    font-size: 16px;
    color: #222222;
}

.pmc_right_1_2 {
    width: 75px;
    height: 35px;
    background: #4ea3ff;
    border-radius: 5px;
    font-size: 13px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pmc_right_2 {
    padding-bottom: 8px;
    font-size: 12px;
    color: #999999;
}


.pmc_right_3 {
    display: flex;
}

.pmc_right_3_1 {
    height: 28px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-size: 12px;
    margin-right: 5px;
    padding-left: 13px;
    padding-right: 13px;
}

.pmc_right_3_2 {
    height: 28px;
    background: #4ea3ff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 5px;
    padding-left: 13px;
    padding-right: 13px;
}

.pmc_right_4 {
    width: 878px;
    height: 57px;
    background: #F5F5F5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    color: #222222;
}

.pmc_right_5 {
    width: 878px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 20px;
}

.pmc_right_4_1 {
    width: 230px;
}

.pmc_right_4_2 {
    width: 165px;
}

.pmc_right_4_3 {
    width: 115px;
}

.pmc_right_4_4 {
    width: 90px;
}

.pmc_right_4_4_a {
    width: 170px;
}

.pmc_right_4_5 {
    width: 80px;
}

.pmc_right_4_6 {
    width: 100px;
}

.pmc_right_4_7 {
    width: 90px;
}

.pmc_right_5_1 {
    width: 230px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmc_right_5_1_img {
    max-width: 180px;
    max-height: 118px;
    border-radius: 5px;
}

.pmc_right_5_2 {
    width: 145px;
    padding-left: 10px;
    padding-right: 10px;
}

.pmc_right_5_3 {
    width: 101px;
    padding-left: 7px;
    padding-right: 7px;
}

.pmc_right_5_4 {
    width: 90px;
}

.pmc_right_5_4_a {
    width: 170px;
}

.pmc_right_5_5 {
    width: 80px;
}

.pmc_right_5_6 {
    width: 100px;
}

.pmc_right_5_7 {
    width: 90px;
    display: flex;
    flex-direction: column;
}

.pmc_right_6 {
    width: 877px;
    height: 159px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-top: 30px;
}

.pmc_right_6_1 {
    font-weight: bold;
    font-size: 14px;
    color: #222222;
    padding-left: 20px;
    padding-top: 20px;
}

.pmc_right_6_2 {
    padding-top: 30px;
    display: flex;
}

.pmc_right_6_2_1 {
    padding-left: 45px;
    width: 260px;
}

.pmc_right_6_2_1_1 {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}

.pmc_right_6_2_1_2 {
    font-weight: bold;
    font-size: 25px;
    color: #4ea3ff;
    padding-top: 13px;
}

.pmc_right_6_2_1_2_1 {
    color: #222222;
}

.pmc_right_5_u_1_img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.pmc_right_5_u_2 {
    font-size: 14px;
    color: #4ea3ff;
}

/* 上传资源 */
.up_top_bar {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
}

.up_top_bar_1 {
    margin-left: 40px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.up_top_bar_2 {
    margin-left: 40px;
    margin-right: 20px;
}

.up_top_bar_1_1 {
    color: #222222;
    font-size: 16px;
    height: 55px;
    display: flex;
    align-items: center;
}

.up_top_bar_1_2 {
    color: #222222;
    font-size: 20px;
    height: 55px;
    display: flex;
    align-items: center;
}

.up_top_bar_1_line_1 {
    width: 66px;
    height: 2px;
    border-radius: 1px;
}

.up_top_bar_1_line_2 {
    width: 66px;
    height: 2px;
    background: #4ea3ff;
    border-radius: 1px;
}

/* 头像单独一行 */
.up_form_avatar_row {
    padding: 20px 0;
    margin-left: 50px;
    border-bottom: 1px solid #F5F5F5;
}

/* 两列布局容器 */
.up_form_columns {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    gap: 40px;
}

.up_form_column_left,
.up_form_column_right {
    flex: 1;
    min-width: 0;
}

.up_form_li {
    padding-top: 11px;
    padding-bottom: 11px;
    display: flex;
}

.up_form_li_left {
    width: 70px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    color: #222222;
    margin-left: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.up_form_li_right {
    font-size: 14px;
    color: #999999;
}

.up_form_img_wrap {
    border-radius: 50%;
    border: 1px solid #DEDFE3;
    width: 113px;
    height: 113px;
}

.up_form_img_bg {
    width: 113px;
    height: 113px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.up_form_img_tip {
    padding-top: 5px;
    padding-bottom: 10px;
}

.up_form_img_bg_img_2 {
    width: 113px;
    height: 113px;
    border-radius: 50%;
}

.up_form_img_bg_txt {
    padding-top: 11px;
}

.up_form_submit {
    padding-bottom: 28px;
    padding-top: 80px;
}

.up_submit_btn {
    background: #4ea3ff;
    font-size: 16px;
    color: #FFFFFF;
    width: 190px;
    margin: 0 auto;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.up_ipt_price {
    font-weight: bold;
    font-size: 14px;
    color: #222222;
    padding-left: 12px;
}

.up_form_video_btn2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 40px;
    background: #000000;
    border-top-left-radius: 5px;
    /*border-bottom-left-radius: 5px;*/
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #FFFFFF;
}

.pmc_right_1_2 a {
    color: #FFFFFf;
}

/* 身份证照片上传样式（和认证页保持一致） */
.up_form_li_right.from_li_imgs img,
#idcard_front-preview,
#idcard_back-preview {
    width: 320px !important;
    height: 185px !important;
    max-width: 320px !important;
    max-height: 185px !important;
    min-width: 320px !important;
    min-height: 185px !important;
    border-radius: 5px;
    border: #eee solid 1px;
    cursor: pointer;
    object-fit: cover;
    display: block;
}

.up_form_li_right.from_li_imgs div {
    display: inline-block;
    width: 320px;
    height: 185px;
}

.from_li_imgs ul {
    display: flex;
    flex-wrap: wrap;
}

.from_li_imgs ul li {
    margin: 10px 10px 0 0;
    position: relative;
}

.from_li_imgs ul li:nth-child(3n) {
    margin-right: 0;
}

.from_li_imgs ul li a {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #aaa;
    padding: 2px 6px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

/* 响应式样式 - 小屏幕时恢复单列布局 */
@media (max-width: 768px) {
    .up_form_columns {
        flex-direction: column;
        padding: 20px;
        gap: 0;
    }

    .up_form_column_left,
    .up_form_column_right {
        width: 100%;
    }

    .up_form_li_left {
        margin-left: 20px;
    }
}