.padT80{
	padding-top: 8.33333vw!important;
}

.topSection {
	width: 100%;
	height: 2.08333vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-right: 6.25vw;
	box-sizing: border-box;
	font-size: 0.83333vw;
	color: #1A1A1A;
	justify-content: flex-end;
	background-color: #fff;
}

.topSection a {
	display: block;
	margin-right: 2.55208vw;
}

.topSection a:hover{
	color: #B41D23;
}

.topSection .lanSection {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.topSection .lanSection .lanDropSpace{
	width: 6.25vw;
	position: absolute;
	top: 1vw;
	z-index: 3;
	padding-top: 1vw;
	display: none;
	left: 50%;
	margin-left: -3.7vw;
}

.topSection .lanSection .lanDrop{
	width: 6.25vw;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 1.04166vw 2.08333vw 0px rgba(0,0,0,0.14);
	border-radius: 0.52083vw;

}

.topSection .lanSection:hover .lanDropSpace{
	display: block!important;
}


.topSection .lanSection .lanDrop a{
	padding: 0.5vw 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.25vw;
	color: #1A1A1A;
	/* height: 2.60416vw;
	line-height: 2.60416vw; */
	font-size: 0.83333vw;
}

.topSection .lanSection .lanDrop a.active{
	color: #B41D23;
}

.topSection .lanSection .lanDrop a:hover{
	color: #B41D23;
}

.topSection .lanSection img {
	width: 0.83333vw;
	height: 0.83333vw;
	margin-left: 0.46875vw;
}

.headerContainer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.83333vw 6.25vw;
	box-sizing: border-box;
	position: sticky;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 2;
}

.headerContainer .left {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #1A1A1A;
	font-size: 1.14583vw;
}

.headerContainer .left .logo-pc {
	width: 12.39583vw;
	height: 2.5vw;
	margin-right: 4.16666vw;
}

.headerContainer .left .navListContainer {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.headerContainer .left .navListContainer a {
	color: #939090;
	margin-right: 4.16666vw;
}

.headerContainer .left .navListContainer a:last-child {
	margin-right: 0;
}

.headerContainer .left .navListContainer a:hover {
	color: #1A1A1A;
}

.headerContainer .left .navListContainer .active {
	color: #1A1A1A;
}

.headerContainer .btn {
	display: block;
	padding: 0 0.83333vw;
	height: 2.5vw;
	background: linear-gradient(270deg, #E12F36 0%, #FF996C 100%);
	border-radius: 1.25vw;
	color: #fff;
	font-size: 0.9375vw;
	text-align: center;
	line-height: 2.5vw;
	transition: all .3s linear;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.headerContainer .btn img{
	width: 1.5625vw;
	height: 1.51041vw;
	margin-right: 0.3125vw;
}



.headerContainer .btn:hover {
	opacity: .8;
}

.headerContainer-mobile {
	display: none;
}

.headerContainer-nav-mob {
	/* display: none; */
}

.maskBox-m{
	display: none;
}

@media screen and (max-width: 750px) {
	body {
		padding-top: 10.66666vw;
	}

	.topSection,
	.headerContainer {
		display: none;
	}

	.headerContainer-mobile {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 10.66666vw;
		box-sizing: border-box;
		padding: 0 5.33333vw;
		display: flex;
		align-items: center;
		background-color: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99999;
	}

	.headerContainer-mobile .btn-act-m {
		/* width: 18.66666vw; */
		padding: 0 2.13333vw;
		height: 6.4vw;
		background: linear-gradient(270deg, #E12F36 0%, #FF996C 100%);
		border-radius: 3.2vw;
		text-align: center;
		line-height: 6.4vw;
		color: #fff;
		font-size: 2.93333vw;
		position: absolute;
		right: 14vw;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.headerContainer-mobile .btn-act-m img{
		width: 4vw;
		height: 3.86666vw;
		margin-right: 0.53333vw;
	}


	.headerContainer-mobile .logo {
		width: 26.40000vw;
		height: 5.33333vw;
	}

	.headerContainer-mobile .rightIcon {
		width: 4.8vw;
		height: 4.8vw;
		background: url(../img/menu-head-m.png) no-repeat;
		background-size: 100% 100%;
		transition: .2s all ease-in;
	}

	.headerContainer-mobile .rightIcon.close {
		background-image: url("../img/nav-close.png");
	}

	.maskBox-m{
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		z-index: 999;
		display: none;
	}

	.headerContainer-nav-mob {
		position: absolute;
		left: 0;
		/* bottom: -0.53333vw; */
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 12.3333vw 5.3333vw 5.3333vw;
		overflow-x: hidden;
		overflow-y: auto;
		background: #fff;
		z-index: 999;
		/* display: none; */
		border-top: 1px solid #f4f4f4;
	}

	.headerContainer-nav-mob .en-m {
		width: 12vw;
		height: 6.66666vw;
		border-radius: 1.33333vw;
		background-color: #F3F5FA;
		font-size: 3.46666vw;
		text-align: center;
		line-height: 6.66666vw;
		color: #262728;
		text-transform: uppercase;
		/* position: absolute;
		top: 2.66666vw; */
		/* right: 4vw; */
		/* display: none; */
	}

	/* .headerContainer-nav-mob .nav-wrap {
		margin-bottom: 4vw;
	} */
	.headerContainer-nav-mob .nav-wrap.on h2::before {
		transform: translateY(-50%) rotate(180deg);
	}

	.headerContainer-nav-mob .nav-wrap h2 {
		position: relative;
		font-size: 4.26666vw;
		line-height: 17.06666vw;
		/* font-weight: bold; */
		border-bottom: 1px solid #f4f4f4;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.headerContainer-nav-mob .nav-wrap h2 .arr-nav{
		width: 3.2vw;
		height: 3.2vw;
	}

	.headerContainer-nav-mob .nav-wrap h2::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 2.6666vw;
		height: 1.6vw;
		background: url("../img/nav-arr-down.png") no-repeat;
		background-size: 100% 100%;
		transition: .2s all ease-in;
	}

	.headerContainer-nav-mob .nav-wrap h2.home::before {
		display: none;
	}

	.headerContainer-nav-mob .nav-wrap .nav-list {
		display: none;
		margin-top: 5.3333vw;
		padding-bottom: 4vw;
	}

	.headerContainer-nav-mob .nav-wrap .nav-list a {
		display: block;
		font-size: 3.46666vw;
		color: #848585;
		margin-bottom: 5.3333vw;
	}

	.headerContainer-nav-mob .nav-wrap .nav-list a:last-child {
		margin-bottom: 0;
	}

	.headerContainer-nav-mob .nav-wrap .nav-list a.active {
		color: #0A50B4;
	}

	.headerContainer-nav-mob  .joinRow{
		display: flex;
		flex-direction: row;
		align-items: center;
		position: absolute;
		width: 100%;
		position: absolute;
		top: 5.66666vw;
		padding-right: 8vw;
		box-sizing: border-box;
		/* justify-content: flex-end; */
		font-size: 4.26666vw;
		padding-right:11vw;
		box-sizing: border-box;
	}

	.headerContainer-nav-mob  .joinRow a{
		margin-right: 2.515vw;
		display: block;
		line-height: 1;
	}

	.headerContainer-nav-mob  .joinRow a:first-child{
		padding-right: 2.515vw;
		border-right: 1px solid #f4f4f4;
	}

	.headerContainer-nav-mob .lanRow{
		display: flex;
		flex-direction: row;
		align-items: center;
		position: absolute;
		width: 100%;
		position: absolute;
		top: 9.66666vw;
		padding-right: 8vw;
		box-sizing: border-box;
		/* justify-content: flex-end; */
		flex-wrap: wrap;
	}

	.headerContainer-nav-mob .lanBtn-m {
		/* width: 12vw; */
		padding: 0 2vw;
		height: 6.66666vw;
		border-radius: 1.33333vw;
		background-color: #F3F5FA;
		font-size: 3.46666vw;
		text-align: center;
		line-height: 6.66666vw;
		color: #262728;
		text-transform: uppercase;
		/* position: absolute;
		top: 2.66666vw; */
		/* right: 4vw; */
		/* display: none; */
		margin-right: 2vw;
		margin-bottom: 1vw;
	}

	.headerContainer-mobile .lan-change-box{
		padding: 1.6vw;
		border-radius: 4vw;
		background-color: #F7F7F7;
		color: #1A1A1A;
		font-size: 3.2vw;
		display: flex;
		flex-direction: row;
		align-items: center;
		position: absolute;
		right: 13.6vw;
	}

	.headerContainer-mobile .lan-change-box .icon-lan{
		width: 3.2vw;
		height: 3.2vw;
		margin-right: 1.06666vw;
		display: block;
	}

	.headerContainer-mobile .lan-change-box .arr-lan{
		width: 2.13333vw;
		height: 2.13333vw;
		margin-left: 1.06666vw;
		display: block;
	}

	.headerContainer-mobile .lan-change-box span{
		line-height: 1;
	}

	.lanDrop-new {
		padding-top: 2.93333vw;
		position: absolute;
		left: -9vw;
		top: 100%;
		display: none;
	}

	.lanDrop-new .con{
		font-size: 3.73333vw;
		color: #1A1A1A;
		background-color: #fff;
		border-radius: 2.66666vw;
		padding: 1.86666vw 2.66666vw;
		box-sizing: border-box;
		background: #FFFFFF;
		box-shadow: 0 2.26666vw 2.26666vw 0 rgba(0,0,0,0.04);
		min-width: 40vw;

	}

	.lanDrop-new .con a{
		display: block;
		height: 8vw;
		line-height: 8vw;
		color: #1A1A1A;
	}

	.lanDrop-new .con a.active{
		color: #B41D23;
	}
}
