.content {
	position: relative;
	width: 100%;
	min-height: 89vh;
	background-image: url('../img/background.png?v=1');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.content-left {
	position: absolute;
	left: 100px;
    top: 30px;
	color: #FFFFFF;
}

@font-face {
	font-family: "PangMenZhengDao-Regular";
	src: url("../assets/font/CangErYuYangTiW05-2.ttf")
}

@font-face {
	font-family: "Source Han Sans CN-Regular";
	src: url("../assets/font/CangErYuYangTiW05-2.ttf")
}

.content-left :first-child {
	font-family: "PangMenZhengDao-Regular";
	font-size: 78px;
	font-weight: 400;
}

.content-left :last-child {
	font-size: 28px;
	font-weight: 400;
}

.content-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 350px;
    top: 450px;
	color: #FFFFFF;
}

.content-center :first-child {
	font-size: 78px;
	font-family: "PangMenZhengDao-Regular";
	font-weight: normal;
}

.content-center :last-child {
	font-size: 35px;
    font-weight: 500;
	align-items: center;
}

.content-right {
	box-sizing: border-box;
	position: absolute;
	right: 150px;
	top: 50%;
	transform: translate(0, -50%);
	padding: 48px 40px;
	width: 334px;
	background: #FFFFFF;
	box-shadow: 0px 11px 32px 1px rgba(32, 89, 188, 0.14);
	border-radius: 35px;
	opacity: 1;
}

.content-right-1 {
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: 19px;
	font-weight: 450;
	color: #191616;
	cursor: pointer;
}

.active {
	font-weight: 450;
	color: #191616;
	cursor: pointer;
}

.active::after {
	content: '';
	width: 100%;
	height: 1px;
	margin: auto;
	margin-top: 10px;
	display: block;
	background: #007BE5;
	width: 60%;
	height: 5px;
	border-radius: 3px;
}

.content-right-2 {
	display: flex;
	margin-top: 30px;
    padding: 15px 5px 15px 10px;
    border-radius: 20px;
    border: 1px #333333 solid;
	/* opacity: 0.52; */
}

.content-right-3 {
	margin-top: 13px;
	display: flex;
	justify-content: center;
	color: #999999;
	font-size: 16px;
    font-weight: 500;
	cursor: pointer;
	color: #007BE5;
}

.content-right-4 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-top: 58px;
	width: 233px;
	height: 40px;
    font-size: 16px;
    font-weight: 500;
	background: #007BE5;
	border-radius: 34px 34px 34px 34px;
	opacity: 1;
	color: #FFF;
	cursor: pointer;
}

#signP {
	display: none;
	align-items: center;
	justify-content: center;
	color: #666666;
}

.content-right-5 {
	/* margin: auto; */
	margin-top: 10px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.footer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 11vh;
}

.footer-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-content-top {
	font-size: 13px;
	font-weight: 400;
	color: #999999;
}

.footer-content-bottom {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}

.agreement {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(40, 40, 40, 0.5)
}

.agreement-total {
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	padding-bottom: 70px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}

.agreement-total-top {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 34px;
	width: 1200px;
	height: 52px;
	font-size: 16px;
	background: #007BE5;
	border-radius: 10px 10px 0px 0px;
	opacity: 1;
	color: #FFF;
}

.agreement-total-center {
	height: 700px;
	box-sizing: border-box;
	padding: 27px 34px;
	font-size: 14px;
	line-height: 22px;
}

.agreement-total-bottom {
	position: absolute;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	height: 64px;
	background: #FFFFFF;
	box-shadow: 0px -1px 6px 1px rgba(0, 0, 0, 0.08);
	border-radius: 0px 0px 10px 10px;
	opacity: 1;
}

.agreement-total-bottom-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 15px;
	width: 291px;
	height: 40px;
	background: #007BE5;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	cursor: pointer;
}

input {
	height: 20px !important;
}

.pop {
	position: relative;
	width: 300px;
	margin: auto;
}
.pop-top{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 265px;
	background: linear-gradient(to bottom, #3D84FF, #7DC2FF);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #FFF;
}
.pop-top-1 {
	margin-top: 25px;
	font-size: 21px;
}
.pop-top-2 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 350;
}
.pop-top-3 {
	margin: 15px 0 12.5px 0;
}
.pop-top-3  img{
	width: 70px;
	object-fit: contain;
}
.pop-dele{
	position: absolute;
	right: 10px;
	top: 10px;
}
.pop-dele img{
	width: 22px;
	object-fit: contain;
}
.pop-top-4 input{
	box-sizing: border-box;
	padding: 0 10px;
	width: 250px;
	height: 40px!important;
	background: #FFF;
	border-radius: 25px;
	color: #999;
	font-size: 15px;
	text-align: center;
}
.pop-top-5 {
	margin-top: 7.5px;
	font-size: 14px;
}
.pop-button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #FFF;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #007BE5;
	font-size: 17px;
	cursor: pointer;
}
