@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  list-style: none;
  text-decoration: none !important;
  scroll-behavior: smooth;
}

body {
  background-color: #fbfbfb;
}

#searchResult .top-banner > img {
  width: 100%;
  display: block;
}

#searchResult .cTitle {
  font-size: 24px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin: 36px 0;
}

#searchResult .cTitle > p {
  margin-top: 5px;
  font-size: 14px;
  color: #0099ad;
  line-height: 10px;
  text-transform: uppercase;
}

#searchResult .cTitleM2 {
  margin-top: 110px;
  margin-bottom: 40px;
}

#searchResult .marT110 {
  margin-top: 110px !important;
}

#searchResult .marB40 {
  margin-bottom: 40px !important;
}

#searchResult .processImg {
  width: 1222px;
  height: 261px;
  margin: 0 auto;
}

#searchResult .questionA {
  margin-top: 50px;
  width: 1200px;
  background: #f7fafe;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 100px !important;
}

#searchResult .questionA .qandA {
  background: #f7fafe;
  border-radius: 10px;
  font-size: 20px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #0099ad;
  line-height: 28px;
  margin-bottom: 20px;
}

#searchResult .questionA .qandA:nth-last-of-type(1) {
  margin-bottom: 0px;
}

#searchResult .questionA .qandA .answer {
  margin-top: 12px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

#searchResult .processImg > img {
  display: block;
  width: 1222px;
  height: 261px;
}

#searchResult .atag {
  height: 48px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  line-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  margin-right: 11px;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}

#searchResult .tags .active {
  background: #f2f9ff;
  color: #0099ad;
  border: 1px solid #0099ad;
}

#searchResult .atag > img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

#searchResult {
  font-family: Source Han sans-serif;
}

#searchResult .marT20 {
  margin-top: 20px;
}

#searchResult .marT24 {
  margin-top: 24px;
}

#searchResult .marT28 {
  margin-top: 28px;
}

#searchResult .marT30 {
  margin-top: 30px;
}

#searchResult .height0 {
  height: 60px;
}

#searchResult .height1 {
  max-height: 562px;
  overflow: hidden;
}

#searchResult .height2 {
  max-height: 460px;
  overflow: hidden;
}

#searchResult .height3 {
  max-height: 796px;
  overflow: hidden;
}

#searchResult .height4 {
  max-height: 680px;
  overflow: hidden;
}

#searchResult .centerSpace {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#searchResult .centerWrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#searchResult .centerWrap2 {
  width: 1260px;
  margin: 0 auto;
}

#searchResult .centerWrap3 {
  width: 1200px;
  margin: 0 auto;
}

#searchResult .flexCenter {
  display: flex;
  justify-content: center;
}

#searchResult .topOptionBox .release {
  width: 96px;
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-radius: 24px;
  z-index: 10;
}

#searchResult .topOptionBox .release:hover {
  background: #f7f7f7;
}

#searchResult .topOptionBox .release::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/home8.png) no-repeat;
  background-size: 100%;
  margin-left: 4px;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#searchResult .topOptionBox .release:hover::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#searchResult .topOptionBox .release .outBox {
  position: absolute;
  top: 31px;
  width: 136px;
  height: 0px;
  border-radius: 8px;
  transition: all 0.2s ease;
  overflow: hidden;
}

#searchResult .topOptionBox .release:hover .outBox {
  height: 180px;
}

#searchResult .topOptionBox .release .outBox .selectBox {
  padding-top: 4px;
  width: 136px;
  height: 176px;
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 8px;
}

#searchResult .topOptionBox .release .outBox .selectBox {
  padding-top: 4px;
  width: 136px;
  height: 176px;
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 8px;
}

#searchResult .topOptionBox .release .outBox .selectBox p {
  width: 120px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  color: #333333;
  padding: 10px;
}

#searchResult .topOptionBox .release .outBox .selectBox p:hover {
  background: #f7f7f7;
}

#searchResult .topOptionBox .release .outBox .selectBox .hot2::after {
  display: inline-block;
  content: "";
  width: 33px;
  height: 14px;
  background: url(../img/home-title-hot.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
}

#searchResult .topOptionBox .release .outBox .selectBox .new2::after {
  display: inline-block;
  content: "";
  width: 33px;
  height: 14px;
  background: url(../img/home-title-new.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
}

#searchResult .topHead {
  margin-top: 24px;
  height: 48px;
  background: #ffffff;
  border-radius: 4px;
  padding-right: 16px;
}

#searchResult .topHead .title {
  font-size: 16px;
  font-family: Source Han Sans;
  font-weight: 600;
  line-height: 22px;
  color: #333333;
  display: flex;
  align-items: center;
}

#searchResult .topHead .title::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 24px;
  background: #0099ad;
  border-radius: 4px;
  margin-right: 14px;
}

#searchResult .topHead .title > span {
  color: #0099ad;
}

#searchResult .topHead .more {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#searchResult .topHead .clickBtn::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#searchResult .topHead .more:hover {
  color: #0099ad;
}

#searchResult .topHead .more::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/home9.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
}

#searchResult .topHead .more:hover::after {
  background: url(../img/home14.png) no-repeat;
  background-size: 100% 100%;
}

#searchResult .centerWrap .cardS1 .label {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 124px;
  height: 32px;
  background: linear-gradient(90deg, #ff60ca 0%, #2d6cff 100%);
  border-radius: 0px 20px 20px 0px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 14px 5px 10px;
}

#searchResult .centerWrap .cardS1 .label span:nth-of-type(1) {
  width: 6px;
  height: 14px;
  background: #ffffff;
  opacity: 0.3;
  padding: 9px 0;
}

#searchResult .centerWrap .cardS1 .label span:nth-of-type(2) {
  width: 64px;
  height: 22px;
  font-size: 16px;
  font-family: Source Han sans-serif;
  font-weight: 800;
  line-height: 22px;
  color: #ffffff;
}

#searchResult .centerWrap .cardS1 .label span:nth-of-type(3) {
  width: 14px;
  height: 14px;
  background-color: transparent;
}

#searchResult .centerWrap .cardS1 .label img {
  display: block;
  width: 14px;
  height: 14px;
}

#searchResult .centerWrap .cardS1 {
  width: 232px;
  /* height: 260px; */
  background: #ffffff;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 14px 14px 19px 14px;
  padding-top: 50px;
  position: relative;
  border: 1px solid transparent;
}

#searchResult .centerWrap .cardS1 .shield-info {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding: 6px;
  background: linear-gradient(260deg, #443d37 0%, #231f1c 100%);
  border-radius: 4px 4px 4px 4px;
}

#searchResult .centerWrap .cardS1 .shield-info .shield-img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}

#searchResult .centerWrap .cardS1 .shield-info .shield-txt {
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: 700;
  font-size: 12px;
  color: #dbab86;
}

#searchResult .centerWrap .cardS1:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px 0);
}

#searchResult .centerWrap .cardS1:nth-of-type(5n) {
  margin-right: 0px;
}

#searchResult .centerWrap .cardS1 > img {
  display: block;
  /* width: 160px; */
  height: 128px;
  margin: 0 auto;
  border-radius: 4px;
}

#searchResult .centerWrap .cardS1 > .name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  width: 204px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 
#searchResult .centerWrap .cardS1>.orderInfo {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    color: #AAAAAA;
    text-align: center;
}

#searchResult .centerWrap .cardS1:hover>.orderInfo {
    display: none;
}

#searchResult .centerWrap .cardS1>.orderInfo>P:nth-of-type(2) {
    margin-top: 5px;
}

#searchResult .centerWrap .cardS1>.nowBtn {
    width: 100px;
    height: 36px;
    background: #0099AD;
    border-radius: 4px;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    display: none;
    margin: 10px auto 0 auto;
}

#searchResult .centerWrap .cardS1:hover>.nowBtn {
    display: block;
} */

#searchResult .centerWrap .cardS1 > .line-infos {
  display: flex;
  margin-top: 10px;
}

#searchResult .centerWrap .cardS1 > .line-infos .item-line {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
}

#searchResult .centerWrap .cardS1 > .line-infos .item-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 20px;
  background-color: #d8d8d8;
}

#searchResult .centerWrap .cardS1 > .line-infos .item-line:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: 20px;
  background-color: transparent;
}

#searchResult .centerWrap .cardS1 > .line-infos .item-line:last-child {
  border: none;
}

#searchResult .centerWrap .cardS1 > .line-infos .item-line .item-line-lab {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 350;
  font-size: 12px;
  color: #999999;
}

#searchResult .centerWrap .cardS1 > .line-infos .item-line .item-line-val {
  margin-top: 8px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 600;
  font-size: 12px;
  color: #0099ad;
}

#searchResult .centerWrap .cardS1 > .line-infos-btn {
  width: 120px;
  height: 32px;
  margin: 0 auto;
  margin-top: 15px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  text-align: center;
  line-height: 32px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #333333;
}

#searchResult .centerWrap .cardS1:hover > .line-infos-btn {
  color: #fff;
  background: linear-gradient(to right, #6dcac4 0%, #0099ad 100%);
  border: none;
}

#searchResult .centerWrap .cardS1 > .hot {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#searchResult .moreBtn {
  width: 82px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  font-family: Source Han Sans;
  font-weight: 600;
  line-height: 40px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 30px auto;
  cursor: pointer;
}

#searchResult .moreStyle1 {
  margin: 10px auto 30px auto;
}

#searchResult .moreBtn::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/home8.png) no-repeat;
  background-size: 100%;
  margin-left: 4px;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#searchResult .clickBtn::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#searchResult .centerWrap .cardS2 {
  width: 232px;
  height: 210px;
  background: #ffffff;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 20px;
  position: relative;
}

#searchResult .centerWrap .cardS2:nth-of-type(5n) {
  margin-right: 0px;
}

#searchResult .centerWrap .cardS2 > img {
  display: block;
  width: 232px;
  height: 130px;
  border-radius: 4px;
  border: none;
}

#searchResult .centerWrap .cardS2 > p {
  margin-top: 14px;
  padding: 0 10px;
  font-size: 14px;
  font-family: Source Han Sans;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#searchResult .centerWrap .cardS2:hover > .mask {
  width: 232px;
  height: 210px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #0099ad;
}

#searchResult .centerWrap .cardS2 > .nameType {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 16px;
}

#searchResult .centerWrap .cardS2 > .nameType > p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

#searchResult .centerWrap .cardS2 > .nameType > p:nth-of-type(1)::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/liveName.png) no-repeat;
  background-size: 100%;
  margin-right: 4px;
}

#searchResult .centerWrap .cardS2 > .nameType > p:nth-of-type(2)::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/liveFree.png) no-repeat;
  background-size: 100%;
  margin-right: 4px;
}

#searchResult .noSearch {
  margin-top: 20px;
}

#searchResult .noSearch > img {
  display: block;
  width: 468px;
  height: auto;
  margin: 0 auto;
}

#searchResult .noSearch > p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}

#searchResult .orderList {
  margin-top: -10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

#searchResult .orderList .card1 {
  margin-top: 30px;
  margin-right: 10px;
  width: 232px;
  height: 307px;
  background: #ffffff;
  box-shadow: 2px 2px 10px 1px rgba(6, 81, 229, 0.06);
  border-radius: 10px;
  cursor: pointer;
}

#searchResult .orderList .card1:hover {
  box-shadow: 4px 4px 10px 1px rgba(6, 81, 229, 0.2);
}

#searchResult .orderList .card1:nth-of-type(5n) {
  margin-right: 0px;
}

#searchResult .orderList .card1 > img {
  width: 232px;
  height: 174px;
  border-radius: 4px;
}

#searchResult .orderList .card1 > img {
  width: 232px;
  height: 174px;
  border-radius: 10px;
}

#searchResult .orderList .card1 > .text {
  padding: 0px 10px;
  font-size: 14px;
  font-family: Source Han Sans;
  font-weight: 600;
  color: #333333;
  height: 44px;
  line-height: 22px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#searchResult .orderList .card1 > .tagBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 10px;
}

#searchResult .orderList .card1 > .tagBox > p {
  font-size: 12px;
  color: #888888;
  line-height: 17px;
  margin-left: 2px;
  text-decoration: line-through !important;
}

#searchResult .orderList .card1 .tagBox .tag {
  background: #fff1ec;
  border-radius: 12px;
  padding: 2px 11px 2px 4px;
  font-size: 18px;
  line-height: 20px;
  color: #fe784a;
  display: flex;
  justify-content: center;
  align-items: center;
}

#searchResult .orderList .card1 .tagBox .tag::before {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  display: inline-block;
  content: "";
  background: url(/static/v2/img/money3.png) no-repeat;
  background-size: 100% 100%;
}

#searchResult .orderList .card1 .salesNum {
  display: flex;
  justify-content: flex-end;
  margin: 10px;
  padding-top: 10px;
  border-top: 1px dashed #eeeeee;
}

#searchResult .orderList .card1 .salesNum .volume {
  font-size: 10px;
  color: #888888;
  line-height: 14px;
}

#searchResult .centerBox {
  width: 1200px;
  margin: 0 auto;
}

#searchResult .padT60 {
  padding-top: 60px !important;
}

#searchResult .padB70 {
  padding-bottom: 70px !important;
}

#searchResult .bgcF7 {
  width: 100%;
  background-color: #fbfbfb;
}

#searchResult .information .topOption {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #dddddd;
}

#searchResult .information .topOption .option {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

#searchResult .information .topOption .option li {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  margin-right: 47px;
  cursor: pointer;
  font-family: Source Han Sans;
  font-weight: 600;
}

#searchResult .information .topOption .option .active {
  color: #0099ad;
  position: relative;
}

#searchResult .information .topOption .option .active::after {
  display: block;
  content: "";
  width: 64px;
  height: 4px;
  background: #0099ad;
  border-radius: 2px;
  position: absolute;
  bottom: -1px;
}

#searchResult .information .topOption .more > a {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: flex;
  align-items: center;
  padding: 17px 0;
}

#searchResult .information .topOption .more:hover > a {
  color: #0099ad;
}

#searchResult .information .topOption .more > a::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../img/right1.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 4px;
}

#searchResult .information .topOption .more:hover > a::after {
  background: url("../../img/home14.png") no-repeat;
  background-size: 100% 100%;
}

#searchResult .information .bigCard {
  margin-top: 30px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}

#searchResult .information .bigCard .listBox {
  width: 552px;
  height: 330px;
  border-radius: 8px;
}

#searchResult .information .bigCard .imgBox {
  width: 600px;
  height: 330px;
  border-radius: 8px;
}

#searchResult .information .bigCard .imgBox > img {
  width: 600px;
  height: 330px;
  border-radius: 8px;
}

#searchResult .information .bigCard .listBox .list {
  width: 552px;
  background: #ffffff;
  border-radius: 8px;
  padding: 14px;
  position: relative;
  display: block;
}

#searchResult .information .bigCard .listBox .list > p:nth-child(1) {
  width: 520px;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#searchResult .information .bigCard .listBox .list:hover > p:nth-child(1) {
  color: #333333;
}

#searchResult .information .bigCard .listBox .active::before {
  display: inline-block;
  content: "";
  width: 9px;
  height: 12px;
  background: url("../../img/triangle1.png?v1.1");
  background-size: 100% 100%;
  position: absolute;
  top: 19px;
  left: -4px;
}

#searchResult .information .bigCard .listBox .list .praise {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

#searchResult .information .bigCard .listBox .active .praise {
  display: flex;
}

#searchResult .information .bigCard .listBox .active {
  background-color: #f7f7f7;
}

#searchResult .information .bigCard .listBox .list .praise .nocheck {
  width: 14px;
  height: 14px;
  background: url("../../img/forward1.png");
  background-size: 100% 100%;
  cursor: pointer;
}

#searchResult .information .bigCard .listBox .list .praise .check {
  width: 14px;
  height: 14px;
  background: url("../../img/forward2.png");
  background-size: 100% 100%;
  cursor: pointer;
}

#searchResult .information .bigCard .listBox .list .praise .time {
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

#searchResult .information .bigCard {
  margin-top: 30px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}

#searchResult .information .bigCard .listBox {
  width: 552px;
  height: 330px;
  border-radius: 8px;
}

#searchResult .information .bigCard .imgBox {
  width: 600px;
  height: 330px;
  border-radius: 8px;
}

#searchResult .information .bigCard .imgBox > img {
  width: 600px;
  height: 330px;
  border-radius: 8px;
}

#searchResult .information .bigCard .listBox .list {
  width: 552px;
  background: #ffffff;
  border-radius: 8px;
  padding: 14px;
  position: relative;
  display: block;
}

#searchResult .information .bigCard .listBox .list > p:nth-child(1) {
  width: 520px;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#searchResult .information .bigCard .listBox .list:hover > p:nth-child(1) {
  color: #333333;
}

/* #searchResult  .information .bigCard .listBox .list:hover {
 background: #f7f7f7;
} */

#searchResult .information .bigCard .listBox .active::before {
  display: inline-block;
  content: "";
  width: 9px;
  height: 12px;
  background: url("../../img/triangle1.png?v1.1");
  background-size: 100% 100%;
  position: absolute;
  top: 19px;
  left: -4px;
}

#searchResult .information .bigCard .listBox .list .praise {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

/* #searchResult  .information .bigCard .listBox .list:hover .praise {
 display: flex;
} */

#searchResult .information .bigCard .listBox .active .praise {
  display: flex;
}

#searchResult .information .bigCard .listBox .active {
  background-color: #f7f7f7;
}

#searchResult .information .bigCard .listBox .list .praise .nocheck {
  width: 14px;
  height: 14px;
  background: url("../../img/forward1.png");
  background-size: 100% 100%;
  cursor: pointer;
}

#searchResult .information .bigCard .listBox .list .praise .check {
  width: 14px;
  height: 14px;
  background: url("../../img/forward2.png");
  background-size: 100% 100%;
  cursor: pointer;
}

#searchResult .information .bigCard .listBox .list .praise .time {
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  color: #999999;
}

#searchResult .hideBox {
  display: none !important;
}
