.main{
	background-color:#FFFFFF;
	margin-top:20px !important;
	margin-bottom:50px !important;
	padding:50px 32px 80px 41px;
	box-sizing: border-box;
}
.agree{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	font-size: 16px;
	color: #000000;
	margin-bottom: 42px;
}
.agree_title{
	font-size: 20px;
	color: #333333;
	text-align: center;
}
.agree_time{
	text-align: right;
}
.agree_con{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin-top:20px;
}
.agree_con img{
	width:100% !important;
}

.agree_title2{
	text-align: left;
}
.agree_time{
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	text-align: left;
	margin-bottom: 44px;
}


/*弹窗*/
.popup_phone{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	background:rgba(0,0,0,0.15);
	display:flex;
	justify-content:center;
	align-items:center;
}
.popup_mask{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:99;
	background:rgba(0,0,0,0.15);
}
.popup_phone_con{
	width: 400px;
	height: 280px;
	background-color:#FFFFFF;
	position: relative;
	z-index:999;
}
.popup_img{
	width: 100%;
	font-size:30px;
	font-weight:bold;
	line-height:60px;
	text-align:center;
}
.popup_content{
	width:100%;
	position:absolute;
	bottom:30px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.popup_phone_list{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:326px;
	padding:0 26px;
	box-sizing: border-box;
}
.popup_phone_list img{
	width:52px;
	height:42px;
}
.popup_phone_list span{
	font-size: 28px;
	color:#333333;
	font-weight:500;
	letter-spacing:1px;
}
.popup_button{
	width:326px;
	height:48px;
	font-size:20px;
	line-height:48px;
	color:#FFFFFF;
	background-color:var(--bg-color);
	margin-top:52px;
}