/* 首页  */
body{
	font-size: 0.12rem;
	font-family: "Source Han Sans CN";
}
.main{
	width: 6.2rem;
	margin: 0 auto;
}
.top-box {
	width: 100%;
	height: 4.5rem;
	background: url(../images/bg_01.jpg) left top repeat-y;
	background-size: 100% 30px;
	box-shadow: inset 6px -6px 12px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.top-con {
	width: 7.1rem;
	margin: 0 auto;
	padding: 0.1rem 0;
}

.logo {
	width: 0.35rem;
	height: 0.19rem;
}

.introduce {
	font-size: 0.07rems;
	margin-left: 0.1rem;
	line-height: 1.3;
}

.nav-item {
	color: #545454;
	margin-left: 0.15rem;
}

.nav-item.current {
	color: #FFFFFF;
	background: #e0225c;
	border-radius: 35px;
	padding: 0.03rem 0.1rem;
}

.show-box {
	margin-top: 0.8rem;
}

.show-left {
	width: 2.45rem;
	height: auto;
	display: block;
}

.show-right {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1.4;
}

.font-big {
	font-size: 0.41rem;
}

.font-mid {
	font-size: 0.21rem;
}

.down-title {
	font-size: 0.31rem;
}

.btn-develop {
	border: solid 1px #545454;
	color: #545454;
	padding: 2px 10px;
	border-radius: 5px;
	letter-spacing: 3px;
	margin-top: 5px;
}

.btn-down {
	display: block;
	color: #373737;
	height: 31px;
	font-size: 20px;
	margin-top: 55px;
	background: url(../images/icon-down.png) no-repeat right center;
	background-size: 31px 31px;
	padding-right: 42px;
}

.title-box {
	padding: 24px 0;
}

.title {
	font-size: 0.27rem;
}

.box-item {
	width: 1.96rem;
	height: 2.12rem;
	border: solid 1px #eeeeee;
	text-align: center;
}

.advert-box {
	width: 100%;
	/*height: 3.96rem;*/
	overflow: hidden;
	margin: 0.56rem 0;
}

.advert-pic {
	width: 100%;
	height: auto;
}

.ability-pic {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.icon-01,
.icon-02,
.icon-03 {
	margin: 0.56rem auto 0.15rem;
}

.icon-01 {
	width: 0.99rem;
	height: 0.59rem;
}

.icon-02 {
	width: 0.64rem;
	height: 0.69rem;
}

.icon-03 {
	width: 0.72rem;
	height: 0.74rem;
}

.phone-box {
	margin: 50px auto;
}

.mine-pic {
	width: 1.79rem;
	height: 3.56rem;
	margin-right: 1.03rem;
}

.btn-down-line {
	color: #e70052;
	border: solid 1px #e70052;
	border-radius: 30px;
	padding: 0.08rem 0.16rem;
	letter-spacing: 2px;
	margin-top: 0.3rem;
	font-size: 0.17rem;
}

.contact-box {
	width: 6.2rem;
	margin: 0 auto;
}

.contact-mg{
	margin: 0 0.38rem;
}

.btn-contact {
	width: 0.96rem;
	color: #FFFFFF;
	padding: 0.02rem 0;
	border-radius: 35px;
	background: #e70052;
	margin: 0 0.38rem 0.1rem;
}

.contact-item {
	width: 42%;
	padding: 0.12rem 0.16rem;
	border: solid 1px #b5b5b5;
	border-radius: 4px;
}
.contact-item.current{
	width: auto;
}

.footer {
	background: #eef4fe;
	margin-top: 18px;
}

.footer-box {
	padding: 0.28rem 0;
}

.footer-box .flex-top{
	margin: 0 0.16rem;
	flex-wrap: wrap;
}

.footer-item{
	margin-bottom: 0.3rem;
}

.footer-item a{
	color: #373737;
	display: block;
	margin-bottom: 0.06rem;
}

.footer-title {
	font-size: 0.14rem;
	margin-bottom: 0.08rem;
}

.code-box {
	margin-right: 16px;
}

.code-pic {
	width: 0.85rem;
	height: 0.85rem;
	margin-bottom: 0.06rem;
}

.copyright-box {
	margin-top: 44px;
}

.copyright-box a {
	display: initial;
}

.mgl-5 {
	margin-left: 5px;
}
