/*
 * 
 */
.top-header .el-menu--horizontal>.el-menu-item{
    height: 60px!important;
    line-height: 60px!important;
    
    padding: 0 15px;
}

.top-header .el-menu--horizontal>.el-submenu .el-submenu__title{
    height: 60px!important;
    line-height: 60px!important;
}

.top-header-product-class-menubar .el-menu--horizontal>.el-menu-item{
    height: 40px!important;
    line-height: 38px!important;

    padding: 0;
}

.top-header-product-class-menubar .el-menu--horizontal>.el-submenu .el-submenu__title{
    height: 40px!important;
    line-height: 38px!important;
}

.top-header-product-class-menubar .el-menu--horizontal>.el-menu-item>a{
    display: inline-block;
    padding: 0 11px;
}

.el-menu--horizontal>.el-menu-item{
    height: 50px!important;
    line-height: 50px!important;
}

.el-menu--horizontal>.el-submenu .el-submenu__title{
    height: 50px!important;
    line-height: 50px!important;
}

.el-menu-item:focus, .el-menu-item:hover{
    background-color: rgb(84, 92, 100)!important;
}

/*.el-menu-item:focus i, .el-menu-item:hover i{
    color: #E6A23C!important;
}*/



body
{
    background-color: #E8ECF0;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    margin: 0;
    padding: 0;
}

.el-main
{
    overflow: hidden;
    /*padding: 12px;*/
    padding: 0;
    margin: 12px -6px;
}

.table-header-row-class{
    background-color: #F2F6FC!important;
    border: 1px solid #EBEEF5!important;
    font-weight: bold;
}

.td-index{
    background-color: #f6f6f6;
}

.td-sttt{
    background-color: #F2F6FC;
    font-weight: bold;
}

.el-input.is-disabled .el-input__inner{
    color: #666;
    text-align: left;
}

.custom-tree-node{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding-right: 8px;
}

.one-line-ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.two-line-ellipsis{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-line-ellipsis{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*1.显示滚动条：当内容超出容器的时候，可以拖动：*/
.el-drawer__body {
    overflow: auto;
    /* overflow-x: auto; */
}

/*2.隐藏滚动条，太丑了*/
.el-drawer__container ::-webkit-scrollbar{
    display: none;
}

/* 前端基础样式 start */

@media screen and (max-width: 2560px) {
    .main-container, .main-header {
        width: 1776px;
        /*height: 375px;*/

        margin: auto;

        /*                    width: 1920px;
                            height: 406px;*/
    }

    .swiper-container {
        width: 1776px;
        height: 375px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide>div, .swiper-slide>a{
        width: 100%;
        height: 375px!important;
    }
    
    .message-board-input{
        width: 1576px;
    }
    
    .message-system-content-div, message-user-content-div{
        max-width: 1632px;
    }
}

@media screen and (max-width: 1920px) {
    .main-container, .main-header {
        width: 1480px;
        /*height: 313px;*/

        margin: auto;
        /*width: 1520px;*/
    }

    .swiper-container {
        width: 1480px;
        height: 313px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide>div, .swiper-slide>a{
        width: 100%;
        height: 313px!important;
    }
    
    .message-board-input{
        width: 1280px;
    }
    
    .message-system-content-div, message-user-content-div{
        max-width: 1336px;
    }
}

@media screen and (max-width: 1680px) {
    .main-container, .main-header {
        width: 1480px;
        /*height: 313px;*/

        margin: auto;
        /*width: 1520px;*/
    }

    .swiper-container {
        width: 1480px;
        height: 313px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide>div, .swiper-slide>a{
        width: 100%;
        height: 313px!important;
    }
    
    .message-board-input{
        width: 1280px;
    }
    
    .message-system-content-div, message-user-content-div{
        max-width: 1336px;
    }
}

@media screen and (max-width: 1440px) {
    .main-container, .main-header {
        width: 1184px;
        /*height: 250px;*/

        margin: auto;
        /*width: 1224px;*/
    }

    .swiper-container {
        width: 1184px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide>div, .swiper-slide>a{
        width: 100%;
        height: 250px!important;
    }
    
    .message-board-input{
        width: 984px;
    }
    
    .message-system-content-div, message-user-content-div{
        max-width: 1040px;
    }
}

/* .top-container{
    position: fixed;
    top: 0;
    z-index: 100;
}

.top-container-product-class-menubar{
    position: fixed;
    top: 60px;
    z-index: 100;
} */

.top-container, .top-header{
    width: 100%;
    height: 60px;
    /*line-height: 60px;*/

    background-color: #131921;
}

.top-container-product-class-menubar, .top-header-product-class-menubar{
    /*clear: both;*/

    width: 100%;
    height: 40px;
    line-height: 40px;

    background-color: #232f3e;

    z-index: 100;
}

/* .main-container{
    margin-top: 100px;
} */

.el-header
{
    height: 50px!important;
    width: 100%;
    padding-right: 0;
}

.img-website-logo{
    max-height: 48px; 
    width: 90px; 
    vertical-align: middle; 
    object-fit: contain;
}

.div-address{
    cursor: pointer;
    color: #f6f6f6;
    width: 260px;
    text-align: center;
    /*overflow: hidden;*/
    /*border: 1px solid #f6f6f6;*/

    /*border-radius: 3px;*/
}

/*            .div-address:hover{
                color: #f6f6f6;
                border: 1px solid #f6f6f6; 
                box-sizing: border-box;
            }*/

.btn-address{
    /*color: #f6f6f6;*/ 
    /*font-size: 13px;*/ 
    /*font-weight: bold;*/ 
    /*padding: 12px;*/

    /*margin-top: -5px;*/
    width: 260px;
    /*border: 1px solid #f6f6f6;*/

    /*line-height: 18px;*/
}

/*            .btn-address:hover{
                color: #f6f6f6;
                border: 1px solid #f6f6f6; 
                box-sizing: border-box;
            }*/

.search-row{
    line-height: 60px;
    /*width: calc(100% - 947px);*/
    /*wish:120px, country:290px, sign in:190px, message board:123px, orders: 109px, cart: 91px, user+20px*/
    width: calc(100% - 120px - 290px - 190px - 123px - 109px - 91px - 20px);
}

.search-row .input-with-select{
    width: 100%;
}

.search-row .el-input-group__append .el-button i{
    font-size: 24px;
    color: #fff;
}

.input-with-select .el-select{
    width: 120px;
}

.input-with-select .el-select input{
    color: #333!important;
}

.search-row input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #666;
    /* placeholder字体大小  */
    /*font-size: 12px;*/
}

.search-row .el-input-group__append{
    background-color: #409EFF;
    border: 1px solid #409EFF;
}

.search-row .el-input-group__append .el-button{
    padding: 12px;
}

.search-row .input-with-select input{
    font-size: 15px;
    color: #111;
}

.username .el-submenu__title{
    max-width: 188px;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.div-index-page-product-class{
    width: 286px; float: left; margin-left: 6px; margin-right: 6px; margin-bottom: 12px;
}

.div-index-page-product-class .el-card__header{
    border-bottom: none;
    padding-bottom: 0;
}

.div-index-page-product-class .el-button--text{
    padding: 0;
}

.div-category-products{
    width: 286px; float: left; margin-left: 6px; margin-right: 6px; margin-bottom: 12px;
}

.div-category-products .el-card__header{
    border-bottom: none;
    padding-bottom: 0;
}

.div-category-products .el-button--text{
    padding: 0;
}

.el-menu.el-menu--horizontal{
    border-bottom: none;
}

.fixed-bottom-image-search-div{
    position: fixed; 
    width: 40px; 
    height: 40px; 
    font-size: 20px; 
    z-index: 5; 
    right: 40px; 
    bottom: 60px;
}

.fixed-bottom-image-search-div button{
    padding: 7px!important;
}

.fixed-bottom-image-search-div button i{
    font-size: 24px;
}

.fixed-bottom-whatsapp-div{
    position: fixed; 
    width: 40px; 
    height: 40px; 
    font-size: 20px; 
    z-index: 5; 
    right: 40px; 
    bottom: 10px;
}

.fixed-bottom-whatsapp-div button{
    padding: 7px!important;
}

.fixed-bottom-whatsapp-div button i{
    font-size: 24px;
}

.popover-contact-us input{
    color: #333;
}

.popover-contact-us .el-input-group__append{
    background-color: #409EFF;
    color: #fff;
    font-weight: bold;
}

.el-menu--horizontal>.el-menu-item.is-active, .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{
    border-bottom: none;
}

#qrcode canvas{
    border: 10px solid #fff;
}

.el-dialog-location-currency .el-dialog__header{
    background-color: #eee;
    padding: 20px;
}

.el-dialog-address .el-dialog__header{
    background-color: #eee;
    padding: 20px;
}

.el-select-item-country{
    height: 48px;
    line-height: 48px;
    
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.el-select-item-currency{
    height: 48px;
    line-height: 48px;
    
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.el-dialog-login .el-dialog__header{
    background-color: #eee;
    padding: 20px;
}

.el-dialog-register .el-dialog__header{
    background-color: #eee;
    padding: 20px;
}

.el-dialog-search-by-image .el-dialog__header{
    background-color: #eee;
    padding: 20px;
}

.upload-search-by-image .el-upload{
    width: 100%;
}

.el-dialog-search-by-image .el-upload-dragger{
    width: 100%;
    height: 200px;
}

.div-category-products .el-image img{
    object-fit: contain;
}

/* 前端基础样式 end */

[v-cloak] {
    display:none !important;
}