@charset "UTF-8";
/*公共样式 start*/
html, body {
    margin: 0;
    padding: 0;
    min-width: 1010px;
    -ms-overflow-style: scrollbar;
}

/*图片加载样式*/
.img-loading, .err-product {
    background: url("/etp/common/static/img/loading.gif") center center no-repeat;
}

/*列表或者数据加载样式*/
.loading {
    background: #F5F5F5 url("/etp/common/static/img/loading-big.gif") center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    opacity: 0.5;
    /*半透明*/
    filter: alpha(opacity=50);
}

/*'<div style="height:300px;" class="no-data"><div class="no-data-center"><img src="/common/static/img/no-data.png"><div class="no-data-text">暂无数据~</div></div></div>'*/
/*'<div style="height:300px;" class="no-data"><div class="no-data-center"><i class="icon c5-icon-not-available no-data-icon"></i><div style="font-size: 12px;" class="no-data-text">暂无公告~</div></div></div>'*/
/*没有数据的容器样式 start*/
.no-data {
    background-color: #fff;
    min-height: 160px;
    height: 100%;
    position: relative;
    /*没有数据绝对居中(上下垂直居中，左右水平居中)*/
    /*没有数据的文本样式*/
    /*没有数据的字体图标样式*/
    /*没有数据的A标签的样式*/
}

.no-data .no-data-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 160px;
    text-align: center;
}

.no-data .no-data-text {
    padding-top: 10px;
    font-size: 14px;
    color: #666;
}

.no-data .no-data-icon {
    color: #dcdcdc;
    font-size: 80px;
}

.no-data .no-data-a {
    color: #0066CD;
}

/*没有数据的容器样式 end*/
/*抛物线中的图标样式*/
.fly-icon {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: fixed;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #0066CD;
    outline: none;
}

/*去掉图片底部默认的3像素空白缝隙*/
img {
    border: 0;
    vertical-align: middle;
}

/*禁用公共样式*/
.c-disabled {
    border: none !important;
    color: #f0f0f0;
    cursor: not-allowed !important;
}

.btn-disabled {
    color: #c0c0c0 !important;
    cursor: not-allowed !important;
    background-color: #f2f2f2 !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

em, i, u {
    font-style: normal;
}

/*校验提示信息隐藏占位符 样式 start*/
.validate-msg-hidden {
    margin-bottom: 0;
    display: none;
}

.validate-msg-hidden ul {
    margin-bottom: 0;
}

/*校验提示信息隐藏占位符 样式 end*/
.pre-hide {
    display: none;
}

/*文本强制换行*/
.text-wrap {
    display: block;
    word-wrap: break-word;
    white-space: normal;
}

/*超出容器部分的内容隐藏，超出部分并以...显示*/
.text-ellipsis-class, .c-text-left, .detail-base-info .detail-base-content .detail-info-row .info-text-left, .c-text-right, .edit-base-info .edit-base-content div.base-info-row .info-text-right, .detail-base-info .detail-base-content .detail-info-row .info-text-right, .query-text-right {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

/*文本域文字颜色*/
.relationTips {
    display: block;
}

.relationTips > label {
    color: #ff0000;
}

/*去掉IE10下input的叉叉和密码输入框的眼睛图标*/
::-ms-clear, ::-ms-reveal {
    display: none;
}

textarea {
    word-wrap: break-word;
    word-break: break-all;
    resize: none;
}

/*公共样式 end*/
/*活动logo*/
.activity-logo {
    display: block;
    width: 68px;
    height: 50px;
    background: url("/common/static/img/discount-logo.png") left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
}

/*由于C5组件优化，此组件不放入C5库中*/
/*由于C5组件优化，此组件不放入C5库中*/
dl.c5-shrinkMore {
    margin-bottom: 20px;
}

dl.c5-shrinkMore > dt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-right: 78px;
}

dl.c5-shrinkMore > dt span,
dl.c5-shrinkMore > dt a {
    float: left;
    display: block;
    height: 100%;
    width: 100%;
}

dl.c5-shrinkMore > dt a {
    color: #0066cd;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    width: 78px;
    margin-right: -78px;
    text-decoration: none;
    cursor: pointer;
}

dl.c5-shrinkMore > dt a:after {
    content: '\e8f6';
    font-size: 16px;
}

dl.c5-shrinkMore > dt a:hover {
    color: #017fff;
}

dl.c5-shrinkMore > dt.more a:after {
    content: '\e8f7';
    font-size: 16px;
}

dl.c5-shrinkMore > dd {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background-color: #f5f5f5;
}

.input-group-addon {
    cursor: pointer;
}

.input-group-addon i {
    color: #888;
}

.input-group-addon:hover i {
    color: #0066cd;
}

.c-text-left, .detail-base-info .detail-base-content .detail-info-row .info-text-left {
    display: block;
    text-align: left;
}

.c-text-right, .edit-base-info .edit-base-content div.base-info-row .info-text-right, .detail-base-info .detail-base-content .detail-info-row .info-text-right, .query-text-right {
    display: block;
    text-align: right;
}

.text-red {
    color: #E10100;
    font-weight: 700;
    padding-right: 4px;
}

/*编辑页面的容器*/
div.edit-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 12px;
}

div.title-operation-row {
    /*编辑页面 操作行区域*/
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #FFF;
    margin-bottom: 10px;
    overflow: hidden;
}

div.title-operation-row div.operation-text {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
}

div.title-operation-row div.operation-btn {
    text-align: right;
    padding-right: 25px;
}

div.title-operation-row div.operation-btn button {
    margin-left: 5px;
}

.edit-base-info {
    /*编辑页面 基本信息区域*/
    width: 100%;
    background: #FFF;
    margin-bottom: 10px !important;
    /*重写 bootstrap 的样式：因为bootstrap的水平排列表单采用的是14px字体，而编辑页面采用的是12px字体，所以重写样式*/
}

.edit-base-info .edit-base-content {
    padding: 20px 0 5px 0;
}

.edit-base-info .edit-base-content div.base-info-row {
    /*每一行 基本信息*/
    margin-left: 0;
    margin-right: 0;
}

.edit-base-info .edit-base-content div.base-info-row .info-text-left {
    display: block;
    text-align: left;
    color: #333;
    padding-left: 7px !important;
    padding-right: 20px;
    font-weight: normal;
}

.edit-base-info .edit-base-content div.base-info-row .info-text-right {
    color: #666;
    padding-left: 20px;
    padding-right: 7px;
    font-weight: normal;
}

.edit-base-info input[type="radio"], .edit-base-info input[type="checkbox"] {
    margin-top: 2px;
}

.edit-base-info .form-control {
    display: inline-block;
}

/*重写bootstrap的样式*/
.form-horizontal .form-group {
    margin-bottom: 10px;
}

.form-horizontal .help-block {
    margin-top: 1px;
}

.detail-base-info {
    /*详情页面 基本信息区域*/
    width: 100%;
    background: #FFF;
    margin-bottom: 10px !important;
    font-size: 14px;
}

.detail-base-info .detail-base-content {
    padding: 10px 0 10px 0;
    width: 100%;
}

.detail-base-info .detail-base-content .detail-info-row {
    margin-left: 0;
    margin-right: 0;
    line-height: 35px;
}

.detail-base-info .detail-base-content .detail-info-row .info-text-left {
    color: #333;
    padding-left: 7px !important;
    padding-right: 20px;
}

.detail-base-info .detail-base-content .detail-info-row .info-text-right {
    color: #666;
    padding-left: 20px;
    padding-right: 7px;
}

.list-container {
    /*编辑页面 列表区域*/
    width: 100%;
    background-color: #FFF;
    margin-bottom: 20px;
    /*这里包一层是因为 折叠面板组件计算拿不到外层的padding*/
}

.list-container .list-content {
    padding: 5px 20px 20px 20px;
}

/*查询面板区域 更多 那一行的过滤条件样式*/
dl.c5-shrinkMore {
    margin-top: 5px;
    margin-bottom: 10px;
    /*有更多面板时，去掉最后一行的外边距*/
}

dl.c5-shrinkMore > dt {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    /*重写 bootstrap 的样式*/
}

dl.c5-shrinkMore > dt .row {
    /*垂直居中*/
    padding-top: 5px;
    line-height: normal;
    margin-right: 0;
}

dl.c5-shrinkMore > dt .row > div:last-child {
    padding-right: 0;
}

dl.c5-shrinkMore > dt .row > div:last-child button {
    margin-left: 5px;
}

dl.c5-shrinkMore > dt input[type="radio"], dl.c5-shrinkMore > dt input[type="checkbox"] {
    margin-top: 14px;
}

dl.c5-shrinkMore > dt .form-control {
    display: inline-block;
}

dl.c5-shrinkMore > dt .form-group {
    margin-bottom: 0;
}

dl.c5-shrinkMore .query-condition div.query-condition-row:last-child {
    margin-bottom: 0;
}

.query-condition {
    /*查询条件区域*/
    width: 100%;
    padding-top: 8px;
    /*重写 bootstrap 的样式*/
}

.query-condition div.query-condition-row {
    /*每一行过滤查询条件*/
    margin-bottom: 10px;
}

.query-condition input[type="radio"], .query-condition input[type="checkbox"] {
    margin-top: 2px;
}

.query-condition .form-control {
    display: inline-block;
}

.query-condition .form-group {
    margin-bottom: 0;
}

/*查询框部分的样式 start*/
.query-text-left {
    display: block;
    text-align: left;
    padding-left: 5px !important;
    padding-right: 20px;
    color: #333;
    font-weight: normal;
}

.query-text-right {
    padding-left: 0;
    padding-right: 5px;
    color: #333;
    font-weight: normal;
    /*文本 垂直居中*/
    padding-top: 6px;
}

.vertical-middle {
    /*radio 、checkbox 垂直居中*/
    padding-top: 5px;
}

.c5-datepicker-range {
    /*设置范围日期组件容器宽度*/
    width: 300px;
}

/*查询框部分的样式 end*/
div.list-operation {
    /*操作按钮区域*/
    padding-top: 10px;
    border-top: 1px dashed #ddd;
    margin-bottom: 10px;
    text-align: right;
}

div.list-operation button {
    margin-left: 5px;
}

div.list-table {
    /*列表内容展示区域*/
}

/*Home主页面的容器：双浮动布局*/
div.home-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 160px;
    font-size: 12px;
}

div.home-container div.home-left {
    /*home主页面 左侧折叠菜单*/
    width: 160px;
    margin-left: -160px;
    float: left;
    background-color: #FFF;
}

div.home-container div.home-right {
    /*home主页面 右侧内容部分*/
    width: 100%;
    float: left;
    padding-left: 10px;
}

div.home-container div.home-right div.home-right-content {
    border-top: 1px solid #ddd;
    width: 100%;
    height: 100%;
}

/*右侧内容详细区域*/
div.content-details {
    width: 100%;
    background-color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

div.content-details .content-details-shirkPanel {
    padding-top: 15px;
}

/*重写EIC导出的样式*/
.cui-dialog-container .dialog-ft {
    height: auto !important;
}

/*最顶部横条 start*/
.top {
    font-size: 12px;
    background: #f1f1f1;
    width: 100%;
    min-width: 1200px;
}

.top > div {
    height: 30px;
    line-height: 30px;
}

.top > div > span {
    display: block;
    float: right;
    /*第一个span*/
    /*第二个span*/
    /*最后一个span*/
}

.top > div > span a {
    color: #666;
}

.top > div > span a:hover {
    color: #0066cd;
    text-decoration: none;
}

.top > div > span:first-child {
    float: left;
}

.top > div > span:first-child a {
    color: #0066cd;
    padding: 0 10px;
}

.top > div > span:first-child a:focus {
    text-decoration: none;
}

.top > div > span:first-child a:hover {
    color: #ff0000;
}

.top > div > span.l a {
    padding-left: 16px;
}

.top > div > span.l .active {
    color: #0066cd;
}

.top > div > span:last-child {
    margin-right: 100px;
}

.top > div > span:last-child i {
    font-style: normal;
    color: #0066cd;
    display: inline-block;
    min-width: 75px;
}

@charset "UTF-8";
/*logo区域横条*/
/*左侧固定宽度*/
/*右侧固定宽度*/
/*横条高度*/
.p-common-backstage-banner {
    width: 100%;
    min-width: 1200px;
    /*background-color: #0066CD;*/
    background-color: #0052A4;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.p-common-backstage-banner .backstage-banner {
    width: 100%;
    height: 80px;
    padding-left: 385px;
    padding-right: 200px;
    overflow: hidden;
    /*左侧固定*/
    /*中间自适应*/
    /*右侧固定*/
}

.p-common-backstage-banner .backstage-banner > * {
    height: 100%;
    float: left;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-left {
    width: 385px;
    margin-left: -385px;
    background: url("../images/backstage-logo.png") 0px 50% no-repeat;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: right;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-left > div {
    width: 100px;
    display: inline-block;
    line-height: 80px;
    margin-right: 30px;
    text-align: center;
    /*> a {
            margin-top: 2px;
            border: 1px solid #99C4EC;
            border-radius: 20px;
            font-size: 12px;
            padding: 1px 10px;
            color: #99C4EA;
            font-weight: normal;

            &:hover {
              cursor: pointer;
              border-color: #fff;
              color: #fff;
              text-decoration: none;
            }
          }*/
}

.p-common-backstage-banner .backstage-banner .backstage-banner-left > div > * {
    display: inline-block;
}

.p-common-backstage-banner .backstage-banner ul{
     height: 100%;
     margin: 0px 0px 0px 50px;
}

.p-common-backstage-banner .backstage-banner li{
     height: 80px;
     float:left;
     width: 65px;
     display: block;
     position: relative;
}

.p-common-backstage-banner .backstage-banner li:HOVER{
    cursor: pointer;
    background-color: #00599a;
    color: #ffffff;
    text-decoration: none; 
}

.p-common-backstage-banner .backstage-banner li span{
     height: 40px;
     line-height:40px;
     margin-top: 20px;
     color: #fff;
     width: 65px;
     padding-left: 30px;
     display: block;

}
.p-common-backstage-banner .backstage-banner li .todo-box{
      background: url(../images/todo-box.png) no-repeat 5px;
}

.p-common-backstage-banner .backstage-banner li .done-box{
      background: url(../images/done-box.png) no-repeat 5px;
}

.p-common-backstage-banner .backstage-banner li .icon-message{
    background: url(../images/theme_z_0733f12.png) no-repeat -120px 10px;
}

.p-common-backstage-banner .backstage-banner li .badge{
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: normal;
    background-color: #c91b1a;
    vertical-align: super;
    padding: 2px;
    margin: 0;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-left .js-banner-name {
    margin-right : -100px;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-center {
    width: 100%;
    padding: 23px 5px 0 250px;
    /*重置搜索框组件的样式*/
}

.p-common-backstage-banner .backstage-banner .backstage-banner-center .typeahead-primary .form-control:first-child, .p-common-backstage-banner .backstage-banner .backstage-banner-center .typeahead .input-group-addon:last-child {
    border: 1px solid #ebebeb;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-center .typeahead .input-group-addon:last-child {
    background-color: #ebebeb;
    color: #666;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-right {
    width: 200px;
    margin-right: -200px;
    text-align: right;
    /*购物车容器*/
}

.p-common-backstage-banner .backstage-banner .backstage-banner-right .backstage-banner-car {
    background-color: #F1F1F1;
    display: inline-block;
    margin-top: 23px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ddd;
    width: 140px;
    font-size: 12px;
    color: #666;
    position: relative;
    padding-left: 36px;
    padding-right: 28px;
    /*左侧购物车图标：固定宽度*/
    /*中间文本：自适应*/
    /*右侧箭头图标：固定宽度*/
    /*右上角购物车中的数量：绝对定位*/
}

.p-common-backstage-banner .backstage-banner .backstage-banner-right .backstage-banner-car > * {
    float: left;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-right .backstage-banner-car i {
    font-size: 18px;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-right .backstage-banner-car .c5-icon-cart {
    float: left;
    width: 36px;
    margin-left: -36px;
    color: #cf3333;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-right .backstage-banner-car em {
    float: left;
    width: 100%;
    font-style: normal;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-right .backstage-banner-car .c5-icon-angle-right {
    float: left;
    width: 28px;
    margin-right: -28px;
    color: #888;
}

.p-common-backstage-banner .backstage-banner .backstage-banner-right .backstage-banner-car .tab-sub {
    position: absolute;
    top: -4px;
    left: 110px;
    padding: 1px 2px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #c81623;
    -webkit-border-radius: 7px 7px 7px 0;
    border-radius: 7px 7px 7px 0;
    min-width: 14px;
    text-align: center;
    display: none;
}

.p-common-footer {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

/*å›¾ç‰‡éƒ¨åˆ†start*/
.p-common-footer .slogon {
    width: 100%;
    padding: 15px 0;
    background: #eeeeee;
}

.p-common-footer .slogon dl dd img {
    float: left;
    width: 49px;
}

.p-common-footer .slogon dl dd .right {
    float: left;
    margin-left: 15px;
    vertical-align: middle;
    text-align: left;
}

.p-common-footer .slogon dl dd .right span {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.p-common-footer .slogon dl dd .right p {
    font-size: 14px;
    color: #666;
}

/*å›¾ç‰‡éƒ¨åˆ†end*/

/*ä¸­é—´æè¿°éƒ¨åˆ†start*/
.p-common-footer .info {
    width: 100%;
    padding: 20px 0;
    border: 0;
    /*border-top: 2px solid #0066CD;*/
    border-top: 2px solid #0052a4;
}

.p-common-footer .info [class|=col-xs] {
    height: 150px;
    text-align: center;
}

.p-common-footer .info [class|=col-xs] + [class|=col-xs] {
    border-left: 1px solid #E4E4E4;
}

.p-common-footer .info .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-top: 5px;
}

.p-common-footer .info .list-unstyled {
    color: #333;
    font-size: 14px;
    margin-top: 15px;
}

.p-common-footer .info .list-unstyled a {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    color: #333;
}

.p-common-footer .info .list-unstyled a:hover {
    color: #0066cd;
}

.p-common-footer .info .list-left {
    display: block;
    text-align: left;
    padding-left: 80px;
}

.p-common-footer .info .list-left li {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

/*ä¸­é—´æè¿°éƒ¨åˆ†end*/

/*æœ€åº•éƒ¨ start*/
.p-common-footer .copyright {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.p-common-footer .link li {
    list-style: none;
    display: inline-block;
    position: relative;
    border-left: 1px solid #333;
}

.p-common-footer .link li:first-child {
    border-left: none;
}

.p-common-footer .link li a {
    display: block;
    padding: 0 21px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-decoration: none;
}

.p-common-footer .copyright p {
    color: #666;
    font-size: 12px;
}

.footer-to-bottom {
    position: absolute;
    bottom: 0;
}

hr {
    margin-top: 0;
}

.top>.container-solid>span>span,.top>.container-solid>span>a{
	white-space:nowrap;
	display:inline-block;
	overflow:hidden;
	text-overflow:ellipsis;
}

.top>.container-solid>span{
    display: block;
    height: 30px;
    line-height: 30px;
}

/*æœ€åº•éƒ¨ end*/
