html{
	font-size: 14px;
}
body{
	color: grey;
	font-size: 1.2rem;
}
.layui-nav * {
    font-size: 1.5rem;
}
.container{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.header{
	position: relative;
	z-index: 1;
	background-color: white;
	box-shadow: 0 1px 5px rgba(151,164,175,.1);
	box-sizing: border-box;
	border-bottom: 1px solid lightgrey;
	padding-top: 10px;
}
.nav-bar{
	text-align: right;
	display: block;
	background-color: transparent;
	padding-top: 10px;
}
.layui-nav>.layui-nav-item>a {
    color: grey;
}
.layui-nav>.layui-nav-item>a:hover {
    color: coral;
}
.layui-nav .layui-this:after{
	background-color: transparent;
}
.layui-nav-bar{
	background-color: coral;
}
.layui-carousel>[carousel-item]>div {
   Background-color: #FAFAFA;
}
.carousel-item img {
	max-width: 100%;
	max-height: 400px;
	float: right;
}

.carousel-item {
	margin-top: 30px ;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 80%;
}
.title{
	font-size: 3rem;
	color: royalblue;
	font-weight: 600;
	padding: 50px 0px;
	text-align: center;
}
.content{
	padding-bottom: 60px;
}
.content-header{
	margin-bottom: 60px;
}
.layui-card-body {
    margin: 0px 0px 20px 20px;
}
.layui-btn-lg img{
	height: 28px;
	/* box-shadow: 2px 2px 5px #aaaaaa ; */
}
.float-left {
	float: left;
}
.layui-carousel{
	padding-bottom: 30px;
	Background-color: #FAFAFA;
}
.popup-img{
	border-radius: 10px;
	max-height: 300px;
	box-shadow: 0px 0px 15px #333333
}
.content.layui-bg-gray .layui-card-header {
    border-bottom: 1px solid #e6e6e6;
}
.layui-card-header {
	height: auto;
}
.mg-10{
	margin: -10px 0px;
}
.mg10{
	margin: 10px;
}
.mg30{
	margin: 30px;
}
.mg60{
	margin: 60px;
}
.fs42{
	font-size: 3rem;
}
.fs32{
	font-size: 2rem;
}
.fs24{
	font-size: 1.6rem;
}
.fs20{
	font-size: 1.4rem;
}
.fw600{
	font-weight: 600;
}
.fc-red{
	color: indianred;
}
.fc-purple{
	color: mediumpurple;
}
.fc-blue{
	color: royalblue;
}
.fc-green{
	color: forestgreen;
}
.fc-coral{
	color: coral;
}
.al-center{
	text-align: center;
}
.lh24{
	line-height: 24px;
}
.lh54{
	line-height: 54px;
}
.h54{
	height: 54px;
}
.h60{
	height: 60px;
}
.h70{
	height: 70px;
}
.w400{
	width: 400px;
}
.w800{
	width: 800px;
}

.w35-100{
	width: 35%;
}
.w65-100{
	width: 70%;
}
