@media only screen and (min-width: 1024px) {
    .symonheader {
        height: 100px;
        background: linear-gradient(to bottom, #fff, #eee);
        border-bottom: 2px solid black;
        color: black;
        top: 0px;
    }

    .quick {
        top: 52px;
        left: 160px;
        right: 100px;
        height: 44px;
        color: black;
        background-image: unset;
        border-bottom: unset;
    }
    
    .symonbrand {
        display: none;
        color: black;
    }
  
    .fixedSideMeu {
        display: inline-block;
        position: absolute;
        top: 99px;
        bottom: 100px;
        left: 0px;
        right: 178px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0px;
        width: 178px;
        background: linear-gradient(to right, #fff, #fff, #eee);
        border-right: 2px solid #777;
    }

    .content {
        top: 99px;
        left: 178px;
        border-left: 1px solid #ccc;
    }

    .mainLogo {
        display: inline-block;
        height: 100px;
        text-align: left;
    }

    .appHeader {
        display: none;
    }
   
    #nameplate {
        top: 0px;
        right: 8px;
        color: black;
        font-size: 26px;
    }
    
    .headerpic {
        position: fixed;
        width: 50px;
        height: 50px;
        padding: 2px;
        right: 28px;
        top: 14px;
    }

    #nameplatename {
        display: inline-block;
        position: fixed;
        top: 62px;
        right: 8px;
        font-weight: bold;
        width: 90px;
        text-align: center;
    }

    .symonmenu{
        color: black;
        position: fixed;
        top: 8px;
        right: 100px;    
    }
    
    .listSearch {    
        border: 1px solid black;
        padding-right: 26px;
        padding-left: 7px;
        outline: none;
        font-size: 18px;
    }
    
    .listsearch:focus {
        outline: none;
    }
    
    .searchBox {
        display: inline;
        background: red;
    }
    
    .searchBox>i {
        position: absolute;
        color: #aaa;
        font-size: 18px;
        top: 6px;
        right: 8px;
        height: 24px;
    }
    
    
}

