.pageNav{
        width: 7.1rem;
        height: 0.7rem;
        padding: 0.15rem 0.2rem;
        background-color: #f8f8f8;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pageNav.none{
        justify-content: center;
    }

    .pageNav.none .search_bar{
        width: 6rem;
    }
    .pageNav.one .search_bar{
        width: 6rem;
    }
    .pageNav.one .besideSou{
        width: 1rem;
    }
    .pageNav.two .search_bar{
        width: 5rem;
    }
    .pageNav.two .besideSou{
        width: 1.5rem;
    }

    .pageNav .search_bar {
        height: 0.6rem;
        position: relative;
        border-radius: 0.35rem;
        border: 1px solid #b0b0b0;
    }

    #search_input {
        position: absolute;
        top: 0;
        left: 0;
        background: #f8f8f8;
        width: 100%;
        height: 100%;
        padding-right: 35px;
        box-sizing: border-box;
        padding-left: 35px;
        border-radius: 0.35rem;
        border: 0px solid #fff;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }

    .search_img {
        position: absolute;
        top: 0.12rem;
        left: 10px;
        cursor: pointer;
        width: 0.3rem;
        height: 0.32rem;
        z-index: 5;
    }

    .search {
        position: absolute;
        top: 0.1rem;
        line-height: 0.38rem;
        right: 10px;
        cursor: pointer;
        font-size: 0.24rem
    }

    .besideSou {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 1rem;
    }

    .besideSou a {
        line-height: 0;
    }

    .besideSou img {
        width: 0.38rem;
        height: 0.38rem;
    }

    .besideSou img.lx {
        width: 0.36rem;
        height: 0.36rem;
    }