* {
	margin: 0;
	padding: 0;
	color: #333;
	list-style: none;
	text-decoration: none;
}

ul {
	display: flex;
	font-size: 14px;
}

li {
	color: #666;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

[v-cloak] {
	display: none;
}

.line {
	margin: 0px 10px;
}

.curpor {
	cursor: pointer;
}

li.curpor:hover {
	font-weight: bold;
	color: #5350a0;
}

.header {
	height: 100px;

}

.header>div {
	width: 1200px;
	height: 100px;
	margin: 0px auto;
	display: flex;
	align-items: center;
}

.header .title {
	margin-left: 15px;
	font-size: 16px;
}

.main_one .iOS .btn {
	width: 146px;
	height: 52px;
	background: #333;
	border-radius: 26px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_one .android .btn {
	width: 146px;
	height: 52px;
	background: #FF3E3E;
	border-radius: 26px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_one div.inner {
	width: 146px;
	height: 52px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 26px;
	animation-duration: 1.5s;
	-webkit-animation-name: state1;
	animation-name: state1;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
}

.main_one .iOS div.inner {
	background: #999;
}

.main_one .android div.inner {
	background: #fda8a8;
}

@keyframes state1 {
	0% {
		opacity: 0.5;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.3, 1.5);
		transform: scale(1.3, 1.5);
	}
}

.main_one .android {
	width: 146px;
	height: 52px;
	background: #FF3E3E;
	border-radius: 26px;
	/* margin: 32px auto 0px; */
	margin-top: 32px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.main_one .android span {
	font-size: 15px;
	margin-left: 8px;
	color: #fff;
}

.main_one .iOS {
	width: 146px;
	height: 52px;
	background: #333;
	border-radius: 26px;
	/* margin: 32px auto 0px; */
	margin-top: 32px;
	margin-left: 60px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.main_one .iOS span {
	font-size: 15px;
	margin-left: 8px;
	color: #fff;
}

.main_one {
	height: 724px;
	margin: 0px auto;
	background: #F0F1FF;
}

.main_one .content {
	width: 1200px;
	height: 724px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main_one .content p {
	font-size: 32px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 8px;
}

.home_phone {
	/* transform: scale(0.4); */
	width: 294px;
	height: 550px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.main_two {
	width: 1200px;
	height: 778px;
	margin: 0px auto;
}

.consultant {
	margin-left: -30px;
	width: 1000px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.main_three {
	height: 580px;
	background: url(../image/question_background.png) no-repeat;
	background-size: 100% 421px;
}

.question_phone {
	width: 294px;
	height: 550px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.main_three .content,
.main_five .content {
	width: 1200px;
	height: 421px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.main_three .content .text,
.main_five .content .text {
	margin-left: 100px;
}

.main_three .content p,
.main_five .content p {
	font-size: 28px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 8px;
}

.question_phone,
.nature_phone {
	position: absolute;
	top: 50px;
	right: 0px;
}

.main_four,
.main_six {
	height: 578px;
}

.main_four .content,
.main_six .content {
	width: 1200px;
	height: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
}

.main_four .content .text,
.main_six .content .text {
	margin-left: 140px;
}

.main_four .content p,
.main_six .content p {
	font-size: 28px;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: 8px;
}

.heart_phone {
	width: 294px;
	height: 550px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.main_five {
	height: 580px;
	background: url(../image/nature_background.png) no-repeat;
	background-size: 100% 421px;
}

.nature_phone {
	width: 294px;
	height: 550px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.test_phone {
	width: 294px;
	height: 550px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.footer {
	height: 312px;
	background: #FCFCFC;
}

.footer .content {
	width: 1200px;
	height: 100%;
	margin: 0px auto;
}

.footer .top {
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .bottom {
	margin-top: 30px;
}

.footer .bottom ul {
	margin-bottom: 16px;
}



.app .main {
	width: 1200px;
	margin: 0px auto;
}

.app .header {
	border-bottom: 1px solid #F0F1FF;
}

.nav {
	height: 50px;
	line-height: 50px;
}

.nav .content {
	width: 1200px;
	height: 50px;
	margin: 0px auto;
}

.nav .content li {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.app p {
	margin-bottom: 20px;
	line-height: 32px;
	text-align: justify;
	color: #333;
}

.app .titletext {
	font-size: 20px;
	text-align: center;
	margin: 20px 0px 50px;
	font-weight: bold;
}

.app h4 {
	margin-bottom: 20px;
}

h4.title {
	margin: 0px 0px 0px 15px;
}

.app strong {
	color: #000;
}

.app .firm {
	text-align: right;
	margin: 50px 0px;
	font-weight: bold;
	color: #000
}

#to_top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #5350a0;
	color: #fff;
	z-index: 999;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	display: none;
}
