.ft16 {
  font-size: 16px;
}
.ft-bold {
  font-weight: 700;
}
.ft-normal {
  font-weight: 500;
}
.hide {
  display: none !important;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.overflow-hide {
  overflow: hidden;
}
.transparent {
  background: transparent;
}
.poi-r {
  position: relative;
}
.poi-a {
  position: absolute;
}
.poi-f {
  position: fixed;
}
.text-left {
  text-align: left;
}
.text-center,
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.no-wrap {
  white-space: nowrap;
}
.line-h-1 {
  line-height: 1;
}
.bg-white {
  background: white;
}
.va-mid {
  vertical-align: middle;
}
.w-p100 {
  width: 100%;
}
.h-p100 {
  height: 100%;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.anim {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rotate180 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.shadow {
  -webkit-box-shadow: 0 1px 2px rgba(150, 150, 150, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(150, 150, 150, 0.25);
  -ms-box-shadow: 0 1px 2px rgba(150, 150, 150, 0.25);
  -o-box-shadow: 0 1px 2px rgba(150, 150, 150, 0.25);
  box-shadow: 0 1px 2px rgba(150, 150, 150, 0.25);
}
.shadow-m {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-align-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-center-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-center-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.flex-center-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-right-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.bd-scale {
  -moz-transform: scale3d(1, 0.5, 1);
  -webkit-transform: scale3d(1, 0.5, 1);
  transform: scale3d(1, 0.5, 1);
}
.top-border {
  position: relative;
}
.top-border:before {
  top: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  border: solid #e5e5e5;
  border-width: 1px 0 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.top-border--l15:before {
  left: 15px;
}
.top-border--r15:before {
  right: 15px;
}
.bottom-border {
  position: relative;
}
.bottom-border:after {
  bottom: -1px;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  border: solid #e5e5e5;
  border-width: 0 0 1px 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.bottom-border--l15:before {
  left: 15px;
}
.bottom-border--r15:before {
  right: 15px;
}
.left-border {
  position: relative;
}
.left-border:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  border: solid #d9d9d9;
  border-width: 0 1px 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  z-index: 2;
  left: 0;
}
.right-border {
  position: relative;
}
.right-border:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  border: solid #d9d9d9;
  border-width: 0 1px 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  z-index: 2;
  right: 0;
}
.no-tb:before {
  display: none;
}
.no-bb:after {
  display: none;
}
.lui-check-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lui-check-list__item {
  text-align: center;
  line-height: 1;
  font-size: 12px;
}
.lui-check-list__item a {
  display: block;
  overflow: hidden;
  color: inherit;
  min-width: 48px;
  border: 1px solid #ebeef5;
  padding: 6px 8px;
  border-radius: 3px;
}
.lui-check-list__item a:hover {
  color: inherit;
  border-color: #3388ff;
}
.lui-check-list__item.active a {
  position: relative;
  border-color: #3388ff;
  color: #3388ff;
}
.lui-check-list__item.active a:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border: 8px solid;
  border-color: transparent #3388ff #3388ff transparent;
}
.lui-check-list__item.active a:after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 3px;
  width: 8px;
  height: 5px;
  border: 0 solid #fff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}
.lui-check-list--col2 .lui-check-list__item {
  width: 50%;
}
.lui-check-list--col3 .lui-check-list__item {
  width: 33.333333%;
}
.lui-check-list--col4 .lui-check-list__item {
  width: 25%;
}
.lui-check-list--col5 .lui-check-list__item {
  width: 20%;
}
.lui-check-list--lg .lui-check-list__item > a {
  font-size: 0.7rem;
  padding: 0.6rem;
}
.lui-check-list--lg .lui-check-list__item > a:before {
  border-width: 10px;
}
.lui-check-list--lg .lui-check-list__item > a:after {
  right: 0;
  bottom: 0;
  transform: scale(0.9);
}
.lui-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2001;
}
.lui-popup__hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  height: 46px;
  padding: 10px 20px;
  line-height: 25px;
}
.lui-popup__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.lui-popup__close {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #ddd;
  cursor: pointer;
}
.lui-popup__close:hover {
  color: #f30213;
}
.lui-popup--right {
  width: 20%;
  min-width: 200px;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.lui-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.6);
}
.lui-el-dialog--popup-right {
  animation: none !important;
}
.lui-el-dialog--popup-right .el-dialog {
  position: fixed;
  margin: 0 !important;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
}
.lui-el-dialog--popup-right.dialog-fade-leave-active {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lui-el-dialog--popup-right .el-dialog .el-dialog__header,
.lui-el-dialog--popup-right .el-dialog .el-dialog__body,
.lui-el-dialog--popup-right .el-dialog .el-dialog__footer {
  padding-left: 20px;
  padding-right: 20px;
}
.lui-el-dialog--popup-right .el-dialog .el-dialog__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  border-bottom: 1px solid #eee;
  padding-top: 15px;
  line-height: 30px;
}
.lui-el-dialog--popup-right .el-dialog__headerbtn {
  top: 15px;
  right: 20px;
}
.lui-el-dialog--popup-right .el-dialog .el-dialog__body {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.lui-dot-loading {
  display: inline-block;
  height: 20px;
}
.lui-dot-loading i {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: #ddd;
  border-radius: 1000px;
  margin: 7px 4px;
  opacity: 0.9;
}
.lui-dot-loading i:nth-child(1) {
  -webkit-animation: luiDotLoading 3s ease 0s infinite;
  -moz-animation: luiDotLoading 3s ease 0s infinite;
  -ms-animation: luiDotLoading 3s ease 0s infinite;
  -o-animation: luiDotLoading 3s ease 0s infinite;
  animation: luiDotLoading 3s ease 0s infinite;
}
.lui-dot-loading i:nth-child(2) {
  -webkit-animation: luiDotLoading 3s ease 1s infinite;
  -moz-animation: luiDotLoading 3s ease 1s infinite;
  -ms-animation: luiDotLoading 3s ease 1s infinite;
  -o-animation: luiDotLoading 3s ease 1s infinite;
  animation: luiDotLoading 3s ease 1s infinite;
}
.lui-dot-loading i:nth-child(3) {
  -webkit-animation: luiDotLoading 3s ease 2s infinite;
  -moz-animation: luiDotLoading 3s ease 2s infinite;
  -ms-animation: luiDotLoading 3s ease 2s infinite;
  -o-animation: luiDotLoading 3s ease 2s infinite;
  animation: luiDotLoading 3s ease 2s infinite;
}
@-moz-keyframes luiDotLoading {
  0% {
    opacity: 0.2;
  }
  33.333333% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@-o-keyframes luiDotLoading {
  0% {
    opacity: 0.2;
  }
  33.333333% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@-webkit-keyframes luiDotLoading {
  0% {
    opacity: 0.2;
  }
  33.333333% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes luiDotLoading {
  0% {
    opacity: 0.2;
  }
  33.333333% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}
