.windowBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 2;
}

.windowMain {
    width: 6.67rem;
    background-color: #ffffff;
    border-radius: 0.12rem;
    margin: 0 auto;
    z-index: 10;
    /* position: relative; */
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.windowMain .imgClose {
    position: absolute;
    right: 0.19rem;
    top: 0.19rem;
    width: 0.41rem;
    height: 0.41rem;
}

.windowMain .imgIcon {
    width: 0.99rem;
    height: 0.99rem;
    margin: 1.03rem 0 0.42rem 0;
}

.windowMain .descBox1 {
    font-size: 0.37rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.26rem;
}

.windowMain .descBox2 {
    font-size: 0.33rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 0rem;
    color: #999999;
}

.windowMain .button {
    margin: 0.74rem auto 0.63rem auto;
    width: 5.4rem;
    height: 0.84rem;
    background-color: #B74939;
    border-radius: 0.5rem;
    color: #fff;
    line-height: 0.84rem;
    text-align: center;
    font-size: 0.34rem;
}
