.tip-box {
	position: relative;
	text-align: center;
}

.tip {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	padding: 7px 5px 6px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	display: none;
	transition: opacity 0.3s;
	z-index: 10000;
}

.tip:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
}



/* 登录 */
#login {
	position: relative;
	width: 100%;
	height: 890px;
	margin: 0 auto;
	overflow: hidden;
}

#login .login-left {
	position: absolute;
}

.wordCloud__tagBall {
	position: absolute;
	bottom: 20px;
	left: 6%;
	z-index: 100;
}

.login-out .wordCloud__tagBall {
	height: 550px;
	width: 800px;
	bottom: 20px;
}

.login-in .wordCloud__tagBall {
	height: 600px;
	width: 1000px;
	left: calc(50% - 500px);
	bottom: 20px;
}

.wordCloud__tag {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	color: green;
	text-decoration: none;
	font-size: 12px;
	font-family: '微软雅黑';
	font-weight: bold;
	cursor: pointer;
	padding: 1px 10px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 4px 4px 2px 0 #99bfff;
}

.swiper-container {
	width: 100%;
	height: 890px;
	position: relative;
}

.login-con {
	width: 88%;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

.login-right {
	position: absolute;
	top: 150px;
	right: 6%;
	z-index: 100;
}

.login-box {
	border-radius: 10px;
	min-height: 500px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

#wx-login {
	display: none;
	text-align: center;
}

.wx-code {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	/* overflow: hidden; */
	border-radius: 0 10px 0 0;
	cursor: pointer;
	background: url('../img/wx-code.png') no-repeat 100% 0;
	background-size: 100%;
}

.wx-code .wx-code-text {
	box-sizing: border-box;
	width: 140px;
	height: 40px;
	line-height: 40px;
	padding-right: 4px;
	text-align: center;
	/* background-color: #fdfdee; */
	background-image: url('../img/tig-text.png');
	background-size: 100% 100%;
	position: absolute;
	top: 8px;
	left: -120px;
	color: #f2b361;
}

.accout-dl {
	position: absolute;
	top: 36px;
	right: 15px;
	cursor: pointer;
	color: #2988fe;
	display: none;
}

.login-box .login-dl,
.login-box .login-zc,
.login-box .forgot-pass {
	padding: 30px 10%;
}

.login-box .box-title {
	font-size: 30px;
	font-weight: 1000;
	font-family: Gilroy-Bold, -apple-system, 'Sofia Pro', 'Microsoft YaHei',
		Helvetica, Arial, sans-serif;
	text-shadow: 5px 1px 2px #ccc;
	letter-spacing: 4px;
}

#developLogin .dl {
	margin-top: 30px;
}

.login-box .dl-input {
	padding-bottom: 26px;
	position: relative;
}

.login-zc .dl-input {
	padding-bottom: 20px;
}

.login-box .dl-input input {
	width: 100%;
	border-radius: 4px;
	padding: 6px 18px;
	line-height: 28px;
	border: 1px solid #2988fe;
	border-radius: 4px;
}

.login-box .dl-input .dl-eye {
	display: flex;
	align-items: center;
	border: 1px solid #2988fe;
	border-radius: 4px;
	background-color: #fff;
}

.login-box .dl-input .dl-eye input {
	flex: 1;
	border: none;
}

.login-box .dl-input .dl-eye img {
	width: 20px;
	height: auto;
	margin-right: 12px;
}

.login-box .dl-input .dl-code {
	display: flex;
	align-items: center;
}

.login-box .dl-input .dl-code input {
	flex: 1;
}

.login-box .dl-input .dl-code .capImg {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.login-box .dl-input .dl-code .code {
	width: 120px;
	height: 42px;
	margin-left: 10px;
	white-space: nowrap;
	user-select: none;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.login-box .dl-input .dl-code .code img {
	border-radius: 4px;
}

.login-box .dl-input .dl-code .code.hq {
	color: #2988fe;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border: 1px solid #2988fe;
}

.login-box .dl-input .dl-code .code.hq:hover {
	background-color: #2988fe;
	color: #fff;
}

.login-box .dl-input .dl-code .code.gray {
	color: #aaa;
}

.login-box .dl-error {
	color: red;
	display: none;
}

.login-box .error-input {
	position: absolute;
	top: 44px;
}

.login-box .error-check {
	position: absolute;
}

.forgot {
	position: relative;
	top: 0px;
	text-align: right;
	cursor: pointer;
}

.login-box .blue,
.login-box .blue a {
	color: #2988fe;
}

.login-box .submit {
	cursor: pointer;
	/* background: #478AEC linear-gradient(to left, #478AEC 0%, #3CC6F5 100%); */
	background: #478aec linear-gradient(to left, #2988fe, #3cc6f5, #478aec);
	background-size: 300% 300%;
	animation: gradientBG 20s ease infinite;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 10px 0;
	margin: 20px 0 15px;
}

#developLogin .submit {
	margin: 35px 0 0;
}

.login-box .login-dl .dl-way {
	display: flex;
	justify-content: flex-start;
	margin: 30px 0;
	font-size: 20px;
	font-weight: 600;
}

.login-box .login-dl .dl-way div {
	flex: 1;
	display: inline-block;
	text-align: left;
	cursor: pointer;
}

.login-box .login-dl .dl-way .is-active {
	/* border-bottom: 4px solid #2988FE; 
	padding-bottom: 6px;*/
	position: relative;
}

.login-box .login-dl .dl-way .is-active::after {
	content: '';
	position: absolute;
	width: 80px;
	height: 4px;
	border-radius: 2px;
	/* background: #2988FE; */
	left: 0;
	bottom: -10px;
	background: linear-gradient(120deg,
			#2988fe,
			#3cc6f5,
			#b3d8ff,
			#409eff,
			#a0cfff,
			#ecf5ff);
	background-size: 300% 300%;
	animation: gradientBG 20s ease infinite;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.login-box .login-zc .submit,
.login-box .forgot-pass .submit {
	margin: 20px 0 18px;
}

.login-box .machine {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}

.login-box .machine img.closeImg {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.login-box .machine .machineCode {
	width: 120px;
	margin: 50px 0 20px;
}

.login-box .machine .dl-input input {
	border: 1px solid #ddd;
	text-align: center;
}

.login-box .machine .test {
	background: #478aec;
	color: #fff;
	padding: 6px 20px;
	border-radius: 4px;
	margin-bottom: 40px;
	cursor: pointer;
	user-select: none;
}

.login-box .machine .test:hover {
	background: #2988fe;
}

.title {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

a.title-more {
	color: #2988fe;
	cursor: pointer;
	margin-top: 20px;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

a.title-more img {
	width: 18px;
	height: auto;
	margin-left: 2px;
}

a.title-more:hover {
	/* color: #0049AF; */
	transition: all 0.2s;
	transform: scale(1.1);
}

/* 平台能力 */
#platform {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#platform .plf {
	margin: 40px auto 60px;
	width: 1000px;
	height: 470px;
	position: relative;
}

#platform .plf .box {
	width: 168px;
	height: 148px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#platform .plf .box:hover {
	transition: all 0.5s;
	transform: scale(1.12);
}

/* 蓝色背景 */
#platform .plf .b-l {
	color: #0049af;
	background: url('../img/login/bg-bl.png') no-repeat;
	background-size: 100% 100%;
}

#platform .plf .b-d {
	color: #ffffff;
	background: url('../img/login/bg-bd.png') no-repeat;
	background-size: 100% 100%;
}

#platform .plf .b-l1 {
	position: absolute;
	left: 0;
	top: 82px;
}

#platform .plf .b-l2 {
	position: absolute;
	left: 0;
	top: 242px;
}

#platform .plf .b-c1 {
	position: absolute;
	left: 140px;
}

#platform .plf .b-c2 {
	position: absolute;
	left: 140px;
	top: 161px;
}

#platform .plf .b-c3 {
	position: absolute;
	left: 140px;
	top: 323px;
}

/* 橘色背景 */
#platform .plf .o-l {
	color: #e66c00;
	background: url('../img/login/bg-ol.png') no-repeat;
	background-size: 100% 100%;
}

#platform .plf .o-d {
	color: #ffffff;
	background: url('../img/login/bg-od.png') no-repeat;
	background-size: 100% 100%;
}

#platform .plf .o-l1 {
	position: absolute;
	left: 280px;
	top: 82px;
}

#platform .plf .o-l2 {
	position: absolute;
	left: 280px;
	top: 242px;
}

#platform .plf .o-c1 {
	position: absolute;
	left: 420px;
}

#platform .plf .o-c2 {
	position: absolute;
	left: 420px;
	top: 161px;
}

#platform .plf .o-c3 {
	position: absolute;
	left: 420px;
	top: 323px;
}

/* 绿色背景 */
#platform .plf .g-l {
	color: #00b58d;
	background: url('../img/login/bg-gl.png') no-repeat;
	background-size: 100% 100%;
}

#platform .plf .g-d {
	color: #ffffff;
	background: url('../img/login/bg-gd.png') no-repeat;
	background-size: 100% 100%;
}

#platform .plf .g-l1 {
	position: absolute;
	left: 560px;
	top: 82px;
}

#platform .plf .g-l2 {
	position: absolute;
	left: 560px;
	top: 242px;
}

#platform .plf .g-c1 {
	position: absolute;
	left: 700px;
}

#platform .plf .g-c2 {
	position: absolute;
	left: 700px;
	top: 161px;
}

#platform .plf .g-c3 {
	position: absolute;
	left: 700px;
	top: 323px;
}

#platform .plf .g-r1 {
	position: absolute;
	left: 840px;
	top: 82px;
}

#platform .plf .g-r2 {
	position: absolute;
	left: 840px;
	top: 242px;
}

/* 情报中心 */
.intelligence {
	width: 100%;
	min-height: 540px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: #f6faff;
}

.intelligence .table {
	width: 100%;
	text-align: left;
	margin: 36px 0;
}

.intelligence .table>tbody>tr>td,
.intelligence .table>tbody>tr>th,
.intelligence .table>tfoot>tr>td,
.intelligence .table>tfoot>tr>th,
.intelligence .table>thead>tr>td,
.intelligence .table>thead>tr>th {
	border: none;
}

.intelligence .table tbody tr.is-active {
	color: #2988fe;
	background: #fdfeff;
}

/* .intelligence .table tbody tr .td-name:hover {
	cursor: pointer;
	color: #2988FE;
	text-decoration: underline;
} */

/* 新闻活动 */
.activity {
	width: 100%;
	min-height: 500px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.activity .activity-list,
.activity .act-img {
	margin: 40px 0;
}

.list-item {
	padding: 18px 25px;
	/* margin-bottom: 12px; */
	/* background-color: #fcfcfc; */
	/* border-radius: 10px; */
	border-bottom: 1px solid #f5f5f5;
}

.list-item:first-child {
	margin-top: 0;
}

.list-item a {
	color: #000;
}

.list-item .name {
	font-size: 15px;
	font-weight: 600;
}

.list-item.is-active .name a {
	color: #2988fe;
	border-color: #2988fe;
}

.list-item:hover,
.list-item.is-active {
	background-color: #f8f8f8;
}

.list-item .date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	color: #999;
}

.list-item .date .blue {
	color: #2988fe;
	cursor: pointer;
}

.list-item .date .blue {
	text-decoration: none;
}

.act-img img {
	width: 100%;
	max-height: 400px;
}

/* 帮助中心 */
#help {
	width: 100%;
	min-height: 460px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#help .help-item {
	margin: 60px 0;
}

#help .flow {
	min-height: 320px;
	display: flex;
	justify-content: space-around;
	margin: 0 0 30px;
}

#help .flow .flow-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

#help .flow .flow-item div {
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

#help .flow .flow-item img {
	width: 80px;
	height: auto;
	cursor: pointer;
}

#help .flow .flow-item img:hover {
	transform: scale(1.2);
}

#help .flow .flow-column:first-child .flow-item:first-child {
	animation: down 2s infinite ease-in-out;
}

#help .flow img.h-more.right {
	margin-top: 32px;
	width: 26px;
	height: auto;
	animation: right 2s infinite;
}

#help img.h-more.down {
	height: 26px;
	width: auro;
	animation: down 2s infinite;
}

#help .flow img.h-more.left {
	margin-bottom: 68px;
	width: 26px;
	height: auto;
	animation: left 2s infinite;
}

@keyframes down {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes right {
	0% {
		transform: translate(-5px, 0);
	}

	50% {
		transform: translate(5px, 0);
	}

	100% {
		transform: translate(-5px, 0);
	}
}

@keyframes left {
	0% {
		transform: translate(5px, 0);
	}

	50% {
		transform: translate(-5px, 0);
	}

	100% {
		transform: translate(5px, 0);
	}
}

.help-gray {
	color: #999;
	text-align: center;
	letter-spacing: 10px;
}

.help-item .hp-list {
	width: 100%;
	height: 320px;
	overflow: auto;
	background-color: #fff;
}

.help-item .hp-list::-webkit-scrollbar {
	width: 4px;
}

.help-item .hp-list::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #b3d8ff;
}

.help-item .hp-list::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #f5f5f5;
}