@charset "utf-8";
:root {
  --color: #FFB5F4;
  --color2: #692DCE;
  --color3: #C656F1;
  --color4: #0079C6;
  --color5: #0098B2;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "Kanit-Medium";
  src: url("../fonts/Kanit-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Kanit-SemiBold";
  src: url("../fonts/Kanit-SemiBold.ttf") format("truetype");
}
.font-m {
  font-family: 'Kanit-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-s {
  font-family: 'Kanit-SemiBold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
  }
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'Kanit-Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.16rem;
  line-height: 1.5;
  color: var(--color);
}
img {
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg:not(.no-inherit) path,
svg:not(.no-inherit) circle,
svg:not(.no-inherit) rect {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.pointer-events-none {
  pointer-events: none;
}
#c-main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
插件：ie浏览器提示
版本：
官网：
*/
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -130px 0 0 -250px;
  width: 90%;
  width: 420px;
  background: #fff;
  padding: 50px 40px;
  border-radius: 10px;
  box-sizing: content-box;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: var(--color);
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: var(--color);
}
/*
插件：swiper轮播swiper-bundle.min.css
版本：7.4.1
官网：https://www.swiper.com.cn
*/
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: var(--color);
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.social-share {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.social-share * {
  font-family: "socialshare" !important;
}
.social-share .icon-tencent:before {
  content: "\f07a";
}
.social-share .icon-qq:before {
  content: "\f11a";
}
.social-share .icon-weibo:before {
  content: "\f12a";
}
.social-share .icon-wechat:before {
  content: "\f09a";
}
.social-share .icon-douban:before {
  content: "\f10a";
}
.social-share .icon-heart:before {
  content: "\f20a";
}
.social-share .icon-like:before {
  content: "\f00a";
}
.social-share .icon-qzone:before {
  content: "\f08a";
}
.social-share .icon-linkedin:before {
  content: "\f01a";
}
.social-share .icon-diandian:before {
  content: "\f05a";
}
.social-share .icon-facebook:before {
  content: "\f03a";
}
.social-share .icon-google:before {
  content: "\f04a";
}
.social-share .icon-twitter:before {
  content: "\f06a";
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
.social-share .icon-weibo:hover {
  background: #ff763b;
}
.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-tencent:hover {
  background: #56b6e7;
}
.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-qq:hover {
  background: #56b6e7;
}
.social-share .icon-qzone {
  color: #FDBE3D;
  border-color: #FDBE3D;
}
.social-share .icon-qzone:hover {
  background: #FDBE3D;
}
.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}
.social-share .icon-douban:hover {
  background: #33b045;
}
.social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}
.social-share .icon-linkedin:hover {
  background: #0077B5;
}
.social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D;
}
.social-share .icon-facebook:hover {
  background: #44619D;
}
.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}
.social-share .icon-google:hover {
  background: #db4437;
}
.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}
.social-share .icon-twitter:hover {
  background: #55acee;
}
.social-share .icon-diandian {
  color: #307DCA;
  border-color: #307DCA;
}
.social-share .icon-diandian:hover {
  background: #307DCA;
}
.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
.social-share .icon-wechat:hover {
  background: #7bc549;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share {
  text-align: center;
}
.social-share a:before {
  display: none;
}
.social-share a:hover {
  background: transparent;
}
/* 微信二维码的 */
.social-share .icon-wechat .wechat-qrcode {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none;
}
@media (max-width: 992px) {
  .social-share .icon-wechat .wechat-qrcode h4 {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .help {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 100px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    top: 50px;
    width: 120px;
    height: initial;
    z-index: 999;
  }
}
.social-share .icon-facebook:hover path {
  fill: #44619D;
  opacity: 1;
}
.social-share .icon-twitter:hover path {
  fill: #55acee;
  opacity: 1;
}
.social-share .icon-weibo:hover path {
  fill: #ff763b;
  opacity: 1;
}
.social-share .icon-wechat:hover path {
  fill: #7bc549;
  opacity: 1;
}
blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
.layui-layer {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
img {
  display: inline-block;
  border: none;
  vertical-align: middle;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h5,
h6 {
  font-size: 100%;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
hr {
  height: 0;
  line-height: 0;
  margin: 10px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #eee;
  clear: both;
  overflow: hidden;
  background: 0 0;
}
a {
  color: #333;
  text-decoration: none;
}
a cite {
  font-style: normal;
}
.layui-border-box,
.layui-border-box * {
  box-sizing: border-box;
}
.layui-box,
.layui-box * {
  box-sizing: content-box;
}
.layui-clear {
  clear: both;
}
.layui-clear:after {
  content: '\20';
  clear: both;
  display: block;
  height: 0;
}
.layui-clear-space {
  word-spacing: -5px;
}
.layui-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.layui-edge {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
}
.layui-edge-top {
  top: -4px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}
.layui-edge-right {
  border-left-color: #999;
  border-left-style: solid;
}
.layui-edge-bottom {
  top: 2px;
  border-top-color: #999;
  border-top-style: solid;
}
.layui-edge-left {
  border-right-color: #999;
  border-right-style: solid;
}
.layui-elip,
.layui-ellip {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.layui-disabled,
.layui-icon,
.layui-unselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layui-disabled,
.layui-disabled:hover {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}
.layui-circle {
  border-radius: 100%;
}
.layui-show {
  display: block !important;
}
.layui-hide {
  display: none !important;
}
.layui-show-v {
  visibility: visible !important;
}
.layui-hide-v {
  visibility: hidden !important;
}
@font-face {
  font-family: layui-icon;
  src: url(../font/iconfont.eot?v=293);
  src: url(../font/iconfont.eot?v=293#iefix) format('embedded-opentype'), url(../font/iconfont.woff2?v=293) format('woff2'), url(../font/iconfont.woff?v=293) format('woff'), url(../font/iconfont.ttf?v=293) format('truetype'), url(../font/iconfont.svg?v=293#layui-icon) format('svg');
}
.layui-icon {
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.layui-icon-sound:before {
  content: '\e69d';
}
.layui-icon-bot:before {
  content: '\e7d6';
}
.layui-icon-leaf:before {
  content: '\e701';
}
.layui-icon-folder:before {
  content: '\eabe';
}
.layui-icon-folder-open:before {
  content: '\eac1';
}
.layui-icon-gitee:before {
  content: '\e69b';
}
.layui-icon-github:before {
  content: '\e6a7';
}
.layui-icon-disabled:before {
  content: '\e6cc';
}
.layui-icon-moon:before {
  content: '\e6c2';
}
.layui-icon-error:before {
  content: '\e693';
}
.layui-icon-success:before {
  content: '\e697';
}
.layui-icon-question:before {
  content: '\e699';
}
.layui-icon-lock:before {
  content: '\e69a';
}
.layui-icon-eye:before {
  content: '\e695';
}
.layui-icon-eye-invisible:before {
  content: '\e696';
}
.layui-icon-backspace:before {
  content: '\e694';
}
.layui-icon-tips-fill:before {
  content: '\eb2e';
}
.layui-icon-test:before {
  content: '\e692';
}
.layui-icon-clear:before {
  content: '\e788';
}
.layui-icon-heart-fill:before {
  content: '\e68f';
}
.layui-icon-light:before {
  content: '\e748';
}
.layui-icon-music:before {
  content: '\e690';
}
.layui-icon-time:before {
  content: '\e68d';
}
.layui-icon-ie:before {
  content: '\e7bb';
}
.layui-icon-firefox:before {
  content: '\e686';
}
.layui-icon-at:before {
  content: '\e687';
}
.layui-icon-bluetooth:before {
  content: '\e689';
}
.layui-icon-chrome:before {
  content: '\e68a';
}
.layui-icon-edge:before {
  content: '\e68b';
}
.layui-icon-heart:before {
  content: '\e68c';
}
.layui-icon-key:before {
  content: '\e683';
}
.layui-icon-android:before {
  content: '\e684';
}
.layui-icon-mike:before {
  content: '\e6dc';
}
.layui-icon-mute:before {
  content: '\e685';
}
.layui-icon-gift:before {
  content: '\e627';
}
.layui-icon-windows:before {
  content: '\e67f';
}
.layui-icon-ios:before {
  content: '\e680';
}
.layui-icon-logout:before {
  content: '\e682';
}
.layui-icon-wifi:before {
  content: '\e7e0';
}
.layui-icon-rss:before {
  content: '\e808';
}
.layui-icon-email:before {
  content: '\e618';
}
.layui-icon-reduce-circle:before {
  content: '\e616';
}
.layui-icon-transfer:before {
  content: '\e691';
}
.layui-icon-service:before {
  content: '\e626';
}
.layui-icon-addition:before {
  content: '\e624';
}
.layui-icon-subtraction:before {
  content: '\e67e';
}
.layui-icon-slider:before {
  content: '\e714';
}
.layui-icon-print:before {
  content: '\e66d';
}
.layui-icon-export:before {
  content: '\e67d';
}
.layui-icon-cols:before {
  content: '\e610';
}
.layui-icon-screen-full:before {
  content: '\e622';
}
.layui-icon-screen-restore:before {
  content: '\e758';
}
.layui-icon-rate-half:before {
  content: '\e6c9';
}
.layui-icon-rate-solid:before {
  content: '\e67a';
}
.layui-icon-rate:before {
  content: '\e67b';
}
.layui-icon-cellphone:before {
  content: '\e678';
}
.layui-icon-vercode:before {
  content: '\e679';
}
.layui-icon-login-weibo:before {
  content: '\e675';
}
.layui-icon-login-qq:before {
  content: '\e676';
}
.layui-icon-login-wechat:before {
  content: '\e677';
}
.layui-icon-username:before {
  content: '\e66f';
}
.layui-icon-password:before {
  content: '\e673';
}
.layui-icon-refresh-3:before {
  content: '\e9aa';
}
.layui-icon-auz:before {
  content: '\e672';
}
.layui-icon-shrink-right:before {
  content: '\e668';
}
.layui-icon-spread-left:before {
  content: '\e66b';
}
.layui-icon-snowflake:before {
  content: '\e6b1';
}
.layui-icon-tips:before {
  content: '\e702';
}
.layui-icon-note:before {
  content: '\e66e';
}
.layui-icon-senior:before {
  content: '\e674';
}
.layui-icon-refresh-1:before {
  content: '\e666';
}
.layui-icon-refresh:before {
  content: '\e669';
}
.layui-icon-flag:before {
  content: '\e66c';
}
.layui-icon-theme:before {
  content: '\e66a';
}
.layui-icon-notice:before {
  content: '\e667';
}
.layui-icon-console:before {
  content: '\e665';
}
.layui-icon-website:before {
  content: '\e7ae';
}
.layui-icon-face-surprised:before {
  content: '\e664';
}
.layui-icon-set:before {
  content: '\e716';
}
.layui-icon-template:before {
  content: '\e663';
}
.layui-icon-app:before {
  content: '\e653';
}
.layui-icon-template-1:before {
  content: '\e656';
}
.layui-icon-home:before {
  content: '\e68e';
}
.layui-icon-female:before {
  content: '\e661';
}
.layui-icon-male:before {
  content: '\e662';
}
.layui-icon-tread:before {
  content: '\e6c5';
}
.layui-icon-praise:before {
  content: '\e6c6';
}
.layui-icon-rmb:before {
  content: '\e65e';
}
.layui-icon-more:before {
  content: '\e65f';
}
.layui-icon-camera:before {
  content: '\e660';
}
.layui-icon-cart-simple:before {
  content: '\e698';
}
.layui-icon-face-cry:before {
  content: '\e69c';
}
.layui-icon-face-smile:before {
  content: '\e6af';
}
.layui-icon-survey:before {
  content: '\e6b2';
}
.layui-icon-read:before {
  content: '\e705';
}
.layui-icon-location:before {
  content: '\e715';
}
.layui-icon-dollar:before {
  content: '\e659';
}
.layui-icon-diamond:before {
  content: '\e735';
}
.layui-icon-return:before {
  content: '\e65c';
}
.layui-icon-camera-fill:before {
  content: '\e65d';
}
.layui-icon-fire:before {
  content: '\e756';
}
.layui-icon-more-vertical:before {
  content: '\e671';
}
.layui-icon-cart:before {
  content: '\e657';
}
.layui-icon-star-fill:before {
  content: '\e658';
}
.layui-icon-prev:before {
  content: '\e65a';
}
.layui-icon-next:before {
  content: '\e65b';
}
.layui-icon-upload:before {
  content: '\e67c';
}
.layui-icon-upload-drag:before {
  content: '\e681';
}
.layui-icon-user:before {
  content: '\e770';
}
.layui-icon-file-b:before {
  content: '\e655';
}
.layui-icon-component:before {
  content: '\e857';
}
.layui-icon-find-fill:before {
  content: '\e670';
}
.layui-icon-loading:before {
  content: '\e63d';
}
.layui-icon-loading-1:before {
  content: '\e63e';
}
.layui-icon-add-1:before {
  content: '\e654';
}
.layui-icon-pause:before {
  content: '\e651';
}
.layui-icon-play:before {
  content: '\e652';
}
.layui-icon-video:before {
  content: '\e6ed';
}
.layui-icon-headset:before {
  content: '\e6fc';
}
.layui-icon-voice:before {
  content: '\e688';
}
.layui-icon-speaker:before {
  content: '\e645';
}
.layui-icon-fonts-del:before {
  content: '\e64f';
}
.layui-icon-fonts-html:before {
  content: '\e64b';
}
.layui-icon-fonts-code:before {
  content: '\e64e';
}
.layui-icon-fonts-strong:before {
  content: '\e62b';
}
.layui-icon-unlink:before {
  content: '\e64d';
}
.layui-icon-picture:before {
  content: '\e64a';
}
.layui-icon-link:before {
  content: '\e64c';
}
.layui-icon-face-smile-b:before {
  content: '\e650';
}
.layui-icon-align-center:before {
  content: '\e647';
}
.layui-icon-align-right:before {
  content: '\e648';
}
.layui-icon-align-left:before {
  content: '\e649';
}
.layui-icon-fonts-u:before {
  content: '\e646';
}
.layui-icon-fonts-i:before {
  content: '\e644';
}
.layui-icon-tabs:before {
  content: '\e62a';
}
.layui-icon-circle:before {
  content: '\e63f';
}
.layui-icon-radio:before {
  content: '\e643';
}
.layui-icon-share:before {
  content: '\e641';
}
.layui-icon-edit:before {
  content: '\e642';
}
.layui-icon-delete:before {
  content: '\e640';
}
.layui-icon-engine:before {
  content: '\e628';
}
.layui-icon-chart-screen:before {
  content: '\e629';
}
.layui-icon-chart:before {
  content: '\e62c';
}
.layui-icon-table:before {
  content: '\e62d';
}
.layui-icon-tree:before {
  content: '\e62e';
}
.layui-icon-upload-circle:before {
  content: '\e62f';
}
.layui-icon-templeate-1:before {
  content: '\e630';
}
.layui-icon-util:before {
  content: '\e631';
}
.layui-icon-layouts:before {
  content: '\e632';
}
.layui-icon-prev-circle:before {
  content: '\e633';
}
.layui-icon-carousel:before {
  content: '\e634';
}
.layui-icon-code-circle:before {
  content: '\e635';
}
.layui-icon-water:before {
  content: '\e636';
}
.layui-icon-date:before {
  content: '\e637';
}
.layui-icon-layer:before {
  content: '\e638';
}
.layui-icon-fonts-clear:before {
  content: '\e639';
}
.layui-icon-dialogue:before {
  content: '\e63a';
}
.layui-icon-cellphone-fine:before {
  content: '\e63b';
}
.layui-icon-form:before {
  content: '\e63c';
}
.layui-icon-file:before {
  content: '\e621';
}
.layui-icon-triangle-r:before {
  content: '\e623';
}
.layui-icon-triangle-d:before {
  content: '\e625';
}
.layui-icon-set-sm:before {
  content: '\e620';
}
.layui-icon-add-circle:before {
  content: '\e61f';
}
.layui-icon-layim-download:before {
  content: '\e61e';
}
.layui-icon-layim-uploadfile:before {
  content: '\e61d';
}
.layui-icon-404:before {
  content: '\e61c';
}
.layui-icon-about:before {
  content: '\e60b';
}
.layui-icon-layim-theme:before {
  content: '\e61b';
}
.layui-icon-down:before {
  content: '\e61a';
}
.layui-icon-up:before {
  content: '\e619';
}
.layui-icon-circle-dot:before {
  content: '\e617';
}
.layui-icon-set-fill:before {
  content: '\e614';
}
.layui-icon-search:before {
  content: '\e615';
}
.layui-icon-friends:before {
  content: '\e612';
}
.layui-icon-group:before {
  content: '\e613';
}
.layui-icon-reply-fill:before {
  content: '\e611';
}
.layui-icon-menu-fill:before {
  content: '\e60f';
}
.layui-icon-face-smile-fine:before {
  content: '\e60c';
}
.layui-icon-picture-fine:before {
  content: '\e60d';
}
.layui-icon-log:before {
  content: '\e60e';
}
.layui-icon-list:before {
  content: '\e60a';
}
.layui-icon-release:before {
  content: '\e609';
}
.layui-icon-add-circle-fine:before {
  content: '\e608';
}
.layui-icon-ok:before {
  content: '\e605';
}
.layui-icon-help:before {
  content: '\e607';
}
.layui-icon-chat:before {
  content: '\e606';
}
.layui-icon-top:before {
  content: '\e604';
}
.layui-icon-right:before {
  content: '\e602';
}
.layui-icon-left:before {
  content: '\e603';
}
.layui-icon-star:before {
  content: '\e600';
}
.layui-icon-download-circle:before {
  content: '\e601';
}
.layui-icon-close:before {
  content: '\1006';
}
.layui-icon-close-fill:before {
  content: '\1007';
}
.layui-icon-ok-circle:before {
  content: '\1005';
}
.layui-main {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}
.layui-header {
  position: relative;
  z-index: 1000;
  height: 60px;
}
.layui-header a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.layui-side {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 200px;
  overflow-x: hidden;
}
.layui-side-scroll {
  position: relative;
  width: 220px;
  height: 100%;
  overflow-x: hidden;
}
.layui-body {
  position: relative;
  left: 200px;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  box-sizing: border-box;
}
.layui-layout-body {
  overflow-x: hidden;
}
.layui-layout-admin .layui-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #23292e;
}
.layui-layout-admin .layui-side {
  top: 60px;
  width: 200px;
  overflow-x: hidden;
}
.layui-layout-admin .layui-body {
  position: absolute;
  top: 60px;
  padding-bottom: 44px;
}
.layui-layout-admin .layui-main {
  width: auto;
  margin: 0 15px;
}
.layui-layout-admin .layui-footer {
  position: fixed;
  left: 200px;
  right: 0;
  bottom: 0;
  z-index: 990;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.layui-layout-admin .layui-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: #16baaa;
  font-size: 16px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.layui-layout-admin .layui-header .layui-nav {
  background: 0 0;
}
.layui-layout-left {
  position: absolute!important;
  left: 200px;
  top: 0;
}
.layui-layout-right {
  position: absolute!important;
  right: 0;
  top: 0;
}
.layui-container {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
.layui-fluid {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
.layui-row:after,
.layui-row:before {
  content: '';
  display: block;
  clear: both;
}
.layui-col-lg1,
.layui-col-lg10,
.layui-col-lg11,
.layui-col-lg12,
.layui-col-lg2,
.layui-col-lg3,
.layui-col-lg4,
.layui-col-lg5,
.layui-col-lg6,
.layui-col-lg7,
.layui-col-lg8,
.layui-col-lg9,
.layui-col-md1,
.layui-col-md10,
.layui-col-md11,
.layui-col-md12,
.layui-col-md2,
.layui-col-md3,
.layui-col-md4,
.layui-col-md5,
.layui-col-md6,
.layui-col-md7,
.layui-col-md8,
.layui-col-md9,
.layui-col-sm1,
.layui-col-sm10,
.layui-col-sm11,
.layui-col-sm12,
.layui-col-sm2,
.layui-col-sm3,
.layui-col-sm4,
.layui-col-sm5,
.layui-col-sm6,
.layui-col-sm7,
.layui-col-sm8,
.layui-col-sm9,
.layui-col-xl1,
.layui-col-xl10,
.layui-col-xl11,
.layui-col-xl12,
.layui-col-xl2,
.layui-col-xl3,
.layui-col-xl4,
.layui-col-xl5,
.layui-col-xl6,
.layui-col-xl7,
.layui-col-xl8,
.layui-col-xl9,
.layui-col-xs1,
.layui-col-xs10,
.layui-col-xs11,
.layui-col-xs12,
.layui-col-xs2,
.layui-col-xs3,
.layui-col-xs4,
.layui-col-xs5,
.layui-col-xs6,
.layui-col-xs7,
.layui-col-xs8,
.layui-col-xs9 {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.layui-col-xs1,
.layui-col-xs10,
.layui-col-xs11,
.layui-col-xs12,
.layui-col-xs2,
.layui-col-xs3,
.layui-col-xs4,
.layui-col-xs5,
.layui-col-xs6,
.layui-col-xs7,
.layui-col-xs8,
.layui-col-xs9 {
  float: left;
}
.layui-col-xs1 {
  width: 8.33333333%;
}
.layui-col-xs2 {
  width: 16.66666667%;
}
.layui-col-xs3 {
  width: 25%;
}
.layui-col-xs4 {
  width: 33.33333333%;
}
.layui-col-xs5 {
  width: 41.66666667%;
}
.layui-col-xs6 {
  width: 50%;
}
.layui-col-xs7 {
  width: 58.33333333%;
}
.layui-col-xs8 {
  width: 66.66666667%;
}
.layui-col-xs9 {
  width: 75%;
}
.layui-col-xs10 {
  width: 83.33333333%;
}
.layui-col-xs11 {
  width: 91.66666667%;
}
.layui-col-xs12 {
  width: 100%;
}
.layui-col-xs-offset1 {
  margin-left: 8.33333333%;
}
.layui-col-xs-offset2 {
  margin-left: 16.66666667%;
}
.layui-col-xs-offset3 {
  margin-left: 25%;
}
.layui-col-xs-offset4 {
  margin-left: 33.33333333%;
}
.layui-col-xs-offset5 {
  margin-left: 41.66666667%;
}
.layui-col-xs-offset6 {
  margin-left: 50%;
}
.layui-col-xs-offset7 {
  margin-left: 58.33333333%;
}
.layui-col-xs-offset8 {
  margin-left: 66.66666667%;
}
.layui-col-xs-offset9 {
  margin-left: 75%;
}
.layui-col-xs-offset10 {
  margin-left: 83.33333333%;
}
.layui-col-xs-offset11 {
  margin-left: 91.66666667%;
}
.layui-col-xs-offset12 {
  margin-left: 100%;
}
@media screen and (max-width: 767.98px) {
  .layui-container {
    padding: 0 15px;
  }
  .layui-hide-xs {
    display: none !important;
  }
  .layui-show-xs-block {
    display: block !important;
  }
  .layui-show-xs-inline {
    display: inline !important;
  }
  .layui-show-xs-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .layui-container {
    width: 720px;
  }
  .layui-hide-sm {
    display: none !important;
  }
  .layui-show-sm-block {
    display: block !important;
  }
  .layui-show-sm-inline {
    display: inline !important;
  }
  .layui-show-sm-inline-block {
    display: inline-block !important;
  }
  .layui-col-sm1,
  .layui-col-sm10,
  .layui-col-sm11,
  .layui-col-sm12,
  .layui-col-sm2,
  .layui-col-sm3,
  .layui-col-sm4,
  .layui-col-sm5,
  .layui-col-sm6,
  .layui-col-sm7,
  .layui-col-sm8,
  .layui-col-sm9 {
    float: left;
  }
  .layui-col-sm1 {
    width: 8.33333333%;
  }
  .layui-col-sm2 {
    width: 16.66666667%;
  }
  .layui-col-sm3 {
    width: 25%;
  }
  .layui-col-sm4 {
    width: 33.33333333%;
  }
  .layui-col-sm5 {
    width: 41.66666667%;
  }
  .layui-col-sm6 {
    width: 50%;
  }
  .layui-col-sm7 {
    width: 58.33333333%;
  }
  .layui-col-sm8 {
    width: 66.66666667%;
  }
  .layui-col-sm9 {
    width: 75%;
  }
  .layui-col-sm10 {
    width: 83.33333333%;
  }
  .layui-col-sm11 {
    width: 91.66666667%;
  }
  .layui-col-sm12 {
    width: 100%;
  }
  .layui-col-sm-offset1 {
    margin-left: 8.33333333%;
  }
  .layui-col-sm-offset2 {
    margin-left: 16.66666667%;
  }
  .layui-col-sm-offset3 {
    margin-left: 25%;
  }
  .layui-col-sm-offset4 {
    margin-left: 33.33333333%;
  }
  .layui-col-sm-offset5 {
    margin-left: 41.66666667%;
  }
  .layui-col-sm-offset6 {
    margin-left: 50%;
  }
  .layui-col-sm-offset7 {
    margin-left: 58.33333333%;
  }
  .layui-col-sm-offset8 {
    margin-left: 66.66666667%;
  }
  .layui-col-sm-offset9 {
    margin-left: 75%;
  }
  .layui-col-sm-offset10 {
    margin-left: 83.33333333%;
  }
  .layui-col-sm-offset11 {
    margin-left: 91.66666667%;
  }
  .layui-col-sm-offset12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 992px) {
  .layui-container {
    width: 960px;
  }
  .layui-hide-md {
    display: none !important;
  }
  .layui-show-md-block {
    display: block !important;
  }
  .layui-show-md-inline {
    display: inline !important;
  }
  .layui-show-md-inline-block {
    display: inline-block !important;
  }
  .layui-col-md1,
  .layui-col-md10,
  .layui-col-md11,
  .layui-col-md12,
  .layui-col-md2,
  .layui-col-md3,
  .layui-col-md4,
  .layui-col-md5,
  .layui-col-md6,
  .layui-col-md7,
  .layui-col-md8,
  .layui-col-md9 {
    float: left;
  }
  .layui-col-md1 {
    width: 8.33333333%;
  }
  .layui-col-md2 {
    width: 16.66666667%;
  }
  .layui-col-md3 {
    width: 25%;
  }
  .layui-col-md4 {
    width: 33.33333333%;
  }
  .layui-col-md5 {
    width: 41.66666667%;
  }
  .layui-col-md6 {
    width: 50%;
  }
  .layui-col-md7 {
    width: 58.33333333%;
  }
  .layui-col-md8 {
    width: 66.66666667%;
  }
  .layui-col-md9 {
    width: 75%;
  }
  .layui-col-md10 {
    width: 83.33333333%;
  }
  .layui-col-md11 {
    width: 91.66666667%;
  }
  .layui-col-md12 {
    width: 100%;
  }
  .layui-col-md-offset1 {
    margin-left: 8.33333333%;
  }
  .layui-col-md-offset2 {
    margin-left: 16.66666667%;
  }
  .layui-col-md-offset3 {
    margin-left: 25%;
  }
  .layui-col-md-offset4 {
    margin-left: 33.33333333%;
  }
  .layui-col-md-offset5 {
    margin-left: 41.66666667%;
  }
  .layui-col-md-offset6 {
    margin-left: 50%;
  }
  .layui-col-md-offset7 {
    margin-left: 58.33333333%;
  }
  .layui-col-md-offset8 {
    margin-left: 66.66666667%;
  }
  .layui-col-md-offset9 {
    margin-left: 75%;
  }
  .layui-col-md-offset10 {
    margin-left: 83.33333333%;
  }
  .layui-col-md-offset11 {
    margin-left: 91.66666667%;
  }
  .layui-col-md-offset12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .layui-container {
    width: 1150px;
  }
  .layui-hide-lg {
    display: none !important;
  }
  .layui-show-lg-block {
    display: block !important;
  }
  .layui-show-lg-inline {
    display: inline !important;
  }
  .layui-show-lg-inline-block {
    display: inline-block !important;
  }
  .layui-col-lg1,
  .layui-col-lg10,
  .layui-col-lg11,
  .layui-col-lg12,
  .layui-col-lg2,
  .layui-col-lg3,
  .layui-col-lg4,
  .layui-col-lg5,
  .layui-col-lg6,
  .layui-col-lg7,
  .layui-col-lg8,
  .layui-col-lg9 {
    float: left;
  }
  .layui-col-lg1 {
    width: 8.33333333%;
  }
  .layui-col-lg2 {
    width: 16.66666667%;
  }
  .layui-col-lg3 {
    width: 25%;
  }
  .layui-col-lg4 {
    width: 33.33333333%;
  }
  .layui-col-lg5 {
    width: 41.66666667%;
  }
  .layui-col-lg6 {
    width: 50%;
  }
  .layui-col-lg7 {
    width: 58.33333333%;
  }
  .layui-col-lg8 {
    width: 66.66666667%;
  }
  .layui-col-lg9 {
    width: 75%;
  }
  .layui-col-lg10 {
    width: 83.33333333%;
  }
  .layui-col-lg11 {
    width: 91.66666667%;
  }
  .layui-col-lg12 {
    width: 100%;
  }
  .layui-col-lg-offset1 {
    margin-left: 8.33333333%;
  }
  .layui-col-lg-offset2 {
    margin-left: 16.66666667%;
  }
  .layui-col-lg-offset3 {
    margin-left: 25%;
  }
  .layui-col-lg-offset4 {
    margin-left: 33.33333333%;
  }
  .layui-col-lg-offset5 {
    margin-left: 41.66666667%;
  }
  .layui-col-lg-offset6 {
    margin-left: 50%;
  }
  .layui-col-lg-offset7 {
    margin-left: 58.33333333%;
  }
  .layui-col-lg-offset8 {
    margin-left: 66.66666667%;
  }
  .layui-col-lg-offset9 {
    margin-left: 75%;
  }
  .layui-col-lg-offset10 {
    margin-left: 83.33333333%;
  }
  .layui-col-lg-offset11 {
    margin-left: 91.66666667%;
  }
  .layui-col-lg-offset12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .layui-container {
    width: 1330px;
  }
  .layui-hide-xl {
    display: none !important;
  }
  .layui-show-xl-block {
    display: block !important;
  }
  .layui-show-xl-inline {
    display: inline !important;
  }
  .layui-show-xl-inline-block {
    display: inline-block !important;
  }
  .layui-col-xl1,
  .layui-col-xl10,
  .layui-col-xl11,
  .layui-col-xl12,
  .layui-col-xl2,
  .layui-col-xl3,
  .layui-col-xl4,
  .layui-col-xl5,
  .layui-col-xl6,
  .layui-col-xl7,
  .layui-col-xl8,
  .layui-col-xl9 {
    float: left;
  }
  .layui-col-xl1 {
    width: 8.33333333%;
  }
  .layui-col-xl2 {
    width: 16.66666667%;
  }
  .layui-col-xl3 {
    width: 25%;
  }
  .layui-col-xl4 {
    width: 33.33333333%;
  }
  .layui-col-xl5 {
    width: 41.66666667%;
  }
  .layui-col-xl6 {
    width: 50%;
  }
  .layui-col-xl7 {
    width: 58.33333333%;
  }
  .layui-col-xl8 {
    width: 66.66666667%;
  }
  .layui-col-xl9 {
    width: 75%;
  }
  .layui-col-xl10 {
    width: 83.33333333%;
  }
  .layui-col-xl11 {
    width: 91.66666667%;
  }
  .layui-col-xl12 {
    width: 100%;
  }
  .layui-col-xl-offset1 {
    margin-left: 8.33333333%;
  }
  .layui-col-xl-offset2 {
    margin-left: 16.66666667%;
  }
  .layui-col-xl-offset3 {
    margin-left: 25%;
  }
  .layui-col-xl-offset4 {
    margin-left: 33.33333333%;
  }
  .layui-col-xl-offset5 {
    margin-left: 41.66666667%;
  }
  .layui-col-xl-offset6 {
    margin-left: 50%;
  }
  .layui-col-xl-offset7 {
    margin-left: 58.33333333%;
  }
  .layui-col-xl-offset8 {
    margin-left: 66.66666667%;
  }
  .layui-col-xl-offset9 {
    margin-left: 75%;
  }
  .layui-col-xl-offset10 {
    margin-left: 83.33333333%;
  }
  .layui-col-xl-offset11 {
    margin-left: 91.66666667%;
  }
  .layui-col-xl-offset12 {
    margin-left: 100%;
  }
}
.layui-col-space1 {
  margin: -0.5px;
}
.layui-col-space1 > * {
  padding: 0.5px;
}
.layui-col-space2 {
  margin: -1px;
}
.layui-col-space2 > * {
  padding: 1px;
}
.layui-col-space4 {
  margin: -2px;
}
.layui-col-space4 > * {
  padding: 2px;
}
.layui-col-space5 {
  margin: -2.5px;
}
.layui-col-space5 > * {
  padding: 2.5px;
}
.layui-col-space6 {
  margin: -3px;
}
.layui-col-space6 > * {
  padding: 3px;
}
.layui-col-space8 {
  margin: -4px;
}
.layui-col-space8 > * {
  padding: 4px;
}
.layui-col-space10 {
  margin: -5px;
}
.layui-col-space10 > * {
  padding: 5px;
}
.layui-col-space12 {
  margin: -6px;
}
.layui-col-space12 > * {
  padding: 6px;
}
.layui-col-space14 {
  margin: -7px;
}
.layui-col-space14 > * {
  padding: 7px;
}
.layui-col-space15 {
  margin: -7.5px;
}
.layui-col-space15 > * {
  padding: 7.5px;
}
.layui-col-space16 {
  margin: -8px;
}
.layui-col-space16 > * {
  padding: 8px;
}
.layui-col-space18 {
  margin: -9px;
}
.layui-col-space18 > * {
  padding: 9px;
}
.layui-col-space20 {
  margin: -10px;
}
.layui-col-space20 > * {
  padding: 10px;
}
.layui-col-space22 {
  margin: -11px;
}
.layui-col-space22 > * {
  padding: 11px;
}
.layui-col-space24 {
  margin: -12px;
}
.layui-col-space24 > * {
  padding: 12px;
}
.layui-col-space25 {
  margin: -12.5px;
}
.layui-col-space25 > * {
  padding: 12.5px;
}
.layui-col-space26 {
  margin: -13px;
}
.layui-col-space26 > * {
  padding: 13px;
}
.layui-col-space28 {
  margin: -14px;
}
.layui-col-space28 > * {
  padding: 14px;
}
.layui-col-space30 {
  margin: -15px;
}
.layui-col-space30 > * {
  padding: 15px;
}
.layui-col-space32 {
  margin: -16px;
}
.layui-col-space32 > * {
  padding: 16px;
}
.layui-padding-1 {
  padding: 4px !important;
}
.layui-padding-2 {
  padding: 8px !important;
}
.layui-padding-3 {
  padding: 16px !important;
}
.layui-padding-4 {
  padding: 32px !important;
}
.layui-padding-5 {
  padding: 48px !important;
}
.layui-margin-1 {
  margin: 4px !important;
}
.layui-margin-2 {
  margin: 8px !important;
}
.layui-margin-3 {
  margin: 16px !important;
}
.layui-margin-4 {
  margin: 32px !important;
}
.layui-margin-5 {
  margin: 48px !important;
}
.layui-btn,
.layui-input,
.layui-select,
.layui-textarea,
.layui-upload-button {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
.layui-elem-quote {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 1.8;
  border-left: 5px solid #16b777;
  border-radius: 0 2px 2px 0;
  background-color: #fafafa;
}
.layui-quote-nm {
  border-style: solid;
  border-width: 1px;
  border-left-width: 5px;
  background: 0 0;
}
.layui-elem-field {
  margin-bottom: 10px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
}
.layui-elem-field legend {
  margin-left: 20px;
  padding: 0 10px;
  font-size: 20px;
}
.layui-field-title {
  margin: 16px 0;
  border-width: 0;
  border-top-width: 1px;
}
.layui-field-box {
  padding: 15px;
}
.layui-field-title .layui-field-box {
  padding: 10px 0;
}
.layui-progress {
  position: relative;
  height: 6px;
  border-radius: 20px;
  background-color: #eee;
}
.layui-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  max-width: 100%;
  height: 6px;
  border-radius: 20px;
  text-align: right;
  background-color: #16b777;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layui-progress-big,
.layui-progress-big .layui-progress-bar {
  height: 18px;
  line-height: 18px;
}
.layui-progress-text {
  position: relative;
  top: -20px;
  line-height: 18px;
  font-size: 12px;
  color: #5f5f5f;
}
.layui-progress-big .layui-progress-text {
  position: static;
  padding: 0 10px;
  color: #fff;
}
.layui-collapse {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
.layui-colla-content,
.layui-colla-item {
  border-top-width: 1px;
  border-top-style: solid;
}
.layui-colla-item:first-child {
  border-top: none;
}
.layui-colla-title {
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0 35px;
  color: #333;
  background-color: #fafafa;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden;
}
.layui-colla-content {
  display: none;
  padding: 10px 15px;
  line-height: 1.6;
  color: #5f5f5f;
}
.layui-colla-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  line-height: normal;
  transition: all 0.2s;
}
.layui-colla-item.layui-show > .layui-colla-title .layui-colla-icon {
  transform: rotate(90deg);
}
.layui-colla-item.layui-show > .layui-colla-content {
  display: block;
}
.layui-card {
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.layui-card:last-child {
  margin-bottom: 0;
}
.layui-card-body,
.layui-card-header {
  position: relative;
  padding: 10px 15px;
}
.layui-card-header {
  border-bottom: 1px solid #f8f8f8;
  color: #333;
  border-radius: 2px 2px 0 0;
  font-size: 14px;
}
.layui-card-body .layui-table {
  margin: 5px 0;
}
.layui-card .layui-tab {
  margin: 0;
}
.layui-panel {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  color: #5f5f5f;
}
.layui-panel-window {
  position: relative;
  padding: 15px;
  border-radius: 0;
  border-top: 5px solid #eee;
  background-color: #fff;
}
.layui-auxiliar-moving {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 9999999999;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layui-scrollbar-hide {
  overflow: hidden !important;
}
.layui-bg-red {
  background-color: #ff5722 !important;
  color: #fff !important;
}
.layui-bg-orange {
  background-color: #ffb800 !important;
  color: #fff !important;
}
.layui-bg-green {
  background-color: #16baaa !important;
  color: #fff !important;
}
.layui-bg-cyan {
  background-color: #2f4056 !important;
  color: #fff !important;
}
.layui-bg-blue {
  background-color: #1e9fff !important;
  color: #fff !important;
}
.layui-bg-purple {
  background-color: #a233c6 !important;
  color: #fff !important;
}
.layui-bg-black {
  background-color: #2f363c !important;
  color: #fff !important;
}
.layui-bg-gray {
  background-color: #fafafa !important;
  color: #5f5f5f !important;
}
.layui-badge-rim,
.layui-border,
.layui-colla-content,
.layui-colla-item,
.layui-collapse,
.layui-elem-field,
.layui-form-pane .layui-form-item[pane],
.layui-form-pane .layui-form-label,
.layui-input,
.layui-input-split,
.layui-panel,
.layui-quote-nm,
.layui-select,
.layui-tab-bar,
.layui-tab-card,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-textarea {
  border-color: #eee;
}
.layui-border {
  border-width: 1px;
  border-style: solid;
  color: #5f5f5f !important;
}
.layui-border-red {
  border-width: 1px;
  border-style: solid;
  border-color: #ff5722 !important;
  color: #ff5722 !important;
}
.layui-border-orange {
  border-width: 1px;
  border-style: solid;
  border-color: #ffb800 !important;
  color: #ffb800 !important;
}
.layui-border-green {
  border-width: 1px;
  border-style: solid;
  border-color: #16baaa !important;
  color: #16baaa !important;
}
.layui-border-cyan {
  border-width: 1px;
  border-style: solid;
  border-color: #2f4056 !important;
  color: #2f4056 !important;
}
.layui-border-blue {
  border-width: 1px;
  border-style: solid;
  border-color: #1e9fff !important;
  color: #1e9fff !important;
}
.layui-border-purple {
  border-width: 1px;
  border-style: solid;
  border-color: #a233c6 !important;
  color: #a233c6 !important;
}
.layui-border-black {
  border-width: 1px;
  border-style: solid;
  border-color: #2f363c !important;
  color: #2f363c !important;
}
hr.layui-border-black,
hr.layui-border-blue,
hr.layui-border-cyan,
hr.layui-border-green,
hr.layui-border-orange,
hr.layui-border-purple,
hr.layui-border-red {
  border-width: 0 0 1px;
}
.layui-timeline-item:before {
  background-color: #eee;
}
.layui-text {
  line-height: 1.8;
  font-size: 14px;
}
.layui-text h1 {
  margin: 32px 0;
  font-size: 32px;
}
.layui-text h2 {
  margin: 24px 0;
  font-size: 24px;
}
.layui-text h3 {
  margin: 16px 0;
  font-size: 18px;
}
.layui-text h4 {
  margin: 11px 0;
  font-size: 16px;
}
.layui-text h5 {
  margin: 11px 0;
  font-size: 14px;
}
.layui-text h6 {
  margin: 11px 0;
  font-size: 13px;
}
.layui-text p {
  margin: 15px 0;
}
.layui-text p:first-child {
  margin-top: 0;
}
.layui-text p:last-child {
  margin-bottom: 0;
}
.layui-text hr {
  margin: 15px 0;
}
.layui-text ol,
.layui-text ul {
  padding-left: 15px;
}
.layui-text ul li {
  margin-top: 5px;
  list-style-type: disc;
}
.layui-text ol li {
  margin-top: 5px;
  list-style-type: decimal;
}
.layui-text ol ul > li,
.layui-text ul ul > li {
  list-style-type: disc;
}
.layui-text ol li > p:first-child,
.layui-text ul li > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.layui-text :where(a:not(.layui-btn)) {
  color: #01aaed;
}
.layui-text :where(a:not(.layui-btn):hover) {
  text-decoration: underline;
}
.layui-text blockquote:not(.layui-elem-quote) {
  margin: 15px 0;
  padding: 5px 15px;
  border-left: 5px solid #eee;
}
.layui-text pre > code:not(.layui-code) {
  display: block;
  padding: 15px;
  font-family: 'Courier New', Consolas, 'Lucida Console', monospace;
}
.layui-text-em,
.layui-word-aux {
  color: #999 !important;
  padding-left: 5px!important;
  padding-right: 5px !important;
}
.layui-font-12 {
  font-size: 12px !important;
}
.layui-font-13 {
  font-size: 13px !important;
}
.layui-font-14 {
  font-size: 14px !important;
}
.layui-font-16 {
  font-size: 16px !important;
}
.layui-font-18 {
  font-size: 18px !important;
}
.layui-font-20 {
  font-size: 20px !important;
}
.layui-font-22 {
  font-size: 22px !important;
}
.layui-font-24 {
  font-size: 24px !important;
}
.layui-font-26 {
  font-size: 26px !important;
}
.layui-font-28 {
  font-size: 28px !important;
}
.layui-font-30 {
  font-size: 30px !important;
}
.layui-font-32 {
  font-size: 32px !important;
}
.layui-font-red {
  color: #ff5722 !important;
}
.layui-font-orange {
  color: #ffb800 !important;
}
.layui-font-green {
  color: #16baaa !important;
}
.layui-font-cyan {
  color: #2f4056 !important;
}
.layui-font-blue {
  color: #01aaed !important;
}
.layui-font-purple {
  color: #a233c6 !important;
}
.layui-font-black {
  color: #000 !important;
}
.layui-font-gray {
  color: #c2c2c2 !important;
}
.layui-btn {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  line-height: 36px;
  border: 1px solid transparent;
  padding: 0 18px;
  background-color: #16baaa;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layui-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
}
.layui-btn:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.layui-btn + .layui-btn {
  margin-left: 10px;
}
.layui-btn-container {
  word-spacing: -5px;
}
.layui-btn-container .layui-btn {
  margin-right: 10px;
  margin-bottom: 10px;
  word-spacing: normal;
}
.layui-btn-container .layui-btn + .layui-btn {
  margin-left: 0;
}
.layui-table .layui-btn-container .layui-btn {
  margin-bottom: 9px;
}
.layui-btn-radius {
  border-radius: 100px;
}
.layui-btn .layui-icon {
  padding: 0 2px;
  vertical-align: middle\0;
  vertical-align: bottom;
}
.layui-btn-primary {
  border-color: #d2d2d2;
  background: 0 0;
  color: #5f5f5f;
}
.layui-btn-primary:hover {
  border-color: #16baaa;
  color: #333;
}
.layui-btn-normal {
  background-color: #1e9fff;
}
.layui-btn-warm {
  background-color: #ffb800;
}
.layui-btn-danger {
  background-color: #ff5722;
}
.layui-btn-checked {
  background-color: #16b777;
}
.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
  border-color: #eee !important;
  background-color: #fbfbfb !important;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
  opacity: 1;
}
.layui-btn-lg {
  height: 44px;
  line-height: 42px;
  padding: 0 25px;
  font-size: 16px;
}
.layui-btn-sm {
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 12px;
}
.layui-btn-xs {
  height: 22px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
}
.layui-btn-xs i {
  font-size: 12px !important;
}
.layui-btn-group {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.layui-btn-group .layui-btn {
  margin-left: 0!important;
  margin-right: 0!important;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.layui-btn-group .layui-btn-primary {
  border-left: none;
}
.layui-btn-group .layui-btn-primary:hover {
  border-color: #d2d2d2;
  color: #16baaa;
}
.layui-btn-group .layui-btn:first-child {
  border-left: none;
  border-radius: 2px 0 0 2px;
}
.layui-btn-group .layui-btn-primary:first-child {
  border-left: 1px solid #d2d2d2;
}
.layui-btn-group .layui-btn:last-child {
  border-radius: 0 2px 2px 0;
}
.layui-btn-group .layui-btn + .layui-btn {
  margin-left: 0;
}
.layui-btn-group + .layui-btn-group {
  margin-left: 10px;
}
.layui-btn-fluid {
  width: 100%;
}
.layui-input,
.layui-select,
.layui-textarea {
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
}
.layui-input::-webkit-input-placeholder,
.layui-select::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder {
  line-height: 1.3;
}
.layui-input,
.layui-textarea {
  display: block;
  width: 100%;
  padding-left: 10px;
}
.layui-input:hover,
.layui-textarea:hover {
  border-color: #d2d2d2 !important;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: #16b777 !important;
  box-shadow: 0 0 0 3px rgba(22, 183, 119, 0.08);
}
.layui-textarea {
  position: relative;
  min-height: 100px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical;
}
.layui-input[disabled],
.layui-textarea[disabled] {
  background-color: #fafafa;
}
.layui-select {
  padding: 0 10px;
}
.layui-form input[type=checkbox],
.layui-form input[type=radio],
.layui-form select {
  display: none;
}
.layui-form [lay-ignore] {
  display: initial;
}
.layui-form-item {
  position: relative;
  margin-bottom: 15px;
  clear: both;
}
.layui-form-item:after {
  content: '\20';
  clear: both;
  display: block;
  height: 0;
}
.layui-form-label {
  position: relative;
  float: left;
  display: block;
  padding: 9px 15px;
  width: 80px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}
.layui-form-label-col {
  display: block;
  float: none;
  padding: 9px 0;
  line-height: 20px;
  text-align: left;
}
.layui-form-item .layui-inline {
  margin-bottom: 5px;
  margin-right: 10px;
}
.layui-input-block,
.layui-input-inline {
  position: relative;
}
.layui-input-block {
  margin-left: 110px;
  min-height: 36px;
}
.layui-input-inline {
  display: inline-block;
  vertical-align: middle;
}
.layui-form-item .layui-input-inline {
  float: left;
  width: 190px;
  margin-right: 10px;
}
.layui-form-text .layui-input-inline {
  width: auto;
}
.layui-form-mid {
  position: relative;
  float: left;
  display: block;
  padding: 9px 0!important;
  line-height: 20px;
  margin-right: 10px;
}
.layui-form-danger + .layui-form-select .layui-input,
.layui-form-danger:focus {
  border-color: #ff5722 !important;
  box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.08);
}
.layui-input-prefix,
.layui-input-split,
.layui-input-suffix,
.layui-input-suffix .layui-input-affix {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  width: 35px;
  height: 100%;
  text-align: center;
  transition: all 0.3s;
  box-sizing: border-box;
}
.layui-input-prefix {
  left: 0;
  border-radius: 2px 0 0 2px;
}
.layui-input-suffix {
  right: 0;
  border-radius: 0 2px 2px 0;
}
.layui-input-split {
  border-width: 1px;
  border-style: solid;
}
.layui-input-prefix .layui-icon,
.layui-input-split .layui-icon,
.layui-input-suffix .layui-icon {
  position: relative;
  font-size: 16px;
  color: #5f5f5f;
  transition: all 0.3s;
}
.layui-input-group {
  position: relative;
  display: table;
  box-sizing: border-box;
}
.layui-input-group > * {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.layui-input-group .layui-input {
  padding-right: 15px;
}
.layui-input-group > .layui-input-prefix {
  width: auto;
  border-right: 0;
}
.layui-input-group > .layui-input-suffix {
  width: auto;
  border-left: 0;
}
.layui-input-group .layui-input-split {
  white-space: nowrap;
}
.layui-input-wrap {
  position: relative;
  line-height: 38px;
}
.layui-input-wrap .layui-input {
  padding-right: 35px;
}
.layui-input-wrap .layui-input::-ms-clear,
.layui-input-wrap .layui-input::-ms-reveal {
  display: none;
}
.layui-input-wrap .layui-input-prefix + .layui-input,
.layui-input-wrap .layui-input-prefix ~ * .layui-input {
  padding-left: 35px;
}
.layui-input-wrap .layui-input-split + .layui-input,
.layui-input-wrap .layui-input-split ~ * .layui-input {
  padding-left: 45px;
}
.layui-input-wrap .layui-input-prefix ~ .layui-form-select {
  position: static;
}
.layui-input-wrap .layui-input-prefix,
.layui-input-wrap .layui-input-split,
.layui-input-wrap .layui-input-suffix {
  pointer-events: none;
}
.layui-input-wrap .layui-input:hover + .layui-input-split {
  border-color: #d2d2d2;
}
.layui-input-wrap .layui-input:focus + .layui-input-split {
  border-color: #16b777;
}
.layui-input-wrap .layui-input.layui-form-danger:focus + .layui-input-split {
  border-color: #ff5722;
}
.layui-input-wrap .layui-input-prefix.layui-input-split {
  border-width: 0;
  border-right-width: 1px;
}
.layui-input-wrap .layui-input-suffix.layui-input-split {
  border-width: 0;
  border-left-width: 1px;
}
.layui-input-affix {
  line-height: 38px;
}
.layui-input-suffix .layui-input-affix {
  right: auto;
  left: -35px;
}
.layui-input-affix .layui-icon {
  color: rgba(0, 0, 0, 0.8);
  pointer-events: auto!important;
  cursor: pointer;
}
.layui-input-affix .layui-icon-clear {
  color: rgba(0, 0, 0, 0.3);
}
.layui-input-affix .layui-icon:hover {
  color: rgba(0, 0, 0, 0.6);
}
.layui-input-wrap .layui-input-number {
  width: 24px;
  padding: 0;
}
.layui-input-wrap .layui-input-number .layui-icon {
  position: absolute;
  right: 0;
  width: 100%;
  height: 50%;
  line-height: normal;
  font-size: 12px;
}
.layui-input-wrap .layui-input-number .layui-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -6px;
}
.layui-input-wrap .layui-input-number .layui-icon-up {
  top: 0;
  border-bottom: 1px solid #eee;
}
.layui-input-wrap .layui-input-number .layui-icon-down {
  bottom: 0;
}
.layui-input-wrap .layui-input-number .layui-icon:hover {
  font-weight: 700;
}
.layui-input-wrap .layui-input[type=number]::-webkit-inner-spin-button,
.layui-input-wrap .layui-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}
.layui-input-wrap .layui-input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.layui-input-wrap .layui-input.layui-input-number-invalid,
.layui-input-wrap .layui-input.layui-input-number-out-of-range {
  color: #ff5722;
}
.layui-form-select {
  position: relative;
  color: #5f5f5f;
}
.layui-form-select .layui-input {
  padding-right: 30px;
  cursor: pointer;
}
.layui-form-select .layui-edge {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layui-form-select dl {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 5px 0;
  z-index: 899;
  min-width: 100%;
  border: 1px solid #eee;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.layui-form-select dl dd,
.layui-form-select dl dt {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layui-form-select dl dt {
  font-size: 12px;
  color: #999;
}
.layui-form-select dl dd {
  cursor: pointer;
}
.layui-form-select dl dd:hover {
  background-color: #f8f8f8;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.layui-form-select .layui-select-group dd {
  padding-left: 20px;
}
.layui-form-select dl dd.layui-select-tips {
  padding-left: 10px!important;
  color: #999;
}
.layui-form-select dl dd.layui-this {
  background-color: #f8f8f8;
  color: #16b777;
  font-weight: 700;
}
.layui-form-select dl dd.layui-disabled {
  background-color: #fff;
}
.layui-form-selected dl {
  display: block;
}
.layui-form-selected .layui-edge {
  margin-top: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.layui-form-selected .layui-edge {
  margin-top: -3px \0;
}
:root .layui-form-selected .layui-edge {
  margin-top: -9px \0 / IE9;
}
.layui-form-selectup dl {
  top: auto;
  bottom: 42px;
}
.layui-select-none {
  margin: 5px 0;
  text-align: center;
  color: #999;
}
.layui-select-panel-wrap {
  position: absolute;
  z-index: 99999999;
}
.layui-select-panel-wrap dl {
  position: relative;
  display: block;
  top: 0;
}
.layui-select-disabled .layui-disabled {
  border-color: #eee !important;
}
.layui-select-disabled .layui-edge {
  border-top-color: #d2d2d2;
}
.layui-form-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding-right: 30px;
  background-color: #fff;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  box-sizing: border-box;
}
.layui-form-checkbox > * {
  display: inline-block;
  vertical-align: middle;
}
.layui-form-checkbox > div {
  padding: 0 11px;
  font-size: 14px;
  border-radius: 2px 0 0 2px;
  background-color: #d2d2d2;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.layui-form-checkbox > div > .layui-icon {
  line-height: normal;
}
.layui-form-checkbox:hover > div {
  background-color: #c2c2c2;
}
.layui-form-checkbox > i {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-radius: 0 2px 2px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0);
  font-size: 20px;
  text-align: center;
  box-sizing: border-box;
}
.layui-form-checkbox:hover > i {
  border-color: #c2c2c2;
  color: #c2c2c2;
}
.layui-form-checked,
.layui-form-checked:hover {
  border-color: #16b777;
}
.layui-form-checked:hover > div,
.layui-form-checked > div {
  background-color: #16b777;
}
.layui-form-checked:hover > i,
.layui-form-checked > i {
  color: #16b777;
}
.layui-form-item .layui-form-checkbox {
  margin-top: 4px;
}
.layui-form-checkbox.layui-checkbox-disabled > div {
  background-color: #eee !important;
}
.layui-form [lay-checkbox] {
  display: none;
}
.layui-form-checkbox[lay-skin=primary] {
  height: auto!important;
  line-height: normal!important;
  min-width: 18px;
  min-height: 18px;
  border: none!important;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 0;
  background: 0 0;
}
.layui-form-checkbox[lay-skin=primary] > div {
  margin-top: -1px;
  padding-left: 0;
  padding-right: 15px;
  line-height: 18px;
  background: 0 0;
  color: #5f5f5f;
}
.layui-form-checkbox[lay-skin=primary] > i {
  right: auto;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 14px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.layui-form-checkbox[lay-skin=primary]:hover > i {
  border-color: #16b777;
  color: #fff;
}
.layui-form-checked[lay-skin=primary] > i {
  border-color: #16b777 !important;
  background-color: #16b777;
  color: #fff;
}
.layui-checkbox-disabled[lay-skin=primary] > div {
  background: 0 0 !important;
}
.layui-form-checked.layui-checkbox-disabled[lay-skin=primary] > i {
  background: #eee !important;
  border-color: #eee !important;
}
.layui-checkbox-disabled[lay-skin=primary]:hover > i {
  border-color: #d2d2d2;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin-top: 10px;
}
.layui-form-checkbox[lay-skin=primary] > .layui-icon-indeterminate {
  border-color: #16b777;
  background-color: #fff;
}
.layui-form-checkbox[lay-skin=primary] > .layui-icon-indeterminate:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50%;
  height: 1px;
  margin: -1px auto 0;
  background-color: #16b777;
}
.layui-form-switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  line-height: 22px;
  min-width: 44px;
  padding: 0 5px;
  margin-top: 8px;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.layui-form-switch > i {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #d2d2d2;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.layui-form-switch > div {
  position: relative;
  top: 0;
  margin-left: 21px;
  padding: 0!important;
  text-align: center!important;
  color: #999 !important;
  font-style: normal!important;
  font-size: 12px;
}
.layui-form-onswitch {
  border-color: #16b777;
  background-color: #16b777;
}
.layui-form-onswitch > i {
  left: 100%;
  margin-left: -21px;
  background-color: #fff;
}
.layui-form-onswitch > div {
  margin-left: 0;
  margin-right: 21px;
  color: #fff !important;
}
.layui-form-checkbox[lay-skin=none] *,
.layui-form-radio[lay-skin=none] * {
  box-sizing: border-box;
}
.layui-form-checkbox[lay-skin=none],
.layui-form-radio[lay-skin=none] {
  position: relative;
  min-height: 20px;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: normal;
}
.layui-form-checkbox[lay-skin=none] > div,
.layui-form-radio[lay-skin=none] > div {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 10;
  color: inherit;
  background-color: inherit;
}
.layui-form-checkbox[lay-skin=none] > i,
.layui-form-radio[lay-skin=none] > i {
  display: none;
}
.layui-form-checkbox[lay-skin=none].layui-checkbox-disabled > div,
.layui-form-radio[lay-skin=none].layui-radio-disabled > div {
  cursor: not-allowed;
}
.layui-checkbox-disabled {
  border-color: #eee !important;
}
.layui-checkbox-disabled > div {
  color: #c2c2c2 !important;
}
.layui-checkbox-disabled > i {
  border-color: #eee !important;
}
.layui-checkbox-disabled:hover > i {
  color: #fff !important;
}
.layui-form-checkbox[lay-skin=tag].layui-form-checked.layui-checkbox-disabled > i {
  color: #c2c2c2;
}
.layui-form-checkbox[lay-skin=tag].layui-form-checked.layui-checkbox-disabled:hover > i {
  color: #c2c2c2 !important;
}
.layui-form-radio {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  margin: 6px 10px 0 0;
  padding-right: 10px;
  cursor: pointer;
  font-size: 0;
}
.layui-form-radio > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.layui-form-radio > i {
  margin-right: 8px;
  font-size: 22px;
  color: #c2c2c2;
}
.layui-form-radio:hover > *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #16b777;
}
.layui-radio-disabled > i {
  color: #eee !important;
}
.layui-radio-disabled > * {
  color: #c2c2c2 !important;
}
.layui-form [lay-radio] {
  display: none;
}
.layui-form-pane .layui-form-label {
  width: 110px;
  padding: 8px 15px;
  height: 38px;
  line-height: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px 0 0 2px;
  text-align: center;
  background-color: #fafafa;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.layui-form-pane .layui-input-inline {
  margin-left: -1px;
}
.layui-form-pane .layui-input-block {
  margin-left: 110px;
  left: -1px;
}
.layui-form-pane .layui-input {
  border-radius: 0 2px 2px 0;
}
.layui-form-pane .layui-form-text .layui-form-label {
  float: none;
  width: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: left;
}
.layui-form-pane .layui-form-text .layui-input-inline {
  display: block;
  margin: 0;
  top: -1px;
  clear: both;
}
.layui-form-pane .layui-form-text .layui-input-block {
  margin: 0;
  left: 0;
  top: -1px;
}
.layui-form-pane .layui-form-text .layui-textarea {
  min-height: 100px;
  border-radius: 0 0 2px 2px;
}
.layui-form-pane .layui-form-checkbox {
  margin: 4px 0 4px 10px;
}
.layui-form-pane .layui-form-radio,
.layui-form-pane .layui-form-switch {
  margin-top: 6px;
  margin-left: 10px;
}
.layui-form-pane .layui-form-item[pane] {
  position: relative;
  border-width: 1px;
  border-style: solid;
}
.layui-form-pane .layui-form-item[pane] .layui-form-label {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-width: 0;
  border-right-width: 1px;
}
.layui-form-pane .layui-form-item[pane] .layui-input-inline {
  margin-left: 110px;
}
@media screen and (max-width: 450px) {
  .layui-form-item .layui-form-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .layui-form-item .layui-inline {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    clear: both;
  }
  .layui-form-item .layui-inline:after {
    content: '\20';
    clear: both;
    display: block;
    height: 0;
  }
  .layui-form-item .layui-input-inline {
    display: block;
    float: none;
    left: -3px;
    width: auto!important;
    margin: 0 0 10px 112px;
  }
  .layui-form-item .layui-input-inline + .layui-form-mid {
    margin-left: 110px;
    top: -5px;
    padding: 0;
  }
  .layui-form-item .layui-form-checkbox {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.layui-laypage {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  font-size: 0;
}
.layui-laypage > a:first-child,
.layui-laypage > a:first-child em {
  border-radius: 2px 0 0 2px;
}
.layui-laypage > a:last-child,
.layui-laypage > a:last-child em {
  border-radius: 0 2px 2px 0;
}
.layui-laypage > :first-child {
  margin-left: 0 !important;
}
.layui-laypage > :last-child {
  margin-right: 0 !important;
}
.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border: 1px solid #eee;
}
.layui-laypage a,
.layui-laypage span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
}
.layui-laypage a[data-page] {
  color: #333;
}
.layui-laypage a {
  text-decoration: none!important;
  cursor: pointer;
}
.layui-laypage a:hover {
  color: #16baaa;
}
.layui-laypage em {
  font-style: normal;
}
.layui-laypage .layui-laypage-spr {
  color: #999;
  font-weight: 700;
}
.layui-laypage .layui-laypage-curr {
  position: relative;
}
.layui-laypage .layui-laypage-curr em {
  position: relative;
  color: #fff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #16baaa;
}
.layui-laypage-em {
  border-radius: 2px;
}
.layui-laypage-next em,
.layui-laypage-prev em {
  font-family: Sim sun;
  font-size: 16px;
}
.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh,
.layui-laypage .layui-laypage-skip {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  border: none;
}
.layui-laypage .layui-laypage-limits,
.layui-laypage .layui-laypage-refresh {
  vertical-align: top;
}
.layui-laypage .layui-laypage-refresh i {
  font-size: 18px;
  cursor: pointer;
}
.layui-laypage select {
  height: 22px;
  padding: 3px;
  border-radius: 2px;
  cursor: pointer;
}
.layui-laypage .layui-laypage-skip {
  height: 30px;
  line-height: 30px;
  color: #999;
}
.layui-laypage button,
.layui-laypage input {
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box;
}
.layui-laypage input {
  display: inline-block;
  width: 40px;
  margin: 0 10px;
  padding: 0 3px;
  text-align: center;
  transition: none;
}
.layui-laypage input:focus,
.layui-laypage select:focus {
  border-color: #16baaa !important;
}
.layui-laypage button {
  margin-left: 10px;
  padding: 0 10px;
  cursor: pointer;
}
.layui-flow-more {
  margin: 10px 0;
  text-align: center;
  color: #999;
  font-size: 14px;
  clear: both;
}
.layui-flow-more a {
  height: 32px;
  line-height: 32px;
}
.layui-flow-more a * {
  display: inline-block;
  vertical-align: top;
}
.layui-flow-more a cite {
  padding: 0 20px;
  border-radius: 3px;
  background-color: #eee;
  color: #333;
  font-style: normal;
}
.layui-flow-more a cite:hover {
  opacity: 0.8;
}
.layui-flow-more a i {
  font-size: 30px;
  color: #737383;
}
.layui-table {
  width: 100%;
  margin: 10px 0;
  background-color: #fff;
  color: #5f5f5f;
}
.layui-table tr {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layui-table th {
  text-align: left;
  font-weight: 600;
}
.layui-table-mend {
  background-color: #fff;
}
.layui-table-click,
.layui-table-hover,
.layui-table[lay-even] tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.layui-table-checked {
  background-color: #dbfbf0;
}
.layui-table-checked.layui-table-click,
.layui-table-checked.layui-table-hover,
.layui-table[lay-even] tbody tr:nth-child(even).layui-table-checked {
  background-color: #abf8dd;
}
.layui-table-disabled-transition *,
.layui-table-disabled-transition :after,
.layui-table-disabled-transition :before {
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  -ms-transition: none!important;
  transition: none !important;
}
.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-mend,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}
.layui-table td,
.layui-table th {
  position: relative;
  padding: 9px 15px;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.layui-table[lay-skin=line] td,
.layui-table[lay-skin=line] th {
  border-width: 0;
  border-bottom-width: 1px;
}
.layui-table[lay-skin=row] td,
.layui-table[lay-skin=row] th {
  border-width: 0;
  border-right-width: 1px;
}
.layui-table[lay-skin=nob] td,
.layui-table[lay-skin=nob] th {
  border: none;
}
.layui-table img {
  max-width: 100px;
}
.layui-table[lay-size=lg] td,
.layui-table[lay-size=lg] th {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
}
.layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
  height: 50px;
  line-height: 40px;
}
.layui-table[lay-size=sm] td,
.layui-table[lay-size=sm] th {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 12px;
}
.layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
  height: 30px;
  line-height: 20px;
  padding-top: 5px;
  padding-left: 11px;
  padding-right: 11px;
}
.layui-table[lay-data],
.layui-table[lay-options] {
  display: none;
}
.layui-table-box {
  position: relative;
  overflow: hidden;
}
.layui-table-view {
  clear: both;
  position: relative;
  border-right: none;
}
.layui-table-view:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #eee;
  z-index: 101;
}
.layui-table-view .layui-table {
  position: relative;
  width: auto;
  margin: 0;
  border: 0;
  border-collapse: separate;
}
.layui-table-view .layui-table[lay-skin=line] {
  border-width: 0;
  border-right-width: 1px;
}
.layui-table-view .layui-table[lay-skin=row] {
  border-width: 0;
  border-bottom-width: 1px;
}
.layui-table-view .layui-table td,
.layui-table-view .layui-table th {
  padding: 0;
  border-top: none;
  border-left: none;
}
.layui-table-view .layui-table th [lay-event],
.layui-table-view .layui-table th.layui-unselect .layui-table-cell span {
  cursor: pointer;
}
.layui-table-view .layui-table td,
.layui-table-view .layui-table th span {
  cursor: default;
}
.layui-table-view .layui-table td[data-edit] {
  cursor: text;
}
.layui-table-view .layui-table td[data-edit]:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #16b777;
  pointer-events: none;
  content: '';
}
.layui-table-view .layui-form-checkbox[lay-skin=primary] i {
  width: 18px;
  height: 18px;
  line-height: 16px;
}
.layui-table-view .layui-form-radio {
  line-height: 0;
  padding: 0;
}
.layui-table-view .layui-form-radio > i {
  margin: 0;
  font-size: 20px;
}
.layui-table-init {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 199;
  transition: opacity 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layui-table-loading-icon {
  position: absolute;
  width: 100%\0;
  left: 50%;
  left: auto\0;
  top: 50%;
  margin-top: -15px \0;
  transform: translate(-50%, -50%);
  transform: none\0;
  text-align: center;
}
.layui-table-loading-icon .layui-icon {
  font-size: 30px;
  color: #c2c2c2;
}
.layui-table-header {
  border-width: 0;
  border-bottom-width: 1px;
  overflow: hidden;
}
.layui-table-header .layui-table {
  margin-bottom: -1px;
}
.layui-table-column {
  position: relative;
  width: 100%;
  min-height: 41px;
  padding: 8px 16px;
  border-width: 0;
  border-bottom-width: 1px;
}
.layui-table-column .layui-btn-container {
  margin-bottom: -8px;
}
.layui-table-column .layui-btn-container .layui-btn {
  margin-right: 8px;
  margin-bottom: 8px;
}
.layui-table-tool .layui-inline[lay-event] {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 5px;
  line-height: 16px;
  margin-right: 10px;
  text-align: center;
  color: #333;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.layui-table-tool .layui-inline[lay-event]:hover {
  border: 1px solid #999;
}
.layui-table-tool-temp {
  padding-right: 120px;
}
.layui-table-tool-self {
  position: absolute;
  right: 17px;
  top: 10px;
}
.layui-table-tool .layui-table-tool-self .layui-inline[lay-event] {
  margin: 0 0 0 10px;
}
.layui-table-tool-panel {
  position: absolute;
  top: 29px;
  left: -1px;
  z-index: 399;
  padding: 5px 0!important;
  min-width: 150px;
  min-height: 40px;
  border: 1px solid #d2d2d2;
  text-align: left;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.layui-table-tool-panel li {
  padding: 0 10px;
  margin: 0!important;
  line-height: 30px;
  list-style-type: none!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] {
  width: 100%;
}
.layui-table-tool-panel li:hover {
  background-color: #f8f8f8;
}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] {
  padding-left: 28px;
}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] i {
  position: absolute;
  left: 0;
  top: 0;
}
.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] span {
  padding: 0;
}
.layui-table-tool .layui-table-tool-self .layui-table-tool-panel {
  left: auto;
  right: -1px;
}
.layui-table-col-set {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-width: 0;
  border-left-width: 1px;
  background-color: #fff;
}
.layui-table-sort {
  width: 10px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer !important;
}
.layui-table-sort .layui-edge {
  position: absolute;
  left: 5px;
  border-width: 5px;
}
.layui-table-sort .layui-table-sort-asc {
  top: 3px;
  border-top: none;
  border-bottom-style: solid;
  border-bottom-color: #b2b2b2;
}
.layui-table-sort .layui-table-sort-asc:hover {
  border-bottom-color: #5f5f5f;
}
.layui-table-sort .layui-table-sort-desc {
  bottom: 5px;
  border-bottom: none;
  border-top-style: solid;
  border-top-color: #b2b2b2;
}
.layui-table-sort .layui-table-sort-desc:hover {
  border-top-color: #5f5f5f;
}
.layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
  border-bottom-color: #000;
}
.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
  border-top-color: #000;
}
.layui-table-cell {
  height: 38px;
  line-height: 28px;
  padding: 6px 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.layui-table-cell .layui-form-checkbox[lay-skin=primary] {
  top: -1px;
  padding: 0;
}
.layui-table-cell .layui-form-checkbox[lay-skin=primary] > div {
  padding-left: 24px;
}
.layui-table-cell .layui-table-link {
  color: #01aaed;
}
.layui-table-cell .layui-btn {
  vertical-align: inherit;
}
.layui-table-cell[align=center] {
  -webkit-box-pack: center;
}
.layui-table-cell[align=right] {
  -webkit-box-pack: end;
}
.laytable-cell-checkbox,
.laytable-cell-numbers,
.laytable-cell-radio,
.laytable-cell-space {
  text-align: center;
  -webkit-box-pack: center;
}
.layui-table-body {
  position: relative;
  overflow: auto;
  margin-bottom: -1px;
}
.layui-table-body .layui-none {
  line-height: 26px;
  padding: 30px 15px;
  text-align: center;
  color: #999;
}
.layui-table-fixed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
.layui-table-fixed .layui-table-body {
  overflow: hidden;
}
.layui-table-fixed-l {
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.08);
}
.layui-table-fixed-r {
  left: auto;
  right: 0;
  border-width: 0;
  border-left-width: 1px;
  box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
}
.layui-table-fixed-r .layui-table-header {
  position: relative;
  overflow: visible;
}
.layui-table-mend {
  position: absolute;
  right: -49px;
  top: 0;
  height: 100%;
  width: 50px;
  border-width: 0;
  border-left-width: 1px;
}
.layui-table-tool {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  border-width: 0;
  border-bottom-width: 1px;
}
.layui-table-tool .layui-btn-container {
  margin-bottom: -10px;
}
.layui-table-total {
  margin-bottom: -1px;
  border-width: 0;
  border-top-width: 1px;
  overflow: hidden;
}
.layui-table-page {
  border-width: 0;
  border-top-width: 1px;
  margin-bottom: -1px;
  white-space: nowrap;
  overflow: hidden;
}
.layui-table-page > div {
  height: 26px;
}
.layui-table-page .layui-laypage {
  margin: 0;
}
.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span {
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  border: none;
  background: 0 0;
}
.layui-table-page .layui-laypage a,
.layui-table-page .layui-laypage span.layui-laypage-curr {
  padding: 0 12px;
}
.layui-table-page .layui-laypage span {
  margin-left: 0;
  padding: 0;
}
.layui-table-page .layui-laypage .layui-laypage-prev {
  margin-left: -11px !important;
}
.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  left: 0;
  top: 0;
  padding: 0;
}
.layui-table-page .layui-laypage button,
.layui-table-page .layui-laypage input {
  height: 26px;
  line-height: 26px;
}
.layui-table-page .layui-laypage input {
  width: 40px;
}
.layui-table-page .layui-laypage button {
  padding: 0 10px;
}
.layui-table-page select {
  height: 18px;
}
.layui-table-pagebar {
  float: right;
  line-height: 23px;
}
.layui-table-pagebar .layui-btn-sm {
  margin-top: -1px;
}
.layui-table-pagebar .layui-btn-xs {
  margin-top: 2px;
}
.layui-table-view select[lay-ignore] {
  display: inline-block;
}
.layui-table-patch .layui-table-cell {
  padding: 0;
  width: 30px;
}
.layui-table-edit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 189;
  min-width: 100%;
  min-height: 100%;
  padding: 5px 14px;
  border-radius: 0;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.layui-table-edit:focus {
  border-color: #16b777 !important;
}
input.layui-input.layui-table-edit {
  height: 100%;
}
select.layui-table-edit {
  padding: 0 0 0 10px;
  border-color: #d2d2d2;
}
.layui-table-view .layui-form-checkbox,
.layui-table-view .layui-form-radio,
.layui-table-view .layui-form-switch {
  top: 0;
  margin: 0;
}
.layui-table-view .layui-form-checkbox {
  top: -1px;
  height: 26px;
  line-height: 26px;
}
.layui-table-view .layui-form-checkbox i {
  height: 26px;
}
.layui-table-grid .layui-table-cell {
  overflow: visible;
}
.layui-table-grid-down {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  padding: 5px 0;
  border-width: 0;
  border-left-width: 1px;
  text-align: center;
  background-color: #fff;
  color: #999;
  cursor: pointer;
}
.layui-table-grid-down .layui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  font-size: 14px;
}
.layui-table-grid-down:hover {
  background-color: #fbfbfb;
}
.layui-table-expanded {
  height: 95px;
}
.layui-table-expanded .layui-table-cell,
.layui-table-view .layui-table[lay-size=lg] .layui-table-expanded .layui-table-cell,
.layui-table-view .layui-table[lay-size=sm] .layui-table-expanded .layui-table-cell {
  height: auto;
  max-height: 94px;
  white-space: normal;
  text-overflow: clip;
}
.layui-table-cell-c {
  position: absolute;
  bottom: -10px;
  right: 50%;
  margin-right: -9px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: 1000;
  transition: 0.3s all;
  font-size: 14px;
}
.layui-table-cell-c:hover {
  border-color: #16b777;
}
.layui-table-expanded td:hover .layui-table-cell {
  overflow: auto;
}
.layui-table-main > .layui-table > tbody > tr:last-child > td > .layui-table-cell-c {
  bottom: 0;
}
body .layui-table-tips .layui-layer-content {
  background: 0 0;
  padding: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
.layui-table-tips-main {
  margin: -49px 0 0 -1px;
  max-height: 150px;
  padding: 8px 15px;
  font-size: 14px;
  overflow-y: scroll;
  background-color: #fff;
  color: #5f5f5f;
}
.layui-table-tips-c {
  position: absolute;
  right: -3px;
  top: -13px;
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  background-color: #5f5f5f;
  border-radius: 50%;
  color: #fff;
}
.layui-table-tips-c:hover {
  background-color: #777;
}
.layui-table-tips-c:before {
  position: relative;
  right: -2px;
}
.layui-table-tree-nodeIcon {
  max-width: 20px;
}
.layui-table-tree-nodeIcon > * {
  width: 100%;
}
.layui-table-tree-flexIcon,
.layui-table-tree-nodeIcon {
  margin-right: 2px;
}
.layui-table-tree-flexIcon {
  cursor: pointer;
}
.layui-upload-file {
  display: none!important;
  opacity: 0.01;
  filter: alpha(opacity=1);
}
.layui-upload-list {
  margin: 11px 0;
}
.layui-upload-choose {
  max-width: 200px;
  padding: 0 10px;
  color: #999;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.layui-upload-drag {
  position: relative;
  display: inline-block;
  padding: 30px;
  border: 1px dashed #e2e2e2;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.layui-upload-drag .layui-icon {
  font-size: 50px;
  color: #16baaa;
}
.layui-upload-drag[lay-over] {
  border-color: #16baaa;
}
.layui-upload-form {
  display: inline-block;
}
.layui-upload-iframe {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  visibility: hidden;
}
.layui-upload-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.layui-upload-wrap .layui-upload-file {
  display: block!important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 100px;
  width: 100%;
  height: 100%;
  opacity: 0.01;
  filter: alpha(opacity=1);
  cursor: pointer;
}
.layui-btn-container .layui-upload-choose {
  padding-left: 0;
}
.layui-menu {
  position: relative;
  margin: 5px 0;
  background-color: #fff;
  box-sizing: border-box;
}
.layui-menu * {
  box-sizing: border-box;
}
.layui-menu li,
.layui-menu-body-title,
.layui-menu-body-title a {
  padding: 5px 15px;
  color: initial;
}
.layui-menu li {
  position: relative;
  margin: 0 0 1px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.layui-menu li:hover {
  background-color: #f8f8f8;
}
.layui-menu li.layui-disabled,
.layui-menu li.layui-disabled * {
  background: 0 0!important;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}
.layui-menu-item-parent:hover > .layui-menu-body-panel {
  display: block;
  animation-name: layui-fadein;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
.layui-menu-item-group > .layui-menu-body-title,
.layui-menu-item-parent > .layui-menu-body-title {
  padding-right: 38px;
}
.layui-menu .layui-menu-item-divider:hover,
.layui-menu .layui-menu-item-group:hover,
.layui-menu .layui-menu-item-none:hover {
  background: 0 0;
  cursor: default;
}
.layui-menu .layui-menu-item-group > ul {
  margin: 5px 0 -5px;
}
.layui-menu .layui-menu-item-group > .layui-menu-body-title {
  color: rgba(0, 0, 0, 0.35);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layui-menu .layui-menu-item-none {
  color: rgba(0, 0, 0, 0.35);
  cursor: default;
}
.layui-menu .layui-menu-item-none {
  text-align: center;
}
.layui-menu .layui-menu-item-divider {
  margin: 5px 0;
  padding: 0;
  height: 0;
  line-height: 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.layui-menu .layui-menu-item-down:hover,
.layui-menu .layui-menu-item-up:hover {
  cursor: pointer;
}
.layui-menu .layui-menu-item-up > .layui-menu-body-title {
  color: rgba(0, 0, 0, 0.8);
}
.layui-menu .layui-menu-item-up > ul {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.layui-menu .layui-menu-item-down > .layui-menu-body-title > .layui-icon-down {
  transform: rotate(180deg);
}
.layui-menu .layui-menu-item-up > .layui-menu-body-title > .layui-icon-up {
  transform: rotate(-180deg);
}
.layui-menu .layui-menu-item-down:hover > .layui-menu-body-title > .layui-icon,
.layui-menu .layui-menu-item-up > .layui-menu-body-title:hover > .layui-icon {
  color: #000;
}
.layui-menu .layui-menu-item-down > ul {
  visibility: visible;
  height: auto;
}
.layui-menu .layui-menu-item-checked,
.layui-menu .layui-menu-item-checked2 {
  background-color: #f8f8f8 !important;
  color: #16b777;
}
.layui-menu .layui-menu-item-checked a,
.layui-menu .layui-menu-item-checked2 a {
  color: #16b777;
}
.layui-menu .layui-menu-item-checked:after {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  border-right: 3px solid #16b777;
  content: '';
}
.layui-menu-body-title {
  position: relative;
  margin: -5px -15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layui-menu-body-title a {
  display: block;
  margin: -5px -15px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.8);
}
.layui-menu-body-title a:hover {
  transition: all 0.3s;
}
.layui-menu-body-title > .layui-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  line-height: normal;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layui-menu-body-title > .layui-icon:hover {
  transition: all 0.3s;
}
.layui-menu-body-title > .layui-icon-right {
  right: 14px;
}
.layui-menu-body-panel {
  display: none;
  position: absolute;
  top: -7px;
  left: 100%;
  z-index: 1000;
  margin-left: 13px;
  padding: 5px 0;
}
.layui-menu-body-panel:before {
  content: '';
  position: absolute;
  width: 20px;
  left: -16px;
  top: 0;
  bottom: 0;
}
.layui-menu-body-panel-left {
  left: auto;
  right: 100%;
  margin: 0 13px 0;
}
.layui-menu-body-panel-left:before {
  left: auto;
  right: -16px;
}
.layui-menu-lg li {
  line-height: 32px;
}
.layui-menu-lg .layui-menu-body-title a:hover,
.layui-menu-lg li:hover {
  background: 0 0;
  color: #16b777;
}
.layui-menu-lg li .layui-menu-body-panel {
  margin-left: 14px;
}
.layui-menu-lg li .layui-menu-body-panel-left {
  margin: 0 15px 0;
}
.layui-dropdown {
  position: absolute;
  left: -999999px;
  top: -999999px;
  z-index: 77777777;
  margin: 5px 0;
  min-width: 100px;
}
.layui-dropdown:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  top: -6px;
}
.layui-dropdown-shade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
}
.layui-tabs {
  position: relative;
}
.layui-tabs.layui-hide-v {
  overflow: hidden;
}
.layui-tabs-header {
  position: relative;
  left: 0;
  height: 40px;
  padding: 0!important;
  white-space: nowrap;
  font-size: 0;
  -webkit-transition: all 0.16s;
  transition: all 0.16s;
}
.layui-tabs-header:after,
.layui-tabs-scroll:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.layui-tabs-header li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin: 0!important;
  padding: 0 16px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.16s;
  transition: all 0.16s;
}
.layui-tabs-header li:first-child {
  margin-left: 0;
}
.layui-tabs-header li a {
  display: block;
  padding: 0 16px;
  margin: 0 -16px;
  color: inherit;
}
.layui-tabs-header li a:hover {
  text-decoration: none;
}
.layui-tabs-header .layui-this,
.layui-tabs-header li:hover {
  color: #16baaa;
}
.layui-tabs-header .layui-this:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #16baaa;
  box-sizing: border-box;
  pointer-events: none;
}
.layui-tabs-header .layui-badge,
.layui-tabs-header .layui-badge-dot {
  left: 5px;
  top: -1px;
}
.layui-tabs-scroll {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}
.layui-tabs-scroll .layui-tabs-header:after {
  display: none;
  content: none;
  border: 0;
}
.layui-tabs-bar .layui-icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 40px;
  height: 100%;
  line-height: 40px;
  border: 1px solid #eee;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.06);
}
.layui-tabs-bar .layui-icon-next {
  left: auto;
  right: 0;
  box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.06);
}
.layui-tabs-header li .layui-tabs-close {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  margin-left: 8px;
  top: 0;
  text-align: center;
  font-size: 12px;
  color: #959595;
  border-radius: 50%;
  font-weight: 700;
  -webkit-transition: all 0.16s;
  transition: all 0.16s;
}
.layui-tabs-header li .layui-tabs-close:hover {
  background-color: #ff5722;
  color: #fff;
}
.layui-tabs-header li[lay-closable=false] .layui-tabs-close {
  display: none;
}
.layui-tabs-body {
  padding: 16px 0;
}
.layui-tabs-item {
  display: none;
}
.layui-tabs-card > .layui-tabs-header .layui-this {
  background-color: #fff;
}
.layui-tabs-card > .layui-tabs-header .layui-this:after {
  border: 1px solid #eee;
  border-bottom-color: #fff;
  border-radius: 2px 2px 0 0;
}
.layui-tabs-card > .layui-tabs-header li:first-child.layui-this:after {
  margin-left: -1px;
}
.layui-tabs-card > .layui-tabs-header li:last-child.layui-this:after {
  margin-right: -1px;
}
.layui-tabs-card.layui-panel > .layui-tabs-header .layui-this:after {
  border-top: 0;
  border-radius: 0;
}
.layui-tabs-card.layui-panel > .layui-tabs-body {
  padding: 16px;
}
.layui-nav {
  position: relative;
  padding: 0 15px;
  background-color: #2f363c;
  color: #fff;
  border-radius: 2px;
  font-size: 0;
  box-sizing: border-box;
}
.layui-nav * {
  font-size: 14px;
}
.layui-nav .layui-nav-item {
  position: relative;
  display: inline-block;
  margin-top: 0;
  list-style: none;
  vertical-align: middle;
  line-height: 60px;
}
.layui-nav .layui-nav-item a {
  display: block;
  padding: 0 20px;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layui-nav .layui-this:after,
.layui-nav-bar {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background-color: #16b777;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
.layui-nav-bar {
  z-index: 1000;
}
.layui-nav[lay-bar=disabled] .layui-nav-bar {
  display: none;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
  color: #fff;
  text-decoration: none;
}
.layui-nav .layui-this:after {
  top: auto;
  bottom: 0;
  width: 100%;
}
.layui-nav-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}
.layui-nav .layui-nav-more {
  position: absolute;
  top: 0;
  right: 3px;
  left: auto!important;
  margin-top: 0;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layui-nav .layui-nav-mored,
.layui-nav-itemed > a .layui-nav-more {
  transform: rotate(180deg);
}
.layui-nav-child {
  display: none;
  position: absolute;
  left: 0;
  top: 65px;
  min-width: 100%;
  line-height: 36px;
  padding: 5px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border: 1px solid #eee;
  background-color: #fff;
  z-index: 100;
  border-radius: 2px;
  white-space: nowrap;
  box-sizing: border-box;
}
.layui-nav .layui-nav-child a {
  color: #5f5f5f;
  color: rgba(0, 0, 0, 0.8);
}
.layui-nav .layui-nav-child a:hover {
  background-color: #f8f8f8;
  color: rgba(0, 0, 0, 0.8);
}
.layui-nav-child dd {
  margin: 1px 0;
  position: relative;
}
.layui-nav-child dd.layui-this {
  background-color: #f8f8f8;
  color: #000;
}
.layui-nav-child dd.layui-this:after {
  display: none;
}
.layui-nav-child-r {
  left: auto;
  right: 0;
}
.layui-nav-child-c {
  text-align: center;
}
.layui-nav.layui-nav-tree {
  width: 200px;
  padding: 0;
}
.layui-nav-tree .layui-nav-item {
  display: block;
  width: 100%;
  line-height: 40px;
}
.layui-nav-tree .layui-nav-item a {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.layui-nav-tree .layui-nav-item > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.layui-nav-tree .layui-nav-more {
  right: 15px;
}
.layui-nav-tree .layui-nav-item > a .layui-nav-more {
  padding: 5px 0;
}
.layui-nav-tree .layui-nav-bar {
  width: 5px;
  height: 0;
}
.layui-side .layui-nav-tree .layui-nav-bar {
  width: 2px;
}
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
  background-color: #16baaa;
  color: #fff;
}
.layui-nav-tree .layui-this:after {
  display: none;
}
.layui-nav-itemed > a,
.layui-nav-tree .layui-nav-title a,
.layui-nav-tree .layui-nav-title a:hover {
  color: #fff !important;
}
.layui-nav-tree .layui-nav-bar {
  background-color: #16baaa;
}
.layui-nav-tree .layui-nav-child {
  position: relative;
  z-index: 0;
  top: 0;
  border: none;
  background: 0 0;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.layui-nav-tree .layui-nav-child dd {
  margin: 0;
}
.layui-nav-tree .layui-nav-child a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.layui-nav-tree .layui-nav-child a:hover {
  background: 0 0;
  color: #fff;
}
.layui-nav-itemed > .layui-nav-child,
.layui-nav-itemed > .layui-nav-child > .layui-this > .layui-nav-child {
  display: block;
}
.layui-nav-side {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 999;
}
.layui-nav-tree.layui-bg-gray a,
.layui-nav.layui-bg-gray .layui-nav-item a {
  color: #373737;
  color: rgba(0, 0, 0, 0.8);
}
.layui-nav-tree.layui-bg-gray .layui-nav-itemed > a {
  color: #000 !important;
}
.layui-nav.layui-bg-gray .layui-this a {
  color: #16b777;
}
.layui-nav-tree.layui-bg-gray .layui-nav-child {
  padding-left: 11px;
  background: 0 0;
}
.layui-nav-tree.layui-bg-gray .layui-nav-child dd.layui-this,
.layui-nav-tree.layui-bg-gray .layui-nav-child dd.layui-this a,
.layui-nav-tree.layui-bg-gray .layui-this,
.layui-nav-tree.layui-bg-gray .layui-this > a {
  background: 0 0!important;
  color: #16b777 !important;
  font-weight: 700;
}
.layui-nav-tree.layui-bg-gray .layui-nav-bar {
  background-color: #16b777;
}
.layui-breadcrumb {
  visibility: hidden;
  font-size: 0;
}
.layui-breadcrumb > * {
  font-size: 14px;
}
.layui-breadcrumb a {
  color: #999 !important;
}
.layui-breadcrumb a:hover {
  color: #16b777 !important;
}
.layui-breadcrumb a cite {
  color: #5f5f5f;
  font-style: normal;
}
.layui-breadcrumb span[lay-separator] {
  margin: 0 10px;
  color: #999;
}
.layui-tab {
  margin: 10px 0;
  text-align: left !important;
}
.layui-tab[overflow] > .layui-tab-title {
  overflow: hidden;
}
.layui-tab .layui-tab-title {
  position: relative;
  left: 0;
  height: 40px;
  white-space: nowrap;
  font-size: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layui-tab .layui-tab-title:after {
  content: '';
  border-bottom-color: #eee;
  border-bottom-width: 1px;
  border-style: none none solid;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 8;
}
.layui-tab .layui-tab-title li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layui-tab .layui-tab-title li {
  position: relative;
  line-height: 40px;
  min-width: 65px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
}
.layui-tab .layui-tab-title li a {
  display: block;
  padding: 0 15px;
  margin: 0 -15px;
}
.layui-tab-title .layui-this {
  color: #000;
}
.layui-tab-title .layui-this:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 40px;
  border-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: #fff;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 9;
}
.layui-tab-bar {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 30px;
  height: 40px;
  line-height: 40px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.layui-tab-bar .layui-icon {
  position: relative;
  display: inline-block;
  top: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layui-tab-item {
  display: none;
}
.layui-tab-more {
  padding-right: 30px;
  height: auto!important;
  white-space: normal !important;
}
.layui-tab-more li.layui-this:after {
  border-bottom-color: #eee;
  border-radius: 2px;
}
.layui-tab-more .layui-tab-bar .layui-icon {
  top: -2px;
  top: 3px\0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
:root .layui-tab-more .layui-tab-bar .layui-icon {
  top: -2px \0 / IE9;
}
.layui-tab-content {
  padding: 15px 0;
}
.layui-tab-title li .layui-tab-close {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 20px;
  margin-left: 8px;
  top: 1px;
  text-align: center;
  font-size: 14px;
  color: #c2c2c2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layui-tab-title li .layui-tab-close:hover {
  border-radius: 2px;
  background-color: #ff5722;
  color: #fff;
}
.layui-tab-brief > .layui-tab-title .layui-this {
  color: #16baaa;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #16b777;
}
.layui-tab-card {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.layui-tab-card > .layui-tab-title {
  background-color: #fafafa;
}
.layui-tab-card > .layui-tab-title li {
  margin-right: -1px;
  margin-left: -1px;
}
.layui-tab-card > .layui-tab-title .layui-this {
  background-color: #fff;
}
.layui-tab-card > .layui-tab-title .layui-this:after {
  border-top: none;
  border-width: 1px;
  border-bottom-color: #fff;
}
.layui-tab-card > .layui-tab-title .layui-tab-bar {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border-top: none;
  border-right: none;
}
.layui-tab-card > .layui-tab-more .layui-this {
  background: 0 0;
  color: #16b777;
}
.layui-tab-card > .layui-tab-more .layui-this:after {
  border: none;
}
.layui-timeline {
  padding-left: 5px;
}
.layui-timeline-item {
  position: relative;
  padding-bottom: 20px;
}
.layui-timeline-axis {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  color: #16b777;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.layui-timeline-axis:hover {
  color: #ff5722;
}
.layui-timeline-item:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
}
.layui-timeline-item:first-child:before {
  display: block;
}
.layui-timeline-item:last-child:before {
  display: none;
}
.layui-timeline-content {
  padding-left: 25px;
}
.layui-timeline-title {
  position: relative;
  margin-bottom: 10px;
  line-height: 22px;
}
.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  text-align: center;
  background-color: #ff5722;
  color: #fff;
  border-radius: 2px;
}
.layui-badge {
  height: 18px;
  line-height: 18px;
}
.layui-badge-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
}
.layui-badge-rim {
  height: 18px;
  line-height: 18px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: #5f5f5f;
}
.layui-btn .layui-badge,
.layui-btn .layui-badge-dot {
  margin-left: 5px;
}
.layui-nav .layui-badge,
.layui-nav .layui-badge-dot {
  position: absolute;
  top: 50%;
  margin: -5px 6px 0;
}
.layui-nav .layui-badge {
  margin-top: -10px;
}
.layui-tab-title .layui-badge,
.layui-tab-title .layui-badge-dot {
  left: 5px;
  top: -2px;
}
.layui-carousel {
  position: relative;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
}
.layui-carousel > [carousel-item] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.layui-carousel > [carousel-item]:before {
  position: absolute;
  content: '\e63d';
  left: 50%;
  top: 50%;
  width: 100px;
  line-height: 20px;
  margin: -10px 0 0 -50px;
  text-align: center;
  color: #c2c2c2;
  font-family: layui-icon !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.layui-carousel > [carousel-item] > * {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.layui-carousel-updown > * {
  -webkit-transition: 0.3s ease-in-out up;
  transition: 0.3s ease-in-out up;
}
.layui-carousel-arrow {
  display: none\0;
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  border: none 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.layui-carousel-arrow[lay-type=add] {
  left: auto!important;
  right: 10px;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
  opacity: 1;
  left: 20px;
}
.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  right: 20px;
}
.layui-carousel[lay-arrow=none] .layui-carousel-arrow {
  display: none;
}
.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.layui-carousel:hover .layui-carousel-arrow {
  display: block\0;
  opacity: 1;
  left: 20px;
}
.layui-carousel:hover .layui-carousel-arrow[lay-type=add] {
  right: 20px;
}
.layui-carousel-ind {
  position: relative;
  top: -35px;
  width: 100%;
  line-height: 0!important;
  text-align: center;
  font-size: 0;
}
.layui-carousel[lay-indicator=outside] {
  margin-bottom: 30px;
}
.layui-carousel[lay-indicator=outside] .layui-carousel-ind {
  top: 10px;
}
.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
  background-color: rgba(0, 0, 0, 0.5);
}
.layui-carousel[lay-indicator=none] .layui-carousel-ind {
  display: none;
}
.layui-carousel-ind ul {
  display: inline-block;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.layui-carousel-ind ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  font-size: 14px;
  background-color: #eee;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.layui-carousel-ind ul li:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.layui-carousel-ind ul li.layui-this {
  background-color: #fff;
}
.layui-carousel > [carousel-item] > .layui-carousel-next,
.layui-carousel > [carousel-item] > .layui-carousel-prev,
.layui-carousel > [carousel-item] > .layui-this {
  display: block;
}
.layui-carousel > [carousel-item] > .layui-this {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.layui-carousel > [carousel-item] > .layui-carousel-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.layui-carousel > [carousel-item] > .layui-carousel-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.layui-carousel > [carousel-item] > .layui-carousel-next.layui-carousel-left,
.layui-carousel > [carousel-item] > .layui-carousel-prev.layui-carousel-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.layui-carousel > [carousel-item] > .layui-this.layui-carousel-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.layui-carousel > [carousel-item] > .layui-this.layui-carousel-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.layui-carousel[lay-anim=updown] .layui-carousel-arrow {
  left: 50%!important;
  top: 20px;
  margin: 0 0 0 -18px;
}
.layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=add] {
  top: auto!important;
  bottom: 20px;
}
.layui-carousel[lay-anim=updown] .layui-carousel-ind {
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
}
.layui-carousel[lay-anim=updown] .layui-carousel-ind ul {
  padding: 3px 5px;
}
.layui-carousel[lay-anim=updown] .layui-carousel-ind li {
  display: block;
  margin: 6px 0;
}
.layui-carousel[lay-anim=updown] > [carousel-item] > * {
  left: 0 !important;
}
.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-this {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-carousel-prev {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-carousel-next {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-carousel-next.layui-carousel-left,
.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-carousel-prev.layui-carousel-right {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-this.layui-carousel-left {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.layui-carousel[lay-anim=updown] > [carousel-item] > .layui-this.layui-carousel-right {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.layui-carousel[lay-anim=fade] > [carousel-item] > * {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.layui-carousel[lay-anim=fade] > [carousel-item] > .layui-carousel-next,
.layui-carousel[lay-anim=fade] > [carousel-item] > .layui-carousel-prev {
  opacity: 0;
}
.layui-carousel[lay-anim=fade] > [carousel-item] > .layui-carousel-next.layui-carousel-left,
.layui-carousel[lay-anim=fade] > [carousel-item] > .layui-carousel-prev.layui-carousel-right {
  opacity: 1;
}
.layui-carousel[lay-anim=fade] > [carousel-item] > .layui-this.layui-carousel-left,
.layui-carousel[lay-anim=fade] > [carousel-item] > .layui-this.layui-carousel-right {
  opacity: 0;
}
.layui-fixbar {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
}
.layui-fixbar li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
  background-color: #9f9f9f;
  color: #fff;
  border-radius: 2px;
  opacity: 0.95;
}
.layui-fixbar li:hover {
  opacity: 0.85;
}
.layui-fixbar li:active {
  opacity: 1;
}
.layui-fixbar .layui-fixbar-top {
  display: none;
  font-size: 40px;
}
body .layui-util-face {
  border: none;
  background: 0 0;
}
body .layui-util-face .layui-layer-content {
  padding: 0;
  background-color: #fff;
  color: #5f5f5f;
  box-shadow: none;
}
.layui-util-face .layui-layer-TipsG {
  display: none;
}
.layui-util-face ul {
  position: relative;
  width: 372px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.layui-util-face ul li {
  cursor: pointer;
  float: left;
  border: 1px solid #e8e8e8;
  height: 22px;
  width: 26px;
  overflow: hidden;
  margin: -1px 0 0 -1px;
  padding: 4px 2px;
  text-align: center;
}
.layui-util-face ul li:hover {
  position: relative;
  z-index: 2;
  border: 1px solid #eb7350;
  background: #fff9ec;
}
.layui-code {
  display: block;
  position: relative;
  padding: 15px;
  line-height: 1.5;
  border: 1px solid #eee;
  border-left-width: 6px;
  background-color: #fafafa;
  color: #333;
  font-family: 'Courier New', Consolas, 'Lucida Console', monospace;
}
.layui-transfer-box,
.layui-transfer-header,
.layui-transfer-search {
  border-width: 0;
  border-style: solid;
  border-color: #eee;
}
.layui-transfer-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-width: 1px;
  width: 200px;
  height: 360px;
  border-radius: 2px;
  background-color: #fff;
}
.layui-transfer-box .layui-form-checkbox {
  width: 100%;
  margin: 0 !important;
}
.layui-transfer-header {
  height: 38px;
  line-height: 38px;
  padding: 0 11px;
  border-bottom-width: 1px;
}
.layui-transfer-search {
  position: relative;
  padding: 11px;
  border-bottom-width: 1px;
}
.layui-transfer-search .layui-input {
  height: 32px;
  padding-left: 30px;
  font-size: 12px;
}
.layui-transfer-search .layui-icon-search {
  position: absolute;
  left: 20px;
  top: 50%;
  line-height: normal;
  margin-top: -8px;
  color: #5f5f5f;
}
.layui-transfer-active {
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}
.layui-transfer-active .layui-btn {
  display: block;
  margin: 0;
  padding: 0 15px;
  background-color: #16b777;
  border-color: #16b777;
  color: #fff;
}
.layui-transfer-active .layui-btn-disabled {
  background-color: #fbfbfb;
  border-color: #eee;
  color: #d2d2d2;
}
.layui-transfer-active .layui-btn:first-child {
  margin-bottom: 15px;
}
.layui-transfer-active .layui-btn .layui-icon {
  margin: 0;
  font-size: 14px !important;
}
.layui-transfer-data {
  padding: 5px 0;
  overflow: auto;
}
.layui-transfer-data li {
  height: 32px;
  line-height: 32px;
  margin-top: 0!important;
  padding: 0 11px;
  list-style-type: none !important;
}
.layui-transfer-data li:hover {
  background-color: #f8f8f8;
  transition: 0.5s all;
}
.layui-transfer-data .layui-none {
  padding: 15px 11px;
  text-align: center;
  color: #999;
}
.layui-rate,
.layui-rate * {
  display: inline-block;
  vertical-align: middle;
}
.layui-rate {
  padding: 11px 6px 11px 0;
  font-size: 0;
}
.layui-rate li {
  margin-top: 0 !important;
}
.layui-rate li i.layui-icon {
  font-size: 20px;
  color: #ffb800;
}
.layui-rate li i.layui-icon {
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.layui-rate li i:hover,
.layui-rate-hover {
  cursor: pointer;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.layui-rate[readonly] li i:hover {
  cursor: default;
  transform: scale(1);
}
.layui-colorpicker {
  width: 38px;
  height: 38px;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 2px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
.layui-colorpicker:hover {
  border-color: #d2d2d2;
}
.layui-colorpicker.layui-colorpicker-lg {
  width: 44px;
  height: 44px;
  line-height: 30px;
}
.layui-colorpicker.layui-colorpicker-sm {
  width: 30px;
  height: 30px;
  line-height: 20px;
  padding: 3px;
}
.layui-colorpicker.layui-colorpicker-xs {
  width: 22px;
  height: 22px;
  line-height: 16px;
  padding: 1px;
}
.layui-colorpicker-trigger-bgcolor {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  border-radius: 2px;
}
.layui-colorpicker-trigger-span {
  display: block;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  text-align: center;
}
.layui-colorpicker-trigger-i {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.layui-colorpicker-trigger-i.layui-icon-close {
  color: #999;
}
.layui-colorpicker-main {
  position: absolute;
  left: -999999px;
  top: -999999px;
  z-index: 77777777;
  width: 280px;
  margin: 5px 0;
  padding: 7px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.layui-colorpicker-main-wrapper {
  height: 180px;
  position: relative;
}
.layui-colorpicker-basis {
  width: 260px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.layui-colorpicker-basis-white {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}
.layui-colorpicker-basis-black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #000, transparent);
}
.layui-colorpicker-basis-cursor {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.layui-colorpicker-side {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: linear-gradient(red, #ff0, #0f0, #0ff, #00f, #f0f, red);
}
.layui-colorpicker-side-slider {
  width: 100%;
  height: 5px;
  box-shadow: 0 0 1px #888;
  box-sizing: border-box;
  background: #fff;
  border-radius: 1px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  position: absolute;
  left: 0;
}
.layui-colorpicker-main-alpha {
  display: none;
  height: 12px;
  margin-top: 7px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.layui-colorpicker-alpha-bgcolor {
  height: 100%;
  position: relative;
}
.layui-colorpicker-alpha-slider {
  width: 5px;
  height: 100%;
  box-shadow: 0 0 1px #888;
  box-sizing: border-box;
  background: #fff;
  border-radius: 1px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.layui-colorpicker-main-pre {
  padding-top: 7px;
  font-size: 0;
}
.layui-colorpicker-pre {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 7px;
  cursor: pointer;
}
.layui-colorpicker-pre:nth-child(11n+1) {
  margin-left: 0;
}
.layui-colorpicker-pre-isalpha {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.layui-colorpicker-pre.layui-this {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
}
.layui-colorpicker-pre > div {
  height: 100%;
  border-radius: 2px;
}
.layui-colorpicker-main-input {
  text-align: right;
  padding-top: 7px;
}
.layui-colorpicker-main-input .layui-btn-container .layui-btn {
  margin: 0 0 0 10px;
}
.layui-colorpicker-main-input div.layui-inline {
  float: left;
  font-size: 14px;
}
.layui-colorpicker-main-input input.layui-input {
  width: 168px;
  height: 30px;
  color: #5f5f5f;
  padding-left: 5px;
}
.layui-slider {
  height: 4px;
  background: #eee;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.layui-slider-bar {
  border-radius: 3px;
  position: absolute;
  height: 100%;
}
.layui-slider-step {
  position: absolute;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.layui-slider-wrap {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
.layui-slider-wrap-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.3s;
}
.layui-slider-wrap:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.layui-slider-wrap-btn.layui-slider-hover,
.layui-slider-wrap-btn:hover {
  transform: scale(1.2);
}
.layui-slider-wrap-btn.layui-disabled:hover {
  transform: scale(1) !important;
}
.layui-slider-tips {
  position: absolute;
  top: -42px;
  z-index: 77777777;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  background: #000;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}
.layui-slider-tips:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.layui-slider-input {
  width: 70px;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: -14px;
  box-sizing: border-box;
}
.layui-slider-input-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  border-left: 1px solid #eee;
}
.layui-slider-input-btn i {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 50%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #999;
}
.layui-slider-input-btn i:first-child {
  top: 0;
  border-bottom: 1px solid #eee;
}
.layui-slider-input-txt {
  height: 100%;
  font-size: 14px;
}
.layui-slider-input-txt input {
  height: 100%;
  border: none;
  padding-right: 21px;
}
.layui-slider-input-btn i:hover {
  color: #16baaa;
}
.layui-slider-vertical {
  width: 4px;
  margin-left: 33px;
}
.layui-slider-vertical .layui-slider-bar {
  width: 4px;
}
.layui-slider-vertical .layui-slider-step {
  top: auto;
  left: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.layui-slider-vertical .layui-slider-wrap {
  top: auto;
  left: -16px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.layui-slider-vertical .layui-slider-tips {
  top: auto;
  left: 2px;
}
@media \0screen {
  .layui-slider-wrap-btn {
    margin-left: -20px;
  }
  .layui-slider-vertical .layui-slider-wrap-btn {
    margin-left: 0;
    margin-bottom: -20px;
  }
  .layui-slider-vertical .layui-slider-tips {
    margin-left: -8px;
  }
  .layui-slider > span {
    margin-left: 8px;
  }
}
.layui-tree {
  line-height: 22px;
}
.layui-tree .layui-form-checkbox {
  margin: 0 !important;
}
.layui-tree-set {
  width: 100%;
  position: relative;
}
.layui-tree-pack {
  display: none;
  padding-left: 20px;
  position: relative;
}
.layui-tree-line .layui-tree-pack {
  padding-left: 27px;
}
.layui-tree-line .layui-tree-set .layui-tree-set:after {
  content: '';
  position: absolute;
  top: 14px;
  left: -9px;
  width: 17px;
  height: 0;
  border-top: 1px dotted #c0c4cc;
}
.layui-tree-entry {
  position: relative;
  padding: 3px 0;
  height: 26px;
  white-space: nowrap;
}
.layui-tree-entry:hover {
  background-color: #eee;
}
.layui-tree-line .layui-tree-entry:hover {
  background-color: rgba(0, 0, 0, 0);
}
.layui-tree-line .layui-tree-entry:hover .layui-tree-txt {
  color: #999;
  text-decoration: underline;
  transition: 0.3s;
}
.layui-tree-main {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding-right: 10px;
}
.layui-tree-line .layui-tree-set:before {
  content: '';
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 100%;
  border-left: 1px dotted #c0c4cc;
}
.layui-tree-line .layui-tree-set.layui-tree-setLineShort:before {
  height: 13px;
}
.layui-tree-line .layui-tree-set.layui-tree-setHide:before {
  height: 0;
}
.layui-tree-iconClick {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 20px;
  line-height: 20px;
  margin: 0 10px;
  color: #c0c4cc;
}
.layui-tree-icon {
  height: 14px;
  line-height: 12px;
  width: 14px;
  margin: 0 11px;
  text-align: center;
  border: 1px solid #c0c4cc;
}
.layui-tree-icon .layui-icon {
  font-size: 12px;
  color: #5f5f5f;
}
.layui-tree-iconArrow {
  padding: 0 5px;
}
.layui-tree-iconArrow:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
  z-index: 100;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #c0c4cc;
  transition: 0.5s;
}
.layui-tree-spread > .layui-tree-entry .layui-tree-iconClick > .layui-tree-iconArrow:after {
  transform: rotate(90deg) translate(3px, 4px);
}
.layui-tree-txt {
  display: inline-block;
  vertical-align: middle;
  color: #555;
}
.layui-tree-search {
  margin-bottom: 15px;
  color: #5f5f5f;
}
.layui-tree-btnGroup {
  visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.layui-tree-btnGroup .layui-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
  cursor: pointer;
}
.layui-tree-btnGroup .layui-icon:hover {
  color: #999;
  transition: 0.3s;
}
.layui-tree-entry:hover .layui-tree-btnGroup {
  visibility: visible;
}
.layui-tree-editInput {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.layui-tree-emptyText {
  text-align: center;
  color: #999;
}
.layui-anim {
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.layui-anim.layui-icon {
  display: inline-block;
}
.layui-anim-loop {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.layui-trans,
.layui-trans a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@-webkit-keyframes layui-rotate {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes layui-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.layui-anim-rotate {
  -webkit-animation-name: layui-rotate;
  animation-name: layui-rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes layui-up {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes layui-up {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0.3;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.layui-anim-up {
  -webkit-animation-name: layui-up;
  animation-name: layui-up;
}
@-webkit-keyframes layui-upbit {
  from {
    -webkit-transform: translate3d(0, 15px, 0);
    opacity: 0.3;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes layui-upbit {
  from {
    transform: translate3d(0, 15px, 0);
    opacity: 0.3;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.layui-anim-upbit {
  -webkit-animation-name: layui-upbit;
  animation-name: layui-upbit;
}
@keyframes layui-down {
  0% {
    opacity: 0.3;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.layui-anim-down {
  animation-name: layui-down;
}
@keyframes layui-downbit {
  0% {
    opacity: 0.3;
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.layui-anim-downbit {
  animation-name: layui-downbit;
}
@-webkit-keyframes layui-scale {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes layui-scale {
  0% {
    opacity: 0.3;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.layui-anim-scale {
  -webkit-animation-name: layui-scale;
  animation-name: layui-scale;
}
@-webkit-keyframes layui-scale-spring {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes layui-scale-spring {
  0% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  80% {
    opacity: 0.8;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.layui-anim-scaleSpring {
  -webkit-animation-name: layui-scale-spring;
  animation-name: layui-scale-spring;
}
@keyframes layui-scalesmall {
  0% {
    opacity: 0.3;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.layui-anim-scalesmall {
  animation-name: layui-scalesmall;
}
@keyframes layui-scalesmall-spring {
  0% {
    opacity: 0.3;
    transform: scale(1.5);
  }
  80% {
    opacity: 0.8;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.layui-anim-scalesmall-spring {
  animation-name: layui-scalesmall-spring;
}
@-webkit-keyframes layui-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes layui-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.layui-anim-fadein {
  -webkit-animation-name: layui-fadein;
  animation-name: layui-fadein;
}
@-webkit-keyframes layui-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes layui-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.layui-anim-fadeout {
  -webkit-animation-name: layui-fadeout;
  animation-name: layui-fadeout;
}
html #layuicss-skincodecss {
  display: none;
  position: absolute;
  width: 1989px;
}
.layui-code-wrap {
  font-size: 0.875rem;
  font-family: 'Courier New', Consolas, 'Lucida Console', monospace;
}
.layui-code-view {
  display: block;
  position: relative;
  padding: 0!important;
  border: 1px solid #eee;
  border-left-width: 6px;
  background-color: #fafafa;
  color: #333;
}
.layui-code-view pre {
  margin: 0 !important;
}
.layui-code-header {
  position: relative;
  z-index: 3;
  padding: 0 11px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
  font-size: 12px;
}
.layui-code-header > .layui-code-header-about {
  position: absolute;
  right: 11px;
  top: 0;
  color: #b7b7b7;
}
.layui-code-header-about > a {
  padding-left: 10px;
}
.layui-code-wrap {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0!important;
  padding: 11px 0!important;
  overflow-x: hidden;
  overflow-y: auto;
}
.layui-code-line {
  position: relative;
  line-height: inherit;
  margin: 0 !important;
}
.layui-code-line-number {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  min-width: 45px;
  height: 100%;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
}
.layui-code-line-content {
  padding: 0 11px;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.layui-code-ln-mode > .layui-code-wrap > .layui-code-line {
  padding-left: 45px;
}
.layui-code-ln-side {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 45px;
  border-right: 1px solid #eee;
  border-color: rgba(126, 122, 122, 0.15);
  background-color: #fafafa;
  pointer-events: none;
}
.layui-code-nowrap > .layui-code-wrap {
  overflow: auto;
}
.layui-code-nowrap > .layui-code-wrap > .layui-code-line > .layui-code-line-content {
  white-space: pre;
  word-wrap: normal;
}
.layui-code-nowrap > .layui-code-ln-side {
  border-right-width: 0!important;
  background: 0 0 !important;
}
.layui-code-fixbar {
  position: absolute;
  top: 8px;
  right: 11px;
  padding-right: 45px;
  z-index: 5;
}
.layui-code-fixbar > span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  color: #777;
  transition: all 0.3s;
}
.layui-code-fixbar > span:hover {
  color: #16b777;
}
.layui-code-copy {
  display: none;
  cursor: pointer;
}
.layui-code-preview > .layui-code-view > .layui-code-fixbar .layui-code-copy {
  display: none !important;
}
.layui-code-view:hover > .layui-code-fixbar .layui-code-copy {
  display: block;
}
.layui-code-view:hover > .layui-code-fixbar .layui-code-lang-marker {
  display: none;
}
.layui-code-theme-dark,
.layui-code-theme-dark > .layui-code-header {
  border-color: rgba(126, 122, 122, 0.15);
  background-color: #1f1f1f;
}
.layui-code-theme-dark {
  border-width: 1px;
  color: #ccc;
}
.layui-code-theme-dark > .layui-code-ln-side {
  border-right-color: #2a2a2a;
  background: 0 0;
  color: #6e7681;
}
.layui-code textarea {
  display: none;
}
.layui-code-preview > .layui-code,
.layui-code-preview > .layui-code-view {
  margin: 0;
}
.layui-code-preview > .layui-tab {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.layui-code-preview .layui-code-item {
  display: none;
  border-top-width: 0;
}
.layui-code-item-preview {
  position: relative;
  padding: 16px;
}
.layui-code-item-preview > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.layui-code-tools {
  position: absolute;
  right: 11px;
  top: 8px;
  line-height: normal;
}
.layui-code-tools > i {
  display: inline-block;
  margin-left: 6px;
  padding: 3px;
  cursor: pointer;
}
.layui-code-tools > i.layui-icon-file-b {
  color: #999;
}
.layui-code-tools > i:hover {
  color: #16b777;
}
.layui-code-full {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1111111;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.layui-code-full .layui-code-item {
  width: 100%!important;
  border-width: 0 !important;
}
.layui-code-full .layui-code-item,
.layui-code-full .layui-code-view,
.layui-code-full .layui-code-wrap {
  height: calc(100vh - 51px) !important;
  box-sizing: border-box;
}
.layui-code-full .layui-code-item-preview {
  overflow: auto;
}
.layui-code-view.layui-code-hl {
  line-height: 20px!important;
  border-left-width: 1px;
}
.layui-code-view.layui-code-hl > .layui-code-ln-side {
  background-color: transparent;
}
.layui-code-theme-dark.layui-code-hl,
.layui-code-theme-dark.layui-code-hl > .layui-code-ln-side {
  border-color: rgba(126, 122, 122, 0.15);
}
.layui-code-line-highlighted {
  background-color: rgba(142, 150, 170, 0.14);
}
.layui-code-line-diff-add {
  background-color: rgba(16, 185, 129, 0.14);
}
.layui-code-line-diff-remove {
  background-color: rgba(244, 63, 94, 0.14);
}
.layui-code-line-diff-add:before {
  position: absolute;
  content: '+';
  color: #18794e;
}
.layui-code-line-diff-remove:before {
  position: absolute;
  content: '-';
  color: #b8272c;
}
.layui-code-has-focused-lines .layui-code-line:not(.layui-code-line-has-focus) {
  filter: blur(0.095rem);
  opacity: 0.7;
  -webkit-transition: filter 0.35s, opacity 0.35s;
  transition: filter 0.35s, opacity 0.35s;
}
.layui-code-has-focused-lines:hover .layui-code-line:not(.layui-code-line-has-focus) {
  filter: blur();
  opacity: 1;
}
html #layuicss-laydate {
  display: none;
  position: absolute;
  width: 1989px;
}
.layui-laydate * {
  margin: 0;
  padding: 0;
}
.layui-laydate,
.layui-laydate * {
  box-sizing: border-box;
}
.layui-laydate {
  position: absolute;
  z-index: 99999999;
  margin: 5px 0;
  border-radius: 2px;
  font-size: 14px;
  line-height: normal;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.layui-laydate-main {
  width: 272px;
}
.layui-laydate-content td,
.layui-laydate-header *,
.layui-laydate-list li {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.layui-laydate-shade {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
}
@keyframes laydate-downbit {
  0% {
    opacity: 0.3;
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.layui-laydate {
  animation-name: laydate-downbit;
}
.layui-laydate-static {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 0;
  -webkit-animation: none;
  animation: none;
}
.laydate-ym-show .laydate-next-m,
.laydate-ym-show .laydate-prev-m {
  display: none !important;
}
.laydate-ym-show .laydate-next-y,
.laydate-ym-show .laydate-prev-y {
  display: inline-block !important;
}
.laydate-ym-show .laydate-set-ym span[lay-type=month] {
  display: none !important;
}
.laydate-time-show .laydate-set-ym span[lay-type=month],
.laydate-time-show .laydate-set-ym span[lay-type=year],
.laydate-time-show .layui-laydate-header .layui-icon {
  display: none !important;
}
.layui-laydate-header {
  position: relative;
  line-height: 30px;
  padding: 10px 70px 5px;
}
.layui-laydate-header * {
  display: inline-block;
  vertical-align: bottom;
}
.layui-laydate-header i {
  position: absolute;
  top: 10px;
  padding: 0 5px;
  color: #999;
  font-size: 18px;
  cursor: pointer;
}
.layui-laydate-header i.laydate-prev-y {
  left: 15px;
}
.layui-laydate-header i.laydate-prev-m {
  left: 45px;
}
.layui-laydate-header i.laydate-next-y {
  right: 15px;
}
.layui-laydate-header i.laydate-next-m {
  right: 45px;
}
.laydate-time-show .layui-laydate-header {
  padding-left: 10px;
  padding-right: 10px;
}
.laydate-set-ym {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.laydate-set-ym span {
  padding: 0 10px;
  cursor: pointer;
}
.laydate-time-text {
  cursor: default !important;
}
.layui-laydate-content {
  position: relative;
  padding: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layui-laydate-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.layui-laydate-content td,
.layui-laydate-content th {
  width: 36px;
  height: 30px;
  padding: 0;
  text-align: center;
}
.layui-laydate-content th {
  font-weight: 400;
}
.layui-laydate-content td {
  position: relative;
  cursor: pointer;
}
.laydate-day-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
}
.laydate-day-mark::after {
  position: absolute;
  content: '';
  right: 2px;
  top: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.laydate-day-holidays:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  transform: scale(0.7);
}
.laydate-day-holidays:before {
  content: '\4F11';
  color: #ff5722;
}
.laydate-day-holidays[type=workdays]:before {
  content: '\73ED';
  color: inherit;
}
.layui-laydate .layui-this .laydate-day-holidays:before {
  color: #fff;
}
.layui-laydate-footer {
  position: relative;
  height: 46px;
  line-height: 26px;
  padding: 10px;
}
.layui-laydate-footer span {
  display: inline-block;
  vertical-align: top;
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  background-color: #fff;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
}
.layui-laydate-footer span:hover {
  color: #16b777;
}
.layui-laydate-footer span.layui-laydate-preview {
  cursor: default;
  border-color: transparent !important;
}
.layui-laydate-footer span.layui-laydate-preview:hover {
  color: #777;
}
.layui-laydate-footer span:first-child.layui-laydate-preview {
  padding-left: 0;
}
.laydate-footer-btns {
  position: absolute;
  right: 10px;
  top: 10px;
}
.laydate-footer-btns span {
  margin: 0 0 0 -1px;
  border-radius: 0;
}
.laydate-footer-btns span:first-child {
  border-radius: 2px 0 0 2px;
}
.laydate-footer-btns span:last-child {
  border-radius: 0 2px 2px 0;
}
.layui-laydate-shortcut {
  width: 80px;
  padding: 6px 0;
  display: inline-block;
  vertical-align: top;
  overflow: auto;
  max-height: 276px;
  text-align: center;
}
.layui-laydate-shortcut + .layui-laydate-main {
  display: inline-block;
  border-left: 1px solid #e2e2e2;
}
.layui-laydate-shortcut > li {
  padding: 5px 8px;
  cursor: pointer;
  line-height: 18px;
}
.layui-laydate .layui-laydate-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.layui-laydate .layui-laydate-list > li {
  position: relative;
  display: inline-block;
  width: 33.3%;
  height: 36px;
  line-height: 36px;
  margin: 3px 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  list-style: none;
}
.layui-laydate .laydate-month-list > li {
  width: 25%;
  margin: 17px 0;
}
.laydate-time-list {
  display: table;
}
.layui-laydate .laydate-time-list > li {
  display: table-cell;
  height: 100%;
  margin: 0;
  line-height: normal;
  cursor: default;
}
.layui-laydate .laydate-time-list p {
  position: relative;
  top: -4px;
  margin: 0;
  line-height: 29px;
}
.layui-laydate .laydate-time-list ol {
  height: 181px;
  overflow: hidden;
}
.layui-laydate .laydate-time-list > li:hover ol {
  overflow-y: auto;
}
.layui-laydate .laydate-time-list ol li {
  width: 130%;
  padding-left: 33px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  cursor: pointer;
}
.layui-laydate .laydate-time-list-hide-1 ol li {
  padding-left: 53px;
}
.layui-laydate .laydate-time-list-hide-2 ol li {
  padding-left: 117px;
}
.layui-laydate-hint {
  position: absolute;
  top: 115px;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  line-height: 20px;
  padding: 15px;
  text-align: center;
  font-size: 12px;
  color: #ff5722;
  white-space: pre-line;
}
.layui-laydate-range {
  width: 546px;
}
.layui-laydate-range .layui-laydate-main {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
}
.layui-laydate-range .laydate-main-list-1 .layui-laydate-content,
.layui-laydate-range .laydate-main-list-1 .layui-laydate-header {
  border-left: 1px solid #e2e2e2;
}
.layui-laydate-range.layui-laydate-linkage .laydate-main-list-0 .laydate-next-m,
.layui-laydate-range.layui-laydate-linkage .laydate-main-list-0 .laydate-next-y,
.layui-laydate-range.layui-laydate-linkage .laydate-main-list-1 .laydate-prev-m,
.layui-laydate-range.layui-laydate-linkage .laydate-main-list-1 .laydate-prev-y {
  display: none;
}
.layui-laydate-range.layui-laydate-linkage .laydate-main-list-1 .layui-laydate-content,
.layui-laydate-range.layui-laydate-linkage .laydate-main-list-1 .layui-laydate-header {
  border-left-style: dashed;
}
.layui-laydate,
.layui-laydate-hint {
  border: 1px solid #d2d2d2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: #777;
}
.layui-laydate-header {
  border-bottom: 1px solid #e2e2e2;
}
.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: #16b777;
}
.layui-laydate-content {
  border-top: none 0;
  border-bottom: none 0;
}
.layui-laydate-content th {
  color: #333;
}
.layui-laydate-content td {
  color: #777;
}
.layui-laydate-content td.laydate-day-now {
  color: #16b777;
}
.layui-laydate-content td.laydate-day-now:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  border: 1px solid #16b777;
  box-sizing: border-box;
}
.layui-laydate-linkage .layui-laydate-content td.laydate-selected > div {
  background-color: #cffae9;
  transition: all 0.3s;
}
.layui-laydate-linkage .laydate-selected:hover > div {
  background-color: #cffae9 !important;
}
.layui-laydate-content td.laydate-selected:after,
.layui-laydate-content td:hover:after {
  content: none;
}
.layui-laydate-content td > div:hover,
.layui-laydate-list li:hover,
.layui-laydate-shortcut > li:hover {
  background-color: #eee;
  color: #333;
  transition: all 0.3s;
}
.laydate-time-list li ol {
  margin: 0;
  padding: 0;
  border: 1px solid #e2e2e2;
  border-left-width: 0;
}
.laydate-time-list li:first-child ol {
  border-left-width: 1px;
}
.laydate-time-list > li:hover {
  background: 0 0;
}
.layui-laydate-content .laydate-day-next,
.layui-laydate-content .laydate-day-prev {
  color: #d2d2d2;
}
.layui-laydate-linkage .laydate-selected.laydate-day-next > div,
.layui-laydate-linkage .laydate-selected.laydate-day-prev > div {
  background: 0 0 !important;
}
.layui-laydate-footer {
  border-top: 1px solid #e2e2e2;
}
.layui-laydate-hint {
  color: #ff5722;
}
.laydate-day-mark::after {
  background-color: #16b777;
}
.layui-laydate-content td.layui-this .laydate-day-mark::after {
  display: none;
}
.layui-laydate-footer span[lay-type=date] {
  color: #16b777;
}
.layui-laydate .layui-this,
.layui-laydate .layui-this > div {
  background-color: #16b777 !important;
  color: #fff !important;
}
.layui-laydate .laydate-disabled,
.layui-laydate .laydate-disabled:hover {
  background: 0 0!important;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layui-laydate .layui-this.laydate-disabled,
.layui-laydate .layui-this.laydate-disabled > div {
  background-color: #eee !important;
}
.layui-laydate-content td > div {
  padding: 7px 0;
  height: 100%;
}
.laydate-theme-molv {
  border: none;
}
.laydate-theme-molv.layui-laydate-range {
  width: 548px;
}
.laydate-theme-molv .layui-laydate-main {
  width: 274px;
}
.laydate-theme-molv .layui-laydate-header {
  border: none;
  background-color: #16baaa;
}
.laydate-theme-molv .layui-laydate-header i,
.laydate-theme-molv .layui-laydate-header span {
  color: #f6f6f6;
}
.laydate-theme-molv .layui-laydate-header i:hover,
.laydate-theme-molv .layui-laydate-header span:hover {
  color: #fff;
}
.laydate-theme-molv .layui-laydate-content {
  border: 1px solid #e2e2e2;
  border-top: none;
  border-bottom: none;
}
.laydate-theme-molv .laydate-main-list-1 .layui-laydate-content {
  border-left: none;
}
.laydate-theme-molv .layui-this,
.laydate-theme-molv .layui-this > div {
  background-color: #16baaa !important;
}
.laydate-theme-molv .layui-laydate-footer {
  border: 1px solid #e2e2e2;
}
.laydate-theme-grid .laydate-month-list > li,
.laydate-theme-grid .laydate-year-list > li,
.laydate-theme-grid .layui-laydate-content td,
.laydate-theme-grid .layui-laydate-content thead {
  border: 1px solid #e2e2e2;
}
.layui-laydate-linkage.laydate-theme-grid .laydate-selected,
.layui-laydate-linkage.laydate-theme-grid .laydate-selected:hover {
  background-color: #f2f2f2 !important;
  color: #16baaa !important;
}
.layui-laydate-linkage.laydate-theme-grid .laydate-selected.laydate-day-next,
.layui-laydate-linkage.laydate-theme-grid .laydate-selected.laydate-day-prev {
  color: #d2d2d2 !important;
}
.laydate-theme-grid .laydate-month-list,
.laydate-theme-grid .laydate-year-list {
  margin: 1px 0 0 1px;
}
.laydate-theme-grid .laydate-month-list > li,
.laydate-theme-grid .laydate-year-list > li {
  margin: 0 -1px -1px 0;
}
.laydate-theme-grid .laydate-year-list > li {
  height: 43px;
  line-height: 43px;
}
.laydate-theme-grid .laydate-month-list > li {
  height: 71px;
  line-height: 71px;
}
.laydate-theme-grid .layui-laydate-content td > div {
  height: 29px;
  margin-top: -1px;
}
.laydate-theme-circle .layui-laydate-content td.layui-this > div,
.laydate-theme-circle .layui-laydate-content td > div {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  margin: 0 4px;
  padding: 0;
}
.layui-laydate.laydate-theme-circle .layui-laydate-content table td.layui-this {
  background-color: transparent !important;
}
.laydate-theme-grid.laydate-theme-circle .layui-laydate-content td > div {
  margin: 0 3.5px;
}
.laydate-theme-fullpanel .layui-laydate-main {
  width: 526px;
}
.laydate-theme-fullpanel .layui-laydate-list {
  width: 252px;
  left: 272px;
}
.laydate-theme-fullpanel .laydate-set-ym span {
  display: none;
}
.laydate-theme-fullpanel .laydate-time-show .laydate-set-ym span[lay-type=month],
.laydate-theme-fullpanel .laydate-time-show .laydate-set-ym span[lay-type=year],
.laydate-theme-fullpanel .laydate-time-show .layui-laydate-header .layui-icon {
  display: inline-block !important;
}
.laydate-theme-fullpanel .laydate-btns-time {
  display: none;
}
.laydate-theme-fullpanel .laydate-time-list-hide-1 ol li {
  padding-left: 49px;
}
.laydate-theme-fullpanel .laydate-time-list-hide-2 ol li {
  padding-left: 107px;
}
html #layuicss-layer {
  display: none;
  position: absolute;
  width: 1989px;
}
.layui-layer,
.layui-layer-shade {
  position: fixed;
  _position: absolute;
  pointer-events: auto;
}
.layui-layer-shade {
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.34, 0.69, 0.1, 1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layui-layer {
  top: 150px;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-background-clip: content;
  background-clip: content;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
.layui-layer-close {
  position: absolute;
}
.layui-layer-content {
  position: relative;
}
.layui-layer-border {
  border: 1px solid #b2b2b2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.layui-layer-load {
  background: url(data:image/gif;base64,R0lGODlhJQAlAJECAL3L2AYrTv///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgACACwAAAAAJQAlAAACi5SPqcvtDyGYIFpF690i8xUw3qJBwUlSadmcLqYmGQu6KDIeM13beGzYWWy3DlB4IYaMk+Dso2RWkFCfLPcRvFbZxFLUDTt21BW56TyjRep1e20+i+eYMR145W2eefj+6VFmgTQi+ECVY8iGxcg35phGo/iDFwlTyXWphwlm1imGRdcnuqhHeop6UAAAIfkEBQoAAgAsEAACAAQACwAAAgWMj6nLXAAh+QQFCgACACwVAAUACgALAAACFZQvgRi92dyJcVJlLobUdi8x4bIhBQAh+QQFCgACACwXABEADAADAAACBYyPqcsFACH5BAUKAAIALBUAFQAKAAsAAAITlGKZwWoMHYxqtmplxlNT7ixGAQAh+QQFCgACACwQABgABAALAAACBYyPqctcACH5BAUKAAIALAUAFQAKAAsAAAIVlC+BGL3Z3IlxUmUuhtR2LzHhsiEFACH5BAUKAAIALAEAEQAMAAMAAAIFjI+pywUAIfkEBQoAAgAsBQAFAAoACwAAAhOUYJnAagwdjGq2amXGU1PuLEYBACH5BAUKAAIALBAAAgAEAAsAAAIFhI+py1wAIfkEBQoAAgAsFQAFAAoACwAAAhWUL4AIvdnciXFSZS6G1HYvMeGyIQUAIfkEBQoAAgAsFwARAAwAAwAAAgWEj6nLBQAh+QQFCgACACwVABUACgALAAACE5RgmcBqDB2MarZqZcZTU+4sRgEAIfkEBQoAAgAsEAAYAAQACwAAAgWEj6nLXAAh+QQFCgACACwFABUACgALAAACFZQvgAi92dyJcVJlLobUdi8x4bIhBQAh+QQFCgACACwBABEADAADAAACBYSPqcsFADs=) #fff center center no-repeat;
}
.layui-layer-btn a,
.layui-layer-setwin span {
  display: inline-block;
  vertical-align: middle;
}
.layui-layer-move {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: move;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #fff;
  z-index: 2147483647;
}
.layui-layer-resize {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 0;
  cursor: se-resize;
}
.layer-anim {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes layer-bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes layer-bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.layer-anim-00 {
  -webkit-animation-name: layer-bounceIn;
  animation-name: layer-bounceIn;
}
@-webkit-keyframes layer-zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes layer-zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.layer-anim-01 {
  -webkit-animation-name: layer-zoomInDown;
  animation-name: layer-zoomInDown;
}
@-webkit-keyframes layer-fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes layer-fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.layer-anim-02 {
  -webkit-animation-name: layer-fadeInUpBig;
  animation-name: layer-fadeInUpBig;
}
@-webkit-keyframes layer-zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes layer-zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.layer-anim-03 {
  -webkit-animation-name: layer-zoomInLeft;
  animation-name: layer-zoomInLeft;
}
@-webkit-keyframes layer-rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
@keyframes layer-rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
.layer-anim-04 {
  -webkit-animation-name: layer-rollIn;
  animation-name: layer-rollIn;
}
@-webkit-keyframes layer-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes layer-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.layer-anim-05 {
  -webkit-animation-name: layer-fadeIn;
  animation-name: layer-fadeIn;
}
@-webkit-keyframes layer-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes layer-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.layer-anim-06 {
  -webkit-animation-name: layer-shake;
  animation-name: layer-shake;
}
@keyframes layer-slide-down {
  from {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes layer-slide-down-out {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
.layer-anim-slide-down {
  animation-name: layer-slide-down;
}
.layer-anim-slide-down-out {
  animation-name: layer-slide-down-out;
}
@keyframes layer-slide-left {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes layer-slide-left-out {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
.layer-anim-slide-left {
  animation-name: layer-slide-left;
}
.layer-anim-slide-left-out {
  animation-name: layer-slide-left-out;
}
@keyframes layer-slide-up {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes layer-slide-up-out {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
.layer-anim-slide-up {
  animation-name: layer-slide-up;
}
.layer-anim-slide-up-out {
  animation-name: layer-slide-up-out;
}
@keyframes layer-slide-right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes layer-slide-right-out {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.layer-anim-slide-right {
  animation-name: layer-slide-right;
}
.layer-anim-slide-right-out {
  animation-name: layer-slide-right-out;
}
.layui-layer-title {
  padding: 0 81px 0 16px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2px 2px 0 0;
}
.layui-layer-setwin {
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 0;
  line-height: initial;
}
.layui-layer-setwin span {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 18px;
  margin-left: 10px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #000;
  _overflow: hidden;
  box-sizing: border-box;
}
.layui-layer-setwin .layui-layer-min:before {
  content: '';
  position: absolute;
  width: 12px;
  border-bottom: 1px solid #2e2d3c;
  left: 50%;
  top: 50%;
  margin: -0.5px 0 0 -6px;
  cursor: pointer;
  _overflow: hidden;
}
.layui-layer-setwin .layui-layer-min:hover:before {
  background-color: #2d93ca;
}
.layui-layer-setwin .layui-layer-max:after,
.layui-layer-setwin .layui-layer-max:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 9px;
  height: 9px;
  margin: -5px 0 0 -5px;
  border: 1px solid #2e2d3c;
}
.layui-layer-setwin .layui-layer-max:hover:after,
.layui-layer-setwin .layui-layer-max:hover:before {
  border-color: #2d93ca;
}
.layui-layer-setwin .layui-layer-min:hover:before {
  background-color: #2d93ca;
}
.layui-layer-setwin .layui-layer-maxmin:after,
.layui-layer-setwin .layui-layer-maxmin:before {
  width: 7px;
  height: 7px;
  margin: -3px 0 0 -3px;
  background-color: #fff;
}
.layui-layer-setwin .layui-layer-maxmin:after {
  z-index: 0;
  margin: -5px 0 0 -1px;
}
.layui-layer-setwin .layui-layer-close {
  cursor: pointer;
}
.layui-layer-setwin .layui-layer-close:hover {
  opacity: 0.7;
}
.layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: -28px;
  top: -28px;
  color: #fff;
  background-color: #787878;
  padding: 3px;
  border: 3px solid;
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: bolder;
  border-radius: 50%;
  margin-left: 0;
}
.layui-layer-setwin .layui-layer-close2:hover {
  opacity: unset;
  background-color: #3888f6;
}
.layui-layer-btn {
  text-align: right;
  padding: 0 15px 12px;
  pointer-events: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layui-layer-btn a {
  height: 30px;
  line-height: 30px;
  margin: 5px 5px 0;
  padding: 0 16px;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}
.layui-layer-btn a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.layui-layer-btn a:active {
  opacity: 0.8;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: transparent;
  background-color: #1e9fff;
  color: #fff;
}
.layui-layer-btn-l {
  text-align: left;
}
.layui-layer-btn-c {
  text-align: center;
}
.layui-layer-btn-is-loading {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  cursor: wait!important;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.layui-layer-btn-is-loading .layui-layer-btn-loading-icon {
  margin-right: 8px;
  font-size: 14px;
}
.layui-layer-dialog {
  min-width: 240px;
}
.layui-layer-dialog .layui-layer-content {
  position: relative;
  padding: 16px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}
.layui-layer-dialog .layui-layer-content .layui-layer-face {
  position: absolute;
  top: 18px;
  left: 16px;
  color: #959595;
  font-size: 32px;
  _left: -40px;
}
.layui-layer-dialog .layui-layer-content .layui-icon-tips {
  color: #f39b12;
}
.layui-layer-dialog .layui-layer-content .layui-icon-success {
  color: #16b777;
}
.layui-layer-dialog .layui-layer-content .layui-icon-error {
  top: 19px;
  color: #ff5722;
}
.layui-layer-dialog .layui-layer-content .layui-icon-question {
  color: #ffb800;
}
.layui-layer-dialog .layui-layer-content .layui-icon-lock {
  color: #787878;
}
.layui-layer-dialog .layui-layer-content .layui-icon-face-cry {
  color: #ff5722;
}
.layui-layer-dialog .layui-layer-content .layui-icon-face-smile {
  color: #16b777;
}
.layui-layer-rim {
  border: 6px solid #8d8d8d;
  border: 6px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: none;
}
.layui-layer-msg {
  min-width: 180px;
  border: 1px solid #d3d4d3;
  box-shadow: none;
}
.layui-layer-hui {
  min-width: 100px;
  background-color: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
}
.layui-layer-hui .layui-layer-close {
  color: #fff;
}
.layui-layer-hui .layui-layer-content {
  padding: 11px 24px;
  text-align: center;
}
.layui-layer-dialog .layui-layer-padding {
  padding: 18px 24px 18px 58px;
  text-align: left;
}
.layui-layer-page .layui-layer-content {
  position: relative;
  overflow: auto;
}
.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
  padding-top: 10px;
}
.layui-layer-nobg {
  background: 0 0;
}
.layui-layer-iframe iframe {
  display: block;
  width: 100%;
}
.layui-layer-loading {
  border-radius: 100%;
  background: 0 0;
  box-shadow: none;
  border: none;
}
.layui-layer-loading .layui-layer-content {
  width: 76px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.layui-layer-loading-icon {
  font-size: 38px;
  color: #959595;
}
.layui-layer-loading2 {
  text-align: center;
}
.layui-layer-loading-2 {
  position: relative;
  height: 38px;
}
.layui-layer-loading-2:after,
.layui-layer-loading-2:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  margin: -19px 0 0 -19px;
  border-radius: 50%;
  border: 3px solid #d2d2d2;
  box-sizing: border-box;
}
.layui-layer-loading-2:after {
  border-color: transparent;
  border-left-color: #1e9fff;
}
.layui-layer-tips {
  background: 0 0;
  box-shadow: none;
  border: none;
}
.layui-layer-tips .layui-layer-content {
  position: relative;
  line-height: 22px;
  min-width: 12px;
  padding: 8px 15px;
  font-size: 12px;
  _float: left;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #000;
  color: #fff;
}
.layui-layer-tips .layui-layer-close {
  right: -2px;
  top: -1px;
}
.layui-layer-tips i.layui-layer-TipsG {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-color: transparent;
  border-style: dashed;
}
.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
  left: 5px;
  border-right-style: solid;
  border-right-color: #000;
}
.layui-layer-tips i.layui-layer-TipsT {
  bottom: -8px;
}
.layui-layer-tips i.layui-layer-TipsB {
  top: -8px;
}
.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
  top: 5px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.layui-layer-tips i.layui-layer-TipsR {
  left: -8px;
}
.layui-layer-tips i.layui-layer-TipsL {
  right: -8px;
}
.layui-layer-lan .layui-layer-title {
  background: #4476a7;
  color: #fff;
  border: none;
}
.layui-layer-lan .layui-layer-btn {
  padding: 5px 10px 10px;
  border-top: 1px solid #e9e7e7;
}
.layui-layer-lan .layui-layer-btn a {
  background: #fff;
  border-color: #e9e7e7;
  color: #333;
}
.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
  background: #c9c5c5;
}
.layui-layer-molv .layui-layer-title {
  background: #009f95;
  color: #fff;
  border: none;
}
.layui-layer-molv .layui-layer-btn a {
  background: #009f95;
  border-color: #009f95;
}
.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
  background: #92b8b1;
}
.layui-layer-lan .layui-layer-setwin .layui-icon,
.layui-layer-molv .layui-layer-setwin .layui-icon {
  color: #fff;
}
.layui-layer-win10 {
  border: 1px solid #aaa;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  border-radius: none;
}
.layui-layer-win10 .layui-layer-title {
  height: 32px;
  line-height: 32px;
  padding-left: 8px;
  border-bottom: none;
  font-size: 12px;
}
.layui-layer-win10 .layui-layer-setwin {
  right: 0;
  top: 0;
}
.layui-layer-win10 .layui-layer-setwin span {
  margin-left: 0;
  width: 32px;
  height: 32px;
  padding: 8px;
}
.layui-layer-win10.layui-layer-page .layui-layer-setwin span {
  width: 38px;
}
.layui-layer-win10 .layui-layer-setwin span:hover {
  background-color: #e5e5e5;
}
.layui-layer-win10 .layui-layer-setwin span.layui-icon-close:hover {
  background-color: #e81123;
  color: #fff;
}
.layui-layer-win10.layui-layer-dialog .layui-layer-content {
  padding: 8px 16px 32px;
  color: #0033bc;
}
.layui-layer-win10.layui-layer-dialog .layui-layer-padding {
  padding-top: 18px;
  padding-left: 58px;
}
.layui-layer-win10 .layui-layer-btn {
  padding: 5px 5px 10px;
  border-top: 1px solid #dfdfdf;
  background-color: #f0f0f0;
}
.layui-layer-win10 .layui-layer-btn a {
  height: 20px;
  line-height: 18px;
  background-color: #e1e1e1;
  border-color: #adadad;
  color: #000;
  font-size: 12px;
  transition: all 0.3s;
}
.layui-layer-win10 .layui-layer-btn a:hover {
  border-color: #2a8edd;
  background-color: #e5f1fb;
}
.layui-layer-win10 .layui-layer-btn .layui-layer-btn0 {
  border-color: #0078d7;
}
.layui-layer-prompt .layui-layer-input {
  display: block;
  width: 260px;
  height: 36px;
  margin: 0 auto;
  line-height: 30px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  color: #333;
}
.layui-layer-prompt textarea.layui-layer-input {
  width: 300px;
  height: 100px;
  line-height: 20px;
  padding: 6px 10px;
}
.layui-layer-prompt .layui-layer-content {
  padding: 16px;
}
.layui-layer-prompt .layui-layer-btn {
  padding-top: 0;
}
.layui-layer-tab {
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.4);
}
.layui-layer-tab .layui-layer-title {
  padding-left: 0;
  overflow: visible;
}
.layui-layer-tab .layui-layer-title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  min-width: 80px;
  max-width: 300px;
  padding: 0 16px;
  text-align: center;
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.layui-layer-tab .layui-layer-title span.layui-this {
  height: 51px;
  border-left-color: #eee;
  border-right-color: #eee;
  background-color: #fff;
  z-index: 10;
}
.layui-layer-tab .layui-layer-title span:first-child {
  border-left-color: transparent;
}
.layui-layer-tabmain {
  line-height: 24px;
  clear: both;
}
.layui-layer-tabmain .layui-layer-tabli {
  display: none;
}
.layui-layer-tabmain .layui-layer-tabli.layui-this {
  display: block;
}
.layui-layer-photos {
  background: 0 0;
  box-shadow: none;
}
.layui-layer-photos .layui-layer-content {
  overflow: visible;
  text-align: center;
}
.layui-layer-photos .layer-layer-photos-main img {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.layui-layer-photos-next,
.layui-layer-photos-prev {
  position: fixed;
  top: 50%;
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin-top: -26px;
  cursor: pointer;
  font-size: 52px;
  color: #717171;
}
.layui-layer-photos-prev {
  left: 32px;
}
.layui-layer-photos-next {
  right: 32px;
}
.layui-layer-photos-next:hover,
.layui-layer-photos-prev:hover {
  color: #959595;
}
.layui-layer-photos-toolbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: rgba(0, 0, 0, 0.32);
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.layui-layer-photos-toolbar > * {
  display: inline-block;
  vertical-align: top;
  padding: 0 16px;
  font-size: 12px;
  color: #fff;
}
.layui-layer-photos-toolbar * {
  font-size: 12px;
}
.layui-layer-photos-header {
  top: 0;
  bottom: auto;
}
.layui-layer-photos-header > span {
  cursor: pointer;
}
.layui-layer-photos-header > span:hover {
  background-color: rgba(51, 51, 51, 0.32);
}
.layui-layer-photos-header .layui-icon {
  font-size: 18px;
}
.layui-layer-photos-footer > h3 {
  max-width: 65%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.layui-layer-photos-footer a:hover {
  text-decoration: underline;
}
.layui-layer-photos-footer em {
  font-style: normal;
}
@-webkit-keyframes layer-bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  30% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes layer-bounceOut {
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  30% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.layer-anim-close {
  -webkit-animation-name: layer-bounceOut;
  animation-name: layer-bounceOut;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
#c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
#c-loading > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
}
#c-loading .c-main {
  position: absolute;
  top: 1.67rem;
  left: 50%;
  z-index: 10;
  width: 11.1rem;
  z-index: 2;
  transform: translateX(-50%);
}
#c-loading .c-main .c-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#c-loading .c-main .c-wrap .c-img {
  position: relative;
  margin-right: 0.1rem;
}
#c-loading .c-main .c-wrap .c-img:first-child {
  display: none;
}
#c-loading .c-main .c-wrap .c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.77rem;
  opacity: 0;
}
#c-loading .c-main .c-wrap .c-img img:nth-child(1) {
  position: relative;
}
#c-loading .c-main .c-wrap .c-img img.on {
  opacity: 1;
}
#c-loading .c-main .c-wrap > img {
  height: 0.77rem;
}
#c-loading .c-main .c-line-box {
  position: relative;
  margin: 0.5rem 0;
}
#c-loading .c-main .c-line-box .c-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  overflow: hidden;
}
#c-loading .c-main .c-line-box .c-box img {
  width: 11.1rem;
}
#c-loading .c-main .c-line-box img {
  width: 100%;
}
#c-loading .c-main .c-line-box img:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 1.19rem;
  transform: translate(-50%, -50%);
}
#c-loading .c-main .c-text {
  font-size: 0.26rem;
  line-height: calc(30/26);
  text-align: center;
}
#c-header {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  z-index: 100;
  max-width: 25rem;
  transform: translateX(-50%);
}
#c-header.on .c-top {
  opacity: 0;
  pointer-events: none;
}
#c-header.on .c-bottom {
  opacity: 1;
  pointer-events: auto;
}
#c-header .c-btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-right: 0.4rem;
}
#c-header .c-btn > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.72rem;
}
#c-header .c-btn > img:nth-child(2) {
  position: relative;
  opacity: 0;
}
#c-header .c-btn:last-child {
  margin-right: 0;
}
#c-header .c-btn:nth-child(2) {
  z-index: 1;
}
#c-header .c-btn .c-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 0.72rem;
  color: var(--color2);
  font-size: 0.3rem;
}
#c-header .c-btn .c-wrap i {
  margin: 0.03rem 0 0 0.1rem;
  width: 0.1rem;
  height: 0.16rem;
  background: url(../images/arrow-right2.png) no-repeat center center / contain;
}
#c-header .c-btn .c-wrap:hover {
  color: var(--color3);
}
#c-header .c-btn .c-wrap:hover i {
  background-image: url(../images/arrow-right2-h.png);
}
#c-header .c-btn .c-language {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 3.19rem;
  padding: 0.85rem 0.8rem;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}
#c-header .c-btn .c-language > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
#c-header .c-btn .c-language li {
  padding: 0.06rem 0;
}
#c-header .c-btn .c-language li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.45rem;
  color: #96ECFF;
  font-size: 0.28rem;
}
#c-header .c-btn .c-language li a:hover {
  text-shadow: 0px 0.01rem 0px #FFFFFF;
  color: var(--color4);
  background: url(../images/btn-default.png) no-repeat center center / auto 100%;
}
#c-header .c-btn .c-box {
  position: absolute;
  top: 0.54rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.12rem;
  padding: 0.64rem 0.42rem 0.5rem;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  background: url(../images/log-out.png) no-repeat left top / 100% auto;
}
#c-header .c-btn .c-box .c-wrap {
  width: 100%;
  height: 0.8rem;
  color: var(--color4);
  font-size: 0.24rem;
  background: url(../images/btn-default.png) no-repeat left top / 100% 100%;
}
#c-header .c-btn .c-box .c-wrap i {
  background: url(../images/arrow-right.png) no-repeat center center / contain;
}
#c-header .c-btn .c-box .c-wrap:hover {
  color: var(--color5);
  background-image: url(../images/btn-default-h.png);
}
#c-header .c-btn .c-box .c-wrap:hover i {
  background-image: url(../images/arrow-right-h.png);
}
#c-header .c-btn:hover > img {
  opacity: 0;
}
#c-header .c-btn:hover > img:nth-child(2) {
  opacity: 1;
}
#c-header .c-btn:hover .c-language,
#c-header .c-btn:hover .c-box {
  opacity: 1;
  pointer-events: auto;
}
#c-header .c-btn-box {
  display: flex;
  align-items: flex-start;
}
#c-header .c-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.3rem 0.4rem;
}
#c-header .c-top > .c-btn {
  background: url(../images/btn-log-in.png) no-repeat center center / contain;
}
#c-header .c-top > .c-btn:hover {
  background-image: url(../images/btn-log-in-h.png);
}
#c-header .c-top .c-left {
  display: flex;
}
#c-header .c-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  background: url(../images/header-bg.jpg) no-repeat center center / cover;
  opacity: 0;
  pointer-events: none;
}
#c-header .c-bottom .c-left,
#c-header .c-bottom .c-right {
  flex-shrink: 0;
  display: flex;
  padding-bottom: 0.1rem;
}
#c-header .c-bottom .c-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  width: 100%;
  font-size: 0.2rem;
  line-height: 1.1;
  color: #6153C4;
}
#c-header .c-bottom .c-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1.4rem;
  height: 1rem;
  cursor: pointer;
}
#c-header .c-bottom .c-list li:hover,
#c-header .c-bottom .c-list li.on {
  color: #80FBFD;
  background: url(../images/nav-bg.png) no-repeat center center / cover;
  font-size: 0.22rem;
}
#c-footer {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 100vw;
  padding: 0.4rem;
  z-index: 100;
  max-width: 25rem;
  transform: translateX(-50%);
  pointer-events: none;
}
#c-footer.on {
  opacity: 0;
}
#c-footer.on .c-down,
#c-footer.on .c-links {
  pointer-events: none;
}
@keyframes downMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
#c-footer .c-down {
  position: absolute;
  right: 1rem;
  bottom: 0;
  z-index: 10;
  width: 1.68rem;
  height: 1.68rem;
  background: url(../images/arrow.png) no-repeat center center / contain;
  cursor: pointer;
  pointer-events: auto;
  animation: downMove 2s ease-in-out infinite;
}
#c-footer .c-down .c-wrap {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.2rem;
  line-height: 1.1;
  color: #96ECFF;
  pointer-events: none;
  opacity: 0;
}
#c-footer .c-down .c-wrap img {
  width: 3.47rem;
}
#c-footer .c-down .c-wrap p {
  position: absolute;
  top: 0.68rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2rem;
  height: 0.8rem;
  transform: translateX(-50%);
}
#c-footer .c-down:hover {
  background-image: url(../images/arrow-h.png);
}
#c-footer .c-down:hover .c-wrap {
  opacity: 1;
}
#c-footer .c-links {
  font-size: 0.24rem;
  line-height: calc(34/24);
  color: #F8E1FD;
  text-shadow: 0px 0px 0.04rem #522A9E, 0px 0px 0.06rem #522A9E;
  pointer-events: auto;
}
#c-footer .c-links a {
  color: #fff;
}
#c-footer .c-links a:hover {
  text-decoration: underline;
}
.public-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  padding: 0 0.6rem;
  width: 4.96rem;
  height: 1.9rem;
  background: url(../images/language.png) no-repeat center center / contain;
  pointer-events: auto;
}
.public-language .c-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 0.6rem 0 0.3rem;
  height: 0.8rem;
}
.public-language .c-box img {
  width: 0.6rem;
}
.public-language a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 0.8rem;
  margin: 0 0.2rem;
  font-size: 0.3rem;
  line-height: 1.1;
  color: #81FCFE;
  text-shadow: -0.01rem 0px 0px #D3FEFF, 0.01rem 0px 0px #AA50E6;
}
.public-language:hover {
  background-image: url(../images/language-h.png);
}
.public-language:hover a {
  color: #FBF8FD;
  text-shadow: -0.01rem 0px 0px #21F4FF, 0.01rem 0px 0px #FC5BFD;
}
.public-content {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: 14.67rem;
  height: 6.46rem;
  z-index: 2;
  padding: 0.3rem 0.2rem 0.5rem 0.4rem;
  background: url(../images/content-bg.png) no-repeat center center / cover;
  transform: translateX(-50%);
}
.public-content .c-list {
  position: absolute;
  top: 0;
  right: 100%;
  width: 1.87rem;
  text-align: right;
}
.public-content .c-list li {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  width: 1.57rem;
  height: 0.8rem;
  padding: 0 0.1rem 0 0.2rem;
  background: url(../images/aside-btn4.png) no-repeat right top / auto 100%;
  cursor: pointer;
  margin-top: 0.4rem;
  font-size: 0.18rem;
}
.public-content .c-list li:first-child {
  margin-top: 0.3rem;
}
.public-content .c-list li:hover {
  background-image: url(../images/aside-btn4-h.png);
}
.public-content .c-list li.on {
  width: 100%;
  background-image: url(../images/aside-btn3.png);
  color: #80FBFD;
}
.public-content .c-list li.on:hover {
  background-image: url(../images/aside-btn3-h.png);
}
.public-content .c-list2 {
  position: relative;
  height: 100%;
}
.public-content .c-list2 li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.public-content .c-list2 li .c-html {
  height: 100%;
  border: 0.06rem solid #F4E0B7;
}
.public-content .c-list2 li.on {
  opacity: 1;
  z-index: 2;
}
.public-content .c-list3 {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.public-content .c-list3 .c-item {
  width: 100%;
  height: 100%;
}
.public-content .c-list3 .c-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public-content .c-list3 .c-left {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  width: 7.25rem;
}
.public-content .c-list3 .c-left .c-item.style2 {
  height: 2.96rem;
}
.public-content .c-list3 .c-left .c-item.style3 {
  height: 1.92rem;
}
.public-content .c-list3 .c-left .c-item.style4 {
  height: 1.42rem;
}
.public-content .c-list3 .c-right {
  width: 50%;
  width: 7.25rem;
}
.public-content .c-list3 .c-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-swiper-box {
  width: 25rem;
  height: 10.8rem;
}
.c-swiper-box .c-swiper {
  width: 100%;
  height: 100%;
}
.c-swiper-box .c-swiper .swiper-slide {
  background: url(../images/swiper-bg.jpg) no-repeat center center / cover;
}
.c-swiper-box .c-swiper .swiper-slide:first-child {
  background: none;
}
.c-swiper-box .c-swiper .swiper-slide .c-logo {
  position: absolute;
  width: 2.74rem;
  top: 1.49rem;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
.c-swiper-box .c-swiper .swiper-slide .c-bag {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  z-index: 5;
  width: 1.63rem;
  transform: translateX(-8.3rem);
}
.c-home1 .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-home1 .c-bg img,
.c-home1 .c-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .c-bg video {
  position: absolute;
  top: 0;
  left: 0;
}
.public-scroll {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0;
}
.public-scroll .scroll-content {
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.public-scroll .scroll-content::-webkit-scrollbar {
  display: none;
}
.public-scroll .scroll-content img {
  max-width: 100%;
}
.public-scroll .scroll-track {
  flex-shrink: 0;
  position: relative;
  margin: 0 0.1rem;
  width: 0.36rem;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  overflow: hidden;
}
.public-scroll .scroll-track::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 0.12rem;
  height: 100%;
  background: #F4E0B7;
  cursor: pointer;
  transform: translateX(-50%);
}
.public-scroll .scroll-track.no-scroll {
  margin: 0 -0.36rem 0 0.22rem;
  opacity: 0;
}
.public-scroll .scroll-track .scroll-thumb {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.12rem;
  background: url(../images/bar.png) no-repeat center center / contain;
  cursor: grab;
  z-index: 2;
  touch-action: none;
}
.public-scroll .scroll-track .scroll-thumb.dragging {
  cursor: grabbing;
}
.c-home5 .public-content .c-list,
.c-home6 .public-content .c-list,
.c-home7 .public-content .c-list {
  margin-right: 0.3rem;
}
.c-home5 .public-content .c-list li,
.c-home6 .public-content .c-list li,
.c-home7 .public-content .c-list li {
  width: 1.73rem;
  height: 1rem;
  padding: 0;
  background: transparent !important;
  margin-top: 0.15rem;
}
.c-home5 .public-content .c-list li:first-child,
.c-home6 .public-content .c-list li:first-child,
.c-home7 .public-content .c-list li:first-child {
  margin-top: 0;
}
.c-home5 .public-content .c-list li img,
.c-home6 .public-content .c-list li img,
.c-home7 .public-content .c-list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-home5 .public-content .c-list li img:nth-child(2),
.c-home6 .public-content .c-list li img:nth-child(2),
.c-home7 .public-content .c-list li img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-home5 .public-content .c-list li.on img,
.c-home6 .public-content .c-list li.on img,
.c-home7 .public-content .c-list li.on img,
.c-home5 .public-content .c-list li:hover img,
.c-home6 .public-content .c-list li:hover img,
.c-home7 .public-content .c-list li:hover img {
  opacity: 0;
}
.c-home5 .public-content .c-list li.on img:nth-child(2),
.c-home6 .public-content .c-list li.on img:nth-child(2),
.c-home7 .public-content .c-list li.on img:nth-child(2),
.c-home5 .public-content .c-list li:hover img:nth-child(2),
.c-home6 .public-content .c-list li:hover img:nth-child(2),
.c-home7 .public-content .c-list li:hover img:nth-child(2) {
  opacity: 1;
}
.c-home9 .public-content {
  top: 3.1rem;
  padding: 0;
  background: transparent;
  width: 14.7rem;
  height: 6.1rem;
}
.c-home9 .public-content .c-list2 li .c-html {
  border: 0;
}
.public-pop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.public-pop.on {
  opacity: 1;
  pointer-events: auto;
}
.public-pop.on .c-list3 li.on {
  pointer-events: auto !important;
}
.public-pop#c-country-pop.hide {
  opacity: 0;
  pointer-events: none;
}
.public-pop .c-main-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.public-pop .c-main-box .c-close {
  position: absolute;
  top: 0.32rem;
  left: 100%;
  margin-left: 0.34rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/close.png) no-repeat center center / contain;
  cursor: pointer;
}
.public-pop .c-main-box .c-close:hover {
  background-image: url(../images/close-h.png);
}
.public-pop .c-main-box .c-main {
  width: 11.2rem;
  height: 6.28rem;
  background: url(../images/country-pop-bg.png) no-repeat center center / contain;
}
.public-pop .c-main-box .c-main .c-title {
  padding: 0.28rem 0.6rem;
  width: 100%;
  height: 1.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 0.36rem;
  color: #80FCFE;
  line-height: 1.1;
  text-shadow: -0.02rem 0px 0px #FC5BFD;
}
.public-pop .c-main-box .c-main .c-title span {
  padding: 0 0.4rem;
  background: url(../images/square.png) no-repeat right center / auto 0.24rem, url(../images/square.png) no-repeat left center / auto 0.24rem;
}
.public-pop .c-main-box .c-main .c-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 9.2rem;
  margin: 0.3rem auto -0.2rem;
}
.public-pop .c-main-box .c-main .c-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  width: 4.53rem;
  height: 1.23rem;
  font-size: 0.22rem;
  cursor: pointer;
  background: url(../images/country-pop-item-bg.png) no-repeat center center / contain;
  color: #956442;
}
.public-pop .c-main-box .c-main .c-list li img {
  width: 0.68rem;
  height: 0.48rem;
  margin: 0.28rem 0.28rem 0.28rem 0.53rem;
  flex-shrink: 0;
}
.public-pop .c-main-box .c-main .c-list li:hover,
.public-pop .c-main-box .c-main .c-list li.on {
  color: #80FCFE;
  background-image: url(../images/country-pop-item-bg-h.png);
}
.public-pop .c-main-box .c-btn {
  margin: 0.23rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/btn-default2.png) no-repeat center center / contain;
  width: 3.99rem;
  height: 1rem;
  font-size: 0.3rem;
  color: rgba(129, 255, 255, 0.98);
  line-height: 17px;
  text-shadow: -1px 0px 0px #21F4FF, 1px 0px 0px #FC5BFD;
  cursor: pointer;
}
.public-pop .c-main-box .c-btn:hover {
  color: rgba(255, 255, 255, 0.98);
  background-image: url(../images/btn-default2-h.png);
}
#c-faq-pop .c-main {
  width: 12.6rem;
  height: 6.88rem;
  background-image: url(../images/faq-pop-bg.png);
}
#c-faq-pop .c-main .public-scroll {
  margin: 0.35rem auto 0;
  width: 11rem;
  height: 4.7rem;
}
#c-faq-pop .c-main .public-scroll .scroll-track {
  margin-right: 0.1rem;
}
#c-faq-pop .c-main .public-scroll .scroll-content {
  font-size: 0.22rem;
  line-height: calc(28/22);
  color: #956442;
}
#c-faq-pop .c-main .public-scroll .scroll-content h1,
#c-faq-pop .c-main .public-scroll .scroll-content h2,
#c-faq-pop .c-main .public-scroll .scroll-content h3,
#c-faq-pop .c-main .public-scroll .scroll-content h4,
#c-faq-pop .c-main .public-scroll .scroll-content h5,
#c-faq-pop .c-main .public-scroll .scroll-content h6 {
  color: #EC6F60;
}
#c-faq-pop .c-main .public-scroll .scroll-content h1 {
  font-size: 0.3rem;
}
#c-faq-pop .c-main .public-scroll .scroll-content h2 {
  font-size: 0.28rem;
}
#c-faq-pop .c-main .public-scroll .scroll-content h3 {
  font-size: 0.24rem;
}
#c-faq-pop .c-main .public-scroll .scroll-content h4 {
  font-size: 0.22rem;
}
#c-faq-pop .c-main .public-scroll .scroll-content h4 {
  font-size: 0.2rem;
}
#c-faq-pop .c-main .public-scroll .scroll-content h4 {
  font-size: 0.18rem;
}
.c-select {
  margin-top: 0.1rem;
  position: relative;
  width: 2.34rem;
  height: 0.29rem;
  background: #6B50C3 url(../images/select-bg.png) no-repeat left top / 100% auto;
  cursor: pointer;
  font-size: 0.18rem;
  line-height: 1;
  color: #CDB5FF;
  user-select: none;
  /* 禁止所有文本选中 */
  -webkit-user-select: none;
  /* Safari/Chrome */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
}
.c-select .c-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 0.34rem 0 0.1rem;
  font-size: 0.14rem;
}
.c-select .c-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.29rem;
  height: 0.29rem;
  background: #95F0FF url(../images/select-arrow.png) no-repeat center center / 0.18rem auto;
}
.c-select .c-option-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #5841AD url(../images/select-bg.png) no-repeat left bottom / 100% auto;
}
.c-select .c-option-wrap p {
  display: flex;
  align-items: center;
  padding: 0 0.1rem;
  height: 0.28rem;
  margin: 0 0.02rem 0.02rem;
  font-size: 0.14rem;
}
.c-select .c-option-wrap p:hover {
  color: #CDB5FF;
  background: #6B50C3;
}
.c-select.on .c-text::before {
  transform: rotate(180deg);
}
.c-select.on .c-option-wrap {
  display: block;
}
#c-share-pop .c-main-box {
  top: 55%;
}
#c-share-pop .c-main {
  width: auto;
  height: auto;
  background: transparent;
}
#c-share-pop .c-list2 {
  position: absolute;
  top: 0.54rem;
  right: 11.83rem;
  z-index: 5;
  text-align: right;
}
#c-share-pop .c-list2 li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.35rem;
  width: 2.36rem;
  height: 0.8rem;
  padding: 0 0.1rem;
  font-size: 0.24rem;
  line-height: 1.1;
  color: #ffb5f4;
  background: url(../images/aside-btn2.png) no-repeat right center / auto 100%;
  cursor: pointer;
}
#c-share-pop .c-list2 li:hover {
  color: #fff;
  background-image: url(../images/aside-btn2-h.png);
}
#c-share-pop .c-list2 li.on {
  padding: 0 0.1rem 0 0.4rem;
  width: 2.94rem;
  color: #80FBFD;
  background-image: url(../images/aside-btn1.png);
}
#c-share-pop .c-list2 li.on:hover {
  color: #fff;
  background-image: url(../images/aside-btn1-h.png);
}
#c-share-pop .c-list3 {
  width: 12.88rem;
}
#c-share-pop .c-list3 li {
  position: absolute;
  top: 0;
  width: 100%;
  height: 8.48rem;
  opacity: 0;
  pointer-events: none;
}
#c-share-pop .c-list3 li:first-child {
  position: relative;
}
#c-share-pop .c-list3 li.on {
  opacity: 1;
}
#c-share-pop .c-share {
  position: relative;
}
#c-share-pop .c-share > img {
  width: 100%;
}
#c-share-pop .c-share .c-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.35rem 0.63rem 1.92rem;
  display: flex;
  align-items: center;
}
#c-share-pop .c-share .c-box > img {
  width: 0.5rem;
  flex-shrink: 0;
}
#c-share-pop .c-share .c-box p {
  padding: 0 0.17rem;
  width: 100%;
  font-size: 0.24rem;
  line-height: 1.1;
  display: none;
}
#c-share-pop .c-share .c-box p br {
  display: none;
}
#c-share-pop .c-share .c-box p.on {
  display: block;
}
#c-share-pop .c-share .c-box .c-refresh {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #0079C6;
  line-height: 1.1;
  text-shadow: 0px 0.01rem 0px #D3FEFF;
  width: 2rem;
  height: 0.52rem;
  background: url(../images/btn-default.png) no-repeat center center / contain;
  cursor: pointer;
}
#c-share-pop .c-share .c-box .c-refresh i {
  margin-left: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/refresh-ico.png) no-repeat center center / contain;
}
#c-share-pop .c-share .c-box .c-refresh:hover {
  text-shadow: 0px 0.01rem 0px #fff;
  color: #0098B2;
  background-image: url(../images/btn-default-h.png);
}
#c-share-pop .c-share .c-box .c-refresh:hover i {
  background-image: url(../images/refresh-ico-h.png);
}
#c-share-pop .c-share-btn-box {
  text-align: center;
}
#c-share-pop .c-share-btn-box .c-btn {
  position: relative;
  margin: 0.18rem auto;
  background: url(../images/btn-default2.png) no-repeat center center / contain;
}
#c-share-pop .c-share-btn-box .c-btn:hover {
  background-image: url(../images/btn-default2-h.png);
}
#c-share-pop .c-share-btn-box .c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/gift-box.png) no-repeat center center / contain;
  transform: translate(50%, -50%);
}
#c-share-pop .c-share-btn-box .c-btn.c-hide-img::before {
  display: none;
}
#c-share-pop .c-share-btn-box p {
  font-size: 0.22rem;
}
#c-share-pop .c-code {
  position: relative;
}
#c-share-pop .c-code > img {
  width: 100%;
}
#c-share-pop .c-code .c-wrap {
  position: absolute;
  top: 0.4rem;
  left: 1.3rem;
  width: 10.35rem;
  height: 5.9rem;
  padding: 0.25rem;
}
#c-share-pop .c-code .c-wrap .scroll-track {
  margin-right: 0;
  background: #775AD0;
}
#c-share-pop .c-code .c-wrap .scroll-thumb {
  background-image: url(../images/bar2.png);
}
#c-share-pop .c-code .c-item {
  display: flex;
  align-items: center;
  padding: 0 0 0.47rem;
}
#c-share-pop .c-code .c-item:last-child {
  padding: 0;
}
#c-share-pop .c-code .c-item .c-img {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
#c-share-pop .c-code .c-item .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-share-pop .c-code .c-item .c-title-box {
  flex-shrink: 0;
  margin: 0 0.2rem;
  width: 2.34rem;
  font-size: 0.28rem;
  line-height: 1.1;
}
#c-share-pop .c-code .c-item .c-code-text {
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  padding: 0 0.1rem;
  position: relative;
  width: 2.79rem;
  height: 0.57rem;
  background: #A27BFF;
}
#c-share-pop .c-code .c-item .c-code-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/lock.png) no-repeat center center / cover;
}
#c-share-pop .c-code .c-item .c-code-text .copy-code {
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0;
}
#c-share-pop .c-code .c-item .c-code-text .copy-code img,
#c-share-pop .c-code .c-item .c-code-text .copy-code svg {
  width: 100%;
  height: 100%;
}
#c-share-pop .c-code .c-item .c-code-text.c-code-text2 {
  font-size: 0.14rem;
  line-height: 1.1;
  color: #80FBFD;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-share-pop .c-code .c-item .c-code-text.c-code-text2::before {
  display: none;
}
#c-share-pop .c-code .c-item .c-code-text.c-code-text2 .copy-code {
  opacity: 1;
}
#c-share-pop .c-code .c-item .c-login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  width: 2.57rem;
  height: 0.72rem;
  font-size: 0.2rem;
  line-height: 1;
  text-shadow: 0px 0.01rem 0px #D3FEFF;
  color: #0079C6;
  text-align: center;
  background: url(../images/btn-default.png) no-repeat center center / contain;
  cursor: pointer;
}
#c-share-pop .c-code .c-item .c-login:hover {
  color: #0098B2;
  text-shadow: 0px 0.01rem 0px #D3FEFF;
  background-image: url(../images/btn-default-h.png);
}
#c-login {
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #242629;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  #c-login {
    font-size: 14px;
  }
}
#c-login.on {
  opacity: 1;
  pointer-events: auto;
}
#c-login input::placeholder {
  color: #9ea2ae;
}
#c-login .c-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 450px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #c-login .c-main {
    padding: 20px;
  }
}
#c-login .c-main .c-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: url(../images/ico-close.svg) no-repeat center center / 20px 20px;
  cursor: pointer;
}
#c-login .c-main .c-close:hover {
  background-color: #f9f9fb;
}
#c-login .c-main .c-logo {
  height: 48px;
  text-align: center;
  display: none;
}
#c-login .c-main .c-logo img {
  height: 100%;
}
#c-login .c-main .c-title {
  margin-top: 0;
  font-size: 24px;
  text-align: center;
}
#c-login .c-main .c-form .c-item {
  display: none;
}
#c-login .c-main .c-form .c-item.on {
  display: block;
}
#c-login .c-main .c-form .c-item .tips {
  font-size: 14px;
  line-height: 1.1;
  color: #999;
  padding: 5px 0 10px;
}
#c-login .c-main .c-form .c-list li {
  margin-top: 10px;
}
#c-login .c-main .c-form .c-list li .c-wrap {
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 48px;
  background: #fafafc;
  border: 1px solid #e7e8ee;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #c-login .c-main .c-form .c-list li .c-wrap {
    height: 40px;
    line-height: 40px;
  }
}
#c-login .c-main .c-form .c-list li .c-wrap input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 14px;
}
#c-login .c-main .c-form .c-list li .c-wrap .c-send {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #657ef8;
  height: 100%;
  cursor: pointer;
  white-space: nowrap;
}
#c-login .c-main .c-form .c-list li .c-wrap .c-send::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 100%;
  height: 16px;
  border-left: 1px solid #e7e8ee;
}
#c-login .c-main .c-form .c-list li .c-wrap .c-send.disabled {
  pointer-events: none;
}
#c-login .c-main .c-form .c-list li .c-wrap .c-eye {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 100%;
  cursor: pointer;
}
#c-login .c-main .c-form .c-list li .c-wrap .c-eye img {
  width: 16px;
  height: 16px;
}
#c-login .c-main .c-form .c-list li .c-wrap .c-eye img:nth-child(2) {
  display: none;
}
#c-login .c-main .c-form .c-list li .c-wrap2 {
  display: flex;
  font-size: 12px;
  line-height: 18px;
  color: #6b707b;
  margin-top: 5px;
}
#c-login .c-main .c-form .c-list li .c-wrap2 a {
  color: #657ef8;
}
#c-login .c-main .c-form .c-list li .c-wrap2 a:hover {
  opacity: 0.8;
}
#c-login .c-main .c-form .c-list li .c-wrap2 input {
  flex-shrink: 0;
  margin: 2px 10px 2px 0;
  width: 14px;
  height: 14px;
  border: 1px solid #e7e8ee;
  border-radius: 3px;
  cursor: pointer;
}
#c-login .c-main .c-form .c-list li .c-wrap2 input:checked {
  border-color: #657ef8;
  background: #657ef8 url(../images/ico-check.svg) no-repeat center center / 10px 10px;
}
#c-login .c-main .c-form .c-list li button {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  color: #fff;
  background: #657ef8;
}
@media (max-width: 767px) {
  #c-login .c-main .c-form .c-list li button {
    height: 40px;
  }
}
#c-login .c-main .c-form .c-list li .c-tab-box {
  padding-top: 20px;
  color: #6b707b;
}
#c-login .c-main .c-form .c-list li .c-tab-box .c-text1 {
  font-size: 14px;
  text-align: center;
}
#c-login .c-main .c-form .c-list li .c-tab-box .c-text1 span {
  color: #657ef8;
  cursor: pointer;
}
#c-login .c-main .c-form .c-list li .c-tab-box .c-text2 {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
#c-login .c-main .c-form .c-list li .c-tab-box .c-text2 span,
#c-login .c-main .c-form .c-list li .c-tab-box .c-text2 a {
  color: #657ef8;
  cursor: pointer;
}
#c-login .c-main .c-bottom .c-text {
  margin: 40px 0 20px;
  position: relative;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  #c-login .c-main .c-bottom .c-text {
    margin: 20px 0;
  }
}
#c-login .c-main .c-bottom .c-text span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 5;
  color: #9ea2ae;
  background: #fff;
}
#c-login .c-main .c-bottom .c-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border-top: 1px solid #e7e8ee;
}
#c-login .c-main .c-bottom .c-list {
  display: flex;
  justify-content: center;
}
#c-login .c-main .c-bottom .c-list li {
  margin: 0 10px;
}
#c-login .c-main .c-bottom .c-list li .c-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-login .c-main .c-bottom .c-list li .c-btn {
    width: 32px;
    height: 32px;
  }
}
#c-login .c-main .c-bottom .c-list li .c-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-problems-pop {
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #242629;
  background: rgba(0, 0, 0, 0.5);
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  #c-problems-pop {
    font-size: 14px;
  }
}
#c-problems-pop.on {
  opacity: 1;
  pointer-events: auto;
}
#c-problems-pop input::placeholder {
  color: #9ea2ae;
}
#c-problems-pop .c-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #c-problems-pop .c-main {
    padding: 20px;
  }
}
#c-problems-pop .c-main .c-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: url(../images/ico-close.svg) no-repeat center center / 20px 20px;
  cursor: pointer;
}
#c-problems-pop .c-main .c-close:hover {
  background-color: #f9f9fb;
}
#c-problems-pop .c-main .c-title {
  font-size: 20px;
}
#c-problems-pop .c-main .c-list li {
  margin-top: 10px;
}
#c-problems-pop .c-main .c-list li .c-wrap {
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 48px;
  background: #fafafc;
  border-radius: 5px;
  padding: 0 10px;
}
#c-problems-pop .c-main .c-list li .c-wrap img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
#c-problems-pop .c-main .c-list li .c-wrap:hover {
  background: #f3f4f7;
}
.public-mode {
  padding-bottom: 20px;
  color: #242629;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  background: #fafafc;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}
.public-mode .c-wrap {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.public-mode .c-title {
  padding: 20px 0;
  font-size: 32px;
  border-bottom: 1px solid #ebebeb;
}
.public-mode .public-content2 {
  margin: 20px 0 0;
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 991px) {
  .public-mode .public-content2 * {
    font-size: 14px !important;
  }
}
.public-mode .public-content2 * {
  max-width: 100% !important;
  white-space: wrap !important;
}
.public-mode .public-content2 p {
  margin: 10px 0;
}
.public-mode .public-content2 a {
  color: var(--color);
}
.public-mode .public-content2 a:hover {
  text-decoration: underline;
}
.public-mode .public-content2 table {
  width: 100%;
}
.public-mode .public-content2 table td,
.public-mode .public-content2 table th {
  padding: 10px 15px;
  border: 1px solid #ddd;
}
.public-mode .public-content2 ul,
.public-mode .public-content2 ol {
  padding-left: revert;
}
.public-mode .public-content2 li {
  list-style: revert;
}
.public-mode .public-content2 dd {
  margin-left: revert;
}
.public-mode .public-content2 img,
.public-mode .public-content2 video,
.public-mode .public-content2 iframe {
  max-width: 100%;
  height: auto !important;
}
.public-mode .public-content2 h1,
.public-mode .public-content2 h2,
.public-mode .public-content2 h3,
.public-mode .public-content2 h4,
.public-mode .public-content2 h5,
.public-mode .public-content2 h6 {
  margin: 10px 0;
  color: #000;
  font-weight: revert;
}
.public-mode .public-content2 h1:nth-child(1),
.public-mode .public-content2 h2:nth-child(1),
.public-mode .public-content2 h3:nth-child(1),
.public-mode .public-content2 h4:nth-child(1),
.public-mode .public-content2 h5:nth-child(1),
.public-mode .public-content2 h6:nth-child(1) {
  margin-top: 0;
}
.public-mode .public-content2 h1 {
  font-size: 1.75em;
}
.public-mode .public-content2 h2 {
  font-size: 1.5em;
}
.public-mode .public-content2 h3 {
  font-size: 1.25em;
}
.public-mode .public-content2 h4 {
  font-size: 1em;
}
.public-mode .public-content2 h5 {
  font-size: 0.875em;
}
.public-mode .public-content2 h6 {
  font-size: 0.75em;
}
@media (max-width: 1580px) {
  .public-mode .public-content2 h1 {
    font-size: 1.857em;
  }
  .public-mode .public-content2 h2 {
    font-size: 1.571em;
  }
  .public-mode .public-content2 h3 {
    font-size: 1.286em;
  }
  .public-mode .public-content2 h4 {
    font-size: 1em;
  }
  .public-mode .public-content2 h5 {
    font-size: 0.857em;
  }
  .public-mode .public-content2 h6 {
    font-size: 0.714em;
  }
}
@media (max-width: 991px) {
  .public-mode .public-content2 h1 {
    font-size: 1.571em !important;
  }
  .public-mode .public-content2 h2 {
    font-size: 1.429em !important;
  }
  .public-mode .public-content2 h3 {
    font-size: 1.286em !important;
  }
  .public-mode .public-content2 h4 {
    font-size: 1em !important;
  }
  .public-mode .public-content2 h5 {
    font-size: 0.857em !important;
  }
  .public-mode .public-content2 h6 {
    font-size: 0.714em !important;
  }
  .public-mode .public-content2 h1 *,
  .public-mode .public-content2 h2 *,
  .public-mode .public-content2 h3 *,
  .public-mode .public-content2 h4 *,
  .public-mode .public-content2 h5 *,
  .public-mode .public-content2 h6 * {
    font-size: inherit !important;
  }
}
.c-password {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  background: #fafafc;
  color: #242629;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
}
.c-password .c-main {
  width: 90%;
  max-width: 440px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.c-password .c-main .c-title {
  text-align: center;
  font-size: 24px;
}
.c-password .c-main .c-list {
  display: flex;
  text-align: center;
  margin-top: 20px;
}
.c-password .c-main .c-list li {
  padding: 0 5px;
  width: 33.33%;
  color: #b9bcc6;
  font-size: 12px;
}
.c-password .c-main .c-list li .c-num {
  margin-bottom: 0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b9bcc6;
}
.c-password .c-main .c-list li.on {
  color: #657ef8;
}
.c-password .c-main .c-list li.on .c-num {
  border-color: #657ef8;
  background: #657ef8;
  color: #fff;
}
.c-password .c-main .c-list2 > li {
  display: none;
}
.c-password .c-main .c-list2 > li.on {
  display: block;
}
.c-password .c-main .c-list3 li {
  margin-top: 0.2rem;
}
.c-password .c-main .c-list3 li .c-text {
  margin-bottom: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
.c-password .c-main .c-list3 li .c-text2 {
  margin-bottom: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.c-password .c-main .c-list3 li .c-wrap {
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 48px;
  background: #fafafc;
  border: 1px solid #e7e8ee;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .c-password .c-main .c-list3 li .c-wrap {
    height: 40px;
    line-height: 40px;
  }
}
.c-password .c-main .c-list3 li .c-wrap input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.c-password .c-main .c-list3 li .c-wrap .c-send {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #657ef8;
  height: 100%;
  cursor: pointer;
  white-space: nowrap;
}
.c-password .c-main .c-list3 li .c-wrap .c-send::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 100%;
  height: 16px;
  border-left: 1px solid #e7e8ee;
}
.c-password .c-main .c-list3 li .c-wrap .c-send.disabled {
  pointer-events: none;
}
.c-password .c-main .c-list3 li .c-wrap .c-eye {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 100%;
  cursor: pointer;
}
.c-password .c-main .c-list3 li .c-wrap .c-eye img {
  width: 16px;
  height: 16px;
}
.c-password .c-main .c-list3 li .c-wrap .c-eye img:nth-child(2) {
  display: none;
}
.c-password .c-main .c-list3 li .c-wrap2 {
  display: flex;
  font-size: 12px;
  line-height: 18px;
  color: #6b707b;
  margin-top: 5px;
}
.c-password .c-main .c-list3 li .c-wrap2.style2 {
  color: #6b707b;
}
.c-password .c-main .c-list3 li .c-wrap2 a {
  color: #657ef8;
}
.c-password .c-main .c-list3 li .c-wrap2 a:hover {
  opacity: 0.8;
}
.c-password .c-main .c-list3 li .c-wrap2 input {
  flex-shrink: 0;
  margin: 2px 10px 2px 0;
  width: 14px;
  height: 14px;
  border: 1px solid #e7e8ee;
  border-radius: 3px;
  cursor: pointer;
}
.c-password .c-main .c-list3 li .c-wrap2 input:checked {
  border-color: #657ef8;
  background: #657ef8 url(../images/ico-check.svg) no-repeat center center / 10px 10px;
}
.c-password .c-main .c-list3 li button {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  color: #fff;
  background: #657ef8;
}
@media (max-width: 767px) {
  .c-password .c-main .c-list3 li button {
    height: 40px;
  }
}
.x-perso1 {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  background: #fafafc;
  color: #242629;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .x-perso1 {
    font-size: 14px;
    padding: 60px 0;
  }
}
.x-perso1 .x-con {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  border-radius: 0.4rem;
  padding: 0.6rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .x-perso1 .x-con {
    padding: 70px 16px 30px;
  }
}
.x-perso1 .x-con .back {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
}
.x-perso1 .x-con .back a {
  padding: 0 20px;
  height: 36px;
  font-size: 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  color: #000;
  border: 1px solid #eee;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.x-perso1 .x-con .x-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .x-perso1 .x-con .x-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.x-perso1 .x-con .x-fo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
  border-radius: 0.2rem;
  padding: 0.6rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .x-perso1 .x-con .x-fo {
    padding: 20px 10px;
  }
}
.x-perso1 .x-con .x-fo .x-img {
  width: 128px;
  height: 128px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-perso1 .x-con .x-fo .x-img {
    width: 60px;
    height: 60px;
    margin-left: 70px;
  }
}
.x-perso1 .x-con .x-fo .x-img:hover::before {
  opacity: 1;
}
.x-perso1 .x-con .x-fo .x-img:hover i {
  opacity: 1;
}
.x-perso1 .x-con .x-fo .x-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-perso1 .x-con .x-fo .x-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-perso1 .x-con .x-fo .x-img i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-perso1 .x-con .x-fo .x-img i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-perso1 .x-con .x-fo .x-img input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.x-perso1 .x-con .x-fo .x-ri {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .x-perso1 .x-con .x-fo .x-ri {
    width: 100%;
    margin-top: 10px;
  }
}
.x-perso1 .x-con .x-fo .x-ri .x-inp {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.x-perso1 .x-con .x-fo .x-ri .x-inp span {
  min-width: 70px;
  font-weight: bold;
  color: #000;
  flex-shrink: 0;
}
.x-perso1 .x-con .x-fo .x-ri .x-inp input {
  width: calc(100% - 70px);
  height: 50px;
  border: 1px solid #eaeaea;
  border-radius: 100px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .x-perso1 .x-con .x-fo .x-ri .x-inp input {
    height: 40px;
  }
}
.x-perso1 .x-con .x-fo .x-ri button {
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-perso1 .x-con .x-fo .x-ri button {
    height: 40px;
  }
}
.x-perso1 .x-con .x-fo .x-ri button:hover {
  opacity: 0.8;
}
.x-perso1 .x-con .x-box {
  margin-top: 50px;
}
.x-perso1 .x-con .x-box .x-tit {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 767px) {
  .x-perso1 .x-con .x-box .x-tit {
    font-size: 20px;
  }
}
.x-perso1 .x-con .x-box .x-p {
  display: flex;
  align-items: center;
  background-color: #ddd;
  padding: 34px 20px;
  border-radius: 10px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .x-perso1 .x-con .x-box .x-p {
    margin-top: 10px;
  }
}
.x-perso1 .x-con .x-box .x-p span {
  font-weight: bold;
  color: #000;
}
.x-perso1 .x-con .x-box .x-p p {
  color: #000;
}
.x-perso1 .x-con .x-box .x-p .x-bj {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  transition: 0.4s ease-in-out;
  margin-left: 16px;
  cursor: pointer;
}
.x-perso1 .x-con .x-box .x-p .x-bj img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-perso1 .x-con .x-aa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: 50px;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
.x-perso1 .x-con .x-aa:hover {
  opacity: 0.8;
}
.curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  color: #242629;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  display: none;
}
.curtain .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
.curtain .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.curtain .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain2 .curtain_box,
.curtain3 .curtain_box {
  border-radius: 10px;
}
.curtain2 .curtain_box .x-con,
.curtain3 .curtain_box .x-con {
  width: 556px;
  padding: 40px 40px;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con,
  .curtain3 .curtain_box .x-con {
    width: 90vw;
    padding: 40px 20px;
  }
}
.curtain2 .curtain_box .x-con .x-title,
.curtain3 .curtain_box .x-con .x-title {
  font-size: 32px;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.curtain2 .curtain_box .x-con .x-fo,
.curtain3 .curtain_box .x-con .x-fo {
  margin-top: 15px;
}
.curtain2 .curtain_box .x-con .x-fo .x-inp,
.curtain3 .curtain_box .x-con .x-fo .x-inp {
  margin-bottom: 26px;
}
.curtain2 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp input,
.curtain3 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp input {
  width: calc(100% - 160px);
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp input,
  .curtain3 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp input {
    width: calc(100% - 106px);
  }
}
.curtain2 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp .x-mm,
.curtain3 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp .x-mm {
  width: 160px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp .x-mm,
  .curtain3 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp .x-mm {
    width: 106px;
  }
}
.curtain2 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp .x-mm::before,
.curtain3 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp .x-mm::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.curtain2 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp .x-mm .x-yzm,
.curtain3 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp .x-mm .x-yzm {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp .x-mm .x-yzm,
  .curtain3 .curtain_box .x-con .x-fo .x-inp.x-inp2 .x-pp .x-mm .x-yzm {
    font-size: 10px;
  }
}
.curtain2 .curtain_box .x-con .x-fo .x-inp span,
.curtain3 .curtain_box .x-con .x-fo .x-inp span {
  color: #000;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-fo .x-inp span,
  .curtain3 .curtain_box .x-con .x-fo .x-inp span {
    font-size: 14px;
  }
}
.curtain2 .curtain_box .x-con .x-fo .x-inp .x-pp,
.curtain3 .curtain_box .x-con .x-fo .x-inp .x-pp {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-fo .x-inp .x-pp,
  .curtain3 .curtain_box .x-con .x-fo .x-inp .x-pp {
    height: 40px;
  }
}
.curtain2 .curtain_box .x-con .x-fo .x-inp .x-pp input,
.curtain3 .curtain_box .x-con .x-fo .x-inp .x-pp input {
  width: 100%;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .x-fo .x-inp .x-pp input,
  .curtain3 .curtain_box .x-con .x-fo .x-inp .x-pp input {
    padding: 0 12px;
    font-size: 14px;
  }
}
.curtain2 .curtain_box .x-con .x-fo .x-inp .x-pp .c-eye,
.curtain3 .curtain_box .x-con .x-fo .x-inp .x-pp .c-eye {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 100%;
  cursor: pointer;
}
.curtain2 .curtain_box .x-con .x-fo .x-inp .x-pp .c-eye img,
.curtain3 .curtain_box .x-con .x-fo .x-inp .x-pp .c-eye img {
  width: 16px;
  height: 16px;
}
.curtain2 .curtain_box .x-con .x-fo .x-inp .x-pp .c-eye img:nth-child(2),
.curtain3 .curtain_box .x-con .x-fo .x-inp .x-pp .c-eye img:nth-child(2) {
  display: none;
}
.curtain2 .curtain_box .x-con .x-fo button,
.curtain3 .curtain_box .x-con .x-fo button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
.curtain2 .curtain_box .x-con .x-fo button:hover,
.curtain3 .curtain_box .x-con .x-fo button:hover {
  opacity: 0.8;
}
.share-pop2 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.share-pop2 .box {
  width: 558px;
  height: 630px;
  background: #fff;
  padding: 58.4px 41px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.share-pop2 .box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: url(../images/ico-close.svg) no-repeat center center / 20px 20px;
  cursor: pointer;
}
.share-pop2 .box .close:hover {
  background-color: #f9f9fb;
}
.share-pop2 .box .box1 {
  width: 100%;
}
.share-pop2 .box .box1 .img {
  width: 100%;
  height: 318px;
}
.share-pop2 .box .box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.share-pop2 .box .box1 .t2 {
  width: 100%;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  margin-top: 10px;
  background: #fafafc;
  border: 1px solid #e7e8ee;
  border-radius: 5px;
  color: #333;
  font-size: 18px;
  line-height: calc(28/18);
  text-align: center;
}
.share-pop2 .box .share-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 5px;
}
.share-pop2 .box .share-box a {
  width: 56px;
  height: 56px;
  margin-right: 7px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-pop2 .box .share-box a:last-child {
  margin-right: 0;
}
.share-pop2 .box .share-box a i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-pop2 .box .share-box a i > img,
.share-pop2 .box .share-box a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.share-pop2 .box .share-box a .ewm {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px;
  display: none;
}
.share-pop2 .box .share-box a:hover .ewm {
  display: block;
}
.share-pop2 .box .share-box .icon-facebook:hover,
.share-pop2 .box .share-box .icon-twitter:hover {
  background: none;
}
.share-pop2 .box .copy {
  width: 100%;
  display: none;
}
.share-pop2 .box .copy .txt {
  width: 355px;
  height: 48px;
  background: #f2f2f2;
  border: 1px solid #979797;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.share-pop2 .box .copy .txt span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.share-pop2 .box .copy .btn {
  width: 121px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #333;
  background: #f2f2f2;
  border: 1px solid #979797;
  cursor: pointer;
}
.loding {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 990;
  display: none;
}
