*{
    margin: 0;
    padding: 0;
}


a{
	text-decoration:none;
}

body {
  font-family: "Microsoft Yahei", arial, "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  background: #f4f4f4;
  color: #333;
  width: 100%;
}
input,select{
  outline: none;
  border: none;
  background: none;
 
}
input:hover,select:hover{
	border-color:#4880ff!important;
}
input.noChange:hover{
	border-color:#e6e6e6!important;
}
select.noChange:hover{
	border-color:#000!important;
}
input[type="text"]{
    -webkit-box-shadow: 0 0 0 1000px white inset!important;
    box-shadow: 0 0 0 1000px white inset!important;
}
select{
  padding:0 5px;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  height:24px;
  background:url('../images/down.png') 95% center no-repeat;
}
select::-ms-expand { 
	display: none; 
}
input[type="file" i]::-webkit-file-upload-button{
  cursor: pointer!important;
}
p,span{
  font-weight: normal;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color:#999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   	color:#999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   	color:#999;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.hide{
	display:none;
}
.bold{
	font-weight:bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.cursor{
  cursor: pointer;
}
.container{
  width: 1080px;
  position: relative;
  margin:10px 0 0 10px;
}
.container-auto{
	position: relative;
  	background: #fff;
  	margin:10px 0 0 10px;
  	padding-bottom:30px;
}
.container-960{
  width: 900px;
  position: relative;
  background: #fff;
  padding:40px 30px;
  margin:10px 0 0 10px;
}
.container-1100{
  width: 1100px;
  position: relative;
  background: #fff;
  padding-bottom:40px;
  margin:10px 0 0 10px;
}
.container-1140{
  width: 1140px;
  position: relative;
  background: #fff;
  padding-bottom:20px;
  margin:10px 0 0 10px;
}
.content{
	padding:0px 10px 20px 16px;
}
.padding-20{
	padding:20px;
}
.margin-10{
	margin:10px 0;
}
.layui-logo img{
	width:100px;
	height:40px;
}
/**layui样式修改**/
.layadmin-side-shrink .layui-side{
	overflow：hidden
}
.layui-nav .layui-nav-more{
    margin-top: -5px;
    transform: rotate(-90deg);
}
.layui-nav-itemed>a .layui-nav-more{
	margin-top: -2px;
    transform: rotate(180deg);
}
/**layui btn**/

.layui-btn{
	border-radius:0;
	border:1px solid #4880ff;
	color:#4880ff;
	background-color:#fff;
}
.layui-btn-normal {
    background-color: #4880ff;
    color:#fff;
}
.layui-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #4880ff;
    background-color:#dae6ff
}
.layui-btn-xs{
	line-height:20px;
}
.layui-btn-sm{
	line-height:28px;
}
.layui-layer-btn a{
	border-radius:0;
}
.layui-btn-danger {
    background: none;
    border:1px solid #f00;
    color:#f00;
}
.layui-btn-danger:hover{
    color: #f00;
}
.layui-layer-btn .layui-layer-btn0 {
    border-color: #4880ff!important;
    background-color: #4880ff!important;
}
.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
    border: 1px solid #ccd2e0;
    background-color: #FBFBFB;
    color: #ccd2e0;
    cursor: not-allowed;
    opacity: 1;
}
/**layui 分页**/
.layui-table-page .layui-laypage button, .layui-table-page .layui-laypage input {
    height: 24px;
    line-height: 22px;  
}
.layui-laypage button, .layui-laypage input {
	border-radius: 0px;
}
.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span {
	text-align:center;
    height: 24px;
    line-height: 24px;
    border: none;
    background: 0 0;
    border-radius: 0px;
}
.layui-table-page .layui-laypage  .layui-laypage-skip{
	margin:0 30px 10px 15px;
}
.layui-laypage-em {
    border-radius: 0px;
}
.layui-table-page select {
    width:60px;
    border-radius: 0px;  
    padding: 2px 5px;
}
.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span.layui-laypage-curr {
    padding: 0 9px;
}

/**layui 表格**/
.layui-table img {
    width: 30px;
    height: 30px;
}
.layui-table td, .layui-table th {
    padding: 6px 15px;
}
.layui-table-cell {
	height:auto;
	line-height:24px;
	font-size:13px;
}
.layui-table, .layui-table-view{
	margin:0;
}
.layui-table-tool{
	background-color:#fff;
}

.layui-table tbody tr:nth-child(2n){
	background:#f4f8ff;
}
.layui-table tbody tr:hover{
	background-color:#fff1e7;
}
/**layui 时间选择**/
.layui-laydate .layui-this {
    background-color: #4880ff!important;
}
.layui-laydate-content td:hover, .layui-laydate-list li:hover {
    background-color: #ecf2ff;
    color:#4880ff;
}
.layui-laydate-header i.laydate-prev-y,.layui-laydate-header i.laydate-prev-m,
.layui-laydate-header i.laydate-next-y,.layui-laydate-header i.laydate-next-m{
	font-size:12px;
}

/** layer.msg **/
.layer-msg-success,.layer-msg-danger,.layer-msg-wrong{
    min-width: auto!important;
}
.layui-layer-dialog .layui-layer-padding{
	padding: 15px 20px 15px 55px!important;
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
 	top: 12px!important;

}
.layer-msg-success{
	border:1px solid #a9ffe3!important;
}
.layer-msg-success .layui-layer-content{
	background:#e9fff8;
}
.layer-msg-success .layui-layer-ico{
	background: url('../images/success.png') center no-repeat;
}

.layer-msg-danger{
	border:1px solid #f39b12!important;
}
.layer-msg-danger .layui-layer-content{
	background:#fff1e7;
}
.layer-msg-danger .layui-layer-ico{
	background: url('../images/danger.png') center no-repeat;
}
.layer-msg-wrong{
	border:1px solid #f54545!important;
}
.layer-msg-wrong .layui-layer-content{
	background:#feecec;
}
.layer-msg-wrong .layui-layer-ico{
	background: url('../images/wrong.png') center no-repeat;
}

/** 滚动条样式 **/
.layui-table-body::-webkit-scrollbar,.layui-table-box::-webkit-scrollbar,div::-webkit-scrollbar{/*滚动条整体样式*/
    width: 6px;     
    height: 6px;
}
.layui-table-body::-webkit-scrollbar-thumb,.layui-table-box::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #1b1d25;
}
.layui-table-body::-webkit-scrollbar-track,.layui-table-box::-webkit-scrollbar-track,div::-webkit-scrollbar-track{/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 3px;
    background: #e6e6e6;
}

/** button **/
.disabled{
  background: #ccc;
}
.btns-left{
  margin-top: 20px;
}
.btns-center{
  text-align: center;
  padding:20px 0 40px;
}
.btn{
  display: inline-block;
  text-align: center;
  border:1px solid #4880ff;
  color:#4880ff;
  background: #fff;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  font-size:13px;
}
.btn:last-child{
  margin-left: 20px;
}
.btn-s{
  padding:0 12px;
}
.btn-m{
  width:78px;
}
.btn-l{
  padding:0 20px;
  height: 34px;
  line-height: 34px;
  font-size:14px;
}
.btn-28{
  padding:0 10px;
  height: 28px;
  line-height: 28px;
}
.btn-blue{
  background: #4880ff;
  color:#fff;
}
.btn-red{
  border:1px solid #f00;
  background: #f00;
  color:#fff;
}
.search-btn{
  border: 1px solid #e6e6e6;
  color: #333;
}

.disabled {
    background: #ccc!important;
    border-color: #ccc!important;
}
/** filter **/
.filter-wrap{
	padding:10px 16px 0;
}
.filter .filter-item{
  height: 24px;
  line-height: 24px;
  float: left;
  margin-right: 20px;
  font-size:13px;
  margin-bottom:12px;
}
.filter .filter-item-title{
	padding-right:5px;
	color:#999999;
}
.filter input,.filter select{
  border:1px solid #e6e6e6;
  height: 22px;
  padding-left: 5px;
  line-height:22px;
}
.filter select{
  height: 24px;
  padding-right: 20px;
}
.filter .filter-item:last-child{
  margin-right: 0;
}
.filter-time input{
	width:180px;
}

.filter .filter-item.filter-search{
	height:22px;
	border:1px solid #e6e6e6;
}
.filter .filter-item.filter-search:hover{
	border:1px solid #4880ff;
}
.filter-search input {
    float:left;
    border:none;
    width:170px;
    padding-right:5px;
}
.filter-search .search-btn {

	height:18px;
	margin-top:2px;
	width:8px;
	border-left:1px solid #e6e6e6!important;
	float:left;
	border:none;
	text-indent:-99999px;
	background:url('../images/filter_btn.png') center no-repeat;
}
/** 文字颜色 **/
.color-blue{
  color: #4880ff;
}

.color-orange{
  color:#f60;
}

.color-999{
  color: #999;
}
.bg-red{
	background:#f00;
}
.bg-orange{
	background:#f60;
}

/** tabs样式 **/
.tabs{
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #f2f2f2;
}
.tabs .tab-item{
  float:left;
  padding:0 16px;
  font-weight: bold;
  font-size:16px;
  cursor:pointer;
}
.tabs .tab-item.active{
  color: #f60;
  border-bottom: 2px solid #f60;
  margin-top: -1px;
}

/**订单搜索**/
.search-order{
 	position:absolute;
	top:9px;
	left:300px;
} 
.search-order input {
  color: #999;
  background-color: #373d48;
  border: none;
  height: 30px;
  border-radius: 16px;
  padding: 0 10px;
  width: 320px;
  outline: none;
  text-indent: 6px;
  color:#b4c1d4;
  border:1px solid #373d48;
}
.search-order #searchBtn {
  position: absolute;
  right: 6px;
  top: 5px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background:url('../images/search.png') center no-repeat;
  text-indent:-999999px;
  border-left:1px solid #484f5b;
  padding-left:16px;
}

.search-order:hover input{
	border-color:#4880ff!important;
}
/** 通知弹框 **/
.notice-frame{
  display: none;
  position: fixed;
  width: 500px;
  height: 400px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin:auto;
  background: rgba(0,0,0,.4);
  border-radius: 3px;
  z-index: 999999;
}
.notice-frame .show-list{
	height: 370px;
}
.notice-con{
  background: #fff;
  margin:10px auto 0;
  width: 480px;
  height: 380px;
}
.notice-title{
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background:#4880ff;
}
.notice-words{
  padding:20px;
  font-size: 14px;
  line-height: 26px;
}
.notice-words .words-2{
  text-indent: 32px;
  white-space: normal;
  word-break: break-all;
  height: 235px;
  margin-top:8px;
}
.f-close{
  display:none;
  position: absolute;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  top:18px;
  right: 20px;
  z-index:999;
}
.pagination{
	z-index:999;
	position:absolute;
	bottom:0px;
	text-align: center;
	width:100%;
}
.swiper-pagination-switch {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    margin: 0 4px;
    border:1px solid #4880ff;
}
.swiper-active-switch {
	background: #4880ff;
	width: 18px;
	border-radius: 5px;
}
/** expressShopTable **/
#expressShopTable select{
	width:90%;
	border: 1px solid #d7d7d7;
}
#expressShopTable input{
	width:90%;
	height: 24px;
    border: 1px solid #d7d7d7;
    padding:0 5px;
}
#expressShopTable .expressTab td:last-child a{
	color:#4880ff;
}
/** 快递列表 **/
#orderExpress .order-express {
  padding:20px;
  background: #fff;
  display: none;
}
.express-item{
	font-size:12px;
	border-bottom:1px dashed #ccc;	
	padding-bottom:12px;
	margin-bottom:20px;
}
.express-item:last-child{
	border:none;
}
.express-count{
	margin-bottom:10px;
}
.express-info{
	margin-bottom:10px;
}
.express-name,.express-no{
	font-weight:bold;
}
.express-no{
	margin:0 16px;
}
.express-data-item{
	padding-bottom:10px;
	color:#666;
	padding-left: 25px;
	position:relative;
}
.express-data-item:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #999;
}
/**首页联系我们**/
.navAside {
    width: 100%;
    height: 124px;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-top: 1px solid #2c3239;
    background: #000816;
    z-index: 1100;
    padding-bottom: 5px;
}
.navAside .icon {
    width: 60px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}
.navAside .item {
	display:block;
	height: 40px;
    line-height: 40px;
	position: relative;
    cursor: pointer;
	background: #000816!important;
}
.navAside {
  width:100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-top: 1px solid #2c3239;
  padding-bottom:10px;
  background: #000816;
}
.navAside .words {
  position: absolute!important;
  left: 60px;
  top: 0;
  color:#959799!important;
}
.navAside .words a{
  color:#959799!important;
}
.navAside .item:hover {
  background: none;
}
.navAside .icon  {
	background-repeat:no-repeat;
	background-position:center;
	background-size: 14px;
}
.navAside .phone{
	background-image:url('../images/aside_phone.png')
}
.navAside .item:hover .phone{
	background-image:url('../images/aside_phone_1.png')
}
.navAside .qq{
	background-image:url('../images/aside_qq.png')
}
.navAside .item:hover .qq{
	background-image:url('../images/aside_qq_1.png')
}
.navAside .mall{
	background-image:url('../images/aside_mall.png')
}
.navAside .item:hover .mall{
	background-image:url('../images/aside_mall_1.png')
}











