.one_tab {

  height: 7rem;
}

.logo {
  width: 15rem;
  height: 100%;
  text-align: center;
}

.logo img {
  height: 100%;
}

.search {
  width: calc(100% - 15rem);
  height: 38px;
  line-height: 38px;
  z-index: 99991;
}

.one_tab.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: calc(100% - 40rem);
  padding: 1rem 20rem;
  z-index: 999;
  height: 68px;
  text-align: center;
}

.search_bg {
  border-color: #023cd9;
  border: 0.3rem solid rgb(1, 47, 156);
  border-radius: 0.5rem;
  background-color: #fff;
}

.search_type {
  width: 5rem;
  height: 100%;
  position: relative;
  text-align: center;
}

.search_type .choose {
  width: 100%;
  outline: none;
  height: 38px;
  text-align: center;
}

.search_type:after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(/static/images/common/index1.png) no-repeat center;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 0px;
  top: 40%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}

.search_type .option {
  display: none;
  width: 100%;
  text-indent: 0.5rem;
  position: absolute;
  top: 38px;
  left: 0;
  /* padding: 5px 10px; */
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #023cd9;
  background-color: #fff;
  border-radius: 5px;
}

.search_type ul,
.search_type li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search_text {
  width: calc(100% - 5rem - 6rem);
}

.search_text input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: none;
  text-indent: 0.5rem;
}

.search_btn {
  width: 5rem;
  height: calc(100% - 2px);
  margin: 1px auto;
  background-color: #023cd9;
  margin-right: 1px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.search_btn button {
  color: #fff;
  font-size: 1.2rem;
  background-color: initial;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.goods_item {
  width: calc(25% - 0.7rem);
  float: left;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  border: 1px solid #F5F8FA;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
}

.goods_item:hover {
  border: 1px solid #023cd9;
  border-radius: 0.5rem;
}

.goods_item .good_img {
  text-align: center;
  height: 17rem;
}

.goods_item .good_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.3rem 0;
  padding: 0 0.6rem;
}

.good_macth {
  padding: 0 0.6rem;
}

.good_attr {
  margin: 0.6rem 0;
  padding: 0 0.6rem;
}

.good_price {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 2rem;
}

.good_paynum {
  font-size: 1rem;
  color: #333;
}

.this_tj .title {
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  margin: 1rem 0;
}

.ordertype {
  background-color: #f8f8f8;
  padding: 10px 20px;
}

.ordertype ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  align-items: center;
}

.ordertype li {
  position: relative;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  padding: 6px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
}

/* 选中态样式 */
.ordertype li.active {
  color: #ff4400;
  font-weight: 600;
  background-color: rgba(255, 68, 0, 0.1);
}

.ordertype li:hover:not(.active) {
  color: #ff4400;
  background-color: rgba(255, 68, 0, 0.05);
}

/* 价格排序容器 - 关键：使用flex垂直居中 */
.ordertype li[ordertype="price"] {
  gap: 8px;
  /* 文字与箭头之间的间距 */
}

/* 箭头容器 */
.ordertype li[ordertype="price"] .fl:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  /* 上下箭头之间的间距 */
  margin-top: 1px;
  /* 微调对齐 */
}

/* 箭头样式 */
.ordertype .prev,
.ordertype .next {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: border-color 0.2s ease;
}

.ordertype .prev {
  border-bottom: 4px solid #999;
}

.ordertype .next {
  border-top: 4px solid #999;
}

/* 箭头交互效果 */
.ordertype li:hover .prev,
.ordertype li.active .prev {
  border-bottom-color: #ff4400;
}

.ordertype li:hover .next,
.ordertype li.active .next {
  border-top-color: #ff4400;
}

.ordertype .prev:hover,
.ordertype .next:hover {
  opacity: 0.8;
}

.ordertype li span div.prev.active {
  border-bottom: 7px solid #023cd9 !important;
}

.ordertype li span div.next.active {
  border-top: 7px solid #023cd9 !important;
}

.good_mer {
  margin: 0.7rem 0.4rem;
  font-size: 0.9rem;
}

.listcontent {
  padding: 1.5rem;
  border-radius: 2rem;
  background-color: #fff;
  margin-top: 2.5rem !important;
}

.goodslist {
  width: 1070px;
}

.tjlist {
  width: calc(100% - 1080px);
  margin-left: 10px;
}

.tjlist .goods_item {
  width: calc(100% - 1rem);
  margin: 0.3rem auto;
}

.tjlist .goods_item .good_img {
  height: 13rem;
}

.tjlist .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.5rem 0;
}

.tjlist .goods_item .good_title {
  -webkit-line-clamp: 1;
  height: 1.4rem;
}

.tjlist .goods_item .good_mer {
  margin: 0.2rem 0.4rem;
}

.tjtwolist .goods_item {
  width: calc(22% - 2rem);
  margin: 1rem auto;
}

.tjtwolist .title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #023cd9;
  margin: 1.5rem 0;
}

.goodrm {
  background-color: #fff;
  border-radius: 2rem;
  padding: 1.5rem;
  margin-top: 2rem !important;
}