html,body{
    background: #F1F4F8;
}
.crumbs{
    height: 62px;
    line-height: 62px;
    width: 1200px;
    margin: 0 auto;
}
.crumbs li{
    float: left;
    height: 50px;
}
.crumbs li a{
    font-size: 14px;
    margin-right: 8px;
}
.crumbs li:not(:last-child):after{
    content: '';
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/info/arrow-067ed9a55e.png");
    margin-right: 8px;
}
.quote-menu{
    width: 1200px;
    margin: 0 auto;
}
.quote-menu a{
    float: left;
    font-weight: bold;
    font-size: 20px;
    padding: 0 35px;
    line-height: 34px;
    height: 40px;
    margin-top: 10px;
}
.quote-menu a.active{
    color: #142de0;
    position: relative;
}
.quote-menu a.active::after{
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 4px;
    background: #142de0;
    border-radius: 2px;
    left: 50%;
    bottom: 0;
    margin-left: -14px;
}

.db-table-box{
    position: relative;
    width: 1200px;
    margin: 28px auto 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.db-table-header{
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 25px;
}
.db-table-header .title{
    font-weight: bold;
    font-size: 24px;
    margin:0 30px 0 30px;
}
.search-range-day-list a{
    float: left;
    width: 125px;
    height: 46px;
    line-height: 46px;
    border-radius: 6px;
    border: 1px solid #EBEEF5;
    text-align: center;
    margin-right: 30px;
    font-size: 16px;
}
.search-range-day-list a.active{
    background: #F5F7FA;
    font-weight: bold;
}
.search-range-day-list a:hover{
    background: #F5F7FA;
    color: #222;
}

.chart-item{
    float: left;
    width: 516px;
    background: #FFFFFF;
    margin-bottom: 25px;
    border-radius: 16px;
    padding: 0 20px;
}
.chart-header{
    line-height: 50px;
    border-radius: 16px 16px 0px 0px;
    padding: 0 30px;
}
.top-l{
    line-height: 50px;
    width: 100%;
}
.avg-title{
    font-weight: bold;
    margin-right: 30px;
    font-size: 24px;
}
.top-r .date{
    font-size: 16px;
    color: #222;
    padding-left: 10px;
}
.chart-item:first-child{
    padding-top: 90px;
    width: 1100px;
}
.chart-item:first-child .chart-header .top-r{
    float: right !important;
}
.chart-item:last-child{
    margin-left: 24px;
}
.chart-item:first-child .chart-box{
    width: 100%;
    height: 441px;
}
.chart-item:first-child .chart-box .db-chart{
    width: 100%;
    height: 420px;
}
.chart-item .chart-box{
    height: 339px;
}
.chart-item .chart-box .db-chart{
    height: 320px;
}

.db-flat,.db-rise,.db-fall{
    height: 50px;
    color: #E9AB02;
    font-size: 16px;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.db-rise{
    color: #FF0100;
}
.db-fall{
    color: #008422;
}
.db-flat i,.db-rise i,.db-fall i{
    display: inline-block;
    margin-right: 5px;
}
.db-flat em,.db-rise em,.db-fall em{
    color: #222;
    font-weight: normal;
}
.db-flat .db-icon{
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/quote/ping-2-76f2056c76.png") 0 0 no-repeat;
    width: 15px;
    height: 12px;
}
.db-rise .db-icon{
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/quote/up-2-96041b5c29.png");
    width: 11px;
    height: 15px;
}
.db-fall .db-icon{
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/quote/down-2-5b60788a30.png");
    width: 11px;
    height: 15px;
}
.db-flat .price,.db-rise .price,.db-fall .price{
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
}

