* {
    margin: 0;
    padding: 0;
    color: #161633;
}

body {
    min-height: 100svh;
    background: linear-gradient(to bottom, #dfe0db, #e2e2d1);
}

.title {
    position: relative;
    height: 84px;
    padding: 8px;
    background-color: #63c4df;
    box-shadow: 0 3px 10px #63c4df;
}

.title h1 {
    text-align: center;
    line-height: 84px;
}

.title span {
    position: absolute;
    color: #696969;
    font-weight: bold;
    right: 10px;
    bottom: 8px;
}

.mian {
    display: flex;
    position: relative;
    width: 90%;
    height: calc(100svh - 160px);
    margin: 30px auto;
    box-sizing: border-box;
    align-items: center;
}

form,
.box {
    width: 100%;
    padding-bottom: 130px;
}

#file {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 8svh 50px;
    margin: auto;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border: #b2b2b2 4px dashed;
    border-radius: 16px;
}

.wj {
    padding: 10px 20px;
}

.wj span {
    font-size: 14px;
}

.wj input,
.wj select {
    padding: 4px 2px;
    background-color: #f0ecec;
    border: none;
    outline: none;
    border-radius: 6px;
}

.file-upload,
form>div.cs>a {
    position: relative;
    left: 50%;
    margin-top: 20px;
    translate: -50% 0;
    padding: 18px 46px;
    border: #b2b2b2 3px solid;
    border-radius: 12px;
}

form>div.cs {
    position: relative;
}

form>div.cs>a {
    display: inline-block;
    padding: 12px 35px;
    text-decoration: none;
    background-color: #F0F0F0;
}