.jion_main {
    position: relative;
    z-index: 99;
}


.jion_main_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}


.jion_container {
    position: relative;
    top: -100px;
    z-index: 1;
    padding: 50px 78px;
    box-sizing: border-box;
    background: #fff;
}


.jion_title {
    font-size: 30px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}


.jion_title span {
    margin: 0px 14px;
}


.jion_title img {
    width: 10px;
    height: 10px;
    position: relative;
}


.jion_progress {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 50px 40px;
    background: #fafafa;
    overflow: hidden;
    margin-bottom: 80px;
}


.jion_progress li {
    height: 100px;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.jion_progress li>img {
    display: block;
    margin: 0px auto 20px;
    height: 50px;
    border-radius: 50%;
}


.jion_progress_item p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: center;
}


.jion_progress_item {
    width: 16%;
}


.jion_progress_line {
    width: 26%;
}


.jion_progress_line:after {
    display: block;
    content: '';
    height: 1px ;
    width: 90%;
    background: #ccc;
    position: absolute;
    top: 25px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}


.jion_progress_line.on:after {
    background: #666;
}


.jion_form_title {
    font-size: 22px;
    color: #333;
    padding-left: 12px;
    margin-bottom: 40px;
    position: relative;
}

.jion_form_title:after {
    content:'';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto 0px;
    width: 2px;
    height: 22px;
    background: #000;
}


.jion_form_list li {
    width: 48%;
    margin-bottom: 30px;
}


.jion_form_list li.left {
    float: left;
}


.jion_form_list li.right {
    float: right;
}

.jion_form_list li.clear {
    float: none;
    height: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
}


.jion_form_left {
    font-size: 16px;
    line-height: 52px;
    color: #666;
    width: 30%;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
}


.jion_form_right {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #333;
    width: 70%;
    float: left;
    border: solid 1px #ebebeb;
    box-sizing: border-box;
    padding: 0px 24px;
    position: relative;
    cursor: pointer;
}

.jion_form_right.jion_submit {
    font-size: 16px;
    background: #1a1a1a;
    border: solid 1px #1a1a1a;
    color: #fff;
}


.jion_form_content .jion_form_item + .jion_form_item{
    padding-top: 60px;
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
}



.jion_form_right.select input {
    cursor: pointer;
    font-size: 16px;
    color: #333;
    line-height: 52px;
    height: 52px;
    width: 90%;
    float: left;
}


.jion_form_fold {
    width: 14px;
    height: 8px;
    float: right;
    margin-top: 22px;
    transition: all 0.5s;
}


.jion_select_list {
    width: 100%;
    box-sizing: border-box;
    z-index: 11;
    position: absolute;
    top: 54px;
    left: 0px;
    background: #fff;
    line-height: 40px;
    font-size: 14px;
    box-shadow: 0px 8px 16px 0px
    rgba(170, 170, 170, 0.2);
    border: solid 1px #ebebeb;
    display: none;
}

.jion_select_list li {
    margin: 0px;
    width: 100%;
    cursor: pointer;
    padding: 0px 24px;
    color: #666;
}





.time_select_top {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding:0px 24px;
}

.time_select_top_inner>img {
    cursor: pointer;
    width: 8px;
    height: 14px;
    position: relative;
    top: 8px;
}


.time_select_top_inner {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
}


.timeselect_prev {
    float: left;
}


.selects_times {
    width: 90%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


.timeselect_next {
    float: right;
}


.timeselect_month {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 24px;
}


.timeselect_month li {
    width: 25%;
    text-align: center;
    float: left;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0px;
    color: #666;
}

.timeselect_month li.on , .jion_select_list li.on  {
    color: #333;
    font-weight: bold;
}


.jion_addAddress {
    text-align: center;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    border: solid 1px #666;
}

.jion_addAddress img {
    height: 15px;
    width: 15px;
    position: relative;
    bottom: 2px;
    margin-right: 12px;
}


.jion_main {
    display: none;
}


.jion_main.on {
    display: block;
}


.jion_form_list li.large {
    width: 100%;
}

.jion_form_list li.large .jion_form_left {
    width: 14.14%;
    line-height: 30px;
    padding-top: 20px;
}

.jion_form_list li.large .jion_form_right {
    width: 85.86%;
    height: auto;
    padding: 20px 24px;
}


.jion_form_right.textarea {
    position: relative;
}

.jion_form_right.textarea textarea {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    height: 120px;
    box-sizing: border-box;
}


.textarea_textnum {
    font-size: 16px;
    color: #666;
    text-align: right;
    line-height: 20px;
}


.jion_form_list li.large .jion_form_right.large_submits {
    border: none;
    padding: 0px;
    overflow: hidden;
}

.jion_form_right.large_submits button {
    width: 40%;
    float: left;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    margin-right: 5%;
    font-size: 16px;
}

.large_submits_prev {
    color: #fff;
    border: 1px solid #1a1a1a;
    background: #1a1a1a;
}


.large_submits_next {
    background: #fff;
    border: solid 1px #666666;
    color: #666;
}

.applay_success {
    text-align: center;
    padding: 60px 0px 100px;
}


.applay_success>img {
    width: 18%;
    height: auto;
    margin-bottom: 20px;
}


.applay_success_title {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}


.applay_success_desc {
    font-size: 16px;
    color: #999;
}

.li_sele {
    position: relative;
    z-index: 1;
}


.jion_form_item1 {
    z-index: 1;
    position: relative;
}

@media (min-width:769px) {

    .jion_addAddress:hover {
        font-weight: bold;
        border: 1px solid #000;
        color: #000;
    }
    .jion_form_right.jion_submit:hover , .large_submits_prev:hover  {
        background: #1a1a1a !important;
        color: #fff !important;
        font-weight: bold;
    }

    .large_submits_next:hover {
        font-weight: bold;
        background: #fff !important;
        color: #666 !important;
    }
    .timeselect_month li:hover {
        color: #333;
    }

    .jion_select_list li:hover {
        font-weight: bold;
        color: #333;
        background: #ebebeb;
    }
}


@media (max-width:768px) {
    .jion_container {
        position: relative;
        top: 0px;
        z-index: 1;
        padding: 30px 4%;
    }
    .jion_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .jion_progress {
        width: 100%;
        padding: 20px 10px 10px;
        margin-bottom: 30px;
    }
    .jion_progress li {
        height: 90px;
    }
    .jion_progress_line , .jion_progress_item {
        width: 20%;
    }
    .jion_progress_item p {
        font-size: 12px;
        line-height: 32px;
    }
    .jion_progress li>img {
        margin: 0px auto 10px;
        height: auto;
        width: 50%;
        border-radius: 50%;
    }
    .jion_progress_line:after {
        top: 15px;
    }
    .jion_form_list li {
        width: 100%;
        margin-bottom: 16px;
    }
    .jion_form_left {
        font-size: 14px;
        line-height: 40px;
        width: 34%;
    }
    .jion_form_right {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        width: 66%;
        padding: 0px 14px;
    }
    .jion_form_right.select input {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        width: 90%;
    }
    .jion_form_fold {
        width: 10px;
        height: 6px;
        margin-top: 16px;
    }
    .jion_form_right.jion_submit {
        font-size: 12px;
        width: 100%;
    }
    .jion_addAddress {
        width: 100%;
    }
    .jion_select_list {
        width: 100%;
        top: 42px;
        line-height: 40px;
        font-size: 14px;
    }
    .time_select_top {
        width: 100%;
        padding: 0px 14px;
    }
    .time_select_top_inner {
        padding: 10px 0px;
    }
    .timeselect_month {
        padding: 10px 14px;
    }
    .jion_select_list li {
        padding: 0px 14px;
        line-height: 40px;
        margin: 0px !important;
    }
    .timeselect_month li {
        font-size: 14px;
        padding: 0px;
        width: 33.33% !important;
        line-height: 30px;
        margin: 0px !important;
    }
    .jion_form_title {
        font-size: 20px;
        padding-left: 12px;
        margin-bottom: 22px;
    }
    .jion_form_title:after {
        height: 20px;
    }
    .jion_form_content .jion_form_item + .jion_form_item {
        padding-top: 20px;
        margin-top: 10px;
    }
    .jion_form_list li.large .jion_form_left {
        width: 100%;
        margin-bottom: 8px;
        padding-top: 0px;
    }
    .jion_form_list li.large .jion_form_right {
        width: 100%;
        height: auto;
        padding: 10px 14px;
    }
    .textarea_textnum {
        font-size: 12px;
        text-align: right;
        line-height: 14px;
    }
    .jion_form_right.textarea textarea {
        line-height: 22px;
        font-size: 14px;
        height: 110px;
    }
    .jion_form_right.large_submits button {
        width:100%;
        margin: 0px 0px 10px;
        height: 40px;
        line-height: 40px;
    }
    .applay_success>img {
        width: 50%;
        margin-bottom: 14px;
    }
    .applay_success_title {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .applay_success_desc {
        font-size: 14px;
    }
    .applay_success {
        padding: 30px 0px;
    }
}


/* ========================================= */
.jion_form_right.jion_submit.jion_submit_type2 {
    background: #b3b3b3;
    border: 1px solid #b3b3b3;
    color: #fff;
}

.jion_form_right.jion_submit.jion_submit_type2:hover {
    background: #b3b3b3 !important;
    font-weight: normal !important;
    border: 1px solid #b3b3b3 !important;
    color: #fff !important;
}

.type2 .jion_progress_line {
    width: 12%;
}


.jion_upload_iamges_box {
    padding: 0px !important;
    overflow: hidden ;
    border: none !important;
}


.jion_upload_iamges , .jion_upload_iput {
    width: 140px;
    height: 140px;
    margin: 0px 20px 20px 0px;
    position: relative;
    float: left;
    overflow: hidden;
}


.jion_upload_iamges_item {
    width: 100%;
    height: 100%;
}


.jion_upload_iamges_del {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 1;
}


.jion_upload_iput input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}


.jion_upload_iput img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.border_none .jion_form_right {
    border: none !important;
    padding: 0px !important;
}

.border_none .jion_form_right {
    line-height: 30px;
    color: #666;
}

.border_none .jion_form_left {
    line-height: 30px !important;
    padding-top: 0px !important;
    color: #333 !important;
}


.line_height p {
    margin-bottom: 20px;
}


.jion_form_right_size_item {
    display: inline-block;
    margin-right: 50px;
}


.jion_form_right_size_item span {
    font-size: 16px;
    color: #666;

}

.jion_form_right_size_item.on span {
    color: #333;
}


.jion_form_right_size_item label {
    overflow: hidden;
}

.jion_form_right_size_item label input {
    width: 16px;
    height: 16px;
    background: #fff;
    border: solid 1px #999;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    position: relative;
}

.jion_form_right_size_item label span {
    float: left;
    font-weight: normal;
}

input[type=radio]:focus , input[type=checkbox]:focus {
    border: none;
    outline: none;
    background:none;
}

input[type=radio]:checked , input[type=checkbox]:checked {
    background: none;
    border: solid 1px #333;
}

input[type=radio]:checked:after , input[type=checkbox]:checked:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #333;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}


.form_aggreement {
    width: 100%;
    box-sizing: border-box;
    padding: 32px 30px;
    background: #f7f7f7;
}


.form_aggreement_tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 22px;
}


.form_aggreement label {
    display: block;
    overflow: hidden;
}

.form_aggreement label input {
    float: left;
    width: 16px;
    height: 16px;
    background: #fff;
    border: solid 1px #999;
    position: relative;
    margin-right: 14px;
}


.form_aggreement label p {
    float: left;
    width: 90%;
    font-size: 16px;
    color: #666;
    font-weight: normal;
}


.form_aggreement_text {
    color: #333;
    cursor: pointer;
}


.form_aggreement_text:hover {
    font-weight: bold;
}


.form_aggreement_upload_tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}


.form_aggreement_upload_container {
    margin-bottom: 30px;
    overflow: hidden;
}


.role_pop_close {
    width: 48px;
    height: 48px;
    position: absolute;
    top: -78px;
    right: 0px;
    cursor: pointer;
}

.layui-layer-dialog.role_pop .layui-layer-content {
    overflow: visible;
    padding: 50px 0px;

}

.layui-layer-dialog.role_pop {
    width: 41.66% !important;
    left: 29.17% !important;
    top: 20% !important;
}


.role_pop_tit {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 38px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
}


.role_pop_content {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    height: 420px;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
}


.role_pop_content p + p {
    margin-top: 20px;
}


input[type=checkbox]:focus {
    border: 1px solid #999;
}

input[type=checkbox]:checked:focus {
    border: 1px solid #333;
}

.jion_upload_iamges , .jion_upload_iput {
    width: 140px !important;
    height: 140px !important;
    margin: 0px 20px 20px 0px !important;
    position: relative;
    float: left;
    overflow: hidden;
}
.jion_form_date_explain {
    margin-top: 14px;
}


.base_checkbox {
    margin-right: 14px !important;
    position: relative;
    top: 3px;
}


.form_agreement_protocol {
    color: #2E81ED;
    cursor: pointer;
}

.form_agreement_protocol:hover {
    font-weight: bold;
}

.form_agreement_data{
    color: #2E81ED;
}

@media (max-width:768px) {
    .type2 .jion_progress_line {
        width: 6%;
    }
    .border_none .jion_form_right {
        line-height: 24px;
    }
    .line_height p {
        margin-bottom: 8px;
    }
    .jion_form_right_size_item span {
        font-size: 14px;
    }
    .form_aggreement {
        padding: 14px;
    }
    .form_aggreement_tit {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .form_aggreement label p {
        width: 86%;
        font-size: 14px;
        line-height: 24px;
    }
    .form_aggreement_upload_tit {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .jion_upload_iamges,.jion_upload_iput  {
        width: 30% !important;
        height: 100px !important;
        margin: 0px 5% 14px 0px !important;
    }
    .jion_upload_iput {
        margin-right: 0px !important;
    }

    li .jion_upload_iamges:nth-child(3n) {
        margin-right: 0px !important;
    }
}