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;
    /* margin-left: 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;
}

.bind-method {
    padding: 50px 20px;
}

.method-item {
    width: 100%;
    margin-bottom: 90px;
}

.method-item .method-pic {
    float: left;
    margin-right: 40px;
}

.method-item .method-desc {
    float: left;
    width: 950px;
}

.method-desc h3,
.method-how h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 22px;
}

.method-desc p {
    font-size: 12px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 22px;
}

.method-desc button {
    background: transparent;
    color: #006fb9;
    font-size: 12px;
    border: 0 none;
}

.method-how {
    padding: 0 90px;
}

.method-how .btn-con {
    margin-top: 12px;
}

.method-how .btn {
    padding: 12px 90px;
    color: #fff;
    font-size: 12px;
    background: #229cd5;
    border: 0 none;
    border-radius: 4px;
}

.method-how .btn.btn-left {
    margin-right: 380px;
}

.how-gather {
    width: 1200px;
    margin: 0 auto;
}

.how-gather h3 {
    font-size: 24px;
    padding: 48px 0 22px;
    font-weight: normal;
    color: #6c7378;
}

.gather-item {
    padding: 0 24px 20px;
    background: #fff;
    width: 234px;
    float: left;
    margin-right: 20px;
}

.gather-item p {
    font-size: 12px;
}

.gather-item .gather-add {
    position: relative;
    padding-right: 20px;
    text-align: right;
    margin-top: 50px;
}

.gather-item .gather-add i {
    position: absolute;
    right: -10px;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../pic/gath-add.png) no-repeat;
}