﻿.liuhe{
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    height: 203px;
    font-family: PingFangSC-Regular,Microsoft YaHei,Helvetica,sans-serif!important;
}
.liuhe .liuhe-top{
    font-size: 14px;
    color: #000;
}
.liuhe .liuhe-top .di{
    padding-left: 30px;
}
.liuhe .liuhe-top .di .qi{
    color: rgb(210, 30, 30);
}
.list{
    border: none !important;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 32px !important;
}
.list li{
    border: none !important;
    padding: 0px !important;
} 
.list li .list-top{
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background-color: #ccc;
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    color: #000;
} 
.jiajia{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #da0f1f;
    display: inline-block;
    vertical-align: top;
    line-height: 70px;
}
.list li .list-text{
    display: block;
    width: 66px;
    text-align: center;
    font-size: 25px;
    /* display: none; */
} 
@media screen and (max-width: 650px) {
    .liuhe{
        background-color: #fff;
        padding: 10px 10px 10px 10px;
        height: 160px;
        font-family: PingFangSC-Regular,Microsoft YaHei,Helvetica,sans-serif!important;
    }
    .jiajia{
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: #da0f1f;
        display: inline-block;
        vertical-align: top;
        line-height: 45px;
    }
.list li .list-top{
    width: 45px !important;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #ccc;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #000;
} 

.list li .list-text{
    display: block;
    width: 45px;
    text-align: center;
    font-size: 16px;
    /* display: none; */
} 
}
#liuhe .list-text {
    display: none; /* 默认隐藏生肖文字 */
  }
  
  #liuhe .list-top {
    display: inline-block;
    padding: 2px 5px;
    /* background-color: transparent; */
    color: black;
    transition: all 0.3s;
  }
  
  #liuhe .list-top.active-green {
    background-color: green;
    color: white;
  }
  #liuhe .list-top.active-red {
    background-color: red;
    color: white;
  }
  
  #liuhe .list-top.active-blue {
    background-color: blue;
    color: white;
  }

