@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar { /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(44, 33, 22, 0.2);
  background: #c0b8b8;
}

.ani-click:active {
  animation: clickAnimate 0.2s ease-in;
}

@keyframes clickAnimate {
  0% {
    background-color: #f8f8f8;
  }
  100% {
    background-color: #fff;
  }
}
.p-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-flex-jc-center {
  justify-content: center;
}

.p-flex-jc-end {
  justify-content: flex-end;
}

.p-flex-jc-start {
  justify-content: flex-start;
}

.p-flex-jc-space-between {
  justify-content: space-between;
}

.p-flex-jc-space-around {
  justify-content: space-around;
}

.p-flex-ai-top {
  align-items: flex-start;
}

.p-flex-ai-center {
  align-items: center;
}

.p-flex-ai-bottom {
  align-items: flex-end;
}

.p-flex-1 {
  flex: 1;
}

.p-row {
  width: 100%;
}
.p-row::after {
  display: table;
  clear: both;
  content: "";
}

.p-flex::after {
  content: "";
  display: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar { /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(44, 33, 22, 0.2);
  background: #c0b8b8;
}

.ani-click:active {
  animation: clickAnimate 0.2s ease-in;
}

@keyframes clickAnimate {
  0% {
    background-color: #f8f8f8;
  }
  100% {
    background-color: #fff;
  }
}
.p-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-flex-jc-center {
  justify-content: center;
}

.p-flex-jc-end {
  justify-content: flex-end;
}

.p-flex-jc-start {
  justify-content: flex-start;
}

.p-flex-jc-space-between {
  justify-content: space-between;
}

.p-flex-jc-space-around {
  justify-content: space-around;
}

.p-flex-ai-top {
  align-items: flex-start;
}

.p-flex-ai-center {
  align-items: center;
}

.p-flex-ai-bottom {
  align-items: flex-end;
}

.p-flex-1 {
  flex: 1;
}

.p-button {
  border-radius: 2px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  user-select: none;
  min-width: 100px;
  margin: 0 6px 6px 6px;
}
.p-button:active {
  opacity: 0.8;
}
.p-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.p-button--plain {
  background-color: #fff !important;
}
.p-button--plain.p-button--primary {
  color: #07c160;
}
.p-button--plain.p-button--info {
  color: #1989fa;
}
.p-button--plain.p-button--danger {
  color: #ee0a24;
}
.p-button--plain.p-button--warning {
  color: #ff976a;
}

[disabled=true], [disabled=disabled], [disabled] {
  cursor: not-allowed !important;
  opacity: 0.7 !important;
}

.p-button--primary {
  color: #fff;
  background-color: #07c160;
  border: 1px solid #07c160;
}

.p-button--info {
  color: #fff;
  background-color: #1989fa;
  border: 1px solid #1989fa;
}

.p-button--danger {
  color: #fff;
  background-color: #ee0a24;
  border: 1px solid #ee0a24;
}

.p-button--warning {
  color: #fff;
  background-color: #ff976a;
  border: 1px solid #ff976a;
}

.p-button--default {
  color: #323233;
  background-color: #fff;
  border: 1px solid #dcdfe6;
}

.p-button--mini {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  font-size: 12px;
  min-width: 60px;
}

.p-button--small {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 12px;
  min-width: 80px;
}

.p-button--normal {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px;
}

.p-button--big {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  font-size: 16px;
  width: 100%;
}

.p-col {
  float: left;
}

.p-col--1 {
  width: 4.1666666667%;
}

.p-col--offset-1 {
  margin-left: 4.1666666667%;
}

.p-col--2 {
  width: 8.3333333333%;
}

.p-col--offset-2 {
  margin-left: 8.3333333333%;
}

.p-col--3 {
  width: 12.5%;
}

.p-col--offset-3 {
  margin-left: 12.5%;
}

.p-col--4 {
  width: 16.6666666667%;
}

.p-col--offset-4 {
  margin-left: 16.6666666667%;
}

.p-col--5 {
  width: 20.8333333333%;
}

.p-col--offset-5 {
  margin-left: 20.8333333333%;
}

.p-col--6 {
  width: 25%;
}

.p-col--offset-6 {
  margin-left: 25%;
}

.p-col--7 {
  width: 29.1666666667%;
}

.p-col--offset-7 {
  margin-left: 29.1666666667%;
}

.p-col--8 {
  width: 33.3333333333%;
}

.p-col--offset-8 {
  margin-left: 33.3333333333%;
}

.p-col--9 {
  width: 37.5%;
}

.p-col--offset-9 {
  margin-left: 37.5%;
}

.p-col--10 {
  width: 41.6666666667%;
}

.p-col--offset-10 {
  margin-left: 41.6666666667%;
}

.p-col--11 {
  width: 45.8333333333%;
}

.p-col--offset-11 {
  margin-left: 45.8333333333%;
}

.p-col--12 {
  width: 50%;
}

.p-col--offset-12 {
  margin-left: 50%;
}

.p-col--13 {
  width: 54.1666666667%;
}

.p-col--offset-13 {
  margin-left: 54.1666666667%;
}

.p-col--14 {
  width: 58.3333333333%;
}

.p-col--offset-14 {
  margin-left: 58.3333333333%;
}

.p-col--15 {
  width: 62.5%;
}

.p-col--offset-15 {
  margin-left: 62.5%;
}

.p-col--16 {
  width: 66.6666666667%;
}

.p-col--offset-16 {
  margin-left: 66.6666666667%;
}

.p-col--17 {
  width: 70.8333333333%;
}

.p-col--offset-17 {
  margin-left: 70.8333333333%;
}

.p-col--18 {
  width: 75%;
}

.p-col--offset-18 {
  margin-left: 75%;
}

.p-col--19 {
  width: 79.1666666667%;
}

.p-col--offset-19 {
  margin-left: 79.1666666667%;
}

.p-col--20 {
  width: 83.3333333333%;
}

.p-col--offset-20 {
  margin-left: 83.3333333333%;
}

.p-col--21 {
  width: 87.5%;
}

.p-col--offset-21 {
  margin-left: 87.5%;
}

.p-col--22 {
  width: 91.6666666667%;
}

.p-col--offset-22 {
  margin-left: 91.6666666667%;
}

.p-col--23 {
  width: 95.8333333333%;
}

.p-col--offset-23 {
  margin-left: 95.8333333333%;
}

.p-col--24 {
  width: 100%;
}

.p-col--offset-24 {
  margin-left: 100%;
}

.p-col--25 {
  width: 104.1666666667%;
}

.p-col--offset-25 {
  margin-left: 104.1666666667%;
}

.p-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  color: #323232;
  margin: 0 2px;
}

.white .sk-child:before,
.white .sk-circle:before {
  background-color: #fff !important;
}

.black .sk-child:before,
.black .sk-circle:before {
  background-color: #333 !important;
}

.sk-scale {
  position: relative;
  margin: 0 2px;
}

.sk-scale .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-scale .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-scale .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-scale .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-scale .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-scale .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-scale .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-scale .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-scale .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-scale .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-scale .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-scale .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-scale .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-scale .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-scale .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-scale .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-scale .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-scale .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-scale .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-scale .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-scale .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-scale .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-scale .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-scale .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-fading-circle {
  margin: 0 2px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.p-status--success {
  background-color: #f0f9eb;
  border: 1px solid #e1f3d8;
}

.p-status--warning {
  background-color: #fdf6ec;
  border: 1px solid #faecd8;
}

.p-status--info {
  background-color: #edf2fc;
  border: 1px solid #ebeef5;
}

.p-status--error {
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
}

.p-message .ceng {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}
.p-message .content {
  top: 50%;
  position: fixed;
  z-index: auto;
  border-radius: 5px;
  min-width: 380px;
  min-height: 48px;
  padding: 10px 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.p-message .content .p-icon {
  margin-right: 5px;
}

.p-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-flex-jc-center {
  justify-content: center;
}

.p-flex-jc-end {
  justify-content: flex-end;
}

.p-flex-jc-start {
  justify-content: flex-start;
}

.p-flex-jc-space-between {
  justify-content: space-between;
}

.p-flex-jc-space-around {
  justify-content: space-around;
}

.p-flex-ai-top {
  align-items: flex-start;
}

.p-flex-ai-center {
  align-items: center;
}

.p-flex-ai-bottom {
  align-items: flex-end;
}

.p-flex-1 {
  flex: 1;
}

.p-image {
  overflow: hidden;
}

.p-image--img, .p-image--error, .p-image--loading {
  width: 100%;
  height: 100%;
}
.p-image--img img, .p-image--error img, .p-image--loading img {
  display: block;
}

.p-toast .ceng {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1;
}
.p-toast .content {
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  position: fixed;
  z-index: auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #fff;
  min-width: 60px;
  padding: 8px 12px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-toast .content .p-loading {
  margin-bottom: 10px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar { /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(44, 33, 22, 0.2);
  background: #c0b8b8;
}

.ani-click:active {
  animation: clickAnimate 0.2s ease-in;
}

@keyframes clickAnimate {
  0% {
    background-color: #f8f8f8;
  }
  100% {
    background-color: #fff;
  }
}
.p-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-flex-jc-center {
  justify-content: center;
}

.p-flex-jc-end {
  justify-content: flex-end;
}

.p-flex-jc-start {
  justify-content: flex-start;
}

.p-flex-jc-space-between {
  justify-content: space-between;
}

.p-flex-jc-space-around {
  justify-content: space-around;
}

.p-flex-ai-top {
  align-items: flex-start;
}

.p-flex-ai-center {
  align-items: center;
}

.p-flex-ai-bottom {
  align-items: flex-end;
}

.p-flex-1 {
  flex: 1;
}

.p-progress-outer {
  width: 350px;
  background-color: #dcdee0;
  height: 6px;
  border-radius: 50%;
  overflow: hidden;
}
.p-progress-outer .p-progress-bg {
  transition: all 0.5s ease-in;
  background-color: #1989fa;
  height: 6px;
  border-radius: 50%;
  text-align: right;
  padding-right: 10px;
  color: #fff;
}

.p-progress-title {
  color: #666;
  width: 30px;
}

.p-svg {
  width: 220px;
  height: 220px;
  position: relative;
}
.p-svg .title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: #333;
  font-size: 18px;
}

.svg {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
.svg circle {
  fill: none;
  stroke: #e5e5e5;
  stroke-width: 4px;
}
.svg .bg-circle {
  stroke: burlywood;
  stroke-dasharray: 220px;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar { /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(44, 33, 22, 0.2);
  background: #c0b8b8;
}

.ani-click:active {
  animation: clickAnimate 0.2s ease-in;
}

@keyframes clickAnimate {
  0% {
    background-color: #f8f8f8;
  }
  100% {
    background-color: #fff;
  }
}
.p-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-flex-jc-center {
  justify-content: center;
}

.p-flex-jc-end {
  justify-content: flex-end;
}

.p-flex-jc-start {
  justify-content: flex-start;
}

.p-flex-jc-space-between {
  justify-content: space-between;
}

.p-flex-jc-space-around {
  justify-content: space-around;
}

.p-flex-ai-top {
  align-items: flex-start;
}

.p-flex-ai-center {
  align-items: center;
}

.p-flex-ai-bottom {
  align-items: flex-end;
}

.p-flex-1 {
  flex: 1;
}

.p-dialog .ceng {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: auto;
}
.p-dialog .content {
  left: 50%;
  top: 15vh;
  transform: translateX(-50%);
  position: fixed;
  z-index: auto;
  background-color: #fff;
  border-radius: 5px;
  color: #fff;
  width: 50%;
  padding: 15px 20px;
  font-size: 14px;
}

.p-dialog-body {
  height: 100%;
  overflow: auto;
}

.p-dialog-header {
  cursor: move;
}
.p-dialog-header .title {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}
.p-dialog-header .p-icon {
  color: #909399;
  cursor: pointer;
}
.p-dialog-header .p-icon:hover {
  color: #1989fa;
}

.p-dialog-body {
  padding: 10px 0;
}

.p-popover {
  position: relative;
}
.p-popover .p-popover-content-dark {
  position: absolute;
  padding: 8px 12px;
  width: 300px;
  z-index: 222;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  text-align: justify;
  box-sizing: border-box;
}
.p-popover .p-popover-content-dark.p-popover-top {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.p-popover .p-popover-content-dark.p-popover-top::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.p-popover .p-popover-content-dark.p-popover-bottom {
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.p-popover .p-popover-content-dark.p-popover-bottom::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.p-popover .p-popover-content-dark.p-popover-right {
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.p-popover .p-popover-content-dark.p-popover-right::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.p-popover .p-popover-content-dark.p-popover-left {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.p-popover .p-popover-content-dark.p-popover-left::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.p-popover .p-popover-content-light {
  background-color: #fff;
  color: #333;
  border: 1px solid #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.p-popover .p-popover-content-light.p-popover-top::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 2;
}
.p-popover .p-popover-content-light.p-popover-bottom::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 2;
}
.p-popover .p-popover-content-light.p-popover-right::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 2;
}
.p-popover .p-popover-content-light.p-popover-left::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 2;
}

.p-tooltip {
  position: relative;
}
.p-tooltip .p-tooltip-content-dark {
  position: absolute;
  padding: 8px 12px;
  min-width: 60px;
  max-width: 500px;
  white-space: nowrap;
  text-align: center;
  z-index: 222;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
}
.p-tooltip .p-tooltip-content-dark.p-tooltip-top {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.p-tooltip .p-tooltip-content-dark.p-tooltip-top::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid #333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.p-tooltip .p-tooltip-content-dark.p-tooltip-bottom {
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.p-tooltip .p-tooltip-content-dark.p-tooltip-bottom::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid #333;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.p-tooltip .p-tooltip-content-dark.p-tooltip-right {
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.p-tooltip .p-tooltip-content-dark.p-tooltip-right::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 6px solid #333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.p-tooltip .p-tooltip-content-dark.p-tooltip-left {
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.p-tooltip .p-tooltip-content-dark.p-tooltip-left::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.p-tooltip .p-tooltip-content-light {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
}
.p-tooltip .p-tooltip-content-light.p-tooltip-top::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 2;
}
.p-tooltip .p-tooltip-content-light.p-tooltip-bottom::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 2;
}
.p-tooltip .p-tooltip-content-light.p-tooltip-right::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 2;
}
.p-tooltip .p-tooltip-content-light.p-tooltip-left::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 2;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar { /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(44, 33, 22, 0.2);
  background: #c0b8b8;
}

.ani-click:active {
  animation: clickAnimate 0.2s ease-in;
}

@keyframes clickAnimate {
  0% {
    background-color: #f8f8f8;
  }
  100% {
    background-color: #fff;
  }
}
.p-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-flex-jc-center {
  justify-content: center;
}

.p-flex-jc-end {
  justify-content: flex-end;
}

.p-flex-jc-start {
  justify-content: flex-start;
}

.p-flex-jc-space-between {
  justify-content: space-between;
}

.p-flex-jc-space-around {
  justify-content: space-around;
}

.p-flex-ai-top {
  align-items: flex-start;
}

.p-flex-ai-center {
  align-items: center;
}

.p-flex-ai-bottom {
  align-items: flex-end;
}

.p-flex-1 {
  flex: 1;
}

.p-tag {
  border-radius: 4px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  user-select: none;
  min-width: 60px;
  margin: 0 10px 10px 10px;
  position: relative;
}
.p-tag .close-hover {
  cursor: pointer;
  position: absolute;
  right: 3px;
}
.p-tag .close-hover:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #fff;
}

.p-tag--plain {
  background-color: #fff !important;
}
.p-tag--plain.p-tag--primary {
  color: #07c160;
}
.p-tag--plain.p-tag--info {
  color: #1989fa;
}
.p-tag--plain.p-tag--danger {
  color: #ee0a24;
}
.p-tag--plain.p-tag--warning {
  color: #ff976a;
}

.p-tag--primary {
  color: #fff;
  background-color: #07c160;
  border: 1px solid #07c160;
}
.p-tag--primary .close-hover:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #fff;
}

.p-tag--info {
  color: #fff;
  background-color: #1989fa;
  border: 1px solid #1989fa;
}

.p-tag--danger {
  color: #fff;
  background-color: #ee0a24;
  border: 1px solid #ee0a24;
}

.p-tag--warning {
  color: #fff;
  background-color: #ff976a;
  border: 1px solid #ff976a;
}

.p-tag--default {
  color: #323233;
  background-color: #fff;
  border: 1px solid #dcdfe6;
}

.p-tag--small {
  height: 24px;
  line-height: 24px;
  padding: 0 2px;
  font-size: 12px;
}

.p-tag--normal {
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  font-size: 14px;
}

.p-tag--big {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
}

.close-hover {
  cursor: pointer;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar { /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(44, 33, 22, 0.2);
  background: #c0b8b8;
}

.ani-click:active {
  animation: clickAnimate 0.2s ease-in;
}

@keyframes clickAnimate {
  0% {
    background-color: #f8f8f8;
  }
  100% {
    background-color: #fff;
  }
}
.p-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-flex-jc-center {
  justify-content: center;
}

.p-flex-jc-end {
  justify-content: flex-end;
}

.p-flex-jc-start {
  justify-content: flex-start;
}

.p-flex-jc-space-between {
  justify-content: space-between;
}

.p-flex-jc-space-around {
  justify-content: space-around;
}

.p-flex-ai-top {
  align-items: flex-start;
}

.p-flex-ai-center {
  align-items: center;
}

.p-flex-ai-bottom {
  align-items: flex-end;
}

.p-flex-1 {
  flex: 1;
}

.p-input--large {
  height: 40px;
  line-height: 40px;
  padding: 1px 15px;
  border-radius: 8px;
}

.p-input--default {
  height: 32px;
  line-height: 32px;
  padding: 1px 11px;
  border-radius: 4px;
}

.p-input--small {
  height: 24px;
  line-height: 24px;
  padding: 1px 7px;
  border-radius: 2px;
}

.p-input {
  border: 1px solid #dcdfe6;
}
.p-input.is-focus {
  border-color: #409eff;
}
.p-input.is-focus:hover {
  border-color: #409eff;
}
.p-input.is-focus .clearable-icon {
  display: block;
}
.p-input:hover {
  border-color: #c8c9cc;
}
.p-input:hover .clearable-icon {
  display: block;
}
.p-input input {
  width: 100%;
  outline: none;
  border: none;
}
.p-input input::-webkit-input-placeholder {
  color: #AEB1B7;
}
.p-input .icon-can-click {
  cursor: pointer;
  opacity: 0.7;
}
.p-input .clearable-icon {
  display: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar { /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(44, 33, 22, 0.2);
  background: #c0b8b8;
}

.ani-click:active {
  animation: clickAnimate 0.2s ease-in;
}

@keyframes clickAnimate {
  0% {
    background-color: #f8f8f8;
  }
  100% {
    background-color: #fff;
  }
}
.p-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-flex-jc-center {
  justify-content: center;
}

.p-flex-jc-end {
  justify-content: flex-end;
}

.p-flex-jc-start {
  justify-content: flex-start;
}

.p-flex-jc-space-between {
  justify-content: space-between;
}

.p-flex-jc-space-around {
  justify-content: space-around;
}

.p-flex-ai-top {
  align-items: flex-start;
}

.p-flex-ai-center {
  align-items: center;
}

.p-flex-ai-bottom {
  align-items: flex-end;
}

.p-flex-1 {
  flex: 1;
}

.p-select--large {
  min-height: 40px;
  line-height: 40px;
  padding: 1px 15px;
  border-radius: 8px;
}
.p-select--large .p-option {
  border-radius: 8px;
}

.p-select--default {
  min-height: 32px;
  line-height: 32px;
  padding: 1px 11px;
  border-radius: 4px;
}
.p-select--default .p-option {
  border-radius: 4px;
}
.p-select--default .no-data {
  color: #646566;
  text-align: center;
}

.p-select--small {
  min-height: 24px;
  line-height: 24px;
  padding: 1px 7px;
  border-radius: 2px;
}
.p-select--small .p-option {
  border-radius: 2px;
}

.p-select {
  width: 200px;
  position: relative;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  user-select: none;
  color: #323233;
}
.p-select .select .multiple-item {
  display: block;
  padding: 3px 6px;
  border-radius: 2px;
  background-color: #dcdfe6;
  color: #646566;
  margin: 5px 5px 5px 0;
}
.p-select .select .multiple-item:hover .remove {
  background-color: #969799;
  border-radius: 50%;
  color: #fff !important;
}
.p-select .select .input {
  width: 100%;
  border: none;
  outline: none;
  color: #323233;
}
.p-select .select .input::-webkit-input-placeholder {
  color: #AEB1B7;
}
.p-select .option {
  position: absolute;
  top: calc(100% + 10px);
  min-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 10px 0 #dcdfe6;
  padding: 10px 0;
  z-index: 2;
  background-color: #fff;
}
.p-select .option::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.p-select .option .option-item {
  padding: 10px;
}
.p-select .option .option-item.checked {
  color: #409eff;
  font-weight: bold;
}
.p-select .option .option-item:not(.disabled):hover {
  background-color: rgba(64, 158, 255, 0.1);
}
.p-select .option .option-item.disabled {
  cursor: not-allowed;
  color: #969799;
}
.p-select .not-selected {
  color: #AEB1B7;
}
.p-select .arrow {
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: rotate(90deg);
}
.p-select.option-is-open {
  border-color: #409eff;
}
.p-select.option-is-open:hover {
  border-color: #409eff;
}
.p-select.option-is-open .clearable-icon {
  display: block;
}
.p-select.option-is-open .arrow {
  transform: rotate(270deg);
}
.p-select:hover {
  border-color: #c8c9cc;
}
.p-select:hover .clearable-icon {
  display: block;
}
.p-select:hover .clearable-icon ~ .arrow {
  display: none;
}
.p-select .clearable-icon {
  display: none;
}