.productContent {
    width: 100%;
}

.bannerImg {
    width: 100%;
    height: 30.21vw
}

.tabbarBox {
    width: 62.5vw;
    margin: -2.2vw auto 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border-bottom: 1px solid #EAEDF4; */
    box-shadow: 0px 4px 6px 0px rgba(27, 123, 255, 0.1);
    background-color: white;
    position: relative;
}

.tabbarList {
    color: rgba(40, 53, 72, 1);
    font-size: 1.14vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin: 0 2vw;
    padding: 1.2vw 0;
    border-bottom: 0.16vw solid #00000000;
    cursor: pointer;
}

.tabbarAction {
    color: #1B7BFF !important;
    border-bottom: 0.16vw solid #1B7BFF !important;
}

.listBox {
    width: 62.5vw;
    margin: 2vw auto 0;
    display: flex;

    flex-wrap: wrap;
}

.list {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2vw;
    cursor: pointer;
}

.imgBox {
    height: 14.9vw;
    width: 12.82vw;
    margin-top: 0.77vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listImg {
    max-width: 100%;
    max-height: 13.85vw;
}

.listContent {

	width: 12.82vw;
}

.listTitle {
    color: rgba(51, 51, 51, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1vw;

}

.listText {
    font-size: 0.6vw;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    margin: 1vw 0;
}

.pageBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4vw auto;
}

.pageList {
    width: 1.67vw;
    height: 1.67vw;
    border-radius: 5px;
    border: 1px solid rgba(217, 217, 217, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(89, 89, 89, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    margin: 0 0.21vw;
    cursor: pointer;
}

.pageList:hover {
    color: #1B7BFF !important;
    border-color: #1B7BFF !important;
}

.pageListAction {
    color: #1B7BFF !important;
    border-color: #1B7BFF !important;
}




@media (max-width: 768px) {
    .tabbarBox {
        width: 90vw;
        margin: 4vw auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #EAEDF4;
    }

    .tabbarList {
        color: rgba(40, 53, 72, 1);
        font-size: 3.2vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin: 0 4vw;
        padding: 1.2vw 0;
        border-bottom: 0.16vw solid #00000000;
        cursor: pointer;
    }

    .listBox {
        width: 90vw;
        margin: 2vw auto 0;
    }

    .list {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2vw;
        cursor: pointer;
    }



	.imgBox {
		height: 28.9vw;
		width: 28.82vw;
		margin-top: 0.77vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}

    .listImg {
      max-height: 23.85vw;
    }

    .listContent {
        width: 35vw;
        height: 16.6vw;
        flex: 1;
        padding: 0 2.3vw;
    }

    .listTitle {
        color: rgba(0, 0, 0, 1);
        font-size: 2.5vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .listText {
        color: rgba(85, 95, 111, 1);
        font-size: 2vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 1.56vw;
    }

    .listTime {
        color: rgba(163, 167, 177, 1);
        font-size: 1.8vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin-top: 1.56vw;
    }

    .pageBox {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 4vw auto;
    }

    .pageList {
        width: 5vw;
        height: 5vw;
        border-radius: 5px;
        border: 1px solid rgba(217, 217, 217, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(89, 89, 89, 1);
        font-size: 3vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        margin: 0 1vw;
        cursor: pointer;
    }
}