body {
	background-color: white;
}

.header {
	padding-top: 56px;
}

.logo_title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.name {
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 23px;
	margin: 0px 10px;
}
.line{
	width: 1px;
	height: 17px;
	background: #DCDCDC;
	border-radius: 0px 0px 0px 0px;
	margin: 0 15px;
}
.name1 {
	line-height: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	
}
.name1 span{
	line-height: 10px;
}
.header-Lmiddle {
	display: flex;
}

.nav-outter {
	height: 60px;
	background-color: white;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1200px;
	z-index: 100;
}

.nav-outter .fc-div-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.header-nav {
	width: 1500px;
	margin: 0 auto;
	height: 100%;
	justify-content: space-between;
	position: relative;
}

button {
	outline: none !important;
	border: none;
}

a,
i,
span {
	display: inline-block;
}


.header-baiban {
	margin: 0 auto;
	width: 1200px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-baiban .header-logo {
	display: flex;
	height: 28px;
	font-family: 'PingFang SC';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;

	/* identical to box height */

	color: #212529;
}

.header-baiban .header-logo img {
	height: 28px;
	margin-right: 12px;
}

.header-baiban .header-baiban-left {
	display: flex;
}

.header-baiban .header-baiban-left .header-nav>ul {
	display: flex;
}

.header-baiban-left .header-download {
	display: flex;
	align-items: center;
	padding: 6px 26px;
	background: rgba(105, 101, 219);
	color: #ffffff;
	border-radius: 6px;
	margin-right: 20px;
}

.header-baiban-left .header-download>img {
	width: 18px;
	height: 18px;
}

.header-baiban-left .header-download>div {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.header-baiban .header-leftBtns {
	display: flex;
}

.header-left a {
	height: 26px;
}

.header-gap {
	width: 1px;
	height: 22px;
	background-color: #1f4969;
	margin: 0 8px 0 10px;
}

.header-slogan {
	width: 110px;
	height: 23px;
	font-size: 22px;
	color: #000000;
	line-height: 23px;
	position: relative;
	top: -1px;
	white-space: nowrap;
}

.header-link {
	height: 20px;
	font-size: 14px;
	color: #1f4969;
	text-decoration: none;
	cursor: pointer;
}

.header-link:hover {
	color: #008EFF;
}

.header-link:active {
	color: #50B6FF;
}

.download-hover:hover {
	color: white !important;
	background-color: #008eff;
}

.download-hover:active {
	background: #50B6FF;
	border-color: #50B6FF;
}

.header-link>a {
	color: inherit;
}

.header-right {
	width: fit-content;
	max-height: 100%;
	justify-content: flex-end;
	margin-left: 30px;
	height: 60px;
}
.header-right .connectQq {
  width: 84px;
  height: 34px;
  border-radius: 17px 17px 17px 17px;
  border: 1px solid #2B2C30;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  color: #2B2C30;
  cursor: pointer;
	position: relative;
}
.header-right .connectQq img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.header-right .connectQq a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
	left: 0;
	top: 0;
}
.header-middle>.header-link:not(:last-child) {
	margin-right: 30px;
}

.header-link-current,
.header-link:hover.header-link-current {
	color: #008eff;
}

.link-tutorial {
	position: relative;
}

.link-tutorial:hover>.tutorial-panel {
	display: flex;
}

.tutorial-panel {
	display: none;
	position: absolute;
	width: 228px;
	height: 212px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%);
	background: url("/images/ttbg.png");
	z-index: 99;
	flex-direction: column;
	cursor: initial;
}

.tutorial-link {
	width: 204px;
	height: 53px;
	background-color: white;
	border-radius: 6px;
	border: 1px solid white;
	margin-bottom: 8px;
}

.tutorial-link:hover {
	background-color: rgb(248, 248, 248);
	border-color: #008eff;
}

.tutorial-link::before {
	display: inline-block;
	content: "";
	width: 26px;
	height: 26px;
	margin-left: 15px;
	margin-right: 13px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.tutorial-panel>li:nth-child(1)>.tutorial-link {
	margin-top: 25px;
}

.tutorial-panel>li:nth-child(1)>.tutorial-link::before {
	background-image: url("/images/ttlct.png");
}

.tutorial-panel>li:nth-child(2)>.tutorial-link::before {
	background-image: url("/images/ttswdt.png");
}

.tutorial-panel>li:nth-child(3)>.tutorial-link::before {
	background-image: url("/images/ttgj.png");
}

.link-download {
	cursor: auto;
	width: 68px;
	height: 34px;
	border-radius: 17px 17px 17px 17px;
	border: 1px solid #008EFF;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #008EFF;
	line-height: 34px;
	margin-right: 20px;
}

#dl-panel {
	position: relative;
}

.btn-zk {
	width: 16px;
	height: 16px;
	margin-left: 6px;
	position: relative;
	background-image: url("/images/index_sprite.png");
	background-position: -15px -215px;
	top: 3px;
	transition: transform 0.2s ease-out;
}

.link-download:hover .btn-zk {
	transform: rotate(180deg);
}

.download-panel {
	width: 1120px;
	height: 300px;
	position: absolute;
	left: -725px;
	top: 38px;
	z-index: 100;
	background-image: linear-gradient(to right, #f0f8ff, #fafafa);
	box-sizing: border-box;
	padding-left: 40px;
	padding-top: 30px;
	display: none;
	border-radius: 10px;
	text-align: center;
}

.download-panel::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: -20px;
	right: 370px;
	border: 10px solid transparent;
	border-bottom-color: #fafafa;
}

.download-panel::after {
	display: inline-block;
	content: "";
	position: absolute;
	width: 70px;
	height: 20px;
	right: 340px;
	top: -20px;
}

.link-download:hover>.download-panel {
	display: flex;
}

.download-title {
	height: 35px;
	font-size: 24px;
	font-weight: bold;
	color: #242424;
	margin-bottom: 26px;
	text-align: left;
}

.download-item {
	position: relative;
	width: 81px;
	height: 164px;
	flex-direction: column;
	justify-content: space-between;
}

.download-btm>.download-item:not(:last-of-type) {
	margin-right: 55px;
}

.download-item>.hdi-img {
	display: inline-block;
	width: 81px;
	height: 81px;
}

.download-item>.di-title {
	width: 80px;
	font-size: 14px;
	color: #1f4969;
	text-align: center;
}

.download-item>.di-btn {
	width: 78px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #007cde;
	border-radius: 30px;
	font-size: 12px;
	color: #008eff;
}

.download-item>.di-btn:hover {
	background-color: #008eff;
	color: #f5f9fc;
}

.download-recommend::after {
	display: block;
	content: "推荐";
	position: absolute;
	width: 39px;
	height: 20px;
	border-radius: 6px 6px 6px 0px;
	background-color: #008eff;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	right: -12px;
	top: -8px;
}

.download-item.fl-anr>.di-adr-qr {
	top: 0;
	right: -188px;
}

.download-item.fl-anr>.di-adr-qr {
	display: flex;
}

.download-item>.di-btn:hover+.di-adr-qr {
	display: flex;
}

.download-line {
	width: 1px;
	height: 148px;
	background-color: #d0deea;
	margin: 64px 68px 0 81px;
}

.content-box {
	background: linear-gradient( 180deg, #DEEAFD 0%, rgba(222,234,253,0) 100%);
	background-size: cover;
}

.slogan-section {
	margin: 0 auto;
	flex-direction: column;
	position: absolute;
	left: calc(50% - 412.5px);
}

/* .slogan-section::before,
.slogan-section::after {
	display: block;
	content: "";
	position: absolute;
	top: 113px;
	z-index: 1;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.slogan-section::before {
	background-image: url("/images/slogan_left.png");
	width: 255px;
	height: 178px;
	left: 40px;
}

.slogan-section::after {
	background-image: url("/images/slogan_right.png");
	width: 175px;
	height: 167px;
	right: 68px;
} */

.slogan-section>div {
	position: relative;
	z-index: 2;
}

.slogan-tip {
	width: 804px;
	height: 48px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	/* background: linear-gradient(0deg, #0E1B2E 0%, #2D5794 100%); */
	margin-top: 40px;
	background: linear-gradient(to right, #0E1B2E, #2D5794);
  -webkit-background-clip: text;  /* 背景裁剪为文本，仅 Chrome/Safari/Edge */
  -webkit-text-fill-color: transparent;  /* 文本填充颜色透明 */
  background-clip: text;  /* 标准属性 */
	display: flex;
	justify-content: center;
	align-items: center;
}

.slogan-title {
	font-size: 40px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 47px;
	margin-top: 29px;
}

.slogan-desc {
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 20px;
	margin-top: 30px;
}

.slogan-btn {
	margin-top: 30px;
}

.slogan-highlight {
	background-color: rgba(255, 228, 82, 0.4);
	padding: 0 2px;
	color: #40220b;
}

.btn-redirect,
.btn-download {
	width: 192px;
	height: 56px;
	line-height: 56px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.btn-redirect {
	background: #ffffff;
	border: 1px solid #008eff;
	margin-right: 58px;
	color: #008eff;
}

.btn-redirect:hover {
	background-color: #008eff;
	color: white;
}

.btn-download {
	background: #008eff;
	border: 1px solid #007cde;
	color: #ffffff;
}

.btn-download:hover {
	background-color: #00aeff;
	border-color: #00aeff;
}

.operation-animation {
	width: 100%;
	/* height: 593px; */
	max-width: 100%;
	overflow: hidden;
	justify-content: center;
	margin: 0px auto 80px;
	padding-top: 0px;
	box-sizing: border-box;
}

#tutarial-animation {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	transform: translateX(20px);
}

.head-banner {
	width: 100%;
	min-width: 1200px;
	background-position: center center;
	background-repeat: no-repeat;
	color: rgba(255, 255, 255, 1);
}

.head-swdt {
	background-image: url("/images/swdt/pic-bj.webp");
}

.hd-lct {
	/* background: url(/images/process/pic-bj-1.png) no-repeat top center; */
	background: url(/images/process/pic-bj-1.png) no-repeat top center;
}

.hb-title {
	height: 52px;
	margin-top: 70px;
	margin-bottom: 15px;
	pointer-events: none;
	font-size: 40px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 47px;
}

.hb-desc {
	margin-bottom: 48px;
	pointer-events: none;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #6C7D8F;
	line-height: 24px;
}

.hb-build,
.hb-download {
	width: 220px;
	height: 50px;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
	line-height: 50px;
	text-align: center;
	border: 1px solid #008EFF;
	border-radius: 30px 30px 30px 30px;
	background: #FFFFFF;
	color: #008EFF;
	font-weight: 400;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.hb-download::after {
	display: inline-block;
	content: "";
	margin-left: 20px;
	width: 20px;
	height: 13px;
	background: url(/images/process/Union-2.png) no-repeat center center;
	width: 0;
	margin-left: 0;
	transition: .4s cubic-bezier(0.35, 0.15, 0, 2);
	opacity: 0;
}

.hb-build::after {
	display: inline-block;
	content: "";
	margin-left: 20px;
	width: 20px;
	height: 13px;
	background: url(/images/process/Union-1.png) no-repeat center center;
	width: 0;
	margin-left: 0;
	transition: .4s cubic-bezier(0.35, 0.15, 0, 2);
	opacity: 0;
}

.hb-build {
	background: linear-gradient(135deg, #38ADFF 0%, #1A77FF 100%);
	color: #FFFFFF;
	border: none;
}

.hb-download {
	margin-right: 20px;

}

.hb-download:hover::after {
	margin-left: -4px;
	opacity: 1;
	width: 18px;
}

.hb-build:hover::after {
	margin-left: 10px;
	opacity: 1;
	width: 18px;
}

.header-template {
	padding-top: 230px;
}

.header-template .header-search-box {
	position: fixed;
	left: 0;
	top: 60px;
	background-color: white;
	width: 100%;
	min-width: 1200px;
	height: 200px;
	justify-content: center;
	align-items: start;
	z-index: 88;
}

.header-template .header-search-box .fc-img {
	position: absolute;
	top: 0px;
	min-width: 1920px;
	width: 100%;
}

.search-group {
	width: 110px;
	display: flex;
	align-items: center;
	position: relative;
}

.header-search-box .slot-search {
	height: 73px;
	position: relative;
	margin-top: 56px;
}

.header-search-box .slot-search .search-box {
	background-color: #FFFFFF;
	border-radius: 36px;
}

.header-special {
	padding: 40px 0px 50px 0px;
	width: 1200px;
	margin: auto;
	display: block;
	text-align: right;
}

.header-special .special-header-title {
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.header-special .special-header-title .special-title {
	font-size: 18px;
	font-weight: bold;
	color: #111111;
}

.header-special .special-header-title .special-more {
	font-size: 14px;
	cursor: pointer;
	color: #6C7D8F;
}

.header-special .special-header-title .special-more:hover {
	color: #008EFF;
}

.header-special .special-header-title .special-more:active {
	color: #50B6FF;
}

.header-special ul {
	display: flex;
	align-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0px !important;
	justify-content: flex-start;
}

.header-special ul li {
	width: 280px;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 16px;
	cursor: pointer;
	box-shadow: 0px 10px 10px 0px rgb(211 224 230 / 46%);
	transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
	border-radius: 8px;
	margin-left: 20px;
}

.header-special ul li:nth-child(1) {
	margin-left: 0px;
}

.header-special ul li a {
	display: unset;
}

.header-special ul li:hover {
	transform: translateY(-10px);
}

.header-special ul li img {
	width: 280px;
	height: 130px;
	border-radius: 8px;
}

.header-special ul li .precial-title {
	text-align: start;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 16px;
}

.header-special ul li .precial-title:hover {
	color: #008EFF;
}

.header-special ul li .precial-title:active {
	color: #50B6FF;
}

.search-group .other-type-list {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	border-radius: 8px;
	width: 160px;
	background: #fff;
}

.search-group .other-type {
	position: absolute;
	left: 0;
	top: 52px;
	z-index: 2;
	width: 160px;
}

.search-group .search-type.border-top-hide {
	padding: 13px 0px 13px 20px;
	text-align: left;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 19px;
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	cursor: pointer;
	border-right: none;
	display: block;
}

.border-top-hide:hover {
	background: rgba(0, 142, 255, 0.05);
}

.border-top-hide:active {
	background: rgba(0, 142, 255, 0.1);
}

.search-group:hover>.other-type {
	display: block !important;
}

.search-group .other-type .search-type {
	border-left: 0;
}

.search-group .search-type {
	width: 110px;
	height: 52px;
	box-sizing: border-box;
	cursor: pointer;
	border-right: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-group .line {
	height: 20px;
	border-left: 1px solid #D9D9D9;
}

.search-group .search-type .ico-menus {
	/* padding-left: 6px; */
	width: 30px;
	height: 30px;
}

.search-group .search-type .ico-menu {
	width: 16px;
	height: 16px;
	position: relative;
}

.search-group .search-type .ico-menu::after {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border-bottom: 1px solid #111111;
	border-left: 1px solid #111111;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 3px);
	left: 50%;
}

.search-group .search-type .ico-all {
	background: url(/images/top_icon.png) no-repeat 6px -105px;
}

.search-group .search-type .ico-kind {
	background: url(/images/top_icon.png) no-repeat 6px -143px;
}

.search-group .search-type .ico-process {
	background: url(/images/top_icon.png) no-repeat 9px -174px;
	padding-left: 12px;
	position: relative;
	left: -2px;
}

.search-group .search-type .ico-baiban {
	background: url(/images/user_center/icon_bban.png) no-repeat center center;
	padding-left: 12px;
	position: relative;
	left: -2px;
}

.hot-search-words {
	position: absolute;
	left: 0;
	top: 60px;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.hot-search-words .hot-words-label {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 30px;
	width: 100px;
	text-align: left;
	white-space: nowrap;
}

.hot-search-words .hot-words-list {
	position: absolute;
	display: flex;
	left: 100px;
	top: 0px;
	height: 40px;
	line-height: 40px;
	width: calc(100% - 100px);
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: flex-start;
}

.hot-search-words .hot-words-list .hot-word-item {
	margin-left: 15px;
	cursor: pointer;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.hot-search-words .hot-words-list .hot-word-item:hover {
	color: #bed9ef;
}

.hot-search-words .hot-words-list .hot-word-item:active {
	/* color: #50B6FF; */
	color: #bed9ef;
}

.history-search-words {
	display: none;
	position: absolute;
	width: 600px;
	min-height: 100px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 5px 0px rgba(0, 126, 255, 0.2);
	border-radius: 8px;
	top: 60px;
	left: 0px;
}

.history-search-words .history-title {
	height: 46px;
	position: relative;
}

.history-search-words .history-title .label1 {
	position: absolute;
	left: 20px;
	top: 23px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	line-height: 1;
}

.history-search-words .history-title .label2 {
	position: absolute;
	right: 20px;
	top: 23px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6C7D8F;
	line-height: 19px;
	height: 40px;
	cursor: pointer;
}

.history-search-words .history-title .label2:hover {
	color: #008EFF;
}

.history-search-words .history-title .label2:active {
	color: #50B6FF;
}

.history-list {
	position: relative;
}

.history-list .history-item {
	height: 40px;
	display: flex;
	justify-content: space-between;
	/* padding: 0 12px 0 15px; */
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(136, 136, 136, 1);
	line-height: 40px;
}

.history-list .history-item .history-word {
	line-height: 40px;
	width: calc(100% - 50px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	text-align: left;
}

.history-list .history-item:hover {
	background: rgba(0, 142, 255, 0.1);
	cursor: pointer;
}

.history-list .history-item:active {
	background: rgba(0, 142, 255, 0.05);
}

.history-list .history-item:hover .history-word {
	color: #444444;
}

.history-list .history-item .delete-word {
	display: none;
	position: absolute;
	right: 20px;
}

.history-list .history-item:hover .delete-word {
	display: block;
}

.history-list .history-item .delete-word:hover {
	color: #008EFF;
}

.history-list .history-item .delete-word:active {
	color: #50B6FF;
}

.associate-words {
	display: none;
	width: 430px;
	min-height: 30px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 5px 0px rgba(0, 126, 255, 0.2);
	border-radius: 2px;
	position: absolute;
	top: 60px;
	left: 110px;
}

.associate-words .associate-word-item {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(136, 136, 136, 1);
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 15px;
}

.associate-words .associate-word-item:hover {
	color: rgba(68, 68, 68, 1);
	background: rgba(242, 249, 253, 1);
}

.associate-words .no-associate {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(136, 136, 136, 1);
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 15px;
}

.header-graph {
	position: relative;
}

.header-graph .graph-panel {
	width: 100px;
	padding: 14px;
	align-items: flex-start;
	height: auto;
}

.header-graph .download-panel {
	left: -22px;
	flex-direction: column;
}

.header-graph .download-panel>a:not(:last-of-type) {
	margin-bottom: 24px;
}

.header-graph .download-panel::before {
	right: 42px;
}

.header-graph .download-panel::after {
	right: 14px;
}