.cont {
    width: 100%;
    margin: 0 auto;
    background: #F6F6F6;
}

.mg {
    display: flex;
    align-items: flex-start;
    width: 14rem;
    margin: 0 auto;
    padding-bottom: 0.4rem;
}

.mg .mg_menu {
    width: 2.67rem;
    padding: 0.26rem 0.18rem 0.28rem 0.28rem;
    box-sizing: border-box;
    margin-right: 0.16rem;
    background: #FFFFFF;
}

.mg .mg_menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #081C2E;
    line-height: 0.27rem;
}

.mg .mg_menu a:last-child {
    margin-bottom: 0;
}

.mg .mg_menu a img {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    object-fit: unset;
}

.mg .mg_con {
    display: flex;
    flex-wrap: wrap;
    width: 11.16rem;
}

.mg .mg_con .mg_item {
    width: 2.67rem;
    height: 3.39rem;
    background: #FFFFFF;
    padding-top: 0.4rem;
    box-sizing: border-box;
    margin-right: 0.16rem;
    margin-bottom: 0.2rem;
}

.mg .mg_con .mg_item:nth-child(4n) {
    margin-right: 0;
}

.mg_con .mg_item img {
    display: block;
    width: 1.87rem;
    height: 1.87rem;
    margin: 0 auto 0.2rem;
    object-fit: cover;
}

.mg_con .mg_item .mg_title1 {
    width: 100%;
    padding: 0 0.2rem;
    margin-bottom: 0.06rem;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #3D3D3D;
    line-height: 0.27rem;
    text-align: center;
}

.mg_con .mg_item .mg_title2 {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #B1B1B1;
    line-height: 0.27rem;
    text-align: center;
}

.mg .mg_con .page {
    padding-top: 0.2rem;
}