.calendar-box{
    width: 1280px;
    margin: 0 auto;
    position: relative;
    background: url(../img/calendar/bg.png) center center no-repeat #0b0629;
    background-size: 100% auto;
}
.calendar-box .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000023;
    opacity: 0.7;
}
.calendar-box .bg-title{
    margin: 41px 0 0 70px;
}
.year-box{
    padding: 0 70px;
    margin-top: 55px;
    position: relative;
}
.year-box .year{
    color: #006274;
    font-size: 120px;
}
.year-box .bg-text{
    position: absolute;
    top: 64px;
    left: 175px;
}
.year-box .year-choose{
    position: absolute;
    top: 26px;
    left: 360px;
}
.year-box .year-choose .item{
    display: inline-block;
    color: #38FCFF;
    cursor: pointer;
    margin:0 1px;
    font-size: 12px;
    text-align: center;
    width: 46px;
    height: 20px;
    line-height: 20px;
}
.year-box .year-choose .item.active{
    color: #F39800;
    border: 1px solid #F39800;
    border-radius: 5px;
    background: rgba(56,252,255,.2);
    margin: 0;
}
.year-box .choose-box{
    position: absolute;
    top: 68px;
    right: 70px;
    font-weight: bold;
}
.year-box .choose-box .month{
    margin-bottom: 6px;
}
.year-box .choose-box .month .item{
    cursor: pointer;
    color: #fff;
    background: rgba(56,252,255,.2);
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid rgba(56,252,255,.0);
}
.year-box .choose-box .month .item.active{
    border: 1px solid #F39800;
}
.year-box .choose-box .tag-box{
    display: inline-block;
}
.year-box .choose-box .tag-box .item{
    cursor: pointer;
    color: #fff;
    background: rgba(56,252,255,.2);
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid rgba(56,252,255,0);
}
.year-box .choose-box .tag-box .item.active{
    border: 1px solid #F39800;
}
.year-box .choose-box .filter{
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: rgba(56,252,255,.2);
    display: inline-block;
    width: 95px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid rgba(56,252,255,0);
    position: relative;
}
.year-box .choose-box .filter .filter-box{
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background: rgba(56,252,255,.2);
    padding: 5px 15px;
    font-size: 12px;
    cursor: default;
    display: none;
}
.year-box .choose-box .filter .filter-box .row{
    display: flex;
    width: 285px;
    margin-bottom: 4px;
    height: 22px;
}
.year-box .choose-box .filter .filter-box .row:last-child{
    margin: 0;
}
.year-box .choose-box .filter .filter-box .title{
    margin-right: 11px;
    padding-right: 15px;
    background: url(../img/calendar/arrow2.svg) right center  no-repeat;
    width: 72px;
    background-size: 7px;
}
.year-box .choose-box .filter .filter-box .item{
    height:20px;
    line-height: 20px;
    width: 72px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(56,252,255,0);
    margin: 0 3px;
}
.year-box .choose-box .filter .filter-box .item.active{
    background: rgba(56,252,255,.2);
    border: 1px solid #F39800;
}
.year-box .choose-box .filter .filter-box .item:last-child{
    margin-right: 0;
}

.result-box{
    padding-top: 55px;
    padding-bottom: 107px;
}
.result-box .scroll-box{
    display: block;
    width: 1154px;
    margin: 0 auto;
    flex-wrap: wrap;
    /* max-height: 348px; */
    min-height: 350px;
}
.result-box .scroll-box .content{
    display: flex;
    flex-wrap: wrap;
}
.result-box .item{
    width: 532px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    margin: 0 21px;
    background-size: 100% 103%;
    background-repeat: no-repeat;
    margin-bottom: 18px;
    position: relative;
    background-image: url(../img/calendar/bg1.png);
    border-left: 3px solid #E60012; 
    font-weight: bold;
}
.result-box .item .icon{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 40px;
}
.result-box .item.inter .icon{
    display: block;
}
.result-box .item.type1{
    background-image: url(../img/calendar/bg1.png);
    border-left: 3px solid #E60012; 
}
.result-box .item.type2{
    background-image: url(../img/calendar/bg2.png);
    border-left: 3px solid #EB6100; 
}
.result-box .item.type3{
    background-image: url(../img/calendar/bg3.png);
    border-left: 3px solid #FFE200; 
}
.result-box .item.type4{
    background-image: url(../img/calendar/bg4.png);
    border-left: 3px solid #009A3E; 
}
.result-box .item.type5{
    background-image: url(../img/calendar/bg5.png);
    border-left: 3px solid #0B318F; 
}
.result-box .item.type6{
    background-image: url(../img/calendar/bg6.png);
    border-left: 3px solid #7E318E; 
}
.result-box .item.type7{
    background-image: url(../img/calendar/bg7.png);
    border-left: 3px solid #FF4AED; 
}
.result-box .item.type8{
    background-image: url(../img/calendar/bg8.png);
    border-left: 3px solid #4CC774; 
}
.result-box .item.type9{
    background-image: url(../img/calendar/bg9.png);
    border-left: 3px solid #7966FD; 
}
.result-box .item.type10{
    background-image: url(../img/calendar/bg10.png);
    border-left: 3px solid #6DEDFF; 
}
.result-box .item .info{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    width: 145px;
    padding-left: 10px;
    margin-top: 0;
    vertical-align: top;
    height: 44px;
    border-right: 1px solid #E60012;
}
.result-box .item.type1 .info{
    border-right: 1px solid #E60012;
}
.result-box .item.type2 .info{
    border-right: 1px solid #EB6100; 
}
.result-box .item.type3 .info{
    border-right: 1px solid #FFE200; 
}
.result-box .item.type4 .info{
    border-right: 1px solid #009A3E; 
}
.result-box .item.type5 .info{
    border-right: 1px solid #0B318F; 
}
.result-box .item.type6 .info{
    border-right: 1px solid #7E318E; 
}
.result-box .item.type7 .info{
    border-right: 1px solid #FF4AED; 
}
.result-box .item.type8 .info{
    border-right: 1px solid #4CC774; 
}
.result-box .item.type9 .info{
    border-right: 1px solid #7966FD; 
}
.result-box .item.type10 .info{
    border-right: 1px solid #6DEDFF; 
}
.result-box .item .info .date{
    margin-top: 6px;
    margin-bottom: 5px;
}
.result-box .item .title{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding-left: 20px;
    width: 330px;
    overflow: hidden;
    height: 44px;
    position: relative;
}
.result-box .item .title span{
    width: 330px;
    height: auto;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 17px;
}
.result-box .no-result{
    text-align: center;
    background: rgba(0,0,0,.3);
    color: #fff;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 14px;
    height: 20px;
    display: none;
    width: 65px;
    transform: translateY(100px);
}

@media (max-width: 1150px) {
    #mobile{
        margin-top: 0;
    }
    ::-webkit-scrollbar,::-webkit-scrollbar:horizontal {
        width: 0;
        height: 0;
        display: none;
    }
    .month::-webkit-scrollbar {
        display: none;
    }

    #main{
        overflow-x:hidden ;
    }
    .calendar-box{
        width: 100%;
        margin-top:25px;
        overflow-x:hidden;
        background: url(../img/calendar/bp_top.png) left top no-repeat #121e3c;
        background-size: 100% auto;
    }
    .calendar-box .bg-title{
        display: none;
    }
    .year-box{
        margin-top: 0;
        padding: 0;
    }
    .year-box .bg-text{
        position: static;
        width: 55%;
        margin: 5px auto 25px auto;
        display: block;
       
    }
    .year-box .choose-box{
        position: static;
    }
    .year-box .year{
        text-align: center;
        font-size: 36px;
        color: #38FCFF;
        padding-top: 30px;
    }
    .year-box .year-choose{
        position: static;
        text-align: center;
        margin-top: -15px;
        margin-bottom: 15px;
    }
    .year-box .choose-box .month {
        overflow: scroll;
        -webkit-overflow-scrolling:touch;
        padding: 0 2%;
        margin-bottom: 15px;
    }
    .year-box .choose-box .month .scroll{
        width: 585px;
    }
    .year-box .choose-box .month .item{
        border: none !important;
        background: none !important;
        opacity: 0.6;
        font-size: 14px;
    }
    .year-box .choose-box .month .item.active{
        opacity: 1;
    }
    .year-box .choose-box .tag-box{
        margin-left: 20px;
    }
    .year-box .choose-box .tag-box .item{
        background: none;
        border: .02rem solid rgba(99, 220, 225, .6);
        color: #63dce1;
        border-radius: 15px;
        font-size: 12px;
        margin-right: 6px;
        line-height: 22px;
    }
    .year-box .choose-box .tag-box .item.active{
        background: #63dce1;
        color: #2d2954;
        border: .02rem solid rgba(99, 220, 225, .6);
    }
    .year-box .choose-box .filter{
        float: right;
        margin-right: 20px;
        width: auto;
        background: none;
        border: none;
        font-size: 14px;
    }
    .year-box .choose-box .filter img{
        width: 10px;
    }
    .year-box .choose-box .filter .filter-box{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        z-index: 999999999;
        margin: 0;
        padding: 0;
    }
    .year-box .choose-box .filter .filter-box .content{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #202e53;
        border-top-left-radius: 15px;
        border-top-left-radius: 15px;
    }
    .year-box .choose-box .filter .filter-box .content .top{
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        position: relative;
        border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        background: #111f45;
    }
    .year-box .choose-box .filter .filter-box .content .top .cancel{
        float: right;
        width: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
    }
    .year-box .choose-box .filter .filter-box .content .bottom{
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        position: relative;
        background: #111f45;
        display: flex !important;
        margin-top: 100px;
        padding-bottom: 15px;
    }
    .year-box .choose-box .filter .filter-box .content .bottom div{
        width: 50%;
    }

    .year-box .choose-box .filter .filter-box .title{
        background: none;
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }
    .year-box .choose-box .filter .filter-box .row{
        display: block;
        margin: 20px 5% 40px 5%;
        width: 90%;
        text-align: left;
        height: auto;
    }
    .year-box .choose-box .filter .filter-box .row:last-child{
        margin: 20px 5% 40px 5%;
    }
    .year-box .choose-box .filter .filter-box .item{
        display: inline-block;
        background: #111f45;
        height: 32px;
        line-height: 32px;
    }
    .year-box .year-choose .item{
        line-height: 22px;
    }

    .result-box{
        padding-top: 30px;
    }
    .result-box .scroll-box .content{
        flex-wrap: wrap;
    }
    .result-box .item{
        width: 100%;
    }
    .result-box .item .info{
        font-size: 2.8vw;
        padding-left:5px;
        width:33vw;
    }
    .result-box .scroll-box{
        width: 100%;
        height: auto;
        max-height: none !important;
    }
    .result-box .item .title{
        font-size: 12px;
        padding-left:8px;
        font-size: 2.8vw;
        max-width: 175px;
        overflow: visible;
    }
    .result-box .item .title span {
        width: 185px;
        height: auto;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        line-height: 17px;
    }
    .result-box .item .info .date{
        margin-top: 7px;
    }
}