﻿                                                        @charset "utf-8";
                                                    /* CSS Document */
                                                    
                                                    * {
                                                        margin: 0px;
                                                        padding: 0px;
                                                    }
                                                    
                                                    *:focus {
                                                        outline: 0
                                                    }
                                                    
                                                    body {
                                                        padding: 0;
                                                        margin: 0;
                                                        font-size: 12px;
                                                        color: #666;
                                                        font-family: "微软雅黑"
                                                    }
                                                    
                                                    div,
                                                    ul,
                                                    li,
                                                    dl,
                                                    dt,
                                                    dd,
                                                    p,
                                                    input {
                                                        padding: 0px;
                                                        margin: 0px;
                                                        list-style: none;
                                                    }
                                                    
                                                    input {
                                                        padding-left: 5px;
                                                    }
                                                    
                                                    img {
                                                        padding: 0px;
                                                        margin: 0px;
                                                        border: none;
                                                    }
                                                    
                                                    a {
                                                        padding: 0px;
                                                        margin: 0px;
                                                        color: #666;
                                                        text-decoration: none;
                                                    }
                                                    
                                                    a:hover {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    h1,
                                                    h2,
                                                    h3,
                                                    h4.h5,
                                                    h6,
                                                    p {
                                                        padding: 0;
                                                        margin: 0;
                                                    }
                                                    
                                                    .left {
                                                        float: left;
                                                    }
                                                    
                                                    .nobors {
                                                        display: none;
                                                    }
                                                    
                                                    .dred {
                                                        color: red;
                                                    }
                                                    
                                                    .clearfix:before,
                                                    .clearfix:after {
                                                        display: table;
                                                        line-height: 0;
                                                        content: "";
                                                    }
                                                    /*顶部*/
                                                    
                                                    .top {
                                                        width: 100%;
                                                        height: 30px;
                                                        background: #CCCCCC;
                                                    }
                                                    
                                                    .top a {
                                                        color: #333;
                                                    }
                                                    
                                                    .top a:hover {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .bg_1 {
                                                        width: 1000px;
                                                        height: 30px;
                                                        margin: 0px auto;
                                                    }
                                                    
                                                    .left {
                                                        width: 240px;
                                                        float: left;
                                                    }
                                                    
                                                    .left ul li {
                                                        float: left;
                                                        margin-top: 5px;
                                                        margin-right: 10px;
                                                        color: #333;
                                                    }
                                                    
                                                    .right {
                                                        width: 50%;
                                                        float: right;
                                                    }
                                                    
                                                    .right ul li {
                                                        float: right;
                                                        margin-top: 5px;
                                                        color: #333;
                                                        padding: 0px 5px;
                                                    }
                                                    /*头部*/
                                                    
                                                    .logo {
                                                        width: 1000px;
                                                        height: 100px;
                                                        margin: 0px auto;
                                                    }
                                                    
                                                    .l_logo {
                                                        width: 320px;
                                                        height: 100px;
                                                        float: left;
                                                    }
                                                    
                                                    .l_logo img {
                                                        margin-top: 10px;
                                                    }
                                                    /* 搜索 */
                                                    
                                                    .i_ss {
                                                        width: 404px;
                                                        height: 90px;
                                                        overflow: hidden;
                                                        float: left;
                                                    }
                                                    
                                                    .search {
                                                        width: 400px;
                                                        height: 30px;
                                                        border: 2px #f86d0d solid;
                                                        margin-top: 25px;
                                                    }
                                                    /* 搜索-下拉 */
                                                    
                                                    .search .tab-wraper {
                                                        position: relative;
                                                        float: left;
                                                        width: 69px;
                                                        height: 30px;
                                                    }
                                                    
                                                    .search .tab {
                                                        position: absolute;
                                                        top: 0;
                                                        left: 0;
                                                        width: 67px;
                                                        overflow: hidden;
                                                        height: 30px;
                                                        line-height: 30px;
                                                        border-right: solid 1px #e5e5e5;
                                                        border-left: solid 1px #f5f5f5;
                                                    }
                                                    
                                                    .search .tab .triggers {
                                                        text-indent: 15px;
                                                        color: #6b6b6b;
                                                    }
                                                    
                                                    .search .tab .trigger {
                                                        background: #fff;
                                                        -webkit-transition: background .1s linear;
                                                        -moz-transition: background .1s linear;
                                                        -o-transition: background .1s linear;
                                                        transition: background .1s linear;
                                                    }
                                                    
                                                    .search .tab .selected {
                                                        background: #f5f5f5;
                                                    }
                                                    
                                                    .search .tab .arrow {
                                                        position: absolute;
                                                        right: 8px;
                                                        top: 15px;
                                                    }
                                                    
                                                    .search .tab-hover {
                                                        z-index: 66;
                                                        background: #fff;
                                                        height: 60px;
                                                        border: 1px solid #e5e5e5;
                                                        border-top: none;
                                                    }
                                                    
                                                    .icon-btn-arrow-2-h {
                                                        width: 7px;
                                                        height: 4px;
                                                        display: inline-block;
                                                        font-size: 0;
                                                        background: url(images/TB1p6IxJXXXXXaIXFXXyUvdGFXX-456-455.png);
                                                        background-repeat: no-repeat;
                                                        _background-image: url(images/TB1TDcMJXXXXXahXXXXyUvdGFXX-456-455.png);
                                                        background-position: -146px -423px;
                                                    }
                                                    
                                                    .icon-tag:hover .icon-btn-arrow-2-h {
                                                        background-position: -163px -423px;
                                                        width: 7px;
                                                        height: 4px;
                                                    }
                                                    
                                                    .search input {
                                                        width: 266px;
                                                        height: 30px;
                                                        line-height: 28px;
                                                        border: 0px;
                                                        float: left;
                                                    }
                                                    
                                                    .search .submit {
                                                        width: 55px;
                                                        _width: 49px;
                                                        height: 30px;
                                                        float: right;
                                                        background: url(images/search.jpg);
                                                        cursor: pointer;
                                                        padding-left: 0px;
                                                    }
                                                    
                                                    .search .search_select {
                                                        border: 0px;
                                                        height: 30px;
                                                        background: #f5f5f5;
                                                        color: #6b6b6b;
                                                        border-radius: 0;
                                                        font-weight: 400;
                                                        font-size: 12px;
                                                        width: 74px;
                                                        float: left;
                                                    }
                                                    
                                                    .search_list {
                                                        height: 22px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .search_list ul li {
                                                        float: left;
                                                        color: #333;
                                                        margin-top: 5px;
                                                    }
                                                    
                                                    .search_list ul li a {
                                                        margin-right: 12px;
                                                    }
                                                    /* 顶部 - 搜索右边信息 */
                                                    
                                                    .r_rx {
                                                        width: 270px;
                                                        height: 100px;
                                                        float: right;
                                                    }
                                                    
                                                    .r_rx ul {
                                                        float: right;
                                                        margin-top: 17px;
                                                    }
                                                    
                                                    .r_rx ul li {
                                                        color: #000;
                                                        font-size: 14px;
                                                        text-align: right;
                                                    }
                                                    
                                                    .r_rx ul li span {
                                                        color: #C70617;
                                                        font-size: 18px;
                                                    }
                                                    /*#FF0000*/
                                                    
                                                    .r_rx .gwc {
                                                        width: 230px;
                                                        height: 23px;
                                                        line-height: 23px;
                                                        overflow: hidden;
                                                        border: 1px #CCCCCC solid;
                                                        margin-top: 5px;
                                                        float: right;
                                                    }
                                                    
                                                    .r_rx .gwc a {
                                                        display: block;
                                                        padding-left: 4px;
                                                    }
                                                    
                                                    .r_rx .gwc p {
                                                        float: left;
                                                        font-size: 14px;
                                                        margin-right: 5px;
                                                    }
                                                    
                                                    .r_rx .gwc p img {
                                                        margin-top: 2px;
                                                    }
                                                    
                                                    .r_rx .gwc p font {
                                                        color: #B41617;
                                                        display: inline-block;
                                                        width: 20px;
                                                        text-align: center;
                                                        font-weight: bold;
                                                        font-family: arial, "宋体";
                                                    }
                                                    
                                                    .r_rx .gwc p span {
                                                        color: #FF0000;
                                                    }
                                                    
                                                    .r_rx .gwc .submit {
                                                        float: right;
                                                        margin-top: 2px;
                                                    }
                                                    /*导航*/
                                                    
                                                    .nav {
                                                        width: 100%;
                                                        height: 45px;
                                                        background: #f8f8f8;
                                                        margin-top: 10px;
                                                        text-align: center;
                                                        background-image: url(images/nav_back.jpg);
                                                        background-repeat: repeat-x;
                                                        background-position: bottom;
                                                    }
                                                    
                                                    .bg_2 {
                                                        width: 1000px;
                                                        height: 45px;
                                                        position: relative;
                                                        margin: 0px auto;
                                                    }
                                                    
                                                    .bg_2 #home_nav_ul li {
                                                        float: left;
                                                        margin-left: 1px;
                                                        width: 12%;
                                                        height: 45px;
                                                    }
                                                    
                                                    .bg_2 #home_nav_ul li a {
                                                        font-size: 14px;
                                                        display: block;
                                                        text-align: center;
                                                        height: 45px;
                                                        line-height: 45px;
                                                    }
                                                    
                                                    .bg_2 #home_nav_ul li a:hover,
                                                    .bg_2 #home_nav_ul li a.current {
                                                        background: #f86d0d;
                                                        color: #FFFFFF;
                                                        line-height: 45px;
                                                    }
                                                    /*#home_nav_div{ border-top:2px #f86d0d solid; overflow:hidden;}*/
                                                    
                                                    .home_nav {
                                                        width: 978px;
                                                        overflow: hidden;
                                                        margin: 0 auto;
                                                        border: 1px solid #CCC;
                                                        border-top: 0px;
                                                        padding: 10px;
                                                        margin-bottom: 10px;
                                                        background: #f0f0f0;
                                                    }
                                                    
                                                    .home_nav ul {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .home_nav ul li {
                                                        float: left;
                                                        margin-left: 10px;
                                                        line-height: 15px;
                                                        color: #333;
                                                    }
                                                    
                                                    #home_nav_83 li,
                                                    #home_nav_6 li {
                                                        float: right;
                                                    }
                                                    
                                                    #home_nav_2 ul {
                                                        margin-left: 40px;
                                                    }
                                                    
                                                    #home_nav_3 ul {
                                                        margin-left: 203px;
                                                    }
                                                    
                                                    #home_nav_4 ul {
                                                        margin-left: 346px;
                                                    }
                                                    
                                                    #home_nav_5 ul {
                                                        margin-left: 392px;
                                                    }
                                                    
                                                    #home_nav_6 ul {
                                                        margin-right: 139px;
                                                    }
                                                    
                                                    #home_nav_83 ul {
                                                        margin-right: 104px;
                                                    }
                                                    /*首页-导航下banner及侧边栏*/
                                                    
                                                    .banner {
                                                        width: 1000px;
                                                        height: 400px;
                                                        margin: 0px auto;
                                                        position: relative;
                                                    }
                                                    
                                                    .banner .left_t {
                                                        width: 199px;
                                                        height: 399px;
                                                        float: left;
                                                        border-bottom: 1px #e4e4e4 solid;
                                                        border-left: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .banner .left_t ul li {
                                                        height: 39px;
                                                        line-height: 39px;
                                                        padding-right: 15px;
                                                        border-bottom: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .banner .left_t ul li.no {
                                                        border-bottom: 0px #e4e4e4 solid;
                                                    }
                                                    
                                                    .banner .left_t ul li a {
                                                        display: block;
                                                        margin-left: 15px;
                                                        background: url(images/gd1.png) no-repeat center right;
                                                    }
                                                    
                                                    .banner .left_t ul li a:hover {
                                                        color: #FF6633;
                                                    }
                                                    
                                                    .banner .right_t {
                                                        width: 800px;
                                                        height: 400px;
                                                        float: right;
                                                        position: relative;
                                                    }
                                                    
                                                    .banner .last,
                                                    .banner .last2 {
                                                        position: absolute;
                                                        z-index: 11;
                                                        top: 50%;
                                                        margin-top: -20px;
                                                        width: 40px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .banner .last {
                                                        left: 0;
                                                        padding-left: 10px;
                                                    }
                                                    
                                                    .banner .last2 {
                                                        right: 0;
                                                        padding-right: 40px;
                                                    }
                                                    /* 首页-二手车/租赁*/
                                                    
                                                    .ershou {
                                                        width: 1000px;
                                                        height: 200px;
                                                        margin: 0px auto;
                                                        margin-top: 33px;
                                                    }
                                                    
                                                    .ershou_1 {
                                                        width: 480px;
                                                        float: left;
                                                        height: 200px;
                                                        border: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .zulin {
                                                        width: 480px;
                                                        float: left;
                                                        height: 200px;
                                                        border: 1px #e4e4e4 solid;
                                                        margin-left: 36px;
                                                    }
                                                    
                                                    .title {
                                                        font-size: 18px;
                                                        line-height: 30px;
                                                        width: 460px;
                                                        height: 30px;
                                                        color: #333;
                                                        padding-left: 20px;
                                                        border-bottom: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .title span {
                                                        line-height: 30px;
                                                        float: right;
                                                        font-size: 12px;
                                                        color: #666;
                                                    }
                                                    
                                                    .ershou_content {
                                                        widows: 480px;
                                                        height: 170px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .ershou_content p {
                                                        line-height: 30px;
                                                        float: left;
                                                        font-size: 14px;
                                                        color: #666;
                                                        width: 393px;
                                                       /*  padding-left: 30px; */
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .ershou_content span {
                                                        line-height: 30px;
                                                        float: right;
                                                        font-size: 12px;
                                                        color: #666;
                                                        padding-right: 10px;
                                                    }
                                                    
                                                    .ershou_content li {
                                                        height: 31px;
                                                    }
                                                    
                                                    .ershou_content img {
                                                        float: left;
                                                        margin-left: 20px;
                                                        margin-top: 7px;
                                                    }
                                                    
                                                    .ershou_content_liebiao {
                                                        widows: 480px;
                                                        min-height: 1010px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .ershou_content_liebiao p {
                                                        line-height: 50px;
                                                        float: left;
                                                        font-size: 14px;
                                                        color: #666;
                                                        max-width: 320px;
                                                        padding-left: 30px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .ershou_content_liebiao span {
                                                        line-height: 50px;
                                                        float: right;
                                                        font-size: 12px;
                                                        color: #666;
                                                        padding-right: 10px;
                                                    }
                                                    
                                                    .ershou_content_liebiao li {
                                                        height: 51px;
                                                    }
                                                    
                                                    .ershou_content_liebiao img {
                                                        float: left;
                                                        margin-left: 20px;
                                                        margin-top: 18px;
                                                    }
                                                    /*.main_l{ width:200px;float:left;}
.main .main_r{ width:770px; min-height:inherit; border:1px #e4e4e4 solid;float:right;}
.main_r img{ margin-left:18px; margin-top:15px;}*/
                                                    /*首页-商品-属性导航*/
                                                    
                                                    .goods_hot {
                                                        width: 1000px;
                                                        height: 300px;
                                                        margin: 0px auto;
                                                    }
                                                    
                                                    .goods_hot_nav {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin-top: 30px;
                                                        background: #eeeeee;
                                                    }
                                                    
                                                    .goods_hot_nav ul li {
                                                        font-size: 14px;
                                                        float: left;
                                                        width: 250px;
                                                        height: 34px;
                                                        line-height: 34px;
                                                        background: #fff;
                                                    }
                                                    
                                                    .goods_hot_nav ul li a {
                                                        color: #333;
                                                        display: block;
                                                        height: 34px;
                                                        text-align: center;
                                                        border: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .goods_hot_nav ul li a.selected {
                                                        height: 31px;
                                                        border-bottom: 2px #f86d0d solid;
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .goods_hot_substan {
                                                        width: 1000px;
                                                        height: 265px;
                                                        overflow: hidden;
                                                        display: none;
                                                    }
                                                    
                                                    .goods_hot_substan li {
                                                        float: left;
                                                        width: 200px;
                                                        height: 257px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .goods_hot_substan li img {
                                                        height: 134px;
                                                    }
                                                    
                                                    .goods_hot_substan1 {
                                                        width: 736px;
                                                        height: 310px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .goods_hot_substan1 li {
                                                        float: left;
                                                        width: 220px;
                                                        height: 257px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .goods_hot_substan1 li img {
                                                        height: 134px;
                                                    }
                                                    
                                                    .goods_hot_subb {
                                                        padding-left: 10px;
                                                        width: 730px;
                                                        height: 35px;
                                                        background-color: rgb(204, 199, 199);
                                                        font-size: 14px;
                                                        padding-top: 10px;
                                                    }
                                                    /*首页商品li样式*/
                                                    
                                                    .goods_price {
                                                        color: #CC2732;
                                                    }
                                                    
                                                    .goods {
                                                        display: block;
                                                        height: 230px;
                                                        overflow: hidden;
                                                        position: relative;
                                                        padding: 15px 15px 10px 15px;
                                                        border: #e4e4e4 1px solid;
                                                    }
                                                    
                                                    .goods:hover {
                                                        border: 1px solid red;
                                                        transition: border-color .2s ease-in;
                                                    }
                                                    
                                                    .goods img {
                                                        width: 168px;
                                                        height: 134px;
                                                    }
                                                    
                                                    .goods .goods_info {
                                                        margin: 10px;
                                                        margin-bottom: 0px;
                                                        _margin: 0px 14px;
                                                        border-top: 1px solid #ccc;
                                                    }
                                                    
                                                    .goods .goods_info .goods_name {
                                                        overflow: hidden;
                                                        font-size: 13px;
                                                    }
                                                    
                                                    .goods .goods_info .goods_left {
                                                        position: absolute;
                                                        width: 70px;
                                                        overflow: hidden;
                                                        left: 26px;
                                                        bottom: 10px;
                                                    }
                                                    
                                                    .goods .goods_info .goods_right {
                                                        position: absolute;
                                                        width: 70px;
                                                        overflow: hidden;
                                                        text-align: right;
                                                        right: 26px;
                                                        bottom: 10px;
                                                    }
                                                    /* 以上为首页商品li样式 */
                                                    /*首页楼层*/
                                                    
                                                    .slf {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0px auto;
                                                        margin-top: 33px;
                                                        border: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .slf .nav_lf {
                                                        width: 1000px;
                                                        height: 33px;
                                                        border-bottom: 2px #f86d0d solid;
                                                        position: relative;
                                                    }
                                                    
                                                    .slf .nav_lf .tit_left {
                                                        color: #F86C0B;
                                                        font-size: 33px;
                                                        font-weight: bolder;
                                                        margin-left: 7px;
                                                        margin-top: -5px;
                                                        position: absolute;
                                                    }
                                                    /* 楼层前缀 */
                                                    
                                                    .slf .nav_lf .tit {
                                                        position: absolute;
                                                        width: 150px;
                                                        left: 50px;
                                                        bottom: 0;
                                                        font-size: 18px;
                                                        font-weight: bolder;
                                                    }
                                                    
                                                    .slf .nav_lf img {
                                                        margin-top: 5px;
                                                        margin-left: 5px;
                                                        float: left;
                                                    }
                                                    
                                                    .slf .nav_lf ul {
                                                        float: right;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .slf .nav_lf ul li {
                                                        float: left;
                                                    }
                                                    
                                                    .slf .nav_lf ul li span.tit {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .slf .lf_goods {
                                                        height: 257px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li {
                                                        float: left;
                                                        width: 200px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li a.cur {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_top {
                                                        height: 257px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_top_brand {
                                                        height: 255px;
                                                        border: 1px solid #e4e4e4;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_top_brand li {
                                                        margin-top: 6px;
                                                        margin-left: 30px;
                                                        height: 44px;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_top_brand li img {
                                                        width: 128px;
                                                        height: 44px;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_bottom {
                                                        height: 158px;
                                                        border: 1px solid #e4e4e4;
                                                        position: relative;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .current {
                                                        border: 1px solid red;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_bottom .lf_goods_li_bottom_com {
                                                        padding: 50px 35px;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_bottom .lf_goods_li_bottom_info {
                                                        padding: 25px 15px 10px 15px;
                                                        color: #333333;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_bottom .lf_goods_li_bottom_info h3 {
                                                        height: 20px;
                                                        overflow: hidden;
                                                        font-size: 13px;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_bottom .lf_goods_li_bottom_info p {
                                                        height: 20px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_bottom .lf_goods_li_bottom_info p img {
                                                        margin-right: 5px;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_bottom .lf_goods_li_bottom_info p span {
                                                        color: #006ce2;
                                                    }
                                                    /*.slf .lf_goods .lf_goods_li .lf_goods_li_bottom .lf_goods_li_bottom_info .lf_goods_bottom_info_border{ margin-bottom:5px; border-bottom:1px solid #e4e4e4;}*/
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_bottom .lf_goods_li_bottom_info .goods_list_mark {
                                                        position: absolute;
                                                        width: 168px;
                                                        overflow: hidden;
                                                        left: 15px;
                                                        bottom: 0;
                                                        border-top: 1px solid #e4e4e4;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_bottom .lf_goods_li_bottom_info .goods_list_mark div {
                                                        float: left;
                                                        overflow: hidden;
                                                        padding: 2px;
                                                    }
                                                    
                                                    .slf .lf_goods .lf_goods_li .lf_goods_li_bottom .lf_goods_li_bottom_info .goods_list_mark .goods_list_right {
                                                        border-left: 1px solid #e4e4e4;
                                                        color: #666;
                                                    }
                                                    /*商品列表*/
                                                    
                                                    .goods_main {
                                                        width: 1020px;
                                                        margin: 0 auto;
                                                        margin-top: 20px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .goods_main .goods_list {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .goods_main .goods_list li {
                                                        float: left;
                                                        width: 175px;
                                                        height: 250px;
                                                        margin-left: 2px;
                                                        margin-right: 16px;
                                                        margin-bottom: 16px;
                                                        padding: 4px;
                                                        border: 1px #e4e4e4 solid;
                                                        color: #333;
                                                        position: relative;
                                                    }
                                                    
                                                    .goods_main .goods_list li.no_right {
                                                        margin-right: 0px;
                                                    }
                                                    
                                                    .goods_main .goods_list li.current {
                                                        border: 1px solid red;
                                                    }
                                                    
                                                    .goods_main .goods_list li img {
                                                        width: 168px;
                                                        height: 134px;
                                                    }
                                                    
                                                    .goods_main .goods_list li .goods_list_info {
                                                        margin-top: 10px;
                                                        /*height:54px; */
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .goods_main .goods_list li .goods_list_info .goods_price {
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .goods_main .goods_list li .goods_list_info p a {
                                                        text-decoration: underline;
                                                    }
                                                    
                                                    .goods_main .goods_list li .goods_list_mark {
                                                        position: absolute;
                                                        width: 173px;
                                                        overflow: hidden;
                                                        left: 5px;
                                                        bottom: 0;
                                                        border-top: 1px solid #e4e4e4;
                                                    }
                                                    
                                                    .goods_main .goods_list li .goods_list_mark div {
                                                        float: left;
                                                        overflow: hidden;
                                                        padding: 2px;
                                                    }
                                                    
                                                    .goods_main .goods_list li .goods_list_mark .goods_list_right {
                                                        border-left: 1px solid #e4e4e4;
                                                        color: #666;
                                                    }
                                                    /* 首页楼层下 热门分类 采购动态 */
                                                    
                                                    .rmtj {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0px auto;
                                                    }
                                                    
                                                    .rmtj_l {
                                                        width: 788px;
                                                        height: 190px;
                                                        border: 1px #CCCCCC solid;
                                                        margin-top: 30px;
                                                        float: left;
                                                    }
                                                    
                                                    .bt {
                                                        width: 788px;
                                                        height: 35px;
                                                        border-bottom: 2px #f86d0d solid;
                                                    }
                                                    
                                                    .bt h3 {
                                                        color: #f86d0d;
                                                        float: left;
                                                        margin-top: 8px;
                                                        margin-left: 17px;
                                                        font-size: 16px;
                                                    }
                                                    
                                                    .bt span {
                                                        float: right;
                                                        color: #999999;
                                                        margin-top: 10px;
                                                        margin-right: 17px;
                                                    }
                                                    
                                                    .rmtj_l ul li {
                                                        float: left;
                                                        width: 157px;
                                                        height: 40px;
                                                        15px;
                                                        text-align: center;
                                                        line-height: 40px;
                                                    }
                                                    
                                                    .rmtj_r {
                                                        width: 193px;
                                                        height: 190px;
                                                        border: 1px #CCCCCC solid;
                                                        margin-top: 30px;
                                                        float: right;
                                                    }
                                                    
                                                    .bt_r {
                                                        width: 193px;
                                                        height: 35px;
                                                        background: #eee;
                                                    }
                                                    
                                                    .bt_r h3 {
                                                        color: #f86d0d;
                                                        float: left;
                                                        margin-top: 8px;
                                                        margin-left: 17px;
                                                        font-size: 16px;
                                                    }
                                                    
                                                    .bt_r span {
                                                        float: right;
                                                        color: #999999;
                                                        margin-top: 10px;
                                                        margin-right: 17px;
                                                    }
                                                    
                                                    .rmtj_r ul li {
                                                        width: 175px;
                                                        margin-left: 8px;
                                                        line-height: 30px;
                                                        border-bottom: 1px #CCCCCC solid;
                                                    }
                                                    
                                                    .rmtj_r ul li.no2 {
                                                        border-bottom: 0px;
                                                    }
                                                    
                                                    .rmtj_r ul li span {
                                                        color: #177ff1;
                                                    }
                                                    /* 商城系统底部 */
                                                    
                                                    .shop_footer {
                                                        overflow: hidden;
                                                        margin-top: 30px;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_tit {
                                                        height: 40px;
                                                        line-height: 40px;
                                                        overflow: hidden;
                                                        background: #F9F9F9;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_tit div {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0px auto;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_tit li {
                                                        width: 165px;
                                                        overflow: hidden;
                                                        float: left;
                                                        text-align: center;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_tit li h3 {
                                                        font-size: 15px;
                                                        color: #333;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_1i {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0px auto;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_1i ul {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_1i li {
                                                        width: 165px;
                                                        overflow: hidden;
                                                        float: left;
                                                        text-align: center;
                                                        border-right: 1px solid #e4e4e4;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_1i li.no_right {
                                                        width: 165px;
                                                        border-right: 0px;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_1i li a:hover {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_1i li p {
                                                        margin-bottom: 18px;
                                                        line-height: 14px;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_bz {
                                                        width: 400px;
                                                        margin: 0px auto;
                                                        margin-top: 30px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .ts_gl {
                                                        width: 400px;
                                                        height: 50px;
                                                        margin: 0px auto;
                                                        margin-top: 420px;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_bz .ts_1 {
                                                        width: 50px;
                                                        height: 50px;
                                                        margin-left: 66px;
                                                        float: left;
                                                    }
                                                    
                                                    .shop_footer .shop_footer_bz .ts_1 img {
                                                        margin-left: 10px;
                                                    }
                                                    /* 底部 */
                                                    
                                                    .footer {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0px auto;
                                                        margin-top: 20px;
                                                        *margin-top: 16px;
                                                        _margin-top: 16px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .footer p {
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .footer ul {
                                                        overflow: hidden;
                                                        text-align: center;
                                                    }
                                                    
                                                    .footer a {
                                                        padding: 0 2px;
                                                    }
                                                    
                                                    .footer .footer_nav ul li {
                                                        float: left;
                                                    }
                                                    
                                                    .footer .footer_cat ul {
                                                        width: 648px;
                                                        height: 20px;
                                                        margin: 0px auto;
                                                    }
                                                    
                                                    .footer .footer_cat ul li {
                                                        float: left;
                                                    }
                                                    /*前台-店铺首页*/
                                                    
                                                    .banner2 {
                                                        width: 1200px;
                                                        height: 113px;
                                                        margin: 0px auto;
                                                        overflow: hidden;
                                                        border-top: 1px #f86d0d solid;
                                                        margin-top: 15px;
                                                    }
                                                    
                                                    .banner3 {
                                                        width: 1000px;
                                                        height: 113px;
                                                        margin: 0px auto;
                                                        overflow: hidden;
                                                        border-top: 1px #f86d0d solid;
                                                        margin-top: 15px;
                                                    }
                                                    
                                                    .banner2 img,
                                                    .banner3 img {
                                                        width: 100%;
                                                        height: 100%;
                                                    }
                                                    
                                                    .nav_2 {
                                                        width: 100%;
                                                        height: 45px;
                                                        overflow: hidden;
                                                        border-bottom: 2px #f86d0d solid;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .nav_bg {
                                                        width: 1000px;
                                                        height: 45px;
                                                        margin: 0px auto;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .nav_bg ul li {
                                                        float: left;
                                                        margin-left: 1px;
                                                        width: 11%;
                                                        height: 45px;
                                                    }
                                                    
                                                    .nav_bg ul li a {
                                                        font-size: 16px;
                                                        display: block;
                                                        text-align: center;
                                                        height: 45px;
                                                        line-height: 45px;
                                                    }
                                                    
                                                    .nav_bg ul li a:hover {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .nav_bg ul li a.cur {
                                                        background: #f86d0d;
                                                        color: #FFFFFF;
                                                        line-height: 45px;
                                                    }
                                                    
                                                    .shop_list {
                                                        width: 1000px;
                                                        height: 1020px;
                                                        border: 1px #e4e4e4 solid;
                                                        margin: 0px auto;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .shop_list .shop_tit {
                                                        overflow: hidden;
                                                        border-bottom: 2px #f86d0d solid;
                                                    }
                                                    
                                                    .shop_list .shop_tit p {
                                                        color: #f86d0d;
                                                        font-size: 16px;
                                                        margin-top: 10px;
                                                        margin-left: 10px;
                                                        margin-bottom: 6px;
                                                    }
                                                    /*前台-店铺商品列表*/
                                                    
                                                    .shop_main {
                                                        width: 980px;
                                                        margin-top: 11px;
                                                    }
                                                    
                                                    .shop_main .goods_list li {
                                                        margin-left: 1px;
                                                        margin-right: 11px;
                                                        margin-bottom: 11px;
                                                    }
                                                    /*前台-店铺介绍*/
                                                    
                                                    .shop_substan {
                                                        color: #333;
                                                        height: 980px;
                                                        overflow: hidden;
                                                        margin: 0px 60px;
                                                        margin-top: 20px;
                                                    }
                                                    /*所有列表分页*/
                                                    
                                                    .fy {
                                                        height: 35px;
                                                        line-height: 35px;
                                                        overflow: hidden;
                                                        margin-top: 11px;
                                                        text-align: center;
                                                        clear: both;
                                                    }
                                                    
                                                    .fy a {
                                                        border: 1px #999999 solid;
                                                        padding: 5px 10px;
                                                        margin-right: 5px;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .fy a.disable {
                                                        cursor: default;
                                                    }
                                                    /*---------------------个人后台--------------------*/
                                                    
                                                    .user {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0 auto;
                                                        margin-top: 30px;
                                                        background: url(images/back.png) repeat-y;
                                                    }
                                                    
                                                    .user_left {
                                                        width: 200px;
                                                        min-height: 505px;
                                                        overflow: hidden;
                                                        background: #eeeeee;
                                                        float: left;
                                                    }
                                                    
                                                    .user_left p {
                                                        width: 200px;
                                                        height: 40px;
                                                        background: #f86d0d;
                                                        line-height: 40px;
                                                        font-size: 18px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .user_left p span {
                                                        color: #FFFFFF;
                                                    }
                                                    
                                                    .user_left ul {
                                                        border-left: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .user_left ul li {
                                                        color: #999999;
                                                        line-height: 36px;
                                                        border-bottom: 1px #e4e4e4 solid;
                                                        position: relative;
                                                    }
                                                    
                                                    .user_left ul li a {
                                                        font-size: 14px;
                                                        display: block;
                                                        padding-left: 20px;
                                                    }
                                                    
                                                    .user_left ul li a:hover {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .user_left ul li a.current {
                                                        color: #f86d0d;
                                                        background: #FFFFFF;
                                                    }
                                                    
                                                    .user_left ul li a span {
                                                        color: #f86d0d;
                                                        margin-left: 20px;
                                                    }
                                                    
                                                    .user_left ul li.no5 {
                                                        border-bottom: 0px;
                                                    }
                                                    
                                                    .user_left ul li .mess_hint {
                                                        position: absolute;
                                                        top: 0;
                                                        _top: -6px;
                                                        left: 69px;
                                                        _left: 50px;
                                                        width: 19px;
                                                        height: 19px;
                                                        background-color: #F00;
                                                        border-radius: 25px;
                                                    }
                                                    
                                                    .user_left ul li .mess_hint span {
                                                        height: 19px;
                                                        line-height: 19px;
                                                        display: block;
                                                        color: #FFF;
                                                        text-align: center
                                                    }
                                                    
                                                    .user_right {
                                                        width: 798px;
                                                        _width: 760px;
                                                        min-height: 530px;
                                                        overflow: auto;
                                                        float: right;
                                                        padding-bottom: 20px;
                                                        border: 1px #e4e4e4 solid;
                                                        border-left: 0px;
                                                    }
                                                    /*会员中心*/
                                                    
                                                    .user_right .hyn {
                                                        width: 798px;
                                                        height: 30px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .user_right .hyn h3 {
                                                        float: left;
                                                        margin-left: 30px;
                                                        color: #333;
                                                    }
                                                    
                                                    .user_right .hyn p {
                                                        float: left;
                                                        margin-left: 20px;
                                                    }
                                                    
                                                    .user_right .hyn p a {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .user_right .tx {
                                                        width: 736px;
                                                        height: 135px;
                                                        border: 1px #CCCCCC solid;
                                                        margin: 0 auto;
                                                    }
                                                    
                                                    .user_right .tx img {
                                                        margin-top: 10px;
                                                        margin-left: 20px;
                                                        float: left;
                                                    }
                                                    
                                                    .user_right .tx h3 {
                                                        margin-top: 10px;
                                                        margin-left: 160px;
                                                        font-size: 18px;
                                                        color: #1c1c1c;
                                                    }
                                                    
                                                    .user_right .tx p {
                                                        margin-top: 10px;
                                                        margin-left: 160px;
                                                        font-size: 14px;
                                                        margin-bottom: 20px;
                                                    }
                                                    
                                                    .user_right .tx span {
                                                        margin-top: 20px;
                                                        margin-left: 25px;
                                                        font-size: 12px;
                                                        color: #f86d0d;
                                                    }
                                                    /*修改资料*/
                                                    
                                                    .user_right .right_link {
                                                        margin-left: 60px;
                                                        margin-top: 10px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .user_right .tx2 .right_link span,
                                                    .user_right .tx3 .right_link span,
                                                    .user_right .tx4 .right_link span {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .user_right .right_link p {
                                                        float: left;
                                                        width: 80px;
                                                        text-align: right;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .user_right .right_link input {
                                                        width: 210px;
                                                        height: 28px;
                                                        line-height: 28px;
                                                        border: 1px #cacaca solid;
                                                    }
                                                    
                                                    .user_right .right_link .file {
                                                        border: 0px;
                                                        padding-left: 0px;
                                                    }
                                                    
                                                    .user_right .right_link .error {
                                                        border: 1px solid #f86d0d;
                                                    }
                                                    
                                                    .user_right .right_link textarea {
                                                        width: 215px;
                                                        height: 100px;
                                                    }
                                                    
                                                    .user_right .right_link .im_5 {
                                                        margin-top: 5px;
                                                    }
                                                    
                                                    .user_right .right_sex p {
                                                        margin-top: 0px;
                                                        height: 17px;
                                                        line-height: 17px;
                                                    }
                                                    
                                                    .user_right .right_sex input {
                                                        width: auto;
                                                        height: auto;
                                                        margin-right: 5px;
                                                    }
                                                    
                                                    .user_right .right_sex label {
                                                        margin-right: 10px;
                                                    }
                                                    
                                                    .user_right .upasswd p,
                                                    .right_xg .upasswd .tit {
                                                        width: 100px;
                                                    }
                                                    
                                                    .user_right .tx1,
                                                    .user_right .tx2,
                                                    .user_right .tx3,
                                                    .user_right .tx4 {
                                                        width: 550px;
                                                        overflow: hidden;
                                                        margin-left: 47px;
                                                        margin-top: 15px;
                                                    }
                                                    
                                                    .user_right h3 {
                                                        font-size: 14px;
                                                        color: #000000;
                                                    }
                                                    
                                                    .user_right .tx1,
                                                    .user_right .tx2 {
                                                        margin-top: 15px;
                                                    }
                                                    
                                                    .user_right .tx2 img {
                                                        float: left;
                                                        margin-top: 15px;
                                                    }
                                                    
                                                    .user_right .tx2 span img {
                                                        margin-top: 50px;
                                                        margin-left: 45px;
                                                    }
                                                    
                                                    .user_right .tx2 p {
                                                        font-size: 12px;
                                                        color: #444;
                                                        margin-top: 55px;
                                                    }
                                                    
                                                    .user_right .tx2 p.w {
                                                        font-size: 12px;
                                                        color: #444;
                                                        margin-top: 10px;
                                                        margin-left: 160px;
                                                    }
                                                    
                                                    .user_right .tx3.user_right .tx4 {
                                                        margin-top: 0px;
                                                    }
                                                    
                                                    .user_right .tx5 {
                                                        width: 650px;
                                                        overflow: hidden;
                                                        margin-left: 0px;
                                                        margin-top: 15px;
                                                    }
                                                    
                                                    .user_right .right_link .tit {
                                                        font-size: 14px;
                                                        color: #444;
                                                        font-weight: bold;
                                                        height: 17px;
                                                        line-height: 17px;
                                                    }
                                                    
                                                    .user_right .submit {
                                                        margin-left: 135px;
                                                        margin-top: 30px;
                                                    }
                                                    /* 收货地址table */
                                                    
                                                    .tbl-main {
                                                        width: 100%;
                                                        table-layout: fixed;
                                                        border: 1px solid #eaeaea;
                                                        color: #333;
                                                        font: 400 12px/1.6 arial, sans-serif;
                                                    }
                                                    
                                                    .tbl-main .col-man {
                                                        width: 65px;
                                                    }
                                                    
                                                    .tbl-main .col-area {
                                                        width: 140px;
                                                    }
                                                    
                                                    .tbl-main .col-address {
                                                        width: 200px;
                                                    }
                                                    
                                                    .tbl-main .col-postcode {
                                                        width: 60px;
                                                    }
                                                    
                                                    .tbl-main .col-phone {
                                                        width: 130px;
                                                    }
                                                    
                                                    .tbl-main th {
                                                        height: 40px;
                                                        padding: 0 5px;
                                                        border-top: 1px solid #eaeaea;
                                                        border-bottom: 1px solid #eaeaea;
                                                        background: #f2f2f2;
                                                        text-align: center;
                                                        font-style: normal;
                                                        font-weight: 400;
                                                        width: 100%;
                                                    }
                                                    
                                                    .tbl-main tr {
                                                        border-bottom: 1px solid #eaeaea;
                                                        text-align: center;
                                                    }
                                                    
                                                    .tbl-main td {
                                                        padding: 5px;
                                                        white-space: normal;
                                                        word-wrap: break-word;
                                                        word-break: break-all;
                                                        /*position: relative;*/
                                                        text-align: center;
                                                    }
                                                    
                                                    .tbl-main .note {
                                                        padding: 2px 5px;
                                                        border-color: #FFE3D1;
                                                        background: #FFE3D1;
                                                        color: #FB9360;
                                                        text-decoration: none;
                                                        border: 1px solid #FFE3D1;
                                                    }
                                                    
                                                    .tbl-main td a:hover {
                                                        color: #FB9360;
                                                    }
                                                    
                                                    .dizi {
                                                        width: 120px;
                                                        height: 30px;
                                                        background: #ffe4d0;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .dizi p {
                                                        line-height: 30px;
                                                        margin-left: 20px;
                                                        color: #f86d0d;
                                                        font-size: 14px;
                                                    }
                                                    /* --------个人后台结束------------*/
                                                    /* 新闻通用样式*/
                                                    
                                                    .news_main {
                                                        overflow: hidden;
                                                        padding: 0px 24px;
                                                        padding-top: 10px;
                                                        color: #333333;
                                                    }
                                                    /* 新闻左边菜单 */
                                                    
                                                    .user_left .menu_child,
                                                    .user_left .menu_news {
                                                        border-left: 0px;
                                                    }
                                                    
                                                    .user_left .menu_child li,
                                                    .user_left .menu_news li {
                                                        border-bottom: 0px;
                                                    }
                                                    
                                                    .user_left .menu_child a {
                                                        font-size: 13px;
                                                    }
                                                    
                                                    .user_left .menu_news a {
                                                        font-size: 12px;
                                                    }
                                                    /* 新闻列表*/
                                                    
                                                    .news_main .news_list td {
                                                        width: 30%;
                                                        font-size: 14px;
                                                    }
                                                    /*新闻详情*/
                                                    
                                                    .news_main .news_con {
                                                        text-align: center;
                                                        color: #FFFFFF;
                                                        margin-bottom: 20px;
                                                        background-color: #f86d0d;
                                                    }
                                                    
                                                    .news_main .news_con .tit {
                                                        width: 100%;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .news_main .news_con .addtime {
                                                        font-size: 12px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .dz {
                                                        width: 783px;
                                                        float: right;
                                                    }
                                                    
                                                    .dz h3 {
                                                        font-size: 14px;
                                                        color: #333;
                                                        margin-left: 18px;
                                                    }
                                                    
                                                    .dznr {
                                                        height: 530px;
                                                        overflow: auto;
                                                        margin-left: 20px;
                                                        width: 750px;
                                                        float: left;
                                                        margin-top: 10px;
                                                    }
                                                    /*商城列表*/
                                                    
                                                    .weiz {
                                                        width: 990px;
                                                        height: 20px;
                                                        overflow: hidden;
                                                        padding: 4px;
                                                        margin: 0 auto;
                                                        border-bottom: 1px #CCCCCC solid;
                                                    }
                                                    
                                                    .weiz div {
                                                        margin-left: 15px;
                                                    }
                                                    
                                                    .weiz a {
                                                        height: 17px;
                                                        line-height: 17px;
                                                    }
                                                    
                                                    .weiz .clear {
                                                        display: inline-block;
                                                        max-width: 144px;
                                                        border: 1px solid #e8e8e8;
                                                        padding: 0 19px 0 4px;
                                                        position: relative;
                                                    }
                                                    
                                                    .weiz .clear .icon-btn-x {
                                                        position: absolute;
                                                        right: 6px;
                                                        top: 6px;
                                                        width: 7px;
                                                        height: 7px;
                                                        display: inline-block;
                                                        font-size: 0;
                                                        background: url(/images/clear_session.png);
                                                        background-repeat: no-repeat;
                                                        background-position: -73px -445px;
                                                        _background-image: url(/images/clear_session_t.png);
                                                        cursor: pointer;
                                                        text-overflow: ellipsis;
                                                    }
                                                    
                                                    .weiz .clear:hover {
                                                        border: 1px solid #f86d0d;
                                                    }
                                                    
                                                    .weiz .clear:hover .icon-btn-x {
                                                        background-position: -90px -445px;
                                                    }
                                                    
                                                    .xepp {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0 auto;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .bt_xe {
                                                        width: 998px;
                                                        height: 20px;
                                                        border: 1px #CCCCCC solid;
                                                        border-bottom: 0px;
                                                    }
                                                    
                                                    .bt_xe em {
                                                        line-height: 20px;
                                                        padding-left: 10px;
                                                        font-size: 14px;
                                                        float: left;
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .bt_xe span {
                                                        float: right;
                                                        margin-right: 20px;
                                                        color: #f86d0d;
                                                        font-size: 12px;
                                                    }
                                                    
                                                    .xepp ul {
                                                        width: 998px;
                                                        height: 50px;
                                                        border: 1px #CCCCCC solid;
                                                    }
                                                    
                                                    .xepp ul li {
                                                        float: left;
                                                        margin-left: 20px;
                                                        line-height: 15px;
                                                        margin-top: 10px;
                                                        color: #333;
                                                    }
                                                    
                                                    .xepp ul li a:hover,
                                                    .xepp ul li a.current {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .dh {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        background: #eee;
                                                        margin: 0 auto;
                                                        margin-top: 10px;
                                                        border: #e4e4e4 1px solid;
                                                    }
                                                    
                                                    .dh_l {
                                                        float: left;
                                                    }
                                                    
                                                    .dh_l ul li {
                                                        float: left;
                                                        color: #999999;
                                                    }
                                                    
                                                    .dh_l ul li a {
                                                        display: inline-block;
                                                        padding: 5px 20px;
                                                        text-align: center;
                                                        height: 20px;
                                                        line-height: 20px;
                                                        background: url(images/lb_default.jpg) no-repeat center right #eee;
                                                    }
                                                    
                                                    .dh_l ul li a:hover {
                                                        color: #f86d0d;
                                                    }
                                                    
                                                    .dh_l ul li a.cur {
                                                        background: url(images/order_asc.png) no-repeat center right #fff;
                                                        background-position-x: 38px;
                                                        color: #f86d0d;
                                                        padding: 5px 20px 5px 10px;
                                                    }
                                                    
                                                    .dh_l ul li a.no {
                                                        background: url(images/dh_no.png) no-repeat center right #fff;
                                                        background-position-x: 38px;
                                                        color: #f86d0d;
                                                        padding: 5px 20px 5px 10px;
                                                    }
                                                    
                                                    .dh_r {
                                                        float: right;
                                                        margin-right: 5px;
                                                    }
                                                    
                                                    .dh_r ul li {
                                                        color: #8c8c8c;
                                                        float: left;
                                                        margin-left: 5px;
                                                        height: 30px;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .dh_r ul li a.ui-page-s {
                                                        display: block;
                                                        width: 19px;
                                                        margin-top: 5px;
                                                        padding: 4px 0 2px;
                                                        line-height: 1;
                                                        font-weight: 700;
                                                        font-size: 12px;
                                                        font-family: \5B8B\4F53, Helvetica, sans-serif;
                                                        text-align: center;
                                                        background-color: #fff;
                                                        border: 1px solid #E5E5E5;
                                                        color: #806f66;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .dh_r ul li a.disable {
                                                        background-color: #e4e4e4;
                                                        color: #999;
                                                        cursor: default;
                                                    }
                                                    
                                                    .dh_r ul li img {
                                                        margin-top: 7px;
                                                    }
                                                    /*购物车*/
                                                    
                                                    .cart_main {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0 auto;
                                                    }
                                                    
                                                    .cart_main a:hover {
                                                        text-decoration: underline;
                                                    }
                                                    
                                                    .cart_main .cart {
                                                        height: 30px;
                                                    }
                                                    
                                                    .cart_main .cart p {
                                                        width: 105px;
                                                        height: 30px;
                                                        line-height: 30px;
                                                        color: #f86d0d;
                                                        font-size: 14px;
                                                        text-align: center;
                                                        float: left;
                                                    }
                                                    
                                                    .cart_main .cart ul {
                                                        float: right;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .cart_main .cart ul li {
                                                        color: #999999;
                                                        float: left;
                                                        height: 30px;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .cart_main .cart ul li .price {
                                                        font-family: Arial, Verdana;
                                                        font-weight: 700;
                                                        margin-right: 5px;
                                                        color: #f40;
                                                    }
                                                    
                                                    .cart_main .price em {
                                                        font-family: Verdana, Arial;
                                                        padding-left: 2px;
                                                        font-weight: 700;
                                                    }
                                                    
                                                    .cart_main .submit-btn {
                                                        display: inline-block;
                                                        width: 55px;
                                                        height: 25px;
                                                        line-height: 25px;
                                                        padding-left: 0px;
                                                        border: 0px;
                                                        color: #fff;
                                                        background: #f40;
                                                        -webkit-border-radius: 2px;
                                                        -moz-border-radius: 2px;
                                                        -ms-border-radius: 2px;
                                                        border-radius: 2px;
                                                        text-align: center;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .cart_main .submit_disabled {
                                                        background: #e5e5e5;
                                                        color: #9c9c9c;
                                                        cursor: not-allowed;
                                                    }
                                                    /*cart .cart_submit*/
                                                    
                                                    .cart_main .cart_table {
                                                        height: 30px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .cart_main .cart_table ul img {
                                                        float: left;
                                                        margin-top: 10px;
                                                        margin-left: 10px;
                                                    }
                                                    
                                                    .cart_main .cart_table ul li {
                                                        float: left;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .cart_main .cart_table ul li.table_one {
                                                        margin-left: 15px;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .cart_main .cart_table ul li.table_two {
                                                        margin-left: 106px;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .cart_main .cart_table ul li.table_three {
                                                        margin-left: 357px;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .cart_main .cart_table ul li.table_four {
                                                        margin-left: 96px;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .cart_main .cart_table ul li.table_five {
                                                        margin-left: 90px;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .cart_main .cart_table ul li.table_six {
                                                        margin-left: 92px;
                                                        line-height: 30px;
                                                    }
                                                    
                                                    .cart_main .cart_table ul li span {
                                                        width: 10px;
                                                        height: 10px;
                                                        background: #006699;
                                                    }
                                                    
                                                    .cart_shop {
                                                        height: 38px;
                                                        line-height: 38px;
                                                        padding-left: 15px;
                                                    }
                                                    
                                                    .cart_goods {
                                                        padding: 20px 0 0 15px;
                                                        overflow: hidden;
                                                        border: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .cart_goods .cl:after,
                                                    .clearfix:after {
                                                        content: '\0020';
                                                        display: block;
                                                        height: 0;
                                                        clear: both;
                                                    }
                                                    
                                                    .cart_goods .td {
                                                        float: left;
                                                        min-height: 119px;
                                                        _height: 119px;
                                                        overflow: hidden;
                                                        _overflow: visible;
                                                        _zoom: 1;
                                                    }
                                                    
                                                    .cart_goods .td-chk,
                                                    .th-chk {
                                                        width: 45px;
                                                    }
                                                    
                                                    .cart_goods .td-chk input {
                                                        position: relative;
                                                        z-index: 1;
                                                        float: right;
                                                        margin-right: 10px;
                                                        width: 15px;
                                                        height: 15px;
                                                        background-position: 0 0;
                                                        line-height: 200em;
                                                        overflow: hidden;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .cart_goods .td-item,
                                                    .th-item {
                                                        width: 302px;
                                                    }
                                                    
                                                    .cart_goods .item-pic {
                                                        width: 80px;
                                                        height: 80px;
                                                        border: 1px solid #eee;
                                                        float: left;
                                                        overflow: hidden;
                                                        background: #fff;
                                                    }
                                                    
                                                    .cart_goods .item-pic a {
                                                        display: table-cell;
                                                        width: 80px;
                                                        height: 80px;
                                                        vertical-align: middle;
                                                        text-align: center;
                                                    }
                                                    
                                                    .cart_goods .item-pic img {
                                                        max-height: 80px;
                                                        max-width: 80px;
                                                        vertical-align: middle;
                                                    }
                                                    
                                                    .cart_goods .td-item .item-info {
                                                        margin: -3px 0 0 97px;
                                                        padding-right: 25px;
                                                    }
                                                    
                                                    .cart_goods .td-item .item-basic-info {
                                                        height: 40px;
                                                    }
                                                    
                                                    .cart_goods .item-title {
                                                        font-size: 12px;
                                                        display: block;
                                                        max-height: 36px;
                                                        overflow: hidden;
                                                        text-overflow: ellipsis;
                                                        _height: expression(this.scrollHeight > 36 ? "36px": "auto");
                                                    }
                                                    
                                                    .cart_goods .td-info {
                                                        width: 172px;
                                                        padding-right: 20px;
                                                    }
                                                    
                                                    .cart_goods .td-amount,
                                                    .td-price {
                                                        width: 120px;
                                                    }
                                                    
                                                    .cart_goods .price-content {
                                                        padding: 0 0 0 10px;
                                                        line-height: 1;
                                                        width: 74px;
                                                    }
                                                    
                                                    .cart_goods address,
                                                    cite,
                                                    dfn,
                                                    em,
                                                    var {
                                                        font-style: normal;
                                                    }
                                                    
                                                    .cart_goods .td-price .price-line {
                                                        padding: 0 0 4px;
                                                    }
                                                    
                                                    .cart_goods .price-original {
                                                        color: #9c9c9c;
                                                        text-decoration: line-through;
                                                        font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
                                                    }
                                                    
                                                    .cart_goods .price-now {
                                                        color: #3c3c3c;
                                                        font-weight: 700;
                                                        font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
                                                    }
                                                    
                                                    .cart_goods .promo-promo .promo-content {
                                                        -webkit-border-radius: 2px;
                                                        -moz-border-radius: 2px;
                                                        -ms-border-radius: 2px;
                                                        border-radius: 2px;
                                                        color: #f40;
                                                        background: #fff0e7;
                                                    }
                                                    
                                                    .cart_goods .promo-promo .promo-content,
                                                    .promo-seller .promo-content {
                                                        width: 65px;
                                                        position: relative;
                                                        height: 23px;
                                                        line-height: 23px;
                                                        border: 1px solid #ffe1d3;
                                                        text-align: center;
                                                    }
                                                    
                                                    .cart_goods .promo-main .arrow {
                                                        right: 12px;
                                                        top: 10px;
                                                        width: 5px;
                                                        height: 3px;
                                                        position: absolute;
                                                        display: block;
                                                        background-position: 0 -65px;
                                                        background: url(images/TB1SSK7JpXXXXXCXXXXXXXXXXXX-800-600.png) -9999px -9999px no-repeat;
                                                    }
                                                    
                                                    .cart_goods .arrow {
                                                        width: 0;
                                                        height: 0;
                                                        display: block;
                                                        font-size: 0;
                                                        line-height: 0;
                                                    }
                                                    
                                                    .cart_goods .item-amount {
                                                        width: 77px;
                                                        height: 25px;
                                                        overflow: hidden;
                                                        position: relative;
                                                        z-index: 1;
                                                    }
                                                    
                                                    .cart_goods .item-amount a:hover {
                                                        text-decoration: none;
                                                    }
                                                    
                                                    .cart_goods .item-amount .minus:hover,
                                                    .cart_goods .item-amount .plus:hover {
                                                        color: #f50;
                                                        z-index: 3;
                                                        border-color: #f60;
                                                    }
                                                    
                                                    .cart_goods .item-amount .disable:hover {
                                                        cursor: default;
                                                        border-color: #e5e5e5 #aaa #e5e5e5 #e5e5e5;
                                                        color: #e5e5e5;
                                                    }
                                                    
                                                    .cart_goods .item-amount a {
                                                        display: block;
                                                        height: 23px;
                                                        width: 17px;
                                                        border: 1px solid #e5e5e5;
                                                        background: #f0f0f0;
                                                        text-align: center;
                                                        line-height: 23px;
                                                        color: #444;
                                                        position: absolute;
                                                        top: 0;
                                                    }
                                                    
                                                    .cart_goods .item-amount a,
                                                    .cart_goods .text-amount {
                                                        float: left;
                                                    }
                                                    
                                                    .cart_goods .item-amount .plus {
                                                        border-left-color: transparent;
                                                        right: 0;
                                                    }
                                                    
                                                    .cart_goods .item-amount .minus {
                                                        border-right-color: transparent;
                                                        left: 0;
                                                    }
                                                    
                                                    .cart_goods .item-amount .disable {
                                                        color: #e5e5e5;
                                                    }
                                                    
                                                    .cart_goods .text-amount {
                                                        width: 39px;
                                                        height: 15px;
                                                        line-height: 15px;
                                                        border: 1px solid #aaa;
                                                        color: #343434;
                                                        text-align: center;
                                                        padding: 4px 0;
                                                        background-color: #fff;
                                                        background-position: -75px -375px;
                                                        position: absolute;
                                                        z-index: 2;
                                                        left: 18px;
                                                        top: 0;
                                                    }
                                                    
                                                    .cart_goods .td-sum {
                                                        color: #f40;
                                                        font-weight: 700;
                                                    }
                                                    
                                                    .cart_goods .td-sum {
                                                        width: 105px;
                                                    }
                                                    
                                                    .cart_goods .number,
                                                    .price {
                                                        font-family: Verdana, Tahoma, arial;
                                                    }
                                                    
                                                    .cart_goods .td-op {
                                                        width: 84px;
                                                        padding: 0 0 0 15px;
                                                    }
                                                    
                                                    .cart_goods .td-op a {
                                                        padding-bottom: 3px;
                                                    }
                                                    
                                                    .cart_goods .combo-op a,
                                                    .combo-order-op a,
                                                    .cart_goods .td-op a {
                                                        display: block;
                                                    }
                                                    
                                                    .cart_main #empty {
                                                        padding: 88px 0 100px 156px;
                                                        background: url(images/T1TvXUXnNjXXXXXXXX-100-100.png) 40px 86px no-repeat;
                                                        position: relative;
                                                    }
                                                    
                                                    .cart_main #empty h2 {
                                                        font: 700 14px / 20px arial;
                                                    }
                                                    
                                                    .cart_main #empty ul {
                                                        margin-top: 12px;
                                                        line-height: 20px;
                                                    }
                                                    
                                                    .cart_main #empty ul li {
                                                        font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
                                                    }
                                                    
                                                    .cart_main #empty a {
                                                        color: #36C;
                                                    }
                                                    
                                                    .float-bar-holder {
                                                        position: relative;
                                                        height: 50px;
                                                        margin-top: 15px;
                                                    }
                                                    
                                                    .float-bar a {
                                                        color: #3c3c3c;
                                                    }
                                                    
                                                    .float-bar {
                                                        width: 1000px;
                                                        margin: 0 auto;
                                                        position: relative;
                                                    }
                                                    
                                                    .float-bar-wrapper {
                                                        background: #e5e5e5;
                                                        height: 50px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .select-all {
                                                        cursor: pointer;
                                                        _margin-top: -2px;
                                                    }
                                                    
                                                    .float-bar .select-all {
                                                        float: left;
                                                        width: 50px;
                                                        height: 50px;
                                                        line-height: 50px;
                                                        padding-left: 5px;
                                                    }
                                                    
                                                    .float-bar .operations {
                                                        float: left;
                                                        line-height: 50px;
                                                        height: 50px;
                                                    }
                                                    
                                                    .float-bar .operations a {
                                                        margin-left: 25px;
                                                        float: left;
                                                    }
                                                    
                                                    .float-bar-right,
                                                    .float-bar-wrapper {
                                                        background: #e5e5e5;
                                                    }
                                                    
                                                    .float-bar-right {
                                                        float: right;
                                                        position: absolute;
                                                        right: 0;
                                                        top: 0;
                                                        z-index: 4;
                                                        padding-left: 20px;
                                                    }
                                                    
                                                    .float-bar .amount-sum,
                                                    .float-bar .btn-area,
                                                    .float-bar .price-sum {
                                                        float: left;
                                                    }
                                                    
                                                    .float-bar .amount-sum,
                                                    .float-bar .price-sum {
                                                        height: 48px;
                                                        color: #3c3c3c;
                                                    }
                                                    
                                                    .float-bar .amount-sum {
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .float-bar .txt {
                                                        line-height: 48px;
                                                    }
                                                    
                                                    .float-bar .amount-sum .txt,
                                                    .float-bar .amount-sum em,
                                                    .float-bar .price-sum .txt,
                                                    .float-bar .price-sum strong {
                                                        float: left;
                                                    }
                                                    
                                                    .float-bar .price-sum .price {
                                                        color: #f40;
                                                        font-weight: 400;
                                                        font-size: 18px;
                                                        line-height: 48px;
                                                        font-family: Arial;
                                                        vertical-align: middle;
                                                    }
                                                    
                                                    .float-bar .submit-btn:link {
                                                        color: #fff;
                                                    }
                                                    
                                                    .float-bar .submit-btn {
                                                        width: 120px;
                                                        height: 50px;
                                                        line-height: 50px;
                                                        font-family: 'Lantinghei SC', 'Microsoft Yahei';
                                                        font-size: 20px;
                                                    }
                                                    /*公司介绍*/
                                                    
                                                    .gsjs {
                                                        width: 998px;
                                                        height: 1128px;
                                                        margin: 0 auto;
                                                        border: 1px #e4e4e4 solid;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .js {
                                                        width: 998px;
                                                        height: 35px;
                                                        border-bottom: 2px #f86d0d solid;
                                                    }
                                                    
                                                    .js p {
                                                        color: #f86d0d;
                                                        line-height: 30px;
                                                        font-size: 18px;
                                                        margin-left: 10px;
                                                    }
                                                    
                                                    .gsjs ul li {
                                                        line-height: 45px;
                                                        font-size: 12px;
                                                        color: #333;
                                                    }
                                                    
                                                    .gsjs ul {
                                                        width: 895px;
                                                        margin-left: 60px;
                                                    }
                                                    /*联系我们*/
                                                    
                                                    .lxwm {
                                                        width: 998px;
                                                        margin: 0 auto;
                                                        border: 1px #e4e4e4 solid;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .lx {
                                                        width: 998px;
                                                        height: 35px;
                                                        border-bottom: 2px #f86d0d solid;
                                                    }
                                                    
                                                    .lx p {
                                                        color: #f86d0d;
                                                        line-height: 30px;
                                                        font-size: 18px;
                                                        margin-left: 10px;
                                                    }
                                                    
                                                    .lxwm ul li {
                                                        line-height: 45px;
                                                        font-size: 12px;
                                                        color: #333;
                                                    }
                                                    
                                                    .lxwm ul li.bt_lx {
                                                        font-size: 16px;
                                                    }
                                                    
                                                    .lxwm ul {
                                                        width: 895px;
                                                        margin-left: 60px;
                                                    }
                                                    
                                                    .lxwm ul img {
                                                        margin-bottom: 40px;
                                                    }
                                                    /* 注册 */
                                                    
                                                    .dl {
                                                        width: 1000px;
                                                        height: 600px;
                                                        margin: 0 auto;
                                                    }
                                                    
                                                    .dl_l {
                                                        width: 700px;
                                                        height: 387px;
                                                        margin-top: 90px;
                                                        float: left;
                                                    }
                                                    
                                                    .dl_r {
                                                        width: 295px;
                                                        height: 310px;
                                                        background: #fff;
                                                        margin-top: 120px;
                                                        float: left;
                                                        margin-left: -100px;
                                                        border: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .dl_r ul {
                                                        width: 240px;
                                                        height: 50px;
                                                        margin: 0 auto;
                                                    }
                                                    
                                                    .dl_r ul li {
                                                        float: left;
                                                        height: 50px;
                                                        line-height: 50px;
                                                        width: 120px;
                                                        border-bottom: #e4e4e4 1px solid;
                                                    }
                                                    
                                                    .dl_r ul li.current {
                                                        border-bottom: 1px #f86d0d solid;
                                                    }
                                                    
                                                    .dl_r ul li a {
                                                        display: block;
                                                        font-size: 16px;
                                                        padding-left: 35px;
                                                    }
                                                    
                                                    .dl_r ul li a:hover {
                                                        color: #FF0000;
                                                    }
                                                    
                                                    .dl_r ul li.current a {
                                                        color: #FF0000;
                                                    }
                                                    
                                                    .dl_r .reg_tab {
                                                        width: 265px;
                                                        height: 35px;
                                                        margin-left: 27.5px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .dl_r .reg_tab input {
                                                        width: 160px;
                                                        height: 33px;
                                                        line-height: 33px;
                                                        border: #e5e5e5 1px solid;
                                                    }
                                                    
                                                    .dl_r .reg_tab input.error {
                                                        border: 1px solid #f86d0d;
                                                    }
                                                    
                                                    .dl_r .reg_tab_left {
                                                        float: left;
                                                    }
                                                    
                                                    .dl_r .reg_tab_left .tit {
                                                        width: 65px;
                                                        font-size: 13px;
                                                        line-height: 35px;
                                                    }
                                                    
                                                    .dl_r .reg_tab_right {
                                                        float: right;
                                                        margin-top: 9px;
                                                    }
                                                    /* 调整验证码 表单样式 */
                                                    
                                                    .dl_r .vali {
                                                        width: 265px;
                                                        height: 35px;
                                                        margin-left: 27.5px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .dl_r .vali input {
                                                        width: 85px;
                                                        height: 33px;
                                                        line-height: 33px;
                                                        border: #e5e5e5 1px solid;
                                                    }
                                                    
                                                    .dl_r .vali input.error {
                                                        border: 1px solid #f86d0d;
                                                    }
                                                    
                                                    .dl_r .vali .send {
                                                        display: inline-block;
                                                        width: 70px;
                                                        height: 25px;
                                                    }
                                                    
                                                    .dl_r .vali .send_yes {
                                                        background: #f86d0d;
                                                    }
                                                    
                                                    .dl_r .vali .send_no {
                                                        background: #ccc;
                                                    }
                                                    
                                                    .dl_r .vali .send a {
                                                        display: block;
                                                        color: #FFFFFF;
                                                        line-height: 25px;
                                                        padding-left: 5px;
                                                    }
                                                    /* 调整checkbox 表单样式 */
                                                    
                                                    .dl_r .read {
                                                        width: auto;
                                                        height: 13px;
                                                        line-height: 13px;
                                                        margin-top: 10px;
                                                        color: #707070;
                                                        font-size: 12px;
                                                    }
                                                    
                                                    .dl_r .read input {
                                                        width: auto;
                                                        height: auto;
                                                        vertical-align: middle;
                                                    }
                                                    
                                                    .dl_r .read a {
                                                        color: #006ce2;
                                                        font-size: 12px;
                                                    }
                                                    
                                                    .dl_r .read .msg {
                                                        width: 20px;
                                                        float: right;
                                                        margin-top: -5px;
                                                        _margin-top: 0px;
                                                        margin-right: 3px;
                                                    }
                                                    
                                                    .dl_r .submit {
                                                        margin-top: 10px;
                                                        margin-left: 25px;
                                                    }
                                                    /*登陆*/
                                                    
                                                    .dl2 {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0 auto;
                                                        margin-top: 90px;
                                                        padding-bottom: 30px;
                                                    }
                                                    
                                                    .dl2_l {
                                                        width: 700px;
                                                        height: 387px;
                                                        float: left;
                                                    }
                                                    
                                                    .dl2_r {
                                                        width: 255px;
                                                        height: 400px;
                                                        background: #fff;
                                                        margin-top: 30px;
                                                        float: left;
                                                        margin-left: -100px;
                                                        border: 1px #e4e4e4 solid;
                                                        padding: 0px 20px;
                                                    }
                                                    
                                                    .dl2_r ul {
                                                        width: 240px;
                                                        height: 50px;
                                                        margin: 0 auto;
                                                    }
                                                    
                                                    .dl2_r ul li {
                                                        float: left;
                                                        line-height: 50px;
                                                        width: 120px;
                                                        border-bottom: #e4e4e4 1px solid;
                                                    }
                                                    
                                                    .dl2_r ul li.current {
                                                        border-bottom: 1px #f86d0d solid;
                                                    }
                                                    
                                                    .dl2_r ul li a {
                                                        font-size: 16px;
                                                        margin-left: 35px;
                                                    }
                                                    
                                                    .dl2_r ul li a:hover {
                                                        color: #FF0000;
                                                    }
                                                    
                                                    .dl2_r ul li.current a {
                                                        color: #FF0000;
                                                    }
                                                    
                                                    .dl2_r p {
                                                        color: red;
                                                    }
                                                    
                                                    .forget {
                                                        text-align: right;
                                                        padding-right: 4px;
                                                        margin-top: 5px;
                                                    }
                                                    
                                                    .zc2 {
                                                        width: 255px;
                                                        height: 41px;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .zc2 .input {
                                                        width: 203px;
                                                        height: 31px;
                                                        line-height: 31px;
                                                        border: 1px solid #E5E5E5;
                                                        margin-top: 8px;
                                                    }
                                                    
                                                    .zc2 .error {
                                                        border: 1px solid #ff9a9a;
                                                        background: #feffe3 url(images/inw-bg.gif) left top repeat-x;
                                                    }
                                                    
                                                    .zc2 .tit {
                                                        width: 65px;
                                                        font-size: 14px;
                                                        line-height: 35px;
                                                    }
                                                    
                                                    .zc2 img {
                                                        float: left;
                                                        margin-top: 8px;
                                                        margin-left: 8px;
                                                    }
                                                    
                                                    .img_4 {
                                                        width: 237px;
                                                        margin: 0 auto;
                                                        margin-top: 15px;
                                                    }
                                                    /*修改秘密*/
                                                    
                                                    .right_mm {
                                                        width: 800px;
                                                        height: 505px;
                                                        float: right;
                                                    }
                                                    
                                                    .right_mm h3 {
                                                        font-size: 14px;
                                                        margin-left: 128px;
                                                        margin-top: 30px;
                                                    }
                                                    
                                                    .bt_mm {
                                                        margin-left: 188px;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .bt_mm p {
                                                        color: #444;
                                                        font-size: 12px;
                                                        float: left;
                                                    }
                                                    
                                                    .bt_mm span {
                                                        color: #444;
                                                        font-size: 14px;
                                                        margin-left: 20px;
                                                    }
                                                    
                                                    .nr_mm {
                                                        width: 500px;
                                                        margin-left: 165px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .nr_mm p {
                                                        color: #444;
                                                        float: left;
                                                        margin-top: 10px;
                                                        margin-right: 20px;
                                                    }
                                                    
                                                    .nr_mm span {
                                                        color: #FF0000;
                                                        margin-right: 5px;
                                                    }
                                                    
                                                    .nr_mm input[type=text] {
                                                        height: 30px;
                                                        width: 207px;
                                                        border: 1px #999999 solid;
                                                    }
                                                    
                                                    .mm_img img {
                                                        margin-left: 265px;
                                                        margin-top: 45px;
                                                    }
                                                    /*店铺管理*/
                                                    
                                                    .right_gl {
                                                        width: 798px;
                                                        height: 1100px;
                                                        float: right;
                                                        border: 1px #e4e4e4 solid;
                                                        margin-bottom: 50px;
                                                    }
                                                    
                                                    .gl_1 {
                                                        width: 500px;
                                                        height: 100px;
                                                        margin-top: 20px;
                                                        margin-left: 50px;
                                                    }
                                                    
                                                    .gl_1 h3 {
                                                        font-size: 18px;
                                                        color: #444;
                                                    }
                                                    
                                                    .gl_1 img {
                                                        margin-left: 60px;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .gl_1 span {
                                                        margin-left: 10px;
                                                    }
                                                    
                                                    .gl_1 p {
                                                        margin-left: 60px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .gl_2 {
                                                        width: 500px;
                                                        margin-top: 40px;
                                                        margin-left: 50px;
                                                    }
                                                    
                                                    .gl_2 h3 {
                                                        font-size: 18px;
                                                        color: #444;
                                                    }
                                                    
                                                    .gl_2 img {
                                                        margin-left: 60px;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .gl_2 span {
                                                        margin-left: 10px;
                                                    }
                                                    
                                                    .gl_2 p {
                                                        margin-left: 60px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .gl_3 {
                                                        width: 500px;
                                                        margin-top: 40px;
                                                        margin-left: 50px;
                                                        margin-bottom: 30px;
                                                    }
                                                    
                                                    .gl_3 h3 {
                                                        font-size: 18px;
                                                        color: #444;
                                                    }
                                                    
                                                    .gl_3 img {
                                                        margin-left: 60px;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .img_gl img {
                                                        margin-left: 110px;
                                                        margin-bottom: 30px;
                                                    }
                                                    /*申请店铺*/
                                                    
                                                    .right_sq {
                                                        width: 798px;
                                                        height: 400px;
                                                        float: right;
                                                        margin-bottom: 50px;
                                                    }
                                                    
                                                    .right_sq h3 {
                                                        font-size: 16px;
                                                        color: #444;
                                                        margin-left: 50px;
                                                        margin-top: 30px;
                                                    }
                                                    
                                                    .sq_1 {
                                                        margin-left: 150px;
                                                        margin-top: 50px;
                                                        height: 30px;
                                                    }
                                                    
                                                    .sq_1 span {
                                                        color: #444;
                                                        font-size: 14px;
                                                        line-height: 30px;
                                                        float: left;
                                                        margin-right: 10px;
                                                    }
                                                    
                                                    .sq_1 input[type=text] {
                                                        float: left;
                                                        height: 30px;
                                                        width: 220px;
                                                    }
                                                    
                                                    .img_sq1 img {
                                                        margin-top: 5px;
                                                        margin-left: 10px;
                                                    }
                                                    
                                                    .sq_2 {
                                                        margin-left: 150px;
                                                        margin-top: 30px;
                                                        height: 30px;
                                                    }
                                                    
                                                    .sq_2 span {
                                                        color: #444;
                                                        font-size: 14px;
                                                        line-height: 30px;
                                                        float: left;
                                                        margin-right: 10px;
                                                    }
                                                    
                                                    .img_sq2 img {
                                                        margin-left: -10px;
                                                    }
                                                    
                                                    .sq_3 {
                                                        margin-left: 150px;
                                                        margin-top: 30px;
                                                        height: 30px;
                                                    }
                                                    
                                                    .sq_3 span {
                                                        color: #444;
                                                        font-size: 14px;
                                                        line-height: 30px;
                                                        float: left;
                                                        margin-right: 10px;
                                                    }
                                                    
                                                    .sq_3 input[type=text] {
                                                        float: left;
                                                        height: 30px;
                                                        width: 220px;
                                                    }
                                                    
                                                    .img_sq3 img {
                                                        margin-top: 5px;
                                                        margin-left: 10px;
                                                    }
                                                    
                                                    .sq_4 {
                                                        margin-left: 150px;
                                                        margin-top: 25px;
                                                        height: 30px;
                                                    }
                                                    
                                                    .sq_4 span {
                                                        color: #444;
                                                        font-size: 14px;
                                                        line-height: 30px;
                                                        float: left;
                                                        margin-right: 10px;
                                                    }
                                                    
                                                    .sq_4 input[type=text] {
                                                        float: left;
                                                        height: 30px;
                                                        width: 220px;
                                                    }
                                                    
                                                    .img_sq img {
                                                        margin-left: -200px;
                                                        margin-top: 70px;
                                                        margin-bottom: 40px;
                                                    }
                                                    /*订单查询*/
                                                    
                                                    .cx {
                                                        width: 1000px;
                                                        height: 30px;
                                                        margin: 0 auto;
                                                        margin-top: 10px;
                                                        border: 1px #e6e6e6 solid;
                                                    }
                                                    
                                                    .cx ul li.cx_1 {
                                                        float: left;
                                                        line-height: 30px;
                                                        width: 350px;
                                                        text-align: center;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .cx ul li.cx_2 {
                                                        float: left;
                                                        line-height: 30px;
                                                        width: 210px;
                                                        text-align: center;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .cx ul li.cx_3 {
                                                        float: left;
                                                        line-height: 30px;
                                                        width: 160px;
                                                        text-align: center;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .cx ul li.cx_4 {
                                                        float: left;
                                                        line-height: 30px;
                                                        width: 180px;
                                                        text-align: center;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .dd_1 {
                                                        width: 1000px;
                                                        height: 155px;
                                                        border: 1px #ff6000 solid;
                                                        margin: 0 auto;
                                                    }
                                                    
                                                    .dd_2 {
                                                        width: 1000px;
                                                        height: 155px;
                                                        border: 1px #e4e4e4 solid;
                                                        margin: 0 auto;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .dd_t {
                                                        width: 1000px;
                                                        height: 35px;
                                                        border-bottom: 1px #e6e6e6 solid;
                                                    }
                                                    
                                                    .dd_t ul img {
                                                        float: left;
                                                        margin-top: 10px;
                                                        margin-left: 10px;
                                                    }
                                                    
                                                    .dd_t ul li.qx_t {
                                                        float: left;
                                                        line-height: 35px;
                                                        margin-left: 15px;
                                                    }
                                                    
                                                    .dd_b ul img {
                                                        float: left;
                                                    }
                                                    
                                                    .dd_b ul li {
                                                        color: #333333;
                                                        float: left;
                                                        width: 205px;
                                                        text-align: center;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .dd_b ul li.co {
                                                        color: #FF0000;
                                                        width: 140px;
                                                        text-align: center;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .dd_b ul span {
                                                        float: left;
                                                        color: #333333;
                                                        width: 180px;
                                                        margin-left: 20px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .dd_b ul span.er {
                                                        margin-top: 70px;
                                                        margin-left: -182px;
                                                        color: #999999;
                                                        font-size: 12px;
                                                    }
                                                    
                                                    .dd_b ul img {
                                                        margin-left: 35px;
                                                        margin-top: 10px;
                                                    }
                                                    /*提交订单*/
                                                    
                                                    .flowstep {
                                                        height: 50px;
                                                        overflow: hidden;
                                                        margin-top: 30px;
                                                    }
                                                    
                                                    .flowstep li.step-5 {
                                                        width: 250px;
                                                    }
                                                    
                                                    .flowstep li {
                                                        width: 158px;
                                                        height: 23px;
                                                        font-size: 14px;
                                                        position: relative;
                                                        float: left;
                                                        background: url(images/TB1kJUdGFXXXXcyaXXX08VS7pXX-176-1320.png) 100% -1040px no-repeat #e4e4e4;
                                                        color: #404040;
                                                        font-weight: 700;
                                                        box-sizing: border-box;
                                                        padding-right: 15px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .flowstep li.stepbar-current {
                                                        background-color: #F60;
                                                        color: #fff;
                                                    }
                                                    
                                                    .flowstep li.stepbar-first {
                                                        border-top-left-radius: 4px;
                                                        border-bottom-left-radius: 4px;
                                                    }
                                                    
                                                    .flowstep li.stepbar-last {
                                                        border-top-right-radius: 4px;
                                                        border-bottom-right-radius: 4px;
                                                        background-image: none;
                                                    }
                                                    
                                                    .order_tit {
                                                        height: 30px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .order_tit span {
                                                        float: left;
                                                        height: 30px;
                                                        line-height: 30px;
                                                        color: #f86d0d;
                                                        font-size: 14px;
                                                        padding: 0px 25px;
                                                    }
                                                    
                                                    .order_tit .add-address {
                                                        font-size: 14px;
                                                        float: right;
                                                        border-bottom: 0px;
                                                    }
                                                    
                                                    .wrap-line {
                                                        clear: both;
                                                        background: #e4e4e4;
                                                        height: 2px;
                                                        position: relative;
                                                    }
                                                    
                                                    .wrap-line .floater {
                                                        background: #f86d0d;
                                                        height: 2px;
                                                        width: 106px;
                                                        position: absolute;
                                                        top: 0;
                                                        left: 0;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .order_th {
                                                        height: 30px;
                                                        overflow: hidden;
                                                        margin-top: 50px;
                                                        border: 1px #e6e6e6 solid;
                                                    }
                                                    
                                                    .order_th li {
                                                        float: left;
                                                        height: 30px;
                                                        line-height: 30px;
                                                        text-align: center;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .order_th li.order_th_goods {
                                                        width: 350px;
                                                    }
                                                    
                                                    .order_th li.order_th_price {
                                                        width: 210px;
                                                    }
                                                    
                                                    .order_th li.order_th_number {
                                                        width: 120px;
                                                    }
                                                    
                                                    .order_th li.order_th_offer {
                                                        width: 150px;
                                                    }
                                                    
                                                    .order_th li.order_th_paltry {
                                                        width: 140px;
                                                    }
                                                    
                                                    .order_tr {
                                                        overflow: hidden;
                                                        margin-top: 15px;
                                                    }
                                                    
                                                    .order_tr .order_shop {
                                                        padding-left: 35px;
                                                        height: 35px;
                                                        line-height: 35px;
                                                        border: 1px #e6e6e6 solid;
                                                    }
                                                    
                                                    .order_tr .order_goods {
                                                        overflow: hidden;
                                                        padding: 10px 35px;
                                                        border: 1px #e6e6e6 solid;
                                                        border-top: 0px;
                                                    }
                                                    
                                                    .order_tr .order_goods .order_td {
                                                        float: left;
                                                    }
                                                    
                                                    .order_tr .order_goods .td_goods img {
                                                        max-height: 95px;
                                                        max-width: 98px;
                                                        vertical-align: middle;
                                                    }
                                                    
                                                    .order_tr .order_goods .td_goods_info {
                                                        width: 257px;
                                                        height: 95px;
                                                        overflow: hidden;
                                                        padding-left: 20px;
                                                        margin-right: 20px;
                                                    }
                                                    
                                                    .order_tr .order_goods .td_goods_info .td_goods_attr {
                                                        color: #999;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .order_tr .order_goods .td_price {
                                                        width: 173px;
                                                        margin-right: 20px;
                                                    }
                                                    
                                                    .order_tr .order_goods .td_number {
                                                        width: 90px;
                                                        margin-right: 20px;
                                                    }
                                                    
                                                    .order_tr .order_goods .td_offer {
                                                        width: 139px;
                                                        margin-right: 20px;
                                                    }
                                                    
                                                    .order_tr .order_goods .td_paltry {
                                                        width: 70px;
                                                    }
                                                    
                                                    .order_tr .order_shopinfo {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .order_tr .order_shopinfo .shopinfo_info {
                                                        height: 35px;
                                                        line-height: 35px;
                                                        border: 1px solid #e4e4e4;
                                                        border-top: 0px;
                                                    }
                                                    
                                                    .order_tr .order_shopinfo .shopinfo_info .info_left {
                                                        float: left;
                                                        width: 500px;
                                                        border-right: 1px solid #e4e4e4;
                                                    }
                                                    
                                                    .order_tr .order_shopinfo .shopinfo_info .info_left span {
                                                        margin-left: 50px;
                                                    }
                                                    
                                                    .order_tr .order_shopinfo .shopinfo_info .info_left input {
                                                        border: 1px #e4e4e4 solid;
                                                        width: 340px;
                                                        height: 20px;
                                                        margin-top: 7px;
                                                    }
                                                    
                                                    .order_tr .order_shopinfo .shopinfo_info .info_right {
                                                        float: right;
                                                        width: 485px;
                                                    }
                                                    
                                                    .order_tr .order_shopinfo .shopinfo_info .info_right span {
                                                        color: #FF0000;
                                                        margin-right: 55px;
                                                    }
                                                    
                                                    .order_tr .order_shopinfo .shopinfo_price {
                                                        height: 45px;
                                                        line-height: 45px;
                                                        font-size: 14px;
                                                        overflow: hidden;
                                                        border: 1px #e4e4e4 solid;
                                                        border-top: 0;
                                                        text-align: right;
                                                        padding-right: 50px;
                                                    }
                                                    
                                                    .order_tr .order_shopinfo .shopinfo_price span {
                                                        color: #FF0000;
                                                    }
                                                    
                                                    .pay_real {
                                                        overflow: hidden;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .pay_real .pay_jy {
                                                        width: 438px;
                                                        overflow: hidden;
                                                        float: right;
                                                        text-align: right;
                                                    }
                                                    
                                                    .pay_real .pay_price {
                                                        padding-right: 20px;
                                                        overflow: hidden;
                                                        border: #f86d0d 1px solid;
                                                    }
                                                    
                                                    .pay_real .pay_price p {
                                                        height: 35px;
                                                        line-height: 35px;
                                                    }
                                                    
                                                    .pay_real .pay_price span {
                                                        color: #FF0000;
                                                    }
                                                    
                                                    .pay_real .pay_price .hs {
                                                        color: #999;
                                                        font-family: arial;
                                                        font-size: 26px;
                                                    }
                                                    
                                                    .pay_real .pay_price .hs em {
                                                        color: #ff4200;
                                                        font: 700 26px tahoma;
                                                    }
                                                    
                                                    .order_succes {
                                                        border: 1px solid #c8e6fe;
                                                        border-top: 2px solid #9fd2ff;
                                                        margin: 30px auto 70px auto;
                                                    }
                                                    
                                                    .order_succes h6 {
                                                        height: 23px;
                                                        line-height: 23px;
                                                        text-align: right;
                                                        font-size: 12px;
                                                        background: #edf7ff;
                                                        color: #3f3f3f;
                                                        border: 1px solid #fff;
                                                        padding-right: 10px;
                                                    }
                                                    
                                                    .order_succes a {
                                                        color: blue;
                                                    }
                                                    /* 收货地址*/
                                                    
                                                    .shipping-address {
                                                        overflow: hidden;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .shipping-address li {
                                                        height: 40px;
                                                        overflow: hidden;
                                                        margin: 0 auto;
                                                        padding: 5px 0px;
                                                    }
                                                    
                                                    .shipping-address li.current {
                                                        border: #f86d0d 1px solid;
                                                    }
                                                    
                                                    .shipping-address .address_tit {
                                                        float: left;
                                                        width: 104px;
                                                        margin-right: 10px;
                                                    }
                                                    
                                                    .shipping-address .address_tit span {
                                                        color: #f86d0d;
                                                        margin-left: 15px;
                                                        float: left;
                                                        height: 40px;
                                                        line-height: 40px;
                                                    }
                                                    
                                                    .shipping-address .address_tit span img {
                                                        margin-top: 5px;
                                                    }
                                                    
                                                    .shipping-address .address_tit .address_input {
                                                        float: right;
                                                        padding-top: 12px;
                                                    }
                                                    
                                                    .jw_1 p {
                                                        color: #f86d0d;
                                                        margin-left: 10px;
                                                        float: left;
                                                        line-height: 40px;
                                                    }
                                                    
                                                    .address_info {
                                                        float: left;
                                                        width: 860px;
                                                        padding-right: 25px;
                                                        height: 40px;
                                                        line-height: 40px;
                                                    }
                                                    
                                                    .address_info span {
                                                        margin-right: 5px;
                                                    }
                                                    
                                                    .jw_2 img {
                                                        margin-top: 17px;
                                                        margin-left: 15px;
                                                        float: left;
                                                    }
                                                    
                                                    .jw_2 p {
                                                        color: #333;
                                                        margin-left: 10px;
                                                        float: left;
                                                        line-height: 40px;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .jw_2 span {
                                                        color: #CC6600;
                                                        font-size: 12px;
                                                        line-height: 40px;
                                                        float: right;
                                                        margin-right: 10px;
                                                    }
                                                    
                                                    .jw2 {
                                                        width: 1000px;
                                                        height: 40px;
                                                        margin: 0 auto;
                                                        margin-top: 0px;
                                                    }
                                                    
                                                    .jw2_1 img {
                                                        margin-top: 5px;
                                                        margin-left: 15px;
                                                        float: left;
                                                    }
                                                    
                                                    .jw2_1 p {
                                                        color: #f86d0d;
                                                        margin-left: 10px;
                                                        float: left;
                                                        line-height: 40px;
                                                    }
                                                    
                                                    .jw2_2 img {
                                                        margin-top: 17px;
                                                        margin-left: 95px;
                                                        float: left;
                                                    }
                                                    
                                                    .jw2_2 p {
                                                        margin-left: 10px;
                                                        float: left;
                                                        line-height: 40px;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .jw2_2 span {
                                                        color: #CC6600;
                                                        font-size: 12px;
                                                        line-height: 40px;
                                                        float: right;
                                                        margin-right: 10px;
                                                    }
                                                    
                                                    .img_qr img {
                                                        margin-left: -590px;
                                                        margin-top: 50px;
                                                    }
                                                    /*管理商品*/
                                                    
                                                    .right_sp {
                                                        width: 798px;
                                                        height: 1000px;
                                                        border: 1px #CCCCCC solid;
                                                        float: right;
                                                        margin-bottom: 30px;
                                                    }
                                                    
                                                    .bt_sp {
                                                        width: 798px;
                                                        height: 38px;
                                                        border-bottom: 1px #f86d0d solid;
                                                    }
                                                    
                                                    .bt_sp p {
                                                        font-size: 18px;
                                                        float: left;
                                                        margin-left: 50px;
                                                        margin-top: 5px;
                                                    }
                                                    
                                                    .bt_sp img {
                                                        float: right;
                                                        margin-top: 5px;
                                                    }
                                                    
                                                    .bt_spx2 {
                                                        width: 450px;
                                                        height: 38px;
                                                        text-align: center;
                                                        margin-top: 5px;
                                                    }
                                                    
                                                    .sp_no1 {
                                                        width: 185px;
                                                        height: 280px;
                                                        border: 1px #e4e4e4 solid;
                                                        float: left;
                                                        margin-left: 10px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .sp_no1 img {
                                                        margin-left: 1px;
                                                        width: 175px;
                                                        height: 175px;
                                                    }
                                                    
                                                    .sp_no1 ul p {
                                                        color: #FF0000;
                                                        font-size: 14px;
                                                        margin-left: 5px;
                                                    }
                                                    
                                                    .sp_no1 ul li a {
                                                        color: #333;
                                                        font-size: 12px;
                                                        margin-left: 5px;
                                                    }
                                                    
                                                    .sp_no1 ul li.zx a {
                                                        font-size: 11px;
                                                        margin-left: 5px;
                                                    }
                                                    
                                                    .sp {
                                                        width: 175px;
                                                        height: 25px;
                                                        border-top: 1px #e4e4e4 solid;
                                                        margin-left: 5px;
                                                        margin-top: 8px;
                                                    }
                                                    
                                                    .sp ul li {
                                                        width: 55px;
                                                        height: 30px;
                                                        font-size: 11px;
                                                        border-left: 1px #e4e4e4 solid;
                                                        float: left;
                                                        line-height: 25px;
                                                    }
                                                    
                                                    .sp ul li.no10 {
                                                        border-left: 0;
                                                    }
                                                    
                                                    .sp ul li a {
                                                        float: left;
                                                    }
                                                    
                                                    .fy_2 {
                                                        width: 537px;
                                                        height: 35px;
                                                        margin: 0px auto;
                                                        margin-top: 900px;
                                                    }
                                                    
                                                    .fy_2 ul li {
                                                        border: 1px #999999 solid;
                                                        float: left;
                                                        line-height: 24px;
                                                    }
                                                    
                                                    .fy_2 ul li.no3 {
                                                        border: 0px;
                                                    }
                                                    
                                                    .fy_2 ul li.no4 {
                                                        line-height: 14px;
                                                        margin-top: 5px;
                                                    }
                                                    /*商品详情*/
                                                    
                                                    .wz_3 {
                                                        width: 1000px;
                                                        height: 30px;
                                                        line-height: 30px;
                                                        margin: 0 auto;
                                                        padding-left: 25px;
                                                        border-bottom: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .wz_3 ul a:hover {
                                                        color: #FF0000;
                                                    }
                                                    
                                                    .xqjs {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0 auto;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .xq_l {
                                                        width: 450px;
                                                        height: 425px;
                                                        overflow: hidden;
                                                        margin-right: 20px;
                                                        float: left;
                                                    }
                                                    
                                                    .xq_l img {
                                                        border: 1px #e5e5e5 solid;
                                                    }
                                                    
                                                    .xq_l ul li {
                                                        float: left;
                                                        margin-left: 20px;
                                                        _margin-left: 15px;
                                                        margin-top: 15px;
                                                    }
                                                    
                                                    .xq_l ul li a {
                                                        display: block;
                                                    }
                                                    
                                                    .xq_l ul li a.current,
                                                    .xq_l ul li a:hover {
                                                        border: 1px #f86d0d solid;
                                                    }
                                                    
                                                    .xq_r {
                                                        width: 530px;
                                                        overflow: hidden;
                                                        float: right;
                                                    }
                                                    
                                                    .mm {
                                                        width: 530px;
                                                        height: 55px;
                                                        border-bottom: 1px #f86d0d solid;
                                                    }
                                                    
                                                    .mm h3 {
                                                        font-size: 18px;
                                                        color: #333333;
                                                    }
                                                    
                                                    .mm p {
                                                        color: #c80918;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .jg2 {
                                                        width: 530px;
                                                        overflow: hidden;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .jg2 ul {
                                                        float: left;
                                                        width: 260px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .jg2 ul li {
                                                        height: 35px;
                                                        line-height: 35px;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .jg2 ul li span {
                                                        color: #FF0000;
                                                    }
                                                    
                                                    .jg2 ul li span2 {
                                                        text-decoration: line-through;
                                                    }
                                                    
                                                    .jg2 ul.mr {
                                                        margin-left: 40px;
                                                        width: 180px;
                                                    }
                                                    /* 商品属性 */
                                                    
                                                    .buy_where {
                                                        height: 100px;
                                                        overflow: auto;
                                                    }
                                                    
                                                    .buy_error {
                                                        border: 1px solid #F40;
                                                    }
                                                    
                                                    .goods_attr dl {
                                                        margin-top: 10px;
                                                        margin-bottom: 10px;
                                                    }
                                                    
                                                    .goods_attr dl dt {
                                                        float: left;
                                                        margin-right: 5px;
                                                        width: 55px;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .goods_attr dl dd {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .goods_attr dl:after {
                                                        content: '\20';
                                                        display: block;
                                                        height: 0;
                                                        clear: both;
                                                    }
                                                    
                                                    .goods_attr li {
                                                        float: left;
                                                        position: relative;
                                                        margin: 0 5px 10px 0;
                                                        vertical-align: middle;
                                                        line-height: 20px;
                                                        background: #FFF;
                                                    }
                                                    
                                                    .goods_attr li a {
                                                        display: inline-block;
                                                        white-space: nowrap;
                                                        text-decoration: none;
                                                        padding: 3px 6px;
                                                        min-width: 10px;
                                                        _width: 10px;
                                                        text-align: center;
                                                        border: 1px solid #DCDCDC;
                                                        background: #FFF;
                                                        -moz-transition-property: border-color, background;
                                                        -o-transition-property: border-color, background;
                                                        -webkit-transition-property: border-color, background;
                                                        transition-property: border-color, background;
                                                        -moz-transition-duration: .2s;
                                                        -o-transition-duration: .2s;
                                                        -webkit-transition-duration: .2s;
                                                        transition-duration: .2s;
                                                    }
                                                    
                                                    .goods_attr .tb-selected a,
                                                    .goods_attr .tb-selected a:hover {
                                                        padding: 2px 5px;
                                                        color: #F40;
                                                        border: 2px solid #F40;
                                                        background: #FFF;
                                                    }
                                                    
                                                    .goods_attr li a:hover {
                                                        padding: 2px 5px;
                                                        border: 2px solid #F40;
                                                    }
                                                    
                                                    .sl {
                                                        width: 350px;
                                                        height: 25px;
                                                        margin-top: 10px;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .sl ul li {
                                                        float: left;
                                                        height: 15px;
                                                        line-height: 15px;
                                                    }
                                                    
                                                    .sl ul li #num_left {
                                                        margin-left: 50px;
                                                        border-right: 0px;
                                                    }
                                                    
                                                    .sl ul li #num_right {
                                                        border-left: 0px;
                                                    }
                                                    
                                                    .sl ul li a {
                                                        display: block;
                                                        padding: 0px 5px;
                                                        border: 1px #CCCCCC solid;
                                                        background: #F5F6F5;
                                                    }
                                                    
                                                    .sl ul li a.disable {
                                                        color: #ccc;
                                                        cursor: not-allowed;
                                                        background-color: #ededed;
                                                    }
                                                    
                                                    .sl ul li input {
                                                        float: left;
                                                        width: 48px;
                                                        height: 15px;
                                                        line-height: 15px;
                                                        text-align: center;
                                                        border: 1px #CCCCCC solid;
                                                        margin: 0;
                                                        padding: 0;
                                                    }
                                                    
                                                    .goods_content {
                                                        width: 736px;
                                                        min-height: 1473px;
                                                        margin: 0 auto;
                                                        margin-top: 15px;
                                                        margin-bottom: 15px;
                                                        overflow: hidden;
                                                        display: none;
                                                    }
                                                    
                                                    .goods_content p {
                                                        text-indent: 2px;
                                                    }
                                                    
                                                    .goods_content img {
                                                        border: 1px solid #ccc;
                                                    }
                                                    
                                                    .goods_message img {
                                                        border: 0px;
                                                    }
                                                    
                                                    .goods_content .box_1 {
                                                        background-color: #fff;
                                                    }
                                                    
                                                    .goods_content .box_1 h3 {
                                                        height: 33px;
                                                        line-height: 33px;
                                                        background: #F1F1F1;
                                                        text-align: left;
                                                        text-indent: 10px;
                                                        border: 1px solid #E4E4E4;
                                                        position: relative;
                                                        padding: 0 5px;
                                                        font-weight: 100;
                                                    }
                                                    
                                                    .goods_content .box_1 h3 span {
                                                        float: left;
                                                        width: auto;
                                                        font-size: 14px;
                                                        text-align: left;
                                                        padding-left: 5px;
                                                    }
                                                    
                                                    .goods_content .box_1 h3 .f1 {
                                                        color: #df0032;
                                                        font-weight: bold;
                                                    }
                                                    
                                                    .goods_content .box_1 .boxCenterList {
                                                        background: #FFF;
                                                        padding: 15px;
                                                        border: 1px solid #e4e4e4;
                                                    }
                                                    
                                                    .goods_content .box_1 .boxCenterList ul {
                                                        height: 1%;
                                                        margin-bottom: 5px;
                                                        border: 0px solid red;
                                                    }
                                                    
                                                    .goods_content .box_1 .boxCenterList li {
                                                        margin-bottom: 10px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .goods_content .box_1 .comments li {
                                                        background: url(images/lineBg.gif) repeat-x left bottom;
                                                        padding: 3px 8px;
                                                        width: 97%;
                                                        _height: 1%;
                                                        text-align: left;
                                                        position: relative;
                                                        margin-bottom: 8px;
                                                    }
                                                    
                                                    .goods_content .box_1 .comments .word {
                                                        word-break: break-all;
                                                    }
                                                    
                                                    .goods_content .box_1 .comments .f2 {
                                                        color: #009821;
                                                        font-weight: bold;
                                                        margin-right: 15px;
                                                    }
                                                    
                                                    .goods_content .box_1 .comments .f3 {
                                                        color: #9e9e9e;
                                                    }
                                                    
                                                    .goods_content .box_1 .comments li img {
                                                        position: absolute;
                                                        right: 0px;
                                                        top: 3px;
                                                    }
                                                    
                                                    .goods_content .box_1 .comments li p {
                                                        margin: 3px auto;
                                                        text-align: left;
                                                    }
                                                    /* 在线客服 */
                                                    
                                                    .onclice {
                                                        position: fixed;
                                                        _position: absolute;
                                                        bottom: 20px;
                                                        right: 20px;
                                                    }
                                                    
                                                    .onclice i {
                                                        background: 0;
                                                        display: inline-block;
                                                        height: auto;
                                                        line-height: 1;
                                                        margin: auto;
                                                        overflow: hidden;
                                                        text-indent: 0;
                                                        vertical-align: middle;
                                                        width: auto;
                                                    }
                                                    
                                                    .onclice .clice_chat {
                                                        position: relative;
                                                    }
                                                    
                                                    .onclice .clice_chat .current {
                                                        border: 1px solid #516166;
                                                        border-top: 0px;
                                                    }
                                                    
                                                    .onclice .clice_chat .current .chat_change {
                                                        background: url(images/link_top.jpg) no-repeat center;
                                                        background-color: #F1F1F1;
                                                    }
                                                    
                                                    .clice_chat .open_link {
                                                        position: absolute;
                                                        border: 1px solid #DCE0E3;
                                                        background: #F1F1F1;
                                                        right: -1px;
                                                        bottom: -2px;
                                                        z-index: 3;
                                                        display: inline-block;
                                                        width: 160px;
                                                        height: 20px;
                                                        padding: 5px;
                                                    }
                                                    
                                                    .clice_chat .open_link span {
                                                        padding: 0 10px;
                                                    }
                                                    
                                                    .clice_chat .open_link .chat_imgpic {
                                                        display: inline-block;
                                                        padding: 0;
                                                        width: 17px;
                                                        height: 17px;
                                                        background: url(images/T12FlPXexfXXXXXXXX-link-100-100.png) no-repeat;
                                                    }
                                                    
                                                    .clice_chat .open_link .chat_change {
                                                        background: url(images/link_bottom.jpg) no-repeat center;
                                                        background-color: #F1F1F1;
                                                    }
                                                    
                                                    .clice_chat .chat_news .chat_imgpic {
                                                        background: url(images/T1wNtzXh0rXXXXXXXX-16-16.gif) no-repeat;
                                                    }
                                                    
                                                    .onclice .twist {
                                                        background: url(images/kefu.gif) no-repeat top left;
                                                        background-position: -81px 0px;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel {
                                                        position: absolute;
                                                        bottom: 28px;
                                                        background: #fff;
                                                        z-index: 2;
                                                        right: -1px;
                                                        _right: -1px;
                                                        display: none;
                                                        -moz-border-radius: 3px;
                                                        border-radius: 3px;
                                                        -webkit-border-radius: 3px;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tstart-tdog-panel-hd {
                                                        border: 1px solid #516166;
                                                        border-top: 2px solid #f16101;
                                                        border-bottom: none;
                                                        color: #3e3e3e;
                                                        line-height: 24px;
                                                        padding: 0 5px;
                                                        border-radius: 3px;
                                                        border-radius-bottomleft: 0;
                                                        border-radius-bottomright: 0;
                                                        -moz-border-radius: 3px;
                                                        -moz-border-radius-bottomleft: 0;
                                                        -moz-border-radius-bottomright: 0;
                                                        -webkit-border-radius: 3px;
                                                        -webkit-border-bottomleft: 0;
                                                        -webkit-border-bottomright: 0;
                                                        -khtml-border-radius: 3px;
                                                        background: #EDF8FB;
                                                        -webkit-border-bottom-right-radius: 0;
                                                        -webkit-border-bottom-left-radius: 0;
                                                        border-bottom-right-radius: 0;
                                                        border-bottom-left-radius: 0;
                                                        -khtml-border-bottomright: 0;
                                                        -khtml-border-bottomleft: 0;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tstart-tdog-panel-hd .current {
                                                        border: 0px;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tstart-tdog-panel-closebtn {
                                                        position: absolute;
                                                        right: 2px;
                                                        top: 4px;
                                                        display: block;
                                                        height: 20px;
                                                        width: 20px;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tstart-tdog-panel-bd {
                                                        border: solid #516166;
                                                        border-width: 0 1px;
                                                        width: 300px;
                                                        height: 200px;
                                                        padding: 5px;
                                                        line-height: 1.5;
                                                        color: #000;
                                                        _background: #fff;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tdog-recentlist {
                                                        height: 133px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tdog-recentlist ul {
                                                        height: 133px;
                                                        overflow-y: auto;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tdog-recentlist li {
                                                        height: 22px;
                                                        padding-left: 10px;
                                                        list-style-type: none;
                                                        cursor: pointer;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tdog-recentlist li i {
                                                        background: url(images/T12FlPXexfXXXXXXXX-link-100-100.png) no-repeat;
                                                        height: 16px;
                                                        width: 16px;
                                                        margin: 3px 8px 0 0;
                                                        float: left;
                                                    }
                                                    
                                                    .tdog-recentlist li.tdog-status-offline i,
                                                    .tdog-recentlist li.tdog-status-invisible i {
                                                        background-position: -68px -43px;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tdog-recentlist li span {
                                                        display: inline-block;
                                                        vertical-align: middle;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tdog-recentlist li span.tdog-user-name {
                                                        width: 70px;
                                                        margin-right: 10px;
                                                        line-height: 22px;
                                                        overflow: hidden;
                                                        white-space: pre;
                                                        height: 22px;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tdog-recentlist li span.tdog-msg-count {
                                                        color: #0B4F9E;
                                                        overflow: hidden;
                                                        width: 25px;
                                                    }
                                                    
                                                    .onclice .tstart-tdog-panel .tstart-tdog-panel-ft {
                                                        height: 25px;
                                                        border: 1px solid #516166;
                                                        border-top: 0px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .chat {
                                                        position: fixed;
                                                        _position: absolute;
                                                        width: 726px;
                                                        height: 489px;
                                                        z-index: 99;
                                                        display: none;
                                                    }
                                                    /* 收藏商品 */
                                                    
                                                    .img_gm {
                                                        float: left;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .img_gm2 {
                                                        float: left;
                                                        margin-top: 10px;
                                                        margin-left: 50px;
                                                        position: relative;
                                                    }
                                                    
                                                    .img_gm2 .cart_message {
                                                        position: absolute;
                                                        width: 205px;
                                                        bottom: -15px;
                                                        left: 0;
                                                    }
                                                    
                                                    .img_gm2 .cart_message span {
                                                        color: red;
                                                    }
                                                    
                                                    .sctj {
                                                        width: 205px;
                                                        max-height: 25px;
                                                        overflow: hidden;
                                                        float: left;
                                                        margin-top: 25px;
                                                        margin-right: 50px;
                                                    }
                                                    
                                                    .sctj a {
                                                        display: inline-block;
                                                    }
                                                    
                                                    .sctj span {
                                                        margin-left: 25px;
                                                    }
                                                    
                                                    .sctj img {
                                                        float: left;
                                                    }
                                                    
                                                    .main {
                                                        width: 1000px;
                                                        overflow: hidden;
                                                        margin: 0 auto;
                                                    }
                                                    
                                                    .main_l {
                                                        width: 200px;
                                                        overflow: hidden;
                                                        float: left;
                                                    }
                                                    
                                                    .zl {
                                                        width: 198px;
                                                        height: 148px;
                                                        border: 1px #e4e4e4 solid;
                                                        margin-bottom: 10px;
                                                    }
                                                    
                                                    .zl h3 {
                                                        height: 30px;
                                                        line-height: 30px;
                                                        color: #f86d0d;
                                                        border-bottom: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .zl h3 span {
                                                        margin-left: 15px;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .cj {
                                                        color: #999999;
                                                        margin-top: 15px;
                                                        margin-left: 15px;
                                                    }
                                                    
                                                    .cj span {
                                                        color: #006ce2;
                                                    }
                                                    
                                                    .zl img {
                                                        margin-left: 15px;
                                                        margin-top: 17px;
                                                    }
                                                    
                                                    .shop_chat {
                                                        cursor: pointer;
                                                        margin-top: 10px;
                                                        margin-left: 15px;
                                                        display: inline-block;
                                                        width: 120px;
                                                        height: 30px;
                                                        background-image: url("images/shop_link.gif");
                                                        text-decoration: none!important;
                                                        zoom: 1;
                                                    }
                                                    
                                                    .sp1 {
                                                        width: 198px;
                                                        overflow: hidden;
                                                        border: 1px #e4e4e4 solid;
                                                        margin-bottom: 20px;
                                                    }
                                                    
                                                    .sp1 a:hover {
                                                        color: #FF6633;
                                                    }
                                                    
                                                    .sp1 h3 {
                                                        height: 30px;
                                                        line-height: 30px;
                                                        border-bottom: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .sp1 h3 span {
                                                        margin-left: 15px;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .bt_sp1 {
                                                        width: 200px;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .bt_sp1 ul {
                                                        width: 200px;
                                                        overflow: hidden;
                                                        margin-top: 20px;
                                                        margin-bottom: 20px;
                                                    }
                                                    
                                                    .bt_sp1 ul li {
                                                        width: 60px;
                                                        margin-top: 10px;
                                                        float: left;
                                                        margin-left: 35px;
                                                    }
                                                    
                                                    .bt_sp2 {
                                                        width: 200px;
                                                        height: 30px;
                                                        border-bottom: 1px #999999 dashed;
                                                    }
                                                    
                                                    .bt_sp2 p {
                                                        float: left;
                                                        color: #f86d0d;
                                                        margin-left: 35px;
                                                        line-height: 30px;
                                                        float: left;
                                                    }
                                                    
                                                    .bt_sp2 img {
                                                        float: right;
                                                        padding-top: 13px;
                                                        padding-right: 15px;
                                                    }
                                                    /* 推荐商品 */
                                                    
                                                    .groom {
                                                        width: 198px;
                                                        overflow: hidden;
                                                        border: 1px #CCCCCC solid;
                                                    }
                                                    
                                                    .groom h3 {
                                                        height: 30px;
                                                        line-height: 30px;
                                                        border-bottom: 1px #e4e4e4 solid;
                                                    }
                                                    
                                                    .groom h3 span {
                                                        margin-left: 15px;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .groom .groom_goods {
                                                        border-bottom: 1px #CCCCCC solid;
                                                        width: 180px;
                                                        height: 270px;
                                                        margin: 10px auto;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .groom .groom_goods img {
                                                        width: 180px;
                                                        height: 160px;
                                                        margin-left: 0px;
                                                    }
                                                    
                                                    .groom .groom_goods h3 {
                                                        color: #c80918;
                                                        border-bottom: 0;
                                                        font-size: 12px;
                                                    }
                                                    
                                                    .groom .groom_goods p {
                                                        color: #333333;
                                                    }
                                                    
                                                    .groom .groom_goods span {
                                                        font-size: 11px;
                                                        text-decoration: underline;
                                                    }
                                                    
                                                    .groom .groom_goods ul {
                                                        overflow: hidden;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .groom .groom_goods li {
                                                        float: left;
                                                    }
                                                    
                                                    .groom .groom_goods li span {
                                                        color: #f86d0d;
                                                        text-decoration: none;
                                                    }
                                                    
                                                    .groom .groom_goods li.bj {
                                                        float: left;
                                                        margin-left: 10px;
                                                    }
                                                    /* 二手 */
                                                    
                                                    .main_r {
                                                        width: 770px;
                                                        overflow: hidden;
                                                        min-height: 1473px;
                                                        border: 1px #e4e4e4 solid;
                                                        float: right;
                                                        background: #fff;
                                                        position: relative;
                                                    }
                                                    
                                                    .bt_cpr {
                                                        width: 770px;
                                                        overflow: hidden;
                                                        background: url(images/goods_bottom.jpg) repeat-x bottom left #F9F9F9;
                                                    }
                                                    
                                                    .pos {
                                                        position: fixed;
                                                        _position: absolute;
                                                        top: 0;
                                                    }
                                                    
                                                    .bt_cpr ul {
                                                        width: 100%;
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .bt_cpr li {
                                                        width: 200px;
                                                        height: 36px;
                                                        line-height: 36px;
                                                        float: left;
                                                    }
                                                    
                                                    .bt_cpr li a {
                                                        height: 36px;
                                                        display: block;
                                                        text-align: center;
                                                        border: 1px #e4e4e4 solid;
                                                        border-top: 0px;
                                                    }
                                                    
                                                    .bt_cpr li a.selected {
                                                        border: 0px;
                                                        background: #fff;
                                                    }
                                                    
                                                    .bt_cpr li.no_b {
                                                        width: 772px;
                                                        height: 25px;
                                                        float: left;
                                                        border-bottom: 2px solid #f86d0e;
                                                    }
                                                    
                                                    .bt_cpr li.no_b a {
                                                        margin-left: 20px;
                                                        line-height: 25px;
                                                        font-size: 18px;
                                                        color: #333;
                                                    }
                                                    
                                                    .businfo,
                                                    .xiangxiqingkuang {
                                                        overflow: hidden;
                                                    }
                                                    
                                                    .businfo h1 {
                                                        font-size: 18px;
                                                        height: 40px;
                                                        line-height: 40px;
                                                        text-align: center;
                                                        font-family: 'Microsoft YaHei';
                                                    }
                                                    
                                                    .businfo .lease-detail-subtitle {
                                                        text-align: center;
                                                        margin: 10px 0 20px 0;
                                                        font-family: 'Microsoft YaHei';
                                                    }
                                                    
                                                    .lease-detail-subtitle a {
                                                        margin-right: 10px;
                                                        color: #999;
                                                        background: url(images/main_title_bg.png) no-repeat center;
                                                        padding-left: 20px;
                                                    }
                                                    
                                                    .lease-detail-subtitle .time {
                                                        background-position: 0 1px;
                                                    }
                                                    
                                                    .xiangxiqingkuang li {
                                                        width: 200px;
                                                        height: auto;
                                                        padding-left: 30px;
                                                        float: left;
                                                        margin-top: 20px;
                                                        font-size: 14px;
                                                        color: #555;
                                                    }
                                                    /*.main_r ul{ margin-bottom:50px;}*/
                                                    
                                                    .ershou_jieshao {
                                                        font-size: 14px;
                                                        color: #555;
                                                        margin-top: 50px;
                                                        margin-left: 30px;
                                                        margin-bottom: 50px;
                                                        width: 600px;
                                                        height: auto;
                                                    }
                                                    
                                                    #ershou_shuju {
                                                        height: 180px;
                                                    }
                                                    
                                                    .bt_cpr li.no_b {
                                                        width: 772px;
                                                        height: 25px;
                                                        float: left;
                                                        border-bottom: 2px solid #f86d0e;
                                                    }
                                                    
                                                    .ershou_xiangqing {
                                                        width: 100px;
                                                        height: 25px;
                                                        display: block;
                                                        line-height: 25px;
                                                        font-size: 18px;
                                                        color: #333;
                                                        text-align: center;
                                                        border-left: 1px solid #f86d0e;
                                                        border-right: 1px solid #f86d0e;
                                                        border-top: 2px solid #f86d0e;
                                                        background: #fff;
                                                    }
                                                    
                                                    .qiugou {
                                                        width: 740px;
                                                        height: 300px;
                                                        padding-left: 30px;
                                                    }
                                                    
                                                    #qiugou {
                                                        width: 500px;
                                                        margin-top: 40px;
                                                    }
                                                    
                                                    .qiugou_1 {
                                                        font-size: 18px;
                                                        color: #333;
                                                    }
                                                    
                                                    .qiugou_2 {
                                                        font-size: 12px;
                                                        color: #666;
                                                        margin-top: 20px;
                                                        margin-bottom: 10px;
                                                        line-height: 28px;
                                                    }
                                                    
                                                    .qiugou_3 {
                                                        font-size: 16px;
                                                        color: #333;
                                                        margin-top: 10px;
                                                        line-height: 28px;
                                                    }
                                                    
                                                    .qiugou_3 span {
                                                        font-size: 24px;
                                                        color: #c80918;
                                                        margin-left: 20px;
                                                        line-height: 28px;
                                                    }
                                                    
                                                    #leixing {
                                                        font-size: 16px;
                                                        color: #333;
                                                    }
                                                    
                                                    #lianxiren {
                                                        font-size: 16px;
                                                        margin-left: 26px;
                                                    }
                                                    
                                                    #leixing a {
                                                        margin-left: 10px;
                                                        color: #3399ff;
                                                    }
                                                    
                                                    .qiugou_3 span img {
                                                        vertical-align: middle;
                                                        margin: 0px;
                                                    }
                                                    
                                                    #ershou_tuijian {
                                                        float: right;
                                                        margin-left: 25px;
                                                    }
                                                    
                                                    #ershou_mai {
                                                        margin-left: 0px;
                                                    }
                                                    /*添加商品*/
                                                    
                                                    .right_tj {
                                                        width: 798px;
                                                        height: 1100px;
                                                        border: 1px #CCCCCC solid;
                                                        float: right;
                                                        margin-bottom: 30px;
                                                    }
                                                    
                                                    .bt_tj h3 {
                                                        /* text-align: -webkit-left; */
                                                        /* padding-top: 10px; */
                                                        color: white;
                                                        height: 38px;
                                                        background-color: #f86d0d;
                                                        font-size: 16px;
                                                        /* margin-left:50px; */
                                                        /* margin-top:20px; */
                                                    }
                                                    
                                                    .nr_3 {
                                                        width: 635px;
                                                        height: 1050px;
                                                        margin-left: 30px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .spmc {
                                                        width: 700px;
                                                        heighth: 35px;
                                                    }
                                                    
                                                    .spmc h3 {
                                                        color: #444;
                                                        font-size: 14px;
                                                        float: left;
                                                        line-height: 25px;
                                                    }
                                                    
                                                    .spmc input[type=text] {
                                                        height: 25px;
                                                        width: 500px;
                                                    }
                                                    
                                                    .spmc2 {
                                                        width: 700px;
                                                        heighth: 35px;
                                                        margin-top: 10px;
                                                    }
                                                    
                                                    .spmc2 h3 {
                                                        color: #444;
                                                        font-size: 14px;
                                                        float: left;
                                                        line-height: 25px;
                                                    }
                                                    
                                                    .spmc2 input[type=text] {
                                                        height: 67px;
                                                        width: 200px;
                                                    }
                                                    
                                                    .shj {
                                                        width: 240px;
                                                        height: 35px;
                                                        margin-top: 20px;
                                                        float: left;
                                                    }
                                                    
                                                    .shj h3 {
                                                        color: #444;
                                                        font-size: 14px;
                                                        float: left;
                                                        line-height: 25px;
                                                    }
                                                    
                                                    .shj input[type=text] {
                                                        height: 25px;
                                                        width: 120px;
                                                    }
                                                    
                                                    .shj span {}
                                                    
                                                    .ppa {
                                                        width: 300px;
                                                        height: 35px;
                                                        margin-top: 70px;
                                                    }
                                                    
                                                    .ppa h3 {
                                                        color: #444;
                                                        font-size: 14px;
                                                        float: left;
                                                        line-height: 25px;
                                                    }
                                                    
                                                    .ppa input[type=text] {
                                                        height: 33px;
                                                        width: 225px;
                                                    }
                                                    
                                                    .ppa2 {
                                                        width: 300px;
                                                        height: 35px;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .ppa2 h3 {
                                                        color: #444;
                                                        font-size: 14px;
                                                        float: left;
                                                        line-height: 25px;
                                                    }
                                                    
                                                    .ppa2 input[type=text] {
                                                        height: 25px;
                                                        width: 225px;
                                                    }
                                                    
                                                    .spfl {
                                                        width: 310px;
                                                        height: 25px;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .spfl h3 {
                                                        color: #444;
                                                        font-size: 14px;
                                                        float: left;
                                                        line-height: 35px;
                                                    }
                                                    
                                                    .spfl input[type=text] {
                                                        height: 31px;
                                                        width: 190px;
                                                        float: left;
                                                    }
                                                    
                                                    .spfl2 {
                                                        width: 310px;
                                                        height: 35px;
                                                        margin-top: 20px;
                                                        margin-left: 70px;
                                                    }
                                                    
                                                    .spfl2 h3 {
                                                        color: #444;
                                                        font-size: 14px;
                                                        float: left;
                                                        line-height: 35px;
                                                    }
                                                    
                                                    .spfl2 input[type=text] {
                                                        height: 31px;
                                                        width: 190px;
                                                        float: left;
                                                    }
                                                    
                                                    .spfl3 {
                                                        width: 310px;
                                                        height: 35px;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .spfl3 h3 {
                                                        color: #444;
                                                        font-size: 14px;
                                                        float: left;
                                                        line-height: 35px;
                                                    }
                                                    
                                                    .img_6 img {
                                                        margin-top: 300px;
                                                    }
                                                    /* 添加商品-添加缩略图 */
                                                    
                                                    .spzt {
                                                        width: 100%;
                                                        overflow: hidden;
                                                        margin-top: 15px;
                                                    }
                                                    
                                                    .spzt h3 {
                                                        float: left;
                                                        width: 75px;
                                                        color: #444;
                                                        font-size: 14px;
                                                        text-align: right;
                                                    }
                                                    
                                                    .imgpic_right {
                                                        float: left;
                                                        width: 690px;
                                                        overflow: auto;
                                                    }
                                                    /*.imgpic_right ul{ height:167px;}*/
                                                    
                                                    .imgpic_right li {
                                                        float: left;
                                                        width: 115px;
                                                        overflow: hidden;
                                                        margin-top: 9px;
                                                        margin-right: 9px;
                                                        margin-bottom: 9px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .uploadImg {
                                                        overflow: hidden;
                                                        cursor: pointer;
                                                        position: relative;
                                                        color: #000;
                                                        text-decoration: none;
                                                        display: block;
                                                        margin: 0 auto;
                                                        width: 76px;
                                                        height: 18px;
                                                        border: 1px solid #999;
                                                        border-radius: 2px;
                                                        line-height: 18px;
                                                        font-size: 12px;
                                                        text-align: center;
                                                        font-family: "microsoft yahei";
                                                        background: #EDEDED none repeat scroll 0% 0%;
                                                        background-image: url(images/glsp.jpg);
                                                    }
                                                    
                                                    .stfile {
                                                        position: absolute;
                                                        cursor: pointer;
                                                        z-index: 100;
                                                        opacity: 0;
                                                        right: 0px;
                                                        top: 0px;
                                                        background: transparent none repeat scroll 0px 0px;
                                                        border: 0px none;
                                                        width: 100%;
                                                        height: 20px;
                                                    }
                                                    /* 友情链接 */
                                                    
                                                    .link {
                                                        width: 1000px;
                                                        height: 100px;
                                                        margin: 0 auto;
                                                        margin-top: 40px;
                                                    }
                                                    
                                                    .link_title {
                                                        width: 1000px;
                                                        height: 40px;
                                                        font-size: 16px;
                                                        color: #666;
                                                        line-height: 40px;
                                                    }
                                                    
                                                    .link li {
                                                        float: left;
                                                        width: auto;
                                                        margin-left: 20px;
                                                        height: 30px;
                                                    }
                                                    /*优惠套餐*/
                                                    
                                                    .taocan {
                                                        width: 1000px;
                                                        height: 260px;
                                                        margin: 0 auto;
                                                        border: 1px solid #e4e4e4;
                                                        margin-top: 20px;
                                                    }
                                                    
                                                    .taocan_dh {
                                                        width: 1000px;
                                                        height: 24px;
                                                        background: #f0f0f0;
                                                        border-bottom: 1px solid #e4e4e4;
                                                    }
                                                    
                                                    .taocan_dh p {
                                                        margin-left: 10px;
                                                        line-height: 24px;
                                                        color: #f86d0d;
                                                        font-size: 18px;
                                                    }
                                                    
                                                    .taocan_jia {
                                                        width: 760px;
                                                        height: 220px;
                                                        float: left;
                                                        overflow-x: scroll;
                                                        overflow-y: hidden;
                                                    }
                                                    
                                                    .taocan_jia ul {
                                                        width: 300%;
                                                    }
                                                    
                                                    .taocan_jia li {
                                                        width: 150px;
                                                        height: 240px;
                                                        float: left;
                                                    }
                                                    
                                                    .taocan_jia li img {
                                                        max-width: 150px;
                                                        height: 120px;
                                                    }
                                                    
                                                    .taocan_jia li p {
                                                        color: #f00;
                                                        text-align: center;
                                                        font-size: 14px;
                                                    }
                                                    
                                                    .taocan_jia li span {
                                                        width: 150px;
                                                        height: 15px;
                                                        color: #333;
                                                        margin: 5px 5px 5px 5px;
                                                        margin-left: 30px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .jiahao {
                                                        height: 220px;
                                                        float: left;
                                                        margin-top: 75px;
                                                        margin-left: 15px;
                                                        margin-right: 15px;
                                                    }
                                                    
                                                    .dengyu {
                                                        width: 230px;
                                                        height: 220px;
                                                        float: left;
                                                    }
                                                    
                                                    .dengyu_1 {
                                                        width: 200px;
                                                        height: 220px;
                                                        text-align: center;
                                                    }
                                                    
                                                    .geshu {
                                                        width: 200px;
                                                        line-height: 60px;
                                                        color: #666;
                                                        font-size: 16px;
                                                    }
                                                    
                                                    .geshu span {
                                                        color: #f00;