.top {
	width: 100%;
	min-width: 1200px;
	height: 465px;
	background: rgb(8, 79, 239);
	background: url(/static/home/images/download/banner-background.png) no-repeat;
	background-size: cover;
}
.top-box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 150px;
}

.top-box .top-left {
	flex: 1;
}

.top-box .top-left .top-title {
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
	font-size: 50px;
	margin-bottom: 40px;
}

.top-box .top-left .top-text {
  /* 样式规则 */
}

.top-box .top-left .top-text .top-text-content {
	color: rgba(255, 255, 255, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 20px;
	display: flex;
}

.top-box .top-left .top-text .top-text-content .bull {
	margin-right: 10px;
}

.top-box .top-img {
	width: 430px;
	height: 250px;
}

.top-box .top-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-item {
	width: 100%;
	min-width: 1200px;
	color: rgba(255, 255, 255, 1);
}

.content-item.first {
	background: url(/static/home/images/download/first-bg.png) no-repeat;
	background-size: cover;
}

.content-item.second {
	background: url(/static/home/images/download/second-bg.png) no-repeat;
	background-size: cover;
}

.content-item .content-item-box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 100px 0 120px;
}

.content-item .content-item-box .item-img1 {
	width: 680px;
	height: 260px;
	margin-right: -50px;
}

.content-item .content-item-box .item-img2 {
	width: 495px;
	height: 480px;
}

.content-item .content-item-box .item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-item .content-item-box .item-info {
	display: flex;
	flex-direction: column;
	gap: 50px;
	flex: 1;
}

.content-item .content-item-box .item-info .info-top {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px;
}

.content-item .content-item-box .item-info .info-top .tool-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.content-item .content-item-box .item-info .info-top .tool-info .tool-logo {
	width: 35px;
	height: 35px;
}

.content-item .content-item-box .item-info .info-top .tool-info .tool-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.content-item .content-item-box .item-info .info-top .tool-info .tool-title {
	color: rgba(51, 51, 51, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 30px;
}

.content-item .content-item-box .item-info .info-top .tool-type {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	position: relative;
}

.content-item .content-item-box .item-info .info-top .tool-type .type-item {
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(51, 51, 51, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 16px;
	border: 1px solid rgba(51, 51, 51, 1);
	border-radius: 4px;
	padding: 5px 15px;
	cursor: pointer;
	transition: all .1s;
}

.content-item .content-item-box .item-info .info-top .tool-type .type-item:hover {
	transform: scale(1.05);
}

.content-item .content-item-box .item-info .info-top .tool-type .type-item .iconfont {
	color: rgba(51, 51, 51, 1);
	margin-right: 5px;
}

.content-item .content-item-box .item-info .info-top .tool-type .type-item ~ .popover {
	height: auto;
	margin: 20px 0 0;
}

.content-item .content-item-box .item-info .info-bottom {
  /* 样式规则 */
}

.content-item .content-item-box .item-info .info-bottom .bottom-title {
	color: rgba(0, 0, 0, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 15px;
}

.content-item .content-item-box .item-info .info-bottom .bottom-desc {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.content-item .content-item-box .item-info .info-bottom .bottom-desc .desc-item {
	color: rgba(153, 153, 153, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.content-item .content-item-box .item-info .info-bottom .bottom-desc .desc-item .icon {
	width: 10px;
	height: 13px;
	background: rgba(4, 90, 254, 1);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	margin-right: 10px;
}

.content-item .content-item-box .item-info .info-bottom .bottom-desc .desc-item .desc-content {
	flex: 1;
}

.download {
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
}

.download .download-box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 100px 0;
}

.download .download-box .download-title {
	color: rgba(51, 51, 51, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 30px;
}

.download .download-box .download-content {
	color: rgba(102, 102, 102, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 20px;
	margin: 20px 0 80px;
}

.download .download-box .download-btns {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 110px;
}

.download .download-box .download-btns .item-box {
	width: 218px;
	height: 218px;
	border-radius: 12px;
  	background: url(/static/home/images/download/btn-bg.png) no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.download .download-box .download-btns .item-box.item-code-box {
	background: url(/static/home/images/download/btn-bg-code.png) no-repeat;
	transition: background 0.3s ease;
}

.download .download-box .download-btns .item-box.item-code-box:hover {
	background: url(/static/home/images/download/btn-bg.png) no-repeat;
}

.download .download-box .download-btns .item-box .item-tips {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 15px!important;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	transition: opacity 0.3s ease;
}

.download .download-box .download-btns .item-box:hover .item-tips {
	opacity: 0;
}

.download .download-box .download-btns .item-box .download-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, opacity 0.6s ease;
	opacity: 1;
	transform: translate(0, 0);
}

.download .download-box .download-btns .item-box .download-btn .iconfont {
	font-size: 50px;
	margin-bottom: 20px;
}

.download .download-box .download-btns .item-box .download-btn .item-text {
	color: rgba(255, 255, 255, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 10px;
}

.download .download-box .download-btns .item-box .download-btn-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease, opacity 0.6s ease;
	opacity: 0;
	transform: translate(100%, -100%);
}

.download .download-box .download-btns .item-box .download-btn-hover .iconfont {
	font-size: 10px;
	margin-bottom: 20px;
}

.download .download-box .download-btns .item-box .download-btn-hover .item-text {
	color: rgba(255, 255, 255, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 10px;
	display: none;
}

.download .download-box .download-btns .item-box .download-btn-hover .item-version {
	color: rgba(255, 255, 255, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	display: none;
}

.download .download-box .download-btns .item-box .download-btn-hover .code-img {
	width: 0;
	height: 0;
	transition: width 0.3s ease, height 0.3s ease;
}

.download .download-box .download-btns .item-box:hover .download-btn {
	opacity: 0;
	transform: translate(-100%, 100%);
}

.download .download-box .download-btns .item-box:hover .download-btn .iconfont {
	font-size: 10px;
}

.download .download-box .download-btns .item-box:hover .download-btn .item-text,
.download .download-box .download-btns .item-box:hover .download-btn .item-version {
	display: none;
}

.download .download-box .download-btns .item-box:hover .download-btn-hover {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transform: translate(0, 0);
}

.download .download-box .download-btns .item-box:hover .download-btn-hover .iconfont::before {
	font-size: 40px;
	background-color: rgba(3, 3, 3, .1);
	padding: 15px;
	border-radius: 50%;
}

.download .download-box .download-btns .item-box:hover .download-btn-hover .item-text {
	display: block;
	font-size: 18px;
}
.download .download-box .download-btns .item-box:hover .download-btn-hover .item-version {
	display: block;
	font-size: 14px;
}

.download .download-box .download-btns .item-box:hover .download-btn-hover .code-img {
	width: 80%;
	height: 80%;
	border-radius: 12px;
}


.user-connect {
	width: 100%;
	min-width: 1200px;
	background: url(/static/home/images/download/connect-bg.png) no-repeat;
	background-size: cover;
}

.user-connect .connect-box {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.user-connect .connect-box .connect-title {
	color: rgba(255, 255, 255, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 36px;
}

.user-connect .connect-box .connect-text {
	color: rgba(255, 255, 255, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 20px;
	margin: 30px 0;
}

.user-connect .connect-box .connect-btns {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 60px;
}

.user-connect .connect-box .connect-btns .btn-item {
	color: rgba(255, 255, 255, 1);
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	background: rgba(254, 134, 35, 1);
	border: 1px solid rgba(254, 134, 35, 1);
	padding: 13px 42px;
	border-radius: 5px;
}

.user-connect .connect-box .connect-btns .btn-item:hover {
	cursor: pointer;
	opacity: .85;
}

.user-connect .connect-box .connect-btns .btn-item.connect-buy {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 1);
}


.modal-dialog {
	width: 750px!important;
	position: absolute !important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
}

.modal-body {
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	padding: 70px 0!important;
}

.down-modal {
	margin: 30px 10px 30px 10px;
}

.down-modal-title {
	font-size: 32px;
	color: #000;
	text-align: center;
}

.down-modal-btns {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}

.down-modal-btn {
	font-size: 20px;
	border-radius: 4px;
	padding: 12px 18px;
	background-color: rgb(8, 79, 239);
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.down-modal-btn:hover {
	opacity: .85;
}

.down-modal-btnTitle {
	font-size: 16px;
	color: #000;
	margin-top: 40px;
}

.down-modal-dirver {
	border: 1px solid #c2c2c2;
	opacity: 0.4;
	margin: 25px 0;
}

.footer-title {
	font-size: 18px;
	color: #000;
	margin-bottom: 16px;
	font-family: PingFangSC-Regular;
}

.footer-content {
	cursor: pointer;
	margin-bottom: 8px;
	height: 48px;
	line-height: 48px;
	color: #000;
	display: flex;
	align-items: center;
	border: 1px solid transparent;
}

.footer-content:hover {
	border-color: rgb(219, 219, 219);
}

.footer-content .tips {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgb(8, 79, 239);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	margin-right: 5px;
}

.footer-img {
	width: 320px;
	height: 170px;
	display: none;
}

.footer-img1 {
	display: block;
}

.kefu-close {
	margin: 0!important;
}

.kefu-box  {
	width: 250px;
}

.kefu-box img {
	width: 100%;
}