html,
body {
    background: #F2F2F2;
}

.join_box {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 -8px;
    height: 100%;
}

.join_block {
    overflow: hidden;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
}

.join_label {
    display: flex;
    width: 7.5rem;
    flex: 0 0 auto;
}

.join_value {
    width: 100%;
}

.join_input {
    width: 100%;
    text-align: left;
}

.input_border {
    border: 1px;
    color: #CCCCCC;
    border-radius: 3px;
}

.btn_confirm {
    background-color: #00A551;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    height: 100%;
    margin-bottom: 70px;
}

.btn_confirm:hover,
.btn_confirm:focus,
.btn_confirm.focus {
    color: #FFFFFF;
}

.input_half_label {
    width: 45%;
    padding-left: 12px;
}

.workingYear {
    width: 30%;
    text-align: center;
    padding: 3px 0;
    margin: 0 11px;
    border: 1px solid #CCCCCC;
    color: #000;
}

.city_input {
    margin-left: 0.9rem;
}

.detail .join_label {
    /* width: 100%; */
}

.detail a {
    color: #333333;
    width: 100%;
    font-size: 14px;
    background: none;
    padding: 0;
    text-align: left;
}

.detail a:after {
    border: none;
}

.detail::after {
    content: '';
    background: url(../../images/new/detail.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    right: 1rem;
    top: 0;
    width: 0.6rem;
    height: 1.08rem;
}

.weui-picker {
    font-size: 16px;
}

.tips {
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #DD693C;
    height: 75px;
    background: linear-gradient(90deg, rgba(254, 249, 231, 1) 0%, rgba(255, 253, 248, 1) 100%);
    padding: 0 20px 0 40px;
    display: flex;
    justify-content: flex-start;
}

.circle {
    position: absolute;
    left: 25px;
    top: 11px;
    width: 9px;
    height: 9px;
    background: rgba(221, 105, 60, 1);
    border-radius: 50%;
}

.tips_content {
    display: flex;
    padding-top: 6px;
}

.sec1 {
    margin-top: 55px;
    position: relative;
}
.input_half_label{
    font-size: 12px;
}