* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.main-website {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    max-width: 640px;
    width: 100%;
    margin: auto;
    background-color: #f7f8f8;
    display: none;
    flex-direction: column;
}

.main-website .header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #ffffff;
}

.main-website .header .back-img {
    font-size: 1.5rem;
    line-height: 1;
}

.main-website .back-img img {
    height: 1.5rem;
}

.main-website .text-right {
    padding-right: .5rem;
}

.question-feedback-body-top {
    height: .55rem;
    background-color: #f7f8f8;
}

.question-feedback-works {
    padding-bottom: 1rem;
    background-color: #ffffff;
}

.feedback-content {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.feedback-question-check-title {
    width: 100%;
    height: 2.13333rem;
    color: #342919;
    font-weight: 700;
    padding-top: 0.85333rem;
    padding-bottom: .5rem;
}

.feedback-question-check-title mfont {
    color: red;
    font-weight: 500;
    padding-right: 0.08533rem;
}

.feedback-question-check {
    margin-left: .5rem;
    line-height: 1.8;
}

.question-feedback-content {
    margin-top: 0.34133rem;
    padding: 0 0.64rem 0.64rem;
    background-color: #fff;
}

.question-feedback-title {
    font-weight: 500;
    color: #303133;
    padding: 0;
    height: 1.92rem;
    line-height: 1.92rem;
    display: flex;
}

.question-feedback-content-view {
    /* height: 7rem; */
    /* background: #f7f8f8; */
    position: relative;
}

.question-feedback-content-view-textarea {
    height: 5rem;
    width: 100%;
    background: #f7f8f8;
    font-size: .8rem;
    color: #342919;
    padding: 0.32rem;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 0;
    outline: 0;
}

.question-feedback-content-view-count {
    font-size: .7rem;
    color: #aaa;
    position: absolute;
    right: 0.42667rem;
    bottom: 0.128rem;
}

.question-feedback-files {
    margin-top: 0.34133rem;
    width: 100%;
    background: #fff;
}

.question-feedback-files-title {
    padding-left: 0.64rem;
    height: 2.13333rem;
    line-height: 2.13333rem;
    width: 100%;
    color: #342919;
    font-weight: 500;
    display: flex;
}

.question-feedback-files-list {
    width: 100%;
    padding-bottom: 0.68267rem;
    background: #fff;
}

.question-feedback-files-file {
    padding: 0 0.34133rem 0 0.68267rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.question-feedback-files-file-add {
    width: 7rem;
    height: 7rem;
    background: #f7f8f8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.question-feedback-files-file-add-img {
    width: 2rem;
    height: 2rem;
}

.question-feedback-sumitbtn {
    width: 80%;
    margin-left: 10%;
    border-radius: 15.85333rem;
    height: 2.70667rem;
    line-height: 2.70667rem;
    margin-top: 1.28rem;
    margin-bottom: 1.70667rem;
    font-size: 1rem;
    text-align: center;
    background-color: #008CBA;
    border: none;
    color: white;
}

.custom-file {
    position: relative;
    font-family: arial;
    overflow: hidden;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    padding: 10px;
}

.custom-file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
}

.custom-file img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

ul.file-list {
    font-family: arial;
    list-style: none;
    padding: 0;
}

ul.file-list li {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.remove-list {
    cursor: pointer;
    margin-left: 10px;
    color: red;
}

.error {
    color: red;
}

.deletfile {
    color: red;
    text-decoration: underline;
}