body {
	background: url(../img/background.png) center center no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100vh;
	margin: 0px;
}

.displayFlex {
	display: flex;
	align-items: center;
}

.displayFlexFlexStart {
	display: flex;
	align-items: flex-start;
}

.displayFlexFlexEnd {
	display: flex;
	align-items: flex-end;
}

.displayFlexCenter {
	display: flex;
	align-items: center;
	justify-content: center;
}

.displayFlexSpace {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.left {
	flex: 1;
	padding: 2% 0px 2% 0px;
}

.left-line {
	margin: 0 auto;
	height: 1px;
	background-image: linear-gradient(to right, rgba(24, 37, 76, 0.28), #57A0F6, rgba(24, 37, 76, 0.28));
}

.left-background {
	width: 92%;
	height: 100%;
	background: rgba(24, 37, 76, 0.28);
	border: 1px solid rgba(67, 154, 255, 0.16);
	border-radius: 4px;
}

.left-top {
	flex: 1;
	display: flex;
	justify-content: center;
	height: 24%;
}

.left-top-layout {
	flex: 1;
	height: 100%;
	padding: 0px 4%;
}

.left-top-title {
	height: 45px;
}

.left-top-title-line {
	width: 4px;
	height: 17px;
	background: linear-gradient(180deg, #887FFF 0%, #36B9FF 100%);
	box-shadow: 0px 0px 4px 0px rgba(93, 157, 255, 0.7800);
	border-radius: 3px;
}

.left-top-title-content {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 6px;
}

.left-top-content {
	height: calc(100% - 45px);
}

.left-top-content-left {
	text-align: center;
	flex: 1.3;
}

.left-top-content-left-img {
	width: 100%;
	height: 6px;
}

.left-top-content-left-number {
	margin-top: 15%;
	font-size: 32px;
	font-weight: bold;
	color: #6DC9FF;
	text-shadow: 0px 0px 3px rgba(103, 198, 255, 0.7700);
}

.left-top-content-left-describe {
	margin-bottom: 15%;
	margin-top: 4%;
	: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.left-top-content-right {
	flex: 2;
	margin-left: 21px;
}

.left-top-content-right-left {
	flex: 1.3;
}

.left-top-content-right-left-img {
	width: 26px;
	height: 26px;
}

.left-top-content-right-left-content {
	position: relative;
}

.left-top-content-right-left-content-img {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 79px;
	height: 13px;
	z-index: -1;
}

.left-top-content-right-left-content-describe {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 2px;
}

.left-top-content-right-right {
	flex: 1;
}

.left-top-content-right-right-img {
	width: 14px;
	height: 13px;
}

.left-top-content-right-right-describe {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 5px 0px 4px;
	white-space: nowrap;
}

.left-top-content-right-right-number {
	font-size: 12px;
	font-weight: bold;
}

.left-top-content-right-number {
	margin-left: 26px;
	font-size: 24px;
	font-weight: bold;
	color: #6DC9FF;
	text-shadow: 0px 0px 3px rgba(103, 198, 255, 0.77);
}

.left-middle {
	flex: 1;
	display: flex;
	justify-content: center;
	height: 40%;
}

.left-middle-layout {
	flex: 1;
	height: 100%;
	padding: 0px 4%;
	position: relative;
}

.left-middle-title {
	height: 45px;
}

.left-middle-title-line {
	width: 4px;
	height: 17px;
	background: linear-gradient(180deg, #887FFF 0%, #36B9FF 100%);
	box-shadow: 0px 0px 4px 0px rgba(93, 157, 255, 0.7800);
	border-radius: 3px;
}

.left-middle-title-content {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 6px;
}

.left-middle-title-search-img {
	width: 16px;
	height: 16px;
	margin-right: 2px;
}

.left-middle-title-search-content {
	font-weight: bold;
	font-size: 14px;
	color: #56CCD2;
}


.left-middle-content {
	height: calc(100% - 75px);
	margin: 15px 0px 15px 0px;
	width: 100%;
	overflow: hidden;
}

.left-middle-content::-webkit-scrollbar {
	display: none
}

.left-middle-content-background {
	background: url(../img/enterprise-background.png) center center no-repeat;
	background-size: 100% 100%;
	width: calc(100% - 50px);
	/* height: 30%; */
	padding: 23px 25px;
	margin-bottom: 4%;
	cursor: pointer;
}

.left-middle-content-left {
	flex: 1;
	margin-right: 20px;
}

.left-middle-content-ul {
	height: 100%;
	list-style-type: none;
	margin-block-start: 0px;
	margin-block-end: 0px;
	padding-inline-start: 0px;
}

.left-middle-content-left-title {
	margin-right: 2px;
	font-weight: bold;
	font-size: 16px;
	color: #7AFFF3;
	text-shadow: 0 0 3px rgba(103, 198, 255, 0.77);
}

.left-middle-content-left-location {
	white-space:nowrap;
	font-weight: bold;
	font-size: 16px;
	color: #7AFFF3;
	text-shadow: 0 0 3px rgba(103, 198, 255, 0.77);
}

.left-middle-content-left-location-img {
	width: 16px;
	height: 16px;
	margin-right: 2px;
}

.left-middle-content-left-describe {
	flex: 1;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-shadow: 0 0 3px rgba(103, 198, 255, 0.77);
}

.left-middle-content-img {
	width: 32px;
	height: 32px;
}

.left-bottom {
	flex: 1;
	display: flex;
	justify-content: center;
	height: 31%;
}

.left-bottom-layout {
	flex: 1;
	padding: 0px 4%;
}

.left-bottom-title {
	height: 45px;
}

.left-bottom-title-line {
	width: 4px;
	height: 17px;
	background: linear-gradient(180deg, #887FFF 0%, #36B9FF 100%);
	box-shadow: 0px 0px 4px 0px rgba(93, 157, 255, 0.7800);
	border-radius: 3px;
}

.left-bottom-title-content {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 6px;
}

.left-bottom-main {
	height: calc(100% - 45px);
	width: 100%;
}

.middle {
	flex: 2;
	height: 100vh;
}

.middle-top {
	height: 13%;
}

.middle-top img {
	width: 44%;
}

.middle-middle {
	height: 73%;
	width: 80%;
	margin: 0px auto;
}

.middle-middle-map {
	width: 100%;
	height: 100%;
	position: relative;
}

.middle-middle-map-return {
	cursor: pointer;
	display: none;
	width: 4.5%;
	height: 4.5%;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
}

.middle-middle-map-container {
	height: 100%;
	width: 100%;
}

.middle-right {
	height: calc(100% - 13% - 73%);
}

.middle-right-layout {
	height: 100%;
	flex: 1;
	color: #fff;
}

.middle-right-layout-message {
	width: 60%;
	height: 76%;
	background: url(../img/message.png) center center no-repeat;
	background-size: 100% 100%;
}

.middle-right-layout-message-layout {
	flex: 1;
	padding: 0px 42px;
}

.middle-right-layout-message-layout-number {
	font-weight: bold;
	font-size: 30px;
	color: #A6ECFF;
	letter-spacing: 0;
	text-shadow: 0 0 4px #A0B1F9;
	margin-bottom: 2px;
}

.middle-right-layout-message-layout-describe {
	font-size: 16px;
	color: #B7E4FF;
	letter-spacing: 0;
}

.middle-right-layout-message-layout-margin-top {
	margin-top: 3px;
}

.middle-right-layout-message-layout-proportion {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0;
}

.middle-right-layout-message-layout-img {
	width: 10px;
	height: 11px;
}

.right {
	flex: 1;
	padding: 2% 0px 2% 0px;
}

.right-line {
	margin: 0 auto;
	height: 1px;
	background-image: linear-gradient(to right, rgba(24, 37, 76, 0.28), #57A0F6, rgba(24, 37, 76, 0.28));
}

.right-background {
	width: 92%;
	height: 100%;
	background: rgba(24, 37, 76, 0.28);
	border: 1px solid rgba(67, 154, 255, 0.16);
	border-radius: 4px;
}

.right-one {
	flex: 1;
	display: flex;
	justify-content: center;
	height: 21.5%;
}

.right-one-layout {
	flex: 1;
	padding: 0px 4%;
}

.right-one-title {
	height: 45px;
}

.right-one-title-line {
	width: 4px;
	height: 17px;
	background: linear-gradient(180deg, #887FFF 0%, #36B9FF 100%);
	box-shadow: 0px 0px 4px 0px rgba(93, 157, 255, 0.7800);
	border-radius: 3px;
}

.right-one-title-content {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 6px;
}

.right-one-main {
	height: calc(100% - 45px);
	width: 100%;
}

.right-two {
	flex: 1;
	display: flex;
	justify-content: center;
	height: 21.5%;
}

.right-two-layout {
	flex: 1;
	padding: 0px 4%;
}

.right-two-title {
	height: 45px;
}

.right-two-title-line {
	width: 4px;
	height: 17px;
	background: linear-gradient(180deg, #887FFF 0%, #36B9FF 100%);
	box-shadow: 0px 0px 4px 0px rgba(93, 157, 255, 0.7800);
	border-radius: 3px;
}

.right-two-title-content {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 6px;
}

.right-two-main {
	height: calc(100% - 45px);
	width: 100%;
}

.right-three {
	flex: 1;
	display: flex;
	justify-content: center;
	height: 30%;
}

.right-three-layout {
	flex: 1;
	padding: 0px 4%;
}

.right-three-title {
	height: 45px;
}

.right-three-title-line {
	width: 4px;
	height: 17px;
	background: linear-gradient(180deg, #887FFF 0%, #36B9FF 100%);
	box-shadow: 0px 0px 4px 0px rgba(93, 157, 255, 0.7800);
	border-radius: 3px;
}

.right-three-title-content {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 6px;
}

.right-three-main {
	height: calc(100% - 45px);
	width: 100%;
}

.right-four {
	flex: 1;
	display: flex;
	justify-content: center;
	height: 19%;
}

.right-four-layout {
	flex: 1;
	padding: 0px 4%;
}

.right-four-title {
	height: 45px;
}

.right-four-title-line {
	width: 4px;
	height: 17px;
	background: linear-gradient(180deg, #887FFF 0%, #36B9FF 100%);
	box-shadow: 0px 0px 4px 0px rgba(93, 157, 255, 0.7800);
	border-radius: 3px;
}

.right-four-title-content {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 6px;
}

.right-four-main {
	height: calc(100% - 45px);
	width: calc(100% - 24px);
	padding: 0px 12px;
}

.right-four-main-border {
	width: 48%;
	height: 111px;
	border: 1px solid rgba(52, 219, 252, 0.15);
	border-radius: 6px;
}

.right-four-main-border-top {
	width: calc(100% - 24px);
	height: 36px;
	line-height: 36px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 6px 6px 0px 0px;
	padding: 0px 12px;
}

.right-four-main-border-top-content {
	font-weight: bold;
	font-size: 14px;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.right-four-main-border-bottom {
	height: calc(100% - 36px);
}

.right-four-main-border-bottom-number {
	font-size: 12px;
	color: #FFFFFF;
}

.search-background {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.87);
	z-index: 10;
}

.search-frame {
	position: absolute;
	right: calc(-100% - 32px);
	top: 0px;
	z-index: 11;
	background: rgba(24, 37, 76, 0.61);
	border: 1px solid rgba(67, 154, 255, 0.16);
	border-radius: 4px;
	width: calc(100% - 32px);
	height: calc(170% - 19px);
	max-height: calc(170% - 19px);
	padding: 0px 16px 19px 16px;
}

.search-frame-top {
	height: 94px;
}

.search-frame-top-search-border {
	flex: 1;
	height: 54px;
	background-image: linear-gradient(153deg, rgba(21, 107, 160, 0.48) 0%, #093967 100%);
	border: 1px solid #59C4FF;
	border-radius: 33px;
	cursor: pointer;
}

.search-frame-top-search-img {
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

.search-frame-top-search-placeholder {
	font-size: 16px;
	color: #56CCD2;
}

.search-frame-top-close-img {
	width: 20px;
	height: 20px;
	margin-left: 14px;
	margin-right: 10px;
	cursor: pointer;
}

.search-frame-bottom {
	height: calc(100% - 95px);
	overflow-y: auto;
	overflow-x: hidden;
}

.search-frame-bottom::-webkit-scrollbar {
	display: none
}

.search-frame-bottom-background {
	background: url(../img/enterprise-background.png) center center no-repeat;
	background-size: 100% 100%;
	width: calc(100% - 50px);
	/* height: 17%; */
	padding: 20px 25px;
	margin-bottom: 4%;
	cursor: pointer;
}

.search-frame-top-search-input-layout {
	width: 100%;
	height: 100%;
}

.search-frame-top-search-input {
	width: calc(100% - 60px);
	height: 100%;
	font-size: 16px;
	color: #ffffff;
}

input {
	background: none;
	outline: none;
	border: 0px solid #ccc;
}

input:focus {
	border: none;
}

.search-frame-on {
	animation: layout-on 0.3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@-webkit-keyframes layout-on {

	0% {
		transform: scale(0, 0);
	}

	50% {
		transform: scale(0, 1);
	}

	100% {
		transform: scale(1, 1);
	}
}

.search-frame-off {
	animation: layout-off 0.3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

@-webkit-keyframes layout-off {

	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(0, 1);
	}

	100% {
		transform: scale(0, 0);
	}
}
