@charset "utf-8";

@font-face {
  font-family: "CTRIPTYPE";
  src: url("../fonts/CTRIPTYPE-REGULAR.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CTRIPTYPE";
  src: url("../fonts/CTRIPTYPE-MEDIUM.TTF") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "CTRIPTYPE";
  src: url("../fonts/CTRIPTYPE-BOLD.TTF") format("truetype");
  font-weight: bold;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: "CTRIPTYPE", "PingFang SC", "Microsoft YaHei";
  color: #333;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  color: #333;
}

img {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-interpolation-mode: bicubic;
  margin-top: -1px;
}

[v-cloak],
[un-cloak] {
  display: none;
}

#app {
  font-size: 14px;
}

.swiper-container-with-pagination {
  margin-bottom: 0.8rem !important;
}

.swiper-container-with-pagination::part(container) {
  padding-bottom: 0.8rem !important;
}

swiper-container::part(bullet) {
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 3px;
}

swiper-container::part(bullet-active) {
  background-color: #fff;
  border: 1px solid #fff;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 3px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
