body,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	margin: 0;
	padding: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

input:focus {
	outline: none
}

body {

	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif, 細明體;

	background: #f5f5f5;
}

input,
button,
select,
textarea {
	outline: none;
}

a {
	text-decoration: none;
}

.form-control:focus {
	border-color: transparent;
	box-shadow: none;
}

button:focus {
	outline: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both
}



/* 公共 */
img {
	max-width: 100%;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.full-btn {
	width: 100%;
}

.main-color-btn {
	background: #5A5D76;
	border-radius: 4px;
}

.layui-input {
	border-color: #828282;
	height: 48px;
	border-radius: 4px;
}

.layui-btn {
	font-size: 16px;
	height: 45px;
	/* line-height: 45px; */
	padding: 0 20px;
}

.bg {
	min-width: 100%;
	min-height: 100%;
	height: calc(100vh - 0px);
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../img/bg.png) top center no-repeat;
	object-fit: cover;
}

.index-content {
	width: 480px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* .logo {
	margin-right: 60px;
}
 */
.login {
	width: 480px;
	padding: 40px;
	background: #fff;
}

.login h3 {
	font-size: 24px;
	font-weight: bold;

}

.login-bar input {
	height: 50px;
	margin-top: 30px;
	border-color: #828282;
	border-radius: 4px;
}

.layui-input:focus,
.layui-textarea:focus {
	border-color: #5A5D76 !important;
}

.layui-input:hover,
.layui-textarea:hover {
	border-color: #5A5D76 !important;
}

.forget a {
	display: block;
	text-align: right;
	padding: 20px 0;
	color: #5A5D76;
}

.login-btn .layui-btn {
	height: 50px;
	font-size: 18px;
}

/* pop model */
.model_Bdiv {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: auto;
	display: none;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
}

.modle_divedit {
	width: 700px;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 5px;
}

.close_icon {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	font-size: 20px;
}

.close_icon i {
	font-weight: bolder;
	font-size: 22px;
	color: #5A5D76;
}

.detele_Bdiv {
	width: 500px;
}

.detele-div-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.detele_Bdiv h4 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #dfdfdf;

}

p.tips {
	text-align: center;
	padding: 10px 0 20px 0;
}



/*********************/
.header {
	background: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
}

.logout {
	cursor: pointer;
	position: relative;
}

.logout-content i {
	font-size: 14px;
}

.logout-drop {
	width: 180px;
	background: #FFFFFF;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 40px;
	right: 0;
	display: none;
}

.logout-drop ul li {
	padding: 10px;
	font-size: 14px;
}

.logout-drop ul li i {
	margin-right: 10px;
}

.logout-drop ul li:hover {
	background-color: #f2f2f2;
}

.page-middle {
	min-width: 1100px;
	margin: 0 auto;
	padding: 20px 40px;
}

.page-title p {
	font-size: 14px;
	color: #828282;
}

.page-title p a {
	color: #828282;
}


.order-search {
	background-color: #fff;
	padding: 20px;
	margin: 30px 0;
}

.search-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.search-width {
	width: 15.5%;
	margin-bottom: 20PX;
	position: relative;
}

.search-width .layui-form-select .layui-input {
	border-radius: 4px;
}

.date-icon {
	position: absolute;
	top: 10px;
	right: 10px;
}

.date-icon i {
	font-size: 24px;
}

.btn-group {
	display: flex;
	align-items: center;
}

.btn-g1 {
	margin-right: 30px;
}

.btn-g1 i {
	font-size: 18px;
	margin-right: 5px;
}

h2.big-title {
	color: #000;
	font-weight: bold;
	margin: 20px 0;
}

.add-area {
	background: #fff;
	padding: 20px;
}

.add-area-input {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.add-input-sigle {
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}

.sigle-txt {
	width: 190px;
	text-align: right;
	padding-right: 15px;
}

.sigle-txt p {
	font-size: 16px;
}

.sigle-txt p span{
	color: #ff0000;
	padding-right: 5px;
}

.sigle-input {
	width: calc(100% - 190px);
	position: relative;
}

.full-sigle {
	width: 96%;
}

.item-content {
	padding: 30px;
	margin-bottom: 30px;
}

.item-name-bg {
	background: #e9e9e9;
}

.item-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}

.item-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
}

.item-data-1 {
	width: 20%;
	padding: 0 15px;
	display: flex;
}

.item-data-2 {
	width: 20%;
	padding: 0 15px;
}

.item-data-3 {
	width: 25%;
	padding: 0 15px;
}

.item-data-4 {
	width: 15%;
	padding: 0 15px;
}

.item-data-5 {
	width: 15%;
	padding: 0 15px;
}

.item-data-6 {
	width: 5%;
	padding: 0 15px;
}

.item-data-6 i {
	padding: 6px;
	color: #fff;
	background: #5A5D76;
	border-radius: 100%;
	cursor: pointer;
}

.page-btn {
	justify-content: center;
	padding: 20px 0;
}

.page-btn .layui-btn {
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.white-btn {
	/* color: #828282;
	background: #FFFFFF; */
}

.white-btn:hover {
	color: #828282;
}

.order-view {
	margin-top: 30px;
}

.small-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.shipping-info {
	margin-top: 20px;
}

.order-number {
	background: #fff;
	margin-top: 30px;
}

.order-number p {
	padding: 15px 20px;
}

.order-number span {
	padding-bottom: 11px;
	color: #000;
	font-weight: bold;
	border-bottom: 4px solid #5A5D76;

}

h4.request {
	font-size: 18px;
}


.layui-form-checked[lay-skin=primary] i {
	border-color: #5A5D76 !important;
	background-color: #5A5D76;
}

.new-item-1 {
	width: 8%;
}

.new-item-2 {
	width: 12%;
}

.tab-top {
	margin-top: 30px;
}

.tab-top .layui-tab-title {
	background: #fff;
	border: none;
}

.tab-top .layui-tab-title .layui-this {
	border: none;
	border-bottom: 4px solid #5A5D76;
}

.tab-top .layui-tab-title .layui-this:after {
	border: none;
}

.tab-top .layui-tab-content {
	padding-top: 0;
}

.tab-top .layui-tab-title li {
	padding: 0;
	min-width: auto;
	margin: 0 15px;
}




/* table */
.layui-table-view .layui-table td,
.layui-table-view .layui-table th .layui-table-cell {
	width: inherit;
	height: inherit;
	line-height: 1.2;


}

.layui-table-cell {
	height: inherit;
	line-height: 1.5;
	padding: 0;
	margin: 0 20px;

}


.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
	border-width: 0;

}

.layui-table-fixed-r {}


.layui-table tbody tr:hover,
.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr,
.layui-table[lay-even] tr:nth-child(even) {
	background-color: #fff;
}

.layui-table thead tr {
	color: #219653;

}

.layui-table th {
	font-weight: bold;
}

.color-blue {
	color: #2F80ED;
}


/* 	.layui-table td {
						background: #F2F2F2;
					} */

.only-width {
	width: 160px;
	white-space: inherit;
}

.layui-table-body table {
	table-layout: fixed;
}


/* table 不兼容 */
/* .layui-table{
	 position: relative;
	 display: block;
 } */

/* .layui-table tr{
	position: relative;
	display: block;
} */
.layui-table tr td {
	position:relative
}

/* .layui-table-body thead tr{
	display: inherit;
} */

/* 列首永远固定在头部  */
.layui-table-body thead tr th {
	position: sticky;
	top: 0;
	z-index: 2;
	background-color: #fff;
}

/* 首行永远固定在左侧 */

.layui-table-body td:last-child,
.layui-table-body th:last-child {
	position: sticky;
	right: 0;
}

.layui-table-body td:last-child {
	z-index: 1;
}
/*  */

.layui-table-body th:last-child {
	background: #f8f8f8;
}

.layui-table-body td:last-child {
	background: #e0e0e0;
}

.view-order {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.view-order i {
	width: 100%;
	font-size: 24px;
	color: #000;
	text-align: center;
	line-height: 1;
}

.view-order p {
	line-height: 1;
	color: #000;
}




table.treetable span.indenter {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;

	border: 0;
	z-index: 1;
}


table.treetable span.indenter a {
	display: block;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}


.layui-table td,
.layui-table th {
	position: unset;
}

table.treetable tr.gary {
	background: #F2F2F2;
}

table.treetable tr.selected {
	background-color: #d6d7dc;

}

.arrow-icon {
	position: relative;
	padding-left: 25px;
}

.arrow-icon::before {
	content: " \e60a";
	font-family: 'iconfont';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 15px;
	color: #000;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	font-weight: normal;
	z-index: 0;
}


table.treetable tr.expanded.selected .arrow-icon::before {
	content: " \e634";
}

.all-order-list {
	background-color: #fff;
	padding: 20px;
	margin: 30px 0;

}

.layui-table-main {
	/* height: 600px; 设置表格高度*/
}

span.laydate-btns-time{
	display: none!important;
}






/**************************20211125******************************************/
.header-right {
	display: flex;
	align-items: center;
}

.message-icon {
	width: 34px;
	height: 34px;
	background: #F5F5F5;
	border-radius: 40px;
	margin-right: 20px;
	position: relative;
}

.message-icon i {
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	color: #000;
}

.message-icon span {
	width: 7px;
	height: 7px;
	background: #FF7373;
	border-radius: 100%;
	position: absolute;
	right: 10px;
	top: 6px;
}

.news-content {
	background-color: #fff;
	padding: 20px 0;
	border-radius: 4px;
	margin-bottom: 30px;
}


.news-content h3 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
}

.news-list {
	padding: 10px;
	max-height: 246px;
	overflow: hidden;
}

.news-list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.news-list ul li {
	flex: 0 0 20%;
	max-width: 20%;
	position: relative;
	width: 100%;
	padding: 10px;
	list-style: none;
	box-sizing: border-box;
}

.news-order-no {
	padding: 20px;
	border: 1px solid #E8EBED;
	border-radius: 6px;
	position: relative;
	position: relative;
}


.news-order-state {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	border-radius: 2px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9;
}

.new {
	background: #2F80ED;
}

.updated {
	background: #34B86C;
}

.news-list ul li p {
	color: #8A8A8A;
	font-size: 13px;
}

.news-list ul li h2 {
	color: #54636B;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

.view-more {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #54636B;
}



/**********20220112********/

.btn-color{
	background-color: #e70000;
}




/* 20220301 */

.add20220301-1{
	font-size: 16px; font-weight: normal; padding-left: 10px;
}

.add20220301{
	width:100px; 
	position: absolute; 
	top: 0; left: 0;
	border: none!important;
}

.add20220301 .layui-input{
	border-right: transparent;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}



.invoice_value{
	 padding-left: 110px;
}


/***********/
.page-title-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.print {
    width: 78px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #5A5D76;
    border-radius: 4px;
    cursor: pointer;
}
.print a {
    color: #fff;
}

/************print *************/

	@media print {
			  .not-print-content {
			      display: none;
			  }
			}
			
			/* 使用css去除 */
			@page { margin: 0; }


