.aweme-page {
    min-width: 1200px;
    background-color: #fff;
    border-radius: 12px
}

.aweme-page .content {
    min-height: 600px;
    width: 1200px;
    box-shadow: 0 5px 26px 0 hsla(0,0%,48.2%,.1);
    border-radius: 12px
}

.aweme-page .content .card-sort-box {
    height: 48px;
    background: #fafafa
}

.aweme-page .content .card-sort-box .page-btn-box .type-btn.active path {
    fill: #fd4c60
}

.aweme-page .content .sort-item.active .item-word {
    color: #fd4c60;
    font-weight: 700
}

.aweme-page .content .sort-item.active .item-svg path {
    fill: #fd4c60
}

.aweme-page .content .sort-item.active.asc .item-svg {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.aweme-page .content .search-condition .category-box {
    font-size: 14px
}

.aweme-page .content .search-condition .category-box label {
    min-width: 28px;
    line-height: 30px;
    color: #999;
    font-size: 12px;
}

.aweme-page .content .search-condition .condition-box .condition-item2 .el-select {
    /*width: 90px*/
}

.aweme-page .content .search-condition .condition-box .condition-item2 .el-input {
    width: 158px
}

.aweme-page .content .search-condition .condition-box .condition-item3 .el-select {
    width: 104px
}

.aweme-page .content .search-condition .condition-box .condition-item3 .el-input {
    width: 125px
}

.aweme-page .content .search-condition .condition-box .condition-item4 .el-select {
    width: 104px
}

.aweme-page .content .search-condition .condition-box .condition-item4 .el-input {
    width: 125px
}

.aweme-page .content .search-condition .condition-box .el-checkbox-war .el-checkbox-group {
    line-height: 100%
}

.aweme-page .content .search-condition .condition-box .el-checkbox-war .el-checkbox .el-checkbox__inner {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #e8ebf1
}

.aweme-page .content .search-condition .condition-box .el-checkbox-war .el-checkbox .el-checkbox__input {
    position: relative;
    bottom: 1px;
    height: 14px
}

.aweme-page .content .search-condition .condition-box .el-checkbox-war .el-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
    border: 1px solid #fd4c60
}

.aweme-page .content .search-condition .condition-box .el-checkbox-war .el-checkbox .el-checkbox__label {
    line-height: 16px;
    font-size: 12px;
    color: #666;
    font-weight: 400
}

.aweme-page .content .search-condition .condition-box .el-checkbox-war .el-checkbox .el-checkbox__inner:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.aweme-page .content .search-result .img1 {
    border-radius: 4px
}

.aweme-page .content .search-result .img2 {
    border-radius: 36px
}

.aweme-page .content .search-result .fixed-head {
    background: #f5f7f9;
}

.aweme-page .content .search-result .fixed-head table {
    max-width: 1160px
}

.aweme-page .content .search-result table {
    text-align: right;
    font-size: 14px;
    color: #333
}

.aweme-page .content .search-result table thead {
    background: #f5f7f9
}

.aweme-page .content .search-result table thead th {
    padding: 8px 0;
    font-weight: 400;
    color: #86919d
}

.aweme-page .content .search-result table thead th.b-r {
    border-right: 1px solid rgba(0,0,0,.06)
}

.aweme-page .content .search-result table tbody tr:nth-child(2n) {
    background-color: #fbfbfb
}

.aweme-page .content .search-result table tbody tr:hover {
    background-color: #fff8f5
}

.aweme-page .content .search-result table tbody td {
    padding: 15px 0
}

.aweme-page .content .search-result table tbody td.b-r {
    border-right: 1px solid rgba(0,0,0,.06)
}

tr .img-box {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2
}

.img-box.author-img-box {
    width: 30px;
    height: 30px
}