* {
    margin: 0;
    padding: 0;
}

.title {
    width: 100vw;
    height: .8rem;
    background: #0b2b5b;
    font-size: .4rem;
    line-height: .8rem;
    text-align: center;
    color: #fff;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}

#formDate {
    font-size: .28rem;
    opacity: 1;
    position: inherit;
}

#formDate ul li:first-child {
    margin-top: .8rem;
}

#formDate ul li {
    padding: .3rem 0;
    width: 90vw;
    margin-left: 5vw;
    list-style: none;
}

#formDate ul li span {
    color: red;
}

#formDate ul h4 {
    display: contents;
    width: 20vw;
    font-size: .3rem;
}

#formDate ul input {
    width: 60vw;
    height: .65rem;
    border: 1px solid #c8c8c8;
    outline: none;
    background: none;
    text-indent: .2rem;
    right: 5vw;
    position: absolute;
    font-size: .3rem;
    border: 1px solid #c8c8c8;
    border-radius: .05rem;
}

#formDate ul select {
    width: 60.5vw;
    height: .65rem;
    outline: none;
    text-indent: .1rem;
    right: 5vw;
    position: absolute;
    border: 1px solid #c8c8c8;
    border-radius: .05rem;
    font-size: .3rem;
}

#formDate ul textarea {
    width: 58vw;
    height: 1.5rem;
    border: 1px solid #c8c8c8;
    position: absolute;
    resize: none;
    font: unset;
    outline: none;
    right: 5vw;
    text-indent: .1rem;
    border-radius: .05rem;
    font-size: .3rem;
    padding: .1rem 1vw;
}

#checkImg {
    width: 40vw;
    margin-left: 30vw;
    margin-top: -.4rem;
}

.parentFileBox {
    margin-top: .5rem;
}

#formDate ul button,
.btnEnd {
    width: 3rem;
    height: 0.75rem;
    border: none;
    color: #fff;
    background-color: #0b2b5b;
    outline: none;
    font-size: .4rem;
    display: block;
    margin: 0 auto;
    border-radius: .1rem;
    text-align: center;
    cursor: pointer;
}

.check {
    width: .5rem;
}

.chider-show,
.dele-show {
    display: none;
}

.title-pro {
    font-size: .3rem;
    margin-top: 1rem;
    width: 94vw;
    margin-left: 3vw;
    display: none; 
}

.title-pro h4 {
    padding: .2rem 0 0 0;
}

p {
    padding: .1rem;
    font-size: .26rem;
}

#checkImg {
    cursor: pointer;
}

.over {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.4);
    display: none;
}

.over-info {
    width: 71vw;
    background: #fff;
    margin-left: 15vw;
    margin-top: 30vh;
    border-radius: .2rem;
    font-size: .35rem;
    display: none;
}

.over-info-pro {
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
}

.over-info h4 {
    line-height: .6rem;
    padding: .3rem .1rem;
}

.over-btn {
    text-align: center;
    line-height: 1rem;
    font-size: .4rem;
    font-weight: 600;
    cursor: pointer;
}

.over-num {
    color: red;
}

.over-img {
    margin-top: 35vh;
    margin-left: calc(61vw - 2rem);
    width: 2rem;
}

.end {
    /* width: 90vw; */
    margin-top: 15vh;
    /* margin-left: 5vw; */
    display: none;
}

.end img {
    width: 2rem;
    margin-left: calc(50vw - 1rem);
}

.end h4 {
    font-size: .6rem;
    text-align: center;
}

.end p {
    font-size: .3rem;
    padding: .5rem .3rem;
    line-height: .5rem;
}

.btnEnd h4 {
    font-size: .5rem !important;
}