/*!
 * 专家入库须知
 * date：2020-10-27
 * author：qianyuting
 */

body {
    background: none;
}

.em-menus-item > a:after {
    display: none !important;
}

.em-info-hd {
    height: 76px;
    line-height: 76px;
    font-size: 22px;
}

.em-info-hd span {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
}

.em-info-hd span:before {
    position: absolute;
    left: 6px;
    top: 50%;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -10px;
    background-color: #0773fc;
}

.process-item {
    position: relative;
    min-height: 160px;
    padding: 40px 0;
}

.process-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 84px;
    content: '';
    width: 4px;
    background-color: #dddddd;
}

.process-dot {
    position: absolute;
    left: 38px;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background-color: #f37555;
    text-align: center;
}

.process-dot:after {
    position: absolute;
    left: 100%;
    top: 50%;
    content: '';
    margin: -15px 0 0 -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #f37555;
}

.process-con {
    margin: 0 30px 0 200px;
    padding: 32px 20px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    border-radius: 15px;
    border: 4px solid;
    word-break: break-all;
}

.step-item {
    margin-bottom: 5px;
}

.step-item:last-child {
    margin-bottom: 0;
}

.step-order {
    margin-right: 10px;
}

.process-item:first-child {
    padding-top: 0;
}

.process-item:first-child:before {
    top: 50%;
}

.process-item:first-child .process-dot:after,
.process-item:last-child .process-dot:after {
    display: none;
}

.process-item:nth-child(2) .process-dot {
    background-color: #4e9de2;
}

.process-item:nth-child(2) .process-dot:after {
    border-color: transparent transparent transparent #4e9de2;
}

.process-item:nth-child(2) .process-con {
    border-color: #4e9de2;
}

.process-item:nth-child(2) .highlight {
    color: #4e9de2;
}

.process-item:nth-child(3) .process-dot {
    background-color: #77c14f;
}

.process-item:nth-child(3) .process-dot:after {
    border-color: transparent transparent transparent #77c14f;
}

.process-item:nth-child(3) .process-con {
    border-color: #77c14f;
}

.process-item:nth-child(3) .highlight {
    color: #77c14f;
}

.process-item:nth-child(4) .process-dot {
    background-color: #ffa019;
}

.process-item:nth-child(4) .process-dot:after {
    border-color: transparent transparent transparent #ffa019;
}

.process-item:nth-child(4) .process-con {
    padding: 20px 20px;
    border-color: #ffa019;
}

.process-item:nth-child(4) .highlight {
    color: #ffa019;
}

.process-item:nth-child(5) .process-dot {
    background-color: #a189e1;
}

.process-item:nth-child(5) .process-dot:after {
    border-color: transparent transparent transparent #a189e1;
}

.process-item:nth-child(5) .process-con {
    border-color: #a189e1;
}

.process-item:nth-child(5) .highlight {
    color: #a189e1;
}

.process-item:last-child .process-dot {
    background-color: #13b3c2;
}

.process-item:last-child:before {
    bottom: 50%;
}
