.software-h2{
    font-weight: 800;
    font-size: 3rem;
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: cursive;
}

.software-h2 span{
  color: red;
}
.software-settled-item{
    border-radius: 12px;
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: right bottom;
}
.software-settled-item-two{
    border-radius: 12px;
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 40% 60%;
    background-position: right bottom;
}
.software-settled-title{
    font-size: 24px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 1rem;
}
.software-settled-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #8c8c8c;
}
.software-settled-price{
    font-weight: 600;
    color:#ed2828;
}
.settled-icon1{
    background-image: url(../images/software/settled-icon-1.png);
}
.settled-icon2{
    background-image: url(../images/software/settled-icon-2.png);
}
.settled-icon3{
    background-image: url(../images/software/settled-icon-3.png);
}
.settled-icon4{
    background-image: url(../images/software/settled-icon-4.png);
}
.settled-icon5{
    background-image: url(../images/software/settled-icon-5.png);
}
.settled-icon6{
    background-image: url(../images/software/settled-icon-6.png);
}
.develop{
    position: relative;
    border-radius: 12px;
    background: #FFFFFF;
}
.develop-item{
    line-height: 35px;
    margin-bottom: 1rem;
}
.develop-title{
    font-size: 20px;
    font-weight: 500;
    color: #262626;
}
.develop-desc{
    font-size: 16px;
    font-weight: 400;
    color: #595959;
}
.develop img{
    position: absolute;
    bottom: 19px;
    right: 48px;
    width: 508px;
    height: 324px;
}
.eng-nav .nav-link{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eng-nav .nav-link-text{
    line-height: 65px;
    font-size: 22px;
}
.eng-nav  .active .nav-link-icon{
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #ed2828;
}
.software-manu-settled{
    text-align: center;
    justify-content: center;
}
.software-manu-settled-title{
    color: #262626;
    font-size: 1.3rem;
    font-weight: 500;

}
.software-manu-settled-title i{
    color:#409eff;
}
.software-manu-settled-flow{

    color: #595959;
    font-size: 14px;
}
.software-manu-settled-time{
    height: 20px;
    padding: 4px 6px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    font-size:14px;
}
.manu-steps{
    font-size: 19px;
    color: #409eff;
    margin-right: 5px;
    font-weight: 600;
}
.manu-steps-title{
    font-size: 15px;
    font-weight: 500;
    color: #262626;
}
.manu-steps-desc{
    color: #595959;
    font-size: 14px;
}
.manu-nav {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    color: #050505;
    position: relative;
    margin: 3rem 0;

}
.manu-nav img{
    width: 34px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translate(-50%, 100%);
}
.manu .software-h2 span{
    color: #409eff;
}
.software-manufactor-settled{
    display: flex;
    padding: 2rem 0;
    box-sizing: border-box;
    background-color: #fff;
    background-image:linear-gradient(
            0deg,
            #FFFFFF 0%,
            #e4f3ff 100%
    );
    background-size: 150% 180%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.software-manufactor-item{

    padding:1rem 3rem;
}
.software-manufactor-right-border{
    width: 1px;
    height: 85%;
    background: #d7efff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.down-link,.manu-link{
    width:20rem;
    border-radius: 26px;
    background: #ed2828;
    color:#FFFFFF;
    font-weight: bold;
}
.down-link:hover,.manu-link:hover{
    width:20rem;
    border-radius: 26px;
    background: #ff5353;
    color:#FFFFFF;
}
.manu-link{
    background: #409eff;
}
.manu-link:hover{
    background: #7ebdfd;
}

#adPopup,#manuPopup{
    position: fixed;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 1px 11.4px 0 rgba(0, 0, 0, .05);
    z-index: 999;
    display: none; /* 初始隐藏 */
}