*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-size: 0.18rem;
}
@keyframes myfirst{
    from { bottom: 0.5rem;transform: scale(0.8);}
    to {bottom: 0.1rem;transform: scale(0.6);}
}   
.box-root{
    width: 100%;
    overflow: hidden;
    background: url('../img/main-bg.png') no-repeat ;
    background-size: 100% 100%;
}
.firstscreen{
    width: 100%;
    position: relative;
    overflow: hidden;
    min-width: 800px;
}
.firstscreen .backdrop{
    width: 100%;
    zoom: 1;
    display: block;
    object-fit:cover;
}
.firstscreen .m-backdrop{
    width: 100%;
    zoom: 1;
    display: none;
}
.firstscreen .logo{
    position: absolute;
    width: 2rem;
    top: 0.6rem;
    left: 0.6rem;
}
.firstscreen .glide{
    position: absolute;
    width: 0.88rem;
    bottom: 0.5rem;
    transform: scale(0.8);
	left: 50%;
	margin-left: -0.44rem;
    animation:myfirst 1s;
    animation-iteration-count:infinite;
    cursor: pointer;
}
.main{
    width: 100%;
    padding-bottom: 2.38rem;
    min-width: 800px;
}
.main-inner{
    width: 85%;
    margin: 0 auto;
}
.month{
    width: 100%;
}
.jan {
    display: flex;
    justify-content: space-between;
}
.jan .month-inner1{
    background: url('../img/jan.png')3.8rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.3rem;
}
.newimg{
    width: 7.7rem;
    cursor: pointer;
}
.mar{
    margin-top: -0.82rem;
    display: flex;
    justify-content: space-between;
}
.mar .month-inner1{
    background: url('../img/mar.png')0.88rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.3rem;
}
.mar .month-inner2{
    margin-top: 3.74rem;
}
.apr{
    display: flex;
    justify-content: space-between;
    margin-top: 2.36rem;
    flex-wrap: wrap;
}
.apr .month-inner1{
    padding-top: 0.66rem;
}
.apr .month-inner2{
    background: url('../img/apr.png')3.8rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.3rem;
}
.apr .month-inner4{
    margin-top: 1.46rem;
}
.may{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3.2rem;
}
.may .month-inner1{
    background: url('../img/may.png')0.88rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.3rem;
}
.may .month-inner2{
    margin-top: 0.56rem;
}
.jun{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.7rem;
}
.jun .month-inner2{
    background: url('../img/jun.png')3.4rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.3rem;
}
.jun .month-inner1{
    margin-top: 3.64rem;
}
.jun .month-inner3{
    margin-top: 1.48rem;
}
.jul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.36rem;
}
.jul .month-inner1{
    background: url('../img/jul.png')0.88rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.3rem;
}
.jul .month-inner2{
    margin-top: 0.78rem;
}
.aug{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aug .month-inner1{
    background: url('../img/aug.png')3.4rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.3rem;
}
.sep{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -4.36rem;
}
.sep .month-inner1{
    background: url('../img/sep.png')0.88rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.3rem;
}
.oct{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oct  .month-inner1{
    margin-top: 3.84rem;
}
.oct  .month-inner2{
    background: url('../img/oct.png')3.8rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.3rem;
}
.nov{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3.46rem;
}
.nov .month-inner1{
    background: url('../img/nov.png')0.88rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.3rem;
}
.nov .month-inner2{
    margin-top: 0.84rem;
}
.dec{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.46rem;
}
.dec .month-inner1{
    margin-top: 1rem;
}
.dec .month-inner2{
    background: url('../img/dec.png')2.8rem top no-repeat;
    background-size: auto 2.56rem;
    padding-top: 2.4rem;
}
.foot{
    width: 100%;
}
.foot img{
    display: block;
    width: 100%;
}
.banquan{
    width: 100%;
    background: #ddeaf2;
    text-align: center;
    line-height: 0.4rem;
}
.banquan img{
    width: 0.3rem;
}