body {
    background: #f5f6f6;
}

.nav-container {
    height: 70px;
    line-height: 70px;
    background: #006fb9;
}

.nav-container .nav-ban {
    width: 1200px;
    margin: 0 auto;
}

.nav-menu li {
    float: left;
    margin: 0 26px;
    position: relative;
}

.nav-menu li a {
    color: #fff;
    font-size: 14px;
}

.nav-menu li i {
    display: block;
    position: absolute;
    width: 9px;
    height: 5px;
    right: -22px;
    top: 50%;
    margin-top: -3px;
    background: url(../pic/down.png) no-repeat;
}

.quit-con li {
    float: left;
    width: 56px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.quit-con li img {
    margin-top: 24px;
}

.quit-con li .quit {
    background: #006fb9;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    border-radius: 14px;
    padding: 4px 8px;
}

.business-ban {
    width: 1200px;
    margin: 0 auto;
    margin-top: 36px;
}

.business-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.business-head span {
    font-size: 24px;
    color: #6c7378;
}

.business-head a {
    font-size: 14px;
}

.business-bind {
    padding: 0 36px;
    background: #fff;
}

.business-bind ul {
    /* border-bottom: 1px solid #e9e9e9; */
    box-sizing: border-box;
}

.bind-pay li {
    float: left;
    font-size: 14px;
    margin-right: 20px;
    padding: 10px 20px;
}

.business-bind .bind-active {
    color: #2c2e2f;
    font-weight: bold;
    border-bottom: 3px solid #006fb9;
}

.business-bind .list-line {
    padding: 0;
    width: 0;
    margin-top: 6px;
    height: 30px;
    border: 1px solid #e9e9e9;
}

.business-xuan {
    padding: 30px 68px;
}

.business-xuan .xuan-left {
    float: left;
    width: 440px;
    height: 572px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e9e9e9;
}

.business-xuan .xuan-right {
    float: left;
    width: 540px;
}

.xuan-right .xuan-item {
    margin-left: 60px;
    padding: 24px 0;
    border-bottom: 1px solid #e9e9e9;
}

.xuan-item .xuan-font {
    float: left;
}

.xuan-item .xuan-desc {
    float: left;
}

.xuan-item button {
    color: #006fb9;
    border: 0 none;
    background: transparent;
    font-size: 12px;
}

.xuan-item .xuan-kuang {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #fff;
}

.xuan-goon {
    text-align: right;
}

.xuan-goon .goon {
    padding: 12px 90px;
    background: #0092d1;
    color: #fff;
    border: 0 none;
    border-radius: 6px;
    margin-top: 20px;
}