/* 语言导航栏样式开始 */

.top-lang-box {
	background-color: #212428;
	height: 70px;
	font-weight: 400;

	height: 3.645833vw;
}

.lang-box {
	width: 1220px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;

	width: 63.5416666667vw;
}

.lang-box .tips {
	line-height: 70px;
	color: #1777FF;
	font-size: 20px;
	margin-left: -15px;

	line-height: 3.645833vw;
	font-size: 1.0416666667vw;
	margin-left: -0.78125vw;
}

.btn-box {
	display: flex;
	justify-content: flex-end;
}

.btn-box .jp-btm,
.btn-box .cn-btm,
.btn-box .en-btm {
	display: inline-block;
	width: 86px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.8);
	font-size: 14px;
	color: #F1F1F1;
	border-radius: 15px;
	margin-left: 12px;
	text-decoration: none;

	width: 4.479167vw;
	height: 1.5625vw;
	line-height: 1.5625vw;
	font-size: 0.729167vw;
	border-radius: 0.78125vw;
	margin-left: 0.625vw;
}

.confirm-btm {
	display: inline-block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #1777FF;
	background-color: #1777FF;
	border-radius: 15px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 60px;

	width: 3.645833vw;
	height: 1.5625vw;
	line-height: 1.5625vw;
	border-radius: 0.78125vw;
	font-size: 0.729167vw;
	margin-left: 3.125vw;
}

.close-btm {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../images/close-icon.png') no-repeat center center;
	background-size: 30px;
	margin-left: 20px;

	width: 1.5625vw;
	height: 1.5625vw;
	background-size: 1.5625vw;
	margin-left: 1.041667vw;
}

.btn-box .jp-btm:hover,
.btn-box .cn-btm:hover,
.btn-box .en-btm:hover {
	background-color: #1777FF;
	border: 1px solid #1777FF;
	color: #F1F1F1;
}

.btn-box .jp-btm.active,
.btn-box .cn-btm.active,
.btn-box .en-btm.active {
	background-color: #1777FF;
	border: 1px solid #1777FF;
	color: #F1F1F1;
}

/* 语言导航栏样式结束 */


/* 公共头部分开始 */
.menu-plus {
	position: absolute;
	top: -0.48em;
}

.top-header-box {
	background: black;
	width: 100%;
	height: 64px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

	height: 3.3333333333vw;
}

.top-header-inner {
	width: 1220px;
	position: relative;
	height: 100%;

	width: 63.5416666667vw;
}

.top-header-inner-mobile {
	display: none;
}

.top-header-logo {
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	left: -18px;
	float: left;

	left: -0.9375vw;
}

.top-header-logo img {
	width: 130px;
	margin-right: 46px;

	width: 6.7708333333vw;
	margin-right: 2.3958333333vw;
}

.navigate-list {
	float: left;
	height: 100%;
	font-weight: 400;
	font-size: 12px;
	display: flow-root;
	position: relative;
	left: -18px;

	font-size: 0.625vw;
	left: -0.9375vw;
}

.navigate-item {
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.dropdown-list {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	overflow: hidden;
	opacity: 0;
	height: 0px;
	background-color: rgba(33, 36, 40, 1);
	z-index: 999;
	transition: all 0.3s ease;
}

.navigate-item:hover .dropdown-list,
.dropdown-list:hover {
	opacity: 1;
}

.nav-item-title {
	color: white;
	padding: 0 29px;
	width: 100%;

	padding: 0 1.5104166667vw;
}

.navigate-item:hover .nav-item-title {
	color: #1777ff;
	text-decoration: none;
}

.nav-title {
	color: white;
	display: block;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 42px;
	flex-direction: column;
	position: relative;

	height: 2.1875vw;
}

.nav-title:hover {
	opacity: 0.75;
}

.nav-isNew {
	color: rgb(230, 0, 18);
	font-size: 10px;
	position: absolute;
	top: calc(50% + 15px);
	transform: translateY(-50%);
	font-weight: 400;

	font-size: 0.5208333333vw;
	top: calc(50% + 0.78125vw);
}

.nav-isNewFoot {
	color: rgb(230, 0, 18);
	font-size: 0.5208333333vw;
	font-weight: 400;
}

.nav-tools {
	width: 350px;
	position: absolute;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	font-size: 12px;
	font-weight: 400;

	width: 18.2291666667vw;
	font-size: 0.625vw;
}

.nav-tool {
	display: flex;
	align-items: center;
	justify-content: center;
}

.concatBtn {
	width: 70px;
	height: 24px;
	border-radius: 50px;
	background-color: rgba(23, 119, 255, 1);
	color: white;
	position: relative;
	cursor: pointer;
	font-size: 12px;

	width: 3.6458333333vw;
	height: 1.25vw;
	border-radius: 2.6041666667vw;
	font-size: 0.625vw;
}

.loginBtn {
	width: 15px;

	width: 0.78125vw;
}


.langChangeBtns {}

.langChangeBtn {
	color: white;
	padding-left: 6px;
	padding-right: 6px;
	opacity: 0.6;
	border-left: white 1px solid;
	font-weight: 500;

	padding-left: 0.3125vw;
	padding-right: 0.3125vw;
}

.langChangeBtn a {
	color: white;
}

.langChangeBtn:first-child {
	border-left: none;
}

.langChangeBtn.active {
	opacity: 1;
	/* font-size: 14px;

	font-size: 0.7291666666666666vw; */
}

.top-infomation {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: rgba(33, 36, 40, 0.5);
	z-index: 999;
	height: 50px;
	display: none;
	backdrop-filter: blur(10px);

	height: 2.6041666667vw;
}

.top-infomation-title {
	font-size: 18px;
	color: white;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

	font-size: 0.9375vw;
}

.top-infomation-inner {
	width: 1220px;
	height: 100%;
	position: relative;

	width: 63.5416666667vw;
}

.top-infomation-extar {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: flex;
	align-items: center;
}

.top-infomation-extar-btn {
	padding: 0 16px;
	font-size: 12px;
	color: white;

	padding: 0 0.8333333333vw;
	font-size: 0.625vw;
}

.top-infomation-extar-inquiry {
	padding-right: 0;
	font-weight: 400;
}

.top-infomation-extar-inquiry a {
	background-color: rgba(23, 119, 255, 1);
	border-radius: 50px;
	width: 45px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 2.6041666667vw;
	width: 2.34375vw;
	height: 1.25vw;
}

/* 公共头部分结束 */

/* 公共底部分开始 */

.footer {
	position: relative;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	color: #3e4046;
	background-color: rgba(244, 244, 244, 1);
}

.footer-inner {
	width: 1220px;
	position: relative;

	width: 63.5416666667vw;
}

.footer-crumbs {
	height: 24px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;

	margin-bottom: 4vw;
	height: 1.25vw;
	font-size: 0.625vw;
}

.footer-crumbs a {
	display: block;
	height: 100%;
	display: flex;
	align-items: center;
	float: left;
	margin-right: 11px;

	margin-right: 0.5729166667vw;
}

.footer-crumbs a:hover {
	text-decoration: underline;
}

.footer-crumbs a::after {
	content: "";
	display: inline-block;
	width: 7px;
	aspect-ratio: 7 / 11;
	background-image: url('https://oss.cortp.com/picture/cortp.com/cge_4b8eb8ca80e4da93ac4f08c16509283a.png');
	background-size: 100% 100%;
	margin-left: 11px;

	width: 0.3645833333vw;
	margin-left: 0.5729166667vw;
}

.footer-crumbs a:last-child::after {
	display: none;
}

.footer-logo {
	width: 60px;
	aspect-ratio: 2 / 1;
	position: relative;
	top: 0.5vw;

	width: 3.125vw;
}

.footer-logo:hover {
	top: -0.6vw;
}

.footer-content {
	position: relative;
	display: flow-root;
	margin-top: 20px;
	min-height: 250px;
	border-bottom: 2px #eceff2 solid;
	padding-bottom: 20px;

	margin-top: 1.0416666667vw;
	min-height: 13.0208333333vw;
	border-bottom: 0.1041666667vw #eceff2 solid;
	padding-bottom: 1.0416666667vw;
}

.footer-copyright {
	font-weight: 400;
	color: rgba(161, 162, 169, 1);
	font-size: 11px;
	height: 60px;
	display: flex;
	align-items: center;

	font-size: 0.5729166667vw;
	height: 3.125vw;
}

.footer-social {
	width: 251px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;

	width: 13.0208333333vw;
}

.footer-social-link-wrapper,
.footer-social-mail-wrapper {
	height: 63px;
	border-bottom: 2px #eceff2 solid;

	height: 3.28125vw;
	border-bottom: 0.1041666667vw #eceff2 solid;
}

.footer-social-link-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;

	margin-top: 1.0416666667vw;
}

.footer-social-link-wrapper a {
	width: 34px;
	height: 34px;

	width: 1.7708333333vw;
	height: 1.7708333333vw;
}

.footer-social-mail-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-social-mail-wrapper-key {
	font-weight: 500;
	color: #121317;
	font-size: 11px;

	font-size: 0.5729166667vw;
}

.footer-social-mail-wrapper-value {
	color: #3e4046;
	font-size: 12px;
	font-weight: 400;

	font-size: 0.625vw;
}

.footer-nav {
	display: flex;
	gap: 70.75px;

	gap: 3.6979166667vw;
}

.footer-mobile-nav {
	display: none;
}

.footer-nav-column {}

.footer-nav-item-title {
	color: #121318;
	font-weight: 600;
	margin-bottom: 15px;
	height: 25px;
	font-size: 11px;

	margin-bottom: 0.78125vw;
	height: 1.3020833333vw;
	font-size: 0.5729166667vw;
}

.footer-nav-item {
	font-size: 12px;
	height: 25px;
	font-weight: 400;
	color: rgb(62, 64, 70);
	display: flex;
	align-items: center;

	font-size: 0.625vw;
	height: 1.3020833333vw;
}

.footer-nav-item a {
	display: flex;
	align-items: center;
	gap: 4px;

	gap: 0.20833333333333334vw;
}

.footer-nav-column a:hover {
	text-decoration: underline;
}

.footer-lang-select {
	display: none;
}

/* 公共底部分结束 */

/* 具体参数开始 */

.scroller-freeze {
	overflow: hidden;
}

.fixed-spec-close {
	width: 50px;
	height: 50px;
	padding: 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;

	width: 2.6041666667vw;
	height: 2.6041666667vw;
	padding: 0.78125vw;
}

.fixed-spec {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 130px 401.2px;
	overflow-y: auto;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all 0.3s ease;

	padding: 6.7708333333vw 20.8333333333vw;
}

.fixed-spec.active {
	z-index: 999;
	opacity: 1;
}

.fixed-spec-content-wrapper {
	background-color: #fff;
	padding: 99.6px 99.6px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	width: 100%;

	padding: 5.1666666667vw 5.1666666667vw;
	box-shadow: 0 0 0.625vw 0 rgba(0, 0, 0, 0.1);
}

.fixed-spec-content {
	position: relative;
	width: 100%;
	min-height: 400px;

	min-height: 20.8333333333vw;
}

.fixed-spec-content-item {
	margin-bottom: 4vw;
}

.fixed-spec-content-item:last-child {
	margin-bottom: 0;
}

.fixed-spec-content-item-header {
	border-bottom: 4.8px #00050c solid;
	padding-bottom: 31.2px;
	position: relative;
	display: flow-root;

	border-bottom: 0.25vw #00050c solid;
	padding-bottom: 1.6145833333vw;
}

.fixed-spec-content-item-title {
	float: left;
	color: rgba(0, 16, 38, 1);
	font-size: 57.6px;
	line-height: 57.6px;
	position: relative;
	font-weight: 500;

	font-size: 2.9895833333vw;
	line-height: 2.9895833333vw;
	margin-top: 3vw;
}

.fixed-spec-content-item-cover {
	width: 127.6px;
	height: auto;
	float: right;
	position: relative;
	right: 63.6px;

	width: 6.6145833333vw;
	right: 3.28125vw;
}

.fixed-spec-content-item-body {
	width: 100%;
}

.fixed-spec-content-item-line {
	width: 100%;
	height: 42.9px;
	border-bottom: 1px #e5e5e5 solid;

	height: 2.2395833333vw;
}

.fixed-spec-content-item-cell {
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fixed-spec-content-item-cell-left {
	float: left;
}

.fixed-spec-content-item-cell-right {
	float: right;
}

.fixed-spec-content-item-key {
	width: 374px;
	opacity: 0.7;
	color: rgba(0, 16, 38, 1);
	font-size: 14.4px;
	font-weight: 400;

	font-size: 0.7291666667vw;
	width: 19.4791666667vw;
}

.fixed-spec-content-item-value {
	width: 374px;
	color: rgba(23, 119, 255, 1);
	font-size: 14.4px;
	font-weight: 400;

	font-size: 0.7291666667vw;
	width: 19.4791666667vw;
}

.mobile-top-infomation {
	width: 100%;
	height: 100px;
	display: none;
	background-color: rgba(33, 36, 40, 1);
	align-items: center;
	justify-content: space-between;
	color: white;
	padding: 0 35px;
	z-index: 20;
	position: relative;
	top: 0;

	height: 13.333333vw;
	padding: 0 4.6666667vw;
}

.mobile-top-infomation-title {
	font-size: 32px;

	font-size: 4.2666667vw;
}

.mobile-top-infomation-extar {
	display: flex;
}

.mobile-top-infomation-moreBtn {
	width: 30px;
	height: 54px;
	display: flex;
	align-items: center;

	width: 4vw;
	height: 7.2vw;
	margin-right: 2vw;
}

.mobile-top-infomation-extar-btn {
	background-color: rgba(23, 119, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6.604167vw;
	width: 14.34375vw;
	height: 6vw;
	font-size: 3.5vw;
	font-weight: 400;
}

.mobile-top-infomation.active .mobile-top-infomation-moreBtn {
	transform: rotate(180deg);
}

.mobile-top-infomation-dropdown {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 20;
	overflow: hidden;
	background-color: rgba(33, 36, 40, 1);

	top: 13.3333333vw;
}

.mobile-top-infomation.active .mobile-top-infomation-dropdown {
	height: auto;
	padding-left: 8vw;
	padding-right: 8vw;
	padding-bottom: 8vw;
}

.top-infomatio-dropdown-btn {
	height: 98px;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px rgba(151, 151, 151, 0.2) solid;

	height: 13.0666667vw;
	font-size: 3.2vw;
}

.top-infomatio-dropdown-btn:last-child {
	border-bottom: none;
}

/* 具体参数结束 */

/* 比例 11:16 */
@media screen and (max-aspect-ratio: 11/16) {
	.top-lang-box {
		display: none;
	}

	.top-header-box {
		height: 100px;
		background: rgba(33, 36, 40, 1);
		color: white;
		/* position: fixed; */
		top: 0;
		left: 0;
		z-index: 21;
		font-weight: 400;

		height: 13.3333333vw;
	}

	.top-header-inner {
		display: none;
	}

	.top-header-inner-mobile {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.top-header-mobile-logo-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.top-header-mobile-logo {
		width: 210px;
		height: 54px;

		width: 28vw;
		height: 7.2vw;
	}

	.top-header-mobile-toggle-wrapper {
		width: 100px;
		height: 100px;
		position: absolute;
		left: 0;
		top: 0;

		width: 13.3333333vw;
		height: 13.3333333vw;
	}

	.top-header-mobile-toggle-btn {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.top-header-mobile-toggle-btn-menu {
		width: 36px;
		width: 4.8vw;
	}

	.top-header-mobile-toggle-btn-close {
		width: 30px;
		width: 4vw;
		display: none;
	}

	.top-header-inner-mobile.active .top-header-mobile-toggle-btn-menu {
		display: none;
	}

	.top-header-inner-mobile.active .top-header-mobile-toggle-btn-close {
		display: block;
	}

	.top-header-mobile-menuList-wrapper {
		position: absolute;
		top: 100px;
		left: 0;
		width: 100%;
		height: 0;
		background-color: #000;
		z-index: 20;
		transition: all 0.3s ease;
		overflow: hidden;

		top: 13.3333333vw;
	}

	.top-header-inner-mobile.active .top-header-mobile-menuList-wrapper {
		height: calc((var(--vh, 1vh) * 100) - 100px);

		height: calc((var(--vh, 1vh) * 100) - 13.3333333vw);
	}

	.top-header-mobile-menuList-search-wrapper {
		height: 124px;
		font-size: 28px;
		padding-left: 20px;
		border-bottom: 2px #3a3a3d solid;
		display: flex;
		align-items: center;

		height: 16.5333333vw;
		font-size: 3.7333333vw;
		padding-left: 2.6666667vw;
		border-bottom: 0.2666667vw #3a3a3d solid;
	}

	.top-header-mobile-menuList-search-input {
		width: 716px;
		height: 66px;
		padding: 0;
		padding-left: 58px;
		font-size: 28px;
		border-radius: 16px;
		border: none;
		background-color: transparent;
		color: #fff;
		box-sizing: border-box;
		background: #1D1D1F;

		width: 94.6666667vw;
		height: 8.8vw;
		padding-left: 7.7333333vw;
		font-size: 3.7333333vw;
		border-radius: 2.1333333vw;
	}

	.top-header-mobile-menuList-search-input::placeholder {
		color: #a9a9aa;
	}

	.search-icon {
		position: absolute;
		width: 24px;
		height: 24px;
		left: 36px;
		top: 47.5px;
		z-index: 25;

		width: 3.2vw;
		height: 3.2vw;
		left: 4.8vw;
		top: 6.3333333vw;
	}

	.top-header-mobile-menuList-tools {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 130px;
		padding: 75px;
		font-size: 28px;

		height: 17.3333333vw;
		padding: 0 10vw;
		font-size: 3.7333333vw;
	}

	.top-header-mobile-menuList-tools-login-dom {
		width: 250px;
		height: 50px;
		color: #fff;

		width: 33.3333333vw;
		height: 6.6666667vw;
	}

	.top-header-mobile-menuList-tools-login-icon {
		width: 30px;
		height: 32px;
		float: left;
		position: relative;

		width: 4vw;
		height: 4.2666667vw;
	}

	.top-header-mobile-menuList-tools-login-text {
		float: left;
		height: 42px;
		margin-left: 20px;

		height: 5.6vw;
		margin-left: 2.6666667vw;
	}

	.top-header-mobile-menuList-tools-login-arrow {
		width: 40px;
		height: 42px;
		float: left;

		width: 5.3333333vw;
		height: 5.6vw;
	}

	.top-header-mobile-menuList-tools-lang-wrapper {
		position: absolute;
		right: 10vw;
		color: white;
	}

	.top-header-mobile-menuList-tools-lang-text {}

	.top-header-mobile-menuList-tools-lang-text-split {
		color: white;
	}

	.top-header-mobile-menuItem {
		width: 100%;
		height: 84px;
		overflow: hidden;
		padding-left: 80px;
		padding-right: 60px;
		letter-spacing: 0.2px;
		color: rgba(161, 162, 169, 1);
		transition: all 0.3s ease;

		height: 11.2vw;
		padding-left: 10.6666667vw;
		padding-right: 8vw;
		letter-spacing: 0.0266667vw;
	}

	.top-header-mobile-menuTitle {
		height: 72px;
		padding-left: 29px;
		display: flex;
		align-items: center;

		height: 9.6vw;
		padding-left: 3.8666667vw;
	}

	.top-header {
		height: 84px;
		padding-left: 0;
		display: flex;
		align-items: center;
		border-bottom: 2px solid #3a3a3d;
		color: white;

		height: 11.2vw;
		border-bottom: 0.2666667vw solid #3a3a3d;
	}

	.top-header.hasChild::after {
		content: "+";
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 24px;

		font-size: 3.2vw;
	}

	.top-header-mobile-menuItem.active .hasChild::after {
		content: "-";
	}

	.top-header-mobile-menuItem.active {
		/* height: auto; */
	}

	.top-header i {
		position: relative;
		top: -10px;
		left: -7px;

		top: -1.3333333vw;
		left: -0.9333333vw;
	}

	.top-header .menu-plus {
		position: relative;
		top: -10px;
		left: -7px;

		top: -1.3333333vw;
		left: 0.066667vw;
	}

	.mobile-top-infomation {
		display: flex;
	}

	.fixed-spec {
		padding: 0;
		height: calc(var(--vh, 1vh) * 100);
	}

	.fixed-spec-content-wrapper {
		width: 100%;
		padding: 70px;

		padding: 9.3333333vw;
	}

	.fixed-spec-content {}

	.fixed-spec-content-item {}

	.fixed-spec-content-item:last-child {}

	.fixed-spec-content-item-header {
		padding-bottom: 0;
		border-bottom: 4px rgba(0, 5, 12, 1) solid;

		border-bottom: 0.2083333333vw rgba(0, 5, 12, 1) solid;
	}

	.fixed-spec-content-item-title {
		font-size: 52px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0;
		line-height: unset;

		font-size: 6.9333333vw;
	}

	.fixed-spec-content-item-cover {
		width: 152px;

		right: 14vw;
		width: 20.2666667vw;
	}

	.fixed-spec-content-item-body {}

	.fixed-spec-content-item-line {
		height: auto;
		border-bottom: unset;
	}

	.fixed-spec-content-item-cell {
		width: 100%;
		justify-content: flex-start;
		height: 90px;
		border-bottom: 1px rgba(0, 5, 12, 0.1) solid;

		height: 12vw;
	}

	.fixed-spec-content-item-cell-left {
		float: unset;
	}

	.fixed-spec-content-item-cell-right {
		float: unset;
	}

	.fixed-spec-content-item-key {
		width: 60%;
		font-size: 24px;

		font-size: 3.2vw;
	}

	.fixed-spec-content-item-value {
		width: 40%;
		font-size: 24px;

		font-size: 3.2vw;
	}

	.fixed-spec-close {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: 4px solid black;

		width: 6.6666667vw;
		height: 6.6666667vw;
		border: 0.5333333vw solid black;
		top: 5.666667vw;
		right: 4.666667vw;
	}

	.fixed-spec-close img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);

		width: 2.5vw;
	}

	.footer {}

	.footer-inner {
		width: 650px;
		border-top: 2px #dadada solid;

		padding-top: 4vw;
		width: 86.6666667vw;
		border-top: 0.2083333333vw #dadada solid;
	}

	.footer-crumbs {
		font-size: 24px;

		font-size: 3.2vw;
		height: 4.333333vw;
	}

	.footer-crumbs a::after {
		width: 13px;
		margin: 0 15px;
		background-image: url('https://oss.cortp.com/picture/cortp.com/cge_15deab968274baf53b776fe8d4702e88.png');

		width: 1.7333333vw;
		margin: 0 2vw;
	}

	.footer-logo {
		width: 100px;

		width: 13.3333333vw;
		top: 2vw;
	}

	.footer-logo:hover {
		top: 2vw;
	}

	.footer-content {
		border-bottom: 2px #dadada solid;
		padding-bottom: 0;

		border-bottom: 0.2083333333vw #dadada solid;
	}

	.footer-nav {
		display: none;
	}

	.footer-mobile-nav {
		display: block;
		font-size: 24px;

		font-size: 3.2vw;
	}

	.footer-mobile-nav .top-header-mobile-menuItem {
		height: 95px;
		padding-left: 0;
		padding-right: 0;

		height: 12.6666667vw;
	}

	.footer-mobile-nav .top-header-mobile-menuTitle {
		color: #515154;
		height: 12.6666667vw;
	}

	.footer-mobile-nav .top-header {
		border-top: 1px #dadada solid;
		color: #1d1d1f;
		border-bottom: 2px #dadada solid;
		box-sizing: content-box;
		height: 12.6666667vw;
		font-weight: 500;

		border-top: 0.1041666667vw #dadada solid;
		border-bottom: 0.2083333333vw #dadada solid;
	}

	.top-header.hasChild::after {
		font-size: 32px;
		font-weight: bold;

		font-size: 4.2666667vw;
	}

	.footer-social {
		position: relative;
		right: unset;
		top: unset;
		float: unset;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 88px;
		border-top: 2px #dadada solid;

		height: 11.7333333vw;
		border-top: 0.2083333333vw #dadada solid;
	}

	.footer-lang-select {
		display: flex;
		align-items: center;
		font-size: 24px;
		font-weight: 600;
		line-height: 1;

		font-size: 3.4vw;
	}

	.footer-lang-select-icon {
		width: 40px;

		width: 5.3333333vw;
		margin-right: 2vw;
	}

	.footer-lang-select-arrow {
		width: 16px;

		width: 2.1333333vw;
		margin-left: 3vw;
	}

	.footer-lang{

	}

	.footer-lang .footer-lang-down{
		position: absolute;
		display: none;
		top: 30px;
		left: 0;
		width: 90px;
		background: rgba(53, 56, 60, 0.7);
		text-align: center;
	  }
	  .footer-lang .footer-lang-down a{
		display: block;
		height: 43px;
		line-height: 43px;
		color: #fff;
		font-size: 3.4vw;
		border-top: 1px solid rgba(255,255,255,0.12);
	  }
	  .footer-lang .footer-lang-down a:first-child{
		border-top: 0 none;
	  }

	.footer-social-link-wrapper a {
		width: 64px;
		height: 64px;
		margin-right: 22px;

		width: 8.5333333vw;
		height: 8.5333333vw;
		margin-right: 2.9333333vw;
	}

	.footer-social-link-wrapper {
		height: auto;
		border: none;
		margin: 0;
	}

	.footer-social-mail-wrapper {
		display: none;
	}

	.footer-copyright {
		margin-top: 280px;
		font-size: 20px;
		line-height: 1;
		color: rgba(113, 113, 113, 1);

		margin-top: 37.3333333vw;
		font-size: 2.6666667vw;
		padding-bottom: 11vw;
	}
}