﻿html, body {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px auto;
    padding: 0px;
}

.home-container {
    height: 100%;
}

input, button, select, textarea {
    outline: none;
}

a {
    text-decoration: none;
}

    a img {
        border: 0px;
    }


/*-- slide begin --*/
.slide-btn {
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

    .slide-btn.animated i {
        opacity: 0;
        display: none;
        margin-left: -25px;
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
    }

    .slide-btn.animated:hover i {
        opacity: 1;
        display: inline-block;
        margin-left: 4px;
    }

.shell {
    border: 1px solid #CCC;
    color: #a2a3a4;
    background-color: #e7e8e9;
}

    .shell.sel {
        /*border: 1px solid #39f;*/
        background-color: #FF5F5F;
        /*color: #39f;*/
        color: white;
    }
/*-- slide end --*/
/*-- header begin --*/
.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    height: 3em;
    border-bottom: 1px solid #ccc;
    z-index: 2;
}

.categories {
    z-index: 3;
}

.header-content {
}

.header-left {
    float: left;
}

.searchMode .header-left {
    display: none;
}

.nav-account {
    margin-top: 7px;
    margin-left: 7px;
    width:36px;
    height:36px;
    display: inline-block;
    background: transparent url("template/button_profile@2x.png") no-repeat center center;
    background-size: contain;
}

.header-right {
    margin-left: 50px;
}

.searchMode .header-right {
    margin-left: 5px;
}

.nav-showPanel {
}

.header-tool {
    position: absolute;
    top: 0;
    right: 3em;
    width: 2.5em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.nav-extend {
    position: absolute;
    width: 45px;
    height: 45px;
    display: none;
    right: 2px;
    top: 0px;
    background: url('template/icon_close@2x.png') no-repeat 50% center;
    background-size: 50%;
    /*position: absolute;
    top: 0;
    right: 0;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    color: #999;
    background-color: #F8F8F8;
    cursor: pointer;
    box-shadow: -3px -3px 6px #CCC;
    -moz-box-shadow: -3px -3px 6px #CCC;
    -webkit-box-shadow: -3px -3px 6px #CCC;
    z-index: 9;*/
}

.searchMode .nav-extend {
    display: inline-block;
}

/*.nav-extend .vane{ animation: vane infinite 2s both; -webkit-animation: vane infinite 2s both; }*/
.mainView {
    position: relative;
    /*max-width: 960px;*/
    height: 100%;
    margin: 0 auto;
    /*padding: 0 20px;*/
    overflow: hidden;
}

.nav-panel {
    background-color: #EEE;
    opacity: .98;
    position: fixed;
    left: 0;
    top: 3em;
    margin-top: 1px;
    /*z-index: 8;*/
    width: 100%;
}

.nav-container {
    padding: 16px;
}

.nav-searchtool {
    position: relative;
    padding: 6px;
    margin-right: 8px;
}

.searchMode .nav-searchtool {
    margin-right: 125px;
    padding-left: 0px;
}


.btnsearch {
    width: 70px;
    display: none;
    position: absolute;
    background-color: #EEE;
    text-align: center;
    right: 50px;
    color: #fff;
    height: 46px;
    line-height: 46px;
    top: 1px;
    background-color: #FF5F5F;
}

.searchMode .btnsearch {
    display: inline-block;
    /*border-radius: .5em;
        -moz-border-radius: .5em;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;*/
}


.nav-tool {
    text-align: center;
}

.nav-search {
    /*color: #FFF;*/
    background: #f6f7f8 url('template/button_search.png') no-repeat 3px center;
    text-indent: 34px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px;
    width: 100%;
    font-size: 1em;
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    position:relative;
}

    ul.menu li {
        margin: 0;
        color: #333;
        padding: 1em .6em;
        cursor: pointer;
        transition: color .5s ease 0s;
    }

.container {
    background-color: #F2F1EF;
    margin-top: 3em;
    margin-bottom: 3em;
}

.container2 {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.container3 {
    margin-top: 3em;
    margin-bottom: 3em;
}


/*-- header end --*/
.movescbox {
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 9;
    display: none;
    left: 0;
    top: 0;
}

    .movescbox.do {
        transition: top 0.6s cubic-bezier(0.5, -0.9, 1, 0.9);
        -webkit-transition: top 0.6s cubic-bezier(0.5, -0.9, 1, 0.9);
        display: block;
    }

        .movescbox.do .movesc {
            transition: left 0.6s linear;
            -webkit-transition: left 0.6s linear;
        }

.movesc {
    background: url(img/addsc.png) no-repeat center center;
    background-size: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #f55;
    z-index: 9;
    left: 0;
    top: 0;
}

.remind {
    left: 0;
    right: 0;
    bottom: 3em;
    color: #FFF;
    position: fixed;
    padding: 0.5em 2.2em 0.5em 0.5em;
    background: rgba(132,196,76,.95);
    z-index: 8;
}

    .remind .close {
        top: 0.4em;
        right: 0.5em;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em;
        position: absolute;
        text-align: center;
        background: rgba(11,102,0,.8) url(img/close.png) no-repeat 50% center;
        background-size: 50%;
        cursor: pointer;
    }
/*-- category list begin --*/
.cl {
    width: 100%;
    padding-top: 40px;
    max-height: 240px;
    overflow: auto;
}

.cl-lg {
    float: left;
    width: 33.333%;
    height: 60px;
    text-align: center;
    cursor: pointer;
}

    .cl-lg.sel {
        color: #39f;
    }
/*-- category list end --*/
/*-- product list begin --*/
.pl {
    width: 100%;
    overflow: hidden;
    min-height: 100%;
}

.column-spacing {
    padding-bottom: 4px;
}

.pl-lg {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.pl-item-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 4px;
}

.pl-item-img-container {
    position: relative;
    width: 100%;
    min-height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
}

.pl-item-img-box {
    height: auto;
    background-color: #EF5438;
    color: #FFF;
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 4px 6px;
    text-align: center;
}

.pl-item-outofstock {
    background: url(img/outofstock.png) no-repeat top right;
    width: 100px;
    height: 100px;
    background-size: 50%;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
}

.container2 .pl-item-outofstock {
    background-size: 100%;
}

.productContainer .pl-item-outofstock {
    background-size: 100%;
}

.pl-item-img {
    width: 100%;
    height: auto;
}

.pl-item-content {
    position: relative;
    padding: .4em 0.5em 0.5em 0.5em;
}

.pl-item-title {
    font-size: .83em;
    margin: 0;
    color: #333;
    height: 3em;
    line-height: 1.5em;
    overflow-y: auto;
    margin-bottom: 0.6em;
}

.pl-item-stock {
    color: #999;
    font-size: .9em;
    margin-left: 1em;
}

.pl-item-excerpt {
    color: #5f5f5f;
}

.pl-item-operate {
    transition: width 0.4s;
    -moz-transition: width 0.4s;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
}

.pl-item-empty {
    position: absolute;
    right: 6px;
    bottom: 0;
    cursor: pointer;
    width: 2em;
}

    .pl-item-empty .qty-container {
        display: none;
    }

.pl-item-addsc {
    background: url('template/button_add@2x.png') no-repeat 50% center;
    background-size: 100%;
    display: inline-block;
    width: 2em;
    height: 2em;
}

.pl-item-seriesCount{
    color: #999;
    font-size: .9em;
}

.pl-item-qty {
    position: absolute;
    right: 6px;
    bottom: 0px;
    width: 90px;
    overflow: hidden;
}

    .pl-item-qty .qty-container {
        position: relative;
        width: 100%;
        height: 32px;
        text-align: center;
        border-radius: 2em;
        -moz-border-radius: 2em;
        -webkit-border-radius: 2em;
        -ms-border-radius: 2em;
        -o-border-radius: 2em;
    }

    .pl-item-qty .pl-item-addsc {
        display: none;
    }

.qty-container .qval {
    width: 30%;
    border: 0;
    font-size: 1em;
    line-height: 26px;
    margin-top: 2px;
    vertical-align: text-top;
    text-align: center;
}

.qty-container .minute {
    background: #FFF url('template/button_remove@2x.png') no-repeat 50% center;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
}

.qty-container .plus {
    background: #FFF url('template/button_add@2x.png') no-repeat 50% center;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
}

    .qty-container .plus:active, .qty-container .minute:active {
        background-color: #fdd;
    }

.pl-item-price {
    color: #FF5F5F;
    line-height: 1em;
}

    .pl-item-price del {
        color: #999;
        font-size: .9em;
    }

    .pl-item-price .pl-item-unit {
        color: #999;
        font-size: .9em;
    }

.pl-item-btns {
    text-align: center;
    padding: .4em 0;
    height: 2em;
}

.d-price-container {
    /*text-align: right;
    font-family: 'Georgia', 'Arial';*/
    margin-top: 8px;
}

    .d-price-container .sale-price {
        color: #FF5F5F;
        font-weight: bold;
        vertical-align: middle;
        display: inline-block;
        margin-left: 2px;
    }

    .d-price-container del {
        color: #7C7C7C;
        display: inline-block;
        vertical-align: middle;
    }

    .d-price-container .pl-item-unit {
        color: #7C7C7C;
        display: inline-block;
        vertical-align: middle;
    }

/*-- product list end --*/

/*-- product attributes begin --*/
.attributes {
    background-color: #F7F7F7;
    max-height: 350px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.bannerProducts {
    background-color: #F7F7F7;
    padding-bottom: 10px;
    max-height: 400px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

    .templateV .attributes .pl-lg {
        width: 100%;
        padding: 4px 10px;
        height:auto;
        border-bottom:none;
    }

    .templateV .attributes .pl-item-container {
        padding-bottom: 0;
        height:auto;
    }

    .templateV .attributes .pl-item-img-container {
        float: left;
        width: 80px;
        height: 80px;
        min-height: 80px;
    }

    .templateV .attributes .pl-item-content {
        padding: 6px 0 6px 0px;
        margin-left: 90px;
    }

    .templateV .attributes .group-content .item {
        padding: 0 10px;
    }

.attrAllGroups {
    border-top: 1px solid #E4E4E4;
    padding-bottom: 5px;
    padding-top: 5px;
    position:relative;
}

    .attrAllGroups .pattr {
        margin-top:10px;
    }

.attrAllGroups .qty-container .qval {
    background-color: transparent;
}

.attrAllGroups .pl-item-qty {
    top: 3px;
    bottom:inherit;
}

.attrAllGroups .pl-item-empty {
    top: 3px;
    bottom:inherit;
}

.pttr-group {
    padding-bottom:20px;
}

/*-- product attributes end --*/

/*-- product details begin --*/
.productDetails {
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.productContainer {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.product-footer {
    height: 100%;
    bottom: 0px;
    position: fixed;
}

.product-mask {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    position: fixed;
    background: rgba(0,0,0,.6);
}

.sale-price {
    color: #FF5F5F;
    font-weight: bold;
}

.productContainer #attrContainer {
    margin-bottom: 60px;
}

/*-- product details end --*/

.container3 .pl-lg {
    width: 100%;
}

.container3 .pl-item-container {
    padding-bottom: 0;
}

.container3 .pl-item-container {
    padding-bottom: 0;
}

.container3 .pl-item-img-container {
    float: left;
    width: 80px;
    height: 80px;
    min-height: 80px;
}

.container3 .pl-item-content {
    padding: 12px 0 6px 90px;
}
/*-- recharge begin -*/
.cardcontainer {
    position: relative;
    margin: .8em .8em 0 .8em;
    height: 7.2em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 4px #CCC;
    -webkit-box-shadow: 0 2px 4px #CCC;
    overflow: hidden;
}

.card-flag {
    position: absolute;
    top: 1em;
    left: .8em;
    width: 3em;
    height: 3em;
    color: #F90;
    border-radius: 3em;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
}

    .card-flag img {
        width: 100%;
        height: 100%;
    }

.card-content {
    margin-left: 3.8em;
    color: #FFF;
}

    .card-content .vertical-align {
        height: 5em;
        margin: 0 0 0 .8em;
    }

    .card-content .money {
        font-weight: bold;
        font-size: 1.2em;
    }

.card-whit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.2em;
    line-height: 2.2em;
    background-color: #FFF;
}

    .card-whit p {
        margin: 0;
        padding: 0;
        padding-left: .8em;
        font-size: .8em;
        color: #999;
    }

.cardcontainer.bg-1 {
    background-color: #B10DC9;
}

.cardcontainer.bg-2 {
    background-color: #39CCCC;
}

.cardcontainer.bg-3 {
    background-color: #FF851B;
}

.cardcontainer.bg-4 {
    background-color: #F012BE;
}

.cardcontainer.bg-5 {
    background-color: #FFDC00;
}
/*-- recharge end --*/
/*-- order beigin --*/
.groupcontainer {
    clear: both;
}

.groupcontainer2 {
    clear: both;
    background-color: #FFF;
    margin-bottom: 5em;
}

    .groupcontainer2 .group-title {
        background-color: #FFF;
        color: #7c7c7c;
        /*border-top: 1px solid #ADAAA5;
        border-bottom: 1px solid #ADAAA5;*/
    }

.group-title {
    background-color: #edecea;
    padding: 0 20px;
    line-height: 3em;
    font-size: .9em;
}

.group-item {
    padding: 10px 20px;
}

.group-content-container {
}

    .group-content-container .box {
        margin: 10px 20px;
        position: relative;
    }

    .group-content-container .box-v {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -15px;
    }

    .group-content-container .box-right {
        text-align: right;
    }

.box-right span.v {
    width: 80px;
    display: inline-block;
}

.group-content-container p {
    color: #7D7D7D;
}

.group-content-container a {
    color: #3399FE;
}

.group-content {
    line-height: 2em;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

    .group-content .item {
        padding: 0 20px;
        clear: both;
        position:relative;
    }

        .group-content .item a {
            cursor: pointer;
            text-decoration: none;
        }

        .group-content .item .t {
            white-space: nowrap;
        }

        .group-content .item .minit {
            line-height: 2em;
            font-size: .8em;
            color: #7c7c7c;
        }

        .group-content .item .n {
            max-width: 240px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

       .group-content .item .n .nattr {
            font-size:0.7em;
            padding: .1em;
            color: #F55;
            margin-right: .3em;
            background-color: white;
            border: 1px solid #F55;
            border-radius: .3em;
        }

        .group-content .item .p {
            width: 80px;
            text-align: right;
            display: inline-block;
            white-space: nowrap;
        }

        .group-content .item .p del{
            font-size:80%;
            color:#999;
        }

        .group-content .item .q {
            width: 46px;
            text-align: right;
            display: inline-block;
        }

        .group-content .item .shell {
            margin-right: 8px;
            margin-bottom: 8px;
            display: inline-block;
            height: 1.8em;
            line-height: 1.8em;
            float: left;
        }

    .group-content .txt {
        border: none;
        width: 70%;
        line-height: 3em;
    }

    .group-content .area {
        border: none;
        width: 100%;
        height: 4em;
        margin: 12px 0;
    }

    .payContainer .group-content .item {
        line-height:3em;
    }

.checkbox {
    background: url("img/unchecked.png") no-repeat right center;
    background-size: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

    .checkbox.sel {
        background-image: url("img/checked.png");
    }

.radiobox {
    background: #ECEAE9 url("img/option.png") no-repeat center center;
    background-size: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

    .radiobox.sel {
        background-image: url("img/option.png");
        background-color: #F55;
    }

    .radiobox.sel-84c44c {
        background-image: url("img/option.png");
        background-color: #84C44C;
    }

.coupon-container {
    background-color: #84C44C;
    display: inline-block;
    line-height: 1.4em;
    padding: 0 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .coupon-container .coupon {
        border-left: 2px dotted #FFF;
        padding: 4px;
        color: #FFF;
    }

.pretime-values {
    padding: 2px 0;
}

    .pretime-values .time-v {
        float: left;
        width: 25%;
        border-top: 1px dashed #FFF;
        border-bottom: 1px dashed #FFF;
        border-left: 2px solid #FFF;
        border-right: 2px solid #FFF;
        background-color: #DDD;
        color: #FFF;
        margin: 2px 0;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
    }

.time-v.sel {
    background-color: #F55;
}

.time-v:active {
    background-color: #B00;
}
/*-- order end --*/
/*-- acting box begin --*/
.acting-box {
}

#attrContainer .acting-box {
    padding-bottom: 50px;
}


.acting-img-container {
    width: 100%;
}

.acting-img {
    width: 100%;
    height: auto;
}

.product-thumbs {
    background-color: #F8F8F8;
    padding: 12px 20px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    height: 94px;
    box-sizing: border-box;
}

.product-thumbs .product-series {
    height: 42px;
    line-height: 42px;
    padding: 10px;
    margin-right: 12px;
    border: solid #999 1px;
    display: inline-block;
}

.product-thumbs .product-series.product-selected {
    border-color: #FF5F5F;
} 

.thumbs-inner {
    white-space:nowrap;
}

.product-thumb {
    margin-right: 12px;
}

.address-warning {
    display: none;
    width: 40px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: -9px;
    background-image: url("img/warning.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    font-size: 10px;
    padding-top: 6px;
}

.locate-me {
    display:none;
    position:absolute;
    top:0px;
    right:10px;
    width:40px;
    height:40px;
    background-image: url("img/LocateMe.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:20px;
    font-size:10px;
}

.scan-desk {
    display:none;
    position:absolute;
    top:0px;
    right:10px;
    width:40px;
    height:40px;
    background-image: url("img/scan.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:20px;
    font-size:10px;
}

/*-- acting box end --*/
/*-- footer begin --*/
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #ddd;
    opacity: .94;
    z-index: 3;
}

#secondPage .footer {
        opacity: 1;
}

.footer-content {
    margin: 1em 0;
    color: #333;
    float: left;
    font-weight: bold;
}

.cartMoney {
}

.footer-submit {
    color: #FFF;
    line-height: 47px;
    height: 47px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

    .footer-submit:hover, .footer-submit:active {
        background: #b00;
    }

.footer-goto {
    width: 25%;
    height: 100%;
    /*padding-left: .4em;*/
}

.footer-operate {
    width: 25%;
}

.footer-operate-qty {
    margin: .45em auto;
    width: 120px;
    position: relative;
    height: 32px;
    /*border: 1px solid #DDD;
    border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;*/
}

    .footer-operate-qty .qval {
        background: none;
        color: #000;
    }

    .footer-operate-qty .minute, .footer-operate-qty .plus {
        background-color: #f6f3ee;
    }

.footer-submit2 {
    background-color: #ef5438;
    color: #FFF;
    line-height: 3em;
}

.sc-container-mask {
    position: fixed;
    left: 8px;
    bottom: 9px;
    width: 61px;
    height: 61px;
    border-radius: 61px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: -0px -1px 2px #CCC;
    -moz-box-shadow: -0px -1px 2px #CCC;
    -webkit-box-shadow: -0px -1px 2px #CCC;
}

.sc-container {
    margin: -22px 10px 8px 6px;
    display: inline-block;
    width: 61px;
    height: 61px;
    padding: 3px;
    border-radius: 61px;
    background-color: #fff;
    border: none;
    color: #787878;
    position: relative;
    cursor:pointer;
}

    .sc-container .sc-container-qty {
        display: none;
    }

    .sc-container.sel {
        /*border: 1px solid #F55;
        background-color: #FFF;*/
    }

        .sc-container.sel .emptysc {
            background-image: url('template/icon_cart_generic@2x.png');
        }

.industryFood .sc-container.sel .emptysc {
    background-image: url('template/icon_cart@2x.png');
}

.sc-container.sel .sc-container-qty {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #F55;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: .8em;
    line-height: 20px;
    color: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.sc-content {
}
/*-- footer end --*/
.mask {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: fixed;
    background: rgba(0,0,0,.6);
}

.bottom-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
}

.panel-title {
    background-color: #edecea;
    padding: 0 14px;
    height: 3em;
    line-height: 3em;
    border-bottom: 1px solid #CCC;
}

.panel-close {
    float: right;
    background: #CCC url("img/close.png") no-repeat center center;
    width: 32px;
    height: 32px;
    margin-top: 8px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.panel-content-container {
    margin: 0 14px;
    max-height: 300px;
    overflow: auto;
}

.panel-item {
    padding: 1em 0;
    border-bottom: 1px solid #CCC;
    width: 100%;
    clear: both;
    position: relative;
}

.panel-item-footer {
    text-align: center;
}

.panel-item-header {
    width: 100px;
    border-right: 1px solid #CCC;
    font-size: 1em;
    padding: .4em 0;
    color: #84C44C;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-content {
    padding-left: 110px;
    padding-right: 50px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.8em;
    padding-top: .5em;
    padding-bottom: .5em;
    box-sizing: border-box;
}

.panel-item-box {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    height: 100%;
}

.panel-item-checkbox {
    width: 40px;
    height: 40px;
    background: #84C44C url(img/extend.png) no-repeat 50% center;
    background-size: 50%;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.flyInUp {
    -webkit-animation: flyInUp ease-in-out .6s both;
    animation: flyInUp ease-in-out .6s both;
}

.pt-page-moveFromRight {
    -webkit-animation: moveFromRight .6s ease both;
    animation: moveFromRight .6s ease both;
}

/* --etc--*/

.clear {
    height: 0px;
    clear: both;
}

.hide {
    display: none;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fc-7d {
    color: #7D7D7D;
}

.fs-08em {
    font-size: .8em;
}

.fs-12em {
    font-size: 1.2em;
}

.bth-bg-fff {
    color: #000;
    background-color: #fff;
}

.footer-submit.bth-bg-fff:hover, .footer-submit.bth-bg-fff:active {
    background: #ccc;
}

.btn-bg-f55 {
    background-color: #FF5F5F;
}

/*.btn-bg-f55.requireMore {
    background-color: #BFBFBF;
}*/

.btn-bg-999 {
    background-color: #999;
}

.btn-bg-44619d {
    background-color: #44619d;
}

.btn-bg-ef5438 {
    background-color: #ef5438;
}

.btn-bg-3399FE {
    background-color: #3399FE;
}

.btn-bg-84c44c {
    background-color: #84C44C;
}

.btn-bg-plus {
    background: #CF3338 url("img/scplus.png") no-repeat center center;
    width: 2em;
    height: 2em;
    display: inline-block;
}

.btn-bg-minute {
    background: #969696 url("img/scremove.png") no-repeat center center;
    width: 2em;
    height: 2em;
    display: inline-block;
}

.vertical-align {
    display: table;
    height: 100%;
    *position: absolute;
    *top: 50%;
    _position: absolute;
    _top: 50%;
}

    .vertical-align .text {
        display: table-cell;
        vertical-align: middle;
        *position: relative;
        *top: -50%;
        _position: relative;
        _top: -50%;
        color: #FFF;
    }

.box-align {
    margin: 0 auto;
}

.w6pct {
    width: 60%;
}

.w4pct {
    width: 40%;
}

/*-- icon --*/
.extend {
    background: url('template/button_search@2x.png') no-repeat 50% center;
    background-size: 100%;
}

.fold {
    background: url('template/icon_close@2x.png') no-repeat 50% center;
    background-size: 50%;
}

.emptysc {
    background: url('template/icon_cart_generic@2x.png') no-repeat 50% center;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.industryFood .emptysc {
    background-image: url('template/icon_cart@2x.png');
}


.search {
    background: url(img/searchmini.png) no-repeat 50% center;
    background-size: 50%;
}

    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;    
    }

    .ppl_container {
        height: 100%;
        overflow:hidden;
    }


#productDesc img {
    width:100%;
}

.ppg_scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.ppg_scrollInner {
    display: flex;
    flex-wrap: nowrap;
}

.ppg_sItem {
    padding: 8px 18px;
    text-align: center;
    border: 0 solid #eeeff0;
    border-width: 1px 1px 1px 0;
    background-color: #fff;
    flex-shrink: 0;
}
    .ppg_sItem {
        line-height:1.5em;
    }
    .ppg_sItem.selected {
        background-color: #fb5062;
        color: #fff;
    }

.ppl_hidden {
    display:none;
}

.ppl_cover {
    background: none repeat scroll 0 0 #000000;
    position:fixed;
    left: 0;
    right:0;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    z-index: 7777;
}

.ppl_coverArea {
    float: left;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.ppl_content {
    background-color:#fff; margin-top:200px; margin-left:auto;margin-right:auto; padding:20px;width:200px
}

.payByScanBtns {
    margin-bottom:10px;
}

.payByScanBtns .ppl_btn {
    padding:5px;
    color:white;
    text-align:center;
    cursor:pointer;
}


/*-- animation begin --*/
.lamp {
    animation: vane infinite 2s both;
    -webkit-animation: vane infinite 2s both;
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
}

@keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/* flyInUp */
@-webkit-keyframes flyInUp {
    0% {
        -webkit-transform: translateY(95%);
        -webkit-opacity: 0.2;
    }

    100% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
    }
}

@keyframes flyInUp {
    0% {
        -webkit-transform: translateY(95%);
        -webkit-opacity: 0.2;
        transform: translateY(95%);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
        transform: translateY(0%);
        opacity: 1;
    }
}
/* flyOutUp */
@-webkit-keyframes flyOutUp {
    0% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
    }

    100% {
        -webkit-transform: translateY(95%);
        -webkit-opacity: 0.2;
    }
}

@keyframes flyOutUp {
    0% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(95%);
        -webkit-opacity: 0.2;
        transform: translateY(95%);
        opacity: 0.2;
    }
}
/* flyInDown */
@-webkit-keyframes flyInDown {
    0% {
        -webkit-transform: translateY(-95%);
        -webkit-opacity: 0.2;
    }

    100% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
    }
}

@keyframes flyInDown {
    0% {
        -webkit-transform: translateY(-95%);
        -webkit-opacity: 0.2;
        transform: translateY(-95%);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
        transform: translateY(0%);
        opacity: 1;
    }
}
/* flyOutDown */
@-webkit-keyframes flyOutDown {
    0% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-95%);
        -webkit-opacity: 0.2;
    }
}

@keyframes flyOutDown {
    0% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-95%);
        -webkit-opacity: 0.2;
        transform: translateY(-95%);
        opacity: 0.2;
    }
}
/* lamp */
@-webkit-keyframes lamp {
    0% {
        -webkit-transform: translateY(95%);
        -webkit-opacity: .4;
    }

    60% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
    }

    100% {
        -webkit-transform: translateY(45%);
        -webkit-opacity: .4;
    }
}

@keyframes lamp {
    0% {
        -webkit-transform: translateY(95%);
        -webkit-opacity: 0.2;
        transform: translateY(95%);
        opacity: .4;
    }

    60% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(45%);
        -webkit-opacity: .2;
        transform: translateY(45%);
        opacity: .4;
    }
}
/* vane */
@-webkit-keyframes vane {
    0% {
        -webkit-transform: translateY(45%);
        -webkit-opacity: .4;
    }

    60% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
    }

    100% {
        -webkit-transform: translateY(25%);
        -webkit-opacity: .6;
    }
}

@keyframes vane {
    0% {
        -webkit-transform: translateY(45%);
        -webkit-opacity: .4;
        transform: translateY(45%);
        opacity: .4;
        color: #F33;
    }

    60% {
        -webkit-transform: translateY(0%);
        -webkit-opacity: 1;
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(25%);
        -webkit-opacity: .6;
        transform: translateY(25%);
        opacity: .6;
    }
}
/*-- animation end --*/
@media (min-width: 768px) {
    .column-spacing {
        padding-bottom: 8px;
    }

    .pl-lg, .container3 .pl-lg {
        width: 33.333333%;
        padding: .0em .2em .6em .2em;
    }

    .cl-lg, .container3 .cl-lg {
        width: 25%;
    }
}

@media (min-width: 1024px) {
    .column-spacing {
        padding-bottom: 8px;
    }

    .pl-lg, .container3 .pl-lg {
        width: 25%;
    }

    .cl-lg, .container3 .cl-lg {
        width: 20%;
    }

    .acting-box {
        min-height: 500px;
        overflow: hidden;
        position: relative;
    }

    .acting-img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1280px) {
    .column-spacing {
        padding-bottom: 8px;
    }

    .pl-lg, .container3 .pl-lg {
        width: 20%;
        padding: .0em .4em .8em .4em;
    }

    .cl-lg, .container3 .cl-lg {
        width: 16.66666%;
    }
}
