body {
    background-color: #BDC0BA;
    background-attachment: fixed;
    background-image: url(https://mov.bn.netease.com/open-movie/tkgk7w7tr3j4);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    width: 100%;
    max-width: 1280px;
    margin: 10px auto;
}

.main>* {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 0;
}

h1 {
    font-size: 2em !important;
    font-weight: bold !important;
}

h4 {
    font-size: max(0.2rem, 20px);
    font-weight: bold;
}

.mdl-card__title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropzone {
    background: white;
    border: 4px dashed rgb(2, 182, 254);
    border-image: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.dropzone:hover {
    background-color: rgba(33, 150, 243, 0.28);
}

.dz-message {
    font-size: max(0.2rem, 20px);
    font-weight: bold;
    color: rgb(2, 182, 254);
}

#fileList>button {
    /* display: block !important; */
    margin-bottom: 10px !important;
    padding: 5px !important;
    width: 100%;
    height: 31px !important;
    box-shadow: 0 0 10px 0 #0003;
}

#fileList>button:hover {
    background-color: rgba(6, 147, 203, 0.13) !important;
}

#fileList>button>p {
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: bold !important;
    font-size: 16px;
    color: #666666ba !important;
    text-transform: none;
}

#fileList>button>p>span:nth-child(1) {
    width: 50%;
    text-align: left;
}

#fileList>button>p>span:nth-child(2) {
    width: 50%;
    text-align: right;
}

dialog {
    width: 400px !important;
}

.file-name {
    font-weight: bold;
    color: rgb(42, 144, 248);
    font-size: 16px;
}

.info {
    font-size: 14px;
}

h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #000;
}

.info>h5 {
    margin-bottom: 5px;
}

.info a {
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px dashed rgb(144, 144, 144);
    color: #000;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    word-break: break-all;
}

a:hover {
    color: #226fc6;
}

.info>p {
    height: 19px;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    border: 1px dashed rgb(42, 144, 248);
    color: rgb(42, 144, 248);
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.2s ease 0s;
    -webkit-box-pack: center;
    justify-content: center;
}

.info>p:hover {
    background-color: rgba(123, 191, 188, 0.49);
}

#close {
    width: 100px;
    font-size: max(0.14rem, 14px);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background-color: rgb(63, 157, 254);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

#close:hover {
    text-decoration: none;
    background-color: rgb(31, 132, 235);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

#closeContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}