﻿/* CSS Document */
/*公用*/
*{margin:0;padding:0;}
html,body{-webkit-text-size-adjust:none;}
body{font-size:13px;color:#333;background:#fff;font-family: "Helvetica Neue","Microsoft Yahei",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
ol li,ul li{list-style-type:none; vertical-align:middle;}
img{border:none;vertical-align:middle;}
input{vertical-align:middle;}
font{font-size:12px;}
table{border-collapse: collapse;border-spacing: 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:normal;}
a{text-decoration:none;}

.transition{transition:all .3s ease 0s;}
.yun_bg_blue{
	background: linear-gradient(0.00deg, rgb(249, 251, 255) 25.66%,rgb(249, 251, 255) 94.518%);
}


.home2024v2-dialog {
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	background: #fff;
	width: 677px;
	height: 470px;
	font-size: 16px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 10px #8a8a8a;
  }

@media (min-width: 1200px) {
	.yun_pc{
		display: block;
	}
	.yun_wap{
		display: none;
	}
	.w1200{
		width: 1200px;
		margin: 0 auto;
	}
	.yun_banner{
		position: relative;
		background: url('../images/banner_bg.png') no-repeat center top;
	}
	.yun_banner .swiper-pagination{
		position: absolute;
		left:0%;
		bottom: -35px;
		/* z-index: 999; */
	}
	.yun_banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 8px;
	}
	.yun_banner .swiper-pagination-bullet{
		width: 50px;
		height: 10px;
		border-radius: 6px;
		background: rgb(235, 235, 235);
		opacity: 1;
	}
	.yun_banner .swiper-pagination-bullet-active{
		width: 50px;
		height: 10px;
		border-radius: 6px;
		background: rgb(76, 140, 251);
		opacity: 1;
	}
	.yun_banner_item{
		width: 1200px;
		height: 610px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		
	}
	.yun_banner_text{
		width: 500px;
		padding-top: 50px;
	}
	.yun_banner_text strong{
		display: block;
		color: rgb(3, 3, 3);
		font-size: 42px;
		font-weight: 700;
		line-height: 63px;
	}
	.yun_banner_text p{
		color: rgba(0, 0, 0, 0.85);
		font-size: 26px;
		font-weight: 400;
		line-height: 39px;
		margin-top: 15px;
	}
	.yun_banner_text a{
		display: block;
		margin-top: 100px;
		width: 150px;
		height: 50px;
		border-radius: 10px;
		background: rgb(51, 111, 255);
		color: rgb(255, 255, 255);
		font-size: 22px;
		font-weight: 700;
		line-height: 50px;
		text-align: center;
	}
	
	.yun_title{
		text-align: center;
		padding:80px 0 40px;
	}
	.yun_title strong{
		display: block;
		color: rgb(0, 0, 0);
		font-size: 40px;
		font-weight: 700;
		line-height: 60px;
		letter-spacing: 0px;
		text-align: center;
	}
	.yun_title span{
		display: block;
		padding-top: 10px;
		color: rgb(102, 102, 102);
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0px;
		text-align: center;
	}
	.yun_scrm_ph{
		display: block;
	}
	.yun_scrm{
		padding-bottom: 55px;
	}
	
	.yun_tool{
		display: flex;
		align-items: center;
		justify-content: space-between;
		
		height: 740px;
	}
	.row_reverse{
		flex-direction: row-reverse;
	}
	.yun_tool_item{
		width: 500px;
	}
	.yun_tool_tit{
		color: rgb(0, 0, 0);
		font-size: 34px;
		font-weight: 700;
		line-height: 51px;
		text-align: left;
	}
	.yun_tool_info {
		padding-right: 40px;
	}
	.yun_tool_info li{
		margin-top: 18px;
		position: relative;
		padding-left:26px;
	}
	.yun_tool_info li::after{
		content: '';
		position: absolute;
		left:0;
		top:5px;
		width: 15px;
		height: 15px;
		background: linear-gradient(-22.78deg, rgb(53, 113, 245) 5.851%,rgb(104, 170, 249) 88.703%);
		border-radius: 50%;
	}
	.yun_tool_info li strong{
		display: block;
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
	}
	.yun_tool_info li p{
		color: rgb(147, 154, 160);
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		margin-top: 5px;
	}
	.tool_btn{
		display: block;
		width: 150px;
		height: 50px;
		border-radius: 10px;
		background: rgb(51, 111, 255);
		font-size: 22px;
		font-weight: 700;
		line-height: 50px;
		text-align: center;
		color:#fff;
		margin-top: 30px;
	}
	.yun_mt40{
		margin-top: 40px;
	}
	.yun_mt80{
		margin-top: 80px;
	}
	.yun_mt100{
		margin-top: 100px;
	}

	/* 最新 */
	.yun_hexin{
		
	}
	.yun_hexin .yun_hexin_item{
		background: #F9FBFF;
		border-radius: 10px;
		padding:30px 40px;
		box-sizing: border-box;
	}
	.yun_hexin .yun_hexin_item img{
		display: block;
		margin: 0 auto;
	}
	.yun_hexin .yun_hexin_item strong{
		display: block;
		text-align: center;
		font-weight: 600;
		font-size: 20px;
		color: #000000;
		line-height: 30px;
		padding:15px 0;
	}
	.yun_hexin .yun_hexin_item p{
		font-size: 14px;
		color: #666666;
		line-height: 20px;
		text-align: center;
	}

	.yun_yunying{
		margin-top: 10px;
		position: relative;
	}
	.yun_yunying .yun_yunying_item{
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		padding-bottom: 18px;
	}
	.yun_yunying .yun_yunying_item h3{
		width: 100%;
		height: 80px;
		box-sizing: border-box;
		padding:0 20px;
		background: url('../images/ico_bg1.png') no-repeat;
		background-size: 100% 100%;
		font-weight: 600;
		font-size: 20px;
		line-height: 80px;
		color: #FFFFFF;
		margin-bottom: 5px;
	}
	.yun_yunying .yun_yunying_item p{
		padding:10px 20px 0;
		font-size: 16px;
		color: #666666;
		line-height: 26px;
		display: flex;
		align-items: center;
	}
	.yun_yunying .yun_yunying_item p img{
		flex-shrink: 0;
		margin-right: 8px;
	}
	.yun_yunying_btn{
		padding:50px 0;
	}
	.yun_yunying_btn a{
		display: block;
		width: 150px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		background: #336FFF;
		border-radius: 25px;
		font-weight: 600;
		font-size: 20px;
		color: #FFFFFF;
		margin: 0 auto;
	}
	.yun_yunying_btn .btn_detail{
		background: #fff;
		color: #336FFF;
		border: #336FFF 1px solid;
	}

	.yun_tab_nav{
		padding:50px 0 50px;
		display: flex;
		align-items: center;
		justify-content: space-around;
	
	}
	.yun_tab_nav li{
		width: 200px;
		height: 60px;
		border-radius: 37.5px;
		background-color: #FFFFFF;
		border: 2px solid #E5F0FF;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.yun_tab_nav li p{
		font-size: 22px;
		padding:0 10px;
	}
	.yun_tab_nav li .ico_t{
		display: block;
	}
	.yun_tab_nav li .ico_ta{
		display: none;
	}
	.yun_tab_nav li:hover{
		background-color: #E5F0FF;
	}
	.yun_tab_nav li.hover{
		background-color: #1C66FC;
	}
	.yun_tab_nav li.hover p{
		color:#fff;
	}
	.yun_tab_nav li.hover .ico_t{
		display: none;
	}
	.yun_tab_nav li.hover .ico_ta{
		display: block;
	}
	.yun_bh{
		padding-bottom: 50px;
	}
	.yun_bh h3{
		padding:55px 20%;
		font-weight: 600;
		font-size: 34px;
		color: #000000;
		line-height: 48px;
		text-align: center;
	}

	.yun_bh_info_tit{
		text-align: center;
		font-weight: 600;
		font-size: 34px;
		color: #000000;
		line-height: 48px;
		padding:55px 0;
	}
	.scene_list{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		padding-bottom: 220px;
		background: url('../images/ico_line_bg.png') no-repeat center bottom;
		background-size: 96% auto;
	}
	.scene_list li{
		width: 23.6%;
		position: relative;
		padding-top: 50px;
	}
	.scene_list li:nth-child(2),.scene_list li:nth-child(3){
		top:140px;
	}
	.scene_list li h3{
		width: 80%;
		height: 70px;
		margin: 0 auto;
		text-align: center;
		color:#fff;
		line-height: 50px;
		font-size: 20px;
		border-radius: 10px;
		background: linear-gradient(58.5deg, rgba(51, 111, 255, 1) 0%, rgba(71, 154, 251, 1) 100%);
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-bottom: 20px;
		box-sizing: border-box;
		padding-left: 30px;
		position: absolute;
		left:0;
		top: 0;
		right: 0;
	}
	.scene_list li h3 img{
		margin-right: 12px;
	}
	.scene_list li p{
		color: rgba(0, 0, 0, 0.6);
		font-weight: 400;
		font-size: 14px;
		line-height: 26px;
		min-height: 88px;
	}
	.scene_list li span{
		display: flex;
		align-items: flex-start;
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}
	.scene_list li i{
		flex-shrink: 0;
		width: 10px;
		height: 10px;
		background-color: #336FFF;
		border-radius: 50%;
		margin-right: 10px;
		margin-top: 7px;
	}
	.scene_item_bg{
		border-radius: 10px;
		background-color: rgba(234, 245, 255,0.6);
		backdrop-filter: blur(7px);
		border: 2px solid #DDECFB;
		padding:30px 20px;
		box-sizing: border-box;
		height: 100%;
	}
	.scene_item_bg2{
		padding:20px 15px;
	}
	.scene_item_bg2 p{
		padding: 15px 10px;
	}


	.scene_list2{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.scene_list2 li{
		width: 23.6%;
		position: relative;
		padding-top: 50px;
		margin-bottom: 20px;
	}
	.scene_list2 li h3{
		width: 80%;
		height: 70px;
		margin: 0 auto;
		text-align: center;
		color:#fff;
		line-height: 50px;
		font-size: 20px;
		border-radius: 10px;
		background: linear-gradient(58.5deg, rgba(51, 111, 255, 1) 0%, rgba(71, 154, 251, 1) 100%);
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-bottom: 20px;
		box-sizing: border-box;
		padding-left: 30px;
		position: absolute;
		left:0;
		top: 0;
		right: 0;
	}
	.scene_list2 li h3 img{
		margin-right: 12px;
	}
	.scene_list2 li p{
		color: rgba(0, 0, 0, 0.6);
		font-weight: 400;
		font-size: 14px;
		line-height: 26px;
		min-height: 130px;
	}
	.scene_list2 li span{
		display: flex;
		align-items: flex-start;
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}
	.scene_list2 li i{
		flex-shrink: 0;
		width: 10px;
		height: 10px;
		background-color: #336FFF;
		border-radius: 50%;
		margin-right: 10px;
		margin-top: 7px;
	}
	.scene_item_bg3{
		padding:20px 20px 15px;
		min-height: 265px;
		box-sizing: border-box;
	}
	.yun_changj{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.yun_changj li{
		width: 49%;
		background: #F4FAFE;
		border-radius: 10px;
		box-sizing: border-box;
		padding:20px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.yun_changj li img{
		flex-shrink: 0;
		width: 180px;
		height: 268px;
		border-radius: 10px;
		margin-left: 20px;
	}
	.yun_changj li h3{
		font-weight: 600;
		font-size: 20px;
		color: #000000;
		line-height: 30px;
	}
	.yun_changj li strong{
		display: block;
		padding:10px 0;
		font-size: 18px;
		color: #000000;
		line-height: 29px;
	}
	.yun_changj li p{
		font-size: 14px;
		color: #666666;
		line-height: 24px;
	}

	.header_ad_bg{
		position: relative;
		left:0;
		top:0;
		right: 0;
		width: 100%;
		height: 60px;
		background: url('../images/header_ad_bg.png') no-repeat ;
		background-size: 100% 100%;
		z-index: 99999;
	}
	.header_ad{
		display: flex;
		align-items: center;
		justify-content: space-between;
		color:#fff;
		height: 60px;
	}
	.header_ad p{
		font-size: 24px;
		color: #FFFFFF;
		line-height: 30px;
	}
	.header_ad a{
		width: 100px;
		height: 35px;
		background: linear-gradient( 90deg, #FEFEFF 0%, #DED8FF 100%);
		border-radius: 5px;
		font-size: 16px;
		color: #1E27D0;
		text-align: center;
		line-height: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header_ad a img{
		width: 8px;
		flex-shrink: 0;
		margin-left: 5px;
	}
	.header_ad_close{
		position: absolute;
		right: 20px;
		top: 15px;
		cursor: pointer;
	}
	
	.tabs_banner .swiper-pagination{
		display: none;
	}
	
	.yun_tab_nav_felx{
		position: sticky;
		top: 1px;
		background-color: rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		z-index: 999;
	}
	
	
	/*  */
	.yun_hexin .swiper-pagination{
		position: absolute;
		left:0%;
		bottom: 0;
		z-index: 999;
	}
	.yun_hexin .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 4px;
	}
	.yun_hexin .swiper-pagination-bullet{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(235, 235, 235);
		opacity: 1;
	}
	.yun_hexin .swiper-pagination-bullet-active{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(76, 140, 251);
		opacity: 1;
	}
	
	
}

@media (min-width: 769px) and (max-width: 1199px) {
	.yun_pc{
		display: block;
	}
	.yun_wap{
		display: none;
	}
	.w1200{
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding:0 20px;
	}
	.yun_banner{
		position: relative;
		background: url('../images/banner_bg.png') no-repeat center top;
	}
	.yun_banner .swiper-pagination{
		position: absolute;
		left:0%;
		bottom: -35px;
		z-index: 9;
	}
	.yun_banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 8px;
	}
	.yun_banner .swiper-pagination-bullet{
		width: 50px;
		height: 10px;
		border-radius: 6px;
		background: rgb(235, 235, 235);
		opacity: 1;
	}
	.yun_banner .swiper-pagination-bullet-active{
		width: 50px;
		height: 10px;
		border-radius: 6px;
		background: rgb(76, 140, 251);
		opacity: 1;
	}
	.yun_banner_item{
		width: 100%;
		height: 610px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding:0 20px;
	}
	.yun_banner_ph{
		width: 54%;
	}
	.yun_banner_ph img{
		width: 100%;
	}
	.yun_banner_text{
		width: 40%;
		padding-top: 50px;
	}
	.yun_banner_text strong{
		display: block;
		color: rgb(3, 3, 3);
		font-size: 42px;
		font-weight: 700;
		line-height: 63px;
	}
	.yun_banner_text p{
		color: rgba(0, 0, 0, 0.85);
		font-size: 26px;
		font-weight: 400;
		line-height: 39px;
		margin-top: 15px;
	}
	.yun_banner_text a{
		display: block;
		margin-top: 100px;
		width: 150px;
		height: 50px;
		border-radius: 10px;
		background: rgb(51, 111, 255);
		color: rgb(255, 255, 255);
		font-size: 22px;
		font-weight: 700;
		line-height: 50px;
		text-align: center;
	}
	
	.yun_title{
		text-align: center;
		padding:80px 0 40px;
	}
	.yun_title strong{
		display: block;
		color: rgb(0, 0, 0);
		font-size: 40px;
		font-weight: 700;
		line-height: 60px;
		letter-spacing: 0px;
		text-align: center;
	}
	.yun_title span{
		display: block;
		padding-top: 10px;
		color: rgb(102, 102, 102);
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0px;
		text-align: center;
	}
	.yun_scrm_ph{
		display: block;
	}
	.yun_scrm{
		padding-bottom: 55px;
	}
	
	.yun_tool{
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 740px;
	}
	.row_reverse{
		flex-direction: row-reverse;
	}
	.yun_tool_item{
		width: 41%;
	}
	.yun_tool_ph{
		width: 56%;
	}
	.yun_tool_tit{
		color: rgb(0, 0, 0);
		font-size: 34px;
		font-weight: 700;
		line-height: 51px;
		text-align: left;
	}
	.yun_tool_info {
		padding-right: 40px;
	}
	.yun_tool_info li{
		margin-top: 18px;
		position: relative;
		padding-left:26px;
	}
	.yun_tool_info li::after{
		content: '';
		position: absolute;
		left:0;
		top:5px;
		width: 15px;
		height: 15px;
		background: linear-gradient(-22.78deg, rgb(53, 113, 245) 5.851%,rgb(104, 170, 249) 88.703%);
		border-radius: 50%;
	}
	.yun_tool_info li strong{
		display: block;
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
	}
	.yun_tool_info li p{
		color: rgb(147, 154, 160);
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		margin-top: 5px;
	}
	.tool_btn{
		display: block;
		width: 150px;
		height: 50px;
		border-radius: 10px;
		background: rgb(51, 111, 255);
		font-size: 22px;
		font-weight: 700;
		line-height: 50px;
		text-align: center;
		color:#fff;
		margin-top: 30px;
	}
	.yun_mt40{
		margin-top: 40px;
	}
	.yun_mt80{
		margin-top: 80px;
	}
	.yun_mt100{
		margin-top: 100px;
	}


	/* 最新 */
	.yun_hexin{
		
	}
	.yun_hexin .yun_hexin_item{
		background: #F9FBFF;
		border-radius: 10px;
		padding:30px 40px;
		box-sizing: border-box;
	}
	.yun_hexin .yun_hexin_item img{
		display: block;
		margin: 0 auto;
	}
	.yun_hexin .yun_hexin_item strong{
		display: block;
		text-align: center;
		font-weight: 600;
		font-size: 20px;
		color: #000000;
		line-height: 30px;
		padding:15px 0;
	}
	.yun_hexin .yun_hexin_item p{
		font-size: 14px;
		color: #666666;
		line-height: 20px;
		text-align: center;
	}

	.yun_yunying{
		margin-top: 10px;
		position: relative;
	}
	.yun_yunying .yun_yunying_item{
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		padding-bottom: 18px;
	}
	.yun_yunying .yun_yunying_item h3{
		width: 100%;
		height: 80px;
		box-sizing: border-box;
		padding:0 20px;
		background: url('../images/ico_bg1.png') no-repeat;
		background-size: 100% 100%;
		font-weight: 600;
		font-size: 20px;
		line-height: 80px;
		color: #FFFFFF;
		margin-bottom: 5px;
	}
	.yun_yunying .yun_yunying_item p{
		padding:10px 20px 0;
		font-size: 16px;
		color: #666666;
		line-height: 26px;
		display: flex;
		align-items: center;
	}
	.yun_yunying .yun_yunying_item p img{
		flex-shrink: 0;
		margin-right: 8px;
	}
	/*  */
	.yun_yunying .swiper-pagination{
		position: absolute;
		left:0%;
		bottom: -25px;
		z-index: 9;
	}
	.yun_yunying .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 4px;
	}
	.yun_yunying .swiper-pagination-bullet{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(235, 235, 235);
		opacity: 1;
	}
	.yun_yunying .swiper-pagination-bullet-active{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(76, 140, 251);
		opacity: 1;
	}
	
	
	.yun_yunying_btn{
		padding:50px 0;
	}
	.yun_yunying_btn a{
		display: block;
		width: 150px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		background: #336FFF;
		border-radius: 25px;
		font-weight: 600;
		font-size: 20px;
		color: #FFFFFF;
		margin: 0 auto;
	}
	.yun_yunying_btn .btn_detail{
		background: #fff;
		color: #336FFF;
		border: #336FFF 1px solid;
	}

	.yun_tab_nav{
		padding:50px 0 50px;
		display: flex;
		align-items: center;
		justify-content: space-around;
	
	}
	.yun_tab_nav li{
		width: 200px;
		height: 60px;
		border-radius: 37.5px;
		background-color: #FFFFFF;
		border: 2px solid #E5F0FF;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	.yun_tab_nav li p{
		font-size: 22px;
		padding:0 10px;
	}
	.yun_tab_nav li .ico_t{
		display: block;
	}
	.yun_tab_nav li .ico_ta{
		display: none;
	}
	.yun_tab_nav li:hover{
		background-color: #E5F0FF;
	}
	.yun_tab_nav li.hover{
		background-color: #1C66FC;
	}
	.yun_tab_nav li.hover p{
		color:#fff;
	}
	.yun_tab_nav li.hover .ico_t{
		display: none;
	}
	.yun_tab_nav li.hover .ico_ta{
		display: block;
	}
	.yun_bh{
		padding-bottom: 50px;
	}
	.yun_bh h3{
		padding:55px 20%;
		font-weight: 600;
		font-size: 34px;
		color: #000000;
		line-height: 48px;
		text-align: center;
	}

	.yun_bh_info_tit{
		text-align: center;
		font-weight: 600;
		font-size: 34px;
		color: #000000;
		line-height: 48px;
		padding:55px 0;
	}
	.scene_list{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		padding-bottom: 220px;
		background: url('../images/ico_line_bg.png') no-repeat center bottom;
		background-size: 96% auto;
	}
	.scene_list li{
		width: 23.6%;
		position: relative;
		padding-top: 50px;
	}
	.scene_list li:nth-child(2),.scene_list li:nth-child(3){
		top:140px;
	}
	.scene_list li h3{
		width: 80%;
		height: 70px;
		margin: 0 auto;
		text-align: center;
		color:#fff;
		line-height: 50px;
		font-size: 20px;
		border-radius: 10px;
		background: linear-gradient(58.5deg, rgba(51, 111, 255, 1) 0%, rgba(71, 154, 251, 1) 100%);
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-bottom: 20px;
		box-sizing: border-box;
		padding-left: 30px;
		position: absolute;
		left:0;
		top: 0;
		right: 0;
	}
	.scene_list li h3 img{
		margin-right: 12px;
	}
	.scene_list li p{
		color: rgba(0, 0, 0, 0.6);
		font-weight: 400;
		font-size: 14px;
		line-height: 26px;
		min-height: 88px;
	}
	.scene_list li span{
		display: flex;
		align-items: flex-start;
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}
	.scene_list li i{
		flex-shrink: 0;
		width: 10px;
		height: 10px;
		background-color: #336FFF;
		border-radius: 50%;
		margin-right: 10px;
		margin-top: 7px;
	}
	.scene_item_bg{
		border-radius: 10px;
		background-color: rgba(234, 245, 255,0.6);
		backdrop-filter: blur(7px);
		border: 2px solid #DDECFB;
		padding:30px 20px;
		box-sizing: border-box;
		height: 100%;
	}
	.scene_item_bg2{
		padding:20px 15px;
	}
	.scene_item_bg2 p{
		padding: 15px 10px;
	}


	.scene_list2{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.scene_list2 li{
		width: 23.6%;
		position: relative;
		padding-top: 50px;
		margin-bottom: 20px;
	}
	.scene_list2 li h3{
		width: 80%;
		height: 70px;
		margin: 0 auto;
		text-align: center;
		color:#fff;
		line-height: 50px;
		font-size: 20px;
		border-radius: 10px;
		background: linear-gradient(58.5deg, rgba(51, 111, 255, 1) 0%, rgba(71, 154, 251, 1) 100%);
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-bottom: 20px;
		box-sizing: border-box;
		padding-left: 30px;
		position: absolute;
		left:0;
		top: 0;
		right: 0;
	}
	.scene_list2 li h3 img{
		margin-right: 12px;
	}
	.scene_list2 li p{
		color: rgba(0, 0, 0, 0.6);
		font-weight: 400;
		font-size: 14px;
		line-height: 26px;
		min-height: 130px;
	}
	.scene_list2 li span{
		display: flex;
		align-items: flex-start;
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}
	.scene_list2 li i{
		flex-shrink: 0;
		width: 10px;
		height: 10px;
		background-color: #336FFF;
		border-radius: 50%;
		margin-right: 10px;
		margin-top: 7px;
	}
	.scene_item_bg3{
		padding:20px 20px 15px;
		min-height: 265px;
		box-sizing: border-box;
	}
	.yun_changj{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.yun_changj li{
		width: 49%;
		background: #F4FAFE;
		border-radius: 10px;
		box-sizing: border-box;
		padding:20px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.yun_changj li img{
		flex-shrink: 0;
		width: 180px;
		height: 268px;
		border-radius: 10px;
		margin-left: 20px;
	}
	.yun_changj li h3{
		font-weight: 600;
		font-size: 20px;
		color: #000000;
		line-height: 30px;
	}
	.yun_changj li strong{
		display: block;
		padding:10px 0;
		font-size: 18px;
		color: #000000;
		line-height: 29px;
	}
	.yun_changj li p{
		font-size: 14px;
		color: #666666;
		line-height: 24px;
	}

	.header_ad_bg{
		position: relative;
		left:0;
		top:0;
		right: 0;
		width: 100%;
		height: 60px;
		background: url('../images/header_ad_bg.png') no-repeat ;
		background-size: 100% 100%;
		z-index: 99999;
	}
	.header_ad{
		display: flex;
		align-items: center;
		justify-content: space-between;
		color:#fff;
		height: 60px;
		box-sizing: border-box;
		padding-right: 60px;
	}
	.header_ad p{
		font-size: 24px;
		color: #FFFFFF;
		line-height: 30px;
	}
	.header_ad a{
		width: 100px;
		height: 35px;
		background: linear-gradient( 90deg, #FEFEFF 0%, #DED8FF 100%);
		border-radius: 5px;
		font-size: 16px;
		color: #1E27D0;
		text-align: center;
		line-height: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header_ad a img{
		width: 8px;
		flex-shrink: 0;
		margin-left: 5px;
	}
	.header_ad_close{
		position: absolute;
		right: 20px;
		top: 15px;
		cursor: pointer;
	}
	
	.tabs_banner .swiper-pagination{
		display: none;
	}
	
	.yun_tab_nav_felx{
		position: sticky;
		top: 1px;
		background-color: rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		z-index: 999;
	}
	
	
	/*  */
	.yun_hexin{
		position: relative;
		padding:10px 0 10px;
	}
	.yun_hexin .swiper-pagination{
		position: absolute;
		left:0%;
		bottom: -30px;
		z-index: 999;
	}
	.yun_hexin .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 4px;
	}
	.yun_hexin .swiper-pagination-bullet{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(235, 235, 235);
		opacity: 1;
	}
	.yun_hexin .swiper-pagination-bullet-active{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(76, 140, 251);
		opacity: 1;
	}
	
	

}

@media (max-width: 768px) {
	.yun_pc{
		display: none;
	}
	.yun_wap{
		display: block;
	}
	.w1200{
		width: 100%;
	}
	.yun_banner{
		position: relative;
		background: url('../images/banner_bg.png') no-repeat center top;
	}
	.yun_banner .swiper-pagination{
		position: absolute;
		left:0%;
		bottom: -30px;
		z-index: 9;
	}
	.yun_banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 6px;
	}
	.yun_banner .swiper-pagination-bullet{
		width: 30px;
		height: 6px;
		border-radius: 6px;
		background: rgb(235, 235, 235);
		opacity: 1;
	}
	.yun_banner .swiper-pagination-bullet-active{
		width: 30px;
		height: 6px;
		border-radius: 6px;
		background: rgb(76, 140, 251);
		opacity: 1;
	}
	.yun_banner_item{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	.yun_banner_ph{
		padding:0 30px 10px;
	}
	.yun_banner_ph img{
		width: 100%;
	}
	.yun_banner_text{
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		padding:50px 20px 0;
	}
	.yun_banner_text strong{
		display: block;
		color: rgb(3, 3, 3);
		font-size: 32px;
		font-weight: 700;
		line-height: 50px;
	}
	.yun_banner_text p{
		color: #666666;
		font-size: 18px;
		font-weight: 400;
		line-height: 30px;
		margin-top: 15px;
	}
	.yun_banner_text a{
		display: none;
		margin: 0 auto;
		margin-top: 100px;
		width: 150px;
		height: 50px;
		border-radius: 10px;
		background: rgb(51, 111, 255);
		color: rgb(255, 255, 255);
		font-size: 22px;
		font-weight: 700;
		line-height: 50px;
		text-align: center;
	}
	
	.yun_title{
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding:60px 20px 40px;
	}
	.yun_title strong{
		display: block;
		color: rgb(0, 0, 0);
		font-size: 30px;
		font-weight: bold;
		line-height: 45px;
		padding:0 32px;
	}
	.yun_title span{
		display: block;
		padding-top: 10px;
		color: rgb(147, 154, 160);
		font-size: 16px;
		line-height: 24px;
	}
	.yun_title p{
		padding-top: 10px;
		color: rgb(147, 154, 160);
		font-size: 16px;
		line-height: 24px;
	}
	
	
	
	.yun_tab_nav{
		padding:0px 0 0px;
		display: flex;
		align-items: center;
		justify-content: space-between;

	}
	.yun_tab_nav li{
		width: 17%;
	}
	.yun_tab_nav li i{
		display: block;
		border: 1px solid #E5F0FF;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px 0;
		border-radius: 5px;
		background: #fff;
	}
	.yun_tab_nav li p{
		font-size: 15px;
		text-align: center;
		line-height: 30px;
		padding:8px 0;
	}
	.yun_tab_nav li .ico_t{
		display: block;
	}
	.yun_tab_nav li .ico_ta{
		display: none;
	}
	.yun_tab_nav li.hover i{
		background: linear-gradient(0deg, rgba(53, 73, 245, 1) 0%, rgba(90, 163, 250, 1) 100%);
	}
	.yun_tab_nav li.hover p{
		color: #3572F5;
		position: relative;
	}
	.yun_tab_nav li.hover p::after{
		content: '';
		position: absolute;
		left:0;
		bottom: 0;
		right: 0;
		border-bottom: 2px solid #3571F5;
	}
	.yun_tab_nav li.hover .ico_t{
		display: none;
	}
	.yun_tab_nav li.hover .ico_ta{
		display: block;
	}

	
	.tabs_banner{
		position: relative;
		background: linear-gradient(0.00deg, rgb(239, 245, 255) 25.66%,rgb(249, 251, 255) 94.518%);
		
	}
	.tabs_banner .swiper{
		padding-bottom: 40px;
	}
	.tabs_banner .swiper-slide{
		padding:0 15px;
		box-sizing: border-box;
	}
	.tabs_cont_title{
		font-size: 20px;
		text-align: left;
		padding:30px 0 10px;
		font-weight: bold;
	}
	.tabs_cont_item li{
		margin-top: 15px;
		position: relative;
		padding-left:26px;
	}
	.tabs_cont_item li::after{
		content: '';
		position: absolute;
		left:0;
		top:4px;
		width: 14px;
		height: 14px;
		background: linear-gradient(-22.78deg, rgb(53, 113, 245) 5.851%,rgb(104, 170, 249) 88.703%);
		border-radius: 50%;
	}
	.tabs_cont_item li strong{
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
	}
	.tabs_cont_item li p{
		color: rgb(147, 154, 160);
		font-size: 14px;
		line-height: 22px;
		margin-top: 5px;
	}
	.tabs_banner .swiper-pagination{
		position: absolute;
		left:0%;
		bottom: 20px;
		z-index: 999;
	}
	.tabs_banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 4px;
	}
	.tabs_banner .swiper-pagination-bullet{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(235, 235, 235);
		opacity: 1;
	}
	.tabs_banner .swiper-pagination-bullet-active{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(76, 140, 251);
		opacity: 1;
	}


	

	/* 最新 */
	.yun_hexin{
		padding:15px;
		box-sizing: border-box;
	}
	.yun_hexin .yun_hexin_item{
		background: #F9FBFF;
		border-radius: 10px;
		padding:15px 10px;
		box-sizing: border-box;
	}
	.yun_hexin .yun_hexin_item img{
		display: block;
		width: 28%;
		margin: 0 auto;
	}
	.yun_hexin .yun_hexin_item strong{
		display: block;
		text-align: center;
		font-weight: 600;
		font-size: 16px;
		color: #000000;
		line-height: 24px;
		padding:15px 0;
	}
	.yun_hexin .yun_hexin_item p{
		font-size: 14px;
		color: #666666;
		line-height: 20px;
		text-align: center;
	}

	.yun_yunying{
		padding:0 0 30px;
		position: relative;
	}
	.yun_yunying .yun_yunying_item{
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		padding-bottom: 18px;
		margin-bottom: 15px;
	}
	.yun_yunying .yun_yunying_item h3{
		width: 100%;
		height: 50px;
		box-sizing: border-box;
		padding:0 20px;
		background: url('../images/ico_bg1.png') no-repeat;
		background-size: 100% 100%;
		font-weight: 600;
		font-size: 18px;
		line-height: 50px;
		color: #FFFFFF;
		margin-bottom: 10px;
		text-align: center;
	}
	.yun_yunying .yun_yunying_item p{
		padding:5px 15px 0;
		font-size: 14px;
		color: #666666;
		line-height: 26px;
		display: flex;
		align-items: center;
	}
	.yun_yunying .yun_yunying_item p img{
		flex-shrink: 0;
		margin-right: 8px;
	}
	
	/*  */
	.yun_yunying .swiper-pagination{
		position: absolute;
		left:0%;
		bottom: 15px;
		z-index: 9;
	}
	.yun_yunying .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 4px;
	}
	.yun_yunying .swiper-pagination-bullet{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(235, 235, 235);
		opacity: 1;
	}
	.yun_yunying .swiper-pagination-bullet-active{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(76, 140, 251);
		opacity: 1;
	}
	
	
	.yun_yunying_btn{
		padding:50px 0;
	}
	.yun_yunying_btn a{
		display: block;
		width: 150px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		background: #336FFF;
		border-radius: 25px;
		font-weight: 600;
		font-size: 20px;
		color: #FFFFFF;
		margin: 0 auto;
	}
	.yun_yunying_btn .btn_detail{
		background: #fff;
		color: #336FFF;
		border: #336FFF 1px solid;
	}
	.yun_bh_cont{
		padding-left: 0;
        padding-right: 0;
	}

	.yun_bh{
		padding-bottom: 20px;
		padding-left: 0;
        padding-right: 0;
	}
	.yun_bh h3{
		padding:35px 20px;
		font-weight: 600;
		font-size: 22px;
		color: #000000;
		line-height: 32px;
		text-align: center;
	}

	.yun_bh_info_tit{
		text-align: center;
		font-weight: 600;
		font-size: 22px;
		color: #000000;
		line-height: 48px;
		padding:20px 0;
	}
	.scene_list{
	    display: flex;
	    align-items: stretch;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.scene_list li{
	    width: 49.5%;
	    margin-bottom: 15px;
	    display: flex;
	    flex-direction: column;
	}
	.scene_list li h3{
	    flex-shrink: 0;
	    width: 90%;
	    height: 60px;
	    margin: 0 auto;
	    text-align: center;
	    color:#fff;
	    line-height: 40px;
	    font-size: 16px;
	    border-radius: 10px;
	    background: linear-gradient(58.5deg, rgba(51, 111, 255, 1) 0%, rgba(71, 154, 251, 1) 100%);
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 20px;
		box-sizing: border-box;
		padding-right: 10px;
	}
	.scene_list li h3 img{
		width: 20px;
		margin-right: 10px;
	}
	.scene_list li p{
	    color: rgba(0, 0, 0, 0.6);
	    font-weight: 400;
	    font-size: 14px;
	    line-height: 24px;
	    padding-bottom: 10px;
	}
	.scene_list li span{
	    display: flex;
	    align-items: center;
	    font-size: 14px;
	    line-height: 20px;
	    margin-top: 8px;
	}
	.scene_list li i{
	    flex-shrink: 0;
	    width: 8px;
	    height: 8px;
	    background-color: #336FFF;
	    border-radius: 50%;
	    margin-right: 10px;
	}
	.scene_item_bg{
	    height: 100%;
	    border-radius: 10px;
	    background-color: rgba(234, 245, 255,0.6);
	    margin-top: -20px;
	    backdrop-filter: blur(7px);
	    border: 2px solid #DDECFB;
	    padding:8px 8px;
	}
	.scene_item_bg2{
		padding:15px 8px;
		align-items: stretch;
		justify-content: flex-start;
	}
	.scene_item_bg2 p{
		padding: 15px 5px;
	}
	
	.tabs_p1{
		height: 120px;
		overflow: hidden;
	}
	.tabs_p3{
		height: 152px;
		overflow: hidden;
	}
	
	
	


	.scene_list2{
		padding-bottom: 0px;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.scene_list2 li{
		width: 48.5%;
		margin-bottom: 15px;
		background: linear-gradient( 180deg, #FFFFFF 0%, #EAF5FF 100%);
		border-radius: 10px;
		border: 2px solid #E0EEFC;
		padding-top: 20px;
		box-sizing: border-box;
	}
	.scene_list2 li h3{
		text-align: center;
		color:#333;
		line-height: 20px;
		font-size: 16px;
		font-weight: bold;
	}
	.scene_list2 li h3 img{
		display: block;
		width: 24px;
		background: linear-gradient( 59deg, #336FFF 0%, #479AFB 100%);
		padding:8px;
		border-radius: 50%;
		margin: 0 auto 10px;
	}
	.scene_list2 li p{
		color: rgba(0, 0, 0, 0.6);
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		height: 48px;
		overflow: hidden;
	}
	.scene_list2 li span{
		display: none;
	}
	.scene_list2 li i{
		flex-shrink: 0;
		width: 10px;
		height: 10px;
		background-color: #336FFF;
		border-radius: 50%;
		margin-right: 10px;
		margin-top: 7px;
	}
	.scene_item_bg3{
		background: none;
		border:none;
		margin: 0;
		height: auto;
		padding:10px 15px 15px;
	}
	.yun_changj{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.yun_changj li{
		width: 48.5%;
		background: #F4FAFE;
		border-radius: 6px;
		box-sizing: border-box;
		display: flex;
		align-items: flex-start;
		justify-content: start;
		flex-direction: column-reverse;
		margin-bottom: 15px;
		box-sizing: border-box;
		padding:15px;
	}
	.yun_changj li img{
		flex-shrink: 0;
		width: 100%;
		height: 60px;
		border-radius: 10px;
		object-fit: cover;
	}
	.yun_changj li h3{
		font-weight: 600;
		font-size: 16px;
		color: #000000;
		line-height: 30px;
		margin-top: 15px;
	}
	.yun_changj li strong{
		display: none;
		padding:10px 0;
		font-size: 14px;
		color: #000000;
		line-height: 20px;
	}
	.yun_changj li p{
		font-size: 14px;
		color: #666666;
		line-height: 24px;
	}

	.yun_bg_ff{
		background: #fff !important;
	}

	
	.header_ad_bg{
		position: relative;
		left:0;
		top:0;
		right: 0;
		width: 100%;
		height: 60px;
		background: url('../images/header_ad_bg.png') no-repeat ;
		background-size: 100% 100%;
		z-index: 99999;
	}
	.header_ad{
		display: flex;
		align-items: center;
		justify-content: space-between;
		color:#fff;
		height: 60px;
		box-sizing: border-box;
		padding-right: 40px;
	}
	.header_ad p{
		font-size: 15px;
		color: #FFFFFF;
		line-height:22px;
		padding:0 15px;
	}
	.header_ad a{
		flex-shrink: 0;
		height: 32px;
		background: linear-gradient( 90deg, #FEFEFF 0%, #DED8FF 100%);
		border-radius: 5px;
		font-size: 12px;
		color: #1E27D0;
		text-align: center;
		line-height: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding:0 10px;
	}
	.header_ad a img{
		width: 6px;
		flex-shrink: 0;
		margin-left: 5px;
	}
	.header_ad_close{
		position: absolute;
		right: 10px;
		top: 6px;
		cursor: pointer;
	}
	
	.yun_tab_nav_felx{
		position: sticky;
		top: 1px;
		background-color: rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		z-index: 999;
	}
	
	
	/*  */
	.yun_hexin{
		position: relative;
		padding:0px 15px 50px;
	}
	.yun_hexin .swiper-pagination{
		position: absolute;
		left:0%;
		bottom: 20px;
		z-index: 9;
	}
	.yun_hexin .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 4px;
	}
	.yun_hexin .swiper-pagination-bullet{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(235, 235, 235);
		opacity: 1;
	}
	.yun_hexin .swiper-pagination-bullet-active{
		width: 26px;
		height: 6px;
		border-radius: 6px;
		background: rgb(76, 140, 251);
		opacity: 1;
	}

	.home2024v2-dialog .content section{
		padding: 20px;
	}
	.home2024v2-dialog .content section h2{
		font-size: 16px;
	}
	.home2024v2-dialog .mobile-card{
		margin-top:0 !important;
	}
	
}



/*  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* 新增 */

.menu_pc_show_for_banner{
	top: 130px !important;
}

.home2024v2-dialog{
	background: url('../images/pop/Pop_bg.png')  no-repeat center top !important;
	height: unset !important;
	min-height: 470px;
}
.home2024v2-dialog .content{
	background: unset !important;
}
.home2024v2-dialog .content img{
	width: 100%;
}

.home2024v2-dialog .content section{
	display: none;
	padding: 30px;
}
.home2024v2-dialog .content section h2{
	font-weight: bold;
}
.home2024v2-dialog .content section .pop-intro{
	margin: 10px 0;
    font-size: 14px;
}

.btn_row{
	display: flex;
 	justify-content: space-evenly;
	padding: 10px 0 20px 0;
}
.btn_row a{
	margin:unset;
}


  
@media (max-width: 768px) {
	.home2024v2-dialog{
		width: 380px;
		min-height: 420px;
	}
	.btn_row a{
		width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
	}
}

/* @media screen and (max-width: 500px) {
  .home2024v2-dialog {
    width: 272px;
    height: 389px;
  }
} */

.home2024v2-dialog .content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 99;
  background: #fff;
}

.home2024v2-dialog .content .al-it-st {
  padding: 10px 0 10px 5px;
}

.home2024v2-dialog .content .title-1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.home2024v2-dialog .content .img-qr {
  width: 30%;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .home2024v2-dialog .content .img-qr {
    width: 40%;
    padding-top: 36px;
  }
}

.home2024v2-dialog .content .img-qr .img-tips {
  font-size: 14px;
  margin: 0;
  color: #494848;
}

.home2024v2-dialog .hover-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  bottom: 0;
  transform: translateX(100%);
  background-color: transparent;
}

.home2024v2-dialog .card-close{
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    color: #666;
	font-size: 20px;
  }


  .home2024v2-dialog .mobile-card {
    display: none;
    margin-top: 0 !important;
  }
  .home2024v2-dialog .mobile-card img.gou {
        width: 14px;
        height: 10px;
        margin-right: 5px;
    }
    .home2024v2-dialog .mobile-card .qrcode {
        width: 120px;
        margin: 20px auto;
    }
    .home2024v2-dialog .mobile-card p {
        text-align: center;
        font-size: 14px;
        line-height: 2;
    }
    .home2024v2-dialog .mobile-card p.left {text-align: left;margin-left: 52px;}


