.pagess {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 6;
    background-size: 100%;
}

.dialog_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
}

.hide {
    display: none;
}

.xy50 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
    background: linear-gradient(to right,rgb(134,228,139),rgb(32,114,176));
}

.upload {
    margin-top: 20px;
    font-size: 16px;
}

.uploadFile {
    margin-bottom: 15px;
}
