:root {
  --base: #fff;

  --gray: #67686c;

  --blue: #00bde0;
  --pink: #ec008c;
  --black: #221f1f;
  --white: #fff;
}
@font-face {
  font-family: 'Poppins_Regular';
  src: url('font/Poppins-Regular.woff') format('woff'), url('font/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_Bold';
  src: url('font/Poppins-Bold.woff') format('woff'), url('font/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'font_med';
  src: url('font/Poppins-Regular.woff') format('woff'), url('font/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'font_demi';
  src: url('font/Poppins-Bold.woff') format('woff'), url('font/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_ExtraBold';
  src: url('font/Poppins-ExtraBold.woff') format('woff'), url('font/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_SemiBold';
  src: url('font/Poppins-SemiBold.woff') format('woff'), url('font/Poppins-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  margin: 0 auto;
  -webkit-text-size-adjust: none;
}

body {
  font-family: Poppins_Regular, Arial;
  background-color: #fff;
  min-height: 100vh;
  background-repeat: no-repeat;
  margin: 0 auto;
  color: var(--black);
  position: relative;
  background-size: auto 100%;
  background-position: center;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}

table,
td,
tr {
  border: 0;
  padding: 0;
  margin: 0;
}

li,
ul,
p,
a,
h1,
input,
dd,
dt,
dl {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  border: 0;
}

input {
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  display: inline-block;
  color: var(--black);
  cursor: pointer;
}

div {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select {
  -webkit-appearance: none;
  background-color: transparent;
}

#app {
  margin: 0 auto;
  min-height: 100vh;

  position: relative;
}
.content {
  min-height: 100%;
}
.def_btn {
}
.more_ {
  font-family: Poppins_Regular, Arial, sans-serif;
  font-size: 16px;
  display: block;
  color: var(--gray);
}

.ft26 {
  font-size: 26px;
}
.ft22 {
  font-size: 22px;
}
.ft14 {
  font-size: 14px;
}
.red {
  color: red;
}
.mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}
.detail_time1 {
  color: #808080;
}
.detail_time2 {
  color: #00aeef;
}
.detail_time3 {
  color: #ec008c;
}
