.comItem {
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  margin-top: 20px;
}
.comItem h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.comItem h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  padding-left: 4px;
  border-left: 4px solid #ff8b0d;
  margin-bottom: 20px;
}
.searchItem {
  margin-top: 20px;
}
.searchItem .title {
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
  height: 43px;
  box-sizing: border-box;
}
.searchItem .title h3 {
  border-top: 2px solid #ff8b0d;
  background-color: #fff;
  color: #ff8b0d;
  font-weight: 500;
  border-right: 1px solid #f0f0f0;
  display: inline-block;
  padding: 0px 30px;
  font-size: 14px;
  font-weight: 500;
  height: 42px;
  line-height: 40px;
  box-sizing: border-box;
}

.searchItem .searchComItem {
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-top: none;
}
.searchItem .searchComItem .line {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0;
}

.line-stack-box {
  position: relative;
}
.line-stack-item {
  margin-top: 40px;
}
.line-stack-item .line-stack-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.line-stack-item .line-stack-box {
  height: 352px;
  width: 636px;
}
.line-stack-item .amplitude {
  margin: 0;
  justify-content: center;
}
.line-stack-item .amplitude span {
  max-width: 116px;
  width: auto;
}
.line-stack-item .s_table table th,
.line-stack-item .s_table table td {
  text-align: center;
  padding: 8px 6px;
}
.line-stack-item .s_table table th:first-child {
  padding-left: 12px;
}
.line-stack-item .s_table table th:last-child {
  text-align: center;
}
.line-stack-item .s_table table td:first-child {
  padding-left: 12px;
}
.line-stack-item .s_table table td:last-child {
  padding-right: 12px;
}
.line-stack-item .s_table table td:first-child,
.line-stack-item .s_table table td:nth-child(3) {
  width: 60px;
}
.line-stack-item .s_table table td:nth-child(2) {
  width: 200px;
}
.line-stack-item .s_table table td:nth-child(4),
.line-stack-item .s_table table td:nth-child(5) {
  width: 130px;
}
.line-stack-item .s_table table {
  table-layout: fixed;
}
.line-stack-item .s_table table tbody {
  max-height: 328px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

.line-stack-item .s_table table tr:last-child {
  border-bottom: none;
}
.line-stack-item .s_table table {
  width: 655px;
}
.line-stack-item .s_table table thead,
.line-stack-item .s_table tbody tr {
  display: table;
  width: 100%;
}

.line-stack-item .s_table table thead th {
  background: #f5f5f5;
}
.line-stack-item .s_table table tbody::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

.line-stack-item .s_table table tbody::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 11px;
}

.line-stack-item .s_table table tbody::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: 11px;
}

.line-stack-item .s_table table tbody::-webkit-scrollbar-thumb:hover {
  background: rgb(162, 162, 163);
}

.line-stack {
  height: 100%;
  width: 100%;
}

.line-stack .bd {
  margin-top: 20px;
}

.statistics-tab {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
/* .statistics-tab ul li, */
.statistics-tab ul li:hover {
  background: #ff8b0d;
  color: #fff;
  border: 1px solid #ff8b0d;
}
.statistics-tab ul li.on {
  background: #ff8b0d;

  border: 1px solid #ff8b0d;
}
.statistics-tab ul li:first-child {
  border-radius: 3px 0 0 3px;
}
.statistics-tab ul li:last-child {
  border-radius: 0 3px 3px 0;
}
.statistics-tab ul li {
  float: left;
  border: 1px solid #ff8b0d;

  height: 36px;
  line-height: 34px;
  width: auto;
  cursor: pointer;
  margin-left: -1px;
  font-size: 14px;
  box-sizing: border-box;
}
.statistics-tab ul li.on a {
  color: #fff;
}
.statistics-tab ul li a {
  color: #ff8b0d;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
.statistics-tab ul li.selected a,
.statistics-tab ul li:hover a {
  color: #fff;
}

.s_table table {
  width: 100%;
  text-align: left;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
}

.s_table table th {
  padding: 12px 6px;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
  color: #666;
  background: #f5f5f5;
}
.s_table table .notes {
  text-align: center;
}

.s_table table tr {
  border-bottom: 1px solid #dddddd;
}
.s_table table tr:last-child {
  border-bottom: none;
}
.s_table table tr.th:hover {
  background: #f5f5f5;
}

.s_table table th:first-child {
  padding-left: 20px;
}
.s_table table th:last-child {
  padding-right: 20px;
  text-align: right;
}
.s_table table td {
  padding: 12px 12px 12px 6px;
  word-break: break-all;
}

.s_table table td:first-child {
  padding-left: 20px;
  position: relative;
}
.s_table table td:last-child {
  padding-right: 20px;
  text-align: right;
}

.s_table table td.operation {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
.s_table table .picture {
  width: 40px;
  height: 40px;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}
.s_table table .picture img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}
/* .s_table table .connect {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.s_table table .xintalk {
  background: url(../../images/common/xintalk.gif);
  background-size: 100% 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}
.s_table table .qq {
  background: url(../../images/common/qq.gif);
  background-size: 100% 100%;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-top: 8px;
  margin-left: 4px;
}
.s_table table .wechatpic {
  background: url(../../images/common/wx.jpg);
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin-top: 8px;
  margin-left: 6px;
  cursor: pointer;
}

.wechat-big-img-box {
  position: absolute;
  left: -100px;
  top: 25px;
  border: 0;
  margin-right: 0;
  box-shadow: 0 0 10px #888;
  z-index: 9;
}

.wechat-big-img-box img {
  max-height: 250px;
  max-width: 250px;
}
.big-img-box {
  position: absolute;
  box-shadow: 0 0 10px #888;
  z-index: 9;
}

.big-img-box img {
  width: 300px;
  max-height: 500px;
} */
.s_table table .tj {
  position: relative;
}
.s_table table .tj .price {
  display: none;
}
.s_table table .tousu {
  background: url(../../images/common/tousu.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 36px;
  height: 16px;
  margin-left: 2px;
  cursor: pointer;
  vertical-align: text-bottom;
}
.s_table table .lookPrice {
  color: #2653ff;
  cursor: pointer;
}
.s_table table .qqAsk {
  width: 60px;
  height: 24px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ff8b0d;
  color: #ff8b0d;
  display: inline-block;
  line-height: 24px;
  text-align: center;
}
.s_table table .qqAsk:hover {
  background: #ff8b0d;
  color: #ffffff;
}
.rankList {
  display: flex;
  flex-wrap: wrap;
}
/* 热搜榜 */
.slideBanner {
  width: 685px;
  height: 418px;
  border: 1px solid #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 20px;
  margin-top: 20px;
}
.slideBanner:nth-child(2n) {
  margin-right: 0;
}
.slideBanner .hd {
  display: flex;
}
.slideBanner .hd ul {
  display: flex;
}
.slideBanner .hd .line {
  display: inline-block;
  border-bottom: 2px solid #c9c9c9;
  flex: 1;
  color: #999999;
}
.slideBanner .hd .line .seeMore {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999999;
  line-height: 26px;
  cursor: pointer;
}
.slideBanner .hd .line .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999999;
  line-height: 26px;
  cursor: pointer;
}

.slideBanner .hd .line .seeMore,
.searchItem .searchComItem .line .seeMore {
  color: #2653ff;
}

.slideBanner .hd .line .seeMore i,
.searchItem .searchComItem .line .seeMore i {
  background: url(../../images/common/seeMore.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
}

.slideBanner .hd ul li {
  cursor: pointer;
  padding-bottom: 6px;
  margin-right: 2px;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  color: #666;
  border-bottom: 2px solid #c9c9c9;
  float: left;
  padding: 0 12px 6px;
}

.slideBanner .hd ul li.on {
  box-sizing: border-box;
  border-bottom: 2px solid #ff8b0d;
  font-weight: 600;
  color: #222;
}

.slideBanner .bd li {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.slideBanner .bd .title {
  color: #999999;
  padding: 0 0 0 28px;
  display: flex;
  align-items: center;
}
.slideBanner .bd .title span:first-child {
  width: 284px;
}
.slideBanner .bd .title span:last-child {
  width: 80px;
}

.slideBanner .bd li .rank {
  width: 16px;
  height: 20px;
  display: inline-block;
  color: #888888;
  font-weight: 600;
  margin-right: 12px;
  line-height: 20px;
  padding-left: 2px;
  box-sizing: border-box;
  flex-shrink: 0;
  text-align: center;
}
.slideBanner .bd li .rank1 {
  background: url(../../images/common/rank1.png);
  background-size: 100% 100%;
}
.slideBanner .bd li .rank2 {
  background: url(../../images/common/rank2.png);
  background-size: 100% 100%;
}
.slideBanner .bd li .rank3 {
  background: url(../../images/common/rank3.png);
  background-size: 100% 100%;
}
.slideBanner .bd li a {
  display: inline-block;
  width: 284px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
  flex-shrink: 0;
}
.slideBanner .bd li:hover a {
  color: #ff8b0d;
}
.amplitude {
  display: flex;
  align-items: center;
  margin-left: 77px;
  margin-right: 44px;
  width: 116px;
}
.amplitude span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100px;
  display: inline-block;
  text-align: left;
}
.amplitude i {
  background-size: 100% 100%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.amplitude i.rise {
  background: url(../../images/common/rise.png) no-repeat;
}
.amplitude i.decline {
  background: url(../../images/common/decline.png) no-repeat;
}
.atar_Show {
  background: url(../../images/common/fire.png);
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
}

.atar_Show p {
  background: url(../../images/common/fire_all.png);
  left: 0;
  width: 80px;
  height: 16px;
}
.priceList .bd .title {
  justify-content: space-between;
}
.priceList .bd li .amplitude {
  margin-right: 0;
  margin-left: 236px;
  width: 100px;
}
.priceList .bd li .amplitude span {
  width: 80px;
}
.priceList .bd .title span:last-child {
  width: 95px;
}

.brandList .bd ul ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 330px;
}

.brandList .bd li a {
  width: 138px;
  height: 48px;
  display: inline-block;
  border: 1px solid #dddddd;
  margin-right: 30px;
}
.brandList .bd li a img {
  width: 138px;
  height: 48px;
  object-fit: contain;
}
.brandList .bd ul ul li:nth-child(2n) {
  margin-right: 74px;
}
.brandList .bd .title span:first-child {
  width: 138px;
  margin-right: 30px;
}
.brandList .bd .title span:nth-child(2) {
  width: 80px;
  margin-right: 101px;
}
.brandList .bd .title span:nth-child(3) {
  margin-right: 133px;
}
.brandList .bd .title {
  margin-bottom: 12px;
}

.brandList .bd ul ul li {
  margin: 0 0 14px 0;
}

.brandRankList {
  width: 1390px;
  margin-right: 0;
  overflow: hidden;
}
.brandRankList .bd .title span:nth-child(even) {
  margin-right: 158px;
  word-break: keep-all;
  width: auto;
}
.brandRankList .bd .title span:nth-child(odd) {
  width: auto;
  margin-right: 136px;
}
.timeSelect {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: 40px;
}

/* 相关信息描述 */
.describe {
  padding: 20px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 20px;
}

.describe .body {
  display: flex;
  justify-content: space-between;
}
.describe .body .b_left {
  width: 220px;
  height: 220px;
  border: 1px solid #eeeeee;
}
.describe .body .b_left img {
  width: 220px;
  height: 220px;
  object-fit: contain;
}
.describe .body .b_right {
  min-height: 220px;
}

.describe .body .b_right .moreInfo {
  background: #f5f5f5;
  padding: 12px;
  width: 1110px;
  box-sizing: border-box;
}
.describe .body .b_right .moreInfo .fixedInfo {
  display: flex;
  flex-wrap: wrap;
}
.describe .body .b_right .moreInfo .moreProductAttributes {
  border-top: 1px solid #dddddd;
  margin-top: 6px;
  display: none;
  padding: 12px 0px 0;
}
.describe .body .b_right .moreInfo .moreProductAttributes ul {
  float: left;
  width: 880px;
}
.describe .body .b_right .moreInfo .moreProductAttributes ul li {
  float: left;
  display: flex;
}
.describe .body .b_right .moreInfo .moreProductAttributes ul li span {
  width: 100px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 12px;
  text-align: right;
  flex-shrink: 0;
}
.describe .body .b_right .moreInfo .moreProductAttributes dl {
  float: right;
}
.describe .body .b_right .moreInfo .more-Info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.describe .body .b_right .moreInfo .fixedInfo li span {
  width: 100px;
  display: inline-block;
  text-align: right;
  margin-right: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-shrink: 0;
}
.describe .body .b_right .moreInfo .fixedInfo li i {
  flex: 1;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.describe .body .b_right .moreInfo .fixedInfo li {
  margin-right: 20px;
  width: 410px;
  display: flex;
}
.describe .body .b_right .moreInfo .fixedInfo li:nth-child(2n) {
  margin-right: 0;
}
.describe .body .b_right .moreInfo .seeMoreInfo {
  display: flex;
  justify-content: center;
}
.describe .body .b_right .moreInfo .seeMoreInfo span {
  justify-content: center;
  color: #2653ff;
  align-items: center;
  line-height: 14px;
  cursor: pointer;
  display: flex;
  width: 88px;
}
.describe .body .b_right .moreInfo .seeMoreInfo .zk {
  background: url(../../images/common/zk_down_blue.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
.up {
  transition: all 0.15s;
  transform: rotate(180deg);
}

.describe .body .b_right ul li {
  width: 410px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 20px 8px 0;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
}
.describe .body .b_right ul li i {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.describe .body .b_right ul li:nth-child(2n) {
  margin-right: 0;
}
.describe .body .b_right ul li span {
  color: #888888;
}
.describe .body .b_right dt a {
  display: flex;
  max-width: 300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.describe .body .b_right dl {
  max-width: 200px;
  flex-shrink: 0;
}
.describe .body .b_right dt .pdf {
  background: url(../../images/common/pdf.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
  vertical-align: text-bottom;
}
.describe .body .b_right dd {
  width: 100%;
  margin: 12px 0 10px 28px;
}
.describe .body .b_right dd img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid #dddddd;
}

.describe .body .b_right .modelInfo h1 {
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}
.describe .body .b_right .modelInfo h1 span {
  font-size: 12px;
  color: #999999;
  font-weight: 400;
  margin-left: 12px;
}
.describe .body .b_right .modelInfo .data {
  margin: 12px 0;
  display: flex;
}
.describe .body .b_right .modelInfo .data > div {
  width: 555px;
  display: flex;
  align-items: center;
}
.describe .body .b_right .modelInfo .data > div:first-child b {
  font-size: 14px;
}
.describe .body .b_right .modelInfo .data > div label {
  margin-right: 12px;
  color: #999999;
}
.describe .body .b_right .modelInfo .data > div b {
  font-weight: 600;
  color: #ff8b0d;

  margin: 0 20px 0 4px;
}
.describe .body .b_right .modelInfo .data > div i {
  border-right: 1px solid #dddddd;
  margin-right: 20px;
  height: 12px;
  display: inline-block;
}
.echarts-slider-handle {
  border-radius: 40px;
}
