:root {
    /* 亮色 */
    --color-dark: #006400;
    /* 暗色 */
    --color-light: linear-gradient(180deg, #006400 0%, #32cd32 100%);

    /*常规字体*/
    --color-font: #fff;
    /*对比字体*/
    --uncolor-font: #333;

    /*常规背景色*/
    --color-back: #fff;
    /*对比背景色*/
    --color-font: #333;
}

html {
    width: 100%;
    height: 100%;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.3s;
}
@font-face {
    font-family: lazada;
    src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.eot);
    src: url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.eot?#iefix) format("embedded-opentype"),url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.woff) format("woff"),url(//laz-g-cdn.alicdn.com/lzdfe/static/0.0.48/iconfont-hp.ttf) format("truetype")
}

@font-face {
    font-family: NextIcon;
    src: url("//laz-g-cdn.alicdn.com/lzd/assets/0.0.7/dpl-buyeruikit/2.0.1/font_482437_i9tqljab236p3nmi.eot");
    src: url("//laz-g-cdn.alicdn.com/lzd/assets/0.0.7/dpl-buyeruikit/2.0.1/font_482437_i9tqljab236p3nmi.eot?#iefix") format("embedded-opentype"),url("//laz-g-cdn.alicdn.com/lzd/assets/0.0.7/dpl-buyeruikit/2.0.1/font_482437_i9tqljab236p3nmi.woff") format("woff"),url("//laz-g-cdn.alicdn.com/lzd/assets/0.0.7/dpl-buyeruikit/2.0.1/font_482437_i9tqljab236p3nmi.ttf") format("truetype"),url("//laz-g-cdn.alicdn.com/lzd/assets/0.0.7/dpl-buyeruikit/2.0.1/font_482437_i9tqljab236p3nmi.svg#articonsvg") format("svg")
}
body {
    width: 100%;
    margin: 0;
    margin: 0 auto;
    padding: 0;
    background: var(--color-light);
    color: var(--color-back);
    min-width: 1188px;
    font-size: 12px;
    margin: 0 auto;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
}

/*头部*/
.header {
    width: 100%;
    position: sticky;
    top: 0;
    background: var(--color-dark);
    z-index: 99;
}
.header-main{
width: 1188px;
margin: 0 auto;
}

.header .nav {
    width: 100%;
    background-color: rgba(0, 0, 0, .03);
    display: flex;
    column-gap: 34px;
    height: 25px;
    justify-content: center;
    align-items: center;

}

.header .search {
    width: 100%;
    display: flex;
    padding-top: 17px;
    height: 75px;
    align-items: center;
    gap: 1rem;
}

.header .search .logo {
    width: 200px;
}

.header .search .logo img{
    width: 100%;
    object-fit:contain;
}

.lzd-nav-search {
    width: 688px;
    display: flex;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 0.6rem;
}

.lzd-nav-search .input-search {
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    color: rgba(0, 0, 0, 0.50);
    border: none;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    outline: none;
}

.lzd-nav-search .container-icon {
    width: 5rem;
    background: #013f00;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.header .nav {
    width: 100%;
}

.search .lzd-nav-cart {
    display: inline-block;
    height: 38px;
    width: 40px;
    position: relative;
    margin: 0 0 0 20px;
}

.lzd-nav-cart .cart-icon {
    position: absolute;
    background-image: url(//lzd-img-global.slatic.net/g/tps/tfs/TB1xEeTdBGw3KVjSZFDXXXWEpXa-75-66.png);
    background-size: cover;
    width: 29px;
    height: 26px;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -14px;
}

.lzd-nav-cart .cart-icon {
    background-image: url(https://imgshutter.pro/images/reshaper/cart-icon.png) !important;
}

.header .nav2 {
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.nav2 .left {
    width: 200px;
    height: 100%;
}

.nav2 .left {
    height: 100%;
}

.nav2 a {
    font-size: 14px;
}

.nav2 .right {
    display: flex;
    column-gap: 20px;
}
.nav2 .right a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.lzd-site-menu-nav-category-text {
    opacity: .75;
    font-family: Roboto-Medium;
    margin-left: 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 800;
}

.lzd-site-menu-nav-category-text::after {
    content: '\e736';
    margin-left: 12px;
    font-size: 16px;
    font-family: lazada !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
}

/*主体*/

.container {
    padding-top: 50px;
    padding-left: 57px;
    padding-right: 57px;
    width: 1188px;
    margin: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 24px;
    overflow: hidden;
}

.container-main {
    background: var(--color-back);
    width: 100%;
    display: flex;
    column-gap: 10px;
}

.container .container-left {
    width: 400px;
}

.gallery-preview-panel {
    border-bottom: 1px solid #eff0f5;
    box-sizing: border-box;
    margin-bottom: 9px;
    position: relative;
    cursor: zoom-in;
}

.gallery-preview-panel__content {
    margin: 2rem auto 10px auto !important;
    overflow: hidden;
    max-height: 330px;
    max-width: 330px;
    text-align: center;
}


.gallery-preview-panel__image {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.container .container-right {
    flex: 70%;
    padding: 24px;
}

.right-top {
    display: flex;
}

.top-left {
    flex: 70%;
}

.top-right {
    flex: 30%;
}

.seo-title {
    color: #212121;
    font-size: 22px;
    font-weight: 400;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 700;
    margin-bottom: 15px;
}

.pdp-block__rating-questions {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    height: 58px;
}

.pdp-block__rating-questions {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.pdp-review-summary__stars {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.pdp-review-summary__link {
    display: inline-block;
    vertical-align: middle;
}

.pdp-link_size_s {
    font-size: 12px;
}

.pdp-link,
.pdp-link:visited {
    color: #136cff;
}

.pdp-review-summary__stars .star {
    width: 12px;
    height: 12px;
}

.pdp-product-brand {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #eff0f5;
    line-height: 20px;
}

.pdp-product-brand__name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    color: #9e9e9e;
    font-size: 12px;
}

.pdp-link,
.pdp-link:visited {
    color: #136cff;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}

.pdp-product-brand__brand-link,
.pdp-product-brand__suggestion-link {
    display: inline-block;
    vertical-align: middle;
}

.pdp-link_size_s {
    font-size: 12px;
}

.pdp-cart-concern {
    margin-top: 8px;
    border-radius: 2px;
    line-height: 44px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    display: flex;
}

.add-to-cart-buy-now-btn {
    font-family: Roboto;
    font-weight: 500;
    font-size: 1.6rem;
}

.add-to-cart-buy-now-btn {
    padding: 0;
    width: 225px;
    text-align: center;
    margin-right: 10px;
    border: 0;
}

.pdp-button_theme_yellow {
    background: #ffb916;
    color: #fff;
}

.pdp-button_size_xl {
    height: 44px;
    font-size: 16px;
    padding: 0 60px;
}

.pdp-button {
    padding: 0 24px;
    border-radius: 2px;
    transition: all .3s ease-out;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pdp-button-text {
    display: block;
}

.pdp-button_theme_orange {
    border: 1px solid #f57224;
    background: #f57224;
    color: #fff;
}

.right-seotitle{
    font-size: 2em;
    margin: .67em 0;
    text-align: center;
    margin-bottom: 3rem;
    color: var(--color-dark);
    font-weight: 700;
}
.new {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.new .item {
    width: 100%;
    overflow: hidden;
}





.new .text {
    width: 100%;
    overflow: hidden;
}

.new .text p.tit {
    margin-bottom: 8px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
    color: #000;
    font-weight: 600;
    color: var(--color-dark);
}

.new .desc {
    color: var(--uncolor-font);
    font-weight: 500;

}

.pdp-product-price {
    display: inline-block;
    padding: 16px 0 17px;
}

.pdp-price_size_xl {
    font-size: 30px;
}

.pdp-price_color_orange {
    color: #f57224;
}

.pdp-price_type_deleted {
    text-decoration: line-through;
}

.pdp-price_size_xs {
    font-size: 14px;
}
.pdp-price_color_lightgray {
    color: #9e9e9e;
}

.pdp-product-price__discount {
    font-size: 14px;
    color: #212121;
    margin-left: 6px;
}


.sku-quantity-selection {
    padding-top: 24px !important;
}

.pdp-mod-product-info-section {
    padding: 8px 0;
}

.sku-quantity-selection .section-title {
    padding-top: 7px;
}
.pdp-mod-product-info-section .section-title {
    display: inline-block;
    margin: 0;
    width: 92px;
    color: #757575;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}
.pdp-mod-product-info-section .section-content {
    display: inline-block;
    width: calc(100% - 92px);
}

.next-number-picker {
    color: #212121;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Sans-serif;
    font-size: 14px;
    line-height: 1.28571;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.quantity-content-default {
    font-size: 12px;
    padding-left: 12px;
    color: #9e9e9e;
}
.next-number-picker-inline .next-number-picker-handler-wrap {
    width: 108px;
    margin-left: 0;
}

.next-number-picker-inline .next-number-picker-handler-wrap, .next-number-picker-inline .next-number-picker-input-wrap {
    position: relative;
    float: left;
}
.next-number-picker-handler-wrap {
    float: right;
    margin-left: 2px;
    position: relative;
    transition: all .2s;
}
.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler-up {
    float: right;
}
.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler {
    width: 32px;
    height: 32px;
    border-radius: 0;
    margin: 0;
}
.next-number-picker-handler-wrap .next-number-picker-handler-up {
    margin-bottom: 2px;
}
.next-number-picker-handler-wrap .next-number-picker-handler {
    text-align: center;
    cursor: pointer;
    line-height: 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: all .2s;
    display: block;
    border: 4px solid transparent;
    color: #9e9e9e;
    background-color: #eff0f5;
}
.next-number-picker-handler-wrap .next-number-picker-handler {
    text-align: center;
    cursor: pointer;
    line-height: 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: all .2s;
    display: block;
    border: 4px solid transparent;
    color: #9e9e9e;
    background-color: #eff0f5;
}
.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler {
    width: 32px;
    height: 32px;
    border-radius: 0;
    margin: 0;
}

.sku-quantity-selection .next-number-picker-handler-down-disabled {
    background: #fafafa !important;
    border-color: #fafafa !important;
    cursor: not-allowed;
    color: #dadada;
}
.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler-up-inner {
    line-height: 24px;
}

.next-number-picker-handler-down-inner, .next-number-picker-handler-up-inner {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: block;
    transition: line-height .2s;
    line-height: 11px;
}
.next-icon {
    position: relative;
    display: inline-block;
    font-family: NextIcon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .1px;
    -moz-osx-font-smoothing: grayscale;
}

.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler .next-icon:before {
    font-weight: 900;
}
.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit;
}
.next-number-picker, .next-number-picker *, .next-number-picker :after, .next-number-picker :before {
    box-sizing: border-box;
}
.next-icon-add:before {
    content: "\E66F";
}
.next-icon-medium:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit;
}
.next-icon:before {
    display: inline-block;
    speak: none;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
}
.next-icon {
    position: relative;
    display: inline-block;
    font-family: NextIcon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .1px;
    -moz-osx-font-smoothing: grayscale;
}

.next-number-picker-inline .next-number-picker-input-wrap {
    margin-left: -76px;
}

.next-number-picker-inline .next-number-picker-handler-wrap, .next-number-picker-inline .next-number-picker-input-wrap {
    position: relative;
    float: left;
}
.next-number-picker-input-wrap {
    overflow: hidden;
    float: left;
}


.sku-quantity-selection .next-number-picker-input {
    border: none !important;
}
.next-number-picker-inline .next-number-picker-input {
    width: 44px;
}
.next-input.next-input-single {
    border-color: #dadada;
}
.next-number-picker, .next-number-picker *, .next-number-picker :after, .next-number-picker :before {
    box-sizing: border-box;
}
.next-input-medium {
    border-radius: 0;
}
.next-input, .next-input *, .next-input :after, .next-input :before {
    box-sizing: border-box;
}
.next-input {
    display: inline-table;
    border-collapse: separate;
    overflow: visible;
    border: 1px solid #eff0f5;
    width: 200px;
    border-spacing: 0;
    background-color: #fff;
    transition: all .3s ease-out;
}

.next-input input, .next-input textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    font-weight: 400;
    vertical-align: baseline;
    background-color: transparent;
}

.next-number-picker-inline .next-number-picker-input input {
    line-height: 22px;
    height: 30px;
}
.next-number-picker-input-wrap .next-number-picker-input input {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
}
.next-input.next-input-single input {
    color: #212121;
}
.sku-quantity-selection input {
    height: 32px !important;
}
.next-input-medium input {
    border-radius: 0;
}
.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler .next-icon:before {
    font-weight: 900;
}
.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit;
}

.next-number-picker, .next-number-picker *, .next-number-picker :after, .next-number-picker :before {
    box-sizing: border-box;
}
.next-icon-add:before {
    content: "\E66F";
}
.next-icon-medium:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit;
}
.next-icon:before {
    display: inline-block;
    speak: none;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
}
.next-icon {
    position: relative;
    display: inline-block;
    font-family: NextIcon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .1px;
    -moz-osx-font-smoothing: grayscale;
}
.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler .next-icon:before {
    font-weight: 900;
}

.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit;
}
.next-number-picker, .next-number-picker *, .next-number-picker :after, .next-number-picker :before {
    box-sizing: border-box;
}
.next-icon-minus:before {
    content: "\E670";
}
.next-icon-medium:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit;
}
.next-icon:before {
    display: inline-block;
    speak: none;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
}
.next-icon {
    position: relative;
    display: inline-block;
    font-family: NextIcon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .1px;
    -moz-osx-font-smoothing: grayscale;
}

.sku-quantity-selection .next-number-picker-disabled, .sku-quantity-selection .next-number-picker-handler-down-disabled .next-number-picker-handler-down-inner {
    cursor: not-allowed;
}
.next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler-down-inner, .next-number-picker-inline .next-number-picker-handler-wrap .next-number-picker-handler-up-inner {
    line-height: 24px;
}
.next-number-picker-handler-down-inner, .next-number-picker-handler-up-inner {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: block;
    transition: line-height .2s;
    line-height: 11px;
}

/*底部*/

.fixed-footer {
    display: flex;
    justify-content: space-around;
    position: fixed;
    background: linear-gradient(90deg, #006400 0%, #006400 100%);
    padding: 5px 0;
    box-shadow: 0 0 8px 4px #00d9ff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.fixed-footer a {
    flex-basis: calc((100% - 15px* 6) / 5);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    max-width: 75px;
    font-size: 12px;
    font-weight: bold;
    font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fixed-footer img {
    max-width: 20px;
    margin-bottom: 0;
    max-height: 20px;
}

.seller-name {
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--uncolor-font);
    width: 200px;
    height: 40px;
    border-bottom: 1px solid #eff0f5;
}

.seller-name .seller-name__wrapper {
    flex: 1;
}
