.header_wrap{
    position: initial !important;
}
.n_develop1{
    padding: 0.58rem 0 0.43rem;
    border-bottom: 1px solid #DDDDDD;
    justify-content: space-between;
}
.n_develop1L{
    flex: 0 0 55%;
}
.n_develop_tit{
    font-family: Catamaran, Catamaran;
    font-weight: bold;
    font-size: 0.6rem;
    color: #202020;
}
.n_develop_dec{
    font-family: Catamaran, Catamaran;
    font-weight: bold;
    font-size: 0.26rem;
    color: #202020;
    line-height: 0.36rem;
    margin: 0.25rem 0 0.28rem;
}
.n_develop_dec2{
    font-family: Helvetica, Helvetica;
    font-weight: 400;
    font-size: 0.18rem;
    color: #202020;
    line-height: 0.45rem;
}
.n_develop1R img{
    max-width: 5rem;
    max-height: 4.7rem;
}
.n_develop2 p,.n_develop2 p span{
     font-family: Helvetica, Helvetica;
}
.n_develop2{
    padding: 0.64rem 0 0.53rem;
    border-bottom: 1px solid #DDDDDD;
}
.n_develop2 p:last-child{
    margin-top: 0.4rem;
}
.n_develop3{
    padding: 0.42rem 0 0.53rem;
    border-bottom: 1px solid #DDDDDD;
}
.n_develop3 .n_develop_dec2{
    margin-top: 0.52rem;
    line-height: 0.3rem;
}
.n_develop4{
    padding: 0.78rem 0 1.26rem;
    border-bottom: 1px solid #DDDDDD;
    justify-content: space-between;
}
.n_develop4 .n_develop_dec{
    margin: 0.36rem 0 0.15rem;
}
.n_develop4 .n_develop_dec2{
    line-height: 0.3rem;
}
.n_develop4 .n_develop1R img{
    margin-top: 1.35rem;
}
@media only screen and (max-width:1024px){
    .n_develop1R img{
        max-width: 2rem;
    }
    .n_develop1L{
        flex: 1;
    }
    .n_develop_tit{
        font-size: 16px;
    }
    .n_develop_dec{
        font-size: 14px;
    }
    .n_develop_dec2{
        font-size: 12px;
        line-height: 20px;
    }
    .n_develop3 .n_develop_dec2{
        font-size: 12px;
        line-height: 18px;
    }
}