* {
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.page {
    display: block;
    /*padding: 20px;*/
    background-color: white;
    min-height: 100vh;
}

.hidden {
    display: none;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.reason-list {
    list-style: none;
    padding: 0;
}

.reason-list li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.arrow {
    color: #999;
    font-size: 14px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
}

textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #fff;
    resize: vertical;
}

#chatScreenshot {
    display: block;
    margin-bottom: 10px;
}

#preview {
    margin-top: 10px;
}

img {
    max-width: 100%;
    border-radius: 4px;
}

.select {
    width: 100%;
    color: #808080;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: #07c160;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.back-btn {
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    background-color: #eee;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


/*按钮样式*/

.top-nav {
    background-color: #3875c6;
    /* 设置背景色 */
    color: white;
    /* 设置文字颜色为白色 */
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* 可选：添加底部边框提升层次感 */
}


/* 如果 .back-icon 使用了额外的颜色，可单独设置 */

.back-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}


/* 确保 h2 文字也为白色 */

.top-nav h2 {
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 550;
}


/* 下一级箭头 */

.arrow {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 8px;
}


/* 投诉详情样式 */

.notice-link {
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
}

.notice-link span {
    color: #277ef1;
    /* 蓝色文字 */
    font-size: 16px;
    cursor: pointer;
}

.notice-content {
    padding: 10px;
    line-height: 1.5;
}

.notice-content ul {
    padding-left: 5px;
}

.notice-content ul li {
    list-style: none;
}

.notice-content_p {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}


/* 提交页 */

#submit_common {
    background-color: #fff;
}


/*手机号*/


/* 同一行布局 */

.form-group.row {
    border-bottom: 1px solid #f7f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    gap: 20px;
}

.row-label {
    /*flex: 1;*/
    min-width: 60px;
}


/* 横线输入框样式 */

.line-input {
    flex: 2;
    width: 100%;
    border: none;
    padding: 8px 4px;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    text-align: left;
}

.line-input::placeholder {
    color: #aaa;
}


/* 移动端适配 

@media (max-width: 480px) {
    .form-group.row {
        align-items: flex-start;
    }
    .row-label {
        margin-bottom: 8px;
    }
    .row-input {
        width: 100%;
    }
}
*/


/*手机号*/


/*上传图片*/

.label-with-count {
    position: relative;
}

#imageCount {
    color: #999;
    position: absolute;
    right: 25px;
    top: 15px;
}


/*上传图片*/


/*留言框样式*/

.label-with-count {
    padding-bottom: 5px !important;
}

.position-relative {
    position: relative;
    padding-top: 0px !important;
}

.char-count {
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: #999;
    font-size: 12px;
    pointer-events: none;
}

#description {
    padding-right: 60px;
    height: 60px;
}


/*留言框样式*/

.form-group {
    padding: 15px;
    border-bottom: 1px solid #f7f5f9;
}

.input-text {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 8px;
}

.image-upload-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.image-upload-container img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    position: relative;
}

.image-upload-container .image-wrapper {
    position: relative;
}

.image-upload-container .delete-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
}

.upload-btn {
    margin-top: 10px;
    width: 70px;
    height: 70px;
    font-size: 45px;
    color: #a8a8ab;
    cursor: pointer;
    text-align: center;
    line-height: 56px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #fff;
}

.submit-btn {
    margin: 20px 15px;
    width: 40%;
    margin-left: 29%;
    padding: 12px;
    font-size: 16px;
    background-color: #f0eef2;
    color: #b5b3b6;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.submit-btn.active {
    background-color: #3875c6;
    color: #fff;
    /* 填写完成后变为蓝色 */
}