.navModuleModules{
    background-color: #0765aa;
    color: white;
}
.modulesMain{
    width: 100%;
    background-image: url(../../images/bj.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.modulesContent{
    width: 11.6rem;
    margin: auto;
    overflow: hidden;
}
.modulesTittle{
    margin: 1.1rem auto 0;
    text-align: center;
}
.modulesBack{
    width: 10.5rem;
    height: 0.24rem;
    margin: auto;
    background-image: url(../../images/title.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.modulesTitText{
    font-size: 0.36rem;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    top: -0.42rem;
}
.modulesItems1{
    margin-top: 0.6rem;
}
.modulesItems{
    width: 100%;
    overflow: hidden;
}
.ItemText{
    width: 1.2rem;
    height: 2.3rem;
    padding: 0 0.1rem 0;
    background-color: #ffffff;
    border-radius: 0.05rem;
    float: left;
    margin-left: 0.25rem;
    margin-bottom: 0.3rem;
}

.itemTitle{
    font-size: 0.24rem;
    color: #986f02;
    line-height: 0.64rem;
    text-align: center;
    border-bottom: 0.02rem solid #986f02;
}
.itenWord{
    font-size: 0.14rem;
    color: #0f5894;
    margin-top: 0.14rem;
}
.modulesButtom{
    width: 100%;
    margin: auto;
    text-align: center;
}
.askBtn{
    border-style: none;
    outline-style: none;
    width: 2rem;
    margin: 0.24rem auto 0.56rem;
    height: 0.5rem;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #ffffff;
    border-radius: 0.05rem;
    background-color: #1281d8;
    
}
/*媒体查询*/
@media screen and (max-width: 950px) {
    .ItemText{
        width: 3rem;
        height: 4.5rem;
        padding: 0 0.1rem 0;
        background-color: #ffffff;
        border-radius: 0.05rem;
        float: left;
        margin-left: 0.5rem;
        margin-bottom: 0.3rem;
        border-radius: 0.1rem;
    }
}