* {
	padding: 0;
	margin: 0;
}

button {
	outline: none;
	cursor: pointer;
}

ul,
li {
	list-style: none;
}

a{
	text-decoration: none;
}


.banner_a img {
	width: 100%;
}
.header {
	height: 78px;
	width: 100%;
	background: linear-gradient(90deg,#007b9c, #006a92);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.header_content {
    width: 1140px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_content>div:first-child {
	/* float: left; */
	/* line-height: 21px; */
	width: 131px;
	height: 21px;
	/* margin-top: 25px; */
}

.header_content>div:first-child img {
	width: 180px;
	height: 50px;
	position: relative;
	top: -14px;
}

.header_content>div:last-child {
	float: right;
	line-height: 78px;
}

.header_content>div:last-child .active{
	padding: 0 24px;
	box-shadow: 0px 2px 10px 0px #00bbd2;
	color: #ffffff !important;
	height: 38px;
	border: none;
	background: linear-gradient(180deg,#00d2ea, #00bbd2);
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}

.active .badge{
	position: absolute;
	top: -13px;
	right: -42px;
	background: #f5222d;
	color: #ffffff;
	border-radius: 10px;
	padding: 3px 14px;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	font-weight: 700;
	z-index:4;
}

.header_content>div:last-child a {
	display: inline-block;
	padding: 0 36px;
	background: #fff;
	height: 38px;
	line-height: 35px;
	margin-left: 30px;
	color: #00bbd2 !important;
	border-radius: 5px;	
	font-size:14px;
}
.banner {
	height: 560px;
	width: 100%;
	padding-top: 78px;
	background: linear-gradient(90deg, #007b9c, #006a92);
	border-bottom-left-radius: 100px;
}

.banner_content {
	width: 1140px;
	height: 100%;
	margin: auto;
	position: relative;
}

.banner_content .banner_content_left {
	float: left;
	width: 420px;
}

.banner_content .banner_content_right {
	float: right;
	width: 683px;
	height: 491px;
	margin-top: 10px;
}

.banner_content h1 {
	padding-top: 129px;
	font-size: 38px;
	font-family: PingFangSC, PingFangSC-Semibold;
	text-align: left;
	color: #ffffff;
	line-height: 53px;
}

.banner_content .banner_describe {
	opacity: 0.8;
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Light;
	font-weight: 300;
	text-align: left;
	color: #ffffff;
	line-height: 22px;
	margin-top: 10px;
}

.banner_content a {
	display: block;
	text-align: center;
	line-height: 42px;
	margin-top: 60px;
	width: 200px;
	height: 42px;
	border: none;
	background: #f8f8f8;
	border-radius: 21px;
	box-shadow: 0px 2px 10px 0px #00bbd2, 0px -2px 4px 0px #bebebe inset;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	color: #00bbd2;
}

.banner_content img {
	width: 100%;
	height: 100%;
}

.banner_content_list {
	position: absolute;
	height: 100px;
	width: 100%;
	/* top: -50px; */
	bottom: -50px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

.banner_content_list li {
	float: left;
	width: 380px;
	bottom: 0;
	position: relative;
}

.banner_content_list .list_icon {
	position: absolute;
	left: 30px;
	top: -27.5px;
	width: 55px;
	height: 55px;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0px 2px 10px 0px rgba(66, 48, 189, 0.11);
	display: flex;
	justify-content: center;
	align-items: center;
}

.list_text {
	padding-left: 105px;
	padding-top: 26px;
}

.list_text p {
	line-height: 24px;
	color: #333;
	font-size: 14px;
}

.list_text p span {
	font-size: 18px;
	font-weight: bold;
}

.banner_content_list .list_icon img {
	height: 24px;
	width: 31px;
}

.understand_amz {
	width: 1140px;
	margin: auto;
	padding-top: 150px;
}

.title {
	font-size: 32px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	text-align: center;
	color: #333333;
	line-height: 45px;
}

.title_describe {
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #999999;
	line-height: 22px;
	margin-top: 10px;
}

.understand_amz_list {
	margin-top: 60px;
	overflow: hidden;
	padding-bottom: 110px;
}

.understand_amz_list>li {
	float: left;
	width: 300px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 14px;
	padding: 24px 30px;
}

.understand_amz_list>li>div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 16px;
	width: 60px;
	height: 60px;
	background: rgba(160, 121, 255, 0.10);
	border-radius: 50%;
	box-shadow: 0px 1px 6px 0px rgba(106, 71, 253, 0.17) inset;
}

.understand_amz_list>li:nth-child(2) {
	margin: 0 24px;
}

.understand_amz_list h4 {
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
	padding: 20px 0 14px 0;
}

.understand_amz_list>li>p {
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.understand_amz_list ul li {
	padding-left: 10px;
}

.understand_amz_list ul li p:first-child {
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	color: #333333;
	line-height: 20px;
	padding: 20px 0 10px 0;
}

.understand_amz_list ul li p:first-child:before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
	margin-bottom: 4px;
	margin-right: 10px;
}

.understand_amz_list ul li p:last-child {
	color: #999999;
	font-size: 14px;
}

.understand_amz_list button {
	width: 300px;
	height: 42px;
	background: #ffffff;
	border: 1px solid #00bbd2;
	border-radius: 21px;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	color: #00bbd2;
	margin-top: 41px;
}

.understand_amz_list button:hover,
.understand_amz_list button:active {
	background: linear-gradient(180deg,#00d2ea, #00bbd2);
	color: #ffffff;
}

.package {
	width: 100%;
	background-image: url(/image/package_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	/* height: 764px;
	padding-bottom: 280px; */
}

.package_title {
	font-size: 32px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	line-height: 45px;
	padding: 32px 0 32px 0;
}


.package_list{
	margin: auto;
	width: 280px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 22px;
	margin-bottom: 20px;
}
.package_list li{
	float: left;
	text-align: center;
	line-height: 40px;
	width: 50%;
	cursor: pointer;
	color: #fff;
}
#package_box,#package_box2,#function_item,#bigdata_item,#ranking_item, #package_plugin{
	width: 1140px;
	margin: auto;
	overflow: hidden;
}

#package_box > h5, #package_box2 > h5, #package_plugin > h5{
	width: 1110px;
	margin: auto;
	padding: 12px 0;
}

#package_plugin .swiper-wrapper .swiper-slide {
    width: 48%;
}
#package_plugin .swiper-wrapper{
	display: flex;
	justify-content: space-between;
}


.choice {
	width: 140px;
	height: 100%;
	background: #fff;
	border-radius: 20px;
	color: #6150CA !important;
}

.tab-item,.funs-item ,.bigdata-item,.ranking-item{
	display: none;
}

.show {
	display: block;
}

.swiper-container1, .swiper-container2, .swiper-container4, .swiper-container5{
	position: relative;
}

.swiper-wrapper .swiper-slide{
	width: 370px;
	position: relative;
}

.swiper-button-prev{
	left: -14px !important;
}
.swiper-button-next{
	right: -14px !important;
}
.swiper-wrapper .swiper-slide > div{
	padding: 40px 30px;
	border: 1px solid #eee;
	border-radius: 14px;
	background: #ffffff;
	margin: 0 15px; 
}
.swiper-wrapper .swiper-slide h4{
	font-size: 18px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	text-align: center;
	color: #333333;
	line-height: 25px;
	padding-bottom: 12px;
}
.swiper-wrapper .swiper-slide p{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 20px;
	padding-bottom: 22px;
	border-bottom: 1px solid #eee;
}
.swiper-wrapper .swiper-slide p > b{
	font-size: 34px;
	color: #333;
	font-family: PingFangSC, PingFangSC-Semibold;;
}
.swiper-wrapper .swiper-slide ul li{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	padding-top: 20px;
}
.swiper-wrapper .swiper-slide ul li span{
	float: right;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 400;
	color: #333333;
}
.swiper-wrapper .swiper-slide button{
	width: 100%;
	height: 42px;
	border: 1px solid #00bbd2;
	border-radius: 21px;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	color: #00bbd2;
	margin-top: 30px;
	background: #fff;
}
.swiper-wrapper .swiper-slide ul li span i{
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.swiper-wrapper .swiper-slide ul li span i img{
	width: 100%;
	/* height: 100%; */
}
.swiper-button-next, .swiper-button-prev{
	width: 30px !important;
	height: 60px !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	display: none;
}
.swiper-button-prev{
	background-image: url(/image/left_button.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.swiper-button-next{
	background-image: url(/image/right_button.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.swiper-wrapper .swiper-slide div{
	transition: all  .5s;
}
.swiper-wrapper .swiper-slide div{
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.swiper-wrapper .swiper-slide:hover div{
	border-top: 12px solid #00bbd2;
	border-bottom: 12px solid #00bbd2;
	transform: translateY(-11px);
}
.swiper-wrapper .swiper-slide:hover div button{
	background: linear-gradient(180deg,#00d2ea, #00bbd2) !important;
	color: #ffffff !important;
}


.function_box,
.reason_box
.bigdata_box,
.ranking_box{
	margin: auto;
}
.reason_box h2,
.function_box h2,
.bigdata_box h2,
.ranking_box h2,
.service_box h2{
	margin-top: 120px;
	font-size: 32px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	text-align: center;
	color: #333333;
	line-height: 45px;
	padding-bottom: 40px;
}
.bigdata_box h2{
	margin-top: 102px !important;
}
.function_list,
.bigdata_list,
.ranking_list{
	width: 543px;
	height: 38px;
	margin: auto;
	border-radius: 20px;
	overflow: hidden;
}
.function_list li,
.bigdata_list li,
.ranking_list li{
	float: left;
	width: 180px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.function_list li:first-child,
.bigdata_list li:first-child,
.ranking_list li:first-child{
	background-image: url(/image/funButton1.png);
}

.function_list li:nth-child(2),
.bigdata_list li:nth-child(2),
.ranking_list li:nth-child(2){
	position: relative;
	background-image: url(/image/funButton2.png);
}
.function_list li:last-child,
.bigdata_list li:last-child,
.ranking_list li:last-child{
	background-image: url(/image/funButton3.png);
}
.function_list li.funChoice,
.bigdata_list li.funChoice,
.ranking_list li.funChoice{
	color: #683013 !important;
}
.function_list li.funChoice:first-child,
.bigdata_list li.funChoice:first-child,
.ranking_list li.funChoice:first-child{
	background-image: url(/image/funButtonChoise1.png);
}
.function_list li.funChoice:nth-child(2),
.bigdata_list li.funChoice:nth-child(2),
.ranking_list li.funChoice:nth-child(2){
	position: relative;
	background-image: url(/image/funButtonChoise2.png);
}
.function_list li.funChoice:last-child,
.bigdata_list li.funChoice:last-child,
.ranking_list li.funChoice:last-child{
	background-image: url(/image/funButtonChoise3.png);
}
#function_item > h5,
#bigdata_item > h5,
#ranking_item > h5{
	margin-top: 60px;
}
.funs_item1_left{
	float: left;
	width: 634px;
	height: 491px;
}
.funs_item1_right{
	float: right;
	width: 420px;
}
.funs_item1_left img{
	width: 100%;
	height: 100%;
}

.funs_item1_right b,
.funs_item2_left b{
	display: flex;
	width: 60px;
	height: 60px;
	background: rgba(160,121,255,0.10);
	border-radius: 50%;
	box-shadow: 0px 1px 6px 0px rgba(106,71,253,0.17) inset; 
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.funs_item1_right h3,
.funs_item2_left h3{
	font-size: 26px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	color: #333333;
	line-height: 37px;
	padding-bottom: 28px;
}
.funs_item1_right p,
.funs_item2_left p{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	padding-bottom: 10px;
}
.funs_item1_right a{
	display: block;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	text-decoration: none;
	margin-bottom: 10px;
}
.funs_item1_right a:last-child,
.funs_item2_left a:last-child{
	display: block;
	text-align: center;
	line-height: 38px;
	width: 200px;
	height: 38px;
	background: linear-gradient(180deg,#00d2ea, #00bbd2);
	border-radius: 19px;
	border: none;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #ffffff;
	margin-top: 20px;
}
.funs_item2_left{
	float: left;
	width: 420px;
}
.funs_item2_right{
	float: right;
	width: 634px;
	height: 491px;
}
.funs_item2_right img{
	width: 100%;
	height: 100%;
}
.funs_item2_left ul,
.funs_item1_right ul{
	padding-bottom: 4px;
}
.funs_item2_left ul li,
.funs_item1_right ul li{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	padding-bottom: 6px;
	padding-left: 14px;
	position: relative;
}
.funs_item2_left ul li:before,
.funs_item1_right ul li:before{
	position: absolute;
	display: inline-block;
	content: "";
	background: #666666;
	width: 4px;
	height: 4px;
	left: 0;
	border-radius: 100%;
	top: 9px;
}
.service_box h2{
	margin-top: 120px !important;
	padding-bottom: 10px !important;
	text-align: center;
}
.service_describe{
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #999999;
	line-height: 22px;
	padding-bottom: 60px;
}
.service_list, .service_list2{
	margin: auto;
	height: 111px;
	width: 1138px;
	padding-bottom: 124px;
}
.service_list li b img{
	width: 42px;
	height: 42px;
}
.service_list2 {
	padding-bottom: 84px;
}
.service_list2 .active{
	color: #f6575f;
}
.service_step{
	margin: auto;
	height: 111px;
	width: 800px;
}
.service_list li, .service_list2 li{
	float: left;
	width: 201px;
	margin: 0 13px;
	height: 111px;
	background-repeat: no-repeat;
	background-position: 97px 28px;
}
.service_list li:first-child{
	background-image: url(/image/number1.png);
}
.service_list li:nth-child(2){
	background-image: url(/image/number2.png);
}
.service_list li:nth-child(3){
	background-image: url(/image/number3.png);
}
.service_list li:nth-child(4){
	background-image: url(/image/number4.png);
}
.service_list li:last-child{
	background-image: url(/image/number5.png);
}
.service_list li b, .service_list2 li b{
	display: block;
	margin-bottom: 15px;
}
.service_list2 li b span{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #00bbd2;
	font-size: 30px;
	line-height: 50px;
	color: #00bbd2;
	text-align: center;
	margin:0 auto;
}
.service_list2 li:hover span{
	background-color: #00bbd2;
	color: white;
}



.service_list li p, .service_list2 li p{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.service_list2 li p{
	text-align: center;
}
.user_box{
	background-image: url(/image/user_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 443px;
}
.user_content{
	width: 1140px;
	height: 100%;
	margin: auto;
}
.user_content > div:first-child{
	float: left;
	width: 290px;
}
.user_content > div:last-child{
	float: right;
	width: 770px;
	height: 443px;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
.user_content h3{
	width: 290px;
	display: flex;
	align-items: center;
	height: 443px;
	font-size: 32px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	color: #333333;
	line-height: 45px;
}
.swiper-container3{
	margin-top: 95px;
}
.swiper-container3 .swiper-slide{
	margin: 0 20px;
}
.swiper-container3 .swiper-button-prev{
	width: 40px !important;
	height: 40px !important;
	left: 0px !important;
	background-image: url(/image/cur_left.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.swiper-container3 .swiper-button-prev:hover{
	background-image: url(/image/choise_left.png);
}
.swiper-container3 .swiper-button-next{
	width: 40px !important;
	height: 40px !important;
	right: 0px !important;
	background-image: url(/image/cur_right.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.swiper-container3 .swiper-button-next:hover{
	background-image: url(/image/choise_right.png);
}
.swiper-container3 .swiper-slide{
	width: 345px !important;
}
.swiper-container3 .swiper-slide > div{
	padding: 30px;
	border: none;
	border-radius: 0;
	margin: 0;
	height: 170px;
	overflow: hidden;
	position: relative;
}
.swiper-container3 .swiper-slide:hover > div{
	border: none;
	top: 0;
}
.swiper-container3 .swiper-slide p{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	text-align: left;
	border-bottom: none;
	padding-bottom: 37px;
}
.swiper-container3 .swiper-slide p:last-child{
	padding-bottom: 0;
}
.swiper-container3 .swiper-slide b{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.swiper-container3 .swiper-slide span{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	color: #333333;
	line-height: 20px;
	padding-left: 8px;
	position: relative;
	top: -8px;
}
.swiper-container3 .swiper-slide h5{
	position: absolute;
	bottom: 50px;
}
.swiper-container3 .swiper-slide h6{
	font-size: 12px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
	position: absolute;
	bottom: 30px;
}
.swiper-container3 .swiper-slide .dot{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.swiper-container3 .swiper-slide i{
	display: inline-block;
	width: 50px;
	height: 70px;
	background: #f5f5f5;
	position: absolute;
	right: -25px;
	bottom: -30px;
	transform: rotate(45deg);
}
.top{
	top: -23px;
}
.increase_sales h2{
	font-size: 32px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	text-align: center;
	color: #333333;
	line-height: 45px;
	padding: 120px 0 60px 0;
}
.increase_sales > div {
	text-align: center;
}
.increase_sales > div a{
	display: inline-block;
	text-align: center;
	line-height: 38px;
	width: 200px;
	height: 38px;
	background: linear-gradient(180deg,#00d2ea, #00bbd2);
	border-radius: 2px;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #ffffff;
	border: 1px solid #00bbd2;
}
.increase_sales > div button:last-child{
	width: 160px;
	height: 38px;
	border: 1px solid #00bbd2;
	border-radius: 2px;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #00bbd2;
	line-height: 20px;
	margin-left: 20px;
	background: #fff;
}
.increase_sales p{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #999999;
	line-height: 20px;
	margin-top: 20px;
}
.faq_box h2{
	font-size: 32px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	text-align: center;
	color: #333333;
	line-height: 45px;
	padding-top: 120px;
	padding-bottom: 80px;
}
.faq_box > div{
	width: 1140px;
	margin: auto;
	overflow: hidden;
}
.faq_box_left{
	width: 680px;
	height: 546px;
	float: left;
}
.faq_box_right{
	width: 434px;
	height: 546px;
	float: right;
}
.faq_box_right img{
	width: 100%;
}
/* 手风琴 */
.wrap{ 
	width: 100%;
	height: auto;
	border-radius: 5px;
	border: 1px solid #eee; 
}
.wrap>ul{
	border-radius: 5px
}
.wrap>ul>li{
	border-bottom: solid 1px #eeeeee;
	color:#333333;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	line-height: 34px;
	padding-left: 30px;
}
.wrap>ul>li:last-child{
	border-bottom: none;
}
.wrap>ul>li h4{
	padding:8px 0;
	font-weight: 600;
}
.wrap>ul li span{
	position: absolute;
	top: 5px;
	right: 12px;
	font-size: 22px;
	color: #666666;
	font-weight: 400;
	display: inline-block;
}
.wrap>ul>li .child-ul{
	background: #fff;
	display: none;
 }
.wrap>ul>li .child-ul li{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	padding-bottom: 10px;
}
.station_box{
	width: 1140px;
	margin: auto;
}
.station_box h2{
	font-size: 32px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	text-align: center;
	color: #333333;
	line-height: 45px;
	padding: 120px 0 60px 0;
}
.station_list{
	overflow: hidden;
}
#gundongAreaMain2 li,
#gundongAreaMain3 li{
	float: left;
	line-height: 38px;
	height: 38px;
	border: 1px solid #eeeeee;
	border-radius: 19px;
	padding: 0 20px;
	margin-right: 13px;
	margin-bottom: 120px;
}
#gundongAreaMain2 li span,
#gundongAreaMain3 li span{
	display: inline-block;
	width: 26px;
	height: 26px;
	position: relative;
	top: 5px;
	padding-right: 10px;
}
#gundongAreaMain2 li span img,
#gundongAreaMain3 li span img{
	width: 100%;
}
/* 站点滚动 */
#gundong {
	overflow: hidden;
	height: 40px;
	margin-bottom: 120px;
}

#gundongAreaMain1 {
	float: left;
	width: 800%;
}

#gundongAreaMain2,
#gundongAreaMain3,
#gundongAreaMain2 li,
#gundongAreaMain3 li {
	float: left;
}

.footer_box{
	width: 100%;
	padding-top: 63px;
	height: 226px;
	background: #f8f8f8;
}
.footer_box ul {
	width: 1140px;
	margin: auto;
	background: #007AFF;
}
.footer_box ul li{
	float: left;
}
.footer_box ul li:first-child{
	width: 116px;
	margin-right: 155px;
}
.footer_box ul li:nth-child(2){
	width: 100px;
	margin-right: 100px;
}
.footer_box ul li:nth-child(3){
	width: 270px;
	margin-right: 30px;
}
.footer_box ul li:nth-child(4){
	width: 250px;
	margin-right: 30px;
}
.footer_box ul li h5{
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	text-align: left;
	color: #333333;
	line-height: 22px;
}
.footer_box ul li img{
	width: 100%;
}
.footer_box ul li .qr_img{
	width: 80px;
	height: 80px;
	margin: auto;
}
.qr_img1{
	margin-top: 20px !important;
}
.footer_box ul li:first-child p{
	font-size: 12px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #666666;
	line-height: 17px;
	margin-top: 6px;
}
.footer_box ul li:nth-child(2) a{
	display: block;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
	margin-bottom: 16px;
} 
.footer_box ul li:nth-child(2) h5,
.footer_box ul li:nth-child(3) h5{
	margin-bottom: 48px;
}
.footer_box ul li b{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	color: #333333;
	line-height: 20px;
	margin-right: 16px;
}
.footer_box ul li:nth-child(3) p{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-bottom: 16px;
}
.footer_box ul li:nth-child(4) b{
	display: block;
	margin-top: 70px;
	margin-bottom: 14px;
}
.footer_box ul li:nth-child(4) p{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 24px;
}
.qr_img2{
	margin-top: 44px !important;
	margin-bottom: 6px;
}
.footer_box ul li:nth-child(5) p{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 20px;
}
.index-wrap footer{
	width: 1140px;
	height: 60px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	line-height: 60px;
	margin: auto;
}
.index-wrap footer a{
	color: #666666;
	font-size: 14px;
}
/* 登录弹窗 */
.modal{
	display: none;
	bottom: 0;
	left: 0;
	outline: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;	
	background: rgba(00,00,00,0.4);
}
.modal-dialog{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-content{
	width: 302px;
	background: #fff;
	padding: 20px 30px;
	position: relative;
	border-radius: 5px;
}
.modal-content h2{
	color: #3d3d3d;
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	font-weight: 500;
	padding-bottom: 8px;
}
.modal_describe{
	color: #3d3d3d;
	font-size: 14px;
	text-align: center;
	padding-bottom: 16px;
}
.user_email,.user_password,.message_code{
	border: 1px solid rgba(0,0,0,.15);
	background: #e8f0fe;
	width: 96%;
	height: 36px;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 16px;
}
.img_verification_code,.iphone_code{
	float: left;
	width: 178px;
	height: 36px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	padding-left: 10px;
	font-size: 16px;
}
.img_code,.get_code{
	float: right;
	width: 98px;
	height: 38px;
}
.modal-content > div{
	margin-bottom: 20px;
	overflow: hidden;
}
.get_code{
	background: linear-gradient(180deg,#00d2ea, #00bbd2);
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}
.message_code{
	background: #fff !important;
}
.register_button{
	width: 100%;
	height: 38px;
	border: none;
	border-radius: 5px;
	background: linear-gradient(180deg,#00d2ea, #00bbd2);
	color: #fff;
	font-size: 16px;
}
.modal-content .from_item{
	color: #495057;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.modal-content .from_item a{
	color: #05d5ff;
	padding-left: 5px;
}
.tracker_qr{
	width: 100%;
	height: 83px;
	border-top: 1px solid #e9ecef;
	margin-bottom: 0 !important;
}
.tracker_qr img{
	width: 83px;
	height: 83px;
	display: block;
	margin: 5px auto;
}
.more_describe{
	color: #999;
	font-size: 12px;
	text-align: center;
}
.close_btn{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #495057;
	font-weight: normal;
	font-size: 20px;
	cursor: pointer;
}
.error_tips{
	display: block;
	font-weight: 400;
	color: #ff7375;
	font-size: 13px;
	text-align: center;
	padding-bottom: 8px;
	display: none;
}
/* 支付方式 */
.payMethodMode,.importantClauseMode{
  display: none;
  bottom: 0;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;  
  background: rgba(00,00,00,0.4);
}
.payMethodDialog,.importantClauseDialog{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payMethodContent,.importantClauseContent{
  background: #fff;
  padding: 20px 30px;
  position: relative;
  border-radius: 5px;
}
.payMethodContent h2{
  color: #3d3d3d;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  font-weight: 500;
  padding-bottom: 30px;
}
.payMethodContent button{
  padding: 0 40px;
  border: none;
  height: 36px;
  background: linear-gradient(180deg,#00d2ea, #00bbd2);
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  margin:  0 10px 30px 10px;
  
}
.payMethodContent .btn_box{
  border-bottom: 1px solid #eee;
}
.payMethodContent p{
  font-size: 14px;
  text-align: center;
  color: #999999;
  line-height: 20px;
}
.payMethodClose ,.importantClauseClose{
  position: absolute;
  right: 15px;
  top: 10px;
  color: #495057;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
}
.payMethodContent img{
  width: 80px;
  display: block;
  margin: auto;
  margin-top: 20px;
}
.importantClauseContent{
  padding: 0 0 10px 0;
}
.importantClauseContent .logo{
  position: absolute;
  width: 60px;
  height: 60px;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
  overflow: hidden;
}
.importantClauseContent .logo img{
  width: 100%;
}
.importantClauseContent h3{
  font-size: 20px;
  text-align: center;
  font-family: PingFangSC, PingFangSC-Semibold;
  padding: 45px 30px 10px 30px;
}
.describe{
  background: #eee;
  padding-bottom: 10px;
}
.importantClauseContent .describe span{
  display: block;
  width: 200px;
  font-size: 14px;
  text-align: center;
  margin: auto;
  color: #333333;
  line-height: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.importantClauseContent .describe p{
  color: #666;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding-top: 5px;
}
.importantClauseContent .body h3{
  text-align: center;
  font-family: PingFangSC, PingFangSC-Semibold;
  padding-bottom: 30px;
  padding-top: 20px;
}
.importantClauseContent ul li{
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  padding-left: 50px;
}
.importantClauseContent .body p{
  color: #666666;
  line-height: 22px;
  padding: 0 50px;
  margin-top: 20px;
  font-size: 14px;
}
.importantClauseContent .body button{
  height: 36px;
  background: linear-gradient(180deg,#00d2ea, #00bbd2);
  border-radius: 5px;
  display: block;
  border: none;
  font-size: 14px;
  color: #ffffff;
  width: 90%;
  margin: 30px auto;
}
#send_code_btn:disabled{
  opacity: 0.7;
}
.register_button:hover,
.get_code:hover,
.importantClauseContent .body button:hover,
.payMethodContent button:hover{
  background: linear-gradient(180deg,#7644fd,#5933ff);
}
.loading{
  width: 50px;
  height: 50px;
  margin: auto;
}
.loading img{
  width: 100%;
}

/* 年中大促 */
.promotion_text{
	text-align: center;
	font-size: 20px;
	font-family: AppleColorEmoji;
	line-height: 29px;
	color: #fff;
	padding-bottom: 30px;
}
.promotion_text span{
	font-size: 26px;
}
.promotion_text > b{
	display: inline-block;
	width: 20px;
	height: 24px;
	position: relative;
	bottom: -3px;
	margin: 0 1px;
}
.promotion_text > b img{
	width: 100%;
	height: 100%;
}
.promotion_advertisement{
    text-align: center;
     background-image:-webkit-linear-gradient(bottom,red,#F44B33,#E31B12);
    -webkit-background-clip:text;
    font-weight: 600;
    -webkit-text-fill-color:transparent;
    font-style: italic;
    font-size: 22px;
}
.promotion_advertisement span{
	font-size: 28px;
	margin-right: 20px;
}
.promotion_advertisement b{
	width: 43px;
	height: 20px;
	display: inline-block;
	position: relative;
	margin: 0 15px;
	top: -3px;
}
.promotion_advertisement b img{
	width: 100%;
	height: 100%;
}


.reason_box .row{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1140px;
	margin: 0 auto;
}
.reason_box .row .item{
	width: 50%;
}
.reason_box .row .item p {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
}
.reason_box .row h4{
    font-size: 18px;
    color: #222;
    margin-bottom: 7px;
}
.reason_box .row  .service-box{
	margin-bottom: 30px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
	float: left;
}
.reason_box .pull-left > i:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	right: -5px;
	border: 4px solid #fff;
	border-radius: 20px;
	background: #00d2ea;
  }
  .reason_box .pull-left > i {
	font-size: 24px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
	border-radius: 100%;
	color: #00d2ea;
	box-shadow: inset 0 0 0 1px #d7d7d7;
	-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
	transition: background-color 400ms, background-color 400ms;
	position: relative;
  }
  .reason_box .pull-left > i:hover {
	background: linear-gradient(180deg,#00d2ea, #00bbd2);
	color: white;
  }

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
    background: #00bbd2 !important;
	border-color: #00bbd2 !important;
}


.contant-wrap{
    position: fixed;
    right: 20px;
	bottom: 20px;
}
.contant-wrap img{
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    cursor:pointer;
}
.contant-wrap  .qr-img{
    width: 300px;
    height: 300px;
}

.pointer{
	cursor: pointer;
}