*{
    margin:0;
    padding:0;
}
a{
    all:unset;
    cursor: pointer;
}
#app{
    flex: 1;
}
body{
    display: flex;
    flex-direction: column;
}

.link_a{
    all:revert;
    cursor: pointer;
    text-decoration: none;
}
.link_a:hover{
    text-decoration: underline;   
}
body{
    font-family: Microsoft YaHei;
    font-weight: 400;
   
}

.search-box{
    height:36px;
}

.section-unit{
    border:1px solid rgba(190, 218, 255, 1);
    border-radius: 10px;
}
.section-title{
    font-weight: bold;
    font-size:16px;
    color:rgba(29, 33, 41, 1);
    height:46px;
    background:rgba(238, 248, 255, 1);
    line-height: 46px;
    padding:0 16px;
    border-radius: 10px 10px 0 0;
}
.main-content{
    width:1242px;
    margin:20px auto 0;
    display: flex;
    gap:20px;
    justify-content: space-between;
}
.index-main-content{
    width:1242px;
    margin:20px auto 0;
    gap:20px;
}



.hide{
    display: none;
}

.loading-text{
    padding:4px 10px;
    background:#000;
    text-align: center;
    line-height: 30px;
    position: fixed;
    z-index: 100;
    height:30px;
    color:#fff;
    width:100px;
    border-radius: 10px;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
}