* {
  margin: 0;
  padding: 0;
}
table,
tr {
  width: 100%;
}
img {
  display: block;
}
li {
  list-style: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

/* é…ç½®è¡¨ */
.peizhi_box {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20%);
  font-family: Microsoft YaHei, tahoma, arial, "Hiragino Sans GB", simsun,
    sans-serif;
}
/* æ˜¾ç¤º */
.peizhi_box_show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.peizhi_inner {
  position: absolute;
  width: 80%;
  height: 84%;
  left: 10%;
  top: 8%;
  background-color: #fff;
  padding: 1.4rem 0.2rem 0.2rem 0.2rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
}
.peizhi_close {
  position: absolute;
  width: 0.2rem;
  padding: 0.22rem;
  top: 0;
  right: 0;
  z-index: 6;
}
.peizhi_tit_box {
  position: absolute;
  z-index: 5;
  width: 100%;
  bottom: calc(100% - 1.4rem);
  left: 0;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.peizhi_tit {
  width: 100%;
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.7rem;
}
.peizhi_nav {
  width: 100%;
}
.peizhi_nav_inner {
  width: 100%;
  background-color: #f1f1f1;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.peizhi_nav td {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.4rem;
  padding: 0.1rem;
  text-align: center;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.peizhi_nav td:last-child {
  border-right: none;
}

/* å†…å®¹ */
.peizhi_con {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
}

.peizhi_con_inner {
  width: 100%;
  overflow: hidden;
}

/* åˆ—è¡¨ */
.peizhi_list_box {
  width: 100%;
  overflow: hidden;
}
.peizhi_list_box .list_tit {
  width: 100%;
  height: 0.85rem;
  line-height: 0.85rem;
  box-sizing: border-box;
  font-size: 0.26rem;
  color: #333333;
  background-color: #fff;
  font-weight: bold;
  padding-left: 0.2rem;
}

.list_con {
  width: 100%;
  overflow: hidden;
}
.list_con tr {
  background-color: #f1f1f1;
}
.list_con tr:nth-of-type(2n) {
  background-color: #fff;
}
.list_con td {
  font-size: 0.2rem;
  color: #333333;
  padding: 0.15rem 0.1rem;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  word-break: break-all;
}
.list_con td:first-child {
  padding-left: 0.2rem;
  padding-right: 0.15rem;
  text-align: left;
}
.list_con td:last-child {
  border-right: none;
}

.peizhi_tips {
  width: 100%;
  font-size: 0.16rem;
  margin-top: 0.3rem;
  line-height: 0.25rem;
}

/* å–ç‚¹ */
.point_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 150;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
}
.point_show {
  opacity: 1;
  visibility: visible;
}
.point_list {
  border-radius: 0.2rem 0 0 0.2rem;
  /* overflow:hidden; */
  width: 5.9rem;
  height: auto;
  background-color: #fff;
  /* overflow: hidden; */
  position: absolute;
  top: 50%;
  left: 50%;

  border-radius: 0.15rem;
  transform: translateY(-50%) translateX(-50%);
}

.point_close {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #a9a9a9;
  z-index: 10;
  cursor: pointer;
  transform: translateZ(1px);
}
.point_close img {
  width: 60%;
  height: auto;
}
.point_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.point_p_box {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0.6rem 0.2rem;
  box-sizing: border-box;
  font-size: 0;
}
.point_p_box p {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.6rem;
}
.point_p_box span {
  font-size: 0.24rem;
  line-height: 0.35rem;
  text-align: left;
}
#point_swiper {
  /* border-radius: 0.2rem; */
  /* padding: 0.2rem 0; */
}
#point_swiper .point_next,
#point_swiper .point_prev {
  background-image: url("../img/next_prev.png");
  background-size: cover;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: auto;
  top: 30%;
  left: 0.1rem;
  outline: none;
  z-index: 10;
  transform: translateZ(1px);
}
#point_swiper .point_next::after,
#point_swiper .point_prev::after {
  display: none;
}
#point_swiper .point_next {
  transform: rotateZ(180deg) translateZ(1px);
  right: 0.1rem;
  left: auto;
}
.point_pagin {
  font-size: 0;
  width: 100%;
  text-align: center;
  bottom: -7%;
  left: 0;
}
.point_pagin .swiper-pagination-bullet {
  width: 0.11rem;
  height: 0.11rem;
  opacity: 1;
  background-color: #838383;
  margin: 0 0.05rem;
}
.point_pagin .swiper-pagination-bullet-active {
  background-color: #fff;
}

#point_swiper {
  border-radius: 0.15rem;
  overflow: hidden;
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  -ms-border-radius: 0.15rem;
  -o-border-radius: 0.15rem;
}

/* å–ç‚¹ æ—‹è½¬90åº¦*/
.rotate90 .point_list {
  width: calc(5.6rem + 4.5rem);
  /* height: 3.5rem; */
}
.rotate90 .point_imgBox {
  width: 5.6rem;
  /* height: 4.6rem; */
  float: left;
  border-radius: 0.2rem 0 0 0.2rem;
  overflow: hidden;
}
.rotate90 .point_p_box {
  float: left;
  width: calc(100% - 5.6rem);
  height: 100%;
  padding: 0 0.75rem 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 0 0.2rem 0.2rem 0;
  overflow: hidden;
}
.rotate90 .point_p_box p {
  font-size: 0.28rem;
  line-height: 0.6rem;
}
.rotate90 .point_p_box span {
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.rotate90 #point_swiper .point_next,
.rotate90 #point_swiper .point_prev {
  width: 0.45rem;
  height: 0.45rem;
  top: 45%;
}

/* æ¨ªå± */
@media screen and (orientation: landscape) {
  .peizhi_inner {
    height: 90vh;
    top: 5vh;
  }

  /* å–ç‚¹ */
  .point_list {
    width: 7rem;
    border-radius: 0.2rem;
  }
  .point_img {
    height: auto;
  }
  .point_p_box {
    padding: 0.2rem 0.3rem;
    font-size: 0;
  }
  .point_p_box p {
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .point_p_box span {
    font-size: 0.2rem;
    line-height: 0.42rem;
  }
  #point_swiper .point_next,
  #point_swiper .point_prev {
    width: 0.5rem;
    height: 0.5rem;
    top: 40%;
  }
  .point_pagin .swiper-pagination-bullet {
    width: 0.13rem;
    height: 0.13rem;
    margin: 0 0.07rem;
  }
}

/* pcæ ·å¼ */

/* é…ç½®è¡¨ */
.pc_box .peizhi_inner {
  width: 70%;
  height: 80vh;
  left: 15%;
  top: 10vh;
}
.pc_box .peizhi_close {
  cursor: pointer;
}
.pc_box .peizhi_list_box .list_tit {
  font-size: 0.24rem;
}
.pc_box .list_con td {
  font-size: 0.18rem;
}

.pc_box .peizhi_con::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}
.pc_box .peizhi_con::-webkit-scrollbar-thumb {
  background: #c7d4ed;
}
.pc_box .peizhi_con::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #c7d4ed;
  box-sizing: border-box;
  width: 100%;
}

/* pc å¤–è§‚ å–ç‚¹æ ·å¼ */
.pc_box .appear_style {
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
  background: none;
}
.pc_box .appear_style .point_list {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 4rem;
  /* height: 5.8rem; */
  border-radius: 0.15rem;
  box-shadow: 0rem 0rem 7px -1px #333;
}
.pc_box .appear_style .point_img {
  width: 100%;
  height: auto;
  float: none;
  flex: 1;
}
.pc_box .appear_style .swiper-slide {
  display: flex;
  flex-direction: column;
  /* border-radius:0.15rem; */
  /* overflow:hidden; */
}
.pc_box .appear_style .point_p_box {
  float: none;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.2rem;
}
.pc_box .appear_style .point_close {
  width: 0.4rem;
  height: 0.4rem;
}
.pc_box .appear_style #point_swiper .point_next,
.pc_box #point_swiper .point_prev {
  top: 25%;
}

/* loading加载 */
#car_loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 556;
  background-color: black;
}

.loadingText {
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.loadingText img {
  width: 300px;
  height: 88px;
}

.markhui {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 88px;
  overflow: hidden;
}

#progress-bar-container {
  margin: 30px auto 0 auto;
  height: 2px;
  width: 100%;
  background-color: #202020;
}

#progress-bar {
  width: 0%;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .loadingText {
    width: 200px;
  }
  .loadingText img {
    width: 200px;
    height: 59px;
  }
} /* 超小设备（手机，小于 768px） */


.backIcon{
  width: 0.85rem;
  position: absolute;
  left: 0.46rem;
  top: 0.46rem;
  display: none;
  z-index: 1;
}
.backIcon img{
  width: 100%;
}
