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

textarea {
  /* 1. 去掉浏览器默认外观 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2. 去掉边框、圆角、轮廓、阴影 */
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  /* 3. 去掉右下角的拖拽手柄 */
  resize: none;
  /* 4. 背景色透明（可按需调整） */
  background: transparent;
  /* 5. 继承字体大小、行高（可选） */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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;
  /* 去除焦点状态的边框 */
}

.navtitle {
  padding: 0.2rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.32rem;
}

.navtitle > #triangle-facing-left {
  display: inline-block;
  border-left: 0.05rem solid;
  border-bottom: 0.05rem solid;
  width: 0.3rem;
  height: 0.3rem;
  transform: rotate(45deg);
}

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

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

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

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

.gsinfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem;
  box-sizing: border-box;
  background-color: #ffffff;
}

.gsinfo > .gsinfo_logo {
  width: 2rem;
  border-radius: 50%;
}

.gsinfo > .gsinfo_right > .gsinfo_right_gsname {
  font-size: 0.3rem;
  font-weight: bold;
}

.gsinfo > .gsinfo_right > .gsinfo_right_time {
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}

.gsinfo > .gsinfo_right > .gsinfo_right_time > .gsinfo_right_time_box1 {
  padding: 0.04rem 0.06rem;
  border: solid 1px #ff4000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0.2rem;
}

.gsinfo > .gsinfo_right > .gsinfo_right_time > .gsinfo_right_time_box1 > .pin {
  font-size: 0.24rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #ff4000;
  text-align: center;
  line-height: 0.3rem;
  color: #ffffff;
}

.gsinfo > .gsinfo_right > .gsinfo_right_time > .gsinfo_right_time_box1 > .years {
  font-size: 0.24rem;
  color: #ff4000;
}

.gsinfo > .gsinfo_right > .gsinfo_right_time > .address {
  font-size: 0.24rem;
  color: #666666;
}

.tab-container {
  width: 100%;
}

.tab-container .tab-header {
  display: flex;
  justify-content: space-around;
}

.tab-container .tab-header .tab-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.1rem 0.2rem;
  font-size: 16px;
  color: #333;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px transparent;
}

.tab-container .tab-header .tab-btn.active {
  color: #ff4000;
  border-bottom: solid 1px #ff4000;
}

.tab-container #tab1,
.tab-container #tab2,
.tab-container #tab3,
.tab-container #tab4 {
  overflow-y: auto;
}

.tab-container .shop {
  overflow-y: auto;
}

.tab-container .shop > #tbody {
  padding: 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-container .shop > #tbody > .cpitem {
  width: 45%;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

.tab-container .shop > #tbody > .cpitem > .cpitem_img {
  width: 100%;
  height: 3rem;
}

.tab-container .shop > #tbody > .cpitem > .cpitem_shopname {
  font-size: 0.32rem;
  font-weight: bold;
  margin-top: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-container .shop > #tbody > .cpitem > .cpitem_prices {
  width: 1.2rem;
  height: 0.38rem;
  font-size: 0.24rem;
  background-color: #fff3ee;
  color: #ff4000;
  text-align: center;
  line-height: 0.38rem;
  margin-top: 0.15rem;
}

.tab-container .shop > #tbody > .cpitem > .cpitem_bom {
  font-size: 0.24rem;
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #888888;
  justify-content: space-between;
}

.tab-container .shop > #tbody > .cpitem > .cpitem_bom > .cpitem_bom1 {
  display: flex;
  align-items: center;
}

.tab-container .shop > #tbody > .cpitem > .cpitem_bom > .cpitem_bom1 > .pin {
  background-color: #ff4000;
  color: #ffffff;
  width: 0.3rem;
  text-align: center;
  margin: 0 0.1rem;
}

.tab-container .tab-content {
  display: none;
  padding: 0 0.2rem;
  font-size: 0.28rem;
}

.tab-container .tab-content .swiper-container {
  width: 100%;
  overflow: hidden;
}

.tab-container .tab-content .swiper-container img {
  width: 100%;
}

.tab-container .tab-content .jyxzhydj {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}

.tab-container .tab-content .jyxzhydj > .jyxzs {
  font-size: 0.28rem;
  display: flex;
  align-items: center;
  margin-right: 0.55rem;
  color: #999999;
}

.tab-container .tab-content .jyxzhydj > .jyxzs > .jyxzs_img {
  width: 0.8rem;
  height: 0.2rem;
}

.tab-container .tab-content .jyxzhydj > .gydj {
  font-size: 0.28rem;
  display: flex;
  align-items: center;
  color: #999999;
}

.tab-container .tab-content .jyxzhydj > .gydj > .gydj_img {
  width: 1.4rem;
  height: 0.2rem;
}

.tab-container .tab-content .jyms {
  font-size: 0.28rem;
  display: flex;
  align-items: center;
  margin-top: 0.27rem;
}

.tab-container .tab-content .gsjimg {
  width: 100%;
  margin-top: 0.2rem;
}

.tab-container .tab-content .ztsp {
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  background-color: #ffffff;
}

.tab-container .tab-content .ztsp > .ztsp_title {
  font-size: 0.28rem;
  font-weight: bold;
}

.tab-container .tab-content .ztsp > .ztsp_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-container .tab-content .ztsp > .ztsp_box > .ztsp_item {
  margin-top: 0.2rem;
  width: 47%;
}

.tab-container .tab-content .ztsp > .ztsp_box > .ztsp_item > .ztsp_item_img {
  width: 100%;
}

.tab-container .tab-content .ztsp > .ztsp_box > .ztsp_item > .ztsp_item_shopname {
  font-size: 0.28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 3rem;
}

.tab-container .tab-content .ztsp > .ztsp_box > .ztsp_item > .slsj {
  width: 1.2rem;
  font-size: 0.24rem;
  background-color: #fff3ee;
  color: #ff4000;
  text-align: center;
  margin: 0.1rem 0;
}

.tab-container .tab-content .ztsp > .ztsp_box > .ztsp_item > .ztspinfo {
  font-size: 0.24rem;
  color: #888888;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-container .tab-content .ztsp > .ztsp_box > .ztsp_item > .ztspinfo > .ztspinfo_times {
  color: #888888;
  display: flex;
  align-items: center;
}

.tab-container .tab-content .ztsp > .ztsp_box > .ztsp_item > .ztspinfo > .ztspinfo_times > .pin {
  font-size: 0.24rem;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  background-color: #ff4000;
  color: #ffffff;
  margin: 0 0.1rem;
}

.tab-container .tab-content .ztsp > .ztsp_box > .ztsp_item > .ztspinfo > .ztspinfo_times > .posttime {
  margin-right: 0.2rem;
}

.tab-container .tab-content .content1 img {
  width: 100%;
}

.tab-container .tab-content .content2 .content2_title {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.tab-container .tab-content .content2 .content2_img img,
.tab-container .tab-content .content2 .content3_img img {
  width: 100%;
}

.tab-container .tab-content .content2 > .qyzz {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-container .tab-content .content2 > .qyzz > .qyzz_img {
  width: 45%;
  margin-top: 0.1rem;
}

.tab-container .tab-content .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}

.tab-container .tab-content .overlay > img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
}

.tab-container .tab-content .gsname2 {
  font-size: 0.32rem;
  font-weight: bold;
}

.tab-container .tab-content .deault {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-container .tab-content #container {
  width: 100%;
  height: 5rem;
}

.tab-container .tab-content.active {
  display: block;
}

#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;
  z-index: 9999;
}

#toast.show {
  opacity: 1;
}

.lyzxbox {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 0.32rem;
}

.lyzxbox > .lyzxbox_text {
  width: 100%;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  background-color: #ff4000;
  color: #ffffff;
  border-radius: 0.5rem;
}

.lyzxbox_show {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  z-index: 99;
}

.lyzxbox_show > .lyzxbox_show_content {
  width: 80%;
  background-color: #ffffff;
  margin: 45% auto;
  border-radius: 0.1rem;
  padding: 0.2rem;
  font-size: 0.28rem;
}

.lyzxbox_show > .lyzxbox_show_content > .liuyantitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lyzxbox_show > .lyzxbox_show_content > .liuyantitle > .liuyanone {
  color: #ff4000;
}

.lyzxbox_show > .lyzxbox_show_content > .wei-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.2rem;
  padding: 0 0.2rem;
  height: 0.9rem;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 0.1rem;
  font-size: 0.28rem;
}

.lyzxbox_show > .lyzxbox_show_content > .wei-input > .wei-input_div {
  display: flex;
  align-items: center;
  height: 0.9rem;
}

.lyzxbox_show > .lyzxbox_show_content > .wei-input > .wei-input_div > .input {
  width: 100%;
  height: 100%;
}

.lyzxbox_show > .lyzxbox_show_content > .wei-input > .wei-input_div > .codeimg {
  width: 2rem;
  height: 0.6rem;
}

.lyzxbox_show > .lyzxbox_show_content > .wei_textarea {
  font-size: 0.28rem;
  margin-top: 0.2rem;
  border: solid 1px #e1e1e1;
  border-radius: 0.1rem;
  padding: 0.2rem;
  box-sizing: border-box;
  height: 2rem;
}

.lyzxbox_show > .lyzxbox_show_content > .wei_textarea .remarkInputAction {
  width: 100%;
  height: 100%;
}

.lyzxbox_show > .lyzxbox_show_content > .ljtj {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.1rem;
  background-color: #ff4000;
  color: #ffffff;
  text-align: center;
  line-height: 0.6rem;
  margin-top: 0.2rem;
}
