<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	background-color: #f6f5f5;
	min-width: 1400px;
	/* overflow-x: hidden; */
}

#content {
	width: 1300px;
	/* padding: 0 40px; */
	min-height: calc(100vh - 408px);
}

/**** 娓呴櫎娴姩****/

.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1,
		background-color: #091254;
}


/**** 瓒呭嚭涓€琛岄殣钘�****/

.text-overflow-hidden {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text-overflow-hidden-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/**** loading ****/

.loading {
	display: none;
	height: 28px;
	width: 28px;
	z-index: 1999;
	text-indent: -9999em;
	border-top: 6px solid rgba(255, 255, 255, 0.2);
	border-right: 6px solid rgba(255, 255, 255, 0.2);
	border-bottom: 6px solid rgba(255, 255, 255, 0.2);
	border-left: 6px solid rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	vertical-align: middle;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -35px;
	-webkit-animation: loadAnimate 1.2s linear 0s infinite;
	-ms-animation: loadAnimate 1.2s linear 0s infinite;
}

.loading:after {
	width: 28px;
	height: 28px;
	content: '';
	position: absolute;
	top: 0;
	border-radius: 20px;
}

@-webkit-keyframes loadAnimate {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loadAnimate {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/**** loading ****/
/*color 鏍峰紡*/
.bg-white {
	background-color: white;
}

.text-center {
	text-align: center;
}

.text-pointer {
	cursor: pointer;
}

.text-blue {
	color: #3166C8;
}

.text-red {
	color: #d60808;
}

.text-black {
	color: black;
}

.text-grey {
	color: #A3A3A3;
}

.text-bold {
	font-weight: bold;
}

/*----------鍏叡澶撮儴 start------------------------*/
#appendTopDiv {
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
	height: 90px;
	/* background-color: rgba(0, 0, 0, 0.23); */
	/* background: url(../img/index/logo.png) no-repeat; */
}

.right-title {
	float: right;
	position: relative;
	right: 15%;
	/* top: 8%; */
	margin-top: 19px;
}

.right-title span {
	padding-right: 10px;
	font-size: x-small;
	cursor: pointer;
}

#index-top {
	position: relative;
	top: 90px
}

#topBox {
	/* 	width: 1500px;
	margin: 0 auto; */
	/* display: flex; */
	/* 	flex-direction: row;
	justify-content: center; */
	height: 90px;
	padding: 0px 0px;
}

#topBox .logoText {
	color: white;
	height: 54px;
	line-height: 54px;
	font-size: 26px;
}

.menu p {
	float: left;
	text-align: left;
	line-height: 80px;
	height: 80px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 35px;
	padding-bottom: 2px;
	position: relative;
}

.menu {
	/* 	height: 49px; */
	background-color: transparent;
}

.smallMenu {
	display: none;
	position: absolute;
	font-size: 18px;
	width: 126px;
	/* height: 185px; */
	height:94px;
	background: #fff;
	opacity: 0.9;
	padding-top: 10px;
	left: 460px;
	top: 80px;
}

.smallMenu div {
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
}


.smallMenu div:hover {
	background-color: #ddeafa;
}


.smallMenu div:hover a {
	color: #438dfe !important;
}

.smallMenu2 {
	display: none;
	position: absolute;
	font-size: 18px;
	width: 126px;
	/* height: 185px; */
	height:94px;
	background: #fff;
	opacity: 0.9;
	padding-top: 10px;
	left: 908px;
	top: 80px;
}

.smallMenu2 div {
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
}


.smallMenu2 div:hover {
	background-color: #ddeafa;
}


.smallMenu2 div:hover a {
	color: #438dfe !important;
}

.showAbout:hover .smallMenu {
	display: inline-block;
}

.personAssess:hover .smallMenu2 {
	display: inline-block;
}

.menu .coverNav {
	width: 1300px;
	margin: auto;
}

.line-border {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #5196d8;
}

.coverNav a {
	color: #222222;
}

.coverNav {
	display: flex;
	width: 1300px;
	margin: 0 auto;
}

.top-logo {
	display: flex;
	height: 90px;
	width: 100%;
	margin: 0px auto;

}

.top-logo .top-logo-left {
	width: 260px;
	color: #1B1C7F;
	font-weight: bolder;
	text-align: center;
	line-height: 90px;
	margin-left: 40px;
}

.top-logo .top-logo-middle {
	float: left;
	width: 730px;
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.top-logo .top-logo-right {
	float: right;
	width: 217px;
	position: absolute;
	right: 0;
}

.top-logo img {
	width: 100%;
	padding: 8px 0px;
}

.top-logo .top-logo-href {
	justify-content: flex-end;
	width: 100%;
	display: flex;
	line-height: 90px;
	align-items: center;
}

.top-logo .top-logo-item {
	height: 90px;
	color: #333333;
	font-size: 18px;
	border-right: 1px solid gainsboro;
	text-align: center;
	cursor: pointer;
	width: 50%;
}

.topUserName {
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 18px;
	cursor: pointer;
}

.imgBoxTX {
	width: 60px !important;
	height: 60px !important;
	border-radius: 50%;
	margin-right: 5px;
	margin-left: 10px;
}

/* .clearfix p{
	font-size: 15px
} */

.select {
	border-bottom: 4px solid #086fff;
}

.select a {
	color: #16181A !important;
}

/*****鍏叡搴曢儴**/
#appendFooterDiv {
	/* min-width: 1300px; */
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.footer-div {
	border: 1px solid black;
	background: #0b113e;
	height: 240px;
	width: 100%;
	text-align: center;
}

.footer-div p {
	color: white;
	font-weight: 700;
}

.footTitle {
	/* 	position: relative;
	top: 119%;
	left: 50%;	 */
	font-size: 18px;
	margin-left: -14px;
}

.footTitle p {
	padding-left: 15px
}

.footTitle p:not(:first-child) {
	padding-left: 36px
}

/* .footer-div ul {
	display: inline-block;
	float: left;
} */






.footer-div ul&gt;li {
	color: white;
	font-size: 16px;
	font-family: "arial narrow";
	padding: 5px 0;
	color: #c0bfcb;
	font-weight: 500;
}

.footer-first ul&gt;li:not(:last-child) {
	/* border-right: 1px solid #555d74; */
}

.bottom-img-p {
	padding-top: 5px;
	font-size: 14px;
	text-align: center;
	padding-left: 101px;
	position: relative;
	bottom: 8%;

}

.footer-div img {
	width: 105px;
	height: 105px;
}

.footer-first {
	width: 350px;
	position: relative;
	height: 100%;
}

.footer-middle {
	width: 450px;
	/* border-right:solid #9998A0 1px; */
	padding-left: 101px;
	position: relative;
	height: 100%;
	padding-right: 69px;
}

.footer-middle-f ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;


}

.footer-middle-f ul:after {
	flex: auto;
	content: ''
}


.footer-border {

	width: 100%;
	border-top: 1px solid #555d74;
	position: relative;
	top: 18%;
	line-height: 32px;
}

.footer-border span {

	color: #9998A0;
	padding-left: 59px
}

.footer-middle-f .item {
	width: 150px;
	height: 25px;
}

.footer-border .footerTitle {
	/* margin: 14px 95px; */
	position: relative;
	left: -3%;
	/* top: 14%; */
	font-size: 10px;
	color: white;
	text-align: center;
}


.footer-middle-f p {
	/* padding-left:30px; */
	padding-right: 46px
}

.footer-div .backImg2-title {
	border-bottom: 1px solid #9998A0;
	padding: 15px 0;
}

.footer-div .backImg2-title&gt;span {
	color: white;
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
}

.footer-div .backImg2-title&gt;p {
	color: white;
	margin-top: 10px;
}

/* 鍒嗛〉 */
#pagination {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	background-color: #FFFFFF;
}

#pagination a,
#pagination span {
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
}

#pagination .current {
	border: 1px solid #3166C8;
	color: #fff;
	background: #3166C8;
}

/* 绌烘暟鎹� */
.empty {
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
}

.empty img {
	width: 400px;
}

#chiefWaiter {
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 230px;
	background: url(../img/chief_waiter.png) no-repeat center;
	background-size: 100% 100%;
}

#chiefWaiter div {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
}

#chiefWaiter img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

#chiefWaiter span {
	vertical-align: middle;
	color: #3166C8;
	margin-left: 5px;
}

#chiefWaiter p {
	text-align: center;
	margin-top: 5px;
}

body .layer-red .layui-layer-title {
	background: #c00;
	color: #fff;
	border: none;
}

body .layer-red .layui-layer-close {
	color: #fff
}

.layui-layer-setwin .layui-layer-close2 {
	background-position: -180px -31px !important;
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -149px -31px !important;
}


.layer-repot-input {
	position: relative;
}

.layer-repot-input i {
	color: #999;
	position: absolute;
	z-index: 9;
	top: 7px;
	left: 5px;
}

.layer-repot-input input {
	height: 30px;
	line-height: 30px;
	width: 165px;
	padding-left: 30px;
	border-radius: 5px;
}

.tableGS {
	background-color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	padding: 0 10px 0 20px;
	/* box-shadow:0px 15px 10px -15px gray; */
	margin-bottom: 2px;
}

.tableGS.flex {
	display: flex;
	align-items: center;
}

.tableGS li {
	font-weight: 700;
}

.tableBody {
	min-height: 340px;
}

.tableBody .flex {
	display: flex;
	align-items: center;
}

.tableBody ul {
	border-top: 1px solid #EBEEF5;
	padding: 25px 10px 25px 20px;
	color: #333;
}

.tableBody ul:last-child {
	border-bottom: 1px solid #EBEEF5;
}

.list-bottom {
	display: none;
}

a:hover {
	color: #16181A !important;
}

/* a p:hover {
	color: #3B75F4 !important;
} */

.top-img .bigTitle {
	font-size: 32px;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 10px;
}

.top-img .smallTitle {
	font-size: 18px;
	color: white;
	padding-left: 10px;
	margin-top: 10px;
}

.footer-div a {
	color: white !important;
}

.footer-div a:hover {
	color: white !important;
}

.loginHtml {
	/* position: fixed;
	z-index: 1001;
	width: 100%;
	height: 100vh;
	top: 0px; */
}

.loginZZ {
	/* z-index: 1002;
	width: 100%;
	height: 100vh;
	background-color: #2b2c2c94;
	opacity: 0.5;
	position: fixed; */
}

.loginContent {
	/* z-index: 1003; */
	width: 1123px;
	height: 623px;
	background-color: white;
	/* margin-top: 10%;
	margin-left: 20%;
	position: fixed; */
	display: flex;
	box-shadow: 0 0 10px #e4e4e4;
	box-sizing: border-box;
	border-radius: 10px;
}

.loginHtml .leftPic {
	width: 30%
}

.loginHtml .rightContent {
	width: 70%
}

.loginHtml .loginClose {
	text-align: right;
	padding: 5px 15px;
	font-size: 25px;
}

.loginHtml .loginHeader {
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	margin-top: 55px;
}

.loginHtml .rightMes {
	width: 60%;
	margin: auto;
}

.loginHtml .loginMessage {
	width: 100%;
	margin-top: 30px;
}

.loginHtml .loginType {
	width: 100%;
	display: flex;
}

.loginHtml .loginType div {
	width: 50%;
	text-align: center;
	border: 2px solid #f4f4f7;
	height: 40px;
	line-height: 40px;
	color: #9c9ea3;
	cursor: pointer;
}

.loginHtml .loginType div:first-child {
	border-radius: 5px 0px 0px 5px
}

.loginHtml .loginType div:last-child {
	border-radius: 0px 5px 5px 0px
}

.loginHtml .selectLoginType {
	background-color: #eff2fe;
	color: #6282f8 !important;
}

.loginHtml .loginRemark {
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	color: #9c9ea3;
}

.loginHtml .userLogin {
	margin-top: 30px;
}

.loginHtml .loginDiv {
	height: 60px;
	line-height: 60px;
	border: 1px solid #f0f1f3;
	padding: 0px 15px;
	border-radius: 10px;
	margin: 10px 0px;
}

.loginHtml .loginDiv img:first-child {
	margin-right: 10px;
}

.loginHtml .loginDiv img:last-child {
	margin-left: 2%;
}

.loginHtml .loginDiv input {
	width: 85%;
}

.loginHtml .loginBtn {
	display: flex;
	margin-top: 40px;
	color: #9c9ea3;
}

.loginHtml .rememberPwd {
	width: 50%;
	text-align: left;
	height: 30px;
	line-height: 30px;
	display: flex;
}

.loginHtml .rememberPwd input {
	margin-right: 10px;
}

.loginHtml .forgetInfo {
	width: 50%;
	text-align: right;
	height: 30px;
	line-height: 30px;
}

.loginHtml .forgetInfo a {
	color: #9c9ea3;
	padding-left: 15px;
}

.loginHtml .personalBtnDiv {
	/* 	height: 100px;
	line-height: 100px; */
}

.loginHtml .personalBtnDiv .loginBtnBlue {
	height: 50px;
	line-height: 50px;
	background-color: #3863f6;
	text-align: center;
	color: white;
	font-weight: bolder;
	font-size: 20px;
	margin: 20px 0px;
	border-radius: 5px;
	cursor: pointer;
}


.waitSend {
	background-color: #DCDCDC;
	cursor: auto;
	color: #000000;
}

.waitSend1 {
	cursor: auto;
	color: #DCDCDC;
}



.top .top-title a {
	color: #adadad;
}

.top .top-title a :hover {
	color: #adadad;
}

.registHtml {
	/* position: fixed;
	z-index: 1001;
	width: 100%;
	height: 100vh;
	top: 0px; */
}

.registZZ {
	/* z-index: 1002;
	width: 100%;
	height: 100vh;
	background-color: #2b2c2c94;
	opacity: 0.5;
	position: fixed; */
}

.registContent {
/* 	z-index: 1003; */
	background-color: white;
	/* margin-top: 8%;
	margin-left: 25%;
	position: fixed; */
	/* box-shadow: 0 0 10px #e4e4e4; */
	box-sizing: border-box;
	border-radius: 10px;
}

.registHtml .registClose {
	text-align: right;
	height: 30px;
	padding: 5px 15px;
	font-size: 25px;
}

.registHtml .registMes {
	text-align: right;
	padding: 5px 15px;
	margin-top:20px;
}

.registHtml .registTitle {
	text-align: center;
	height: 30px;
	padding: 5px 15px;
	font-size: 25px;
}

.registHtml .registTypes {
	display: flex;
}

.registHtml .registTypes div {
	width: 50%;
	padding: 30px 20px;
	position: relative;
}

.registHtml .registTypes div:first-child {
	text-align: right;
}

.registHtml .registTypes div:last-child {
	text-align: left;
}

.registHtml .registBottom {
	margin-top: 10px;
	text-align: center;
}

.registHtml .registBtn {
	margin: auto;
	width: 80px;
	background-color: #3863f6;
	padding: 10px 20px;
	border-radius: 10px;
	color: white;
	font-size: 14px;
	cursor: pointer;
}

.registHtml .registTypes div img:last-child {
	border: 1px solid #f7f7f7;
	border-radius: 10px;
	cursor: pointer;
}

.registHtml .registTypes div:first-child img:first-child {
	position: absolute;
	top: 21px;
	right: 12px;
}

.registHtml .registTypes div:last-child img:first-child {
	position: absolute;
	top: 21px;
	left: 305px;
}

.selectRegisted img:first-child {
	display: flex !important;
}

.selectRegisted img:last-child {
	border: 2px solid #92c1ee !important;
}

.gouCls {
	display: none;
}

.left {
	border-radius: 20px;
}

.right .right-div {
	border-radius: 20px;
}

.toDownFile {
	height: 20px;
	width: 80px;
	font-size: 14px;
	display: flex;
	line-height: 20px;
	padding: 5px 20px;
	color: #9171db;
	border: 1px solid #9171db;
	border-radius: 20px;
	float: right;
}

.toDownFile img {
	height: 14px;
	margin-top: 2px !important;
	margin-left: 5px !important;
}

.emptyDiv {
	height: 70px;
}


.smallInfoMenu {
	display: none;
	position: absolute;
	font-size: 14px;
	width: 130px;
	height: 225px;
	background: #fff;
	opacity: 0.9;
	padding-top: 10px;
	right: 5px;
	top: 80px;
}

.smallInfoMenu div {
	text-align: center;
	padding: 10px 0px;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
}

.smallInfoMenu img {
	width: 15px;
	height: 14px;
	margin-top:-2px;
	/* margin: 0px 10px 5px 0px; */
}
.smallInfoMenu img:nth-child(1) {
	display: inline-block;
}
.smallInfoMenu img:nth-child(2) {
	display: none;
}

.smallInfoMenu a {
	width: 20px;
	height: 20px;
	/* margin: 0px 10px 5px 0px; */
}

.userInfoCls:hover .smallInfoMenu {
	display: inline-block;
}

.smallInfoMenu div:hover {
	background-color: #ddeafa;
}


.smallInfoMenu div:hover a {
	color: #438dfe !important;
}
.smallInfoMenu div:hover img:nth-child(1) {
	display: none;
}
.smallInfoMenu div:hover img:nth-child(2) {
	display: inline-block;
}

/* .rightImg div:hover {
	color: white !important;
	background-color: #1677ff !important;
	border: 0px !important;
} */
.flexBox{
	display: flex;
	align-items: center;
}
.commonTips{
	background: #FEFCE8;
	border-radius: 8px;
	padding: 12px 20px;
	margin-bottom: 20px;
}
.commonTips .layui-icon-tips {
    color: #FF9900;
    font-size: 30px;
    margin-right: 10px;
}
.commonTips .tipRight p:first-child {
    color: #FF9900;
    font-size: 15px;
    margin-bottom: 7px;
}
.commonTips .tipRight p:last-child {
    color: #787878;
    font-size: 15px;
    line-height: 28px;
}
.commonCardTitle {
	padding-bottom: 15px;
	border-bottom: 1px dashed #E4E5E5;
	justify-content: space-between;
	margin-bottom: 20px;
}

.commonCardTitle .line {
	width: 2px;
	height: 16px;
	margin-right: 10px;
	background: #0067FF;
}

.commonCardTitle .title span {
	font-weight: 700;
	font-size: 18px;
}
.normal-table .layui-form-select .layui-input {
    height: 30px;
    font-size: 15px;
}
.normal-table td, .normal-table th {
    padding: 5px 10px;
    font-size: 15px;
}
.layui-btn{
	border-radius: 4px;
	    font-size: 15px;
}
.commonpage{
	margin-top:20px;
	text-align:center;
}
.commonpage .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1677FF;
}
.mouseenterclass{
	color:#1677ff !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #3166C8 !important;
}

.yfs-table-title{
	text-align: center;
}</pre></body></html>