/*分页*/
.tec_huanye {

    margin: 38px auto;
    height: 24px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.tec_huanye a {
    float: left;
    border: solid 1px #bfbfbf;
    border-radius: 3px;
    line-height: 22px;
    padding: 0 6px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #737373;
    background-color: white;
    text-decoration: none;
}

.tec_huanye a:hover {
    text-decoration: none;
}

.tec_huanye a:last-child div {
    margin: 0;
}

.tec_huanye input {
    width: 22px;
    outline: none;
    height: 24px;
    border-radius: 3px;
    border: solid 1px #bfbfbf;
    padding: 0 6px;
}

.tec_huanye a:nth-child(14) {
    border: 0;
    cursor: text;
}

.tec_huanye a:nth-child(15) {
    border: 0;
    cursor: text;
}

.tec_huanye > div {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #737373;
    line-height: 26px;
}

.tec_huanye .huanye_xuan {
    background-color: #0066ff;
    border-radius: 3px;
    border: solid 1px #0066ff;
    color: #fff;
}

.tec_huanye a:hover {
    background-color: #0066ff;
    border-radius: 3px;
    border: solid 1px #0066ff;
    color: #fff;
}

.tec_huanye .tec_que {
    width: auto;
    background-color: white;
    color: #212529;
}

.huanye_none {
    display: none;
}

.tec_huan1 {
    text-align: center;
}

.tec_huanye {
    width: auto;
    display: inline-block;
}

.tec_huanye > a {
    float: left;
    margin-right: 14px;
}

.tec_huanye > div {
    float: left;
    margin-right: 14px;
}

.tec_huanye > input {
    float: left;
    margin-right: 14px;
}

@media (max-width: 800px) {
    .huanye_bl{
        display: none;
    }
    .huanye_none{
        display: block;
    }
    .huanye_other{
        display: none;
    }

    .paging_other,#gopage,.tec_que{
        display: none;
    }
    .tec_huanye{
        margin: 24px auto;
    }
    .tec_huanye > a {
        margin-right: 6px;
    }
    .span_other{
        display: none;
    }


}
