.container{
    background-color: #ffffff;
}
.main-box{                  /**大盒子*/
    margin: 0.625rem 2rem;
    width: 20rem;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.main-box .tit-box{
    text-align: center;
}
.main-box .tit-box .tit{    /** 大盒子标题 */
    font-size: 0.5rem;
    font-weight: 800;
    color: #010A1C;
}
.main-box .tit-box p{
    margin-top: 0.125rem;
    font-size: 0.225rem;
    font-weight: 400;
    color: #666666;
}
.main-box .net-text-box{
    margin: .5rem 0;
    text-align: start;
    width: 100%;
}
.main-box .net-text-box .tit{
    margin-bottom: 0.25rem;
    font-size: 0.25rem;
    font-weight: bold;
    color: #3C6BB3;
}
.main-box .net-text-box p{
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.4rem;
}
.main-box .net-img-box{
    margin: 0 auto 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.main-box>img{
    width: 15rem;
    margin: .5rem auto;
}
.f11{
    font-size: 0.1375rem;
}
.pro-item{
    width: 100%;
    /* margin-top: 0.75rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.75rem;
    background-color: #FAFAFA;
}
.pro-item>p{
    text-align: center;
}
.func-box{
    margin-top: 0.6rem;
    width: 20rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.func-box .func-mbox{
    width: calc(82%/3);
    padding: .3rem 0.4375rem 0;
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 0.3rem rgba(0,0,0,0.05);
    border-radius: 0.05rem;
    background-color: #ffffff;
    text-align: left;
    margin-bottom: .4rem;
}
.func-box .func-mbox .titnum{
    color: #3C6BB3;
    font-size: .6rem;
    line-height: .6rem;
    opacity: .6;
}
.func-box .func-mbox .tit{
    font-size: 0.275rem;
    font-weight: bold;
    margin: 0.125rem 0 0.25rem;
    color: #010A1C;
}
.func-box .func-mbox p{
    color: #666666;
    font-size: 0.2rem;
    line-height: 0.4rem;
}