@charset "utf-8";

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

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

@font-face {
  font-family: "CTRIPTYPE";
  src: url("../font/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;
}

html {
  font-family: "CTRIPTYPE", "Helvetica Neue", Helvetica, STHeiTi, Arial,
    sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  background: #fff;
  background-size: 100% auto;
}

body {
  position: relative;
  color: #000;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: none;
}


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

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

a:active {
  outline: 0;
}

a i {
  display: none;
}

ul,
li {
  list-style: none;
}

[v-cloak] {
  display: none;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-baseline {
  align-items: baseline;
}

.justify-between {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}


.swiper-container {
  overflow: hidden;
}

.swiper-pagination-bullet {
  margin: 0 0.06rem !important;
  width: 0.15rem !important;
  height: 0.15rem !important;
  border: 0.5px solid #fff !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}