/*
 *股票板块主基调
 */
.sc-border{
    border-color: #ff5050 !important;
}
.sc-back{
    background-color: #ff5050 !important;
}
.sc-all{
    border-color: #ff5050 !important;
    background-color: #ff5050 !important;
}
.sc-all2{
    border-color: #ffcccc !important;
    background-color: #fde9d9 !important;
}

.navbar-nav>.active>a{
    color: #ffffff !important;
    background-color: #ff5050 !important;
}

/*.navbar-nav>li>a {*/
    /*color: #0070c0 !important;*/
/*}*/
.add{
    color:red;
}
.sRow{
    width:128px;
}
.lastRow{
    width : 558px;
}
@media (max-width: 980px) {
    .lastRow{
        width : 358px;
    }
    .sRow{
        width:80px;
    }
}

.yearSelect{
    width:200px !important;
}

/*
 *  stock detail start
 */
.nav1 li{
    display: block;
    padding: 15px 15px;
    color: #626262;
}

.dp li{
    display: flex;
}
.d2{
    flex: 2;
}
.d8{
    flex:8;
}

/*
 *  stock detail end
 */