.oigo-sign-time {
    height: 8vw;
    width: 100%;
    background: #DF0010;
    opacity: 0.86;
    text-align: center;
    line-height: 8vw;
    color: #fff;
    font-size: 3.467vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 88;
}

.sing-integral-alert {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50000;
    display: none;
}

.sing-cpm {
    width: 82.667vw;
    height: 76vw;
    background: #FFF2E3;
    border-radius: 4vw;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    margin-top: -38vw;
}

.sing-cpm img {
    width: 38.8vw;
    height: 27.867vw;
    position: absolute;
    left: 50%;
    margin-left: -19.4vw;
    top: -13.933vw;
}

.sing-cpm h5 {
    display: inline-block;
    font-size: 5.333vw;
    font-weight: bold;
    color: #91382B;
    line-height: 7.467vw;
    margin-top: 18.667vw;
}

.sing-cpm p {
    font-size: 16vw;
    color: #DF0010;
    line-height: 22.4vw;
    margin-bottom: 5.867vw;
}

.sing-cpm .oigo-exchange,
.sing-cpm .oigo-leave {
    display: block;
    width: 60.267vw;
    height: 12.267vw;
    background: #DF0010;
    border-radius: 6.133vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    line-height: 12.267vw;
    margin: 0 auto 9.333vw;
}

.sing-cpm .oigo-leave {
    background: #E1E1E1;
    margin: 10.667vw auto 5.333vw;
    color: #666666;
}

.sing-cpm .oigo-goods-closes,
.sing-cpm .oigo-goods-close {
    background: url(//static.gdgbds.com/images/20210513/close.png) no-repeat;
    background-size: cover;
    width: 10.933vw;
    height: 10.933vw;
    position: absolute;
    left: 50%;
    margin-left: -5.467vw;
    bottom: -16.467vw;
    cursor: pointer;
}

.sing-cpm strong {
    display: block;
    padding-top: 26vw;
    text-align: center;
    margin-bottom: 10vw;
    font-size: 6.467vw;
}

.oigo-goods-alert {
    display: flex;
    justify-content: space-between;
    padding: 0 2.667vw;
}

.oigo-goods-alert a,
.oigo-goods-go {
    font-size: 4.267vw;
    color: #fff;
    line-height: 10.667vw;
    width: 37.333vw;
    height: 10.667vw;
    background: #FFAD00;
    border-radius: 6.133vw;
}

.oigo-goods-go {
    background: #DF0010;
}