/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}

body {
	margin: 0;
	-ms-overflow-style: none;
	
	overflow: auto;
	padding: 0;
}
body::-webkit-scrollbar{
width: 0 !important;
}
body * {
	box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

a {
	background: transparent;
	color: #333;
	text-decoration: none
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: .0625rem dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 2.5rem
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: .0625rem solid silver;
	margin: 0 .125rem;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0
}

::-webkit-input-placeholder {
	color: #949ea6
}

:-ms-input-placeholder {
	color: #949ea6
}

::placeholder {
	color: #949ea6
}

.pt80 {
	padding-top: 5rem
}

ul,ol,li {
	list-style: none;
}

ul,li {
	padding: 0
}

.pt100 {
	padding-top: 6.25rem
}

.pt120 {
	padding-top: 7.5rem
}

.pt140 {
	padding-top: 8.75rem
}

.pt160 {
	padding-top: 10rem
}

.common-navbar-container {
	width: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
}

.common-navbar-container.active {
	background: #fff;
	-webkit-box-shadow: inset 0 -0.0625rem 0rem 0 #e6e6e6;
	box-shadow: inset 0 -0.0625rem 0rem 0 #e6e6e6;
	border-bottom: none
}

.common-navbar-container.active nav a,.common-navbar-container.active .current-language {
	color: #888
}

.common-navbar-container.active .current-language:after {
	border-color: transparent transparent #888
}

.common-navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 75rem;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased
}

.common-navbar .navbar-logo {
	margin-right: 2.5rem;
	width: 7.5rem;
}

.common-navbar nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.common-navbar nav a {
	display: inline-block;
	padding: 1rem;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.common-navbar nav a:hover {
	opacity: .8
}

#space.scrolled {
	position: relative;
	height: .0625rem;
	width: 100%;
	overflow: auto;
	transition: background-size .2s;
	background: radial-gradient(50% 0,farthest-side,rgba(0,0,0,.5),transparent);
	background: radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.5),transparent);
	background-repeat: no-repeat;
	background-size: 100% .125rem
}

.navbar-placeholder {
    height: 0rem;
	background:linear-gradient(135deg,rgba(88,202,138,1) 0%,rgba(51,183,109,1) 100%);
	
}

.navbar-mobile-container {
	z-index: 999;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: transparent;
	border-bottom: .0625rem solid rgba(255,255,255,0.2);
}

.navbar-mobile-container .navbar-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 999;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 1rem;
	height: 4.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0 solid #f2f4f5;
}

.navbar-mobile-container .navbar-mobile .logo {
	width: 8.5rem;
}

.navbar-mobile-container .navbar-mobile-menu {
	position: absolute;
	top: 4.375rem;
	width: 100%;
	height: 100%;
	padding: 1em;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(0) scale(.95);
	transform: translateY(0) scale(.95);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	visibility: hidden;
	transition: opacity .25s,transform .25s,visibility .25s,-webkit-transform .25s;
	background-color: hsla(0,0%,100%,.98)
}

.navbar-mobile-container .navbar-mobile-menu .navbar-mobile-menu-item {
	border-bottom: 0 solid #f2f4f5;
	margin-bottom: 1em
}

.navbar-mobile-container .navbar-mobile-menu .navbar-link {
	display: block;
	height: 2em;
	line-height: 2em;
	margin-bottom: 1em;
	font-size: 1rem;
	font-weight: 300;
	color: #666;
	text-decoration: none;
	cursor: pointer
}

.navbar-mobile-container .navbar-mobile-menu .navbar-link:hover {
	opacity: .8
}

.navbar-mobile-container .navbar-mobile-menu .navbar-link.download {
	font-weight: 400;
	color: #098de6
}

@media (max-width:73rem) {
	.common-navbar-container {
		display: none
	}

	.navbar-mobile-container {
		display: block
	}

	.navbar-mobile-container.active {
		height: 100%
	}

	.navbar-mobile-container.active .navbar-mobile-menu {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		visibility: visible
	}

	.navbar-mobile-container.mactive .navbar-mobile {
		background: #fff;
		-webkit-box-shadow: inset 0 -0.0625rem 0 0 #f1f1f1;
		box-shadow: inset 0 -0.0625rem 0 0 #f1f1f1;
		border-bottom: none
	}

	.navbar-mobile-container.mactive .hamburger-inner, .navbar-mobile-container.mactive .hamburger-inner:after, .navbar-mobile-container.mactive .hamburger-inner:before {
		background-color: #20B260
	}
}

.common-navbar a,.navbar-mobile a {
	height: 2.5rem;    line-height: 100%;
}
.logo{
	display: flex;
	align-items: center;
	color: #fff;
}
.logo span{
	padding-left: 0.5rem;
}
.common-navbar-container.active .logo{
	color: #58CA8A
}
.navbar-mobile-container.mactive .logo{
	color: #58CA8A
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity,-webkit-filter;
	transition-property: opacity,filter;
	transition-property: opacity,filter,-webkit-filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: 0
}

.hamburger:hover {
	opacity: .7
}

.hamburger-box {
	width: 1.625rem;
	height: 1.625rem;
	display: inline-block;
	position: relative
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -0.125rem
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
	width: 1.625rem;
	height: .0625rem;
	background-color: #fff;
	border-radius: .25rem;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	transition-duration: .15s;
	transition-timing-function: ease
}

.hamburger-inner:after,.hamburger-inner:before {
	content: "";
	display: block
}

.hamburger-inner:before {
	top: -0.625rem
}

.hamburger-inner:after {
	bottom: -0.625rem
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: .13s;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner:after {
	top: -1.25rem;
	transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
	transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
	transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0,-0.625rem,0) rotate(-45deg);
	transform: translate3d(0,-0.625rem,0) rotate(-45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	opacity: 0;
	transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
	transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
	transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s
}


.common-navbar .menulist {
	position: relative;
	display: flex;
	align-items: center
}


html {
	position: relative
}

body {
	font-family: Graphik-Light,PingFangSC-Light,PostGrotesk-Book,-apple-system,BlinkMacSystemFont,Helvetica,"Microsoft Yahei","Helvetica Neue",Arial,sans-serif
}

.home-page {
    background: #fff;
   
}
.home-page .overview{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;color: #fff;font-weight: 200;background:linear-gradient(135deg,rgba(109,202,113,1) 0%,rgba(102,187,106,1) 100%);padding-top: 5rem}
.home-page .overview,.home-page .overview .overview-inner{display:-webkit-box;display:-ms-flexbox;display:flex}
.home-page .overview .overview-inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:3rem;width:100%;max-width:75rem;position: relative;}
.home-page .overview .overview-inner main{margin-right:3.125rem;}
.home-page .overview .overview-inner aside{position:relative;width: 50rem}
.home-page .overview .overview-inner .slogan{max-width:37.5rem;font-size:4.5rem;-webkit-font-smoothing:antialiased;font-weight: 400;line-height: 1.13;letter-spacing: .0625rem;color:#FEFEFE}
.home-page .overview .overview-inner .desc{color:#FEFEFE;font-size:1.125rem;line-height:1.5;margin-top:1rem;font-weight:100;}
.overview .mini{
	margin-top: 2.5rem;
	width: 14rem;
	height: 3.25rem;
	background: #fff url('code.png') no-repeat 62px center;
	color: #58CA8A;
	font-size: 1.125rem;
	border-radius: .25rem;
	line-height: 3.25rem;
	text-align: center;
	background-size: 1.25rem 1.25rem;
	padding-left: 1.25rem;
	position: relative;	
}
.overview .mini div{
	position: absolute;
	width: 14rem;
	left: 0;
	top: 3rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 999
}
.overview .mini div img{
	width: 9.375rem;
}
.overview .mini div p:first-child{
	height: 9.375rem;
}
.overview .mini div p:last-child{
	font-size: 1rem;
	color: #999;
}
.overview .mini div.hide{
	display: none;
}
.notice,.notice-pop{
	position: absolute;
	color: #fff;
}
.notice{
	left: 0;
	top: 0;
	overflow: hidden;
  width: 75rem;
}
.notice #copy{
 white-space: nowrap;
}
.what-do{
    max-width: 93.75rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 0 auto
}
.what-do h3{
    font-size: 2.25rem;
    font-weight: 400;
    text-align:center;
    padding: 6.25rem 0;
}
.what-do .do{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.what-do .do .item{
    width: 31.25rem;
    text-align: center;
    margin-bottom: 4.375rem;
}
.what-do .do .item p.p{
    height: 6.5625rem;
    line-height: 6.5625rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.what-do .do .item p.t{
    font-size: 1.375rem;
    font-weight: 400;
	/* padding: 1.25rem 0; */
	padding-top: 1.25rem
}
.what-do .do .item p.s{
    font-size: 1.125rem;
    font-weight: 300;
    padding: .75rem 0;
}
.what-do .do .item p.d{
    padding-right: 4rem;
    padding-left: 4rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 100;
	line-height: 1.5;
	color: #666;
	text-align: center;
}
.function{
    background:#20B260 url('bj_2.png') no-repeat left center;
	color: #fff;
}
.function .function-inner{
    max-width: 75rem;
    margin: 0 auto;
}
.function h3{
    text-align: center;
    padding: 5rem 0;
    font-size: 2.25rem;
    font-weight: 400
}
.function .function-inner .list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}
.function .function-inner .list img{
    width: 4rem;
}
.function .function-inner .list .item{
    text-align:center;
    margin-bottom: 6.25rem;
    flex: 1;

}
.function .function-inner .list .item p:last-child{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    line-height: 1.5
}
.function .function-inner .list .item p.t{
    font-size: 1.125rem;
    margin: 1.25rem 0;
}
.price{
	background: #F8F9FB
}
.price .price-inner{
    max-width: 93.75rem;
    margin: 0 auto;
}
.price h3{
    text-align: center;
    padding-top: 5rem;
    font-size: 2.25rem;
    font-weight: 400
}
.price .sub-title{
    text-align: center;
    font-size: 1.5rem;
    color: #404040
}
.price .data{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.price .data .item{
    width: 21.25rem;
    margin-right: 2.5rem;
	height: 26.25rem;
    margin-top: 6.875rem;
    margin-bottom: 6.875rem;
    text-align: center;
	color: #404040;
	box-shadow:0px 20px 60px 10px rgba(13,37,62,0.05);
	border:1px solid rgba(238,238,238,1);
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.price .data .item .top{
	background: #f3f3fd;
	height: 7.125rem;
	line-height: 7.125rem;
	font-size: 1.875rem;
	color: #ffffff
}
.price .data .item .top p:first-child{
    padding-top: 3.75rem;
    font-size: 1.3125rem;
    font-weight: 400;
    
}
.price .data .item .top p:last-child{
    font-size: 2.8125rem;
    font-weight: 400;
    padding-bottom: 1.875rem
}
.price .data .item .top p span{
    font-size: 4.6875rem;
}
.price .data .item .bot{
    border: .0625rem solid rgba(216, 220, 232, 0.51);
    border-top: 0;
    padding: 2.5rem 0;
    font-size: 1.3125rem;
	color: #808080;
	box-sizing: border-box;
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1rem
}
.price .data .item .bot p a{
    border-radius: 3.5rem;
    display: inline-block;
    margin-top: 2.5rem;
	font-weight: 200;
	font-size: 1rem;
	padding: 1.125rem 6.875rem;
}
.price .data .item.blue .bot{
	padding: 0
}
.price .data .item.blue .bot p{
	margin: .3125rem 0
}
.price .data .item.active .top{
    color: #fff;
    background: linear-gradient(81deg,rgba(40,194,107,1),rgba(32,178,96,1));
}
.price .data .item.active .bot p a{
    color: #fff;
    background: linear-gradient(81deg,rgba(40,194,107,1),rgba(32,178,96,1));
}
.price .data .item:last-child{
    margin-right: 0;
}
.price .data .item.grey .top{
	background: #F46143;
}
.price .data .item.grey a{
	border:.0625rem solid #F46143;
	background: #F46143;
	color: #fff;
}
.price .data .item.orange .top{
	background: #F5A623;
}
.price .data .item.orange a{
	border:.0625rem solid #F5A623;
	color: #fff;
	background: #F5A623
}
.price .data .item.green .top{
	background: #66BB6A;
}
.price .data .item.green a{
	border:.0625rem solid #66BB6A;
	color: #fff;
	background: #66BB6A
}
.price .data .item.blue .top{
	background: #108EE9;
}
.newp{
	font-size: 1.25rem;
	color: #9B9B9B
}
.newp span:first-child{
	font-size: 2.5rem;
	color: #000;
}
.oldp{
	font-size: 1.25rem;
	color: #999;
	text-decoration: line-through
}
.compare{
    background: #fff;
}
.compare .compare-inner{
	max-width: 93.75rem;
	margin: 0 auto;
}
.compare h3{
	font-size: 2.25rem;
	color: #222;
	padding: 4.375rem 0;
	text-align: center;
	font-weight: 400
}
.compare .table{
	padding-bottom: 7.5rem;
}
.compare .table .header{
	display: flex;
	flex-direction: row;
	justify-content: space-between
}
.compare .table .header div{
	flex: 1;
	color: #fff;
	text-align: center;
	height: 3.75rem;
	line-height: 3.75rem;
}
.compare .table .header div.func{
	background: #222;
	width: 25rem;
	min-width: 25rem;
}
.compare .table .header div.free{
	background: #989898;
}
.compare .table .header div.vip{
	background: #F5A623;
}
.compare .table .header div.comm{
	background: #F36042;
}
.compare .table .header div.svip{
	background: #66BB6A;
}
.compare .table .header div.ssvip{
	background: #1E88F5;
}
.compare .table .header div.func::before{
	content: "功能列表"
}
.compare .table .header div.free::before{
	content: "免费"
}
.compare .table .header div.comm::before{
	content: "通用版"
}
.compare .table .header div.vip::before{
	content: "定制版"
}
.compare .table .header div.svip::before{
	content: "尊享定制版"
}
.compare .table .header div.ssvip::before{
	content: "特别定制版"
}
.compare .table .body{
	border-left: .0625rem solid #eee;
	display: flex;
	flex-direction: row;
	background: #fff;
	justify-content: space-between
}
.compare .table .body .col{
	flex:1;
}
.row.row-head{
	width: 25rem;
	min-width: 25rem
}
.col.end-col{
	border-right: .0625rem solid #eee;
	border-bottom: .0625rem solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #66BB6A
}
.compare .table .body .row .merge{
	display: flex;
	flex-direction: row;
	align-items: stretch;
	align-content: center;
	justify-content: center;
	box-sizing: border-box;
	height: auto;
}
.compare .table .body .row .merge div:last-child{
	display: flex;
	flex-direction: column;
	flex: 1;
	box-sizing: border-box;
}
.compare .table .body .row .cell{
	border-right: .0625rem solid #eee;
	border-bottom: .0625rem solid #eee;
	height: 3.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex: 1;
	position: relative;
	color: #666;
	box-sizing: border-box;
	overflow: hidden;
}
.compare .table .body .row .cell.head{
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center
}
.compare .table .body .row .cell.g{
	color: #66BB6A
}
.compare .table .body .row .cell.r{
	color: #FF3B30
}
.compare .table .row .cell.yes,.compare .table .row .cell.no{
	height: 3.5rem;
}
.compare .table .row .cell.yes::before{
	content: " ";
	position: absolute;
	width: 1.75rem;
	height: 1.25rem;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAeCAMAAABt9nzSAAAAhFBMVEVHcExr1iRo1CFs2CJp1yNp0yFp1CL///+q/1Vp0yFp0yKA/4Bo1CJo0yJo0yJp1CNo1CFp1CFp0yJp1CJp1CJo1SRp1iJq0yFq1CJq1CJp1CJr1SRo0yJp1CFo0yFp1CFq1CqA5jNs1yJw1ilo0yJq1CVr1iNp1CJp1SNp1CFo1SJo0yHY1hikAAAAK3RSTlMAMpo0M++lAQPulwKmpJib7aijp5wxRJFZh8VPrufXmQwKLRnNMFHxbeyQd1fYzAAAAKlJREFUOMu10tcOwjAMBVCHjlDKKHvvjf///wgljSg42EjFb7aOLFm+AFVXMN/KoB4jrjYi2UBTE7HEkVjGYtmtVynbP8r+P6U+XfYeuc5l0+28IV4VKWtvEs6mTUKJhAOSlpBwjChrZVy+PSQsLY1NHuPoxeoOLT+tXzob8LJsv0sA5awe5LLl/3theensgpeFfcqUyZzKrOylbD6HmVRaK5IAu9ly6pV3QyAliWmnd8AAAAAASUVORK5CYII=') no-repeat 0 center;
	background-size: 1.3125rem .875rem;
	left: 50%;
	top: 1.125rem;
	margin-left: -0.625rem;
	z-index: 9;
}
.compare .table .row .cell.no::before{
	content: "\00D7";
	position: absolute;
	width: 1.75rem;
	height: .125rem;
	left: 50%;
	margin-left: -0.875rem;
	top: 0rem;
	font-size: 1.875rem
}

.compare .table .body .row .merge .cell{
	/* height: 3.5rem; */
	/* line-height: 3.5rem */
}
.common-footer {
	width: 100%;
	padding: 3.375rem 0;
	-webkit-font-smoothing: antialiased;
	background: url('footer.png') no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	height: 26.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	
}
.common-footer div:first-child{
	font-size: 2.25rem;
	text-align: center;
    padding: 0 1.25rem
}
.common-footer img {
	width: 10.3125rem;
	margin: 1.25rem 0;
	border-radius: 50%;
}
.compare .table .body .row .cell.cell-m{
	height: 7rem;
	line-height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.25rem;
}
.compare .table .body .row .cell.cell-m p:first-child{
	font-size: 1.875rem;
	color: #F24724;
}
.compare .table .body .row .cell.cell-m p:last-child{
	font-size: .875rem;
	color: #999;
	text-decoration: line-through;
}
@media (max-width:64rem) {

}

@media (max-width:53.75rem) {
	.common-navbar nav a{
		font-size: .875rem
	}
	.home-page .overview .overview-inner{
		flex-direction: column
	}
	.home-page .overview .overview-inner aside{
		flex: 1;
		padding: 0 2.5rem;
		width: 100%;
	}
	.home-page .overview .overview-inner main{
		margin: 0 auto;
		margin-top: 3.25rem;
		text-align: center
	}
	.home-page .overview .overview-inner .slogan{
		font-size: 2.25rem;
		text-align: center;
		padding: 0;
		line-height: 0.5;
	}
	.home-page .overview .overview-inner .desc{
		font-size: .75rem
	}
	.what-do .do .item p.t{
		text-align: center;
	}
	.what-do .do .item p.d{
		padding-left: 1.875rem;
		padding-right: 1.875rem;
		text-align: center;
	}
	.home-page h3{
		padding: 2.25rem 1.875rem;
		font-size: 1.875rem
	}
	.function .function-inner .list{
		flex-direction: column
	}
	.function{
		background-image: none;
	}
	.function .function-inner .list .item{
		margin-bottom: 2.5rem;
	}
	.compare{
		display: none
	}
	.price .data{
		flex-direction: column
	}
	.price .data .item{
		flex: 1;
		margin-left: 1.875rem;
		margin-right: 1.875rem;
		width: auto;
		margin-bottom: 1.875rem;
		margin-top: 1.875rem;
	}
	.price .data .item:last-child{
		margin-right: 1.875rem
	}
	/* .price .sub-title{

	}
	.compare .table .body .row .cell.head{
		display: none
	}
	.compare .table .header div.func::before{
		content: "功能服务"
	}
	.compare .table .header div.free::before{
		content: "免费版"
	}
	.compare .table .header div.vip::before{
		content: "VIP版"
	} */
}