@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input,
button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

a {
  /* 去除默认的颜色和下划线 */
  color: inherit;
  /* 继承父元素的颜色 */
  text-decoration: none;
  /* 去除下划线 */
  cursor: pointer;
  /* 设置鼠标指针为手型，表示可点击 */
}

a:hover,
a:focus,
a:active {
  /* 去除鼠标悬停、焦点和激活状态的默认样式 */
  color: inherit;
  /* 继承父元素的颜色 */
  text-decoration: none;
  /* 去除下划线 */
  outline: none;
  /* 去除焦点状态的边框 */
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem;
}

header > img {
  height: 0.8rem;
}

header > .serach {
  border: solid 1px #ff4000;
  display: flex;
  align-items: center;
  border-radius: 20px;
  width: 4rem;
  overflow: hidden;
  font-size: 0.3rem;
}

header > .serach > input {
  width: 80%;
  height: 100%;
  padding-left: 0.2rem;
}

header > .serach > button {
  width: 30%;
  background-color: #ff4000;
  color: #ffffff;
}

.chazhao {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 0.28rem;
}

.chazhao .flex {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  box-sizing: border-box;
}

.chazhao .flex .paixu {
  position: relative;
  width: 15px;
  height: 12px;
}

.chazhao .flex .paixu .paixu1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #666666;
}

.chazhao .flex .paixu .paixu2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid #666666;
}

#tableContainer {
  overflow-y: auto;
}

#tableContainer > #tbody {
  padding: 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#tableContainer > #tbody > .cpitem {
  width: 100%;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item {
  padding: 0 0.2rem 0.2rem 0.2rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
  border-bottom: solid 2px #e1e1e1;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.28rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title > .gsjc {
  font-size: 0.32rem;
  font-weight: bold;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title > .address {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #666666;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title > .address > .address_img {
  width: 0.32rem;
  height: 0.36rem;
  margin-right: 0.1rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title2 {
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  color: #666666;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title2 > .pin {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #ff4000;
  text-align: center;
  line-height: 0.3rem;
  color: #ffffff;
  margin-right: 0.2rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title2 > .shugang {
  margin: 0 0.2rem;
  color: #666666;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title2 > .zycp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  height: 0.3rem;
  overflow: hidden;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title2 > .zycp > .zycp_item {
  margin-right: 0.1rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title3 {
  font-size: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title3 > .cltimes {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  color: #666666;
  margin-right: 0.2rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title3 > .cltimes > .clsj {
  font-size: 0.28rem;
  color: #000;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title3 > .zczb {
  margin-top: 0.1rem;
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
  color: #666666;
  margin-right: 0.2rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title3 > .zczb > .zczb_text {
  color: #000;
  font-size: 0.28rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title3 > .zycp {
  margin-top: 0.1rem;
  display: flex;
  align-items: flex-start;
  color: #666666;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_title3 > .zycp > .zycp_text {
  flex: 1;
  color: #000;
  font-size: 0.28rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.2rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_img > .cplist_item {
  width: 30%;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_img > .cplist_item > .imgs {
  width: 100%;
  height: 2rem;
}

#tableContainer > #tbody > .cpitem > .cjlist_item > .cjlist_item_img > .cplist_item > .cpitem_name {
  font-size: 0.24rem;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#slideBox {
  width: 100%;
  height: calc(100% - 68px);
  background-color: #fff;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -100%;
  transition: transform 0.5s ease-in-out, right 0.5s ease-in-out;
  will-change: transform, right;
  overflow-y: auto;
  font-size: 0.32rem;
}

#slideBox > .close {
  display: block;
  width: 100%;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  background-color: #ff4000;
  color: #ffffff;
}

#slideBox > .mallclassbox > .navtitle1 {
  color: #ff4000;
  font-weight: bold;
  margin-top: 0.2rem;
}

#slideBox > .mallclassbox > .navtitle2box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.28rem;
}

#slideBox > .mallclassbox > .navtitle2box > .navtitle2boxitem {
  width: 30%;
  height: 0.6rem;
  background-color: #666666;
  color: #ffffff;
  text-align: center;
  line-height: 0.6rem;
  margin-top: 0.2rem;
}

#slideBox.open {
  right: 0;
  /* 滑出后的最终位置 */
}

#toast {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* 水平居中 */
  top: 50%;
  transform: translate(-50%, -50%);
  /* 水平和垂直居中 */
  padding: 0.1rem;
  background-color: #ff4000;
  color: #ffffff;
  border-radius: 0.1rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.28rem;
}

#toast.show {
  opacity: 1;
}

.footers {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem;
  background-color: #ffffff;
  border-top: solid 1px #e1e1e1;
  font-size: 0.28rem;
}

.footers > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footers > a > img {
  width: 0.5rem;
}
