*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
#main-body .container{
	max-width:unset;
	padding:0;
}
p{
	margin:0;
}
.top2{
	position:relative;
	min-width:1140px;
}
.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;
}
.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:138px;
	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:277px;
	margin-left:11px;
	text-align:right;
	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 .left{
	width:500px;
	display:inline-block;
	vertical-align:middle;
}
.module2 .feature_info .left .title,.module2 .feature_info .left .desc,.module2 .feature_info2 .right .title,.module2 .feature_info2 .right .desc{
	text-align:left;
}
.module2 .feature_info .left .infos{
	margin-top:60px;
}
.module2 .feature_info .left .infos .info{
	width:210px;
	display:inline-block;
}
.module2 .feature_info .left .infos .info:not(:nth-child(n+3)){
	padding-bottom:32px;
	border-bottom:1px solid rgba(0,0,0,0.07);
}
.module2 .feature_info .left .infos .info:nth-child(n+3){
	padding-top:32px;
}
.module2 .feature_info .left .infos .info:nth-child(1) div,.module2 .feature_info .left .infos .info:nth-child(3) div{
	padding-right:40px;
}
.module2 .feature_info .left .infos .info:nth-child(2) div,.module2 .feature_info .left .infos .info:nth-child(4) div{
	padding-left:40px;
}
.module2 .feature_info .left .infos .info:nth-child(3) div{
	border-right:1px solid rgba(0,0,0,0.07);
}
.module2 .feature_info .left .infos .info:nth-child(1) div{
	border-right:1px solid rgba(0,0,0,0.07);
}
.module2 .feature_info .left .infos .info .name{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
}
.module2 .feature_info .left .infos .info .desc2{
	font-size: 14px;
	color: #8997AD;
	line-height: 20px;
	margin-top:14px;
}
.module2 .feature_info .right{
	margin-left:80px;
}
.module2 .feature_info img{
	vertical-align:middle;
}
.module2 .feature_info2{
	margin-top:100px;
	font-size:0;
}
.module2 .feature_info2 .right{
	width:500px;
	display:inline-block;
	margin-left:60px;
	vertical-align:middle;
}
.module2 .feature_info2 img{
	vertical-align:middle;
}
.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: 1300px;
}
.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)),.module2 .col-12:last-of-type .col-2:not(:nth-of-type(2)) {
	border: none;
}
.module2 .col-12:first-of-type .col-2 {
	min-height: 1.5rem;
}
.module2 .col-12:last-of-type .col-2{
	min-height: 1.5rem;
}
.module2  .col-2:first-of-type {
	text-align: left;
}
.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%;
}
.module2 .col-12 .col-2:nth-of-type(2) {
	border-left-color: rgba(0,0,0,0.1);
	border-right-color: rgba(0,0,0,0.1);
	background: #fff;
	box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.15);
}
.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:first-of-type .col-2:nth-of-type(2) {
	border-radius: 12px 12px 0 0;
}
.module2 .col-12:last-of-type .col-2:nth-of-type(2) {
	border-radius: 0 0 12px 12px;
}
.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 .plans{
	margin-top:40px;
	text-align:center;
}
.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;
}
.module2 .plans .plan:not(:first-child){
	margin-left:150px;
}
.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 .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;
}