.topBarBox .topBarItemAct::after {
    width: 1.2rem;
}


.caseContent {
    width: 100%;
    background: #FBFBFB;
    padding: .8rem 0 .92rem;
    display: flex;
    justify-content: center;
}

.caseContentInner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.caseTopInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.caseTopInfo .caseTopDes {
    font-size: .18rem;
    margin-top: .28rem;
    color: #2A314F;
    line-height: .35rem;
}

.relatedProductsBox {
    display: flex;
    flex-direction: column;
    margin-top: .76rem;
    align-items: center;
}

.relaProductItemBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: .28rem;
}

.relaProductItemBox .relaProductItem {
    display: flex;
    width: 5.12rem;
    height: 5.32rem;
    flex-direction: column;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 0 .48rem;
    margin-top: .36rem;
    align-items: center;
    background: white;
    justify-content: center;
    margin-left: .32rem;
}

.relaProductItemBox .relaProductItem:nth-child(3n+1) {
    margin-left: 0;
}

.relaProductItem .goodPic {
    width: 4rem;
    height: 3rem;
    object-fit: cover;
}

.relaProductItem .relaProName {
    font-weight: bold;
    margin-top: .44rem;
    font-size: .28rem;
    width: 100%;
    color: #2A314F;
}

.relaProductItem .relaProDes {
    width: 100%;
    font-size: .18rem;
    color: #2A314F;
    line-height: .31rem;
    margin-top: .16rem;
}

.relatedCasesBox {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 2.1rem;
    align-items: center;
}

.relaCaseItemBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: .28rem;
}

.relaCaseItemBox .relaCaseItem {
    display: flex;
    width: 5.12rem;
    height: 6.62rem;
    flex-direction: column;
    overflow: hidden;
    margin-top: .36rem;
    align-items: center;
    position: relative;
    background: white;
    margin-left: .32rem;
}

.relaCaseItem .relaCaseTag {
    font-size: .16rem;
    color: #2A314F;
    width: 4.23rem;
    margin-top: .28rem;
}

.relaCaseItemBox .relaCaseItem:nth-child(3n+1) {
    margin-left: 0;
}

.relaCaseItem .casePic {
    width: 100%;
    height: 3.12rem;
    object-fit: cover;
}

.relaCaseItem .relaCaseName {
    font-weight: bold;
    width: 4.23rem;
    margin-top: .2rem;
    word-break: break-all;
    font-size: .2rem;
    line-height: .3rem;
    color: #2A314F;
}

.relaCaseItem .relaCaseDes {
    font-size: .18rem;
    width: 4.23rem;
    color: #777777;
    line-height: .31rem;
    margin-top: .14rem;
}

.caseMore {
    display: flex;
    cursor: pointer;
    margin-top: .33rem;
    font-size: .16rem;
    position: absolute;
    bottom: .56rem;
    left: .4rem;
    color: #777777;
    flex-direction: row;
}

.relaCaseItem:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

.relaCaseItem:hover .caseMore > div {
    scale: 1.1;
    color: #002CAA;
}

.relaCaseItem:hover .caseMore > span {
    scale: 1.3;
    color: #002CAA;
}

.caseMore > span {
    margin-left: .1rem;
}

.contentBox {
    display: flex;
    flex-direction: row;
    margin-top: .3rem;
}

.w1300 {
    width: 12rem !important;
}

.serviceSupportLeft {
    width: 3.9rem;
    margin-right: .1rem;
    display: flex;
    padding-bottom: .4rem;
    min-height: 4rem;
    flex-direction: column;
}

.serviceSupportLeft .supportLeftMenuTitle {
    background: #0258BB;
    line-height: .4rem;
    color: #fff;
    font-size: .18rem;
    text-align: center;
    margin-bottom: .1rem;
}

.serviceSupportLeft .supportLeftMenuItem {
    color: #2A314F;
    line-height: .46rem;
    text-align: center;
    font-size: .16rem;
    border-bottom: .01rem solid #D8D8D8;
}

.serviceSupportLeft .supportLeftMenuItemAct {
    background: #0258BB !important;
    color: white;
}

.serviceSupportLeft .supportLeftMenuItem:hover {
    background: #0258BB !important;
    color: white;
}

.solutionBox {
    padding-top: 0 !important;
    /*  background: green;*/
}

.pageLine{
   width: .01rem;
    background: red;
    position: absolute;
    left: 0;
    top: 6rem;
    height: .1rem;
}