@import "common.css";
.banner{
    height: 2.5597rem;
    background: url(../img/Banner_xjt.jpg) center no-repeat;
    background-size: 100% 100%;
}
.profit{
    overflow: hidden;
    height: .6143rem;
    line-height: .6143rem;
}
.profit .profit_left{
    float: left;
    font-size: .256rem;
    color: #ef2c2c;
    margin-left: .256rem;
}
.profit_left::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: .256rem;
    vertical-align: middle;
    position: relative;
    top:-1px;
    background-color: #ef2c2c;
    margin-right: .2048rem;
}
.profit .profit_right{
    float: right;
    margin-right: .2048rem;
    color: #999;
    font-size: .2048rem;
}
.chart .tab{
    width: 100%;
    height: .7509rem;
    line-height: .7509rem;
    background: #e8e8e8;
    font-size: .2389rem;
    color: #666;
}
.tab>div{
    float: left;
    position: relative;
    width: 50%;
    text-align: center;
    height:100%;
}
.tab .active{
    color: #c00000;
    
}
.tab .active:after{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    content: '';
    height: 3px;
    background-color: #c00000;
}
.chart .chart_table{
    height: 2.8498rem;
    /* background-color: yellowgreen; */
}
.content_tab{
    width: 100%;
    height: .7509rem;
    line-height: .7509rem;
    color: #666;
    font-size: .2389rem;
    background-color: #e8e8e8;
}
.content_tab li{
    float: left;
    position: relative;
    width: 25%;
    height: 100%;
    list-style: none;
    text-align: center; 
    color: #666;
}
.content_tab .active{
    color: #c00000;
}
.content_tab .active:after{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    content: '';
    height: 3px;
    background-color: #c00000;
}
.wrapper_content .content_item{
    margin: .256rem;
}
.card{
    font-size: .2389rem;
    margin-bottom: .5119rem;
}
.card h3{
    color: #222;
    line-height: 1.8;
    font-size: .2389rem;
}
.card .card_content{
    color: #666;
    line-height: 1.8;
}
