body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */

}

body {
    color: #666;
}

h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: underline;
    color: #b6050b;
}

abbr[title], acronym[title] {
    /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after {
    content: '';
}

/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset, img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
}

/*通用*/
.inner_box {
    width: 1200px;
    margin: 0 auto;
}

.inner_box_980 {
    width:980px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    font-family: Microsoft YaHei, sans-serif, 宋体;
}

.clr {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

/*顶部通用*/

#topbar {
    height: 30px;
    line-height: 30px;
    background: #F7F7F7;
    border-bottom: 1px solid #eee;
}

.addfav {
    height: 30px;
    background: url('addfav.jpg') no-repeat 0 5px;
    padding-left: 23px;
}

.addfav a {
    color: #666;
}

.addfav a:hover {
    color: #b6050b;
}

.topinfo li {
    float: left;
    padding: 0 11px 0 12px;
    height: 30px;
    position: relative;
}

.topinfo li s {
    position: absolute;
    border-left: 1px solid #DDDDDD;
    height: 12px;
    left: 0;
    overflow: hidden;
    top: 9px;
    width: 0;
}

#header_top {
    height: 100px;
    position: relative;
}

#cart_label {
    background: url('step3.jpg') -3px 0 no-repeat;
    display: block;
    width: 481px;
    height: 59px;
    position: absolute;
    top: 28px;
    right: 0px;
}

#cart_label.step2 {
    background-position: -483px 0;
}

#cart_label.step3 {
    background-position: -964px 0;
}

.order-main .order-section-title {
    background: none;
    padding: 15px 0 0 30px;
    font-weight: 700;
}

.order-main .order-section-title .action-edit-shipping, .order-main .order-section-title .action-edit-delivery {
    background: none;
    float: none;
    color: #e4393c;
    padding-left: 0;
}

.mycart_title {
    height: 25px;
    background: url('mycart_bg.jpg') no-repeat;
}

.cart_index {
    position: relative;
    padding-top: 20px;
}

.cart_index .cart-nav {
    position: absolute;
    right: 0;
    width: 483px;
    height: 59px;
    top: -80px;
    background: url('step3.jpg') no-repeat;
}

.cart_index .stepbj1 {
    background-position: 0 0;
}

.order-main .order-section-title a {
    color: #cc0000;
}

#cart-items {
    padding-top: 10px;
}

.gridlist th {
    background: #950408;
    height: 39px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;
    border: none;
}

#cart-return-btn .order-btn {
    background: url('gocheck.jpg') no-repeat;
    width: 135px;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden;
}

#cart-return-btn .order-btn span {
    background: none;
}

.order-main .order-section th {
    text-align: left;
}

.order-main .order-section table {
    width: 922px;
}

.order-main .change-delivery thead td {
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

h3.seller_shipping_tit {
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    background: #f7f7f7;;
    border: 1px solid #ddd;
    width: 910px;
    margin: 0 auto;
    font-weight: 800;
}

h3.seller_shipping_tit a{
    color: #96c332;
}

.order-main .order-section table.seller_shipping_method {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.order-main .change-delivery .master td {
    padding: 10px;
}

.order-main .order-section table.seller_confirm_shipping_method {
    border: 1px solid #ddd;
    width: 500px;
    margin: 0 0 10px 22px;
}

.order-main .order-section table.seller_confirm_shipping_method .label {
    width: 100px;
    border-right: 1px solid #e3e3e3;
}

.order-main .order-section table.seller_confirm_shipping_method th {
    width: 400px;
    color: #777;
    background: #f7f7f7;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 0 20px;
    color: #666;
}

.order-main .order-section table.seller_confirm_shipping_method td {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    height: 24px;
    line-height: 24px;
}

.order-main .order-section-content {
    padding-bottom: 20px;
}

#order_main .change-payment .action-confirm-payment {
    background: url('btn_payment.jpg') no-repeat;
    width: 124px;
    height: 30px;
    padding: 0;
    margin: 10px 0 0 0;
    text-indent: -9999px;
    overflow: hidden;
}

#order_main .change-payment .action-confirm-payment span {
    background: none;
}

.order-section-content .action-confirm-delivery {
    margin: 20px 0 0 10px;
}

.order-section-content .action-confirm-delivery span{
    padding: 0 10px;
}

#cart_item_label {
    background: #96c332;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
}

#cart_item_label li {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.hdl_cart_item_all {
}

#cart_item_label li.c_check {
    padding-right: 0;
    width: 70px;
}

#cart_item_label li.c_pro {
    width: 225px;
    margin-left: 45px;
}

#cart_item_label li.c_pro2,
#cart_item_label li.c_integral,
#cart_item_label li.c_num,
#cart_item_label li.c_act {
    width: 100px;
    text-align: center;
}

#cart_item_label li.c_price,#cart_item_label li.c_sum{
    width: 120px;
    text-align: center;
}
#cart_item_label li.c_check label input {
    _margin-top: 10px;
}

.cart-main_box {
    padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.shopcartlist {
    border-top: 2px solid #950408;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.shopcartlist th {
    height: 36px;
    line-height: 36px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}

.shopcartlist th .name {
    padding-left: 10px;
    color: #333;
    font-size: 14px;
}

.shopcartlist th .name a {
    color: #333;
}

.shopcartlist .col-1 {
    width: 40px;
}

.shopcartlist .col-2 {
    width: 80px;
}

.shopcartlist .col-3 {
    width: 230px;
}

.shopcartlist .col-4 {
    width: 140px;
}

.shopcartlist .col-5 {
    width: 90px;
}

.shopcartlist .col-6 {
    width: 120px;
}

.shopcartlist .col-7 {
    width: 120px;
}

.shopcartlist .col-8 {
    width: 100px;
}

.shopcartlist td {
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
}

.shopcartlist .p-pic {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    margin: 0;
}

.shopcartlist .p-pic img {
    width: 50px;
    height: 50px;
}

.shopcartlist .item-goodsname a {
    color: #950408;
    font-size: 14px;
}

.shopcartlist .p-quantity input, .cart-main .p-quantity input {
    margin: 0 5px;
    width: 35px;
    border: 1px solid #ccc;
    height: 18px;
    text-align: center;
}

.shopcartlist .p-quantity a.btn-decrease, .cart-main .p-quantity a.btn-decrease {
    background: url('pcj.jpg') no-repeat;
    display: inline-block;
    *display: inline;
    text-indent: -9999px;
    overflow: hidden;
    width: 17px;
    height: 20px;
    vertical-align: middle;
}

.shopcartlist .p-quantity a.btn-increase, .cart-main .p-quantity a.btn-increase {
    background: url('pcp.jpg') no-repeat;
    display: inline-block;
    *display: inline;
    text-indent: -9999px;
    overflow: hidden;
    width: 17px;
    height: 20px;
    vertical-align: middle;
}

.shopcartlist .p-subtotal {
    color: #950408;
    font-size: 14px;
}

#order_cartitem .cart-main .cart-product td.p-subtotal {
    color: #e4393c;
    font-size: 14px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0;
}

.shopcartlist .p-action a {
    color: #950408;
    line-height: 18px;
}

.shopcartlist tfoot h3 {
    height: 30px;
    line-height: 30px;
    padding-right: 15px;
    text-align: right;
    color: #666;
}

.shopcartlist tfoot h3 a {
    color: #666;
}

#cart-total .cart-left input {
    margin-right: 10px;
}

#cart-total {
    margin-top: 30px;
}

#order_price ul li {
    width: 360px;
    height: 24px;
    line-height: 24px;
    text-align: right;
}

#order_price .label {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 200px;
    padding-right: 10px;
    font-size: 14px;
}

#order_price .price {
    text-align: right;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 130px;
    padding-right: 15px;
    font-size: 18px;
    color: #cc0000;
}

.gocheck_box {
    margin-top: 20px;
    text-align: right;
}

#cart_goods_count b {
    padding: 0 2px;
    color: #950408;
}

#btn-submit-cart {
    background: url('gocheck.jpg') no-repeat;
    width: 135px;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
}

#cart_goods_count {
    padding-right: 10px;
}

.cart-main thead th {
    text-align: left;
}

.cart-main .cart-product td, .cart-main .p-packs td, .cart-main .p-adjunct td {
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cart-main td.item-checkout {
    padding-left: 18px;
}

.cart-main td.item-goodsname {
    padding-right: 15px;
}

.hdl_cart_item_all {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.c_check {
    width: 50px
}

.cart-main .c_check {
    width: 45px;
}

.cart-main .c_pro {
    width: 65px;
}

.cart-main .c_pro2 {
    width: 230px;
}

.cart-main .c_integral,.cart-main .c_num, .cart-main .c_act, .cart-main .c_infor{
    width: 100px;
}

.cart-main .c_price,.cart-main .c_sum {
    width: 120px;
}

.cart-main .warn-message{
    width: 80px;
    margin: 2px auto 2px 6px;
}
tr.seller_info th {
    padding-left: 18px;
}

.cart-main td.p-price,
.cart-main td.p-info,
.cart-main td.p-subtotal,
.cart-main td.p-integral,
.cart-main td.p-action {
    text-align: center;
}

#cart_item_label .c_check label {
    margin-left: 20px;
}

.cart-main tfoot td {
    padding: 10px 16px;
}

.seller_order_gift h3, .seller_order_promotion h3 {
    font-weight: normal;
    font-size: 12px;
    color: #666;
}

.shopcartlist td.item-checkout {
    padding-top: 30px;
}

.shopcartlist td.item-checkout input {
    vertical-align: middle;
}

.cart-main .p-quantity a {
    border: none;
}

.cart-main .p-quantity {
    width: 90px;
    margin: 0 auto;
}

.seller_order_promotion {
    margin-top: 5px;
}

.item-goodsname {
    height: 52px;
    overflow: hidden;
}

#cart-title {
    display: none;
}

.order-main .order-section table {
    border: none;
}

.order-container .cart-main thead th {
    text-align: center;
    border-bottom: 2px solid #cc0000;
    line-height: 22px;
    font-weight: bold;
}

.seller_info {
    background: #f7f7f7;
    line-height: 36px;
    height: 36px;
}

.seller_info td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-left: 20px;
    color: #333;
}

#order_container .cart-main .c_pro1 {
    width: 330px;
}

#order_container .cart-main .c_pro2 {
    width: 150px;
}

#order_container .cart-main .c_price,
#order_container .cart-main .c_integral {
    width: 100px;
}

#order_container .cart-main .c_num {
    width: 100px;
}

#order_container .cart-main .c_sum {
    width: 100px;
}

.cart-main.checkout .p-pic {
    float: left;
    margin-right: 0;
}

.cart-main.checkout .p-title {
    float: left;
    margin-left: 10px;
    width: 260px;
    height: 52px;
    overflow: hidden;
    line-height: 18px;
    text-align: left;
}

.cart-main .cart-item {
    background: #fff;
}

#order_container .cart-main .cart-item {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.cart-main .p-pic {
    margin: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
}

.cart-main .p-pic img {
    width: 50px;
    height: 50px;
}

#order_cartitem .cart-main .cart-product td.p-price {
    padding-left: 0;
    text-align: center;
}

.order-container .cart-main thead th.center {
    padding-left: 0;
    text-align: center;
}

.cart-main .p-action a {
    color: #2c3e50;
    font-weight: 800;
}

.seller_order_promotion {
    overflow: hidden;
    display: none
}

.seller_order_gift {
    overflow: hidden;
    display: none
}

.cart-main td {
    text-align: left;
}

.seller-order-comment span {
    vertical-align: top;
}

#order_main {
    border-bottom: 1px solid #ddd;
}

.order-main .seller_act td {
    padding-top: 20px;
}

#order_main .seller-order-comment textarea.x-input {
    background: none;
    width: 400px;
    height: 75px;
    margin-left: 10px;
}

.price {
    color: #950408;
}

.order-main .seller_act td.seller-subtotal {
    padding-left: 0px;
}

.order-main .seller_act td.seller-subtotal li label {
    width: 100px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: right;
}

.order-main .seller_act td.seller-subtotal li .price {
    width: 90px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: right;
}

.order-main .seller_act td.seller-subtotal .seller_subtotal_inner {
    width: 200px;
    float: right
}

.btnarea .action-submit-order {
    background: url('cart2_19.jpg') no-repeat;
    width: 135px;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden;
}

.btnarea {
    text-align: right;
    padding: 20px;
}

.order-clearing .order-price ul {
    width: 380px;
}

#order_price .inner .price{
    padding-right: 0;
    width: 160px;
    text-align: left;
}

.change-payment tbody {
    background: none;
}

#confirm_shipping_address {
    display: none;
}

.order-clearing #order_price .price {
    width: auto;
    padding-left: 20px;
}

.order-clearing .order-price .total b {
    font-size: 18px;
    font-family: arial, Microsoft YaHei, sans-serif, 宋体;
}

.order-clearing .order-infor, .order-clearing .order-price, .btnarea {
    background: #f3f3f3;
    border: none;
}

.order-main .notice {
    background: #f2f2f2;
    margin: 0 10px;
}

#order_coupon,#order_deduction {
    padding-left: 20px;
}

.order-main .change-shipping .action-change-shipping {
    vertical-align: middle;
}

#order_cartitem .item-checkout input {
    display: none;
}

.order-main .order-section th, .order-main .order-section td {
    margin: 0;
    padding: 5px 4px;
}

.order-main .change-shipping li.last {
    background: none !important;
}

#order_main .x-input {
    background: #fff;
    height: auto;
    padding: 2px;
    line-height: 16px;
    border: 1px solid #ddd;
    color: #666;
}

#order_cartitem .seller_info td {
    padding: 0 0 0 20px;
    line-height: 34px;
    height: 34px;
}

#order_cartitem .cart-item td {
    padding: 10px 0 10px 0px;
}

#order_cartitem .cart-item td.p-quantity {
    text-align: center;
}

#order_cartitem .cart-item td.p-info {
    padding-left: 20px;
}

.order-main .change-shipping li.selected {
    background: none;
}

#order_cartitem .seller_promotion td {
    padding: 0;
}

.order-section-content .caution-inline {
    margin: 0 0 10px 20px;
}

/*底部通用*/
.footer {
    margin-top: 33px;
}
.helps {
    overflow: hidden;
}

.l_helps {
    padding-left: 30px;
    width: 369px;
    border-left: 1px solid #dcd7cf;
    padding-top: 30px;
    height: 369px;
    overflow: hidden;
}

.m_helps {
    padding-left: 30px;
    width: 369px;
    border-left: 1px solid #dcd7cf;
    padding-top: 30px;
    height: 369px;
    overflow: hidden;
}

.r_helps {
    padding-left: 30px;
    width: 368px;
    border-left: 1px solid #dcd7cf;
    padding-top: 30px;
    height: 369px;
    overflow: hidden;
}

.l_helps h3, .m_helps h3, .r_helps h3 {
    font-size: 16px;
    color: #ba0c2e;
    font-weight: 700;
}

.focus_jima {
    margin-top: 40px;
}

.focus_jima h4 {
    color: #666;
}

.app_list {
    padding-top: 10px;
}

.app_list a {
    margin-right: 10px;
}

.weixin {
    padding-top: 15px;
    overflow: hidden;
}

.weixin_pic {
}

.weixin_info {
    float: left;
    margin-left: 10px;
    _display: inline;
    width: 274px;
}

.weixin_info p {
    color: #999;
}

.weixin_info h4 {
    height: 18px;
    line-height: 18px;
}

.focus_sns_pics {
    overflow: hidden;
    padding-top: 40px;
}

.footer_link {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f8f8f5;
}

.footer_link a {
    color: #90989f;
    padding: 0 10px;
}

.footer_link {
    color: #90989f;
}

.helps_link {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ccc;
}

.helps_link a {
    padding: 0 10px 0 0;
}

.bottom_arts ul li.bt_arts {
    width: 100px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin-right: 23px;
}

.bottom_arts .content-node-list-title {
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 15px;
    height: 15px;
    width: 100px;
    overflow: hidden;
}

.bottom_arts .article-index-list ul {
    *margin-top: -15px;
}

.bottom_arts .lv-1 {
    margin-bottom: 10px;
    height: 12px;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}

.cart-main .order-price .total b {
    font-size: 18px;
    font-family: arial, 'Microsoft YaHei', sans-serif, "宋体";
}

.cart-main .p-adjunct .p-action .btn-delete, .cart-main .p-adjunct i {
    display: none
}

/*checkout*/
.checkout_page {
    position: relative;
}

.checkout_page .cart-nav {
    position: absolute;
    right: 0;
    width: 481px;
    height: 59px;
    top: -80px;
    background: url('step3.jpg') no-repeat;
}

.checkout_page .stepbj2 {
    background-position: -483px 0;
}

.submit-btn span, .submit-btn:hover span {
    background: url("btn-20130725.png") no-repeat scroll;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding-left: 20px;
    border: none;
}

.order-section-content {
    overflow: hidden;
}

#change_shipping {
    overflow: hidden;
}

.order-main .order-section-title {
    text-align: left;
}

.submit-btn span span, .submit-btn:hover span span {
    background: url("btn-20130725.png") no-repeat 100% -30px;
    cursor: pointer;
    float: left;
    height: 30px;
    padding-right: 20px;
    padding-left: 0;
    color: #fff;
    text-shadow: none;
    line-height: 28px;
    border: none;
}

.btn:hover {
    text-shadow: none;
}

#btn-cart-checkout {
    background: url('cart2_19.jpg') no-repeat;
    width: 135px;
    height: 36px;
}

#btn-cart-checkout span {
    background: none;
    text-indent: -9999px;
    overflow: hidden;
}

#goodsbody.cart-empty {
    border: 1px solid #e0e0e0;
    background: #f6f6f6;
    padding: 40px 0;
}

.cart_empty_pic {
    background: url('cart_empty.jpg') no-repeat;
    width: 108px;
    height: 80px;
}

.empty_words {
    font-size: 16px;
    margin-left: 20px;
    padding-top: 30px;
}

.empty_words a {
    color: #b6050b;
}

.order-main .highlight {
    background: #fff;
    border: 2px solid #2c3e50;
}

.order-main .highlight .order-section-content {
    border: none;
}

.btn span {
    border: none;
}
.order-clearing caption{
    background-color: #96c332}
/***************购物车订单页面修改***************/
.btn-collapse, .btn-expand{
    width: 12px;
    height: 12px;
    line-height: 12px;
}
#order_cartitem.order-section .checkout{
    margin-bottom: 20px;
}

#order_coupon .content .btn-simple,
#order_deduction .content .btn-simple{
    border: 1px solid #ddd;
}

.cart-main .cart-product td .p-discount b {
    display: block;
    text-align: center;
}

#order_clearing_wrap .order-clearing .order-price .price {
    padding-left: 0;
    width: 120px;
    text-align: right;
}

#order_clearing_wrap .order-clearing .order-price .btnarea{
    margin-right: 0;
}

#order_clearing_wrap .order-clearing .order-price ul{
    width: 300px;
    margin-right: 10px;
}

#order_clearing_wrap #order_price ul li{
    width: 300px;
}
#order_clearing_wrap #order_price .label{
    width: 180px;
    padding-right: 0;
}

/*========发票=========*/
.order-section-content .invoice label{
    width: 85px;
    display: inline-block;
}