
.zy_win_body {

    background-color: rgba(0,0,0,0.5);
}


.ZYACC_win-Main {
    z-index: 1002;
    width: 600px;
    height: 479px;
    background-color: #28254C;
    /* margin-top: 12%;
    margin-left: 37%;*/
    border-radius: 6px; 
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ZYACC_win_close_btn{
    z-index: 200;
    width: 35px;
    height: 35px;
    margin-top: 10px;

}


.ZYACC_Win-page{
    text-align: center;
    flex: 1 1 auto;
    font-size: 17px;
    font-family: 'Microsoft YaHei';
    color: rgba(255, 255, 255, 1);
    margin-top: 6px;
    margin-inline: 20px;
}

.ZYACC_win-pic-size{

    
    height: 20%;
    width: 20%;


}
.ZYACC_Win-pic-box{

    margin-top: 20px;
    text-align: center;

}


.ZYACC_win-btn{
    border-radius: 6px;
    border: none;
    color: white;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    margin-inline: 10px;
    width: 230px;
    height: 20px;

}

.ZYACC_win-btn:hover{
    border-radius: 6px;
    border: none;
    color: white;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    margin-inline: 10px;
    width: 230px;
    height: 20px;

    filter: brightness(66%); 
    transition: filter 0.2s ease;

}

.ZYACC_win-btn-box{

       display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* 添加间隙以增加按钮之间的间距 */

}

.ZYACC_notice_win-help{

    z-index: 1000;
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    background-color: rgba(0,0,0,0.6);


}