@charset "utf-8";
@import url(../lib/layui/css/layui.css);

.x-body{
padding: 10px;
	line-height:24px;
	font:13px "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
}
.x-body .orderlist{
    min-height:500px;
}
.x-nav{
    padding: 0 0px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
}
xblock{
    display: block;
    margin-bottom: 10px;
	margin-top: 10px;
    padding: 5px ;
	padding-left:6px;
	padding-right:15px;
    line-height: 22px;
    /* border-left: 5px solid #09C; */
    border-radius: 5px 5px 5px 5px;
    background-color: #f2f2f2;
	height:30px;
}
.x-right{
  float: right;
  line-height:30px;
}
.x-so{
    /*text-align: center;*/
    /*background: #f2f2f2 url() 0 0 no-repeat;*/
    margin-bottom: 0px;
}
.x-so input.layui-input{
    width: 300px;
}
.x-so .layui-form-label{
    display: inline-block;
}
.x-so input.layui-input,.x-so input.layui-btn{
    display: inline-block;
}
.x-red{
font-weight:bold;
}
.x-a{
    color: #099641;
}
.x-a:hover{
    color: #077e37;
}
.x-sort{
    height: 30px;
}
.x-show{
    cursor: pointer;
}
.layui-form-switch{
    margin-top: 0px;
}
.layui-input:focus, .layui-textarea:focus {

border-color: rgba(95, 184, 120, 0.5)!important;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 184, 120, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(95, 184, 120, 0.6);
}

.x-body.page{
    margin-top: 20px;
    text-align: center;

}
.x-body.page a{
    display: inline-block;
    background: #f5f5f5;
    color: #888;
    padding: 10px 13px;
    min-width: 15px;
	transition:background-color ease .5s;
	font-family:"microsoft yahei";
	border-radius:3px;

}
.x-body.page span{
    display: inline-block;
    padding: 10px 10px;
    min-width: 15px;
}
.x-body.page span.current{
    display: inline-block;
    background: #09C url() 0 0 no-repeat;
    color: #fff;
     padding: 10px 13px;
    min-width: 15px;
	border-radius:3px;
}
.x-body.page .pagination li{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.x-body.page .pagination li.active span{
    background: #09C url() 0 0 no-repeat;
    color: #fff;

}


.layui-nav .layui-nav-item a{
    color: #fff;
    cursor: pointer;
}
.layui-nav .layui-nav-item >a:hover{
    color: #ff0000;
    cursor: pointer;
}
.layui-nav .layui-nav-child a{
    color: #333;
    cursor: pointer;
}

/*点击当前菜单显示效果*/
.menu-current {
	background:#282b33!important;
}
.menu-current > a{
	color:#fff!important;
}
.left-nav #nav li .sub-menu li a:hover{
    color: #fff;
}
.left-nav #nav li .sub-menu li a i{
    font-size: 12px;
}
.left-nav #nav li a i{
    padding-right: 10px;
	padding-top:8px;
    line-height: 14px;
}
.left-nav #nav li .nav_right{
    float: right;
    font-size: 14px;
}
.page a:hover{ color:#fff; background:#969696; }
.x-slide_left {
    width: 17px;
    height: 61px;
    background: url(../images/icon.png) 0 0 no-repeat;
    position: absolute;
    top: 200px;
    left: 221px;
    cursor: pointer;
    z-index: 3;
}
.page-content{
    position: absolute;
    top: 51px;
    right: 0;
    bottom: 0px;
    left: 221px;
    overflow: hidden;
    z-index: 1;
}
.page-content-bg{
    position: absolute;
    top: 46px;
    right: 0;
    bottom: 42px;
    left: 221px;
    background: rgba(0,0,0,0.5); url() 0 0 no-repeat;
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
    height: 100%;
    width: 100%;
    background: #EFEEF0 url() 0 0 no-repeat;
    margin: 0px;
}
.page-content .layui-tab-title{
    /*padding-top: 5px;*/
    height: 35px;
    background: #f9f9f9 url() 0 0 no-repeat;
    position: relative;
    z-index: 100;
}
.page-content .layui-tab-title li.home i{
    padding-right: 5px;
}
.page-content .layui-tab-title li.home .layui-tab-close{
    display: none;
}
.page-content .layui-tab-title li{
    line-height: 35px;
}
.page-content .layui-tab-title .layui-this:after{
    height: 36px;
}
.page-content .layui-tab-title li .layui-tab-close{
    border-radius: 50%;
}
.page-content .layui-tab-title .layui-this{
    background: #fff url() 0 0 no-repeat;
}
.page-content .layui-tab-bar{
    height:34px;
    line-height: 35px;
}
.page-content .layui-tab-content{
    position: absolute;
    top: 36px;
    bottom: 0px;
    width: 100%;
    background: #fff url() 0 0 no-repeat;
    padding: 0px;
    overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
    width: 100%;
    height: 100%;
    
}
.page-content .layui-tab-content .layui-tab-item iframe{
    width: 100%;
    height: 100%;

}
.x-admin-carousel,.layui-carousel,.x-admin-carousel>[carousel-item]>* {
    background-color:#fff
}

.x-admin-backlog .x-admin-backlog-body {
    display:block;
    padding:10px 15px;
    background-color:#f8f8f8;
    color:#999;
    border-radius:2px;
    transition:all .3s;
    -webkit-transition:all .3s
}
.x-admin-backlog-body h3 {
    padding-bottom:10px;
    font-size:12px
}
.x-admin-backlog-body p cite {
    font-style:normal;
    font-size:30px;
    font-weight:300;
    color:#888;
}
.x-admin-backlog-body:hover {
    background-color:#CFCFCF;
    color:#888
}

.welcome-footer{padding: 30px 0; line-height: 30px; text-align: center; background-color: #eee; color: #666; font-weight: 300;}
body .layui-layout-admin .footer-demo{height: auto; padding: 15px 0; line-height: 26px;}
.welcome-footer a{padding: 0 5px;}

table th, table td {
    word-break: break-all;
}


.del-image-container {
  position: relative;
  display: inline-block;
}
 
.del-image-container img {
  width: 100%; /* 根据需要设置宽度 */
  height: auto; /* 根据需要设置高度 */
  display: block;
}
 
.delete-images-btn {
  position: absolute;
  top: 0px; /* 距离图片顶部的距离 */
  left: 0px; /* 距离图片右侧的距离 */
  background-color:transparent;
  border: none;
  padding: 1px 1px;
  cursor: pointer;
  display: none; /* 默认不显示删除按钮 */
}
 
.del-image-container:hover .delete-images-btn {
  display: block; /* 鼠标悬停时显示删除按钮 */
}
.layui-form-selected {
    z-index: 9999 !important; /* 设定一个高于编辑器的z-index值 */
}
.exchangerate{
padding-left:40%;
}
.exchangerate input{
width:200px;
}
.orderboard{
height:180px;
}
.layui-upload-img{
max-width:120px!important;
display:block;
margin-bottom:0px;
}
.micrographimg{
max-width:50px!important;
width:expression(document.body.clientWidth > 50?'50%':'auto' )!important;
border:0!important;
}

.prod-upload-photo-list:hover{
background-color:#FFFFFF!important;
}

.prod-upload-photo-list td{
float:left;
text-align:center;
width:120px;
margin-bottom:5px;
padding: 0px 0px;
}

.prod-upload-photo-list td:hover{
border-color:#999999;
}

.prod-upload-photo-list span{
display:block;
margin-bottom:3px;
}
.prod-upload-photo-list .waiting-upload{
margin-top:0px;
}



.upload-one-btn{
float:left;
}
.layui-table .shopping-text-align-center{
text-align:center;
}
.layui-table .shopping-text-align-right{
text-align:right;
}
.layui-table .shopping-line-height{
line-height:22px;
}
.layui-table .shopping-attribute{
font-size:12px;
}
.layui-table .shopping-attribute span{
font-size:12px;
font-weight:bold;
}

.layui-table .shopping-prod-name{
line-height:20px;
}
.layui-table .shopping-price{
width:52px;
}
.layui-table .shopping-qty{
width:60px;
}
legend{
color:#666;
}

.layui-table .shopping-right{
width:20%;
}

.shopping-order-price{
text-align:right;
color:#5fb878;
}
.shopping-member-center-menu-icon{
font-size:12px;
}
.shopping-menufont{
font-size:16px;
font-weight:400;
}
.phone-none {}
@media screen and (max-width:768px){
.x-body .orderlist{
min-height:620px;
}

xblock{
line-height: 20px;
height:40px;
}
.fast-add{
display: none;
}
.layui-nav .to-index{
display: none;
}
.container .logo a{
width: 60px;
}
.container .left_open {
/*float: right;*/
}
.left-nav{
left: -221px;
}
.page-content{
left: 0px;
}
.page-content .layui-tab-content .layui-tab-item{
-webkit-overflow-scrolling: touch; 
overflow-y: scroll; 
}
.x-so input.layui-input{
width: 100%;
margin: 10px;
}
	.Erpdianlist_display{
	display: none;
	}
	.phone-none {
	display:none;
	}
	
.exchangerate{
padding-left:30%;
}
.exchangerate input{
width:100px;
float: left;
margin-left:3px;
}
.orderboard{
height:200px;
}
.upload-one-btn{
float:none;
}

.micrographimg{
max-width:30px!important;
width:expression(document.body.clientWidth > 30?'50%':'auto' )!important;
border:0!important;
}

.layui-table .shopping-right{
width:10%;
}

.layui-table .shopping-text-align-right{
text-align:center;
}
.shopping-menufont{
font-size:14px;
font-weight:bold;
}
.layui-table .shopping-price {
width: 58px;
}
}



