*{
    margin: 0;
    padding: 0;
}
.bottom{
    width: 100%;
    /*height: 4rem;*/
    background-color: #E9E9E9;
    display: flex;
    justify-content: center;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    margin-top: 1.2rem;
}
.text p:nth-of-type(1){
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    line-height: 1;
}
.text p:nth-of-type(2){
    font-size: 0.18rem;
    color: #323232;
    width: 9.51rem;
    padding-top: 0.34rem;
    border-top: 1px solid #4D4D4D;
    margin-top: 0.36rem;
}
.text ul {
    display: flex;
    flex-wrap: wrap;
    width: 9.51rem;
    margin-top: 0.31rem;
}
.text ul li{
    list-style: none;
    width: 1.89rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #323232;
    margin-right: 1.26rem;
}
.text ul li a{
    color: #323232;
    display: block;
    line-height: 0.35rem;
}
.text ul li a:hover{
   color:#3C2573; 
}
.p{
    width: 12rem;
    display: flex;
    justify-content: space-between;
}
.tu{
    width: 1.84rem;
}
.tu img{
    width: 1.84rem;
    height: 1.84rem;
}
.tu p{
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #323232;
    margin-top: 0.18rem;
}

.text p:nth-of-type(2) a{
    color: #323232;
    font-size: 0.18rem;
    font-weight: 400;
}

/*分页样式*/
.right-input{
    width: 12rem;
    height: auto;
    margin: 0.8rem auto;
}
.right-input ul{
    margin-top: 0.46rem;
}
.right-input ul li{
    width: 12rem;
    height: 1rem;
    list-style: none;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.38rem;
    background-color: #F9F9F9;
    margin-top: 0.3rem;
}
.right-input ul li:hover .right-input-span{
    color: #3C2573;
}
.right-input ul li:hover span:nth-of-type(1){
    font-weight: 900;
}
.right-input ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;

}
.right-input ul li:hover{
    box-sizing: border-box;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right:0.05rem solid #3C2573;
}

.right-input ul li span:nth-of-type(1){
    width: 7.45rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #323232;
    line-height: 0.38rem;
    margin-left: 0.41rem;
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 显示省略号来表示被截断的文本 */
}
.right-input ul li span:nth-of-type(2){

    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.38rem;
    margin-right: 0.46rem;
    display: flex;
    align-items: center;
}
.right-input ul li span:nth-of-type(2) img{
    object-fit: contain;
}
.right-input ul li:hover span:nth-of-type(2){
    font-weight: bold;
    color: #3C2573;
}
.jiao{
    width: 0.14rem;
    height: 0.22rem;
    vertical-align: middle;
    margin-left: 0.5rem;
}
.wb{
    width: 12rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.8rem;
}
.wb li{
    list-style: none;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.38rem;
    display: inline-block;
    text-align: center;
    margin: 0 0.15rem;
}

.wb li a{
    text-decoration: none;
    color: #333333;
    width: auto !important;
    display: block;
}
.wb li:nth-child(2){
    margin-left: 0.24rem;
    margin-right: 0.20rem;
}
.wb li:nth-last-child(2){
    margin-left: 0.20rem;
    margin-right: 0.24rem;
}
@media screen and (max-width: 1024px){
    .bottom{
        width: 100%;
        padding: 1% 2%;
        margin-top: 0;
    }
    .p{
        width: 95%;
        flex-direction: column;
    }
    .text ul li{
        margin-right: 0.26rem;
        width: 2.4rem;
    }
    .text ul{
        width: 8rem;
        flex-direction: row;
    }
    .text ul li a{
        font-size: 0.24rem;
    }
    .text p:nth-of-type(1){
        margin-top: 0.2rem;
    }
    .text p:nth-of-type(2){
        width: 100%;
    }
    .text p:nth-of-type(2) a{
        font-size: 0.23rem;
    }
    .text >a{
        font-size: 0.23rem;
    }
    .tu{
        width: 100%;
    }
    .tu img{
        margin: 0 auto;
    }
    .tu p{
        font-size: 0.23rem;
    }
}