#trademark {
    background-color: #EFF2F3;
}

#trademark .el-main {
    background-color: #EFF2F3;
    padding: 24px;
}

.w103 {
    width: 103px;
}

input::-webkit-inner-spin-button {
    display: none;
}

#spin {
    display: none;
}

/* 筛选 */
.el-main .filter {
    background-color: #F9FAFE;
    border-radius: 10px;
    border: 1px solid #EDF2F5;
}

.filter .el-form-item {
    border-bottom: 1px solid rgba(191, 191, 191, .22);
    min-height: 73px;
    margin-bottom: 0;
    line-height: 73px;
}

.filter .el-form-item .el-form-item__label {
    text-align: center;
    padding: 0 10px;
    height: 73px;
    font-weight: 500;
    font-size: 16px;
    color: #3E4147;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.filter .applyer .el-form-item__label {
    font-weight: bold;
    font-size: 16px;
    color: #FF7614;
}

.filter .el-form-item .el-form-item__content {
    line-height: 73px;
    background-color: #fff;
    padding: 0 30px;
}

.filter .el-form-item__content .batch {
    width: 120px;
    height: 36px;
    background: #3C63FF;
    border-radius: 3px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.filter .el-form-item__content .batch::before {
    content: '';
    background: url('../images/trademark/export.png');
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 3px;
}

.filter .el-form-item__content .batch span {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.filter .el-form-item__content .batch:hover span {
    color: #FFFFFF;
}

.filter .el-form-item__content .el-checkbox-button__inner {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    color: #626A77;
}

.filter .el-form-item__content .el-checkbox-button,
.filter .el-form-item__content .el-radio-button {
    margin-right: 10px;
}

.filter .el-form-item__content .is-checked .el-checkbox-button__inner {
    background: #3C63FF;
    color: #fff;
    /* width: 100%;
    text-align: left; */
}

.filter .el-form-item__content .el-radio-group .el-radio-button__inner {
    border: none;
}

.filter .el-form-item__content .el-radio-button__inner {
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
}

.filter .el-form-item__content .el-radio-button__inner .el-input {
    width: auto;
}

.filter .el-form-item__content .inputs .el-radio-button__inner {
    background-color: transparent !important;
    color: #999 !important;
}

.filter .el-form-item__content .inputs .el-radio-button__inner {
    padding: 0;
}

.filter .el-form-item__content .el-radio-button__inner .el-input__inner {
    width: 120px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #C2C2C2;
    text-align: center;
}

.filter .el-radio-button__orig-radio:checked+.el-radio-button__inner {
    background: #3C63FF;
    color: #fff;
}

.filter .el-form-item__content .el-input__inner {
    height: 36px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #C2C2C2;
    font-weight: 400;
    font-size: 14px;
}

.filter .other .el-select {
    width: 140px;
    margin-right: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
}

.filter .other .el-select .el-input .el-select__caret {
    line-height: 36px;
}

.filter .other .el-select .el-input__inner::placeholder {
    font-size: 14px;
    color: #333333;
}

.filter .el-form-item__content span:hover {
    color: #3C63FF;
}

.filter .filter-hide {
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}

/* 搜索 */
.search {
    margin-top: 24px;
    border-radius: 10px;
    background-color: #fff;
}

.search .filter-search {
    margin-top: 24px;
    background: url('../images/trademark/sbzr-pic1.png');
    height: 160px;
    padding: 90px 120px 0;
}

.search .filter-search .el-form-item {
    margin-bottom: 10px;
}

.search .filter-search .el-form-item__content {
    margin-left: 0 !important;
}

.search .filter-search .el-radio-button__inner {
    border: none;
    padding: 10px 20px 10px 10px;
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    color: #C1DBE3;
}

.search .filter-search .is-active .el-radio-button__inner {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.search .filter-search .el-form-item:first-child {
    padding-left: 180px;
}

.search .filter-search .el-form-item:last-child .el-form-item__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.search .filter-search .el-form-item__content .el-input-group {
    height: 60px;
}

.search .filter-search .el-form-item__content .el-input__inner {
    height: 60px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 60px;
}

.search .filter-search .el-input-group__prepend {
    width: 140px;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.search .filter-search .el-input-group__prepend .el-input__inner {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.search .filter-search .el-input .el-button {
    width: 130px;
    height: 60px;
    background: linear-gradient(270deg, #FF8C3F 0%, #FFB346 100%);
    padding: 0;
}

.search .filter-search .el-input .el-button span {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 60px;
}

.search .filter-search .batch-btn {
    margin-left: 10px;
    padding: 0;
    width: 130px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    line-height: 60px;
}

.search .filter-search .batch-btn span {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

/* 筛选条件 */
.search .condition {
    min-height: 80px;
    background-color: #F9FAFE;
    border-radius: 0 0 10px 10px;
}

.search .condition .el-form-item__label {
    line-height: 80px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #3E4147;
}

.search .condition .el-form-item__content {
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 80px;
    /* line-height: 80px; */
    border-radius: 0 0 10px 0;
}

.search .condition .clera-conditon {
    padding: 0;
    margin: 0 20px 0 30px;
    width: 100px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #C2C2C2;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 36px;
}

.search .condition .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search .condition .el-tag {
    background: #F9FAFE;
    border-radius: 3px;
    border: 1px solid #C4C4C4;
    font-weight: 400;
    font-size: 14px;
    color: #3E80E2;
    line-height: 36px;
    height: auto;
    margin: 10px;
    display: flex;
    align-items: center;
}

.search .condition .el-tag span {
    font-weight: 400;
    font-size: 14px;
    color: #3E80E2;
    display: block;
    max-width: 800px;
    word-break: break-all;
    white-space: break-spaces;
}

.search .condition .el-tag .el-icon-close::before {
    color: #3E80E2;
}

.search .condition .el-tag .el-icon-close:hover::before {
    color: #fff;
}

.search .condition .el-tag .el-icon-close {
    line-height: 17px;
    top: 0px;
}

/* 排序 */
.sort {
    margin-top: 24px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(22, 92, 114, 0.09);
    border-radius: 10px;
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    margin-bottom: 14px;
}

.sort .el-form-item {
    margin-bottom: 0;
}

.sort .el-form-item .el-radio-button__inner {
    border: none;
    padding: 0 30px 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #666;
}

.sort .el-form-item .el-radio-button__inner:hover {
    color: #1D4CEE;
}

.el-form-item .is-active .el-radio-button__inner {
    background-color: transparent;
    color: #1D4CEE;
    box-shadow: none;
}

.sort .all-checked .el-form-item__content {
    display: flex;
    align-items: center;
}

/* .sort .all-checked .el-icon-arrow-left:before {
    content: '上一页';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    padding: 8px 14px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #C2C2C2;
} */

/* .sort .all-checked .el-icon-arrow-right:before {
    content: '下一页';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding: 8px 14px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #C2C2C2;
} */

.sort .all-checked .el-button {
    padding: 0;
    width: 100px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #C2C2C2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sort .all-checked .el-button::before {
    content: '';
    padding: 0px;
    border-radius: 3px;
    border: 1px solid #999999;
    line-height: normal;
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.sort .all-checked .el-button span {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.sort .all-checked .el-button.el-icon-check::before {
    content: "\e6da";
    padding: 0;
    font-size: 18px;
    color: #fff;
    background: #1D4CEE;
}

/* 悬浮 */
.fixed-tools {
    position: fixed;
    margin-left: 1214px;
    top: 300px;
    background: #1938E6;
    border-radius: 10px;
    width: 110px;
    padding: 12px;
    text-align: center;
}

.fixed-tools>div,
.fixed-tools>a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    cursor: pointer;
}

.fixed-tools div div,
.fixed-tools div a {
    color: #fff;
}

.fixed-tools .selection_nums {
    font-size: 15px;
}

.fixed-tools .selection_nums span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
}

.fixed-tools hr {
    width: 100%;
    background: #435FFF;
    height: 1px;
    margin: 10px 0 20px;
}

.fixed-tools .checkimg i {
    display: block;
    width: 50px;
    height: 50px;
    background: url('../images/trademark/sbzr-icon1.png') no-repeat center;
    margin-bottom: 10px;
}

.fixed-tools .export i {
    display: block;
    width: 48px;
    height: 48px;
    background: url('../images/trademark/sbzr-icon2.png') no-repeat center;
    margin-bottom: 10px;
}

/* 商标 */
.lists .el-col {
    width: 242px;
    height: 350px;
    margin-bottom: 14px;
}

.lists .el-col .list {

    background: #FFFFFF;
    box-shadow: 0px 3px 17px 1px rgba(119, 122, 140, 0.2);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.lists .list .list-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lists .list .list-top i {
    margin-left: 10px;
    cursor: pointer;
}

.lists .list .list-top i.list-checked::before {
    content: '';
    display: inline-block;
    border: 1px solid #999999;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.lists .list .list-top i.el-icon-success::before {
    border: 1px solid #fff;
    content: "\e79c";
    font-size: 22px;
    background: #fff;
    color: #FF8839;
    width: auto;
    height: auto;
}

.lists .list .list-top i.el-icon-star-on::before {
    font-size: 22px;
    color: #FF4B21;
}

.lists .list .list-top i.el-icon-star-off::before {
    font-size: 20px;
}

.list .list-img {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto 10px;
}

.list .list-img img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.list .list-label {
    height: 30px;
}

.list .list-label .same {
    background: #E9F5FF;
    color: #2C9EFE;
    margin: 0;
}

.list .list-label span {
    padding: 5px 10px;
    background: #FFF5ED;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    color: #FF8125;
    margin-left: 10px;
}

.list .list-title {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 48px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list .list-adesc {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 24px;
}

.list .list-price {
    font-weight: bold;
    font-size: 24px;
    color: #FF4B21;
    line-height: 48px;
}

/* 页码 */
.pages {
    background-color: #fff;
    border-radius: 10px;
    height: 80px;
    display: flex;
    align-items: center;
}

.el-pagination {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88%;
}

.el-pagination .number {
    /* width: 36px; */
    height: 36px;
    background: #F4F7FC;
    border-radius: 3px;
    line-height: 36px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin: 0 6px;
}

.el-pagination .number:hover {
    color: #2875FC;
}

.el-pagination .number.active {
    background: #2875FC;
    color: #fff;
}

.el-pagination .btn-prev,
.el-pagination .btn-next {
    width: 36px;
    height: 36px;
    background: #F4F7FC;
    border-radius: 3px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    padding: 0;
}

.el-pagination .el-icon-arrow-left:before {
    font-size: 14px;
    color: #C0C4CC;
}

.el-pagination .el-icon-arrow-right:before {
    font-size: 14px;
    color: #C0C4CC;
}

.el-pagination button:disabled {
    color: #C0C4CC;
    background: #EEEEEE;
    cursor: not-allowed;
}

.el-pagination span:not([class*=suffix]) {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
}

.el-pagination .el-select .el-input {
    width: 120px;
}

.el-pagination .el-select .el-input .el-input__inner {
    height: 36px;
    line-height: 36px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.el-pagination .el-pagination__editor.el-input {
    width: 60px;
}

.el-pagination__editor.el-input .el-input__inner {
    height: 36px;
    line-height: 36px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
    line-height: 36px;
    color: #303133;
    font-size: 18px;
    height: 36px;
}

.pages .el-button {
    padding: 0;
    width: 100px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #C2C2C2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pages .el-button::before {
    content: '';
    padding: 0;
    border-radius: 3px;
    border: 1px solid #999999;
    line-height: normal;
    margin-right: 8px;
    display: block;
    width: 18px;
    height: 18px;
}

.pages .el-button span {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.pages .el-button.el-icon-check::before {
    content: "\e6da";
    padding: 0;
    font-size: 18px;
    color: #fff;
    background: #1D4CEE;
    margin-right: 8px;
}

.all-checked .el-pagination button {
    width: 84px;
    margin-right: 10px;
}

/* 弹框 */
.el-dialog .el-dialog__header span {
    font-weight: 500;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
}

.el-dialog .el-dialog__body .el-textarea__inner {
    border-radius: 10px;
    border: 1px solid #DFE7EF;
    font-weight: 400;
    font-size: 18px;
}

.el-dialog .dialog-footer .el-button {
    padding: 0;
    width: 178px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 10px;
}

.el-dialog .dialog-footer .el-button {
    padding: 0;
    width: 178px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 10px;
}

.el-dialog .dialog-footer .el-button span {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 56px;
}

.el-dialog .dialog-footer .el-button.cancel {
    border: 1px solid rgba(159, 170, 180, .5);
}

.el-dialog .dialog-footer .el-button.sure {
    background: linear-gradient(90deg, #1C49D4 0%, #2875FD 100%);
}

.el-dialog .dialog-footer .el-button.sure span {
    color: #fff;
}

/* 提示框 */
.el-tooltip__popper.is-light {
    background: #FFF;
    width: auto;
    max-width: 220px;
    font-size: 16px;
    color: #4F5764;
    line-height: 24px;
    border-radius: 10px;
    box-shadow: 0px 0px 29px 0px rgba(192, 201, 216, 0.48);
    border: none;
    cursor: pointer;
}

@media screen and (max-width:1450px) {
    #float {
        display: none;
    }

    .fixed-tools {
        margin-left: 0;
        right: 1%;
        z-index: 999;
        top: 200px;
    }
}

@media screen and (max-width:1250px) {
    #trademark .el-main {
        overflow-x: scroll;
        width: 1250px;
    }
}