﻿.pb_form_con {
    box-sizing: border-box;
    padding: 48px 24px;
    background: #fff;
   
}

.pb_con_title {
    display: flex;
    justify-content: center;
   
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.pb_form_box {
    box-sizing: border-box;
    padding: 48px;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.pb_form_l {
    width: 900px;
    padding-right: 48px;
    margin-right: 48px;
    border-right: 1px solid rgba(0,0,0,0.1);
    flex-shrink: 0;
}
.pb_form_title {
   
    font-weight: 400;
    font-size: 28px;
    color: #FF4141;
    margin-bottom: 24px;
}
.pb_fm_line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.pb_form_item {
    display: flex;
    align-items: center;
}
.pb_fm_item_title {
    width: 120px;
    font-size: 20px;
    color: #333333;
    text-align: right;
}
    .pb_fm_item_title span {
        color: #FF4141;
    }
    .pb_fm_item_cont {
    }

    .pb_fm_item_cont input {
        width: 300px;
        height: 47px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid rgba(0,0,0,0.1);
        font-size: 16px;
        box-sizing: border-box;
        padding: 0 12px;
    }

    .pb_fm_item_cont textarea {
        width: 600px;
        height: 80px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid rgba(0,0,0,0.1);
        font-size: 16px;
        box-sizing: border-box;
        padding: 12px;
    }

.pb_form_r {
    flex: 1;
}
.pb_fm_r_info {
    display: flex;
    justify-content: center;
    flex-direction: column;
   
    box-sizing: border-box;
    
}
.pb_fm_pr_img {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    
}
    .pb_fm_pr_img img {
        width: 170px;
        height: 170px;
        display: block;
    }

.pb_fm_info_line {
    display:flex;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
}
    .pb_fm_info_line :first-child {
        width: 80px;
        color: #333333;
        flex-shrink: 0;
    }
    .pb_fm_info_line :last-child {
        flex: 1;
        color: rgba(51,51,51,0.5);
    }

.pb_fm_submit_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.protocol_box {
    display: flex;
    align-items: center;
    
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin-bottom: 48px;
}  
    .protocol_box input {
        width: 16px;
        height: 16px;
        margin-right: 12px;
    }
    .protocol_box a {
        color: #7140FE;
        cursor: pointer;
    }
.pb_fm_submit_btn {
    display: flex;
    justify-content: center;
}
    .pb_fm_submit_btn button {
        display: flex;
        flex-wrap: inherit;
        justify-content: center;
        align-items: center;
        border: none;
        width: 288px;
        height: 68px;
        background: #7140FE;
        border-radius: 8px 8px 8px 8px;
        font-size: 24px;
        color: #FFFFFF;
        cursor: pointer;
    }

