/* 复写样式 */
.kvTitle,.kvDesc{
    color: #fff;
}
.sectionTitle {
    text-align: left;
}

/* kv模块 */
.kvBg_6{
    background: url(/css/corpservice/img/banners/kv_6.jpg) center center no-repeat;
    background-size: cover;
}
.kvLinkBtn{
    width: 154px;
    height: 48px;
    margin-top: 36px;
    font-size: 18px;
    color: #0060DF;
    line-height: 48px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
}
.kvLinkBtn:hover{
    color: #fff;
    background: #000;
}

.blueBg {
    background: url(/css/corpservice/img/matrix/matrixBg.jpg) center center no-repeat;
}

.matrixCaption {
    display: inline-block;
    margin-bottom: 36px;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    background: linear-gradient(to top,#D7E7FC, #D7E7FC) bottom left/100% 20px no-repeat;
    color: #0060DF;
}
.matrix {
    position: relative;
    width: 200px;
    height: 230px;
    cursor: pointer;
}
.matrixCon, .matrixCover {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.matrixIcon {
    width: 96px;
    height: 96px;
    margin: 0px auto 24px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.16);
}
.matrixName {
    font-size: 20px;
    color: #000000;
}
.matrixCover {
    display: none;
    opacity: 0.9;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg,#00aaff, #0060df 98%);
}
.matrixCoverBtn {
    width: 140px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    color: #0060DF;
}
.matrixCoverImg {
    width: 140px;
    height: 140px;
    border-radius: 16px;
}
.matrix:hover .matrixCover {
    display: flex;
}
.shipinMatrix {
    margin-top: 60px;
}
.socialMatrix {
    margin-left: 200px;
}

@media screen and (max-width: 750px) {
    /* 样式复写 */
    .sectionTitle {
        text-align: center;
    }

    /* **** kv **** */
    .kvBox {
        height: 8rem;
    }
    .kvBg_6 {
        background: url(/css/corpservice/img/banners/mKv_6.jpg) center center no-repeat;
        background-size: cover;
    }
    .kvInFo {
        width: 100%;
    }
    .kvLinkBtn {
        width: 2.5rem;
        height: 0.78rem;
        margin-top: 0.6rem;
        font-size: .32rem;
        line-height: .78rem;
    }

    .matrixCaption {
        margin-bottom: 0.2rem;
        font-size: 0.32rem;
        font-weight: bold;
        line-height: 0.36rem;
        background-size: 100% 0.2rem;
    }
    .matrix {
        width: 2.2rem;
        height: 3rem;
    }
    .matrixIcon {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0px auto 0.3rem;
    }
    .matrixName {
        font-size: 0.28rem;
    }
    .matrixCover {
        display: none;
    }
    .matrix:hover .matrixCover {
        display: none;
    }
    .reportMatrix {
        float: left;
    }
    .shipinMatrix {
        margin-top: 0px;
    }
    .socialMatrix {
        margin-left: 0px;
    }

    .matrixWinDialogBox {
        width: 5.8rem;
        padding: 0.4rem;
    }
    .matrixWinDialogBg {
        background-color: #000000;
    }
    .closeMatrixWin {
        position: absolute;
        top: 0.6rem;
        right: 0.4rem;
        width: 0.6rem;
    }
    .matrixDialogImg {
        width: 100%;
    }
}