.flex-justify-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-box{
    margin-top: 70px;
}
.content-box img{
    border-radius: 5px;
}
.content-box .right-content{
    width: 465px;
    text-align: center;
}
.content-box .right-content .logo{
    width: 110px;
    height: 110px;    
    display: inline-block;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}
.content-box .right-content .logo img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 3px rgba(255,255,255,1);
}
.content-box .right-content .logo span{
    width: 110px;
    height: 110px; 
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: -1;
}
.content-box .right-content .logo span img{
    opacity: .6;
    transform: scale(0);
    filter: blur(20px) opacity(70%);    
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
}
.content-box .right-content p.name{
    padding-top: 16px;
    width: 100%;
    font-size: 30px;
    color:#1b1b1b;
    font-weight: bold;
}
.content-box .right-content .text span{
    height: 20px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 20px;    
    display: inline-block;
    margin-top: 30px;
    color: #71859d;
}
.content-box .right-content .text span:before{
    content:'';
    margin:3px 6px 0 0;
    width: 14px;
    height: 14px;
    background-position: 0 0;
    display: inline-block;
    vertical-align: -2px;
}
.content-box .right-content .text span:before {
    background: url(https://resource.singdown.com/TLimages2023/zhuant/202508/tencent_sems/images/bdtf_icon.png) no-repeat;
}
.content-box .right-content .butbox{
    margin-top: 35px;
}
.header .rjxx{
    margin-top: 60px;
    margin-bottom: 170px;    
}
.header .rjxx span{
    display: inline-block;
    font-size: 16px;
}
.header .rjxx span em:first-child{
    color:#8c8c8c;
}
.header .rjxx span em:last-child{
    color:#1b1b1b;
}
.header .rjxx span::after{
    content:'';
    width: 1px;
    height: 12px;
    background: #cbcbcb;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px;
}
.header .rjxx span:last-child::after{
    display: none;
} 
.content-box.second-box .right-content{
    width: 540px;
}
.content-box.second-box .right-content .title{
   font-size: 26px;
   font-weight: bold;
   color: #1b1b1b;
   text-align: left;
   position: relative;
   line-height: 28px;
   padding-left: 15px;
   height: auto;
}
.content-box.second-box .right-content .title::before{
    content: '';
    width: 6px;
    height: 28px;
    background: #219eff;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.content-box.second-box .right-content .introduction-text{
    text-align: justify;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 32px;
    margin-top: 12px;
}
.content-box.second-box .right-content .butbox{
    margin-top: 20px;
}
.content-box.second-box .right-content .butbox .btn{
    width: 270px;
    height: 74px;
    line-height: 74px;
}
.content-box.second-box .right-content .text span{
    margin-top: 10px;
}
.content-box.second-box  img{
    border: 3px solid #b3d7ff;
    border-radius: 10px;
}
.content-box .right-content .text span a{
    color: #71859d;
    cursor: pointer;
    border-bottom: 1px solid #71859d;
    display: inline;
    border-radius: 0;
    background: transparent;
}

/* 修改旧模板样式头部普通下载按钮样式 */
.soft_info .text span a.btn {
    display: inline;
    background: transparent;
    color: #0fb950;
    border-bottom: 1px solid #0fb950;
    border-radius: 0;
}
.header .soft_info .rjxx{
    margin-bottom: 0;
}
.header .piclist{
    margin-bottom: 170px;
}
/* 底部浮层 */
.fc{
    width: 100%;
    height: 70px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    box-shadow: 0px -10px 20px 0px #e3e3e3;
    z-index: 999;
}
.fc-left{
    height: 70px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.fc-left img{
    width: 50px;
    height: 50px;
}
.fc-left .name{
    font-size: 20px;
    color: #333;
    margin-left: 10px;
}
.fc .btn{
    width: 120px;
    height: 50px;
}
.fc .btn span{
    font-size: 20px;
}
.fotter{
    margin-bottom: 70px;
}