:root{
	--color-blue: #3388FF;
	--color-white: white;
}
*{
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	font-size: 62.5%;
	font-family: "微软雅黑";
	background-color: white;
	height: fit-content;
}
.show{
	display: block;
}
.hidden{
	display: none;
}
.header_img img{
	width: 100%;
}
.call-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* border: 1px solid red; */
	background-color: var(--color-white);
	padding: 0.3rem 0;
	width: 100%;
	z-index: 19;
}	
.call-block span{
	font-size: 1.1rem;
	margin-left: 0.5rem;
}
.call-block span::before{
	font-size: 1.3rem;
	position: relative;
	bottom: -0.2rem;
}
.call-block .call-btn{
	width: fit-content;
	background-color:red;
	border-radius: 1.4rem;
	color:var(--color-white);
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.2rem 0.9rem;
	margin-right: 0.5rem;
}
.block-title{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	font-size:1.2rem;
	border-bottom: 0.2rem solid var(--color-blue);
	margin-top: 0.8rem;
	font-weight: bold;
	padding-top: 0.4rem;
}
.block-icon{
	display: block;
	width: 1.2rem;
	height: 1.5rem;
	background-color: var(--color-blue);
	transform: skewX(25deg);
	margin-right: 1rem;
	margin-bottom: -0.2rem
}
.block-content{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0.3rem;
}
.list{
	/* width: 29%; */
	margin: 0.2rem;
	border-radius: 0.2rem;
	background: var(--color-blue);
	color: white;
	text-align: center;
	font-size: 1.01rem;
	padding: 0.2rem;
}
.list_col2{
	width: 42%;
}
.list_col3{
	width: 29%;
}
.list_col4{
	width: 20%;
}
.list img{
	width: 100%;
	border-radius: 0.2;
}

.slogan-block{
	display: flex;
	justify-content: center;
	margin-top: 0.2rem;
	flex-wrap: wrap;
}
.slogan-block .icon-block{
	background-color: var(--color-blue);
	width: 20%;
	border-radius: 0.3rem;
	font-size: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	margin: 0.2rem;
	padding: 0.5rem 0;
	color: var(--color-white);
}
.slogan-block .icon-block span::before{
	font-size: 2.5rem;
}
.icon2-block, .icon3-block{
	margin:0.2rem 0.2rem;
	border-radius: 0.4rem;
	text-align: center;
	font-size: 0.6rem;
	padding: 0.4rem 0.1rem;
}
.icon2-block{
	width: 38%;
	background-color: var(--color-blue);
	color: var(--color-white);
}
.icon3-block{
	width: 30%;
	background-color: var(--color-blue);
	color: var(--color-white);
}
.icon2-block .slogan-title, .icon3-block .slogan-title{
	color:#FBFF57;
	font-size:1.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.2rem;
}
.slogan-block .icon2-block span,.slogan-block .icon3-block span{
	display: block;
	padding: 0.2rem;
}
.slogan-block .icon2-block span::before,.slogan-block .icon3-block span::before{
	font-size: 2.9rem;
}

.call-1v1-block{
	display: flex;
	margin: 0.8rem;
	padding: 0.8rem;
	background-color: #FDF2F2;
	border-radius: 0.5rem;
	align-items: center;
}
.call-1v1-block div:first-child{
	width: 20%;
	/* flex-shrink: 1; */
	/* border: 1px solid red; */
}
.call-1v1-block div:first-child img{
	width: 3rem;
	border-radius: 50%;
}
.call-1v1-block div:nth-child(2){
	flex-grow: 2;
	/* border: 1px solid red; */
	display: flex;
	flex-direction: column;
}
.call-1v1-block div:nth-child(2) span:first-child{
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 0.3rem;
}
.call-1v1-block .call-btn{
	/* width: 20%; */
	border: 1px solid red;
	border-radius: 0.9rem;
	padding: -0.7rem;
	background: red;
	width: fit-content;
	height: fit-content;
	padding: 0.3rem 0.9rem;
	margin: 0.3rem;
	color: white;
	font-size: 1.1rem;
}

.footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 2rem 0;
	
}
.footer p {
	padding: 0.2rem;
}
.footer p span{
	margin: 0 0.5rem;
}
.footer p span::before{
	font-size: 1rem;
	position: relative;
	bottom: -0.2rem;
}