.main-center {
	width: 100vw;
	/* min-height: 100vh; */
	position: relative;
	/* padding-top: calc(222vw/19.2); */
	/* background-image: url(../images/banner.png), url(../images/home-bg.png); */
	/* background-repeat: no-repeat, no-repeat; */
	/* background-position: center top, center bottom; */
	/* background-size: 100vw calc(1000vw / 19.2), 100% calc(1692vw / 19.2); */
}
.bg-box{
	position: absolute;
	z-index: -1;
}
.bg-box img{
	width: 100vw;
	height: auto;
	display: block;
}
.center-content,
.solutions-content,
.choose-ltg{
	width: calc(1200vw/19.2);
	margin: 0 auto;
}
.center-content {
	/* position: absolute; */
	padding-top: calc(222vw / 19.2);
	/* left:50%; */
	/* transform: translateX(-50%); */
}

.center-content .title {
	font-size: calc(66vw / 19.2);
	color: #FFFFFF;
	line-height: calc(99vw / 19.2);
	text-shadow: 0px 2px 6px rgba(38, 38, 38, 0.5);
	text-align: center;
	font-style: normal;
	margin-bottom: calc(14vw / 19.2);
	font-weight: 700;
}

.center-content .title span {
	color: #FF983D;
}

.center-content .sub-title {
	font-weight: normal;
	font-size:clamp(12px,calc(24vw / 19.2),24px);
	color: #FFFFFF;
	line-height:calc(44vw / 19.2);
	text-shadow: 0px 2px 4px rgba(38, 38, 38, 0.5);
	text-align: center;
	font-style: normal;
}

.symbol-box {
	background: #F2F4F7;
	border-radius: calc(30vw / 19.2);
	overflow: hidden;
	margin-top:calc(110vw / 19.2);
	margin-bottom:calc(120vw / 19.2);
}

.symbol-table {
	display: table;
	width: 100%;
	/* height: 926px; */

}

.symbol-table .table-header {
	background-color: #0E6ACE;
	/* border-radius: 30px 30px 0 0; */
}

.symbol-table .table-header .header-th {
	color: #fff;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size:clamp(12px,calc(20vw / 19.2),20px);
	color: #FFFFFF;
	line-height: calc(28vw / 19.2);

}

.symbol-table .table-header,
.symbol-table .table-tr {
	display: table-row;
	height:calc(78vw / 19.2);
}

.symbol-table .table-header .header-th,
.symbol-table .table-tr .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 calc(30vw / 19.2);
}

.symbol-table .table-tr .cell {
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: calc(16vw / 19.2);
	color: #004087;
	line-height: calc(22vw / 19.2);
	text-align: left;
	font-style: normal;
	border-bottom: 1px solid #DFE2ED;
}

.symbol-table .table-header .header-th:nth-child(3),
.symbol-table .table-tr .cell:nth-child(3) {
	text-align: center;
}

.symbol-table .table-header .header-th:nth-child(4) {
	text-align: right;
}

.symbol-table .table-tr .cell:nth-child(2),
.symbol-table .table-tr .cell:nth-child(4) {
	width: 30%;
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
}

.symbol-table .table-tr .cell:nth-child(1),
.symbol-table .table-tr .cell:nth-child(3) {
	background: rgba(255, 255, 255, 0.6);
}

.float-right {
	float: right;
}

.col-btn {
	display: inline-block;
	height:calc(30vw / 19.2);
	background: #FF983D;
	border-radius:calc(8vw / 19.2);
	color: #fff;
	padding: 0 calc(14vw / 19.2);
	line-height: calc(30vw / 19.2);
}

.time-box {
	height: calc(60vw / 19.2);
	text-align: center;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: calc(14vw / 19.2);
	color: #6A7684;
	line-height: calc(20vw / 19.2);
	line-height: calc(60vw / 19.2);
	font-style: normal;
	position: relative;
	padding-left: calc(16vw / 19.2);

}

#updateTime {
	position: relative;
	padding-left:calc(16vw / 19.2);
}

#updateTime::before {
	content: '';
	width: calc(8vw / 19.2);
	height:calc(8vw / 19.2);;
	background: #FF983D;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(6vw / 19.2);;
}

.our-clients {}

.our-clients .title {
	text-shadow: unset;
}

.our-clients .title span {
	font-size: calc(44vw / 19.2);;
	line-height: calc(65vw / 19.2);;
}

.our-clients .title span:nth-child(1) {
	color: #0E6ACE;
}

.our-clients .sub-title {
	padding: 0 calc(15vw / 19.2);;
	font-weight: normal;
	font-size: calc(18vw / 19.2);;
	color: #6A7684;
	line-height: calc(30vw / 19.2);;
	text-align: center;
	font-style: normal;
	text-shadow: unset;
}

.clients-list {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: calc(268vw / 19.2)  calc(268vw / 19.2);
	gap: calc(50vw / 19.2) calc(40vw / 19.2);
	margin-top: calc(60vw / 19.2);
}

.clients-item {
	width: calc(270vw / 19.2);
	height: calc(268vw / 19.2);
	background: #F2F4F7;
	border-radius: calc(20vw / 19.2);
	padding-top: calc(50vw / 19.2);
}

.clients-item img {
	display: block;
	width: calc(100vw / 19.2);
	height: calc(100vw / 19.2);
	margin: 0 auto calc(30vw / 19.2);
}

.clients-item .clients-txt {
	font-weight: normal;
	font-size: calc(22vw / 19.2);
	color: #004087;
	line-height: calc(38vw / 19.2);
	text-align: center;
}
#solutions{
	line-height:calc(25vw / 19.2);
	visibility: hidden;
	margin-top: 0;
}
.solutions {
	width: 100%;
	height: calc(609vw / 19.2);
	background: url(../images/solutions-bg.png) no-repeat center center;
	background-size: 100% 100%;
	margin-top: calc(198vw / 19.2);
}

.solutions-content {
	position: relative;
	height: calc(609vw / 19.2);
	display: flex;
}

.solutions-content img.pc {
	display: block;
	width: calc(440vw / 19.2);
	height: calc(638vw / 19.2);
	/* position: absolute; */
	margin-left: calc(-10vw / 19.2);
	margin-top: calc(-89vw / 19.2);
	margin-right: calc(100vw / 19.2);
}
.solutions-content img.mobile{
	display: none;
}

.solutions-content .solutions-right {
	padding-top: calc(100vw / 19.2);
}

.solutions-content .solutions-right .solutions-title {
	font-weight: 700;
	font-size: calc(44vw / 19.2);
	color: #FFFFFF;
	line-height: calc(65vw / 19.2);
}

.solutions-content .solutions-right .solutions-sub-title {
	margin-top: calc(16vw / 19.2);
	font-weight: normal;
	font-size: calc(14vw / 19.2);
	color: #FFFFFF;
	line-height: calc(21vw / 19.2);
	text-align: left;
}

.solutions-content .solutions-right .solutions-desc {
	width: calc(670vw / 19.2);
	height: calc(48vw / 19.2);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
	border-radius: calc(14vw / 19.2);
	margin-top: calc(20vw / 19.2);
	padding-left: calc(30vw / 19.2);
	line-height:calc(48vw / 19.2);
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: calc(14vw / 19.2);
	color: #FFFFFF;
}

.choose-ltg {
	padding-top: calc(120vw / 19.2);
	padding-bottom: calc(50vw / 19.2);
}

.choose-ltg .title {
	text-align: center;
	font-weight: 700;
	font-size: calc(44vw / 19.2);
	color: #004087;
	line-height:calc(65vw / 19.2);
}

.choose-ltg .title span:nth-child(1) {
	color: #0E6ACE;
}

.choose-ltg .title span:nth-child(2) {
	color: #FF983D;
}

.choose-ltg .reason-list {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: calc(310vw / 19.2);
	gap: 0 calc(42vw / 19.2);
	margin-top: calc(60vw / 19.2);
}

.choose-ltg .reason-list .reason-item {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: calc(20vw / 19.2);
	font-weight: normal;
	font-size: calc(30vw / 19.2);
	color: #2A61FD;
	line-height: calc(46vw / 19.2);
	text-align: center;
	padding: 0 calc(86vw / 19.2);
}

.choose-ltg .reason-list .reason-item img {
	position: absolute;
	z-index: 100;
}

.choose-ltg .reason-list .reason-item:nth-child(1) {
	background-image: url(../images/ltg-1.png);
	color: #FF983D;
	padding-top: calc(123vw / 19.2);
}

.choose-ltg .reason-list .reason-item:nth-child(2) {
	background: #004188;
	padding: 0 calc(46vw / 19.2);
	color: #fff;
	padding-top: calc(36vw / 19.2);
}

.choose-ltg .reason-list .reason-item:nth-child(3) {
	background-image: url(../images/ltg-3.png);
	color: #2A61FD;
	padding-top: calc(112vw / 19.2);
}

.choose-ltg .reason-list .reason-item .ltg-1-icon,
.choose-ltg .reason-list .reason-item .ltg-3-icon {
	width: calc(130vw / 19.2);
	height: calc(130vw / 19.2);
	right: calc(-10vw / 19.2);
	bottom: calc(-56vw / 19.2);
}

.choose-ltg .reason-list .reason-item .ltg-2-icon {
	width: 100%;
	left: 0;
	bottom: 0;
}

.modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal .modal-content {
	width: 500px;
	height: auto;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 3px 6px 50px 0rem rgba(16, 47, 86, 0.1);
	padding: 24px;
}

.modal .modal-content .cookie-modal-body-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cookie-modal-body-header .modal-header-title {
	font-weight: 600;
	font-size: 24px;
	color: #002E69;
	line-height: 28px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.cookie-modal-body-header img {
	height: auto;
	max-width: 100%;
}

.modal-body-desc {
	font-weight: 500;
	font-size: 15px;
	color: rgba(0, 46, 105, 0.8);
	line-height: 18px;
	text-align: justified;
	font-style: normal;
	text-transform: none;
	margin: 20px 0 12px 0;
}

.modal-body-link {
	font-weight: 500;
	font-size: 15px;
	color: #2C80FF;
	line-height: 18px;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
	text-transform: none;
	margin-bottom: 16px;
	display: inline-block;
}

.modal-body-item {
	width: 100%;
	height:56px;
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 16px;
	color: #002E69;
	line-height:18px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-body-item span{
	font-family: Poppins, Poppins;
	    font-weight: 500;
	    font-size:16px;
	    color: #002E69;
	    line-height: 18px;
	    text-align: justified;
	    font-style: normal;
	    text-transform: none;
}
.modal-body-item.form-switch .form-check-input {
    --bs-form-check-bg: #fff;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #ddd;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.modal-body-item.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}
.modal-body-item.form-switch .form-check-input:checked[type=checkbox] {
    /* --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") */
}
.modal-body-item.form-switch .form-check-input {
    width: 41px;
    height: 24px;
    border-radius: 12px;
    padding: 0;
    cursor: pointer;
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5;
}
.modal-body-item.form-switch .form-check-input:checked {
    background-color: #0E6ACE;
    border-color: #0E6ACE;
	background-position: right center;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.btn-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 36px;
}
.btn{
	padding: 0 12px;
}
.cookie-reject {
    width: 10.5rem;
    height: 2.75rem;
    background: #FFFFFF;
    border-radius: 2.56rem 2.56rem 2.56rem 2.56rem;
    border: 0.06rem solid #0E6ACE;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 1rem;
    color: #0E6ACE;
    line-height: 1.17rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 1.25rem;
}
.cookie-accept {
    width: 6.63rem;
    height: 2.75rem;
    background: #0E6ACE;
    border-radius: 2.44rem 2.44rem 2.44rem 2.44rem;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.17rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.bg-box{
	display: block;
}
.mobile-box{
	display: none;
}
@media screen and (max-width: 768px) {
	.bg-box{
		display: none;
	}
	.mobile-box{
		display: block;
		position: absolute;
		z-index: -1;
	}
	.mobile-box .mobile-banner{
		width: 100%;
		height: 101.5rem;
	}
	.mobile-box .mobile-home-bg{
		width: 24.375rem;
		height: 24.375rem;
		margin-top: -2.125rem;
		margin-left: -14.375rem;
	}
	.center-content,
	.solutions-content,
	.choose-ltg{
		width: 40.625rem;
		margin: 0 auto;
	}
	.center-content {
		/* position: absolute; */
		padding-top: 13.125rem;
	}
	
	.center-content .title {
		font-size: 5rem;
		line-height:7.5rem;
		margin-bottom:1.125rem;
	}
	
	.center-content .title span {
		color: #FF983D;
	}
	
	.center-content .sub-title {
		font-size: 1.875rem;
		line-height: 3.125rem;
	}
	
	.symbol-box {
		border-radius: 1.875rem;
		/* overflow: auto; */
		margin-top: 6.875rem;
		margin-bottom: 10rem;
	}
	.table-box-auto{
		/* width:58.75rem; */
		overflow: auto;
	}
	.symbol-table {
		/* display: table;
		width: 100%; */
		width:58.75rem;
		/* overflow: auto; */
	}
	
	/* .symbol-table .table-header {
		background-color: #0E6ACE;
	} */
	
	.symbol-table .table-header .header-th {
		font-size: 1.25rem;
		line-height: 1.75rem;
	
	}
	
	.symbol-table .table-header,
	.symbol-table .table-tr {
		height:4.875rem;
	}
	
	.symbol-table .table-header .header-th,
	.symbol-table .table-tr .cell {
		padding: 0 1.875rem;
	}
	
	.symbol-table .table-tr .cell {
		font-size: 1rem;
		line-height: 1.375rem;
	}
	
	/* .symbol-table .table-header .header-th:nth-child(3),
	.symbol-table .table-tr .cell:nth-child(3) {
		text-align: center;
	}
	
	.symbol-table .table-header .header-th:nth-child(4) {
		text-align: right;
	} */
	.symbol-table .table-tr .cell:nth-child(1),
	.symbol-table .table-tr .cell:nth-child(3){
		width: 11.25rem;
	}
	.symbol-table .table-tr .cell:nth-child(2),
	.symbol-table .table-tr .cell:nth-child(4) {
		width: 18.125rem;
		/* display: flex;
		justify-content: space-between;
		align-items: center; */
	}
	
	/* .symbol-table .table-tr .cell:nth-child(1),
	.symbol-table .table-tr .cell:nth-child(3) {
		background: rgba(255, 255, 255, 0.6);
	}
	
	.float-right {
		float: right;
	} */
	
	.col-btn {
		height:1.875rem;
		border-radius: 0.5rem;
		padding: 0 0.875rem;
		line-height:1.875rem;
	}
	
	.time-box {
		height: 3.75rem;
		font-size: 0.875rem;
		line-height: 1.25rem;
		line-height: 3.75rem;
		padding-left: 1rem;
	
	}
	
	#updateTime {
		padding-left:1rem;
	}
	
	#updateTime::before {
		width:0.5rem;
		height:0.5rem;
		top: 0.375rem;
	}
	
	.our-clients {}
	
	.our-clients .title {
		
	}
	
	.our-clients .title span {
		font-size: 4.125rem;
		line-height: 6.1875rem;
	}
	
	/* .our-clients .title span:nth-child(1) {
		color: #0E6ACE;
	} */
	
	.our-clients .sub-title {
		padding: 0 0;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	
	.clients-list {
		display: block;
		margin-top: 3.75rem;
	}
	
	.clients-item {
		width:40.625rem;
		height:11.25rem;
		border-radius: 1.25rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding:0 0 0 3.125rem;
		margin-top: 2.5rem;
	}
	.clients-item:first-child{
		margin-top: 0;
	}
	
	.clients-item img {
		width:6.25rem;
		height:6.25rem;
		margin: 0;
	}
	
	.clients-item .clients-txt {
		flex: 1;
		padding-left: 2.5rem;
		font-size: 1.75rem;
		line-height: 2.375rem;
		text-align: left;
	}
	/* #solutions{
		line-height:1px;
		visibility: hidden;
		margin-top: 0;
	} */
	.solutions {
		width: 100%;
		height:76.1875rem;
		background: #004188;
		margin-top: 25.625rem;
	}
	
	.solutions-content {
		width: 100%;
		height: 100%;
		display: block;
		margin: 0;
		position: relative;
		/* height: calc(609vw / 19.2);
		display: block; */
	}
	
	.solutions-content img.mobile {
		position: absolute;
		display: block;
		width:41.875rem;
		height:32.5rem;
		left: 2.5rem;
		top: -16.25rem;
		margin-right:0;
		z-index: 10;
	}
	.solutions-content img.pc{
		display: none;
	}
	
	.solutions-content .solutions-right {
		width: 100%;
		padding-top: 21.875rem;
	}
	
	.solutions-content .solutions-right .solutions-title {
		font-size: 4.125rem;
		line-height: 6.1875rem;
		text-align: center;
	}
	
	.solutions-content .solutions-right .solutions-sub-title {
		width: 40.625rem;
		margin-top: 1.25rem;
		font-size: 1.5rem;
		line-height: 2.5rem;
		text-align: center;
		margin: 0 auto;
	}
	
	.solutions-content .solutions-right .solutions-desc {
		width:43.75rem;
		height:5rem;
		background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
		border-radius: 2.5rem;
		margin-top: 2.5rem;
		padding-left: 3.125rem;
		line-height:5rem;
		font-size: 1.75rem;
		margin-left: 3.125rem;
	}
	
	.choose-ltg {
		width: 100%;
		padding: 10rem 3.125rem 15rem;
	}
	
	.choose-ltg .title {
		font-size: 4.125rem;
		line-height: 6.1875rem;
	}
	
	.choose-ltg .title span:nth-child(1) {
		color: #0E6ACE;
	}
	
	.choose-ltg .title span:nth-child(2) {
		color: #FF983D;
	}
	
	.choose-ltg .reason-list {
		width: 100%;
		display: block;
		margin-top: 4.375rem;
	}
	
	.choose-ltg .reason-list .reason-item {
		position: relative;
		width: 40.625rem;
		height: 25rem;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		border-radius: 1.25rem;
		font-weight: normal;
		font-size: 2.75rem;
		color: #2A61FD;
		line-height: 4.0625rem;
		text-align: center;
		padding: 0 0;
		margin-bottom: 8.75rem;
	}
	.choose-ltg .reason-list .reason-item .txt{
		width: 25.5625rem;
		margin: 0 auto;
	}
	
	.choose-ltg .reason-list .reason-item img {
		position: absolute;
		z-index: 100;
	}
	
	.choose-ltg .reason-list .reason-item:nth-child(1) {
		background-image: url(../images/mobile-ltg-1.png);
		padding-top: 8.6875rem;
	}
	
	.choose-ltg .reason-list .reason-item:nth-child(2) {
		background: #004188;
		padding: 3.125rem 0 0;
		color: #fff;
	}
	
	.choose-ltg .reason-list .reason-item:nth-child(3) {
		background-image: url(../images/mobile-ltg-3.png);
		color: #2A61FD;
		padding-top: 8.6875rem;
		margin-bottom: 0;
	}
	
	.choose-ltg .reason-list .reason-item .ltg-1-icon,
	.choose-ltg .reason-list .reason-item .ltg-3-icon {
		width: 11.25rem;
		height:11.25rem;
		right:-0.625rem;
		bottom: -5.75rem;
	}
	
	.choose-ltg .reason-list .reason-item .ltg-2-icon {
		width: 100%;
		left: 0;
		bottom: 0;
	}
}