@font-face {
    font-family: 'uicon-iconfont';
    src: url('https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf') format('truetype');
}

.iconfont {
    font-family: uicon-iconfont;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uicon-server-man::before {
    content: '\e6bc';
}

.uicon-bell::before {
    content: '\e609';
}

.uicon-bell-fill::before {
    content: '\e640';
}

.uicon-volume::before {
    content: '\e633';
}

.uicon-volume-off-fill::before {
    content: '\e659';
}

.uicon-volume-off::before {
    content: '\e644';
}

.uicon-volume-fill::before {
    content: '\e670';
}

.uicon-account-fill::before {
    content: '\e614';
}

.uicon-gift::before {
    content: '\e65b';
}

.uicon-calendar::before {
    content: '\e66e';
}

.uicon-checkbox-mark::before {
    content: '\e807';
}

.lang-box {

    .langList {
        width: 80%;
        margin: 10px auto 20px;
        border: 1px solid #ccc;
        border-radius: 10px;

        .langList-item {
            padding: 10px;
            display: flex;
            border-bottom: 1px solid #ccc;
            align-items: center;
        }
    }
}

.main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #f3f7fd;
    height: 100vh;

    /* padding: 15px; */
    .heder-theme {
        background-color: #44a8ff;
        color: white;
    }

    .heder {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        /* background: #44a8ff; */
        z-index: 10000;
        box-sizing: border-box;

        .logo {
            width: 30px;
            height: 30px;
        }

        .lang {
            width: 25px;
            height: 17px;
        }

    }

    .container {
        flex: 1;
        /* padding: 10px; */
        box-sizing: border-box;
        overflow: auto;
        /* background-color: white;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px; */
        /* display: flex;
        flex-direction: column; */

    }


    .tabber {
        position: relative;
        display: flex;
        background-color: white;
        padding: 10px;
        z-index: 999;
        margin-top: 20px;

        .tabber-item {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 11px;
        }

        .img {
            margin-top: -45px;
            width: 45px;
            height: 45px;
        }
    }
}