.price-page h1 {
	font-size: 40px;
	line-height: 1.5;
}
h1, h2 {
	font-weight: 300;
}
.price-page p {
	/*font-size: 16px;*/
	/*line-height: 1.57;*/
}
p {
	font-weight: 400;
}
.price_wrap {
	padding: 90px 0 0;
	background-position: center bottom;
	background-size: cover;
	background-color: #fff;
	margin-bottom: 0;
}
.price_content {
	max-width: 1120px;
	margin: 0 auto;
}
.price_header {
	margin-bottom: 110px;
}
.price_header .desc {
	color: grey;
	max-width: 600px;
	margin: 0 auto;
}
.price_title {
	margin-bottom: 40px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.price_container {
	width: 100%;
}
.price_version {
	margin: 0 auto;
	display: flex;
}
.price_version:after {
	clear: both;
}
.free_version {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 406px;
	padding: 0;
	height: 1800px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 8px 24px 0 rgba(82,94,102,.15);
	box-shadow: 0 8px 24px 0 rgba(82,94,102,.15);
}
.version_header {
	position: relative;
	padding: 16px 0;
	height: 85px;
	border-bottom: 1px solid #e5e5e5;
}
.version_header h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.version_header .tips {
	font-size: 16px;
	margin: 8px 16px 0;
}
.version_price {
	padding-top: 32px;
	margin-left: 28px;
	margin-right: 28px;
	height: 200px;
	border-bottom: 1px solid #eee;
}

.version_price .price .currency{
	position: relative;
	top: 21px;
	left: -4px;
	font-size: 20px;
	vertical-align: top;
	color: #a6a6a6;
}
.version_price .price .money{
	font-size: 40px;
	font-weight: 200;
	line-height: 55px;
}
.version_price .price .unit {
	font-size: 16px;
	color: #a6a6a6;
}
.version_price a {
	display: inline-block;
	margin-top: 20px;
}

.btn-use {
	font-size: 16px;
	padding: 14px 40px;
	border: 1px solid #3FBB6A;
	color: #3FBB6A;
	border-radius: 26px;
	-webkit-box-shadow: 0 2px 8px 0 rgba(36,10,147,.15);
	box-shadow: 0 2px 8px 0 rgba(36,10,147,.15);
}
.func_list p {
	font-size: 14px;
	margin: 0 0 0 16px;
	padding: 32px 0;
	color: #a6a6a6;
}
.func_list li {
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
	padding-left: 60px;
}
/*.func_list li img{*/
	/*position: absolute;*/
	/*left: 16px;*/
	/*width: 20px;*/
	/*height: 20px;*/
	/*margin-right: 20px;*/
	/*text-align: center;*/
/*}*/

.func_list li .iconfont {
	display: inline-block;
	position: absolute;
	left: 16px;
	top: -4px;
	font-size: 22px;
	margin-right: 20px;
	text-align: center;
	color: #3FBB6A;
}

.func_list .func_category {
	font-size: 15px;
	color: #41464b;
	font-weight: 700;
	text-align: center;
	margin: 20px 0;
}
.func_list .func_category .line{
	width: 65px;
	height: 1px;
	background-image: -webkit-linear-gradient(left,#f4f4f4,#e5e5e5);
	background-image: -moz-linear-gradient(left,#f4f4f4,#e5e5e5);
	background-image: -o-linear-gradient(left,#f4f4f4,#e5e5e5);
	background-image: linear-gradient(90deg,#f4f4f4,#e5e5e5);
	margin-top: 11px;
	display: inline-block;
}

.func_name {
	display: inline-block;
}

.team_size_small {
	color: grey;
}
.team_size_middle {
	color: #fff;
}

.normal_question {
	padding: 80px 0;
	background-color: #fafbfc;
}

.normal_question .title {
	margin-bottom: 60px;
	text-align: center;
}

.normal_question h2 {
	font-size: 32px;
}

.normal_question>ul, .normal_question>#accordion {
	max-width: 800px;
	margin: 0 auto;
}

.question_item {
	-webkit-box-shadow: 0 1px 0 #e5e5e5;
	box-shadow: 0 1px 0 #e5e5e5;
	-webkit-transition: all 218ms;
	transition: all 218ms;
}

.arrow-icon {
	position: absolute;
	display: inline-block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	right: 16px;
}

.panel-heading .arrow-icon {
	background-image: url("../images/down-arrow.svg");
}
.panel-heading.active .arrow-icon {
	background-image: url("../images/up-arrow.svg");
}

.answer {
	padding: 0 32px;
}

.start_to_use {
	padding: 100px;
	text-align: center;
	max-width: 1120px;
	margin: 0 auto;
}

.form-control {
	display: block;
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
	color: #383838;
	background: #fff;
	outline: none;
	border: 1px solid #d1d1d1;
}

.form_to_use {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.form_to_use .mobile {
	display: inline-block;
	max-width: 440px;
	border-radius: 26px;
	padding: 26px 30px;
	margin-right: 16px;
}

.panel {
	border: none;
	background-color: initial;
}
.panel-heading {
	padding: 24px 32px;
	position: relative;
}
.panel-heading:hover {
	color: #3FBB6A;
}

.panel-default>.panel-heading {
	background-color: initial;
}
.panel-body {
	border-top: none !important;
	padding: 0 32px 24px;
}

@media (min-width: 768px) {
	.col-sm-4 {
		width: 33.33333333%;
		float: left;
		min-height: 1px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

#MEIQIA-BTN-HOLDER {
	right: 0;
}