.page-wrap {

    /* max-width: 1100px;

    width: 1100px; */

    min-width: 600px;

    display: flex;

    justify-content: center;

    margin: 30px 0 96px; 

}

.no-data {

    text-align: center;

    width: 100%;

    padding: 100px 0;

    font-size: 20px;

    color: #8a8a8a;

}

.header {

    width: 1280px;

    margin: 0 auto;

    height: 55px;

    line-height: 50px;

    background: #fff;

}



.header a {

    color: #666;

    font-size: 14px

}



.header .frs {

    margin-right: 60px;

}

.reset-btn {

    /* width: 1148px; */

    /* margin: 0 auto; */

    display: flex;
    /* justify-content: flex-end; */

    justify-content: space-between;
    padding: 0 30px 0 45px;

}

.reset-button {

    width: 90px;

    border: 0;

    background-color: transparent;

    height: 40px;

    cursor: pointer;

    transition: background-color 0.3s

}

.reset-button:hover {

    color: #ff7d00;

}
.zhineng-button {
    
    width: 90px;

    border: 0;

    background-color: transparent;

    height: 40px;

    cursor: pointer;

    color: #1539ff;

    font-size: 17px;

    margin-top: 10px;

    transition: background-color 0.3s
}
/* .zhineng-button:hover {

    color: #40a8e5;

} */