

/*转发分享*/
.flex{flex:1;}
.share-box{width:100%;height:100%;display:block;background:none!important;}
.share-main{width: 320px;height: 570px;margin:auto;margin-top: 50px;position:relative;margin-bottom: 22px;}
.share-main .relative{z-index:2;;padding:16px;}
.share-main .bg{position: absolute;top:0;bottom: 0;height: 100%;overflow: hidden;z-index:-1}
.share-main .bg:after{content: '';background:rgba(0,0,0,.2);width: 100%;height: 100%;position:absolute;top:0;}
.share-main .bg img{filter: blur(15px);width:100%;height: 100%;transform:scale(1.1);}
.share-main .t{background: #fff;border-radius: 14px 14px 0 0;padding:16px 16px 8px;}
.share-main .t .number{display:flex;}
.share-main .t .number dl{flex:1;text-align:center;border-right:#eee solid 1px;margin:22px 0;}
.share-main .t .number dl:last-child{border:0;}
.share-main .t .number dd{color:#666;}
.share-main .t .bt1{font-size: 20px;font-weight: bold;color:#555;}
.share-main .t .font1{font-size: 20px;font-weight: bold;}
.share-main .t .col1{color: #FF8000;}
.share-main .t .col2{color: #555;}
.share-main .t .dz{display:flex; font-size: 12px;margin-bottom: 22px;}
.share-main .t .flex{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.share-main .t .title{margin-bottom: 12px;}
.share-main .t .title .bt1{margin-bottom: 8px;}
.share-main .m{height: 14px;display:flex;}
.share-main .m dt{width:14px;}
.share-main .m dd{background: #fff;flex:1;}
.share-main .m dd:after{content: '';border-bottom: #ddd dashed 1px;display: block;margin-top: 6px;}
.share-main .m .le{background: url(../images/20250901/bg3.png) no-repeat;background-size: 100%;}
.share-main .m .ri{background: url(../images/20250901/bg4.png) no-repeat;background-size: 100%;}
.share-main .b{background: #fff;border-radius: 0 0 14px 14px;display:flex;padding:8px 16px 16px;align-items: center;}
.share-main .b img{width:100px;}
.share-main .b .qrcode canvas{width:100px;}
.share-main .b .font1{color:#555;}
.share-main .b .font2{color:#999;}
.share-main .logo-B{width:80px;position:absolute;bottom: 22px;left: 50%;margin-left: -40px;}
.share-box .btn-save{background:#FF8000; color: #fff;line-height:44px;width:120px;margin:auto;text-align: center;border-radius: 30px;}
.share-box .btn-close{background:#E8E8E8; color: #4E4E4E;line-height:44px;width:120px;margin:auto;text-align: center;border-radius: 30px;margin-top:15px;}