/**!
 * 奉贤圆梦行动-登陆com
 * author: lucw;
 * date:2017-05-17
 */

.ewb-header-bg-desk {
    height: 290px;
    background: url('../images/header_bg.jpg') center top no-repeat;
}


/* nav */

.ewb-nav {
    background-color: #ff9425;
}

.ewb-nav-item {
    width: 14.2%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.ewb-nav-item>a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-item.current,
.ewb-nav-item:hover {
    background-color: #eb6100;
}


/* phone767 */

@media (max-width: 767px) {
    .ewb-nav-item {
        width: 24.9%;
    }
    .ewb-nav-item>a {
        font-size: 16px;
    }
}


/* phone480 */

@media (max-width: 480px) {
    .ewb-nav-item {
        height: 36px;
        line-height: 36px;
    }
    .ewb-nav-item>a {
        font-size: 13px;
    }
}


/* 修改 */

.new-card-box {
    overflow:auto;
}