/*header*/
.header{
	display: flex;
	justify-content: space-between;
	align-content: center;
	height: 50px;
	background-color: #3a3a3a;
	width: 100%;
	color: #FFFFFF;
}

.header h1{
	padding: 10px;
	
}

.header .lang{
	margin-right: 100px;
	line-height: 50px;
	font-size: 1rem;
	font-weight: 300;
}
.lang-type{
	width: 100px;
	background: #5FB878;
	text-align: center;
	padding: 10px 20px;
}

.btn{
	align-self: center;
	margin-right: 220px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 10px 20px;
	background-color: #3a3a3a;
}

#main{
	width: 100%;
}
.layui-table{
	width: 100%;
	margin-bottom: 50px;

}
.layui-table td{
	text-align: center;
	color: #000000;
	padding: 10px 0px;
	font-size: 13px!important;
}
.layui-table tr:nth-child(even){
	background-color: #F2F2F2;
 }

input{
	border-radius: 3px;
	height: 25px;
	border: 1px solid #CCCCCC;
	padding: 1px 5px; 
	text-align: center;
}

#tip{
	display: block;
	font-size: 20px;
	margin: 10px 10px;
}
