@charset "utf-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 全局设置 */
*,
*:before,
*:after {
  font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", Helvetica, "Droid Sans", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置基本html,body样式 */
html,
body {
  margin: 0 auto;
  padding: 0;
}

/* 设置图片最大宽度 */
img {
  max-width: 100%;
}

/* 清除默认按钮表现形式 */
button {
  -webkit-appearance: none;
  appearance: none;
}

/* 设置表格默认样式 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 文本域禁止拖拉放大 */
textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

img {
  vertical-align: top;
}

i,
em {
  font-style: normal;
}

ol,
ul,
li,
menu {
  list-style: none outside none;
}

fieldset,
iframe,
abbr,
acronym {
  border: 0 none;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
hr,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

del {
  text-decoration: line-through;
}

/* @name: 转为REM单位fn
 * @ps: 默认宽度为750px
 */
/* @name: 上下左右居中 (未知高度)
 * @ps: 需要设置父元素 display:table
 */
.centers {
  display: table-cell;
  vertical-align: middle;
}

/* @name: 上下左右居中 （确定高度）*/
.centersHeight {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*
 * @name: 文字溢出显示省略号
 * @ps: 需要设置宽度
 */
.ellipsis {
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* @name: 强制不换行 */
.nowrap {
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
}

/* @name: 清除浮动 */
.clearFix {
  overflow: hidden;
  clear: both;
}

/*
 * @name:  三角形
 * @param: @size  大小
 * @param: @color 颜色
 * @param: @type {string}  类型 (up || down || left || right || topleft || topright || bottomleft || bottomright)
 */
/* 主色调 */
/* 辅助色 */
/* 标题栏背景色 */
/* 页面背景色 */
/* 分隔线颜色 */
/* 字体主色 */
/* 字体辅助色 */
/* 一级标题 */
/* 二级标题 */
/* 三级标题 */
/* 正文 */
/* 说明文字 */
/* 导航字体 */
/* 按钮圆角 */
/* 遮罩透明度 */
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --font-size: 16px;
  --mainColor: #3f91fd;
  --mainFontColor: #313131;
  --subFontColor: #7f7f7f;
  --disableColor: #d3d3d3;
  --bgColor: #f8f8f8;
  --blueColor: #24aae1;
  --photoBgColor: #f1f1f1;
}

html,
body {
  margin: 0 auto;
  line-height: 1.5;
  color: var(--subFontColor);
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
}

.pointer {
  cursor: pointer;
}


.icon {
  /*width: 30px; height: 30px;*/
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

input,
textarea {
  border: 1px solid var(--disableColor);
  outline: none;
  border-radius: 0;
  -webkit-user-select: text !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #e3e3e3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #e3e3e3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #e3e3e3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e3e3e3;
}

.ui-common__btn {
  width: 4rem;
  height: .88rem;
  line-height: .88rem;
  margin: 0 auto;
  font-size: .24rem;
  color: #fff;
  text-align: center;
  background-color: var(--mainColor);
  border-radius: .1rem;
}

.ui-common__btn:active {
  opacity: 0.5;
}

.ui-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .3rem 0;
  background-color: #fff;
}

.ui-empty__image {
  width: 1rem;
  height: 1rem;
  margin-bottom: .3rem;
  background-color: var(--photoBgColor);
}

.ui-empty__tips {
  text-align: center;
}

.ui-empty__tipsTitle {
  font-size: .24rem;
}

.ui-empty__tipsLink {
  font-size: .2rem;
  color: var(--mainColor);
}

#__layout,
#__nuxt {
  min-width: 0;
}

.ui-common__title {
  position: relative;
  height: .8rem;
  line-height: .8rem;
  padding-left: .2rem;
  font-size: .3rem;
}

.ui-common__title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: .1rem;
  height: .3rem;
  margin: auto 0;
  border-radius: .1rem;
  background-color: #3f91fd;
  transform: scale(0.5, 1);
  transform-origin: center center;
}
.ant-select-focused .ant-select-selection .ant-select-selection__clear{
  opacity: 1;
  background-color: transparent;
}
.ant-select-focused .ant-select-selection .ant-select-arrow{
  opacity: 0;
}

.cant-select{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

.anticon:focus{
  outline: none;
}

.fadeAni-enter-active,
.fadeAni-leave-active {
  transition: opacity .4s;
}

.fadeAni-enter,
.fadeAni-leave-to {
  opacity: 0;
}

.fadeAni-enter-to,
.fadeAni-leave {
  opacity: 1;
}

.ant-calendar-picker-clear,
.ant-select-selection__clear {
  opacity: 1;
}
.ant-checkbox-input{
  border: none;
}

.ant-checkbox-checked::after{
  border: none !important;
}
.margin-l-10 {
  margin-left: 0.2rem;
}
.margin-r-10 {
  margin-right: 0.2rem;
}
.margin-t-10 {
  margin-top: 0.2rem;
}
.margin-b-10 {
  margin-bottom: 0.2rem;
}
.margin-l-5 {
  margin-left: 0.1rem;
}
.margin-r-5 {
  margin-right: 0.1rem;
}
.margin-t-5 {
  margin-top: 0.1rem;
}
.margin-b-5 {
  margin-bottom: 0.1rem;
}
