#details .el-main {
  padding: 0 0 30px;
  background: url(/static/yellow/images/trademark/bgc1.png?20250627) no-repeat;
  background-size: 100% auto;
  background-color: #f3f5f7;
  font-family: "albbpht";
  min-width: 1600px;
}
#header .menu-main,
#header .header_right .ct_btn {
  display: none;
}

/* 面包屑 */
.breadcrumb {
  height: 15px;
}

.el-row .el-breadcrumb {
  font-size: 16px;
  line-height: 16px;
  margin-top: 12px;
}

.el-row .el-breadcrumb span,
.breadcrumb .el-breadcrumb .el-breadcrumb__inner,
.el-row .el-breadcrumb a {
  color: #333333;
}
.el-row .el-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner {
  color: #a4a6ad;
}

/* 详细信息 */
.trademark-base {
  border-radius: 20px;
  margin-top: 26px;
  overflow: hidden;
}

.trademark-base .el-col-8 {
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  float: none;
}

.trademark-base .el-col-8 i {
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 1;
  cursor: pointer;
}

.trademark-base .el-col-8 i:before {
  font-size: 22px;
}

.trademark-base .el-col-8 i.el-icon-star-on:before {
  color: #ff4b21;
}

.trademark-base .el-col-8 i.el-icon-star-off:before {
  color: #999;
}

.trademark-base .el-col-8 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.trademark-base .el-col-16 {
  padding: 20px;
  height: 458px;
}
.trademark-base .trademark-right {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}
.msg_box {
  background: linear-gradient(0deg, #ffffff 84%, #ffffff 100%);
  background-color: #fff;
  padding: 22px;
  border-radius: 10px;
}
.msg_box .msg_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.msg_top .title {
  font-size: 30px;
  color: #333;
}
.msg_top .price {
  font-size: 20px;
  color: #ff4b21;
}
.msg_box p {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}
.msg_box .el-form {
  margin-top: 18px;
}
.trademark-base .msg_box .el-form .el-form-item {
  height: 25px;
  line-height: 25px;
  margin-bottom: 0;
}
.trademark-base .msg_box .el-form .el-form-item__label {
  line-height: 25px;
}
.tm_box {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.trademark-base .el-form .el-form-item__content,
.trademark-base .el-form .el-form-item__content span {
  font-weight: 400;
  font-size: 14px;
  color: #4f5764;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-tooltip__popper.is-light {
  background: #fff;
  width: 700px;
  font-size: 16px;
  color: #4f5764;
  line-height: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 29px 0px rgba(192, 201, 216, 0.48);
  border: none;
}

.el-tooltip__popper.is-light .popper__arrow {
  border-bottom-color: #303133;
  border: none;
}

.trademark-base .other .el-form-item__content span:first-child {
  background: #e5f5ff;
  border-radius: 3px;
  border: 1px solid #2c9fff;
  font-weight: 400;
  font-size: 16px;
  color: #2c9efe;
  padding: 5px 13px;
  margin-right: 12px;
}

.trademark-base .other .el-form-item__content span:last-child {
  font-weight: 400;
  font-size: 16px;
  color: #ff592d;
  padding: 5px 11px;
  margin-right: 12px;
  background: #ffe9db;
  border-radius: 3px;
  border: 1px solid #ff7506;
}
.trademark-right .ljgm_btn {
  margin-top: 37px;
  width: 240px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff944d 0%, #ff802b 100%);
  color: #fff;
  border: none;
  font-size: 14px;
}
.trademark-right .ljgm_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trademark-right .ljgm_btn span,
.trademark-right .ljgm_btn i {
  color: #fff;
}
.trademark-right .ljgm_btn i {
  font-size: 20px;
  margin-right: 7px;
}
/* 提示 */
.trademark-tips {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 20px;
}
.synonym_bigbox {
  display: flex;
  align-items: flex-start;
}
.synonym_bigbox .synonym {
  width: 70px;
}
.synonym_bigbox .synonym span {
  font-size: 16px;
  color: #9a7a3f;
}
.synonym_bigbox .synonym_box {
  margin-left: 10px;
  width: calc(100% - 80px);
}
.synonym_bigbox .synonym_box .el-radio-button {
  margin-right: 10px;
  margin-bottom: 10px;
}
.synonym_box .el-radio-button__inner {
  padding: 8px 20px 8px 20px;
  color: #333333;
  border: 1px solid #dfe3e5;
  font-size: 14px;
}
.synonym_box .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: #ffda96;
  border-color: #ffda96;
  box-shadow: none;
  border-radius: 5px;
  color: #6f5a2c;
}
.xx_box {
  padding-left: 80px;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-family: Alibaba PuHuiTi;
}
@media all and (max-width: 500px) {
  #details .el-main {
    min-width: 100%;
  }
  .w1200 {
    width: 100% !important;
  }
  .trademark-base {
    padding: 10px;
  }
  .trademark-base .el-col-8 {
    width: 100%;
    margin-bottom: 20px;
  }
  .trademark-base .trademark-right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .trademark-base .el-form .el-form-item__content,
  .trademark-base .el-form .el-form-item__content span {
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
  }
  .msg_box {
    padding: 15px;
  }
  .msg_box p {
    margin-top: 10px;
  }
  .tm_box {
    margin-top: 10px;
    padding: 15px;
  }
}
