:root {
  --color-primary: #307dff;
  --color-primary-9: #eaf2ff;
  --color-primary-6: #accbff;
  --color-black: #000;
  --color-green: #52c41a;
  --color-red: #F03D3D;
  --color-text-primary: #333;
  --color-text-regular: #666;
  --color-text-secondary: #999;
  --color-text-placeholder: #bcbcbc;
  --color-border-base: #e4e4e4;
  --color-white: #fff;
}

/* css reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
header,
footer,
menu {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
}

body {
  font: normal 14px/1.6 PingFang SC, Barlow, Segoe UI, Hiragino Sans GB,
    Microsoft YaHei, Helvetica Neue, Helvetica, sans-serif, Arial;
  color: #666;
  min-width: 1200px;
  background-color: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

input,
textarea,
select {
  font-size: 14px;
  font-family: Barlow, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei,
    Helvetica Neue, Helvetica, sans-serif, Arial;
  color: #333;
}

q:before,
q:after {
  content: "";
}

ul,
ol,
dl {
  list-style: none;
}

audio {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: Barlow;
  src: url("../fonts/Barlow-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.color-primary {
  color: var(--color-primary);
}

.color-green {
  color: var(--color-green);
}

.color-red {
  color: var(--color-red);
}

.color-text-purple {
  color: #7c48ee;
}

.cursor-pointer {
  cursor: pointer;
}

.p-r,
.relative {
  position: relative;
}

.p-a {
  position: absolute;
}

.h-full {
  height: 100%;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1 1 0%;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-between-column {
  display: flex;
  flex-direction: column;
}

.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}

.gap-4px {
  gap: 4px;
}

.gap-6px {
  gap: 6px;
}

.gap-8px {
  gap: 8px;
}

.gap-10px {
  gap: 10px;
}

.gap-12px {
  gap: 12px;
}

.gap-16px {
  gap: 16px;
}

.gap-24px {
  gap: 24px;
}

.color-black {
  color: var(--color-black);
}

.color-text-primary {
  color: var(--color-text-primary);
}

.color-text-regular {
  color: var(--color-text-regular);
}

.color-text-secondary {
  color: var(--color-text-secondary);
}

.color-text-placeholder {
  color: var(--color-text-placeholder);
}

.font-size-0 {
  font-size: 0;
}

.font-size-extra-small {
  font-size: 12px;
}

.font-size-small {
  font-size: 13px;
}

.font-size-base {
  font-size: 14px;
}

.font-size-medium {
  font-size: 16px;
}

.font-size-extra-large {
  font-size: 20px;
}

.line-height-1,
.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-extrabold {
  font-weight: 800;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mt12 {
  margin-top: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mb16 {
  margin-bottom: 16px;
}

.ml9 {
  margin-left: 9px;
}

.ml10 {
  margin-left: 10px;
}

.ml16 {
  margin-left: 16px;
}

.ml2 {
  margin-left: 2px;
}

.mr2 {
  margin-right: 2px;
}

.mr4 {
  margin-right: 4px;
}

.mr16 {
  margin-right: 16px;
}

.ml32 {
  margin-left: 32px;
}

.overflow-hidden {
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.white-nowrap {
  white-space: nowrap;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.rounded-full {
  border-radius: 9999px;
}

.tracking-2px {
  letter-spacing: 2px;
}

.no-underline {
  text-decoration-line: none;
}

.box-extra-less {
  width: 10px;
  height: 10px;
}

.box-extra-small {
  width: 12px;
  height: 12px;
}

.box-small {
  width: 13px;
  height: 13px;
}

.box-base {
  width: 14px;
  height: 14px;
}

.box-medium {
  width: 16px;
  height: 16px;
}

.box-extra-large {
  width: 20px;
  height: 20px;
}

.bg-gray {
  background-color: #f9fafc;
}

.rotate-180 {
  transform: rotate(180deg);
}
