
@media only screen and (min-width:768px) {

.p1816m7a3212a8461ca5e3 .data_col>div>div>div {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    height: 0.4rem; /* 需要设置容器高度 */
}


}



@media only screen and (max-width:767px) {


.xg_psp .xg_psp_cation_spread_btn i { background-size: 60% !important; background-repeat: no-repeat !important;background-position: center !important;}


.p1816m7a3212a8461ca5e3 .data_col>div>div>div {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    height: 50px; /* 需要设置容器高度 */
}

}
