.nwBox{
    background: #242E3F;
}
.nwBoxIn{
    max-width: 1120px;
    margin: 0 auto;
}
.myIframe{
    overflow-x: hidden !important;
}
#appEcharts{ 
    display: flex; 
    justify-content: space-between; 
}
.boxLeft{ 
    width: 400px; 
    color: #fff; 
    padding-top: 30px;
}
.boxRight{ 
    width: calc(100% - 450px); 
    padding-top: 30px;
}
.blTitle{ 
    font-size: 26px; 
    font-weight: bold; 
    text-align: center; 
    margin-bottom: 40px; 
    padding-top: 20px;
}
.popperClass{ 
    transform: scale(0.7) !important;
    left: 310px !important;
}
.blText{ 
    display: flex; 
    flex-direction: row; 
}
.blTextLeft{ 
    width: 140px; 
}
.bigTxt{ 
    font-size: 36px; 
    font-weight: bold; 
    color: #00d664; 
}
.litTxt{ 
    font-size: 14px; 
    color: #00d664; 
}
.litTxt1{ 
    padding: 19px 0 20px 0; 
}
.litTxt2{ 
    color: #fff; 
}
.blTextRight{ 
    width: 250px; 
    display: flex; 
    flex-direction: row; 
    padding-top: 8px;
}
.bltrItem div{ 
    float: left; 
    width: 110px; 
}
.biName{ 
    font-size: 14px; 
    color: #ebebeb; 
}
.biNum{ 
    padding: 8px 0 26px 0; 
    font-size: 14px; 
    color: #ebebeb; 
}
.biNum1{ 
    color: #fe6b61; 
}
.biNum2{ 
    color: #00d664; 
}
.priceSearchRow{
    display: flex;
    justify-content: space-between;
}
.searchBtn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}