.pr__carousel .carousel__screen .screen__animat>div.animat_03 img.app-bg3 {
	display: none;
}
.brand-strength {
	max-width: 1280px;
	width: 100%;
	margin: 56px auto 80px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	overflow: hidden;
}
.brand-strength .brand-wrap {
	position: relative;
	height: 432px;
	border-radius: 16px;
    background: linear-gradient(157deg, #193E7F 0%, #0B1D46 100%);
    transition: all .4s ease-out;
}
.brand-strength .brand-wrap .brand-boxs {
	position: relative;
	padding: 24px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	height: 100%;
	border-radius: 14px;
}
.brand-strength .brand-wrap .brand-boxs:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 225px;
	height: 225px;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.brand-strength .brand-wrap .brand-boxs.brand-one:before {
	background-image: url(/static/images/index/brand_pic_1.png);
}
.brand-strength .brand-wrap .brand-boxs.brand-two:before {
	background-image: url(/static/images/index/brand_pic_2.png);
}
.brand-strength .brand-wrap .brand-boxs.brand-three:before {
	background-image: url(/static/images/index/brand_pic_3.png);
}
.brand-strength .brand-wrap .brand-boxs.brand-four:before {
	background-image: url(/static/images/index/brand_pic_4.png);
}
.brand-strength .brand-wrap:hover .brand-boxs:before {
	transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
}
.brand-strength .brand-boxs .title {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.brand-strength .brand-boxs .title h4 {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	color: var(--gray-4f5f7);
}
.brand-strength .brand-boxs .title p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #98A2B3;
}
.brand-strength .brand-boxs .links-panel a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	transition: all .3s ease-in-out;
}
.brand-strength .brand-boxs .links-panel a:hover {
	padding-left: 5px;
}
.brand-strength .brand-boxs .links-panel a i {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M15.5049%209.495C15.7838%209.77394%2015.7838%2010.2258%2015.5049%2010.5048L10.5049%2015.5048L9.49512%2014.495L13.2764%2010.7137H5V9.28601H13.2764L9.49512%205.50476L10.5049%204.495L15.5049%209.495Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
    position: relative;
}
.app-download-section {
	position: relative;
	padding: 120px 0;
	background: #0B152F;
}
.app-download-section:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	flex-shrink: 0;
	background: radial-gradient(91.56% 91.56% at 50% 100%, #116AEF 0%, rgba(7, 30, 128, 0.00) 100%);
}
.app-download-container {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	z-index: 1;
	background: url(/static/images/index/line-bg.png) no-repeat center / 100% 60%;
}
.app-download-container .title {
	text-align: center;
}
.app-download-container .title h2 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--white);
	margin-bottom: 24px;
}
.app-download-container .title p {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	color: var(--gray-2b3);
}
.app-download-content {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 56px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 56px;
}
.app-download-content .app-download-pic {
	width: 756px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 9px;
	flex-shrink: 0;
}
.app-download-content .app-download-pic img {
	display: block;
	width: 100%;
}
.app-download-content .app-download-pic p {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	color: var(--brand-178);
}
.app-download-content .app-download-pic p.pc-show {
	display: block;
}
.app-download-content .app-download-pic p.m-show {
	display: none;
}
.app-download-content .app-download-pic p span:hover {
	color: var(--brand-aeb);
    cursor: pointer;
}
.app-download-content .app-infors {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 40px;
}
.app-download-content .app-infors .app-itups {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 40px;
}
.app-download-content .app-itups .app-ai-fces {
	position: relative;
	padding: 0 0 40px 24px;
	border-bottom: 1px solid #343A46;
	display: flex;
	gap: 24px;
	align-items: flex-start;
	justify-content: flex-start;
}
.app-download-content .app-itups .app-ai-fces .app-logol {
	display: flex;
	flex-shrink: 0;
	width: 110px;
	height: 110px;
	background: url(/static/images/index/icon-app.png) no-repeat 0 0/100% 100%;
}
.app-ai-fces .infor-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.app-ai-fces .infor-list>div {
	position: relative;
	padding-left: 36px;
	display: flex;
	gap: 8px;
	flex-direction: column;
}
.app-ai-fces .infor-list>div i.icon-app-redev {
	display: block;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	background: url(/static/images/index/icon-redenve.png) no-repeat 0 0/100% 100%;
	position: absolute;
	top: 0;
	left: 0px;
}
.app-ai-fces .infor-list>div i.icon-app-ai {
	display: block;
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	background: url(/static/images/index/icon-ai.png) no-repeat 0 0/100% 100%;
	position: absolute;
	top: 0;
	left: 0px;
}
.app-ai-fces .infor-list>div h5 {
	line-height: 28px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	color: var(--white);
}
.app-ai-fces .infor-list>div p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #98A2B3;
}
.app-download-content .app-itups .app-scan-code {
	padding: 0 24px;
	display: flex;
	position: relative;
	gap: 24px;
	justify-content: flex-start;
	align-items: center;
}
.app-download-content .app-itups .app-scan-code .appQrcode {
	position: relative;
	border-radius: 8px;
	display: flex;
	padding: 10px;
	align-items: center;
	border: 1px solid var(--gray-be1);
	background: var(--white);
	width: 110px;
	height: 110px;
	overflow: hidden;
}
.app-download-content .app-itups .app-scan-code .appQrcode>* {
	height: 90px;
	height: 90px;
}
.app-scan-code .qpp-qrcode-txt {
	display: flex;
	gap: 12px;
	flex-direction: column;
}
.app-scan-code .qpp-qrcode-txt h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	color: #8F939D;
}
.app-scan-code .qpp-qrcode-txt p {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	color: var(--gray-4f5f7);
}
.app-download-content .app-infors .links-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	padding: 0 24px;
}
.app-download-content .app-infors .links-group a {
	padding: 0 16px;
    border-radius: 8px;
    background: var(--white);
    position: relative;
    height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: 198px;
    max-width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--brand-11d);
    transition: all .4s ease-out;
}
.app-download-content .app-infors .links-group a:hover {
	background: var(--gray-be1);	
}
.app-download-content .app-infors .links-group a i {
    display: block;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.app-download-content .app-infors .links-group a.down-link1 i {
    background-image: url(/static/images/index/download-ios-icon.svg);
}
.app-download-content .app-infors .links-group a.down-link2 i {
    background-image: url(/static/images/index/download-android-icon.svg);
}
.pr-milestone .nums-platform {
	margin: 56px auto;
	position: relative;
	max-width: 1280px;
	width: 100%;
	border-radius: 16px;
	border: 1px solid var(--gray-cf0);
	background: rgba(245, 245, 247, 0.50);
	padding: 48px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 48px;
	flex-direction: column;
}
.nums-platform .nums-platform-layout {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.nums-platform .nums-platform-layout .items-nums {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-direction: column;
	text-align: center;
	width: 290px;
	max-width: 100%;
}
.nums-platform .nums-platform-layout .items-nums h4 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: var(--brand-4cc);
}
.nums-platform .nums-platform-layout .items-nums p {
	color: var(--gray-085);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}
.nums-platform .links-nums {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.nums-platform .links-nums a {
	display: inline-flex;
	padding: 0 24px;
	gap: 4px;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	color: var(--brand-11d);
}
.nums-platform .links-nums a:hover {
	color: var(--brand-4cc);
}
.nums-platform .links-nums a i {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M15.5049%209.49512C15.7838%209.77406%2015.7838%2010.2259%2015.5049%2010.5049L10.5049%2015.5049L9.49512%2014.4951L13.2764%2010.7139H5V9.28613H13.2764L9.49512%205.50488L10.5049%204.49512L15.5049%209.49512Z%22%20fill%3D%22%230C111D%22%2F%3E%0A%3C%2Fsvg%3E");
	position: relative;
}
.nums-platform .links-nums a:hover i {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M15.5049%209.49512C15.7838%209.77406%2015.7838%2010.2259%2015.5049%2010.5049L10.5049%2015.5049L9.49512%2014.4951L13.2764%2010.7139H5V9.28613H13.2764L9.49512%205.50488L10.5049%204.49512L15.5049%209.49512Z%22%20fill%3D%22%230464cc%22%2F%3E%0A%3C%2Fsvg%3E");
}
.app-popups-p2 .fun-popups-layout {
	padding-top: 68px;
    padding-right: 6px;
    overflow: hidden;
    height: 800px;
}
.app-popups-p2 .title>h1 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: var(--brand-11d);
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
}
.app-popups-p2 .fun-popups-body {
    overflow-y: auto;
    height: 100%;
    padding-right: 8px;
}
.app-popups-p .title {
    padding: 13px 44px 13px 30px;
    border-bottom: 1px solid #CCC;
    position: relative;
    line-height: 19px;
}
.app-popups-p ul {
    padding: 20px 28px;
}
.app-popups-p ul li {
	line-height: 26px;
	background: url(https://www.pigold88.com/static/images/check_green.png) no-repeat top left;
}
@media screen and (min-width:1200px) and (max-width: 1359px) {
	.brand-strength,
	.app-download-content,
	.pr-milestone .nums-platform {
		max-width: 1120px;
	}
	.app-download-content {
		gap: 30px;
	}
	.brand-strength .brand-boxs .title h4 {
		font-size: 28px;
	}
	.brand-strength .brand-wrap .brand-boxs:before {
		width: 190px;
		height: 190px;
	}
	.brand-strength .brand-wrap {
		height: 400px;
	}
	.app-download-content .app-download-pic {
		width: 590px;
	}
	.app-download-content .app-infors,
	.app-download-content .app-infors .links-group {
		width: 100%;
	}
	.app-download-content .app-infors .links-group a {
		flex: 1 1 calc(50%);
	}
	.nums-platform .nums-platform-layout .items-nums {
		width: 250px;
	}
	.nums-platform .nums-platform-layout .items-nums h4 {
		font-size: 42px;
	}
	.nums-platform .nums-platform-layout .items-nums p {
		font-size: 18px;
	}
}
@media screen and (min-width:1024px) and (max-width: 1199px) {
	.brand-strength,
	.app-download-content,
	.pr-milestone .nums-platform {
		max-width: 944px;
	}
	.brand-strength .brand-boxs .title h4 {
		font-size: 22px;
	}
	.brand-strength .brand-boxs .title p,
	.brand-strength .brand-boxs .links-panel a {
		font-size: 15px;
	}
	.brand-strength .brand-wrap .brand-boxs:before {
		width: 140px;
		height: 140px;
	}
	.brand-strength .brand-wrap {
		height: 340px;
	}
	.app-download-content .app-download-pic {
		width: 422px;
	}
	.app-download-content .app-infors,
	.app-download-content .app-infors .links-group {
		width: 100%;
	}
	.app-download-content .app-infors .links-group a {
		flex: 1 1 calc(50%);
	}
	.app-download-content {
		gap: 30px;
	}
	.app-download-content .app-itups .app-ai-fces .app-logol {
		width: 90px;
		height: 90px;
	}
	.nums-platform .nums-platform-layout .items-nums {
		width: 205px;
	}
	.nums-platform .nums-platform-layout .items-nums h4 {
		font-size: 38px;
	}
	.nums-platform .nums-platform-layout .items-nums p {
		font-size: 17px;
	}
}
@media screen and (max-width: 1199px) {
	.m-header .hd-online-service {
	   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M24%202.09985C34.6534%202.09985%2043.2557%2010.8228%2043.4951%2021.5999H43.498V21.8899C43.4985%2021.947%2043.5%2022.0046%2043.5%2022.0618V27.5999H43.499V34.7991C43.499%2034.8052%2043.4981%2034.8115%2043.498%2034.8176V37.1995C43.498%2041.3416%2040.1402%2044.6995%2035.998%2044.6995H25.1982V41.6995H35.998C38.4833%2041.6995%2040.498%2039.6847%2040.498%2037.1995V36.2991H37.7988C34.9499%2036.2989%2032.0996%2034.3624%2032.0996%2031.3704V26.2278C32.0997%2023.2358%2034.9499%2021.2992%2037.7988%2021.2991H40.4824C40.0941%2012.2527%2032.8305%205.09985%2024%205.09985C15.1695%205.09985%207.90586%2012.2527%207.51758%2021.2991H10.2002C13.0492%2021.2992%2015.9003%2023.2358%2015.9004%2026.2278V31.3704C15.9004%2034.3625%2013.0492%2036.299%2010.2002%2036.2991H6C5.17157%2036.2991%204.5%2035.6275%204.5%2034.7991V22.0618C4.5%2011.0734%2013.1949%202.09985%2024%202.09985ZM7.5%2033.2991H10.2002C11.9901%2033.299%2012.9004%2032.1652%2012.9004%2031.3704V26.2278C12.9003%2025.4329%2011.99%2024.2992%2010.2002%2024.2991H7.5V33.2991ZM37.7988%2024.2991C36.0091%2024.2992%2035.0997%2025.433%2035.0996%2026.2278V31.3704C35.0996%2032.1652%2036.009%2033.2989%2037.7988%2033.2991H40.498V24.2991H37.7988Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
	}
	.bg-white .m-header .hd-online-service {
	   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M24%202.10001C34.6534%202.10001%2043.2557%2010.823%2043.4951%2021.6H43.498V21.89C43.4985%2021.9471%2043.5%2022.0047%2043.5%2022.0619V27.6H43.499V34.8002C43.499%2034.8064%2043.4981%2034.8126%2043.498%2034.8188V37.1996C43.498%2041.3418%2040.1402%2044.6996%2035.998%2044.6996H25.1982V41.6996H35.998C38.4833%2041.6996%2040.498%2039.6849%2040.498%2037.1996V36.3002H37.7988C34.9499%2036.3001%2032.0996%2034.3635%2032.0996%2031.3715V26.2289C32.0996%2023.2369%2034.9499%2021.3003%2037.7988%2021.3002H40.4824C40.0946%2012.2533%2032.8308%205.10001%2024%205.10001C15.1692%205.10001%207.90538%2012.2533%207.51758%2021.3002H10.2002C13.0492%2021.3003%2015.9004%2023.2368%2015.9004%2026.2289V31.3715C15.9004%2034.3636%2013.0492%2036.3001%2010.2002%2036.3002H6C5.17163%2036.3002%204.5001%2035.6285%204.5%2034.8002V22.0619C4.5%2011.0735%2013.1949%202.10001%2024%202.10001ZM7.5%2033.3002H10.2002C11.9901%2033.3001%2012.9004%2032.1663%2012.9004%2031.3715V26.2289C12.9004%2025.4341%2011.9901%2024.3003%2010.2002%2024.3002H7.5V33.3002ZM37.7988%2024.3002C36.009%2024.3003%2035.0996%2025.4341%2035.0996%2026.2289V31.3715C35.0996%2032.1663%2036.009%2033.3001%2037.7988%2033.3002H40.498V24.3002H37.7988Z%22%20fill%3D%22%230C111D%22%2F%3E%0A%3C%2Fsvg%3E");
	}
}
@media screen and (max-width: 1023px) {
	.header .m-header {
		height: 60px;
	}
	.pr__carousel .carousel__screen .screen__animat>div.animat_03 img {
		display: none;
	}
	.pr__carousel .carousel__screen .screen__animat>div.animat_03 img.app-bg3 {
		display: block;
	}
	.pr__carousel .carousel__screen .screen__animat>div.animat_03 {
		padding-bottom: 0;
	}
	.pr__carousel {
		height: 488px;
	}
	.pr__carousel .carousel__screen .screen__animat {
		bottom: 0;
	}
	.pr__carousel .carousel__screen .screen__text .screen__link {
		flex-direction: column;
		max-width: 686px;
		width: calc(100% - 64px);
	}
	.pr__carousel .carousel__screen .screen__text .screen__link a,
	.pr__carousel .screen__link .app-downloads {
		width: 100%;
	}
	.pr__carousel .screen__link .app-downloads {
		background: var(--brand-11d);
	}
	.pr__carousel .screen__link .app-downloads i {
		display: none;
	}
	.pr__carousel .carousel-dots {
		z-index: 3;
	}
	.pr__carousel .screen__link .app-download-box.active {
		display: none!important;
	}
	.pr__carousel .carousel__screen .screen__animat>div.animat_03 img.app-bg3 {
		position: relative;
		margin-bottom: -75px;
	}
	.brand-strength {
		flex-wrap: wrap;
		margin: 40px auto;
	}
	.brand-strength .brand-wrap {
		flex: 1 1 calc(50% - 12px);
		height: auto;
		border-radius: 9px;
	}
	.brand-strength .brand-boxs .title h4 {
		font-size: 20px;
	}
	.brand-strength .brand-boxs .title p {
		font-size: 12px;
	}
	.brand-strength .brand-wrap .brand-boxs:before {
		width: 137px;
		height: 137px;
	}
	.brand-strength .brand-boxs .links-panel a {
		font-size: 12px;
	}
	.brand-strength .brand-wrap .brand-boxs {
		padding: 14px 137px 24px 14px;
		gap: 14px;
	}
	.brand-strength .brand-boxs .links-panel a i {
		width: 15px;
		height: 15px;
	}
	.app-download-section {
		padding: 60px 0;
	}
	.app-download-container .title h2 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.app-download-container .title p {
		font-size: 14px;
	}
	.app-download-section:before {
		height: auto;
		display: none;
	}
	.app-download-content {
		flex-direction: column;
		margin-top: 25px;
		gap: 40px;
	}
	.app-download-content .app-download-pic {
		width: 630px;
		max-width: 100%;
	}
	.app-download-content .app-infors {
		gap: 32px;
		width: 100%;
		padding: 0 16px;
	}
	.app-download-content .app-infors .app-itups {
		gap: 32px;
		width: 100%;
	}
	.app-download-content .app-itups .app-ai-fces {
		padding-bottom: 32px;
		padding-left: 0;
		gap: 25px;
	}
	.app-download-content .app-itups .app-ai-fces .app-logol {
		width: 70px;
		height: 70px;
	}
	.app-ai-fces .infor-list {
		gap: 16px;
	}
	.app-ai-fces .infor-list>div h5 {
		padding: 4px 0;
		font-size: 16px;
		line-height: 20px;
		height: auto;
	}
	.app-ai-fces .infor-list>div {
		gap: 2px;
	}
	.app-ai-fces .infor-list>div p {
		font-size: 14px;
	}
	.app-download-content .app-itups .app-scan-code {
		padding: 0;
	}
	.app-download-content .app-infors .links-group {
		gap: 12px;
		padding: 0;
		width: 100%;
	}
	.app-download-content .app-infors .links-group a {
		gap: 6px;
    	width: calc(50% - 6px);
    	height: 48px;
	}
	.pr-milestone .nums-platform {
		margin: 40px auto 0;
		width: calc(100% - 28px);
		border-radius: 8px;
		padding: 24px 12px;
		gap: 24px;
	}
	.nums-platform .nums-platform-layout {
		gap: 24px 12px;
		flex-wrap: wrap;
	}
	.nums-platform .nums-platform-layout .items-nums {
		flex: 0 0 calc(50% - 6px);
		gap: 6px;
	}
	.nums-platform .nums-platform-layout .items-nums h4 {
		font-size: 28px;
	}
	.nums-platform .nums-platform-layout .items-nums p {
		font-size: 12px;
	}
	.nums-platform .links-nums {
		width: 100%;
		padding-top: 24px;
		border-top: 1px solid #D9DBE1;
	}
	.nums-platform .links-nums a {
		font-size: 14px;
	}
	.nums-platform .links-nums a i {
		width: 18px;
		height: 18px;
	}
}
@media screen and (max-width: 767px) {
	.brand-strength .brand-wrap {
		flex: 1 1 calc(100%);
		height: auto;
	}
	.app-download-content .app-download-pic p {
		padding-left: 16px;
		padding-right: 16px;
	}
	.app-download-content .app-download-pic p.pc-show {
		display: none;
	}
	.app-download-content .app-download-pic p.m-show {
		display: block;
	}
}
@media screen and (max-width: 500px) {
	.app-popups-p ul {
	    padding: 20px 28px;
	}
}
@media screen and (max-width: 413px) {
	.app-download-content .app-infors .links-group {
		flex-direction: column;
	}
	.app-download-content .app-infors .links-group a {
		width: 100%;
	}
}