.gcc_normal_header{
    text-align: justify;
    border-bottom: 1px solid #979797;
    line-height: 40px;
    margin-bottom: 12px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.case_gcc_cell{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 42px;
}
.moreDiv{
    opacity: 0.6;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
}
.gcc_normal_header_title{
    background: linear-gradient(to right, #2725D3, #6D02B6);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 16px;
    font-weight: bold;

}
.gcc_normal_header_title::after{
    content: " ";
    display: table;
    width: 64px;
    height: 3px;
    margin-top: -3px;
    background-color: #6929C4 !important;
}

.gcc_case_listview li{
    display: block;
    margin-bottom: 10px;
}
.saleNameTitle{
    text-align: left;
}
.left_cell{
    float: left;
    margin-right: 20px;
    width: 52px;
}
.firstDiv{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
}

.secondDiv{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
}
.caseDocSubject{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.specialTitle{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.39px;
    font-weight: bold;
    margin-top: 13px;
}
.gcc_special_content{
    margin-top: 8px;
}
.gcc_special_listview{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gcc_special_listview li{
    display: block;
}
.gcc_special_listview li:first-child{
    margin-right: auto;
}
.gcc_special_listview li:nth-child(2),.gcc_special_listview li:nth-child(3){
    margin: 0 auto;
}
.gcc_special_listview li:last-child{
    margin-left: auto;
}

.topContextDiv .lui_dataview_slide_content{
    height: 480px!important;
}
.topContextDiv .lui_portal_case_slide{
    height: 170px;
    background: #eceef580;
}
.case_in_slide{
    width: 1280px;
    margin: 0 auto;
}
.gcc_case_all_listview{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}
.gcc_case_all_listview li{
    font-size: 14px;
    color: #282828;
    text-align: justify;
    line-height: 34px;
    width: 20%;
}
.gcc_case_all_listview li:last-child{
    margin-right: auto;
}
.gcc_case_all_listview li::marker{
    color: #979797!important;
}

.gcc_oper_listview{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gcc_oper_listview li{
    display: block;
}
.gcc_oper_listview .itemDiv{
    width: 110px;
    height: 136px;
    background: #f5f6fa;
    border: 1px solid #F1F1F1;

}
.gcc_oper_listview .itemDiv .cont p{
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
}
.gcc_oper_listview .itemDiv img{
    width: 54px;
    height: 50px;
    margin: 23px 28px;
}

.lui_dataview_slide_content .lui_dataview_slide_bg{
    opacity: 0!important;
}


/**

 */

.brandDiv .gcc_normal_content{
    margin-top: 15px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brandDiv .gcc_brand_listview{
    display: flex;
    justify-content: space-between;
}
.gcc_brand_listview li{
    width: 240px;
    display: flex;
    align-items: center;
}


.brandDiv .gcc_brand_listview img{
    width: 240px;
    max-height: 110px;
}

.brandDiv .before,.brandDiv .after{
    height: 65px;
    line-height: 65px;
    cursor:pointer;
}

.brandDiv .before img,.brandDiv .after img{
    width: 15px;

}

.brandDiv .item{
    display: none;
    width: calc(100% - 60px);
}

.brandDiv .item.action{
    display: block;
}
