@charset "utf-8";
body {
	background: #f5f6f7;
	display: flex;
	display: -webkit-flex;
	min-height: 100vh;
	flex-direction: column;
	font-size: 14px;
	background-image: url(https://rbaigctool-1307270943.cos.ap-beijing.myqcloud.com/lora/user/ff1757ad-b6b9-4979-a876-e0e2f6dc2b01/328b4947-d8cd-4d43-8ba3-278dd096e506.png);
}
/*头部*/
	.header-wrap {
	position:fixed;
	z-index:101;
	color:#fff;
	width:100%;
	top:0;
	vertical-align:middle;
	border:none;
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-family:PingFang SC,HarmonyOS_Regular,Helvetica Neue,Microsoft YaHei,sans-serif!important;
}
.header-wrap.bg-solid {
	background:#fff;
	box-shadow:0 2px 4px rgb(0 0 0 / 8%);
}
.header-wrap.bg-solid .nav-list .chanel-link {
	color:#18191C;
}
.header-wrap .logo-wrap {
	font-size:0;
	float:left;
	position:relative;
	height:70px;
	line-height:70px;
	margin-right:40px;
}
.header-wrap .nav-list {
	height:70px;
	line-height:70px;
	display:flex;
	align-items:center;
	flex-shrink:0;
}
.header-wrap .nav-list .channel {
	position:relative;
	font-size:15px;
	float:left;
	margin-right:30px;
	display:block;
}
.header-wrap .nav-list .chanel-link {
	font-size:16px;
	color:#fff;
	display:inline-block;
	cursor:pointer;
}
.header-wrap .nav-list .chanel-link:hover {
	animation:jump .3s
}
@keyframes jump {
	0% {
	transform:translateY(0)
}
50% {
	transform:translateY(-3px)
}
to {
	transform:translateY(0)
}
}
.header-wrap .header-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-wrap .header-menu li {
	float: left;
	margin-left: 40px;
}
.header-wrap .header-menu li > a {
	color: #444;
	font-size: 16px;
	line-height: 45px;
	display: inline-block;
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	padding: 0 8px;
}
.header-wrap .header-menu .contact-btn > a {
	font-size: 13px;
	font-weight: 500;
	background-color: rgba(0,0,0,0.06);
	display: inline-block;
	padding: 4px 14px;
	line-height: 1.6;
	border-radius: 1000px;
	transition: 0.1s;
	margin-top: 8px;
	vertical-align: top;
	color: #333;
}
.header-wrap .header-menu li.current-menu-item a {
	color: #000;
}
.header-wrap .header-menu li.menu-li > a:after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 100%;
	left: 0;
	right: 0;
	height: 2px;
	border-radius: 3px;
	background-color: #16e07a;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.3s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
	transition: transform 0.3s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s,-webkit-transform 0.3s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
}
.header-wrap .header-menu li.menu-li > a:hover:after {
	transform: scale(1);
	transform-origin: left center;
}
.header-wrap .header-menu .contact-btn > a:hover {
	background-color: rgba(0,0,0,0.1);
	opacity: 1;
}
/* 未登录*/
	.header-wrap .v-popover {
	position:absolute;
	transition:.3s;
	z-index:1;
	top:100%;
	right:0;
}
.header-wrap .v-popover-content {
	position:relative;
	background-color:#fff;
	box-shadow:0 0 30px rgb(0 0 0 / 10%);
	border-radius:8px;
	border:1px solid #E3E5E7;
	color:#18191C;
}
.header-wrap .v-popover {
	display:none;
}
/* 已登录*/
	#logined:hover .v-popover {
	display:block;
}
.header-wrap .v-popover.is-bottom {
	transform:translate(35%);
	padding-top:20px;
}
.header-wrap .message-entry-popover {
	overflow:hidden;
	width:210px;
	border-radius:8px;
}
.header-wrap .message-entry-popover .message-inner-list {
	display:flex;
	flex-direction:column;
	padding:8px 0;
}
.header-wrap .message-entry-popover .message-inner-list__item {
	position:relative;
	display:flex;
	align-items:center;
	padding:10px 0 10px 16px;
	color:#61666D;
	text-align:left;
	font-size:14px;
	transition:background-color .3s;
}
.header-wrap .message-entry-popover a.message-inner-list__item:hover {
	background-color:#E3E5E7;
}
.header-wrap .split-line {
	margin: 4px 0;
	width: 100%;
	height: 1px;
	background: #E3E5E7;
}
.header {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.header-wrap .logo-wrap .top-logo {
	width: 158px;
	height: 48px;
	display: inline-block;
	background-image: url(../images/logo.png);
	vertical-align: middle;
	background-size: cover;
}
.container {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 80%;
	max-width: 1400px;
	flex-direction: row;
	text-align: left;
}
.container .main {
	position: relative;
	z-index: 10;
	order: 2;
	flex-grow: 1;
	flex-shrink: 0;
	order: 1;
	width: calc((100% / 3)* 2);
	max-width: 800px;
}
.name, .text {
	max-width: 800px;
	letter-spacing: -.4px;
	font-weight: 700;
	white-space: pre-wrap;
	line-height: 64px;
	font-size: 56px;
	margin: 0;
}
.clip {
	background: -webkit-linear-gradient(120deg, #16e05a 30%, #41d1ff);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.tagline {
	padding-top: 20px;
	max-width: 800px;
	line-height: 36px;
	font-size: 24px;
	white-space: pre-wrap;
	color: rgba(60, 60, 67, .78);
}
.image {
	flex-grow: 1;
	order: 2;
	margin: 0;
	min-height: 100%;
}
.image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	transform: translate(-32px, -32px);
	position: relative;
	margin: 0 auto;
}
.image-container .image-src {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.feature {
	display: block;
	border: 1px solid #efefef;
	border-radius: 12px;
	height: 100%;
	background-color: #efefef;
	transition: border-color .25s, background-color .25s;
}
.box {
	display: flex;
	flex-direction: column;
	padding: 24px;
	height: 100%;
}
.box a:hover .title {
	color: #00cc36;
}
.box a:focus {
	color: rgba(60, 60, 67);
}
.feature .title {
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(60, 60, 67);
}
.feature .details {
	flex-grow: 1;
	padding-top: 8px;
	line-height: 24px;
	font-size: 14px;
	color: rgba(60, 60, 67, .9);
}
.footer {
	border-top: 1px solid #e2e2e3;
	padding: 32px 0 !important;
}
.footer .container {
	display: block;
	margin: 0 auto;
	max-width: 1400px;
	text-align: center;
}
.footer .message, .copyright {
	line-height: 24px;
	font-size: 14px;
	color: rgba(60, 60, 67, .78);
}
.javaex-page-wrap .javaex-page-content .javaex-page-body {
	overflow: unset;
}
