*{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	background: #E6EAEB;
	font-family: Arial, '微软雅黑', '宋体', sans-serif;
}
.iframe_none{
	display: none;
}
.content{
	width: 100%;
	height: auto;
	margin: 8rem 0px;
}
.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.box{
	width: 22rem;
	display: block;
	position: relative;
	padding-top: 11.25rem;
	padding-bottom: 20px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 5px 9px 17px rgba(102,102,102,0.75);
	color: #FFF;
	text-align: center;
}
.second_circle{
	stroke-dashoffset: 0;
	stroke-dasharray: 735;
	transition: stroke-dashoffset 1s linear;
}
.circle{
	position: absolute;
	top: -50px;
}
.second_text{
	position: absolute;
	top: 13px;
    text-align: center;
	width: 100%;
	color: #000;
	font-size: 98px;
}
.tip_body{
	margin: 35px 0;
	width: 100%;
}
.tip_btn{
	border-radius: 10px;
	background-color: #4AB0F7;
	height: 55px;
	line-height: 55px;
	width: 280px;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 2px;
}

.tip_footer{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	height: 42px;
	width: 100%;
}
.tip_footer_icon{
	float: left;
}
.tip_footer_text {
	float: left;
	border-left: 2px solid #EEE;
	padding: 3px 0 0 5px;
	height: 40px;
	color: #0B85CC;
	font-size: 12px;
	text-align: left;
}
.tip_footer_text p {
	color: #7A7A7A;
	font-size: 12px;
	line-height: 18px;
}
.font_ff0000{
	color: #ff0000;
}
.jump_no{
	display: none;
}
