* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
}
html,body {
	background: #eeeeee;
	font-family: "微软雅黑";
	font-size: 1rem;
}
.page {
	height: 100%;
	overflow: hidden;
}
.top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3rem;
	background: #ffffff;
	z-index: 999;
}
.nav {
	width: 92%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
}
.home_mid {
	min-height: 33rem;
	background: #5b5a84;
	padding-bottom: .1rem;
	margin: 0rem 0 3.3rem 0;
	padding-top: .8rem;
}
.home_mid_top {
	width: 96%;
	height: 3rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home_mid_top li {
	width: 3rem;
	height: 3rem;
	text-align: center;
	color: rgba(255, 255, 255, .6);
}
.home_mid_top li .circle {
	width: 1.8rem;
	height: 1.8rem;
	margin: 0 auto;
	border-radius: 50%;
	background: rgba(255, 255, 255, .6);
	text-align: center;
	position: relative;
}
.home_mid_top li .circle > img {
	margin: .4rem 0;
}
.home_mid_top li .circle img.actives {
	-webkit-animation: turn 1.5s linear infinite;
}
@keyframes turn{	
	100% {
		transform: rotate(360deg);
	}
}
.circle .line {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 1.8rem;
	background: red;
	border-radius: 2px;
	transform: rotate(-135deg);
}
.home_mid_top li > span {
	font-size: .78rem;
}
.circle_two {
	width: 1.8rem;
	height: 1.8rem;
	margin: 0 auto;
	border-radius: 50%;
	background: #FFFFFF;
	text-align: center;
}
.circle_two >img {
	margin: .35rem 0 0 .1rem;
}
.home_mid_content {
	width: 70%;
	margin: 1rem auto 0;
	text-align: center;
}
.home_mid_content p:nth-child(1) {
	height: 3rem;
	line-height: 3rem;
	font-size: .87rem;
	color: #FFFFFF;
}
.home_mid_content h2 {
	height: 3rem;
	line-height: 3rem;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 400;
}
.home_mid_content .title {
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: .9rem;
	color: #FFFFFF;
}
.home_mid_content .phone {
	height: 3rem;
	line-height: 3rem;
	font-size: 1.1rem;
	color: #FFFFFF;
}
.home_mid_content .user_out {
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	margin: 0 auto;
	padding: .5rem 0;
	position: relative;
}
.hottitle {
	position: absolute;
	bottom: 6px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 47%;
	height: 1.5rem;
	line-height: 1.5rem;
	background: #FFFFFF;
	border-radius: 30px;
	padding: 0 .4rem;
	color: #FF0000;
	font-size: .75rem;
}
.home_mid_content .user_out .user_init {
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 1rem 0;
}
.home_mid_content .user_out .user_init > img {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	margin: -.5rem auto 0;
}
.home_mid_bottom {
	width: 92%;
	height: 3.5rem;
	margin: .5rem auto;
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
	align-items: center;
}
.home_mid_bottom li {
	width: calc(100%/4);
	height: 100%;
	text-align: center;
	padding-top: .7rem;
	font-size: .75rem;
}
.home_mid_bot {
	width: 100%;
	height: 6rem;
	background: rgba(0, 0, 0, .6);
	margin-top: 1rem;
}
.home_mid_bot .bot_one {
	height: 3rem;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	padding: 0 .8rem;
	font-size: .75rem;
}
.home_mid_bot .bot_one .content {
	width:10rem;
}
.bot_one .copy {
	padding: 4px 5px;
	border: 1px solid #FFFFFF;
	margin-left: .4rem;
	border-radius: 5px;
}
.home_mid_infos {
	width: 92%;
	min-height: 3rem;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 1rem auto;
	overflow: hidden;
}
.home_mid_infos > h4 {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-size: .9rem;
}
.tabs {
	width: 93%;
	margin: 0 auto;
}
.home_mid_infos .mid_tab {
	width: 45%;
	height: 2rem;
	display: flex;
	align-items: center;
	font-size: .78rem;
}
.home_mid_infos .mid_tab > li {
	width: calc(100%/2);
	height: 100%;
	line-height: 2rem;
	text-align: center;
}
.home_mid_infos .mid_tab > li.active {
	color: #fd6059;
	font-weight: 600;
	border-bottom: 2px solid #fd6059;
}
.home_mid_infos .other_infos,
.home_mid_infos .user_infos {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: .5rem;
}
.home_mid_infos .other_infos .bot_one {
	width: 100%;
	height: 2rem;
	margin: .3rem auto;
	display: flex;
	align-items: center;
	font-size: .75rem;
}
.home_mid_infos .other_infos .bot_one > p {
	width: 2.2rem;
	text-align: center;
}
.home_mid_infos .other_infos .bot_one > li {
	display: flex;
	align-items: center;
	margin-left: .3rem;
}
.other_infos .bot_one > li .copys {
	width: 4rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	border: 1px solid #999999;
	margin-left: .6rem;
	color: #999999;
	border-radius: 6px;
}
.home_mid_infos .user_infos .bot_one {
	width: 100%;
	height: 2rem;
	margin: .3rem auto;
	display: flex;
	align-items: center;
	font-size: .75rem;
}
.home_mid_infos .user_infos .bot_one > p {
	width: 2.2rem;
	text-align: center;
}
.home_mid_infos .user_infos .bot_one > li {
	display: flex;
	align-items: center;
	margin-left: .3rem;
}
.user_infos .bot_one > li .copys {
	width: 4rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	border: 1px solid #999999;
	margin-left: .6rem;
	color: #999999;
	border-radius: 6px;
}
.wx_img {
	position: fixed;
	bottom: 3rem;
	right: .3rem;
}
.ding {
	width: 2.5rem;
	height: 2.5rem;
	background: #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	border: 1px solid #cccccc;
	font-size: .75rem;
	display: flex;
	flex-direction: column;
}
.ding img {
	margin: .3rem auto 0;
}
.wx {
	width: 2.5rem;
	height: 2.5rem;
	background: #5eb847;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	margin-top: 4rem;
}
.wx img {
	width: 1.5rem;
	height: 1.5rem;
	margin: .5rem 0;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 3rem;
	background: #f0f0f0;
	border-top: 1px solid #dddddd;
	display: flex;
	align-items: center;
}
.footer > p {
	width: calc(100%/3);
	height: 100%;
	text-align: center;
	font-size: .78rem;
	color: #060606;
}
.footer > p > img {
	display: block;
	margin: .6rem auto 0;
}