@import url("https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.2.3/css/flag-icons.min.css");

* {
    box-sizing: border-box;
    text-decoration: none;
}

button {
    cursor: pointer;
    border: 1px solid transparent;
}

@font-face {
    font-family: 'BodyFont';
    src: url('./fonts/Roboto-Regular.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BodyFont';
    src: url('./fonts/Roboto-Bold.ttf') format('woff2');
    font-weight: 700;
    font-style: normal;
}

.container-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;

    .body-head-bg {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        height: 128px;
        background-color: #fff;
        border-bottom: 1px solid #e6e7eb;

        .head-bbgg {
            max-width: 100%;
            margin: 0 auto;
            height: 100%;

            .head-top {
                max-width: 1560px;
                margin: 0 auto;
                height: 80px;
                display: flex;
                justify-content: space-between;
                align-items: center;

                .head-left {
                    display: flex;
                    align-items: center;
                    flex-shrink: 0;

                    img {
                        width: 200px;
                    }

                    .left-sz {
                        width: 1px;
                        height: 26px;
                        background-color: #d8d8d8;
                        margin: 0 30px;
                    }

                    p {
                        font-size: 22px;
                        color: #2d2d2d;
                        font-family: 'BodyFont', Arial, sans-serif;
                        font-weight: 700;
                        white-space: nowrap;
                    }
                }

                .head-center {
                    flex: 1;
                    margin: 0 40px;
                    display: flex;
                    justify-content: center;

                    .search-box-wrap {
                        width: 100%;
                        max-width: 720px;
                        height: 40px;
                        border: 2px solid #E70012;
                        border-radius: 24px;
                        display: flex;
                        align-items: center;
                        background-color: #fff;
                        position: relative;

                        .search-type-select {
                            position: relative;
                            height: 100%;
                            cursor: pointer;

                            .current-type {
                                padding: 0 15px 0 20px;
                                height: 100%;
                                display: flex;
                                align-items: center;
                                position: relative;

                                span {
                                    font-size: 16px;
                                    color: #222;
                                    font-family: 'BodyFont', Arial, sans-serif;
                                }

                                .jt-icon {
                                    width: 12px;
                                    height: 12px;
                                    margin-left: 8px;
                                    background: url(../img/public/xl-jt.png) no-repeat center/contain;
                                    transition: transform 0.3s;
                                }

                                &::after {
                                    content: '';
                                    position: absolute;
                                    right: 0;
                                    top: 10px;
                                    height: 16px;
                                    bottom: 14px;
                                    width: 1px;
                                    background-color: #d8d8d8;
                                }
                            }

                            .type-list {
                                position: absolute;
                                top: 38px;
                                left: 0;
                                background: #fff;
                                border: 1px solid #ddd;
                                border-radius: 8px;
                                width: 120px;
                                display: none;
                                z-index: 2000;
                                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

                                &::before {
                                    content: '';
                                    position: absolute;
                                    top: -6px;
                                    left: 0;
                                    right: 0;
                                    height: 6px;
                                    background: transparent;
                                }

                                a {
                                    display: block;
                                    padding: 10px 20px;
                                    text-decoration: none;
                                    color: #333;
                                    font-size: 14px;
                                    font-family: 'BodyFont', Arial, sans-serif;

                                    &:hover {
                                        background-color: #f5f5f5;
                                        color: #E70012;
                                    }
                                }
                            }

                            &.active .type-list {
                                display: block !important;
                            }
                        }

                        .search-input-group {
                            flex: 1;
                            height: 100%;
                            display: flex;
                            align-items: center;
                            padding: 0 15px;

                            input {
                                width: 100%;
                                border: none;
                                outline: none;
                                font-size: 15px;
                                color: #333;
                                font-family: 'BodyFont', Arial, sans-serif;

                                &::placeholder {
                                    color: #999;
                                }
                            }

                            .camera-icon {
                                width: 24px;
                                height: 24px;
                                cursor: pointer;
                                opacity: 0.6;

                                &:hover {
                                    opacity: 1;
                                }
                            }
                        }

                        .search-btn {
                            width: 70px;
                            height: 100%;
                            background-color: #E70012;
                            border: none;
                            border-radius: 0 22px 22px 0;
                            cursor: pointer;
                            display: flex;
                            justify-content: center;
                            align-items: center;

                            .search-icon-white {
                                width: 22px;
                                height: 22px;
                                background: url(../img/public/search-icon.png) no-repeat center/contain;
                                filter: brightness(0) invert(1);
                            }

                            &:hover {
                                background-color: #c9000f;
                            }
                        }
                    }
                }

                .head-right {
                    flex-shrink: 0;

                    ul {
                        list-style: none;
                        display: flex;
                        padding-left: 0;
                        margin: 0;
                        justify-content: flex-end;

                        li {
                            width: auto;
                            margin-left: 36px;
                            margin-right: 0 !important;

                            &:first-child {
                                margin-left: 0;
                            }

                            &:nth-child(1) .top-imgb {
                                background-image: url(../img/public/mb.png);
                            }

                            &:nth-child(2) .top-imgb {
                                background-image: url(../img/public/ms.png);
                            }

                            &:nth-child(3) .top-imgb {
                                background-image: url(../img/public/ib.png);
                            }

                            &:nth-child(4) .top-imgb {
                                background-image: url(../img/public/si.png);
                            }

                            &:nth-child(1) p {
                                color: #e70012;
                            }

                            &:nth-child(2) a:hover .top-imgb {
                                background-image: url(../img/public/ms-a.png);
                            }

                            &:nth-child(3) a:hover .top-imgb {
                                background-image: url(../img/public/ib-a.png);
                            }

                            &:nth-child(4) a:hover .top-imgb {
                                background-image: url(../img/public/si-a.png);
                            }

                            .headrt-bg {
                                text-align: center;

                                a {
                                    text-decoration: none;
                                    display: flex;
                                    flex-direction: column;
                                    align-items: center;
                                    width: 100%;

                                    &:hover p {
                                        color: #e70012 !important;
                                    }

                                    .top-imgb {
                                        width: 22px;
                                        height: 22px;
                                        display: block;
                                        background-repeat: no-repeat;
                                        background-position: center;
                                        background-size: 100% 100%;
                                        margin-bottom: 4px;
                                        transition: background-image 0.2s;
                                    }

                                    p {
                                        font-size: 14px;
                                        line-height: 24px;
                                        margin: 0;
                                        font-family: 'BodyFont', Arial, sans-serif;
                                        font-weight: 400;
                                        color: #222;
                                        white-space: nowrap;
                                        transition: color 0.2s;
                                    }
                                }
                            }
                        }
                    }
                }

                .head-bottom {
                    width: 100%;
                    height: 48px;
                    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
                }
            }
        }
    }

    .all-categories {
        max-width: 1560px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%;

        .dropdown {
            position: relative;
            display: inline-block;
            display: flex;
        }

        .xl-bg {
            display: flex;
            align-items: center;
            cursor: pointer;

            .xl-img {
                position: relative;
                top: 1px;
                width: 16px;
                height: 16px;
                background: url(../img/public/xl-jt.png) no-repeat center 100% / 100% 100%;
            }

            .dropbtn {
                background-color: #fff;
                color: #222;
                font-size: 14px;
                border: 0;
                cursor: pointer;
                display: inline-block;
                user-select: none;
                font-weight: 700;
                font-family: 'BodyFont', Arial, sans-serif;
                margin-right: 8px;
                text-decoration: none;
                white-space: nowrap;
                display: block;
                line-height: 48px;

                &:hover {
                    color: #e70012;
                }
            }
        }

        .cies-sz {
            width: 1px;
            height: 20px;
            background-color: #d8d8d8;
            margin: 0 20px;
        }

        .drop-right {
            height: 100%;
            display: flex;
            align-items: center;

            ul {
                list-style: none;
                padding-left: 0;
                margin: 0;
                display: flex;

                li {
                    font-size: 0;
                    margin-right: 48px;

                    &:last-child {
                        margin-right: 0 !important;
                    }

                    a {
                        text-decoration: none;
                        font-size: 14px;
                        color: #222;
                        font-family: 'BodyFont', Arial, sans-serif;
                        white-space: nowrap;
                        display: block;
                        line-height: 48px;

                        &:hover {
                            color: #e70012;
                        }
                    }
                }
            }
        }

        .nav-tool-bar {
            margin-left: auto;
            display: flex;
            align-items: center;
            height: 100%;

            .dropdown {
                margin-left: 24px;
                position: relative;

                &.lang-dropdown {
                    .dropdown-content {
                        display: grid;
                        grid-auto-flow: column;
                        grid-template-rows: repeat(12, auto);
                        column-gap: 12px;
                    }

                    &:hover {
                        .dropdown-content {
                            display: grid;

                        }
                    }
                }

                .tool-item {
                    display: flex;
                    align-items: center;
                    cursor: pointer;

                    a {
                        text-decoration: none;
                        font-size: 14px;
                        color: #222;
                        font-family: 'BodyFont', Arial, sans-serif;
                        white-space: nowrap;
                        line-height: 48px;
                        transition: color 0.2s;
                    }

                    .xl-img {
                        position: relative;
                        top: 1px;
                        width: 16px;
                        height: 16px;
                        margin-left: 4px;
                        background: url(../img/public/xl-jt.png) no-repeat center 100% / 100% 100%;
                        transition: transform 0.3s;
                    }
                }

                &:hover {
                    .tool-item {
                        a {
                            color: #e70012;
                        }

                        .xl-img {
                            background: url(../img/public/xl-jtact.png) no-repeat center 100% / 100% 100%;
                            transform: rotate(180deg);
                        }
                    }

                    .dropdown-content {
                        display: block;
                        max-height: 1000px;
                        opacity: 1;
                    }
                }

                &.lang-dropdown .dropdown-content {
                    left: auto;
                    right: 0;
                }
            }

            .cies-sz {
                margin: 0 10px 0 34px;
            }
        }

        .dropdown::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 13px;
        }

        .dropdown-content {
            position: absolute;
            top: calc(100% + 0px);
            left: 0;
            background-color: #fff;
            white-space: nowrap;
            border: 1px solid #ddd;
            z-index: 1000;
            max-height: 0;
            overflow: hidden;
            border-top: 3px solid #e70012;
            transition: max-height 0.3s ease, opacity 0.3s ease;
            opacity: 0;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .dropdown-content a {
            color: #222;
            padding: 8px 16px;
            text-decoration: none;
            display: block;
            font-size: 14px;
            display: flex;
            align-items: center;
            margin: 6px 0;
            padding-right: 48px;
            font-family: 'BodyFont', Arial, sans-serif;

            img {
                width: 200px;
                height: 20px;
                background-color: #000;
                margin-right: 6px;
            }
        }

        .dropdown-content a.active {
            color: #e70012;
        }

        .dropdown-content a:hover {
            background-color: #f5f5f5;
            color: #e70012;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .show {
            display: block !important;
        }
    }

    .lb-show {
        .dropdown-content {
            max-height: 2000px !important;
            opacity: 1 !important;
        }

        .xl-bg {
            .xl-img {
                background: url(../img/public/xl-jtact.png) no-repeat center 100% / 100% 100%;
                transform: rotate(180deg);
                transition: transform 0.3s ease;
                position: relative;
                top: 2px;
            }

            .dropbtn {
                color: #e70012;
            }
        }
    }

    .body-mid-bg {
        position: relative;
        width: 100%;
        flex: 1;
        margin: 0 auto;
        background-color: #f6f6f6;

        .bm-bg {
            max-width: 1560px;
            margin: 0 auto;
            height: 100%;

            .Signin-container {
                width: 100%;
                min-height: 650px;
                border-radius: 24px;
                overflow: hidden;
                display: flex;
                justify-content: center;

                .si-lt {
                    width: 40%;
                    padding: 40px;
                    background: #000 url(../img/public/si-ltimg.png) no-repeat center 21%;
                    background-size: initial;
                    box-sizing: border-box;
                    position: relative;

                    .xc-body {
                        color: #fff;
                        position: absolute;
                        bottom: 9%;
                        left: 10%;

                        p {
                            margin: 0;
                            font-size: 40px;
                            font-family: Arial, Helvetica, sans-serif;
                            font-weight: 700;
                            margin-bottom: 8px;
                        }

                        span {
                            font-family: Arial, Helvetica, sans-serif;
                            font-weight: 400;
                            font-size: 20px;
                            line-height: 34px;
                        }
                    }
                }

                .si-rt {
                    width: 60%;
                    background-color: #fff;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }
        }
    }

    .body-foot-bg {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 39px;
        border-top: 1px solid #e6e7eb;
        background-color: #fff;

        .footer-top {
            margin-bottom: 24px;

            ul {
                list-style: none;
                padding-left: 0;
                margin: 0;
                display: flex;
                justify-content: space-between;
                align-items: center;
                max-width: 1560px;
                margin: 0 auto;

                li {
                    height: 200px;
                    width: 25%;
                    display: flex;

                    .ft-title {
                        p {
                            margin: 0;
                            font-size: 18px;
                            line-height: 24px;
                            font-weight: 700;
                            font-family: 'BodyFont', Arial, sans-serif;
                            color: #000;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 1;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }
                    }

                    .ft-content {
                        a {
                            text-decoration: none;
                            display: block;
                            margin: 0;
                            font-size: 14px;
                            line-height: 22px;
                            color: #666;
                            font-family: 'BodyFont', Arial, sans-serif;
                            margin-top: 16px;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 1;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: flex;

                            &:hover {
                                color: #e70012;
                            }
                        }
                    }
                }
            }
        }

        .footer-mid {
            width: 100%;
            height: 64px;
            border-top: 1px solid #e6e7eb;
            border-bottom: 1px solid #e6e7eb;
            display: flex;
            justify-content: center;

            .fmid-tp {
                display: flex;
                align-items: center;

                p {
                    font-size: 13px;
                    color: #666;
                    font-family: 'BodyFont', Arial, sans-serif;
                    margin-right: 10px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                ul {
                    display: flex;
                    list-style: none;
                    padding-left: 0;
                    margin: 0;
                    align-items: center;

                    li {
                        width: 28px;
                        height: 29px;
                        margin-right: 8px;

                        img {
                            width: 100%;
                            height: 100%;
                        }

                        a {
                            width: 100%;
                            height: 100%;
                            display: block;
                            position: relative;
                        }
                    }
                }
            }
        }

        .footer-bottom {
            width: 100%;
            height: 46px;
            display: flex;
            justify-content: center;
            align-items: center;

            p {
                font-size: 12px;
                color: #666;
                font-family: 'BodyFont', Arial, sans-serif;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            a {
                text-decoration: none;

                span {
                    font-size: 12px;
                    color: #666;
                    font-family: 'BodyFont', Arial, sans-serif;

                    &:hover {
                        color: #e70012;
                    }
                }
            }
        }
    }

    @media (max-width: 1200px) {
        .si-lt {
            display: none !important;
        }

        .si-rt {
            width: 100% !important;
            border-radius: 24px;
        }

        .body-foot-bg .footer-top ul {
            flex-wrap: wrap;
            justify-content: space-around !important;
        }

        .nav-tool-bar {
            display: none !important;
        }

        .head-center {
            margin: 0 20px !important;

            .search-box-wrap {
                max-width: 100% !important;
            }
        }
    }

    @media (max-width: 1000px) {
        .head-left {
            .left-sz {
                display: none !important;
            }

            p {
                display: none !important;
            }
        }
    }

    @media (max-width: 799px) {
        position: relative !important;
        height: auto !important;
        min-height: 100vh;

        .body-mid-bg {
            padding: 30px 15px !important;

            .bm-bg {
                .Signin-container {
                    min-height: auto !important;
                    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

                    .si-rt {
                        width: 100% !important;
                        padding: 30px 15px !important;
                    }
                }
            }
        }

        .login-container {
            width: 100% !important;
            max-width: 440px;

            .login-title {
                font-size: 26px !important;
                margin-bottom: 8px !important;
            }

            .register-link {
                margin-bottom: 24px !important;
            }

            .form-group {
                margin-bottom: 20px !important;

                input {
                    padding: 14px 16px !important;
                    border-radius: 8px !important;
                }
            }

            .extra-links {
                margin-top: 32px !important;
                font-size: 14px !important;
            }

            .login-btn {
                padding: 14px !important;
                font-size: 16px !important;
            }
        }

        .head-top {
            height: 64px !important;
        }

        .head-center {
            display: flex !important;
            margin: 0 15px !important;

            .search-box-wrap {
                height: 36px !important;

                .current-type {
                    padding: 0 10px 0 15px !important;

                    span {
                        font-size: 13px !important;
                    }

                    .jt-icon {
                        width: 10px !important;
                        height: 10px !important;
                        margin-left: 5px !important;
                    }

                    &::after {
                        top: 8px !important;
                        bottom: 10px !important;
                    }
                }

                .search-input-group {
                    padding: 0 10px !important;

                    input {
                        font-size: 13px !important;
                    }

                    .camera-icon {
                        width: 18px !important;
                        height: 18px !important;
                    }
                }

                .search-btn {
                    width: 50px !important;

                    .search-icon-white {
                        width: 18px !important;
                        height: 18px !important;
                    }
                }
            }
        }

        .head-right {
            ul {
                li {
                    margin-left: 18px !important;

                    .headrt-bg a p {
                        font-size: 12px !important;
                    }
                }
            }
        }

        .register-link a {
            display: block !important;
        }

        .head-left {
            img {
                width: 120px !important;
            }

            p {
                font-size: 15px !important;
            }

            padding: 0 15px;
        }

        .left-sz {
            margin: 0 10px !important;
            height: 14px !important;
        }

        .head-bottom {
            padding: 0 15px;
            height: auto !important;
        }

        .ft-title {
            width: 100% !important;
        }

        .drop-right {
            overflow-y: hidden;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;

            &::-webkit-scrollbar {
                width: 3px;
                height: 3px;
            }

            &::-webkit-scrollbar-track {
                background: #f1f1f1;
                border-radius: 2px;
            }

            &::-webkit-scrollbar-thumb {
                background: #ccc;
                border-radius: 2px;
            }

            ul li {
                margin-right: 20px !important;

                a {
                    line-height: 40px !important;
                }  
            }
        }

        .xl-bg {
            .dropbtn {
                line-height: 40px !important;
            }
        }
    }

    @media (max-width: 600px) {

        .head-center {
            display: none !important;
        }

        .head-left {
            .left-sz {
                display: none !important;
            }

            p {
                display: none !important;
            }
        }
    }

    @media (max-width: 450px) {
        .body-mid-bg {
            padding: 15px 10px !important;
        }

        .body-foot-bg {
            .footer-top ul {
                display: block !important;

                li {
                    width: 100% !important;
                    padding: 0 20px !important;
                    margin-bottom: 24px !important;
                    height: auto !important;
                }
            }

            .footer-mid {
                height: auto !important;
                padding: 15px 0 !important;

                .fmid-tp {
                    flex-direction: column !important;
                    gap: 10px;

                    p {
                        margin-right: 0 !important;
                        text-align: center;
                    }
                }
            }

            .footer-bottom {
                height: auto !important;
                padding: 10px 15px !important;
                flex-direction: column !important;
                text-align: center;
                gap: 5px;
            }
        }

        .head-left {
            .left-sz {
                display: none !important;
            }

            p {
                display: none !important;
            }
        }
    }

    @media (max-width: 375px) {
        .head-right {
            ul {
                li {
                    margin-left: 12px !important;

                    &:nth-child(1) {
                        display: none !important;
                    }
                }
            }
        }
    }

    @media (min-width: 451px) and (max-width: 799px) {
        .footer-top ul {
            flex-wrap: wrap;

            li {
                width: 50% !important;
                padding: 0 20px !important;
                margin-bottom: 24px !important;
                height: auto !important;
            }
        }
    }

    .login-container {
        width: 80%;

        .login-title {
            text-align: center;
            margin-bottom: 10px;
            font-size: 32px;
            font-weight: bold;
            font-weight: 700;
            margin-top: 0;
            font-family: Arial, Helvetica, sans-serif;
        }

        .register-link {
            text-align: center;
            margin-bottom: 56px;
            font-size: 16px;
            color: #666;
            margin-top: 8px;
            font-family: Arial, Helvetica, sans-serif;

            a {
                color: #000;
                text-decoration: underline;
            }
        }

        .form-group {
            margin-bottom: 36px;

            label {
                display: block;
                margin-bottom: 8px;
                font-size: 14px;
                color: #000;
                font-family: Arial, Helvetica, sans-serif;
            }

            input {
                width: 100%;
                padding: 18px;
                border: 1px solid #ddd;
                border-radius: 12px;
                font-size: 14px;
                outline: none;
                transition: border-color 0.3s;
                font-family: Arial, Helvetica, sans-serif;

                &:focus {
                    border-color: #333;
                }
            }
        }

        .extra-links {
            text-align: center;
            margin-bottom: 12px;
            margin-top: 72px;
            font-size: 16px;
            font-family: Arial, Helvetica, sans-serif;

            a {
                color: #666;
                text-decoration: none;
                margin: 0 8px;

                &:hover {
                    color: #000;
                }
            }
        }

        .login-btn {
            width: 100%;
            padding: 16px;
            background-color: #ff3a3a;
            color: #fff;
            border: none;
            border-radius: 99px;
            font-size: 18px;
            cursor: pointer;
            transition: opacity 0.3s;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;

            &:hover {
                background-color: #e62e2e;
            }
        }
    }
}

.head-bottom {
    border-top: 1px solid #e6e7eb;
}

.global-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: opacity 0.3s ease;
}

.spinner-container {
    text-align: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(231, 0, 18, 0.1);
    border-top-color: #E70012;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loader-text {
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

.page-fade-in {
    animation: globalFadeIn 0.5s ease forwards;
}

@keyframes globalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.basket-count-badge {
    position: absolute;
    top: -2px;
    right: 31px;
    background-color: #E70012;
    color: #ffffff;
    /* font-size: 12px; */
    font-weight: 700;
    /* min-width: 16px; */
    height: 6px;
    width: 6px;
    /* height: 16px; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 4px; */
    /* border: 1.5px solid #ffffff; */
    /* font-family: Arial, sans-serif; */
    /* line-height: 1; */
    /* z-index: 10;*/
}