﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    line-height: 25px;
    color: #555555;
}

div, table {
    margin: 0 auto;
}

table {
    width: 100%;
}

a {
    color: #555555;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #e8800d;
        text-decoration: none;
        cursor: pointer;
    }

img {
    border: 0;
}

ul, li, dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, io, select, checkbox {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

form {
    margin: 0;
    padding: 0;
}

.none {
    display: none;
}

input {
    outline: 0;
}

textarea {
    outline: 0;
    font-family: "Microsoft YaHei";
}

input[type=checkbox] {
    margin: 0px;
}
/*html{ 
	-webkit-filter:grayscale(100%); filter:grayscale(100%);
}
html { overflow-y:scroll; filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%);}*/

/*html{
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);	
}*/



/*---------------header---------------*/
.soubg {
    width: 100%;
    min-width: 1200px;
    height: 35px;
    background-color: #ffffff;
    font-size: 12px;
    color: #666666;
}

.sou {
    width: 1200px;
    height: 35px;
    line-height: 35px;
}

.s_city_b {
    width: 150px;
    height: 35px;
    float: left;
}

.s_city {
    height: 35px;
    background: url(../images/t_arrow.gif) no-repeat right center;
    float: left;
    padding-right: 15px;
    cursor: pointer;
    position: relative;
}

    .s_city:hover .s_city_bg {
        display: block;
    }

.s_city_bg {
    width: 254px;
    overflow: hidden;
    position: absolute;
    left: -50px;
    top: 29px;
    z-index: 900;
    display: none;
}

.s_city_t {
    width: 9px;
    height: 7px;
    line-height: 7px;
    overflow: hidden;
    background: url(../images/c_t.gif) no-repeat center top;
    position: absolute;
    left: 55px;
    top: 0;
}

.s_city_c {
    width: 252px;
    height: 460px;
    overflow: hidden;
    background-color: #FFF;
    font-family: "Microsoft YaHei";
    margin-top: 6px;
    border: 1px solid #cdcdcd;
}

    .s_city_c h2 {
        width: 230px;
        height: 29px;
        line-height: 29px;
        overflow: hidden;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        margin-top: 5px;
        border-bottom: 1px dotted #666666;
    }

table.c_tab tr th {
    line-height: 26px;
    font-weight: normal;
    color: #000;
    width: 20px;
    text-transform: uppercase;
}

.c_h span {
    line-height: 26px;
    float: left;
    display: inline;
    padding: 0 3px;
    margin-right: 3px;
    cursor: pointer;
}

    .c_h span:hover {
        color: #e8800d;
    }

    .c_h span.c_check {
        color: #FFF;
        background-color: #e8800d;
    }
/*.s_log{
	width:220px; height:35px; overflow:hidden; float:left;
}*/
.ss {
    width: 520px;
    height: 35px;
    float: left;
}

.ss_list {
    height: 35px;
    background: url(../images/t_arrow.gif) no-repeat right center;
    float: left;
    display: inline;
    margin-left: 10px;
    padding-right: 15px;
    cursor: pointer;
    position: relative;
}

    .ss_list a {
        display: inline-block;
    }

        .ss_list a img {
            width: 12px;
            height: 16px;
            display: inline-block;
        }

    .ss_list:hover .ss_list_bg {
        display: block;
    }

.ss_list_bg {
    width: 116px;
    position: absolute;
    left: 50%;
    top: 29px;
    margin-left: -58px;
    z-index: 900;
    display: none;
}

.ss_list_t {
    height: 7px;
    line-height: 7px;
    overflow: hidden;
    background: url(../images/c_t.gif) no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
}

.ss_list_c {
    background-color: #FFF;
    font-family: "Microsoft YaHei";
    margin-top: 6px;
    padding: 10px 0;
    border: 1px solid #cdcdcd;
}

    .ss_list_c ul li {
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

        .ss_list_c ul li dd {
            display: none;
            width: 110px;
            text-align: left;
            left: -100px;
            position: absolute;
            top: 7px;
        }

        .ss_list_c ul li:hover dd {
            display: block;
        }

.s_sh {
    width: 55px;
    height: 35px;
    overflow: hidden;
    float: left;
}

    .s_sh a {
        width: 20px;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        float: left;
        display: inline;
        margin: 0 3px;
        text-indent: -9999em;
    }

        .s_sh a.sh1 {
            background: url(../images/sh1.png) no-repeat center 8px;
        }

        .s_sh a.sh2 {
            background: url(../images/sh2.png) no-repeat center center;
        }

.top_fg {
    width: 100%;
    background-color: #dfdfdf;
    height: 1px;
}

.top {
    width: 1200px;
    height: 100px;
}

.logo {
    width: 200px;
    height: 70px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-top: 20px;
}

.search {
    width: 600px;
    height: 60px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-left: 134px;
    margin-top: 30px;
}

    /*订单确认页面开始*/
    .search .step {
        width: 120px;
        margin: 10px 0px;
        display: inline-block;
        text-align: center;
    }

        .search .step .line {
            height: 7px;
            position: relative;
            border-radius: 3px;
            margin-left: -2px;
            margin-bottom: 5px;
        }

            .search .step .line .round {
                color: #fff;
                position: absolute;
                height: 20px;
                width: 20px;
                border-radius: 10px;
                left: 41.5%;
                top: -7px;
                line-height: 20px;
            }

            .search .step .line.bgc5 {
                margin-left: 0px;
            }

    .search .bgc5 {
        background: #C5E1A4;
    }

    .search .bg8b {
        background: #8BC34A;
    }

    .search .bgcc {
        background: #CCCCCC;
    }

    .search .fcc5 {
        color: #C5E1A4;
    }

    .search .fc8b {
        color: #8BC34A;
    }

    .search .fccc {
        color: #CCCCCC;
    }

.address-item {
}

    .address-item span {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin-right: 10px;
        cursor: pointer;
    }

    .address-item .icon {
        width: 18px;
    }

        .address-item .icon .noselected {
            display: inline-block;
            width: 14px;
            height: 14px;
            border: solid 2px #d5d5d5;
            border-radius: 12px;
            vertical-align: middle;
            text-indent: -9999px;
        }

            .address-item .icon .noselected:after {
                content: ".";
            }

    .address-item.selected .icon {
        background: url(../images/order-status-icon.png);
        background-position: -239px -4px;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }

        .address-item.selected .icon .noselected {
            display: none;
        }

        .address-item.selected .icon:after {
            content: ".";
        }

    .address-item .username {
        width: 70px;
    }

    .address-item .mobile {
        width: 100px;
    }

    .address-item .province {
        width: 70px;
    }

    .address-item .city {
        width: 70px;
    }

    .address-item .area {
        width: 70px;
    }

    .address-item .address {
    }

    .address-item .setdefault {
        width: 70px;
    }

    .address-item .editaddress {
        width: 70px;
        float: right;
        margin-right: 40px;
    }

    .address-item .button-new {
        width: 100px;
        height: 30px;
        line-height: 30px;
        background-color: #e8800d;
        color: #fff;
        margin: 0px;
        text-align: center;
        font-size: 14px;
    }

.shop-list .width-640 {
    width: 640px;
}

.shop-list .width-180 {
    width: 180px;
}

.shop-list .width-120 {
    width: 120px;
}

.shop-list .cell {
    display: inline-block;
    text-align: center;
}

.shop-list .header {
    background-color: #f8f8f8;
    height: 34px;
    line-height: 34px;
}

.shop-list .shop-name {
    height: 20px;
    line-height: 20px;
    margin: 10px 0px;
    font-size: 14px;
}

    .shop-list .shop-name span {
        margin-right: 30px;
        display: inline-block;
    }

    .shop-list .shop-name label span {
        margin-right: 0px;
    }

    .shop-list .shop-name .naturals {
        background-color: #fd8c6d;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        color: #fff;
        text-align: center;
    }

.shop-list .product-list .product-row {
    background: #f3fbfe;
    border: solid 1px #d5d5d5;
    border-top: 0px;
}

    .shop-list .product-list .product-row:first-child {
        border-top: solid 1px #d5d5d5;
    }

    .shop-list .product-list .product-row .cell {
        vertical-align: middle;
    }

        .shop-list .product-list .product-row .cell .cxhuodong {
            width: 120px;
            background-color: #fff;
        }

.shop-list .product-list .product-cell {
}

    .shop-list .product-list .product-cell div {
        margin: 0px;
    }

    .shop-list .product-list .product-cell .product-name, .shop-list .product-list .product-cell .product-image {
        display: inline-block;
    }

    .shop-list .product-list .product-cell .product-image {
        width: 80px;
        height: 80px;
        border: solid 1px #d5d5d5;
        margin: 15px 10px 15px 20px;
    }

        .shop-list .product-list .product-cell .product-image table {
            border: 0px;
            width: 100%;
            height: 100%;
            padding: 0px;
            margin: 0px;
            line-height: normal;
            border-spacing: 0;
            border-collapse: 0;
        }

        .shop-list .product-list .product-cell .product-image tr {
        }

        .shop-list .product-list .product-cell .product-image td, .fav-product .product-img img {
            border: 0px;
        }

        .shop-list .product-list .product-cell .product-image td {
            vertical-align: middle;
            text-align: center;
        }

        .shop-list .product-list .product-cell .product-image img {
            max-width: 60px;
            max-height: 60px;
        }

    .shop-list .product-list .product-cell .product-name {
        width: 500px;
        text-align: left;
        margin: 15px 0px;
        vertical-align: top;
    }

        .shop-list .product-list .product-cell .product-name .name {
            height: 60px;
            overflow: hidden;
            line-height: 20px;
        }

        .shop-list .product-list .product-cell .product-name .prop {
            height: 20px;
            overflow: hidden;
            color: #e2e9eb;
            line-height: 26px;
        }

.shop-list .dlyortotal .row {
    text-align: right;
    margin-top: 20px;
}

    .shop-list .dlyortotal .row .cxhuodong {
        position: relative;
        display: inline-block;
        width: 100px;
        background-color: #fff;
        border-color: #d5d5d5;
        background: url(../images/t_arrow.gif) no-repeat right 4px top 10px;
        color: #000;
    }

        .shop-list .dlyortotal .row .cxhuodong .cx_bg {
            right: 0;
        }

        .shop-list .dlyortotal .row .cxhuodong .cx_bg_t {
            right: 25px;
        }

        .shop-list .dlyortotal .row .cxhuodong .cx_bg_c {
            width: 180px;
        }

            .shop-list .dlyortotal .row .cxhuodong .cx_bg_c .cx_bg_right {
                width: 130px;
            }

.shop-list .shop-total {
    text-align: right;
}

    .shop-list .shop-total .shop-remark {
        background: #f8f8f8;
        font-size: 14px;
        padding: 10px;
    }

    .shop-list .shop-total .btn-submit {
        height: 28px;
        line-height: 28px;
        background-color: #e8800d;
        color: #fff;
        margin: 0px;
        text-align: center;
        font-size: 14px;
        border: 0px;
        border-radius: 4px;
        padding: 0px 25px;
        margin: 20px 0px;
    }
/*订单确认页面结束*/

.s_iptsel {
    width: 80px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #555555;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    float: left;
    padding: 0 10px;
    border: 2px solid #e8800d;
    border-right: 0;
    background: url("../images/t_arrow.gif") no-repeat center right 15px;
}

.s_iptsel_bg {
    width: 103px;
    overflow: hidden;
    position: absolute;
    top: 90px;
    margin-left: -12px;
    z-index: 900;
    display: none;
    text-align: center;
}

.s_iptsel_bg_c {
    overflow: hidden;
    background-color: #FFF;
    font-family: "Microsoft YaHei";
    margin-top: 6px;
    padding: 10px 0;
    border: 1px solid #cdcdcd;
}

    .s_iptsel_bg_c ul li {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
    }

        .s_iptsel_bg_c ul li:hover {
            color: #e8800d;
        }

.s_ipt {
    width: 350px;
    height: 36px;
    line-height: 36px\9;
    overflow: hidden;
    color: #555555;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    float: left;
    padding: 0 10px;
    border: 1px solid #00A3E4;
    border-right: 0;
}

.s_btn {
    width: 90px;
    height: 38px;
    line-height: 40px\9;
    background-color: #0096E1;
    color: #FFF;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    text-align: center;
    float: left;
    border: 0;
    cursor: pointer;
}

.search a {
    margin-right: 12px;
    display: inline-block;
}

.i_car {
    width: 141px;
    height: 38px;
    line-height: 38px;
    background: url(../images/car.png) no-repeat 10px center;
    background-color: #f6f6f6;
    float: right;
    margin-top: 30px;
    border: 1px solid #d9d9d9;
    position: relative;
}

.car_t {
    width: 95px;
    height: 38px;
    overflow: hidden;
    background: url() no-repeat right center;
    font-size: 14px;
    margin-left: 38px;
    cursor: pointer;
}

    .car_t span {
        color: #0096E1;
    }

.i_car:hover .car_bg {
    display: none;
}

.car_bg {
    width: 283px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #d9d9d9;
    position: absolute;
    right: -1px;
    top: 38px;
    z-index: 900;
    display: none;
}

.un_login {
    overflow: hidden;
    text-align: center;
    margin: 15px auto;
}

ul.cars {
    overflow: hidden;
}

    ul.cars li {
        height: 70px;
        overflow: hidden;
        margin-top: 10px;
        border-bottom: 1px solid #e2e2e2;
    }

        ul.cars li .img {
            width: 58px;
            height: 58px;
            overflow: hidden;
            float: left;
            display: inline;
            margin-left: 15px;
            border: 1px solid #e2e2e2;
        }

        ul.cars li .name {
            width: 180px;
            height: 40px;
            line-height: 20px;
            overflow: hidden;
            color: #888888;
            font-family: "宋体";
            float: left;
            display: inline;
            margin-left: 8px;
        }

            ul.cars li .name a {
                color: #888888;
            }

                ul.cars li .name a:hover {
                    color: #e8800d;
                }

        ul.cars li .price {
            width: 180px;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            color: #888888;
            font-size: 14px;
            float: left;
            display: inline;
            margin-left: 8px;
        }

.price_sum {
    width: 255px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}

    .price_sum span {
        color: #e8800d;
        font-size: 20px;
        font-weight: bold;
    }

.price_a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background: url(../images/a_link.gif) repeat-x center top;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin-right: 13px;
    margin-top: 5px;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .price_a a {
        color: #FFF;
    }



.menu_bg {
    width: 100%;
    min-width: 1200px;
    height: 43px;
    background-color: #0096E1;
    border:0 !important;
}

.menu {
    width: 1200px;
    height: 43px;
    line-height: 43px;
    color: #000000;
    font-size: 16px;
    position: relative;
    z-index: 800;
    background-color: #0096E1;
}

ul.menu_r {
    width: 989px;
    height: 41px;
    overflow: hidden;
    float: left;
    display: inline;
}

    ul.menu_r li {
        width: 120px;
        height: 43px;
        line-height: 43px;
        overflow: hidden;
        text-align: center;
        float: left;
        display: inline;
    }

        ul.menu_r li a {
            width: 120px;
            height: 43px;
            overflow: hidden;
            float: center;
            color:white;
        }
        ul.menu_r li:hover{
            background:#0083CE;
        }

            /*ul.menu_r li a:hover {
                color: #e8800d;
            }*/

        ul.menu_r li:hover, ul.menu_r li.now {
            /*background-color: #080809;*/
        }

.m_ad {
    width: 269px;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    text-align: right;
    float: right; /*border-bottom:2px solid #e8800d;*/
}

    .m_ad img {
        margin-top: 10px;
        margin-right: 60px;
    }

.nav {
    width: 211px;
    height: 43px;
    background-color: #0083CE;
    float: left;
    position: relative;
}


.nav_t {
    width: 211px;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    color: #FFF;
    font-size: 16px;
    text-indent: 35px;
} 
 
.leftNav {
    width: 211px;
    height: 414px;
    background-color: #F0FAFC;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 1000;
    display: none;
}

.nav.active .leftNav, .nav:hover .leftNav {
    display: block;
}

.none {
    display: none;
}

.leftNav ul li {
    height: 40px;
    line-height: 40px;
    background: url(../images/n_arrow.gif) no-repeat 195px center;
    color: white;
    font-size: 14px;
    margin-left: 1px;
    cursor: pointer;
    position: relative;
}

    .leftNav ul li .n_img {
        width: 20px;
        height: 21px;
        overflow: hidden;
        text-align: center;
        float: left;
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

        .leftNav ul li .n_img span {
            height: 100%;
            vertical-align: middle;
            display: inline-block;
        }

        .leftNav ul li .n_img img {
            vertical-align: middle;
        }
    /*.leftNav ul li a{ color:#6e6e6e; }
.leftNav ul li a:hover{ color:#e02d02; }*/
    /*.leftNav ul li ul {
        width: 220px;
        min-height: 70px;
        overflow: hidden;
        background: url(../images/nav_bg.png) repeat center top;
        position: absolute;
        left: 196px;
        top: 0px;
        border: 1px solid #d4d2d2;
        border-left: 0px;
        z-index: 900;
        display: none;
    }

        .leftNav ul li ul li {
            width: 195px;
            height: auto;
            line-height: 25px;
            overflow: hidden;
            font-size: 12px;
            font-weight: normal;
            background: none;
            margin: 10px auto;
            padding: 0px 0px 5px 0px;
            border-bottom: 1px dashed #d1d0d1;
        }

            .leftNav ul li ul li a {
                color: #989797;
                margin: 0px 10px;
            }

                .leftNav ul li ul li a:hover {
                    color: #e02d02;
                }

            .leftNav ul li ul li .n_t {
                width: 50px;
                height: 20px;
                line-height: 20px;
                overflow: hidden;
                text-align: center;
                font-weight: bold;
                float: left;
            }

            .leftNav ul li ul li .n_c {
                width: 142px;
                overflow: hidden;
                float: left;
            }

                .leftNav ul li ul li .n_c a {
                    width: 60px;
                    height: 20px;
                    line-height: 20px;
                    overflow: hidden;
                    float: left;
                    display: inline-block;
                    margin: 0px 0px 0px 10px;
                }

    .leftNav ul li .fj {
        width: 190px;
        height: 40px;
        line-height: 40px;
        display: block;
        overflow: hidden;
        position: absolute;
        left: 20px;
        top: 0;
        z-index: 901;
    }

    .leftNav ul li.nuw {
        width: 211px;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
        background-color: #FFF;
        color: #e8800d;
        z-index: 800px;
    }

    .leftNav ul li .img_bt {
        float: right;
        display: none;
        opacity: 0.8;
    }
.leftNav .zj {
    width: 210px;
    height: 410px;
    overflow: hidden;
    background-color: #5a5758;
    position: absolute;
    left: 210px;
    top: 0;
    display: none;
    opacity: 0.8;
    color: #FFF;
}

    .leftNav .zj .zj_l {
        margin-left: 30px;
        font-size: 12px;
    }

        .leftNav .zj .zj_l .title {
            font-size: 15px;
            float: left;
            width: 100%;
        }

        .leftNav .zj .zj_l span a,
        .leftNav .zj .zj_l div a {
            float: left;
            height: 30px;
            color: #FFF;
        }

        .leftNav .zj .zj_l div a {
            width: 80px;
        }

            .leftNav .zj .zj_l div a:hover {
                color: #09f3f6;
            }*/
    .leftNav ul li ul {
        width: 220px;
        min-height: 70px;
        overflow: hidden;
        background: url(../images/nav_bg.png) repeat center top;
        position: absolute;
        left: 196px;
        top: 0px;
        border: 1px solid #d4d2d2;
        border-left: 0px;
        z-index: 900;
        display: none;
    }

        .leftNav ul li ul li {
            width: 195px;
            height: auto;
            line-height: 25px;
            overflow: hidden;
            font-size: 12px;
            font-weight: normal;
            background: none;
            margin: 10px auto;
            padding: 0px 0px 5px 0px;
            border-bottom: 1px dashed #d1d0d1;
        }

            .leftNav ul li ul li a {
                color: #989797;
                margin: 0px 10px;
            }

                .leftNav ul li ul li a:hover {
                    color: #e02d02;
                }

            .leftNav ul li ul li .n_t {
                width: 50px;
                height: 20px;
                line-height: 20px;
                overflow: hidden;
                text-align: center;
                font-weight: bold;
                float: left;
            }

            .leftNav ul li ul li .n_c {
                width: 142px;
                overflow: hidden;
                float: left;
            }

                .leftNav ul li ul li .n_c a {
                    width: 60px;
                    height: 20px;
                    line-height: 20px;
                    overflow: hidden;
                    float: left;
                    display: inline-block;
                    margin: 0px 0px 0px 10px;
                }

    .leftNav ul li .fj {
        width: 190px;
        height: 40px;
        line-height: 40px;
        display: block;
        overflow: hidden;
        position: absolute;
        left: 20px;
        top: 0;
        z-index: 901;
    }

.leftNav ul .nuw {
    width: 211px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    color: #e8800d;
    z-index: 800;
}

.leftNav ul li .fj a {
    color: #008FCB;
}

.leftNav ul .nuw .fj a {
    color: #333;
}

.leftNav ul li .img_bt {
    float: right;
    margin-top: 10px;
    display: none;
    opacity: 0.8;
}

.leftNav .zj {
    width: 764px;
    height: 411px;
    overflow: hidden;
    background-color: white;
    position: absolute;
    left: 210px;
    top: 0;
    display: none;
    color: #333;
    box-shadow: 0 0 6px #999;
}

    .leftNav .zj .zj_l {
        margin-left: 30px;
        font-size: 12px;
    }

        .leftNav .zj .zj_l .title {
            font-size: 15px;
            float: left;
        }

        .leftNav .zj .zj_l div {
            float: left;
            width: 80px;
            height: 30px;
        }

            .leftNav .zj .zj_l div:hover {
                color: #09f3f6;
            }

.firstrow {
    width: 764px !important;
    display: block;
    overflow: hidden;
}

.left_title {
    float: left !important;
    width: 120px !important;
    height: 15px !important;
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
}

.right_product {
    min-height: 30px;
    float: right !important;
    width: 550px !important;
    display: block;
    border-bottom: solid 1px #eeeeee;
    margin-right: 80px;
    padding-bottom: 20px;
}

    .right_product span {
        display: block;
        float: left;
        text-align: left;
        height: 15px;
        line-height: 15px;
        margin-top: 20px;
        color: #333;
        font-size: 12px;
        margin-right: 20px;
        border-right: solid 1px #CCCCCC;
        padding-right: 15px;
    }


/*---------------首页---------------*/
.i_bg {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.bg_color {
    background-color: #ffffff;
}

.content {
    width: 1200px;
    overflow: hidden;
}

.mar_5 {
    margin-top: 5px;
}

.mar_10 {
    margin-top: 10px;
}

.mar_15 {
    margin-top: 15px;
}

.mar_20 {
    margin-top: 20px;
}


.i_ban_bg {
    width: 100%;
    height: auto;
    background-color: #e8e8e8;
}


.banner {
    width: 100%;
    height: 411px;
    overflow: hidden;
    display: block !important;
    margin: 0 auto !important; /*margin-left:211px;*/
}

    .banner #DefaultPic {
        margin-left: 211px;
    }

    .banner .top_slide_wrap {
        width: 100%;
        height: 411px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .banner .slide_box {
        height: 411px;
        overflow: hidden; /*margin-left: -200px !important;*/
        width: 1920px;
        margin: 0 auto;
    }

        .banner .slide_box li {
            height: 411px;
            position: relative; /*width:100% !important;*/
            margin: 0 auto;
            width: 1920px !important;
        }

            .banner .slide_box li a {
                height: 411px;
                display: block;
                margin: 0 auto;
            }

            .banner .slide_box li img {
                height: 411px;
                margin: 0 auto;
                width: 1920px !important;
            }

    .banner .slide_info {
        width: 100%;
        margin: -530px auto 0;
    }

    .banner .slide_info_card {
        width: 420px;
        height: 0;
        margin-top: 171px;
        color: #fff;
        position: relative;
    }

        .banner .slide_info_card a {
            color: #fff;
            text-decoration: none;
        }

        .banner .slide_info_card .slide_info_card_bg {
            width: 420px;
            height: 200px;
            background: #0071c6;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: .8;
            *filter: alpha(opacity=80);
        }

        .banner .slide_info_card .slide_info_card_text {
            width: 340px;
            height: 140px;
            padding: 30px 40px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }

        .banner .slide_info_card h2 {
            font-size: 40px;
            padding-bottom: 8px;
        }

        .banner .slide_info_card p {
            font-size: 15px;
            line-height: 26px;
        }

            .banner .slide_info_card p strong {
                font-size: 12px;
                height: 25px;
                display: inline-block;
                padding: 0 10px;
                background: #095b99;
                border-radius: 5px;
                color: #fff;
                margin-top: 8px;
            }
    /* op_btns */
    .banner .op_btns {
        width: 764px;
        margin-top: -764px;
        position: relative;
        display: none;
    }

        .banner .op_btns .op_btn {
            display: block;
            width: 32px;
            height: 60px;
            cursor: pointer;
            overflow: hidden;
            position: absolute;
            margin-top: 80px;
        }

        .banner .op_btns .op_prev {
            background: url(../images/b_left.png) no-repeat center top;
            left: 0;
            top: 420px;
        }

        .banner .op_btns .op_next {
            background: url(../images/b_right.png) no-repeat center top;
            right: 0;
            top: 420px;
        }

            .banner .op_btns .op_prev span, .banner .op_btns .op_next span {
                display: block;
                width: 32px;
                height: 60px;
                margin: 8px 0 0 17px;
                cursor: pointer;
            }

        .banner .op_btns .op_prev span {
            background-position: 0 0;
        }

        .banner .op_btns .op_next span {
            background-position: -73px 0;
            margin-left: 20px;
        }
    /* bx-controls */
    .banner .bx-wrapper .bx-controls {
        margin-top: -44px;
    }

        .banner .bx-wrapper .bx-controls .bx-pager {
            clear: both;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

            .banner .bx-wrapper .bx-controls .bx-pager a {
                width: 20px;
                height: 20px;
                line-height: 15px;
                display: inline-block;
                overflow: hidden;
                margin: 15px 5px;
                background: url(../images/b.png) no-repeat center top;
            }

                .banner .bx-wrapper .bx-controls .bx-pager a:hover, .banner .bx-wrapper .bx-controls .bx-pager a.active {
                    background: url(../images/b_h.png) no-repeat center top;
                }

.inews {
    width: 225px;
    height: 411px;
    background-color: #f4f2f2;
    float: right;
}

.news_t {
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    background-color: #f29500;
}

.inews .right_tb {
    float: left;
    width: 74px;
    height: 124px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    color: #636363;
    font-size: 14px;
}

    .inews .right_tb img {
        margin-top: 25px;
    }

    .inews .right_tb:hover img {
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

    .inews .right_tb:hover {
        background-color: #99dfbb;
        color: #FFF;
        font-size: 15px;
    }

.charge_t {
    height: 39px;
    line-height: 39px;
    color: #3e3e3e;
    font-size: 16px;
    padding: 0 10px;
    margin-top: 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px dotted #d9d9d9;
    position: relative;
}

.charge_box {
    height: 178px;
    line-height: 39px;
    color: #3e3e3e;
    font-size: 16px;
    padding: 0 10px;
    margin-top: 0px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px dotted #d9d9d9;
    position: relative;
}

.ch_t_icon {
    width: 11px;
    height: 7px;
    line-height: 7px;
    overflow: hidden;
    background: url(../images/d_a.gif) no-repeat center top;
    position: absolute;
    left: 28px;
    top: 39px;
}

.c_ipt {
    width: 96px;
    height: 23px;
    line-height: 23px\9;
    background-color: #FFF;
    color: #555555;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
}

.jslct {
    width: 116px;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #555555;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    position: relative;
    z-index: 0;
    vertical-align: middle;
    cursor: default;
    background: url(../images/d_arrow.png) no-repeat 97px center;
    float: left;
    border: 1px solid #d9d9d9;
}

.jslct_hover {
    border: 1px solid #d9d9d9;
}

.jslct div.jslct_t {
    padding: 0 45px 0 5px;
    line-height: 23px;
    height: 23px;
    position: relative;
    z-index: 2;
    *display: block !important;
    *display: inline;
    zoom: 1;
}

.jslct em {
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 23px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jslct dl, .jslct dl dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

.jslct dl {
    background: #fff;
    position: absolute;
    top: 23px;
    left: -1px;
    border: 1px solid #d9d9d9;
    cursor: default;
    line-height: 22px;
    padding: 4px 4px 4px 4px;
    z-index: 1;
    display: none;
}

.jslct_hover dl {
    border: 1px solid #d9d9d9 !important;
}

.jslct dl dd {
    padding: 0px 4px 2px 4px;
    *padding: 2px 4px 0 4px;
    border-top: 1px dotted #ccc !important;
    border-top: 1px dotted #d9d9d9;
    white-space: nowrap;
    background: #fff;
    cursor: pointer;
    *border-left: 1px solid #fff;
}

    .jslct dl dd.hover {
        background: #666;
        color: #fff;
    }

.jslct .jslcted {
    background: #efefef;
}

.jslct dl dd.noborder {
    border: none !important;
}

.c_btn {
    width: 80px;
    height: 26px;
    line-height: 26px\9;
    background-color: #e8800d;
    color: #FFF;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    text-align: center;
    float: left;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.floatCtro {
    width: 40px;
    position: fixed;
    right: 30px;
    top: 30%;
    z-index: 2000;
    border: 1px solid #e8e8e8;
    border-bottom: none;
}

    .floatCtro p {
        width: 40px;
        text-align: center;
        height: 60px;
        line-height: 15px;
        color: #676767;
        margin: 0;
        padding: 0;
        cursor: pointer;
        background: #fff;
        border-bottom: 1px solid #e8e8e8;
        font-size: 14px;
    }

    .floatCtro a {
        display: inline-block;
        display: none;
        width: 40px;
        height: 60px;
        margin-left: -1px;
        background: #fff;
        color: #000;
        vertical-align: middle;
        cursor: pointer;
        border-bottom: 1px solid #e8e8e8;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }

        .floatCtro a span {
            display: block;
            width: 40px;
            height: 60px;
            line-height: 15px;
            font-size: 14px;
            text-align: center;
        }

        .floatCtro a:hover {
            background: #000;
            color: #fff;
            zoom: 1;
        }

    .floatCtro p:hover {
        background: #0096E1;
        color: #fff;
    }

    .floatCtro p.cur {
        background: #0096E1;
        color: #fff;
    }



/*----------首页（热门商品）-----------*/

.h_l_img {
    width: 221px;
    height: 228px;
    overflow: hidden;
    float: left;
    position: relative;
    border: 1px solid #eaeaea;
}

    .h_l_img .img {
        width: 100%;
        height: 100%;
    }

        .h_l_img .img img {
            /*-moz-transform:scale(1,1); -webkit-transform:scale(1,1); -o-transform:scale(1,1); -ms-transform:scale(1,1); transform:scale(1,1);
	-moz-transition-duration:600ms; -webkit-transition-duration:600ms; -o-transition-duration:600ms; -ms-transition-duration:600ms; transition-duration: 600ms;
	-moz-transition-property:all; -webkit-transition-property:all; -o-transition-property:all; -ms-transition-property:all; transition-property:all; 
	-moz-transition-timing-function:ease-out; -webkit-transition-timing-function: ease-out; -o-transition-timing-function:ease-out; -ms-transition-timing-function:ease-out; transition-timing-function:ease-out;*/
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transform: all .5s;
            -ms-transform: all .5s;
            transition: all .5s;
        }

    .h_l_img:hover img {
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

    .h_l_img .pri_bg {
        width: 100px;
        height: 20px;
        line-height: 20px;
        color: #e8800d;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -50px;
        bottom: 5px;
    }

    .h_l_img .price {
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        background-color: #0096E1;
        color: #FFF;
        font-size: 14px;
        text-align: center;
        float: left;
        padding: 0 5px;
        margin-right: 5px;
    }

.hot_pro {
    width: 975px;
    height: 228px;
    overflow: hidden;
    background-color: #FFF;
    float: right;
    border: 1px solid #eaeaea;
}

    .hot_pro #featureContainer {
        width: 975px;
        height: 228px;
        overflow: hidden;
    }

    .hot_pro #feature {
        width: 975px;
        height: 228px;
        overflow: hidden;
        position: relative;
    }

        .hot_pro #feature .button {
            width: 975px;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .hot_pro #feature .h_prev {
            width: 32px;
            height: 60px;
            overflow: hidden;
            background: url(../images/b_left.png) no-repeat center top;
            display: block;
            text-indent: -9999px;
            float: left;
            position: absolute;
            left: 0px;
            top: 84px;
        }

        .hot_pro #feature .h_next {
            width: 32px;
            height: 60px;
            overflow: hidden;
            background: url(../images/b_right.png) no-repeat center top;
            display: block;
            text-indent: -9999px;
            float: left;
            position: absolute;
            right: 0px;
            top: 84px;
        }

    .hot_pro .featureUL {
        width: 2800px;
        height: 375px;
        overflow: hidden;
        float: left;
        position: relative;
    }

    .hot_pro .featureBox {
        width: 243px;
        height: 228px;
        overflow: hidden;
        background: url(../images/line.gif) no-repeat right 122px;
        float: left;
        border-right: 1px solid #eaeaea;
        position: relative;
    }

    .hot_pro #botton-scroll {
        width: 975px;
        height: 228px;
        overflow: hidden;
        float: left;
        z-index: 0;
    }

    .hot_pro #block {
        width: 975px;
        height: 228px;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

        .hot_pro #block .box {
            width: 243px;
            height: 228px;
            overflow: hidden;
            margin: 0 auto;
            position: relative;
        }

            .hot_pro #block .box .h_icon {
                width: 50px;
                height: 50px;
                overflow: hidden;
                position: absolute;
                left: 10px;
                top: 10px;
                z-index: 100;
            }

            .hot_pro #block .box .imgbg {
                width: 160px;
                height: 136px;
                margin-top: 5px;
            }

                .hot_pro #block .box .imgbg img {
                    -webkit-transition: all .5s;
                    -moz-transition: all .5s;
                    -o-transform: all .5s;
                    -ms-transform: all .5s;
                    transition: all .5s;
                }

                .hot_pro #block .box .imgbg:hover img {
                    -moz-transform: scale(1.1,1.1);
                    -webkit-transform: scale(1.1,1.1);
                    -o-transform: scale(1.1,1.1);
                    -ms-transform: scale(1.1,1.1);
                    transform: scale(1.1,1.1);
                }

            .hot_pro #block .box .name {
                height: 40px;
                line-height: 20px;
                overflow: hidden;
                color: #888888;
                font-size: 12px;
                text-align: center;
                margin-top: 10px;
            }

                .hot_pro #block .box .name h2 {
                    height: 20px;
                    line-height: 20px;
                    overflow: hidden;
                    color: #555555;
                    font-size: 16px;
                    text-align: center;
                }

                    .hot_pro #block .box .name h2 a {
                        color: #555555;
                    }

                        .hot_pro #block .box .name h2 a:hover {
                            color: #555555;
                            text-decoration: underline;
                        }

                .hot_pro #block .box .name a {
                    color: #888888;
                }

                    .hot_pro #block .box .name a:hover {
                        color: #888888;
                        text-decoration: underline;
                    }

            .hot_pro #block .box .price {
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                color: #f29500;
                text-align: center;
                text-transform: uppercase;
            }

                .hot_pro #block .box .price font {
                    color: #0096E1;
                    font-size: 14px;
                }

                .hot_pro #block .box .price span {
                    font-size: 20px;
                }



/*----------首页（限时特卖）-----------*/
.i_t {
    width: 1190px;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    color: #0096E1;
    font-size: 18px;
    padding: 0 5px;
    border-bottom: 2px solid #0096E1;
}

.i_mores {
    font-size: 12px;
    color: #555555;
}

    .i_mores a {
        color: #555555;
    }

        .i_mores a:hover {
            color: #e8800d;
        }

.i_sell {
    width: 211px;
    height: 357px;
    overflow: hidden;
    float: left;
}

    .i_sell #imgPlay {
        width: 211px;
        height: 357px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

        .i_sell #imgPlay .imgs img {
            width: 211px;
        }

        .i_sell #imgPlay .imgs li {
            position: relative;
            float: left;
            width: 211px;
            height: 357px;
        }

        .i_sell #imgPlay .imgs {
            width: 5760px;
        }

        .i_sell #imgPlay .btn {
            width: 112px;
            height: 29px;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

            .i_sell #imgPlay .btn a {
                width: 46px;
                height: 71px;
                overflow: hidden;
                display: block;
                background: url(../images/b_left.png) no-repeat;
            }

                .i_sell #imgPlay .btn a:hover {
                    background: url(../images/b_left.png) no-repeat;
                }

        .i_sell #imgPlay .previ {
            width: 20px;
            height: 40px;
            overflow: hidden;
            background: url(../images/s_left.png) no-repeat;
            cursor: pointer;
            text-indent: -9999px;
            position: absolute;
            left: 0;
            top: 158px;
        }

        .i_sell #imgPlay .nexti {
            width: 20px;
            height: 40px;
            overflow: hidden;
            background: url(../images/s_right.png) no-repeat;
            cursor: pointer;
            text-indent: -9999px;
            position: absolute;
            right: 0;
            top: 158px;
        }

.sell_right {
    width: 975px;
    height: 356px;
    overflow: hidden;
    background-color: #FFF;
    float: right;
    border: 1px solid #eaeaea;
    position: relative;
}

    .sell_right img {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transform: all .5s;
        -ms-transform: all .5s;
        transition: all .5s;
    }

.sell_1 {
    width: 244px;
    height: 177px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    position: absolute;
    left: 0;
    top: 0;
}

    .sell_1:hover img {
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.s_img {
    width: 185px;
    height: 155px;
    overflow: hidden;
    margin-top: 6px;
}

.s_price {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #0096E1;
    font-size: 14px;
    text-indent: 10px;
    position: absolute;
    left: 0;
    top: 10px;
}

    .s_price span {
        font-size: 20px;
    }

.free_num {
    color: #f29500;
}

.s_name {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: url(../images/name.png) repeat-x center top;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .s_name h2 {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        font-size: 16px;
        margin-top: 5px;
    }

    .s_name span {
        color: #e8800d;
        font-size: 14px;
    }

.sell_2 {
    width: 244px;
    height: 178px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 178px;
}

    .sell_2:hover img {
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.sell_b1 {
    width: 242px;
    height: 356px;
    overflow: hidden;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    position: absolute;
    left: 244px;
    top: 0;
}

    .sell_b1:hover img {
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.sb_img {
    width: 242px;
    height: 356px;
    overflow: hidden;
}

.sell_3 {
    width: 244px;
    height: 178px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    position: absolute;
    left: 488px;
    top: 0;
}

    .sell_3:hover img {
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.sell_4 {
    width: 244px;
    height: 178px;
    overflow: hidden;
    position: absolute;
    left: 488px;
    top: 178px;
}

    .sell_4:hover img {
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.sell_b2 {
    width: 242px;
    height: 356px;
    overflow: hidden;
    border-right: 1px solid #eaeaea;
    position: absolute;
    right: 0;
    top: 0;
}

    .sell_b2:hover img {
        -moz-transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }



/*---------------首页（进口 生鲜）---------------*/
.floor_num {
    width: 33px;
    height: 39px;
    overflow: hidden;
    background: url(../images/floor.png) no-repeat center top;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    text-indent: 6px;
    float: left;
    display: inline;
}

.fresh_left {
    width: 211px;
    height: 441px;
    overflow: hidden;
    background-color: #a6e5be;
    float: left;
}

.fre_ban {
    width: 211px;
    height: 286px;
    overflow: hidden;
}

    .fre_ban #imgPlay1 {
        width: 211px;
        height: 286px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

    .fre_ban #imgPlay .imgs img {
        width: 211px;
    }

    .fre_ban #imgPlay1 .imgs li {
        position: relative;
        float: left;
        width: 211px;
        height: 286px;
    }

    .fre_ban #imgPlay1 .imgs {
        width: 5760px;
    }

    .fre_ban #imgPlay1 .btn {
        width: 112px;
        height: 29px;
        overflow: hidden;
        text-indent: -9999px;
        position: absolute;
        right: 12px;
        bottom: 12px;
    }

        .fre_ban #imgPlay1 .btn a {
            width: 46px;
            height: 71px;
            overflow: hidden;
            display: block;
            background: url(../images/b_left.png) no-repeat;
        }

            .fre_ban #imgPlay1 .btn a:hover {
                background: url(../images/b_left.png) no-repeat;
            }

    .fre_ban .prevf {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_left.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        left: 0;
        top: 123px;
    }

    .fre_ban .nextf {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_right.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        right: 0;
        top: 123px;
    }

.fresh_txt {
    width: 211px;
    height: 155px;
    background: url(../images/s_txt.png) no-repeat center top;
    padding-top: 1px;
}

.fresh_txt_c {
    height: 120px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 10px;
}

    .fresh_txt_c a {
        display: inline-block;
        margin-left: 20px;
        margin-right: 12px;
    }

.fresh_mid {
    width: 729px;
    height: 441px;
    overflow: hidden;
    background-color: #FFF;
    float: left;
}

    .fresh_mid ul li {
        width: 242px;
        height: 220px;
        overflow: hidden;
        float: left;
        border-left: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

        .fresh_mid ul li .name {
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            font-size: 14px;
            text-indent: 25px;
            margin-top: 12px;
        }

        .fresh_mid ul li .price {
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            color: #999999;
            text-indent: 25px;
            text-transform: uppercase;
        }

            .fresh_mid ul li .price font {
                color: #0096E1;
                font-size: 14px;
            }

            .fresh_mid ul li .price span {
                font-size: 18px;
            }

        .fresh_mid ul li .img {
            width: 188px;
            height: 155px;
            overflow: hidden;
            margin-top: 5px;
        }

            .fresh_mid ul li .img img {
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -o-transform: all .5s;
                -ms-transform: all .5s;
                transition: all .5s;
            }

        .fresh_mid ul li:hover .img img {
            -moz-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
        }

.fresh_right {
    width: 260px;
    height: 441px;
    overflow: hidden;
    background-color: #FFF;
    float: right;
}

    .fresh_right ul li {
        width: 260px;
        height: 220px;
        overflow: hidden;
        border-bottom: 1px solid #eaeaea;
    }

.Newfresh_right {
    width: 260px;
    height: 441px;
    overflow: hidden;
    background-color: #FFF;
    float: right;
}

    .Newfresh_right ul li {
        width: 260px;
        height: 90px;
        overflow: hidden;
        border-bottom: 1px solid #eaeaea;
    }

.newpro_rightdiv {
    height: 89px;
    width: 100%;
}

    .newpro_rightdiv .newpro_leftimg {
        width: 70px;
        height: 70px;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }

        .newpro_rightdiv .newpro_leftimg img {
            max-height: 70px;
            max-width: 70px;
        }

    .newpro_rightdiv .newpro_rightname {
        width: 180px;
        height: 70px;
        line-height: 89px;
        float: left;
        line-height: 20px;
        margin-top: 10px;
    }

        .newpro_rightdiv .newpro_rightname .newprice {
            color: red;
            font-size: 16px;
            line-height: 30px;
        }


/*---------------首页（食品饮料）---------------*/
.food_left {
    width: 211px;
    height: 441px;
    overflow: hidden;
    background-color: #f3e89b;
    float: left;
}

.food_ban {
    width: 211px;
    height: 286px;
    overflow: hidden;
}

    .food_ban #imgPlay2 {
        width: 211px;
        height: 286px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

        .food_ban #imgPlay2 .imgs img {
            width: 211px;
        }

        .food_ban #imgPlay2 .imgs li {
            position: relative;
            float: left;
            width: 211px;
            height: 286px;
        }

        .food_ban #imgPlay2 .imgs {
            width: 5760px;
        }

        .food_ban #imgPlay2 .btn {
            width: 112px;
            height: 29px;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

            .food_ban #imgPlay2 .btn a {
                width: 46px;
                height: 71px;
                overflow: hidden;
                display: block;
                background: url(../images/b_left.png) no-repeat;
            }

                .food_ban #imgPlay2 .btn a:hover {
                    background: url(../images/b_left.png) no-repeat;
                }

    .food_ban .prev_f {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_left.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        left: 0;
        top: 123px;
    }

    .food_ban .next_f {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_right.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        right: 0;
        top: 123px;
    }



/*---------------首页（个人美妆）---------------*/
.make_left {
    width: 211px;
    height: 441px;
    overflow: hidden;
    background-color: #fabeb8;
    float: left;
}

.make_ban {
    width: 211px;
    height: 286px;
    overflow: hidden;
}

    .make_ban #imgPlay3 {
        width: 211px;
        height: 286px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

        .make_ban #imgPlay3 .imgs img {
            width: 211px;
        }

        .make_ban #imgPlay3 .imgs li {
            position: relative;
            float: left;
            width: 211px;
            height: 286px;
        }

        .make_ban #imgPlay3 .imgs {
            width: 5760px;
        }

        .make_ban #imgPlay3 .btn {
            width: 112px;
            height: 29px;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

            .make_ban #imgPlay3 .btn a {
                width: 46px;
                height: 71px;
                overflow: hidden;
                display: block;
                background: url(../images/b_left.png) no-repeat;
            }

                .make_ban #imgPlay3 .btn a:hover {
                    background: url(../images/b_left.png) no-repeat;
                }

    .make_ban .prev_m {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_left.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        left: 0;
        top: 123px;
    }

    .make_ban .next_m {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_right.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        right: 0;
        top: 123px;
    }



/*---------------首页（母婴玩具）---------------*/
.baby_left {
    width: 211px;
    height: 441px;
    overflow: hidden;
    background-color: #f4bdd5;
    float: left;
}

.baby_ban {
    width: 211px;
    height: 286px;
    overflow: hidden;
}

    .baby_ban #imgPlay4 {
        width: 211px;
        height: 286px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

        .baby_ban #imgPlay4 .imgs img {
            width: 211px;
        }

        .baby_ban #imgPlay4 .imgs li {
            position: relative;
            float: left;
            width: 211px;
            height: 286px;
        }

        .baby_ban #imgPlay4 .imgs {
            width: 5760px;
        }

        .baby_ban #imgPlay4 .btn {
            width: 112px;
            height: 29px;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

            .baby_ban #imgPlay4 .btn a {
                width: 46px;
                height: 71px;
                overflow: hidden;
                display: block;
                background: url(../images/b_left.png) no-repeat;
            }

                .baby_ban #imgPlay4 .btn a:hover {
                    background: url(../images/b_left.png) no-repeat;
                }

    .baby_ban .prev_b {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_left.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        left: 0;
        top: 123px;
    }

    .baby_ban .next_b {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_right.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        right: 0;
        top: 123px;
    }



/*---------------首页（家居生活）---------------*/
.home_left {
    width: 211px;
    height: 441px;
    overflow: hidden;
    background-color: #bad4f4;
    float: left;
}

.home_ban {
    width: 211px;
    height: 286px;
    overflow: hidden;
}

    .home_ban #imgPlay5 {
        width: 211px;
        height: 286px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

        .home_ban #imgPlay5 .imgs img {
            width: 211px;
        }

        .home_ban #imgPlay5 .imgs li {
            position: relative;
            float: left;
            width: 211px;
            height: 286px;
        }

        .home_ban #imgPlay5 .imgs {
            width: 5760px;
        }

        .home_ban #imgPlay5 .btn {
            width: 112px;
            height: 29px;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

            .home_ban #imgPlay5 .btn a {
                width: 46px;
                height: 71px;
                overflow: hidden;
                display: block;
                background: url(../images/b_left.png) no-repeat;
            }

                .home_ban #imgPlay5 .btn a:hover {
                    background: url(../images/b_left.png) no-repeat;
                }

    .home_ban .prev_h {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_left.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        left: 0;
        top: 123px;
    }

    .home_ban .next_h {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_right.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        right: 0;
        top: 123px;
    }



/*---------------首页（数码家电）---------------*/
.tel_left {
    width: 211px;
    height: 441px;
    overflow: hidden;
    background-color: #b2e7ef;
    float: left;
}

.tel_ban {
    width: 211px;
    height: 286px;
    overflow: hidden;
}

    .tel_ban #imgPlay6 {
        width: 211px;
        height: 286px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

        .tel_ban #imgPlay6 .imgs img {
            width: 211px;
        }

        .tel_ban #imgPlay6 .imgs li {
            position: relative;
            float: left;
            width: 211px;
            height: 286px;
        }

        .tel_ban #imgPlay6 .imgs {
            width: 5760px;
        }

        .tel_ban #imgPlay6 .btn {
            width: 112px;
            height: 29px;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

            .tel_ban #imgPlay6 .btn a {
                width: 46px;
                height: 71px;
                overflow: hidden;
                display: block;
                background: url(../images/b_left.png) no-repeat;
            }

                .tel_ban #imgPlay6 .btn a:hover {
                    background: url(../images/b_left.png) no-repeat;
                }

    .tel_ban .prev_t {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_left.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        left: 0;
        top: 123px;
    }

    .tel_ban .next_t {
        width: 20px;
        height: 40px;
        overflow: hidden;
        background: url(../images/s_right.png) no-repeat;
        cursor: pointer;
        text-indent: -9999px;
        position: absolute;
        right: 0;
        top: 123px;
    }



/*---------------首页（猜你喜欢）---------------*/
.like {
    width: 1198px;
    height: 228px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #eaeaea;
    border-top: 0;
}

    .like #featureContainer1 {
        width: 1198px;
        height: 228px;
        overflow: hidden;
    }

    .like #feature1 {
        width: 1198px;
        height: 228px;
        overflow: hidden;
        position: relative;
    }

        .like #feature1 .button {
            width: 1198px;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .like #feature1 .l_prev {
            width: 32px;
            height: 60px;
            overflow: hidden;
            background: url(../images/b_left.png) no-repeat center top;
            display: block;
            text-indent: -9999px;
            float: left;
            position: absolute;
            left: 0px;
            top: 84px;
        }

        .like #feature1 .l_next {
            width: 32px;
            height: 60px;
            overflow: hidden;
            background: url(../images/b_right.png) no-repeat center top;
            display: block;
            text-indent: -9999px;
            float: left;
            position: absolute;
            right: 0px;
            top: 84px;
        }

    .like .featureUL {
        width: 2800px;
        height: 375px;
        overflow: hidden;
        float: left;
        position: relative;
    }

    .like .featureBox {
        width: 238px;
        height: 228px;
        overflow: hidden;
        background: url(../images/line.gif) no-repeat right 122px;
        float: left;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
        position: relative;
    }

    .like #botton-scroll {
        width: 1198px;
        height: 228px;
        overflow: hidden;
        float: left;
        z-index: 0;
    }

    .like #block1 {
        width: 1198px;
        height: 228px;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

        .like #block1 .box {
            width: 238px;
            height: 228px;
            overflow: hidden;
            margin: 0 auto;
            position: relative;
        }

            .like #block1 .box .h_icon {
                width: 50px;
                height: 50px;
                overflow: hidden;
                position: absolute;
                left: 10px;
                top: 10px;
                z-index: 100;
            }

            .like #block1 .box .imgbg {
                width: 160px;
                height: 136px;
                margin-top: 5px;
            }

                .like #block1 .box .imgbg img {
                    -webkit-transition: all .5s;
                    -moz-transition: all .5s;
                    -o-transform: all .5s;
                    -ms-transform: all .5s;
                    transition: all .5s;
                }

                .like #block1 .box .imgbg:hover img {
                    -moz-transform: scale(1.1,1.1);
                    -webkit-transform: scale(1.1,1.1);
                    -o-transform: scale(1.1,1.1);
                    -ms-transform: scale(1.1,1.1);
                    transform: scale(1.1,1.1);
                }

            .like #block1 .box .name {
                height: 40px;
                line-height: 20px;
                overflow: hidden;
                color: #888888;
                font-size: 12px;
                text-align: center;
                margin-top: 10px;
            }

                .like #block1 .box .name h2 {
                    height: 20px;
                    line-height: 20px;
                    overflow: hidden;
                    color: #555555;
                    font-size: 16px;
                    text-align: center;
                }

                    .like #block1 .box .name h2 a {
                        color: #555555;
                    }

                        .like #block1 .box .name h2 a:hover {
                            color: #555555;
                            text-decoration: underline;
                        }

                .like #block1 .box .name a {
                    color: #888888;
                }

                    .like #block1 .box .name a:hover {
                        color: #888888;
                        text-decoration: underline;
                    }

            .like #block1 .box .price {
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                color: #999999;
                text-align: center;
                text-transform: uppercase;
            }

                .like #block1 .box .price font {
                    color: #e8800d;
                    font-size: 14px;
                }

                .like #block1 .box .price span {
                    font-size: 20px;
                }





/*---------------登录、注册---------------*/
.log_bg {
    width: 100%;
    min-width: 1200px;
    height: 840px;
    overflow: hidden;
    background-color: #fff4ef;
}

.login {
    width: 1200px;
    overflow: hidden;
    margin-top: 45px;
}

.log_img {
    width: 611px;
    height: 425px;
    overflow: hidden;
    float: left;
    margin-top: 40px;
}

.log_c {
    width: 455px;
    height: 385px;
    overflow: hidden;
    background-color: #FFF;
    float: right;
    display: inline;
    margin-top: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 5px #e0e0e0;
    -moz-box-shadow: 0 0 5px #e0e0e0;
    box-shadow: 0 0 5px #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.l_user {
    width: 267px;
    height: 38px;
    line-height: 38px\9;
    overflow: hidden;
    background: url(../images/i_u.png) no-repeat 285px center;
    background-color: #FFF;
    color: #888888;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 0 40px 0 10px;
    border: 1px solid #cccccc;
}

.l_pwd {
    width: 267px;
    height: 38px;
    line-height: 38px\9;
    overflow: hidden;
    background: url(../images/i_pwd.png) no-repeat 285px center;
    background-color: #FFF;
    color: #888888;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 0 40px 0 10px;
    border: 1px solid #cccccc;
}

.l_email {
    width: 267px;
    height: 38px;
    line-height: 38px\9;
    overflow: hidden;
    background: url(../images/i_email.png) no-repeat 285px center;
    background-color: #FFF;
    color: #888888;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 0 40px 0 10px;
    border: 1px solid #cccccc;
}

.l_tel {
    width: 267px;
    height: 38px;
    line-height: 38px\9;
    overflow: hidden;
    background: url(../images/i_tel.png) no-repeat 285px center;
    background-color: #FFF;
    color: #888888;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 0 40px 0 10px;
    border: 1px solid #cccccc;
}

.l_mem {
    width: 267px;
    height: 38px;
    line-height: 38px\9;
    overflow: hidden;
    background: url(../images/i_mem.png) no-repeat 285px center;
    background-color: #FFF;
    color: #888888;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 0 40px 0 10px;
    border: 1px solid #cccccc;
}

.l_num {
    width: 267px;
    height: 38px;
    line-height: 38px\9;
    overflow: hidden;
    background: url(../images/i_num.png) no-repeat 285px center;
    background-color: #FFF;
    color: #888888;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 0 40px 0 10px;
    border: 1px solid #cccccc;
}

.l_ipt {
    width: 127px;
    height: 38px;
    line-height: 38px\9;
    overflow: hidden;
    background-color: #FFF;
    color: #888888;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    padding: 0 10px;
    border: 1px solid #cccccc;
}

.log_btn {
    width: 318px;
    height: 42px;
    line-height: 42px\9;
    overflow: hidden;
    background: url(../images/btn_log.gif) repeat-x center top;
    color: #FFF;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    text-align: center;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.regist {
    width: 1200px;
    overflow: hidden;
}

.reg_c {
    width: 475px;
    height: 625px;
    overflow: hidden;
    background-color: #FFF;
    float: right;
    display: inline;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 5px #e0e0e0;
    -moz-box-shadow: 0 0 5px #e0e0e0;
    box-shadow: 0 0 5px #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}





/*---------------分类页面---------------*/
ul.cate {
    width: 105%;
    overflow: hidden;
}

    ul.cate li {
        width: 295px;
        height: 220px;
        overflow: hidden;
        float: left;
        display: inline;
        margin-right: 6px;
    }

.cate_nav {
    width: 209px;
    height: 409px;
    overflow: hidden;
    background-color: #f6f6f6;
    float: left;
    border: 1px solid #eaeaea;
}

    .cate_nav dl {
        width: 189px;
        overflow: hidden;
        margin: 10px auto 0 auto;
        padding-bottom: 10px;
        border-bottom: 1px dotted #999999;
    }

        .cate_nav dl dt {
            height: 22px;
            height: 22px;
            overflow: hidden;
            color: #3e3e3e;
            font-size: 14px;
            clear: both;
            margin-left: 12px;
        }

            .cate_nav dl dt a {
                color: #3e3e3e;
            }

                .cate_nav dl dt a:hover {
                    color: #e8800d;
                }

        .cate_nav dl dd {
            height: 20px;
            height: 20px;
            overflow: hidden;
            color: #888888;
            font-family: "宋体";
            float: left;
            display: inline;
            margin-left: 12px;
        }

            .cate_nav dl dd a {
                color: #888888;
            }

                .cate_nav dl dd a:hover {
                    color: #555555;
                    text-decoration: underline;
                }

.nban {
    width: 977px;
    height: 401px;
    overflow: hidden;
    float: right;
    margin-top: 9px;
}

    .nban .top_slide_wrap {
        width: 977px;
        height: 401px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .nban .slide_box {
        height: 401px;
        overflow: hidden;
    }

        .nban .slide_box li {
            height: 401px;
            position: relative;
        }

            .nban .slide_box li a {
                width: 977px;
                height: 401px;
                display: block;
            }

        .nban .slide_box img {
            text-align: center;
            height: 420px;
        }

    .nban .slide_info {
        width: 977px;
        margin: -530px auto 0;
    }

    .nban .slide_info_card {
        width: 420px;
        height: 0;
        margin-top: 171px;
        color: #fff;
        position: relative;
    }

        .nban .slide_info_card a {
            color: #fff;
            text-decoration: none;
        }

        .nban .slide_info_card .slide_info_card_bg {
            width: 420px;
            height: 200px;
            background: #0071c6;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: .8;
            *filter: alpha(opacity=80);
        }

        .nban .slide_info_card .slide_info_card_text {
            width: 340px;
            height: 140px;
            padding: 30px 40px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }

        .nban .slide_info_card h2 {
            font-size: 40px;
            padding-bottom: 8px;
        }

        .nban .slide_info_card p {
            font-size: 15px;
            line-height: 26px;
        }

            .nban .slide_info_card p strong {
                font-size: 12px;
                height: 25px;
                display: inline-block;
                padding: 0 10px;
                background: #095b99;
                border-radius: 5px;
                color: #fff;
                margin-top: 8px;
            }
    /* op_btns */
    .nban .op_btns {
        width: 977px;
        margin-top: -730px;
        position: relative;
        z-index: 3;
    }

        .nban .op_btns .op_btn {
            display: block;
            width: 32px;
            height: 60px;
            cursor: pointer;
            overflow: hidden;
            position: absolute;
            margin-top: 80px;
        }

        .nban .op_btns .op_prev {
            background: url(../images/b_left.png) no-repeat center top;
            left: 0;
            top: 420px;
        }

        .nban .op_btns .op_next {
            background: url(../images/b_right.png) no-repeat center top;
            right: 0;
            top: 420px;
        }

            .nban .op_btns .op_prev span, .nban .op_btns .op_next span {
                display: block;
                width: 32px;
                height: 60px;
                margin: 8px 0 0 17px;
                cursor: pointer;
            }

        .nban .op_btns .op_prev span {
            background-position: 0 0;
        }

        .nban .op_btns .op_next span {
            background-position: -73px 0;
            margin-left: 20px;
        }
    /* bx-controls */
    .nban .bx-wrapper .bx-controls {
        margin-top: -44px;
    }

        .nban .bx-wrapper .bx-controls .bx-pager {
            clear: both;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

            .nban .bx-wrapper .bx-controls .bx-pager a {
                width: 15px;
                height: 15px;
                line-height: 15px;
                display: inline-block;
                overflow: hidden;
                margin: 15px 5px;
                background: url(../images/b.png) no-repeat center top;
            }

                .nban .bx-wrapper .bx-controls .bx-pager a:hover, .nban .bx-wrapper .bx-controls .bx-pager a.active {
                    background: url(../images/b_h.png) no-repeat center top;
                }

.t_color {
    color: #3e3e3e;
}

.milk_ban {
    width: 228px;
    height: 418px;
    overflow: hidden;
    float: left;
}

    .milk_ban #imgPlaym {
        width: 228px;
        height: 418px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

        .milk_ban #imgPlaym .imgs img {
            width: 228px;
        }

        .milk_ban #imgPlaym .imgs li {
            position: relative;
            float: left;
            width: 228px;
            height: 418px;
        }

        .milk_ban #imgPlaym .imgs {
            width: 5760px;
        }

        .milk_ban #imgPlaym .btn {
            width: 112px;
            height: 29px;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

            .milk_ban #imgPlaym .btn a {
                width: 46px;
                height: 71px;
                overflow: hidden;
                display: block;
                background: url(../images/b_left.png) no-repeat;
            }

                .milk_ban #imgPlaym .btn a:hover {
                    background: url(../images/b_left.png) no-repeat;
                }

        .milk_ban #imgPlaym .prevm {
            width: 20px;
            height: 40px;
            overflow: hidden;
            background: url(../images/s_left.png) no-repeat;
            cursor: pointer;
            text-indent: -9999px;
            position: absolute;
            left: 0;
            top: 190px;
        }

        .milk_ban #imgPlaym .nextm {
            width: 20px;
            height: 40px;
            overflow: hidden;
            background: url(../images/s_right.png) no-repeat;
            cursor: pointer;
            text-indent: -9999px;
            position: absolute;
            right: 0;
            top: 190px;
        }

.milk_right {
    width: 972px;
    height: 418px;
    overflow: hidden;
    background-color: #FFF;
    float: right;
}

    .milk_right ul li {
        width: 242px;
        height: 208px;
        overflow: hidden;
        float: left;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

        .milk_right ul li .img {
            width: 188px;
            height: 155px;
            overflow: hidden;
        }

            .milk_right ul li .img img {
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -o-transform: all .5s;
                -ms-transform: all .5s;
                transition: all .5s;
            }

        .milk_right ul li:hover .img img {
            -moz-transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
        }

        .milk_right ul li .name {
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            font-size: 14px;
            text-align: center;
            margin-top: 3px;
        }

        .milk_right ul li .price {
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            color: #999999;
            text-align: center;
            text-transform: uppercase;
        }

            .milk_right ul li .price font {
                color: #e8800d;
                font-size: 14px;
            }

            .milk_right ul li .price span {
                font-size: 18px;
            }

.paper_ban {
    width: 228px;
    height: 418px;
    overflow: hidden;
    float: left;
}

    .paper_ban #imgPlaypa {
        width: 228px;
        height: 418px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

        .paper_ban #imgPlaypa .imgs img {
            width: 228px;
        }

        .paper_ban #imgPlaypa .imgs li {
            position: relative;
            float: left;
            width: 228px;
            height: 418px;
        }

        .paper_ban #imgPlaypa .imgs {
            width: 5760px;
        }

        .paper_ban #imgPlaypa .btn {
            width: 112px;
            height: 29px;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

            .paper_ban #imgPlaypa .btn a {
                width: 46px;
                height: 71px;
                overflow: hidden;
                display: block;
                background: url(../images/b_left.png) no-repeat;
            }

                .paper_ban #imgPlaypa .btn a:hover {
                    background: url(../images/b_left.png) no-repeat;
                }

        .paper_ban #imgPlaypa .prevpa {
            width: 20px;
            height: 40px;
            overflow: hidden;
            background: url(../images/s_left.png) no-repeat;
            cursor: pointer;
            text-indent: -9999px;
            position: absolute;
            left: 0;
            top: 190px;
        }

        .paper_ban #imgPlaypa .nextpa {
            width: 20px;
            height: 40px;
            overflow: hidden;
            background: url(../images/s_right.png) no-repeat;
            cursor: pointer;
            text-indent: -9999px;
            position: absolute;
            right: 0;
            top: 190px;
        }

.bb_ban {
    width: 228px;
    height: 418px;
    overflow: hidden;
    float: left;
}

    .bb_ban #imgPlayba {
        width: 228px;
        height: 418px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

        .bb_ban #imgPlayba .imgs img {
            width: 228px;
        }

        .bb_ban #imgPlayba .imgs li {
            position: relative;
            float: left;
            width: 228px;
            height: 418px;
        }

        .bb_ban #imgPlayba .imgs {
            width: 5760px;
        }

        .bb_ban #imgPlayba .btn {
            width: 112px;
            height: 29px;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

            .bb_ban #imgPlayba .btn a {
                width: 46px;
                height: 71px;
                overflow: hidden;
                display: block;
                background: url(../images/b_left.png) no-repeat;
            }

                .bb_ban #imgPlayba .btn a:hover {
                    background: url(../images/b_left.png) no-repeat;
                }

        .bb_ban #imgPlayba .prevba {
            width: 20px;
            height: 40px;
            overflow: hidden;
            background: url(../images/s_left.png) no-repeat;
            cursor: pointer;
            text-indent: -9999px;
            position: absolute;
            left: 0;
            top: 190px;
        }

        .bb_ban #imgPlayba .nextba {
            width: 20px;
            height: 40px;
            overflow: hidden;
            background: url(../images/s_right.png) no-repeat;
            cursor: pointer;
            text-indent: -9999px;
            position: absolute;
            right: 0;
            top: 190px;
        }




/*---------------分类列表---------------*/
.postion {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.n_ch {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-top: 7px;
    padding: 0 10px;
    border: 1px dashed #e8800d;
}

    .n_ch font {
        color: #ff3200;
    }

    .n_ch a {
        width: 10px;
        height: 9px;
        overflow: hidden;
        float: right;
        margin-top: 7px;
        margin-left: 5px;
    }

table.choice {
    border-collapse: collapse;
    border: 2px solid #cccccc;
}

    table.choice tr td {
        border-bottom: 1px solid #cccccc;
        padding: 10px;
    }

        table.choice tr td.td_a {
            color: #888888;
        }

            table.choice tr td.td_a a {
                display: inline-block;
                margin: 0 11px;
                color: #888888;
            }

                table.choice tr td.td_a a:hover, table.choice tr td.td_a a.now {
                    color: #e8800d;
                }
/*分类标签的激活状态显示*/
.td_a .active {
    background-color: #e8800d;
    padding-left: 10px;
    padding-right: 10px;
    color: white !important;
}

.l_history {
    width: 209px;
    overflow: hidden;
    float: left;
    border: 1px solid #eaeaea;
}

.his_t {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #FFF;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: #0096E1;
}

    .his_t a {
        color: #888888;
        font-size: 14px;
    }

.l_history ul li {
    height: 263px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}

    .l_history ul li .img {
        width: 185px;
        height: 185px;
        overflow: hidden;
        margin-top: 10px;
    }
    /*.l_history ul li .img img{
	-webkit-transition:all .5s; -moz-transition:all .5s; -o-transform:all .5s; -ms-transform:all .5s; transition:all .5s;
}
.l_history ul li:hover .img img{	
	-moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);
}*/
    .l_history ul li .name {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        font-size: 14px;
        text-align: center;
        margin-top: 5px;
    }

    .l_history ul li .price {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        color: #999999;
        text-align: center;
        text-transform: uppercase;
    }

        .l_history ul li .price font {
            color: #0096E1;
            font-size: 14px;
        }

        .l_history ul li .price span {
            font-size: 18px;
        }

.l_list {
    width: 972px;
    overflow: hidden;
    float: right;
    padding-bottom: 30px;
}

.list_t {
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}

.list_or span {
    width: 50px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: #000000;
    text-indent: 10px;
    float: left;
    display: inline;
    margin-right: -1px;
    margin-top: 6px;
    font-size: 14px;
}

.list_or a {
    width: 50px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    color: #000000;
    text-indent: 10px;
    float: left;
    display: inline;
    margin-right: -1px;
    margin-top: 6px;
    font-size: 14px;
}

    .list_or a:hover, .list_or a.now {
        border-bottom: 2px solid #e8800d;
    }

.list_or_hot {
    border-bottom: 2px solid #e8800d;
}

.list_c {
    overflow: hidden;
    margin: 20px auto;
}

    .list_c ul {
        overflow: hidden;
    }

ul.cate_list {
    padding: 5px 0;
}

    ul.cate_list li {
        width: 232px;
        height: 328px;
        overflow: hidden;
        float: left;
        display: inline;
        margin: 0 5px;
    }

        ul.cate_list li:hover {
            background-color: #FFF;
            -webkit-box-shadow: 0 0 5px #e0e0e0;
            -moz-box-shadow: 0 0 5px #e0e0e0;
            box-shadow: 0 0 5px #e0e0e0;
        }

        ul.cate_list li .img {
            width: 208px;
            height: 208px;
            overflow: hidden;
            margin-top: 5px;
        }

        ul.cate_list li .price {
            width: 208px;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            color: #999999;
            text-transform: uppercase;
            margin-top: 10px;
        }

            ul.cate_list li .price font {
                color: #e8800d;
                font-size: 14px;
            }

            ul.cate_list li .price span {
                font-size: 18px;
            }

        ul.cate_list li .name {
            width: 208px;
            height: 25px;
            line-height: 25px;
            overflow: hidden;
            font-size: 14px;
        }

        ul.cate_list li .carbg {
            width: 209px;
            height: 30px;
            overflow: hidden;
            font-family: "宋体";
            margin-top: 15px;
        }

            ul.cate_list li .carbg a.ss {
                width: 68px;
                height: 28px;
                line-height: 28px;
                overflow: hidden;
                background: url(../images/heart.png) no-repeat 10px center;
                color: #888888;
                text-indent: 33px;
                float: left;
                display: inline;
                margin-right: -1px;
                border: 1px solid #cccccc;
            }

                ul.cate_list li .carbg a.ss:hover {
                    color: #888888;
                    background: url(../images/heart_h.png) no-repeat 10px center;
                }

            ul.cate_list li .carbg a.ss_jf {
                width: 68px;
                height: 28px;
                line-height: 28px;
                overflow: hidden;
                color: #000000;
                float: left;
                display: inline;
                margin-right: -1px;
                border: 1px solid #cccccc;
                text-align: center;
            }

        ul.cate_list li:hover .carbg a.ss {
            color: #888888;
            background: url(../images/heart_h.png) no-repeat 10px center;
        }

        ul.cate_list li .carbg a.j_car {
            width: 138px;
            height: 28px;
            line-height: 28px;
            overflow: hidden;
            background: url(../images/cars.png) no-repeat 24px center;
            color: #e8800d;
            text-indent: 47px;
            float: left;
            display: inline;
            margin-right: -1px;
            border: 1px solid #cccccc;
        }

            ul.cate_list li .carbg a.j_car:hover {
                color: #FFF;
                background: url(../images/cars_h.png) no-repeat 24px center;
                background-color: #e8800d;
                border: 1px solid #e8800d;
            }

        ul.cate_list li:hover .carbg a.j_car {
            color: #FFF;
            background: url(../images/cars_h.png) no-repeat 24px center;
            background-color: #e8800d;
            border: 1px solid #e8800d;
        }

.pages {
    overflow: hidden;
    color: #888888;
    padding: 20px 10px;
    text-align: right;
    font-size: 16px;
    font-family: "宋体";
    margin-top: 20px;
}

    .pages a {
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        color: #666666;
        font-size: 16px;
        text-align: center;
        display: inline-block;
        padding: 0 12px;
        margin: 0 4px;
        border: 1px solid #cccccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .pages a:hover, .pages a.cur {
            color: #FFF;
            background-color: #e8800d;
            border: 1px solid #e8800d;
        }

        .pages a.p_pre:hover {
            background-color: #eaeaea;
            color: #555555;
            border: 1px solid #cccccc;
        }



/*---------------品牌分类---------------*/
.brand_t {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/h_t.gif) no-repeat left center;
    color: #e8800d;
    font-size: 16px;
    padding-left: 14px;
}

ul.brand {
    width: 105%;
    overflow: hidden;
}

    ul.brand li {
        width: 228px;
        height: 160px;
        overflow: hidden;
        float: left;
        display: inline;
        margin-right: 19px;
    }

        ul.brand li .img {
            width: 226px;
            height: 108px;
            overflow: hidden;
            border: 1px solid #eaeaea;
        }

        ul.brand li .name {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            color: #888888;
            text-align: center;
            font-size: 14px;
        }

            ul.brand li .name span {
                color: #3e3e3e;
            }

.brand_img {
    width: 226px;
    height: 108px;
    overflow: hidden;
    margin: 10px;
    border-right: 1px solid #eaeaea;
}

.td_b a {
    margin-right: 25px;
}

    .td_b a.now {
        color: #e8800d;
    }




/*---------------商品详情---------------*/
.black_fenge {
    height: 1px;
    background-color: #262626;
    width: 100%;
    margin-top: 20px;
}

.storelogo_div {
    width: 100%;
    height: 110px;
}

.img_storelogo {
    margin-left: 15%;
}

.img_rightlogo {
    float: right;
    margin-right: 15%;
}

.product_menu {
    height: 44px;
    width: 100%;
    background-color: #262626;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 16px;
}

ul.menulist {
    height: 44px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-left: 15%;
}

    ul.menulist .menu_cur {
        background-color: #ef4457;
    }

    ul.menulist li {
        width: 110px;
        height: 44px;
        line-height: 44px;
        overflow: hidden;
        text-align: center;
        float: left;
        display: inline;
    }

        ul.menulist li a {
            width: 110px;
            height: 44px;
            overflow: hidden;
            color: #ffffff;
        }

        ul.menulist li:hover, ul.menulist li.now {
            background-color: #ef4457;
        }

.fav_t {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    background-color: #f6f6f6;
    font-size: 14px;
    padding-left: 10px;
    border-bottom: 1px solid #eaeaea;
}

.pro_des {
    width: 520px;
    height: 490px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-left: 30px;
}

.des_name {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #888888;
    font-size: 14px;
}

    .des_name p {
        color: #3e3e3e;
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

.des_price {
    height: 64px;
    line-height: 32px;
    overflow: hidden;
    font-family: "宋体";
    margin-top: 25px;
    margin-bottom: 20px;
}

    .des_price b {
        color: #ff3200;
        font-size: 18px;
        font-family: "Microsoft YaHei";
    }

    .des_price span {
        font-size: 14px;
        font-family: "Microsoft YaHei";
    }

.colorsize {
    line-height: 40px;
    overflow: hidden;
    color: #888888;
    font-family: "宋体";
}

    .colorsize .sptitle {
        float: left;
    }

    .colorsize label {
        height: 28px;
        line-height: 28px;
        overflow: hidden;
        font-size: 14px;
        text-align: center;
        font-family: "Microsoft YaHei";
        float: left;
        display: inline;
        margin-right: 10px;
        margin-top: 4px;
        margin-bottom: 2px;
        padding: 0 15px;
        border: 1px solid #cccccc;
        cursor: pointer;
        position: relative;
    }

        .colorsize label:hover, .colorsize label.on {
            height: 26px;
            line-height: 26px;
            padding: 0 14px;
            overflow: hidden;
            border: 2px solid #e8800d;
        }

        .colorsize label.disable, .colorsize label.disable:hover {
            border: solid 1px #676767;
            background: #999999;
            cursor: pointer;
        }

            .colorsize label.disable:hover {
                border: solid 2px;
            }

        .colorsize label .ch_img {
            width: 18px;
            height: 18px;
            overflow: hidden;
            background: url(../images/ch.png) no-repeat center top;
            position: absolute;
            right: 0;
            bottom: 0;
            display: none;
        }

        .colorsize label.checked {
            height: 26px;
            line-height: 26px;
            padding: 0 14px;
            overflow: hidden;
            border: 2px solid #e8800d;
        }

            .colorsize label.checked .ch_img,
            .colorsize label.on .ch_img {
                display: block;
            }

.des_share {
    height: 60px;
    overflow: hidden;
    margin-top: 25px;
}

    .des_share .d_sh {
        width: 68px;
        height: 27px;
        line-height: 27px;
        background: url(../images/sh.png) no-repeat 12px 5px;
        text-indent: 32px;
        font-family: "宋体";
        float: left;
        border: 1px solid #FFF;
        cursor: pointer;
        position: relative;
    }

        .des_share .d_sh .d_sh_bg {
            width: 176px;
            height: 28px;
            overflow: hidden;
            border: 1px solid #eaeaea;
            position: absolute;
            left: 0;
            top: 27px;
            display: none;
        }

            .des_share .d_sh .d_sh_bg a {
                overflow: hidden;
                text-indent: 0;
                float: left;
                margin-left: 10px;
                margin-top: 6px;
            }

        .des_share .d_sh:hover {
            border: 1px solid #eaeaea;
        }

            .des_share .d_sh:hover .d_sh_bg {
                display: block;
            }

    .des_share .d_care {
        height: 27px;
        line-height: 27px;
        overflow: hidden;
        background: url(../images/care.png) no-repeat left center;
        float: left;
        display: inline;
        margin-left: 50px;
        padding-left: 22px;
    }

.des_join {
    height: 75px;
    overflow: hidden;
    margin-top: 20px;
}

.j_nums {
    width: 78px;
    height: 43px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 10px;
    border: 1px solid #cccccc;
}

.n_ipt {
    width: 56px;
    height: 43px;
    line-height: 43px\9;
    background: none;
    color: #555555;
    font-size: 18px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
    padding: 0;
    border: 0;
}

.n_btn_1 {
    width: 21px;
    height: 21px;
    overflow: hidden;
    background: url(../images/jia.gif) no-repeat center top;
    float: right;
    border: 0;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}

.n_btn_2 {
    width: 21px;
    height: 21px;
    overflow: hidden;
    background: url(../images/jian.gif) no-repeat center top;
    float: right;
    border: 0;
    border-left: 1px solid #cccccc;
    cursor: pointer;
}

.s_brand {
    width: 188px;
    height: 188px;
    overflow: hidden;
    float: right;
    border: 1px solid #d5d5d5;
}

.s_brand_img {
    width: 188px;
    height: 132px;
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
}

.s_brand_c {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    background-color: #f6f6f6;
    font-size: 16px;
    text-align: center;
}

.des_border {
    overflow: hidden;
    margin-bottom: 10px;
}

.des_tit {
    height: 29px;
    position: relative;
}

    .des_tit ul {
        width: 100%;
        height: 29px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .des_tit ul li {
            width: 150px;
            height: 29px;
            line-height: 27px;
            overflow: hidden;
            font-size: 14px;
            text-align: center;
            float: left;
        }

            .des_tit ul li.current {
                width: 150px;
                height: 29px;
                overflow: hidden;
                background-color: #262626;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

                .des_tit ul li.current a {
                    color: #ffffff;
                }

.des_t {
    height: 29px;
    line-height: 27px;
    width: 150px;
    background-color: #262626;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    margin-left: 0;
    font-size: 14px;
    text-align: center;
}

.team_list {
    width: 160px;
    height: 195px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 25px 30px;
}

    .team_list .img {
        width: 160px;
        height: 140px;
        overflow: hidden;
    }

    .team_list .name {
        width: 160px;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
    }

    .team_list .price {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        color: #999999;
        text-align: center;
        text-transform: uppercase;
        position: relative;
    }

        .team_list .price font {
            color: #e8800d;
            font-size: 14px;
        }

        .team_list .price span {
            font-size: 16px;
        }

        .team_list .price .checkbox {
            width: 25px;
            height: 20px;
            overflow: hidden;
            text-align: left;
            position: absolute;
            left: 0;
            top: 4px;
        }

.team_icon {
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 90px 0;
}

.team_sum {
    width: 145px;
    height: 125px;
    overflow: hidden;
    color: #e8800d;
    float: left;
    display: inline;
    margin-left: 20px;
    margin-top: 50px;
}

    .team_sum span {
        font-size: 18px;
    }

.sum_ipt {
    width: 58px;
    height: 23px;
    line-height: 23px\9;
    background: none;
    color: #555555;
    font-size: 16px;
    text-align: center;
    font-family: "Microsoft YaHei";
    padding: 0;
    margin: 5px auto 10px auto;
    border: 1px solid #d5d5d5;
}

.des_con {
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-top: 2px solid #262626;
}

table.jud_tab {
    height: 128px;
    overflow: hidden;
    margin: 25px 20px 0 20px;
    border-collapse: collapse;
    border: 1px solid #eaeaea;
}

.jud_per {
    color: #e8800d;
    font-size: 14px;
    text-align: center;
}

    .jud_per p {
        margin: 0;
        padding: 0;
        font-size: 34px;
        line-height: 36px;
    }

.jud_bg {
    background: url(../images/s_line.gif) no-repeat left center;
    padding: 0 30px;
    font-family: "宋体";
    line-height: 22px;
}

table.jud_list tr td {
    border-collapse: collapse;
    border-bottom: 1px solid #eaeaea;
    padding: 20px;
    font-family: "宋体";
    line-height: 22px;
}

.ratio_show {
    width: 180px;
    height: 10px;
    background-color: #eaeaea;
    -moz-border-radius: 5px;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .ratio_show .ratio_red {
        height: 10px;
        background-color: #e8800d;
        -moz-border-radius: 5px;
        float: left;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }



/*begin  mask layer  begin*/
.black_overlay {
    width: 100%;
    height: 100%;
    background: url(../images/box_bg.png) repeat center top;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 900;
}

.white_content {
    width: 540px;
    height: auto !important;
    min-height: 100px;
    height: 100px;
    background: url(../images/box.png) repeat center top;
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -270px;
    z-index: 901;
}

.white_d {
    width: 520px;
    overflow: hidden;
    background-color: #FFF;
    margin: 10px;
    padding-bottom: 50px;
}

.notice_t {
    width: 500px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    margin: 1px auto;
}

.notice_c {
    width: 480px;
    overflow: hidden;
    margin-top: 10px;
}

.b_sure {
    width: 120px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: #e8800d;
    color: #FFF;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    text-align: center;
    float: left;
    display: inline;
    margin-right: 10px;
    border: 0;
}

    .b_sure:hover {
        color: #FFF;
    }

.b_buy {
    width: 118px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    background-color: #f6f6f6;
    color: #e8800d;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    text-align: center;
    float: left;
    display: inline;
    margin-right: 10px;
    border: 1px solid #eaeaea;
}

    .b_buy:hover {
        color: #e8800d;
    }
/*end  mask layer  end*/





/*---------------限时特卖---------------*/
.n_ban {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    height: 290px;
    overflow: hidden;
}

    .n_ban .top_slide_wrap {
        width: 100%;
        max-width: 1920px;
        min-width: 1200px;
        height: 290px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .n_ban .slide_box {
        height: 290px;
        overflow: hidden;
    }

        .n_ban .slide_box li {
            height: 290px;
            position: relative;
        }

            .n_ban .slide_box li a {
                width: 100%;
                max-width: 1920px;
                min-width: 1200px;
                height: 290px;
                overflow: hidden;
                text-indent: -9999em;
                display: block;
            }
    /*.n_ban .slide_box img{ text-align:center; height:420px; }*/
    .n_ban .slide_info {
        width: 1200px;
        margin: -530px auto 0;
    }

    .n_ban .slide_info_card {
        width: 420px;
        height: 0;
        margin-top: 171px;
        color: #fff;
        position: relative;
    }

        .n_ban .slide_info_card a {
            color: #fff;
            text-decoration: none;
        }

        .n_ban .slide_info_card .slide_info_card_bg {
            width: 420px;
            height: 200px;
            background: #0071c6;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: .8;
            *filter: alpha(opacity=80);
        }

        .n_ban .slide_info_card .slide_info_card_text {
            width: 340px;
            height: 140px;
            padding: 30px 40px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }

        .n_ban .slide_info_card h2 {
            font-size: 40px;
            padding-bottom: 8px;
        }

        .n_ban .slide_info_card p {
            font-size: 15px;
            line-height: 26px;
        }

            .n_ban .slide_info_card p strong {
                font-size: 12px;
                height: 25px;
                display: inline-block;
                padding: 0 10px;
                background: #095b99;
                border-radius: 5px;
                color: #fff;
                margin-top: 8px;
            }
    /* op_btns */
    .n_ban .op_btns {
        width: 1200px;
        margin-top: -680px;
        position: relative;
        z-index: 3;
    }

        .n_ban .op_btns .op_btn {
            display: block;
            width: 32px;
            height: 60px;
            cursor: pointer;
            overflow: hidden;
            position: absolute;
            margin-top: 80px;
        }

        .n_ban .op_btns .op_prev {
            background: url(../images/b_left.png) no-repeat center top;
            left: 0;
            top: 420px;
        }

        .n_ban .op_btns .op_next {
            background: url(../images/b_right.png) no-repeat center top;
            right: 0;
            top: 420px;
        }

            .n_ban .op_btns .op_prev span, .n_ban .op_btns .op_next span {
                display: block;
                width: 32px;
                height: 60px;
                margin: 8px 0 0 17px;
                cursor: pointer;
            }

        .n_ban .op_btns .op_prev span {
            background-position: 0 0;
        }

        .n_ban .op_btns .op_next span {
            background-position: -73px 0;
            margin-left: 20px;
        }
    /* bx-controls */
    .n_ban .bx-wrapper .bx-controls {
        margin-top: -44px;
    }

        .n_ban .bx-wrapper .bx-controls .bx-pager {
            clear: both;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

            .n_ban .bx-wrapper .bx-controls .bx-pager a {
                width: 15px;
                height: 15px;
                line-height: 15px;
                display: inline-block;
                overflow: hidden;
                margin: 15px 5px;
                background: url(../images/b.png) no-repeat center top;
            }

                .n_ban .bx-wrapper .bx-controls .bx-pager a:hover, .n_ban .bx-wrapper .bx-controls .bx-pager a.active {
                    background: url(../images/b_h.png) no-repeat center top;
                }

.s_left {
    width: 840px;
    overflow: hidden;
    float: left;
}

ul.sell_brand {
    overflow: hidden;
}

    ul.sell_brand li {
        height: 190px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        ul.sell_brand li .con {
            width: 307px;
            height: 188px;
            overflow: hidden;
            font-size: 14px;
            text-align: center;
            float: left;
            border: 1px solid #eaeaea;
            border-right: 0;
        }

            ul.sell_brand li .con .simg {
                width: 220px;
                height: 100px;
                overflow: hidden;
                margin-top: 10px;
            }

            ul.sell_brand li .con .ch_bg {
                width: 220px;
                height: 35px;
                overflow: hidden;
                margin-top: 10px;
                margin-bottom: 5px;
            }

                ul.sell_brand li .con .ch_bg .ch_txt {
                    width: 158px;
                    height: 33px;
                    line-height: 33px;
                    overflow: hidden;
                    color: #e8800d;
                    font-size: 14px;
                    text-align: center;
                    float: left;
                    border: 1px solid #e2e2e2;
                }

                ul.sell_brand li .con .ch_bg .ch_a {
                    width: 60px;
                    height: 35px;
                    line-height: 35px;
                    overflow: hidden;
                    background-color: #e2e2e2;
                    color: #555555;
                    font-size: 14px;
                    text-align: center;
                    float: left;
                }

                    ul.sell_brand li .con .ch_bg .ch_a:hover {
                        color: #FFF;
                        background-color: #e8800d;
                    }

        ul.sell_brand li .img {
            width: 530px;
            height: 190px;
            overflow: hidden;
            float: right;
        }

ul.p_sell {
    width: 105%;
    overflow: hidden;
}

    ul.p_sell li {
        width: 406px;
        height: 168px;
        overflow: hidden;
        float: left;
        display: inline;
        margin-right: 23px;
        margin-bottom: 10px;
        border: 1px solid #eaeaea;
    }

        ul.p_sell li .img {
            width: 160px;
            height: 140px;
            overflow: hidden;
            float: left;
            display: inline;
            margin-left: 15px;
            margin-top: 14px;
        }

        ul.p_sell li .name {
            width: 208px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            font-size: 16px;
            font-weight: bold;
            float: left;
            display: inline;
            margin-left: 10px;
            margin-top: 14px;
        }

        ul.p_sell li .price {
            width: 208px;
            height: 42px;
            line-height: 21px;
            overflow: hidden;
            float: left;
            display: inline;
            margin-left: 10px;
        }

        ul.p_sell li .ch_bg {
            width: 170px;
            height: 35px;
            overflow: hidden;
            float: left;
            display: inline;
            margin-left: 10px;
            margin-top: 5px;
        }

            ul.p_sell li .ch_bg .ch_txt {
                width: 108px;
                height: 33px;
                line-height: 33px;
                overflow: hidden;
                color: #e8800d;
                font-size: 14px;
                text-align: center;
                float: left;
                border: 1px solid #e2e2e2;
            }

                ul.p_sell li .ch_bg .ch_txt font {
                    font-size: 18px;
                }

            ul.p_sell li .ch_bg .ch_a {
                width: 60px;
                height: 35px;
                line-height: 35px;
                overflow: hidden;
                background-color: #e2e2e2;
                color: #555555;
                font-size: 14px;
                text-align: center;
                float: left;
            }

                ul.p_sell li .ch_bg .ch_a:hover {
                    color: #FFF;
                    background-color: #e8800d;
                }

        ul.p_sell li .times {
            width: 208px;
            height: 25px;
            overflow: hidden;
            float: left;
            display: inline;
            margin-left: 10px;
            margin-top: 5px;
        }

.s_right {
    width: 323px;
    overflow: hidden;
    float: right;
}

.sell_ban {
    width: 300px;
    height: 352px;
    overflow: hidden;
    padding: 10px;
    margin-top: 40px;
    border: 1px solid #eaeaea;
}

    .sell_ban #imgPlays {
        width: 300px;
        height: 352px;
        overflow: hidden;
        margin: 0 auto;
        zoom: 1;
        position: relative;
    }

        .sell_ban #imgPlays .imgs img {
            width: 300px;
        }

        .sell_ban #imgPlays .imgs li {
            position: relative;
            float: left;
            width: 300px;
            height: 352px;
        }

        .sell_ban #imgPlays .imgs {
            width: 5760px;
        }

        .sell_ban #imgPlays .btn {
            width: 112px;
            height: 29px;
            overflow: hidden;
            text-indent: -9999px;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }

            .sell_ban #imgPlays .btn a {
                width: 46px;
                height: 71px;
                overflow: hidden;
                display: block;
                background: url(../images/b_left.png) no-repeat;
            }

                .sell_ban #imgPlays .btn a:hover {
                    background: url(../images/b_left.png) no-repeat;
                }

        .sell_ban #imgPlays .prev_s {
            width: 32px;
            height: 60px;
            overflow: hidden;
            background: url(../images/b_left.png) no-repeat;
            cursor: pointer;
            text-indent: -9999px;
            position: absolute;
            left: 0;
            top: 145px;
        }

        .sell_ban #imgPlays .next_s {
            width: 32px;
            height: 60px;
            overflow: hidden;
            background: url(../images/b_right.png) no-repeat;
            cursor: pointer;
            text-indent: -9999px;
            position: absolute;
            right: 0;
            top: 145px;
        }

.sell_hot {
    height: 403px;
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #eaeaea;
}

.s_hot_t {
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    background-color: #f6f6f6;
    color: #3e3e3e;
    font-size: 16px;
    padding: 0 10px;
    border-bottom: 1px solid #eaeaea;
}

.h_more {
    height: 43px;
    overflow: hidden;
    background: url(../images/mores.png) no-repeat right center;
    font-size: 12px;
    padding-right: 22px;
}

.sell_hot ul {
    width: 105%;
    overflow: hidden;
}

    .sell_hot ul li {
        width: 160px;
        height: 59px;
        overflow: hidden;
        float: left;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

.sell_tel {
    overflow: hidden;
    background-color: #f6f6f6;
    color: #888888;
    line-height: 22px;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
}

.lim_time {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
}

.lim_sh_bg {
    overflow: hidden;
    margin: 5px 10px;
}

.lim_sh {
    height: 30px;
    line-height: 30px;
    background: url(../images/sh.png) no-repeat left 8px;
    text-indent: 20px;
    font-family: "宋体";
    float: left;
    display: inline;
    margin-right: 30px;
}

.lim_sh_bg a {
    float: left;
    display: inline;
    margin-right: 6px;
    margin-top: 7px;
}

.lim_name {
    width: 275px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #3e3e3e;
    font-size: 20px;
    margin-top: 20px;
}

.lim_price {
    width: 238px;
    height: 40px;
    overflow: hidden;
    margin-left: 0;
    margin-top: 20px;
}

    .lim_price .ch_txt {
        width: 158px;
        height: 38px;
        line-height: 38px;
        overflow: hidden;
        color: #e8800d;
        font-size: 22px;
        text-align: center;
        float: left;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .lim_price .ch_a {
        width: 80px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        background-color: #e8800d;
        color: #FFF;
        font-size: 14px;
        text-align: center;
        float: left;
    }

.lim_c {
    width: 275px;
    overflow: hidden;
    font-family: "宋体";
    color: #888888;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #eaeaea;
}

.lim_ipt {
    width: 68px;
    height: 28px;
    line-height: 28px\9;
    background: none;
    color: #555555;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
    padding: 0;
    border: 1px solid #cccccc;
}

.lim_clock {
    width: 250px;
    overflow: hidden;
    background: url(../images/clock.png) no-repeat left 2px;
    padding-left: 25px;
    margin-top: 15px;
}

    .lim_clock span {
        font-size: 18px;
        line-height: 30px;
    }

.r_history {
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.r_his_t {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    background-color: #f6f6f6;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

    .r_his_t a {
        color: #888888;
        font-size: 14px;
    }

.r_history ul li {
    height: 240px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}

    .r_history ul li .img {
        width: 185px;
        height: 162px;
        overflow: hidden;
        margin-top: 10px;
    }

    .r_history ul li .name {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        font-size: 14px;
        text-align: center;
        margin-top: 5px;
    }

    .r_history ul li .price {
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        color: #999999;
        text-align: center;
        text-transform: uppercase;
    }

        .r_history ul li .price font {
            color: #e8800d;
            font-size: 14px;
        }

        .r_history ul li .price span {
            font-size: 18px;
        }





/*---------------Footer---------------*/
.b_btm_bg {
    width: 100%;
    min-width: 1200px;
    height: 100px;
    overflow: hidden;
    margin-top: 30px;
    background:#0096E1;
}

.b_btm_c {
    background-color: #FFF;
}

.b_btm {
    width: 1200px;
    height: 122px;
    overflow: hidden;
}

    .b_btm table {
        color:white;
        font-size: 14px;
        margin-top:19px !important;
    }

        .b_btm table h2 {
            color:white;
            font-size: 16px;
            font-weight: normal;
        }

.b_nav {
    width: 1200px;
    overflow: hidden;
    margin: 20px auto;
}

    .b_nav dl {
        width: 125px;
        height: 165px;
        overflow: hidden;
        float: left;
        display: inline;
        margin-right: 50px;
    }

        .b_nav dl dt {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            color: #3e3e3e;
            font-size: 16px;
            margin-bottom: 10px;
        }

            .b_nav dl dt a {
                color: #3e3e3e;
            }

                .b_nav dl dt a:hover {
                    color: #3e3e3e;
                    text-decoration: underline;
                }

        .b_nav dl dd {
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            color: #888888;
        }

            .b_nav dl dd a {
                color: #888888;
            }

                .b_nav dl dd a:hover {
                    color: #e8800d;
                }

.b_er {
    width: 120px;
    height: 160px;
    overflow: hidden;
    text-align: center;
    float: right;
    display: inline;
    margin-right: 22px;
    margin-top: 5px;
}

.b_er_c {
    width: 118px;
    height: 118px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #e9e9e9;
}

.b_tel_bg {
    width: 133px;
    height: 140px;
    overflow: hidden;
    color: #888888;
    float: right;
    margin-top: 5px;
}

    .b_tel_bg a.b_sh1 {
        width: 100%;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        background: url(../images/b_sh_1.png) no-repeat left center;
        color: #888888;
        font-size: 14px;
        text-indent: 32px;
        display: inline-block;
    }

        .b_tel_bg a.b_sh1:hover {
            color: #e8800d;
        }

    .b_tel_bg a.b_sh2 {
        width: 100%;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        background: url(../images/b_sh_2.png) no-repeat left center;
        color: #888888;
        font-size: 14px;
        text-indent: 32px;
        display: inline-block;
    }

        .b_tel_bg a.b_sh2:hover {
            color: #e8800d;
        }

    .b_tel_bg p {
        margin-top: 10px;
    }

        .b_tel_bg p span {
            color: #0096E1;
            font-size: 18px;
        }

.btmbg {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    padding: 30px 0 40px 0;
    border-top: 1px solid #eaeaea;
}

.btm {
    width: 1200px;
    overflow: hidden;
    color: #999999;
    font-family: "宋体";
    text-align: center;
}

    .btm a {
        color: #999999;
    }

        .btm a:hover {
            color: #999999;
            text-decoration: underline;
        }

    .btm img {
        display: inline-block;
        margin: 15px 5px 5px 5px;
        border: 1px solid #d9d9d9;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
/*---------------购物车---------------*/
.car_content {
    width: 1200px;
    min-height: 122px;
    margin-top: 20px;
}

.allproduct {
    color: #e8800d;
    font-size: 18px;
}

.car_tb {
    width: 1200px;
    border: 0;
    margin-top: 10px;
}

.title_tr {
    background-color: #f8f8f8;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
}

.begin_td {
    border-left: 1px solid #d5d5d5;
}

.end_td {
    border-right: 1px solid #d5d5d5;
}

.title_tr td {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
}

.store_tr {
    height: 44px;
    line-height: 44px;
    color: #333333;
    font-size: 14px;
}

    .store_tr img {
        vertical-align: middle;
        margin-left: 5px;
    }

    .store_tr span {
        margin-left: 5px;
        font-size: 12px;
    }

    .store_tr a {
        margin-left: 50px;
        font-size: 12px;
    }

    .store_tr div {
        float: left;
    }

.font_red {
    color: #e8800d;
    margin-left: 0;
}

.yhquan {
    background: url(../images/yh_bg.png) no-repeat center top;
    width: 60px;
    height: 22px;
    margin-top: 11px;
    margin-left: 10px;
    line-height: 22px;
    font-size: 12px;
    color: #eba33f;
    cursor: pointer;
}

    .yhquan:hover .yh_bg {
        display: block;
    }

.product_tr {
    height: 110px;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
}

    .product_tr td {
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        text-align: center;
    }

    .product_tr span {
        color: #999999;
    }

.c_num {
    width: 84px;
    height: 21px;
    overflow: hidden;
    border: 1px solid #cccccc;
}

.car_ipt {
    width: 42px;
    height: 21px;
    line-height: 21px\9;
    background-color: #FFF;
    color: #555555;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
    padding: 0;
    border: 0;
}

.car_btn_1 {
    width: 21px;
    height: 21px;
    overflow: hidden;
    background: url(../images/jian.gif) no-repeat center top;
    float: left;
    border: 0;
    border-right: 1px solid #cccccc;
    cursor: pointer;
}

.car_btn_2 {
    width: 21px;
    height: 21px;
    overflow: hidden;
    background: url(../images/jia.gif) no-repeat center top;
    float: left;
    border: 0;
    border-right: 1px solid #cccccc;
    cursor: pointer;
}

.carcur:poar_btn_bg {
    background-color: #f0f0f0;
}

asset.imgmid {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    width: 1px;
    margin-left: -1px;
    vertical-align: middle;
}

.c_s_img {
    width: 86px;
    height: 86px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 10px;
    border: 1px solid #eaeaea;
    text-align: center;
}

    .c_s_img img {
        vertical-align: middle;
        max-height: 86px;
        max-width: 86px;
    }

.yh_bg {
    overflow: hidden;
    position: absolute;
    z-index: 900;
    display: none;
}

.yh_bg_c {
    overflow: hidden;
    background-color: #FFF;
    font-family: "Microsoft YaHei";
    margin-top: 6px;
    padding: 10px 0;
    border: 1px solid #eba33f;
    min-width: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333333;
}

    .yh_bg_c ul li {
        height: 40px;
        line-height: 13px;
        overflow: hidden;
        cursor: pointer;
    }

        .yh_bg_c ul li:hover {
            color: #e8800d;
        }

.yh_bg_t {
    width: 14px;
    height: 7px;
    line-height: 7px;
    overflow: hidden;
    background: url(../images/yh_jt.png) no-repeat center top;
    position: absolute;
    left: 20px;
    top: 0;
}

.yellow_bg_left {
    border-right: 2px dotted #eba33f;
    height: 26px;
    margin-left: 10px;
}

.yellow_bg_right {
    border-left: 2px dotted #eba33f;
    height: 26px;
}

.yellow_bg {
    height: 26px;
    background-color: #eba33f;
    color: #FFF;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    min-width: 36px;
}

.btn_yh_bg {
    height: 26px;
    line-height: 26px;
    margin-left: 25px;
}

.btn_yh {
    border: 0;
    background-color: #eba33f;
    height: 26px;
    width: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
}

.cxhuodong {
    background: url(../images/red_down.png) no-repeat right 4px top 10px;
    width: 83px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #db8e91;
    background-color: #f8e8e9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #e8800d;
    cursor: pointer;
    text-align: left;
}

.cx_bg {
    overflow: hidden;
    position: absolute;
    z-index: 900;
    display: none;
}

.cx_bg_t {
    width: 14px;
    height: 7px;
    line-height: 7px;
    overflow: hidden;
    background: url(../images/cx_jt.png) no-repeat center top;
    position: absolute;
    left: 25px;
    top: 0;
}

.cx_bg_c {
    overflow: hidden;
    background-color: #FFF;
    font-family: "Microsoft YaHei";
    margin-top: 6px;
    padding: 10px 0;
    border: 1px solid #e8800d;
    width: 280px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333333;
    min-height: 60px;
}

.cxhuodong:hover .cx_bg {
    display: block;
}

.cx_bg_left {
    width: 30px;
    margin-left: 5px;
    line-height: 18px;
}

.cx_bg_right {
    width: 240px;
    line-height: 18px;
    cursor: pointer;
}

    .cx_bg_right:hover {
        color: #e8800d;
    }

.cx_btn {
    width: 100%;
    text-align: center;
    height: 40px;
    color: #FFF;
    line-height: 40px;
}

.btn_cxsure {
    border: 0;
    height: 27px;
    background-color: #e8800d;
    width: 46px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.btn_cxcancel {
    border: 0;
    height: 27px;
    background-color: #999999;
    width: 46px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.jiesuan_tr {
    height: 83px;
    border: 1px solid #d5d5d5;
    margin-top: 30px;
    height: 83px;
}

    .jiesuan_tr td {
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        color: #999999;
    }

    .jiesuan_tr a {
        margin-left: 80px;
    }

.fz_14 {
    font-size: 14px;
    color: #333333;
}

.btn_jiesuan {
    width: 130px;
    height: 83px;
    border: 0;
    color: #FFF;
    background-color: #e8800d;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}


/************************用户中心***********************/
.ml_50 {
    margin-left: 50px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_10 {
    margin-left: 10px;
}

.mt_12 {
    margin-top: 12px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_50 {
    margin-top: 50px;
}

.user_top {
    background-color: #e8800d;
    height: 100px;
    width: 100%;
}

.user_top_content {
    width: 1200px;
    height: 100px;
    line-height: 100px;
    color: #FFF;
}

.logo_fff {
    width: 130px;
    height: 41px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-top: 27px;
}

.top_gl {
    height: 100%;
    margin-left: 20px;
}

.guanlizx {
    height: 27px;
    margin-top: 20px;
    line-height: 27px;
    font-size: 16px;
    width: 143px;
    text-align: center;
}

.returnfree {
    width: 143px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    cursor: pointer;
}

    .returnfree a {
        color: #cccccc;
        font-size: 14px;
    }

.top_menu {
    margin-left: 10px;
    font-size: 14px;
}

    .top_menu div {
        float: left;
        margin-left: 30px;
    }

    .top_menu a {
        color: #FFF;
    }

.userinfo_search {
    width: 160px;
    height: 38px;
    line-height: 38px;
    background-color: #ffffff;
    float: left;
    margin-left: 360px;
    margin-top: 31px;
    border: 1px solid #d9d9d9;
    position: relative;
    font-size: 14px;
}

    .userinfo_search a {
        float: right;
        margin-right: 15px;
    }

    .userinfo_search input {
        border: 0;
        float: left;
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
    }

.userinfo_car {
    width: 141px;
    height: 38px;
    line-height: 38px;
    background: url(../images/car.png) no-repeat 10px center;
    background-color: #ffffff;
    float: right;
    margin-top: 31px;
    border: 1px solid #d9d9d9;
    position: relative;
}

.userinfo_car_t {
    width: 95px;
    height: 38px;
    overflow: hidden;
    background: url(../images/d_arrow.png) no-repeat right center;
    font-size: 14px;
    margin-left: 38px;
    cursor: pointer;
    color: #333333;
}

.userinfo_car:hover .userinfo_car_bg {
    display: block;
}

.userinfo_car_bg {
    width: 283px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #d9d9d9;
    position: absolute;
    right: -1px;
    top: 38px;
    z-index: 10000;
    display: none;
}

.userinfo_un_login {
    overflow: hidden;
    text-align: center;
    margin: 15px auto;
    color: #333333;
}

ul.userinfo_cars {
    overflow: hidden;
}

    ul.userinfo_cars li {
        height: 70px;
        overflow: hidden;
        margin-top: 10px;
        border-bottom: 1px solid #e2e2e2;
    }

        ul.userinfo_cars li .img {
            width: 58px;
            height: 58px;
            overflow: hidden;
            float: left;
            display: inline;
            margin-left: 15px;
            border: 1px solid #e2e2e2;
        }

        ul.userinfo_cars li .name {
            width: 180px;
            height: 40px;
            line-height: 20px;
            overflow: hidden;
            color: #888888;
            font-family: "宋体";
            float: left;
            display: inline;
            margin-left: 8px;
        }

            ul.userinfo_cars li .name a {
                color: #888888;
            }

                ul.userinfo_cars li .name a:hover {
                    color: #e8800d;
                }

        ul.userinfo_cars li .price {
            width: 180px;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            color: #888888;
            font-size: 14px;
            float: left;
            display: inline;
            margin-left: 8px;
        }

.user_content {
    width: 1200px;
    overflow: hidden;
    min-height: 200px;
}

.user_menu {
    float: left;
    width: 200px;
}

.left_user_menu {
    width: 200px;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-top: 10px;
}

    .left_user_menu div {
        height: 53px;
        width: 200px;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        line-height: 53px;
    }

    .left_user_menu img {
        margin-top: 10px;
        float: left;
        margin-left: 10px;
    }

    .left_user_menu span {
        margin-left: 10px;
        color: #e8800d;
        font-size: 16px;
    }

    .left_user_menu ul li {
        height: 36px;
        line-height: 36px;
    }

    .left_user_menu a {
        margin-left: 55px;
        color: #333333;
    }

        .left_user_menu a:hover {
            color: #e8800d;
        }

.content_right {
    float: right;
    width: 976px;
    border: 1px solid #d5d5d5;
    min-height: 828px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}

.user_left {
    width: 100px;
    margin-left: 40px;
    min-height: 20px;
    margin-top: 20px;
    float: left;
    font-size: 14px;
    color: #333333;
}

    .user_left img {
        max-width: 90px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
    }

.user_right {
    width: 700px;
    min-height: 20px;
    float: left;
    margin-left: 5px;
    color: #333333;
    line-height: 25px;
}

    .user_right .name {
        font-size: 18px;
        font-weight: 900;
        line-height: 30px;
    }

    .user_right .title_div {
        width: 700px;
        border-bottom: 1px dotted #d5d5d5;
        height: 40px;
        line-height: 40px;
        float: left;
    }

.title_div .title_name {
    width: 100px;
    float: left;
}

.title_div .title_context {
    width: 600px;
    float: left;
}

.login_time {
    color: #999999;
}

.user_adv {
    height: 72px;
    line-height: 72px;
}

    .user_adv img {
        margin-top: 20px;
        float: left;
    }

    .user_adv a {
        margin-left: 10px;
    }

.content_right_fg {
    height: 1px;
    background-color: #d5d5d5;
    width: 960px;
    margin-left: 8px;
}
/**************************我的资产***************************/
.assets_div {
    margin-left: 40px;
    margin-top: 15px;
}

    .assets_div .title {
        color: #333333;
        font-size: 14px;
        font-family: "Microsoft YaHei";
    }

.assets_table {
    margin-top: 20px;
    float: left;
    text-align: center;
}

    .assets_table begin_td {
        border-left: 1px solid #d5d5d5;
    }

    .assets_table end_td {
        border-right: 1px solid #d5d5d5;
    }

    .assets_table td {
        width: 175px;
        border-bottom: 1px solid #d5d5d5;
    }

.assetstitle_tr {
    height: 35px;
    background-color: #e8800d;
    color: #FFF;
}

    .assetstitle_tr td {
        border-top: 1px solid #d5d5d5;
    }

.assetscontent_tr {
    height: 120px;
    color: #333333;
    font-size: 14px;
}

    .assetscontent_tr td {
        border-left: 1px solid #d5d5d5;
    }

    .assetscontent_tr img {
        position: absolute;
        margin-top: 5px;
        margin-left: -10px;
    }

.detail_btn {
    border: 1px solid #e8800d;
    height: 26px;
    width: 63px;
    background-color: #FFF;
    color: #e8800d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.assetstotal_tr {
    height: 35px;
    text-align: left;
}

    .assetstotal_tr td {
        border-left: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
    }

/***************************账户余额****************************/
.recharge_a {
    color: #efb671;
    text-decoration: underline;
}

.s_type {
    height: 25px;
    line-height: 25px;
    width: 100px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    float: left;
    background: url("../images/t_arrow.gif") no-repeat center right 5px;
}

    .s_type span {
        margin-left: 10px;
    }

.s_type_bg {
    width: 100px;
    overflow: hidden;
    position: absolute;
    z-index: 900;
    display: none;
    text-align: center;
}

.s_type_bg_c {
    overflow: hidden;
    background-color: #FFF;
    font-family: "Microsoft YaHei";
    border: 1px solid #cdcdcd;
}

    .s_type_bg_c ul li {
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
    }

        .s_type_bg_c ul li:hover {
            color: #e8800d;
            background-color: #f8f8f8;
        }

.s_time {
    height: 25px;
    line-height: 25px;
    width: 100px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    float: left;
    background: url("../images/t_arrow.gif") no-repeat center right 5px;
}

    .s_time span {
        margin-left: 10px;
    }

.s_time_bg {
    width: 100px;
    overflow: hidden;
    position: absolute;
    z-index: 900;
    display: none;
    text-align: center;
}

.s_time_bg_c {
    overflow: hidden;
    background-color: #FFF;
    font-family: "Microsoft YaHei";
    border: 1px solid #cdcdcd;
}

    .s_time_bg_c ul li {
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
    }

        .s_time_bg_c ul li:hover {
            color: #e8800d;
            background-color: #f8f8f8;
        }

.asset_select {
    width: 63px;
    height: 25px;
    margin-left: 10px;
    border: 1px solid #d5d5d5;
    background-color: #f8f8f8;
    font-family: "Microsoft YaHei";
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.balance_table {
    text-align: center;
    margin-top: 10px;
}

    .balance_table tr {
        height: 36px;
    }

    .balance_table td {
        /*width:25%;*/
    }

.balance_title_tr {
    background-color: #f8f8f8;
}

    .balance_title_tr td {
        border-top: 1px solid #d5d5d5;
    }

.balance_content_tr {
    height: 36px;
}

    .balance_content_tr td {
        border-bottom: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
    }
/*******************************余额充值*************************************/
.recharges_div {
    float: left;
    margin-top: 10px;
    width: 870px;
}

.balance_div {
    margin-top: 10px;
}

.recharges_table {
    width: 100%;
    text-align: left;
}

    .recharges_table td {
        border: 1px solid #d5d5d5;
    }

.balance_txt {
    width: 300px;
    height: 25px;
    border: 1px solid #d5d5d5;
    background-color: #f8f8f8;
}

.mome_txt {
    width: 600px;
    height: 120px;
    border: 1px solid #d5d5d5;
    background-color: #f8f8f8;
}

.balance_btn {
    width: 83px;
    height: 29px;
    border: 1px solid #e8800d;
    color: #e8800d;
    background-color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    cursor: pointer;
}

    .balance_btn:hover {
        background-color: #e8800d;
        color: #ffffff;
    }

.card_div {
    float: left;
    margin-top: 10px;
    width: 870px;
    display: none;
}

.card_detail_div {
    width: 288px;
    float: left;
    height: 200px;
    text-align: center;
    cursor: pointer;
}

    .card_detail_div:hover {
        border: 1px solid #e8800d;
        width: 286px;
        float: left;
        height: 198px;
        text-align: center;
        background: url(../images/card_click.png) no-repeat right top;
    }

.cur_card_detail_div {
    border: 1px solid #e8800d;
    width: 286px;
    float: left;
    height: 198px;
    text-align: center;
    background: url(../images/card_click.png) no-repeat right top;
}

.card_detail_top {
    height: 150px;
    width: 230px;
    border-bottom: 1px dashed #e8800d;
}

.card_detail_down {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    text-align: left;
    width: 230px;
}

    .card_detail_down img {
        position: absolute;
        margin-top: 16px;
        margin-left: 5px;
    }

.card_info {
    height: 115px;
    border: 1px solid #e8800d;
    width: 200px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.card_recharge {
    width: 100%;
    height: 70px;
}

.card_money {
    height: 45px;
    width: 100%;
    background-color: #e8800d;
    color: #FFF;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    -webkit-border-bottom-left-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;
    -moz-border-bottom-left-radius: 13px;
    -moz-border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}
/***********************************收货地址**************************************/
.address_right {
    float: right;
    width: 976px;
    border: 1px solid #d5d5d5;
    min-height: 828px;
    margin-top: 10px;
}

.addaddress_btn {
    margin-left: 12px;
    margin-top: 20px;
    width: 148px;
    height: 36px;
    border: 1px solid #e8800d;
    background-color: #ffc2c4;
    color: #FFF;
    font-family: "Microsoft YaHei";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.address_info {
    border: 1px solid #d5d5d5;
    margin-left: 12px;
    height: 240px;
    width: 950px;
    margin-top: 10px;
}

    .address_info .name {
        font-size: 16px;
        font-weight: 900;
        line-height: 50px;
        margin-left: 20px;
    }

    .address_info img {
        position: absolute;
        margin-left: 10px;
        margin-top: 17px;
    }

    .address_info .moren {
        width: 79px;
        height: 19px;
        background-color: #eba33f;
        color: #FFF;
        display: inline-block;
        text-align: center;
        line-height: 19px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-left: 40px;
    }

    .address_info .field_name {
        margin-left: 20px;
        color: #999999;
    }

    .address_info .edit_address {
        color: #e8800d;
        float: right;
        margin-right: 20px;
    }


/*base*/
.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-left-140 {
    margin-left: 140px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-140 {
    margin-right: 140px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.mt-mb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ml-mr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.font-bold {
    font-weight: bold;
}

.font-size18 {
    font-size: 18px;
}

.font-size14 {
    font-size: 14px;
}

.font-size12 {
    font-size: 12px;
}

.color-b8, .color-b8:hover {
    color: #e8800d;
}

.color-99, .color-99:hover {
    color: #999;
}

.color-cc, .color-cc:hover {
    color: #ccc;
}

.color-ee, .color-ee:hover {
    color: #eeaf59;
}

.color-b4, .color-b4:hover {
    color: #b4b4b4;
}

.color-30, .color-30:hover {
    color: #303f9f;
}

.color-eb, .color-eb:hover {
    color: #eba33f;
}


.width-percent5 {
    width: 5%;
}

.width-percent10 {
    width: 10%;
}

.width-percent15 {
    width: 15%;
}

.width-percent20 {
    width: 20%;
}

.width-percent25 {
    width: 25%;
}

.width-percent30 {
    width: 30%;
}

.width-percent40 {
    width: 40%;
}

.width-percent50 {
    width: 50%;
}

.width-percent60 {
    width: 60%;
}

.border-bootom-d5 {
    border-bottom: solid 1px #d5d5d5;
}

.border-d5 {
    border: solid 1px #d5d5d5;
}

.noborder {
    border: 0px;
}

.bg-color-f8 {
    background-color: #f8f8f8;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}
/*height:0;font-size:0px;overflow:hidden;*/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}
/*推广连接*/
.content_right .share-url {
    width: 50%;
    border: solid 1px #d5d5d5;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    margin: 15px 40px;
}
/*我的会员*/
.user-tablebar {
}

    .user-tablebar span.user-tabtitle {
        margin-right: 15px;
        color: #e8800d;
        padding: 0px 5px;
        border-radius: 3px;
        cursor: pointer;
    }

    .user-tablebar span.selected, .user-tablebar span:hover {
        background-color: #e8800d;
        color: #ffffff;
    }

    .user-tablebar .searchkey, .user-tablebar .searchbutton {
        height: 24px;
        border: solid 1px #d5d5d5;
    }

    .user-tablebar .searchkey {
        width: 158px;
    }

    .user-tablebar .searchbutton {
        width: 59px;
        border-left: 0px;
        background-color: #f8f8f8;
        height: 28px;
        display: inline-block;
    }
/*留言*/
.formrow { /*height: 25px;*/
    margin-top: 10px;
}

    .formrow .field, .formrow .fromcolumn {
        padding-bottom: 9999px;
        margin-bottom: -9999px;
        display: inline-block;
        vertical-align: middle;
    }

    .formrow .field {
        width: 80px;
        text-align: right;
        height: 100%;
    }

    .formrow .fromcolumn {
        text-align: left;
        padding-left: 20px;
        max-width: 775px;
    }

.message-title {
    height: 30px;
    width: 298px;
}

.message-content {
    width: 638px;
}

.submitbutton {
    background-color: #e8800d;
    color: #ffffff;
    padding: 5px 15px;
    border: 0px;
}

.user-line {
    height: 1px;
    background-color: #d5d5d5;
}
/*收藏商品*/
.fav-product {
    margin: 10px;
    height: 60px;
    text-align: left;
}

    .fav-product .product-img, .fav-product .product-name {
        display: inline-block;
    }

    .fav-product .product-img {
        overflow: hidden;
    }

        .fav-product .product-img, .fav-product .product-img tr, .fav-product .product-img td {
            width: 60px;
            height: 60px;
        }

            .fav-product .product-img table {
                border: 0px;
                width: 100%;
                height: 100%;
                padding: 0px;
                margin: 0px;
                line-height: normal;
                border-spacing: 0;
                border-collapse: 0;
            }

            .fav-product .product-img tr {
            }

            .fav-product .product-img td, .fav-product .product-img img {
                border: 0px;
            }

            .fav-product .product-img td {
                vertical-align: middle;
                text-align: center;
            }

            .fav-product .product-img img {
                max-width: 60px;
                max-height: 60px;
            }

    .fav-product .product-name {
        height: 55px;
        width: 350px;
        text-align: left;
        vertical-align: top;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
/*优惠券*/
.user-coupon {
}

    .user-coupon li {
        width: 265px;
        height: 310px;
        margin-right: 50px;
        float: left;
        background-color: #f8f8f8;
        text-align: center;
        margin-top: 30px;
    }

        .user-coupon li:nth-child(3n+0) {
            margin-right: 0px;
        }

        .user-coupon li.disable .user-coupon-title, .user-coupon li.overdue .user-coupon-title {
            background-position: 0 -181px;
        }

    .user-coupon .user-coupon-title .money, .user-coupon .user-coupon-title .coupon-content, .user-coupon .user-coupon-title .date {
        line-height: normal;
    }

    .user-coupon .user-coupon-title {
        background: url(../images/user-coupon-bg.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        height: 180px;
    }

        .user-coupon .user-coupon-title .money {
            padding-top: 50px;
            font-size: 60px;
            color: white;
        }

        .user-coupon .user-coupon-title .coupon-content {
            width: 100%;
            color: white;
            font-size: 14px;
            line-height: 27px;
        }

        .user-coupon .user-coupon-title .date {
            color: #e8800d;
        }

    .user-coupon .merchant-name {
        font-size: 16px;
        color: #333333;
        margin-top: 20px;
    }

    .user-coupon .button {
        width: 150px;
        margin: 10px auto;
        border: solid 1px #fa9899;
        color: #fa9899;
        height: 34px;
        border-radius: 17px;
        font-size: 14px;
        line-height: 34px;
    }

    .user-coupon li.disable .button, .user-coupon li.overdue .button {
        text-indent: -9999px;
        border: 0px;
        background: url(../images/user-coupon-bg.png);
        margin: 0 auto;
        background-repeat: no-repeat;
        width: 97px;
        height: 73px;
        background-size: 0 0;
    }

    .user-coupon li.disable .button {
        background-position: -1px -363px;
        background-size: initial;
    }

    .user-coupon li.overdue .button {
        background-position: -106px -363px;
        background-size: initial;
    }

/*会员订单*/
.order-tablebar {
}

    .order-tablebar .baritem {
        padding: 3px;
        padding-bottom: 0px;
        border-bottom: solid 2px #fff;
        margin-right: 10px;
        cursor: pointer;
    }

    .order-tablebar .selected {
        border-bottom-color: #e8800d;
    }

    .order-tablebar .searchkey, .order-tablebar .searchbutton {
        height: 24px;
        border: solid 1px #d5d5d5;
    }

    .order-tablebar .searchkey {
        width: 158px;
    }

    .order-tablebar .searchbutton {
        width: 59px;
        border-left: 0px;
        background-color: #f8f8f8;
        height: 28px;
        display: inline-block;
    }

.user-orderlist {
}

    .user-orderlist .header {
        height: :35px;
        line-height: 35px;
    }

        .user-orderlist .header div {
            display: inline-block;
            margin: 0px;
            text-align: center;
        }

        .user-orderlist .header .width-percent10, .user-orderlist .order-item .width-percent10 {
            width: 105px;
        }

        .user-orderlist .header .width-percent60, .user-orderlist .order-item .width-percent60 {
            width: 510px;
        }

    .user-orderlist .order-item .width-percent10:last-child {
        border-right: 0px;
    }

    .user-orderlist .order-item {
        border: solid 1px #d5d5d5; /*border-right: 0px;*/
        overflow: hidden;
    }

        .user-orderlist .order-item .ordernumber {
            height: 30px;
            line-height: 30px; /*border-right:solid 1px #d5d5d5;*/
            position: relative;
        }

            .user-orderlist .order-item .ordernumber span {
                height: 30px;
                line-height: 30px;
                display: inline-block;
                vertical-align: middle;
            }

            .user-orderlist .order-item .ordernumber a {
                display: inline-block;
                width: 100%;
                height: 100%;
            }

            .user-orderlist .order-item .ordernumber .logo-icon {
                height: 14px;
                width: 14px;
                display: inline-block;
                background-size: 14px 14px;
                border-radius: 7px;
            }

            .user-orderlist .order-item .ordernumber .action-icon {
                display: inline-block;
                text-align: right;
                position: absolute;
                right: 10px;
            }

            .user-orderlist .order-item .ordernumber .icon {
                margin-right: 10px;
                width: 19px;
                height: 19px;
                cursor: pointer;
            }

            .user-orderlist .order-item .ordernumber .delete {
                background: url(../images/order-delete-icon.png) no-repeat;
            }

            .user-orderlist .order-item .ordernumber .share {
                background: url(../images/order-share-icon.png) no-repeat;
            }

        .user-orderlist .order-item .order-item-cell:first-child {
            text-align: left;
        }

        .user-orderlist .order-item .order-item-cell {
            border-right: solid 1px #d5d5d5;
            text-align: center;
            display: inline-block;
            padding-bottom: 9999px;
            margin-bottom: -9999px;
            vertical-align: top;
        }

        .user-orderlist .order-item .order-source-red, .user-orderlist .order-item .order-source-yello {
            border: solid 1px #fff;
            border-radius: 11px;
            height: 22px;
            line-height: 22px;
            margin: 3px auto;
            width: 70px;
        }

        .user-orderlist .order-item .order-source-red {
            border-color: #e8800d;
            color: #e8800d;
        }

        .user-orderlist .order-item .order-source-yello {
            border-color: #eeaf59;
            color: #eeaf59;
        }

        .user-orderlist .order-item .action {
            width: 70px;
            border: solid 1px #fff;
            border-radius: 6px;
            display: block;
            margin: 3px auto;
        }

        .user-orderlist .order-item .selected {
            color: #fff;
            background-color: #e8800d;
        }

        .user-orderlist .order-item .order-item-cell .product-cell {
            padding: 15px 0px 15px 30px;
            border-bottom: solid 1px #d5d5d5;
            text-align: left;
        }

            .user-orderlist .order-item .order-item-cell .product-cell:last-child,
            .user-orderlist .order-item .order-item-cell .noborder {
                border: 0px;
            }

        .user-orderlist .order-item .order-item-cell .product-image, .user-orderlist .order-item .product-name, .user-orderlist .order-item .product-price {
            display: inline-block;
            text-align: left;
            vertical-align: top;
        }

        .user-orderlist .order-item .order-item-cell .product-image {
            width: 60px;
            height: 60px;
            border: solid 1px #d5d5d5;
        }

            .user-orderlist .order-item .order-item-cell .product-image table {
                border: 0px;
                width: 100%;
                height: 100%;
                padding: 0px;
                margin: 0px;
                line-height: normal;
                border-spacing: 0;
                border-collapse: 0;
            }

            .user-orderlist .order-item .order-item-cell .product-image tr {
            }

            .user-orderlist .order-item .order-item-cell .product-image td, .fav-product .product-img img {
                border: 0px;
            }

            .user-orderlist .order-item .order-item-cell .product-image td {
                vertical-align: middle;
                text-align: center;
            }

            .user-orderlist .order-item .order-item-cell .product-image img {
                max-width: 60px;
                max-height: 60px;
            }

        .user-orderlist .order-item .order-item-cell .product-name {
            width: 250px;
            height: 60px;
            line-height: 20px;
        }

            .user-orderlist .order-item .order-item-cell .product-name .name {
                height: 40px;
                overflow: hidden;
            }

            .user-orderlist .order-item .order-item-cell .product-name .product-out {
                color: #e8800d;
            }

                .user-orderlist .order-item .order-item-cell .product-name .product-out .seven {
                    width: 20px;
                    height: 20px;
                    content: "7";
                    background-color: #e8800d;
                    color: #fff;
                    border-radius: 10px;
                    display: inline-block;
                    text-align: center;
                }

        .user-orderlist .order-item .order-item-cell .product-price {
            width: 160px;
        }

            .user-orderlist .order-item .order-item-cell .product-price span {
                margin-left: 5px;
                float: right;
            }

        .user-orderlist .order-item .product-price .mktprice {
            text-decoration: line-through;
            color: #999999;
        }

        .user-orderlist .order-item .product-price .buynumber {
            margin-right: 5px;
        }

        .user-orderlist .order-item .other-cell {
            padding: 3px 0px 3px 30px;
            height: 23px;
            line-height: 23px;
            display: block;
        }

            .user-orderlist .order-item .other-cell:last-child {
                margin-bottom: 5px;
            }

            .user-orderlist .order-item .other-cell .icon {
                width: 23px;
                height: 23px;
                border-radius: 3px;
                color: #fff;
            }

            .user-orderlist .order-item .other-cell .light-blue {
                background-color: #82c5fe;
            }

            .user-orderlist .order-item .other-cell .deep-blue {
                background-color: #7290ef;
            }

            .user-orderlist .order-item .other-cell .naturals {
                background-color: #fd8c6d;
            }

            .user-orderlist .order-item .other-cell .activity-title {
                width: 350px;
                margin-left: 5px;
                text-align: left;
                padding-left: 5px;
            }

            .user-orderlist .order-item .other-cell .number {
                margin-right: 5px;
            }

/*订单详细页面*/
.breadcrumb {
    font-size: 14px;
}

.order-status {
    border: solid 1px #d5d5d5;
    min-height: 310px;
    overflow: hidden;
}

    .order-status .order-action, .order-status .order-flow {
        padding-bottom: 9999px;
        margin-bottom: -9999px;
        display: inline-block;
    }

    .order-status .order-action {
        vertical-align: middle;
        text-align: center;
        width: 220px;
        border-right: solid 1px #d5d5d5;
    }

    .order-status .action-list {
        margin-top: 5px;
    }

        .order-status .action-list a {
            display: block;
            width: 108px;
            border-radius: 5px;
            border: solid 1px #e8800d;
            color: #e8800d;
            margin: 3px auto;
        }

            .order-status .action-list a.selected {
                background-color: #e8800d;
                color: #fff;
            }

    .order-status .order-flow {
        text-align: left;
        width: 970px;
        text-align: left;
        vertical-align: top;
        position: relative;
    }

        .order-status .order-flow .title {
            margin: 20px;
            margin-bottom: 40px;
        }

        .order-status .order-flow .order-status-icon {
            display: inline-block;
            width: 145px;
            position: relative;
            margin: initial;
            vertical-align: top;
        }

            .order-status .order-flow .order-status-icon .line {
                z-index: 99;
                height: 4px;
                background-color: #e5e5e5;
                border: solid 4px #e5e5e5;
                border-left: 0px;
                border-right: 0px;
                top: 18px;
                position: absolute;
                left: -17px;
                width: 108px;
            }

            .order-status .order-flow .order-status-icon .big-round {
                position: absolute;
                top: 0px;
                right: 10px;
                width: 40px;
                height: 40px;
                border: solid 4px #e5e5e5;
                border-radius: 24px;
                background-color: #e5e5e5;
                text-align: center;
            }

                .order-status .order-flow .order-status-icon .big-round .min-round {
                    width: 30px;
                    height: 30px;
                    margin: 5px;
                    background: url(../images/order-status-icon.png);
                    background-position: -1000px -100px;
                    background-repeat: no-repeat; /* background-size: 720% 90%; */
                    text-align: center; /* background-clip: padding-box; */
                }

                .order-status .order-flow .order-status-icon .big-round .submit-icon {
                    background-position: 0px 0px;
                }

                .order-status .order-flow .order-status-icon .big-round .pay-icon {
                    background-position: -60px 0px;
                }

                .order-status .order-flow .order-status-icon .big-round .waitsend-icon {
                    background-position: -90px 0px;
                }

                .order-status .order-flow .order-status-icon .big-round .send-icon {
                    background-position: -150px 0px;
                }

                .order-status .order-flow .order-status-icon .big-round .finsh-icon {
                    background-position: -180px 0px;
                }

                .order-status .order-flow .order-status-icon .big-round .comment-icon {
                    background-position: -210px 0px;
                }

            .order-status .order-flow .order-status-icon .order-datetime {
                margin: 0px;
                padding-top: 48px;
                margin-left: 78px;
                text-align: center;
            }

                .order-status .order-flow .order-status-icon .order-datetime .time {
                    width: 67px;
                    height: 50px;
                }

        .order-status .order-flow .selected .line,
        .order-status .order-flow .selected .big-round {
            background-color: #e8800d;
        }

        .order-status .order-flow .top25 {
            top: 85px;
        }

        .order-status .order-flow .left145 {
            left: 114px;
        }

        .order-status .order-flow .left725 {
            left: 709px;
        }

        .order-status .order-flow .vorder-status-icon {
            display: inline-block;
            width: 145px;
            position: absolute;
            height: 226px;
        }

            .order-status .order-flow .vorder-status-icon .line {
                z-index: 66;
                height: 4px;
                background-color: #e5e5e5;
                border: solid 4px #e5e5e5;
                border-left: 0px;
                border-right: 0px;
                top: 18px;
                position: absolute;
                left: 16px;
                width: 60px;
            }

            .order-status .order-flow .vorder-status-icon .vline {
                z-index: 66;
                width: 4px;
                height: 100px;
                background-color: #e5e5e5;
                border: solid 4px #e5e5e5;
                border-top: 0px;
                border-bottom: 0px;
                position: absolute;
                left: 68px;
                top: 26px;
            }

            .order-status .order-flow .vorder-status-icon .big-round {
                position: absolute;
                top: 122px;
                left: 50px;
                width: 40px;
                height: 40px;
                border: solid 4px #e5e5e5;
                border-radius: 24px;
                background-color: #e5e5e5;
                text-align: center;
            }

            .order-status .order-flow .vorder-status-icon .order-datetime {
                margin: 0px;
                padding-top: 171px;
                text-align: center;
            }

                .order-status .order-flow .vorder-status-icon .order-datetime .time {
                    width: 145px;
                    height: 25px;
                }

            .order-status .order-flow .vorder-status-icon.selected .line,
            .order-status .order-flow .vorder-status-icon.selected .vline,
            .order-status .order-flow .vorder-status-icon.selected .big-round {
                background-color: #e8800d;
                z-index: 99;
            }

            .order-status .order-flow .vorder-status-icon .big-round .min-round {
                width: 30px;
                height: 30px;
                margin: 5px;
                background: url(../images/order-status-icon.png);
                background-position: -1000px -100px;
                background-repeat: no-repeat; /* background-size: 720% 90%; */
                text-align: center; /* background-clip: padding-box; */
            }

            .order-status .order-flow .vorder-status-icon .big-round .back-icon {
                background-position: -30px 0px;
            }

            .order-status .order-flow .vorder-status-icon .big-round .cancle-icon {
                background-position: -120px 0px;
            }

.order-info {
    border: solid 1px #d5d5d5;
    min-height: 310px;
    overflow: hidden;
    margin-top: 10px;
}

    .order-info .order-title {
        font-size: 14px;
        display: inline-block;
        width: 100px;
        padding-bottom: 3px;
        border-bottom: 2px solid #e8800d;
    }

    .order-info .row span {
        height: 30px;
        line-height: 30px;
        display: inline-block;
        vertical-align: middle;
    }

        .order-info .row span a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        .order-info .row span.logo-icon {
            height: 14px;
            width: 14px;
            display: inline-block;
            background-size: 14px 14px;
            border-radius: 7px;
        }

    .order-info .order-product-list {
        border: solid 1px #d5d5d5;
    }

        .order-info .order-product-list .header {
            height: 30px;
            line-height: 30px;
            border-bottom: solid 1px #d5d5d5;
            background-color: #f8f8f8;
            overflow: hidden;
        }

        .order-info .order-product-list .cell {
            border-right: solid 0px #d5d5d5;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
        }

            .order-info .order-product-list .cell:last-child {
                width: 7%;
                border: 0px;
            }

        .order-info .order-product-list .order-product-item {
            overflow: hidden;
            line-height: 82px;
            border-bottom: solid 1px #d5d5d5;
        }

            .order-info .order-product-list .order-product-item:last-child {
                border: 0px;
            }

            .order-info .order-product-list .order-product-item .product-name-cell {
                text-align: left;
            }

                .order-info .order-product-list .order-product-item .product-name-cell .product-image,
                .order-info .order-product-list .order-product-item .product-name-cell .product-name {
                    display: inline-block;
                    text-align: left;
                    vertical-align: top;
                }

                .order-info .order-product-list .order-product-item .product-name-cell .product-image {
                    width: 60px;
                    height: 60px;
                    border: solid 1px #d5d5d5;
                    margin: 10px 0px 10px 20px;
                }

                    .order-info .order-product-list .order-product-item .product-name-cell .product-image table {
                        border: 0px;
                        width: 100%;
                        height: 100%;
                        padding: 0px;
                        margin: 0px;
                        line-height: normal;
                        border-spacing: 0;
                        border-collapse: 0;
                    }

                    .order-info .order-product-list .order-product-item .product-name-cell .product-image tr {
                    }

                    .order-info .order-product-list .order-product-item .product-name-cell .product-image td, .order-info .order-product-list .order-product-item .product-name-cell .product-img img {
                        border: 0px;
                    }

                    .order-info .order-product-list .order-product-item .product-name-cell .product-image td {
                        vertical-align: middle;
                        text-align: center;
                    }

                    .order-info .order-product-list .order-product-item .product-name-cell .product-image img {
                        max-width: 60px;
                        max-height: 60px;
                    }

                .order-info .order-product-list .order-product-item .product-name-cell .product-name {
                    width: 240px;
                    line-height: 20px;
                    margin-top: 10px;
                }

                    .order-info .order-product-list .order-product-item .product-name-cell .product-name .name {
                        height: 60px;
                        overflow: hidden;
                    }

    .order-info .order-total {
        text-align: right;
    }


.gallery-show {
    width: 920px;
    overflow: hidden;
    float: right;
    padding-bottom: 30px;
    background-color: red;
}
/*.order-info .order-total tr td:last-child{text-align: left;}*/

/*加入购物车和立刻购买的样式，这里不敢扩大化，所以使用id来定位*/
#add-to-cart-button {
    display: inline-block;
    float: left;
}

#add-to-buy-button {
    width: 140px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-size: 16px;
    float: left;
    color: #FFF;
    background-color: #e8800d;
    border-radius: 4px;
    margin-left: 9px;
    text-align: center;
}


/*页面数据为空的时候使用的提示*/
.emptyPageNotice {
    text-indent: 3em;
    font-size: 1.3em;
    font-weight: 500;
}

/*微信分享框显示，这个是引用的外网代码，以后可能还会再次更改*/
.jiathis_modal_body img {
    margin: auto;
    margin-top: 5px;
}

.jiathis_modal_footer {
    margin-top: -20px;
}

    .jiathis_modal_footer a {
        color: blue;
    }

/*右侧工具栏的样式，暂时只有底栏*/
.toolbar-footer {
    position: fixed;
    bottom: 35px;
    right: 10px;
}

    .toolbar-footer a {
        text-decoration: none;
    }

    .toolbar-footer .toolbar-tab {
        position: relative;
        width: 35px;
        height: 35px;
        margin-bottom: 1px;
        cursor: pointer;
        background-color: #7a6e6e;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

        .toolbar-footer .toolbar-tab:hover {
            background-color: #e8800d;
        }

.toolbar-tab .tab-ico {
    /*background-image: url('toolbars.png');*/
    background-image: url('../images/toolbars.png');
    background-repeat: no-repeat;
    background-position: -50px -250px;
    display: inline-block;
    width: 34px;
    height: 35px;
    margin-left: 1px;
    position: relative;
    z-index: 2;
    background-color: #7a6e6e;
    _display: block;
}

.toolbar-tab:hover .tab-ico {
    background-color: #e8800d;
}

.toolbar-tab .tab-text {
    width: 1px;
    height: 35px;
    line-height: 35px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: 微软雅黑;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 0px;
    background-color: rgb(122, 110, 110);
    border-radius: 3px 0px 0px 3px;
    transition: width 0.3s ease-in-out 0.1s;
}

.toolbar-tab:hover .tab-text {
    background-color: #e8800d;
    width: 45px;
}

/*商品列表页，分页激活状态*/
.flip.active {
    color: #FFF;
    background-color: #e8800d;
    border: 1px solid #e8800d;
}
/*商品售完*/
.sell-out {
    text-indent: 1em;
    font-size: 1.5em;
    font-weight: 500;
    color: #e8800d;
    display: none;
}

/* 提示未登录的提示框中的链接 */
.notice_c .loginLink {
    display: inline-block;
    padding: 18px;
    color: #e8800d;
    font-size: 1.5em;
    text-indent: 2em;
}

/*购物车页面的统计行浮动样式*/
#cart-floatbar.float-top {
    padding-bottom: 0px;
    position: fixed;
    top: 0px;
    width: 1190px;
    z-index: 900;
    margin-left: 0px;
}

#cart-floatbar.float-bottom {
    padding-bottom: 0px;
    position: fixed;
    bottom: 0px;
    width: 1190px;
    z-index: 900;
    margin-left: 0px;
}
