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{
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, ""宋体"", sans-serif;*/
    font-size: 12px;
    font-family: Arial, Verdana, "\5b8b\4f53";
    color: #333;
}
h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4, h5, h6 {
    font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Microsoft YaHei";
}

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: #333;
    outline: none;
}
a:hover {
    text-decoration: underline;
    color: #666;
}

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;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clr {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
.font-orange {
    color: #950409;
}
.mr3 {
    margin-right: 3px;
}
input.x-input {
    border: 1px solid #c3c3c3;
}

/*css雪碧   通用*/
.s-s-close, .brand-wall .title span, .hotgoods .title span, .promotion .title span,
.academy .title span, .academy .list .item span, .academy .list .item li em, .tenants .title span{
    background-image: url("../images/icon/index-icons.png");
    background-repeat: no-repeat;
}
/*顶部通用*/

#topbar {
    height: 30px;
    line-height: 30px;
    background-color: #f1f1f1;
}
.addfav {
    height: 30px;
    background: url('addfav.jpg') no-repeat 0 5px;
    padding-left: 23px;
}
.addfav a {
    color: #333;
}
.addfav a:hover {
    color: #bb7716;
}

.topinfo {
    _zoom: 1;
}
.topinfo li {
    float: left;
    padding: 0 11px 0 12px;
    height: 30px;
    position: relative;
}
.topinfo li s {
    position: absolute;
    border-left: 1px solid #e0e0e0DDD;
    height: 12px;
    left: 0;
    overflow: hidden;
    top: 9px;
    width: 0;
}
.logoBox{
    margin-top: 25px;
    margin-right: 35px;
    width: 295px;
    overflow: hidden;
}
.logo {
    width: 150px;
    height: 50px;
}
.logo a img {
    width: 150px;
}

.slogan {
    width: 135px;
    height: 50px;
}
.logo_describe{
    width: 295px;
    height: 30px;
    overflow: hidden;
}

.search_bar{
    float: left;
    margin: 35px 0 0 20px;
    width: 480px;
}
#header_top {
    height: 121px;
    background-color: #eeeeee;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType='0', startColorStr='#ffffff', endColorStr='#eeeeee');
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%) #eeeeee;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%) #eeeeee;
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%) #eeeeee;
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%) #eeeeee;
    background: linear-gradient(top, #ffffff 0%, #eeeeee 100%) #eeeeee;
}
#header_top .logo a {
    display: block;
    width: 150px;
    height: 50px;
}
ch_bar {
    width: 480px;
    float: left;
    margin: 35px 0 0 20px;
    _display: inline;
}
.search_label .search_input {
    height: 28px;
    width: 388px;
    border: 1px solid #e3e3e3;
    border-color: #96c332;
    line-height: 28px;
    padding: 0 5px;
    font-size: 12px;
    float: left;
}
.search_btn {
    width: 80px;
    background-color: #96c332;
    height: 30px;
    border: none;
    cursor: pointer;
    color: #fff;
    float: right;
    font-size: 14px;
    font-family: "微软雅黑";
}
.hotwords {
    padding-top: 40px;
}
.hotwords a {
    padding: 0 5px;
}
.hotwords .curr {
    color: #a3252a;
}
.mini_cart {
    position: relative;
    margin: 35px 0 0 70px;
    z-index: 1000;
    width: 126px;
    height: 30px;
}
.mini_cart dt {
    position: absolute;
    z-index: 3;
    padding: 0 20px 0 30px;
    width: 74px;
    height: 32px;
    border: 1px solid #e3e3e3;
    border-color: #96c332;
    background: #f7f7f7 url("icon.png") 8px -164px no-repeat;
    text-align: center;
    zoom: 1;
}
.mini_cart dl s {
    display: none;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 134px;
    height: 10px;
    background: #fff;
    overflow: hidden;
    zoom: 1;
    cursor: pointer;
    text-align: center;
}
.mini_cart dt .shopping {
    position: absolute;
    top: -10px;
    left: -10px;
    color: #fff;
    background: url("icon.png") -74px 0 no-repeat;
}
.mini_cart dt .shopping em {
    display: block;
    min-width: 18px;
    min-height: 18px;
    line-height: 18px;
    color: #fff;
    _height: 18px;
    _width: 18px;
}
.mini_cart dt b {
    position: absolute;
    top: 9px;
    right: 4px;
    width: 0;
    height: 0;
    border-style: dashed dashed dashed solid;
    border-width: 5px;
    border-color: transparent transparent transparent #CCC;
    overflow: hidden;
}
.mini_cart dt a {
    line-height: 30px;
}
.mini_cart dl.hover dd {
    display: block;
}
.mini_cart dd {
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 32px;
    width: 350px;
}
.mini_cart .cart-mini-container.cart-empty {
    background: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.mini_cart .cart-empty .empty_pic {
    display: block;
}
.mini_cart .cart-empty .prompt {
    display: block;
}
.mini_cart .cart-mini-container {
    border: 1px solid #e0e0e0;
    border-color: #96c332;
}

#cartpop .minicart_tit {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 10px 0;
    color: #666;
}
.mini_cart .prompt {
    display: none;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px 15px;
}
.mini_cart .nogoods {
    color: #999999;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    padding-left: 30px;
    background: none repeat scroll 0 0;
    float: none;
    cursor: auto;
}
.mini_cart .nogoods b {
    background: url("20130330A_1.png") no-repeat 0 0;
    float: left;
    height: 49px;
    width: 56px;
}
.mini_cart dl.hover dt {
    height: 32px;
    border: 1px solid #E3E3E3;
    border-color: #96c332;
    border-bottom: 0;
    background: url("20130330A_1.png") no-repeat -115px -114px;
    background-color: #fff;
}
#cartpop .goods-item {
    border-top: 1px dotted #e0e0e0;
    padding: 8px 10px;
    overflow: hidden;
    width: 328px;
    height: 52px;
}
#cartpop .goods-item .goods-pic {
    border: 1px solid #e0e0e0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
    float: left;
}
#cartpop .goods-item .goods-pic img {
    width: 50px;
    height: 50px;
}
#cartpop .goods-item .goods-info {
    float: left;
    height: 50px;
    width: 266px;
    overflow: hidden;
}
#cartpop .goods-item .goods-name {
    float: left;
    overflow: hidden;
    height: 52px;
    max-height: 52px;
    line-height: 17px;
    width: 150px;
    font-family: Arial, Verdana, "\5b8b\4f53";
    margin-bottom: 0;
}
#cartpop .goods-item .goods-name a {
    font-weight: normal;
    font-size: 12px;
    color: #666;
}
#cartpop .goods-item .goods-price {
    float: right;
    overflow: hidden;
    text-align: right;
    width: 116px;
    height: 52px;
    line-height: 17px;
}
#cartpop .goods-item .p-price {
    color: #E4393C;
    font-weight: bold;
}

#cartpop .goods-item .goods-price span {
    display: block;
}

#cartpop .goods-item .goods-price span .p-quantity {
    display: inline;
    margin-right: 0;
}
#cartpop .goods-item .action-delete {
    color: #005EA7;
    display: block;
}
#cartpop .minicart-info {
    padding: 8px;
    border-top: 1px solid #e0e0e0;
    background: none repeat scroll 0 0 #F5F5F5;
    overflow: hidden;
    text-align: right;
}
#cartpop .minicart-info i {
    margin: 0 5px;
    color: #E4393C;
}
#cartpop .minicart-info .price {
    color: #E4393C;
    font-size: 16px;
    font-weight: bold;
}
#cartpop .minicart-info .btn-tocart {
    background: none repeat scroll 0 0 #E4393C;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    text-align: center;
    width: 120px;
}
#cartpop .cart-mini-container .mcart_title {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 6px 8px;
}
/*****************************二维码**************************************/
.qr {
    margin-top: 9px;
    margin-right: 20px;
    position: relative;
}
.qr-bd {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 83px;
    height:91px;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
    display: block;
}
.qr .qr-bd img {
    width: 83px;
    height: 91px;
    display: block;
}
.qr-ft {
    display: block;
    position: absolute;
    top: 0;
    left: 94px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 18px;
    height: 18px;
}
.qr-ft del {
    width: 11px;
    height: 11px;
    margin-left: 4px;
    margin-top: 4px;
}
.fpicon {
    display: inline-block;
    vertical-align: middle;
    text-indent: -3000px;
}
.s-s-close {
    background-position: -35px -21px;
}

#menu_bar {
    height: 40px;
    background: #96c332;
    position: relative;
    z-index: 998;
}
/********************侧导航************************/
#category {
    position: relative;
    float: left;
    width: 200px;
    height: 39px;
    background: url("../images/icon/category.png") no-repeat 170px 14px;
    line-height: 39px;
    border-bottom: 1px solid #7bab11;
}
#category h3 {
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 198px;
    margin-left: 10px;
    font-weight: 800;
}
#category .category_list {
    display: none;
    z-index: 10;
    position: absolute;
    top: 40px;
    height: 309px;
    width: 198px;
    background-color: #96c332;
    border: 1px solid #96c332;
    border-top: none;
}
#category .category_list h3 {
    position: relative;
    height: 26px;
    font-weight: 400;
    line-height: 26px;
    width: 198px;
}
#category .category_list h3 a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
#category .over-group .cata-group-head {
    margin: 0;
    width: 198px;
   /* background-color: #8bb52e;*/
    background-color: #669900;
    height: 49px;
    border: none;
}
#category .category_list ul.category_ul {
    position: relative;
}
#category .category_list .category_ul .category_li {
    *zoom: 1;
    height: 42px;
    overflow: hidden;
    background: url('icon/arrow.png') no-repeat 180px 10px;
    border-bottom: 1px solid #7bab11;
    border-top: 1px solid #aed161;
    cursor: pointer;
}
#category .category_list ul.category_ul li.category_li.last {
    border-bottom: none;
}
#category .cata-group-btn a {
    color: #444;
    font-size: 14px;
}
.cat-ex-vertical .cata-group-btn {
    *zoom: 1;
}
.cat-ex-vertical .cata-group-head {
    *zoom: 1;
}
#category .category_li dd.cat-lv2-redundancy {
    overflow: hidden;
    padding: 2px 20px;
    line-height: 18px;
    height: 40px;
}
#category .category_li dd.cat-lv2-redundancy a {
    color: #625F5F;
    font-size: 12px;
    margin-right: 5px;
}
#category .cat-ex-vertical li.over-group {
    margin: 0;
    width: 198px;
    background-color: #8bb52e;
    height: 41px;
}

#category .cat-children-box {
    position: absolute;
    z-index: 17;
    left: 199px;
    top: 0;
    background-color: #fff;
    overflow: hidden;
   /* width: 400px;*/
    width: 770px;
    min-height: 310px;
   /* height: 310px;*/
    box-shadow: 1px 0 2px #978d8d inset;
    background: rgba(255, 255, 255, 0.9) !important;
    filter: alpha(opacity=90);
}
#category .cat-children-box .subcat {
    float: left;
    width: 770px;
    overflow: hidden;
}
#category .cat-children-box .rel {
    float: right;
    margin-right: 10px;
    display: inline;
    width: 100px;
    min-height: 310px;
    /*height: 310px;*/
    overflow: hidden;
}
#category .cat-children-box .ads {
    margin: 10px auto;
}
#category .cat-children-box .ads a {
    margin: 0 auto 7px;
    display: block;
}
#category .cat-children-box .ads img {
    display: block;
    width: 80px;
    vertical-align: top
}
#category .cat-children-box .rel .section-tit {
    color: #E4393C;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}
#category .cat-children-box .brands {
    margin-top: 7px;
}
#category .cat-children-box .brands ul {
    overflow: hidden;
}
#category .cat-children-box .brands li {
    display: block;
    float: left;
    width: 105px;
    line-height: 22px;
    height: 22px;
    font-size: 12px;
}
#category .cat-children-box .brands a {
    color: #9B9A9A;
}

#category .cat-hot-link {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-left: 10px;
    width: 170px;
    font-size: 12px;
}
#category .cat-hot-link a {
    color: #fff;
    margin: 0 5px 0 0;
    font-size: 12px;
}

#category .subitem {
    padding: 7px 20px;
    z-index: 14;
}
#category .over-group s {
    left: 210px;
    top: -2px;
    width: 7px;
    height: 80px;
    background: #fff;
    overflow: hidden;
    display: block;
    position: absolute;
}
#category .subitem dt {
    color: #bb7716;
    font-size: 12px;
    line-height: 14px;
    height: 20px;
}
#category .subitem dt a {
    color: #96c332;
    font-weight: bold
}
#category .subitem dd a {
    border-left: 1px solid #CCCCCC;
    float: left;
    display: block;
    _display: inline;
    width: auto;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    padding:5px 10px;
    word-break: break-all;
    word-wrap: break-word;
    /*letter-spacing: 1px;*/

}
#category .subitem dd a.first {
    border-left: none;
}

#category .subitem dl {
    position: relative;
    padding: 6px 0 6px 60px;
    overflow: hidden;
    zoom: 1;
    height: auto;
    min-height: 24px;
    _heihgt: 24px;
    border-bottom: 1px dotted #666;
}
#category .subitem dl dt {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 100px;
    line-height: 24px;
    height: 24px;
}
#category .subitem dl dd {
    margin-left: 50px;
}
#category .cat-children-box-flex {
    display: none;
}

/***************************NAV**************************/
#menu_list {
    float: left;
    width: 982px;
    height: 40px;
    overflow: hidden;
}
#menu_list li {
    float: left;
    font-family: "Microsoft YaHei";
}
#menu_list li a {
    text-decoration: none;
    display: block;
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 30px;
}
#menu_list a.active {
    background: #669900;
}
#menu_list li a:hover {
    background: #669900;
}

/*弹出式商品分类样式*/
#category .mt {
    background: #CD2A2C
}
#category .mt a {
    display: block;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}
#category .mt b {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-position: -65px 0
}
#category .mc {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 203px;
    height: 402px;
    padding: 3px 3px 3px 0;
    background: #FAFAFA;
    border: solid #E4393C;
    border-width: 0 2px 2px;
    overflow: visible
}
#category .fore1 {
    border-top: 0
}
#category .item dd {
    padding: 0;
    overflow: hidden;
    zoom: 1
}

#category .subitem .fore1 {
    border-top: 0
}

#category .subitem em {
    float: left;
    height: 14px;
    margin: 4px 0;
    line-height: 14px;
    padding: 0 8px;
    border-left: 1px solid #ccc
}

#category .fr {
    width: 210px;
    padding-bottom: 2010px;
    margin-bottom: -2000px
}
#category .fr dl {
    width: 194px;
    padding: 6px 8px
}
#category .fr a {
    color: #666
}
#category .fr dd {
    padding-top: 6px;
    line-height: 20px;
    overflow: hidden
}
#category .fr img {
    margin-bottom: 4px
}
#category .categorys-brands li {
    float: left;
    width: 97px
}
#category .mc .extra {
    display: none
}

#category .loading-style1 {
    margin-top: 10px
}
#category .fore1 .categorys-brands li, #category .fore13 .categorys-brands li {
    width: 194px
}
#category .fore13 .i-mc {
    top: 23px
}
/*#category .over-group span {
    z-index: 13;
    width: 160px
}*/

#category .fore1.hover s {
    top: 1px
}
#category .hover .i-mc {
    display: block;
    z-index: 12
}
#category.hover .mt b {
    background-position: -65px -23px
}
#category.hover .mc {
    display: block
}
* html #category .item dd {
    padding-bottom: 6px
}


/*加入购物车弹出成功层样式*/
.popup-container .popup-header h2 {
    line-height: 20px;
}
.popup-btn-close {
    background: none;
    border: 1px solid #e0e0e0;
    padding: 0 5px;
}
.popup-btn-close span {
    background: none;
    padding: 0;
    border: none;
}
.popup-btn-close span span {
    padding-right: 0;
}

/*登录页*/
body.sign_bg {
    background: #f2f2f2;
}
.header_sign {
    width: 982px;
    margin: 0 auto;
    height: 172px;
    overflow: hidden;
}
.main_sign {
    width: 982px;
    margin: 0 auto;
}
.footer_sign {
    width: 982px;
    margin: 0 auto;
}
.sign_logo {
    float: left;
}
.sign_tel {
    padding-top: 64px;
    padding-right: 5px;
    float: right;
}
.sign_box {
    height: 354px;
    border: 5px solid #e8e8e8;
    background: #fff;
}
.sign_bigpic {
    width: 498px;
    overflow: hidden;
}
.sign_form {
    padding: 20px 40px 0 125px;
    width: 315px;
}
.sign_form_title h3 {
    float: left;
    font-size: 16px;
    color: #333;
}
.register_words {
    float: right;
    line-height: 28px;
}
.register_words a {
    color: #97060a;
    padding: 0 5px;
}
.sign_form_title {
    margin-bottom: 10px;
    overflow: hidden;
}
.sign_inputarea .sign_input {
    width: 271px;
    padding-left: 35px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #cecece;
    margin-bottom: 22px;
}
.sign_inputarea .username {
    background: url('sign_09.jpg') no-repeat 12px 14px;
}
.sign_inputarea .password {
    background: url('sign_12.jpg') no-repeat 12px 12px;
}
.sign_forget {
    line-height: 18px;
    font-size: 14px;
    color: #333;
}
.sign_forget input {
    margin: 2px 8px 0 0;
}
.re_sign {
    padding-right: 15px;
}
.sign_forget a.forget_pw {
    color: #333;
    padding-left: 15px;
    border-left: 1px dotted #333;
}
.btn_sign_box {
    padding-top: 20px;
}
.btn_sign_box .btn_sign {
    background: url('btn_sign.jpg') no-repeat;
    width: 310px;
    height: 40px;
    overflow: hidden;
    border: none;
    text-indent: -9999px;
}
.other_sign {
    padding-top: 20px;
}
.other_sign h4 {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}
.sign_alipay {
    padding: 1px 30px 1px 20px;
    background: url('ico_alipay.jpg') no-repeat;
}
.sign_qq {
    padding: 1px 30px 1px 20px;
    background: url('ico_qq.jpg') no-repeat;
}
.sign_weibo {
    padding: 1px 30px 1px 23px;
    background: url('ico_weibo.jpg') no-repeat;
}
.promise_sign {
    margin-top: 35px;
    text-align: center;
}
.footer_sign {
    margin-top: 35px;
}
.footer_link2 {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.footer_link2 a {
    padding: 0 8px;
}
.footer_copyright2 {
    margin-top: 4px;
    text-align: center;
}

/*会员中心*/
.member-sidebar {
    width: 208px;
}
.member-main {
    width: 982px;
}
.member-menu .member-menu-list .list-title-bg {
    height: 36px;
    line-height: 36px;
    padding: 0;
    border: none;
    background: none;
}
.member-menu .member-menu-list .list-title-bg .list-title-icon {
    font-size: 14px;
}
.member-menu a {
    text-indent: 30px;
}
.member-menu .body {
    margin: 0;
    padding: 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
}
.member-menu .member-menu-list ul {
    padding: 0;
}
.member-menu .member-menu-list {
    padding-bottom: 10px;
}
.member-main .title-bg, .member-main .title {
    overflow: hidden;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #950408;
    color: #000;
    background: none;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 18px;
    padding: 0;
}
.btn-a span, .addcart-btn span, .orangebtn span, .nogoods span {
    font-size: 12px;
}
.member-main .title-bg .pl10 {
    padding: 0;
}
.member-main-right .head div, .member-main .title-bg div {
    padding: 0;
}
.member-main .title-bg div {
    height: 40px;
    border: none;
}
.member-menu .current a {
    background: none;
    color: #ef4520;
}
.member-main-bg {
    background: #fff6e6;
    border: 1px solid #ffd7b3;
    padding: 0;
}
.member-main .index_title {
    border: none;
    padding: 25px 20px 10px 40px;
    background: none;
    font-size: 18px;
    color: #000;
}
.member-main-left {
    margin: 0;
    border: none;
    padding: 0;
}
.member-main ul {
    margin: 0;
}
.member-main-left li {
    border: none;
    padding-left: 40px;
}
.member-main-right .head {
    border: 1px solid #ffd4ae;
    background: #feedd0;
    color: #9c2423;
}
.member-main .favorites {
    padding-bottom: 0;
}
.site-part-title {
    margin: 0;
    background: #feedd0;
    border-top: 1px solid #ffd4ae;
    border-right: none;
    border-left: none;
    border-bottom: none;
}
.member-main-bg .site-part-title .info {
    display: none;
}
.site-part-title .time {
    float: left;
    padding-left: 30px;
    background: none;
}
.memberwrap {
    margin-top: 20px;
}
.btn-bj-hover {
    font-size: 12px;
}
.member-main .admin-title {
    margin: 0 0 15px 0;
}
.gridlist {
    border-bottom: 1px solid #e0e0e0;
}
.gridlist td.first {
    padding-left: 20px;
    text-align: left;
}
.gridlist td {
    text-align: center;
}
.submit-btn span, .submit-btn:hover span, .common-btn span, .common-btn:hover span, .addcart-btn, .addcart-btn:hover {
    background: url("btn-20130725.png") no-repeat scroll;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;

    padding-left: 20px;
}
.submit-btn span span, .submit-btn:hover span span, .common-btn span span, .common-btn:hover span span, .addcart-btn span, .addcart-btn:hover span {
    background: url("btn-20130725.png") no-repeat right -30px;
    cursor: pointer;
    float: left;
    height: 30px;
    padding-right: 20px;
    padding-left: 0;
    color: #fff;
    text-shadow: none;
    line-height: 28px;
    font-size: 14px;
}
.btn:hover {
    text-shadow: none;
}
.division .forform .inputstyle {
    width: 280px;
    height: 24px;
}
.division .forform td {
    vertical-align: middle;
    padding: 10px 0;
}
.division .forform th {
    vertical-align: middle;
    padding-right: 10px;
}
.mem_title {
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 2px solid #950409;
    padding-left: 20px;
    font-size: 20px;
}
.gridlist th {
    border: none;
    height: 36px;
    line-height: 36px;
}
.forform .x-input {
    width: 279px;
    height: 22px;
}
.member-main .FormWrap {
    margin-top: -1px;
    padding: 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.member-main .FormWrap .division {
    padding: 20px 10px 10px 10px;
}
.mem_btn_box {
    padding: 15px 0 15px 142px;
    overflow: hidden;
}
.member-main .no_info {
    text-align: center;
}
.member-main .gridlist th.first {
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 20px;
}
.member-main .gridlist th {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0px;
}
.member-main .noinfo {
    text-align: center;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
}
.member-main .price-button span {
    font-size: 14px;
    font-weight: 700;
    color: #950408;
}
.member-main .goods-main {
    float: left;
    margin-left: 10px;
    _display: inline;
    color: #950408;
}
.member-main .goodpic {
    width: 56px;
    height: 56px;
    margin: 10px 0 10px 20px;
}
.member-main .goodpic img {
    width: 56px;
    height: 56px;
}
.member-main .gridlist .goodinfo h6 {
    color: #950408;
    font-size: 14px;
}
.member-main .gridlist .goodinfo h6 a {
    color: #950408;
}
.fav-Operator {
    width: 120px;
}
.member-main .gridlist .member-fav {
    padding: 20px 10px 20px 70px;
}
.member-main .gridlist .member-btn-bj {
    color: #950408;
    margin-right: 10px;
    display: inline;
    clear: none;
    background: none;
    padding: 0;
}
.member-main .gridlist .has-icon {
    display: none;
}
.member-main .favorites .goodpic {
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    width: 126px;
    height: 126px;
    padding: 6px;
}
.member-main .favorites li {
    width: 187px;
    border: none;
    padding: 20px 0;
    margin: 0;
}
.member-main .favorites .goodpic img {
    width: 126px;
    height: 126px;
}
.member-main .favorites ul {
    padding: 0 20px;
}
.member-main .favorites li .goods-main {
    text-align: center;
    padding: 0 25px;
    margin: 10px 0 0 0;
    float: none;
}
.member-main .favorites li .goods-main h3 {
    line-height: 18px;
    height: 36px;
    text-align: center;
}
.member-main .favorites li .goods-main h3 a {
    color: #950408;
}
.member-main .favorites li .goods-main .price-wrap {
    text-align: center;
}
.member-main .favorites li .goods-main .price-wrap span {
    color: #950408;
}
.division .forform select option {
    height: 24px;
}
.division .forform select.inputstyle {
    padding: 6px 2px;
    height: 34px;
    width: 180px;
}
.division .forform .inputstyle {
    margin: 0 5px;
}
#unset span {
    background: none;
}
#unset {
    border: 1px solid #e0e0e0;
    padding: 1px 0;
    color: #666;
}
.gridlist {
    margin-top: 0;
}
.gridlist td {
    border-bottom: 1px solid #e0e0e0;
}
.member-main .division {
    margin-bottom: 0;
}
#addr_div {
    border: 3px solid #ff6600;
}
#addr_div .division {
    border: none;
}
.member-main .admin-title {
    border-color: #e0e0e0;
    margin-bottom: 0;
}
#deposit {
    background: none;
}
.addcart-btn .has-icon {
    display: none;
}
.min-btn {
    width: 180px;
}
.member-main .favorites {
    border: 1px solid #e0e0e0;
}
.member-order-list {
    border: none;
}
.member-main-bg {
    margin-bottom: 15px;
}
.orderlist-warp .gridlist table.noborder td {
    border-bottom: 1px dotted #e0e0e0;
}
.orderlist-warp .gridlist tbody td.newpadding {
    padding: 7px 0 0;
    border-bottom: none;
}

#order_nav {
    display: none;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #f7f7f7;
}
#order_nav li {
    float: left;
    width: 120px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
}
#order_nav li.on {
    color: #950408;
    font-size: 14px;
}
.order_detail .order-item {
    border-bottom: 1px solid #e0e0e0;
    clear: both;
    color: #950408;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.o_check {
    float: left;
    padding-top: 5px;
    width: 25px;
}
.order_left {
    float: left;
    width: 600px;
}
.order_right {
    float: left;
    width: 300px;
    overflow: hidden;
    text-align: right;
}
.ol_price {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}
.order_right .ol_pay {
    display: inline;
    margin-right: 10px;
}
.order_right .view-order {
    display: inline;
}
.ol_date {
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}
.ol_name {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    display: block;
}
.ol_num span {
    font-weight: 700;
    font-size: 14px
}
.ol_num {
    margin-top: 5px;
}
.order_right .ol_pay a, .order_right .view-order a {
    color: #950408;
}
.order_item-wrap {
    padding-top: 10px;
}
.jiathis_txt {
    color: #666;
}
.order_item-wrap .order_goods_item {
    overflow: hidden;
    margin-bottom: 10px;
}
.order_item-wrap .order_goods_item .ol_pic {
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
    _display: inline;
}
.order_item-wrap .order_goods_item .ol_info {
    float: left;
}
.ol_id a {
    padding: 0 10px 0 0;
}
.ol_sum {
    padding: 10px 20px;
    background: #f2f2f2;
    display: none;
}
.ol_sum a {
    text-decoration: none;
}
.ol_sum input {
    margin-right: 10px;
}
.ol_sum .btn_1 {
    padding: 10px;
    background: #E4393C;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    _zoom: 1;
    *display: inline;
}
.ol_sum .btn_2 {
    padding: 9px;
    background: #fff;
    border: 1px solid #e0e0e0;
    display: inline-block;
    _zoom: 1;
    *display: inline;
}
.order_extend {
    display: inline-block;
    margin-top: 10px;
    display: inline-block;
    _zoom: 1;
    *display: inline;
}
.order_extend .ol_share {
    display: inline-block;
    display: inline-block;
    _zoom: 1;
    *display: inline;
}

.member-grid thead th {
    height: 40px;
}
#member_orders .member-grid td {
    height: 71px;
    padding-left: 20px;
    text-align: center;
}
#member_orders .member-grid .price {
    font-size: 14px;
    color: #e4393c;
    text-align: center;
}
#member_orders .member-grid .order a {
    color: #e4393c;
    font-size: 14px;
}
span.o_arr {
    background: url('o_arr.jpg') no-repeat 0 6px;
    margin-left: 5px;
    padding: 3px 5px;
}
#member_orders .member-grid .goods-row ul.member-piclist {
    overflow: hidden;
    padding-left: 50px;
}
#member_orders .member-grid .member-piclist .goods-item {
    margin: 0 20px 10px 0;
    _zoom: 1;
    *display: inline;
}
#member_orders .member-grid .t_olist {
    border-bottom: 1px solid #e0e0e0;
}
#member_orders .member-grid .t_olist .actions a {
    color: #950408;
}
#member_orders .member-grid .t_olist .actions a span {
    color: #fff;
}
#member_orders .member-grid .col1 {
    width: 274px;
}
#member_orders .member-grid .col2 {
    width: 115px;
}
#member_orders .member-grid .col3 {
    width: 198px;
}
#member_orders .member-grid .col4 {
    width: 124px;
}
#member_orders .member-grid .col5 {
    width: 124px;
}
#member_orders .member-grid .col6 {
    width: 144px;
}
#member_orders .member-grid .actions a{
    color: #005ea7;
}
.price {
    color: #e00b00;
    font-size: 14px;
}
/*.btn span{border:none;}*/
.add_table .col_1 {
    width: 196px;
}
.add_table .col_2 {
    width: 196px;
}
.add_table .col_3 {
    width: 196px;
}
.add_table .col_4 {
    width: 196px;
}
.add_table .col_5 {
    width: 196px;
}
table.add_table {
    border-bottom: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.member-main table.add_table th {
    border-bottom: none;
}
.member-main .yucun_info .icon3 {
    display: inline-block;
    float: none;
    _zoom: 1;
    *display: inline;
    width: 93px;
    height: 26px;
    background: url('record_bg.jpg') no-repeat;
    margin-left: 5px;
    padding: 1px 0 0 16px;
}
.member-main .yucun_info .icon3 a:hover {
    background: none;
}
.member-main .yucun_info, .member-main .title .yucun_info span {
    font-size: 12px;
    font-weight: 400;
}
.member-main .title span {
    font-size: 14px;
}
.member-main .title .my_yc {
    font-size: 12px;
    font-weight: 400;
}
.yc_method li {
    padding: 10px 20px;
}
.member-main ul.yc_method {
    padding: 10px;
}
.torecharge {
    padding: 10px 0px 10px 120px;
    background: #f6f6f6;
    border-top: 1px solid #e0e0e0;
}
.switch .switchable-triggerBox li {
    background: none;
    border-top: 1px solid #e0e0e0;
    margin: 0;
    font-size: 16px;
    color: #333;
    border-right: 1px solid #e0e0e0;
    height: 36px;
    line-height: 36px;
    width: 134px;
    padding: 0;
}
.switch .switchable-triggerBox li a {
    background: none;
    display: block;
    height: 36px;
    text-align: center;
    float: none;
    padding: 0;
}
.switch .switchable-triggerBox li.active {
    position: relative;
    top: 0;
    height: 35px;
    line-height: 35px;
    border-top: 2px solid #950408;
    background: #fff;
    position: relative;
}
.switch .switchable-triggerBox {
    height: 36px;
    overflow: visible;
    background: none;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.switch .switchable-content {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
#tab-discus .noinfo {
    border: none;
}

/*订单完成页面*/
#payment_container .page-title h5 {
    padding: 10px 0 10px 60px;
    font-size: 18px;
    color: #7bbd3e;
    font-weight: bold;
    background: url('correct.jpg') 5px 10px no-repeat;
}

#payment_container {
    margin-top: 20px;
    border-top: 2px solid #e00b00;
    background: #fffef7;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 30px;
}

.payment-container .payment-main {
    background: none;
}
.o_correct_words {
    padding: 10px 0px 10px 60px;
    font-size: 18px;
    color: #7bbd3e;
    font-weight: 700;
    background: url('correct.jpg') no-repeat 5px 10px;
}
#complete_main {
    margin: 0 60px;
    padding-top: 10px;
}
#complete_main .order_info {
    background: #fff;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
#complete_main .order_info li {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}
#complete_main .payment-center {
    border: none;
    padding: 0;
    background: none;
}
.payment-center .payment-info .price {
    color: #950408;
}
.btn-big {
    border: none;
}
.popup-modalMask {
    z-index: 1000;
}
.popup-container .popup-header h2 {
    line-height: 32px;
}
.popup-container .popup-header h2 {
    line-height: 32px;
}

/*订单支付成功失败*/
.pay_status {
    background: #fff;
    padding: 20px 30px;
    border-top: 2px solid #950408;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.p_success h3 {
    padding: 10px 0px 10px 60px;
    font-size: 18px;
    color: #7bbd3e;
    font-weight: 700;
    background: url('correct.jpg') no-repeat 5px 10px;
}
.ps_total {
    line-height: 18px;
    margin: 10px 50px;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.ps_total .ps_2 {
    margin-top: 10px;
}
.ps_total .ps_2 a {
    color: #950408;
}
.complete-main .inner_wrap {
    padding: 0 50px;
    line-height: 18px;
}
.p_fail h3 {
    height: 30px;
    margin-bottom: 20px;
    padding: 40px 20px 30px 120px;
    background: url('failure.jpg') no-repeat;
    font-size: 24px;
    color: #7CBD67;
}
.ps_2 a.addcart-btn {
    margin: 10px 0;
}
.fail_info_box {
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

/*订单详情页样式*/
#mbodt .order_detail_box {
    border-top: 2px solid #950408;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
#mbodt .order_detail_box.last {
    border-bottom: 1px solid #e0e0e0;
}
#mbodt .block_title {
    height: 36px;
    line-height: 36px;
    background-color: #F3F3F3;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 24px;
}
#mbodt .order_detail_box .division {
    border: none;
}
#mbodt .order_common {
    border: 3px solid #ffdcbc;
    background-color: #fff6e6;
    margin-bottom: 16px;
    overflow: hidden;
    padding: 22px 27px;
}
#mbodt table.noltrt {
    border-left: none;
    border-right: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
}
#mbodt .noltrt th {
    background: none;
    text-align: center;
}

#mbodt .noltrt td {
    background: none repeat scroll 0 0 #F3F3F3;
}

/*文章*/
.artMain {
    margin-top: 15px;
}
.artMain h3.art_title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    padding-left: 20px;
    border-top: 2px solid #950408;
    height: 36px;
    line-height: 36px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #f7f7f7;
}
.artMain .mod-content {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px;
}
.artMain li.article-item {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.artMain li.article-item .article-title a {
    color: #950408;
}
.artMain li.article-item .article-title {
    float: left;
}
.artMain li.article-item .datetime {
    float: right;
}
.artMain .pageview {
    margin-top: 25px;
}
.pageview .pager {
    text-align: right;
}
.pageview .pager a, .pageview .pager strong, .pageview .pager span {
    display: inline-block;
    _zoom: 1;
    *display: inline;
    float: none;
}
.pager .unprev, .pager .unnext {
    border: 1px solid #e0e0e0;
    width: auto;
    text-indent: 0;
    padding: 0 5px;
    vertical-align: middle;
}
.pager .next, .pager .onnext, .pager .unnext {
    padding: 0 5px;
    text-indent: 0;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
}
.l_article {
    width: 218px;
}
.l_article #hot_sale {
    margin-top: 10px;
}

.r_article {
    width: 974px;
}
.r_article .articPageWrap {
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
}
.r_article .articPageWrap .mod-title h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #333;
}
.r_article .articPageWrap .article-time {
    font-size: 12px;
    text-align: center;
    margin: 10px 0 10px;
}

#mbodt .noltrt td {
    background: none repeat scroll 0 0 #F3F3F3;
}
#mbodt .mb_odid, #mbodt .mb_odat {
    margin-right: 80px;
}
#mbodt .mb_odid span, #mbodt .mb_odat span {
    color: #950408;
    font-weight: bold;
}
#mbodt .order_status span {
    color: #000;
    font-weight: bold;
}
#mbodt .explan {
    margin-top: 20px;
}
#mbodt .flow {
    margin-top: 32px;
    padding-bottom: 33px;
    border-bottom: 1px solid #FFDCBC;
}
#mbodt .order-logs {
    margin-top: 18px;
}
#mbodt .order-logs p {
    margin-bottom: 10px;
}
#mbodt .flow .flow-bg {
    background: url('order_flow.png') no-repeat 0 0;
    width: 920px;
    height: 65px;
}
#mbodt .flow .cod-flow-bg {
    background: url('order_flow2.png') no-repeat 0 0;
    width: 920px;
    height: 65px;
}
#mbodt .flow .step {
    background-position: 0 0;
}
#mbodt .flow .step2 {
    background-position: 0 0;
}
#mbodt .flow .step3 {
    background-position: 0 -63px;
}
#mbodt .flow .step4 {
    background-position: 0 -126px;
}
#mbodt .flow .step5 {
    background-position: 0 -189px;
}
#mbodt .flow .step5 {
    background-position: 0 -189px;
}

/*积分商城*/
.jf_member {
    height: 224px;
    border: 2px solid #950409;
}
.jf_member .mem_info {
    height: 104px;
    background: #f5f5f5;
    padding: 20px 25px;
}
.jf_member .mem_info h3 {
    height: 30px;
    line-height: 30px;
    color: #950409;
    font-size: 18px;
}
.jf_member .mem_info ul {
    margin-top: 10px;
    line-height: 28px;
    line-height: 28px;
}
.mem_links li {
    float: left;
    text-align: center;
    width: 106px;
    height: 39px;
    line-height: 39px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.mem_links li.last {
    border-right: none;
}

/*商户列表*/
.shoplist_title {
    height: 74px;
    margin: 10px 0 20px;
    background: url('shoplist_title.jpg') no-repeat;
}
.shoplist_box .shoplist_li {
    width: 358px;
    float: left;
    margin: 0 63px 52px 0;
    height: 358px;
    border: 1px solid #e0e0e0;
}
.shoplist_box {
    width: 1300px;
    overflow: hidden;
}
.shoplist_box .shoplist_li .shoppic {
    position: relative;
    height: 221px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.shoplist_box .shoplist_li .shoppic p {
    line-height: 221px;
    height: 22px;
    width: 358px;
}
.shoplist_box .shoplist_li .shoppic p:before {
    content: ".";
    margin-left: -5px;
    font-size: 10px;
    visibility: hidden;
}
.shoplist_box .shoplist_li .shoppic p img {
    *margin-top: expression((221 - this.height )/2);
    vertical-align: middle;
}
.shoplist_box .shoplist_li .shoppic s {
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    left: 35px;
    bottom: -1px;
    background: url('shoplist_03.gif') no-repeat;
}

.shoplist_box .shoplist_li .shop_info {
    width: 194px;
    padding: 20px 18px 24px 28px;
}
.shoplist_box .shoplist_li .shop_info h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.shoplist_box .shoplist_li .shop_sns {
    background: url('shoplist_bg_03.jpg') no-repeat;
    width: 70px;
    height: 72px;
    padding: 34px 22px 30px 26px;
}
.shoplist_box .shoplist_li .shop_sns .focus_num b {
    margin-right: 5px;
    color: #333;
}
.shoplist_box .shoplist_li .focus_btn {
    display: block;
    width: 70px;
    height: 22px;
    background: url('shoplist_07.gif') no-repeat;
    margin-top: 8px;
}
.shoplist_box .shoplist_li .tuijian_btn {
    display: block;
    width: 70px;
    height: 22px;
    background: url('shoplist_10.gif') no-repeat;
    margin-top: 8px;
}
.shoplist_box .shoplist_li ul li span {
    display: inline-block;
    _zoom: 1;
    *display: inline;
    width: 60px;
}
.shoplist_box .shoplist_li ul li {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}

/*modify by coz 3.29 幻灯片样式不能放挂件中*/

#goods_roll_1 {
    width: 700px;
    height: 282px;
    overflow: hidden;
    position: relative;
}
#goods_roll_1 .prev {
    background: url("prev.gif") no-repeat scroll 0 0;
    width: 14px;
    height: 20px;
    cursor: pointer;
}
#goods_roll_1 .next {
    background: url("next.gif") no-repeat scroll 0 0;
    width: 14px;
    height: 20px;
    cursor: pointer;
}
#goods_roll_1 .prev {
    left: 16px;
    top: 131px;
    position: absolute;
    z-index: 1
}
#goods_roll_1 .next {
    right: 16px;
    top: 131px;
    position: absolute;
    z-index: 1
}
#goods_roll_1 .roll_infos {
    margin: 21px 50px;
    width: 600px;
    height: 240px;
    overflow: hidden;
}
#goods_roll_1 ul {
}
#goods_roll_1 li {
    float: left;
    width: 180px;
    height: 240px;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}
#goods_roll_1 .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 77px;
    background: url("red_ico.png") no-repeat scroll 0 0;
    z-index: 100;
    text-align: center;
    font: 12px/150% Arial, Verdana;
    color: #FFF;
}
#goods_roll_1 .icon .sp {
    text-shadow: 0 1px 2px #999;
    color: #FFF;
    font: 18px/70px Arial, Verdana;
}
#goods_roll_1 .goodspic {
    width: 180px;
    height: 180px;
    overflow: hidden;
}
#goods_roll_1 .goodspic img {
    width: 180px;
    height: 180px;
}
#goods_roll_1 .goodsinfo {
    margin-top: 20px;
    text-align: left;
    width: 180px;
}
#goods_roll_1 .goodsinfo h4 {
    height: 36px;
    line-height: 18px;
    width: 180px;
    overflow: hidden;
}
#goods_roll_1 .goodsinfo h4 a {
    color: #333;
}
#goods_roll_1 .price {
    margin-top: 5px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    width: 180px;
    text-align: left;
    color: #E4393C;
    font-weight: bold;
}
#gh_seller_roll {
    width: 1300px;
    height: 282px;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
}
#gh_seller_roll .prev {
    background: url("prev.gif") no-repeat scroll 0 0;
    width: 14px;
    height: 20px;
    cursor: pointer;
}
#gh_seller_roll .next {
    background: url("next.gif") no-repeat scroll 0 0;
    width: 14px;
    height: 20px;
    cursor: pointer;
}
#gh_seller_roll .prev {
    left: 16px;
    top: 131px;
    position: absolute;
    z-index: 1
}
#gh_seller_roll .next {
    right: 16px;
    top: 131px;
    position: absolute;
    z-index: 1
}
#gh_seller_roll .roll_infos {
    margin: 21px 50px;
    width: 1200px;
    height: 240px;
    overflow: hidden;
}
#gh_seller_roll ul {
}
#gh_seller_roll li {
    float: left;
    width: 180px;
    height: 240px;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}
#gh_seller_roll .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 77px;
    background: url("red_ico.png") no-repeat scroll 0 0;
    z-index: 100;
    text-align: center;
    font: 12px/150% Arial, Verdana;
    color: #FFF;
}
#gh_seller_roll .icon .sp {
    text-shadow: 0 1px 2px #999;
    color: #FFF;
    font: 18px/70px Arial, Verdana;
}
#gh_seller_roll .goodspic {
    width: 180px;
    height: 180px;
    overflow: hidden;
}
#gh_seller_roll .goodspic img {
    width: 180px;
    height: 180px;
}
#gh_seller_roll .goodsinfo {
    margin-top: 20px;
    text-align: left;
    width: 180px;
}
#gh_seller_roll .goodsinfo h4 {
    height: 36px;
    line-height: 18px;
    width: 180px;
    overflow: hidden;
}
#gh_seller_roll .goodsinfo h4 a {
    color: #333;
}
#gh_seller_roll .price {
    margin-top: 5px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    width: 180px;
    text-align: left;
    color: #E4393C;
    font-weight: bold;
}
.btn-addfav {
    line-height: 20px;
    height: 20px
}
.btn-addfav:hover {
    text-decoration: none
}


.product-side {
    width: 352px;
}

.ex-slide1-box .slide-trigger {
    position: absolute;
    z-index: 999;
}
.ex-slide1-box .slide-trigger {
    bottom: 10px;
    right: 10px;
}
.ex-slide1-box .slide-trigger li {
    float: left;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #000;
    background: #ececec;
    opacity: 0.7;
    text-align: center;
    margin-left: 8px;
    cursor: pointer
}
.ex-slide1-box .slide-trigger li.active {
    background: #96c332;
    color: #ffffff
}

/*支付成功与失败*/
.pay_status_tit {
    font-size: 14px
}
.pay_status_tit h3 {
    margin-bottom: 15px;
}
.pay_status .ps_1 {
    font-size: 14px;
    margin-top: 10px;
}
.pay_status .ps_2 {
    margin-top: 10px;
}

.pay_status #complete_main {
    margin: 15px auto;
}

#complete_container {
    margin-top: 20px;
}

.order-info-grid .col-1 {
    width: 170px
}
.order-info-grid .col-2 {
    width: 150px
}
.order-info-grid .col-3 {
    width: 500px
}

.pay_status .hl {
    color: #E23334;
    margin: 0 2px;
}
.pay_status .w1, .pay_status .w2 {
    padding: 5px 0;
}

.inner_box.member {
    margin-top: 15px;
}
.member-tabs {
    margin-bottom: 0;
}
.member-comment-list {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-top: 10px;
}
.messagebox-action .action-batch-delete {
    margin-top: 7px;
}

#member_complaint, #member_return, #member-return,#member-return-detail {
    float: right;
    width: 1020px;
}
.textcenter {
    text-align: center
}
td.textcenter {
    padding: 5px;
}
td.ol_price {
    font-size: 12px;
    color: #CE2526;
}
#member_complaint .pageview {
    margin-right: 10px;
}

#member_return .division {
    margin-bottom: 7px;
    padding: 7px;
}
#x-return-form .policy {
    padding: 5px;
}
.textRight {
    text-align: center;
}
#member-return .member-grid td {
    text-align: center;
}

.inner_box_main {
}
.inner_box .inner_box_main .left, .inner_box .inner_box_main .right .list_top .left-f18px {
    float: left;
}
.red {
    color: #e00b00;
}
.inner_box .inner_box_main .right .list_top .left-f18px {
    font-size: 18px;
    width: 190px;
}
.inner_box .inner_box_main .right .list_top .right_new {
    float: right;
    width: 120px;
    line-height: 30px;
    text-align: right;
}

.inner_box .inner_box_main .right .input-zhuce {
    margin-top: 35px;
    border: 1px solid #e0e0e0ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 98%;
    display: block;
    background-color: #fff;
    height: 42px;
    margin: 20px 0;
}
.inner_box .inner_box_main .right .input-zhuce .left {
    float: left;
}
.inner_box .inner_box_main .right .input-zhuce .right-input .text1 {
    padding-left: 2%;
    background-color: #fff;
    border: none;
    font-size: 11px;
    color: #333;
    width: 98%;
    display: block;
    height: 42px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.left20-dash-f-434343 {
    color: #434343;
    border-left: dotted 1px #585858;
    padding-left: 20px;
    margin-left: 20px;
}
.sign-btn {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: Center;
    width: 270px;
    display: block;
    margin: 20px auto 0;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: -ms-linear-gradient(bottom, #b4191e 0%, #950409 100%);
    background-image: -moz-linear-gradient(bottom, #b4191e 0%, #950409 100%);
    background-image: -o-linear-gradient(bottom, #b4191e 0%, #950409 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b4191e), color-stop(1, #950409));
    background-image: -webkit-linear-gradient(bottom, #b4191e 0%, #950409 100%);
    background-image: linear-gradient(to top, #b4191e 0%, #950409 100%)
}
.checkbox-margin-right10 {
    margin-right: 10px;
}
.Other_landing_title {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
}
.inner_box .inner_box_main .right li {
    float: left;
    width: 30%;
    line-height: 20px;
    color: #000000;
}
.inner_box .inner_box_main .right img {
    margin-right: 5px;
}
/* Sign in*/
.open_protocol {
    height: 40px;
    line-height: 40px;
    color: #000000;
    font-weight: bold;
    margin: 50px 0px 0px 75px;
}
#seller_apply {
    width: 1000px;
    border: solid 5px #e8e8e8;
    margin: 20px auto;
    overflow: hidden;
}
#seller_apply .left-sign-on {
    float: left;
    width: 335px;
    font-size: 14px;
    line-height: 24px;
}
#seller_apply .left-sign-on .application {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    margin: 15px 0 0 25px;
}
#seller_apply .left-sign-on .main {
    margin-left: 75px;
    width: 260px;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    height: 140px;
    overflow-y: auto;
}
#seller_apply .can_hov, #seller_login .can_hov {
    padding-left: 5px;
    background-color: #fff;
    border: 1px solid #e0e0e0ddd;
    font-size: 12px;
    color: #333;
    width: 260px;
    display: block;
    height: 35px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
#seller_apply .can_hov.focus, #seller_login .inner_box_main dl.focus {
    border-color: #c54b50;
}
#seller_login .inner_box_main .can_hov {
    border: 0;
}
#seller_apply .right_Sign_in {
    float: right;
    width: 550px;
}
#seller_apply .right_Sign_in .filter {
    margin: 65px 0 0 0px;
}

#seller_login #ipt_password, #seller_login #ipt_loginame {
    border: 0;
}

.account-left {
    margin: 0 15px 0 0;
    text-align: right;
    float: left;
    height: 35px;
    line-height: 35px;
    width: 100px;
    color: #666666;
    font-size: 14px;
}
.seller-apply-registration {
    /*width:480px; */
    margin-top: 15px;
    list-style: none;
    overflow: hidden;
}
#seller_apply .right_Sign_in .account-left em {
    color: red;
    font-weight: bold;
    padding: 0px 5px 0px 0px;
}
.inner_box .inner_box_main .right_Sign_in .text3 {
    width: 120px;
    margin-right: 20px;
}
#seller_apply .right_Sign_in .bg-gray {
    background: #eee;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #000;
    text-align: Center;
    width: 120px;
    float: left;
}
/*#seller_apply .right_Sign_in .Determine { margin:10px 0 0 100px; height: 14px; line-height: 14px; vertical-align: bottom;}
#seller_apply .right_Sign_in .Determine input { margin-right:5px;}*/
#seller_login {
    width: 1000px;
    overflow: hidden;
}
#seller_login .left {
    width: 500px
}
#seller_login .right {
    float: right;
    width: 360px
}
#seller_login .right .filter {
    margin: 20px 0 0 0px;
}
#seller_login .right .list_top {
    height: 25px;
    line-height: 25px;
    width: 310px;
    overflow: hidden;
    margin-top: 20px;
}

#seller_login .inner_box_main .right .icon1 {
    background: url(sign_09.jpg) no-repeat 12px 12px;
    display: block;
    width: 33px;
    height: 41px;
    float: left;
}
#seller_login .inner_box_main .right .icon2 {
    background: url(sign_12.jpg) no-repeat 12px 12px;
    display: block;
    width: 33px;
    height: 41px;
    float: left;
}
#seller_login .inner_box_main dl {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    width: 310px;
    display: block;
    background-color: #FFF;
    margin: 20px 0px;
    line-height: 42px;
    height: 42px;
}
#seller_login .inner_box_main .right dd {
    border: none;
    position: relative;
    float: left;
    width: 275px;
}
#btn-seller-login {
    background: url(btn_sign.jpg) no-repeat;
    height: 40px;
    width: 310px;
    display: block;
    cursor: pointer;
    margin: 50px 0;
    border: none;
}
/* input[type="text"],input[type="password"]{ border:none; line-height: 40px; height: 40px; width: 275px;} */
#btn-seller-signup {
    background: url(btn_signup.jpg) no-repeat scroll 0% 0% transparent;
    height: 40px;
    width: 270px;
    display: block;
    cursor: pointer;
    margin: 0px 0px 50px;
    border: none;
}

.seller-apply-registration.license {
    line-height: 24px;
}
.seller-apply-registration.license .account-left {
    line-height: 24px;
    height: 24px;
}
#seller_apply .filter, #seller_login .filter {
    overflow: hidden;
}

#estimate_shipintro {
    line-height: 18px;
    padding: 5px 0;
    border-bottom: 1px dotted #e3e3e3;
    padding-bottom: 5px;
}

#estimate_shipintro b {
    color: #5b9630;
    margin: 0 2px;
}

/*gift list*/
.main.gift {
}
.main.gift .position {
    padding: 10px 0;
}
.main.gift .sidebar {
    float: left;
    width: 180px
}
.main.gift .sidebar.right {
    float: right;
    width: 220px
}
.main.gift .main-box {
    float: left;
    width: 790px;
    margin-left: 10px;
}
.main.gift.detail .main-box {
    width: 1020px
}

#gift_gallery .mod-title {
    background: #f5f5f5;
}
.main.gift .product-side {
    width: 402px
}
.main.gift .product-main {
}
.main.gift .product-params td {
    padding: 3px 5px;
}
.main.gift .sidebar .sec {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
.main.gift .sidebar .sec .sec-t {
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    height: 32px;
    line-height: 32px;
}
.main.gift .sidebar .sec .sec-t h3 {
    padding-left: 20px;
    color: #333;
    font-size: 14px
}
.main.gift .sidebar .sec .sec-c {
    padding: 10px 20px;
}
.gift_category_list {
    overflow: hidden;
}
.gift_category_list li {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}
.gift_category.sec {
    margin-bottom: 10px;
}

.gift_list_wrap {
}
.gift_list {
    overflow: hidden;
    margin: 0 5px;
}
.gift_list_item {
    float: left;
    width: 130px;
    margin: 0;
}
.gift_list_item .inner {
    padding: 10px 5px;
}
.gift_list_item.h-last {
    margin-right: 0;
}
.gift_list_item .thumb {
}
.gift_list_item .gift_pic {
    display: block;
    width: 110px;
    height: 110px;
    margin: 10px auto;
}
.gift_list_item .gift_pic img {
    display: block;
    width: 110px;
    height: 110px;
}
.gift_list_item .detail {
    padding: 10px 15px 15px;
}
.gift_list_item .gift_name {
    color: #666;
    display: block;
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
}
.gift_list_item .gift_name a {
    color: #666;
}
.gift_list_item .price {
    position: relative;
    color: #43b2fe;
    font-size: 12px;
}

.gift_toplist_list li {
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    line-height: 18px;
}
.gift_toplist_list li.last {
    border-bottom: 0
}
.gift_toplist_list .inner {
    position: relative;
    margin: 10px;
    padding-left: 15px;
}
.main.gift .gift_toplist.sec .sec-c {
    padding: 0;
    font-size: 12px
}
.gift_toplist .ind {
    position: absolute;
    top: 0px;
    left: 0;
    color: #999;
}
.gift_toplist .thumb {
    display: none;
    position: absolute;
    top: 0px;
    left: 15px;
    display: none;
    border: 1px solid #d6d6d6;
}
.gift_toplist .thumb img {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.gift_toplist .hov .thumb {
    display: block;
}
.gift_toplist .price {
    color: #43b2fe;
    line-height: 18px;
    display: none;
    font-size: 12px;
    font-weight: bold
}
.gift_toplist .hov .price {
    display: block;
}
.gift_toplist .hov .inner {
    padding-left: 73px;
    height: 55px
}
.gift_toplist a {
    color: #333;
}
.gift_toplist h5 {
    height: 18px;
    overflow: hidden;
}

.gift .product-titles .brief {
    margin-top: 7px;
    border-top: 1px solid #ffe6ca;
    border-bottom: 1px solid #ffe6ca;
    padding: 10px 0;
}

.product-params {
    background: #eee;
    border: 1px solid #ccc;
}
.product-params td {
    padding: 7px 0 7px 15px;
}
/*******************************底部通用*************************************/
.footer {
    padding-top: 30px;
    border-top: 1px solid #D1D7DC;
    background-color: #fff;
    z-index: 999;
}
.help_info {
}
.helps {
    overflow: hidden;
}
.u_helps {
    width: 1200px;
    height: 65px;
    padding-bottom: 10px;
    overflow: hidden;
    border-top: 1px solid #dcd7cf;
    border-bottom: 1px solid #dcd7cf;
    border-color: #96c332;
}
.d_helps {
    width: 1200px;
    padding: 20px 0;
    height: 160px;
    overflow: hidden;
}
.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: left;
    color: #333;
    font-weight: bold;
}
.helps_link a {
    padding: 0 10px;
    border-right: 1px solid #ccc;

}
.helps_link a span {
    color: #666;
    font-weight: normal;
}
.footer .company_infor {
    background-color: #106d34;
    text-align: center;
    padding: 20px 0;
    line-height: 20px;
    color: #fff;
}
.footer .company_infor h3 {
    font-weight: bold;
}
.bottom_arts ul li.bt_arts {
    width: 180px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin: 0 60px;
}
.bottom_arts .content-node-list-title {
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 15px;
    height: 15px;
    width: 100px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}
.bottom_arts .article-index-list ul {
    *margin-top: -15px;
}
.bottom_arts .lv-1 {
    height: 13px;
    line-height: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}

/************会员中心页面修改*******************/
.member-welcome, .member-notice {
    background-color: #f5f5f5;
    border-color: #e0e0e0;
}
.member-welcome-alert {
    background-color: #f5f5f5;
    border-top-color: #fff;
}

.member-welcome-alert .item{
    font-weight: 800;
}

.member-welcome-content {
    border-bottom: 1px solid #eaeaea;
}
/*******定制*******/
#member_return.cusmade .division{
    border: none;
    padding-left: 15px;
    margin-left: 10px;
}

#member_return.cusmade .division.warn{
    background: url("icon/warn.png") no-repeat left 11px;}
.cusmade .fontnormal{
    float: left;margin-right: 10px;
    width: 110px;
}
.cusmade .order-btn{
    margin:20px 0 20px 145px;
    font-size: 14px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    color: #fff;
    padding:5px 15px;
    background-image: linear-gradient(#e2232c, #ca1823);
    background-image: -webkit-linear-gradient(#e2232c, #ca1823);
    background-image: -moz-linear-gradient(#e2232c, #ca1823);
    background-image: linear-gradient(#e2232c, #ca1823);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, gradientType=0, startColorstr='#FFE2232C', endColorstr='#FFCA1823') \9;
}

.cusmade .order-btn.btn span{
    border: none;
    background: none;
}
/*********修改**********/
.topinfo,.login_bar{
    font-size: 13px;
}

.topinfo .top_service a,.topinfo .top_sitenav .cw-icon span{
    padding: 0 10px;
    border-left: 1px solid #ddd;
}
.topinfo .top_tel{
    font-weight: bold;
    position: relative;
    margin-right: 10px;
}

.topinfo .top_tel i{
    background: url("icon/telephone.png") no-repeat;
    display: block;
    width: 17px;
    height: 15px;
    position: absolute;
    top: 6px;
}

.topinfo .top_tel a{
    color: #cc0000;
    margin-left: 20px;
    text-decoration: none;
}

.member_notice{
    padding-left: 10px;
    font-size: 13px;
    height: 10px;
}

.member_notice a{
    text-decoration: none;
}

.member_notice a span{
    color: red;
}

.hl_artmod{
    border: 1px solid #e0e0e0;
    width: 198px;
    text-align: left;
}

.hl_artmod dl dt{
    line-height:40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    text-align: center;
    background-color: #85b222;
}
.hl_artmod dl dd h5{
    position: relative;
    color: #666;
    cursor: pointer;
    width: 198px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-bottom: 1px solid #fff;
}

.hl_artmod dl dd h5:last-child{ border-bottom: none;}
.hl_artmod dl dd h5 b{
    position: absolute;
    top: 17px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-width: 4px;
    border-color: #000 transparent transparent;
    overflow: hidden;}
.hl_artmod dl dd h5 span{
    padding-left: 10px;
    margin-left: 30px;
    margin-right: 10px;
    display: inline-block;
}

.hl_artmod dl dd h5.selected b{
    border-color: transparent transparent #000;
    border-style: dashed dashed solid;
}

.hl_artmod dl dd h5:hover{ background-color: #eaeaea;}
.hl_artmod dl dd:hover a, .hl_artmod dl dd.selected a {
    text-decoration: none;
}

.hl_artmod dl dd ul{ margin-left: 40px; margin-right: 10px;}

.hl_artmod dl dd ul li{
    width: 148px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.hl_artmod dl dd a{
    color: #888;
    font-size: 12px;}

.hl_artmod dl dd ul li.selected a {
    font-weight: 600;
    color: #85b222;
}
/******************会员中心最新收藏页面***********/
#member_fav .member-goods-list .goods-item {
    width: 154px;
    margin: 0 6px;
}

#member_fav .member-goods-list .goods-pic {
    width: 154px;
    height: 154px;
    line-height: 152px;
}

#member_fav .member-goods-list .goods-pic img {
    width: 154px;
    height: 154px;
    max-height: 154px;
    max-width: 154px;
}

#member_fav .member-goods-list .goods-name {
    line-height: 18px;
    font-family: "Microsoft YaHei", "微软雅黑";
}

#member_orders .btn-import span {
    background: none;
    background-color: #9a0000;
    padding: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
#member_orders .btn-import span span{
    background-image: linear-gradient(#a90303, #5e0000);
    background-image: -webkit-linear-gradient(#a90303, #5e0000);
    background-image: -moz-linear-gradient(#a90303, #5e0000);
    background-image: linear-gradient(#a90303, #5e0000);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, gradientType=0, startColorstr='#FFa90303', endColorstr='#FF5e0000') \9;
    border: 1px solid #bf7171;
    width: 68px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    color: #f0f0f0;
    text-shadow: 2px 3px 2px #222;
}
/*********回到头部**********/
#topback{
    position: fixed;
    _position: absolute;
    right: 3px;
    bottom: 50px;
    z-index: 100000;
}
.topback{
    position: relative;
    padding: 5px 0;
    width: 48px;
    height: 48px;
    -webkit-transform: translateZ(0);
}

.topback a span.icon-btn-top{
    background-image: url("icon/topback.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 0;
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    right: 0;
    text-indent: -10000px;
    outline: 0;
    overflow: hidden;
}

.topback a span.icon-btn-top:hover{
    background-position: -58px 0;
}

/*********团购页面**********/
#sale-wrap{
    margin-top: 30px;
}
#sale-basic{
    float: left;
    width: 700px;
    margin-left: 48px;
}
#add-to-cart-from .group-price-list{
    margin-top: 10px;
}
#thumbmail .thumb-item active{
    width: 268px;
}

#preview{
    border: 1px solid #ddd;
}
#preview img{
    width: 450px;
    height: 450px;
}
#thumb-list ul li a img{
    width: 100px;
    height: 100px;
    float: left;
}
.group-btn-area .sales-button{
    background-color: #fff897;
    border-radius: 5px;
    color: #333;
    font-weight: 600;
    font-family: "微软雅黑";
    font-size: 18px;
    text-align: center;
    width: 120px;
    height: 48px;
    line-height: 48px;
    border: none;
}

#group-price-box .key{
    font-size: 20px;
}

#group-price-box .group-save{
    clear: both;
    background: #f5fbef;
    height: 55px;
    line-height:55px;
    width: 700px;
}
.group_title{
    border-bottom: 1px #ddd dotted;
}
.group_title h2{
    font-weight: bold;
}

.group_title p {
    color: #333;
}
#group-price-box .group-price-list .group-save span{
    width: 33.3%;
    text-align: center;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#group-price-box .group-price-list .group-save span i{
    color: #e4393c;
}
#group-quanlity .numinput {
    display: inline-block;
}

#group-countdown{
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

#sale-intro{
    margin-top: 10px;
    margin-right: 20px;
}
.group-sale-box{
    font-size: 14px;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    padding: 15px 0;
}
.group-sale-box .group-num,.group-quanlity{
    width: 50%;
    float: left;
    text-align: center;
}

.group-sale-box .group-num b{
    font-size: 16px;
    color: #e4393c;
}

#group-buy-box{
    margin: 30px 0;
    font-size: 16px;
}
#group-price-box .value{
    font-size: 40px;
}

#val_group_quanlity{
    display: inline-block;
    padding: 7px 0;
    width: 38px;
    height: 20px;
    border-width: 1px 0;
    border-color: #C8C7CC;
    border-style: solid;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    margin: 0 -4px;
}
#group-price-box .group-price{
    position: relative;
    background: #e4393c;
    padding: 15px;
    width: 670px;
    color: #fff;
    height: 48px;
    overflow: hidden;
    line-height: 48px;

}
#thumb-list{
     margin-top: 10px;
}

#sale-share{
    margin-top: 10px;
}

.group_clock{
    margin-top: 10px;
}
.group_clock .day,.group_clock .hour,.group_clock .minute,.group_clock .second{
    font-size: 30px;
    margin: 0 5px;
    color: #666;
}
#group-info-text{
    background: #999;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

#sale-detail {
    margin-top: 20px;
}
.sale-detail-tab {
    border-bottom: 1px solid #cccccc
}
.sale-detail-tab .tab-item{
    font-size: 14px;
    font-weight: 400;
    float: left;
    border: 1px solid #cccccc;
    border-bottom: 0 none;
    background-color: #efefef;
    margin-right: 5px;
}
.sale-detail-tab .tab-item.active{
    border-top: 2px solid #d80808;
    background-color: white;
    margin-bottom: -1px;
    font-weight: 700;
}

.sale-detail-tab .tab-item a{
    color: #333333;
    border: 1px solid white;
    display: block;
    padding: 2px 15px;}
.sale-content{
    margin-top: 10px;
    line-height: 24px;
}

#group-quanlity .numinput a {
    display: inline-block;
    padding: 7px 0;
    width: 34px;
    height: 20px;
    border: 1px solid #C8C7CC;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

#group-quanlity .numinput a:hover {
    text-decoration: none;
}
/*****网站导航*****/
.top_sitenav{
    position: relative;
}
.top_sitenav .cw-icon {
    width: 80px;
    zoom: 1;
}
.topinfo .top_sitenav .cw-icon span {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

.topinfo .top_sitenav .cw-icon span em {
    position: absolute;
    right: -5px;
}

.top_sitenav:hover .cw-icon{
    background-color: #fff;
    border: solid #ddd;
    border-width: 0 1px;
    width: 78px;
}

.top_sitenav:hover .cw-icon span{
    border-left: none;
}
.top_sitenav:hover .cw-icon em {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#topbar .top_sitenav .sitenav-content {
    position: absolute;
    display: none;
    line-height: 24px;
    top: 30px;
    background: #fff;
    border: 1px solid #ddd;
    width: 1198px;
    right: 0;
    padding: 20px 0 16px;
    _right: -1px;
    z-index: 999999;
}

#topbar .top_sitenav:hover .sitenav-content{
    display: block;
}

 .top_sitenav .sitenav-content .dd-spacer{
    position: absolute;
    top: -7px;
    height: 10px;
    background: #fff;
    overflow: hidden;
    right: 0;
    width: 78px;
}
.top_sitenav .sitenav-desc{
    width: 1200px;
}
#topbar .top_sitenav .fore{
     -webkit-margin-before: 1em;
     -webkit-margin-after: 1em;
     -webkit-margin-start: 0px;
     -webkit-margin-end: 0px;
    float: left;
    padding-left: 20px;
    border-left: 1px solid #ddd;
    width: 280px;
    margin-left: -1px;
}
#topbar .top_sitenav .sitenav-content dt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
}
#topbar .top_sitenav .sitenav-content .item {
    float: left;
    width: 85px;
    display: block;
}

/*********商品詳情页**********/

#seller-info{
     margin-top: 15px;
}

#seller-info .kefu span{
    display: inline-block;
    color: #ff0000;
    font-size: 14px;
    padding-left: 5px;
}

#seller-info .kefu img{
    vertical-align: middle;
}

/*********定制管理**********/
#member_comment .goods-comment{
    margin-left: 0px;
    font-size: 14px;
}
#member_comment .goods-comment .comment-infos{
    margin: 6px 50px;
   /* border-bottom: 1px dotted #656565;*/
    padding: 0 60px 0 60px;
}
#member_comment .goods-comment .comment-infos .text-minor{}

#member_comment .goods-comment .action-code-form{
    padding: 20px 150px;
}
#member_comment .goods-comment .action-code-form .form-act{
    margin-top: 30px;
    margin-left: 300px;
}

#member_comment .goods-comment .bg{
    height: 25px;
    line-height: 25px;
    background: #f0f0f0;
}

#x-return-form #form_sub span{
    background: #cc0000;
    color: #fff;
    font-weight: 600;
}

.comments{
    margin-left: 20px;
}

/*********定制管理*********/
#x-return-form .btn span{
    border: 1px solid #cc0000;
}
/*********报错页面*********/
.page-error{
    width: 500px;
}
.page-error .page-error-message{
    text-align: center;
}

.page-error .error-txt{
    background-color: #f7f7f7;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    text-align: center;
    height: 250px;
}

.page-error .error-txt h2{
    font-size: 22px;
    color: #333;
    height: 60px;
    line-height: 60px;
    background-color: #efefef;
    border-bottom: 1px dashed #dedede;
}

.page-error .error-txt p{
    font-size: 24px;
    line-height: 170px;
}

.page-error .error-txt p a{
    background-color: #e4393c;
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
}

.page-error .error-txt p a:hover{
    color: #fff;
    text-decoration: none;
}
/**********售后申请单*************/
.member-title {
    height: 50px;
    line-height: 50px;
}
.member-title h2 {
    color: #333;
    font-size: 24px;
}

.member-title .member-more{ line-height: 50px;}

.member-title .address-actions {
    margin-top: 12px;
}

.member-title p {
    line-height: 50px;
}
.member-more .forforma-btn .btn span{
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(8%, #ededed), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
    background: linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.member-grid tbody tr{height: 50px;}

#member-return .member-grid tbody{ border-top:none;}

#member_return .member-mod .division .fontnormal, #member_return .member-mod .policy .fontnormal {
    float: left;
    width: 145px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

#member_return .member-mod .division p {
    line-height: 30px;
}

#member_return .member-mod .division p span {
    color: #e4393c;
    font-weight: bold;
    margin-right: 5px;
}
#member_return .member-mod .division .x-input, #member_return .member-mod .division select {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    margin: 3px 0;
}

#member_return .member-mod .division .x-input {
    width: 200px;
}

#x-return-form .policy .box-content {
    padding: 20px;
    border: 1px solid rgb(209, 209, 209);
    color: rgb(51, 51, 51);
    max-height: 200px;
    overflow-y: auto;
    line-height: 21px;
    font-size: 14px;
}

#x-return-form .policy {
    padding: 10px;
    line-height: 24px;
}

.wz_division {
    line-height: 30px;
    width: 75%;
}
.wz_return_tit, .wz_return_ins_tit {
    border-bottom: 2px solid #ccc;
    line-height: 30px;
    font-size: 14px;
}

.wz_return_intro {
    margin-top: 20px;
}

.wz_return_label {
    border-bottom: 1px dotted #d4d4d4;
    margin-bottom: 10px;
}

.wz_return_label .fontnormal, .wz_return_ins .fontnormal {
    margin-right: 5px;
    float: left;
    font-weight: bold;
}

.wz_return_label .time {
    float: left;
    margin-left: 30px;
    color: #999;
}

.wz_return_ins {
    width: 24%;
}

.wz_return_ins .division {
    line-height: 24px;
    color: #666;
}

.hl_member-cusmade_replay .member-grid td{ border-right:1px solid #f5f5f5;}
.hl_member-cusmade_replay .text-minor{ width: 40%;}
.hl_member-cusmade_replay .datetime,.hl_member-cusmade_replay .comments{ width: 60%;}

/*=======个人信息页面=========*/
.hl_change_mobile{
    font-size: 12px;
    background-color: #c00;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    border: 1px solid #BC2941;
}
.hl_change_mobile:hover{
    text-decoration: none;
    color: #fff;
}
.signupin-content .hl_change_mobile{
    margin-left: 10px;
}
.hl_get_code{
    text-align: left;
    margin-bottom: 10px;
}
.hl_get_code .error{
    display: block;
    margin-left: 43px;
    margin-top: 3px;
}
.hl_get_code .success{
    display: block;
    margin-left: 43px;
    margin-top: 3px;
}