<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	min-width: 1300px;
}

.layout, body, html {
	height: 100%;
	overflow: auto;
}
.layout-header {
	height: 105px;
}

.layout {
	overflow-y: auto;
}

.layout::-webkit-scrollbar {
	display: none;
}

.layout-header-tools {
	height: 56px;
	box-shadow: 0px 5px 10px 0px rgba(29,0,8,.15);
}

.layout-footer {
	height: 520px;
}

.layout-content {
	height: 100%;
	display: flex;
	align-items: center;
	width: 1280px;
	margin: 0 auto;
}

.layout-header &gt;.layout-content {
	justify-content: space-between;
	font-size: 16px;
}
.layout-header-tools.fixed {
	position: fixed;
	top: 0;
}

.layout-header &gt;.layout-content &gt; .right {
	width: 460px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.layout-header &gt;.layout-content &gt; .right  a{
	color: #ffffff;
	margin: 0px 15px;
	cursor: pointer;
}

.layout-header &gt;.layout-content &gt; .right &gt; .search {
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 14px;
	width: 270px;
	border: 0;
	padding-left: 50px;
	margin: 0;
	box-shadow:0px 5px 19px 1px rgba(85,5,27,0.15);
}

.layout-header &gt;.layout-content &gt; .left {
	flex: 1;
}

.layui-carousel{
	background-color:#ffffff;
}

.layui-carousel&gt;[carousel-item]&gt;*{
	height: auto;
	background-color:#ffffff;
}

.layout-header-tools &gt;.layout-content {
	justify-content: space-between;
	font-size: 18px; 
}

.layout-header-tools &gt;.layout-content &gt;div {
	cursor: pointer;
}

.layout-header-tools &gt;.layout-content &gt;div:hover {
	color: #BE1542;
}

.layout-footer &gt;.layout-content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	position: relative;
}

.layout-footer &gt;.layout-content .card-list {
	/* position: absolute; */
	top: -62px;
	left: 0;
	width: 100%;
	/* height: 104px; */
	display: flex;
	justify-content: space-between;
}

.layout-footer &gt;.layout-content .card-list img {
	width: 300px;
	height: 104px;
}

.layout-footer &gt;.layout-content &gt;.consultation {
	height: 220px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.layout-footer &gt;.layout-content &gt;.website-info {
	height: 183px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.3);
	display: flex;
	flex-direction: row;
	padding: 30px 0 24px 0;
}

.website-info &gt;.left &gt; .info {
	font-size: 18px;
	margin-right: 30px
}

.website-info &gt;.left &gt; .info &gt; span+span {
	margin-left: 30px
}

.friendship-link {
	margin-top: 30px;
}
.friendship-link &gt;.friendship-link-title {
	font-size: 18px
}

.friendship-link &gt;.friendship-link-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

/* .friendship-link &gt;.friendship-link-list &gt;  {
	
} */
.friendship-link &gt;.friendship-link-list &gt; a{
	color: #FFFFFF;
	line-height: 42px;
	font-size: 14px;
	margin-right: 14px;
	cursor: pointer;
} 

.layout-footer &gt;.layout-content &gt;.website-info &gt;.right {
	width: 373px;
	display: flex;
	justify-content: space-between;
}

.layout-footer &gt;.layout-content &gt;.website-info &gt;.right &gt; .or-code {
	justify-content: center;
	flex-wrap: wrap;
	display: flex;
	align-content: space-between;
}


.layout-footer &gt;.layout-content &gt;.website-info &gt;.right &gt; .or-code &gt; img {
	width: 95px;
	height: 95px;
	background-color: #fff;
    /* padding: 5px; */
}

.layout-footer &gt;.layout-content &gt;.website-info &gt;.right &gt; .or-code &gt; div {
	font-size: 16px;
	width: 112px;
	text-align: center;
}

.layout-footer &gt;.layout-content &gt;.website-info &gt;.left {
	flex: 1
}

.layout-footer &gt;.layout-content &gt;.record-information {
	flex: 1;
	/* display: flex; */
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: rgba(255,255,255,.6);
	text-align: center;
	padding-top: 20px;
	
}
.layout-footer &gt;.layout-content &gt;.record-information a {
	color: rgba(255,255,255,.6);

}
.footer-logoImg {
	position: absolute;
    height: 46px;
    line-height: 100px;
    background: #BE1542;
    left: 57px;
    top: 60px;
  }
  .footer-logoText {
	position: absolute;
    background: #BE1542;
    left: 165px;
    top: 106px;
    font-size: 24px;
    color: rgb(251, 245, 247);
  }
.layout-footer &gt;.layout-content &gt;.consultation &gt;.logo {
	height: 121px;
	border: 2px solid #FFFFFF;
	width: 222px;
	position: relative;
	top: -19px;
	
}
.layout-footer &gt;.layout-content &gt;.consultation &gt; button {
	height: 36px;
	width: 200px;
	line-height: 36px;
	border: 0;
	border-radius: 18px;
	background: #F6AB00;
	color: #FFFFFF;
}

.layout-footer &gt;.layout-content &gt;.consultation &gt;input {
	height: 36px;
	width: 225px;
	border-radius: 18px;
	padding-left: 50px;
	border: 0;
	margin: 0;
}
.layout-footer &gt;.layout-content &gt;.consultation &gt;input:first-of-type{
	margin-left: 50px;
}

/* .layout-footer &gt;.layout-content &gt;.consultation &gt;select {
	height: 36px;
	width: 225px;
	border-radius: 18px;
	padding-left: 50px;
	border: 0;
	margin: 0;
} */

.layout-main {
	width: 1280px;
	min-height: calc(100% - 105px - 520px - 56px);
	margin: 0 auto;
}

.padding-top56 {
	padding-top: 56px;
}
.layout-main &gt; iframe {
	margin: 0;
	padding: 0;
}

.layout-nav {
	background: transparent;
}
.layui-nav-child{
	line-height: 30px !important;
}
.layout-nav .layui-nav-child {
	color: #ffffff;
	border-radius: 10px;
	padding: 15px 20px 20px 20px;
	background: #911334;
	line-height: 30px;
	border: 1px solid #911334;
}
.layui-nav .layui-nav-child a{
	color: #FFFFFF;
}
.nav-row-list {
	display: flex;
	flex-direction: row;
}
.layout-nav .nav-row-item {
	padding: 0px 20px;
	width: auto;
	min-width: 100px;
	/* min-height: 160px; */
	display: flex;
	flex-direction: column;
}

.layout-nav .nav-row-item+.nav-row-item {
	border-left: 1px dashed #ffffff;
}
.layout-nav .nav-row-item .nav-row-item-title {
	display: flex;
	justify-content: center;
	align-items: center;
}
.layout-nav .nav-row-item .nav-row-item-title img {
	width: 12px;
	height: 14px;
	margin-right: 8px;
}
.layout-nav .nav-column-item {
	text-align: left;
}

.layout-nav .nav-column-item a {
	color: #ffffff
}
.layout-nav .nav-column-item {
	cursor: pointer
}
.layout-nav .nav-column-item a:hover {
	color: #BE1542;
	background: transparent;
}

.layout-nav a {
	text-decoration:none;
}</pre></body></html>