@charset "UTF-8";

/*  栏目海报 */
#column-poster {
    width: 100%;
    height: 26.04vw;
    margin-top: 5.15vw;
    overflow: hidden;
    background-image: url("../images/banner-search.jpg");
    background-position: center;
    background-size: cover;
}

/* *****页面版心****** */
#main {
    width: 100%;
    position: relative;
}

#container {
    max-width: 72.917vw;
    width: 90%;
    margin: 0 auto;
}


/* 海报文本 */
.inquiry-poster-info {
    /* width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); */
}

.poster-info-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
    visibility: visible;
    animation-name: fontLag;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}



/* 内容 */
.inquiry-content {
    background: #FFFFFF;
}

.tab-search {
    text-align: center;
    font-size: 1.25vw;
    color: rgba(0, 0, 0, .85);
    line-height: 2;
    padding-top: 2.5vw
}


.customMidText {
    margin-bottom: 2.5vw;
    font-weight: 700
}


.cardBox {
    height: 15.625vw;
    margin-bottom: 3.125vw;
    display: flex;
    justify-content: space-around;
}

.card {
    width: 22%;
    height: 15.625vw;
    background: #fff;
    box-shadow: -0.417vw -0.417vw 1.042vw 0 #fff, 0.417vw 0.417vw 1.042vw 0 rgba(0,0,0,.08);
    border-radius: .208vw;
    border: .156vw solid #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}

.card .cardImg {
    width: 5.21vw;
    height: 5.21vw;
}
.card .cardMidText {
    font-size: 1.042vw;
    font-weight: 700;
    color: rgba(0,0,0,.85);
    line-height: 2;
    margin-top: .625vw;
}
.card .cardBottomTextcustoms {
    font-size: .833vw;
    color: #969696;
    line-height: 2;
    margin-top: .625vw;
}





