.column_lay {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.row_lay {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.center_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.center_lay {
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none
}

.bac {
    background-size: 100% 100%;
    background: no-repeat;
}

.title {
    font-size: 27px;
    color: black;
    margin-top: 22px;
    font-weight: bold;
}

.txt {
    font-size: 24px;
    line-height: 33px;
    color: #666666;
    margin-top: 22px;
}

.provision {
    background-color: white;
    width: 678px;
    padding-top: 20px;
    margin-top: 13px;
    margin-bottom: 50px;
    padding-left: 36px;
    padding-right: 36px
}

.center_ba {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

body {
    margin: 0px;
}


.message-box-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .3)
}

.message-box-wrapper::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.message-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #ffffff;
    height: 326px;
    width: 474px;
}

.message-box-content {
    padding: 30px 20px;
}


.message-box-cancel {
    background-color: #8f9498;
}

.message-box-confirm {
    background-color: #FF6400;
}


.person_img {
    width: 206px;
    height: 216px;
    margin-top: 50px;
}

.person_lay {
    width: 646px;
    background: url('../img/bg_persion.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 49px;
}

.person_name {
    margin-top: 32px;
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.person_center {
    width: 623px;
}

.person_statue {
    width: 227px;
    height: 53px;
    background: #549EF1;
    color: white;
    margin-top: 28px;
    font-size: 27px;
}

.person_introduce {
    font-size: 24px;
    color: #333333;
    line-height: 43px;
    width: 507px;
    margin-top: 31px;
    margin-bottom: 45px;
}

.person_zhuanjia {
    color: #549EF1;
    font-size: 27px;
    font-weight: bold;
    margin-top: 27px;
}

.develop_title {
    font-size: 30px;
    font-weight: bold;
    color: white;
    line-height: 35px;
}

.develop_txt {
    font-size: 20px;
    color: white;
    line-height: 35px;
}

.input {
    width: 100%;
    height: 55px;
    margin-top: 17px;
    font-size: 24px;
    line-height: 55px;
    color: black;
    padding-left: 5px;
    border: 1px solid #DDDDDE
}

.input_layout {
    margin-top: 10px;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}

.input_left {
    color: white;
    font-size: 20px;
    color: #333333;
    flex: 1;
    text-align: right;
}

.input_middle {
    flex: 2.2;
    align-items: center;
    margin-left: 5px;
}

.input_apace {
    flex: 0.5;
}

.input_cell {
    margin-top: 20px;
}

.radio_label {
    font-size: 22px;
    color: #343434;
    flex: 1;
    text-align: left;
    margin-left: 3px;
}

.input_value {
    width: 100%;
    font-size: 21px;
    border: 1px solid gray;
    height: 32px;
}
