.listTree {
    width: 1140px;
    box-sizing: border-box;
    padding: 6px 12px;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #555;
    border-bottom: 2px solid #666;
}

.listTree span {
    margin-right: 6px;
}

.listTree>span:nth-child(odd):hover {
    cursor: pointer;
    text-decoration: underline solid #333;
}

.listTree img {
    width: 11px;
    height: 8px;
    vertical-align: middle;
}

.classTable {
    width: 1140px;
    margin: auto;
}

.product {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    line-height: 34px;
    font-size: 12px;
    display: flex;
}

.tableTit {
    width: 100px;
    box-sizing: border-box;
    padding-left: 10px;
    background-color: #eef3ec;
    font-weight: bolder;
    color: #666;
}

.tablePro {
    color: #005aa0;
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
}

.tablePro>div {
    margin-left: 40px;
}

.tablePro>div:hover {
    cursor: pointer;
    color: #f02828;
}

.arrangeBox {
    display: flex;
    justify-content: space-between;
    width: 1140px;
    margin: 12px auto;
    box-sizing: border-box;
    padding: 5px 20px;
    background-color: #eef3ec;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.arrangeBox>div:nth-child(2) {
    font-size: 13px;
}

.arrangeBox>div:nth-child(2) span {
    color: #76b62d;
}

.arrange {
    display: flex;
}

.arrange>div {
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 2px 8px;
    border: 1px solid #888888;
    margin-right: 6px;
    background-color: #fff;
    border-radius: 2px;
}

.arrange>div:hover {
    background-color: #efefef;
    cursor: pointer;
}

.arrange>div>img {
    width: 14px;
    transform-origin: center;
}

.projectList {
    width: 1140px;
    margin: 20px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.projectList>div {
    box-sizing: border-box;
    padding: 12px 6px;
    min-height: 364px;
}

.prject {
    width: 100%;
    padding: 16px 12px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0px rgb(214, 214, 214);
}

.prject:hover {
    box-shadow: 0 0 3px 1px rgb(184, 184, 184);
}

.prjectImg {
    text-align: center;
    min-height: 200px;
}

.prjectImg>img {
    width: 80%;
    max-width: 197px;
    max-height: 197px;
}

.prjectPrice {
    margin-top: 16px;
    margin-left: 6px;
    color: #f12f2f;
    font-size: 15px;
    font-weight: bolder;
}

.prjectPrice>span {
    font-size: 20px;
}

.prjectName {
    font-size: 14px;
    color: #666;
    margin-left: 6px;
    margin-top: 4px;
    width: 241px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prjectBrandName {
    font-size: 13px;
    color: #aaa;
    margin-left: 6px;
    margin-top: 12px;
}

.prjectEvaluation {
    color: #afafaf;
    margin-top: 4px;
    margin-left: 6px;
    font-size: 14px;
}

.prjectEvaluation>span {
    color: #646fb0;
    font-weight: bolder
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.prjectBar {
    display: flex;
    align-items: center;
    margin-left: 6px;
    margin-top: 8px;
}

.prjectBar>input {
    appearance: none;
    width: 20px;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 6px 4px;
}

.prjectBar>P {
    display: flex;
    flex-direction: column;
    margin-left: 4px;
}

.prjectBar>P>img {
    width: 10px;
    padding: 1px;
    border: 1px solid #cccccc;
}

.prjectBar>P>img:hover {
    background-color: #eeeeee;
}

.prjectBar>button {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #cccccc;
    border: 1px solid #cccccc;
    margin-left: 10px;
    padding: 2px 6px;
}

.prjectBar>button>img {
    width: 24px;
    margin-right: 8px;
}

.pageBox {
    text-align: right;
    width: 1140px;
    margin: auto;
    padding: 4px 20px;
    background-color: #eef3ec;
    box-sizing: border-box;
}

.pageBox>p {
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
}

.pageBox>p>span {
    font-size: 14px;
    color: #76b62d;
    margin: 0 6px;
}

.pageBox>button {
    padding: 0 12px;
    line-height: 26px;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #ccc;
    color: #666;
}

.pageBoxNumber {
    display: inline-block;
    margin: 0 8px;
}

.pageBoxNumber>input {
    line-height: 26px;
    text-align: center;
    width: 40px;
    border: 1px solid #eeeeee;
    vertical-align: top;
    background-color: #fff;
}

.pageBoxNumber>button {
    padding: 0 4px;
    line-height: 26px;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #ccc;
    color: #666;
}

.nullPro {
    font-size: 14px;
    color: #aaa;
    text-align: center;
    padding: 60px 0;
    display: none;
}