.wrap{
    padding-bottom:0.2rem;
}
.header{
    padding-top:1.2rem;
    text-align:center;
}
.header .logo{
    width:1.8rem;
    height:1.92rem;
}
.header a{
    display:block;
    width:3.24rem;
    height:0.64rem;
    font-size:0.14rem;
    margin:0 auto;
}
.header a img{
    width:100%;
}
.header h3{
    font-size:0.18rem;
    font-family: PingFang SC;
    font-weight: 400;
    margin:0.2rem 0 0.32rem 0;
    color: #666666;
}
.header p{
    font-size:0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #1A1A1A;
    line-height:0.4rem;
}
.header p:nth-of-type(1){
    font-size:0.28rem;
    font-weight: 500;
    margin:0.48rem 0 0.26rem 0;
}
.content{
    display:flex;
    margin-top:0.56rem;
    padding:0 0.2rem;
}
.content img{
  width:2.28rem;
  height:4.28rem;
}
.content img:not(:last-child){
    margin-right:0.13rem;
}
.item{
    margin-top:0.88rem;
}
.item h3{
    font-size:0.28rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height:0.4rem;
    color: #1A1A1A;
    text-align:center;
    margin-bottom:0.56rem;
}
.item .container{
    display:flex;
}
.container .time{
    width:3.6rem;
    height:4.12rem;
}
.container .clock{
    width:3.2rem;
    height:5.84rem;
}
.container .right{
    flex:1;
    display:flex;
    flex-direction:column;;
    justify-content: center;
    align-items:center;
}
.container p{
    font-size:0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height:0.36rem;
    color: #1A1A1A;
}
.item:last-child .container{
    padding:0 0.3rem;
}
.footer{
    text-align:center;
    margin-top:0.87rem;
}
.footer  h2{
    font-size: 0.18rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #6A6A6A;
}
.footer h3{
    font-size:0.14rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #6A6A6A;
    margin-top:0.06rem;
}
