body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #ffffff;
        }
        header{
            background-color: #aac7f8;
        }
        .top{
            background: linear-gradient(to bottom, #aac7f8, #ffffff, #ffffff);
            padding:1.2rem 1rem;
        }
        .top .notice{
            background:#eff3ff;
            height:4vh;
            border-radius:0.4rem;
            padding:0.15rem 1rem;
            display: flex;
            align-items:center;
        }
        .notice .notice_txt{
            padding-left:1.3rem;
            color:#134b87;
        }
        .top .top_button{
            width:100%;
            display:flex;
            justify-content: space-between;
            margin-top:2vh;
        }
        .top .top_button div:first-child{
            width:50%;
            text-align:left;
        }
        .top .top_button div:last-child{
            width:50%;
            text-align:right;
        }
        .top .nav{
            width:100%;
            margin-top:3vh;
            display: flex;
            justify-content: space-between;
        }
        .nav .nav-item{
            position: relative;
        }
        .nav .nav-name{
            font-size:0.98rem;
        }
        .top .nav>div{
            text-align:center;
            width:25%;
        }
        .nav .nav_icon{
            border-radius:50%;
        }
        .top .nav1{
            width:100%;
            margin-top:3vh;
            display: flex;
            justify-content: space-between;
        }
        .top .nav1>div{
            width:50%;
            text-align:center;
        }
        footer{
            position: fixed;
            bottom:0;
            width:100%;
            height:8vh;
            background:#ffffff;
            box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.15);
        }
        footer .tabbar{
            height:100%;
            display:flex;
            justify-content: space-around;
            align-items:center;
        }
        footer .tabbar>div{
            text-align:center;
        }
        .tabbar_icon{
            width:60%;
            padding:0.2rem 0;
        }
        .tabbar .tabar-name{
            font-weight:500;
            font-size:0.8rem;
            color:#000;
        }
        .notice .van-icon .van-icon__image{width:1.5rem;height:1.5rem;}
        .notice .van-notice-bar__wrap{margin-left:1rem;}
        .notice-swipe {
            height: 3rem;
            line-height: 3rem;
        }
        .badge{
            position: absolute;
            right:0;
            top:0;
        }