.complaint-content {
    padding-bottom: 0.4rem;
    width: 100%;
    height: 100%;
}

.center-header {
    position: relative;
    width: 100%;
    height: 4.4rem;
    background-image: url(/static/cn_new/images/complaint-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-icon {
    margin: 0.41rem 0.59rem;
    width: 2.02rem;
    height: 0.5rem;
}

.header-btn {
    position: absolute;
    left: 5.99rem;
    bottom: 1.1rem;
    align-items: center;
    padding: 0.09rem 0.29rem;
    font-weight: 500;
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.26rem;
    background: #4570ff;
    border-radius: 0.23rem;
}

.header-btn:hover {
    color: #ffffff;
}

.header-btn img {
    margin-left: 0.09rem;
    width: 0.2rem;
    height: 0.2rem;
}

.complaint-center {
    margin: 0 auto;
    width: 12rem;
}

.introduc-box {
    margin-top: 0.24rem;
    padding-bottom: 0.1rem;
    background: #ffffff;
    box-shadow: 0rem 0rem 0.12rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.08rem;
}

.introduc-header {
    width: 100%;
    height: 0.72rem;
    background: linear-gradient(180deg, #eff5fe, #ffffff);
}

.zxjs-img {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 2.24rem;
}

.introduc-item {
    margin: 0 0.32rem 0.24rem;
    padding: 0.24rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(0, 0, 0, 0.85);
    line-height: 0.3rem;
    background: #fdfeff;
    border-radius: 0.04rem;
    border: 0.01rem solid #dce3f1;
}

.right-img {
    margin: 0.22rem 0.49rem 0 0.18rem;
    width: 0.68rem;
    text-align: center;
}

.right {
    text-align: right;
}

.item > ul {
    margin-bottom: 0.24rem;
    font-size: 0.16rem;
}

.item-title {
    position: relative;
    margin: 0.24rem 0.32rem;
    font-weight: 500;
    font-size: 0.18rem;
    color: rgba(0, 0, 0, 0.85);
    line-height: 0.26rem;
}

.item-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 0.72rem;
    height: 0.12rem;
    background: linear-gradient(270deg, #ffffff 0%, #0660fb 100%);
    border-radius: 0.13rem;
    opacity: 0.3;
}

.list {
    text-indent: 2em;
}

.flow-chart {
    width: 10.4rem;
    height: 100%;
}

.iconfont-zj {
    padding-right: 0.08rem;
    font-size: 0.16rem;
    color: #2d6ce6;
}

.table-box {
    margin: 0.24rem 0.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;
}

.lable {
    color: rgba(0, 0, 0, 0.85);
    background: #fdfeff;
}

.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 {
    padding: 0.24rem;
    text-align: left;
}

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

.search-area {
    width: 100%;
}

.search-sign {
    width: 85%;
}

.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-reset {
    color: rgba(0, 0, 0, 0.85);
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
}

.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;
}

.select {
    display: flex;
    justify-content: space-between;
    padding: 0 0.3rem;
    width: 100%;
    height: 0.3rem;
    border: none;
    background: #ffffff;
}

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

.code {
    padding: 0 0.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;
}

.wq-table p {
    margin-bottom: 0.14rem;
}

.search-btn {
    height: 1rem;
    line-height: 0.8rem;
}

.search-btn button {
    padding: 0.08rem 0.27rem;
    color: #fff;
    background-color: #2d6ce6;
    border-radius: 0.04rem;
    font-size: 0.16rem;
}

.search-btn button:hover {
    color: #fff;
}

.table-list {
    padding: 0 0.32rem;
    font-size: 0.16rem;
    color: rgba(0, 0, 0, 0.75);
}

.table-list table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.2rem;
}

.table-list th,
.table-list td {
    padding: 0.12rem;
    font-size: 0.14rem;
    text-align: left;
}

.table-list th {
    background-color: #f8fbff;
}

.number {
    color: #0057d7;
}

.round {
    display: block;
    margin-right: 0.05rem;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: #2d6ce6;
}

.steplist {
    position: fixed;
    right: 1rem;
    top: 2.44rem;
    z-index: 10;
}

.anchor-list a:before {
    position: absolute;
    left: 0;
    top: 0.12rem;
    transform: translate(-50%, -50%);
    z-index: 1;
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    background: #82a2e0;
    border-radius: 50%;
}

.active a:before {
    background: #2d6ce6 !important;
    border-radius: 50%;
}

.active .node-title {
    color: #2d6ce6 !important;
}

.sidebar-nav {
    position: fixed;
    top: 12rem;
    width: 2rem;
    height: 100%;
    color: white;
    transition: top 0.3s ease;
}

.sidebar-nav.visible {
    top: 3rem;
}

.steplist ul li {
    list-style: none;
    font-size: 0.12rem;
}

.steplist li {
    position: relative;
    height: 0.7rem;
    color: #999;
    padding-left: 0.2rem;
    box-sizing: border-box;
}

.steplist li:before {
    position: absolute;
    left: 0;
    top: 0.12rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    content: '';
    border: 0.01rem solid #d5e2fa;
    width: 0.15rem;
    height: 0.15rem;
    background: #d5e2fa;
}

.steplist li .node-icon {
    position: absolute;
    left: 0;
    top: 24%;
    width: 0.02rem;
    height: 80%;
    border-left: 0.01rem dashed #7ca8ff;
}

.steplist li .node-title {
    font-size: 0.15rem;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.steplist li:first-child .node-icon {
    height: 133%;
    top: -30%;
}

.steplist li:last-child .node-icon {
    height: 40%;
}

.affix-top {
    visibility: hidden;
}

a:hover,
a > span:hover {
    color: #2d6ce6;
    text-decoration: none;
}

.suggestions-box {
    position: absolute;
    border: 0 solid #ccc;
    background-color: #fff;
    z-index: 1000;
    width: 363px;
    max-height: 159px;
    overflow-y: auto;
    margin-top: 10px;
}

.suggestions-box div {
    padding: 5px;
    cursor: pointer;
}

.suggestions-box div:hover {
    background-color: #eee;
}
