* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}

.title {
    width: 100vw;
    height: 1rem;
    font-size: .45rem;
    line-height: 1rem;
    color: #fff;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    text-align: center;
    background-image: url("https://imgcs.s98s2.com/common/1650613978495136.png");
}

.title p {
    font-size: .3rem;
    padding: 0;
    margin-left: .2rem;
}

#formDate {
    font-size: .28rem;
    margin-top: 1rem;
}

#formDate ul li:first-child {
    margin-top: .8rem;
}

#formDate ul li {
    /* width: 90vw;
    height: .65rem;
    margin-left: 5vw;
    list-style: none;
    margin-top: .5rem; */
    width: 100vw;
    list-style: none;
    background: #fff;
    border-bottom: 2px solid #f9f9f9;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 16px;
    font-family: 'Regular';
}

#formDate ul li span {
    color: red;
}

#formDate ul h4 {
    /* display: contents; */
    width: 30vw;
    font-size: .28rem;
    font-weight: 500;
    line-height: .65rem;
    padding: 0 10px;
}

#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;
    background: #fff; */
    width: 55vw;
    height: 22px;
    border: 1px solid #c8c8c8;
    outline: none;
    background: none;
    text-indent: 0.2rem;
    right: 12vw;
    position: absolute;
    font-size: .28rem;
    border: 1px solid #c8c8c8;
    border-radius: 0.1rem;
    border: none;
    font-family: 'Medium';
}

.top1 {
    margin-top: .1rem;
}

.aut-img {
    width: 0.35rem;
    position: absolute;
    top: 1vw;
}

.alert {
    margin-left: 0.6rem;
    font-family: "Medium";
    color: #3D3D3D !important;
    font-size: .22rem;
    top: 0;
    position: absolute;
}

.bg-color {
    background: #FF6340 linear-gradient(270deg, #FA8013 0%, rgba(216, 216, 216, 0) 100%) !important;
}

#formDate ul select {
    width: 60vw;
    height: .65rem;
    outline: none;
    text-indent: .2rem;
    right: 5vw;
    position: absolute;
    border: 1px solid #c8c8c8;
    /* border-radius: .1rem; */
    font-size: .3rem;
}

#formDate ul textarea {
    width: 60vw;
    height: 1.5rem;
    border: 1px solid #c8c8c8;
    position: absolute;
    resize: none;
    font: unset;
    outline: none;
    right: 5vw;
    text-indent: .2rem;
    /* border-radius: .1rem; */
    font-size: .3rem;
    padding: .1rem 0;
}

#checkImg {
    width: 40vw;
    margin-left: 30vw;
    margin-top: -.7rem;
}

.parentFileBox {
    margin-top: .5rem;
}

#formDate ul button,
.btnEnd {
    /* width: 2rem;
    height: 0.75rem;
    border: none;
    color: #fff;
    background-color: #9c9fa7;
    outline: none;
    font-size: .4rem;
    display: block;
    margin: 0 auto;
    border-radius: .1rem;
    text-align: center;
    cursor: pointer; */
    width: 90vw;
    height: 44px;
    line-height: 44px;
    border: none;
    margin-left: 5vw !important;
    color: #999999;
    font-size: .4rem;
    border-radius: 24px;
    text-align: center;
    font-family: "Medium";
    /* cursor: pointer; */
    font-size: 18px;
    outline: none !important;
}

.dlickthere {
    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;
    cursor: pointer;
    margin-top: .3rem;
    margin-bottom: .5rem;
}

.check {
    width: 0.4rem;
    margin-top: -0.4rem;
}


/* .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: 1.5rem;
    margin-left: calc(50vw - .75rem);
}

.end h4 {
    font-size: .5rem;
    text-align: center;
}

.end p {
    font-size: .3rem;
    padding: .5rem .3rem;
    line-height: .5rem;
}

.btnEnd h4 {
    font-size: .5rem !important;
}

.up-img-chace {
    width: 2rem;
    height: 0.65rem;
    text-align: center;
    line-height: .65rem;
    font-size: .3rem;
    color: #fff;
    border-radius: 0.1rem;
    margin-left: .3rem;
    margin-top: 0.2rem;
}

.up-img {
    display: block !important;
    padding: 0.3rem 0;
}

.imageinput {
    width: 2rem;
    left: 6vw;
    opacity: 0;
}

.imllist {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    width: 97vw;
}

.showimgvid {
    /* display: inline-block;
    padding: 0.2rem;
    position: relative; */
    width: 42vw;
    background: #f7f7f7;
    height: 22vw;
    text-align: center;
    line-height: 11vw;
    color: #545454;
    position: relative;
    margin-left: 3vw;
    margin-top: 3vw;
}

.showimgvid img {
    height: 22vw;
    width: 42vw;
}

.clea img {
    /* position: absolute;
    top: 0.1rem;
    right: 0;
    width: 0.4rem;
    height: 0.4rem !important;
    cursor: pointer; */
    position: absolute;
    width: 10vw !important;
    height: 10vw !important;
    left: 34vw !important;
    top: -2vw !important;
    cursor: pointer;
}