/* 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: 175px;
    background: linear-gradient(90deg, #F7F7F8 0%, rgba(247,247,248,0) 100%);
    overflow-y: auto;
}
.wb-chain-matter-list > li {
    padding: 8px 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: 140px;
}
.wb-compare-table tr > td:nth-child(2){
    width: 150px;
}
.wb-compare-table tr > td:nth-child(3){
    width: 140px;
}
.wb-compare-table tr > td:nth-child(4){
    width: 140px;
}
.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-wrap {
    min-height: 200px;
}
.wb-chain-list-wrap .loading-scope {
    background: none;
}
.wb-chain-list > li {
    float: left;
    width: 20%;
}
.wb-chain-list > li {
    padding: 10px 15px;
}
.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;
    background: #FFF;
}
.wb-lifecycle-list > li {
    float: left;
    width: 16.666666%;
}
.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;
}
.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;
}
