﻿/*头部*/
.fixed {
    position: fixed;
    z-index: 999;
}

.header {
    font-weight: 500;
}

.header {
    width: 100%;
    height: 44px;
    background: #093;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

    .header.red {
        background: #DD2727;
    }

    .header .back, .header .home {
        width: 44px;
        height: 44px;
        overflow: hidden;
        position: absolute;
        top: 0;
    }

    .header .back {
        left: 0;
    }

    .header .home {
        right: 0;
    }

        .header .back img, .header .home img {
            width: 44px;
            height: 44px;
        }

    .header .title {
        font-size: 20px;
        line-height: 44px;
        text-align: center;
        color: #fff;
        margin: 0 44px;
        font-weight: 100;
    }

    .header .action, .header .action:hover {
        color: #fff;
        font: 14px/44px "";
        position: absolute;
        top: 0;
        right: 10px;
    }
/*秒杀活动*/
.activity_main {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background-color: #fff;
}

    .activity_main ul {
        padding: 0px;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        overflow: hidden;
        padding-bottom: 20px;
    }

    .activity_main a {
        color: #666666;
    }

    .activity_main ul li:not(:first-child) {
        padding: 0px;
        padding-top: 10px;
        width: 100%;
        height: 100%;
        float: left;
        background-color: #FFF;
    }

.activity_main_img {
    float: left;
}

.activity_main_title {
    float: left;
    width: 100%;
}

.activity_main_title_p1 {
    font-size: 16px;
    width: 100%;
    float: left;
    padding: 5px 0;
}

.activity_main_title_p2 {
    font-size: 14px;
    width: 100%;
    float: left;
    color: #999999;
}

.activity_main_time {
    width: 100%;
    float: left;
    height: 34px;
    line-height: 34px;
    border: 1px solid #eeebeb;
    border-left-style: none;
    border-right-style: none;
    margin-bottom: 10px;
    font-size: 13px;
}

.activity_main_img_end {
    width: 100%;
    height: 105px;
    background-color: #666666;
    margin-top: -105px;
    float: left;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.activity_main_img_end_textw {
    width: 100%;
    height: 103px;
    margin-top: -110px;
    float: left;
}

.activity_main_img_end_text {
    color: #fff;
    text-align: center;
    background-color: #333;
    font-size: 16px;
    width: 100px;
    margin: 0 auto;
    line-height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px #333 solid;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
}

.ajaxMore {
    margin-bottom: 20px;
    padding: 0px 0 20px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    vertical-align: top;
    color: #a6a6a6;
}

    .ajaxMore a {
        line-height: 38px;
        color: #666666;
        font-size: 14px;
    }

        .ajaxMore a:hover, .ajaxMore a:active {
            color: red;
        }
/*秒杀活动列表页*/
.activity {
    padding: 10px;
}

    .activity .list, .activityinfo {
        margin-bottom: 10px;
        background: #fff;
    }

        .activity .list a, .activityinfo a {
            width: 100%;
            display: block;
        }

        .activity .list img, .activityinfo img {
            width: 100%;
        }

.activitydesc {
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    margin-top: -10px;
    color: #00a653;
    line-height: 30px;
}

.mt-style1 {
    margin-top: 10px;
}

.product {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.product .prolist {
    margin-left: 10px;
}

.activity .product .prolist {
    margin-left: 0px;
}

.product .prolist li {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
}

    .product .prolist li a {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
    }

.product .prolist img {
    width: 100%;
}

.product .prolist .title, .product .prolist :hover .title {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
}

.product .prolist .price, .product .prolist :hover .price {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}

.product .prolist .kilo, .product .prolist :hover .kilo {
    color: #999;
    font-size: 12px;
}
/*商品查看详情*/
.s-item {
    position: relative;
    padding: 10px 9.0625% 10px 0;
    line-height: 1.6em;
    overflow: hidden;
}

.bdb-1px {
    position: relative;
    z-index: 1;
}

.step_comment .s-item {
    padding: 10px;
}

.bdb-1px:after {
    bottom: 0;
}

.bdb-1px:after {
    border-top: 1px solid #e0e0e0;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
}

.basic-info {
    padding-bottom: 10px;
}

.bdr-tb {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-width: 1px 0 1px 0;
    background-color: #fff;
}

.pl10 {
    padding-left: 10px;
}

.basic-info {
    padding-bottom: 10px;
}

    .basic-info .prod-title {
        position: relative;
        margin-top: 5px;
    }

.prod-title a {
    text-underline: none;
}

.prod-title .title-text {
    display: inline-block;
    font-size: 16px;
    color: #252525;
    margin-right: 30px;
}

.prod-title .detail-import {
    display: inline-block;
    float: right;
}

.icon-arrow {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../../images/indicator_right.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    right: 0px;
    top: -10px;
}

.basic-info .prod-act {
    font-size: 12px;
    color: #FF0000;
    margin-top: 8px;
}

.basic-info .prod-price {
    font-size: 18px;
    font-family: Arial;
    color: #f15353;
    margin-top: 10px;
    font-weight: bold;
}

.part-note-msg {
    font-family: "Microsoft YaHei", Arial, "Droid Sans", sans-serif;
    font-weight: 100;
    color: #999;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    font-size: 13px;
    margin-right: 0;
}

.seckill-timer {
    margin-right: 10px;
    font-size: 12px;
    margin-top: 3px;
    color: #f15353;
    position: absolute;
    left: 70px;
    top: 0px;
}

    .seckill-timer .seckill-time {
        display: inline-block;
        padding: 2px 5px;
        text-align: center;
        background-color: #00cc99;
        color: #fff;
    }

.part-content {
    font-family: "Microsoft YaHei", Arial, "Droid Sans", sans-serif;
    font-weight: 100;
    color: #000;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    font-size: 13px;
    margin-right: 0;
}

.prod-price span {
    font-size: 14px;
}

    .prod-price span.prod-weight {
        font-family: "Microsoft YaHei", Arial, "Droid Sans", sans-serif;
        font-weight: 100;
        font-size: 13px;
        color: #ccc;
        margin-left: 5px;
    }

    .prod-price span.sh_price {
        font-size: 12px;
        font-family: "Microsoft YaHei", Arial, "Droid Sans", sans-serif;
        font-weight: 100;
        color: #f15353;
    }

        .prod-price span.sh_price span {
            font-family: Arial;
            font-size: 13px;
            margin-right: 3px;
        }

    .prod-price span.market_price {
        font-size: 12px;
        font-family: "Microsoft YaHei", Arial, "Droid Sans", sans-serif;
        font-weight: 100;
        color: #999;
        text-decoration: line-through;
    }

        .prod-price span.market_price span {
            font-family: Arial;
            font-size: 13px;
            margin-right: 3px;
        }

    .prod-price span.sold_account {
        font-size: 12px;
        font-family: "Microsoft YaHei", Arial, "Droid Sans", sans-serif;
        font-weight: 100;
        color: #999;
    }

.prod-promotion-container {
    margin-top: 5px;
    position: relative;
}

.promotion-content {
    margin-top: -20px;
    margin-left: 70px;
}

    .promotion-content ul {
        list-style: none;
        overflow: hidden;
        zoom: 1;
        clear: both;
    }

    .promotion-content li {
        float: left;
        margin: 0 5px 5px 0;
    }

    .promotion-content a {
        text-decoration: none;
        margin-right: 5px;
    }

    .promotion-content .btn-tips {
        padding: 1px 4px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        background-color: #00cc99;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    .promotion-content .btn-tips-orange {
        background-color: #ff9966;
    }

    .promotion-content .btn-tips-roseo {
        background-color: #ff3399;
    }

.more-detail {
    margin-bottom: 10px;
}

    .more-detail .wareInfo {
        position: relative;
        height: 40px;
        line-height: 40px;
    }

    .more-detail .detail-import {
        margin-right: 30px;
        font-size: 12px;
        color: #ccc;
        text-align: right;
        float: right;
    }

    .more-detail .detail-comment {
        margin-right: 40px;
        font-size: 12px;
        color: #999;
        text-align: right;
        float: right;
        margin-top: -27px;
        line-height: 40px;
    }

        .more-detail .detail-import .icon-arrow-right, .more-detail .detail-comment .icon-arrow-right {
            top: 0px;
            right: 0px;
        }

    .more-detail .part-note-msg {
        font-size: 14px;
        color: #000;
    }

    .more-detail .all_scores {
        margin-top: -26px;
        margin-left: 70px;
    }
/*评价星星 中*/
.product_star_md li {
    height: 14px;
    width: 14px;
    margin-right: 5px;
    position: relative;
    float: left;
}

    .product_star_md li i {
        background: url(../../images/cell_comment_star_e.png);
        background-size: 18px 18px;
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
    }

    .product_star_md li.hover i {
        background: url(../../images/cell_comment_star_f.png);
        background-size: 18px 18px;
    }
/*评价星星 小*/
.product_star_sm li {
    height: 13px;
    width: 13px;
    margin-right: 5px;
    position: relative;
    float: left;
}

    .product_star_sm li i {
        background: url(../../images/cell_comment_star_e.png);
        background-size: 16px 16px;
        position: absolute;
        top: -2px;
        left: 0;
        height: 16px;
        width: 16px;
    }

    .product_star_sm li.hover i {
        background: url(../../images/cell_comment_star_f.png);
        background-size: 16px 16px;
    }
/*评论*/
.step_comment {
    overflow: hidden;
    margin-top: 10px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.07);
    border-top: 1px solid rgba(0,0,0,.07);
    z-index: 1;
}

    .step_comment .s-item {
        padding: 10px;
    }

    .step_comment .sitem-r {
        float: right;
        font-size: 12px;
        color: #ff0000;
        margin-right: 0px;
    }

        .step_comment .sitem-r span.scores_time {
            color: #ccc;
            font-size: 12px;
        }

    .step_comment .s-item .head {
        width: 30px;
        height: 30px;
        position: relative;
        position: absolute;
        margin: 8px 10px;
        left: 0;
        top: 0;
    }

        .step_comment .s-item .head img {
            width: 30px;
            height: 30px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
        }

    .step_comment .s-item .name {
        margin-left: 40px;
        font-size: 14px;
        color: #5E5E5E;
    }

    .step_comment .s-item .comment_floor {
        float: right;
        color: #666;
        font-size: 13px;
        margin-top: 2px;
    }

    .step_comment .s-item .assess_sum {
        text-decoration: none;
        padding: 0px 15px;
        border: 1px solid #ccc;
        color: #999;
        float: right;
        border-radius: 15px;
        font-size: 12px;
        line-height: 20px;
        position: relative;
        margin-top: 2px;
        font-weight: 100;
    }

        .step_comment .s-item .assess_sum i.icon-message {
            background: url(../images/home-icon/cell_comment_list.png) no-repeat;
            background-size: 12px 12px;
            height: 12px;
            width: 12px;
            position: absolute;
            left: 10px;
            top: 4px;
        }

        .step_comment .s-item .assess_sum .message_sum {
            margin-left: 18px;
            margin-right: -5px;
        }

    .step_comment .s-item .single_scores {
        float: left;
        padding-top: 5px;
    }

    .step_comment .s-item .scores {
        color: #666;
        font-size: 12px;
        margin-left: 10px;
    }

    .step_comment .s-item .comment_text {
        color: #666;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .step_comment .s-item .comment_time {
        font-size: 12px;
        color: #ccc;
        margin-bottom: -5px;
    }

    .step_comment .s-item .comment_img_container {
        margin: 8px 0 8px 0;
        overflow: hidden;
        font-size: 0;
    }

        .step_comment .s-item .comment_img_container .img-container {
            overflow: hidden;
        }

            .step_comment .s-item .comment_img_container .img-container .comment-img-item {
                width: 65px;
                height: 65px;
                overflow: hidden;
                border-radius: 4px;
            }

            .step_comment .s-item .comment_img_container .img-container li {
                display: inline-block;
                list-style-type: none;
                float: left;
            }

            .step_comment .s-item .comment_img_container .img-container .comment-img-item img {
                border-radius: 4px;
            }

            .step_comment .s-item .comment_img_container .img-container .comment-img-space {
                width: 13px;
                height: 13px;
            }

    .step_comment .s-item .comment_tags ul {
        list-style: none;
        overflow: hidden;
        zoom: 1;
        clear: both;
    }

    .step_comment .s-item .comment_tags li {
        float: left;
        margin-right: 8px;
    }

    .step_comment .s-item .comment_tags .btn-tags {
        padding: 1px 4px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        background-color: #fff;
        color: #0F9854;
        font-size: 12px;
        text-align: center;
        border: 1px solid #0F9854;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .step_comment .s-item .custom {
        font-size: 14px;
        color: #F5B353;
        line-height: 18px;
    }
    /*您可能喜欢*/
    .step_comment .s-item .like_title {
        font-size: 14px;
        color: #666666;
        line-height: 18px;
    }

    .step_comment .s-item .comment_like_container {
        margin: 8px 0 8px 0;
        overflow: hidden;
        font-size: 0;
    }

        .step_comment .s-item .comment_like_container .img-container {
            overflow: hidden;
        }

            .step_comment .s-item .comment_like_container .img-container li {
                display: inline-block;
                list-style-type: none;
                float: left;
            }

            .step_comment .s-item .comment_like_container .img-container .comment-img-item {
                overflow: hidden;
                border-radius: 0px;
            }

                .step_comment .s-item .comment_like_container .img-container .comment-img-item .goods-pic {
                    border: 1px solid #e4e4e4;
                }

                .step_comment .s-item .comment_like_container .img-container .comment-img-item img {
                    border-radius: 0px;
                }

                .step_comment .s-item .comment_like_container .img-container .comment-img-item .goods-title {
                    color: #666;
                    font-size: 10px;
                    display: -webkit-box;
                    overflow: hidden;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    word-break: break-all;
                    -webkit-line-clamp: 2;
                    line-height: 14px;
                    margin-top: 5px;
                }

                .step_comment .s-item .comment_like_container .img-container .comment-img-item .goods-price {
                    color: #333;
                    font-size: 12px;
                }

            .step_comment .s-item .comment_like_container .img-container .comment-img-space {
                width: 10px;
                height: 10px;
            }
/*商品详情*/
.product_details .main {
    width: 100%;
    margin: 0px auto;
    background: #fff;
}

    .product_details .main img {
        margin-top: -7px;
        width: 100%;
    }

        .product_details .main img:first-child {
            margin-top: 0px;
        }
/*底部*/
.index_foot {
    font-size: 10px;
    text-align: center;
    color: #666666;
    position: fixed;
    bottom: 0;
    background-color: rgb(249,249,249);
    opacity: .98;
    width: 100%;
    border-top-color: #e4e4e4;
    border-top-style: solid;
    border-top-width: 1px;
    z-index: 9999;
}

    .index_foot.assess_foot {
        background-color: rgb(228,228,228);
    }

.index_foot_nei {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

.index_f1, .index_f2, .index_f3, .index_f4 {
    float: left;
    width: 25%;
    height: 100%;
    position: relative;
}

.index_t1, .index_t2, .index_t3, .index_t4 {
    float: left;
    width: 25%;
    line-height: 15px;
    margin-top: -5px;
}

.index_f2 i.cart_sum {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background-color: red;
    color: #fff;
    left: 60%;
    line-height: 18px;
    font-size: 12px;
}

    .index_f2 i.cart_sum.add {
        -webkit-animation-name: add-animate;
        -webkit-animation-duration: 800ms;
        -webkit-animation-timing-function: ease;
    }
/*商品查看foot*/
.concern-cart {
    width: 32%;
    float: left;
}

    .concern-cart a {
        color: #d4d4d4;
        font-size: 10px;
    }

    .concern-cart a, .action-list a {
        width: 50%;
    }

    .concern-cart a, .action-list a {
        display: inline-block;
        height: 44px;
        line-height: 44px;
        float: left;
    }

em.btm-act-icn {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    background: url(../../images/cell_details_cart.png) no-repeat;
    background-size: 32px 32px;
    position: relative;
}

em.bottom-focus-icon, em.bottom-focus-icon-right {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    background: url(../../images/cell_details_fav.png) no-repeat;
    background-size: 32px 32px;
    position: relative;
}

.liked em.bottom-focus-icon, .liked em.bottom-focus-icon-right {
    background: url(../../images/cell_details_favd.png) no-repeat;
    background-size: 32px 32px;
}

    .liked em.bottom-focus-icon.heart-fill-anim {
        -webkit-animation-name: add-animate-sm;
        -webkit-animation-duration: 800ms;
        -webkit-animation-timing-function: ease;
    }

    .liked em.bottom-focus-icon.focus-out-left {
        background-position: 0 0;
        display: inline-block;
        width: 16px;
        height: 32px;
        -webkit-animation: runoff-left 1s;
        -webkit-transform-origin: 80% 100%;
        transform-origin: 80% 100%;
        animation: runoff-left 1s;
    }

    .liked em.bottom-focus-icon-right.focus-out-right {
        background-position: -16px 0;
        display: inline-block;
        width: 16px;
        height: 32px;
        margin-left: -5px;
        -webkit-animation: runoff-right 1s;
        -webkit-transform-origin: 20% 100%;
        transform-origin: 20% 100%;
        animation: runoff-right 1s;
    }

.order-numbers {
    display: inline-block;
    position: absolute;
    top: -4px;
    background-color: #d7000f;
    line-height: 12px;
    font-style: normal;
    border-radius: 100%;
    padding: 3px 6.2px;
    font-size: 10px;
    color: #fff;
    right: -10px;
}

    .order-numbers.two_num {
        padding: 3px 3.8px;
    }

    .order-numbers.add {
        -webkit-animation-name: add-animate;
        -webkit-animation-duration: 800ms;
        -webkit-animation-timing-function: ease;
    }

.action-list {
    width: 68%;
    float: left;
}

    .action-list a {
        color: #fff;
        font-size: 15px;
        float: right;
    }

        .action-list a.red-color {
            background-color: #d7000f;
        }

    .action-list .content {
        overflow: hidden;
        float: left;
        width: 50%;
    }
/*动画*/
/*放大特效 大*/
@-webkit-keyframes add-animate {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*放大特效 小*/
@-webkit-keyframes add-animate-sm {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2);
        transform: scale(1.3);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes runoff-left {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-90deg);
        opacity: .4;
    }

    100% {
        transform: rotate(-160deg);
        opacity: 0;
    }
}

@-webkit-keyframes runoff-left {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(-90deg);
        opacity: .4;
    }

    100% {
        -webkit-transform: rotate(-160deg);
        opacity: 0;
    }
}

@keyframes runoff-right {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(90deg);
        opacity: .4;
    }

    100% {
        transform: rotate(160deg);
        opacity: 0;
    }
}

@-webkit-keyframes runoff-right {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(90deg);
        opacity: .4;
    }

    100% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
    }
}
