﻿* {
    padding: 0;
    margin: 0;
}

.div_gd_date {
    width: 340px;
    position: relative;
    transform: rotateZ(-20deg);
    margin: 50px;
    position: absolute;
    right: 20%;
    top: 50%;
z-index: 11111;
}

.div_gd_date>img {
    display: block;
    width: 100%;
    position: relative;
z-index: 11111;
}

.p_gd_date {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 74px;
    font-weight: bold;
    color: #ea010b;
    font-family: 仿宋;
z-index: 11111;
}

@media screen and (max-width: 470px) {
   .div_gd_date {
        position: absolute;
        right: -13%;
    }