.lse-tab{
	display: flex;
}
.tab-item{
	border-right: 0.4px solid #fff;
	padding: 20px 10px;
	background-color: #efefef;
	cursor: pointer;
}
.tab-item.active{
	background-color: #fff;
	color: #000;
}
.tab-item:nth-child(3){
	border-right: none;
}
.lse-title{
	padding: 20px;
	background-color: #fff;
}
.lse-cont{
	background-color: #fff;
	padding: 20px;
}
.lse-cont-tab.active{
	display: block;
}
.lse-cont-tab{
	display: none;
}
.lse-form-item{
	padding: 6px;
	display: flex;
}
.lse-form-item label{
	padding-right: 10px;
	text-align: right;
	height: 36px;
	line-height: 36px;
	display: block;
	width: 15%;
}
.lse-form-item input[type=text]{
	height: 36px;
	width: 20%;
}
.lse-form-item input[type=checkbox]{
	margin-top: 11px;
}
.lse-form-item textarea{
    width: 20%;
    height: 100px;
}
.lse-btn{
	background-color: #1aaa12;
	padding: 10px 40px;
	border-radius: 4px;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-left: 10%;
}
.lse-loading{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    z-index: 9999;
    opacity: 0.3;
    top: 0;
    left: 0;
    background-image: url("../image/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.lse-loading.none-img{
	background-image: none;
	z-index: 1;
}
.lse-table{
	border-spacing: 0;
}
.lse-table td,.lse-table th{
	padding: 16px;
	border-bottom: 1px solid #efefef;
}
.lse-table tbody tr:nth-child(2n){
	background-color: #efefef;
}
.lse-page{
	padding-top: 10px;
	padding-bottom: 10px;
}
.lse-page a, .lse-page > span{
	margin-right: 10px;
}
.lse-page a{
	text-decoration: none;
	color: #ccc;
	cursor: default;
}
.lse-page a.active{
	color: #1aaa12;
	cursor: pointer;
}
.lse-email-body{
	display: none;
}
body > .lse-email-body{
	position: absolute;
	top: 20%;
	width: 560px;
	left: 50%;
	margin-left: -230px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #fff;
	z-index: 2;
    height: 480px;
    display: block;
	overflow: auto;
}
body > .lse-email-body .lse-btn-close{
	float: right;
	cursor: pointer;
	color: #ccc;
	font-size: 1.2rem;
	text-decoration: none;
	margin-top: -10px;
    margin-bottom: 10px;
}
.lse-btn-search.lse-btn{
	margin-left: 20px;
}
.lse-email-table{
	margin-top: 20px;
}
.lse-form-tip{
	margin-bottom: 10px;
    margin-top: 0px;
    padding-left: 15%;
	color: #999;
	margin-left: 16px;
}
