.mainWrap {
    width: 100%;
}
.fl-al{
	display: flex;
	align-items: center;
}
.hide{
    display: none;
}

.ml10{
	margin-left: 10px;
}

.commHead {
    width: 100%;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 3.04rem;
    background: #fff;
    position: -webkit-sticky; /* 兼容 Safari */
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff; /* 必须给背景色 */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.commHead .left{
    display: flex;
    align-items: center;
}

.menuIcon{
    display: none;
}
.commHead .logo1 {
    width: 1.19rem;
    /* height: 0.3rem; */
    margin-right: 0.23rem;
}
.commHead .logo2 {
/*    width: 3.16rem;*/
    width:4rem;
    /* height: 0.3rem; */
}
.commHead .right {
    display: flex;
    align-items: center;
    position: relative;
}
.commHead .headRight {
    display: flex;
    align-items: center;
}
.commHead .right .btn {
    padding: 0 0.21rem;
    border: 1px solid #999;
    border-radius: 0.36rem;
    height: 0.36rem;
    margin-left: 0.12rem;
    line-height: 0.36rem;
    font-size: 0.16rem;
    cursor: pointer;
}

.commHead.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #FFFFFF; /* 必须给白色背景，否则会透明 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* 动画让显示更平滑 */
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.banner {
    width: 100%;
}

.bannerImg {
    width: 100%;
    height: 4rem;
}

.commPadding{
    width: 100%;
    box-sizing: border-box;
    padding: 0 3.76rem;
}

.commTitle{
    width: 100%;
    color: #333;
    font-size: 0.36rem;
    text-align: center;
}

.commBtn{
    padding: 0.12rem 0.24rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.2rem;
    background: linear-gradient( 90deg, #58A2FF 0%, #2879FC 100%);
    box-shadow: 0px 0.04rem 0.2rem 0px rgba(152,190,249,0.58);
    border-radius: 0.45rem;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.footer .top {
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 1.5rem;
    flex-direction: column;
}

.footer .top .title {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
}

.footer .top .topBtn {
    width: 1.34rem;
    height: 0.35rem;
    border-radius: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
    font-size: 0.2rem;
    cursor: pointer;
    margin-top: 0.22rem;
    border: 1px solid;
}

.footer .bottom{
    width: 100%;
    height: 4rem;
    background: #2C2C2C;
}

.fl-sp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .bottom .main{
    display: flex;
    padding: 0.72rem 0 0.36rem 0;
}

.footer .bottom .main .left{
    display: flex;
    width: 7.02rem;
    justify-content: space-between;
}

.footer .bottom .main .left .unit .title{
    font-size: 0.18rem;
    color: #949494;
    margin-bottom: 0.14rem;
}

.footer .bottom .main .left .unit .cell{
    font-size: 0.16rem;
    color: #5D5D5D;
    min-width: 0.96rem;
    margin-right: 0.25rem;
    margin-bottom: 0.21rem;
    cursor: pointer;
}

.footer .bottom .main .left .link{
    margin-right: 0.8rem;
    margin-left: 0.8rem;
    width: 3.8rem;
}

.footer .bottom .main .left .link .wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer .bottom .main .right{
    display: flex;
    align-items: center;
}
.footer .bottom .main .right .unit{
    margin-right: 0.15rem;
}
.footer .bottom .main .right .unit:last-child{
    margin-right: 0;
}
.footer .bottom .main .right .unit .codeWrap{
    width: 1.3rem;
    height: 1.3rem;
    background: #FFFFFF;
    border-radius: 0.06rem;
    box-sizing: border-box;
    padding: 0.09rem;
}

.footer .bottom .main .right .unit .codeWrap img{
    width: 100%;
    height: 100%;
}

.footer .bottom .main .right .unit .tips{
    font-size: 0.12rem;
    color: #5D5D5D;
    text-align: center;
    margin-top: 0.12rem;
}

.footerLine{
    width: 100%;
    height: 0.01rem;
    box-shadow: 0px 1px 0px 0px #202020;
    background:#333333;
}

.telWrap{
    text-align: center;
    width: 100%;
    margin-top: 0.2rem;
}

.telWrap .unit{
    width: 100%;
    font-size: 0.16rem;
    color: #5D5D5D;
}

.showPop{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    display: none;
}

.showPop .popWrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.showPop .showCode{
    width: 3.9rem;
    height: 6.54rem;
}

.showPop .vertical .content{
    width: 2.8rem;
    height: 100%;
    position: relative;
}

.showPop .popWrap .showImg{
    width: 100%;
    height: 100%;
    border-radius: 0.15rem;
}


.showPop .popWrap .showVideo{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.showPop .vertical{
    height: 6.54rem;
    background-color: #FFF;
    top: 15%;
}


.showPop .closeImg{
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    right: -0.6rem;
    top: -0.16rem;
}

.playIcon{
    position: absolute;
    top: calc(50% - 72px) ;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 9999;
}


.showPop .vertical .showCode{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.showPop .vertical .showCode .title{
    font-size: 0.24rem;
    font-weight: 700;
    margin-top: 1rem;
    text-align: center;
}

.showPop .vertical .tip{
    display: none;
}

.showPop .vertical .openScan{
    display: none;
}

.showPop .showCode .qrcodeBox{
    width: 1.84rem;
    height: 1.84rem;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0.16rem;
}

.showPop .showCode .qrcodeBox .qrcodeImg{
    width: 100%;
    height: 100%;
}


.showPop .showCode .qrMsg{
    font-size: 0.16rem;
}

.vertical .qrcodeBox{
    margin-top: 0.5rem;
}
.vertical .qrMsg{
    margin-top: 0.2rem;
}

.showPop .showCode .qrBtn{
    width: 1.4rem;
    height: 0.4rem;
    color: #fff;
    background: #0069fd;
    line-height: 0.4rem;
    margin: 0.28rem auto 0;
    text-align: center;
    cursor: pointer;
}

.showPop .across{
    width: 3.9rem;
    height: 6.54rem;
    background-color: #FFF;
    top: 20%;
    border-radius: 0.15rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.showPop .across .content{
    width: 100%;
    height: 1.88rem;
    position: relative;
}

.across .title{
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.across .qrcodeBox{
    margin: 0 auto;
}
.across .qrMsg{
    margin-top: 0.2rem;
}

.showPop .tip{
    margin-top: 0.2rem;
}
.across .playIcon{
    top: 20%;
}

.showPop .across .qrMsg{
    display: none;
}
.upload_icon{
	position: absolute;right:-76px;top: 0;width:60px;cursor: pointer;
}

/* 弹窗 start*/
.messageAlert{
	display: none;
}
.messageAlert_box{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.55);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.msb_width{
	width: 587px;
}
@media screen and (max-width: 1000px) {
    .msb_width{
    	width: 587px;
		zoom: 0.6;
    }
	.upload_icon{
		position: absolute;right:0;top: -65px;width:60px;cursor: pointer;
	}
}
.msb_box{
	width: 100%;
	position: relative;
}
.msb_bj{
	width: 100%;
}
.msb_close{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
}
.msb_ma{
	width: 152px;
	position: absolute;
	top:153px;
	right: 82px;
}
.msb_ma_border{
	border:solid #3DA1F9 2px;
	border-radius: 20px;
	width: 100%;
	height: 152px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.msb_ewm{
	width: 140px;
	height: 140px;
}
.msb_ma_text{
    width: 14px;
    position: absolute;
    top: 178px;
    right: 244px;
	color:#707070;
	font-size: 14px;
    line-height: 1.3;
}
.msb_phone{
	position: absolute;
    top: 310px;
	left: 0;
	width: 100%;
	height: 40px;
}
.msb_in3{
	width: 16px;
}
.msb_phone_text{
	font-size: 16px;
	color:#0069FD;
	margin-left: 5px;
}
.msb_cen{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.msb_tips{
	font-size: 14px;
	color:white;
	margin-left: 10px;
	cursor: pointer;
}

.mbs_btn_wrap{
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 80px;
}

.mbs_btn_wrap .show_btn{
    box-sizing: border-box;
    padding: 7px 23px;
    line-height: 1.4;
    font-size: 18px;
    color: #FFF;
    border-radius: 40px;
    cursor: pointer;
}

.mbs_btn_wrap img{
    width: 24px;
    height: 24px;
}

.mbs_btn_wrap .show_service_btn{
    background: #0069FD;
}

.mbs_btn_wrap .show_wxservice_btn{
    background: #28C445;
}

.msb_cen_width{
	width:100%;
}

.progress-ring-container {
	position: relative;
	width: 60px;
	height: 60px;
	cursor: pointer;
	margin: auto;
}

.progress-ring {
	/* 将圆环起点旋转到顶部 */
	transform: rotate(-90deg);
	width: 100%;
	height: 100%;
}

.progress-ring__circle {
	/* 关键：增加平滑过渡效果 */
	transition: stroke-dashoffset 0.35s;
	stroke-width: 3;
	fill: transparent;
}

.progress-ring__background {
	stroke: rgba(255,255,255,0.55);
}

.progress-ring__progress {
	stroke: #fff;
	stroke-linecap: round;
	/* 初始状态：进度条隐藏（偏移量等于周长） */
	stroke-dasharray: 314.16;
	stroke-dashoffset: 314.16;
	/* 关键：5秒线性动画，进度条从0%到100% */
	animation: countdown 3s linear forwards;
}

/* 倒计时动画：stroke-dashoffset 从周长逐渐减到 0 */
@keyframes countdown {
	from {
		stroke-dashoffset: 314.16;
	}
	to {
		stroke-dashoffset: 0;
	}
}

/* 中间文本样式 */
.progress-text {
	font-size: 14px;
	color: white;
	margin: auto;
	width: 100%;
	text-align: center;
}
/* 弹窗 end*/




.progress-ring-container {
	position: relative;
	width: 60px;
	height: 60px;
	cursor: pointer;
	margin: auto;
}

.progress-ring-container{
    width: 50px;
    height: 50px;
    margin-top: 0.3rem;
    border-radius: 50%;
    border: 0.01rem solid #FFFFFF;
}

.progress-ring {
	/* 将圆环起点旋转到顶部 */
	transform: rotate(-90deg);
	width: 100%;
	height: 100%;
}

.progress-ring__circle {
	/* 关键：增加平滑过渡效果 */
	transition: stroke-dashoffset 0.35s;
	stroke-width: 3;
	fill: transparent;
}

.progress-ring__background {
	stroke: rgba(255,255,255,0.55);
}

.progress-ring__progress {
	stroke: #fff;
	stroke-linecap: round;
	/* 初始状态：进度条隐藏（偏移量等于周长） */
	stroke-dasharray: 314.16;
	stroke-dashoffset: 314.16;
	/* 关键：5秒线性动画，进度条从0%到100% */
	animation: countdown 3s linear forwards;
}

/* 倒计时动画：stroke-dashoffset 从周长逐渐减到 0 */
@keyframes countdown {
	from {
		stroke-dashoffset: 314.16;
	}
	to {
		stroke-dashoffset: 0;
	}
}

/* 中间文本样式 */
.progress-text {
	font-size: 14px;
	color: white;
	margin: auto;
	width: 100%;
	text-align: center;
}
/* 弹窗 end*/