/**!
* 青海政务服务在线办理
* date:2020-03-26
* author: huangweiping;
*/
.unbindlink {
    pointer-events: none;
}
.left-wrap {
    float: left;
    border-width: 1px;
    border-color: rgb(242, 242, 242);
    border-style: solid;
    border-radius: 2px;
    width: 170px;
    height: 535px;
    box-sizing: border-box;
    padding: 13px 9px;
}

.left-wrap > h3 {
    height: 58px;
    line-height: 58px;
    color: #3776bd;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    padding-left: 52px;
    background: url("../images/handle-step/guid-icon.png") no-repeat 25px center;
    background-color: #f4faff;
}

.right-wrap {
    margin-left: 180px;
    min-height: 535px;
    border-width: 1px;
    border-color: rgb(242, 242, 242);
    border-style: solid;
    padding: 0 18px;
}

.step-nav {
    margin-top: 18px;
}

.step-nav > li {
    position: relative;
    height: 63px;
    padding-left: 36px;
}

.step-nav > li > a {
    display: block;
    border-radius: 2px;
    background-color: rgb(248, 248, 248);
    width: 95px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    box-sizing: border-box;
}

.step-nav > li::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #bcbcbc;
    border-radius: 50%;
    left: 8px;
    top: 13px;
    z-index: 3;
}

.step-nav > li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 1px;
    background-color: #e5e5e5;
}

.step-nav > li:first-child::before {
    top: 15px;
}

.step-nav > li:last-child::before {
    bottom: 50px;
}

.step-nav .active a {
    position: relative;
    background-color: #1492ff;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.step-nav .active a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    background: url("../images/handle-step/arrow-left.png") no-repeat;
    left: -4px;
    top: 14px;
}

.step-nav li.active::after {
    border: 4px solid #1492ff;
    background-color: #fff;
    width: 7px;
    height: 7px;
    left: 5px;
    top: 10px;
}

.step-nav .done a {
    position: relative;
    color: #1492ff;
    background-color: #f4faff;
}

.step-nav li.done::after {
    background-color: #1492ff;
}

.handle-name {
    height: 64px;
    margin-top: 8px;
    line-height: 64px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 37px;
    background: url("../images/handle-step/handle-title-icn.png") no-repeat left
        center;
    border-bottom: 1px solid #e5e5e5;
}

.handle-name>h3 {
    float: left;
}

.licence-btn {
    display: block;
    float: right;
    width: 120px;
    height: 30px;
    background: url(../images/personalzone/btn.png) no-repeat;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    margin-top: 17px;
}

/* 底部按钮 */


.bottom-btn-wrap > a {
    display: inline-block;
    text-align: center;
    line-height: 38px;
    width: 150px;
    height: 40px;
    font-size: 16px;
    opacity: 1;
    border: 1px solid rgb(8, 134, 234);
    margin: 0 8px;
    border-radius: 3px;
    box-sizing: border-box;
}

.bottom-btn-wrap {
    text-align: center;
}

.bottom-btn-wrap > a:hover {
    opacity: 0.8;
}

.next-btn {
    color: #fff;
    background-color: #1492ff;
}

.prev-btn {
    color: #0886ea;
}
