/* CSS Document */
html {
	font-size: 100px
}

@media screen and (min-width: 360px) {
html {
	font-size: 112.5px
}
}

@media screen and (min-width: 375px) {
html {
	font-size: 117.1875px
}
}

@media screen and (min-width: 414px) {
html {
	font-size: 129.375px
}
}

@media screen and (min-width: 480px) {
html {
	font-size: 150px
}
}

@media screen and (min-width: 640px) {
html {
	font-size: 200px
}
}
.mo-navbar {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
	overflow: hidden;
	height: .5rem;
	background-color: #f8f8f8
}
.mo-navbar .navbar-logo {
	float: left;
	padding-top: .075rem;
	padding-bottom: .075rem;
	padding-left: .125rem;
	height: .5rem
}
.mo-navbar .navbar-logo>img {
	max-width: 100%;
	max-height: 100%
}
.mo-navbar .right {
	position: relative;
	float: right
}
.mo-navbar .search {
	position: absolute;
	width: .25rem;
	height: .25rem;
	background-color: #0fa29a;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: -.25rem;
	color: #fff;
	text-align: center;
	font-size: .14rem;
	line-height: .25rem
}
.mo-navbar .search:hover .search-box {
	visibility: visible;
	opacity: 1
}
.mo-navbar .menu {
	font-size: .16rem;
	height: .5rem;
	width: .425rem;
	line-height: .5rem;
	text-align: center;
	color: #0fa29a
}
.mo-navbar .search-box {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	position: absolute;
	top: 50%;
	right: -4px;
	width: 1.5rem;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.mo-navbar .input {
	width: 100%;
	padding-left: 20px;
	padding-right: 25px;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	border: 0;
	outline: 0;
	border-radius: 20px;
	color: #666;
	font-size: 14px
}
.mo-navbar .search-buttom {
	font-size: .14rem;
	color: #999;
	position: absolute;
	border: 0;
	outline: 0;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: 0 0
}

@media (max-width: 1224px) {
.site-navbar {
	display: none
}
.mo-navbar {
	display: block
}
	.mt-mark{margin-top: .5rem;}
}

@media (max-width: 640px) {
.pages {
	padding-top: 20px
}
}
.iphone-mark {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 500
}
.iphone-nav {
	z-index: 501;
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-transform: translate3d(-2.125rem, 0, 0);
	transform: translate3d(-2.125rem, 0, 0);
	width: 2.125rem;
	background-color: #fcfeff
}
.iphone-nav.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.iphone-nav>div>ul {
	padding-left: .125rem;
	padding-right: .15rem
}
.iphone-nav .li {
	position: relative
}
.iphone-nav .a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 0 .12rem
}
.iphone-nav .a>a {
	height: .475rem;
	line-height: .475rem;
	color: #000;
	font-size: .125rem
}
.iphone-nav .a>i {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	color: #0fa29a;
	font-size: .16rem;
	height: .475rem;
	line-height: .475rem
}
.iphone-nav .two {
	display: none
}
.iphone-nav .two a {
	display: block;
	padding-left: .18rem;
	height: .475rem;
	line-height: .475rem;
	color: #000;
	font-size: .125rem;
	border-bottom: 1px solid #c5c5c5
}
