.topPageAd{
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    max-width: 800px;
    width: 100%;
}
.topPageAd img{
    width: 100%;
}

.topDAMainPage{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 0;
}
.topDAMainPage .dddda{
    margin: 14px 7px;
    width: 50%;
    overflow: hidden;
    /*height: 200px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.topDAMainPage .dddda img{
    width: 100%;
}

.Ad3InRowPc{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0px;
}
.Ad3InRowPc .ad{
    width: 370px;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ad3InRowPc .ad img{
    height: 100%;
}
@media (max-width: 1188px) {
    .Ad3InRowPc .ad{
        width: 300px;
        height: 240px;
    }
}
@media (max-width: 991px) {
    .Ad3InRowPc .ad{
        width: 200px;
        height: 160px;
    }
    .Ad3InRowPc{
        justify-content: space-evenly;
    }
    .topPageAd{
        margin-bottom: 15px;
    }
}
@media (max-width: 767px)   {
    .topDAMainPage{
        flex-direction: column;
        width: 100%;
    }
    .topDAMainPage .dddda{
        width: 100%;
        /*height: 100px;*/
    }
    .Ad3InRowPc .ad{
        width: 200px;
        height: 160px;
        margin-bottom: 10px;
    }
    .Ad3InRowPc{
        flex-direction: column;
    }
}