 * {
            padding: 0;
            margin: 0;
            /*list-style: none;*/
        }

        body {
            background-color: rgb(242, 245, 250);
        }
        div{
            cursor: pointer;
        }
        .font {
            color: #545454;
            font-size: 14px;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
        }

        .describe-list {
            font-family: 'cursive';
            font-size: 13px !important;
            padding: 5px;
            color: cornflowerblue;
            font-weight: 600;
        }

        .header {
            width: 100%;
            /* height: 50px; */
            display: flex;
            z-index: 999;
            justify-content: space-between;
            box-shadow: 0 0 5px 1px #999;
            background-color: #fff;
            position: fixed;
            top: 0;
        }

        .header-left-lxfs {
            background: #698df3;
            border: 2px solid #4274ff;
            border-radius: 12px;
            font-size: 12px;
            padding: 0 5px;
            color: #fff;
        }

        .header>div {
            margin: 10px;
            display: flex;
            align-items: center;
        }

        .header-left {
            display: flex;
        }

        .header-left>div {
            margin: 0 10px;
        }

        .header-left-logo {
            max-width: 50px;
        }

        .header-right-query {
            background: linear-gradient(-45deg, #3369ff, #3798f7);
            color: #fff;
            font-size: 15px;
            padding: 10px 30px;
            border-radius: 10px;
        }