#app>* {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}


.w-1200 {
	width: 1200px;
	margin: 0 auto;
}


.page-header {
	height: 68px;
	font-size: 18px;
	line-height: 68px;
	color: #333;
	background: #fff;
	z-index: 9000;
    
}

.page-banner {
	height: 400px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page-banner .banner-title {
	height: 88px;
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 61px;
	color: #FFFFFF;
	line-height: 88px;
	text-align: center;
	letter-spacing: 6px;
    margin: 0 auto;
    margin-top: -70px;
}

#app{
	font-size: 14px;
	color: #333;
    margin-top: 0px;
    position: absolute;
	background-color: #fff;
	width: 100%;
	min-height: calc(100vh - 105px);
}


.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}

.ml-60{
	margin-left: 20px;
}

.mr-40{
	margin-right: 40px;
}


.t-a-j {
    text-align: justify;
}

.layui-btn {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;

}

.layui-btn:hover {
    border: 0.5px solid #1874B4;
	color: #1874B4;
}
.layui-btn-primary{
    border: 0.5px solid #dcdfe6;
}

.flex-1{
	flex:1
}
