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;
}

.userinfo-ban {
    width: 1200px;
    margin: 28px auto 76px;
    background: #fff;
    box-shadow: 1px 1px 1px 2px #ccc;
    border-radius: 4px;
}

.userinfo-con {
    padding: 0 10px;
}

.userinfo-con .userinfo-head {
    font-size: 18px;
    color: #c88039;
    font-weight: bold;
    padding: 20px 0;
}

.userinfo-info .info-left {
    float: left;
    background: #eee;
    padding: 8px;
    width: 234px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.info-item {
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
}

.info-item>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-item i {
    width: 6px;
    height: 7px;
    display: block;
    background: url(../pic/youjian.png) no-repeat;
}

.info-item .info {
    font-size: 14px;
    font-weight: bold;
    color: #0070ba;
}

.info-active {
    background: #fff;
    box-shadow: -1px -3px 0 0 #ccc;
}

.info-active .info {
    color: #333333;
}

.userinfo-info .info-right {
    float: left;
    width: 854px;
    padding-bottom: 68px;
}

.info-right table {
    width: 100%;
    margin-left: 22px;
    font-size: 12px;
    font-weight: bold;
}

.info-right table td {
    padding: 10px 14px;
    border-top: 1px dashed #ccc;
}

.info-right table .btn,
.info-right .info-more .btn {
    background: transparent;
    border: 0 none;
    color: #0070ba;
    font-size: 12px;
}

.info-right table .none-line td {
    border-top: 0 none;
}

.info-right table .last-line td {
    border-bottom: 1px dashed #ccc;
}

.info-right .info-more {
    width: 100%;
    margin-left: 22px;
    padding: 10px 0;
    background: #eee;
    margin-top: 10px;
}

.info-more p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 14px;
}

.info-more .btn {
    padding-left: 14px;
}

.info-sell tr {
    font-weight: normal;
}

.info-sell tr td {
    border: 0 none;
}

.info-sell thead th {
    text-align: left;
    padding: 10px 14px;
    background: linear-gradient(#efefee, #fff);
}

.info-sell tr td:first-child {
    width: 270px;
}

.info-finance td {
    font-weight: normal;
}

.info-finance .btn-pay {
    padding: 4px 14px;
    border-radius: 15px;
}

.info-finance table td {
    padding: 10px 14px;
    border-top: 1px solid #ccc;
}

.info-finance .last-line {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}