﻿/*@import url('icon.css');*/
@import url('../../static/base_css/icon.css');
/*
 *@Description: 渠道门户
 *@Author:      xiaojj (2013-08-15 13:50)
 *@Update:      xiaojj (2013-09-11 13:50)
*/

/*=S reset */
body, div, p, ul, ol, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, select, blockquote, form, fieldset, table, td, img {
    margin: 0;
    padding: 0;
}

body {
    font: 12px \5b8b\4f53,Verdana,Arial,sans-serif;
    color: #666;
}
html ,body {
    min-width: 1160px;
}

ul, ol, li {
    list-style-type: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

select, input, img {
    vertical-align: middle;
}

img {
    border: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #484848;
}

    a:hover {
        color: #d32d20;
    }

em, i {
    font-style: normal;
}
/**
    去除firefox红色边框轮廓
*/
.layui-card-body input,
textarea,
select {
    appearance: none !important;
    -moz-appearance: none !important;
    outline: none !important;
    -moz-outline: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
}
/*=E reset */

/*=S lay */
.show {
    display: block;
}

.hide {
    display: none;
}

.iblock {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.clearfix, .header {
    *zoom: 1;
}

    .clearfix:after, .header:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt10 {
    margin-top: 10px;
}

.p10 {
    padding: 10px;
}

.mr10 {
    margin-right: 10px;
}
.mr4 {
    margin-right:4px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}
/*=E lay */

/*=S FONT */
.fz10 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz18 {
    font-size: 18px;
}

.ff-arial {
    font-family: Arial;
}

.ff-yh {
    font-family: 'microsoft yahei';
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.color1 {
    color: #d32d20;
}
/*红色*/
.color2 {
    color: #1d1d1d;
}

.color3 {
    color: #7f7f7f;
}

.color4 {
    color: #bbb;
}

.color5 {
    color: #882e2e;
}
/*深红色*/
.color6 {
    color: #666;
}

.color7 {
    color: blue;
}
/*蓝色*/
.color9 {
    color: #999;
}

.link1 a {
    color: #d32d20;
    display:inline-block;
    padding:0 3px;
    border-radius:5px;
}

.link6 a {
    color: #666;
}

    .link6 a:hover {
        color: #d32d20;
    }
     .link1 a:hover {
         color:#d32d20;
         text-decoration: underline;
         /*background-color:#d32d20;*/
    }
    
/*=E FONT */

.txt {
    padding: 2px 3px;
    line-height: 16px;
    border: 1px solid #ccc;
    outline: none;
}

.txt-disabled {
    color: #888;
    background: #f6f6f6;
}

.pipe {
    padding: 0 8px;
    font-family: arial;
}

.logo, .process li em, .footer dl i, .login-box-bg, .pro-prev, .pro-next {
    background: url(images/bg-item.png) no-repeat;
}

.nav-item a:hover, .nav-item .selected, .submit-btn, .add-cart, .login-form-btn {
    background: url(images/btn.png) no-repeat;
}

.tips-cont, .tips-cont span, .tips-cont i {
    background: url(images/icon.png);
}

/* 框架 */
.wrap {
}

.layout {
    margin: 0 auto;
    /*width: 972px;*/
    position: relative;
    padding: 0 40px;
}
/*.layout2 {
    margin: 0 auto;
    width: 1050px;
    position: relative;
}*/

.site-nav {
    /* height: 30px;*/
    line-height: 30px;
    color: #000;
    background: #f9f2f2;
    overflow:hidden;
}

.site-nav-link {
    float: right;
}

.site-nav-link li {
    float: left;
    margin-left: 24px;
    font-family: 'microsoft yahei';
}

.site-nav-link li a, .site-nav-link li a:hover {
    color: #000;
}

.site-nav-link .icon {
    *vertical-align: -3px;
}

.header {
    padding: 19px 0 0;
    position: relative;
    z-index: 12;
}

.logo {
    display: block;
    float: left;
    margin-bottom: 19px;
    padding-top: 33px;
    width: 320px;
    height: 0;
    overflow: hidden;
}

.search-box {
    float: right;
    font-size: 14px;
}

.search-txt {
    float: left;
    padding: 3px 5px;
    width: 406px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    border: 3px solid #d1281b;
    outline: none;
}

.search-btn, .search-btn:hover {
    float: left;
    width: 78px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #d1281b;
}

.nav {
    clear: both;
    height: 40px;
    background: #f9f2f2;
    font: 14px/40px 'microsoft yahei';
}.categorys {
    z-index: 1;
    position: relative;
    float: left;
    width: 190px;
    text-indent: 15px;
}

    .categorys h2 {
        background: #d32d20;
    }

        .categorys h2 a, .categorys h2 a:hover {
            display: block;
            color: #fff;
            height: 40px;
            font-size: 14px;
        }

    .categorys ul {
        position: absolute;
        top: 38px;
        left: 0;
        width: 186px;
        border: 2px solid #d32d20;
        background: #fff;
    }

    .categorys li {
        position: relative;
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #e8e0e0;
        *float: left;
        *width: 100%;
    }

        .categorys li a {
            display: block;
        }

    .categorys dt {
        z-index: 2;
        position: relative;
    }

        .categorys dt a {
            font-weight: 700;
            font-size: 14px;
        }

    .categorys dd {
        display: none;
        position: absolute;
        left: 188px;
        top: -1px;
        width: 190px;
        font-size: 12px;
        border: 1px solid #ccc;
        background: #fff;
        box-shadow: 5px 5px 10px #ccc;
    }

    .categorys dl.hover dt a {
        width: 189px;
        color: #d32d20;
        background: #fff;
    }

    .categorys dl.hover dd {
        display: block;
    }


.nav-item {
    margin-left: 190px;
}

.nav-item li {
    float: left;
    margin: 5px 8px;
    padding: 0;
    /* width: 100px;
width:110px; */
    text-align: center;
    line-height: 30px;
    position: relative;
}

.nav-item li .menu_sale {
    width: 39px;
    height: 41px;
    background: url(images/sales.png) no-repeat;
    position: absolute;
    top: -15px;
    left: -25px;
}

.nav-item li .menu_event {
    width: 55px;
    height: 34px;
    background: url(images/event.png) no-repeat;
    position: absolute;
    top: -12px;
    left: -33px;
}

.nav-item li span.fz16 {
    font-size: 18px;
    font-weight: bold;
}

.nav-item a {
    display: block;
    padding: 0 10px;
}

.nav-item a:hover, .nav-item .selected {
    color: #fff;
    background-position: -5px -58px;
    /* background-position: 0 -58px; */
}

.nav-item h2 {
    display: none;
}

.nav-item h2 a {
    position: absolute;
    width: 100px;
    text-align: center;
    line-height: 30px;
}

.nav-item li:hover > h2 {
    display: block;
}

.index-content {
    float: left;
    width: 572px;
}

.index-cx {
    margin: 36px 0 25px;
    border-top: 2px solid #d32d20;
}

    .index-cx img {
        width: 572px;
    }

/*home tab css*/
.menu_zzjsnet {
    width: 304px;
    height: 34px;
    position: relative;
    z-index: 99;
} 
.menu_zzjsnet ul li{
    float: left;
}

    .menu_zzjsnet ul li a {
        display: block;
        float: left;
        padding: 0 10px;
        margin: 0;
        font: 14px/34px 'microsoft yahei';
        color: #d1281b;
        z-index: 99;
    }

        .menu_zzjsnet ul li a:hover, .menu_zzjsnet ul li a.hover {
            color: #fff;
            background: #d1281b;
        }

.index-content .pro-list {
    border-bottom: 0;
}

.data-policy {
}

    .data-policy h3 {
        font: 14px/36px 'microsoft yahei';
        color: #910e09;
    }

    .data-policy .policy-list {
        padding: 0;
    }

.policy-list li {
    position: relative;
    padding: 8px 140px 8px 15px;
    min-height: 60px;
    line-height: 30px;
    border-bottom: 1px dashed #d9d9d9;
    overflow: hidden;
}

.policy-name {
    display: block;
}

.policy-file {
    text-decoration: underline;
    color: #8f1313;
}

.policy-date {
    position: absolute;
    right: 0;
    top: 8px;
    padding-right: 10px;
    text-align: right;
}

.index-sidebar {
    float: right;
    width: 374px;
}

.news {
    margin-top: 36px;
    line-height: 34px;
}

.news-list {
    margin-top: -1px;
}

    .news-list li {
        padding: 8px 17px;
        height: 28px;
        line-height: 28px;
        border-top: 1px dashed #dcdcdc;
        overflow: hidden;
    }

#zzjs_zzjs_1_3 {
    position: relative;
}

#zzjs_zzjs_1_4 {
    position: relative;
}


    #zzjs_zzjs_1_3 .side-hd {
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin-top: 0;
        padding-left: 0;
        color: #808080;
        border: none;
        position: absolute;
        top: -36px;
    }

    #zzjs_zzjs_1_3 .side-box {
        border: none;
        border-top: 2px #d32d20 solid;
    }

    #zzjs_zzjs_1_3 .news-list li {
        border-top: none;
        border-bottom: 1px dashed #dcdcdc;
    }

#zzjs_zzjs_1_2 {
    position: relative;
}

    #zzjs_zzjs_1_2 .bulletin {
        margin-top: 0;
    }

    #zzjs_zzjs_1_2 .bulletin-hd, #zzjs_zzjs_1_3 .bulletin-hd, #zzjs_zzjs_1_4 .bulletin-hd, #zzjs_zzjs_1_5 .bulletin-hd {
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding-left: 0;
        color: #808080;
        border-left: none;
        position: absolute;
        top: -36px;
    }

.bulletin {
    margin-top: 26px;
}

/*.bulletin-hd {
    height: 34px;
    line-height: 34px;
}*/

.bulletin-hd span {
    float: left;
    padding: 0 18px;
    font: 14px/34px 'microsoft yahei';
    color: #fff;
    background: #d1281b;
}

#zzjs_zzjs_1_2 .bulletin-bd, #zzjs_zzjs_1_3 .bulletin-bd, #zzjs_zzjs_1_4 .bulletin-bd, #zzjs_zzjs_1_5 .bulletin-bd{
    border-top: 2px solid #d32d20;
}

    #zzjs_zzjs_1_2 .bulletin-bd li, #zzjs_zzjs_1_3 .bulletin-bd li, #zzjs_zzjs_1_4 .bulletin-bd li, #zzjs_zzjs_1_5 .bulletin-bd li{
        border: none;
        padding: 8px 17px;
        margin: 0;
        height: 28px;
        line-height: 28px;
        border-bottom: 1px dashed #dcdcdc;
        overflow: hidden;
    }

/*.bulletin-bd li {
    margin-top: 3px;
    padding: 0 17px 0 12px;
    height: 36px;
    line-height: 36px;
    border-left: 5px solid #d32d20;
    overflow: hidden;
}*/

.bulletin-bd li.odd {
    background: #efefef;
}

.news-list li span, .bulletin-bd li span {
    float: right;
    padding-left: 10px;
}

.page {
    padding-bottom: 20px;
    position: relative
}
/* 面包屑 */
.page-crumbs {
    margin: 10px 0;
    font: 14px 'microsoft yahei';
}
/* 主体 */
.main {
}

.main-info {
    position: relative;
    padding-bottom: 1px;
    min-height: 80px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.main-info-hd {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 2px;
    padding: 20px 0 0 14px;
    width: 160px;
    border-right: 1px solid;
}

    .main-info-hd h2 {
        padding-bottom: 3px;
        font: 15px 'microsoft yahei';
        color: #d32d20;
    }

    .main-info-hd span {
        color: #bec3c7;
        font-family: Verdana;
    }

.main-info-bd {
    padding: 5px 0 5px 174px;
    min-height: 70px;
    border-bottom: 1px solid;
}

.main-meta {
    padding: 10px 0;
    line-height: 20px;
}
/* 栏目 */
.menu {
    /*float: left;*/
    padding-bottom: 50px;
    width: 180px;
    position: absolute;
    left: 0px;
    top: 0px;

}

.menu-hd, .menu-bd li {
    margin-bottom: -1px;
    height: 38px;
    text-indent: 15px;
    font: 14px/38px 'microsoft yahei';
    border: 1px solid;
}

.menu-hd {
    cursor: pointer;
    position: relative;
    color: #d1281b;
}

    .menu-hd .arrow, .menu-hd .arrow i {
        position: absolute;
        top: 12px;
        right: 0;
        width: 0;
        height: 0;
        border: 7px solid;
        border-color: transparent #e8e0e0 transparent transparent;
    }

        .menu-hd .arrow i {
            top: -7px;
            left: -6px;
            border-right-color: #fff;
        }

.menu-bd li {
    background: #f9f2f2;
    vertical-align: bottom;
    position:relative;
}

    .menu-bd li a {
        display: block;
        padding: 1px 0 0 1px;
        color: #651711;
    }

    .menu-bd .selected, .menu-bd li:hover {
        position: relative;
        border-color: #5d140e #d32d20 #d32d20 #5d140e;
        background: #d32d20;
    }

        .menu-bd .selected a, .menu-bd li:hover a {
            padding: 0;
            color: #fff;
            border-left: 1px solid #ab251a;
            border-top: 1px solid #ab251a;
        }
.menu-bd li .menu-bd-third {
    display:none;
    width:146px;
    position:absolute;
    top:-1px;
    left:178px;
    z-index: 900;
}
.menu-bd li:hover .menu-bd-third {
    display:block;
}
.menu-bd li .menu-bd-third li{
    background:#fff;
    border:1px #e8e0e0 solid;
}
.menu-bd li .menu-bd-third li a{
    color:#651711;
    border:none;
}
.menu-bd li .menu-bd-third li a:hover{
    background:#f9f2f2;
    font-weight:700;
}
/* 表单 */
.form-list {
}

    .form-list li {
        line-height: 23px;
        padding: 5px 0;
        overflow: hidden;
        zoom: 1;
    }

.form-tit {
    width: 90px;
    text-align: right;
}

.form-txt {
    width: 150px;
}

.form-sel, .form-list select {
    width: 158px;
}

    .form-sel label {
        cursor: pointer;
        margin-right: 4px;
    }

    .form-sel input {
        margin: -3px 3px 0 0;
        margin: -2px 2px 0 0\9;
        *margin: -2px 0 0 -4px;
    }

.form-list select {
    /*padding: 2px 3px;*/
    height: 24px;
    outline: none;
}

.form-txt, .form-sel, .form-list select {
    margin-right: 5px;
}

.form-tit, .form-txt, .form-list select {
    float: left;
}

.form-list .icon-date {
    float: left;
}

.form-file {
    position: relative;
    float: left;
}

    .form-file .form-file-input {
        cursor: pointer;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 420px;
        height: 22px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .form-file .form-file-btn {
        position: absolute;
        top: 2px;
        right: 31px;
        width: 74px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        color: #fff;
        background: #d32d20;
    }
/* 切换 */
.tab {
}

.tab-hd {
    height: 23px;
    border-bottom: 2px solid #910e09;
    overflow: hidden;
}

    .tab-hd li {
        float: left;
        margin-right: -1px;
        width: 118px;
        line-height: 22px;
        text-align: center;
        border: 1px solid;
        border-bottom: 0;
    }

        .tab-hd li a {
            display: block;
            color: #723330;
            font-family: 'microsoft yahei';
        }

    .tab-hd .selected {
        position: relative;
        border-color: #d32d20;
        background: #d32d20;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .tab-hd .selected a, .tab-hd .selected a:hover {
            color: #fff;
        }
/* 版权 */
.footer {
    height: 150px;
    padding: 20px 0;
    background: #f2f2f2;
}

    .footer dl {
        display: inline-block;
        position: relative;
        padding: 10px 0 0 45px;
        width: 95px;
        vertical-align: top;
        line-height: 18px;
        color: #666;
        *display: inline;
        *zoom: 1;
    }

        .footer dl i {
            position: absolute;
            width: 30px;
            height: 30px;
            left: 0;
            top: 0;
            background: url(images/bg-item.png) no-repeat;
        }

    .footer dt {
        font-weight: 700;
        font-size: 14px;
        line-height: 30px;
    }

    .footer a {
        color: #999;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer .shop-guide i {
        left: 0;
        top: 18px;
        width: 36px;
        height: 30px;
        background-position: 0 -80px;
    }

    .footer .payment i {
        left: 0;
        top: 18px;
        width: 32px;
        height: 30px;
        background-position: -37px -80px;
    }

    .footer .delivery i {
        left: 0;
        top: 18px;
        width: 29px;
        height: 30px;
        background-position: -70px -80px;
    }

    .footer .service i {
        left: 0;
        top: 18px;
        width: 26px;
        height: 30px;
        background-position: -99px -80px;
    }

    .footer .about i {
        left: 0;
        top: 18px;
        width: 34px;
        height: 24px;
        background-position: -125px -80px;
    }
    .footer .newlink i {
        left: 0;
        top: 18px;
        width: 34px;
        height: 30px;
        background-position: 0px -110px;
    }
    
    .footer .layout .erweima {
        position: absolute;
        top: 0;
        right: 0;
    }
    .footer .layout .erweima span {
        display: block;
        width: 100px;
        line-height: 21px;
        margin-bottom: 5px;
        text-align: center;
        font-weight: 700;
    }
/* 简版版权 */
.footer-simple p {
    text-align: center;
    line-height: 34px;
}

/*=S 数据列表 */
.data-list, .data-mod {
    margin-bottom: 1px;
    width: 100%;
    color: #666;
    border: 1px solid;
}

    .data-list thead {
        color: #808080;
    }

    .data-list th {
        padding: 10px 8px;
    }

    .data-list td {
        padding: 4px 8px;
    }

    .data-list th.first i {
        float: left;
        margin: -10px -8px;
        width: 5px;
        height: 40px;
        background: #d32d20;
    }

    .data-list th.first {
        position: relative;
    }

    .data-list thead th {
        line-height: 20px;
        font-weight: 400;
        border-bottom: 1px solid;
    }

    .data-list tbody td, .data-list tbody th {
        line-height: 18px;
        font-weight: 400;
        border: 1px dashed #d9d9d9;
        border-top: 0;
        background: #fff;
        word-wrap: break-word;
        word-break: break-all;
    }

    .data-list th i.promotion {
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        vertical-align: middle;
        font-size: 10px;
        color: #FFFFFF;
        border: none;
        background: url(images/icon.png) no-repeat;
        background-position: -41px -1060px;
        position: absolute;
        top: 0;
        left: 0;
    }
/*.data-list tbody tr:hover td{background:#f9f2f2;}*/
.data-list-img {
    float: left;
    margin-right: 5px;
    width: 127px;
    height: 85px;
    border: 1px dashed;
}

.data-list .thead-bg {
    color: #910e09;
}

.data-list .sel {
    margin-top: -3px;
}

.border-none, .border-none th, .border-none td {
    margin: 0;
    border: 0 !important;
}

#zzjs_zzjs_1_1 {
    position: relative;
}

    #zzjs_zzjs_1_1 .data-hd {
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding-left: 0;
        color: #808080;
        border-left: none;
        position: absolute;
        top: -36px;
    }

.data-hd {
    padding-left: 13px;
    height: 36px;
    line-height: 36px;
    color: #808080;
    border-left: 5px solid #d32d20;
}

#zzjs_zzjs_1_1 .data-bd {
    padding: 0;
    border-top: 2px #d32d20 solid;
}

.data-bd {
    padding: 15px;
    border-top: 1px solid;
}
/*=E 数据列表 */

/*=S 分页 */
.pagination {
}

    .pagination ul {
        display: inline-block;
    }

    .pagination li {
        float: left;
        margin-right: 5px;
        height: 25px;
        border: 1px solid;
    }

    .pagination a {
        display: block;
        padding: 0 9px;
        text-align: center;
        line-height: 25px;
        color: #651711;
    }

    .pagination .active a, .pagination .active a:hover {
        cursor: default;
    }
/*=E 分页 */

.count-list {
    line-height: 42px;
}

    .count-list li {
        padding: 0 24px;
        border-bottom: 1px dashed #bdbdbd;
    }

/*=S button */
.submit-btn,
.add-cart /*加入购物车*/ {
    display: inline-block;
    cursor: pointer;
    height: 23px;
    font: 12px/21px 'microsoft yahei';
    text-align: center;
    color: #fff;
    vertical-align: top;
    border: none;
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}

.submit-btn {
    width: 101px;
    overflow: hidden;
}

    .submit-btn:hover {
        line-height: 23px;
        background-position: -102px 0;
    }

button.up, button.down {
    background: none;
    border: none;
    border: 1px #ffffff solid;
    height: 23px;
    padding: 0 0 3px 8px;
    margin: 0 20px 0 0;
}

    button.up:hover, button.down:hover {
        border: 1px #d32d20 solid;
        border-radius: 5px;
        padding: 0 0 3px 8px;
    }

    button.up span, button.down span {
        display: block;
        float: right;
        height: 20px;
        line-height: 23px;
        margin: 0 5px 3px 3px;
    }

    button.up i {
        display: block;
        float: right;
        width: 20px;
        height: 20px;
        margin: 0 5px 3px 0;
        background: url(images/price_icon_arrow.png) 0 0 no-repeat;
    }

    button.down i {
        display: block;
        float: right;
        width: 20px;
        height: 20px;
        margin: 0 5px 3px 0;
        background: url(images/price_icon_arrow.png) -20px 0 no-repeat;
    }

.add-cart {
    width: 135px;
    height: 36px;
    font-size: 18px;
    line-height: 34px;
    background-position: -113px -58px;
}

    .submit-btn:hover,
    .add-cart:hover {
        color: #fff;
    }
/*=E button */

/*=S 边框颜色 */
.main-info, .main-info-hd, .main-info-bd,
.menu-hd, .menu-bd li,
.tab-hd li,
.data-list, .data-list thead th, .data-list-img, .data-mod, .data-bd,
.pagination li {
    border-color: #e8e0e0;
}
/*=E 边框颜色 */

/*=S 订单 */
.address-manage {
    padding-top: 0;
}

    .address-manage h3 {
        margin: 20px 0 10px 26px;
    }

.num-txt {
    margin: 0 8px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.num-txt2 {
    margin: 0 8px;
    vertical-align: middle;
    width: 56px;
    height: 28px;
    line-height: 28px;
}

.num-minus, .num-add {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    overflow: hidden;
}

.settle-box {
    margin-top: 20px;
    padding: 10px;
    line-height: 23px;
}

.total {
    font: 18px Arial;
}

.menu-bd li, .thead-bg, .pagination .active a, .settle-box {
    background-color: #f9f2f2;
}

.bg-1 {
    background-color: #f7f7f7;
}
/*=E 订单 */

/*=S 订单流程 */
.process {
    position: relative;
    margin: 15px auto 50px;
    width: 710px;
    height: 65px;
}

    .process li {
        float: left;
        width: 177px;
        color: #ced1d6;
    }

        .process li em {
            z-index: 1;
            position: absolute;
            top: 35px;
            width: 30px;
            height: 30px;
            text-indent: 0;
            font-family: Verdana;
            text-align: center;
            line-height: 30px;
            background-color: #fff;
            background-position: -128px -33px;
        }

.p-item-1 {
    text-indent: -2px;
}

    .p-item-1 em {
        left: 15px;
    }

.p-item-2 {
    text-indent: 43px;
}

    .p-item-2 em {
        left: 232px;
    }

.p-item-3 {
    text-indent: 95px;
}

    .p-item-3 em {
        left: 448px;
    }

.p-item-4 {
    text-indent: 123px;
}

    .p-item-4 em {
        right: 15px;
    }

.process-line {
    position: absolute;
    top: 48px;
    left: 15px;
    width: 680px;
    height: 4px;
    background: #ced1d6;
    overflow: hidden;
}

    .process-line i {
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        background: #d32d20;
    }

.process-1 .process-line i {
    width: 18%;
}

.process-2 .process-line i {
    width: 50%;
}

.process-3 .process-line i {
    width: 82%;
}

.process-4 .process-line i {
    width: 100%;
}

.process-1 .p-item-1 em,
.process-2 .p-item-1 em, .process-2 .p-item-2 em,
.process-3 .p-item-1 em, .process-3 .p-item-2 em, .process-3 .p-item-3 em {
    background-position: -96px -33px;
}

.process-1 .p-item-1,
.process-2 .p-item-1, .process-2 .p-item-2,
.process-3 .p-item-1, .process-3 .p-item-2, .process-3 .p-item-3 {
    color: #d32d20;
}


/*订单详情*/
.o-process .process {
    margin: 15px auto;
    width: 560px;
    height: 100px;
}

.o-process li {
    width: 177px;
    text-indent: 0;
}

    .o-process li span {
        display: block;
        width: 65px;
        margin-top: 56px;
        text-indent: 2px;
        text-align: center;
    }

.o-process .p-item-1 {
    text-indent: 0;
}

.o-process .p-item-2 {
    text-indent: 63px;
}

.o-process .p-item-3 {
    margin-left: 23px;
    text-align: right;
}

.o-process .p-item-1 em {
    left: 15px;
}

.o-process .p-item-2 em {
    left: 46%;
}

.o-process .p-item-3 em {
    left: 515px;
}

.o-process .process-line {
    width: 520px;
}

.o-process .process-1 .process-line i {
    width: 27%;
}

.o-process .process-2 .process-line i {
    width: 74%;
}

.o-process .process-3 .process-line i {
    width: 100%;
}

/*项目详情*/
.pro-detail-process {
}

    .pro-detail-process .process {
        margin: 15px auto;
        width: 560px;
        height: 70px;
    }

    .pro-detail-process .p-item-1 {
        text-indent: -18px;
    }

    .pro-detail-process .p-item-2 {
        text-indent: 40px;
    }

    .pro-detail-process .p-item-3 {
        margin-left: 23px;
        text-align: right;
    }

    .pro-detail-process .p-item-1 em {
        left: 15px;
    }

    .pro-detail-process .p-item-2 em {
        left: 46%;
    }

    .pro-detail-process .p-item-3 em {
        left: 515px;
    }

    .pro-detail-process .process-line {
        width: 520px;
    }

    .pro-detail-process .process-1 .process-line i {
        width: 27%;
    }

    .pro-detail-process .process-2 .process-line i {
        width: 74%;
    }

    .pro-detail-process .process-3 .process-line i {
        width: 100%;
    }
/*=E 订单流程 */

/*=S 登录页面 */
.login-banner {
    float: right;
    margin-top: 50px;
}

.login-box {
    position: relative;
    float: right;
    margin: 0 60px 50px 10px;
    font: 14px/32px 'microsoft yahei';
}

.login-form {
    padding: 18px 18px 84px;
    width: 308px;
    border: 1px solid #d1281b;
}

.login-name {
    cursor: pointer;
    position: relative;
    text-indent: 10px;
    *padding-top: 1px;
}

    .login-name dt {
        border: 1px solid #d1d1d1;
    }

    .login-name dd {
        display: none;
        position: absolute;
        top: 33px;
        left: 0;
        width: 306px;
        border: 1px solid #d1d1d1;
        background: #fff;
        overflow: hidden;
    }

        .login-name dd a {
            display: block;
            margin-top: -1px;
            width: 100%;
            line-height: 30px;
            border-top: 1px dashed #d1d1d1;
        }

            .login-name dd a:hover {
                background: #f1f1f1;
            }

    .login-name .border-arrow-top {
        top: 10px;
        right: 10px;
    }

    .login-name .border-arrow-bottom {
        top: 16px;
        right: 10px;
    }

.login-txt {
    position: relative;
}

    .login-txt input {
        display: block;
        padding: 5px 25px 5px 5px;
        width: 276px;
        height: 22px;
        font: 16px/22px 'microsoft yahei';
        border: 1px solid #d1d1d1;
        outline: 0;
    }

        .login-txt input:focus, .login-txt input.focus {
            border-color: #7abd54;
        }

        .login-txt input.error {
            border-color: #d1281b;
        }

.login-yzm {
    position: relative;
}

    .login-yzm input {
        padding: 5px 5px 5px 60px;
        width: 70px;
    }

.login-yzm-link, .login-yzm-link:hover {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 34px;
    color: #b79797;
}

.login-error-tips {
    position: absolute;
    left: 0;
    bottom: -23px;
    padding: 0 5px;
    width: 296px;
    font: 12px/22px 'simsun';
    color: #fff;
    border: 1px solid #d1281b;
    background: #d32d20;
}

    .login-error-tips .arrow {
        position: absolute;
        top: -4px;
        left: 10px;
        height: 3px;
        width: 5px;
        background-position: -48px -300px;
        *top: -5px;
    }

.login-yzm .login-error-tips {
    left: 137px;
    top: 0;
    padding: 0 8px;
    width: 60px;
    height: 32px;
    text-align: left;
    line-height: 16px;
    *top: 1px;
}

    .login-yzm .login-error-tips .arrow {
        width: 3px;
        height: 5px;
        top: 10px;
        left: -5px;
        background-position: -45px -303px;
    }

.login-txt .icon {
    position: absolute;
    right: 5px;
    top: 7px;
}

.login-form-btn, .login-form-btn:hover {
    display: block;
    margin-top: 32px;
    width: 307px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 1px #fff;
    background-position: 0 -24px;
}

.login-box-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 89px;
    height: 45px;
    background-position: 0 -33px;
}
/*=E 登录页面 */

/* 404 */
.page-type {
    margin: 70px auto 0;
    min-height: 400px;
}

.page-type-403 {
    width: 390px;
}

.page-type-404 {
    width: 370px;
}

.page-type-500 {
    width: 350px;
}

.page-type-bg {
    margin: 0 auto 25px;
    width: 215px;
    background: url(images/page-type.png) no-repeat;
}

.page-type-403 .page-type-bg {
    height: 135px;
}

.page-type-404 .page-type-bg {
    height: 143px;
    background-position: 0 -260px;
}

.page-type-500 .page-type-bg {
    height: 125px;
    background-position: 0 -135px;
}

.page-type p {
    margin: 0 0 15px 10px;
    line-height: 20px;
}

.page-type .page-type-title {
    margin-left: 0;
    font: 700 16px/30px arial;
    color: #d32d20;
}
/* 404 */

/*=S width */
.width-1 {
    /*width: 813px;*/
    float: none;
    padding-left: 190px;
}

.width-2 {
    width: 80px;
}

.width-3 {
    width: 100px;
}

.width-4 {
    width: 313px;
}
/*无 title  X 2*/
.width-5 {
    width: 200px;
}

.width-6 {
    width: 476px;
}
/*无 title  X 3*/
.width-7 {
    width: 413px;
}
/*有 title  X 2*/
/*=E width */


.win {
    z-index: 99;
    position: fixed;
    padding: 2px;
    border: 1px solid #d32d20;
    background: #fff;
    _position: absolute;
}

.win-hd {
    width: 600px;
    padding: 0 10px;
    height: 28px;
    background: #d32d20;
}

    .win-hd h3 {
        font: 700 12px/28px 'simsun';
        color: #fff;
    }

.win-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 6px;
}

.win-bd {
    width: 600px;
    padding: 15px 10px;
    overflow: auto;
}

.win-btn {
    line-height: 23px;
}

.win-mask {
    z-index: 98;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    filter: alpha(opacity=40);
    background: #000;
}


.tips-mod {
    z-index: 9999;
    display: block;
    position: fixed;
    left: 0;
    top: 40%;
    width: 100%;
    height: 50px;
    text-align: center;
    opacity: 0;
}

.tips-cont, .tips-cont i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.tips-cont {
    position: relative;
    font: 700 14px/50px "microsoft yahei";
    background-repeat: repeat-x;
    background-position: 0 -670px;
}

    .tips-cont i {
        margin-right: 15px;
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }

    .tips-cont span {
        position: absolute;
        top: 0;
        left: -20px;
        width: 20px;
        height: 50px;
        line-height: 50px;
        background-position: 0 -620px;
    }

    .tips-cont .tips-rs {
        left: auto;
        right: -20px;
        background-position: -12px -620px;
    }

.tips-proper {
    color: #334F67;
}

    .tips-proper i {
        background-position: 0 -722px;
    }

.tips-warn {
    color: #C0880F;
}

    .tips-warn i {
        background-position: 0 -800px;
    }

.tips-error {
    color: #d32d20;
}

    .tips-error i {
        background-position: 0 -760px;
    }

.autocomplete {
    position: relative;
}

    .autocomplete ul {
        position: absolute;
        top: 22px;
        left: 0;
        right: 5px;
        border: 1px solid #ccc;
        background: #fff;
    }

    .autocomplete li {
        cursor: pointer;
        margin-top: -1px;
        padding: 0 10px;
        border-top: 1px dashed #ccc;
    }

/*=S 对账单 */
.bill {
    padding: 10px 50px;
}

.bill-hd p {
    padding: 5px 0;
}

.bill-hd h2 {
    padding: 20px 0;
    font-size: 20px;
    color: #333;
}

.bill table {
    margin-bottom: 30px;
    width: 100%;
    line-height: 24px;
}

.bill-list th, .bill-list td {
    padding: 8px;
    font: 400 14px/20px 'simsun';
}

.bill-list, .bill-list th, .bill-list td {
    border: 1px solid #dcdcdc;
}

.bill-ft {
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
    border-top: 1px solid #dcdcdc;
}
/*=E 对账单 */

.channel-txt-list {
}

    .channel-txt-list li {
        position: relative;
        padding: 11px 0;
        line-height: 20px;
        border-bottom: 1px dashed #d9d9d9;
        overflow: hidden;
    }

        .channel-txt-list li div {
            padding-left: 12px;
            border-left: 3px solid #d32d20;
        }

.post {
    padding: 15px;
    line-height: 24px;
}

.post-hd {
    line-height: 30px;
}

.unread {
    font-weight: 700;
}
/*未读信息*/

.u-key {
    margin: 40px auto 160px;
    width: 370px;
    line-height: 30px;
    color: #5e5e5e;
}

    .u-key h3 {
        color: #d1281b;
    }

.u-key-32, .u-key-64 {
    margin: 40px 10px 0;
    color: #d32d20;
    font-size: 14px;
}

    .u-key-32 i, .u-key-64 i {
        display: block;
        margin-bottom: 20px;
        width: 101px;
        height: 89px;
        background: url(images/u-key.png);
    }

    .u-key-64 i {
        background-position: 0 -90px;
    }

.delivery-box {
    line-height: 24px;
    border: 1px solid #cecece;
    border-bottom: 0;
}

.delivery-item, .delivery-item-gray {
    position: relative;
    padding: 14px 20px 15px;
}

.delivery-item-gray {
    background: #e1e1e1;
}

.delivery-box .data-list {
    margin-top: 10px;
    text-align: center;
    background: #fff;
    border-color: #cecece;
}

    .delivery-box .data-list td {
        padding: 10px;
    }

.delivery-box .delivery-order-num td {
    background-color: #f9f2f2;
}

.delivery-order-num span {
    margin-right: 60px;
}

.delivery-item .delivery-border, .delivery-item-gray .delivery-border {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: url(images/order-detail.png) repeat-x;
}

.delivery-item .delivery-border {
    bottom: 0;
    height: 6px;
    background-position: 0 -12px;
}

.cart {
    position: relative;
}

    .cart .data-list {
        border: none;
        border-bottom: 1px solid #d9d9d9;
    }

        .cart .data-list th {
            border-top: 1px solid #d32d20;
            border-left: 0;
            border-right: 0;
        }

.promotion, .promotion-notstart {
    border: 1px solid #d32d20;
}

.data-list .promotion th, .data-list .promotion td, .data-list .promotion-notstart th, .data-list .promotion-notstart td {
    border-color: #c79490;
}

.data-list .promotion th {
    color: #fff;
    background: #d32d20;
    border: 1px solid #d32d20;
}

.data-list .promotion td {
    background: #f9f2f2;
}

.data-list del {
    color: #a5a5a5;
}

.data-list .promotion-notstart th {
    color: #d32d20;
    border: 1px solid #d32d20;
    border-left: 0;
    border-right: 0;
}

.data-list-first {
    border-left-width: 1px !important;
    border-left-style: solid !important;
}

.data-list-last {
    border-right-width: 1px !important;
    border-right-style: solid !important;
}

.cart .data-list-first {
    border-left-color: #d9d9d9 !important;
}

.cart .data-list-last {
    border-right-color: #d9d9d9 !important;
}

.promotion .data-list-first, .promotion-notstart .data-list-first {
    border-left-color: #d32d20 !important;
}

.promotion .data-list-last, .promotion-notstart .data-list-last {
    border-right-color: #d32d20 !important;
}

.not-start-icon {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    line-height: 20px;
    border-bottom: 1px solid #bb5240;
    border-right: 1px solid #bb5240;
    background: #db614c;
    border-radius: 2px;
}

.cart .fail td {
    background: #f0f0f0;
    color: #868686;
}

.cart .fail .tl a {
    color: #868686;
}

    .cart .fail .tl a:hover {
        color: #d32d20;
    }


.file {
    display: block;
    position: relative;
    width: 400px;
    height: 22px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: none repeat scroll 0 0 #F3F3F3;
    color: #999999;
    cursor: pointer;
    text-align: left;
}

    .file span {
        display: block;
        line-height: 39px;
    }

    .file em {
        display: inline-block;
        width: 18px;
        height: 18px;
        overflow: hidden;
        margin: 10px 5px 10px 0;
        line-height: 20em;
        vertical-align: middle;
    }

    .file:hover em {
        background-position: -19px 0;
    }

#mian {
    width: 1000px;
    height: 802px;
}

.nothave {
}

.youhave {
    position: absolute;
    color: #000;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    top: 200px;
    left: 295px;
    font-size: 14px;
}

#zhuanpan {
    width: 526px;
    height: 526px;
    top: 227px;
    left: 360px;
    position: absolute;
    overflow: hidden;
}

#tip {
    position: absolute;
    left: 203px;
    top: 145px;
    cursor: pointer;
}

.china {
    display: block;
    float: right;
    width: 50px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    font-family: 'microsoft yahei';
    color: #fff;
    background-color: #d1281b;
}
/*tableicons*/
.data-list .enable, .data-list .disable, .data-list .linkcount {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    background: url(images/icon.png) no-repeat;
}

.data-list .listenable, .data-list .listdisable {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(images/icon.png) no-repeat;
}

.data-list .super {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: url(images/icon.png) no-repeat;
    top: 13px;
    left: 25px;
}

.data-list .enable {
    background-position: -65px -580px;
}

.data-list .disable {
    background-position: -65px -600px;
}

.data-list .listenable {
    background-position: -65px -580px;
}

.data-list .listdisable {
    background-position: -65px -600px;
}

.data-list .linkcount {
    background-position: -65px -560px;
}

.data-list .super {
    background-position: -65px -620px;
}
/*浮动客服*/
#floatDivBoxs {
    width: 170px;
    background: #fff;
    position: fixed;
    top: 130px;
    right: -205px;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #d1281b;
    color: #fff;
    font-size: 18px;
    text-indent: 22px;
    position: relative;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    padding: 0;
}

#floatDivBoxs .floatDqq li.line {
    border-bottom: 1px solid #e3e3e3;
}

#floatDivBoxs .floatDqq a {
    padding: 5px 0 5px 28px;
    background: url(./images/qq.png) left no-repeat;
}

#floatDivBoxs .floatDtxt {
    font-size: 18px;
    color: #333;
    padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
    padding: 0 0 15px 10px;
}

    #floatDivBoxs .floatDtel img {
        display: block;
    }

#floatDivBoxs .floatDbg {
    width: 100%;
    height: 20px;
    background: url(./images/online_botbg.jpg) no-repeat;
    box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}

#rightArrow {
    width: 50px;
    height: 45px;
    position: fixed;
    top: 130px;
    right: 0px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    width: 50px;
    height: 45px;
    background: url(./images/online_arrow_da.jpg) no-repeat;
}
/*购物流程*/
.sidebar_menu {
	width:175px;
	float:left;
	margin-top:0;
	}
.sidebar_menu .tip{
	display:block;
	line-height:15px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding:20px 0 15px 15px;
    }
.catelog_tree{
	padding:5px 0 35px 0;
	}
.catelog_tree li{ 
	display:block; 
	font-size:14px; 
	line-height:25px;
	text-align:left; 
	text-decoration:none;
	color:#404040;  
	margin-bottom:2px;
	padding-left:10px; 
	}
.catelog_tree li:hover,.catelog_tree li.hover{
	background:url(../../img/arrow.png) no-repeat 5px 0;
	}
.catelog_tree li.tips{ 
	color:#000;
	font-weight:bold; 
	padding-left:25px;
	line-height:35px;
	}
.catelog_tree li.line{
    width: 165px;
    height: 1px;
    background: #ddd;
	margin:10px 0 8px 0;
	line-height:35px;
	}
.catelog_tree li.tips:hover{
	background:none;
	}
.catelog_tree li a{
	display:block;
	width:150px;
	padding-left:15px;
	color:#404040;
    font: 14px/25px 'microsoft yahei';
	}
.catelog_tree li a:hover{
	color:#d1281b;
	}
.catelog_tree li.hover a{
	font-weight:bold;
	color:#d1281b;
	}
.sidebar_content {
	width:737px;
	float:left;
    padding: 5px 30px 15px 30px;
}
.sidebar_content .title{
	color:#000;
    font-size: 14px;
	margin-left:25px;
	line-height:35px;
    border-bottom: 1px #ccc solid;
	}
.sidebar_content .red{
    font-weight: 700;
	color:#d1281b;
	}
.sidebar_content p{
    margin:15px 0 5px 25px;
    font-size: 14px;
    line-height: 15px;
	}
.sidebar_content h2{
    margin:15px 0 5px 25px;
    font-size: 14px;
    line-height: 25px;
	}
.sidebar_content span.mes{
    display: block;
    margin:15px 0 5px 25px;
    font-size: 14px;
    line-height: 25px;
    color: #000;
	}
/*售后电话字体大1~2号 mengfc*/
.sidebar_content span.mes_fs{
    display: block;
    margin:15px 0 5px 25px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
	}
.sidebar_content div.q{
    font-size: 14px;
    line-height: 21px;
    margin:5px 0 15px 25px;
    padding-left: 50px;
    position: relative;
	}
.sidebar_content div.q span{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
	}
.sidebar_content table{
    border-collapse: collapse;
    margin: 20px 0 30px 25px;
	}
.sidebar_content table th,.sidebar_content table td{
    line-height: 17px;
    border: 1px #ddd solid;
	}
.sidebar_content table th{
    padding: 3px 5px;
	}
.sidebar_content table td{
    padding: 5px 5px;
	}
.sidebar_content table.center td{
    text-align: center;
	}
.sidebar_content img{
    display: block;
    width: 236px;
    height: 236px;
    border: none;
    margin: 0;
    padding: 0;
	}
.sidebar_content span.erweima_title{
    display: block;
    margin:5px 0;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    text-align: center;
	}
.sidebar_content p.about{
    margin:15px 0 5px 25px;
    font-size: 14px;
    line-height: 21px;
    text-indent: 28px;
	}
.sidebar_content a.red:hover{
    text-decoration: underline;
	}
/* 联系客服 */
#full-screen-slider {
    width: 100%;
    height: 396px;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 10;
}

#slides {
    display: block;
    width: 100%;
    height: 396px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 340px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0;
}

#pagination li {
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #FFF;
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #0092CE;
}

/*活动样式*/
ul.activelist {
    
}
ul.activelist li{
    display: block;
    float: left;
    width: 375px;
    height: 225px;
}
ul.activelist li.odd{
}
ul.activelist li img{
    display: block;
    float: left;
    width: 363px;
    height: 213px;
    border: none;
    margin: 10px;
    padding: 0;
}




/*全屏背景遮罩层*/
.loadingPage_bg1 {
	background:none repeat scroll 0 0 #717171;
	height:100%;
	left:0; /*:rgba(0,0,0,0.5);*/
	opacity:0.7;
	filter:alpha(opacity=70);
	width:100%;
	position:absolute;
	top:0px;
	z-index:110;
}
/*局部背景遮罩*/
.loadingPage_bg {
	background:none repeat scroll 0 0 #717171;
	height:100%;
	left:0; /*:rgba(0,0,0,0.5);*/
	opacity:1;
	filter:alpha(opacity=100);
	width:100%;
	z-index:110;
}

#loadingPage {
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#595959;
	height:28px;
	left:50%;
	line-height:27px;
	margin-left:-74px;
	margin-top:-14px;
	padding:10px 10px 10px 50px;
	position:absolute;
	text-align:left;
	top:50%;
	width:148px;
	z-index:111;
	background:url(/Css/common/images/loading.gif) no-repeat scroll 12px center #FFFFFF;
	border:2px solid #86A5AD;
}

.main-info-search {
    padding: 5px 0 5px 174px;
    min-height: 70px;
}

.new-main {
    /*width: 793px;*/
    padding: 8px;
    padding-left: 190px;
    background-color: #f2f2f2;
}


.webuploader-pick-hover {
    background: none !important;
}

.layui-table th div{
    text-align:center;
}
.layui-box .layui-laypage-limits {
    display: none;
}


/**
    后台活动修改列表居中
*/
#nowListData{
    text-align:center;
}

.page .layui-table-tool {
    z-index:102;
}


.layui-form input:disabled,
.layui-form .layui-select-disabled .layui-disabled,
.layui-form .layui-textarea-disabled {
    background-color: #f5f5f5;
    cursor: no-drop;
} 