/**
 * 分类导航(比如新增商品)
 * Category List
 */
#category-list {
    position: relative;
    zoom: 1;
    padding-bottom: 25px;
    padding-top: 15px;
    width: 900px;
    overflow: hidden
}

#category-loading,
#category-loading .shade {
    position: absolute;
    width: 100%;
    height: 370px;
    top: 0;
    left: 0
}

#category-loading {
    z-index: 10
}

#category-loading .shade {
    z-index: 11;
    background: #ccc;
    filter: alpha(opacity=50);
    opacity: .5
}

#category-loading .i-loading {
    position: relative;
    z-index: 12;
    width: 90px;
    height: 20px;
    margin: 127px auto 0;
    border: 2px solid #053EA6;
    background: url(../img/loading-spokes.svg) 50px center no-repeat #EDF4FC;
    line-height: 20px;
    padding: 30px 30px 30px 80px
}

#category-list .item {
    background: #fff;
    border: 1px solid #f2f2f2;
    float: left;
    width: 280px;
    height: 420px;
    margin-top: 15px;
    margin-right: 15px;
    overflow-y: auto;
}

#category-list ul {
    list-style: none;
    padding: 0
}

#category-list li {
    width: 277px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    padding-left: 10px;
    border-left:2px solid #fff;
}

#category-list li.curr {
    background-color: #F0F2F5;
    color: #000;
    font-weight: 700;
    border-left:2px solid #3F70DF;
}
/**
  * 复制提示 Copy-Tips
  */
.copy-tips {
    position: fixed;
    z-index: 999;
    bottom: 50%;
    left: 50%;
    margin: 0 0 -20px -80px;
    background-color: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#30000000, endColorstr=#30000000);
    padding: 6px;
}

.copy-tips-wrap {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #F4D9A6;
    background-color: #FFFDEE;
    font-size: 12px;
}

/**
  * 文件上传组件 Fileupload
  */
.fileupload {
    position: relative;
}
.fileupload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    direction: ltr;
    cursor: pointer;
    width: 100px;
    height: 40px;
}
/**
  * 第三方库jstree的样式重置
  */
.jstree-default > .jstree-striped {
    min-width: 100%;
    display: inline-block;
    background: none;
}
.jstree-default .jstree-node {
    min-height: 26px;
    line-height: 26px;
    margin-left: 24px;
    min-width: 24px;
}
.jstree-default .jstree-anchor {
    line-height: 26px;
    height: 26px;
}
.jstree-default .jstree-clicked {
    background: #F0F2F5;
    border-radius: 2px;
    padding:0 8px;
    color:#3F70DF;
    box-shadow: inset 0 0 1px #999;
}
/**
 * 订单列表 Order List 的样式
 */
.order-list .form-calendar {
    width: 250px;
    margin: 0 5px 0 0
}

.order-list .form-inline .glyphicon-arrow-right {
    margin-right: 5px
}

.order-list .d-info-main{
    margin:0 0 6px 2px;
}

.order-list .d-info-main .d-img {
    float: left;
    width: 60px;
    margin-right: 10px;
    margin-top: 3px
}

.order-list .tracking-tit {
    margin-bottom: 8px;
    padding: 12px 12px 12px 8px;
    border-bottom: 1px solid #000;
    color: #6C6C6C
}

.order-list .tracking-cnt .active {
    color: #ff6000
}

.order-list .tracking-cnt {
    color: #000;
    padding-left: 20px
}

.order-list .tracking-cnt li {
    margin-bottom: 12px
}

/** order-status **/
.order-status {
    width:450px;
}

.order-status .box-con-starus {
    padding: 4px 8px 8px 8px;
    line-height: 2em;
}

.order-status .box-con-btn{
    padding:0 0 0 8px;
}

/** order-remark **/
.order-remark {
    margin:30px 0 15px 10px;
    padding:11px 0 11px 30px;
    border-left:1px dotted #DDD;
    color: #AEAEAE;
    width: 380px;
    line-height: 2em;
}

/** refund **/
.refund-list-tit{
    clear:both;
}

.refund-list-tit dd{
    float: left;
    width:220px;
    text-align:left;
    margin-top:3px;
}

/*
 * Catalog Item
 */
.fixed-btn {
    position: fixed;
    left : 0;
    right: 260px;
    bottom: 64px;
    z-index: 10000;
    text-align: left;
    background: #cee0f4;
    height: 52px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    border-top:1px solid transparent;
}

.curr-info {
    position: relative;
    height: 32px;
    padding-left: 17px;
    line-height: 32px;
    color: #333;
    background-color: #f1f9ff;
    border-top: none;
    zoom: 1
}

.td-skuName,
.td-vouchers {
    display: none
}

.td-plu {
    display: table-cell
}


.item-title-area,
.p-sku {
    text-align: left;
    position: relative
}
.item-title-area,
.p-img {
    margin-top: 13px;
    float: left
}

.item-title-area {
    height: 62px;
}
.p-info-main {
    position: relative;
    zoom: 1;
    z-index: 100
}

.p-sku {
    white-space: pre;
    line-height: 20px;
    height: 20px;
    vertical-align: middle
}

.p-img {
    margin-right: 8px
}

.pro-edit-tit {
    margin:20px 0;
    font-size:16px;
    font-weight: bold;
}

/** 快捷菜单 **/
#quick-nav {
    text-align: center;
    position: fixed;
    background: #0082de;
    color: #fff;
    width: 21px;
    top: 50%;
    right: 0;
    margin-top: -40px;
    font-size: 12px;
    z-index: 9998
}

#quick-nav .mc,
#quick-nav.wide .mt .right {
    display: none
}

#quick-nav .mt {
    padding: 7px 0;
    cursor: pointer
}

#quick-nav .mt h3 {
    font-weight: 400;
    font-size: 12px
}

#quick-nav.wide {
    width: 72px;
    color: #99cdf2;
    margin-top: -110px;
    z-index: 9999
}

#quick-nav.wide .mt {
    padding: 10px
}

#quick-nav.wide .mt h3 {
    font-weight: 700
}

#quick-nav.wide .mc {
    display: block;
    border-top: 1px dotted #99cdf2
}

#quick-nav.wide .mc ul {
    padding: 4px 0
}

#quick-nav.wide .mc ul li {
    padding: 4px
}

#quick-nav.wide .mc ul li:hover {
    background: #0e64a0
}

#quick-nav.wide .mc ul li.curr a {
    font-weight: 700;
    color: #fff
}

#quick-nav.wide .mc a:link,
#quick-nav.wide .mc a:visited {
    color: #99cdf2;
    text-decoration: none
}

/**
 * Mall Page
 */
#page-table td,
#page-table th {
    text-align: center;
    vertical-align: middle
}
/**
 * Manage Role
 */
.power-area {
    margin-bottom:30px;
}

.power-area .first-level{
    padding:3px 10px;
    background: #f0f0f0;
}
.power-area .second-level{
    margin:10px 0;
    padding-left:30px;
}

.power-area ul.third-level{
    margin:10px 0;
    clear: both;
    padding-left: 70px;
}

.power-area ul.third-level li.icon{
    margin:0;
}
.power-area ul.third-level li{
    margin-left:10px;
}
/**
 * Markting
 */
.box-item-info {
    padding: 10px;
    line-height: 2em;
    border: 1px solid #eee;
}
/**
 * Trade > Operate Area
 */
.operate-area {
    padding : 8px;
    background-color : #fff;
}

.operate-area2 {
    padding:8px;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f4f4f4;
}

/**
 * required
 */
span.required {
	position: relative;
}

span.required:before {
	content: "*";
	font-weight: bold;
	color: #c00;
	position: absolute;
	left: -10px;
	top: 0;
	font-size: 16px;
}
.w-1000px {
	width: 1000px;
}

.line {
	position: relative;
	padding-bottom: 15px;
}
.line:after {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	border-bottom: 1px solid #e8e8e8;
}
