html,body {
    min-height: 100%;
}
p{
    margin:0;
    padding:0;
}
.mbness-main{
    width:100%;
}
.mbness-main-top{
    width:7.5rem;
    height:5.78rem;
    background: #76A3CC url('../images/mbusiness_01.jpg') no-repeat center;
    background-size: cover;
    margin-bottom:1rem;
}
.mbness-main-box{
    width:6rem;
    margin:0 auto;
    padding-bottom:1rem;
    text-align:center;
}
.mbness-main-box img{
    width:1.2rem;
    height:1.2rem;
    display: inline-block;
}
.mbnes-main-title{
    padding:0.3rem 0;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
}
.mbnes-main-text{
    font-size: 0.24rem;
    padding-bottom:0.3rem;
    color: #333333;
    line-height: 0.36rem;
    text-align: left;
}
.mbnes-main-link{
    font-size: 0.2rem;
    color: #036BC1;
}