*{
    padding: 0;
    margin: 0;
}
.sksbtitle{
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 15px;
    background-color: #fff;
    position: relative;
}
.sksbtitleleft{
    position: fixed;
    left: 15px;
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sksbtitleleft div{
    background-color: #FF9C00;
    width: 3px;
    height: 15px;
    border-radius: 1px;
    margin-right: 6px;
}
.sksbtitleright{
    position: fixed;
    right: 15px;
    font-size: 15px;
    color: #666;
}
.hour{
    width: 100vw;
    height: 310px;
}
.i-highchar{
    position: relative;
    padding-top: 15px;
    width: 100%;
    height: 250px;
    overflow-x: scroll;
}
.i-highchar::-webkit-scrollbar {
    display:none
}
#m-echart{
    width: 1200vw;
    height: 100%;
}
#m-airT{
    width: 1200vw;
    height: 100%;
}