body,
ul {
	/*组合选择器*/
	list-style: none;
	/*清除列表默认样式*/
	padding: 0;
	/*清除padding*/
	margin: 0;
}

li {
	float: left;
}

.nav>li {
	margin: 0px;
	padding: 0px;
}

.navbar-default {
	background: none;
	border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	padding: none;
	margin: none;
}

.navbar-nav>li>a {
	margin: 0px;
}

.nav>li>a {
	padding: 0px;
	margin: 0px;
}

.navbar {
	min-height: auto;
	margin: 0px;
}


/*  */
.x-float-nav {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;
	padding: 10px 0px;
}

.x-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.x-logo {}

.x-logo img {
	vertical-align: middle;
	height: 43px;
}

.x-logo span {
	color: #777;
	vertical-align: middle;
	font-size: 16px;
	display: inline-block;
	padding: 5px 10px;
}

/* 按钮 */
.x-login {}

.x-login-button {
	color: #444;
	background: #fff;
	border: 0;
	padding: 6px 20px;
	cursor: pointer;
	margin-right: 20px;
	border-radius: 2px;
	border: 1px solid #999;
}

.x-login-register {
	color: #fff;
	border-radius: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#00cca3), to(#3cbeca));
	background: linear-gradient(90deg, #00cca3, #3cbeca);
	padding: 6px 20px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid;
}

/* 导航 */
.x-navigation {
	color: #777;
	font-size: 14px;
	text-align: center;
}

.x-navigation li {
	margin: 0px 10px;
}

.x-navigation span {
	padding: 3px 15px;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid white;
}

.x-navigation .active .x-choice,
.x-navigation span:hover {
	color: #39bfc8;
	background: #ecfaf7;
	border: 1px solid #39bfc8 !important;
	border-radius: 15px;

}

/*  */
.x-screen-1 {
	width: 100%;
	height: 600px;
	background-image: url(bill-bg1.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.x-screen-1 .container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}

/* 1 */
.x-screen-1 .x-title-tab {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

.x-screen-1 .x-li {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.x-screen-1 .x-li li {
	float: none;
	margin-bottom: 10px;
}

.x-screen-1 .x-experience {
	color: #39bfc8;
	background: #fff;
	border: none;
	margin-top: 30px;
	font-size: 16px;
	padding: 10px 50px;
	border-radius: 2px;
	cursor: pointer;
}

.x-screen-1 .img-responsive {
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-animation: rotation-data-v-38acf1e3 2s linear infinite;
	animation: rotation-data-v-38acf1e3 2s linear infinite;
	opacity: 1
}

.x-screen-1 .code-dom {
	position: absolute;
	top: 170px;
	left: 380px;
}

.x-screen-1 .img-code {
	width: 140px;
	height: 140px;
}

.x-screen-1 .x-code-txt {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-top: 2px;
	color: white;
	letter-spacing: 5px;
}


@-webkit-keyframes rotation-data-v-38acf1e3 {
	0% {
		top: 0px
	}

	50% {
		top: 40px
	}

	to {
		top: 0px
	}
}

/*  */
.x-title {
	font-size: 28px;
	text-align: center;
	padding-top: 45px;
	font-weight: 400;
}

.x-subtitle {
	font-size: 16px;
	padding-top: 10px;
	font-weight: 400;
	color: #999;
	text-align: center;
}

.x-screen-2 {
	width: 100%;
	height: 1205px;
	background-image: url(advan15.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.x-icon-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 45px 0 60px 0;
}

.x-icon-list li {
	margin: 0 20px;
	text-align: center;
}

.x-icon-list li img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
}

.x-icon-list li p {
	font-size: 14px;
	color: #999;
	padding-top: 8px;

}

.main-tabs {
	margin: 30px auto 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}


.main-tabs li {
	display: inline-block;
	font-size: 16px;
	color: #444;
	cursor: pointer;
	text-align: center;
	padding: 10px 20px;
	position: relative;
}

.main-tabs .x-active {
	color: #39bfc8;
	position: relative;
}

.main-tabs .x-active::before {
	content: "";
	bottom: 0;
	width: 90px;
	height: 2px;
	position: absolute;
	background-color: #39bfc8;
	left: calc(50% - 45px);
}

/*  */
.x-screen-2 .tab-content {
	position: absolute;
}

.x-screen-2 .tab-content .x-main-text {
	width: 210px;
	display: none;
}

.x-screen-2 .tab-content .x-main-text h4 {
	font-size: 28px;
	padding-top: 100px;
	padding-bottom: 20px;
	margin-bottom: 17px;
	position: relative;
	text-align: left;
	color: #fff;
	font-weight: 400;
}

.x-screen-2 .tab-content .x-main-text h4::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 60px;
	height: 2px;
	content: "";
	background-color: #fff;
}

.x-screen-2 .tab-content .x-main-text h5 {
	font-size: 18px;
	line-height: 1.4em;
	padding: 21px 0;
	text-align: left;
	color: #fff;
	font-weight: 400;
}

/*  */
.x-main-li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.x-main-li li {
	margin-bottom: 8px;
	color: #fff;
	font-size: 14px;
}

.x-main-li li::before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.x-screen-2 .tab-content .x-main-show {
	position: absolute;
	top: 30px;
	left: 270px;
	width: 870px;
	height: 640px;
	background-color: white;
	border-radius: 20px;
	z-index: 8;
}

/*  */
.x-screen-3 {
	background-color: #FDFDFD;
}

.x-screen-3 .x-transi-ups {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.x-screen-3 .fade-in {
	padding: 37px 80px 70px;
	padding: 37px 80px 70px;
	border-radius: 10px;
	text-align: center;
	margin: 0px 10px;
	margin-top: 50px;
}

.x-screen-3 .x-funlist1 {
	background-color: #f2fefa;
}

.x-screen-3 .x-funlist2 {
	background-color: #f2fcfe;
}

.x-screen-3 .fade-in h6 {
	color: #00cca3;
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}

.x-screen-3 .fade-in p {
	margin-top: 15px;
	text-align: left;
	color: #444;
	font-size: 14px;
}

.x-screen-3 .fade-in img {
	width: 50px;
	height: 50px;
}

/*  */
.x-screen-3 .x-choiceUs-box {
	border-bottom: 1px solid #DEE7EF;
	padding: 0px 20px;
	box-sizing: border-box;
	margin-top: 50px;
}

.x-screen-3 .x-tabs-bar .x-tabs-time {
	font-size: 14px;
	padding: 8px 16px;
	box-sizing: border-box;
	margin-right: 16px;
	border-bottom: 3px solid white;
	display: inline-block;
	color: #999999;
	cursor: pointer;
}

.x-screen-3 .x-tabs-bar .x-tabs-activ,
.x-screen-3 .x-tabs-bar .x-tabs-time:hover {
	border-bottom: 3px solid #3296fa;
	color: #3296fa;
}


.x-screen-3 .ivu-tabs-content {
	width: 100%;
	height: 504px;
	margin-top: 50px;
}

.x-screen-4 {
	width: 100%;
	height: 888px;
	background: linear-gradient(-90deg, #23c2bf, #63e6b2);
	margin-top: 50px;
}

.x-screen-4 .x-safe-cen {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

.x-screen-4 .x-safe-cen li {
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 20px 10px 10px;
	cursor: pointer;
}

.x-screen-4 .x-safe-cen .x-spanColor,
.x-screen-4 .x-safe-cen li:hover {
	border-bottom: 3px solid #fff;
	font-weight: 700;
}

.x-screen-4 .x-controls {
	margin-top: 50px;
	width: 100%;
	height: 670px;
}

/*  */
.x-screen-5 .x-user-tabs {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.x-screen-5 .x-user-tabs button {
	background-color: #fff;
	color: #39bfc8;
	border: 1px solid #39bfc8;
	width: 100px;
	height: 40px;
	font-size: 16px;
}

.x-screen-5 .x-user-tabs button:nth-child(1) {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.x-screen-5 .x-user-tabs button:nth-child(2) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.x-screen-5 .x-user-tabs .x-aictive-btn {
	background-color: #39bfc8;
	color: #fff;
}

#x5 .x-transi-ups {
	margin-top: 80px;
	margin-bottom: 80px;
}

#x5 .x-transi-ups ul {
	display: none;
}

.x-refund .x-img {}

.x-list .x-item .x-title {
	isplay: block;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	width: 352px;
	text-align: left;
}

.x-list .x-item .x-i {
	font-size: 16px;
	color: #444;
	width: 352px;
}

.x-list .x-item .x-i span {
	color: #00cca3;
}

.x-refund {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.x-transi-ups .icon-label {
	width: 44px;
	height: 54px;
}

.x-transi-ups ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.x-transi-ups li {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.x-transi-ups li h5 {
	color: #8F8F8F;
	font-size: 16px;
	padding: 20px 0px;
}

.x-transi-ups li .x-circle {
	width: 9px;
	height: 9px;
	background-color: #999;
	border-radius: 50%;
}

.x-transi-ups li span {
	font-size: 18px;
	margin: 20px auto;
}

.x-transi-ups .active h5 {
	color: black;
}

.x-transi-ups .active .x-circle {
	background-color: #39bfc8;
}

.x-transi-ups .active span {
	color: #39bfc8;
}

/*  */
.x-swipe-container {
	width: 100%;
	height: 550px;
	margin-top: 50px;
	margin-bottom: 100px;
}

/*  */
.x-screen-7 {
	width: 100%;
	height: 590px;
	background-image: url(heartImg.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;

}

/*  */
.x-submit {
	margin-top: 50px;
	position: relative;
}

.x-submit .x-txt {
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 10;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}

.x-submit .x-bg {
	width: 100%;
	height: 100%;
}

.x-submit .x-txt .txt {
	font-size: 24px;
}

.x-submit .x-txt span {
	color: #39bfc8;
	font-size: 36px;
}

.x-submit .x-txt h5 {
	font-size: 16px;
	font-weight: 800;
	margin-top: 40px;
}

.x-submit .x-txt button {
	margin-top: 30px;
	width: 244px;
	height: 56px;
	background: #39bfc8;
	color: white;
	border: none;
	font-size: 24px;
	font-weight: 40;
}

.x-submit .x-qcode {
	position: absolute;
	bottom: 0px;
	right: 20%;

}

.x-submit .x-qcode .qcode {
	width: 140px;
	height: 140px;
}

.x-submit .x-qcode .x-qr-title {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}

.x-screen-8 {
	background-color: #f2fefa;
	margin-top: 35px;
	padding-bottom: 50px;
}

.x-screen-8 .x-cont .x-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.x-screen-8 .x-cont img {
	width: 90px;
	height: 90px;
}

.x-screen-8 .x-cont .x-title {
	font-size: 18px;
	color: #444;
	font-weight: 400;
}

.x-screen-8 .x-cont .x-txt {
	font-size: 14px;
	color: #999;
	text-align: center;
}

/*  */
#swiper-container-1 {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

#swiper-container-1 .swiper-slide img {
	width: 100%;
	height: 100%;
}

/* # */
#swiper-container-2 {
	width: 100%;
	height: 100%;
}

#swiper-container-2 .swiper-slide {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px 30px;
}

#swiper-container-2 .swiper-slide .x-txt {
	flex: 1;
	color: #333;
	font-size: 14px;
	padding-left: 100px;
	padding-top: 50px;
	padding-right: 20px;

}

#swiper-container-2 .swiper-slide .x-txt>div {
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

#swiper-container-2 .swiper-slide .x-txt>div p {
	font-size: 14px;
	color: #bbb;
}

#swiper-container-2 .swiper-slide .x-txt>div>img {
	width: 15px;
	height: 15px;
	margin-right: 30px;
}

#swiper-container-2 .swiper-slide .x-img {
	flex: 1;
	width: 600px;
	height: 400px;
	background-color: white;
	border-radius: 20px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
	margin-top: 50px;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

/*  */
#swiper-container-3 {
	width: 100%;
	height: 100%;
	margin-top: 60px;
}

#swiper-container-3 .swiper-slide p {
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

#swiper-container-3 .swiper-slide img {
	width: 100%;
	height: 100%;
	margin: auto;
}

/* # */
#swiper-container-4 {
	width: 100%;
	height: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}

#swiper-container-4 .swiper-container {
	width: 100%;
	height: 100%;
}

#swiper-container-4 .swiper-container {
	width: 100%;
	height: 100%;
}

#swiper-container-4 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#x7 {
	position: relative;
}

#x7 .swiper-button-prev {
	left: -20px;
}

#x7 .swiper-button-next {
	right: -20px;
}

#swiper-container-5 {
	width: 100%;
	height: 100%;
	margin-top: 60px;
	margin-bottom: 60px;
}

#swiper-container-5 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#swiper-container-5 .swiper-slide img{
	width: 270px;
}

.x-font-color-yellow {
	color: #FEE726;
}

/* 备案号 */
.x-filings{
	padding: 20px 0px;
	color: white;
	text-align: center;
	background-color: #333333;
}

.x-filings a{
	color: white;
}