body {
	margin: 0;
}
.main {
	height: 100vh;
	width: 100%;
	background-position:bottom center ;
	background-size: 100%;
	background-image: url(../images/bg.png);
}
.container {
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.left {
	width: 600px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.left .slogan {
	padding-bottom:10px;
	font-size: 63px;
	line-height: 74px;
	letter-spacing: -2px;
	font-weight: 600;
}
.left .btn {
	margin: 30px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.left .btn .item a {
	padding: 4px 10px 2px;
	background-color: #fff;
	border-radius: 7px;
	display: block;
	margin-right: 15px;
	box-shadow: 9px 0px 46px rgba(0,0,0,0.1);
}
.left .company-info {
	font-size: 14px;
	font-weight: 200;
	color: #fff;
	padding-top:30px;
}
.left .company-info p {
	margin: 0;
}
.left .company-info .documents {
	padding: 12px 0;
}
.left .company-info .documents a {
	font-weight: 600;
	color: #fff;
	text-decoration: unset;
}
.right {
	box-shadow: 9px 0px 46px rgba(0,0,0,0.25);
	height: 100vh;
	width: 450px;
	overflow-y: auto;
	background-color: #fff;
}
.right img {
	width: 100%;
	display: block;
}
.right .detail .txt {
	padding: 0 40px;
}
.right .detail .txt1 {
	color: #fff;
	font-size: 34px;
	font-weight:500;
	height: 150px;
	margin-top: -150px;
}
.right .detail .txt2 {
	font-size: 47px;
	font-weight:500;
	letter-spacing: -4px;
}
.right .detail .txt2 span {
	color: #0048e8;
}
.right .detail .txt3 {
	font-size: 19px;
	letter-spacing: -2px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.right .detail .txt4 {
	font-size: 47px;
	color: #fff;
	font-weight:500;
	letter-spacing: -4px;
	background-color: #0048e8;
}
.right .detail .txt5 {
	color: #fff;
	font-size: 19px;
	letter-spacing: -2px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: #0048e8;
}
.right .agreements {
	padding: 40px;
}


::-webkit-scrollbar {
    width: 6px; /* 滚动条的宽度 */
    height: 6px; /* 滚动条的高度 */
}
 
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道的颜色 */
}
 
::-webkit-scrollbar-thumb {
    background: #888; /* 滚动条滑块的颜色 */
    border-radius: 3px; /* 滚动条滑块的圆角 */
}
 
::-webkit-scrollbar-thumb:hover {
    background: #555; /* 鼠标悬停在滚动条滑块上的颜色 */
}
.language-selector {
    z-index: 10;
    width: 180px;
		position: absolute;
		top: 15px;
}

.language-select {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 8px 35px 8px 15px;
    font-size: .9rem;
    appearance: none;
    -webkit-appearance: none;
    transition: .3s;
    width: 180px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 2px 10px rgba(0,0,0,.1)
}

.language-select:focus,.language-select:hover {
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(79,143,232,.2)
}

.language-selector::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    pointer-events: none;
    transition: transform .3s
}
