.online-comp-top{
    background-color: #373b40;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    margin-top: -20px;
}
.complaints-title-bar{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 40px auto;
}
.complaints-title-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}
.complaints-title-item img{
    width: 95px;
    height: 95px;
    margin-bottom: 10px;
}
.complaints-num-bar{
    padding: 40px 0;
    background-color: #272b2f;
}
.complaints-num-list{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.complaints-num-item{
    background-color: #373b40;
    border-radius: 10px;
    width: 22%;
    padding: 35px 0;
    text-align: center;
    color: #fff;
}
.complaints-num-item>div:first-child{
    font-size: 32px;
}
.complaints-matter,.complaint-process{
    width: 85%;
    margin: 40px auto;
}
.complaints-matter-title,.complaint-process-title{
    margin-bottom: 40px;
}
.complaints-step{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.complaints-step-item,.complaint-process-bar{
    width: 32%;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
}
.complaints-step-item>div:first-child{
    color: #ff5562;
    font-size: 26px;
}
.complaints-step-guid,.complaints-step-submit{
    
    border: 1px solid #eee;
    padding: 5px 16px;
    border-radius: 6px;
    width: fit-content;
    margin-top: 40px;
}
.complaints-step-submit{
    background-color: #2396f7;
}
.complaints-step-submit a{
    color: #fff !important;
}
.complaints-step-guid a{
    color: #2396f7 !important;
}
.complaints-tips{
    margin-top: 40px;
}
.complaints-tips>div{
    margin-bottom: 30px;
}
.complaint-process-bar{
    width: 100%;
    padding:60px 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.complaint-process-item{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.complaint-process-item-title{
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
}
.complaint-process-tips{
    margin-top: 30px;
}
.complaint-detail{
    background-color: #55a270;
    padding: 50px 0;
}
.complaint-detail-tabs{
    display: flex;
    justify-content: center;
}
.complaint-detail-tabs-item{
    border-radius: 5px;
    padding: 5px 20px;
    color: #fff;
}
.complaint-detail-tabs-active{
    border-radius: 5px;
    background-color: #fff;
    color: #378c57;
}
.complaint-detail-bar{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 40px auto;
    justify-content: space-between;
}
.complaint-detail-item{
    background-color: #fff;
    border-radius: 5px;
    width: 19%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.complaint-detail-item>div:first-child{
    padding: 16px;
}
.complaint-detail-item>div:nth-child(2){
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 8px 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.complaint-detail-item>div:nth-child(2) img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.game-faq{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px 0;
}
.game-faq>div:first-child{
    font-size: 32px;
    margin-bottom: 20px;
}
.game-faq>div:last-child{
    border:none;
}
.game-faq-item{
    padding: 20px 0 ;
    border-bottom: 1px solid #d9d9d9;
}
.game-faq-title{
    font-size: 24px;
    margin-bottom: 10px;
}
.game-faq-content{
    color: #26292d;
}
@media (max-width: 576px) {
    .game-faq-out{
      padding: 20px !important;
    }
    .complaints-title-bar{
        display: block;
    }
    .complaints-title-item{
        width: 100%;
        margin-bottom: 40px;
    }
    .complaints-num-list{
        display: block;
    }
    .complaints-num-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .complaints-step{
        display: block;
    }
    .complaints-step-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .complaint-process-bar{
        display: block;
    }
    .complaint-process-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .complaint-detail-bar{
        display: block;
    }
    .complaint-detail-item{
        width: 100%;
        margin-bottom: 20px;
    }
}
/***新****/
.complaint-detail-tabs {
            display: flex;
            justify-content: center;
            gap: 8px;
        }
        
.complaint-detail-tabs-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #7f8c8d;
    border: 1px solid #e0e6ed;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.complaint-detail-tabs-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    transition: all 0.3s ease;
}

.complaint-detail-tabs-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    color: #3498db;
}

.complaint-detail-tabs-item:hover i {
    transform: scale(1.1);
}

.complaint-detail-tabs-item i {
    font-size: 24px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.complaint-detail-tabs-item span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

/* Solved Tab */
.complaint-detail-tabs-item[showdiv="Solved"]:hover,
.complaint-detail-tabs-active[showdiv="Solved"] {
    color: #027657;
    border-color: rgba(39, 174, 96, 0.2);
}

.complaint-detail-tabs-active[showdiv="Solved"] {
    background: #fff;
}

.complaint-detail-tabs-active[showdiv="Solved"]::before {
    background: #27ae60;
}

/* Opened Tab */
.complaint-detail-tabs-item[showdiv="Opened"]:hover,
.complaint-detail-tabs-active[showdiv="Opened"] {
    color: #3498db;
    border-color: rgba(52, 152, 219, 0.2);
}

.complaint-detail-tabs-active[showdiv="Opened"] {
    background: #fff;
}

.complaint-detail-tabs-active[showdiv="Opened"]::before {
    background: #3498db;
}

/* Not Solved Tab */
.complaint-detail-tabs-item[showdiv="Not_Solved"]:hover,
.complaint-detail-tabs-active[showdiv="Not_Solved"] {
    color: #e74c3c;
    border-color: rgba(231, 76, 60, 0.2);
}

.complaint-detail-tabs-active[showdiv="Not_Solved"] {
    background: #fff;
}

.complaint-detail-tabs-active[showdiv="Not_Solved"]::before {
    background: #e74c3c;
}

/* Rejected Tab */
.complaint-detail-tabs-item[showdiv="Rejected"]:hover,
.complaint-detail-tabs-active[showdiv="Rejected"] {
    color: #9b59b6;
    border-color: rgba(155, 89, 182, 0.2);
}

.complaint-detail-tabs-active[showdiv="Rejected"] {
    background: #fff;
}

.complaint-detail-tabs-active[showdiv="Rejected"]::before {
    background: #9b59b6;
}

.complaint-detail-tabs-active {
    color: #2c3e50;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}