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

.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);
}

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

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

.shopname {
  font-size: 0.32rem;
  padding: 0.2rem;
}

.csinfo {
  padding: 0.2rem;
  background-color: #ffffff;
  margin-top: 0.2rem;
}

.csinfo > .csinfo_title {
  font-size: 0.28rem;
  font-weight: bold;
}

.csinfo > .table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}

.csinfo > .table > .row {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.csinfo > .table > .row > .cell.header {
  font-weight: bold;
  background-color: #f5f5f5;
}

.csinfo > .table > .row > .cell {
  flex: 1;
  padding: 0.1rem;
  text-align: left;
  border-right: 1px solid #ccc;
}

.csinfo > .table > .row > .cell:last-child {
  border-right: none;
}

.gsinfo {
  background: url("../../drawable-hdpi/habout.jpg") center top;
  width: 7rem;
  height: 1.3rem;
  margin: 0 auto;
  overflow: hidden;
}

.gsinfo > .gsinfobox {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.gsinfo > .gsinfobox > .logo {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
  border-radius: 50%;
}

.gsinfo > .gsinfobox > .gsinfo_right {
  flex: 1;
}

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_top > .gsinfo_right_top1 {
  display: flex;
  align-items: center;
}

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_top > .gsinfo_right_top1 > .gsinfo_right_top1_title {
  font-size: 0.28rem;
  margin-right: 0.2rem;
}

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_top > .gsinfo_right_top1 > .gsinfo_right_top1_year {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_top > .gsinfo_right_top1 > .gsinfo_right_top1_year > .pin {
  border: solid 1px #ff4000;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.24rem;
  background-color: #ff4000;
  color: #ffffff;
  text-align: center;
  line-height: 0.4rem;
}

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_top > .gsinfo_right_top1 > .gsinfo_right_top1_year > .year {
  font-size: 0.24rem;
  color: #ff4000;
  border: solid 1px #ff4000;
  height: 0.4rem;
}

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_top > .gsinfo_right_top2 {
  padding: 1px 0.2rem;
  border: solid 1px #ff4000;
  font-size: 0.28rem;
  color: #ff4000;
  border-radius: 0.25rem;
}

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

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_bom > .jyxz {
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
  color: #666666;
}

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_bom > .jyxz > .jyxz_img {
  width: 0.8rem;
  height: 0.2rem;
}

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_bom > .gydj {
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  color: #666666;
}

.gsinfo > .gsinfobox > .gsinfo_right > .gsinfo_right_bom > .gydj > .gydj_img {
  width: 1.4rem;
  height: 0.2rem;
}

.addcar {
  width: 7rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  margin: 0 auto;
  background-color: #ff4000;
  color: #ffffff;
  margin-top: 0.2rem;
  border-radius: 0.3rem;
  font-size: 0.28rem;
}

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

#toast.show {
  opacity: 1;
}
