*{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
}
.main_flex {
	display: flex;
	align-items: center;
}
.contanier {
	width: 100%;
    min-height: 100vh;
	display: flex;
	align-items: center;
	background: #E3F4FF url('../img/bg.png') no-repeat 50%;
	background-size: 100% 100%;
	align-content: center;
}
.box {
	width: 998px;
	height: 614px;
	background-color: #ffffff;
	margin: auto;
	border-radius: 17px;
	padding-top: 35px;
	box-sizing: border-box;
}
.title {
	height: 54px;
	font-size: 39px;
	font-weight: 600;
	color: #222222;
	line-height: 54px;
	text-align: center;
}
.desc {
	height: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #909CAD;
	line-height: 25px;
	text-align: center;
	margin-top: 10px;
}
.qq {
	margin-top: 10px;
	justify-content: center;
}
.qq_text {
	border-radius: 4px;
	border: 1px solid #4979FF;
	font-size: 18px;
	font-weight: 400;
	color: #4979FF;
	line-height: 25px;
	padding: 3px 10px;
}
.url_list {
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 42px;
}
.url_item {
	width: 281px;
	height: 80px;
	/* background: linear-gradient(135deg, #FFF9F8 0%, #FFEAEA 100%); */
	border-radius: 8px;
	justify-content: center;
	margin-top: 33px;
}
.url_item:nth-child(1) {
	background: linear-gradient(130deg, #F5FAFF 0%, #DDEDFF 100%);
}
.url_item:nth-child(2) {
	background: linear-gradient(135deg, #FAF9FF 0%, #EEEEFF 100%);
	box-shadow: 0px 2px 11px 0px rgba(16,33,82,0.15);
}
.url_item:nth-child(3) {
	background: linear-gradient(135deg, #FFFBF2 0%, #FFF3D8 100%);
}
.url_item:nth-child(4) {
	background: linear-gradient(134deg, #F2FDFE 0%, #DCFBFE 100%);
}
.url_item:nth-child(5) {
	background: linear-gradient(135deg, #FFF9F8 0%, #FFEAEA 100%);
}
.url_item:nth-child(6) {
	background: linear-gradient(135deg, #FFF9F8 0%, #FFEAEA 100%);
}
.url_item_text {
	font-size: 24px;
	font-weight: 500;
	color: #222222;
	line-height: 33px;
	margin-left: 12px;
}
.add_btn {
	width: 305px;
	height: 54px;
	background: linear-gradient(311deg, #558DFF 0%, #4777FF 100%);
	border-radius: 8px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	justify-content: center;
	margin: 33px auto 0;
}
.bottom {
	width: 303px;
	height: 96px;
	flex-direction: column;
	justify-content: space-between;
	background: rgba(222, 238, 255, .1);
	border-radius: 4px;
	border: 1px solid #4979FF;
	margin: 20px auto 0;
	font-size: 14px;
	font-weight: 400;
	color: #3A3D3D;
	line-height: 20px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
.footer {
	position: fixed;
	bottom: 10px;
	left: 50%;
	flex-direction: column;
	justify-content: space-between;
	width: 958px;
	height: 54px;
	padding: 6px 0;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.56);
	border-radius: 12px;
	margin-left: -479px;
}
.footer_top {
	font-size: 14px;
	font-weight: 500;
	color: #3A3D3D;
}
.footer_bottom {
	font-size: 14px;
	font-weight: 400;
	color: #909CAD;
}
.down {
	display: none;
}
.add_phone_btn {
	display: none;
}
.other_footer {
	display: none;
}
@media screen and (max-width: 1000px) {
	.contanier {
		display: block;
		box-sizing: border-box;
		background: #E3F4FF url('../img/bg_phone.png') no-repeat 100%;
		padding-bottom: 20px;
	}
	.box {
		width: 100%;
		height: auto;
		background-color: transparent;
	}
	.title {
		height: auto;
		font-size: 31px;
		line-height: 44px;
	}
	.desc {
		height: auto;
		font-size: 16px;
		line-height: 22px;
		margin-top: 3px;
	}
	.qq_text {
		height: auto;
		font-size: 16px;
		line-height: 22px;
	}
	.url {
		padding: 0 15px 0 24px;
		margin-top: 20px;
	}
	.url_list {
		background: #FFFFFF;
		border-radius: 10px;
		padding: 12px 12px 17px 17px;
	}
	.url_item {
		width: 100%;
		height: 54px;
		margin-top: 10px;
		border-radius: 7px;
		padding: 0 25px;
		justify-content: flex-start;
	}
	.url_item_icon {
		width: 33px;
		height: 33px;
	}
	.url_item_text {
		font-size: 18px;
		font-weight: 500;
		color: #222222;
		line-height: 25px;
	}
	.add_btn {
		display: none;
	}
	.down {
		display: flex;
		margin-top: 16px;
	}
	.down_item {
		flex: 1;
		height: 50px;
		background: #FFFFFF;
		border-radius: 8px;
		border: 1px solid #497AFF;
		justify-content: center;
		font-size: 14px;
		font-weight: 500;
		color: #4A7BFF;
	}
	.down_item + .down_item {
		margin-left: 10px;
		background: linear-gradient(311deg, #558DFF 0%, #4777FF 100%);
		color: #FFFFFF;
	}
	.down_item_icon {
		width: 23px;
		height: 23px;
	}
	.down_item_text {
		margin-left: 7px;
	}
	.add_phone_btn {
		display: flex;
		width: 100%;
		height: 50px;
		background: linear-gradient(311deg, #FF9521 0%, #FF8B14 100%);
		border-radius: 8px;
		justify-content: center;
		margin-top: 16px;
	}
	.add_phone_btn span {
		font-size: 14px;
		font-weight: 500;
		color: #FFFFFF;
		margin-left: 6px;
	}
	.add_phone_btn_icon {
		width: 22px;
		height: 23px;
	}
	.bottom {
		width: 100%;
		min-height: 69px;
		background: rgba(255, 255, 255, 0.16);
		border-radius: 4px;
		border: 1px solid #4979FF;
		padding: 5px;
		font-size: 12px;
	}
	.other {
		padding: 0 15px 0 20px;
	}
	.other_footer {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
		height: 42px;
		padding: 5px 0;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.08);
		border-radius: 10px;
		margin-top: 16px;
	}
	.other_footer .footer_top {
		font-size: 11px;
		font-weight: 500;
		color: #3A3D3D;
	}
	.other_footer .footer_bottom {
		font-size: 11px;
		font-weight: 400;
		color: #909CAD;
	}
	.footer {
		display: none;
	}
}