.compare-page .search-wrap {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.compare-page .table-wrap {
  margin: 0px auto 24px;
}
.compare-page .table-wrap .table-box {
  width: 100%;
  border: 0;
  border-spacing: 0px;
  box-sizing: border-box;
  /* border: 1px solid #f3f3f3; */
}
.compare-page .table-wrap .table-box { 
  border-top:1px solid #f3f3f3;
  border-left:1px solid #f3f3f3;
}
.compare-page .table-wrap .table-box td,
.compare-page .table-wrap .table-box th{ 
  border-right:1px solid #f3f3f3;
  border-bottom:1px solid #f3f3f3;
}
.table-box tr {
  box-sizing: border-box;
  width: 100%;
  /* height: 50px; */
  height: 50px;
}
.table-box tr.arrangement {
  height: 74px;
  line-height: 24px;
}
.table-box tr td {
  width: 250px;
  box-sizing: border-box;
  /* padding: 0 10px; */
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
.table-box tr td:nth-child(1) {
  box-sizing: border-box;
  padding-left: 16px;
  width: 170px;
  text-align: left;
  background-color: #f8f8f8;
}
.table-box tr:hover td {
  background-color: #fbfbfb;
}
.table-box tr.name:hover td {
  background-color: #ffffff;
}
.table-box tr:hover td:first-child {
  background-color: rgba(246, 249, 255, 1);
}
.table-box tr.title td {
  background-color: #ffffff !important;
}
.table-box .title td:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  color: #e63131;
  background-color: #ffffff;
  height:50px;
}
.table-box .th-name {
  padding-left: 16px;
  height: 50px;
  text-align: left;
}
.table-box .th-name h2 {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}
.table-box .name td {
  height: 150px;
  position: relative;
}
.table-box .name td .table-x {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.table-box .name td .img {
  width: 86px;
  height: 86px;
  margin-bottom: 10px;
}
.table-box .name td div {
  font-size: 14px;
  color: #222222;
}
.table-box tr td.no-have .no-img {
  width:86px;
  margin-bottom: 10px;
}
.table-box tr td.no-have .no-info {
  font-size: 14px;
  color: #a6a9b8;
}
.table-box tr td.no-have .add-btn {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  color: #e63131;
  background: #ffffff;
  border: 1px solid #e63131;
  cursor: pointer;
}
.table-box tr td.no-have .add-btn:hover {
  color: #ffffff;
  background-color: #e63131;
  border: 1px solid #e63131;
}
.table-box tr td.no-have .add-btn.hide {
  display: none;
}
.table-box tr td.no-have .add-search {
  display: none;
}
.table-box tr td.no-have .add-search.active {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  width: 192px;
  height: 32px;
  line-height: 30px;
  background: #ffffff;
  border: 1px solid #e63131;
  background-color: transparent;
  position: relative;
}
.table-box tr td.no-have .add-search .add-search-input {
  box-sizing: border-box;
  padding-left: 12px;
  margin-left: -25px;
  width: 165px;
  height: 100%;
  font-size: 14px;
  color: #222222;
}
.table-box tr td.no-have .add-search .add-search-input::placeholder {
  color: #aaaaaa;
}
.table-box tr td.no-have .add-search .add-search-img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
  cursor: pointer;
}
.table-box tr td.no-have .add-search ul {
  width: 192px;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  top: 32px;
  left: -1px;
  z-index: 999999;
}
.table-box tr td.no-have .add-search ul.on {
  height: 212px;
  overflow-y: scroll;
  padding: 3px 0;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.table-box tr td.no-have .add-search ul li {
  box-sizing: border-box;
  width: 100%;
  /* padding: 12px; */
  padding-left: 12px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  /* color: #a6a9b8; */
  color: #888888;
  cursor: pointer;
}
.table-box tr td.no-have .add-search ul li:hover {
  color: #128bed;
}
.table-box tr td.no-have .add-search ul li em {
  font-style: normal;
}
.table-box .tag td .tag-item {
  display: inline-block;
  padding: 3px 8px 4px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
}
.table-box .tag td .tag-item:last-child {
  margin-right: 0;
}
.table-box .tag td .tag-item.tag-item1 {
  color: #09c59c;
  border: 1px solid #c6f1e7;
  background-color: rgba(229, 248, 244, 1);
}
.table-box .tag td .tag-item.tag-item2 {
  color: #0673fc;
  border: 1px solid #b2d4ff;
  background-color: rgba(232, 241, 255, 1);
}
.table-box .tag td .tag-item.tag-item3 {
  color: #ffb625;
  border: 1px solid #ffebc8;
  background-color: rgba(255, 248, 235, 1);
}
.table-box .score .score-text {
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 400;
  color: #f5573e;
}
.table-box .score-star {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  padding-bottom: 2px;
}
.table-box .score-star img {
  margin-right: 6px;
}
.table-box .score-star img:last-child {
  margin-right: 0;
}

.common-open-yb{
  font-size: 14px;
  font-family: pingfang sc-regular, pingfang sc;
  font-weight: 400;
  color: #0072e2 !important;
  cursor: pointer;
}

.out-zs-box{
  position:fixed;
  width:100vw;
  height:100vh;
  left:0;
  top:0;
  z-index: 9999;
  background:rgba(0,0,0,.6);
  display:flex;
  align-items:center;
  justify-content:center;
}

.out-zs-box-main{
  width: 937px;
  height: 663px;
  background: #000000;
}