#XWZX .mainCenterItemMainNav {
    background-color: #f2f4f7;
}

#XWZX .mainCenterItemMainContainerMain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
/* #XWZX .mainCenterItemMainContainer{

} */
#XWZX .mainCenterItemMainContainerNav {
    height: 3vw;
    border-radius: 3vw;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    margin: 1vw;
}

#XWZX .cardMainBox {
    width: 48%;
    text-align: left;
    background-color: white;
    margin: 0.5vw 0;
    padding: calc(1vh + 1vw);
    position: relative;
    overflow: hidden;
    /* transition: all 1s; */
}

#XWZX .SItem {
    width: 10vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3vw;
    z-index: 2;
}

#XWZX .slider {
    position: absolute;
    z-index: 1;
    background: #dedede;
    width: 10vw;
    height: 3vw;
    transition: left 0.3s;
    left: 0;
    top: 0;
    border-radius: 3vw;
}

#XWZX .SItem:hover {
    cursor: pointer;
}

#XWZX .navBottom {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 3vw;
}

#XWZX .cardMain {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#XWZX .cardMainBox:hover {
    box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.1);
}

#XWZX .cardMain p {
    margin: 0.5vw 0;
}

#XWZX .hintIndex {
    color: #dedede;
    position: absolute;
    bottom: 0;
    right: 1vw;
    font-size: 60px;
    transform: translateY(40%);
}
