*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
#main-body .container{
	max-width:unset;
	padding:0;
}
p{
	margin:0;
}
.5uf_con{
	background:#fff;
}
.top2{
	position:relative;
	min-width:1140px;
	overflow:hidden;
}
.top2 .info{
	width:1140px;
	position:absolute;
	top:calc(50% + 50px);
	left:50%;
	transform:translate(-50%, -50%);
}
.top2 .info .title{
	font-weight:bold;
	font-size:48px;
	color: #FFFFFF;
	line-height:49px;
	text-shadow:0px 4px 1px rgba(0,0,0,0.2);
	margin-top:45px;
}
.top2 .info .desc{
	font-weight: bold;
	font-size: 20px;
	color: #9EBAFE;
	line-height: 24px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	margin-top:23px;
}
.top2 .info .btn2{
	margin-top:40px;
}
.top2 .info .btn2 button{
	padding:14px 28px;
	background:#fff;
	border-radius:24px;
	border:1px solid rgba(0,0,0,0.2);
	outline:0;
	font-weight: bold;
	font-size: 17px;
	color: #005FC7;
}
.top2 .info .btn2 button a{
	color: #005FC7;
}
.top2 .info .btn2 button:last-child{
	margin-left:20px;
}
.top2 .app_bg{
	position:absolute;
	bottom:-28px;
	left:calc(50% + 350px);
	transform:translate(-50%, 0);
	opacity: 0;
	animation: fade 16s infinite;
}
/* 每张图片延迟不同 */
.top2 .app_bg_container .app_bg:nth-child(1) { animation-delay: 0s; }
.top2 .app_bg_container .app_bg:nth-child(2) { animation-delay: 4s; }
.top2 .app_bg_container .app_bg:nth-child(3) { animation-delay: 8s; }
.top2 .app_bg_container .app_bg:nth-child(4) { animation-delay: 12s; }

@keyframes fade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  25%  { opacity: 1; }
  30%  { opacity: 0; }
  100% { opacity: 0; }
}
.module2{
	width:1140px;
	margin:80px auto 0;
}
.module2 .title{
	font-weight:600;
	font-size:32px;
	color:#000;
	line-height:45px;
	text-align:center;
}
.module2 .desc{
	font-size: 20px;
	color: #4B5563;
	line-height: 28px;
	text-align: center;
	margin-top: 14px;
}
.module2 .apps{
	width:calc(100% + 20px);
	margin-top:52px;
	font-size:0;
}
.module2 .apps .app{
	display:inline-block;
	width:560px;
	border-radius: 16px;
	border:1px solid rgba(0,0,0,0.1);
	padding:16px;
	margin-right:20px;
	font-size:0;
}
.module2 .apps .app:nth-child(n+3){
	margin-top:20px;
}
.module2 .apps .app .img{
	display:inline-block;
	width: 80px;
	height: 80px;
	background: #F7F7F7;
	border-radius: 10px;
	text-align:center;
	line-height:80px;
	vertical-align:middle;
}
.module2 .apps .app .left{
	display:inline-block;
	width:242px;
	margin-left:20px;
	vertical-align:middle;
}
.module2 .apps .app .left .name{
	font-weight: 600;
	font-size: 20px;
	color: #111111;
	line-height: 24px;
}
.module2 .apps .app .left .desc2{
	font-weight: 600;
	font-size: 14px;
	color: rgba(0,0,0,0.4);
	line-height: 20px;
	margin-top:6px;
}
.module2 .apps .app .right{
	display:inline-block;
	width:159px;
	margin-left:11px;
	text-align:right;
	vertical-align:middle;
}
.module2 .apps .app .right button{
	width: 100%;
    height: 40px;
    background: #007AFF;
    border-radius: 20px;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
	margin-left:16px;
	vertical-align:middle;
}
.module2 .apps .app .right .aa{
	display:inline-block;
	width: 98px;
	height: 48px;
	border-radius: 24px;
	border: 1px solid rgba(0,0,0,0.2);
	color:#333;
	font-weight: 600;
	font-size: 17px;
	line-height: 46px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
}
.module2 .apps .app .right img{
	margin-left:16px;
	vertical-align:middle;
}
.module2 .features{
	margin-top:60px;
	text-align:center;
}
.module2 .features .feature{
	display:inline-block;
	width:188px;
	text-align:center;
	vertical-align:top;
}
.module2 .features .feature:not(:first-child){
	margin-left:120px;
}
.module2 .features .feature .name{
	font-weight:600;
	font-size:20px;
	color:#000;
	margin-top:22px;
}
.module2 .features .feature .desc2{
	font-size: 14px;
	color: #8997AD;
	line-height: 20px;
	margin-top:8px;
}
.module2 .feature_info{
	margin-top:114px;
	font-size:0;
}
.module2 .feature_info .title,.module2 .feature_info2 .title{
	text-align:left;
}
.module2 .feature_info .desc,.module2 .feature_info2 .desc{
	text-align:left;
}
.module2 .feature_info .left{
	width:500px;
	display:inline-block;
	vertical-align:middle;
}
.module2 .feature_info .left .infos,.module2 .feature_info2 .right .infos{
	margin-top:40px;
}
.module2 .feature_info .left .infos .info,.module2 .feature_info2 .right .infos .info{
	padding-bottom:24px;
	border-bottom:1px solid rgba(0,0,0,0.07);
}
.module2 .feature_info .left .infos .info:not(:first-child),.module2 .feature_info2 .right .infos .info:not(:first-child){
	margin-top:25px;
}
.module2 .feature_info .left .infos .info img,.module2 .feature_info2 .right .infos .info img{
	vertical-align:top;
	margin-top:2px;
}
.module2 .feature_info .left .infos .info div,.module2 .feature_info2 .right .infos .info div{
	display:inline-block;
	width:calc(100% - 32px);
	margin-left:12px;;
}
.module2 .feature_info .left .infos .info .name,.module2 .feature_info2 .right .infos .info .name{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
}
.module2 .feature_info .left .infos .info .desc2,.module2 .feature_info2 .right .infos .info .desc2{
	font-size: 14px;
	color: #8997AD;
	line-height: 22px;
	margin-top:12px;
}
.module2 .feature_info .left .infos .info .desc2 span,.module2 .feature_info2 .right .infos .info .desc2 span{
	color:#4D5460;
	font-weight:600;
}
.module2 .feature_info .right{
	margin-left:80px;
	width:560px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
.module2 .feature_info  .right > img{
	width:80%;
	vertical-align:middle;
}
.module2 .feature_info2{
	margin-top:120px;
	font-size:0;
}
.module2 .feature_info2 .right{
	width:500px;
	display:inline-block;
	margin-left:80px;
	vertical-align:middle;
}
.module2 .feature_info2 .left{
	width:560px;
	display:inline-block;
	vertical-align:middle;
}
.module2 .feature_info2 .left > img{
	width:80%;
	vertical-align:middle;
}
.module2 .scene_desc{
	margin-top:56px;
}
.module2 .scene_desc .desc2{
	font-size: 18px;
	color: #000;
	line-height: 25px;
	text-align:center;
}
.module2 .scene_desc .name{
	font-weight: 600;
	font-size: 18px;
	color: #000;
	line-height: 25px;
	margin-top:30px;
	text-align:center;
}
.module2 .scene_desc .limit_app{
	margin-top:44px;
}
.module2 .travelers{
	margin-top:44px;
	text-align:center;
}
.module2 .travelers .type{
	display:inline-block;
	width:480px;
	background: #FFFFFF;
	box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.15);
	border-radius: 16px;
	border: 1px solid rgba(0,0,0,0.1);
	padding:17px 40px 35px;
	text-align:center;
}
.module2 .travelers .type:not(:first-child){
	margin-left:110px;
}
.module2 .travelers .type .name{
	font-weight: 600;
	font-size: 24px;
	color: #000;
	line-height: 33px;
	margin-top:11px
}
.module2 .travelers .type .info2{
	margin-top:27px;
	text-align:left;
}
.module2 .travelers .type .info2 p{
	font-size:15px;
	line-height:21px;
}
.module2 .travelers .type .info2 p:not(:first-child){
	margin-top:16px;
}
.module2 .travelers .type .info2 p img{
	vertical-align:middle;
}
.module2 .travelers .type .info2 p span{
	vertical-align:middle;
	margin-left:5px;;
}
.module2 .travelers .type .info2 p:last-child{
	font-weight:600;
}
.tips2{
	height:260px;
	background-image:url("/images/5uf/bg2.png");
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:118px;
	font-weight:600;
	font-size:44px;
	color:#FFFFFF;
	line-height: 260px;
	text-shadow: 0px 4px 12px rgba(0,0,0,0.5);
	text-align:center;
}
.module2 .comparison-container {
	/*overflow-x: auto;*/
	margin:44px auto 0;
	margin-left: 62px;
}
.module2  .comparison-container > .row {
	min-width: 1340px;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.module2  .comparison-container .col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.module2 .col-12:first-of-type .col-2:not(:nth-of-type(2)) {
	border: none;
}
.module2 .col-12:first-of-type .col-2{
	background:#2C3D50;
	color:#fff;
}
.module2 .col-2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.module2 .col-2 {
	min-height: 4rem;
	padding: 0 1rem;
	border: 1px solid rgba(0,0,0,0.1);
	/*border-bottom: none;*/
}
.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}
.module2 .col-2:not(:first-of-type):not(:nth-of-type(2)) {
	border-left: none;
}
.module2 .col-2:not(:first-of-type):not(:nth-of-type(2)):not(:last-of-type) {
	border-right: none;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.module2 .col-2 span {
	width: 100%;
	font-size:18px;
	font-weight:600;
}
.module2 .col-12:first-of-type .col-2:first-of-type{
	border-top-left-radius:12px;
}
.module2 .col-12:first-of-type .col-2:last-of-type{
	border-top-right-radius:12px;
}
.module2 .col-12:last-of-type .col-2:first-of-type{
	border-bottom-left-radius:12px;
}
.module2 .col-12:last-of-type .col-2:last-of-type{
	border-bottom-right-radius:12px;
}
.module2 .col-12 .col-2:nth-of-type(2) {
	background:#25AF60;
	color:#fff;
}
.module2 .col-12:first-of-type .col-2:nth-of-type(2) {
	border-top-color: rgba(0,0,0,0.1);
	border-bottom: none;
}
.module2 .col-12:nth-of-type(2) .col-2:nth-of-type(2), .module2 .col-12:last-of-type .col-2:nth-of-type(2) {
	border-top: none;
	border-bottom: none;
}
.module2 .col-12:nth-of-type(6) .col-2:nth-of-type(2){
	border-bottom: none;
}
.module2 .col-12:nth-of-type(2) .col-2:not(:nth-of-type(2)){
	background:#F9FAFB;
}
.module2 .comparison-container .desc2{
	font-size: 18px;
	color: #000;
	line-height: 25px;
	text-align:center;
	margin-top:32px;
}
.module2 .comparison-container .name{
	font-weight: 600;
	font-size: 18px;
	color: #000;
	line-height: 25px;
	margin-top:30px;
	text-align:center;
}
.module2 .comparison-container2{
	margin-top:60px;
	padding-top:69px;
	position:relative;
	text-align:center;
}
.module2 .comparison-container2 .name{
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
}
.module2 .comparison-container2 .desc2{
	font-size: 14px;
	color: #4B5563;
	line-height: 20px;
	margin-top:8px;
}
.module2 .comparison-container2 .comparison-item{
	width:max-content;
	position:absolute;
	top:0;
	left:50%;
	transform:translate(-50%, 0);
}
.module2 .comparison-container2 .comparison-item .name{
	color: #4975CA;
}
.module2 .comparison-container2 .comparison-item2{
	width:285px;
	position:absolute;
	top:284px;
	left:-24px;
	text-align:right;
}
.module2 .comparison-container2 .comparison-item2 .name{
	color: #28C1B3;
}
.module2 .comparison-container2 .comparison-item3{
	width:299px;
	position:absolute;
	top:475px;
	left:6px;
	text-align:right;
}
.module2 .comparison-container2 .comparison-item3 .name{
	color: #78BB45;
}
.module2 .comparison-container2 .comparison-item4{
	width:311px;
	position:absolute;
	top:284px;
	right:-48px;
	text-align:left;
}
.module2 .comparison-container2 .comparison-item4 .name{
	color: #EE822D;
}
.module2 .comparison-container2 .comparison-item5{
	width:311px;
	position:absolute;
	top:475px;
	right:0;
	text-align:left;
}
.module2 .comparison-container2 .comparison-item5 .name{
	color: #EE822D;
}
.module2 .plans{
	margin-top:40px;
	text-align:center;
	width: calc(100% + 20px);
    font-size: 0;
    margin-left: -10px;
}
.module2 .plans .plan{
	display:inline-block;
	width:281px;
	border-radius: 16px;
	border:1px solid rgba(0,0,0,0.1);
	padding:32px 20px;
	text-align:left;
	vertical-align:top;
}
.module2 .plans .plan:not(:first-child){
	margin-left:12px;
}
.module2 .plans .plan .name{
	font-weight: 600;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	text-align:center;
}
.module2 .plans .plan .price{
	font-weight: 600;
	font-size: 32px;
	color: #2258D8;
	line-height: 45px;
	text-align: center;
	margin-top:12px;
}
.module2 .plans .plan .flow{
	margin-top:24px;
	font-size:0;
}
.module2 .plans .plan .flow img{
	vertical-align:middle;
}
.module2 .plans .plan .flow span{
	font-weight: 600;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	margin-left:10px;
	vertical-align:middle;
}
.module2 .plans .plan .time{
	font-weight: 500;
	font-size: 18px;
	color: #000;
	line-height: 24px;
	margin-top:20px;
}
.time span{
	display:inline-block;
	background:rgba(0, 122, 255, 0.1);
	border-radius:14px;
	padding:2px 6px;
	font-weight: 600;
	font-size: 12px;
	color: #007AFF;
	line-height: 16px;
	margin-left:4px;
}
.module2 .plans .plan .connect{
	font-weight: 500;
	font-size: 16px;
	color: #666;
	line-height: 22px;
	margin-top:20px;
}
.module2 .plans .plan .desc{
	font-size: 14px;
	color: #666;
	line-height: 19px;
	text-align:left;
	margin-top:20px;
}
.module2 .plans .plan .buy{
	width:100%;
	height: 40px;
	background: #007AFF;
	border-radius: 20px;
	border:0;
	outline:0;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	margin-top:24px;
}
.module2 .faq-list{
	margin-top:40px;
}
.module2 .plan_tip .desc2{
	font-size:14px;
	color:#4B5563;
	line-height:25px;
	text-align:center;
	margin-top:32px;
}
.module2 .plan_tip .name{
	font-weight:500;
	font-size:14px;
	color:#000;
	line-height:25px;
	text-align:center;
}
.module2 .plan_tip p:last-child{
	font-size:14px;
	line-height:20px;
	text-align:center;
	margin-top:12px;
}
.module2 .plan_tip p:last-child a{
	color:#4B5563;
}
.module2 .plan_tip p:last-child a:last-child{
	margin-left:12px;
}
.module2 .faq-list .faq-item {
	background: #fff;
	border-radius: 8px;
	margin-bottom: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	border: 1px solid transparent;
	font-size: 16px;
}

.module2 .faq-list .faq-item.expanded.red {
	border-color: #ffcccc;
	background: #fff0f0;
}

.module2 .faq-list .faq-item.expanded.blue {
	border-color: #aad4ff;
	background: #f0f7ff;
}

.module2 .faq-list .faq-question {
	padding: 16px;
	cursor: pointer;
	position: relative;
}

.module2 .faq-list .faq-question::after {
	content: "⌄";
	position: absolute;
	right: 16px;
	transform: rotate(0deg);
	transition: transform 0.2s ease;
}

.module2 .faq-list .faq-item.expanded .faq-question::after {
	transform: rotate(180deg);
}

.module2 .faq-list .faq-answer {
	display: none;
	padding: 0 16px 16px;
	color: #666;
	font-size: 15px;
	line-height:21px;
}
.module2 .faq-list .faq-answer ul{
	padding-left: 16px;
    margin-top: 12px;
}

.module2 .faq-list .faq-item.expanded .faq-answer {
	display: block;
}

.module2 .more-button {
	display: block;
	text-align: center;
	padding: 12px;
	color: #888;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid rgba(0,0,0,0.1);
}

.module2 .plan_tip2{
	width: 832px;
    background: rgba(0, 122, 255, 0.9);
    padding: 12px 16px;
    border-radius: 8px;
    margin: 32px auto 0;
}