[v-cloak] {
    display: none;
}
.midders{
    width: 80%;
    background-color: white;
    padding: 2%;
    border-radius: 8px 8px 8px 8px;
    margin: 30px auto;
}
.midder{
    width: 80%;
    margin: -2% auto 30px;
    background-color: white;
    padding: 2%;
    border-radius: 8px 8px 8px 8px;
    position: relative;
    z-index: 999999;

}
@media screen and (max-width: 767px) {
    .midder{
        width: 95% !important;
        margin: 30px auto;
    }
    .midders{
        width: 95% !important;
    }
    .pc{
        display: none !important;
    }
    .app{
        display: block !important;
    }
}
.app{
    display: none;
}
.midder .title{
    text-align: center;
    font-size: 28px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.list:hover{
    background: #FFFFFF !important;
    box-shadow: 0px 2px 14px 0px #E5EBF3;
}
.list:hover .p1{
    color: #3662EC !important;
}
.list,.listtitle{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}