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;
}

.transaction-ban {
    width: 1200px;
    margin: 18px auto;
}

.tran-search {
    position: relative;
}

.tran-search input {
    width: 1190px;
    padding: 12px 0 12px 8px;
    border: 1px solid #0070ba;
}

.tran-search button {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    border: 0 none;
    outline: none;
    background: url(../pic/search.png) no-repeat;
}

.tran-history {
    margin-top: 22px;
    background: #fff;
    box-shadow: 0 1px 1px #bec0c2;
}

.tran-record {
    width: 100%;
    background: #2a4a70;
}

.tran-record .tran-list {
    float: left;
    height: 60px;
    width: 200px;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
}

.tran-record li.tran-active {
    background: #fff;
    border-top: 2px solid #009cde;
}

.tran-record li.tran-line {
    color: #fff;
    border-right: 1px solid #fff;
}

.ipt-con {
    margin-top: 28px;
}

.ipt-con .tran-ipt {
    float: left;
}

.ipt-con select {
    width: 114px;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 12px;
    color: #555555;
    margin-right: 20px;
}

.ipt-con button {
    float: right;
    color: #0070ba;
    font-size: 12px;
    border: 0 none;
    outline: none;
    margin-right: 10px;
    background: transparent;
}

.tran-desc {
    text-align: center;
    font-size: 12px;
    padding: 80px 0 110px 0;
}