*{
    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;
}
.shiwu{
    width: 100vw;
    height: 520px;
    overflow-x: scroll;
}
.shiwu::-webkit-scrollbar{
    display: none;
}
.week-box {
    position: relative;
    width: 150vw;
    padding-top: 5px;
    min-height: 466px;
}
.weekline{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
}
.weekline::before{
    content: '';
    display: block;
}
.weekline::after{
    content: '';
    display: block;
}
.weekline div{
    width: 1px;
    height: 100%;
    background-color: rgba(238,238,238,0.5);
}
.i-table {
    width: 100%;
    font-size: 4vw;
    box-sizing: border-box;
    line-height: 6vw;
    color: #323232;
}
.i-table table {
    width: 100%;
    text-align: center;
}
.i-table table td {
    width: 6%;
}
tr.i-weeks td {
    padding-top: 1.5vw;
    font-size: 16px;
}
.i-table .i-tr {
    color: #929292;
    font-size: 3.6vw;
}
.i-table .i-tr td {
    width: 14px;
}
.i-table .i-tr2 {
    color: #ababab;
    font-size: 3.6vw;
}
.i-tr2 td {
    height: 11px;
}
.i-air td, .i-airB td {
    font-size: 16px;
}
.i-airImg > td > span {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.i-airImg01 > td > span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.i-airImg > td img, .i-airImg01 > td img {
    width: 30px;
}
#container {
    position: relative;
    height: 100%;
    width: 100%;
    /*margin: 0 auto;*/
}
.i-highchar0 {
    position: relative;
    height: 220px;
    overflow-x: scroll;
    box-sizing: border-box;
    padding: 0 15px;
}
.i-highchar0::-webkit-scrollbar{
    display: none;
}