#trademark {
  background-color: #eff2f3;
}

#trademark .el-main {
  background: url(/static/yellow/images/trademark/bgc1.png?20250627) no-repeat;
  background-size: 100% auto;
  background-color: #f3f5f7;
  padding: 0px 0 50px;
  min-width: 1600px;
}

.w103 {
  width: 103px;
}

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

#spin {
  display: none;
}

/* 搜索框 */
.search_box {
  width: 800px;
  margin: 36px auto 36px;
  box-sizing: border-box;
  position: relative;
}
.search_box .search_inp {
  width: 800px;
  padding: 0 20px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin: auto;
  display: block;
  outline: none;
}
.search_box .layui-btn {
  width: 18px;
  height: 18px;
  background: url(/static/yellow/images/trademark/icon-ss.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 16px;
  top: 15px;
  cursor: pointer;
}

/* 筛选 */
.el-main .filter {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.58) 84%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #edf2f5;
  padding-bottom: 20px;
}
.filter .hasPadTop .el-form-item__content {
  padding-top: 10px !important;
}
.filter .el-form-item {
  margin-bottom: 0;
  line-height: 49px;
}
.filter .el-form-item.xx_box .el-input {
  position: relative;
}
.filter .el-form-item.xx_box .el-form-item__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.filter .el-form-item.xx_box .el-form-item__content .el-input {
  width: 600px;
  margin-right: 14px;
}
.filter .el-form-item.xx_box .el-form-item__content .filter_sub {
  width: 18px;
  height: 18px;
  background: url(/static/yellow/images/trademark/icon-ss.png);
  position: absolute;
  left: 600px;
  top: 18px;
  border-radius: 5px;
  cursor: pointer;
}
.filter .el-form-item.sbType .el-form-item__content {
  padding-top: 10px;
}
.filter .el-form-item .el-form-item__label {
  text-align: center;
  padding: 0 10px;
  height: 49px;
  font-weight: 500;
  font-size: 16px;
  color: #3e4147;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-family: "Alibaba PuHuiTi";
}

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

.filter .el-form-item .el-form-item__content {
  padding: 0 30px;
  line-height: 30px;
  padding-top: 10px;
}
.filter .el-form-item .el-form-item__content > div {
  color: #626a77;
}
.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;
  border: none;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  color: #626a77;
  width: 100%;
  background: none;
  line-height: 26px;
}
.filter .el-form-item__content .el-checkbox-button__inner .sbTypeTitle {
  font-size: 14px;
  color: #626a77;
}
.filter .el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #856647;
  box-shadow: none;
}
.filter
  .el-form-item__content
  .is-checked
  .el-checkbox-button__inner
  .xxList
  .is-checked
  .el-checkbox-button__inner {
  color: #3c63ff;
}
.filter .el-checkbox-group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.filter .el-checkbox-button.is-checked .el-checkbox-button__inner {
  background: none;
}

.filter .el-form-item__content .el-checkbox-button,
.filter .el-form-item__content .el-radio-button {
  margin-right: 10px;
}
.filter .el-form-item__content .el-checkbox-button {
  height: 26px;
  border-radius: 13px;
  line-height: 26px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 6px;
  border: 1px solid transparent;
}
.filter .el-form-item__content .sqBtn {
  position: absolute;
  right: 0px;
  top: 5px;
  border: none;
  background: none;
}
.filter .el-form-item__content .sqBtn .el-checkbox-button__inner {
  text-align: right;
}
.filter .el-form-item__content .el-checkbox-button.is-checked {
  border: 1px solid #e8d2b7;
}
.filter .hasPadTop .el-form-item__content .el-checkbox-button.is-checked {
  background: #3c63ff;
  color: #fff;
  border-radius: 3px;
}
.filter .hasPadTop .el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: white;
}

.filter .el-form-item__content .el-checkbox-button .xxList .el-checkbox-button {
  height: auto;
}
.filter
  .el-form-item__content
  .is-checked
  .el-checkbox-button__inner
  .sbTypeTitle {
  color: #856647;
  /* 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-group {
  display: flex;
  align-items: center;
  margin-top: 9px;
  font-size: 14px;
}
.filter .el-form-item__content .el-radio-group .el-input {
  width: 120px;
  height: 30px;
  margin: 0 10px;
}
.filter .el-form-item__content .el-radio-group .el-button {
  width: 52px;
  height: 30px;
  padding: 0;
  background-color: #dfedff;
  border: none;
  margin-left: 9px;
  box-sizing: border-box;
}
.filter .el-form-item__content .el-radio-group .el-button span {
  color: #3c63ff;
}
.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: 30px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  text-align: center;
  box-sizing: border-box;
}

.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;
  border-radius: 3px;
  border: 1px solid #c2c2c2;
  font-weight: 400;
  font-size: 14px;
  box-sizing: border-box;
  width: 600px;
}

.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: #856647;
}

.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;
}

.search .filter-search {
  margin-top: 24px;
  background: url("../images/trademark/sbzr-pic1.png") no-repeat;
  background-size: 100% 100%;
  height: 110px;
  padding: 30px 120px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.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:last-child .el-form-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}

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

.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: 70px;
  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: none;
  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;
}
.list_conatiner {
  width: 1600px;
  margin: auto;
}
.check_all {
  display: flex;
  justify-content: right;
  margin-bottom: 15px;
}
.check_all .el-checkbox__input.is-checked .el-checkbox__inner,
.list .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #785f22;
  border-color: #785f22;
}
.check_all .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #785f22;
}
.item .el-checkbox__inner::after {
  height: 10px;
  left: 6px;
}
.check_all .el-checkbox {
  width: 80px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
}

/* 商标 */
.list_box {
  margin-top: 20px;
}
.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px auto 0 !important;
}
.el-checkbox-group {
  display: flex;
  flex-wrap: wrap;
}
.list .item {
  width: 250px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.item .check_box {
  display: flex;
  justify-content: right;
  margin-bottom: 5px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 10px;
}
.item .el-checkbox {
  text-align: right;
  width: 100%;
}
.item .el-checkbox__label {
  display: none;
}
.item .el-checkbox__inner {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list .item:nth-of-type(6n) {
  margin-right: 0;
}
.list .item .img {
  width: 250px;
  height: 200px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list .item .img img {
  max-width: 155px;
  max-height: 80%;
}
.item .item_name {
  color: #333333;
  font-size: 16px;
  margin-top: 4px;
  padding-left: 20px;
  box-sizing: border-box;
}
.item .list-adesc {
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 8px;
}
.item .list-adesc span {
  padding: 5px;
  background-color: #fff4dd;
  font-size: 12px;
  color: #785f22;
  border-radius: 3px;
}
.item .item_adesc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-top: 4px;
  padding-left: 20px;
  box-sizing: border-box;
}
.item .item_adesc span,
.item .item_adesc div {
  color: #666;
}
.item .item_adesc div {
  color: #333;
  margin: 0 3px;
}
.item .item_price_box {
  margin-top: 4px;
  font-size: 12px;
  color: #dc3b35;
  padding-left: 20px;
}
.item .item_price_box span {
  font-size: 20px;
  color: #dc3b35;
  font-weight: 600;
}
.more {
  display: block;
  width: 1600px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 50px;
  color: #333;
  font-size: 18px;
  background-color: #fff;
  cursor: pointer;
}
.kong {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.ct_box {
  width: 1600px;
  margin: 20px auto 0;
}
.ct_box .ct_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ct_list .item {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 250px;
  height: 250px;
  background-color: #fff;
  border-radius: 10px;
}
.ct_list .item .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ct_list .item img {
  max-width: 80%;
  max-height: 80%;
}
.ct_list .item:nth-of-type(6n) {
  margin-right: 0;
}
.kong p {
  font-family: 18px;
  color: #999;
  margin-top: 30px;
}
.fixed_tools {
  position: fixed;
  right: 65px;
  background: linear-gradient(0deg, #ff4949 0%, #f02323 99%);
  box-shadow: 0px 1px 8px 0px rgba(34, 32, 32, 0.1);
  border-radius: 5px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  padding: 1px;
}
.fixed_tools .selection_nums {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px;
  cursor: pointer;
  color: #fff;
}
.fixed_tools .selection_nums p {
  color: #fff;
}
.fixed_tools .selection_nums span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.fixed_tools .tools_list {
  background: linear-gradient(0deg, #ffffff 0%, #ffe9e9 99%);
  border-radius: 5px;
  border: 1px solid;
  border-image: linear-gradient(0deg, #ff2e57, #fe2c3f) 10 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 0 10px;
  cursor: pointer;
  color: #f12727;
  font-size: 12px;
}
.fixed_tools .tools_list .check_img {
  color: #f12727;
  text-align: center;
}
.fixed_tools .check_img i {
  background: url(/static/default/images/trademark/nine.png) no-repeat;
  width: 48px;
  height: 36px;
  display: block;
  margin: auto;
}
.fixed_tools .one_clear {
  margin-top: 15px;
  color: #f12727;
}
.fixed_tools .one_clear i {
  background: url(/static/default/images/trademark/clear.png) no-repeat;
  width: 48px;
  height: 36px;
  display: block;
  margin: auto;
}
@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: 500px) {
  #trademark .el-main {
    min-width: 100%;
    padding: 15px;
    background-size: 100% 130px;
  }
  .search_box {
    width: 100%;
  }
  .filter .el-form-item .el-form-item__label {
    width: 80px !important;
    font-size: 13px;
  }
  .filter .el-form-item.sbType .el-form-item__content,
  .filter .el-form-item .el-form-item__content {
    margin-left: 80px !important;
    padding: 10px;
  }
  .filter .el-checkbox-group {
    width: 80%;
  }
  .filter .el-form-item__content .el-checkbox-button {
    width: 80px;
    padding: 0 5px;
  }
  .filter .el-form-item.xx_box .el-form-item__content .el-input {
    width: 90%;
  }
  .filter .el-form-item__content .el-input__inner {
    width: 100%;
  }
  .filter .el-form-item.xx_box .el-form-item__content .filter_sub {
    left: 81%;
  }
  .list {
    width: 100%;
  }
  .list .item {
    width: 32%;
    height: auto;
    margin-right: 2%;
    padding: 10px;
    margin-bottom: 10px;
  }
  .list .item .img {
    width: 100%;
    height: auto;
  }
  .list .item .img img {
    max-width: 80%;
    max-height: 80%;
  }
  .list .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .item .item_name {
    font-size: 16px;
    text-align: center;
    padding-left: 0;
  }
  .item .item_adesc {
    flex-direction: column;
    font-size: 12px;
    text-align: center;
    padding-left: 0;
  }
  .item .item_adesc font {
    display: none;
  }
  .item .item_price_box {
    text-align: center;
    padding-left: 0;
  }
  .item .item_price_box span {
    font-size: 16px;
  }
  .more {
    width: 100%;
    line-height: 32px;
    font-size: 14px;
  }
}
