body {
    background: #f5f7fa;
}

.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;
    padding-bottom: 14px;
}

.nav-menu li a:hover {
    border: 0 none
}

.nav-menu li a.menu-line {
    border-bottom: 1px solid #cce1f0;
}

.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;
}

.fund {
    width: 1144px;
    margin: 28px auto 40px;
    padding: 16px 28px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 6px;
}

.fund .fund-head {
    font-size: 20px;
    color: #2c2e4f;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.fund-list {
    float: left;
    margin-top: 28px;
    padding: 0 28px 28px 0;
    border-right: 1px solid #eeeeee;
}

.fund-list .fund-item {
    font-size: 12px;
    width: 242px;
    color: #0070ba;
    padding: 18px 0;
    border-bottom: 1px solid #eeeeee;
}

.fund-use {
    float: left;
    padding: 0 28px;
    width: 814px;
}

.fund-use .use-head {
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.fund-use .use-head .use-money {
    float: left;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: bold;
}

.fund-use .use-head .use-num {
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #666666;
}

.fund-convert {
    text-align: right;
}

.fund-convert .btn {
    font-size: 12px;
    color: #0070ba;
    background: transparent;
    border: 0 none;
    outline: none;
    font-weight: bold;
}

.bank {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.bank h3 {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.bank-relevance {
    width: 198px;
    height: 126px;
    /* line-height: 63px; */
    background: #fff;
    border: 1px dashed #eee;
    border-radius: 12px;
    margin-top: 10px;
}

.bank-add {
    text-align: center;
    margin-top: 38px;
}

.bank-add p {
    font-size: 12px;
    color: #0070ba;
}