body {
    position: relative;
}

.container {
    width: 100%;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    color: #333333;
    padding-top: 10px;
    -webkit-overflow-scrolling: touch;
}

.line-height {
    min-height: 40px;
    border-bottom: 1px solid #eaedf1;
    font-size: 16px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.line-height::after {
    content: "";
    display: block;
    clear: both;
}

.line-height label {
    width: 100px;
    height: 20px;
    line-height: 20px;
    /* margin-top: 20px; */
    /* float: left; */
}

.line-height textarea {
    /* float: left;  */
    border: 0;
    margin-top: 10px;
    height: 100px;
    font-size: 15px;
    margin: 10px 0;
    /* color: #666666; */
    letter-spacing: 0px;
    line-height: 1.4;
}

.tex label {
    margin-top: 10px;
    float: left;
}

.line-height input {
    /* margin-top: 24px; */
    /* float: left; */
    height: 20px;
    line-height: 20px;
    border: 0;
    font-size: 15px;
    /* width: 180px; */
    background-color: transparent;
}

.ipt5ipt {
    width: 180px;
}

.ipt5span {
    height: 20px;
    line-height: 22px;
    border: 1px solid #5787FD;
    border-radius: 30px;
    font-size: 14px;
    padding: 0px 6px;
    color: #5787FD;
    margin-left: 0px;
    display: inline-block;
    margin-top: 8px;
    box-sizing: content-box;
}

.filelist {
    width: 100%;
}

.filelist>span {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 3px 25px 7.5px 0px;
    background: #F5F8FF;
    font-size: 14px;
    box-sizing: border-box;
}

.filelist>span i {
    display: inline-block;
    font-style: normal;
    float: right;
    color: #999999;
    font-size: 13px;
    margin-right: 1.5px;
}

.filelist>span>span {
    display: inline-block;
    width: 80%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    float: left;
}

.filelist>span::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url(./../img/file.png);
    background-size: cover;
    margin-right: 7px;
    margin-left: 3px;
    margin-top: 9px;
    float: left;
}

.textarea {
    font-size: 15px;
    margin: 10px 0;
    color: #666666;
    letter-spacing: 1px;
    line-height: 1.4;
}

.sub-btn {
    width: 90%;
    height: 48px;
    margin: 25px auto 15px;
    background-color: red;
    color: #ffffff;
    text-align: center;
    /* line-height: 40px; */
    font-size: 17px;
    border-radius: 10px;
    outline: none;
    border: 0;
    display: block;
}

.select-cont {
    border: 1px solid #999999;
    position: relative;
    border-radius: 3px;
}

.select-cont img {
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: -1;
}

select {
    width: 200px;
    min-width: 130px;
    max-width: 200px;
    border: 0;
    border-radius: 0px;
    padding-left: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: 14px;
    height: 24px;
    /* line-height: 20px; */
    padding-right: 26px;
    text-align: left;
    /* margin-right: 20px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}