/* 小屏时 */
@media screen and (max-width: 1024px) {
    header {
        display: none !important;
        width: 0 !important;
    }

    .img-responsive {
        width: 80px;
        height: 30px;
    }
}

/* 大屏下 */
@media screen and (min-width: 1024px) {
    .mobile {
        display: none !important;
    }
}


/* 移动端样式 */
.mobile {
    background: var(--main-color);
    height: 94px;
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

    .mobile .nav,
    .mobile .nav .iconfont-ut {
        align-items: center;
        display: flex;
        height: 30px;
    }

        .mobile .nav .iconfont-ut {
            color: #fff;
            font-size: 20px;
            justify-content: center;
            width: 30px;
        }

    .mobile .nav {
        justify-content: space-between;
        padding: 0 10px;
        position: relative;
        width: 100%;
    }

        .mobile .nav a {
            color: #fff;
            font-size: 15px;
        }

    /* 圆角 */
    .mobile .round {
        background-color: var(--main-color);
        border-radius: 50%;
        bottom: -12px;
        height: 24px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    /* 移动端的搜索框 */
    .mobile .search {
        align-items: center;
        background: #fff;
        border-radius: 20px;
        bottom: -20px;
        box-shadow: 0 0 15px -7px #ccc;
        display: flex;
        height: 40px;
        justify-content: space-between;
        left: 50%;
        padding: 0 20px;
        position: absolute;
        transform: translate(-50%);
        width: 90%;
        border: var(--main-color);
    }

        .mobile .search span {
            color: #999;
            font-size: 12px;
        }

        .mobile .search .iconfont {
            color: #999;
            font-size: 16px;
        }


/* 移动端展开侧栏 */
.drawer {
    background-color: #fff;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: -80vw;
    position: fixed;
    top: 0;
    transition: all .2s ease-in;
    width: 80vw;
    z-index: 1000;
}

    .drawer.active {
        left: 0;
    }

    /* 侧栏标题 */
    .drawer .title {
        align-items: center;
        background-color: var(--main-color);
        display: flex;
        height: 60px;
        justify-content: space-between;
        padding: 0 12px;
        width: 100%;
    }

        .drawer .title img {
            height: 30px;
            width: 80px;
        }

        .drawer .title a {
            color: #fff;
        }

    /* 侧栏内容区域 */
    .drawer .cot {
        flex: 1;
        padding: 0 16px;
        position: relative;
    }


        /* 侧栏工具区域 */
        .drawer .cot .tools {
            align-items: center;
            border-bottom: 1px solid #d4d4d4;
            display: flex;
            justify-content: space-between;
            padding: 16px 0;
        }

            .drawer .cot .tools a {
                align-items: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                .drawer .cot .tools a img {
                    height: 30px;
                    margin-bottom: 6px;
                    width: 30px;
                }

                .drawer .cot .tools a p {
                    font-size: 12px;
                }

        /* 侧栏工具区域结束 */

        /* 侧栏固定菜单 */
        .drawer .cot .list li a,
        .drawer .cot .list li a div {
            align-items: center;
            display: flex;
        }

        .drawer .cot .list li a {
            justify-content: space-between;
            padding: 10px 0;
            color: #666;
        }

            .drawer .cot .list li a div .iconfont-ut {
                color: var(--main-color);
                font-size: 20px;
                margin-right: 6px;
            }

            .drawer .cot .list li a div span {
                font-size: 13px;
            }

        .drawer .cot .s-btn {
            border-radius: 18px;
            bottom: 120px;
            left: 50%;
            position: absolute;
            transform: translate(-50%);
            width: 80%;
        }

/* 移动端结束 */

/* 全局头部 */
header {
    background-color: var(--colorW);
    width: 100%;
}


    header .t {
        border-bottom: 2px solid var(--main-color);
        position: relative;
    }

/* 国际化 */
#language_Select {
    height: 37px;
    width: 1300px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

/* 公告区域 */

.affiche_box {
    height: 66px;
    padding: 10px 0;
}

/* 公告区域结束 */



/* logo区域 */
.log {
    height: 50px;
    width: 140px;
    margin-right: 150px;
}

    .log img {
        max-width: 170px;
    }

/* logo区域结束 */

/* 搜索 */
.search_bar {
    /* width: 740px;
  height: 50px;

  border-radius: 2px;
  height: 38px;
  width: 740px; */
    /* margin-left: 165px; */
    /* margin-left: 50px; */
    /* flex: 2; */
}

/* 搜索结束 */

/* 购物车 登陆注册 */

.funBoxs {
    height: 50px;
    display: flex;
}

    /* loginbox */
    .funBoxs .loginBox {
        position: relative;
    }

/* 登陆dialog */
.loginBox .signInCot {
    position: absolute;
    top: 40px;
    right: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.24) !important;
    z-index: 99;
    background-color: var(--colorW);
    display: none;
}

    /* Sign In or Sign Up */
    .loginBox .signInCot .tit {
        height: 26px;
        line-height: 26px;
    }

/* 登陆dialog  */
.login_dialog {
    width: 250px;
}

    .login_dialog .v-input {
        height: 36px;
        margin-bottom: 16px;
        border: none !important;
        border-bottom: 1px solid #d4d4d4 !important;
    }

        /* dialog 输入框 */
        .login_dialog .v-input:hover {
            border-bottom: 1px solid var(--main-color) !important;
        }

        .login_dialog .v-input input {
            width: 100%;
            border: none;
            font-size: 14px;
            padding-left: 10px;
            box-sizing: border-box;
            background-color: #fff;
        }

    .login_dialog .or {
        height: 14px;
        line-height: 14px;
        margin-bottom: 12px;
    }

    .login_dialog .s-btn {
        width: 100%;
        border-radius: 18px !important;
        margin-bottom: 12px;
    }

    .login_dialog .signUp {
        border: 1px solid var(--main-color);
        height: 36px;
        line-height: 36px;
    }

    .login_dialog .here {
        height: 16px;
        line-height: 16px;
        margin-bottom: 4px;
    }

/* 购物车 登陆注册结束 */

/* nav */
.header_nav .header_nav_all > a {
    width: 310px;
    border-radius: 6px 6px 0 0;
    padding: 0 16px;
    margin-left: 0;
    height: 40px;
    line-height: 40px;
    background-color: var(--main-color);
}

.header_nav > a {
    height: 40px;
    color: #333;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
}

    .header_nav > a:nth-child(2) {
        margin-left: 30px;
    }

    .header_nav > a:hover {
        background-color: #d4d4d44d;
        border-radius: 4px;
    }

/* ------------------------------------------------------------------ */

/* popover */
/* 初始p状态 */

.v-popover {
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    height: var(--height);
}

    .v-popover .v-popover-content,
    .v-popover:before {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
        transition: all 0.2s cubic-bezier(0.25, 0.8, 0.5, 1);
    }

    .v-popover .v-popover-content {
        line-height: unset;
        top: var(--top);
        right: 0;
        display: -webkit-box;
        display: flex;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 1px 6px rgb(0 0 0 / 11%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        visibility: hidden;
        display: none;
    }

.language_currency .v-popover-content {
    border-radius: 6px;
    padding: 16px 10px;
}

/* select */
.v-select {
    width: 100%;
    height: 36px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

/* selcet  v-input */
.v-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}

    .v-input input {
        -webkit-box-flex: 1;
        flex: 1;
        height: 100%;
        font-size: 14px;
        color: #666;
        border: none;
        padding-left: 10px;
    }

    .v-input .iconfont {
        font-size: 14px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .v-input .iconfont.icon-down {
            color: #666;
            font-size: 13px;
            position: absolute;
            right: 0;
        }

        /* 下拉框展开状态 */
        .v-input .iconfont.active {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

/* option */
.v-select .v-option {
    width: 100%;
    max-height: 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 11px -6px #333;
    overflow-y: auto;
    cursor: pointer;
    position: absolute;
    top: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .v-select .v-option::-webkit-scrollbar {
        width: 8px;
    }

    .v-select .v-option::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 8px;
    }

    /* option展开后最大高度 */
    .v-select .v-option.active {
        max-height: 400px;
    }

    .v-select .v-option p {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 6px;
    }

        .v-select .v-option p.active,
        .v-select .v-option p:hover {
            font-weight: bolder;
            color: var(--main-color);
        }
