.wechatIndex{
    width: 40px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0px;
    left:25px;
}
.mlogo{
    width: calc(103px / 1.2);
    height: calc(24px / 1.2);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:18%;
    background-color: #38405c;
    padding: 4px;
    border-radius: 17px;

}

.wapImgIndex {
    display: flex;
    flex-direction: row;
    padding: 0 12px;
}
.wapImgIndex .left {
    width: 67.5%;
}
.wapImgIndex .left img {
    width: 100%;
}
.wapImgIndex .right {
    width: 32.5%;
    margin-left: 5px;
}
.wapImgIndex .right a {
    display: block;
    line-height: 0;
}
.wapImgIndex .right img {
    width: 100%;
}
.wapImgIndex .right a:nth-child(2n) {
    margin-top: 5px;
}
.wapImgIndex .right a {
    display: block;
    line-height: 0;
}
.wapImgIndex .right img {
    width: 100%;
}
.wapImgIndex img {
    border-radius: 10px;
    object-fit: cover;
}
