.doc_title_div {
    width: 940px;
    display: flex;
    align-items: flex-end;
    margin: 118.5px auto 55.2px;
}

.doc_title {
    color: #333333;
    font-size: 2.375rem;
}

/* process */

.doc_process_div {
    width: 100%;
    height: 339px;
    background: #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doc_process_ul {
    border: 1px solid rgba(204,204,204,0.5);
    width: 248.4px;
    height: auto;
    font-size: 1.188rem;
    color: #666666;
}

    .doc_process_ul:nth-last-child(1) {
        width: 317px;
    }

.doc_process_li:nth-child(2) {
    border-top: 1px solid rgba(204,204,204,0.5);
    border-bottom: 1px solid rgba(204,204,204,0.5);
}

.doc_process_li {
    height: 71.5px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .doc_process_li:nth-child(1) {
        background: #f4f4f4;
    }

.doc_img1 {
    width: 24.8px;
    height:  24.8px;
    margin: 29.2px;
}

.doc_img2 {
    width: 24.8px;
    height: 24.8px;
    margin: 29.2px;
}

/* step main */

.doc_step_div {
    width: 960px;
    margin: 123.2px auto;
    text-align: left;
}

.doc_step_title {
    border-bottom: 1px solid rgba(51,51,51,0.5);
    font-size: 2.375rem;
    color: #333333;
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.doc_step_title_context {
    font-size: 1rem;
    color: #00419d;
    margin-left: 15px;
}

/* step one */

.doc_step_one {
    display: flex;
    flex-direction: column;
    margin-top: 43px;
    border-bottom: 1px solid rgba(204,204,204,0.5);
}

.doc_step_subtitle {
    font-size: 1.813rem;
    color: #333333;
    margin-bottom: 34.4px;
}

.doc_step_subcontext {
    font-size: 1.188rem;
    color: #999999;
}

.doc_step_one_div {
    display: flex;
    margin: 89.6px auto 98.8px;
    justify-content:center;
}

.doc_step_one_ul {
    width: 279px;
    height: 315px;
    background: white;
    border: 1px solid rgba(204,204,204,0.5);
    margin: auto 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.doc_step_one_li:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.doc_step_one_img1 {

    width: 76px;
    height: 76px;
    margin-bottom: 27px;
}

.doc_step_one_img2 {
    width: 76px;
    height: 76px;
    margin-bottom: 27px;
}
.doc_step_one_li > a{ color:#ffffff; width: inherit;  height: inherit;  display: flex; align-items: center; justify-content: center;}

.doc_step_one_li:nth-child(1) {
    font-size: 1.188rem;
    color: #666666;
}

.doc_step_one_li:nth-child(2) {
    width: 100%;
    height: 66.5px;
    background: #00419D;
    color: white;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}

    .doc_step_one_li:nth-child(2):hover {
        background: #cccccc;
        cursor: pointer;
    }

/* step two */
.doc_step_two {
    margin-top: 95.6px;
    padding-bottom: 113.8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-bottom: 1px solid rgba(204,204,204,0.5);
}

.doc_step_two_ul {
    display: flex;
    margin-top: 84.8px;
    height: 80px;
    justify-content: center;
}

.doc_step_two_li {
    border: 1px solid rgba(204,204,204,0.5);
    background: white;
    font-size: 1.188rem;
    color: #666666;
    width: 413.6px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 7.9px;
}

/* step three */

.doc_step_three {
    margin-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    height: 100%;
    line-height: 1.5;
}
