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{
    width: 1200px;
    margin: 28px auto 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.db-table-header{
    width: 100%;
}
.db-table-header .title{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-right: 30px;
}
.search-range-day-list a{
    float: left;
    width: 48px;
    height: 34px;
    border: 1px solid #EBEEF5;
    line-height: 34px;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    margin-right: 20px;
}
.search-range-day-list a.active{
    background: #142DE0;
    color: #fff;
    border-color: #142DE0;
    font-weight: bold;
}
.search-range-day-list a:hover{

}
.search-nearly a{
    float: left;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #EBEEF5;
    line-height: 34px;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    margin-right: 20px;
}

.search-nearly .active{
    background: #142DE0;
    color: #fff;
    border-color: #142DE0;
    font-weight: bold;
}
.db-chart-content{
    width: 1140px;
    height: 650px;
    margin-top: 10px;
    position: relative;
}
.db-chart-range{
    position: absolute;
    height: 36px;
    font-size: 14px;
    top: -36px;
    left: 10px;
}
.db-chart-range > div{
    float: left;
    line-height: 36px;
    font-size: 20px;
}
.db-chart-range .range{
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    vertical-align: middle;
    margin-right: 250px;
}
.db-chart-range .title1{
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    line-height: 36px;
}
.db-chart-range .title{
    margin-left:20px;
    font-size: 20px;
}
.quote-range-icon,.db-icon{
    display: inline-block;
    margin-left: 15px;
}
.db-icon{
    margin: 0 5px 0 0;
}
.db-fall{
    color: #008422;
}
.db-fall .quote-range-icon{
    width: 21px;
    height: 24px;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/quote/down-338da5fc77.png") 0 0 no-repeat;
}
.db-fall .db-icon{
    width: 7px;
    height: 11px;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/quote/down-1-a5041cfdb2.png") 0 0 no-repeat;
}
.db-rise{
    color: #FF0100;
}
.db-rise .quote-range-icon{
    width: 21px;
    height: 24px;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/quote/up-2af591459f.png") 0 0 no-repeat;
}
.db-rise .db-icon{
    width: 7px;
    height: 11px;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/quote/up-1-55f9384022.png") 0 0 no-repeat;
}
.db-flat{
    color: #E9AB02;
}
.db-flat .quote-range-icon{
    width: 24px;
    height: 21px;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/quote/ping-47c6cf6950.png") 0 0 no-repeat;
}
.db-flat .db-icon{
    width: 11px;
    height: 7px;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/quote/ping-1-ed06d95bde.png") 0 0 no-repeat;
}
#line{
    width: 100%;
    margin:70px auto 0 auto;
    height: 640px;
}
