﻿body {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif;
    background-color: #fff;
    font-size: 12px;
    height: 100%;
    width: 100%;
}

.site-header .svg-icon {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    fill: currentColor;
    color: #333;
    overflow: hidden;
}

.search-bar-hamburger-wrap, .search-bar-search-wrap {
    box-sizing: border-box;
    text-align: center;
    width: 45px;
    float: left;
}

.search-icon {
    font-size: .2rem;
    color: #757575;
}

.inline {
    display: inline-block;
}

.align-left {
    float: left;
}

@font-face {
    font-family: mobile;
    src: url(/Content/fonts/iconfont-hp.eot);
    src: url(/Content/fonts/iconfont-hp.eot?#iefix) format("embedded-opentype"),url(/Content/fonts/iconfont-hp.woff) format("woff"),url(/Content/fonts/iconfont-hp.ttf) format("truetype");
}

.mobile-icon {
    font-family: mobile !important;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-icon {
    font-family: mobile !important;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-bar-header .search-icon {
    font-size: 23px;
    padding: 0 0 0 5px;
    color: #757575;
    height: 45px;
}

.mobile-ic-Search1:before {
    content: '\e72e';
}

.search-bar-header {
    height: 45px;
    line-height: 40px;
    box-sizing: border-box;
    width: auto;
    min-height: 40px;
    background-color: #fff;
    margin: 5px 5px;
    right: 0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}

.search-bar-content {
    box-sizing: border-box;
    width: 98%;
    margin-top: -45px;
    margin-left: 40px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    height: 100%;
}

.search-text-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 0 4px;
    font-size: 16px;
    line-height: 24px;
    color: #f57224;
    border: 0 none;
    outline: none;
    background: transparent;
    caret-color: #00bfc2;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.page-card {
    display: block;
    padding: 20px 0 0 0;
}

    .page-card ul {
        background: #fff;
        margin: 8px 0;
    }

    .page-card li {
        line-height: 35px;
        border-bottom: 1px solid #d7d7d7;
        position: relative;
        font-size: 14px;
        padding: 0 10px 0 10px;
    }

.don-hang {
    padding: 6px 15px 6px 5px !important;
}

.confirm-button {
    color: #fff;
    margin-top: 7px;
    margin-right: 0px;
    background: #f57224;
    height: 25px;
    width: 70px;
}

.cancel-button {
    color: #fff;
    margin-right: 15px;
    background: #f57224;
    height: 25px;
    width: 70px;
}

.card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: 0 0;
    height: .3rem;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 0;
}

.card-title {
    font-size: 16px;
    line-height: 22px;
    color: #f57224; /*757575;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.don-hang-input-text {
    font-size: 14px;
    color: #f57224;
    line-height: 30px;
    padding: 5px 5px 5px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.don-hang-input-number {
    font-size: 14px;
    color: #f57224;
    line-height: 25px;
    margin-bottom: 5px;
    padding: 5px 5px 5px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.hidden-it {
    display: none;
}

.hidden {
    display: none !important;
}

.show-it {
    display: block !important;
}

#header-wrapper {
    height: 48px;
}

    #header-wrapper .fixed-top {
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
    }

#lzd-global-header {
    font-size: 12px;
    box-shadow: 0 1px 0 rgba(0,0,0,.05),0 .5px 0 rgba(0,0,0,.09);
    height: 48px;
    line-height: 48px;
    background: #f57224;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    #lzd-global-header a {
        text-decoration: none;
        color: #333;
        -webkit-tap-highlight-color: transparent;
    }

    #lzd-global-header em, #lzd-global-header i {
        font-style: normal;
    }

    #lzd-global-header img {
        border: none;
    }

    #lzd-global-header input.fixAKeyboard:focus {
        -webkit-tap-highlight-color: rgba(255,255,255,0);
        -webkit-user-modify: read-write-plaintext-only;
    }

    #lzd-global-header button {
        color: #333;
        border: 0;
        background: 0 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        outline: 0;
    }

    #lzd-global-header .lazada-icon {
        font-size: 22px;
        line-height: 48px;
        font-family: common-hf-font-family !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #lzd-global-header a, #lzd-global-header button {
        width: 40px;
        text-align: center;
        margin: 0;
        cursor: pointer;
    }

    #lzd-global-header.channel-search .lazada-icon {
        font-size: 20px;
    }

    #lzd-global-header.channel-search a, #lzd-global-header.channel-search button {
        margin: 0 2px;
    }

    #lzd-global-header .p-holder {
        width: 0;
    }

    #lzd-global-header hidden {
        display: none;
    }

    #lzd-global-header #j-lzd-tinycart {
        position: relative;
    }

        #lzd-global-header #j-lzd-tinycart .cart-num {
            text-align: center;
            display: inline-block;
            background-color: #f37022;
            border-radius: 50%;
            right: -7px;
            font-size: 12px;
            line-height: 18px;
            height: 18px;
            position: absolute;
            top: 8px;
            color: #fff;
            left: 20px;
            -ms-transform: scale(.8);
            transform: scale(.8);
            -webkit-transform: scale(.8);
            -moz-transform: scale(.8);
        }

            #lzd-global-header #j-lzd-tinycart .cart-num.normal-num {
                width: 18px;
            }

    #lzd-global-header .title-display {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #lzd-global-header .title-wrap {
        height: 48px;
    }

        #lzd-global-header .title-wrap .title-wrap-inner {
            height: 48px;
            width: 0;
        }

        #lzd-global-header .title-wrap h1 {
            color: #fff;
            text-align: left;
            font-size: 16px;
            font-weight: 400;
            line-height: 40px;
            -webkit-flex: 1;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            white-space: nowrap;
            word-break: break-all;
            padding: 0 10px;
            margin: 0;
            width: 0;
        }

        #lzd-global-header .title-wrap.space-set h1 {
            padding: 0;
        }

    #lzd-global-header .right-link {
        width: auto;
        padding: 0 8px 0 0;
        font-size: 14px;
    }

    #lzd-global-header .them_moi {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: right;
        padding: 0 25px 0 0;
    }

@charset "UTF-8";

.m-common-more {
    font-size: 20px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    display: none;
}

    .m-common-more .svg-icon {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        overflow: hidden;
    }

    .m-common-more .hidden {
        display: none !important;
    }

    .m-common-more .language-item, .m-common-more a.language-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

    .m-common-more a.language-item {
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .m-common-more a.language-item .split {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .m-common-more a.language-item i.lazada-icon {
            display: none;
            margin: 0 10px;
        }

            .m-common-more a.language-item i.lazada-icon.active {
                display: block;
            }

    .m-common-more .login-show, .m-common-more.login .unlogin-show {
        display: none;
    }

    .m-common-more.login .login-show, .m-common-more.show {
        display: block;
    }

    .m-common-more .language-item {
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .m-common-more .language-item img {
            width: 18px;
            height: 18px;
        }

        .m-common-more .language-item .text {
            padding: 0 0 0 8px;
        }

    .m-common-more .mask {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

    .m-common-more .list-box {
        position: fixed;
        top: .71429em;
        right: .71429em;
        background: #fff;
        font-size: 14px;
        border-radius: .21429em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 12.14286em;
        box-shadow: 0 1px 8px rgba(0,0,0,.15);
    }

        .m-common-more .list-box a {
            padding: 0 0 0 1.07143em;
            color: #333;
            height: 3.14286em;
            line-height: 3.14286em;
            text-decoration: none;
        }

            .m-common-more .list-box a .lazada-icon {
                display: none;
            }

.don-hang-main {
    margin-top: 8px;
    margin-bottom: 50px;
    background-color: #fff;
}

.don-hang-form {
    background-color: #fff;
    padding: 0 10px 0 10px;
}

.mod-input {
    position: relative;
    min-height: 40px;
}

.mod-input.hidden {
    display: none;
}

.mod-input-column {
    position: relative;
    min-height: 40px;
    width: 40%;
}

.mod-input.error label, .mod-input.floating label, .mod-input.focus label {
    font-size: 10px;
    color: #9e9e9e;
    top: 0;
    left: 0;
}

.mod-input.error b, .mod-input.floating b, .mod-input.focus b {
    height: 2px;
    background: #1a9cb7;
}

.mod-input.floating b {
    height: 1px;
    background: #c8c8c8;
}

.mod-input.readonly {
    opacity: .5;
}

    .mod-input.readonly .mod-input-close-icon {
        display: none;
    }

.mod-input.error b {
    height: 2px;
    background: #f44336;
}

.mod-input.error span {
    visibility: visible;
}

.mod-input label {
    /*position: absolute;*/
    z-index: 1;
    top: 18px;
    left: 0;
    font-size: 14px;
}

.mod-input b {
    z-index: 3;
    top: 44px;
    height: 1px;
    background: #c8c8c8;
}

.mod-input select {
    margin-top: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width: 100%;
}

.mod-input b, .mod-input input {
    position: absolute;
    left: 0;
    width: 100%;
}

.mod-input-column input {
    position: absolute;
    left: 0;
}

.mod-input input {
    top: 5px;
    position: relative;
    border: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    outline: none;
    border-bottom: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.mod-input-column input {
    top: 5px;
    border: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    outline: none;
    border-bottom: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.mod-input input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.mod-input input::-ms-clear, .mod-input input::-ms-reveal {
    display: none;
}

.mod-input input[type=number]::-webkit-inner-spin-button, .mod-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mod-input span {
    font-size: 10px;
    min-height: 16px;
    line-height: 16px;
    color: #f44336;
    visibility: hidden;
    display: block;
    padding-top: 50px;
}

.mod-input-close-icon, .mod-input-password-icon {
    padding: 10px;
    font-family: "lazada-member";
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}

    .mod-input-close-icon:after, .mod-input-password-icon:after {
        content: "\e601";
    }

    .mod-input-close-icon.open:after, .mod-input-password-icon.open:after {
        content: "\e604";
    }

    .mod-input-close-icon:after {
        color: #dadada;
        content: "\e709";
    }

.mod-input-password .mod-input-close-icon {
    right: 30px;
}

.mod-input-password input {
    padding-right: 65px;
}

.mod-button {
    display: block;
    width: 100%;
    height: 48px !important;
    line-height: 48px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #fff;
    font-size: 18px !important;
    background-color: #f57224;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.bill-status {
    padding: 5px 5px 5px 5px;
}

.status-button {
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    padding: 0 15px 5px 5px;
    color: #fff;
    font-size: 18px !important;
    background-color: #0094ff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
    border: 0;
    outline: 0;
    cursor: pointer;
    width: 49%;
}

.active {
    color: #f57224;
}

.mod-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    padding: 20px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 1003;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.32);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.32);
    outline: 0;
    max-width: 300px;
}

.mod-dialog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.2);
    z-index: 1001;
}

.mod-dialog-title {
    font-size: 16px;
    color: #212121;
    margin-bottom: 10px;
    font-weight: 400;
}

.mod-dialog-cont {
    color: #727272;
    line-height: 24px;
    margin-bottom: 12px;
    font-size: 12px;
    min-height: 50px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    max-height: 197px;
    overflow-y: auto;
}

.mod-dialog-ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .mod-dialog-ft button {
        color: #1a9cb7;
        background: none;
        border: 0;
        font-size: 14px;
        padding: 10px 0 0 10px;
        margin-left: 10px;
        outline: 0;
    }

    .mod-dialog-ft .cancel {
        color: #9e9e9e;
    }

.mod-dialog-btn {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #009688;
}

.lzd-loader {
    display: inline-block;
}

#lzd-loader-spinner {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    transform-box: fill-box;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.mod-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: hsla(0,0%,100%,.25);
}

.mod-loading-warp .lzd-loader, .mod-loading-warp img {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 109px;
    height: 106px;
    z-index: 1000;
    background-size: contain;
    margin: -53px 0 0 -54px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.mod-fusion-toast {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-width: 788px;
    top: 165px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

    .mod-fusion-toast .next-feedback-content {
        line-height: 18px !important;
    }

.mod-switch {
    width: 40px;
    height: 24px;
    cursor: pointer;
    background-image: url(//laz-img-cdn.alicdn.com/5476e8b07b923/TB1bLL_b8TH8KJjy0FiXXcRsXXa);
    background-size: cover;
}

.mod-switch-on {
    background-image: url(//laz-img-cdn.alicdn.com/5476e8b07b923/TB1yr7jb9fD8KJjSszhXXbIJFXa);
}

.pc-slider {
    margin: 10px 0;
}

    .pc-slider .nc_scale {
        height: 40px;
        background: #d4f3eb;
        border-radius: 6px;
    }

    .pc-slider .nc_wrapper {
        width: 100% !important;
    }

    .pc-slider .nc_scale .scale_text.scale_text.slidetounlock span[data-nc-lang=_startTEXT] {
        font-size: 14px;
        color: #11c296 !important;
        background: -webkit-gradient(linear,left top,right top,color-stop(0,#17ca9d),color-stop(.4,#17ca9d),color-stop(.5,#fff),color-stop(.6,#17ca9d),color-stop(1,#17ca9d));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: slidetounlock 3s infinite;
        -webkit-text-size-adjust: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .pc-slider .nc_scale .scale_text.scale_text.slidetounlock span[data-nc-lang=_yesTEXT] {
        font-size: 14px;
        color: #11c296 !important;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .pc-slider .nc_scale div.nc_bg {
        height: 40px;
        background-color: #d4f3eb;
    }

    .pc-slider .nc-container .nc_scale span {
        line-height: 40px;
    }

    .pc-slider .nc-container .nc_scale .btn_slide {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
        color: #fff !important;
        border: 0;
        background: -webkit-gradient(linear,left top,right top,from(#17ca9d),to(#02af83));
        background: linear-gradient(90deg,#17ca9d,#02af83);
        -webkit-box-shadow: 0 4px 9px 0 #00eaaf;
        box-shadow: 0 4px 9px 0 #00eaaf;
    }

    .pc-slider .nc-container .nc_scale .btn_ok {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-weight: bold;
        text-indent: -99px;
        background-color: #00eaaf;
        background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1tty0rFkoBKNjSZFEXXbrEVXa-26-26.png);
        background-repeat: no-repeat;
        overflow: hidden;
        background-position: 50%;
        border: 0;
    }

    .pc-slider .nc_scale .scale_text2 {
        color: #11c296 !important;
    }

    .pc-slider .nc_scale span {
        border: 1px solid #ccc;
        background: #fff url(//g.alicdn.com/sd/ncpc/images/rt.png) no-repeat 50%;
    }

    .pc-slider .errloading {
        border: 1px solid #faf1d5;
        background: url(//g.alicdn.com/sd/ncpc/images/no.png) ivory no-repeat 10px 9px;
        color: #ef9f06;
    }

.h5-slider .nc-container {
    width: 100%;
}

    .h5-slider .nc-container ._nc .stage {
        padding: 0 !important;
    }

    .h5-slider .nc-container ._nc .stage1 .slider {
        width: 100%;
        height: 40px;
        line-height: 40px;
        left: 0;
        right: 0;
        background: #d4f3eb;
        border-radius: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .h5-slider .nc-container ._nc .stage1 .slider .label {
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #11c296 !important;
            background: -webkit-gradient(linear,left top,right top,color-stop(0,#17ca9d),color-stop(.4,#17ca9d),color-stop(.5,#fff),color-stop(.6,#17ca9d),color-stop(1,#17ca9d));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-animation: slidetounlock 3s infinite;
            -webkit-text-size-adjust: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 6px;
        }

        .h5-slider .nc-container ._nc .stage1 .slider .button {
            height: 40px;
            border: 0;
            background: -webkit-gradient(linear,left top,right top,from(#17ca9d),to(#02af83));
            background: linear-gradient(90deg,#17ca9d,#02af83);
            -webkit-box-shadow: 0 4px 9px 0 #00eaaf;
            box-shadow: 0 4px 9px 0 #00eaaf;
            border-radius: 6px;
        }

            .h5-slider .nc-container ._nc .stage1 .slider .button .icon-slide-arrow {
                width: 100%;
                height: 40px;
                left: 0;
                text-align: center;
                line-height: 40px;
                font-size: 16px;
                font-weight: bold;
                color: #fff !important;
            }

            .h5-slider .nc-container ._nc .stage1 .slider .button .nc-loading {
                line-height: 40px;
                width: auto;
                height: auto;
            }

            .h5-slider .nc-container ._nc .stage1 .slider .button .icon-load-c {
                padding-top: 0;
                color: #fff;
            }

            .h5-slider .nc-container ._nc .stage1 .slider .button .icon-ok {
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                font-weight: bold;
                text-indent: -99px;
                background-image: url(//laz-img-cdn.alicdn.com/tfs/TB1tty0rFkoBKNjSZFEXXbrEVXa-26-26.png);
                background-repeat: no-repeat;
                overflow: hidden;
                background-position: 50%;
                border: 0;
            }

        .h5-slider .nc-container ._nc .stage1 .slider .track .bg-green {
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #11c296 !important;
            background-color: #d4f3eb;
        }

.mod-tabs-header {
    height: 48px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    margin-bottom: 8px;
}

    .mod-tabs-header li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        line-height: 48px;
        font-size: 14px;
        font-weight: 700;
        color: #9e9e9e;
        border-bottom: 5px solid #fff;
    }

        .mod-tabs-header li.active {
            border-bottom: 5px solid #f57224;
            color: #f57224;
        }

        .mod-tabs-header li a {
            color: #9e9e9e;
        }

@font-face {
    font-family: "lazada-member";
    src: url(//at.alicdn.com/t/font_451018_aazqlq07rk.eot);
    src: url(//at.alicdn.com/t/font_451018_aazqlq07rk.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/font_451018_aazqlq07rk.woff) format("woff"),url(//at.alicdn.com/t/font_451018_aazqlq07rk.ttf) format("truetype"),url(//at.alicdn.com/t/font_451018_aazqlq07rk.svg#lazada) format("svg");
}

.mod-third-party-login-line {
    font-size: 10px;
    color: #757575;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

    .mod-third-party-login-line:after {
        content: " ";
        left: 0;
        top: 7px;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #dbdbdb;
    }

    .mod-third-party-login-line span {
        position: relative;
        z-index: 1;
        background: #eff0f5;
        padding: 0 10px;
    }

.mod-third-party-login-bd {
    -ms-flex-align: center;
}

.mod-third-party-login-bd, .mod-third-party-login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.mod-third-party-login-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.mod-third-party-login-text {
    font-size: 15px;
}

.mod-third-party-login-fb {
    margin-right: 4px;
    background: #4267b2;
}

.mod-third-party-login-fbimg {
    width: 29px;
    height: 29px;
    margin-right: 4px;
    margin-left: 6px;
}

.mod-third-party-login-google {
    margin-left: 4px;
    background: #4285f4;
}

.mod-third-party-login-glimg {
    width: 48px;
    height: 46px;
    margin-left: 1px;
    margin-right: 6px;
    border-radius: 2.4px;
}

.mod-third-party-login-line2 {
    margin-left: 8px;
    background: #00b900;
}

.mod-third-party-login-limg {
    width: 48px;
    height: 48px;
    margin-right: 6px;
}

.mod-sendcode {
    z-index: 10;
    top: 16px;
    position: absolute;
    right: 0;
}

    .mod-sendcode.disable button {
        color: #a0a0a0;
    }

.mod-sendcode-btn {
    padding: 7px;
    color: #1a9cb7;
    background: none;
    border: 0;
    outline: 0;
}

    .mod-sendcode-btn span {
        margin-left: 3px;
    }

.mod-tabs {
    background-color: #eff0f5;
}

.mod-third-party-login {
    margin-top: 12px;
}

    .mod-third-party-login .mod-third-party-login-line {
        display: none;
    }

.login button {
    font-family: inherit;
}

.login-form {
    background-color: #fff;
    padding: 16px 20px;
}

    .login-form .mod-input-sms {
        position: relative;
    }

        .login-form .mod-input-sms .mod-input-close-icon {
            display: none;
        }

.login-main {
    height: 350px;
    background: #fff;
}

.login-btn {
    padding: 0 8px;
    background-color: #fff;
}

.login-forgot {
    text-align: right;
    margin: 20px 0 10px;
}

    .login-forgot a {
        color: #049cb9;
    }

.login-foot {
    padding-top: 30px;
    background-color: #fff;
}

.login-foot-inner {
    padding: 17px 8px;
}

.login-foot-inner-line {
    font-size: 10px;
    color: #757575;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

    .login-foot-inner-line:after {
        content: " ";
        left: 0;
        top: 7px;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #dbdbdb;
    }

    .login-foot-inner-line span {
        position: relative;
        z-index: 1;
        background: #eff0f5;
        padding: 0 10px;
        background-color: #fff;
    }

.login-foot-btn {
    border: 1px solid #f57224;
    background-color: transparent;
    color: #f57224;
}

#j-lzd-more, #j-lzd-tinycart, .__hide_header #header-wrapper {
    display: none;
}

.mod-dialog-overlay {
    z-index: 10;
}

.redmart-entry {
    margin-top: -7px;
    text-align: center;
}

    .redmart-entry h3 {
        padding: 10px 20px 0;
        margin-top: 10px;
    }

    .redmart-entry h3, .redmart-entry p {
        background: #fff;
        color: #4a4a4a;
        font-size: 12px;
        text-align: left;
    }

    .redmart-entry p {
        padding: 0 20px 10px;
    }

    .redmart-entry .redmart-entry-btn {
        background: #fff;
        padding-bottom: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }

        .redmart-entry .redmart-entry-btn button {
            font-size: 15px;
            margin: 0 auto;
            height: 40px;
            line-height: 40px;
            background: #ee4054;
            border-radius: 3px;
            position: relative;
            font-family: inherit;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .redmart-entry .redmart-entry-btn button img {
                width: 60px;
            }

    .redmart-entry .lazada-account-text {
        text-align: left;
        background: #fff;
        margin-top: 8px;
        margin-bottom: 10px;
    }

        .redmart-entry .lazada-account-text h3 {
            margin-bottom: -20px;
            padding-left: 20px;
        }

.mod-third-party-login {
    margin-top: 12px;
}

    .mod-third-party-login .mod-third-party-login-line {
        display: none;
    }

.signup-by-email {
    background-color: #fff;
    -webkit-text-size-adjust: none;
}

.signup-by-email-form {
    background-color: #fff;
    padding: 16px 20px;
}

.signup-by-email-btn {
    padding: 0 8px;
    background-color: #fff;
}

.signup-by-email-promotion {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .signup-by-email-promotion p {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.signup-by-email-promotion-error {
    color: #f44336;
    text-align: right;
    display: block;
}

.signup-by-email-polcy {
    color: #757575;
    font-size: 10px;
    padding: 10px 20px;
    background-color: #fff;
}

    .signup-by-email-polcy a {
        color: #1a9cb7;
    }

.signup-by-email-foot-inner {
    padding: 0 8px 17px;
    background-color: #fff;
}

.signup-by-email-foot-inner-line {
    font-size: 10px;
    color: #757575;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

    .signup-by-email-foot-inner-line:after {
        content: " ";
        left: 0;
        top: 7px;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #dbdbdb;
    }

    .signup-by-email-foot-inner-line span {
        position: relative;
        z-index: 1;
        background: #eff0f5;
        padding: 0 10px;
        background-color: #fff;
    }

.signup-by-email-foot-btn {
    border: 1px solid #f57224;
    background-color: transparent;
    color: #f57224;
}

#j-lzd-more, #j-lzd-tinycart, .__hide_header #header-wrapper {
    display: none;
}

.mod-dialog-overlay {
    z-index: 10;
}

.mod-third-party-login {
    margin-top: 12px;
}

    .mod-third-party-login .mod-third-party-login-line {
        display: none;
    }

.signup-by-email {
    background-color: #fff;
    -webkit-text-size-adjust: none;
}

.signup-by-email-form {
    background-color: #fff;
    padding: 16px 20px;
}

    .signup-by-email-form .mod-input-sms {
        position: relative;
    }

        .signup-by-email-form .mod-input-sms .mod-input-close-icon {
            display: none;
        }

.signup-by-email-btn {
    padding: 0 8px;
    background-color: #fff;
}

.signup-by-email-promotion {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .signup-by-email-promotion p {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.signup-by-email-promotion-error {
    color: #f44336;
    text-align: right;
    display: block;
}

.signup-by-email-polcy {
    color: #757575;
    font-size: 10px;
    padding: 10px 20px;
    background-color: #fff;
}

    .signup-by-email-polcy a {
        color: #1a9cb7;
    }

.signup-by-email-foot {
    margin-top: 100px;
}

.signup-by-email-foot-inner {
    padding: 0 8px 17px;
    background-color: #fff;
}

.signup-by-email-foot-inner-line {
    font-size: 10px;
    color: #757575;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

    .signup-by-email-foot-inner-line:after {
        content: " ";
        left: 0;
        top: 7px;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #dbdbdb;
    }

    .signup-by-email-foot-inner-line span {
        position: relative;
        z-index: 1;
        background: #eff0f5;
        padding: 0 10px;
        background-color: #fff;
    }

.signup-by-email-foot-btn {
    border: 1px solid #f57224;
    background-color: transparent;
    color: #f57224;
}

#j-lzd-more, #j-lzd-tinycart, .__hide_header #header-wrapper {
    display: none;
}

.mod-dialog-overlay {
    z-index: 10;
}

.mod-third-party-login {
    margin-top: 12px;
}

    .mod-third-party-login .mod-third-party-login-line {
        display: none;
    }

.signup-by-mobile {
    background-color: #fff;
    -webkit-text-size-adjust: none;
}

.signup-by-mobile-form {
    background-color: #fff;
    padding: 16px 20px;
}

    .signup-by-mobile-form .mod-input-sms {
        position: relative;
    }

        .signup-by-mobile-form .mod-input-sms .mod-input-close-icon {
            display: none;
        }

.signup-by-mobile-btn {
    padding: 0 8px;
    background-color: #fff;
}

.signup-by-mobile-promotion {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .signup-by-mobile-promotion p {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.signup-by-mobile-promotion-error {
    color: #f44336;
    text-align: right;
    display: block;
}

.signup-by-mobile-polcy {
    color: #757575;
    font-size: 10px;
    padding: 10px 20px;
    background-color: #fff;
}

    .signup-by-mobile-polcy a {
        color: #1a9cb7;
    }

.signup-by-mobile-foot {
    margin-top: 100px;
}

.signup-by-mobile-foot-inner {
    padding: 0 8px 17px;
    background-color: #fff;
}

.signup-by-mobile-foot-inner-line {
    font-size: 10px;
    color: #757575;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

    .signup-by-mobile-foot-inner-line:after {
        content: " ";
        left: 0;
        top: 7px;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #dbdbdb;
    }

    .signup-by-mobile-foot-inner-line span {
        position: relative;
        z-index: 1;
        background: #eff0f5;
        padding: 0 10px;
        background-color: #fff;
    }

.signup-by-mobile-foot-btn {
    border: 1px solid #f57224;
    background-color: transparent;
    color: #f57224;
}

#j-lzd-more, #j-lzd-tinycart {
    display: none;
}

.h5-slider-wrap {
    margin-top: 15px;
}

.__hide_header #header-wrapper {
    display: none;
}

.mod-dialog-overlay {
    z-index: 10;
}

@font-face {
    font-family: "lazada-member";
    src: url(//at.alicdn.com/t/font_451018_aazqlq07rk.eot);
    src: url(//at.alicdn.com/t/font_451018_aazqlq07rk.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/font_451018_aazqlq07rk.woff) format("woff"),url(//at.alicdn.com/t/font_451018_aazqlq07rk.ttf) format("truetype"),url(//at.alicdn.com/t/font_451018_aazqlq07rk.svg#lazada) format("svg");
}

* {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

li, ol, ul {
    list-style: none;
}

em, i {
    font-style: normal;
}

img {
    border: none;
}

img, input {
    vertical-align: middle;
}

a {
    color: #1a9cb7;
    text-decoration: none;
}

a, html {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

input.fixAKeyboard:focus, textarea.fixAndroidKeyboard:focus {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

@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");
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.lzd-global-footer, .mod-header {
    display: none;
}

.next-feedback.next-feedback-large .next-feedback-title {
    padding: 16px 0;
}

.next-feedback.next-feedback-large .next-feedback-symbol {
    display: none;
}

#container input::-ms-clear, #container input::-ms-reveal {
    display: none;
}

.h2-tabbar use.ui {
    fill: #59818e;
}

.h2-tabbar .item.selected {
    color: #f57224;
}

.h2-tabbar use.selected {
    fill: #f57224 !important;
}

.h2-tabbar svg path {
    fill: inherit;
}

#ic-Home path.lzd {
    fill: #fff;
}

.h2-tabbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 -1px 1px 0 rgba(0,0,0,.15);
    background-color: #111;
    box-sizing: border-box;
}

.h2-tabbar .item, .h2-tabbar .item.cart {
    position: relative;
}

.h2-tabbar .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 1px;
    -ms-flex-preferred-size: 1px;
    flex-basis: 1px;
    box-sizing: border-box;
    color: #59818e;
    padding: 4px 0 2px;
    width: 1px;
    text-decoration: none;
}

.h2-tabbar .item .svg-icon {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    overflow: hidden;
}

.h2-tabbar .item.cart .cart-num {
    position: absolute;
    display: none;
    top: 2px;
    left: 50%;
    color: #fff;
    background-color: #f57224;
    border: 1px solid #fff;
    margin: 0;
    border-radius: 14px;
    font-size: 12px;
    padding: 2px 4px;
    line-height: 14px;
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
}

.h2-tabbar .item.cart .cart-num.less-then-10 {
    padding: 2px 6px;
}

.h2-tabbar .text {
    font-size: 12px;
    -webkit-transform: scale(.83);
    -ms-transform: scale(.83);
    transform: scale(.83);
    height: 14px;
    line-height: 1.231;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    margin-top: -1px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
