.grid>.row {
    position: relative;
}

.gdym {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
}

.dgtime {
    transform: scale(0.7);
}

.gdym span {
    display: none;
}

.ymgd {
    width: 250px;
    height: 60px;
    margin: 0 auto;
    color: #d30200;
    font: 34px/23px "微软雅黑";
    text-align: center;
    border: 2px solid #d40b09;
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: 60px;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
    .gdym {
        top: -50px;
    }
}