/**
样式表
20241008
D:\github\zz_deet\frontend\resource\css/2024/20241008.css
*/
body{

}

main{
    background: rgba(0, 0, 0, 0);
}
.c20241008{
    background: #000000;
}

.modal{
    position: fixed;
    z-index: 9999999999;
    background-color: rgba(0, 0, 0,0.7);
    width: 100%;
    height: 100%;
}
.modal-header {
    margin: 100px auto 0;
    width: 100%;
    height: 38px;
    border: none;
    padding: 0;
}
.modal-header .modal-close {
    font-size: 25px;
    color: #cccccc;
    display: block;
    position: absolute;
    right: 32%;
}

.modal-body{
    height: 100%;
    width: 100%;
}