/**
 * admin.css
*/


/*
 fixed-layout 固定头部和边栏布局
*/
html,
body {
    height: 100%;
    overflow: hidden;
}
.searchicon{
    font-size:10px;
    color:#80D640;
    cursor:pointer;
}
ul {
    margin-top: 0;
}

 
.list_pic{
    max-width:140px;
    height:28px;
}
.list_pic_avatar{
    max-width:70px;
    max-height:70px;
}

.list_title{
    /*letter-spacing: 2px;*/
    font-size:14px;
    line-height: 25px;
    padding: 0 5px;
	width:20vw;
}
.list_summary{
    /*letter-spacing: 2px;*/
    padding: 0 5px;
    color:#999;
	width:20vw;
}
.list_title:hover, .list_summary:hover{
	text-overflow:inherit;
	overflow:visible;
	white-space:normal;
}
@media only screen and (min-width: 1400px) {.list_title, .list_summary { width:20vw}}
@media only screen and (max-width: 1000px) {.list_title, .list_summary { width:50vw}}
@media only screen and (max-width: 600px) {.list_title, .list_summary { width:50vw}}

.admin-icon-yellow {
    color: #ffbe40;
}

.admin-header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 1.4rem;
    margin-bottom: 0;
}

.admin-header-list a:hover :after {
    content: none;
}

.admin-main {
    position: relative;
    height: 100%;
    padding-top: 51px;
    background: #f3f3f3;
}

.admin-menu {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 20px;
}

.admin-sidebar {
    width: 260px;
    min-height: 100%;
    float: left;
    border-right: 1px solid #cecece;
}

.admin-sidebar.am-active {
    z-index: 1600;
}

.admin-sidebar-list {
    margin-bottom: 0;
}

.admin-sidebar-list li a {
    color: #5c5c5c;
    padding-left: 24px;
}

.admin-sidebar-list li:first-child {
    border-top: none;
}

.admin-sidebar-sub {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 16px 8px -15px #e2e2e2 inset;
    background: #ececec;
    padding-left: 24px;
}

.admin-sidebar-sub li:first-child {
    border-top: 1px solid #dedede;
}

.admin-sidebar-panel {
    margin: 10px;
}

.admin-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
}

.admin-content,
.admin-sidebar {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.admin-content-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.admin-content-footer {
    font-size: 85%;
    color: #777;
}

.admin-content-list {
    border: 1px solid #e9ecf1;
    margin-top: 0;
}

.admin-content-list li {
    border: 1px solid #e9ecf1;
    border-width: 0 1px;
    margin-left: -1px;
}

.admin-content-list li:first-child {
    border-left: none;
}

.admin-content-list li:last-child {
    border-right: none;
}

.admin-content-table a {
    color: #535353;
}
.admin-content-file {
    margin-bottom: 0;
    color: #666;
}

.admin-content-file p {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
}

.admin-content-file li {
    padding: 10px 0;
}

.admin-content-file li:first-child {
    border-top: none;
}

.admin-content-file li:last-child {
    border-bottom: none;
}

.admin-content-file li .am-progress {
    margin-bottom: 4px;
}

.admin-content-file li .am-progress-bar {
    line-height: 14px;
}

.admin-content-task {
    margin-bottom: 0;
}

.admin-content-task li {
    padding: 5px 0;
    border-color: #eee;
}

.admin-content-task li:first-child {
    border-top: none;
}

.admin-content-task li:last-child {
    border-bottom: none;
}

.admin-task-meta {
    font-size: 1.2rem;
    color: #999;
}

.admin-task-bd {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.admin-content-comment {
    margin-bottom: 0;
}

.admin-content-comment .am-comment-bd {
    font-size: 1.4rem;
}

.admin-content-pagination {
    margin-bottom: 0;
}
.admin-content-pagination li a {
    padding: 4px 8px;
}

@media only screen and (min-width: 641px) {
    .admin-sidebar {
        display: block;
        position: static;
        background: none;
    }

    .admin-offcanvas-bar {
        position: static;
        width: auto;
        background: none;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        overflow-y: visible;
        min-height: 100%;
    }
    .admin-offcanvas-bar:after {
        content: none;
    }
}

@media only screen and (max-width: 640px) {
    .admin-sidebar {
        width: inherit;
    }

    .admin-offcanvas-bar {
        background: #f3f3f3;
    }

    .admin-offcanvas-bar:after {
        background: #BABABA;
    }

    .admin-sidebar-list a:hover, .admin-sidebar-list a:active{
        -webkit-transition: background-color .3s ease;
        -moz-transition: background-color .3s ease;
        -ms-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        transition: background-color .3s ease;
        background: #E4E4E4;
    }

    .admin-content-list li {
        padding: 10px;
        border-width: 1px 0;
        margin-top: -1px;
    }

    .admin-content-list li:first-child {
        border-top: none;
    }

    .admin-content-list li:last-child {
        border-bottom: none;
    }

    .admin-form-text {
        text-align: left !important;
    }

}

/*
* user.html css
*/
.user-info {
    margin-bottom: 15px;
}

.user-info .am-progress {
    margin-bottom: 40px;
}

.user-info p {
    margin: 5px;
}

.user-info-order {
    font-size: 1.4rem;
}

/*
* errorLog.html css
*/

.error-log .am-pre-scrollable {
    max-height: 40rem;
}

/*
* table.html css
*/

.table-main {

    padding: .5rem;
}

.table-main button {
    /*background: #fff;*/
}

.table-check {
    width: 30px;
}

.table-id {
    width: 50px;
}

@media only screen and (max-width: 640px) {
    .table-select {
        margin-top: 10px;
        margin-left: 5px;
    }
}

/*
gallery.html css
*/

.gallery-list li {
    padding: 10px;
}

.gallery-list a {
    color: #666;
}

.gallery-list a:hover {
    color: #3bb4f2;
}

.gallery-title {
    margin-top: 6px;
    font-size: 1.4rem;
}

.gallery-desc {
    font-size: 1.2rem;
    margin-top: 4px;
}

/*
 404.html css
*/

.page-404 {
    background: #fff;
    border: none;
    width: 200px;
    margin: 0 auto;
}

.form_title{
    float:left;
    padding-right: 30px;
    text-align: right;
    width: 200px;
    line-height: 30px;
    font-size:15px;
    font-weight: normal;
}

.form_title_attr{
    float:left;
    padding-right: 10px;
    text-align: right;
    width: 100px;
    line-height: 30px;
    font-size:15px;
    font-weight: normal;
}
.form_input{
    float:left;
	max-width: 800px;
	width: calc(100% - 200px);
}
.form_input2{
    float:left;
	max-width: 800px;
	width: calc(100% - 100px);
}
.upbox{display:flex}
.upbox>.form_input{width: calc(100% - 200px - 160px);}
.text-lightgrey{ color:#ccc}
.am-form .text-lightgrey input{color:#ccc}
.form_input.upfileinput{width: calc(100% - 360px);}
.form_input small{
    color:#999
}

.formDiv{
    height: 35px;
    line-height: 35px;
}
.formDiv .spanItem{ }
.spanItem{font-weight:normal;display:inline-block;margin-right: 10px;}

.thumb_pic{
    max-width: 200px;  max-height: 300px; margin: 10px;
}
/* 上传图组*/
.thumb_group{
    width: 700px;
 
    margin-bottom: 10px;
    display:flex;
    flex-wrap:wrap;
 
}
.thumb_group div{

    margin: 10px;
    position: relative;
    width: 120px;
    height: 100px;
}
.thumb_group div img{
    width: 120px;
    height: 100px;
}
.thumb_group div .thumb_group_info{
    z-index: 2;
    position: absolute;
    top:0px;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;

    color:#fff;
}
.thumb_group div .upload{
    z-index: 1;
    position: absolute;
    width: 0%;
    height: 20px;
    background-color: rgba(250,0,0,0.6);
}
.thumb_group div .del{
    cursor:pointer;
    display:none;
    z-index: 3;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 100px;
    text-align: center;
    color:#fff;
    background-color: rgba(50,50,50,0.5);
    font-size: 14px;
}
.thumb_group div:hover .del{
    display:block;
}


.formAlert{
    color:red;
}


.tpl-left-nav-sub-menu i{
    font-size: 14px!important;
}

.tpl-left-nav-link-list span{
    font-size: 16px!important;
    color:#1c262f!important;
}
/*分页*/
._mypage_ {
	margin-top:15px;
	font-size: 14px;
	color:#A37777;
}
._mypage_ a{
	color:#A37777;
}
._mypage_ .page_total{
	border:1px #DDDDDD solid;
 
	padding: 6px 12px;
}
._mypage_  .page_now,.page_current,.page_btn{
	border:1px #DDDDDD solid;
	border-left: none;
	padding: 6px 12px;
}
._mypage_   .page_current{
	background-color: #337AB7;
	color:#fff;
}

.blue_btn{
    width: 150px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #00b7ee;
    padding: 5px 8px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.am-form select{ padding-right:20px;}
select>optgroup{ color:#bbb; font-weight:lighter; margin:0; padding: 0px 2px 1px;}
.am-table .user-pic img{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.am-table .other-pic img{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
	
}
#openimg{ text-align:center; background:#333;}
#openimg img{max-height:500px;max-width:100%;margin:0 auto;}





/*
商品属性
*/
.attrbox{
    /*width: 700px;*/
	height:auto;
    /*margin-bottom: 10px;*/
    display:flex;
    flex-wrap:wrap;
 
}
.attrbox div[id^=WU_FILE_], .attrbox div[id^=WU2_FILE_]{
    position: relative;
    width: 120px;
	margin-right: 10px;
    /*height: 100px;*/
}

.attrbox div[id^=WU_FILE_]+div[id^=WU_FILE_], .attrbox div[id^=WU_FILE_]+div[id^=WU2_FILE_]{
	
}
.attrbox div img{
    width: 120px;
    height: 100px;
}
.attrbox div .thumb_group_info{
    z-index: 2;
    position: absolute;
    top:0px;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;

    color:#fff;
}

.attrbox div .pictxt{
    width: 100%;
    text-align: center;
    font-size: 12px;


    color:#000;
}

.attrbox div .upload{
    z-index: 1;
    position: absolute;
    width: 0%;
    height: 20px;
    background-color: rgba(250,0,0,0.6);
}
.attrbox div .del{
    cursor:pointer;
    display:none;
    z-index: 3;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color:#fff;
    background-color: rgba(50,50,50,0.5);
    font-size: 14px;
}
.attrbox div:hover .del{
    display:block;
}

/*
商品属性 结束
*/

/*
自定售价 开始
*/
#pricebox table{ min-width:300px;}
#pricebox .plnum{ }

/*
自定售价 结束
*/

/*商品添加修改页-属性	开始*/
.attrConsole{ position:relative}
.webuploader-pick{ display:block;}
.attrConsole i[class*=am-icon-]{ /*top:40%; right:5px !important; line-height:20px;*/}
.attrConsole div.webuploader-pick{ /*display:none*/}
.attrConsole div>label{margin-bottom: 0;}
.attrConsole .am-form-group{ padding:0}
.attrConsole .am-form-group .webuploader-pick{ width:100px; /*height:31px;*/}

.attrConsole .addtxt {
	width: 100px;
	position: relative;
	display:inline-block;
	cursor: pointer;
	background: #00b7ee;
	padding: 5px 8px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.am-form .attrbox .WU_TXT{ display:inline-block; width:120px;padding: 0; margin-right:10px;}
.am-form .attrbox .WU_TXT+.WU_TXT{ margin-left:0;}
.am-form .attrbox .WU_TXT span{ right:.5em;}
/*商品添加修改页-属性	结束*/


/*分类、商品 上级类目    开始*/
.divisionBox{ 
	position:relative; 
	overflow-x:hidden;
	border: 1px solid #ccc;
	padding: .5em 0;
	height:32px;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.divisionBox .division{ position:absolute; top:0; left: 0;width:200%;padding:.3em .5em;}
.divisionBox .division>*{ margin-right:5px;}
.divisionBox .division .am-close{ font-size:16px; line-height:16px; width:auto}
.divisionBox .division>input#typenamestr{ width:800px; display:inline-block; border-width:0; padding:0;}
.divisionBox .division>input#typenamestr[type=text]:focus{ border-width:0; -webkit-box-shadow:none;	box-shadow:none;}
/*分类、商品 上级类目   结束*/

/* tbody 斑马线*/
.am-table>tbody.striped+tbody.striped tr:first-child td{border-top: 1px solid #ddd;}
.am-table-striped>tbody.striped>tr:nth-child(odd)>td{ background-color: rgba(249,249,249,0.5)}/* table斑马线 *//*#f9f9f9*/
.am-table>tbody.striped:nth-child(odd){ background:rgb(219,219,219)}/* tbody 斑马线*/
.am-table-hover>tbody.striped>tr:hover>td{background-color:rgb(200,200,200)}/* hover 时*/

/*页面内容上方菜单*/
.topbtn{display:flex; align-items:center; width:100%;  margin-bottom: 30px;}


.statisticstable.am-table>thead>tr>th, .statisticstable.am-table>tbody>tr>td{ text-align:center}
.statisticstable.am-table>thead>tr>th[rowspan], .statisticstable.am-table>tbody>tr>td[rowspan]{ 
	/*line-height:100%; */
	display: table-cell;
	/*vertical-align: inherit;*/
	vertical-align: middle;
	text-align:center;
}
.statisticstable .bold{ font-weight:bold;}


.am-dropdown-content{ min-width:inherit; right:0; left:auto;top:0}