.page-main-container {
    margin-top: 0.16rem;
}

.breadcrumbs {
    margin: 0 auto;
    width: 14rem;
    height: 0.21rem;
    font-size: 0.14rem;
    line-height: 0.21rem;
    color: #666;
}

.breadcrumbs a {
    font-size: 0.14rem;
    line-height: 0.21rem;
    color: #666;
}

.main-feedback {
    margin: 0.16rem auto 0.69rem;
    width: 14rem;
}

.feedback-container {
    border-radius: 0.04rem 0.04rem 0rem 0rem;
    border: 0.01rem solid rgba(151, 151, 151, 0.25);
}

.feedback-title {
    position: relative;
    padding-bottom: 0.08rem;
    margin: 0.16rem 0.24rem 0;
    font-weight: 500;
    font-size: 0.18rem;
    color: rgba(0, 0, 0, 0.85);
    line-height: 0.27rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}

.feedback-title::after {
    position: absolute;
    left: 0rem;
    bottom: 0;
    display: inline-block;
    content: '';
    width: 1.2rem;
    height: 0.04rem;
    background: linear-gradient(270deg, rgba(0, 87, 215, 0) 0%, #0057d7 100%);
}

.list-box {
    padding: 0.24rem 0.24rem 0;
}

.error {
    width: 1380px;
    margin: 20px auto;
}

.error table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.error table td {
    font-size: 20px;
    color: black;
    padding: 20px 0;
}

.error td:first-child {
    max-width: 500px;
    padding-left: 100px;
}

.error td:last-child {
    padding-left: 10px;
}

.error .error1 {
    width: 900px;
    height: 50px;
    line-height: 50px;
}

.error .error2 {
    width: 900px;
    height: 100px;
}

.error .error_btn {
    width: 66px;
    height: 46px;
    margin-right: 450px;
    background: #007bff;
}

.flex-center {
    position: absolute;
    top: 42%;
}

.table-box {
    margin: 0.24rem 2.32rem;
    font-size: 0.16rem;
    border-top: 1px solid #dce3f1;
    border-left: 1px solid #dce3f1;
    border-radius: 0.05rem;
}

.table-content {
    border-radius: 0.1rem;
    overflow: hidden;
}

.wq-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
    color: #666;
}

.wq-table .head {
    width: 1.4rem;
    font-weight: 600;
    font-size: 0.16rem;
    color: rgba(0, 0, 0, 0.85);
    background: #f6f9fc;
    line-height: 0.28rem;
    text-align: center;
    font-style: normal;
}

.wq-table td {
    padding: 0.1rem 0;
    border-right: 0.01rem solid #dce3f1;
    border-bottom: 0.01rem solid #dce3f1;
    text-align: center;
    vertical-align: middle;
}

.wq-table .body {
    text-align: left;
}

.search-inp {
    padding: 0 0.05rem;
    width: 100%;
}

.search-area {
    width: 100%;
}

.table-btn {
    border-bottom: 1px dashed #b3bae3;
    margin: 0 0.32rem;
    text-align: center;
}

.table-btn button {
    padding: 0.1rem 0.25rem;
    background: #ffffff;
    border-radius: 0.04rem;
    font-size: 0.16rem;
}

.table-btn .table-submit {
    color: #fff;
    background-color: #2d6ce6;
}

.wq-table .search-sign,
.wq-table .search-inp,
.wq-table .search-area {
    outline: 0;
    resize: none;
    border: 0;
}

.required {
    color: #f12a2a;
}

input::placeholder,
textarea::placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.code {
    padding: 0 2.24rem;
    font-size: 0.16rem;
    color: rgba(0, 0, 0, 0.85);
}

.code-input {
    margin-right: 0.12rem;
    padding: 0 0.12rem;
    width: 3.46rem;
    height: 0.46rem;
    font-size: 0.16rem;
    background: #ffffff;
    border-radius: 0.04rem;
    border: 0.01rem solid #d9d9d9;
}

