@charset "UTF-8";






.left{float:left;}
.right{float:right;}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1200px
}


.content-wrap {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	position: relative;
}

.content {
	position: relative
}

.article-title {
	font-size: 24px;
	margin: 0 0 10px;
	font-weight: normal;
}
.article-title.center {
	position: relative;
	top: inherit;
	left: inherit;
	transform: unset;
	text-align: center;
}
.vip-content {
	text-align: center;
	margin-bottom: 60px;
}

body.home .vip-content {
	padding: 40px 0 25px;
	margin-bottom: 0;
	background-image: url(../images/vipbg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.vip-content h2 {
	margin: 0 0 45px;
	font-size: 24px;
	text-align: center;
	position: relative;
	font-weight: normal;
}

.vip-content h2 span {
	position: relative;
}

.vip-content h2 span:after {
	content: " ";
	width: 20px;
	background: #fe8103;
	height: 3px;
	position: absolute;
	left: 0;
	top: 45px;
	margin-left: calc(50% - 10px);
	border-radius: 1.5px;
}

.vip-item {
	padding: 0 30px 50px;
	border-radius: 8px;
	background-color: #ffffff;
	text-align: center;
	width: 22%;
	margin: 0 1% 30px 1%;
	display: inline-block;
	top: 0;
	position: relative;
	box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
	box-sizing: border-box;
}

.vip-item:hover {
	top: -10px;
}

.vip-item h6 {
	font-size: 20px;
	margin: 0 -30px;
	background: #fe8103;
	padding: 15px 0;
	font-weight: normal;
	color: #fff;
	border-radius: 8px 8px 0 0;
}

.vip-item.item-1 h6 {
	background: #0ec0e6;
}

.vip-item.item-2 h6 {
	background: #514e9f;
}

.vip-item.item-3 h6 {
	background: #6f0ee6;
}

.vip-item.item-4 h6 {
	background: #d2c55d;
}

.vip-item p.border-decor {
	margin-bottom: 50px;
	text-align: center;
}

.vip-item p.border-decor span {
	background: #f5f5f5;
	border-radius: 30px;
	padding: 7px 12px 5px;
	color: #333;
	display: inline-block;
	line-height: 1;
	font-size: 13px;
}

.vip-item .price {
	font-weight: 600;
	font-size: 32px;
	display: block;
	margin: 20px 0 5px;
}

.vip-item .price small {
	font-size: 14px;
}

.vip-item .vip-tips-box {
	width: 290px;
	height: 90px;
	position: absolute;
	background: url(../images/choose.png) no-repeat left top;
	background-size: auto 77px;
	left: 0;
	bottom: -50px;
	z-index: 4
}

.vip-item .vip-tips-box span {
	position: absolute;
	bottom: 0;
	left: 95px;
	line-height: 24px;
	text-align: center;
	color: #555c6f;
	font-size: 16px
}

.vip-item .vip-tips-box span em {
	color: #6f0ee6;
	font-weight: 500
}

.vip-item ul {
	margin-bottom: 20px
}

.vip-item ul li {
	font-size: 15px;
	padding-bottom: 10px
}

.vip-item ul li:not(:first-child) {
	padding-top: 10px
}

.vip-item ul li:not(:last-child) {
	border-bottom: solid 1px #f7f7f7
}

.vip-item ul li i {
	width: 8px;
	height: 8px;
	border: 2px solid #fe8103;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.vip-item.item-1 ul li i {
	border-color: #0ec0e6
}

.vip-item.item-2 ul li i {
	border-color: #514e9f
}

.vip-item.item-3 ul li i {
	border-color: #6f0ee6
}

.vip-item.item-4 ul li i {
	border-color: #d2c55d
}

.vip-item .btn {
	color: #fff !important;
	background: #fe8103 !important;
	border-radius: 50px;
	padding: 12px 35px;
}

.vip-item.item-1 .btn {
	background: #0ec0e6 !important
}

.vip-item.item-2 .btn {
	background: #514e9f !important
}

.vip-item.item-3 .btn {
	background: #6f0ee6 !important
}

.vip-item.item-4 .btn {
	background: #d2c55d !important
}

.vip-why {
	background: #f9f9f9;
	padding: 0px 0 68px;
}

.vip-why h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: normal;
}

body.home .vip-why h2 {
	margin: 0 0 45px;
	font-size: 24px;
	text-align: center;
	position: relative;
	font-weight: normal;
}

body.home .vip-why h2 span {
	position: relative;
}

body.home .vip-why h2 span:after {
	content: " ";
	width: 20px;
	background: #fe8103;
	height: 3px;
	position: absolute;
	left: 0;
	top: 45px;
	margin-left: calc(50% - 10px);
	border-radius: 1.5px;
}

.vip-why .desc {
	text-align: center;
	color: #777;
	font-size: 14px;
	margin-bottom: 40px;
}

body.home .vip-why .desc {
	margin-top: -15px;
}

.vip-why .items .item {
	float: left;
	width: 25%;
	text-align: center;
}

.vip-why .items .item div {
	text-align: left;
}

.vip-why .items .item div,
.vip-why .items .item span {
	display: inline-block;
}

.vip-why .items .item span {
	background: #fe8103;
	color: #fff;
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 12px;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	position: relative;
	top: -10px;
}

.vip-why .items .item span i {
	top: 5px;
}

.vip-why .items .item h4 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
}

.vip-why .items .item p {
	text-align: inherit;
	color: #666
}

.vip-faqs {
	margin: 30px 0;
}

.vip-faqs .items {
	margin: 0 30px;
}

.vip-faqs .items h4 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
}

.vip-faqs .items .item {
	margin-bottom: 8px;
}

.vip-faqs .items .item h5 {
	font-weight: normal;
	font-size: 16px
}

.vip-faqs .items .item p {
	font-size: 13px;
	color: #888
}
