body{
	background: #2A2A2A;
}

.index1-bg{
	position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

.index1{
	margin-top: 100px;
}

.index1 .img1{
	margin-top: 100px;
	width: 161px;
    height: 68px;
}
.index1 .img2{
	height: 70px;
	margin-top: 30px;
}

.index1 .p1{
    font-weight: 700;
    color: #ffffff;
    font-size: 86px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 20px;
}
.index1 .p2{
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 10px;
}

.index1 .a1{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 72px;
    position: relative;
    flex: 0 0 auto;
    background-color: #FFDE6E;
    border-radius: 8px;
    color: #2A2A2A;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 60px;
	transition: transform 0.3s ease;   
}


.index1 .a2{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 72px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
	border: 1px solid #FFDE6E;
    color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 60px;
	margin-left: 20px;
	overflow: hidden; 
	transition: transform 0.3s ease;
}


.index2{
	margin-top: 170px;
}

.index2 .more{
	color: #FFF;
	font-size: 20px;
	font-weight: 350;
	float: right;
	display: inline;

}
.index2 .more:hover{
	color: #FFDE6E;
}
.index2 .more svg{
	margin-left: 10px;
}

.index3{
	margin-top: 120px;
	margin-bottom: 100px;
}
.index3 .title{
	color: #FFF;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
}

.index3 .step{
	position: relative;
	margin-top: 60px;
	background: url('../image/index-icon-8.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 68%;
}
.index3 .step div{
	width: 33%;
	text-align: center;
	display: inline-block;
}
.index3 .step p{
	background: #FFDE6E;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	color: #2A2A2A;
	font-family: "DIN Alternate";
	font-size: 30px;
	font-weight: 700;
	position: relative;
	z-index: 9;
}
/*.index3 .step img{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66%;
}*/

.index3 .row .col-md-4 div{
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, 0.05);
	background: #313131;
	text-align: center;
	margin-top: 40px;
	padding: 50px;
	min-height: 350px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.index3 .row .col-md-4 .index3-left{
	width: 99%;
	float: left;
}

.index3 .row .col-md-4 .index3-center{
	width: 99%;
	margin: 40px auto 0;
}
.index3 .row .col-md-4 .index3-right{
	width: 99%;
	float: right;
}
.index3 .row .col-md-4 p{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 350;
	line-height: 34px;
	position: relative;
}
.index3 .row .col-md-4 .index3-center img{
	width: 50%;
    height: auto;
    margin: 0 auto 20px;
}
.index3 .row .col-md-4 .index3-right img{
	width: 70%;
    height: auto;
    margin: 0 auto 20px;
}
.index3 .row .col-md-4 a{
	border-radius: 8px;
	background: #FFDE6E;
	padding: 22px;
	width: 100%;
	display: inline-block;
	color: #2A2A2A;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}
.index3 .row .col-md-4 a.login{
	border-radius: 8px;
	border: 1px solid #FFDE6E;
	background: none;
	color: #fff;
}
.index3 .row .col-md-4 .index3-center svg{
	margin-left: 10px;
	margin-top: -4px;
	cursor: pointer;
}
.index3 .row .col-md-4 .index3-center p span{
	position: absolute;
	width: 300px;
	bottom: -60px;
	left: 55%;
	color: #FFF;
	font-size: 14px;
	font-weight: 350;
	line-height: 22px;
	background: rgba(8, 14, 28, 0.70);
	display: none;
	padding: 8px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 4px;
}


.index4{
	margin-top: 140px;
	margin-bottom: 100px;
	position: relative;
}
.index4 .title{
	color: #FFF;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
}
.index4 .p1{
	color: #FFDE6E;
	font-size: 38px;
	font-weight: 500;
	margin-top: 140px;
}
.index4 .p2{
	color: #FFF;
	font-size: 26px;
	font-weight: 350;
	margin-top: 26px;
}
.index4 .p3{
	color: #FFF;
	font-size: 18px;
	font-weight: 350;
	line-height: 38px;
	opacity: 0.8;
	padding-top: 40px;
	border-top: 1px solid #585858;
	margin-top: 50px;
}
.index4 img{
	position: absolute;
	top: -36%;
	z-index: -1;
	right: 0;
}


.index5{
	margin-top: 200px;
	margin-bottom: 60px;
	position: relative;
}
.index5 .title{
	color: #FFF;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
}

.index5 .row .col-md-3 div {
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    background: #313131;
    text-align: center;
    margin-top: 130px;
    padding: 50px 0;
    position: relative;
}
.index5 .row .col-md-3 div img{
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    width: 90px;
    top: -45px;
}
.index5 .row .col-md-3 div .p1{
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-top: 40px;
}

.index5 .row .col-md-3 div .p2{
	color: #FFF;
	font-size: 16px;
	font-weight: 350;
	opacity: 0.9;
	margin-top: 16px;
	word-wrap: break-word;
}
.index5 .row .col-md-3 div a{
	background: #FFDE6E;
	border-radius: 8px;
	color: #2A2A2A;
	font-size: 18px;
	width: 78%;
	display: inline-block;
	font-weight: bold;
	padding: 16px 0;
	margin-top: 40px;
}

.index6 .form-label{
	color: #FFF;
	font-size: 18px;
	font-weight: 350;
	line-height: 32px;
	margin-bottom: 14px;
}
.index6 input{
	border-radius: 8px;
	border: 2px solid rgba(255, 255, 255, 0.05);
	background: #313131;
	padding: 12px 20px;
	color: #fff;
}
.index6 .row{
	margin-bottom: 40px;
}
.index6 .submit-box{
	position: relative;
}
.index6 #submit{
	background: #FFDE6E;
	padding: 17px;
	width: 100%;
	color: #2A2A2A;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	bottom: 0;
}

.index7{
	margin-top: 160px;
	margin-bottom: 60px;
	position: relative;
}
.index7 .title{
	color: #FFF;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.index7 .row div{
	border-bottom: 1px solid #585858;
	padding: 50px 0;
	position: relative;
}
.index7 .row div .QA-title{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
}
.index7 .row div .QA-desc{
	color: #FFF;
	font-size: 16px;
	font-weight: 350;
	opacity: 0.9;
	margin-top: 36px;
	display: none;
	line-height: 140%;
	width: 86%;
}
.index7 .row div .switch{
	background: url('../image/index-icon-9.svg');
	width: 30px;
    height: 30px;
    background-size: cover;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.index7 .row div.trigger .QA-title{
	color: #FFDE6E;
}
.index7 .row div.trigger .QA-desc{
	display: block;
}
.index7 .row div.trigger .switch{
	background: url('../image/index-icon-10.svg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
}



.en-box .index1 .p1{
	font-size: 56px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.en-box .index1 .a1, .en-box .index1 .a2{
	font-size: 18px;
	padding: 16px 60px;
}

.en-box .index3 .row .col-md-4 p{
	font-size: 16px;
	line-height: 28px;
}
.id-box .index1 .p1{
	font-size: 38px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.id-box .index4 .p1{
	font-size: 32px;
    line-height: 40px;
}
.id-box .index4 .p2{
	font-size: 20px;
    line-height: 24px;
}
.id-box .index4 .p3{
	font-size: 16px;
    line-height: 34px;
    padding-top: 36px;
}

.index1-bg-m{
	display: none;
}

.index-6-m{
	display: none;
}


@media(max-width:1600px) {
	.index1 .img1{
		display: block;
		margin-top: 80px;
	}
	.index1 .img2{
		height: 45px;
	}
	.index1 .p1{
		font-size: 70px;
		margin-top: 20px;
	}
	.index4 .p3{
		font-size: 16px;
	}
	.index4 img{
		width: 80%;
		top: -17%;
	}
}

@media(max-width:1400px) {
	.index1 .img2{
		height: 45px;
	}
	.index1 .p1{
		font-size: 66px;
		margin-top: 26px;
	}
	.index4 .p3{
		font-size: 16px;
		padding-top: 26px;
		margin-top: 36px;
	}
	.index1 .a1,.index1 .a2{
		margin-top: 50px;
	}
	.en-box .index1 .p1{
		font-size: 40px;
	}
	.index1 .a1, .index1 .a2{
		font-size: 18px;
		padding: 16px 52px;
	}
	.index4 img{
		top: -10%;
	}
	.index4 .p1{
		font-size: 34px;
		margin-top: 90px;
	}
	.index4 .p2{
		font-size: 20px;
	}
	.en-box .index1 .a1, .en-box .index1 .a2{
		padding: 16px 50px;
	}
	.index7 .row div .QA-title{
		font-size: 20px;
	}
	.id-box .index4 img{
		top: -16%;
	}
	.id-box .index4 .p1{
		font-size: 26px;
	}
	.id-box .index4 .p2{
		font-size: 16px;
	}
	.id-box .index4 .p3{
		font-size: 14px;
	    line-height: 26px;
	    padding-top: 32px;
	}
	.id-box .index1 .a1, .id-box .index1 .a2{
		padding: 16px 35px;
	}
	.id-box .index1 .p1{
		font-size: 30px;
	}
}


@media(max-width:992px) {
	.index1-bg{
		display: none;
	}
	.index1-bg-m{
		display: block;
		position: absolute;
	    width: 100%;
	    top: 0;
	    z-index: -1;
	}
	.index1{
		text-align: center;
	}
	.index1 .img1{
		display: inline-block;
		width: 70px;
		height: auto;
		margin-top: 61vw;
		margin-left: 12%;
        margin-right: 12%;
	}
	.index1 .img2{
		display: inline-block;
		width: 82%;
		height: auto;
		margin-top: 24px;
	}
	.index1 .p1{
		font-size: 40px;
		margin-top: 8px;
	}
	.index1 .p2{
		padding: 0 4%;
		line-height: 30px;
		margin-top: 20px;
	}
	.index1 .a1{
		margin-left: 3%;
		width: 45%;
		float: left;
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
		margin-top: 36px;
	}
	.index1 .a2{
		margin-left: 0px;
		width: 45%;
		float: right;
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
		margin-top: 36px;
		margin-right: 3%;
	}
	.index2{
		margin-top: 80px;
		padding: 0 4%;
	}
	.index2 .more{
		font-size: 18px;
	}
	.index2 .more svg{
		vertical-align: baseline;
	}
	.index3 .title,.index4 .title,.index5 .title,.index7 .title{
		font-size: 30px;
	}
	.index3 .step{
		display: none;
	}
	.index3 .row .col-md-4 div{
		padding: 30px;
		position: relative;
		padding-top: 110px;
	}
	.index3 .row .col-md-4 div:before {
		position: absolute;
		top: 33px;
		left: 50%;
		font-size: 20px;
		font-weight: bold;
	  	background: #FFDE6E;
	    border-radius: 50%;
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	    color: #2A2A2A;
	    font-family: "DIN Alternate";
	    font-size: 24px;
	    font-weight: 700;
	    transform: translateX(-50%);
	    z-index: 9;
	}
	.index3 .row .col-md-4 .index3-left:before {
	  content: "1";
	}
	.index3 .row .col-md-4 .index3-center:before {
	  content: "2";
	}
	.index3 .row .col-md-4 .index3-right:before {
	  content: "3";
	}
	.index3 .row .col-md-4 .index3-center img{
		width: 36%;
	}
	.index3 .row .col-md-4 .index3-right img{
		width: 46%;
	}
	.index3 .row .col-md-4 .index3-center p span{
		left: 0%;
		width: 100%;
	}
	.index-6-pc{
		display: none;
	}
	.index4 .index-6-m{
		display: block;
		width: 100%;
		top: -60px;
	}
	.index4 .p1{
		margin-top: 80%;
		font-size: 22px;
		text-align: center;
	}
	.index4 .p2{
		font-size: 16px;
		text-align: center;
		margin-top: 16px;
	}
	.index4{
		margin-top: 70px;
	}
	.index4 .p3{
		font-size: 14px;
		line-height: 30px;
		width: 93%;
        margin: 26px auto 0;
        padding-top: 20px;
	}
	.index5{
		margin-top: 70px;
	}
	.index5 .row .col-md-3 div{
		margin-top: 100px;
	}
	.index7{
		margin-top: 80px;
		padding: 5%;
		margin-bottom: 0px;
	}
	.index7 .row div .switch{
		width: 20px;
    	height: 20px;
	}
	.index7 .row div.trigger .switch{
		width: 20px;
    	height: 20px;
	}
	.index7 .row div .QA-title{
		line-height: 30px;
		font-size: 18px;
		width: 88%;
	}
	.index7 .row div{
		padding: 30px 0;
	}
	.index7 .row div .QA-desc{
		line-height: 26px;
	}
	.en-box .index1 .p1{
		font-size: 24px;
	}
	.en-box .index1 .p2{
		font-size: 14px;
		line-height: 26px;
	}
	.en-box .index1 .a1, .en-box .index1 .a2{
		width: 92%;
		padding: 12px 0;
		margin: 26px 0 0;
		font-size: 16px;
		float: none;
	}
	.en-box .index1 .a2{
		margin-top: 16px;
	}
	.index3 .row .col-md-4 a{
		padding: 16px 0;
	}
	.id-box .index4 img{
		top: -60px;
	}
	.id-box .index1 .p1{
		font-size: 20px;
	}
	.index4 .p2{
		padding: 0 2%;
		line-height: 26px;
	}
}
