@CHARSET "UTF-8";

*{
    margin: 0px;
    padding: 0px;
    font-family:"Source Han Sans CN";
}
.page-wrap{
    padding-bottom: 170px;
}
.wzw-top{
    width: 640px;
    height: 68px;
    background-color: #100E5D;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    box-sizing: border-box;
    padding: 0px  19px;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

.wzwLogo{
    width: 88px;
    height: 36px;
}
.menu{
    width: 37px;
    height: 31px;
}
.menu-div{
    width: 495px;
    height: 550px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
    background-color: #ffffff;
    box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
.delDicIcon{
    position: absolute;
    top: 24px;
    right: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.delIcon{
    width: 18px;
    height: 18px;
    
}
.menu-div-item{
    height: 110px;
    color: #333333;
    font-weight:bold;
    font-size: 26px;
    line-height: 110px;
    box-sizing: border-box;
    padding-left: 34px;
    border-bottom: 0.5px solid #E2E2E2;
}
.menu-div-item:last-child{
    border-bottom: 0px;
}