﻿#data {
    /*width: 1200px;*/
    margin: 0 auto;
}

.imgWidth {
    width: 100%;
}
/*.el-table .warning-row {
        background: oldlace;
    }

    .el-table .success-row {
        background: #f0f9eb;
    }*/
.el-table .cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
}

.el-table__row a {
    text-decoration: none;
}

.link-blue {
    color: #333333;
    transition: .3s;
}

    .link-blue:hover {
        color: #BD9155;
    }
/* .el-table th {
        text-align: center;
    }*/
.imgclick {
    width: 165px;
    height: 250px;
}

.image {
    margin: 10px 50px 10px 50px;
    text-align: center;
    cursor: pointer;
}

.ser {
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 4px;
    width: 598px;
    height: 46px;
    margin-left: 13px;
    box-shadow: none;
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #BCBCBC;
    text-align: left;
    margin-left: 400px;
}

.searchButton {
    width: 106px;
    height: 46px;
    /*background: #EF7B75;*/
    background: #d33450;
    border-radius: 4px;
    margin-left: 13px;
    cursor: pointer;
}

    .searchButton:hover {
        background: #EF7B75;
    }

.ser input {
    width: 545px;
    height: 40px;
    border: none;
    outline: none;
    margin-left: 10px;
}

.buttonTxt {
    width: 28px;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    padding-left: 40px;
}

#category {
    /* width: 100%; */
    /* float: left; */
    /* overflow-y: hidden; */
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10px;
}

    #category li {
        list-style-type: none;
        display: inline-block;
        /* width: 60px; */
        height: 25px;
        padding-left: 5px;
        padding-top: 5px;
        padding-right: 5px;
        font-size: 14px;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

.liactive {
    background-color: #3561E6;
    color: #fff;
}

.el-table thead {
    color: #909399;
    font-weight: 500;
}

.el-table th.is-leaf {
    font-size: 14px;
    color: #778192;
    line-height: 18px;
    font-weight: normal;
    text-align: left;
    background-color: #f2f2f2;
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
}

    .el-pagination.is-background .el-pager li:not(.disabled).active {
        background-color: #d33450;
    }

    .el-pagination.is-background .el-pager li:not(.disabled):hover {
        color: #d33450;
    }
