.no-data-msg-ctn {
  box-sizing: border-box;
  /* width: 100%; */
  height: 100%;
  font-size: 16px;
  /* position: relative; */
  color: #000;
  margin-bottom: 15px;
}
.no-data-msg-ctn .msg-box {
  box-sizing: border-box;
  display: table; /* 容器设置为表格 */
  width: 626px;
  height: 410px;
  background-image: url('../../../images/pc/common/no-data-msg.png');
  background-size: 100% 100%;
  margin: 0 auto;
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -313px\0; */
}

.no-data-msg-ctn .msg-box .msg-lfet {
  display: table-cell; /* 子元素设置为表格单元格 */
  vertical-align: middle; /* 垂直居中 */
  /* display: inline-block; */
  width: 266px;
  padding-left: 54px;
  padding-top: 80px;
  /* margin-top: 110px;
  margin-left: 54px; */
  /* vertical-align: top; */
}
.no-data-msg-ctn .msg-box .msg-right {
  display: table-cell; /* 子元素设置为表格单元格 */
  vertical-align: middle; /* 垂直居中 */
  /* display: inline-block; */
  /* margin-top: 110px;
  margin-left: 50px; */
  /* vertical-align: top; */
  padding-top: 80px;
  text-align: center;
}
.no-data-msg-ctn .msg-lfet p {
  margin-bottom: 10px;
  white-space: nowrap;
}
.no-data-msg-ctn .bset-word {
  margin-bottom: 20px;
}
.no-data-msg-ctn .bset-word .best-title {
  float: left;
  font-size: 14px;
}
.no-data-msg-ctn .bset-word .best-word-list {
  float: left;
  font-size: 14px;
  width: calc(100% - 140px);
}
.search-result-tip .best-word-item {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
}
