.grid-product {
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.grid-product .item-grid {
    float: left;
    width: 33.3333%;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.grid-product .item-grid img {
    width: 100%;
    height: auto;
    max-width: 250px
}
.ui-slider-group .ui-slider-item img {
    width: 100%;
    min-height: 185px;
    min-width: 320px;
    vertical-align: top
}
#slider {
    position: relative;
    overflow: hidden;
}
.ui-slider-group div a {
    display:block;
    padding-bottom:26px;
}
.ui-slider-group .ui-slider-item {
    position: relative
}
#slider .hot-tags {
    width: 80px;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 20
}
.slider-tabs-box {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 16px;
    text-align: center
}
.ui-slider-tabs {
    display: inline-block;
    padding: 4px;
    line-height: 0;
    text-align: center;
    vertical-align: top
}
.ui-slider-tabs a {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 2px;
    background-color: #dbdbda;
    border-radius: 50%;
    overflow: hidden
}
.ui-slider-tabs a.ui-state-active {
    background-color: #0090e4
}
.ui-slider-item {
    background-color: #e3e3e3;
    text-align: center;
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box
}
.ui-tabs-nav {
    display: -webkit-box;
    width: 100%
}
.ui-tabs-nav li {
    -webkit-box-flex: 1;
    background-color: #f4f4f4;
    cursor: pointer;
    height: 1px
}
.ui-tabs-nav li a {
    text-decoration: none;
    color: #4a4a4a
}
.ui-tabs-nav li:last-child {
    border-width: 1px
}
.ui-tabs-nav li.ui-state-active {
    background-color: #007dc7
}
.ui-tabs-content {
}
.ui-tabs-content .ui-tabs-panel {
}
.ui-tabs-panel .ui-loading {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-top: -20px;
    margin-left: -20px
}
.ui-tabs-panel .ui-load-error {
    color: red;
    text-align: center
}
.ui-tabs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.ui-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 11;
    position: absolute;
    bottom: 0
}
.ui-tabs-content {
    position: absolute;
    min-height: 100px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: height 200ms ease-in-out
}
.ui-tabs-content .ui-tabs-panel {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box
}
.ui-tabs-panel {
    -webkit-transform: translateZ(0)
}
.ui-tabs-content .ui-tabs-panel.ui-state-active, .ui-viewport-transitioning .ui-tabs-panel.out {
    display: block;
    z-index: 1
}
.ui-tabs-content .ui-tabs-panel.ui-state-active {
    z-index: 2
}
.ui-viewport-transitioning .ui-panel {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.ui-viewport-transitioning .ui-loading {
    -webkit-animation-name: none
}
.in {
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 350ms
}
.out {
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 225ms
}
@-webkit-keyframes slideinfromright {
    from {
        -webkit-transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0)
    }
}
@-webkit-keyframes slideinfromleft {
    from {
        -webkit-transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0)
    }
}
@-webkit-keyframes slideouttoleft {
    from {
        -webkit-transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%)
    }
}
@-webkit-keyframes slideouttoright {
    from {
        -webkit-transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%)
    }
}
.slide.out, .slide.in {
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 350ms
}
.slide.out {
    -webkit-animation-name: slideouttoleft;
    -webkit-transform: translateX(-100%)
}
.slide.in {
    -webkit-animation-name: slideinfromright;
    -webkit-transform: translateX(0)
}
.slide.out.reverse {
    -webkit-animation-name: slideouttoright;
    -webkit-transform: translateX(100%)
}
.slide.in.reverse {
    -webkit-animation-name: slideinfromleft;
    -webkit-transform: translateX(0)
}
.index-tabs {
    position: relative;
    padding-bottom: 39.06%;
    overflow: hidden;
}
.index-tabs img {
    width: 100%;
    height: auto
}

/* dialog
------------------------------------------------ */
.ui-dialog{
    overflow: hidden;
    margin: 0 auto;
    z-index: 1002;
    position:absolute;
    left: 0;
    top: -10000px;
    display: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-color: white;
    -webkit-transform: translateZ(0);
    -webkit-user-select: none;
    -webkit-user-drag: none;
}
/** mask */
.ui-mask{
    position: absolute;
    top: 0;
    left: 0;
    background: #888;
    opacity: 0.5;
    display: none;
    z-index: 1001;
    -webkit-transform: translateZ(0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -webkit-user-drag: none;
}
.ui-dialog .ui-dialog-title {
    position: relative;
}

.ui-dialog .ui-dialog-close{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.ui-dialog-container {
    position: relative;
}

.ui-dialog{
    background: #f5f5f5;
    -webkit-border-radius: 3px;
}

.ui-dialog .ui-dialog-title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    background: #0099CC;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 3px 3px 0 0;
}

.ui-dialog .ui-dialog-close{
    cursor: pointer;
    border-width: 0;
    display: inline-block;
    padding: 7px 9px;
    margin: 2px;
    line-height: 1;
    -webkit-border-radius: 3px;
}

.ui-dialog .ui-dialog-close-hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.ui-dialog .ui-dialog-content{
    padding: 20px;
    position: relative;
    color: #232323;
    font-size: 1.8rem;
    text-align: center;
}

.ui-dialog-btns {
    table-layout: fixed;
    display: table;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}
.ui-dialog-btns .ui-btn {
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
    display: table-cell;
    float: none;
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #232323;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    border-bottom: 0 none;
    cursor: pointer;
}

.ui-dialog-btns .ui-btn:first-child {
    -webkit-border-bottom-left-radius: 3px;
    border-left: 0 none;
    color: #0090e4;
}

.ui-dialog-btns .ui-btn:last-child {
    -webkit-border-bottom-right-radius: 3px;
    border-right: 0 none;
}

.ui-dialog-btns .ui-btn.ui-state-hover {
    background-color: #e2e2e2;
}

/*css for pad*/
@media all and (min-device-width:768px) and (max-device-width: 1024px){
    .ui-dialog{
        min-width: 500px;
    }
    .ui-dialog .ui-dialog-title{
        min-height: 1.1em;
    }
}


/*
* 0318 第三版
*/

.index-nav ul {
    display: -webkit-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #0090e4;
    -webkit-box-sizing: content-box;
}
.index-nav li {
    -webkit-box-flex: 1;
    color: #FFF;
    text-align: center;
}
.index-nav li a {
    display: block;
    color: #FFF;
    background-color: #0090e4;
    font-size:14px;
}
.index-nav li.active a {
    color: #0090e4;
    background-color: #FFF;
}
.index-nav li a:hover {
    color: #FFF;
    background-color: #33ace6;
}
.ui-slider-group .ui-slider-item p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0090e4;
    background: #FFF;
    text-indent: 10px;
    line-height:26px;
    height:26px;
    font-size:12px;
}
.slider-tabs-box {
    bottom:40px;
}

.index-mod {
    margin: 10px 0;
}
.index-pd-list {
    background: #f0f0f0
}
.index-mod .mod-title {
    margin: 0;
    text-indent: 14px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #676767;
}
.index-mod .mod-item {
    width: 100%;
    margin: 10px 0 0;
    overflow: hidden;
    background: #fff;
}
.index-mod .item-img {
    position: relative;
    padding-bottom: 39%;
    border: 1px solid #dadada;
    border-width: 1px 0;
    overflow: hidden;
    border: 1px solid #dadada;
    border-width: 1px 0;
}
.index-mod .item-img:last-child {
    margin-bottom: 0;
}
.index-mod .item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.index-mod .mod-item .content {
    padding: 5px 14px;
    line-height: 20px;
    font-size: 12px;
    white-space: nowrap; 
    overflow: hidden;
}
.index-mod .item-title {
    float: left;
    width: 58%;
    color: #e61515;
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
}
.index-pd-countdown {
    float:right;
}
.index-pd-countdown i {
    color: #2498e6;
    font-style:normal;
}
.index-pd-countdown q{
    color: #0090e4;
}
.index-cat-list {
    padding: 8px 0;
    overflow: hidden;
}
.index-cat-list li {
    display: table;
    width: 33.3333%;
    float: left;
    height: 75px;
    font-size: 14px;
    text-align: center;
}
.index-cat-list li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.index-cat-list li p {
    line-height: 24px;
}
.index-cat-list .icon-cate {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent no-repeat center;
}
.index-cat-list .icon-cate-0 {background-repeat: no-repeat;}
.index-cat-list .icon-cate-1 {background-repeat: no-repeat;}
.index-cat-list .icon-cate-2 {background-repeat: no-repeat;}
.index-cat-list .icon-cate-3 {background-repeat: no-repeat;}
.index-cat-list .icon-cate-4 {background-repeat: no-repeat;}
.index-cat-list .icon-cate-5 {background-repeat: no-repeat;}

/* add by chunye @20150331 
* 购物车页面
*/
.cart-body {
    background: #fff;
}
.cart-list {
    padding: 0 0 46px;
}
.cart-list ul {

}
.cart-list li {
    border-bottom: 1px solid #ccc;
    padding: 19px 15px;
    position: relative;
}
.cart-list .check {
    position:absolute;
    top:19px;
    left:15px;
    width:22px;
    height:22px;
    background: url(/images/appmall/cart/cart_check.png) 0 -22px no-repeat;
    background-size:22px 66px;
}
.cart-list .check.uncheck {
    background: url(/images/appmall/cart/cart_check.png) 0px -44px no-repeat;
    background-size:22px 66px;
}
.cart-list .check.checked {
    background: url(/images/appmall/cart/cart_check.png) 0px 0px no-repeat;
    background-size:22px 66px;
}

.cart-list .info {
    margin: 0 90px 0 32px;
    min-width:170px;
}
.cart-list .info dl {
    width:100%;
}
.cart-list .info dt {
    height:59px;
    width:59px;
    border:1px solid #ccc;
    border-radius:5px;
    overflow: hidden;
    margin:0 10px 0 0;
    float: left;
    position:relative;
}
.cart-list .info .status {
    height: 20px;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    background:rgba(0,0,0,.5);
    color:#fff;
    text-align:center;
    line-height:20px;
    font-size:12px;
    display:none;
}
.cart-list .info dd {
    margin: 0 0 0 70px;
}
.cart-list .info dt img {
    height:59px;
    width:59px;
}
.cart-list .info .title {
    color: #676767;
    font-size:12px;
    line-height: 1;
}
.cart-list .info .title span {
    display: block;
    overflow: hidden; text-overflow:ellipsis;white-space:nowrap;
    width:100%;
}
.cart-list .info .sku {
    color: #676767;
    font-size:12px;
    line-height: 1.5;
    padding: 2px 0;
}
.cart-list .info .num b {
    height:25px;
    width:25px;
    float: left;
    background: url(/images/appmall/cart/cart_num.png) left bottom no-repeat;
    background-size: 25px 50px;
}
.cart-list .info .num b.plus {
    background: url(/images/appmall/cart/cart_num.png) left top no-repeat;
    background-size: 25px 50px;
}
.cart-list .info .num input {
    height:25px;
    width:39px;
    border:1px solid #e1e1e1;
    background: #fff;
    border-radius: 5px;
    float: left;
    margin:0 5px;
    text-align: center;
}
.cart-list .info p {
    padding: 10px 0 0 0;
    font-size:13px;
    color:#676767;
}
.cart-list .info p span,
.cart-list .info p em {
    font-style: normal;
    color:#0090e4;
}
.cart-list .price {
    min-width: 80px;
    position: absolute;
    top: 19px;
    right:15px;
}
.cart-list .price .show-price {
    float: right;
    text-align: right;
    color:#0090e4;
    font-size:12px;
    clear:both;
    line-height: 1;
}
.cart-list .price .shop-price {
    float: right;
    text-align: right;
    color:#676767;
    font-size:12px;
    clear:both;
    line-height: 1;
    text-decoration: line-through;
    margin: 4px 0 7px 0;
}
.cart-list .price a {
    height:18px;
    width:16px;
    float:right;
    clear:both;
    background: url(/images/appmall/cart/cart_throw.png) no-repeat top left;
    background-size: 16px 18px;
}

.cart-buy {
    position: fixed;
    left:0;
    bottom:0;
    z-index:1;
    width:100%;
    height:48px;
    background: #fff;
    border-top:1px solid #ccc;
}
.cart-buy .check {
    position:absolute;
    top:13px;
    left:15px;
    height:22px;
}
.cart-buy .check span {
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    display: block;
    height:22px;
    width:22px;
    -webkit-appearance: normal;
    background: url(/images/appmall/cart/cart_check.png) 0px -22px no-repeat;
    background-size:22px 66px;
}
.cart-buy .check.checked span {
    background: url(/images/appmall/cart/cart_check.png) left top no-repeat;
    background-size:22px 66px;
}
.cart-buy .check p {
    padding:0 0 0 33px;
    color:#676767;
    font-size:14px;
    line-height:22px;
}
.cart-buy .go-order {
    color:#fff;
    font-size:17px;
    height:48px;
    width:100px;
    float: right;
    background: #0097e0;
    line-height: 48px;
    text-align: center;
}
.cart-buy .go-order em {
    font-style: normal;
}
.cart-buy .info {
    float: right;
    margin:4px 15px 0 0;
}
.cart-buy .info p {
    text-align: right;
    font-size:12px;
    color:#676767;
    line-height: 18px;
}
.cart-buy .info .total span,
.cart-buy .info .total em {
    font-size: 14px;
    color:#0090e4;
    font-style: normal;
}
.cart-buy .info .save span,
.cart-buy .info .save em {
    color:#676767;
    font-style: normal;
}

/*
* cart-empty-body
*/
.cart-empty-body {
    background: #f0f0f0;
}
.cart-empty {
    width:100%;
    text-align: center;
}
.cart-empty dl {
    padding:30px 0 25px 0;
    display: inline-block;
}
.cart-empty dl dt,
.cart-empty dl dt img {
    height:64px;
    width:64px;
    margin: 0 auto;
}
.cart-empty dl .empty {
    padding:17px 0 9px 0;
    color:#676767;
    font-size:17px;
}
.cart-empty dl .buy,
.cart-empty dl .buy a {
    display: block;
    color:#0090e4;
    font-size:17px;
}
.cart_pop {
    position:fixed;
    top:50%;
    left:50%;
    width:200px;
    height:40px;
    background:rgba(0,0,0,.7);
    margin:-10px 0 0 -100px;
    border-radius:5px;
    color:#fff;
    font-size:17px;
    text-align:center;
    line-height:40px;
}
