/* 头部 */
.head-nav {
    width: 100%;
    height: 142px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.head-box {
    background: #006633;
    width: 100%;
    height: 145px;
    padding: 40px 0 32px 0px
}

.head-img {
    max-width: 275px;
    width: 275px;
    padding-top: 5px;
    padding-bottom: 5px;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    max-height: inherit;
}

.head-box-icon {
    padding-top: 10px;
}

header,
nav {
    background-color: #006633;
}

    nav ul {
        justify-content: space-between;
    }

.nav-pills .nav-link {
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 90px !important;
}

    .nav-pills .nav-link:hover {
        background: #ffe300 !important;
        color: #242424 !important;
    }

.dropdown-menu .dropdown-item {
    font-size: 15px;
}

    .dropdown-menu .dropdown-item:hover {
        background: #ffe300 !important;
        color: #242424 !important;
    }

/*轮播指示*/
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;
    border: none;
}

/* 激活状态的指示点 */
.carousel-indicators .active {
    background-color: #ffe300;
}
/* 轮播 */
.banner {
    padding-bottom: 2rem;
    background-image: url(../images/allimg/banner-bg.svg);
    background-position: center top;
    background-size: cover;
}

.banner-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}

.carousel-control-prev {
    background: none;
    border: none;
}

.carousel-control-next {
    background: none;
    border: none;
}

/*首页子版块标题*/
.section-title {
    color: #006633;
}


.index-categoy-section .category-item {
    width: 14.285%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.product-setion-header {
    height: 50px;
    background-color: #006633;
}

    .product-setion-header .title {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        line-height: 50px;
        font-size: 30px;
        font-weight: bold;
        color: #FFF !important;
        white-space: nowrap;
    }

    .product-setion-header .see-more {
        font-size: 18px;
        font-weight: bold;
        color: #FFF !important;
        white-space: nowrap;
        right: 5px;
        bottom: 5px;
    }

.company-semicircle {
    background-image: url('../images/backgrounds/company-section-bg.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 90px;
}

.company-setion {
    background-color: #f0f0f0;
}

.company-setion-header .title {
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #373737 !important;
    white-space: nowrap;
}

.company-setion-content {
    position: relative;
}

    .company-setion-content .company-img {
        width: 20%;
        padding: 5px;
    }

        .company-setion-content .company-img img {
            border: solid 1px #000;
        }


.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slick-prev {
    left: -30px;
}

.slick-next {
    right: -30px;
}

.adult-modal {
    position: absolute;
    /* width: 989px;
    height: 698px;*/
    width: 765px;
    height: 560px;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/backgrounds/ageConfirm.png);
    background-color: transparent;
    box-shadow: none;
    z-index: 9999;
}

.adult-button {
    width: 140px;
    height: 32px;
    position: absolute;
    left: 310px;
    cursor: pointer;
}

.adult-button-ok {
    top: 445px;
}

.adult-button-no {
    top: 495px
}

.login_float_form {
    position: absolute;
    z-index: 9999;
    padding: 20px;
    background-color: #FFF;
    margin-right: 15px;
    border-radius: 6px;
    display: none;
    background-color: #FFF;
}

    .login_float_form input.login_input1, .login_float_form .login_password_container {
        width: 100%;
        line-height: 60px;
        padding: 0 15px;
        margin-bottom: 20px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        color: #000;
        font-size: 14px;
        border: 1px solid #f1f1f1;
        font-weight: 700;
    }

    .login_float_form input:focus-visible {
        outline: 0px !important;
    }

    .login_float_form input[type="button"] {
        background-color: #006633;
        width: 100%;
        text-align: center;
        border: 0;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        padding: 20px 0;
        cursor: pointer;
        margin-top: 10px;
    }

    .login_float_form .login_button {
        background-color: #006633;
        width: 100%;
        text-align: center;
        border: 0;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        padding: 20px 0;
        cursor: pointer;
        margin-top: 10px;
    }


    .login_float_form p {
        margin: 25px 0;
        font-size: 16px;
        text-decoration: underline;
    }

    .login_float_form a {
        text-align: center;
        background-color: #ffe300;
        color: #3e3e3e;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        display: block;
        padding: 15px 0;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none;
        font-size: 18px;
    }


.register-form {
}

    .register-form input[type=checkbox] {
        width: 18px;
        height: 18px;
    }

#divRegisterFormAction button {
    margin-left: 10px;
}

    #divRegisterFormAction button:first-child {
        margin-left: 0px;
    }
/* 登录*/
.login_page {
    background-color: #fff;
    background-image: url(../images/allimg/loginbg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 100vh;
    position: relative;
}

.login_window {
    width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    box-shadow: 0 0 10px 0 #666;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.login_logo {
    text-align: center;
    padding: 30px 0;
    margin: 0;
}

.login_form {
    margin: 0 30px 30px;
}

    .login_form input.login_input1 {
        width: 100%;
        background-color: #f1f1f1;
        line-height: 60px;
        padding: 0 15px;
        margin-bottom: 20px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        color: #000;
        font-size: 14px;
        border: 0;
        font-weight: 700;
    }

    .login_form input[type="button"] {
        background-color: #81d6d3;
        width: 100%;
        text-align: center;
        border: 0;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        padding: 20px 0;
        cursor: pointer;
        margin-top: 10px;
    }

    .login_form input[type="submit"] {
        background-color: #81d6d3;
        width: 100%;
        text-align: center;
        border: 0;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 900;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        padding: 20px 0;
        cursor: pointer;
        margin-top: 10px;
    }


    .login_form p {
        margin: 25px 0;
        font-size: 16px;
        text-decoration: underline;
    }

    .login_form a {
        text-align: center;
        background-color: #ffe300;
        color: #3e3e3e;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        display: block;
        padding: 15px 0;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none;
        font-size: 18px;
    }

/* 注册*/
.register_window {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    box-shadow: 0 0 10px 0 #666;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .register_window p {
        font-size: 16px;
        text-decoration: underline;
        padding: 5px 0 20px 30px;
    }



/* 产品展示 */
.bd-highlight span {
    cursor: pointer;
}

.goods-box {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 30px;
}

.goods-box-info p {
    color: #616161;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods-box-info a {
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

.goods-box > a > img {
    width: 265px;
    height: 265px;
}

.goods-box-info-price {
    font-size: 18px;
}

.index-goods {
    border: solid 1px #e5e5e5;
}

.card-img-top {
    margin-bottom: 10px;
}


/* product页面样式 */
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    color: #000;
    font-size: 20px;
}

.card-left-nav {
    display: block;
    margin-bottom: 5px;
}

.product-right-title {
    margin-bottom: 20px;
    background: rgba(0, 0, 0, .03);
}

    .product-right-title h4 {
        line-height: 50px;
        padding-left: 10px;
    }

.media {
    margin-bottom: 15px;
    border-top: solid 1px #e5e5e5;
    padding-right: 15px;
}

.media-body h5 {
    padding-top: 10px;
}

.media-img {
    width: 100px;
    height: 100px;
}

.product-btn {
    background: #ffe300;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

.product-right-px i {
    color: #757575;
    font-size: 18px;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 3px 7px;
}

.product-right-nav-btn, .product-right-px {
    display: inline-block;
}
/* 产品详情页样式 */
.product-details-info {
    padding-top: 20px;
}

    .product-details-info p {
        font-size: 20px;
        margin-bottom: 15px;
    }

        .product-details-info p span {
            margin-right: 10px;
        }

.product-details-other {
    font-size: 16px;
    border: solid 1px #ccc;
    margin-right: 10px;
    padding: 2px 10px;
    cursor: pointer;
}

.product-description {
    margin-top: 30px;
    margin-bottom: 20px;
}

.product-description-title {
    background: #eee;
    padding: 10px;
}

.product-description-info {
    font-size: 16px;
    padding: 20px 0;
}

.product-details-section {
    color: #ef9117;
    margin-top: 30px;
    font-size: 20px;
}

.product-details-item {
    font-size: 16px;
    font-weight: 600;
    color: #494949;
}

/* 产品放大镜 */
.left-pro {
    padding: 20px 10px;
    text-align: left;
    float: left
}

    .left-pro .t2 img {
        text-indent: 0;
    }

#showArea img {
    cursor: pointer;
    display: block;
    margin-right: 15px;
    width: 80px;
    border: 1px solid #ccc;
    height: 80px;
    float: left
}

.main_img {
    cursor: pointer;
    display: block;
    border: solid 1px #cacaca;
    width: 100%;
}

#showArea {
    margin-top: 20px;
    overflow: hidden;
}

.left-pro .t2 {
    position: relative;
}

.left-pro i {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ccc;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}

.product-number-btn {
    width: 60px !important;
    margin-right: 1px;
    text-align: center;
}

.product-details-w {
    width: 125px;
}


/* 个人中心样式 */
.user {
    margin: 15px 0;
    margin-bottom: 100px;
}

.user-left {
    background: #fff;
    padding: 15px;
    font-size: 16px;
}

    .user-left ul li {
        padding-left: 25px;
        margin-top: 20px;
    }

    .user-left > .border-bottom {
        margin: 15px 0;
    }

.uesr-right {
    background: #fff;
    border-bottom: 1px solid #E3EAF2;
    padding: 15px 18px;
    font-size: 16px;
}

    .uesr-right .rounded-circle {
        width: 60px;
        height: 60px;
    }

    .uesr-right .media {
        padding: 15px;
    }

    .uesr-right .badge {
        margin-left: 10px;
    }

.uesr-right-info p {
    margin: 15px 0;
}

.password-btn {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.address-btn {
    margin-left: 160px;
    width: 49%;
    padding-bottom: 30px;
}

/* 订单页面样式 */
.nav-tabs .nav-link {
    background: none;
    margin-right: 10px;
}

.order-box {
    margin-bottom: 20px;
}

.order-img {
    width: 60px;
    height: 60px;
}

.order-box-nav {
    background: #f5f5f5;
    height: 35px;
    line-height: 35px;
    color: #aaa;
    overflow: hidden;
    padding: 0 10px;
}

.order-box-list {
    border-top: none;
    margin-bottom: 0;
}

/* 首页弹出框 */
.prompt {
    width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99;
    background-color: rgb(0 0 0 / 70%);
    position: fixed;
}

.prompt-info {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.prompt-info-warnings {
    color: #0084ff;
}

.prompt-info p {
    font-size: 22px;
}

.prompt-info-btn {
    width: 45%;
}

.btn1 {
    border: 1px solid #000000;
    font-size: 20px;
}

.btn2 {
    background: #000;
    color: #fff;
    font-size: 20px;
}

.prompt-info img {
    width: 120px;
}

.jumbotron-prompt {
    padding-top: 15PX;
    background: #FFF;
}

.jumbotron-prompt-tit {
    padding: 0 20px;
}

/* 首页登录提示框 */
.banner .box {
    padding: 27px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 30px -5px #0003;
    -webkit-box-shadow: 0px 10px 30px -5px #0003;
    /*height: 420px;*/
    height: 356px;
}

    .banner .box h3 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 10px;
    }

    .banner .box p {
        font-size: 18px;
        text-align: center;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .banner .box .box-btn a {
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
    }
/* 品牌页面样式 */
.brand-flexer {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.category ul {
    flex-wrap: wrap;
}

.category li:first-child, .category li:nth-child(10), .category li:nth-child(18) {
    padding-left: 0;
}

.category li {
    padding: 0 10px 10px;
    width: 11.111%;
    margin-bottom: 20px;
}

    .category li .box {
        position: relative;
        padding: 10px;
        border: 1px solid #d7d7d7;
        background-color: #fff;
        border-radius: 8px;
    }

        .category li .box .imgs {
            margin: 0 20px;
        }

        .category li .box h3 {
            font-size: 14px;
            text-transform: capitalize;
            font-weight: 600;
            text-align: center;
            line-height: 1.2em;
            margin-top: 5px;
        }

        .category li .box a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.brand-product-right {
    font-size: 15px;
    color: #242424;
    font-weight: 600;
}

.brand-product-img {
    padding: 0.5rem;
    width: 150px;
    height: 150px;
}

.brand-product li h5 {
    font-size: 20px;
}

.brand-product li p {
    font-size: 15px;
    color: #aeaeae;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 购物车页面 */
.card-number {
    display: inline-block;
    width: 50px;
    text-align: center;
}

.card-number-price {
    padding: 5px 10px;
    color: #000;
    font-weight: bold;
}

.media-cart {
    border-top: none;
}

.cart-img {
    width: 72px;
    height: 72px;
}

.cart-btn {
    background: #F56061;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    position: relative;
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 20px;
    padding: 14px 38px;
    transition: all .3s ease-in-out;
    border: 0;
}

    .cart-btn:hover {
        background: #f34849;
        color: #fff;
    }

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.star {
    display: inline-block;
    font-size: 18px;
    color: #feb800;
    margin-right: 2px;
}
