* {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

body {

	background-color: #0e1669;
}

.wrap {
	width: 100%;
}

.header {
	width: 100%;
	position: relative;
}

.header .bg-1 {
	width: 100%;
}

.header .bg-2 {
	width: 100%;
	display: none;
}

.header-con {
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 50%;
	padding: 30px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.header-con .logo1 {
	width: 30%;
	display: block;
	margin: 30px auto 0;
}

.header-con .logo2 {
	width: 100%;
	display: block;
	margin: 30px auto;
}

.header-con .more {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.header-con .more .left,
.header-con .more .right {
	width: 100%;
}

.header-con .more .left .logo3 {
	width: 75%;
	display: block;
	margin: auto;
}

.header-con .more .left .round {
	width: 100%;
	display: block;
	margin: 20px auto;
}

.header-con .more .right .lunfan1 {
	width: 100%;
	display: block;
	margin: 20px auto;
}

.header-con .downType {
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-con .downType .item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-con .downType .item .d_1 {
	display: block;
	width: 200px;
	margin-right: 20px;
}

.downType .item:nth-child(2) {
	display: flex;
	flex-direction: row-reverse;
	/* 关键：让子元素反向排列 */
	justify-content: flex-end;
	/* 保持原有的对齐方向（可选，根据你当前的对齐需求调整） */
}

.header-con .downType .item:nth-child(2) {
	margin-left: 30px;
}

.header-con .downType .item:nth-child(2) .d_1 {
	margin-right: 0;
	margin-left: 20px;
}

.header-con .downType .item .d_2 {
	display: block;
	width: 200px;
	height: 200px;
}

.content {
	width: 1200px;
	padding: 30px;
	box-sizing: border-box;
	margin: auto;
}

.content-con {
	width: 100%;
}

.content-con .menus {
	display: none;
}

.content-con .p_1 {
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.content-con .p_2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #fbe739;
	margin: 20px 0;
}

.content-con .app-icons {
	width: auto;
	height: 80px;
	margin: 20px auto;
	display: block;
}

.content-con .app-icons2 {
	display: none;
}

.mdb1 {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 12px;
	background-image: linear-gradient(to top, #2b3de0, #4e60ee);
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mdb1 .info .p1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	color: #fbe739;
	margin: 20px 0;
}

.mdb1 .info .p2 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.mdb1 .info {
	width: calc(100% - 330px);
}

.mdb1 .mdImage {
	width: 300px;
}

.mdb2 {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 12px;
	background-image: linear-gradient(to top, #2b3de0, #4e60ee);
	margin-top: 30px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.mdb2 .item {
	width: 100%;
}

.mdb2 .item img {
	width: 100%;
}

.mdb2 .item .p1 {
	width: 80%;
	color: #fbe739;
	margin: 8px auto;
	text-align: center;
	font-size: 24px;
}

.mdb2 .item .p2 {
	width: 100%;
	color: #fff;
	font-size: 16px;
}

.mdb3 {
	padding-top: 0;
	background-image: none;
	border: 1px solid #4c5eed;
}

.mdb3 .info {
	width: calc(100% - 320px);
}

.mdb3 .mdImage {
	margin-top: 60px
}

.mdb3 .inImage {
	display: none;
}

.mdb4 {
	flex-direction: column;
}

.mdb4 .p_1 {
	width: 80%;
}

.mdb4 .row {
	display: grid;
	margin-top: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.mdb4 .row .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mdb4 .row .item .title {
	background-color: #0e1669;
	color: #fbe739;
	font-size: 20px;
	padding: 8px 20px;
	line-height: 1;
	border-radius: 50px;
	margin-bottom: 20px;
}

.mdb4 .row .item .grid {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.mdb4 .row .item:nth-child(1) .grid {
	flex-direction: row-reverse;
}

.mdb4 .row .item .grid p {
	width: calc(100% - 200px);
	color: #fff;
	font-size: 15px;
}

.mdb4 .row .item .grid img {
	width: 180px;
}

.mdb4 .row .item .grid .md6-android {
	width: 174.5px;
}

.mdb5 {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mdb5 .info .p1 {
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	color: #fbe739;
	margin: 20px 0;
}

.mdb5 .info .p2 {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.mdb5 .info {
	width: calc(100% - 330px);
}

.mdb5 .mdImage {
	width: 300px;
	margin-top: 60px;
}

.mdb6 .info {
	width: 100%;
}

.mdb6 .info .p1 {
	text-align: center;
}

.footer {
	width: 100%;
	background-color: #2b3b9c;
}

.footer-con {
	width: 1200px;
	margin: auto;
	padding: 30px;
	box-sizing: border-box;
}

.footer-con img {
	width: 90%;
	display: block;
	margin: auto;
}

.footer-con .footer-mb {
	display: none;
}

.footer-con p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.fudong {
	position: fixed;
	right: 0;
	top: 30%;
}

.fudong .item {
	padding: 5px 0;
	cursor: pointer;
}

.fudong img {
	width: 50px;
	height: 50px;
}



/* 网格容器，三等分，增大gap消除圆环重叠 */
#linkContainer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	/* 增大间隙，防止圆环图片交叉重叠 */
	width: 100%;
}

.speed-card {
	aspect-ratio: 1 / 1;
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* 底层圆环背景图片，保证绝对正圆，不会拉伸 */
.ring-bg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* 关键！图片不会拉伸，保持原始圆形比例 */
	display: block;
}

/* 文字层，绝对定位浮在图片上面 */
.text-wrap {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	/* 控制文字内边距，全部落在圆环内圈空白区域 */
	padding: 28% 12%;
	text-decoration: none;
}

.speed-title {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #2558e6;
	text-align: center;
}

.speed-num {
	font-size: 34px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
}

.link-tag {
	background-color: #3468f0;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 4px 16px;
	border-radius: 40px;
}