/* banner */
.wb-banner {
    background: url('../img/index/banner.png');
    background-size: cover;
}
.wb-banner .wb-page-title {
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
    margin: 36px 0 20px 0;
}
.wb-banner .wb-page-desc {
    position: absolute;
    margin-top: 0;
}
.wb-page-desc-list {
    width: 360px;
    margin-left: -5px;
    margin-right: -5px;
}
.wb-page-desc-list > li {
    float: left;
    width: 50%;
}
.wb-page-desc-list > li > div {
    padding: 5px;
}
.wb-page-desc-list > li > div > span {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.wb-page-desc-list > li > div > span > img {
    display: block;
    height: 28px;
}
.wb-page-desc-list > li > div > div {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    margin-left: 4px;
    font-size: 16px;
}
.wb-service {
    margin-top: -56px;
}
.wb-tab-nav {
    width: 400px;
    margin: 0 auto;
    float: none;
}
.wb-tab-nav > li > a {
    width: 200px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0 10px;
    border-radius: 0;
}
.wb-tab-nav > li > a,
.wb-tab-nav > li > a:hover{
    font-size: 20px;
    color: #FFFFFF;
    background-color: rgba(255,255,255,0.4);
}
.wb-tab-nav > li.active > a,
.wb-tab-nav > li.active > a:hover {
    color: var(--theme-color) !important;
    font-weight: 700;
    background-color: #FFF !important;
}
.wb-tab-nav.nav-pills>li+li {
    margin: 0;
}


/* 热门服务 */
.wb-hot-service-list > li {
    float: left;
    width: 20%;
    padding: 10px 15px;
}

.wb-hot-service-list > li > a {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    background: url('../img/index/hot-service-item-bg.png') no-repeat;
    background-position: center bottom ;
    background-color: #FFFFFF;
    background-size: 60%;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    font-size: var(--text-font-size);
}
.wb-hot-service-list > li > a:hover,
.wb-hot-service-list > li.active a {
    background: var(--theme-color);
    color: #FFF;
}
.wb-hot-service-detail {
    padding: 20px 15px;
    border: 1px solid var(--theme-color);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
}
.loading-scope,
.req-fial-scope {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8);
    z-index: 999;
    color: #999;
}
.loading-scope:before,
.req-fial-scope:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.wb-hot-service-detail h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
}
.wb-chain-matter-desc {
    margin: 10px 0 15px;
}
.wb-chain-matter-num {
    color: var(--theme-color);
}
.wb-chain-matter-wrapper {
    padding-top: 10px;
    position: relative;
    background: url('../img/index/once.png') no-repeat;
    background-position: right center;
    background-size: 50%;
}

.wb-chain-matter-list-wrapper {
    width: 300px;
    height: 118px;
    background: linear-gradient(90deg, #F7F7F8 0%, rgba(247,247,248,0) 100%);
    overflow-y: auto;
}
.wb-chain-matter-list > li {
    padding: 5px 10px;
}
.wb-chain-matter-list > li > span:first-child {
    width: 16px;
    height: 16px;
    background: url('../img/index/item-checked.png');
    background-size: cover;
    margin-right: 6px;
}
.wb-chain-matter-list > li > span {
    display: inline-block;
    vertical-align: middle;
}

/* 办理情况对比表 */
.wb-compare-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 10px auto;
}
.wb-compare-table .compare-icon {
    margin-right: 10px;
    height: 14px;
}
.wb-compare-table  .title-tr > td > div {
    background-color: #FFF !important;
    text-decoration: none !important;
}

.wb-compare-table .compare-arrow {
    background: url("../img/index/compare-arrow.png") no-repeat;
    background-position: center;
}
.wb-compare-table tr > td:nth-child(1){
    width: 30%;
}
.wb-compare-table tr > td:nth-child(2){
    width: 100px;
}
.wb-compare-table tr > td:nth-child(3){
    width: 100px;
}
.wb-compare-table tr > td:nth-child(4){
    width: 100px;
}
.wb-compare-table .title-tr > td:nth-child(2) {
    width: auto;
}
.wb-compare-table tr > td > div {
    padding: 5px 10px;
    margin: 2px 0;
    height: 30px;
}
.wb-compare-table tr > td:nth-child(1) > div {
    background-color: #FFF;
}
.wb-compare-table tr > td:nth-child(2) > div {
    background-color: #F7F7F8;
    color: #999999;
    text-align: center;
    text-decoration: line-through;
}

.wb-compare-table tr > td:nth-child(3) > div {
    background-color: #FFF;
    text-align: center;
}
.wb-compare-table tr > td:nth-child(4) > div {
    background-color: rgba(54,143,254,0.1);
    color: var(--theme-color);
    text-align: center;
}

.wb-lifecycle {
    background: url('../img/index/lifecycle-bg.png') no-repeat left bottom #F7F7F8;
    background-size: contain;
    padding-bottom: 20px;
}
.wb-lifecycle-axis-wrapper {
    margin-top: 20px;
}
.wb-lifecycle-line {
    height: 14px;
    border-radius: 10px;
    background: var(--theme-color);
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.wb-lifecycle-line:after {
    content: '';
    height: 1px;
    position: absolute;
    top: 6px;
    border: 1px dashed #FFF;
    z-index: 2;
    left: 0;
    width: 100%;
}

.wb-lifecycle-item {
    cursor: pointer;
    margin-bottom: 20px;
}
.wb-lifecycle-item-icon {
    width: 66px;
    height: 66px;
    background: url('../img/index/lifecycle/cycle-bg.png') no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto 5px;
    overflow: hidden;
}
.wb-lifecycle-list > li.active .wb-lifecycle-item-icon {
    background-image: url('../img/index/lifecycle/cycle-bg-active.png');
}
.wb-lifecycle-item-icon > img {
    display: block;
    margin: 8px auto;
}
.wb-lifecycle-item-dot {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #FFFFFF;
    margin: 0 auto;
    position: relative;
}
.wb-lifecycle-item-dot:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 14px;
    left: -3px;
    top: -3px;
}
.wb-lifecycle-axis {
    position: relative;
}

.wb-lifecycle-wrapper {
    position: relative;
    z-index: 3;
}
.wb-lifecycle-item-label {
    text-align: center;
    color: #07111D;
    font-size: 16px;
    margin-top: 8px;
}
.wb-lifecycle-list > li.active .wb-lifecycle-item-dot:after {
    border-color: var(--theme-color);
}
.wb-lifecycle-axis:before,
.wb-lifecycle-axis:after {
    content: '';
    position: absolute;
    top: 74px;
    height: 130px;
    z-index: 5;
}
.wb-lifecycle-axis:before {
    border: 1px dashed #FFF;
    border-radius: 10px;
    z-index: 6;
    width: 0;
}
.wb-lifecycle-axis:after{
    width: 14px;
    background: var(--theme-color);
}
.wb-lifecycle-axis:nth-child(2n+1):after {
    right: 0;
}
.wb-lifecycle-axis:nth-child(2n+1):before {
    right: 7px;
}
.wb-lifecycle-axis:nth-child(2n):after {
    left: 0;
}
.wb-lifecycle-axis:nth-child(2n):before {
    left: 7px;
}
.wb-lifecycle-axis:last-child:before,
.wb-lifecycle-axis:last-child:after {
    display: none;
}
.wb-chain-list {
    border: 1px solid #e2e2e2;
    min-height: 200px;
}
.wb-chain-list-wrap {
    min-height: 200px;
}
.wb-chain-list-wrap .loading-scope {
    background: none;
}
.wb-chain-list > li {
    float: left;
    width: 50%;
}
.wb-chain-list > li {
    padding: 10px 15px;
    position: relative;
}
.wb-chain-list > li:after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    height: 1px;
    background: #e6e6e6;
}
.wb-chain-list > li:nth-child(1):after ,
.wb-chain-list > li:nth-child(2):after {
    display: none;
}
.wb-chain-list > li > a {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: var(--text-font-size);
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 8%);
    text-decoration: none;
}
.wb-chain-list > li .chain-item {
    display: flex;
    background: #FFF;
}
.wb-chain-list > li .chain-item p {
    text-align: left;
    line-height: 46px;
    padding: 0 10px 0 20px;
    font-size: 16px;
    position: relative;
}
.wb-chain-list > li .chain-item p:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #649f76;

    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 8px;
}
.wb-chain-list > li .chain-item .chain-item__footer {
    flex: 0 0 auto;
    padding: 0 10px;
}
.wb-chain-list > li .chain-item .chain-item__footer a {
    margin-top: 10px;
    font-size: 14px;
    min-width: auto;
    padding: 2px 4px;
}
.wb-chain-list > li .chain-item .chain-item__footer a + a {
    margin-left: 4px;
}
.wb-lifecycle-list > li {
    float: left;
    width: 12.5%;
}
.wb-lifecycle-axis:nth-of-type(2n) .wb-lifecycle-list > li {
    float: right;
}
.wb-chain-list > li > a:hover {
    background: var(--theme-color);
    color: #FFF;
}
.chain-service-num {
    margin-top: 4px;
}
.chain-service-num > span {
    color: #467153;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 700;
}
.paga-wrapper {
    margin-top: -26px;
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.paga {

}
.paga-wrapper .layui-laypage {
    margin: 0;
}
.paga .layui-laypage-wb-theme {
    background: #FFF;
    padding-left: 5px;
    padding-right: 5px;
}
.paga .layui-laypage-wb-theme a,
.paga .layui-laypage-wb-theme span {
    border: none;
    margin: 0;
    border-radius: 0;
}
.chain-service-num {
    text-align: right;

}
.layui-laypage-wb-theme .layui-laypage-curr .layui-laypage-em {
    background: #FFF;
    padding: 0;
    top: 0;
}
.layui-laypage-wb-theme .layui-laypage-curr em {
    color: var(--theme-color);
}
.more-data {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    color: var(--theme-color);
}
.more-data span {
    display: inline-block;
    padding-right: 20px;
    background: url('../img/more.png') no-repeat;
    background-position: 96% center;
}
@media screen and (min-width:1367px) {
    .wb-banner {

    }
}
.busi-region-list > li {
    float: left;
    width: 20%;
    padding: 10px;
}
.busi-region-list > li > a.disabled {
    color: #ccc;
    cursor: default;
}

.Popups {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1072;
}

.Popups .Popups-cont {
    width: 500px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #fff;
    top: 100px;
}

.Popups .pop-close {
    width: 30px;
    height: 30px;
    float: right;
    margin: 5px;
    cursor: pointer;
}

.Popups .BLQRCode {
    width: 460px;
    margin: 35px auto;
    text-align: center;
    min-height: 200px;
}

.Popups .BLStatus {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #649f76;
    color: #fff;
    overflow: hidden;
}

.Popups .BLStatus-title {
    height: 38px;
    line-height: 38px;
    width: 120px;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 20px;
    background: #649f76;
    float: left;
}

.Popups .BLStatus-info {
    font-size: 24px;
    font-weight: 700;
    float: left;
}