
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
/*body {

  font-family: HarmonyOS Sans,PingFang SC,Microsoft Yahei,Heiti SC,WenQuanYi Micro Hei,Helvetica Neue,Helvetica,Arial,sans-serif!important;

}*/
body {
  /*font-family:NotoKufiArabic,'Uni Neue',Arial,sans-serif;*/
  font-family: 'Gate_Sans Medium';
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  /* background-color: #0B0B0B; */
  /* color: #ffffff; */
}
html {
  min-width: 1200px;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 5px !important;
}
html {
  scrollbar-width: none;
}

ul[data-v-1348f34c] {
  margin: 0;
  padding: 0;
}
li[data-v-1348f34c] {
  list-style-type: none;
}
a[data-v-1348f34c] {
  text-decoration: none;
  color: #757575;
}
a[data-v-1348f34c]:focus {
  border: none;
}
.container[data-v-1348f34c] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-1348f34c] {
  background: transparent!important;
}
.el-dialog[data-v-1348f34c] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-1348f34c],
.el-dialog .el-dialog__close[data-v-1348f34c] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-1348f34c]:hover {
  color: #0066ED;
}
.all_container[data-v-1348f34c] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-1348f34c] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-1348f34c]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-1348f34c]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-1348f34c]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-1348f34c] {
  font-weight: initial;
}
.formPage > p[data-v-1348f34c] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-1348f34c] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-1348f34c] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-1348f34c],
.el-menu.el-menu--horizontal .el-menu-item[data-v-1348f34c]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-1348f34c]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-1348f34c] {
  border-bottom: none!important;
}
.txtCenter[data-v-1348f34c],
.el-select-dropdown__item span[data-v-1348f34c],
.noData[data-v-1348f34c],
.sureBoxConfirm .el-message-box__title[data-v-1348f34c] {
  text-align: center;
}
.box-paading-20[data-v-1348f34c] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-1348f34c] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-1348f34c],
.el-pagination .btn-next[data-v-1348f34c] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-1348f34c],
.el-pagination .btn-next .el-icon[data-v-1348f34c] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-1348f34c] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-1348f34c]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-1348f34c] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-1348f34c] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-1348f34c] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-1348f34c] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-1348f34c] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-1348f34c] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-1348f34c] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-1348f34c]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-1348f34c]::after {
  background-color: transparent!important;
}
.spread[data-v-1348f34c],
.leftSpread[data-v-1348f34c],
.betweenSpread[data-v-1348f34c],
.el-select-dropdown__item[data-v-1348f34c],
.sureBoxConfirm .el-message-box__btns[data-v-1348f34c],
.filter_form[data-v-1348f34c],
.colorNotice[data-v-1348f34c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-1348f34c] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-1348f34c],
.colorNotice[data-v-1348f34c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-1348f34c] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-1348f34c] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-1348f34c]:disabled {
  background: transparent;
}
input[data-v-1348f34c]::-webkit-outer-spin-button,
input[data-v-1348f34c]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-1348f34c] {
  -moz-appearance: textfield;
}
.eye[data-v-1348f34c] {
  cursor: pointer;
}
.el-table thead[data-v-1348f34c],
.el-table tr th[data-v-1348f34c] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-1348f34c] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-1348f34c],
.el-table td[data-v-1348f34c] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-1348f34c] {
  text-align: center!important;
}
.el-table td[data-v-1348f34c],
.el-table th.is-leaf[data-v-1348f34c] {
  border: none!important;
}
.el-table--border[data-v-1348f34c]::after,
.el-table--group[data-v-1348f34c]::after,
.el-table[data-v-1348f34c]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-1348f34c] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-1348f34c] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-1348f34c] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-1348f34c] {
  font-size: 12px;
}
.el-table .cell[data-v-1348f34c] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-1348f34c] {
  display: table-cell !important;
}
.el-tabs__item[data-v-1348f34c] {
  color: #434448 !important;
}
.el-tabs__item[data-v-1348f34c]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-1348f34c] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-1348f34c] {
  display: none;
}
.el-select-dropdown__item[data-v-1348f34c] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-1348f34c] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-1348f34c] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-1348f34c],
.el-select-dropdown__item[data-v-1348f34c]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-1348f34c] {
  display: none!important;
}
.el-icon-document-copy[data-v-1348f34c] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-1348f34c] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-1348f34c] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-1348f34c] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-1348f34c] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-1348f34c] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-1348f34c] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-1348f34c]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-1348f34c] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-1348f34c] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-1348f34c] {
  color: #0066ED;
}
.aFont[data-v-1348f34c] {
  color: #002798;
}
.fontCenter[data-v-1348f34c] {
  text-align: center;
}
.moveHand[data-v-1348f34c] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-1348f34c] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-1348f34c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-1348f34c] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-1348f34c] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-1348f34c] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-1348f34c]::after {
  margin-left: -17px !important;
}
.noData p[data-v-1348f34c] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-1348f34c] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-1348f34c] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-1348f34c] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-1348f34c] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-1348f34c] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-1348f34c]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-1348f34c] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-1348f34c] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-1348f34c] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-1348f34c] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-1348f34c] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-1348f34c] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-1348f34c] {
    width: 40%!important;
}
}
.login-mask[data-v-1348f34c] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1999;
}
.login-card[data-v-1348f34c] {
  width: 450px;
  background: #1C252E;
  border-radius: 22px;
  padding: 18px 24px 24px 24px;
  position: relative;
  overflow: hidden;
}
.login-header[data-v-1348f34c] {
  position: relative;
}
.login-title[data-v-1348f34c] {
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 32px;
}
.close-btn[data-v-1348f34c] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #8E8E8E;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 4px;
}
.close-btn[data-v-1348f34c]:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.login-form[data-v-1348f34c] {
  padding-top: 45px;
}
.form-group[data-v-1348f34c] {
  margin-bottom: 24px;
}
.form-label[data-v-1348f34c] {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 8px;
  font-weight: 500;
}
.login-input[data-v-1348f34c] .el-input__inner {
  height: 48px;
  background: #161F26;
  border: 1px solid transparent;
  border-radius: 8px !important;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 16px;
}
.login-input[data-v-1348f34c] .el-input__inner::-webkit-input-placeholder {
  color: #848E98;
}
.login-input[data-v-1348f34c] .el-input__inner::-moz-placeholder {
  color: #848E98;
}
.login-input[data-v-1348f34c] .el-input__inner::-ms-input-placeholder {
  color: #848E98;
}
.login-input[data-v-1348f34c] .el-input__inner::placeholder {
  color: #848E98;
}
.login-input[data-v-1348f34c] .el-input-group__append {
  background: #1E2139;
  border-color: transparent !important;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 0;
}
.eye-icon[data-v-1348f34c] {
  width: 48px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.eye-icon img[data-v-1348f34c] {
  width: 20px;
  height: 12px;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.eye-icon:hover img[data-v-1348f34c] {
  opacity: 1;
}
.remember-row[data-v-1348f34c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.remember-checkbox[data-v-1348f34c] .el-checkbox__label {
  color: #8E8E8E;
  font-size: 14px;
}
.remember-checkbox[data-v-1348f34c] .el-checkbox__inner {
  background: transparent;
  border-color: #3A3D5C;
  border-radius: 4px;
}
.remember-checkbox[data-v-1348f34c] .el-checkbox__inner:hover {
  border-color: #6366F1;
}
.remember-checkbox[data-v-1348f34c] .el-checkbox__input.is-checked .el-checkbox__inner {
  background: #6366F1;
  border-color: #6366F1;
}
.forget-link[data-v-1348f34c] {
  color: #6366F1;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.forget-link[data-v-1348f34c]:hover {
  color: #4F46E5;
  text-decoration: underline;
}
.login-btn[data-v-1348f34c] {
  width: 100%;
  height: 48px;
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-btn[data-v-1348f34c]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
          box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.login-btn[data-v-1348f34c]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.register-btn[data-v-1348f34c] {
  width: 100%;
  height: 48px;
  background: transparent;
  border: 1px solid #468AED;
  border-radius: 8px;
  color: #468AED;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 0px !important;
}
.register-btn[data-v-1348f34c]:hover {
  border-color: #6366F1;
  color: #6366F1;
  background: rgba(99, 102, 241, 0.05);
}
[data-v-1348f34c] .el-form-item.is-error .el-input__inner {
  border-color: #F56565 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(245, 101, 101, 0.1) !important;
          box-shadow: 0 0 0 3px rgba(245, 101, 101, 0.1) !important;
}
[data-v-1348f34c] .el-form-item__error {
  color: #F56565;
  font-size: 12px;
  margin-top: 4px;
}
@media (max-width: 480px) {
.login-card[data-v-1348f34c] {
    width: 90vw;
    margin: 0 20px;
}
.login-form[data-v-1348f34c] {
    padding: 24px;
}
.login-header[data-v-1348f34c] {
    padding: 20px 24px;
}
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.terminal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 260px;
  margin: 0px auto 0 auto;
}

ul[data-v-110ca2a9] {
  margin: 0;
  padding: 0;
}
li[data-v-110ca2a9] {
  list-style-type: none;
}
a[data-v-110ca2a9] {
  text-decoration: none;
  color: #757575;
}
a[data-v-110ca2a9]:focus {
  border: none;
}
.container[data-v-110ca2a9] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-110ca2a9] {
  background: transparent!important;
}
.el-dialog[data-v-110ca2a9] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-110ca2a9],
.el-dialog .el-dialog__close[data-v-110ca2a9] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-110ca2a9]:hover {
  color: #0066ED;
}
.all_container[data-v-110ca2a9] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-110ca2a9] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-110ca2a9]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-110ca2a9]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-110ca2a9]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-110ca2a9] {
  font-weight: initial;
}
.formPage > p[data-v-110ca2a9] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-110ca2a9] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-110ca2a9] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-110ca2a9],
.el-menu.el-menu--horizontal .el-menu-item[data-v-110ca2a9]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-110ca2a9]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-110ca2a9] {
  border-bottom: none!important;
}
.txtCenter[data-v-110ca2a9],
.el-select-dropdown__item span[data-v-110ca2a9],
.noData[data-v-110ca2a9],
.sureBoxConfirm .el-message-box__title[data-v-110ca2a9] {
  text-align: center;
}
.box-paading-20[data-v-110ca2a9] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-110ca2a9] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-110ca2a9],
.el-pagination .btn-next[data-v-110ca2a9] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-110ca2a9],
.el-pagination .btn-next .el-icon[data-v-110ca2a9] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-110ca2a9] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-110ca2a9]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-110ca2a9] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-110ca2a9] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-110ca2a9] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-110ca2a9] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-110ca2a9] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-110ca2a9] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-110ca2a9] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-110ca2a9]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-110ca2a9]::after {
  background-color: transparent!important;
}
.spread[data-v-110ca2a9],
.leftSpread[data-v-110ca2a9],
.betweenSpread[data-v-110ca2a9],
.el-select-dropdown__item[data-v-110ca2a9],
.sureBoxConfirm .el-message-box__btns[data-v-110ca2a9],
.filter_form[data-v-110ca2a9],
.colorNotice[data-v-110ca2a9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-110ca2a9] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-110ca2a9],
.colorNotice[data-v-110ca2a9] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-110ca2a9] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-110ca2a9] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-110ca2a9]:disabled {
  background: transparent;
}
input[data-v-110ca2a9]::-webkit-outer-spin-button,
input[data-v-110ca2a9]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-110ca2a9] {
  -moz-appearance: textfield;
}
.eye[data-v-110ca2a9] {
  cursor: pointer;
}
.el-table thead[data-v-110ca2a9],
.el-table tr th[data-v-110ca2a9] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-110ca2a9] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-110ca2a9],
.el-table td[data-v-110ca2a9] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-110ca2a9] {
  text-align: center!important;
}
.el-table td[data-v-110ca2a9],
.el-table th.is-leaf[data-v-110ca2a9] {
  border: none!important;
}
.el-table--border[data-v-110ca2a9]::after,
.el-table--group[data-v-110ca2a9]::after,
.el-table[data-v-110ca2a9]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-110ca2a9] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-110ca2a9] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-110ca2a9] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-110ca2a9] {
  font-size: 12px;
}
.el-table .cell[data-v-110ca2a9] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-110ca2a9] {
  display: table-cell !important;
}
.el-tabs__item[data-v-110ca2a9] {
  color: #434448 !important;
}
.el-tabs__item[data-v-110ca2a9]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-110ca2a9] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-110ca2a9] {
  display: none;
}
.el-select-dropdown__item[data-v-110ca2a9] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-110ca2a9] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-110ca2a9] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-110ca2a9],
.el-select-dropdown__item[data-v-110ca2a9]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-110ca2a9] {
  display: none!important;
}
.el-icon-document-copy[data-v-110ca2a9] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-110ca2a9] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-110ca2a9] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-110ca2a9] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-110ca2a9] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-110ca2a9] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-110ca2a9] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-110ca2a9]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-110ca2a9] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-110ca2a9] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-110ca2a9] {
  color: #0066ED;
}
.aFont[data-v-110ca2a9] {
  color: #002798;
}
.fontCenter[data-v-110ca2a9] {
  text-align: center;
}
.moveHand[data-v-110ca2a9] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-110ca2a9] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-110ca2a9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-110ca2a9] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-110ca2a9] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-110ca2a9] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-110ca2a9]::after {
  margin-left: -17px !important;
}
.noData p[data-v-110ca2a9] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-110ca2a9] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-110ca2a9] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-110ca2a9] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-110ca2a9] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-110ca2a9] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-110ca2a9]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-110ca2a9] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-110ca2a9] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-110ca2a9] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-110ca2a9] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-110ca2a9] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-110ca2a9] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-110ca2a9] {
    width: 40%!important;
}
}
.register-mask[data-v-110ca2a9] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
.register-card[data-v-110ca2a9] {
  width: 450px;
  max-height: 90vh;
  background: #1C252E;
  border-radius: 22px;
  padding: 18px 24px 24px 24px;
  position: relative;
  z-index: 1;
  overflow-y: auto;
  overflow-x: visible;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.register-header[data-v-110ca2a9] {
  position: relative;
}
.register-title[data-v-110ca2a9] {
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 32px;
}
.close-btn[data-v-110ca2a9] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #8E8E8E;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 4px;
}
.close-btn[data-v-110ca2a9]:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.register-form[data-v-110ca2a9] {
  padding-top: 45px;
}
.register-tabs[data-v-110ca2a9] {
  margin-bottom: 32px;
}
.tab-buttons[data-v-110ca2a9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #161F26;
  border-radius: 8px;
  padding: 4px;
}
.tab-btn[data-v-110ca2a9] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 16px;
  background: transparent;
  border: none;
  color: #848E98;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tab-btn.active[data-v-110ca2a9] {
  background: #468AED;
  color: #FFFFFF;
}
.tab-btn[data-v-110ca2a9]:hover:not(.active) {
  color: #FFFFFF;
}
.form-group[data-v-110ca2a9] {
  margin-bottom: 24px;
}
.form-label[data-v-110ca2a9] {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 8px;
  font-weight: 500;
}
.register-input[data-v-110ca2a9] .el-input__inner {
  height: 48px;
  background: #161F26;
  border: 1px solid transparent;
  border-radius: 8px !important;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 16px;
}
.register-input[data-v-110ca2a9] .el-input__inner::-webkit-input-placeholder {
  color: #848E98;
}
.register-input[data-v-110ca2a9] .el-input__inner::-moz-placeholder {
  color: #848E98;
}
.register-input[data-v-110ca2a9] .el-input__inner::-ms-input-placeholder {
  color: #848E98;
}
.register-input[data-v-110ca2a9] .el-input__inner::placeholder {
  color: #848E98;
}
.register-input[data-v-110ca2a9] .el-input-group__append {
  background: #1E2139;
  border-color: transparent !important;
  border-left: none;
  border-radius: 0 8px 8px 0;
  padding: 0;
}
.phone-input-group[data-v-110ca2a9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.phone-input-group[data-v-110ca2a9] .phone-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.phone-input-group .phone-input[data-v-110ca2a9] .el-input__inner {
  height: 48px;
  background: #161F26;
  border: 1px solid transparent;
  border-radius: 0 8px 8px 0 !important;
  border-left: none !important;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 16px;
}
.phone-input-group .phone-input[data-v-110ca2a9] .el-input__inner::-webkit-input-placeholder {
  color: #848E98;
}
.phone-input-group .phone-input[data-v-110ca2a9] .el-input__inner::-moz-placeholder {
  color: #848E98;
}
.phone-input-group .phone-input[data-v-110ca2a9] .el-input__inner::-ms-input-placeholder {
  color: #848E98;
}
.phone-input-group .phone-input[data-v-110ca2a9] .el-input__inner::placeholder {
  color: #848E98;
}
.phone-input-group .phone-input[data-v-110ca2a9] .el-input__inner:focus {
  border-color: #161F26 !important;
}
.eye-icon[data-v-110ca2a9] {
  width: 48px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.eye-icon img[data-v-110ca2a9] {
  width: 20px;
  height: 12px;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.eye-icon:hover img[data-v-110ca2a9] {
  opacity: 1;
}
.code-btn[data-v-110ca2a9] {
  width: 100px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #468AED;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.code-btn[data-v-110ca2a9]:hover {
  color: #6366F1;
}
.agreement-row[data-v-110ca2a9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.agreement-checkbox[data-v-110ca2a9] .el-checkbox__label {
  color: #8E8E8E;
  font-size: 14px;
}
.agreement-checkbox[data-v-110ca2a9] .el-checkbox__inner {
  background: transparent;
  border-color: #3A3D5C;
  border-radius: 4px;
}
.agreement-checkbox[data-v-110ca2a9] .el-checkbox__inner:hover {
  border-color: #6366F1;
}
.agreement-checkbox[data-v-110ca2a9] .el-checkbox__input.is-checked .el-checkbox__inner {
  background: #6366F1;
  border-color: #6366F1;
}
.agreement-links[data-v-110ca2a9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding-left: 24px;
}
.agreement-link[data-v-110ca2a9] {
  color: #468AED;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.agreement-link[data-v-110ca2a9]:hover {
  color: #6366F1;
  text-decoration: underline;
}
.register-btn[data-v-110ca2a9] {
  width: 100%;
  height: 48px;
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 0px !important;
}
.register-btn[data-v-110ca2a9]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 25px rgba(70, 138, 237, 0.4);
          box-shadow: 0 8px 25px rgba(70, 138, 237, 0.4);
}
.register-btn[data-v-110ca2a9]:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.login-btn[data-v-110ca2a9] {
  width: 100%;
  height: 48px;
  background: transparent;
  border: 1px solid #468AED;
  border-radius: 8px;
  color: #468AED;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 0px;
}
.login-btn[data-v-110ca2a9]:hover {
  border-color: #6366F1;
  color: #6366F1;
  background: rgba(99, 102, 241, 0.05);
}
.login-link-row[data-v-110ca2a9] {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.login-text[data-v-110ca2a9] {
  color: #8E8E8E;
  font-size: 14px;
}
.login-link[data-v-110ca2a9] {
  color: #468AED;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.login-link[data-v-110ca2a9]:hover {
  color: #6366F1;
  text-decoration: underline;
}
[data-v-110ca2a9] .el-form-item.is-error .el-input__inner {
  border-color: #F56565 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(245, 101, 101, 0.1) !important;
          box-shadow: 0 0 0 3px rgba(245, 101, 101, 0.1) !important;
}
[data-v-110ca2a9] .el-form-item__error {
  color: #F56565;
  font-size: 12px;
  margin-top: 4px;
}
@media (max-width: 480px) {
.register-card[data-v-110ca2a9] {
    width: 90vw;
    margin: 0 20px;
    max-height: 95vh;
}
.register-form[data-v-110ca2a9] {
    padding-top: 32px;
}
.register-header[data-v-110ca2a9] {
    padding: 16px 20px;
}
}
[data-v-110ca2a9] .phoneForm .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
[data-v-110ca2a9] .el-form-item {
  margin-bottom: 0;
}
[data-v-110ca2a9] .area-selector {
  z-index: 100;
}
[data-v-110ca2a9] .area-selector .area-button {
  height: 48px;
  background: #161F26;
  border: 1px solid transparent;
  border-radius: 8px 0 0 8px;
  border-right: none;
  width: 100px;
}
[data-v-110ca2a9] .area-selector .area-button:focus {
  border-color: transparent;
}
[data-v-110ca2a9] .area-selector .area-button:hover {
  background: #1A242C;
}
[data-v-110ca2a9] .vue-country-intl-popover,[data-v-110ca2a9] .area-popover,[data-v-110ca2a9] .vue-country-intl .vue-country-intl-popover,[data-v-110ca2a9] .selectArea .vue-country-intl-popover {
  z-index: 999999 !important;
  position: fixed !important;
  top: auto !important;
  left: auto !important;
}
[data-v-110ca2a9] .vue-country-intl-popover .search-input {
  width: 90% !important;
}
.register-mask[data-v-110ca2a9] {
  overflow: visible !important;
  z-index: 1999;
}
.register-form[data-v-110ca2a9] {
  overflow: visible !important;
}
.phone-input-group[data-v-110ca2a9] {
  overflow: visible !important;
  position: relative;
  z-index: 100;
}
.phone-input-group[data-v-110ca2a9] .selectArea {
  margin-right: 0 !important;
  position: relative;
  z-index: 10;
}
.phone-input-group[data-v-110ca2a9] .selectArea button {
  height: 48px;
  background: #161F26;
  border: 1px solid transparent;
  border-radius: 8px 0 0 8px;
  border-right: none;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 12px;
}
.phone-input-group[data-v-110ca2a9] .selectArea button:focus {
  border-color: #468AED;
}
.phone-input-group[data-v-110ca2a9] .selectArea button:hover {
  background: #1A242C;
}
.phone-input-group[data-v-110ca2a9] .selectArea .vue-country-intl {
  position: relative;
  z-index: 10;
}
[data-v-110ca2a9] .vue-country-intl-popover {
  z-index: 999999 !important;
  position: fixed !important;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
  background: #1A1D29 !important;
  border: 1px solid #2A3441 !important;
}
[data-v-110ca2a9] .vue-country-intl-popover .country-list {
  background: #1A1D29 !important;
}
[data-v-110ca2a9] .vue-country-intl-popover .country-list .country-item {
  color: #FFFFFF !important;
}
[data-v-110ca2a9] .vue-country-intl-popover .country-list .country-item:hover {
  background: #2A3441 !important;
}
[data-v-110ca2a9] .vue-country-intl-popover .search-input-box {
  background: #1A1D29 !important;
  border-bottom: 1px solid #2A3441 !important;
}
[data-v-110ca2a9] .vue-country-intl-popover .search-input-box .search-input {
  background: #161F26 !important;
  color: #FFFFFF !important;
  border: 1px solid #2A3441 !important;
}
[data-v-110ca2a9] .vue-country-intl-popover .search-input-box .search-input::-webkit-input-placeholder {
  color: #848E98 !important;
}
[data-v-110ca2a9] .vue-country-intl-popover .search-input-box .search-input::-moz-placeholder {
  color: #848E98 !important;
}
[data-v-110ca2a9] .vue-country-intl-popover .search-input-box .search-input::-ms-input-placeholder {
  color: #848E98 !important;
}
[data-v-110ca2a9] .vue-country-intl-popover .search-input-box .search-input::placeholder {
  color: #848E98 !important;
}
body[data-v-110ca2a9] .vue-country-intl-popover,
html[data-v-110ca2a9] .vue-country-intl-popover {
  z-index: 999999 !important;
  position: fixed !important;
}

ul[data-v-cca5a9f6] {
  margin: 0;
  padding: 0;
}
li[data-v-cca5a9f6] {
  list-style-type: none;
}
a[data-v-cca5a9f6] {
  text-decoration: none;
  color: #757575;
}
a[data-v-cca5a9f6]:focus {
  border: none;
}
.container[data-v-cca5a9f6] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-cca5a9f6] {
  background: transparent!important;
}
.el-dialog[data-v-cca5a9f6] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-cca5a9f6],
.el-dialog .el-dialog__close[data-v-cca5a9f6] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-cca5a9f6]:hover {
  color: #0066ED;
}
.all_container[data-v-cca5a9f6] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-cca5a9f6] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-cca5a9f6]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-cca5a9f6]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-cca5a9f6]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-cca5a9f6] {
  font-weight: initial;
}
.formPage > p[data-v-cca5a9f6] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-cca5a9f6] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-cca5a9f6] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-cca5a9f6],
.el-menu.el-menu--horizontal .el-menu-item[data-v-cca5a9f6]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-cca5a9f6]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-cca5a9f6] {
  border-bottom: none!important;
}
.txtCenter[data-v-cca5a9f6],
.el-select-dropdown__item span[data-v-cca5a9f6],
.noData[data-v-cca5a9f6],
.sureBoxConfirm .el-message-box__title[data-v-cca5a9f6] {
  text-align: center;
}
.box-paading-20[data-v-cca5a9f6] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-cca5a9f6] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-cca5a9f6],
.el-pagination .btn-next[data-v-cca5a9f6] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-cca5a9f6],
.el-pagination .btn-next .el-icon[data-v-cca5a9f6] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-cca5a9f6] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-cca5a9f6]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-cca5a9f6] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-cca5a9f6] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-cca5a9f6] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-cca5a9f6] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-cca5a9f6] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-cca5a9f6] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-cca5a9f6] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-cca5a9f6]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-cca5a9f6]::after {
  background-color: transparent!important;
}
.spread[data-v-cca5a9f6],
.leftSpread[data-v-cca5a9f6],
.betweenSpread[data-v-cca5a9f6],
.el-select-dropdown__item[data-v-cca5a9f6],
.sureBoxConfirm .el-message-box__btns[data-v-cca5a9f6],
.filter_form[data-v-cca5a9f6],
.colorNotice[data-v-cca5a9f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-cca5a9f6] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-cca5a9f6],
.colorNotice[data-v-cca5a9f6] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-cca5a9f6] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-cca5a9f6] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-cca5a9f6]:disabled {
  background: transparent;
}
input[data-v-cca5a9f6]::-webkit-outer-spin-button,
input[data-v-cca5a9f6]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-cca5a9f6] {
  -moz-appearance: textfield;
}
.eye[data-v-cca5a9f6] {
  cursor: pointer;
}
.el-table thead[data-v-cca5a9f6],
.el-table tr th[data-v-cca5a9f6] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-cca5a9f6] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-cca5a9f6],
.el-table td[data-v-cca5a9f6] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-cca5a9f6] {
  text-align: center!important;
}
.el-table td[data-v-cca5a9f6],
.el-table th.is-leaf[data-v-cca5a9f6] {
  border: none!important;
}
.el-table--border[data-v-cca5a9f6]::after,
.el-table--group[data-v-cca5a9f6]::after,
.el-table[data-v-cca5a9f6]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-cca5a9f6] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-cca5a9f6] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-cca5a9f6] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-cca5a9f6] {
  font-size: 12px;
}
.el-table .cell[data-v-cca5a9f6] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-cca5a9f6] {
  display: table-cell !important;
}
.el-tabs__item[data-v-cca5a9f6] {
  color: #434448 !important;
}
.el-tabs__item[data-v-cca5a9f6]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-cca5a9f6] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-cca5a9f6] {
  display: none;
}
.el-select-dropdown__item[data-v-cca5a9f6] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-cca5a9f6] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-cca5a9f6] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-cca5a9f6],
.el-select-dropdown__item[data-v-cca5a9f6]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-cca5a9f6] {
  display: none!important;
}
.el-icon-document-copy[data-v-cca5a9f6] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-cca5a9f6] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-cca5a9f6] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-cca5a9f6] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-cca5a9f6] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-cca5a9f6] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-cca5a9f6] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-cca5a9f6]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-cca5a9f6] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-cca5a9f6] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-cca5a9f6] {
  color: #0066ED;
}
.aFont[data-v-cca5a9f6] {
  color: #002798;
}
.fontCenter[data-v-cca5a9f6] {
  text-align: center;
}
.moveHand[data-v-cca5a9f6] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-cca5a9f6] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-cca5a9f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-cca5a9f6] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-cca5a9f6] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-cca5a9f6] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-cca5a9f6]::after {
  margin-left: -17px !important;
}
.noData p[data-v-cca5a9f6] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-cca5a9f6] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-cca5a9f6] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-cca5a9f6] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-cca5a9f6] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-cca5a9f6] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-cca5a9f6]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-cca5a9f6] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-cca5a9f6] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-cca5a9f6] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-cca5a9f6] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-cca5a9f6] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-cca5a9f6] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-cca5a9f6] {
    width: 40%!important;
}
}
.area-selector[data-v-cca5a9f6] {
  width: 100px;
  position: relative;
  z-index: 100;
}
.area-button[data-v-cca5a9f6] {
  width: 100%;
  height: 48px;
  background: #161F26;
  border: 1px solid transparent;
  border-radius: 8px 0 0 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}
.area-button[data-v-cca5a9f6]:hover {
  background: #1A242C;
}
.area-button[data-v-cca5a9f6]:focus {
  border-color: #468AED;
}
.area-code[data-v-cca5a9f6] {
  color: #FFFFFF;
  font-size: 14px;
}
.area-arrow[data-v-cca5a9f6] {
  color: #848E98;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.area-selector:hover .area-arrow[data-v-cca5a9f6] {
  color: #FFFFFF;
}
.no-data[data-v-cca5a9f6] {
  padding: 20px;
  text-align: center;
  color: #8E8E8E;
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.area-popover {
  background: #1C252E !important;
  border: 1px solid #3A3D5C !important;
  border-radius: 8px !important;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
  z-index: 10000 !important;
  width: 300px !important;
  max-width: 300px !important;
}
.area-popover .vue-country-intl-popover {
  background: #1C252E !important;
  border: none !important;
  border-radius: 8px !important;
  z-index: 10001 !important;
  width: 300px !important;
  max-width: 300px !important;
}
.area-popover .vue-country-intl-popover .search-input {
  background: #161F26 !important;
  border: 1px solid #3A3D5C !important;
  border-radius: 6px !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  padding: 8px 12px !important;
  margin: 8px !important;
  width: calc(100% - 16px) !important;
  max-width: 280px !important;
}
.area-popover .vue-country-intl-popover .search-input::-webkit-input-placeholder {
  color: #848E98 !important;
}
.area-popover .vue-country-intl-popover .search-input::-moz-placeholder {
  color: #848E98 !important;
}
.area-popover .vue-country-intl-popover .search-input::-ms-input-placeholder {
  color: #848E98 !important;
}
.area-popover .vue-country-intl-popover .search-input::placeholder {
  color: #848E98 !important;
}
.area-popover .vue-country-intl-popover .search-input:focus {
  border-color: #468AED !important;
  outline: none !important;
}
.area-popover .vue-country-intl-popover .vue-country-item {
  background: #1C252E !important;
  color: #FFFFFF !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  border-bottom: 1px solid #2A3441 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.area-popover .vue-country-intl-popover .vue-country-item:hover {
  background: #2A3441 !important;
  color: #FFFFFF !important;
}
.area-popover .vue-country-intl-popover .vue-country-item.selected {
  background: #468AED !important;
  color: #FFFFFF !important;
}
.area-popover .vue-country-intl-popover .vue-country-item .country-name {
  color: #FFFFFF !important;
}
.area-popover .vue-country-intl-popover .vue-country-item .country-code {
  color: #848E98 !important;
}
.selectArea .el-input__inner {
  border-radius: 8px 0 0 8px !important;
  border-right: none !important;
  background: #161F26 !important;
  border-color: transparent !important;
  color: #FFFFFF !important;
}
.selectArea .el-input__inner:focus {
  border-color: #468AED !important;
}
.selectArea .el-input__inner::-webkit-input-placeholder {
  color: #848E98 !important;
}
.selectArea .el-input__inner::-moz-placeholder {
  color: #848E98 !important;
}
.selectArea .el-input__inner::-ms-input-placeholder {
  color: #848E98 !important;
}
.selectArea .el-input__inner::placeholder {
  color: #848E98 !important;
}
.el-select-dropdown__item.selected {
  color: #468AED !important;
  background: rgba(70, 138, 237, 0.1) !important;
}
.vue-country-intl-popover {
  z-index: 10000 !important;
  position: absolute !important;
}
.vue-country-intl-popover .search-input-box {
  width: 238px;
}
.popover-class1111,
.area-popover {
  z-index: 10000 !important;
}
.popover-class1111 .area-popover .search-input-box .search-input {
  width: 90%;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
#container .cont-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#container .cont-center .left {
  width: 500px;
  padding-top: 90px;
  padding-left: 70px;
  margin-right: 200px;
}
#container .cont-center .left .register-logo {
  width: 130px;
  margin-bottom: 18px;
}
#container .cont-center .left .tit {
  font-size: 26px;
  font-family: Helvetica-Bold, Helvetica;
  font-weight: bold;
  color: #FEFEFC;
  line-height: 31px;
  margin-bottom: 60px;
  margin-right: -40px;
}
.leftt {
  font-size: 40px;
  font-family: Helvetica-Bold, Helvetica;
  font-weight: bold;
  color: #FEFEFC;
  line-height: 0px;
  margin-bottom: 40px;
  margin-right: -40px;
}
#container .cont-center .left ul li {
  font-size: 12px;
  font-family: Helvetica;
  color: #85889C;
  line-height: 14px;
  margin-bottom: 18px;
  padding-left: 10px;
  position: relative;
}
#container .cont-center .left ul li b {
  font-size: 18px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #85889C;
}
#container .cont-center .left ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #7650FF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0px;
}
#container .cont-center .register-footer {
  width: 290px;
  margin-top: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 1670px) {
.media1500 {
    display: block;
    width: 116px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}
}
.registerBox {
  width: 400px;
  height: 700px;
  font-size: 14px;
  /* margin: 70px auto 0; */
  padding: 0 30px;
  margin-top: 70px;
}
.miniFooter {
  text-align: center;
  color: #a1a1a1;
  font-size: 12px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 1;
  height: 60px;
  line-height: 60px;
  background: #15192b;
}
.registerBox .formInfo .blink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
}
.fontCenter {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
.labelRow1 {
  width: 15.5%;
  border-bottom: 2px solid #699bf3;
  padding: 0px 0 0px;
  position: relative;
  left: 0px;
  bottom: 3px;
  display: block;
  height: 3px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.labelRow2 {
  width: 15.5%;
  border-bottom: 2px solid #699bf3;
  padding: 0px 0 0px;
  position: relative;
  left: 12px;
  bottom: 3px;
  display: block;
  height: 3px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.el-tabs__header {
  margin: 0 0 0px;
}
.registerBox .labelRow .labelItem {
  font-size: 18px;
  color: #333;
  margin-right: 45px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.registerBox .labelRow .sliding {
  position: absolute;
  left: 0;
  bottom: -30px;
  display: block;
  width: 40px;
  height: 3px;
  background: #7551FF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.registerBox .formInfo {
  padding-top: 25px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.registerBox .formInfo .paddingNone {
  padding: 0 !important;
}
.registerBox .formInfo .xyRow {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.registerBox .formInfo .xyRow .checkbox {
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  background: #7551FF;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
}
.registerBox .formInfo .xyRow input {
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  -webkit-text-fill-color: #fff;
  text-shadow: none !important;
  -webkit-appearance: none !important;
  background-color: transparent;
  outline-color: transparent !important;
}
/*.registerBox .formInfo .xyRow .checkbox.active::after {*/
/*content: "\e60c";*/
/*color: #fff;*/
/*width: 9px;*/
/*height: 6px;*/
/*}*/
.registerBox .formInfo .xyRow .rFont {
  color: #878787;
  font-size: 13px;
}
.registerBox .formInfo .xyRow .rFont a {
  color: #656565;
  font-size: 13px;
  text-decoration: none;
}
.registerBox .formInfo .xyRow .rFont a:hover {
  color: #7551FF;
  text-decoration: underline;
}
.registerBox .formInfo .errMsg {
  color: #FF5757;
  font-size: 12px;
  margin-top: -13px;
  height: 30px;
  display: none;
}
.registerBox .formInfo .inputGroup.focus {
  border-color: #7651ff80;
  -webkit-box-shadow: 0px 0px 4px #714cffb8;
          box-shadow: 0px 0px 4px #714cffb8;
}
#container .cont-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formPage .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}
.formPage .el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #409eff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}
.formPage .codeBtn {
  cursor: pointer;
  border-left: 1px solid #DFDFE7;
  width: 100px;
  height: 44px;
  font-size: 14px;
  color: #A1A1A1;
  line-height: 46px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.formPage .el-checkbox__inner {
  border-radius: 14px;
  background-color: transparent !important;
}
.formPage .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: transparent;
  border-color: #0066ED;
}
.formPage .el-checkbox__inner::after {
  border-radius: 6px;
  background-color: #0066ED;
  width: 6px;
  height: 6px;
  top: 4px;
  left: 4px;
  border: 1px solid #0066ED;
  top: 2px;
  left: 2px;
}
.formPage .el-checkbox__label,
.formPage .el-checkbox__input.is-checked + .el-checkbox__label,
.formPage .el-checkbox__inner:focus {
  color: #8E8E8E;
}
.formPage .differnet {
  color: #0066ED;
  cursor: pointer;
}
.formPage .el-checkbox__inner:hover {
  border-color: #DCDFE6 !important;
}
.selectArea .el-form-item.is-error .el-input__inner {
  border-color: #c9d8e4 !important;
}
.selectArea .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.selectArea .el-form-item__content .enterInput .el-input__inner {
  border-radius: 0 0px 0px 0 !important;
  border-left: none !important;
  text-align: left !important;
}
.selectArea .el-form-item__content .enterInput .el-input__inner:focus {
  border-color: #c9d8e4 !important;
}
.el-button {
  border-radius: 2px;
  height: 46px !important;
}
.el-popper[x-placement^=top] {
  width: 18% !important;
}
.el-input-group__append,
.el-input-group__prepend {
  border-radius: 0px;
}
.el-select-dropdown {
  border-radius: 0px;
}
.vue-country-intl-popover {
  position: absolute;
  width: 400px !important;
  z-index: 100;
  border: 1px solid #e8e8e8;
  -webkit-filter: drop-shadow(2px 2px 8px #ddd);
          filter: drop-shadow(2px 2px 8px #ddd);
}
.vue-country-intl-popover .search-input {
  display: block;
  width: 100% !important;
  height: 40px !important;
  line-height: 1.42857143;
  padding: 0px 0px !important;
  border: 1px solid #dadce5;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  color: #333;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vue-country-item.selected {
  color: #fff;
  background-color: #424277;
}
.vue-country-item:not(.selected):hover {
  color: #fff;
  background-color: #e6e6e6;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.content_div {
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 48px;
  position: relative;
}
.el-icon-caret-top {
  color: #0066ED;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.fedui-header-pc .fedui-header-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-wrap img {
  width: 32px !important;
  height: 32px !important;
  margin-top: 0px !important;
}
.title-wrap span {
  font-size: 16px;
}
.dialogue-wrapper {
  font-size: 22px;
  color: #fff;
}
/*右侧点击按钮*/
.dialogue-wrapper .dialogue-support-btn {
  z-index: 99;
  position: fixed;
  display: inline-block;
  top: 50%;
  right: 0;
  margin-top: -70px;
  padding: 10px 0;
  width: 30px;
  height: 150px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  background-color: #5d94f3;
}
.dialogue-wrapper .dialogue-support-btn .dialogue-support-icon {
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  width: 20px;
  height: 16px;
  border-radius: 4px;
  background-color: #fff;
}
.dialogue-wrapper .dialogue-support-btn .dialogue-support-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
}
.dialogue-wrapper .dialogue-support-btn .dialogue-support-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.dialogue-wrapper .dialogue-support-btn .dialogue-support-text {
  padding: 5px 0;
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-user-select: none;
}
/*底部客服对话框*/
.dialogue-wrapper .dialogue-main {
  position: fixed;
  display: none;
  right: 12px;
  bottom: 10px;
  width: 500px;
  height: 800px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px rgba(37, 44, 84, 0.36);
          box-shadow: 0px 4px 10px rgba(37, 44, 84, 0.36);
  z-index: 99;
  background-color: #7b434300;
}
/*客服对话框头部*/
.dialogue-wrapper .dialogue-main .dialogue-header {
  position: relative;
  padding: 10px;
  height: 60px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #003bfc;
}
.dialogue-wrapper .dialogue-main .dialogue-close {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 2px;
  font-size: 30px;
  cursor: pointer;
}
.dialogue-wrapper .dialogue-main .dialogue-service-info {
  position: relative;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 90%;
}
.wrapper .web__main .web__main-item--mine .web__main-text {
  margin-left: 0;
  text-align: left;
  background-color: #f3f3f3 !important;
  color: #09090c !important;
}
.wrapper .web__main .web__main-item--mine .web__main-text .web__main-arrow:after {
  left: auto;
  right: -2px;
  border-color: transparent;
  border-style: solid;
  border-width: 7px;
  border-right-width: 0;
  border-left-color: #f3f3f3 !important;
}
.wrapper .web__main .web__main-item--mine .web__main-text .web__main-arrow {
  left: auto;
  right: -5px;
  border-color: transparent;
  border-style: solid;
  border-width: 8px;
  border-right-width: 0;
  border-left-color: #f3f3f3 !important;
}
.wrapper .web__main .web__main-item--mine .web__main-user cite i {
  padding-left: 0;
  padding-right: 0px !important;
}
.wrapper .web__main .web__main-user cite {
  position: absolute;
  left: 60px;
  top: -2px;
  line-height: 24px;
  font-size: 14px !important;
  white-space: nowrap;
  color: #999 !important;
  text-align: left;
  font-style: normal;
}
.dialogue-wrapper .dialogue-main .dialogue-service-img {
  display: inline-block;
  margin: 0 10px 0 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  color: #000;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  background-color: #fff0;
}
.dialogue-wrapper .dialogue-main .dialogue-service-title {
  display: inline-block;
  vertical-align: middle;
}
.dialogue-wrapper .dialogue-main .dialogue-service-detail {
  font-size: 12px;
}
.theme_box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.theme_box span {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.theme_box .day {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGvGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTAyLTA2VDIyOjU1OjM4KzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wMi0wNlQyMzo0NDoxOSswMTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wMi0wNlQyMzo0NDoxOSswMTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4YzIwZjY2OS0yY2E5LTcyNDAtYjFiYi1hMGE0NjRhNDM5NDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZGViNmY1OWItYjE3NC1hNTQ1LWIxYzQtNTk1NjRmNDEwYjQyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZGViNmY1OWItYjE3NC1hNTQ1LWIxYzQtNTk1NjRmNDEwYjQyIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkZWI2ZjU5Yi1iMTc0LWE1NDUtYjFjNC01OTU2NGY0MTBiNDIiIHN0RXZ0OndoZW49IjIwMjItMDItMDZUMjI6NTU6MzgrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6OTM1NGMyNTUtOTljYi1iYjQzLWIzZWItZDcyNDZhMTgzNDgwIiBzdEV2dDp3aGVuPSIyMDIyLTAyLTA2VDIzOjMwOjA0KzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjhjMjBmNjY5LTJjYTktNzI0MC1iMWJiLWEwYTQ2NGE0Mzk0MyIgc3RFdnQ6d2hlbj0iMjAyMi0wMi0wNlQyMzo0NDoxOSswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk1O8yMAAB6+SURBVHic7Z15uFVlvcc/e5+JczjMeEFQQanUHNJMK5k0NRscsjLHrKt10zQzTQwzFUFNzaFuea/d5ms2WWpWaFZiZZmmiTgnqCQKyAznyBn3/eO71z0HPJw9rXdN7+/zPPvhCLjetVnr+w6/MVcoFDAMI9vk474BwzDcY0I3DA8woRuGB5jQDcMDTOiG4QEmdMPwABO6YXiACd0wPMCEbhgeYEI3DA8woRuGB5jQDcMDTOiG4QEmdMPwABO6YXiACd0wPMCEbhgeYEI3DA8woRuGB5jQDcMDTOiG4QEmdMPwABO6YXiACd0wPMCEbhgeYEI3DA8woRuGB5jQDcMDTOiG4QH1cd9Ae3t73LeQdsYC5wDjgS7ARXvcOqABuBf4LbDCwRippKWlJe5bKIvYhW7UTCtwNDDZ8Tg5YBmwwPE4hgNM6OknDwxHgneNvS8pxc7o6acAdONmy741vRGMYTjAhG4YHmBCNwwPMKEbhgeY0A3DA0zohuEBJnTD8AATumF4gAndMDzAhG4YHmBCNwwPMKEbhgeY0A3DA0zohuEBJvQtyaF/k1zcN2IYYWL5xVsyEeV1rwLWAj3x3o5hhIOt6H00APOAnwEfxCbBtDMSOADYN+b7SAQmdDEa+DJwBLAnqsF2LCb2tNKEJusfAFdhYjehA+OAS4BTgTHF39sd+DzwEbTSG+mhEfgocCGwK/Au4Gpgapw3FTe+r1iTgM8ApwFDt/qztwDnF3++FeiM8L6M6mgCTgYuAKYUf68OOBQZWOfhaXFLn4W+C3AmcDqwrZq9+6CXpgD8AuiI5M6MamgFjkPP6w0D/PkhxV/zqGx1FDX2EoOvQt8FOAv4FNsWecDeaBvYC9xO8sSe6/eJYqwkMhwdsy4Edh7k7x2CjmIF4E+oqKYX+HhGn4RW8U9QWuQBewKXAkcBzW5uKxUk8X1pRSL/AoOLPGAGsslMxyP7i08reg51MzkdOIPK66DvBlyLVoO7gE2h3l31dABL0LPswE1J5jr0vVeTrNiCJuBEZEuZUuLv9mcmcDGavO/Hg5U9VyjEe1SJsCXTKOBzaMs+qsprFIAXgfOA+cBr4dxaTTSiQJ9gS+qCIGJwAwomSoJhsh74D/RMp1D5saKADHNz0Zm9KqwlU7IYggR+BtWLHPQyTQKuL17zx8Tf1KATeMHxGP1FFPf3Ba3kpwGzgB2pznaQA6YBs9Eu5Y+h3V0CSeKZK2yGood5BmpIWCs5YCe07TshhOuFQcHxp7ffJ25GoJV8Fpp0a3mHG9CZ/TLkgsssWV/RA5F/AgXGhMkbgS8i4d9CMkSQdUahwKaz0WQbBk3IMDcHTRq/Dem6iSLLQh+Ltuun0xfxFja7o4kkj7bxSTi7ZpVRaML+DNquh0keOBBZ4+uAe8iYgS6rQg+s659FyQ0ueTMSey+KoNvseDwfGYtEfiawg8NxDkS7tCZkbE1azETVZFHoOwCfRNu7kRGNuRt9QTV3AG0RjesDo5HIzyMcG0sppiJPRh74DRmZuLNmjJtI9CIP2B24CDia8gNxjMEZgc7ks4hG5AH7A18CDkOre+rJitBzwPbI5XIW0Ys8YHcUiHEMekGSGjKaBlrR8etCanOJVss+KAnmUDIQQZcVoY9FLpez0VYvTt6EXG8fJiOrQQw0A+eiiLc4RB6wF4qGfE+M9xAKWRH6bsAHcGddr4Qcirl+N9p6GpUxFG2bP0P8zzOH3KhXo0IkqSUrQl8I3AAsjvk+Au4Gvg6siftGUkgvclMmZTeURy63VLvbsiL0DajW2yXAUzHfy23oXPkQ0BXzvaSRDuB7wI3A+nhvBdDiMReltaaWLLnX2pEfuw5ZafeIePzAjz4PWBTx2FmiF8Xufw2t7GcSn93lSeAKtIikOhgqS0IHrQY/RS/LLGRMiYJuVIFmDno54iaPkm6GoqIMLehZ1yEfcWPx73UVP90osaMD7Y42oMy8OFNSX0Zih9oyDqvlKeByFN6cerImdFCAQzADfwkVjXBJOwqsuIx4RF6PjH4j0co3vt9nbPEzEp15G4u/BuffLiTuzuLPm4BXgRXASmB58bMKbaM3oO8bFauQ7aUBxUdEZZx7GlUFzoTIIZtCB728vyj+fDHyb7uwR7QDdyJ32tMOrr8tAmGPQB6HvdB33BkJfBxavWvlVST4pcA/0Sr3OPAKEv463Bup1gBXFn/+FO5X9mfQ8/yJ43EixYfCE8ejWPQ9COflDwgmkyvQy++SHFqFhyB3z6HA4agI4iiii8TrRjumJcAfUKWdR9FK34nbrf5I5Fc/BzffNygqci6avMuawNJSeMIHoYNqis1G0U5h0Iuy1a5CIneZoppHKZkHo1iBGcQX+bc1HcDfkafh92g1dFl1ZzwKirqA8HdoS5HIf00F8e0m9DKJSOhB544vEo41/hbgK0jkLl1ob0I7kg+gcklD6DOkJYVglV+OSjPdgdI8XWR+5VGK6qnIhRnW0fNp5Jq9kwonKhN6mURYM64FJZxcjM611VBAK/nlaPVydT59O4qXPwydu+MMA62ENlRA8kHk/biT8LO/cih56XS0la914nsSGVJ/SRW7ERN6mUQodJDYP4DEvmuF/28H8pPPQYYpF+yFqpq+Bwk8rSG0PcgX/hfgZtxUbRmH6g2cQfVHmSeRoe/nVHnkSIvQs2p13xbtyIBWh7bx5Yp9E1qhrsaNyCeg3caHgXeQ/jTXOnTUmIIaYLwdiSlM9+MK5HrrRglNlZYKWwRcQw0iTxO+regBDahH1yxKb+PbgB8C16Htepg0onplJ6LmEFHmXEdJB/A7NFnejUQaFtvR13WnXLE/jgypP6NGW0JaVnRfhQ4S+wkoqGagXl0AG9GZ/BrCX8l3AI5EgSC+tPVdA3wH+Dbhxh2MQ6Gyn0SW+cF4Au3MQqnxZ0IvkxiFDrJiH4OMa1u382kDflT8sxdCHLMBWdPPAj6Gny2e5qNt9wPIBx8GY5HrbbCy3s+gXITQqvaa0MskZqGDzsPvQ0aZXZALZzOKjJoDPB/yWNOQa2hmiNdNI0uBr6LJdAXhCG8s8oWfBQzr9/uF4ngXoecamks0LUL3zRg3EO3Ar4o/fxmJPbCuhyny0cBJ6EWcHOJ108pOKP1zAsrdX0rtYl+FJo9GFEFXV7zmK8gecweepg6b0MVm5Ecdg3zW9wHLQrz+9miViTIxIw20IIv5GDTJhmHsXImOBaDKsatRf7a7yVD55kqxrfuWDENb93bCm/l3RC/cSWTXql4rbajR4RwUUlsrOeQ6nVG89p2EZwvYgrRs3U3obhmPYuxPITnx6UmlC+2kZgH/COF6QSIQOKzNnhahZ6WUVBIZjraMJvLyaEBZeZeglNtaKSCBZ6IBQ62Y0N0wAvg0On+OjPdWUsfRaIIMu7+a15jQw2cYCsQ5HxN5tZyMrOYTY76PzGBCD5cGlJDyOeJvJJFmmtFu6AzSk7mXaEzo4ZEH3oZe0DfFfC9ZoBWt7MeSvBz81GFCD4+JaAU6NO4bGYBCmZ+kMQkZM3fH+tjVhAXMhMMQ5Cd/b9w3MgDr6Kve2oYSS15F6Z1jip9hKHilFW2Vk/RevBWd1+eiWnVGFSTpgaaZd6LkmKREvT2OAk8eQ51GgnLNQSBQN1rB64ufIcgdOAqFpu4N7IdENiTie9+aZrRLWgh8k2jLTWcGE3rtTEK50G8h3u3loyjg5BEUSvoKWs3bKL86aw4J69fAvyFbwz6oX/g04su0mwAch77jgpjuIdWY0GujCZVdnkE8TQF7UY+3+UjkT6JY72opoBWzHU0UC1EZqMlI8EcChxC92zCPymwdg/LYl0c8fuoxodfGvqg6TNQx7B3Aw6i2+j3AX3GXlbUeCX4hyh+/F7WEnka0LsQW4P3F+/hOhONmAhN69QwDjkD10BoiHPefKN3yDuB+orWWP1P83A18CJWijurIkkMpxEeislT/IpmegkRi7rXqmY5Wtqgmy160ml2Oou7+THwv+nOo5tpsdGaOKv2zgGIVjic5/dNTgQm9OpqRyPciGqF3ISPbPOD7EYxXLnehrinzicYankfxCu9HOf7mWy8TE3rl1AMHIpdaFCLvRVv0C1Bp4qTxENphfJfo2izvhiba1ojGSz0m9MppQqWZpxCN0G9GRQ//SHLPpEuAa9Gxos3xWDnk7z8OK+RRNib0yqhH4ZgHE42L6WeontoTuG9PXAu9qFLut1FPOtdn9gZkBJ2BAn2MEpjQK6MFVW+dQLgtmAfij8D1qNqKy26tYRFUWr0JbeOdlG7qRwuKmNve8TiZwIReGa1oFXF5NuxFEWBzgL+R7JV8IF5BFvkoijFOxyrqloUJvXzqUEeX/XHr2nkcnXX/QDpW8oF4AW3hXX+HnZDnw7bvJTChl88YYCput4qrUMXSWx2OERUPIlfgs7gTew44gNd32TG2woRePhNR2Kcry3c3Cmv9paPrx8F9yNfu0hK/Dyrt7NpmkmpiC4Ftb29vJJqHk0cBJ11UL9IcWsn3wV2QxmoUR/6go+vHwXIUrno48n27+LfbEZ3Th+DetZda4ox13x89oCbcVTjJoxfgYdQPu9rorWZ0Pne1be9C93ifo+vHySI0ge3Alv3QwmII2rq3UL3Qc1Q5CVXTl6ClpSVy20ucQn8ncCrK5y4Q/jkuOJasRE0NH6nhWtsBb8Tdar4OieEhR9ePk5dQb7sZwJ6OxpiIJpJXq/h/65FRb7fif7s6muWK125DrtNIiVPo9chN5brVxdDir7U8wPG4deM8BvyJ6EJIo6QXeRIeRGdpF5l+O6MiGU9Qec/zHlRk43wkdpdCX4dE7pXQe4nGfRSUTaqWHBL6pHBu53WsQWWfFju6fhJYiWICDkKppmEzGe24mqlc6AX0jEej5+ySVmJyBZrVvTSNwDjcnc/XonPsWkfXTwIdKMLvJUfXb0Xb92rLQhfQPbrOJeig8okoFEzopWlEM/1IR9d/BRWTyOK2vT+LcbtrGU18Ne0Sjwm9NI3IGOfimNOFKraE2Ys9qQQlqdY7uv4orDvONjGhl6YVd6v5crRtX+fo+kmiB33XxxxdfxRWjGKbmNBLMxZ3/b9eQVVNfQn0WAK86Ojaw5EtJcr6fanBhF6aEbjLVtuErO6+4LJfeSNypVrB0wEwoQ9OHq0Qrl6e18i2tX1rOnGXp16HnpXFvA+ACX1wcujlcbUdbEOrui90IKG7yLGvQ+HU9k4PgP2jDE4OvTyuhL4Jv3qJdaEdjIvvXId2XraiD4AJfXDySOiu+nOvwV2HlSTShb6zi+17HXpOJvQBMKEPTpDV5OrfqZPkVnZ1QQF9ZxeTWx6J3NxrA2BCH5wCOk+6qts2DL+eQZ6+Xuxh04ueU1rLbznFp5esGnqRAclVkcPRuDsWJJEmVJLLRWJHN3pOWQ8lrgoT+uAEW01XK3oLfhU2bERxCS5i0nvQkcCEPgAm9MHpxb3QRzi6dhJpwt33DYTuk82jbEzog1Ogr96cC3wTegPuCo30oAnZVvQBMKGX5lXchamOQCmwvoRtjsDdUWUzSg6KqoVzqjChl2Yd7sI2J6BebkNL/cUMkEcFNl1UmAE9p5dJ9oruqghqSUzopXkNNVZwwWgk9JGOrp8kcqiryq6Orr8Wpf0mmaqrzdaKCb00HajmmYstYR6tcDs6uHbSGAu8GXdn9LW4b+yYWnwQeq1bpU5gBRK7C8YDe5Btf3oOreSTHV2/G3eTcSaIU+iNRFPjq5XaklJ60JbQVWHDMcBbUMnhrNKMuty42rmsBJ5HxyxjAOK09q5FRRFdV1dZB2yk+pW9gIS+BDWdCJtWJIIpuJtM4mYC+reb6Oj6i4GnqF7oOaKJk68jpsU1TqF/D/gpWm1dFs3vRme3WqyxK9Ck5IrdgHejbjIbHY4TB3nUfuttuHvJl6FWzbXEubejtOE84Vvu88XPRmKKxY9N6C0tLW3t1TSuqo5aJ5K1aGu4GfX6CpuRwLtQt5a7HFw/TnYFPojbTjcvUX2sQw7t2L6OEm5cNhapIyY7QqyBGi0tLYXotF4TXWjVeBm1/wl7i5dDq/rhwF/IlvX47Wg1d/WurUcFJ6t9kQrAv5DYg/5orogthdaXiKwwWI5aJ+3s6PojgJnAIcBtjsaImj2Ao1ADRFcsRrutWlbKqlORW1pctw4MBx/ca2GxDLfN8YJV/eMogiztDAGOBabidkF5FHgOS2YZFBN6+awHHkAriKszXDNqRPg50p2+mgM+BpyAW7dhB9plLXU4RiYwoZdPAZ0FF+DWXzscOBH4JOltMfQh4LOolbErCqid1ROY/7wkJvTKaAf+gPta7COBC5G12lXzCBcE8ewXohh+12P9GRnSjBKY0CujHfgr8Czuq7eOBs5Bxrk0hMfWIZFfCuzpeKwCCoRagGIcjBKY0CtnOXA36pvm2gC0B9oCH0SyxV6PRH4+2oW47n+2GbgHreip8M/GjQm9cjqAW9H5MIrc55nA1cAxJFPsOWA68BVkW3BNL5pkf4IfXWhDwYReOQVk5f09qj7jmjzaCl8OnI2it5JCDjgeuA6YQTTvUzfqs74Adw0bM4cJvTq6gfnAw7grHNmfOpT08nm0cr41gjFLMQEZ3S5F2XdRtCsuoOSiW9Bqbr7zMrHIuOp5CrgTrbaTIxpzHHAysmj/GtkKHo1o7IDxwPuAo1FG2nYRjt2BgpbuIdkloxKHCb16upDY9gNOwU2yy0C0oDPx3sBh6MWfDzzkeNxJxXEPR8ZBl2GtA9GLsvt+hIKXjAowodfGMuDnKGkj6u30COR6O6j4+R0SwnMom6vW82sebc93RoEvhyDD4IQar1stq9EO6s8xjZ9qTOi18wBwOxLEqBjGrwMOLn6WIj//I8Dj6Dy7nr7Ghl3Fn4Ntbx6drRvRu9CAAnR2RPXd9kXZZ3sQb5fSHuBvaOcShU0kc5jQa2cDKqBxACoeEacLbKfi5zhUufZB+sS+Dq2Kq+lr1zwKFW0cg3YIw5DI98ddWeZqWIK27AvjvpG0YkIPh2eA/0SGqQNIRuvescho1p9OVOWkDa2SLbjrbhoWa4FfotBjo0pM6OHxO7TFnYJElkQa0eodJMskYUIqxX3Af5P8mu2Jxvzo4dGLtvC/iPtGyiC2RgIVshD4H7R1N2rAhB4uLwPfRFtNozZWAj8A7iWmgopZwoQeLgUUwHIdcH+8t5Jq1gM3AjdjueahYEIPnx4k8iuBRTHfSxrZCHwDnctddcfxDhO6G4JY+CtRBRSjPNagsstfw/LMQ8Ws7n3UI9/xcsIpt9yLfL8F4DwUOWcT67b5FzK8fQ0LcQ0de/FEE4rjnoPKE4dZmPHHqCDDvVha5bZYDHwZmEs4Im9AbsQs97OrCFvR5VveG4l8OspG60Rx1WEZghagiLQrUEeWJAeoREk3aqV0OWrRFQZ1qJfdR1Aw0MUoStBry73vK3o9imS7Djiw+Ht7oq32oYQb370Irey/wlZ2kNHy76iYxs0hXncn4Ez0DI8DLgO2Jx1xA87wXejvAC4p/tpf1G8FZiOxh8mzqGb7lfgd6dWJikecjir1hJWoMgm4CAk8h+L3Tyj+XlxZd4kgVyjEW6Qjxt5r09ELcBADJ6J0o8y0S9HLGCajgGmoYsyMkK+ddF5A7rNbCLfA5k5ocj6Z15fI3oiCb65F7ZtCIy0tmXw9o89EL8XBbLsEUj2qoHIR2mYuCHH8tahoxUrg31HrorQ2ayiXArJ7fBPllIdpWZ+CtuonMnAd/GFoAsgD1+O2BXYi8VHo04BZqDpLqaNLHVrxg63lghDvoxflWC9D+eMfRxNLFnka5QH8lPDjCqYA5yIhD1Y4cwRwUvHna5Gl3xt8E/p04AvAe6nMOHMo+rcqoGyqMHkJrXLPoBfxMKKrQeeaDWhy/AHwG8IPZw1W8pMorzrucDQhFNDK/lzI95NYfDqjH4hcLYdX+f8X0Jbzi6iHuYvihMNR37JjgV2RASmqWnRhUUBRbc+hIo4/ws1WeRf0LI6ncnflZuDbqKLuC7XcRFrO6D4IvQ5Z0S/l9YUYquF+9II9QG09uQdjOLrXw1G1lx2Kv5dkF1E78lc/gYyXt+EmvbQOtZWehewb1f6bdAA3oeYYy6q9GRN6mTgWeiDyKwjXVXYfCrD5K2594o2o8OQRqEzVG9AK30gyRN+Fvv8yNPH9FoncVTJKHdrpnIO6zdZKJxL7XDRJVSwGE3qZOBb6fsjwMo1wg18KqLTRPLTCu264mEer+lQk+neh+upxshEdYW5D4b1LcTvp5VA12vOA0wgvBmQD8EP6IugqwoReJg6Fvi/als3ATcHGLvSCzyWaEsQ59D2GIGPdVGRcfBuK/BrqePxu1ILqSfS970UGxDa0MroOMd0FdYY5ifDtFmtQL7cLqbCfmwm9TBwJfSqaoWeihBVXdKCt6hxUcTVKWtG5fTgK290Pbe3HoYCcEcVfK+2v3oFe/HXI378Kbc3/gUJWV6NVcD3RtUTaAUUwHo+7fvGB2C+ngjO7Cb1MHAh9OpqZDyGafmAdaHX7EhJCHNQjUQ8HmpEYRqMMrlHI9dSMVsJhaBLIo+33BuT26gA2IXEHZaGDP2tHQoij2stkFLQUJKm4ZB3wv+i492I5/0NahJ41P/p0FPF2GNE1HGhC1vFutOo8EtG4/Qm21QN1dw2aM9ShiW8IckflkXBfQ8eQ7uKni+Rkeu0MXIAi3pojGG8k8FF0TPoqGfKzZ0noM1EwzHtiGDuHjGQ9KFsqDrFvi87iJ228AeUCnEI0Ig8YiaIU80jsz0Y4tjOyIPRhKBjm84SfbVYpR6OV8wpUJNIKG1bHFDRpn0I0x6+taUU++gKqeJN6sWdB6BOBU4lf5AFHoO3v2Si81SiferSSz0appnGIPKAZ+ETxnm5A0X2pbdWchXz0tahX+TqiswIPxhp0ttsU942kkKHIfXY0br0l5dKExH4U6QtF3oIsCH0F2l5dxcDGqCgJ6pHPoUJ/rAHIyj8fufKSMGn3oFZb96J4gdSSBaGDVvXvokaHq2O6h02oJNVXSPlLESMFFI9wARJ83NyF7uUfcd9IrWRF6EHG1HeQpXRNxOO3I9/rjVip4lrpBh5Gu6JfxXgft6N4jEVkoCd7Foxx/XkZpR8WUOLDmAjG3ICaDtxEFbHSxoAEhSPnIZ/+URGPfzuKkHss4nGdkTWhQ1+jw0DsLlsYr0FNB/4L1T8zwiOowHNl8ecjiSYI6ifo+BVXlKMTsih0UJrkjegFORs3mV6r0e7h65gbzSUPoOYOwcru6p3tBm5Fu4jMtdHKqtBBBrrrkR3iDORvD4vVwLcwkUfF35DYC8D7Cd/V1Y5aXV9CBoJjBiLLQgflR1+DznyfBnYM4Zqr0Ep+PdYIMEoeQinBBVR9J6xsko3oTD6HDBeMzLrQQXHeVyOxn4vSOKupzlJAfvrvo8kjLjdeQA7tVuqKP7vwOwf/TgW0de5xNE65LES5BIHYa83Bb0e98eahwhmZxQehg17SG9GLG4i9Ul5FTQfmEU631VqpR8Uj90ShooXip784A3Jb/Vm5BJNJJyoy8SLxJ8g8jmoN5FE132pX9s1I5FeRcZGDP0IHBbF8C62A51GZ620tylOeg7Z6SaAHtSCahwSfZ0txhyH0PJpEXkLFGJNgjyigc/T5yIB2JJWLvROVj7qGkDu3JBWfhA5yh30XvcDnUJ7r7TUUiHMlyRE56IXPA9vhvj3waKLL7y+HXiTQ2Ujsx1J+ubBu+opL/JPk5N47JSuRcZWwHIn9G5QOcGkv/r1rif9MPhAF3J+bg/N5EmLPt+Z5VNnnZsrLLOtBIr8eJUJ5IXLwb0UPeBkFuvQCZ6FVcWs2oq3+DSQ7GCaJAoyS59Fuqwflr28r662HvhDpzPnJS+Gr0EEFAG9CL8Bn2VLs65B1/QZqKO5vRMZzyM+eQ2Wntj6zd6DneS0Z9ZOXwmehg/zg36AvqGZ7lJRyM9reZd4amyGW0BdU8xFUABPkIfkxil339nn6LnTQ6n0dMjadhpoB3kCZVUCNRLEYbeNBYu9Bvd/m4nlwkwldtNHXSvdBMhwh5QHPo7oEG1A9wdkky1sSCyb0PjYii6yRfhYhP3sj7hphpgof3WuGHxQwkf8/JnTD8AATumF4gAndMDzAhG4YHmBCNwwPMKEbhgeY0A3DA0zohuEBJnTD8AATumF4gAndMDzAhG4YHmBCNwwPMKGnH99rxhllYEJPNzmgmeo6z1QyRoPjMQzHWOGJ9JJDVWzXo+focmVf6fj6hmNM6OmlEdW7uwZ3Qg9aMm1GYjdSSq5QsInaMLKOndENwwNM6IbhASZ0w/AAE7pheIAJ3TA8wIRuGB5gQjcMDzChG4YHmNANwwNM6IbhASZ0w/AAE7pheIAJ3TA8wIRuGB5gQjcMDzChG4YHmNANwwNM6IbhASZ0w/AAE7pheIAJ3TA8wIRuGB5gQjcMDzChG4YHmNANwwNM6IbhASZ0w/AAE7pheMD/AS5JmgcPIR5iAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
}
.theme_box .night {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGvGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTAyLTA2VDIzOjI3OjU3KzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wMi0wNlQyMzo0NjoxOSswMTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wMi0wNlQyMzo0NjoxOSswMTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyN2E3MWE1OS1hYmQ3LTUzNGEtODkxYi03YTIxZDZiMTRjMDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6YjI0MmIxMTMtMmI3NC1mNjQwLTkwN2MtMmQ1M2E1OGFiMzgzIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6YjI0MmIxMTMtMmI3NC1mNjQwLTkwN2MtMmQ1M2E1OGFiMzgzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiMjQyYjExMy0yYjc0LWY2NDAtOTA3Yy0yZDUzYTU4YWIzODMiIHN0RXZ0OndoZW49IjIwMjItMDItMDZUMjM6Mjc6NTcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YTc4MzcyNGItZWU2My0zYjQzLTg2ZGYtM2M2NDhjMjdiNjljIiBzdEV2dDp3aGVuPSIyMDIyLTAyLTA2VDIzOjM2OjE0KzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjI3YTcxYTU5LWFiZDctNTM0YS04OTFiLTdhMjFkNmIxNGMwNyIgc3RFdnQ6d2hlbj0iMjAyMi0wMi0wNlQyMzo0NjoxOSswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PstxhwsAABfTSURBVHic7d17nJxVfcfxz2xuQy4kgQARCJgEgiA3kQhSJaAioCJ4AawirYpV8VLRWkWrti8RtYrVekMraqvFKtBqBYwCargpGEURAbkGJMglCAiE2SS70z++M80aJrtzeZ7nPOc53/frNa8NS3bnZHe+c85znnN+p9ZsNjGzahsK3QAzy5+DbpYAB90sAQ66WQIcdLMEOOhmCXDQzRLgoJslwEE3S4CDbpYAB90sAQ66WQIcdLMEOOhmCXDQzRLgoJslwEE3S4CDbpYAB90sAQ66WQIcdLMEOOhmCXDQzRLgoJslwEE3S4CDbpYAB90sAQ66WQIcdLMEOOhmCXDQzRLgoJslwEE3S4CDbpYAB90sAQ66WQIcdLMEOOhmCZgcugGDajQaoZtQVbsAi4HLgLWB21Ja9Xo9dBO6En3QLTe3AlsBVwCPAZcDK4FfAKuAZrCWWc9qzWbcvy/36LmaBBwHnA2sBzYAI8AdwDXA1cBy4OZQDQwtlh7dQbeJbAO8F/hboNb6XBOFfj3q7X+FAv994IbimxiOg14QBz13NWAh8BXg2XSewB0BGuha/joU+IvQG0ClOegFcdALMQV4MfBlYM4Ef3cU9fKPoSH911Bvf3d+zQvHQS+Ig16YOcAHgdcAW7JxGD+eJvAgcC/wPeBCYEVO7QvCQS+Ig16ohWhi7sA+vvYxFPqrgR8A/9n6XNQc9II46IUaAk4C3g/s2Of3GAUeAG4CLga+imbxo+SgF8RBL9yWwCeBVwNTB/xej6Dr+B+jkcIvB/x+hXPQC+KgB/Fs4FPAfhl9vwZaoHMZcB7q6aPgoBfEQQ9iKvA24J3A/Ay/7whwG3AlcC5wfobfOxcOekEc9GB2Bj4NvAitoMvaLeh+/OeBG3P4/pmIJejevWb9ugP1uqty+v67ACcDZ7Y+bpfT8yTBQbdBLAcuRUth8zAJWAachhbrHJ3T81Seg26DWAP8D/C7nJ9nLrpE+ATwUWD3nJ+vchx0G9RP0Lr2xwt4rl2AdwNfAF5GPnMDleT96DaoR4DvAM+kvxVz/VgGLEDBPwuNLGwc7tEtCyuBS4BHC3zORcAHgA8BexT4vFFy0C0La4EfoWWtRZoOvBHd5juSwVfqVZaDblm5Dvg1KkhRtOcBnwPeDMwL8Pyl56BbVh5C9eXuCfT8C9FtuPehxTw2hoNuWVkH/Az16qFMB94OfBh4asB2lI6Dblm6Be03D70u+VXAGcD+gdtRGg56dmYD26JtnKlaj2bgy1Ag8nB03X4ofp37PnoGFgLPAPZBE0H3o+HrlcBdAdsVwihwLfr3Py1wW0C/lzOBU1AZq2Q56P2rAbsBH0fLMzf1deB0tDw07i2CvbkX+C2afS/D62sJ8Bl0ObECbYVNTvJDmj61SyCfTueQA5wAvIP0ZoBHgdvJb1dbPxYB30K34aYEbksQDnp/ZqIJn5eM83dqwF8CLyWtF9cIGsVcE7ohm5iHlss+h3KMNArloPeuhoaDx3Xxd2cCRwD75tmgEroFndFWNjsAH0MTdCm9+TrofZiDdk7t2eXfPwh4Pmm9sIbR0L2IHW292gfdekuqZ3fQe1NDL5RjeviaGcBhFLezqwyaqNhjWQ9r2AutoltGIhlI4h+ZoXmoN++18MGBwAtIa//03Wj9e1ntD/wdiex8c9C7VwMOQMPwXk1DJZIPybJBJXcf8JvQjZjAEaiQxVahG5I3B71726LefEmfX39A6+u7ObOsCjage+rrQjdkAkehXW+V/r046N1bBhw8wNdPRsPFw7NpThTWUP7TV2ajY6ZeF7oheXLQu/NcdFjBwgG/z9PRiaSHDNqgSDxA+e6nd7IADeEr+ybsoI9vd+A9wGdRbzzo8G4Irb/+EvBeqj8Tfz/l79FBv9fFaC/7gsBtyUXqJ7XU0C/2ycBOrT/v3PrzTui4oelAnWyv4Zpo7XUDTVrdjQ5EuAu4s/XnVWgpaV4104tQQ0UjrwjdkC49CnwFOBWVx5pQLCe1JLNgoKWG1qYfi3rrJ6E6Y5PQz6L9sf3nPNuxResxF1UzHWk9NrQeI+iN4EEU+OXoTPE/5diurLXf0B5H/9aymwm8Em2z/QY6vz3unrAlpR69fX18EDCLuAoJbkAvutvRAQbfCtucnjwV+C4aGsfiDuBEdArNuGLp0VO5Rn822k56JLA1cYUcNMKYDeyNNtPsFrY5PVkHrA7diB4tQDsPY3pzGlcKQd8R+HsU9tgvVYbQjP370BtWDPd+h9EcREyG0GKaN6DXT/RSCHodncQZe8jbZqBr+vnEEfQYe3TQasbXolFUDD/ncaUQ9PYEW1U0UdhjKWgxTJxBB42ajgV2Dd2QQaUQ9N+jgoUx36YaaxJaiPJz4pgRXoduIcbqpWi9Q9SdRQpBX4tuS90auiEZuRPd+rmfOII+iu4YxGpLFPao68SnEHTQwQJnEO8Qsu0BtErv3NAN6cEo4eu8D+q5qFBFHPfSOkgl6MPA2Wg9cxlqjvfj92gdwJeJa9HMKOWsNNOLmcCLibgkWCpBBw3h/wvdars6cFt6dT1aG38WWikXkxHiDzpom/EL0XqG6KQUdNCL7nzgXcDFgdvSravQSORs4hwCj6IRVey2QEP4XqsLlUJqQW+7FG07/XbohkzgB2gEcj4KTKyq0KODCoIejG5vRiXVoIOODjoV+CLleyGuQ29C76GL9dYRKHuVmW7NQivmoruvnnLQAW4D/hH4GtqiWAajwHnAB4BfhW1KZqK+B72JfVBNgWmhG9KL1IMOcA/a8HIB5TiX6xfoFtrvQjckQ1GFYgJbovLdO4VuSC8cdFkFXAQ8HLgdoOvxa0M3IkM1qhX0yWgGPqqz1x10mYIKGd5D2EmvUfSmU5bLiCwMEd+24Ilsj4512i50Q7rloMvY0k4hl5W232Sq9HsZolo9Omi/wVLKcQZ8V6r0ghrEENr2OZ+wP5N2gYkq/V6qGHTQzPvTGo1GFKfvVOkFNYhJaNvndoTfezwfLbmsiqoGfQvUo0exXdhBlyFUSaQMP49FKOxVUaN61+ig18qe6FZb6ZXhhV0GM1FvXoZtnzujc7xDjyyyMoQWmlTRYmBpo9Eo/ZHYDrqG7YuBbShHuBaiWd0orv26MJ0IV5J1aQrq1Uv/73PQ9ctaSHmGy/NRvfmqBH0GkRdtGEcN1e87KHRDJuKg6/pxIeXp0UEnt1ZlAms6sFfoRuRoB2DvRqNRltdORw66evSdGWymu4m2Yq5tfRz0Wn9bIt333MFMNMFYVdPQ0H1O4HaMq0qbDfo1hNYv92M9CvdtqFjjXWjovRRd98+kvxnnWVRjAmsymm+oum3RktiLQjdkcxx0bWTptUrpelTO6WJUePICnrh0dilwMqpKMgeNHLr1UOsRu7lEWqihR9uhe+oOeoltQOvcG4xf/K+JwrwGbTz5d+Cycf7+z4HXoHf61wNHA/OYeJJtFJWLKtse+X7MJq7jo/q1LSWvJ+drdHgE+Cawgs1vaBlFB+99CpUTOonxQz7WSnS0z/OBM9HxRONdw1+F3khiqw3XyRzSCPoUYGGj0ZgeuiGb46ArdLcCHwIu4Ylhv6X1/w5FZZ2u7/N5fgO8Db1RfBpVdd3UncBHgJ/0+RxlMxfdZ07BHHTQQymldGzyRIbQsPop6EDGIeDXrcdadC2fxQ+r1nqemei2025oSH8l2of+J+KuD9c2GTgB+GrohhTkLuBj9Xr9s6Eb0omv0TcabT2uA25sfW6E7EPXRPMCDwFXoMMlaq3PVSHgbfOp9v3zTW1BiTe4OOhP1KS4c9raby5VtADYL3QjCjQDeHLoRmyOr9EtDzUU9KWhG1KgaTjolpg6WgMeXf3zAdSA2Y1GY+vQDenEQbc87IgmNVNT2l7dQbes1dDa9j1CNySA9k7I0nHQLWs11Kulcv98rKmUdG+6g25Z254ITzLJyCAbpHKVWtCn4FuKeRpCRxZFUwY5Y6Wtj5dS0E8Bfth6nBy4LVU1Bd07T2HHWidDjL8xKphUerfDgTejPeKgUk2rgO9TjoKQVbEI3Tsv5Yu9ADVK+m9PoUffCYX8yWM+twvwJrS90LIxGW3JTXESrs1BD+hEtPNs7D7w9ovycNIZ1eRtJjp8cIfQDQloCK15L52qB/3pwPF0rgc3DxWGqHI9syItQcUXSjkZVRD36AWbBfwF2tu9ucIHk1GZ3lOBZ1GNGm2hTEE/wyWhGxJYaWfdox62NhqNyejFtQ/qoee0Pm6FVmZNtHtqKvBXqCf6LSoT9RDwR1RH7hfAzZk3vHr2Ao5EP/uUtasBl060QW80Glugai1vRpU95vT5rWoo6Ptu8vkHgcuBT7Y+bujz+1fddOBF6HdQ6trmBRihpEU9ow066rWPAY7I6fvPBY5C5Z1uAO7N6XlidxAKepVOgO3XKPBw6EZ0EvM1+nr0Q827cMNa3JtvzmzgJejSyRz0XPwR+F/gxzk+x6+AC4EHcnyOmB2BLp9KOQEVwAiq+Vc60Q7d6/X6BmBF68yrGrCMbA8mvAI4je7LOqdme+DlaPGRiXv0HP0EeAtwDqrRPqjHge8CbwWWo3dp+3NDwMvQBFxVTn3NQml79CoEHTRZ9g7g2wN+n2G0/v2twDWDNqrC9gSOI41z1XrhoBfgD8DX0dFK/WgCNwFfQDW6rbNZwOvQVtQqvX6yMEpJ53Oq9Iua3Ho8SH870poo4A755k0CXoFm2lMq/Nit9ehk3dKpUtBr6N76k+h/4cYctKPN152dLUHnyC0I3ZASagKP1Ov1P4RuSCdVCvpUBnsB1lD10sX0dsRxCmpoeespaO+A9/A/UQNd+pVSlYK+NRNvqhjviKUaOud6ERHfdszJVODFaNg+Ey917eQxdFhnKVXlBT0EbMPmz75qAPegd9wtUKmjWTyxgGF7VOAefaMaKt5xMt7hN561lPT6HKoT9FG082wV6rXb19jDaBfaecAngNWtz+8H/A3wUlS1sx349ompHpputD06LjrVgo/dKnWPXqWh+53Al9DppI+iFUpfBJ6Dri1Xj/m7vwTeCBwGnNn6f48APwW+0fp60zD9VcBJVOu1kodS9+hVPB99BtoffQPdL0ecg67x1/TwNVVXQ6W2zsILY7pxab1eXxa6EZtTlaH7WI+hXr0XD1HSfcQBLQX+AYe8GyOokygtD8esk13R5c5BoRsSiXuBq0I3YjwOum1qJiqaeRy+jdatu4Gfh27EeBx029SxqI6eXxvduw9YGboR4/Ev08Y6Cng7WkZs3VkPrK7X61lskc6Ng25txwKnoy2oHrJ3bzW6XVtqVZx1t96dALwPLSH2m39vVgPXh27ERBx0Ox54L9qs4p68N000EXdd6IZMxO/eaTsK+CDwFBzyfqxDy14fDN2QibhHT9fhwMdI9yzzLNwIXF2v10u/vNQ9epqOBz6DQz6IJqoruCJ0Q7rhHj0970bFL1M+3jgLq4EV9Xr9j6Eb0g0HPR0zUJ36v6b/c+pMRtABnFeHbki3HPQ07AL8EzpwwaeqDO5x4FJKvP98Uw569R2MZtafE7ohFXIt2sRSyiOSO3HQq+2V6Jp879ANqZBh1Jv/NnRDeuGgV9Mi4NVoF9rm6uhZf25Bx4A9FLYZvXHQq2UGWgRzIhqqb1r80gYzjE7vje64Lge9OvYFXosm3Lz7LB+3AOdT8moynTjo8dsWnVP+WnR0tOVjGPgRuq22ubMBSstBj1cNDc9PBI5BZastPzei47RLv669Ewc9PkOoxvphaMJtj7DNSUIDuARdm48EbktfHPS4LEHD9FcCBwRuS0quR9fmpTz7vBsOehx2AJ6PqsAcGbgtqVkHXIyqyGwI3Ja+OejlNg8N009EJ6Z4z3jxVqJr86hP73HQy2kbdO39cnSC6bywzUnWw+iIrpVEem3e5qCXR/vY5n2Bo9EwfeuQDUrcCPAfwPfQ8D1qDnp4U9C98APRGeTHoqOdLaxr0aGdd4VuSBYc9HBmoSH5MnQf/OigrbG2JrpX/hng9sBtyYyDXpwhtKhlJrAA3SZ7Hj7frGyGgW+iCbjHArclMw56vqYA01G490QFGQ9F1+FWPk20nv1zQBQlorrloGdrMqrgMgX13vuj+9+HAYsDtssm1kTX4/9MRJVjuuWg96+GAj0F/RznoF776eje94HA/FCNs56tAc4Evh66IXkobdAbjcY0tEtoFBgNXDt7CJg05uMktFrtoNZjHxTuSaEaaAN5HDgX1bmvpNIGHTgFzX7eAdzUaDTuRSdXNjs8OhnvjaHTCrPamI81FOoaMBcdV7R76+MeqDSTe+tqGEXFJE4n8kUx46k1m+U8ZKLRaNSA76C13VNQ6Z67UPBvRdsGb0MbDUbRbGkDvRkMo0UOw63HKHpTm4auoacC9TF/ntb6/3NRxdTdUaB3w6vSqqyJ6r+9gz5PRK3X65k2KC+lDTpAo9GYDXwfeGbrU2Mb26nh/fxjJurdrbpWAqeiLah9BSGWoJf6SKZ6vf4wcBJwRetTNf58aL3pY1Ifj07fp/0cVl23AR9FVWPK29tlpNRBb7kBeD+qo22WhUeAf0WLYqIrC9WP0ge9Ndt+GXAGEZxDbVH4F+ArRLy/vFelDzpAvV7fgN59P0FFNhlYEKPAx4EvoF49GVEEHaBer68DvgV8mMiK51spjACfR8tb7wnclsJFE3SAer3eQHuET8Y9u3VvFG05PQO4M3Bbgogq6AD1en0t8N+ojnlf9z4tOf+GVr2tIoEZ9k6iCzpAvV4fRvc+TwYuCNwcK68RFPDT0EKrZJV6wUw3Go3GU9DKpteHbouVys3AR1ApqNyOUIplwUwVgg7aYPJGtMrJG0vsQhTyq9CS6NzEEvQoh+4drAY+CbyLxG6b2BOcBbwTuJycQx6TMu9e69WDaGb1YbQTabuwzbGCPYIWwnwJvfHbGFUZuo81BLwQvav7dNE03IxunX2Tgo9NimXoXsWgt+0NvAF4DS6fXGUXAJ9Ge8oLX9LqoBdknKCDDkA4Du2A26+QBllR7kP3x7+GCjoG4aAXZIKgtx0AvA6dXzY91wZZES5H1+LnojJQwcQS9CpNxo3nKrT/+CbgTcCisM2xPq0BzkE9+TWB2xKVVHr0sY4G3gIcQjpvdFVwNarSei4luoUaS4+eYtBBNdZfAbwElWe28roZWIHuj/8scFuewEEvSJ9Bb3sGcAI6PWXPTBpkWfkDsBw4D7iIkp5o6qAXZMCgtx2CJuqWAbtm8Q2tbw+iGoHnoGH62rDNGZ+DXpCMgg5aI384Gs4fBuyc1Te2rqxF247PAc4mx40oWXLQC5Jh0Mc6Hl3DPwPYPo8nsP/3MCoAuhytbLspbHN646AXJKeggw54OK712A3YCR32YIMbReWcrkN1Bb6NikJEx0EvSI5BH+tQ4BjgWSjwPr2lP4+igP8UHczxHQIveBmUg16QgoLetj0br+GfhgLvlXbjW4/OGl+Dgn0hcGXIBmXJQS9IwUEf67nAUej8822ArajO/v5BDaNKvfeiFWyXAD9s/XelOOgFCRj0th2AI4AXoHvxc4FZ6Bo/JQ00sXYfWnK8HC10iWL2vF8OekFKEPSxtgMORr39UvQmMAMN76vW24+gcK9FYb4MOB9tF300YLsK5aAXpGRB39T+wIvQgpwlKPDt45pjO8SxfTT1MFprfgPquVegybVSL2zJi4NekJIHfay5wPPQNf1+aGJvKtpY0z7ZdTLl2GgzMuaxHoX4RhTon6IlqdH84PPkoBckoqB3siNacru49XFXYC80uTf2WOfaOI9eNNl4gMHoZh5rUCGHO1sfV6IlqVH/oPPioBck8qBvzmQU/r2AXdBtvC3RqGBO6zEXmI3mANrX/2ODP/YXuw4Nt/+Erp/XAvejPfq3AbcDt7b+nMQxwllx0AtS0aD3YjIbQ791678fRcFuP5L/IeXFQTez0qjaLR8z68BBN0uAg26WAAfdLAEOulkCHHSzBDjoZglw0M0S4KCbJcBBN0uAg26WAAfdLAEOulkCHHSzBDjoZglw0M0S4KCbJcBBN0uAg26WAAfdLAEOulkCHHSzBDjoZglw0M0S4KCbJcBBN0uAg26WAAfdLAEOulkCHHSzBDjoZglw0M0S4KCbJcBBN0uAg26WgP8DyNDeIWiCY28AAAAASUVORK5CYII=);
  background-size: 100% 100%;
}
.d_dropDownS {
  height: 300px;
  overflow: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
.d_dropDownS::-webkit-scrollbar {
  display: none;
}
.head_div {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: #111129;
  /* 右边导航 */
}
.head_div .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.head_div .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.head_div .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: transparent !important;
}
.head_div .el-row {
  padding: 0 10px;
}
.head_div .left_nav {
  display: -webkit-box;
}
.head_div .left_nav .el-menu.el-menu--horizontal > .el-menu-item.is-active {
  color: #0066ED !important;
}
.head_div .left_nav .logo_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head_div .left_nav .logo_img img {
  height: 42px;
  margin-right: 10px;
  margin-left: 18px;
  margin-top: -8px;
}
.head_div .left_nav .logo_img span {
  color: #ffffff;
  letter-spacing: 1px;
}
.head_div .left_nav .el-icon-search,
.head_div .left_nav .logo_img:hover,
.head_div .left_nav .el-input__suffix:hover {
  cursor: pointer;
}
.head_div .right_nav .leftSpread .twoName {
  width: 30x;
  height: 30px;
  margin-right: 40px;
}
.head_div .right_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 0px;
}
.head_div .right_nav .el-menu.el-menu--horizontal > .noTokenBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head_div .right_nav .el-menu.el-menu--horizontal > .noTokenBox .el-menu-item {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
}
.head_div .right_nav .el-menu.el-menu--horizontal > .noTokenBox .el-menu-item:nth-child(1) {
  margin-right: 8px;
}
.head_div .right_nav .el-menu.el-menu--horizontal > .noTokenBox .el-menu-item.is-active {
  background-color: #0066ED !important;
  color: #ffffff !important;
}
.head_div .right_nav .el-menu.el-menu--horizontal > .noTokenBox .el-menu-item:hover {
  background-color: #0066ED !important;
}
.head_div .change_language .el-dropdown {
  cursor: pointer;
}
.head_div .change_language .el-dropdown-selfdefine {
  color: #ffffff;
}
.head_div .change_language .el-dropdown-menu__item:focus,
.head_div .change_language .el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: transparent;
  color: #2483ff;
}
.head_div .user_box .selectMenu .el-submenu__title:hover {
  background-color: transparent !important;
}
.head_div .user_box .selectMenu .el-submenu__icon-arrow {
  right: 0;
  color: #ffffff;
}
.head_div .user_box .account {
  color: #ffffff;
}
.userDrop {
  padding: 20px;
  background-color: #ffffff;
  width: 320px;
}
.userDrop .user-top {
  justify-self: flex-start;
}
.userDrop .user-top > a {
  display: inline-block;
}
.userDrop .user-top > a img {
  width: 16px;
  height: 16px;
}
.userDrop .user-top .leftSpread > img {
  margin-right: 6px;
}
.userDrop .user-top .leftSpread p {
  margin: 6px 0 0 0;
  color: #cd3d58;
}
.userDrop .user-assets {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  margin: 10px 0;
  padding: 10px 0;
}
.userDrop .user-assets .leftSpread img {
  margin-right: 8px;
}
.userDrop .user-assets .el-input__inner {
  background: transparent;
  border: none;
  color: #333333;
  padding: 0;
  font-size: 28px;
}
.userDrop .user-assets .el-input__inner::-webkit-input-placeholder {
  color: #333333;
}
.userDrop .user-assets .el-input__inner:-moz-placeholder {
  color: #333333;
}
.userDrop .user-assets .el-input__inner::-o-placeholder {
  color: #333333;
}
.userDrop .user-assets img {
  cursor: pointer;
}
.userDrop .user-assets .asset-box p img {
  margin-left: 10px;
}
.userDrop .user-assets .asset-box p span {
  color: #c3c3c3;
  font-size: 12px;
}
.user-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.user-order .user-order-right {
  margin-left: 15px;
}
.user-order > div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.user-order > div p {
  color: #c3c3c3;
  margin: 0 0 10px 0;
  font-size: 12px;
}
.user-order > div a {
  line-height: 35px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-order > div a img {
  margin-right: 22px;
}
.userOUt {
  border-top: 1px solid #c1c1c1;
  margin-top: 10px;
}
.userOUt button,
.userOUt button:focus,
.userOUt button:hover {
  background-color: transparent;
  width: 100%;
  /* text-align: left; */
  border: 1px solid #dcdfe6;
}
.el-menu-item i {
  font-size: 20px;
  color: #dadde8 !important;
}
.changeBg {
  background-color: #ffffff !important;
  border: 1px solid #1b1c27 !important;
  color: #8e8e8e !important;
}
.changeBg .el-dropdown-menu__item:hover {
  background-color: #2196f3 !important;
  color: #ffffff !important;
}
.fedui-header-pc {
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}
.fedui-header-menu-text {
  line-height: 20px;
}
.el-menu-item {
  padding: 0 10px !important;
}
.chatPage {
  margin: 0 auto;
  position: relative;
  background: #fff;
  overflow: hidden;
  height: 700px !important;
  width: 480px !important;
  border-radius: 4px;
}
.wrapper {
  position: relative;
  width: 490px !important;
  height: 538px !important;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
dd {
  display: block;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.dialogue-service-name {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.MICHAT-MINI-BTN {
  display: none;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1000;
  _position: absolute;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 200px;
  border-radius: 60px;
  background: #2000f0;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.MICHAT-MINI-IMG1 {
  width: 50%;
  margin-top: 16px;
  right: 15px;
  position: absolute;
}
.MICHAT-MINI-BTN2 {
  display: none;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1000;
  _position: absolute;
  width: 60px;
  height: 60px;
  right: 30px;
  bottom: 110px;
  border-radius: 60px;
  background: #2000f0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.MICHAT-MINI-IMG2 {
  width: 60%;
  margin-top: 12px;
  right: 11px;
  position: absolute;
}
.lc-ybw656 {
  position: absolute;
  z-index: 1;
  left: 2px;
  right: 4px;
  bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 150ms cubic-bezier(0.33, 0, 0.67, 1) 50ms;
  transition: opacity 150ms cubic-bezier(0.33, 0, 0.67, 1) 50ms;
}
.web__msg-submit {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  background-color: #003bfc !important;
  border-color: #003bfc !important;
  padding: 10px 20px;
  font-size: 14px;
}
.lastBtnbt {
  width: 190px;
  height: 70px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 80px;
  border: none;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 18px !important;
  font-weight: bold !important;
}
.web__msg {
  padding: 10px 10px !important;
}
.toolIcon[data-v-b4bb0df6] {
  padding-left: 10px !important;
  font-size: 24px !important;
  color: #4d5580 !important;
}
.wrapper .web__main .web__main-item {
  min-height: 80px !important;
}

ul[data-v-4dfceb3f] {
  margin: 0;
  padding: 0;
}
li[data-v-4dfceb3f] {
  list-style-type: none;
}
a[data-v-4dfceb3f] {
  text-decoration: none;
  color: #757575;
}
a[data-v-4dfceb3f]:focus {
  border: none;
}
.container[data-v-4dfceb3f] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-4dfceb3f] {
  background: transparent!important;
}
.el-dialog[data-v-4dfceb3f] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-4dfceb3f],
.el-dialog .el-dialog__close[data-v-4dfceb3f] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-4dfceb3f]:hover {
  color: #0066ED;
}
.all_container[data-v-4dfceb3f] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-4dfceb3f] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-4dfceb3f]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-4dfceb3f]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-4dfceb3f]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-4dfceb3f] {
  font-weight: initial;
}
.formPage > p[data-v-4dfceb3f] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-4dfceb3f] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-4dfceb3f] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-4dfceb3f],
.el-menu.el-menu--horizontal .el-menu-item[data-v-4dfceb3f]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-4dfceb3f]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-4dfceb3f] {
  border-bottom: none!important;
}
.txtCenter[data-v-4dfceb3f],
.el-select-dropdown__item span[data-v-4dfceb3f],
.noData[data-v-4dfceb3f],
.sureBoxConfirm .el-message-box__title[data-v-4dfceb3f] {
  text-align: center;
}
.box-paading-20[data-v-4dfceb3f] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-4dfceb3f] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-4dfceb3f],
.el-pagination .btn-next[data-v-4dfceb3f] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-4dfceb3f],
.el-pagination .btn-next .el-icon[data-v-4dfceb3f] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-4dfceb3f] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-4dfceb3f]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-4dfceb3f] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-4dfceb3f] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-4dfceb3f] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-4dfceb3f] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-4dfceb3f] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-4dfceb3f] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-4dfceb3f] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-4dfceb3f]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-4dfceb3f]::after {
  background-color: transparent!important;
}
.spread[data-v-4dfceb3f],
.leftSpread[data-v-4dfceb3f],
.betweenSpread[data-v-4dfceb3f],
.el-select-dropdown__item[data-v-4dfceb3f],
.sureBoxConfirm .el-message-box__btns[data-v-4dfceb3f],
.filter_form[data-v-4dfceb3f],
.colorNotice[data-v-4dfceb3f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-4dfceb3f] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-4dfceb3f],
.colorNotice[data-v-4dfceb3f] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-4dfceb3f] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-4dfceb3f] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-4dfceb3f]:disabled {
  background: transparent;
}
input[data-v-4dfceb3f]::-webkit-outer-spin-button,
input[data-v-4dfceb3f]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-4dfceb3f] {
  -moz-appearance: textfield;
}
.eye[data-v-4dfceb3f] {
  cursor: pointer;
}
.el-table thead[data-v-4dfceb3f],
.el-table tr th[data-v-4dfceb3f] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-4dfceb3f] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-4dfceb3f],
.el-table td[data-v-4dfceb3f] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-4dfceb3f] {
  text-align: center!important;
}
.el-table td[data-v-4dfceb3f],
.el-table th.is-leaf[data-v-4dfceb3f] {
  border: none!important;
}
.el-table--border[data-v-4dfceb3f]::after,
.el-table--group[data-v-4dfceb3f]::after,
.el-table[data-v-4dfceb3f]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-4dfceb3f] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-4dfceb3f] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-4dfceb3f] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-4dfceb3f] {
  font-size: 12px;
}
.el-table .cell[data-v-4dfceb3f] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-4dfceb3f] {
  display: table-cell !important;
}
.el-tabs__item[data-v-4dfceb3f] {
  color: #434448 !important;
}
.el-tabs__item[data-v-4dfceb3f]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-4dfceb3f] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-4dfceb3f] {
  display: none;
}
.el-select-dropdown__item[data-v-4dfceb3f] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-4dfceb3f] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-4dfceb3f] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-4dfceb3f],
.el-select-dropdown__item[data-v-4dfceb3f]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-4dfceb3f] {
  display: none!important;
}
.el-icon-document-copy[data-v-4dfceb3f] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-4dfceb3f] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-4dfceb3f] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-4dfceb3f] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-4dfceb3f] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-4dfceb3f] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-4dfceb3f] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-4dfceb3f]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-4dfceb3f] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-4dfceb3f] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-4dfceb3f] {
  color: #0066ED;
}
.aFont[data-v-4dfceb3f] {
  color: #002798;
}
.fontCenter[data-v-4dfceb3f] {
  text-align: center;
}
.moveHand[data-v-4dfceb3f] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-4dfceb3f] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-4dfceb3f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-4dfceb3f] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-4dfceb3f] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-4dfceb3f] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-4dfceb3f]::after {
  margin-left: -17px !important;
}
.noData p[data-v-4dfceb3f] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-4dfceb3f] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-4dfceb3f] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-4dfceb3f] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-4dfceb3f] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-4dfceb3f] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-4dfceb3f]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-4dfceb3f] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-4dfceb3f] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-4dfceb3f] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-4dfceb3f] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-4dfceb3f] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-4dfceb3f] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-4dfceb3f] {
    width: 40%!important;
}
}
.main .box[data-v-4dfceb3f] {
  width: 484px;
  height: auto;
  background-color: #fafafa;
  position: relative;
  padding: 10px 8px;
  border-radius: 0px 0px 4px 4px;
}
.main .box #content[data-v-4dfceb3f] {
  height: 380px;
  overflow-y: scroll;
  font-size: 14px;
  width: 100%;
}
.main .box #content .circle[data-v-4dfceb3f] {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #dddddd;
}
.main .box #content .con_text[data-v-4dfceb3f] {
  color: #333;
  margin-bottom: 5px;
}
.main .box #content .con_que[data-v-4dfceb3f] {
  color: #1c88ff;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.main .box #content .info_r[data-v-4dfceb3f] {
  position: relative;
  margin-top: 10px;
}
.main .box #content .info_r .circle_r[data-v-4dfceb3f] {
  position: absolute;
  left: 0%;
}
.main .box #content .info_r .pic_r[data-v-4dfceb3f] {
  width: 17px;
  height: 17px;
  margin: 8px;
}
.main .box #content .info_r .con_r[data-v-4dfceb3f] {
  display: inline-block;
  /* max-width: 253px; */
  width: 55%;
  min-height: 55px;
  /* min-height: 20px; */
  background-color: #e2e2e2;
  border-radius: 6px;
  padding: 10px;
  margin-left: 40px;
}
.main .box #content .info_r .time_r[data-v-4dfceb3f] {
  margin-left: 45px;
  color: #999999;
  font-size: 12px;
}
.main .box #content .info_l[data-v-4dfceb3f] {
  position: relative;
  text-align: right;
  color: #ffffff;
  color: #3163c5;
  margin-top: 10px;
}
.main .box #content .info_l .circle_l[data-v-4dfceb3f] {
  position: absolute;
  right: 5px;
}
.main .box #content .info_l .time_l[data-v-4dfceb3f] {
  margin-right: 45px;
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
}
.main .box #content .info_l .con_l[data-v-4dfceb3f] {
  display: inline-block;
  width: 220px;
  min-height: 51px;
  background-color: #3163c5;
  border-radius: 6px;
  padding: 10px;
  text-align: left;
  color: #fff;
  margin-right: 45px;
}
.main .box #content #question[data-v-4dfceb3f] {
  cursor: pointer;
}
.setproblem[data-v-4dfceb3f] {
  width: 100%;
  height: 68px;
  background-color: #ffffff;
  position: relative;
  margin-top: 3.75rem;
}
.setproblem textarea[data-v-4dfceb3f] {
  color: #999999;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 68px;
  width: 100%;
  resize: none;
  padding-right: 80px;
  outline: none;
  border-color: #ccc;
  border-radius: 5px;
}
.setproblem button[data-v-4dfceb3f] {
  width: 4.5rem;
  height: 2rem;
  line-height: 2rem;
  background: #3163c5;
  opacity: 1;
  border-radius: 4px;
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  right: 2%;
  bottom: 8%;
  cursor: pointer;
  border: none;
}
.czkj-item-title[data-v-4dfceb3f] {
  line-height: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.czkj-item-question[data-v-4dfceb3f] {
  cursor: pointer;
  display: block;
  padding: 8px;
  position: relative;
  border-bottom: 1px dashed #ccc;
  line-height: 20px;
  min-height: 20px;
  overflow: hidden;
}
.czkj-question-msg[data-v-4dfceb3f] {
  float: left;
  font-size: 14px;
  color: #3163c5;
}
.fedui-root {
    color: hsla(0,0%,100%,.8);
    font-size: 14px
}

.fedui-root,.fedui-root *,.fedui-root :after,.fedui-root :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fedui-root a {
    text-decoration: none
}

.fedui-root dd,.fedui-root dl,.fedui-root dt,.fedui-root li,.fedui-root ul {
    padding: 0;
    margin: 0
}

.fedui-root li,.fedui-root ul {
    list-style: none
}

@font-face {
    font-family: fedui-icon;
    src: url(data:application/vnd.ms-fontobject;base64,MBsAAIAaAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA7YtLrwAAAAAAAAAAAAAAAAAAAAAAABQAZgBlAGQAdQBpAC0AaQBjAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAAFABmAGUAZAB1AGkALQBpAGMAbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIGGgAAALwAAABgY21hcACIu98AAAEcAAAAZGdhc3AAAAAQAAABgAAAAAhnbHlmE/oXpwAAAYgAABYQaGVhZB1D6BkAABeYAAAANmhoZWEIAgQbAAAX0AAAACRobXR4XHQKtQAAF/QAAABobG9jYUmGQ1oAABhcAAAANm1heHAAIgEKAAAYlAAAACBuYW1lWHrc4wAAGLQAAAGqcG9zdAADAAAAABpgAAAAIAADA9kBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkXA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABABIAAAADgAIAAIABgABACDpE+kV6Rf//f//AAAAAAAg6QDpFekX//3//wAB/+MXBBcDFwIAAwABAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAFAAD/wAQAA8AAQAC5AOUBAQEHAAABDgEHDgEHDgEVMDQxMBQxDgEHDgEHDgEHPgE3PgE3MT4BNz4BNTQmJy4BJy4BIzEqASMiJicmND8BFhceARcWFwcGBw4BBwYjIiYjNiYnLgE3PgE3PgE3PgE1NCYnLgEnLgEjMS4BJy4BJy4BNQc2Nz4BNzYzMhYzBwYWFx4BMzoBMzEyFhceARcwFBUUBgcOAQcOAQcOAQcOARUUFhceARcyNjc+ATc+ATc+ATcUMDEwNDE0Njc+ATclNDY3Fx4BFx4BFzEyFjMeARceARUUBgcUBgcxDgEHBhYXHgEHJicuAScmNQEyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYBOAExOAEDpQwaDA0ZCgkSAQQGCBYNBw4HBQ4JAQQCCBAHCA0PDw0gDxc4GgYKBREiCwwBZEA4N1IZGAMPEycma0FCSAQIBQQMFw8DAwIEAwECAQMHPVQPJBEEBwQOGw0QGAkIBAsXJyhmPT5DBQgFVxQbGBhBIgcMBhoqEAgHAggIBg8JAQQCChIFAwMHDQsZCQoTCREjEREgDAwWAQQFAgUD/MQDAgIRJxIPHg8DBwMRHAosJgIEAgECBgMHCBsMBwJEOjpUGBgBpmpdXosoKCgoi15dampdXosoKCgoi15dATsB1AkVCwwbDg0jFAEBAQgHCRIIBQcDDyQWBAkEFCgUFzIWFCQNDA0DBAENCwoMAsgSJSRmPj9Fh0I5OFIXFwEeRSIXJBEHDQgDBwQMHBAyiBwFBwMBAQMEAwQIBQQGAQM7MTJIFBQBrShGFhYZAQMCAwEBAQogFxEmEwUJBRcwFQoWCwsdDAsHAQMCBRELChoPDSYYAQEBCAcDBgNzESEQAQoMBAMGAgIDBgMPTiMFDgsCBQIJFAsfSSkSJBARJyZsQkJK/gAoKIteXWpqXV6LKCgoKIteXWpqXV6LKCgBFAAFACD/wARAA8AACwAnADMAOgA+AAABNyEyFhURIxE0JiMDMhceARcWFRQHDgEHBiMiJy4BJyY1NDc+ATc2FyIGFRQWMzI2NTQmARc3ByEnFwMhFSECgQ0BMjVLYCUb4DUvLkYUFBQURi4vNTUvLkYUFBQURi4vNUJeXkJCXl7+HmCgIP5AIKCAAcD+QAEQYEs1/tABEBslArAUFEYuLzU1Ly5GFBQUFEYuLzU1Ly5GFBRgXkJCXl5CQl7+YJ9P8PBP/v9gAAAAAAUAAP/ABEADwAACAAYAEgAuADoAAAEHJyEzEwcBNyEyFhURIxE0JiMDMhceARcWFRQHDgEHBiMiJy4BJyY1NDc+ATc2FyIGFRQWMzI2NTQmAkCMkP7crtBeAUFAAR81S2AlG+A1Ly5GFBQUFEYuLzU1Ly5GFBQUFEYuLzVCXl5CQl5eAYDa2v7TkwFQYEs1/tABEBslArAUFEYuLzU1Ly5GFBQUFEYuLzU1Ly5GFBRgXkJCXl5CQl4AAAAAAwAA/8AEAAPAABsAOABXAAABMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWFyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBiMBJzY3PgE3NjMyFx4BFxYXByYnLgEnJiMiBw4BBwYHAgA1Ly5GFBQUFEYuLzU1Li9GFBQUFEYvLjVJQEBfHBwcHF9AQElJQEBgHBsbHGBAQEn+PT00Ojp/RkVLS0ZGgDs7NjwuNDRyPj5DQz0+cDIzLQFgFBVFLy41NS8uRhQUFBRGLi81NS4vRRUUYBwcX0BASUlAQGAbHBwbYEBASUlAQF8cHP7ASyogICoLCgoLKiAfK0slHBwlCQkJCSUcHCUAAAMAAP/AA44DwAAYACoARQAAATUzFRYXHgEXFhURMxUhNTMRNDc+ATc2NwERNCcuAScmIyIHDgEHBhURIQUwMjEeATMyNjcwMjEGBw4BBwYjIicuAScmJwGcVj82N1AXF3L8cnIXF1A3Nj8BKxQURi4vNTUvLkYUFAIA/g9dF04vL08WXQ0YFz8mJioqJiY/FxgNA0t1dQceHVs6OkH/AFVVAQBBOjpbHR4H/a4BADUuL0YUFBQURi8uNf8AjicvLyYlHx8uDA0NDC4fHyYAAAADAAD/wAQAA8AACQAlAEEAAAE3FwsBNxcRMxEDIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGJzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFgIrgj/s6j+AVitqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpYTk50ISIiIXROTlhYTk50ISIiIXROTgFPjjr+/wEBOo0BjP5z/nEoKIteXWpqXV6LKCgoKIteXWpqXV6LKChVIiF0Tk5YWE5OdCEiIiF0Tk5YWE5OdCEiAAAAAQAVAKUD6wLeABMAABMuAQcOARcBFjI3ATYmJyYGBwkBhRZAFxcCFgGzFkMWAbQWAhcXQBb+hf6FAtsXAhYWPxf+MxgYAc0XPxYWAhf+bwGRAAAAAgDGAIADPAMAADEAcQAAAQ4BJy4BPQE0JicmBg8BNS4BJyYGDwEuATU0Nz4BNzYzMhceARcWFTAUMTgBMRYGBzE3NTEmJy4BJyYjIgcOAQcGFRQXHgEXFjMyNjc2NCcuASMiBgcOASMiJic3FRQWFxY2PwE+ATcVFBYXFjY3PgEnAuoJEggJChMRHCkHQwEODgoaDZUPDxQURi8vNTUvL0YUFAENDFIBGRhWOTlBQTk6VRkZGRlVOjlBPG4sCQgDCwUGCwQjWzE5YySHFgwMIRNKAgMCGRgVMRYaGwEBggYBBAYYEkUaIgUIMA1shBcbBAMIFPAcPyA2MC9IFBUVFEgvMDYBFSAIPgFCOjpXGRkZGVc7OkJCOjtXGRksKQkYCAUFBAQiJC8o2GMkHQMDDB54AwUCPCIzDgwDDRE6JQAHAKsAlgNLAuYAKQA2AEMAUABdAHMAmQAAAR4BBwYHDgEHBicmJy4BJyYnMDY3MDc+ATc2NzYWFQ4BNzA2FxYGMTAGBz4BNTQmBw4BFRQWNzc2FgcOAScuATEwNjcHPgE1NCYHDgEVFBY3Nz4BJy4BBw4BFx4BNzciJjUwJgciJjU0NjMwFgcwBhUOASMnPgEXHgEHIw4BIyImNTQ2MT4BJy4BBw4BMSImNTQ2NzA0MToBMwKYFE0iECMiVC8uKScrKkkZGgUGKg4OLyAfI0YiAwIaZRwXEgbVUnR0UlJ0dFITUicZGVswFwcPUxwPFhUSDxQWD0EFAwIDDAYFAgMDCgbxCAsCPAgKCghtCgEBCgZiCDUcNWYgAQIOCQsPBQEIER5dBwcRChALCQEBAQGyBEJLJRwbIwgHAwQJCSghIDJOOhMTMhgZDRk4GRUUCCIdGDMQ+wRcOTlABARROTlLBNAKdiIhGBsNJm8KlwIVDg0SAQIYDQ4QAjoEDQQFAgUEDQUEAQTMCwhPDgsICAsKXgEBBwnrAgYHDWh3EgUOCwoRBDAmNREDAgMQCwkPAgEAAAAABQDrAKsDFQLVABcALwBHANcBBwAAATQmJy4BIyIGBw4BFRQWFx4BMzI2Nz4BNxQGBw4BIyImJy4BNTQ2Nz4BMzIWFx4BNxQGBw4BIyImJy4BNTQ2Nz4BMzIWFx4BJyoBIyoBIyIGIw4BBw4BBw4BBw4BBw4BBw4BBxQGFRwBFRwBFRwBFRwBFRQWFR4BFx4BFx4BFx4BFx4BFx4BFzIWMzoBMzoBMzoBMzoBMzI2Mz4BNz4BNz4BNz4BNz4BNz4BNzQ2NTwBNTQmNTQ2NTwBNTQmNS4BJy4BJy4BJy4BJy4BJy4BJyImIyoBIyoBBRQGFQ4BBw4BByIGIyImIy4BJy4BJzQmNTQ2NT4BNz4BNzI2MzIWMx4BFx4BFxQWAlwNDg0hExMhDQ4NDQ4NIRMTIQ0ODTIVFBUyHh4yFRUUFBUVMh4eMhUUFScFBAUMBwcMBAUFBQUEDAcHDAUEBbUBDg0MEwcGEgsLEggHDQYJEAYHCwMCBAEBAgEBAQECAQEEAgMLBwYQCQYNBwgSCwsSBgcTDA0OAQEODQwTBwYSCwoTCAcNBgkPBwcLAwIEAQECAQEBAQEBAgEBBAIDCwcHDwkGDQcIEwoLEgYHEwwNDgEUAQIXFBU6Jg86KSk6DyY6FRQXAgEBAhcUFTomDzopKToPJjoVFBcCAQHAEyENDg0NDg0hExMhDQ4NDQ4NIRMeMhUVFBQVFTIeHjIVFRQUFRUydgcMBAUFBQUEDAcHDAUEBQUEBQxJAQECAQEEAgMLBwcPCQYNBwgTCgsSBgcTDA0OAQEODQwTBwYSCwoTCAcNBgkPBwcLAwIEAQECAQEBAQIBAQQCAwsHBw8JBg0HCBMKCxIGBxMMDQ4BAQ4NDBMHBhILChMIBw0GCQ8HBwsDAgQBAQIBAeQpOg8mOhUUFwIBAQIXFBU6Jg86KSk6DyY6FRQXAgEBAhcUFTomDzoABADVANUDKwKrAB8AIwAwAEMAAAERFAYHDgEjIiYvAS4BJy4BNRE0Njc+ATMyFh8BFhQxFxMnNQURFAYHDgEjIiYvARMnMAYHDgEHJzc+ATMyFh8BMhYVAZwCAgIGBAMFA5sEBQMCAwICAQUDAwcFqgEWsrIBeQMCAgcEBAgDk7QBKysrMgeCbAMJBQMEArQBAQJT/pUEBwIDAwIBSAEGAwQHBAFhAwUCAgMDAk8BAR/+9FK6Bv66BAYDAgICAkQBDyVBQUBLC8SjBAUBAVQBAQAAAAABANYAxwMUAr0AGAAAJRM2JgcFDgEfASU2Fg8CMjY/ARcWNjcjArlbBhoS/e4bARaHATsLDgj/CQoMBUKKExkGAd8Bsh0WB9EKGwcryggGB+yPCQVCaAsMFwAAAAIA1QDrAysClQAQABQAAAEUBjEhIiYxNTQ2MSEyFjEVLwEVNwMrZ/54TRpnAYhNGqq/vwFTThpo2k4aaNptcuRyAAAAAQDVANUDKwKrAEMAAAEUBw4BBwYjIiYnHgEzMjY3IiYnHgEzMjY3LgE1NDA1HgEzLgE1NDY3HgEXLgE1NDYzMhYXPgE3DgEHPgE3DgEHHAEVAu4XF1hBQVU0XykIDggrTSAoPwwGCwYJEAgqOQ0cDxkeCQgtg00CAkgzGi8QFScSBxwTEyMRDR8RAiY6PDxhHx8cGgEBGxgvIwEBAgIIQSsBAQcIEDQeER4NNkIEBw0HMUYUEgQPChUiCwMJBxIfDAQIBAAAAAABAWAAlQKgAusAFQAAASMRIxEjNTM1NDY7ARUjIgYdATMHIwKBVHtSUjxKaEgcDHANEgHA/tUBK2c/PkdnFhIzaQAAAAEAP//aAjYDnwAWAAATJiIHBhQXCQEGFBceATMyNjcBNjQnAXEKHQsLCwGr/lULCwYOBQYOBQHFCgr+OwOfCwsLHQr+Vf5VCx0LBQUFBQHFCh0LAcQAAAADAOAAoAMgAuAAMgBIAFsAACUyFhcwMjEyNjU0JjEnMCY3PgE3MDQ5AT4BNTQnLgEnJiMiBw4BBwYVFBceARcWMzI2NwMUBhceAScuATc+ATc4ATE0MjEeARUXHgEHDgEHBhYnLgE3PgE3MDIxApoJLy8CAwQBCxUYAgMCDAwXFk41NDw8NDVOFhcXFk41NDwqTiJxVQUEIhksOS8UOAEBDh0dCSQDBDABEwEHDRUoDBABAcwJDQMDAQMPODgDBwMBGjofPDQ1ThYXFxZONTQ8PDQ1ThYXFxUBQylRMSkmBw1zPhs8SgEKPCcjCDYsLSoBCgwJEEI+EiMKAAAFAMIAggM+Av4APQBKAFYAcgCOAAABPgEXHgEHMAYxHgEXHgEHMCIVDgEjIiYnJgYHBhYXHgEzMjY3DgEHDgEVFAcGJicmJy4BJz4BNzYmNz4BFwcyNjU0JiMiBhUUFjM1IiY1NDYzMhYVFAYTMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWNyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgH5BhYMEBQCARUqGiESGgIcNxsTHwoCBQEBAQMMIRQVKRURKA4TGxkZQyIhEhcjDAkRCQ0EGhlfKSUXICAXFyAgFw0TEw0NExMfQjo6VhkZGRlWOjpCQjo6VhkZGRlWOjpCODAxSRUVFRVJMTA4ODAxSRUVFRVJMTACVQQCAwUSCAIJEAkLNh4BExIFBgECAgIFAQYGCgoQKBojQTseBwcMDg4METUlCS0kNkMpJSQKhCEXFyEhFxchFxMODRMTDQ4T/poZGVY6OkJCOjpWGRkZGVY6OkJCOjpWGRkyFRVJMTA4ODAxSRUVFRVJMTA4ODAxSRUVAAAAAQDv/8IDEQO+ABUAAAEjESMRIzUzNTQ2OwEVIyIGHQEzByMC3I7Ui4tnfrJ6MRS/Fh8BwP4CAf6wa2p5sCQgVrQAAAADAAAAFQQAA2sAIQBcAHkAAAE1MhceARcWFRQGBx4BFx0BIzU0Ji8BIzUzMjY1NCYnIzUlMhceARcWFRQGBxYXHgEXFhcdASM1NCcuAScmJysBIgcOAQcGDwEVIzU0Nz4BNzY3LgE1NDc+ATc2MxUiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAuQsJyY6EREnIT1OBFVmSQocDjVLRjII/nE7NDRNFhc9MyojIzQPEAJVEhI+KiowDDkwKytCExQCAVUNDTAhISg4QxYXTTQzOykkJDYQEBAQNiQkKSokJDYQDw8QNiQkKgJ5VREQOicnLDBTHSB4SQ1WVkpqBAFVSzUzSQRVnRcWTTQ0O0V2JxIdHUosLDAOKysxKytBExQDEhI+KiowDCsrMCwsSx8eFCd6STs0NE0WF1YPEDYkJSkpJCU2DxAQDzYlJCkpJSQ2EA8AAAQAl/+8A7MDvAAJABoAJQAwAAABNxc1MxU3FwcnAxEUFjMhMjY1ETQmIyEiBhU3ITIWFREhETQ2MwMhFRQGIyEiJj0BAXw1SlRKNKip5UIvAjkvQ0Mv/ccvQnECOQwS/YwRDB0CdBIM/ccMEQHwQjvh4TtChoYBWvzkL0NDLwMcL0NDLx4SDP3GAjoMEv1UjgwSEgyOAAAAAwAI/8AD+APAABwAOQBYAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxUyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYzASM2Nz4BNzYzMhceARcWFyMmJy4BJyYjIgcOAQcGBwIARD08WRoaGhpZPD1ERD08WRoaGhpZPD1EMCoqPxISEhI/KiowMCoqPxISEhI/Kiow/nlxIjQ0g0xMU1NMTIM0NCJxHyoqZDk5Pj45OWQqKh8DwBoaWjw8REU8PFoaGhoaWjw8RUQ8PFoaGmMSEj8qKjAwKio/EhMTEj8qKjAwKio/EhL8Y0Y5OlMXFxcXUzo5RjAoKDgPEBAPOCgoMAAAAAEAAAABAACvS4vtXw889QALBAAAAAAA3PJR0AAAAADc8lHQAAD/vARAA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABEAAAAAABEAAAQAAAAAAAAAAAAAAAAAAABoEAAAAAAAAAAAAAAACAAAABAAAAARAACAEQAAABAAAAAOOAAAEAAAABAAAFQQAAMYEAACrBAAA6wQAANUEAADWBAAA1QQAANUEAAFgAmYAPwQAAOAEAADCBAAA7wQAAAAEAACXBAAACAAAAAAACgAUAB4BjAHwAk4C1AM8A6QDzgRuBUgGsAcaB0gHagfOB/AIHAiaCWgJigo2CoILCAAAAAEAAAAaAQgABwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAKAAAAAQAAAAAAAgAHAHsAAQAAAAAAAwAKAD8AAQAAAAAABAAKAJAAAQAAAAAABQALAB4AAQAAAAAABgAKAF0AAQAAAAAACgAaAK4AAwABBAkAAQAUAAoAAwABBAkAAgAOAIIAAwABBAkAAwAUAEkAAwABBAkABAAUAJoAAwABBAkABQAWACkAAwABBAkABgAUAGcAAwABBAkACgA0AMhmZWR1aS1pY29uAGYAZQBkAHUAaQAtAGkAYwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBmZWR1aS1pY29uAGYAZQBkAHUAaQAtAGkAYwBvAG5mZWR1aS1pY29uAGYAZQBkAHUAaQAtAGkAYwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJmZWR1aS1pY29uAGYAZQBkAHUAaQAtAGkAYwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA);
    src: url(data:application/vnd.ms-fontobject;base64,MBsAAIAaAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA7YtLrwAAAAAAAAAAAAAAAAAAAAAAABQAZgBlAGQAdQBpAC0AaQBjAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAAFABmAGUAZAB1AGkALQBpAGMAbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIGGgAAALwAAABgY21hcACIu98AAAEcAAAAZGdhc3AAAAAQAAABgAAAAAhnbHlmE/oXpwAAAYgAABYQaGVhZB1D6BkAABeYAAAANmhoZWEIAgQbAAAX0AAAACRobXR4XHQKtQAAF/QAAABobG9jYUmGQ1oAABhcAAAANm1heHAAIgEKAAAYlAAAACBuYW1lWHrc4wAAGLQAAAGqcG9zdAADAAAAABpgAAAAIAADA9kBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOkXA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABABIAAAADgAIAAIABgABACDpE+kV6Rf//f//AAAAAAAg6QDpFekX//3//wAB/+MXBBcDFwIAAwABAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAFAAD/wAQAA8AAQAC5AOUBAQEHAAABDgEHDgEHDgEVMDQxMBQxDgEHDgEHDgEHPgE3PgE3MT4BNz4BNTQmJy4BJy4BIzEqASMiJicmND8BFhceARcWFwcGBw4BBwYjIiYjNiYnLgE3PgE3PgE3PgE1NCYnLgEnLgEjMS4BJy4BJy4BNQc2Nz4BNzYzMhYzBwYWFx4BMzoBMzEyFhceARcwFBUUBgcOAQcOAQcOAQcOARUUFhceARcyNjc+ATc+ATc+ATcUMDEwNDE0Njc+ATclNDY3Fx4BFx4BFzEyFjMeARceARUUBgcUBgcxDgEHBhYXHgEHJicuAScmNQEyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYBOAExOAEDpQwaDA0ZCgkSAQQGCBYNBw4HBQ4JAQQCCBAHCA0PDw0gDxc4GgYKBREiCwwBZEA4N1IZGAMPEycma0FCSAQIBQQMFw8DAwIEAwECAQMHPVQPJBEEBwQOGw0QGAkIBAsXJyhmPT5DBQgFVxQbGBhBIgcMBhoqEAgHAggIBg8JAQQCChIFAwMHDQsZCQoTCREjEREgDAwWAQQFAgUD/MQDAgIRJxIPHg8DBwMRHAosJgIEAgECBgMHCBsMBwJEOjpUGBgBpmpdXosoKCgoi15dampdXosoKCgoi15dATsB1AkVCwwbDg0jFAEBAQgHCRIIBQcDDyQWBAkEFCgUFzIWFCQNDA0DBAENCwoMAsgSJSRmPj9Fh0I5OFIXFwEeRSIXJBEHDQgDBwQMHBAyiBwFBwMBAQMEAwQIBQQGAQM7MTJIFBQBrShGFhYZAQMCAwEBAQogFxEmEwUJBRcwFQoWCwsdDAsHAQMCBRELChoPDSYYAQEBCAcDBgNzESEQAQoMBAMGAgIDBgMPTiMFDgsCBQIJFAsfSSkSJBARJyZsQkJK/gAoKIteXWpqXV6LKCgoKIteXWpqXV6LKCgBFAAFACD/wARAA8AACwAnADMAOgA+AAABNyEyFhURIxE0JiMDMhceARcWFRQHDgEHBiMiJy4BJyY1NDc+ATc2FyIGFRQWMzI2NTQmARc3ByEnFwMhFSECgQ0BMjVLYCUb4DUvLkYUFBQURi4vNTUvLkYUFBQURi4vNUJeXkJCXl7+HmCgIP5AIKCAAcD+QAEQYEs1/tABEBslArAUFEYuLzU1Ly5GFBQUFEYuLzU1Ly5GFBRgXkJCXl5CQl7+YJ9P8PBP/v9gAAAAAAUAAP/ABEADwAACAAYAEgAuADoAAAEHJyEzEwcBNyEyFhURIxE0JiMDMhceARcWFRQHDgEHBiMiJy4BJyY1NDc+ATc2FyIGFRQWMzI2NTQmAkCMkP7crtBeAUFAAR81S2AlG+A1Ly5GFBQUFEYuLzU1Ly5GFBQUFEYuLzVCXl5CQl5eAYDa2v7TkwFQYEs1/tABEBslArAUFEYuLzU1Ly5GFBQUFEYuLzU1Ly5GFBRgXkJCXl5CQl4AAAAAAwAA/8AEAAPAABsAOABXAAABMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWFyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBiMBJzY3PgE3NjMyFx4BFxYXByYnLgEnJiMiBw4BBwYHAgA1Ly5GFBQUFEYuLzU1Li9GFBQUFEYvLjVJQEBfHBwcHF9AQElJQEBgHBsbHGBAQEn+PT00Ojp/RkVLS0ZGgDs7NjwuNDRyPj5DQz0+cDIzLQFgFBVFLy41NS8uRhQUFBRGLi81NS4vRRUUYBwcX0BASUlAQGAbHBwbYEBASUlAQF8cHP7ASyogICoLCgoLKiAfK0slHBwlCQkJCSUcHCUAAAMAAP/AA44DwAAYACoARQAAATUzFRYXHgEXFhURMxUhNTMRNDc+ATc2NwERNCcuAScmIyIHDgEHBhURIQUwMjEeATMyNjcwMjEGBw4BBwYjIicuAScmJwGcVj82N1AXF3L8cnIXF1A3Nj8BKxQURi4vNTUvLkYUFAIA/g9dF04vL08WXQ0YFz8mJioqJiY/FxgNA0t1dQceHVs6OkH/AFVVAQBBOjpbHR4H/a4BADUuL0YUFBQURi8uNf8AjicvLyYlHx8uDA0NDC4fHyYAAAADAAD/wAQAA8AACQAlAEEAAAE3FwsBNxcRMxEDIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGJzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFgIrgj/s6j+AVitqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpYTk50ISIiIXROTlhYTk50ISIiIXROTgFPjjr+/wEBOo0BjP5z/nEoKIteXWpqXV6LKCgoKIteXWpqXV6LKChVIiF0Tk5YWE5OdCEiIiF0Tk5YWE5OdCEiAAAAAQAVAKUD6wLeABMAABMuAQcOARcBFjI3ATYmJyYGBwkBhRZAFxcCFgGzFkMWAbQWAhcXQBb+hf6FAtsXAhYWPxf+MxgYAc0XPxYWAhf+bwGRAAAAAgDGAIADPAMAADEAcQAAAQ4BJy4BPQE0JicmBg8BNS4BJyYGDwEuATU0Nz4BNzYzMhceARcWFTAUMTgBMRYGBzE3NTEmJy4BJyYjIgcOAQcGFRQXHgEXFjMyNjc2NCcuASMiBgcOASMiJic3FRQWFxY2PwE+ATcVFBYXFjY3PgEnAuoJEggJChMRHCkHQwEODgoaDZUPDxQURi8vNTUvL0YUFAENDFIBGRhWOTlBQTk6VRkZGRlVOjlBPG4sCQgDCwUGCwQjWzE5YySHFgwMIRNKAgMCGRgVMRYaGwEBggYBBAYYEkUaIgUIMA1shBcbBAMIFPAcPyA2MC9IFBUVFEgvMDYBFSAIPgFCOjpXGRkZGVc7OkJCOjtXGRksKQkYCAUFBAQiJC8o2GMkHQMDDB54AwUCPCIzDgwDDRE6JQAHAKsAlgNLAuYAKQA2AEMAUABdAHMAmQAAAR4BBwYHDgEHBicmJy4BJyYnMDY3MDc+ATc2NzYWFQ4BNzA2FxYGMTAGBz4BNTQmBw4BFRQWNzc2FgcOAScuATEwNjcHPgE1NCYHDgEVFBY3Nz4BJy4BBw4BFx4BNzciJjUwJgciJjU0NjMwFgcwBhUOASMnPgEXHgEHIw4BIyImNTQ2MT4BJy4BBw4BMSImNTQ2NzA0MToBMwKYFE0iECMiVC8uKScrKkkZGgUGKg4OLyAfI0YiAwIaZRwXEgbVUnR0UlJ0dFITUicZGVswFwcPUxwPFhUSDxQWD0EFAwIDDAYFAgMDCgbxCAsCPAgKCghtCgEBCgZiCDUcNWYgAQIOCQsPBQEIER5dBwcRChALCQEBAQGyBEJLJRwbIwgHAwQJCSghIDJOOhMTMhgZDRk4GRUUCCIdGDMQ+wRcOTlABARROTlLBNAKdiIhGBsNJm8KlwIVDg0SAQIYDQ4QAjoEDQQFAgUEDQUEAQTMCwhPDgsICAsKXgEBBwnrAgYHDWh3EgUOCwoRBDAmNREDAgMQCwkPAgEAAAAABQDrAKsDFQLVABcALwBHANcBBwAAATQmJy4BIyIGBw4BFRQWFx4BMzI2Nz4BNxQGBw4BIyImJy4BNTQ2Nz4BMzIWFx4BNxQGBw4BIyImJy4BNTQ2Nz4BMzIWFx4BJyoBIyoBIyIGIw4BBw4BBw4BBw4BBw4BBw4BBxQGFRwBFRwBFRwBFRwBFRQWFR4BFx4BFx4BFx4BFx4BFx4BFzIWMzoBMzoBMzoBMzoBMzI2Mz4BNz4BNz4BNz4BNz4BNz4BNzQ2NTwBNTQmNTQ2NTwBNTQmNS4BJy4BJy4BJy4BJy4BJy4BJyImIyoBIyoBBRQGFQ4BBw4BByIGIyImIy4BJy4BJzQmNTQ2NT4BNz4BNzI2MzIWMx4BFx4BFxQWAlwNDg0hExMhDQ4NDQ4NIRMTIQ0ODTIVFBUyHh4yFRUUFBUVMh4eMhUUFScFBAUMBwcMBAUFBQUEDAcHDAUEBbUBDg0MEwcGEgsLEggHDQYJEAYHCwMCBAEBAgEBAQECAQEEAgMLBwYQCQYNBwgSCwsSBgcTDA0OAQEODQwTBwYSCwoTCAcNBgkPBwcLAwIEAQECAQEBAQEBAgEBBAIDCwcHDwkGDQcIEwoLEgYHEwwNDgEUAQIXFBU6Jg86KSk6DyY6FRQXAgEBAhcUFTomDzopKToPJjoVFBcCAQHAEyENDg0NDg0hExMhDQ4NDQ4NIRMeMhUVFBQVFTIeHjIVFRQUFRUydgcMBAUFBQUEDAcHDAUEBQUEBQxJAQECAQEEAgMLBwcPCQYNBwgTCgsSBgcTDA0OAQEODQwTBwYSCwoTCAcNBgkPBwcLAwIEAQECAQEBAQIBAQQCAwsHBw8JBg0HCBMKCxIGBxMMDQ4BAQ4NDBMHBhILChMIBw0GCQ8HBwsDAgQBAQIBAeQpOg8mOhUUFwIBAQIXFBU6Jg86KSk6DyY6FRQXAgEBAhcUFTomDzoABADVANUDKwKrAB8AIwAwAEMAAAERFAYHDgEjIiYvAS4BJy4BNRE0Njc+ATMyFh8BFhQxFxMnNQURFAYHDgEjIiYvARMnMAYHDgEHJzc+ATMyFh8BMhYVAZwCAgIGBAMFA5sEBQMCAwICAQUDAwcFqgEWsrIBeQMCAgcEBAgDk7QBKysrMgeCbAMJBQMEArQBAQJT/pUEBwIDAwIBSAEGAwQHBAFhAwUCAgMDAk8BAR/+9FK6Bv66BAYDAgICAkQBDyVBQUBLC8SjBAUBAVQBAQAAAAABANYAxwMUAr0AGAAAJRM2JgcFDgEfASU2Fg8CMjY/ARcWNjcjArlbBhoS/e4bARaHATsLDgj/CQoMBUKKExkGAd8Bsh0WB9EKGwcryggGB+yPCQVCaAsMFwAAAAIA1QDrAysClQAQABQAAAEUBjEhIiYxNTQ2MSEyFjEVLwEVNwMrZ/54TRpnAYhNGqq/vwFTThpo2k4aaNptcuRyAAAAAQDVANUDKwKrAEMAAAEUBw4BBwYjIiYnHgEzMjY3IiYnHgEzMjY3LgE1NDA1HgEzLgE1NDY3HgEXLgE1NDYzMhYXPgE3DgEHPgE3DgEHHAEVAu4XF1hBQVU0XykIDggrTSAoPwwGCwYJEAgqOQ0cDxkeCQgtg00CAkgzGi8QFScSBxwTEyMRDR8RAiY6PDxhHx8cGgEBGxgvIwEBAgIIQSsBAQcIEDQeER4NNkIEBw0HMUYUEgQPChUiCwMJBxIfDAQIBAAAAAABAWAAlQKgAusAFQAAASMRIxEjNTM1NDY7ARUjIgYdATMHIwKBVHtSUjxKaEgcDHANEgHA/tUBK2c/PkdnFhIzaQAAAAEAP//aAjYDnwAWAAATJiIHBhQXCQEGFBceATMyNjcBNjQnAXEKHQsLCwGr/lULCwYOBQYOBQHFCgr+OwOfCwsLHQr+Vf5VCx0LBQUFBQHFCh0LAcQAAAADAOAAoAMgAuAAMgBIAFsAACUyFhcwMjEyNjU0JjEnMCY3PgE3MDQ5AT4BNTQnLgEnJiMiBw4BBwYVFBceARcWMzI2NwMUBhceAScuATc+ATc4ATE0MjEeARUXHgEHDgEHBhYnLgE3PgE3MDIxApoJLy8CAwQBCxUYAgMCDAwXFk41NDw8NDVOFhcXFk41NDwqTiJxVQUEIhksOS8UOAEBDh0dCSQDBDABEwEHDRUoDBABAcwJDQMDAQMPODgDBwMBGjofPDQ1ThYXFxZONTQ8PDQ1ThYXFxUBQylRMSkmBw1zPhs8SgEKPCcjCDYsLSoBCgwJEEI+EiMKAAAFAMIAggM+Av4APQBKAFYAcgCOAAABPgEXHgEHMAYxHgEXHgEHMCIVDgEjIiYnJgYHBhYXHgEzMjY3DgEHDgEVFAcGJicmJy4BJz4BNzYmNz4BFwcyNjU0JiMiBhUUFjM1IiY1NDYzMhYVFAYTMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWNyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgH5BhYMEBQCARUqGiESGgIcNxsTHwoCBQEBAQMMIRQVKRURKA4TGxkZQyIhEhcjDAkRCQ0EGhlfKSUXICAXFyAgFw0TEw0NExMfQjo6VhkZGRlWOjpCQjo6VhkZGRlWOjpCODAxSRUVFRVJMTA4ODAxSRUVFRVJMTACVQQCAwUSCAIJEAkLNh4BExIFBgECAgIFAQYGCgoQKBojQTseBwcMDg4METUlCS0kNkMpJSQKhCEXFyEhFxchFxMODRMTDQ4T/poZGVY6OkJCOjpWGRkZGVY6OkJCOjpWGRkyFRVJMTA4ODAxSRUVFRVJMTA4ODAxSRUVAAAAAQDv/8IDEQO+ABUAAAEjESMRIzUzNTQ2OwEVIyIGHQEzByMC3I7Ui4tnfrJ6MRS/Fh8BwP4CAf6wa2p5sCQgVrQAAAADAAAAFQQAA2sAIQBcAHkAAAE1MhceARcWFRQGBx4BFx0BIzU0Ji8BIzUzMjY1NCYnIzUlMhceARcWFRQGBxYXHgEXFhcdASM1NCcuAScmJysBIgcOAQcGDwEVIzU0Nz4BNzY3LgE1NDc+ATc2MxUiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAuQsJyY6EREnIT1OBFVmSQocDjVLRjII/nE7NDRNFhc9MyojIzQPEAJVEhI+KiowDDkwKytCExQCAVUNDTAhISg4QxYXTTQzOykkJDYQEBAQNiQkKSokJDYQDw8QNiQkKgJ5VREQOicnLDBTHSB4SQ1WVkpqBAFVSzUzSQRVnRcWTTQ0O0V2JxIdHUosLDAOKysxKytBExQDEhI+KiowDCsrMCwsSx8eFCd6STs0NE0WF1YPEDYkJSkpJCU2DxAQDzYlJCkpJSQ2EA8AAAQAl/+8A7MDvAAJABoAJQAwAAABNxc1MxU3FwcnAxEUFjMhMjY1ETQmIyEiBhU3ITIWFREhETQ2MwMhFRQGIyEiJj0BAXw1SlRKNKip5UIvAjkvQ0Mv/ccvQnECOQwS/YwRDB0CdBIM/ccMEQHwQjvh4TtChoYBWvzkL0NDLwMcL0NDLx4SDP3GAjoMEv1UjgwSEgyOAAAAAwAI/8AD+APAABwAOQBYAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxUyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYzASM2Nz4BNzYzMhceARcWFyMmJy4BJyYjIgcOAQcGBwIARD08WRoaGhpZPD1ERD08WRoaGhpZPD1EMCoqPxISEhI/KiowMCoqPxISEhI/Kiow/nlxIjQ0g0xMU1NMTIM0NCJxHyoqZDk5Pj45OWQqKh8DwBoaWjw8REU8PFoaGhoaWjw8RUQ8PFoaGmMSEj8qKjAwKio/EhMTEj8qKjAwKio/EhL8Y0Y5OlMXFxcXUzo5RjAoKDgPEBAPOCgoMAAAAAEAAAABAACvS4vtXw889QALBAAAAAAA3PJR0AAAAADc8lHQAAD/vARAA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABEAAAAAABEAAAQAAAAAAAAAAAAAAAAAAABoEAAAAAAAAAAAAAAACAAAABAAAAARAACAEQAAABAAAAAOOAAAEAAAABAAAFQQAAMYEAACrBAAA6wQAANUEAADWBAAA1QQAANUEAAFgAmYAPwQAAOAEAADCBAAA7wQAAAAEAACXBAAACAAAAAAACgAUAB4BjAHwAk4C1AM8A6QDzgRuBUgGsAcaB0gHagfOB/AIHAiaCWgJigo2CoILCAAAAAEAAAAaAQgABwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAKAAAAAQAAAAAAAgAHAHsAAQAAAAAAAwAKAD8AAQAAAAAABAAKAJAAAQAAAAAABQALAB4AAQAAAAAABgAKAF0AAQAAAAAACgAaAK4AAwABBAkAAQAUAAoAAwABBAkAAgAOAIIAAwABBAkAAwAUAEkAAwABBAkABAAUAJoAAwABBAkABQAWACkAAwABBAkABgAUAGcAAwABBAkACgA0AMhmZWR1aS1pY29uAGYAZQBkAHUAaQAtAGkAYwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBmZWR1aS1pY29uAGYAZQBkAHUAaQAtAGkAYwBvAG5mZWR1aS1pY29uAGYAZQBkAHUAaQAtAGkAYwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJmZWR1aS1pY29uAGYAZQBkAHUAaQAtAGkAYwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA#iefix) format("embedded-opentype"),url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg8SBhoAAAC8AAAAYGNtYXAAiLvfAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5ZhP6F6cAAAGIAAAWEGhlYWQdQ+gZAAAXmAAAADZoaGVhCAIEGwAAF9AAAAAkaG10eFx0CrUAABf0AAAAaGxvY2FJhkNaAAAYXAAAADZtYXhwACIBCgAAGJQAAAAgbmFtZVh63OMAABi0AAABqnBvc3QAAwAAAAAaYAAAACAAAwPZAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpFwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQASAAAAA4ACAACAAYAAQAg6RPpFekX//3//wAAAAAAIOkA6RXpF//9//8AAf/jFwQXAxcCAAMAAQAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABQAA/8AEAAPAAEAAuQDlAQEBBwAAAQ4BBw4BBw4BFTA0MTAUMQ4BBw4BBw4BBz4BNz4BNzE+ATc+ATU0JicuAScuASMxKgEjIiYnJjQ/ARYXHgEXFhcHBgcOAQcGIyImIzYmJy4BNz4BNz4BNz4BNTQmJy4BJy4BIzEuAScuAScuATUHNjc+ATc2MzIWMwcGFhceATM6ATMxMhYXHgEXMBQVFAYHDgEHDgEHDgEHDgEVFBYXHgEXMjY3PgE3PgE3PgE3FDAxMDQxNDY3PgE3JTQ2NxceARceARcxMhYzHgEXHgEVFAYHFAYHMQ4BBwYWFx4BByYnLgEnJjUBMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWATgBMTgBA6UMGgwNGQoJEgEEBggWDQcOBwUOCQEEAggQBwgNDw8NIA8XOBoGCgURIgsMAWRAODdSGRgDDxMnJmtBQkgECAUEDBcPAwMCBAMBAgEDBz1UDyQRBAcEDhsNEBgJCAQLFycoZj0+QwUIBVcUGxgYQSIHDAYaKhAIBwIICAYPCQEEAgoSBQMDBw0LGQkKEwkRIxERIAwMFgEEBQIFA/zEAwICEScSDx4PAwcDERwKLCYCBAIBAgYDBwgbDAcCRDo6VBgYAaZqXV6LKCgoKIteXWpqXV6LKCgoKIteXQE7AdQJFQsMGw4NIxQBAQEIBwkSCAUHAw8kFgQJBBQoFBcyFhQkDQwNAwQBDQsKDALIEiUkZj4/RYdCOThSFxcBHkUiFyQRBw0IAwcEDBwQMogcBQcDAQEDBAMECAUEBgEDOzEySBQUAa0oRhYWGQEDAgMBAQEKIBcRJhMFCQUXMBUKFgsLHQwLBwEDAgURCwoaDw0mGAEBAQgHAwYDcxEhEAEKDAQDBgICAwYDD04jBQ4LAgUCCRQLH0kpEiQQEScmbEJCSv4AKCiLXl1qal1eiygoKCiLXl1qal1eiygoARQABQAg/8AEQAPAAAsAJwAzADoAPgAAATchMhYVESMRNCYjAzIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NhciBhUUFjMyNjU0JgEXNwchJxcDIRUhAoENATI1S2AlG+A1Ly5GFBQUFEYuLzU1Ly5GFBQUFEYuLzVCXl5CQl5e/h5goCD+QCCggAHA/kABEGBLNf7QARAbJQKwFBRGLi81NS8uRhQUFBRGLi81NS8uRhQUYF5CQl5eQkJe/mCfT/DwT/7/YAAAAAAFAAD/wARAA8AAAgAGABIALgA6AAABBychMxMHATchMhYVESMRNCYjAzIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NhciBhUUFjMyNjU0JgJAjJD+3K7QXgFBQAEfNUtgJRvgNS8uRhQUFBRGLi81NS8uRhQUFBRGLi81Ql5eQkJeXgGA2tr+05MBUGBLNf7QARAbJQKwFBRGLi81NS8uRhQUFBRGLi81NS8uRhQUYF5CQl5eQkJeAAAAAAMAAP/ABAADwAAbADgAVwAAATI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFhciJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYjASc2Nz4BNzYzMhceARcWFwcmJy4BJyYjIgcOAQcGBwIANS8uRhQUFBRGLi81NS4vRhQUFBRGLy41SUBAXxwcHBxfQEBJSUBAYBwbGxxgQEBJ/j09NDo6f0ZFS0tGRoA7OzY8LjQ0cj4+Q0M9PnAyMy0BYBQVRS8uNTUvLkYUFBQURi4vNTUuL0UVFGAcHF9AQElJQEBgGxwcG2BAQElJQEBfHBz+wEsqICAqCwoKCyogHytLJRwcJQkJCQklHBwlAAADAAD/wAOOA8AAGAAqAEUAAAE1MxUWFx4BFxYVETMVITUzETQ3PgE3NjcBETQnLgEnJiMiBw4BBwYVESEFMDIxHgEzMjY3MDIxBgcOAQcGIyInLgEnJicBnFY/NjdQFxdy/HJyFxdQNzY/ASsUFEYuLzU1Ly5GFBQCAP4PXRdOLy9PFl0NGBc/JiYqKiYmPxcYDQNLdXUHHh1bOjpB/wBVVQEAQTo6Wx0eB/2uAQA1Li9GFBQUFEYvLjX/AI4nLy8mJR8fLgwNDQwuHx8mAAAAAwAA/8AEAAPAAAkAJQBBAAABNxcLATcXETMRAyInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBicyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYCK4I/7Oo/gFYral1eiygoKCiLXl1qal1eiygoKCiLXl1qWE5OdCEiIiF0Tk5YWE5OdCEiIiF0Tk4BT446/v8BATqNAYz+c/5xKCiLXl1qal1eiygoKCiLXl1qal1eiygoVSIhdE5OWFhOTnQhIiIhdE5OWFhOTnQhIgAAAAEAFQClA+sC3gATAAATLgEHDgEXARYyNwE2JicmBgcJAYUWQBcXAhYBsxZDFgG0FgIXF0AW/oX+hQLbFwIWFj8X/jMYGAHNFz8WFgIX/m8BkQAAAAIAxgCAAzwDAAAxAHEAAAEOAScuAT0BNCYnJgYPATUuAScmBg8BLgE1NDc+ATc2MzIXHgEXFhUwFDE4ATEWBgcxNzUxJicuAScmIyIHDgEHBhUUFx4BFxYzMjY3NjQnLgEjIgYHDgEjIiYnNxUUFhcWNj8BPgE3FRQWFxY2Nz4BJwLqCRIICQoTERwpB0MBDg4KGg2VDw8UFEYvLzU1Ly9GFBQBDQxSARkYVjk5QUE5OlUZGRkZVTo5QTxuLAkIAwsFBgsEI1sxOWMkhxYMDCETSgIDAhkYFTEWGhsBAYIGAQQGGBJFGiIFCDANbIQXGwQDCBTwHD8gNjAvSBQVFRRILzA2ARUgCD4BQjo6VxkZGRlXOzpCQjo7VxkZLCkJGAgFBQQEIiQvKNhjJB0DAwweeAMFAjwiMw4MAw0ROiUABwCrAJYDSwLmACkANgBDAFAAXQBzAJkAAAEeAQcGBw4BBwYnJicuAScmJzA2NzA3PgE3Njc2FhUOATcwNhcWBjEwBgc+ATU0JgcOARUUFjc3NhYHDgEnLgExMDY3Bz4BNTQmBw4BFRQWNzc+AScuAQcOARceATc3IiY1MCYHIiY1NDYzMBYHMAYVDgEjJz4BFx4BByMOASMiJjU0NjE+AScuAQcOATEiJjU0NjcwNDE6ATMCmBRNIhAjIlQvLiknKypJGRoFBioODi8gHyNGIgMCGmUcFxIG1VJ0dFJSdHRSE1InGRlbMBcHD1McDxYVEg8UFg9BBQMCAwwGBQIDAwoG8QgLAjwICgoIbQoBAQoGYgg1HDVmIAECDgkLDwUBCBEeXQcHEQoQCwkBAQEBsgRCSyUcGyMIBwMECQkoISAyTjoTEzIYGQ0ZOBkVFAgiHRgzEPsEXDk5QAQEUTk5SwTQCnYiIRgbDSZvCpcCFQ4NEgECGA0OEAI6BA0EBQIFBA0FBAEEzAsITw4LCAgLCl4BAQcJ6wIGBw1odxIFDgsKEQQwJjURAwIDEAsJDwIBAAAAAAUA6wCrAxUC1QAXAC8ARwDXAQcAAAE0JicuASMiBgcOARUUFhceATMyNjc+ATcUBgcOASMiJicuATU0Njc+ATMyFhceATcUBgcOASMiJicuATU0Njc+ATMyFhceAScqASMqASMiBiMOAQcOAQcOAQcOAQcOAQcOAQcUBhUcARUcARUcARUcARUUFhUeARceARceARceARceARceARcyFjM6ATM6ATM6ATM6ATMyNjM+ATc+ATc+ATc+ATc+ATc+ATc0NjU8ATU0JjU0NjU8ATU0JjUuAScuAScuAScuAScuAScuASciJiMqASMqAQUUBhUOAQcOAQciBiMiJiMuAScuASc0JjU0NjU+ATc+ATcyNjMyFjMeARceARcUFgJcDQ4NIRMTIQ0ODQ0ODSETEyENDg0yFRQVMh4eMhUVFBQVFTIeHjIVFBUnBQQFDAcHDAQFBQUFBAwHBwwFBAW1AQ4NDBMHBhILCxIIBw0GCRAGBwsDAgQBAQIBAQEBAgEBBAIDCwcGEAkGDQcIEgsLEgYHEwwNDgEBDg0MEwcGEgsKEwgHDQYJDwcHCwMCBAEBAgEBAQEBAQIBAQQCAwsHBw8JBg0HCBMKCxIGBxMMDQ4BFAECFxQVOiYPOikpOg8mOhUUFwIBAQIXFBU6Jg86KSk6DyY6FRQXAgEBwBMhDQ4NDQ4NIRMTIQ0ODQ0ODSETHjIVFRQUFRUyHh4yFRUUFBUVMnYHDAQFBQUFBAwHBwwFBAUFBAUMSQEBAgEBBAIDCwcHDwkGDQcIEwoLEgYHEwwNDgEBDg0MEwcGEgsKEwgHDQYJDwcHCwMCBAEBAgEBAQECAQEEAgMLBwcPCQYNBwgTCgsSBgcTDA0OAQEODQwTBwYSCwoTCAcNBgkPBwcLAwIEAQECAQHkKToPJjoVFBcCAQECFxQVOiYPOikpOg8mOhUUFwIBAQIXFBU6Jg86AAQA1QDVAysCqwAfACMAMABDAAABERQGBw4BIyImLwEuAScuATURNDY3PgEzMhYfARYUMRcTJzUFERQGBw4BIyImLwETJzAGBw4BByc3PgEzMhYfATIWFQGcAgICBgQDBQObBAUDAgMCAgEFAwMHBaoBFrKyAXkDAgIHBAQIA5O0ASsrKzIHgmwDCQUDBAK0AQECU/6VBAcCAwMCAUgBBgMEBwQBYQMFAgIDAwJPAQEf/vRSugb+ugQGAwICAgJEAQ8lQUFASwvEowQFAQFUAQEAAAAAAQDWAMcDFAK9ABgAACUTNiYHBQ4BHwElNhYPAjI2PwEXFjY3IwK5WwYaEv3uGwEWhwE7Cw4I/wkKDAVCihMZBgHfAbIdFgfRChsHK8oIBgfsjwkFQmgLDBcAAAACANUA6wMrApUAEAAUAAABFAYxISImMTU0NjEhMhYxFS8BFTcDK2f+eE0aZwGITRqqv78BU04aaNpOGmjabXLkcgAAAAEA1QDVAysCqwBDAAABFAcOAQcGIyImJx4BMzI2NyImJx4BMzI2Ny4BNTQwNR4BMy4BNTQ2Nx4BFy4BNTQ2MzIWFz4BNw4BBz4BNw4BBxwBFQLuFxdYQUFVNF8pCA4IK00gKD8MBgsGCRAIKjkNHA8ZHgkILYNNAgJIMxovEBUnEgccExMjEQ0fEQImOjw8YR8fHBoBARsYLyMBAQICCEErAQEHCBA0HhEeDTZCBAcNBzFGFBIEDwoVIgsDCQcSHwwECAQAAAAAAQFgAJUCoALrABUAAAEjESMRIzUzNTQ2OwEVIyIGHQEzByMCgVR7UlI8SmhIHAxwDRIBwP7VAStnPz5HZxYSM2kAAAABAD//2gI2A58AFgAAEyYiBwYUFwkBBhQXHgEzMjY3ATY0JwFxCh0LCwsBq/5VCwsGDgUGDgUBxQoK/jsDnwsLCx0K/lX+VQsdCwUFBQUBxQodCwHEAAAAAwDgAKADIALgADIASABbAAAlMhYXMDIxMjY1NCYxJzAmNz4BNzA0OQE+ATU0Jy4BJyYjIgcOAQcGFRQXHgEXFjMyNjcDFAYXHgEnLgE3PgE3OAExNDIxHgEVFx4BBw4BBwYWJy4BNz4BNzAyMQKaCS8vAgMEAQsVGAIDAgwMFxZONTQ8PDQ1ThYXFxZONTQ8Kk4icVUFBCIZLDkvFDgBAQ4dHQkkAwQwARMBBw0VKAwQAQHMCQ0DAwEDDzg4AwcDARo6Hzw0NU4WFxcWTjU0PDw0NU4WFxcVAUMpUTEpJgcNcz4bPEoBCjwnIwg2LC0qAQoMCRBCPhIjCgAABQDCAIIDPgL+AD0ASgBWAHIAjgAAAT4BFx4BBzAGMR4BFx4BBzAiFQ4BIyImJyYGBwYWFx4BMzI2Nw4BBw4BFRQHBiYnJicuASc+ATc2Jjc+ARcHMjY1NCYjIgYVFBYzNSImNTQ2MzIWFRQGEzI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFjciJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYB+QYWDBAUAgEVKhohEhoCHDcbEx8KAgUBAQEDDCEUFSkVESgOExsZGUMiIRIXIwwJEQkNBBoZXyklFyAgFxcgIBcNExMNDRMTH0I6OlYZGRkZVjo6QkI6OlYZGRkZVjo6QjgwMUkVFRUVSTEwODgwMUkVFRUVSTEwAlUEAgMFEggCCRAJCzYeARMSBQYBAgICBQEGBgoKECgaI0E7HgcHDA4ODBE1JQktJDZDKSUkCoQhFxchIRcXIRcTDg0TEw0OE/6aGRlWOjpCQjo6VhkZGRlWOjpCQjo6VhkZMhUVSTEwODgwMUkVFRUVSTEwODgwMUkVFQAAAAEA7//CAxEDvgAVAAABIxEjESM1MzU0NjsBFSMiBh0BMwcjAtyO1IuLZ36yejEUvxYfAcD+AgH+sGtqebAkIFa0AAAAAwAAABUEAANrACEAXAB5AAABNTIXHgEXFhUUBgceARcdASM1NCYvASM1MzI2NTQmJyM1JTIXHgEXFhUUBgcWFx4BFxYXHQEjNTQnLgEnJicrASIHDgEHBg8BFSM1NDc+ATc2Ny4BNTQ3PgE3NjMVIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIwLkLCcmOhERJyE9TgRVZkkKHA41S0YyCP5xOzQ0TRYXPTMqIyM0DxACVRISPioqMAw5MCsrQhMUAgFVDQ0wISEoOEMWF000MzspJCQ2EBAQEDYkJCkqJCQ2EA8PEDYkJCoCeVUREDonJywwUx0geEkNVlZKagQBVUs1M0kEVZ0XFk00NDtFdicSHR1KLCwwDisrMSsrQRMUAxISPioqMAwrKzAsLEsfHhQnekk7NDRNFhdWDxA2JCUpKSQlNg8QEA82JSQpKSUkNhAPAAAEAJf/vAOzA7wACQAaACUAMAAAATcXNTMVNxcHJwMRFBYzITI2NRE0JiMhIgYVNyEyFhURIRE0NjMDIRUUBiMhIiY9AQF8NUpUSjSoqeVCLwI5L0NDL/3HL0JxAjkMEv2MEQwdAnQSDP3HDBEB8EI74eE7QoaGAVr85C9DQy8DHC9DQy8eEgz9xgI6DBL9VI4MEhIMjgAAAAMACP/AA/gDwAAcADkAWAAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiMVMhceARcWFRQHDgEHBiMiJy4BJyY1NDc+ATc2MwEjNjc+ATc2MzIXHgEXFhcjJicuAScmIyIHDgEHBgcCAEQ9PFkaGhoaWTw9REQ9PFkaGhoaWTw9RDAqKj8SEhISPyoqMDAqKj8SEhISPyoqMP55cSI0NINMTFNTTEyDNDQicR8qKmQ5OT4+OTlkKiofA8AaGlo8PERFPDxaGhoaGlo8PEVEPDxaGhpjEhI/KiowMCoqPxITExI/KiowMCoqPxIS/GNGOTpTFxcXF1M6OUYwKCg4DxAQDzgoKDAAAAABAAAAAQAAr0uL7V8PPPUACwQAAAAAANzyUdAAAAAA3PJR0AAA/7wEQAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAARAAAAAAARAAAEAAAAAAAAAAAAAAAAAAAAaBAAAAAAAAAAAAAAAAgAAAAQAAAAEQAAgBEAAAAQAAAADjgAABAAAAAQAABUEAADGBAAAqwQAAOsEAADVBAAA1gQAANUEAADVBAABYAJmAD8EAADgBAAAwgQAAO8EAAAABAAAlwQAAAgAAAAAAAoAFAAeAYwB8AJOAtQDPAOkA84EbgVIBrAHGgdIB2oHzgfwCBwImgloCYoKNgqCCwgAAAABAAAAGgEIAAcAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACgAAAAEAAAAAAAIABwB7AAEAAAAAAAMACgA/AAEAAAAAAAQACgCQAAEAAAAAAAUACwAeAAEAAAAAAAYACgBdAAEAAAAAAAoAGgCuAAMAAQQJAAEAFAAKAAMAAQQJAAIADgCCAAMAAQQJAAMAFABJAAMAAQQJAAQAFACaAAMAAQQJAAUAFgApAAMAAQQJAAYAFABnAAMAAQQJAAoANADIZmVkdWktaWNvbgBmAGUAZAB1AGkALQBpAGMAbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwZmVkdWktaWNvbgBmAGUAZAB1AGkALQBpAGMAbwBuZmVkdWktaWNvbgBmAGUAZAB1AGkALQBpAGMAbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByZmVkdWktaWNvbgBmAGUAZAB1AGkALQBpAGMAbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype"),url(data:application/font-woff;base64,d09GRgABAAAAABrMAAsAAAAAGoAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGGmNtYXAAAAFoAAAAZAAAAGQAiLvfZ2FzcAAAAcwAAAAIAAAACAAAABBnbHlmAAAB1AAAFhAAABYQE/oXp2hlYWQAABfkAAAANgAAADYdQ+gZaGhlYQAAGBwAAAAkAAAAJAgCBBtobXR4AAAYQAAAAGgAAABoXHQKtWxvY2EAABioAAAANgAAADZJhkNabWF4cAAAGOAAAAAgAAAAIAAiAQpuYW1lAAAZAAAAAaoAAAGqWHrc43Bvc3QAABqsAAAAIAAAACAAAwAAAAMD2QGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6RcDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAEgAAAAOAAgAAgAGAAEAIOkT6RXpF//9//8AAAAAACDpAOkV6Rf//f//AAH/4xcEFwMXAgADAAEAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAUAAP/ABAADwABAALkA5QEBAQcAAAEOAQcOAQcOARUwNDEwFDEOAQcOAQcOAQc+ATc+ATcxPgE3PgE1NCYnLgEnLgEjMSoBIyImJyY0PwEWFx4BFxYXBwYHDgEHBiMiJiM2JicuATc+ATc+ATc+ATU0JicuAScuASMxLgEnLgEnLgE1BzY3PgE3NjMyFjMHBhYXHgEzOgEzMTIWFx4BFzAUFRQGBw4BBw4BBw4BBw4BFRQWFx4BFzI2Nz4BNz4BNz4BNxQwMTA0MTQ2Nz4BNyU0NjcXHgEXHgEXMTIWMx4BFx4BFRQGBxQGBzEOAQcGFhceAQcmJy4BJyY1ATI3PgE3NjU0Jy4BJyYjIgcOAQcGFRQXHgEXFgE4ATE4AQOlDBoMDRkKCRIBBAYIFg0HDgcFDgkBBAIIEAcIDQ8PDSAPFzgaBgoFESILDAFkQDg3UhkYAw8TJyZrQUJIBAgFBAwXDwMDAgQDAQIBAwc9VA8kEQQHBA4bDRAYCQgECxcnKGY9PkMFCAVXFBsYGEEiBwwGGioQCAcCCAgGDwkBBAIKEgUDAwcNCxkJChMJESMRESAMDBYBBAUCBQP8xAMCAhEnEg8eDwMHAxEcCiwmAgQCAQIGAwcIGwwHAkQ6OlQYGAGmal1eiygoKCiLXl1qal1eiygoKCiLXl0BOwHUCRULDBsODSMUAQEBCAcJEggFBwMPJBYECQQUKBQXMhYUJA0MDQMEAQ0LCgwCyBIlJGY+P0WHQjk4UhcXAR5FIhckEQcNCAMHBAwcEDKIHAUHAwEBAwQDBAgFBAYBAzsxMkgUFAGtKEYWFhkBAwIDAQEBCiAXESYTBQkFFzAVChYLCx0MCwcBAwIFEQsKGg8NJhgBAQEIBwMGA3MRIRABCgwEAwYCAgMGAw9OIwUOCwIFAgkUCx9JKRIkEBEnJmxCQkr+ACgoi15dampdXosoKCgoi15dampdXosoKAEUAAUAIP/ABEADwAALACcAMwA6AD4AAAE3ITIWFREjETQmIwMyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYXIgYVFBYzMjY1NCYBFzcHIScXAyEVIQKBDQEyNUtgJRvgNS8uRhQUFBRGLi81NS8uRhQUFBRGLi81Ql5eQkJeXv4eYKAg/kAgoIABwP5AARBgSzX+0AEQGyUCsBQURi4vNTUvLkYUFBQURi4vNTUvLkYUFGBeQkJeXkJCXv5gn0/w8E/+/2AAAAAABQAA/8AEQAPAAAIABgASAC4AOgAAAQcnITMTBwE3ITIWFREjETQmIwMyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYXIgYVFBYzMjY1NCYCQIyQ/tyu0F4BQUABHzVLYCUb4DUvLkYUFBQURi4vNTUvLkYUFBQURi4vNUJeXkJCXl4BgNra/tOTAVBgSzX+0AEQGyUCsBQURi4vNTUvLkYUFBQURi4vNTUvLkYUFGBeQkJeXkJCXgAAAAADAAD/wAQAA8AAGwA4AFcAAAEyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxYXIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGIwEnNjc+ATc2MzIXHgEXFhcHJicuAScmIyIHDgEHBgcCADUvLkYUFBQURi4vNTUuL0YUFBQURi8uNUlAQF8cHBwcX0BASUlAQGAcGxscYEBASf49PTQ6On9GRUtLRkaAOzs2PC40NHI+PkNDPT5wMjMtAWAUFUUvLjU1Ly5GFBQUFEYuLzU1Li9FFRRgHBxfQEBJSUBAYBscHBtgQEBJSUBAXxwc/sBLKiAgKgsKCgsqIB8rSyUcHCUJCQkJJRwcJQAAAwAA/8ADjgPAABgAKgBFAAABNTMVFhceARcWFREzFSE1MxE0Nz4BNzY3ARE0Jy4BJyYjIgcOAQcGFREhBTAyMR4BMzI2NzAyMQYHDgEHBiMiJy4BJyYnAZxWPzY3UBcXcvxychcXUDc2PwErFBRGLi81NS8uRhQUAgD+D10XTi8vTxZdDRgXPyYmKiomJj8XGA0DS3V1Bx4dWzo6Qf8AVVUBAEE6OlsdHgf9rgEANS4vRhQUFBRGLy41/wCOJy8vJiUfHy4MDQ0MLh8fJgAAAAMAAP/ABAADwAAJACUAQQAAATcXCwE3FxEzEQMiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYnMjc+ATc2NTQnLgEnJiMiBw4BBwYVFBceARcWAiuCP+zqP4BWK2pdXosoKCgoi15dampdXosoKCgoi15dalhOTnQhIiIhdE5OWFhOTnQhIiIhdE5OAU+OOv7/AQE6jQGM/nP+cSgoi15dampdXosoKCgoi15dampdXosoKFUiIXROTlhYTk50ISIiIXROTlhYTk50ISIAAAABABUApQPrAt4AEwAAEy4BBw4BFwEWMjcBNiYnJgYHCQGFFkAXFwIWAbMWQxYBtBYCFxdAFv6F/oUC2xcCFhY/F/4zGBgBzRc/FhYCF/5vAZEAAAACAMYAgAM8AwAAMQBxAAABDgEnLgE9ATQmJyYGDwE1LgEnJgYPAS4BNTQ3PgE3NjMyFx4BFxYVMBQxOAExFgYHMTc1MSYnLgEnJiMiBw4BBwYVFBceARcWMzI2NzY0Jy4BIyIGBw4BIyImJzcVFBYXFjY/AT4BNxUUFhcWNjc+AScC6gkSCAkKExEcKQdDAQ4OChoNlQ8PFBRGLy81NS8vRhQUAQ0MUgEZGFY5OUFBOTpVGRkZGVU6OUE8biwJCAMLBQYLBCNbMTljJIcWDAwhE0oCAwIZGBUxFhobAQGCBgEEBhgSRRoiBQgwDWyEFxsEAwgU8Bw/IDYwL0gUFRUUSC8wNgEVIAg+AUI6OlcZGRkZVzs6QkI6O1cZGSwpCRgIBQUEBCIkLyjYYyQdAwMMHngDBQI8IjMODAMNETolAAcAqwCWA0sC5gApADYAQwBQAF0AcwCZAAABHgEHBgcOAQcGJyYnLgEnJicwNjcwNz4BNzY3NhYVDgE3MDYXFgYxMAYHPgE1NCYHDgEVFBY3NzYWBw4BJy4BMTA2Nwc+ATU0JgcOARUUFjc3PgEnLgEHDgEXHgE3NyImNTAmByImNTQ2MzAWBzAGFQ4BIyc+ARceAQcjDgEjIiY1NDYxPgEnLgEHDgExIiY1NDY3MDQxOgEzApgUTSIQIyJULy4pJysqSRkaBQYqDg4vIB8jRiIDAhplHBcSBtVSdHRSUnR0UhNSJxkZWzAXBw9THA8WFRIPFBYPQQUDAgMMBgUCAwMKBvEICwI8CAoKCG0KAQEKBmIINRw1ZiABAg4JCw8FAQgRHl0HBxEKEAsJAQEBAbIEQkslHBsjCAcDBAkJKCEgMk46ExMyGBkNGTgZFRQIIh0YMxD7BFw5OUAEBFE5OUsE0Ap2IiEYGw0mbwqXAhUODRIBAhgNDhACOgQNBAUCBQQNBQQBBMwLCE8OCwgICwpeAQEHCesCBgcNaHcSBQ4LChEEMCY1EQMCAxALCQ8CAQAAAAAFAOsAqwMVAtUAFwAvAEcA1wEHAAABNCYnLgEjIgYHDgEVFBYXHgEzMjY3PgE3FAYHDgEjIiYnLgE1NDY3PgEzMhYXHgE3FAYHDgEjIiYnLgE1NDY3PgEzMhYXHgEnKgEjKgEjIgYjDgEHDgEHDgEHDgEHDgEHDgEHFAYVHAEVHAEVHAEVHAEVFBYVHgEXHgEXHgEXHgEXHgEXHgEXMhYzOgEzOgEzOgEzOgEzMjYzPgE3PgE3PgE3PgE3PgE3PgE3NDY1PAE1NCY1NDY1PAE1NCY1LgEnLgEnLgEnLgEnLgEnLgEnIiYjKgEjKgEFFAYVDgEHDgEHIgYjIiYjLgEnLgEnNCY1NDY1PgE3PgE3MjYzMhYzHgEXHgEXFBYCXA0ODSETEyENDg0NDg0hExMhDQ4NMhUUFTIeHjIVFRQUFRUyHh4yFRQVJwUEBQwHBwwEBQUFBQQMBwcMBQQFtQEODQwTBwYSCwsSCAcNBgkQBgcLAwIEAQECAQEBAQIBAQQCAwsHBhAJBg0HCBILCxIGBxMMDQ4BAQ4NDBMHBhILChMIBw0GCQ8HBwsDAgQBAQIBAQEBAQECAQEEAgMLBwcPCQYNBwgTCgsSBgcTDA0OARQBAhcUFTomDzopKToPJjoVFBcCAQECFxQVOiYPOikpOg8mOhUUFwIBAcATIQ0ODQ0ODSETEyENDg0NDg0hEx4yFRUUFBUVMh4eMhUVFBQVFTJ2BwwEBQUFBQQMBwcMBQQFBQQFDEkBAQIBAQQCAwsHBw8JBg0HCBMKCxIGBxMMDQ4BAQ4NDBMHBhILChMIBw0GCQ8HBwsDAgQBAQIBAQEBAgEBBAIDCwcHDwkGDQcIEwoLEgYHEwwNDgEBDg0MEwcGEgsKEwgHDQYJDwcHCwMCBAEBAgEB5Ck6DyY6FRQXAgEBAhcUFTomDzopKToPJjoVFBcCAQECFxQVOiYPOgAEANUA1QMrAqsAHwAjADAAQwAAAREUBgcOASMiJi8BLgEnLgE1ETQ2Nz4BMzIWHwEWFDEXEyc1BREUBgcOASMiJi8BEycwBgcOAQcnNz4BMzIWHwEyFhUBnAICAgYEAwUDmwQFAwIDAgIBBQMDBwWqARaysgF5AwICBwQECAOTtAErKysyB4JsAwkFAwQCtAEBAlP+lQQHAgMDAgFIAQYDBAcEAWEDBQICAwMCTwEBH/70UroG/roEBgMCAgICRAEPJUFBQEsLxKMEBQEBVAEBAAAAAAEA1gDHAxQCvQAYAAAlEzYmBwUOAR8BJTYWDwIyNj8BFxY2NyMCuVsGGhL97hsBFocBOwsOCP8JCgwFQooTGQYB3wGyHRYH0QobByvKCAYH7I8JBUJoCwwXAAAAAgDVAOsDKwKVABAAFAAAARQGMSEiJjE1NDYxITIWMRUvARU3Aytn/nhNGmcBiE0aqr+/AVNOGmjaThpo2m1y5HIAAAABANUA1QMrAqsAQwAAARQHDgEHBiMiJiceATMyNjciJiceATMyNjcuATU0MDUeATMuATU0NjceARcuATU0NjMyFhc+ATcOAQc+ATcOAQccARUC7hcXWEFBVTRfKQgOCCtNICg/DAYLBgkQCCo5DRwPGR4JCC2DTQICSDMaLxAVJxIHHBMTIxENHxECJjo8PGEfHxwaAQEbGC8jAQECAghBKwEBBwgQNB4RHg02QgQHDQcxRhQSBA8KFSILAwkHEh8MBAgEAAAAAAEBYACVAqAC6wAVAAABIxEjESM1MzU0NjsBFSMiBh0BMwcjAoFUe1JSPEpoSBwMcA0SAcD+1QErZz8+R2cWEjNpAAAAAQA//9oCNgOfABYAABMmIgcGFBcJAQYUFx4BMzI2NwE2NCcBcQodCwsLAav+VQsLBg4FBg4FAcUKCv47A58LCwsdCv5V/lULHQsFBQUFAcUKHQsBxAAAAAMA4ACgAyAC4AAyAEgAWwAAJTIWFzAyMTI2NTQmMScwJjc+ATcwNDkBPgE1NCcuAScmIyIHDgEHBhUUFx4BFxYzMjY3AxQGFx4BJy4BNz4BNzgBMTQyMR4BFRceAQcOAQcGFicuATc+ATcwMjECmgkvLwIDBAELFRgCAwIMDBcWTjU0PDw0NU4WFxcWTjU0PCpOInFVBQQiGSw5LxQ4AQEOHR0JJAMEMAETAQcNFSgMEAEBzAkNAwMBAw84OAMHAwEaOh88NDVOFhcXFk41NDw8NDVOFhcXFQFDKVExKSYHDXM+GzxKAQo8JyMINiwtKgEKDAkQQj4SIwoAAAUAwgCCAz4C/gA9AEoAVgByAI4AAAE+ARceAQcwBjEeARceAQcwIhUOASMiJicmBgcGFhceATMyNjcOAQcOARUUBwYmJyYnLgEnPgE3NiY3PgEXBzI2NTQmIyIGFRQWMzUiJjU0NjMyFhUUBhMyNz4BNzY1NCcuAScmIyIHDgEHBhUUFx4BFxY3IicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGAfkGFgwQFAIBFSoaIRIaAhw3GxMfCgIFAQEBAwwhFBUpFREoDhMbGRlDIiESFyMMCREJDQQaGV8pJRcgIBcXICAXDRMTDQ0TEx9COjpWGRkZGVY6OkJCOjpWGRkZGVY6OkI4MDFJFRUVFUkxMDg4MDFJFRUVFUkxMAJVBAIDBRIIAgkQCQs2HgETEgUGAQICAgUBBgYKChAoGiNBOx4HBwwODgwRNSUJLSQ2QyklJAqEIRcXISEXFyEXEw4NExMNDhP+mhkZVjo6QkI6OlYZGRkZVjo6QkI6OlYZGTIVFUkxMDg4MDFJFRUVFUkxMDg4MDFJFRUAAAABAO//wgMRA74AFQAAASMRIxEjNTM1NDY7ARUjIgYdATMHIwLcjtSLi2d+snoxFL8WHwHA/gIB/rBranmwJCBWtAAAAAMAAAAVBAADawAhAFwAeQAAATUyFx4BFxYVFAYHHgEXHQEjNTQmLwEjNTMyNjU0JicjNSUyFx4BFxYVFAYHFhceARcWFx0BIzU0Jy4BJyYnKwEiBw4BBwYPARUjNTQ3PgE3NjcuATU0Nz4BNzYzFSIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJiMC5CwnJjoRESchPU4EVWZJChwONUtGMgj+cTs0NE0WFz0zKiMjNA8QAlUSEj4qKjAMOTArK0ITFAIBVQ0NMCEhKDhDFhdNNDM7KSQkNhAQEBA2JCQpKiQkNhAPDxA2JCQqAnlVERA6JycsMFMdIHhJDVZWSmoEAVVLNTNJBFWdFxZNNDQ7RXYnEh0dSiwsMA4rKzErK0ETFAMSEj4qKjAMKyswLCxLHx4UJ3pJOzQ0TRYXVg8QNiQlKSkkJTYPEBAPNiUkKSklJDYQDwAABACX/7wDswO8AAkAGgAlADAAAAE3FzUzFTcXBycDERQWMyEyNjURNCYjISIGFTchMhYVESERNDYzAyEVFAYjISImPQEBfDVKVEo0qKnlQi8COS9DQy/9xy9CcQI5DBL9jBEMHQJ0Egz9xwwRAfBCO+HhO0KGhgFa/OQvQ0MvAxwvQ0MvHhIM/cYCOgwS/VSODBISDI4AAAADAAj/wAP4A8AAHAA5AFgAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjFTIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NjMBIzY3PgE3NjMyFx4BFxYXIyYnLgEnJiMiBw4BBwYHAgBEPTxZGhoaGlk8PUREPTxZGhoaGlk8PUQwKio/EhISEj8qKjAwKio/EhISEj8qKjD+eXEiNDSDTExTU0xMgzQ0InEfKipkOTk+Pjk5ZCoqHwPAGhpaPDxERTw8WhoaGhpaPDxFRDw8WhoaYxISPyoqMDAqKj8SExMSPyoqMDAqKj8SEvxjRjk6UxcXFxdTOjlGMCgoOA8QEA84KCgwAAAAAQAAAAEAAK9Li+1fDzz1AAsEAAAAAADc8lHQAAAAANzyUdAAAP+8BEADwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEQAAAAAAEQAABAAAAAAAAAAAAAAAAAAAAGgQAAAAAAAAAAAAAAAIAAAAEAAAABEAAIARAAAAEAAAAA44AAAQAAAAEAAAVBAAAxgQAAKsEAADrBAAA1QQAANYEAADVBAAA1QQAAWACZgA/BAAA4AQAAMIEAADvBAAAAAQAAJcEAAAIAAAAAAAKABQAHgGMAfACTgLUAzwDpAPOBG4FSAawBxoHSAdqB84H8AgcCJoJaAmKCjYKggsIAAAAAQAAABoBCAAHAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAoAAAABAAAAAAACAAcAewABAAAAAAADAAoAPwABAAAAAAAEAAoAkAABAAAAAAAFAAsAHgABAAAAAAAGAAoAXQABAAAAAAAKABoArgADAAEECQABABQACgADAAEECQACAA4AggADAAEECQADABQASQADAAEECQAEABQAmgADAAEECQAFABYAKQADAAEECQAGABQAZwADAAEECQAKADQAyGZlZHVpLWljb24AZgBlAGQAdQBpAC0AaQBjAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZlZHVpLWljb24AZgBlAGQAdQBpAC0AaQBjAG8AbmZlZHVpLWljb24AZgBlAGQAdQBpAC0AaQBjAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmZlZHVpLWljb24AZgBlAGQAdQBpAC0AaQBjAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff"),url(https://file.hbfile.net/global/zh-cn/static/img/7e6d0da.svg#fedui-icon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display:block}

[class*=" fedui-icon-"],[class^=fedui-icon-] {
    font-family: fedui-icon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fedui-icon-locale:before {
    content: "\E900"
}

.fedui-icon-download:before {
    content: "\E915"
}

.fedui-icon-facebook:before {
    content: "\E90E"
}

.fedui-icon-chat:before {
    content: "\E910"
}

.fedui-icon-info1:before {
    content: "\E917"
}

.fedui-icon-clingecko:before {
    content: "\E911"
}

.fedui-icon-coinmarketcap:before {
    content: "\E907"
}

.fedui-icon-weibo:before {
    content: "\E908"
}

.fedui-icon-instagram:before {
    content: "\E909"
}

.fedui-icon-medium:before {
    content: "\E90A"
}

.fedui-icon-telegram:before {
    content: "\E90B"
}

.fedui-icon-youtube:before {
    content: "\E90C"
}

.fedui-icon-twitter:before {
    content: "\E90D"
}

.fedui-icon-facebook1:before {
    content: "\E912"
}

.fedui-icon-sub-account:before {
    content: "\E913"
}

.fedui-icon-vip2:before {
    content: "\E901"
}

.fedui-icon-vip1:before {
    content: "\E902"
}

.fedui-icon-info:before {
    content: "\E903"
}

.fedui-icon-tongzhi:before {
    content: "\E904"
}

.fedui-icon-shouji:before {
    content: "\E905"
}

.fedui-icon-xiajiantou:before {
    content: "\E906"
}

.fedui-icon-youjiantou:before {
    content: "\E90F"
}

@-webkit-keyframes fedui-show {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }

    90% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fedui-show {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }

    90% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fedui-footer-locales-down>span,.fedui-footer-right dt,.fedui-header-group-left>dt,.fedui-header-group-left a,.fedui-header-group-right>dt,.fedui-header-group-right a,.fedui-header-locales-dropdowns-single p>a,.fedui-header-notice-dropdowns-list dd,.fedui-header-notice-dropdowns-list dt,.fedui-line-1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.fedui-footer-link a,.fedui-footer-locales-down>span,.fedui-footer-locales-text .fedui-icon-xiajiantou,.fedui-footer-right a,.fedui-footer-simple a,.fedui-footer[data-mobile=true] .fedui-footer-inner dt:after,.fedui-header-download>a,.fedui-header-group-icon,.fedui-header-group-icon:after,.fedui-header-group-icon:before,.fedui-header-group-left a,.fedui-header-group-right a,.fedui-header-info-dropdowns>a,.fedui-header-info-text,.fedui-header-locales-dropdowns-single p>a,.fedui-header-m-head-icon:after,.fedui-header-m-head-icon:before,.fedui-header-m-menu dt:after,.fedui-header-menu-dropdowns a,.fedui-header-menu-text,.fedui-header-menu-text a,.fedui-header-menu-text i,.fedui-header-mob a,.fedui-header-modal-container button,.fedui-header-nav>a,.fedui-header-nav>div,.fedui-header-nologin>a,.fedui-header-notice-dropdowns-list dl,.fedui-header-notice-dropdowns>footer button,.fedui-header-notice-dropdowns>header a,.fedui-header-notice-icon,.fedui-transition {
    -webkit-transition: all .3s;
    transition: all .3s
}

.fedui-flex-space-between,.fedui-header-left,.fedui-header-m-head,.fedui-header-menu-text,.fedui-header-nologin,.fedui-header-pc,.fedui-header-right,.fedui-header-userinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fedui-column {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fedui-column-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.fedui-root-overflow-hidden body,html.fedui-root-overflow-hidden {
    height: 100%;
    overflow: hidden
}

.fedui-header {
    background-color: #1b2945;
    height: 48px;
    padding-left: 19px;
    padding-right: 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1310px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #171c2c
}

.fedui-header-pc .fedui-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fedui-header-group {
    position: relative
}

.fedui-header-group-inner {
    cursor: pointer;
    width: 32px;
    height: 32px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center
}

.fedui-header-group-inner:after {
    content: "";
    position: absolute;
    padding-right: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -8px
}

.fedui-header-group-icon,.fedui-header-group-icon:after,.fedui-header-group-icon:before {
    top: 0;
    height: 2px;
    border-radius: 2px;
    background-color: hsla(0,0%,100%,.8);
    font-size: 0;
    position: absolute;
    content: ""
}

.fedui-header-group-icon {
    width: 26px;
    left: 3px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.fedui-header-group-icon:before {
    right: 0;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    width: 14px
}

.fedui-header-group-icon:after {
    left: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    width: 14px
}

.fedui-header-group-left,.fedui-header-group-right {
    width: 300px
}

.fedui-header-group-left>dt,.fedui-header-group-right>dt {
    height: 62px;
    line-height: 62px;
    overflow: hidden;
    color: #9aa5b5;
    padding-left: 24px
}

.fedui-header-group-left a,.fedui-header-group-right a {
    cursor: pointer;
    color: #1c242c;
    background-repeat: no-repeat
}

.fedui-header-group-left a:hover,.fedui-header-group-right a:hover {
    color: #2483ff;
    background-color: rgba(242,246,250,.7)!important
}

.fedui-header-group-left a {
    font-size: 16px;
    line-height: 80px;
    height: 80px;
    padding-left: 80px;
    padding-right: 10px;
    background-position: 22px 17px;
    background-size: 46px
}

.fedui-header-group-left a:hover {
    color: #2483ff;
    background-color: rgba(242,246,250,.7)!important
}

.fedui-header-group-left a[data-type=global] {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/8748095.png)
}

.fedui-header-group-left a[data-type=kr] {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/4e19ac2.png)
}

.fedui-header-group-left a[data-type=jp] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAi4SURBVHgB7VlNbFXHFf7O3Pfwv3kG1EBpqA0UaFqCcRIaqY4wwSiwqXBVKU2kJFRVpahSZRN1UykVZtkuYltRu+iiJd24itIm2ZTQGvyM0jQkCrg/qaPSYMsB0yaB9/wDNrbfnZ6Ze2fu3PdnO2STiGPdN3Pnzpz55sz5mzFwh+7Q55sInwIdPinbPMIurrb5Es3MNIXgUZTlWca4HONy2Pcx9MohSuM26RMDP/yyTCVq0QmJLimRchlJ80NBlQrnGZWEoVwOx3kRY/gEtGLghwdlatUijjGiznC8VMCkhMtN8h9BhKXTRqTXFC1L4MSCxwvYt7IFrAj4owOyk+fq5lGriUHICLk0UlULoDKzKdB6LAWlhi8xJhh8/z56AcukZQN/dFD2CFYL825BF2FoJUp5EleNFO4OokWbPryQ3v79dBSfBnClGjWEl3mytiK9Lf6wQvlfjITNIhxJR/3iaIZvSuxj1cmiDCWwBNUIDDLDXZQn2lCyFpBwGq1Fku2KUOf1u1UX9SYcNQvam2tZUPy6rxwuUe7jE2dZPQSaBcPjEu5Dpq6+eTyhCIByHV70TbfpR0R1NYZ4jBkffpe6HvBue+J12VMOW0lVefJ1+RR//U3M6Cg20tVf/R4aZiBRt8wfC6shkacpwl8KHP3tg9SH5QI/8lfZyB8GmVljgdZKZ2Q4mXTayFmkNG4xbN965RIOvn0aX7o2gapbc7j4xc14a3sLzn31PhnOYPuGLDOoxOYTuwv1PVFiNd08caPVP2mhxpYqQz8tyOq11l0SBT4bh84NkALt0lcmLuln7UyGTu5pjyQeuFclgAa6hWNcPVoEY5yeZmkvehjVwCgyIusEKPLDiFQjmtD176GqPDDyDh4beAnl6Bff/gHe37g5UhmKYsJiEg35Ui8wzlwSx8gYX2gsQoTG5xiTkjK3a+mKwLACYxTaQKU7fs/IeSxFj5w7HY0NgGvjVfVVvo7SKAucO7eFXkPqJ/AEJNz3gDkJisCR41n0kMhTYAvr9lK08eMJK6DQMxmhKH5dZYE/fUG2Kd1Wk6qBalB1ErJlLfDD7aDvbw0WUJ0APbwBUI92a8EirMv0vEByeke4nK2oXBK4MlYRzmkE5IXj+T2lsLn9E3nS3uvqp+LRsQnYUR/1eawJlEoC66uC96GPAk9g9NnUBWx0pIkvbMCWD0bLAr90d5PdrWAUTGH4qLQ5XQp4s6mb1PTFccRNOHJ1+kdJyPhvckA7rlCeaT2ALf2/KhkzFJ3feb9k6cJG1PxkQOpIan16TFVEqCYmuuntDrZcGn0N9TvQx2AbZagaUVQMo6CJjGObmuh06/6SoM+0tssL97ZAm0gYcdU4ra6BM1A4drljYhLXvtsEgDAyOmmrEQWZNFa9bq2WeKCejzUZgZ21EntW+3hrUtDbUwKZhYh3+qF2ZFMNaPn7O2gaH8Uc6/3VuzbgDLePbdqscx0Z+XFbmHxHRicqt0tAXe/J/CzV7WlDunlv8CQ925Qr2v06g35uPIFZP9YcCwlFPpDzEj+acGvvDrIaElcVN4kiWzdqorYO1kXx94Pr4qhcNGvYgL+7Pmf7Wx8f8hShGpjHuD8KVdBRNas6MazuC4PJGlckomyOYvVQh3fWSLq/ThYFbejrNRKPNPjxzDLkYwXghUDdbJN0CiwpCmiqLB05eUC2aApLkaTVsyYh6Vvrchpo/jngLxfnbJsqD6zx8VCKlcxJW2OpMVkDdHfZBCBd11E0uCkoIXEPw+7gGGBnQQcafDQkQuNxxv/8VBYdv/wf3nh/zrb948o8nvv1ZZq8OkvkSNGWTpQuJjSbs3tlgPOODBm3ZtUlfliQ7SkfLbXSSttI98XzN9CTnkay0sMzv89gas7Xi/rymgTe+3gRJ1/7ENnr85HeCrj12Bzak4Q5kCPI4ZLA2dSGzSnGblmk4/TNOp8eZtd3JbuIH7+asdK+nM2h92wAOlEpMHHTR8/QtP5WVyXQuq0KPnf+8x8ZfGYejrFKIxxjkESRL7d5kQpy7HFLAv9ZE6VZt7JGRexW8ntLjY9D7KMvT+bweH8GfxiZs/7q8f7r+O+cRKKC9KMW8MKFm3hzfF5/f2Z/vW7L8TXBwMBHmJxccI9qVkVcT+bsiCpHFbaSwBVxEOijyF1pRhf/M4P2qkVMTOXwJKuBApms8DSo59+8EYL29ONVCC75YaA/GZjCFR5zz11JvRNqjEJ5ZvAarl6dKwraCMzJPFXiMJSPsyB/6B6VKb8K18158t2RGfzzXzPo2FGBgdF5TN+K/MjzB+vxo9cm46zsjVDwvrFeoH6VwAjredjB9t+9qw7bttbY0bIQnY7QHDabujfEb7qKJj7dH8qehXnZNfzuNMbG5xA7SMKZ38bAvMOnzcJKIHLYfG17De7ZVpMfUcmZ50T3evpeHocS9ypJHE+fzRy5Meun1BajyLyF9ziFt1tFpZhH/x6bxfRsju7dUYPqKk/GxvHVHBvl8WLjqBTDlt9d62Lvou82Cq+poraASfGl2Lw2do9RnF81C2jPzlqsrku43Y/8dF3x+8SSwBV949VMLxtHZ+nUyOUUqIosx7SEIgdLDGrbNlViOz/MqvfZtaXvEcsCV9T6p6lBLtoKUS9XQZapPJpNwLOmQgyf2lu7G2VoybvDRDLXAZFk8LJZe09C/KrTZJrS/iDwso7BkogDRL4Ru4un9C1/oQNL0JISN7T/jele8rxOZ/YSLAodRGyteeMJ0eWYlH7f6QdrC070twVc0cELs0dYSsd4UCOssOKLIOvOg6usuBEjPI2Q3RBV+ur/RDn/+Kn7qnuxTFoRcA1+ZLbRk6JbCHpKA0QpB5ynAOFs+f+xkIvom1lIdqd3l78Pv23ghg7zAlDhdXNM3gt1Vi3iTvKCqBvDsjIn+zCV6H1lhYBvG7hL3/lgoY0Nso1TSXUSb9SHbnW4DcSd1UAlZ56C0nJh8W8v3Z1M4w59xuj/JghPH9ofWkkAAAAASUVORK5CYII=)
}

.fedui-header-group-right {
    border-left: 1px solid #e5ebf5;
    padding-bottom: 4px!important
}

.fedui-header-group-right a {
    line-height: 48px;
    height: 48px;
    padding-left: 56px;
    padding-right: 10px;
    background-size: 20px;
    background-position: 25px 14px
}

.fedui-header-group-right a[data-type=info] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIzMi45ODklIiB5MT0iMTA1LjM1MiUiIHgyPSI2MC4zOTIlIiB5Mj0iLTE1LjY4OSUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjRjZGOEZCIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0JDQzJGQSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSJub25lIj48cGF0aCBvcGFjaXR5PSIuMiIgZD0iTTAgMGgyMHYyMEgweiIvPjxwYXRoIGQ9Ik0xNC4yMTYgMy4yNWgxLjJjLjU5OSAwIDEuMDg0LjQ3IDEuMDg0IDEuMDV2MTIuNjVjMCAuNTgtLjQ4NSAxLjA1LTEuMDgzIDEuMDVINC41ODNjLS41OTggMC0xLjA4My0uNDctMS4wODMtMS4wNVY0LjNjMC0uNTguNDg1LTEuMDUgMS4wODMtMS4wNWgxLjcyMSIgc3Ryb2tlPSIjMzU3Q0UxIiBzdHJva2Utd2lkdGg9IjEuNSIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik03LjUzOSA0LjUzNGgzLjA2NEwzLjcxOSAxMmwyLjAwNC00Ljk2MUgzTDQuNzIzIDBIMTB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjUgMikiLz48L2c+PC9zdmc+)
}

.fedui-header-group-right a[data-type=pow] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI2Mi43NTglIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9IjM0LjE2NSUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjRjZGOEZCIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0JDQzlGQSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSJub25lIj48cGF0aCBvcGFjaXR5PSIuMiIgZD0iTTAgMGgyMHYyMEgweiIvPjxwYXRoIGQ9Ik0xMi4yMDQgMTguNDAxYS43NS43NSAwIDExLS40Mi0xLjQ0IDcuMTkgNy4xOSAwIDAwLjg1MS0uMzA4Ljc1Ljc1IDAgMTEuNTk4IDEuMzc2IDguNjkgOC42OSAwIDAxLTEuMDMuMzcyem0zLjc1LTIuMjMyYS43NS43NSAwIDAxLTEuMDYzLTEuMDU3Yy4yMTMtLjIxNS40MTMtLjQ0Mi41OTgtLjY4MmEuNzUuNzUgMCAwMTEuMTg3LjkxOCA4Ljc5NSA4Ljc5NSAwIDAxLS43MjEuODIxem0yLjI0NC0zLjg4MWEuNzUuNzUgMCAxMS0xLjQ0OC0uMzkxYy4wNzgtLjI5MS4xMzktLjU4Ny4xOC0uODg4YS43NS43NSAwIDAxMS40ODYuMjA3Yy0uMDUuMzYzLS4xMjMuNzItLjIxOCAxLjA3MnptLjA4OC00LjIyYS43NS43NSAwIDAxLTEuNDY0LjMzIDcuMTg4IDcuMTg4IDAgMDAtLjI1NC0uODcuNzUuNzUgMCAxMTEuNDEtLjUxMWMuMTI0LjM0Mi4yMjcuNjkzLjMwOCAxLjA1em0tMy41NjUtNS4yN2EuNzUuNzUgMCAxMS0uODUzIDEuMjM0QTcuMjUgNy4yNSAwIDEwOS43NSAxNy4yNWEuNzUuNzUgMCAxMTAgMS41IDguNzUgOC43NSAwIDExNC45Ny0xNS45NTJ6IiBmaWxsPSIjMzU3Q0UxIi8+PHBhdGggZmlsbD0idXJsKCNhKSIgdHJhbnNmb3JtPSJyb3RhdGUoNDggMTEuNzI3IDguNjkpIiBkPSJNMTEuNzI3IDMuNjlsNC41IDEwaC05eiIvPjwvZz48L3N2Zz4=)
}

.fedui-header-group-right a[data-type=chat] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIxMDAlIiB5MT0iNTAlIiB4Mj0iMTguNTk3JSIgeTI9IjUwJSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiNGNkY4RkIiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjQkNDOUZBIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9Im5vbmUiPjxwYXRoIG9wYWNpdHk9Ii4yIiBkPSJNMCAwaDIwdjIwSDB6Ii8+PHBhdGggZD0iTTcuNSAxLjhIMTlhMSAxIDAgMDExIDF2OGExIDEgMCAwMS0xIDFoLTYuNzE0bC0zIDJ2LTJINy41YTEgMSAwIDAxLTEtMXYtOGExIDEgMCAwMTEtMXoiIGZpbGw9InVybCgjYSkiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDAgMCAxIDI2LjUgMCkiLz48cGF0aCBkPSJNNi41MjMgMTQuMDVoNy4yMjdhLjI1LjI1IDAgMDAuMjUtLjI1di05YS4yNS4yNSAwIDAwLS4yNS0uMjVoLTEyYS4yNS4yNSAwIDAwLS4yNS4yNXY5YzAgLjEzOC4xMTIuMjUuMjUuMjVINC41djEuMzQ5bDIuMDIzLTEuMzQ5em0tNC43NzMgMS41QTEuNzUgMS43NSAwIDAxMCAxMy44di05YzAtLjk2Ni43ODQtMS43NSAxLjc1LTEuNzVoMTJjLjk2NiAwIDEuNzUuNzg0IDEuNzUgMS43NXY5YTEuNzUgMS43NSAwIDAxLTEuNzUgMS43NUg2Ljk3N0wzIDE4LjIwMVYxNS41NUgxLjc1em0zLTUuMjgxYTEgMSAwIDExMC0yIDEgMSAwIDAxMCAyem0zIDBhMSAxIDAgMTEwLTIgMSAxIDAgMDEwIDJ6bTMgMGExIDEgMCAxMTAtMiAxIDEgMCAwMTAgMnoiIGZpbGw9IiMzNTdDRTEiLz48L2c+PC9zdmc+)
}

.fedui-header-group-right a[data-type=wallet] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIxMDAlIiB5MT0iNTAlIiB4Mj0iMTguNTk3JSIgeTI9IjUwJSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiNGNkY4RkIiIG9mZnNldD0iMCUiLz48c3RvcCBzdG9wLWNvbG9yPSIjQkNDOUZBIiBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wIDBoMjB2MjBIMHoiLz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyIDMuNSkiPjxyZWN0IGZpbGw9InVybCgjYSkiIHg9IjgiIHk9IjMiIHdpZHRoPSI3LjUiIGhlaWdodD0iNi41IiByeD0iMS4xIi8+PHJlY3Qgc3Ryb2tlPSIjMzU3Q0UxIiBzdHJva2Utd2lkdGg9IjEuNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEzIiByeD0iMS4xIi8+PGVsbGlwc2UgZmlsbD0iIzBENUZENCIgY3g9IjExLjA3MSIgY3k9IjYuMDgzIiByeD0iMS4wNzEiIHJ5PSIxLjA4MyIvPjwvZz48L2c+PC9zdmc+)
}

.fedui-header-group-right a[data-type=cn] {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/8eb2aba.svg)
}

.fedui-header-group-right a[data-type=capital] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIxMS43ODUlIiB5MT0iNjAuNTU4JSIgeDI9Ijg3LjEwNCUiIHkyPSIyOS4yODklIiBpZD0iYSI+PHN0b3Agc3RvcC1jb2xvcj0iI0Y2RjhGQiIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQ0M5RkEiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTAgMGgyMHYyMEgweiIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC41IDMpIj48Y2lyY2xlIGZpbGw9InVybCgjYSkiIGN4PSIxMi41IiBjeT0iNi41IiByPSI2LjUiLz48cGF0aCBkPSJNMiAxMC45MjVBNi41MDIgNi41MDIgMCAwMDE0LjUzMyA4LjUgNi41IDYuNSAwIDAwMi4zNCA1LjM1OCIgc3Ryb2tlPSIjMzU3Q0UxIiBzdHJva2Utd2lkdGg9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzM1N0NFMSIgY3g9IjEiIGN5PSI4IiByPSIxIi8+PC9nPjwvZz48L3N2Zz4=)
}

.fedui-header-group-right a[data-type=eco] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSIwJSIgeDI9IjUwJSIgeTI9IjEwMCUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjRjZGOEZCIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0JDQzlGQSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGcgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMCAwaDIwdjIwSDB6Ii8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMyAxKSI+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTcgOGw0IDEwSDN6Ii8+PGNpcmNsZSBzdHJva2U9IiMzNTdDRTEiIHN0cm9rZS13aWR0aD0iMS41IiBjeD0iNyIgY3k9IjciIHI9IjciLz48Y2lyY2xlIHN0cm9rZT0iIzM1N0NFMSIgc3Ryb2tlLXdpZHRoPSIxLjUiIGN4PSI3IiBjeT0iNyIgcj0iMyIvPjwvZz48L2c+PC9zdmc+)
}

.fedui-header-group-right a[data-type=cloud] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSIxOC41OTclIiB5MT0iMTkuMjgxJSIgeDI9IjUwJSIgeTI9IjcwLjI4NyUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjRjZGOEZCIiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0JDQzlGQSIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSI1MCUiIHgyPSIxOC41OTclIiB5Mj0iNTAlIiBpZD0iYiI+PHN0b3Agc3RvcC1jb2xvcj0iI0Y2RjhGQiIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQ0M5RkEiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTAgMGgyMHYyMEgweiIvPjxjaXJjbGUgZmlsbD0idXJsKCNhKSIgY3g9IjE2LjUiIGN5PSIxMi41IiByPSIzLjUiLz48cGF0aCBkPSJNMTAgMTUuNUE2Ljc1IDYuNzUgMCAxMTEwIDJhNi43NSA2Ljc1IDAgMDEwIDEzLjV6bTAtMS41YTUuMjUgNS4yNSAwIDEwMC0xMC41QTUuMjUgNS4yNSAwIDAwMTAgMTR6IiBmaWxsPSIjMzU3Q0UxIi8+PGNpcmNsZSBmaWxsPSJ1cmwoI2IpIiBjeD0iNS41IiBjeT0iMTIuNSIgcj0iNS41Ii8+PC9nPjwvc3ZnPg==)
}

.fedui-header-group-right a[data-type=chain] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDE0YTQgNCAwIDEwMC04IDQgNCAwIDAwMCA4eiIgZmlsbD0iIzI0ODNGRiIvPjxwYXRoIGQ9Ik0xMC45OTggMS4wNTVhOS4wMDQgOS4wMDQgMCAwMTcuOTQ3IDcuOTQ3Yy4wNi41NDktLjM5My45OTgtLjk0NS45OThoLTdhMSAxIDAgMDEtMS0xVjJjMC0uNTUyLjQ1LTEuMDA2Ljk5OC0uOTQ1eiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPjxwYXRoIGQ9Ik01LjY3NCAzLjc0N2EuNjguNjggMCAwMS45NTcuMTYuNy43IDAgMDEtLjE2Ny45NjggNi43MzQgNi43MzQgMCAwMC0yLjQwNSAzLjE4Yy0xLjI2OCAzLjQ4My40OTMgNy4zMjIgMy45MzMgOC41NzQgMy40NCAxLjI1MiA3LjI1Ny0uNTU3IDguNTI1LTQuMDRhLjY5LjY5IDAgMDEuODgxLS40MTcuNjkuNjkgMCAwMS40MDcuODg3Yy0xLjUzIDQuMjAzLTYuMTM2IDYuMzg2LTEwLjI4NyA0Ljg3NEMzLjM2NiAxNi40MjMgMS4yNCAxMS43OSAyLjc3IDcuNTg2YTguMTM0IDguMTM0IDAgMDEyLjkwNC0zLjg0eiIgZmlsbD0iIzM1N0NFMSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhciIgeDE9IjEyLjQ2OCIgeTE9IjkuODQiIHgyPSIxOS4yNDciIHkyPSI3LjAyNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGNkY4RkIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNCQ0M5RkEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=)
}

.fedui-header-group-right a[data-type=defilabs] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKnSURBVHgB1ZPPTxNBFMe/M7vbH7Qm26AexB/bAwcPJk2EBG40Er1p/QsIdxPKwZgIiSVCjCfkYuKtHIxHMV482XowEsFI9OKPkC3ERKpCGyyQZX88Z3ZtsyCCN8PbzezM7LzPfN97M8D/skzB1HsKpnHQOhYelN6SHuPOkKoiF9FItzyqP3hRq7xbtjJiZQjGyox48fXEyem/AkuvtgyoSknTYEQ1hpWfNu6X17Bpe7icSYIrNP3w5XqRGHROyIHxAQm2G+7VhXvp+g6ghHlcKXGFndEUYo1tF3eefcfZE1Fc69eRSnBEIhD7IZs6opWlT88N03BVXhLdur3hZZtQLhuPKTkCDCJiTGwx+XwVbVGOfH8KbVorCFIYbjUHs3fTFcXxsjIVkQTyzXkfSBxXmhOfv1lY23Bx/VJ7EIDcgYHEw0TTVyPSw1Aib4oYH8rkTb0FZB4ZwsG3918tnEppOJpUKUgIyVcqJ0lO2LYRLoLqoCg+uppApgUMJZTWGi7ak8rvIAnNuvk90XVdrR72kSr9tPHgFKgBic8I57yUEI8wkXwhR+RTEKi5V7XusPGnNXxYtHYAd5uvkHvOlPD2F8Y1jk9VS8YYyPPBoOq6i8WqjZgOPQzoLphBqB4qLWC2N15xyRmW/XMdMayKonxcsRiC7PntpkULe0qyeV78r8xPpMstoLSLvfEic9x057FoufN4BI/m1rG17Ze2Tp47PDbzY3g3K3PTlDdogEEpYD+Th7Z7ZMm8MP6lFJ7vGjH7WjBxt7tGl2pdo8uPw2vYflBHheFoWIhhZ96kzRbSlfOjZu7NeHrmn4AtVUKBqEnujx+MFedunx7cPa3iAEs23MGNNoy5SnBwpUUUlGN17Hl8DlToqxwx84zxyeaYSM3NT3Q8waG0X5yMCIl3hyU7AAAAAElFTkSuQmCC)
}

.fedui-header-group:hover .fedui-header-group-icon,.fedui-header-group:hover .fedui-header-group-icon:after,.fedui-header-group:hover .fedui-header-group-icon:before {
    background-color: #2483ff
}

.fedui-header-group:hover .fedui-header-group-icon:after,.fedui-header-group:hover .fedui-header-group-icon:before {
    width: 100%
}

.fedui-header-group:hover .fedui-header-group-dropdowns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header-logo {
    padding-left: 16px;
    margin: 0;
    height: 22px
}

.fedui-header-logo img {
    height: 22px;
    vertical-align: top
}

.fedui-header-nav {
    padding-left: 40px
}

.fedui-header-nav>a,.fedui-header-nav>div {
    vertical-align: top;
    display: inline-block;
    /* height: 48px; */
    /* line-height: 48px; */
    color: hsla(0,0%,100%,.8);
    margin-left: 24px
}

.fedui-header-nav>a:first-child,.fedui-header-nav>div:first-child {
    margin-left: 0
}

.fedui-header-nav>a.fedui-active,.fedui-header-nav>a:hover,.fedui-header-nav>div.fedui-active,.fedui-header-nav>div:hover {
    color: #fff
}

.fedui-header-nav>a[data-hot],.fedui-header-nav>div[data-hot] {
    position: relative;
    margin-right: 20px
}

.fedui-header-nav>a[data-hot]:after,.fedui-header-nav>div[data-hot]:after {
    content: "";
    position: absolute;
    right: -22px;
    top: 11px;
    width: 20px;
    height: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAWCAYAAAHFie4mAAAABGdBTUEAALGPC/xhBQAAA21JREFUSA3NVltIFUEY/mZ2hYpeArOMHhKLoohewsisiC4kRBFdXrqJHq2IyG4YBWGRJWkU+JRZKulLN6KQCiEhzLKXwAzCC/aQWcegHqKgc2anmdGd3T1njtZBqYHdmf/7v/+fyz//v0t+hcAR2yTofBvgskUuLFM9MTHNoORLl5FCoj0bmZA+ZdN9cSpnLxs5e9fC2dtmpZN9HJG11npGPieKqCcdYWBej8GAxmIp1zjsc10Ktg43Qz6y2epVOaCE6LF0vX26tQLs8lqFy1fc1HTTWTgPSiEOXZOMxIDWL0SLsM0vJxrHTZ2I+Ke4Ph15Kv7myvZV5odhHX8GzFigMZfnAtqhC8T2hAYpTmsNSGZ2LE3LKixScnpfaNAvy1tK1xSD5p4A/9ABdmV9IBKxdvoMxeUeTKlBWsBrEoJ2mISt0SR4QEbK34HaoVXS6lmKKFq7rirZOtYCu6wbVkEDVEQnp4Is2aFyw67oh7Rz80Qa6KB43sRoqGoA6fNFklBET81RanZ9J+xqB9EiCtbeCGt3DdijcnH6PdpcOySzsmAPJyGoDf76Hmh2Hpy7JZosB4R4tSmgGBb0lvn7V5DZrJ6KlUrNP4v0n5ppskuIaYcmBheX2A41qG1LPd14Bk5bvYmqMe2Q93dqEJGf4OFeJUeKLFjFj2Ff+gT8+ApWm6d5fFBwBNffxvwe6qCIlN1uV+O2f7akxpEQwkkZJjAa8y0nmCdpWB+h68E60aaqlNOwz4W8PjUDVqhR3Pn7cJ5c9HCRTHT1IZCFuSAzFwmcKx+8ownO0ypd7YjIE7qiyLNLMGLlXrmNWyDNXAon5kOm/aRMhNL3v9GQtec6aE4+WFNZsPTKRW84jZRqBqf1Blh9AXhbHZh43CYrAV1egMhJUSl81cDVyz5ugX7laGOSE1KLi9bsAm9vCNLFJp2HpeBf+mDn16nvi8zjv23GBZK02bq4BhxOmhIQyfS5Q3K4O4AHhGEdSZ9n+NcLMI2CcYE83AN2c2+8gSjedLH3MyKrGF13FHRLOVjlqni+QOjm8/I3EM7zOqN+NNC4wIRGsYX/YyeiR6bB2n9Hfbpk9eR97cqcZGRBRsLpeqY4+D6Y0O1Iiv++zOhvyUi7+Je6QIhFBG/bE3CAVCG5eIzHTiKFuMUPYup4+B4Ln78BSH5zQlx0+J8AAAAASUVORK5CYII=) no-repeat 50%/20px 11px
}

.fedui-header-nav>a.fedui-nav-margin,.fedui-header-nav>div.fedui-nav-margin {
    margin-right: 0
}

.fedui-header-nav>a.fedui-nav-margin:after,.fedui-header-nav>div.fedui-nav-margin:after {
    top: 8px;
    right: 0
}

.fedui-header-nav>a.fedui-nav-margin i,.fedui-header-nav>div.fedui-nav-margin i {
    font-size: 9px;
    margin-top: 4px;
    margin-left: -1px
}

.fedui-header-nav>a.fedui-nav-get170,.fedui-header-nav>div.fedui-nav-get170 {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-top: 13px;
    padding: 0 8px;
    background-color: #e78c04;
    color: #fff;
    border-radius: 4px
}

.fedui-header-nav>a.fedui-nav-get170:hover,.fedui-header-nav>div.fedui-nav-get170:hover {
    background-color: #faac14
}

.fedui-header-nav>a.fedui-nav-get170:active,.fedui-header-nav>div.fedui-nav-get170:active {
    background-color: #e78c04
}

.fedui-header-nav .fedui-header-menu-text a.fedui-active,.fedui-header-nav>.fedui-active {
    border-bottom: 3px solid #2483ff
}

.fedui-header-nav-projectcenter .fedui-header-menu-dropdowns {
    left: -24px
}

.fedui-header-nologin>a,.fedui-header-right {
    color: hsla(0,0%,100%,.8)
}

.fedui-header-nologin>a {
    height: 48px;
    line-height: 48px;
    margin-left: 16px
}

.fedui-header-nologin>a.fedui-header-register {
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 2px;
    background-color: #5c00ff;
    color: #fff
}

.fedui-header-nologin>a.fedui-header-register:hover {
    background-color: #6ea6ff
}

.fedui-header-nologin>a.fedui-active,.fedui-header-nologin>a:hover {
    color: #fff
}

.fedui-header-nologin>a:first-child {
    margin-left: 0
}

.fedui-header-notice {
    margin-left: 24px;
    position: relative
}

.fedui-header-notice-icon {
    cursor: pointer;
    width: 24px;
    text-align: center;
    height: 48px;
    line-height: 52px;
    position: relative
}

.fedui-header-notice-icon>i {
    font-size: 18px
}

.fedui-header-notice-icon>em {
    width: 18px;
    height: 18px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #1b2945;
    border-radius: 50%;
    background-color: #d14b64;
    color: #fff;
    right: -10px;
    font-size: 12px;
    top: 11px;
    font-style: normal
}

.fedui-header-notice-icon>em.much {
    width: 10px;
    height: 10px;
    right: 0;
    top: 13px;
    background-color: #ef5656
}

.fedui-header-notice-dropdowns {
    display: none;
    position: absolute;
    right: -100px;
    top: 44px;
    width: 250px;
    height: 480px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(28,36,44,.12);
    box-shadow: 0 0 20px 0 rgba(28,36,44,.12);
    border-radius: 4px;
    cursor: pointer;
}

.fedui-header-notice-dropdowns>header {
    line-height: 64px;
    height: 64px;
    color: #1c242c;
    padding: 0 16px 0 56px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAAHdbkFIAAAABGdBTUEAALGPC/xhBQAADj1JREFUeAHVW3mQVMUZ73fM7Mwe7C7sLrvszuyBHEZXUAgih5FAjDGmzKUmKf5JpaJlJZUUSSoeiIwSo5aaq5KQVCVVqdIqk5hS/sjlQURAhbgQFDEg7LIMu+yyLAvLHnO+99K/ftNvet68NzNvWdQ0vOnu7+rv+7pfv+6vewkR0pLfdvmWR3qvEUBE4pVrN51Ywss837uldR8jEJGr1oW6dr9yciknkiGWVy6bF+oaPEHIrsVLunr+es9iwFXfQF2nkaE41U1omxL5NBkiHbecPACwvCfSth+FC33N94Ogv9sgyHnK04EjeF7UCk7I8uUP9F5+/ZbBdhFYsAnmh1Wb+haliKaKXLwcVHreVkXkvPnhrq3BdlImjZPVB/YtjWkdiyzOCiXc1X/MILdKx8mEFrU8aRGcOgbB3KhwV3W7SaQGFd+JmJZq5QDePnIoKe+IzBmWFIN728KDERUu00IUsgpEYIRQzmAJEIcERxbKoRX6mQlwYp63sH5dVXXgMeiOEfLzRD2TB/eJglV0n93A2XWhbWPDpGVsWCIGzJfo02KyDf77mcbGZesHuRDVXxaIJ5KJcg6QiBoY6JYy5IQKoPySRFZ2n2EkjcuiFjMAriYA2VTW0AUNYMJAcihHdeCRpuxE3huWAFMeITdEXlUxxnjdnmNwiLA8ARy5MhKdYxCtwdBUTSnX+3bf13qO48Q8RwC1V1r+YDRnYhGJUXbV4PqN/aGEnG6wMzjV9zwc3k97hvW+DIIbIkOVpTKDXtSSCYhpsQVA2NM11zXdaYfxOh+96spNJ65Ic6iQX31tqIvoEqH5nb9ImJaNaVVv3Xxwx90CGVEpc0AEoIwpdGwEg8Sg/2iqwA8hVcrYx82S+QstmAkiEOUx2mHj9Bk7J7F838hCRvKpXy7YbKe1phwRwVqn458P4/tHdhKpXyLxVdG/iXQo5wnQzoe6xjmzPVebH5cr++8RheQJgNpmcsqVtTWVWXa/4o+pJBDoI/G49frWZGZL8U3UiP7SUHL4/iyrWdoVaXqPNcP71E5QrM4+DZzIqxD+TnBDmZxShXBmMOUIAGBF5PhiTZMVlO1JVaSB1yPhUyI8T4CI5OXb/mwopw5GFzqNWk6Tl9PO2btx9uk8uA3gqgDecLeX1CajaNVHlPTuLS1vOxHmKeBlXnISWAwm9h9oLQVKmU2LCS8VLyv6xJuR9sOWAujj6MEoW7iVKqRzadP6igrf1+lHtzqd1Hf0HD376MiZ+NkXO1f/IagkOg7FOn9y95Hfb3OTpyi69kak/QDzQKnDv7W1fk1ldeAJLhQfbExYSPdKN5E2iS0pOZrly9/as9TnsxarObgyPTUk4+uXA3WpNDbO/oqhBZ4Yp3MVplvMmBdGDDblYv7aPrnekbPnhW+vdERQYEL2NUiF3luRsbYi3EUXKiJIKJtDSUvFyNmjLzN4z95fb/BVzBzt+Oxj7wiEeUUV331CdMeJQ6SG1TntU/ezBJ34UDYCJNj4OQZecPviXSZB4V8Viw59knS4kU0Ohv9F5c8w8VZL5scKSpirtwy7iA91YYwEG7MLbqc2GEepgxAC2mbU/0aWJNtCj3eNRHpGnReBTo1Xx84f5ioTL0ooRPHP0Ot20CWDnwmmXtBl8swF6czPnBpygvHvgqUAiIrtD5wETQUWVsIHn4tISfDmKADApZwRZUUefTMSOoZ2eMpTgCOQXxc5vlDX5MyqTMR4K4sW2zkLKmAnvn7jMbqA9hVcQGOhFBwfOvHSk4sm7PxOdU8KQMCqR0/UyumymlQyVWkomk8mhq6npYSiyqPxpqEz++5amnJqyA1WkgLXPnJ6trjycxPG4XStGZ/TGT783O0SneQKp4IK3BA5VYd9eGER7lgsRHY93PwO38s4UboqMJ2vZFAJHtkRaRgvSYFL9RqW6erQzkeaT9qVyPOAlxnRLqxY3UmJnO2VPXJWTKBXPLaxWOyKfJYCmHQMjX9jRZLpLWOljW7mUpkCCC5MZcZbSSOFhfbRvBF7vvrB/qs4jCmQJG1XckAp+cz6wKylK5qf1OlOxe/33YEFKvi2LvjG53cuXrYTC9NCchDJw0IYNMwVXgbe1ctCr1KuKouZiTDIt1JfJPP13Tnt2mNbIhKT1etbWg/JmN9FRKHyFVeFupIJqSoZIwRPgj0Gy+2NQ84L81b8yU0edR4LTqjFPi5cQHtH86ZkHDW6DMksgNiQpWVWdfhm1gRSLZzfKUdwOS9E4EQImJaUb9XwmUFr1hjO1GnGQyko8vTH/bXbiPOWgJEEBhrqrdeQM7nlzN2T1PVxiSRozh50Ba3jWX/oHzms0XNl73/vhbY9OUBbRUvr1SV7wHQ/l8BdAHewDiAJ/xKy+pVtJDVBdyw09ez91dbQuvv2sorLj6waZSUrAA8g9GnGrlDiTVM4HQzYolU0rLTwC1oXFd0X6ESSS1YAo97se9p0zigUNYGpGXwZyoWTpCmpogro482PE01Zm2CNUndj6JteZ0XehKmTgI+FutSagVUGSbN3h9OJuc/vGy+qQGJcWQv3ws3ZJJbhEGd84vScv5fPjn4yy5db0tXEeRWLyKSWDOaisjW4ngW+0WbGcnEcgNINL/u0V7KS8kuIQ6tYwSaDNWY4M5+G2I9FOqob6C6Zp4xG5uAgGjH2nRg9cxfHlpLLpS6fubCJuP7iZMwgeGIxyXxoL8fo46lxhDhpYhMR9mm8gWL56cTwxskkeSZOJ58YU8Ig8ZiUHEqcXVGMV8TzEJ41mrx8EUVBUynzUw/wWlMxtk9TEeaVB0t18QDMUgC7VX6s5lWoF3p7wNJSAEKgGXawXgR6ocWBi53eGgMi4mJ3RKIslPlxoR3OcE5AwG6LGP6oFu10w5cKF6OiTjyOHhAJEUdMa0aTCCuljEion/S+uyOyhq6+3FNRBTjrjT94uyJW2dBaaNoGLaKfOx+5LG8LxuXY85IVsDMWqkPZeFnFTMNXUVVM4UJygMO3SkpNjAUSEyNeZ+1isoG/aAdgU5Uicxtw2Op2UlOKIl5oMLwkogz5SPdQsSFWTO6UHIAXtI/0dkxlN1lMoang8aK3kLYeHnn0IsOTAzA9xkky/EHs4b0YwWkx3QaIPyp+6TjOLS/qAAQSVjzUN1fX9Go3IR9FOD6ob2xu6S4UnYPeBR0w3R/ED8NR4sLLqX1HB+AdH9D6LxevQzkx/7/AsABsUpr/6zRH5Dngg+r1cNuMcMvc6p/CiX3doxuivReil9qhTqMhZzGKVc/FRMW9GFDXVHET3ee24kHZC+9UaWGb/YTYGgFezyK8KFHbEKhrbZ/1HZ8q30hnHRWba+xmeeNWGQAaR5iRPP7ahsRnZlXLI44H+biL9FT0h5u2j9487EUPi1a41MF0wMpttMDG3GL0WJh/eeOXA+X+e6hVLKiB2AmPIjHrWZ0LNaNLK42nydeM73NgwXz/+Y899t3ep/9SkMgFibNarCxZXAZrbBp+dCH1Dq6ZWU7vGMx6llpblZhEzAYyzO7N9j3vd+TZ9CXfg9mhkQU7lq6qOryB3o/cLd6PdCR0ADKbCXlPxtnfxa7XRflVM8oba6vrttGIaVWCBi1SiKbS2BLKSRpFMQPbZhkw4ADn5T7d8Uqf2IRVPjOuDI727pprATwUYDNsV3HwSdXzwFqYtKqi9r5kzFBZt9PDGATR2ADALx8EvIChwQZAdhRsjL9I7g2sIYur3y3YEMLPS5+4cquvvKakU2EnYbBdxamvE3KqsGRMvgZGmcMe9sFI8zXgIUzkpoPQCnDm+8/apOSRie3k/P495Oa658ktoV2kvdK88dY73qjvOzr2HI+741pM6MYtBa/FFLIDtqs48iZ0bzVdiQ5xGma1yzMN5PFdbr/ZpknLJ0hzSMikonEF2WFcR/75XpTER6M0xHwBTpP733365eq2zsFZV98x6HYjqlRbYLuK836NRm1KZSpGh5MTbj93gxhLNl8JbjRGAv7jVUGivyhkGAFXAq2kPBBmQIDL2q48QLNpSbBdxWUH2o51qfxiJSdoiJjpjx/TKlqgFavOsBSFl8OtbLI48jscxk1VZ9iu4qYHjXlN2QGpc3M20ttnX2DzGcZxxqisUhlYxgEmHbAigLqCVtncUIw/HqYX9U3pkqI976vt/3G2LW8l2K7imovaV+856MebSoyra7M6wwr8Nyc20LB3G4WMvZzWeudzfOaVX1nnqyVTdgBsh1qklMtIoHNKWloNXDg5+yE9rawV8dxeRxg12upxWihIKwiw6Cg/PXvaPiN0erOiup/ACax5RR48ZQ4ANvN3Aez0PI/6IgB1wdrFQUn9naMI/j4gRzKHhZnT6qSe/ubZ+Ln/MNw0/tDlL7umAJHWbhCXrBBsnMZ2mKjh2LkDfZNnl9Pzs9040hKfGF0Fmsdc9HyNlmPsyIvmCWk3eC6F8bARtnI7rREAACK8aW3eFZcyEOLXqhpVw/9VmSi4t8OWsXR90K0T7UhaSj6bVMYGuXLTnSMwoipHD4mR5BwHoEGqFI0B9i74qER8p8sJiBy/sbntCHU2pl0r5TmAY3C1K04m539UI8Bcz2K5GSkuf7/kW4N2gZf67yrs7U1n3emSoF2+6wgQCfFafOKBUy1e/nZN5P+gyzD8tR/N6bMPdyc9SnKAyIhXI60l517KiVJsr9SyOcH5u92Gupsczw7ggjAq1jw0MCut6c0fljNMo+X+Vzc3nS2lt7nuYj5lB4hCUGZ/jXR0qE6Nx+vogfi0L6jQBhYw6UBgODyvYbiUi+HgKZamzQFuDeFaZHCkvtJISEFF8ZclE/GAJCmqpKQVXJcDH7al+HMew9DS+JNnTaM3Q8uMWGzmmXGv1/Hd9HCD/w+eZAQhXHfAmAAAAABJRU5ErkJggg==) no-repeat 16px 16px/32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fedui-header-notice-dropdowns>header h3 {
    margin: 0;
    font-weight: 500
}

.fedui-header-notice-dropdowns>header a {
    font-size: 12px;
    font-weight: 500;
    color: #2483ff
}

.fedui-header-notice-dropdowns>header a:hover {
    opacity: .7
}

.fedui-header-notice-dropdowns>footer {
    height: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e5eaf6;
    padding: 0 16px
}

.fedui-header-notice-dropdowns>footer,.fedui-header-notice-dropdowns>footer .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.fedui-header-notice-dropdowns>footer .checkbox {
    height: 18px;
    color: #263241;
    position: relative;
    padding-left: 22px
}

.fedui-header-notice-dropdowns>footer .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    margin: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.fedui-header-notice-dropdowns>footer .checkbox input+i {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(154,165,181,.5);
    border-radius: 2px
}

.fedui-header-notice-dropdowns>footer .checkbox input:checked+i {
    border: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIC41SDJBMS41IDEuNSAwIDAwLjUgMnYxMEExLjUgMS41IDAgMDAyIDEzLjVoMTBhMS41IDEuNSAwIDAwMS41LTEuNVYyQTEuNSAxLjUgMCAwMDEyIC41ek01LjUgNy45ODJsNC42MTYtNC42MTZhMS4yNSAxLjI1IDAgMDExLjc2OCAxLjc2OGwtNS41IDUuNWExLjI1IDEuMjUgMCAwMS0xLjc2OCAwbC0yLjUtMi41YTEuMjUgMS4yNSAwIDAxMS43NjgtMS43NjhMNS41IDcuOTgyeiIgc3Ryb2tlPSIjMzU3Q0UxIiBmaWxsPSIjMzU3Q0UxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat 0
}

.fedui-header-notice-dropdowns>footer button {
    color: #2483ff;
    background: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    height: 18px;
    font-size: 12px;
    cursor: pointer
}

.fedui-header-notice-dropdowns>footer button:hover {
    opacity: .7
}

.fedui-header-notice-dropdowns>footer button:disabled {
    cursor: not-allowed;
    color: #9aa5b5;
    opacity: 1
}

.fedui-header-notice-dropdowns-list {
    height: 366px;
    overflow-y: auto;
    scrollbar-highlight-color:rgba(127,143,164,.4)}

.fedui-header-notice-dropdowns-list>a {
    color: #1c242c;
    font-size: 12px;
    margin: 0 16px;
    overflow: visible;
    display: block;
    -webkit-transition: none;
    transition: none;
    cursor: pointer
}

.fedui-header-notice-dropdowns-list>a+a {
    border-top: 1px solid #e6ecf2
}

.fedui-header-notice-dropdowns-list dl {
    margin: 0 -16px;
    padding: 8px 16px 6px 26px;
    color: #9aa5b5;
    font-size: 14px
}

.fedui-header-notice-dropdowns-list dl:hover {
    background-color: rgba(229,235,245,.5)
}

.fedui-header-notice-dropdowns-list dl:hover.unread dt {
    color: #2483ff
}

.fedui-header-notice-dropdowns-list dl.unread {
    position: relative
}

.fedui-header-notice-dropdowns-list dl.unread dt {
    color: #1c242c
}

.fedui-header-notice-dropdowns-list dl.unread:before {
    position: absolute;
    left: 16px;
    top: 15px;
    content: "";
    display: block;
    background-color: #ef5656;
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.fedui-header-notice-dropdowns-list dd,.fedui-header-notice-dropdowns-list dt {
    line-height: 22px
}

.fedui-header-notice-dropdowns-list dt {
    font-weight: 500
}

.fedui-header-notice-dropdowns-list dd.time {
    line-height: 18px;
    font-size: 12px
}

.fedui-header-notice-dropdowns-list::-webkit-scrollbar-thumb {
    background-color: rgba(127,143,164,.4)!important
}

.fedui-header-notice-dropdowns-loading {
    height: 366px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48c3R5bGU+QGtleWZyYW1lcyBsb2FkezAle3RyYW5zZm9ybTpyb3RhdGUoMCl9dG97dHJhbnNmb3JtOnJvdGF0ZSgtMzYwZGVnKX19PC9zdHlsZT48ZyBzdHlsZT0iYW5pbWF0aW9uOmxvYWQgMXMgbGluZWFyIGluZmluaXRlO3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyIGNlbnRlciI+PGxpbmVhckdyYWRpZW50IGlkPSJyaWdodCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNTAiIHkxPSIyMCIgeDI9IjE1MCIgeTI9IjE4MCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMDA1MmE5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMzU3Y2UxIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMTAwIDB2MjBjNDQuMSAwIDgwIDM1LjkgODAgODBzLTM1LjkgODAtODAgODB2MjBjNTUuMiAwIDEwMC00NC44IDEwMC0xMDBTMTU1LjIgMCAxMDAgMHoiIGZpbGw9InVybCgjcmlnaHQpIi8+PGxpbmVhckdyYWRpZW50IGlkPSJsZWZ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwIiB5MT0iMCIgeDI9IjUwIiB5Mj0iMTgwIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMzNTdjZTEiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzM1N2NlMSIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZD0iTTIwIDEwMGMwLTQ0LjEgMzUuOS04MCA4MC04MFYwQzQ0LjggMCAwIDQ0LjggMCAxMDBzNDQuOCAxMDAgMTAwIDEwMHYtMjBjLTQ0LjEgMC04MC0zNS45LTgwLTgweiIgZmlsbD0idXJsKCNsZWZ0KSIvPjxjaXJjbGUgY3g9IjEwMCIgY3k9IjEwIiByPSIxMCIgZmlsbD0iIzAwNTJhOSIvPjwvZz48L3N2Zz4=) no-repeat 50%/40px;
    font-size: 0
}

.fedui-header-notice-dropdowns-empty {
    height: 366px;
    position: relative
}

.fedui-header-notice-dropdowns-empty>p {
    margin: 0;
    position: absolute;
    text-align: center;
    color: #596a7a;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 96px;
    background: url(https://file.hbfile.net/global/zh-cn/static/img/f236fe9.png) no-repeat top/80px
}

.fedui-header-notice:hover .fedui-header-notice-icon {
    color: #fff
}

.fedui-header-notice:hover .fedui-header-notice-dropdowns {
    display: block;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header-mob {
    margin-left: 24px;
    width: 24px;
    text-align: center;
    height: 48px;
    line-height: 48px
}

.fedui-header-mob a {
    display: block;
    color: hsla(0,0%,100%,.8)
}

.fedui-header-mob a:hover {
    color: #fff
}

.fedui-header-mob i {
    font-size: 18px
}

.fedui-header-download {
    margin-left: 16px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    height: 48px;
    line-height: 52px;
    cursor: pointer
}

.fedui-header-download:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background: rgba(97,105,138,.3);
    height: 24px;
    width: 1px;
    overflow: hidden
}

.fedui-header-download>a {
    display: block;
    line-height: 55px;
    color: hsla(0,0%,100%,.8)
}

.fedui-header-download>a img {
    width: 13px;
    color: hsla(0,0%,100%,.8)
}

.fedui-header-download>a img:hover {
    color: #fff
}

.fedui-header-download i {
    font-size: 18px;
    vertical-align: 0;
    color: hsla(0,0%,100%,.8)
}

.fedui-header-download i:hover {
    color: #fff
}

.fedui-header-download-dropdowns {
    display: none;
    position: absolute;
    right: -50px;
    top: 44px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(28,36,44,.12);
    box-shadow: 0 0 20px 0 rgba(28,36,44,.12);
    border-radius: 4px;
    padding: 8px 16px 8px 10px
}

.fedui-header-download-dropdowns img {
    display: block
}

.fedui-header-download-qr {
    border: 1px solid #dfe2e7;
    border-radius: 2px;
    padding: 8px;
    width: 108px;
    height: 108px
}

.fedui-header-download-qrtext {
    text-align: left;
    padding-left: 20px
}

.fedui-header-download-qrtext p {
    color: #1c242c;
    white-space: nowrap;
    font-size: 16px;
    margin: 0;
    line-height: 1.3
}

.fedui-header-download-qrtext p:first-child {
    margin-top: 20px
}

.fedui-header-download-qrtext a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    background-color: #2483ff;
    font-size: 14px;
    color: #fff;
    padding: 9px 16px;
    border-radius: 2px;
    white-space: nowrap;
    line-height: 1
}

.fedui-header-download-qrtext a i {
    font-size: 12px;
    margin-left: 10px
}

.fedui-header-download-qrtext a:hover {
    color: #fff;
    opacity: .7
}

.fedui-header-download:hover .fedui-header-download-dropdowns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header-locales {
    position: relative;
    padding: 0 0px
}

.fedui-header-locales,.fedui-header-locales-text {
    height: 48px;
    line-height: 52px;
    cursor: pointer
}

.fedui-header-locales-text i,.fedui-header-locales i {
    font-size: 18px;
    vertical-align: 0
}

.fedui-header-locales i {
    color: hsla(0,0%,100%,.8);
    cursor: pointer
}

.fedui-header-locales i:hover {
    color: #fff
}

.fedui-header-locales-dropdowns {
    display: none;
    width: 284px;
    height: 327px;
    position: absolute;
    right: -36px;
    top: 44px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(28,36,44,.12);
    box-shadow: 0 0 20px 0 rgba(28,36,44,.12);
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 0;
    overflow: hidden
}

.fedui-header-locales-dropdowns-single {
    float: left;
    width: 140px;
    height: 327px
}

.fedui-header-locales-dropdowns-single .single-title {
    width: 140px;
    font-size: 12px;
    line-height: 14px;
    color: #9aa5b5;
    padding: 16px 0 16px 16px
}

.fedui-header-locales-dropdowns-single p {
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin
}

.fedui-header-locales-dropdowns-single p::-webkit-scrollbar {
    width: 2px;
    background: #ecf1f8;
    border-radius: 3px 3px 0 0
}

.fedui-header-locales-dropdowns-single p::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #ccd2da;
    border-radius: 3px
}

.fedui-header-locales-dropdowns-single p>a {
    font-size: 14px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #1c242c;
    vertical-align: top
}

.fedui-header-locales-dropdowns-single p>a i {
    font-family: PingFang SC;
    margin-right: 8px;
    color: #9aa5b5;
    font-size: 14px
}

.fedui-header-locales-dropdowns-single p>a:hover {
    background-color: #f8fafd;
    color: #2483ff
}

.fedui-header-locales-dropdowns-single p>a:hover i {
    color: #2483ff
}

.fedui-header-locales-dropdowns-single p>a img {
    width: 10px;
    margin-right: 22px
}

.fedui-header-locales:hover .fedui-header-locales-text {
    color: #fff
}

.fedui-header-locales:hover .fedui-header-locales-text i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fedui-header-locales:hover .fedui-header-locales-dropdowns {
    display: block;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header-order {
    padding-left: 24px
}

.fedui-header-finance .fedui-header-menu-dropdowns {
    left: -24px
}

.fedui-header-finance .fedui-header-menu-dropdowns a.fedui-header-finance-points {
    white-space: pre-wrap;
    text-overflow: unset
}

.fedui-header-finance .fedui-header-menu-dropdowns a.fedui-header-finance-points span {
    display: inline-block;
    margin-right: 4px
}

.fedui-header-finance .fedui-header-menu-dropdowns a.fedui-header-finance-points em {
    font-style: normal;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
    height: 14px;
    background-color: rgba(250,100,0,.1);
    border-radius: 2px;
    font-size: 12px;
    color: #fa6400;
    line-height: 14px;
    white-space: nowrap
}

.fedui-header-menu {
    position: relative
}

.fedui-header-menu .fedui-active,.fedui-header-menu .fedui-active a {
    color: #fff
}

.fedui-header-menu-text {
    height: 48px;
    line-height: 20px;
    cursor: pointer
}

.fedui-header-menu-text a {
    height: 48px;
    line-height: 20px;
    color: hsla(0,0%,100%,.8)
}

.fedui-header-menu-text i {
    -webkit-transform-origin: center 11px;
    transform-origin: center 11px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    vertical-align: 0
}

.fedui-header-menu-dropdowns {
    display: none;
    position: absolute;
    left: -26px;
    top: 44px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(28,36,44,.12);
    box-shadow: 0 0 20px 0 rgba(28,36,44,.12);
    border-radius: 4px;
    min-width: 100px;
    max-width: 260px;
    padding: 4px 8px
}

.fedui-header-menu-dropdowns a {
    min-height: 40px;
    line-height: 40px;
    padding: 10px 10px;
    color: #2b3d4a;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 2px;
    text-align: center;
}

.fedui-header-menu-dropdowns a[data-beta],.fedui-header-menu-dropdowns a[data-hot],.fedui-header-menu-dropdowns a[data-new] {
    position: relative;
    padding-right: 25px
}

.fedui-header-menu-dropdowns a[data-beta]:after,.fedui-header-menu-dropdowns a[data-hot]:after,.fedui-header-menu-dropdowns a[data-new]:after {
    content: "";
    position: absolute;
    top: 14px;
    width: 20px;
    height: 11px;
    margin-left: 2px
}

.fedui-header-menu-dropdowns a[data-hot]:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAWCAYAAAHFie4mAAAABGdBTUEAALGPC/xhBQAAA21JREFUSA3NVltIFUEY/mZ2hYpeArOMHhKLoohewsisiC4kRBFdXrqJHq2IyG4YBWGRJWkU+JRZKulLN6KQCiEhzLKXwAzCC/aQWcegHqKgc2anmdGd3T1njtZBqYHdmf/7v/+fyz//v0t+hcAR2yTofBvgskUuLFM9MTHNoORLl5FCoj0bmZA+ZdN9cSpnLxs5e9fC2dtmpZN9HJG11npGPieKqCcdYWBej8GAxmIp1zjsc10Ktg43Qz6y2epVOaCE6LF0vX26tQLs8lqFy1fc1HTTWTgPSiEOXZOMxIDWL0SLsM0vJxrHTZ2I+Ke4Ph15Kv7myvZV5odhHX8GzFigMZfnAtqhC8T2hAYpTmsNSGZ2LE3LKixScnpfaNAvy1tK1xSD5p4A/9ABdmV9IBKxdvoMxeUeTKlBWsBrEoJ2mISt0SR4QEbK34HaoVXS6lmKKFq7rirZOtYCu6wbVkEDVEQnp4Is2aFyw67oh7Rz80Qa6KB43sRoqGoA6fNFklBET81RanZ9J+xqB9EiCtbeCGt3DdijcnH6PdpcOySzsmAPJyGoDf76Hmh2Hpy7JZosB4R4tSmgGBb0lvn7V5DZrJ6KlUrNP4v0n5ppskuIaYcmBheX2A41qG1LPd14Bk5bvYmqMe2Q93dqEJGf4OFeJUeKLFjFj2Ff+gT8+ApWm6d5fFBwBNffxvwe6qCIlN1uV+O2f7akxpEQwkkZJjAa8y0nmCdpWB+h68E60aaqlNOwz4W8PjUDVqhR3Pn7cJ5c9HCRTHT1IZCFuSAzFwmcKx+8ownO0ypd7YjIE7qiyLNLMGLlXrmNWyDNXAon5kOm/aRMhNL3v9GQtec6aE4+WFNZsPTKRW84jZRqBqf1Blh9AXhbHZh43CYrAV1egMhJUSl81cDVyz5ugX7laGOSE1KLi9bsAm9vCNLFJp2HpeBf+mDn16nvi8zjv23GBZK02bq4BhxOmhIQyfS5Q3K4O4AHhGEdSZ9n+NcLMI2CcYE83AN2c2+8gSjedLH3MyKrGF13FHRLOVjlqni+QOjm8/I3EM7zOqN+NNC4wIRGsYX/YyeiR6bB2n9Hfbpk9eR97cqcZGRBRsLpeqY4+D6Y0O1Iiv++zOhvyUi7+Je6QIhFBG/bE3CAVCG5eIzHTiKFuMUPYup4+B4Ln78BSH5zQlx0+J8AAAAASUVORK5CYII=) no-repeat 50%/20px 11px
}

.fedui-header-menu-dropdowns a[data-new]:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjRkE2NDAwIiBkPSJNMCAwaDIwdjlIM2wtMyAyeiIvPjxwYXRoIGQ9Ik0yLjgyIDcuNFYzLjZsMi40OTQgMy44aC43NTFWMmgtLjgxOXYzLjc5MkwyLjc1MSAySDJ2NS40aC44MnptOC4xMDcgMHYtLjczNkg4LjI5NVY1LjA0MWgyLjI0NXYtLjcyOEg4LjI5NVYyLjczNmgyLjYzMlYySDcuNDc2djUuNGgzLjQ1em0yLjYyNCAwbDEuMDkyLTMuNzg1IDEuMSAzLjc4NWguNzEzbDEuNDEtNS40aC0uODY0bC0uOTQgMy44NkwxNC45NzYgMmgtLjY2bC0xLjA4NSAzLjg2LS45NC0zLjg2aC0uODY1bDEuNDEgNS40aC43MTR6IiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==) no-repeat 50%/20px 11px
}

.fedui-header-menu-dropdowns a[data-beta]:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGgyMHY5SDMuMDI5TDAgMTFWMHoiIGZpbGw9IiNGQTY0MDAiLz48cGF0aCBkPSJNMiA3LjQxNVYxLjVoMi4wOTZjLjY3IDAgMS4xOTYuMTM0IDEuNTc1LjQwMi4zOC4yNjYuNTcuNjY1LjU3IDEuMTk5IDAgLjI2Mi0uMDkxLjQ5OC0uMjc0LjcwNmExLjYzNiAxLjYzNiAwIDAxLS43Mi40NmMuMzkuMDc1LjY5NC4yNS45MTQuNTIzLjIyNC4yNzQuMzM2LjU5Mi4zMzYuOTU1IDAgLjU0Mi0uMTkyLjk1Ni0uNTc0IDEuMjQzLS4zOC4yODUtLjg5Ni40MjctMS41NDkuNDI3SDJ6bS44Ny0yLjc3NXYyLjE1aDEuNTA0Yy4zOTQgMCAuNzAyLS4wOS45MjItLjI2OS4yMjEtLjE4MS4zMzEtLjQzNy4zMzEtLjc2OCAwLS4zNDYtLjA5Mi0uNjE5LS4yNzgtLjgxNi0uMTgyLS4xOTgtLjQ2NC0uMjk3LS44NDctLjI5N0gyLjg3em0wLS42MjVoMS40MDdjLjMyNCAwIC41ODctLjA4Mi43OS0uMjQ0LjIwMy0uMTY1LjMwNC0uMzk0LjMwNC0uNjg3IDAtLjMyLS4xMS0uNTU4LS4zMy0uNzE1LS4yMTgtLjE2LS41MzMtLjI0LS45NDUtLjI0SDIuODd2MS44ODZ6TTkuMTQ3IDcuNWMtLjY2NSAwLTEuMTk0LS4yMDMtMS41ODktLjYxLS4zOS0uNDA4LS41ODctLjkzOC0uNTg3LTEuNTg4di0uMTc4YzAtLjYyNi4yMDItMS4xNDYuNjA1LTEuNTYuNDA2LS40MTcuODg2LS42MjYgMS40MzktLjYyNi42NDQgMCAxLjEzLjE3OSAxLjQ2LjUzNi4zMy4zNTguNDk1LjgzNC40OTUgMS40M3YuNUg3Ljg3MmwtLjAxNC4wMmMuMDEuNDIzLjEyNS43Ny4zNSAxLjA0NC4yMjMuMjcxLjUzNi40MDYuOTM5LjQwNi4yOTQgMCAuNTUyLS4wMzguNzcyLS4xMTMuMjI0LS4wNzkuNDE2LS4xODYuNTc4LS4zMjFsLjM0LjUyYy0uMTcuMTU0LS4zOTYuMjgzLS42NzUuMzg2LS4yOC4xMDMtLjYxOC4xNTQtMS4wMTUuMTU0em0tLjEzMi0zLjkzMmEuOTcuOTcgMCAwMC0uNzQ2LjM0IDEuNTMyIDEuNTMyIDAgMDAtLjM4Ljg1bC4wMS4wMkgxMC4xdi0uMTA1YzAtLjMxNC0uMDkxLS41NzctLjI3My0uNzg4LS4xODMtLjIxMi0uNDUzLS4zMTctLjgxMi0uMzE3ek0xMi42NDUgMS45NTl2MS4wNmguOTA0di41OTNoLS45MDR2Mi42N2MwIC4yMDUuMDQ1LjM1LjEzNi40MzRhLjUzNi41MzYgMCAwMC4zNzEuMTI2IDEuMDY4IDEuMDY4IDAgMDAuMzI2LS4wNTdsLjExNS41NDhhLjc4Ljc4IDAgMDEtLjI4Ny4xMTggMS40NjggMS40NjggMCAwMS0uMzc1LjA0OWMtLjM1MyAwLS42MzMtLjA5OC0uODQyLS4yOTItLjIxLS4xOTgtLjMxNC0uNTA3LS4zMTQtLjkyN1YzLjYxMmgtLjc1OVYzLjAyaC43NlYxLjk2aC44Njl6TTE3LjEwNCA3LjQxNWE4LjIxNSA4LjIxNSAwIDAxLS4wNy0uMzUgMi43NDggMi43NDggMCAwMS0uMDI3LS4zMDggMS45OTIgMS45OTIgMCAwMS0uNjM1LjUzMmMtLjI2LjE0LS41MzkuMjExLS44MzkuMjExLS40OTcgMC0uODc2LS4xMTYtMS4xMzgtLjM1LS4yNi0uMjM1LS4zODktLjU1OS0uMzg5LS45NyAwLS40Mi4xODQtLjc0OC41NTItLjk4My4zNy0uMjM5Ljg3Mi0uMzU4IDEuNTA1LS4zNThoLjk0NHYtLjQzNGMwLS4yNTgtLjA4NS0uNDYtLjI1Ni0uNjEtLjE3LS4xNTEtLjQxMi0uMjI3LS43MjQtLjIyNy0uMjc5IDAtLjUwNy4wNjYtLjY4NC4xOTktLjE3My4xMy0uMjYuMjg3LS4yNi40NzFoLS44M2wtLjAwOC0uMDI0Yy0uMDE4LS4zMi4xNDUtLjYxMi40OS0uODc4LjM0Ny0uMjY1Ljc5NC0uMzk4IDEuMzQxLS4zOTguNTQxIDAgLjk3Ny4xMjcgMS4zMDYuMzgyLjMzLjI1Mi40OTQuNjE2LjQ5NCAxLjA5M3YyLjExNmMwIC4xNTcuMDEuMzA5LjAyNy40NTUuMDE4LjE0Ni4wNS4yOS4wOTcuNDNoLS44OTZ6bS0xLjQ0My0uNTg1Yy4zMTUgMCAuNTk5LS4wNzUuODUyLS4yMjQuMjUzLS4xNDkuNDE4LS4zMi40OTQtLjUxMlY1LjM4aC0uOTc1Yy0uMzUgMC0uNjMxLjA4Mi0uODQzLjI0NC0uMjA5LjE2My0uMzEzLjM1NC0uMzEzLjU3MyAwIC4xOTUuMDY2LjM1LjE5OC40NjMuMTMzLjExNC4zMjguMTcuNTg3LjE3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat 50%/20px 11px
}

.fedui-header-menu-dropdowns a.fedui-active,.fedui-header-menu-dropdowns a:hover {
    background-color: rgba(242,246,250,.7);
    color: #2483ff
}

.fedui-header-menu:hover {
    z-index: 11
}

.fedui-header-menu:hover .fedui-header-menu-text,.fedui-header-menu:hover .fedui-header-menu-text a {
    color: #fff
}

.fedui-header-menu:hover .fedui-header-menu-text i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fedui-header-menu:hover .fedui-header-menu-dropdowns {
    display: block;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header-info {
    position: relative;
    padding-left: 24px
}

.fedui-header-info .fedui-active {
    color: #fff
}

.fedui-header-info-text {
    cursor: pointer;
    width: 24px;
    text-align: center;
    height: 48px;
    line-height: 52px
}

.fedui-header-info-text>i {
    font-size: 18px
}

.fedui-header-info-text .fedui-icon-info {
    font-size: 16px
}

/* .fedui-header-info-dropdowns {
    width: 220px;
    right: -140px;
    top: 44px;
    position: absolute;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.14);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.14);
    background: #fff url(https://file.hbfile.net/global/zh-cn/static/img/25a6062.png) no-repeat;
    background-size: 220px auto;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 16px
} */

.fedui-header-info-dropdowns-header {
    height: 94px;
    position: relative
}

.fedui-header-info-dropdowns-header-name {
    position: absolute;
    top: 22px;
    left: 24px;
    width: 136px;
    height: 16px;
    line-height: 14px;
    color: #1c242c
}

.fedui-header-info-dropdowns-header-uid {
    position: absolute;
    top: 36px;
    left: 24px;
    width: 136px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    color: rgba(28,36,44,.6)
}

.fedui-header-info-dropdowns-header-vip {
    overflow: hidden;
    position: absolute;
    right: 1px;
    top: 55px;
    border-radius: 18px 0 0 18px;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.14);
    box-shadow: 0 2px 20px rgba(0,0,0,.14)
}

.fedui-header-info-dropdowns-header-vip a {
    position: relative;
    padding-left: 8px;
    padding-right: 18px;
    background: #e1e9f6 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIoAAAAkCAMAAABhT1LIAAAAaVBMVEXy9v8AAADj6/b2+f/w9Pz4+v/0+P7x9v34+v/////2+f/m7Pft8vvz+P76/P/p7/n5+//0+P78/f/z9v7y9v7z9//1+f74+//09//+/v/7/f/////9/f/7/P/5+v/3+v/6/f/6/f////9z0VwUAAAAI3RSTlOzAP7Y6M7d5NT90fjv4Pb08u/57Oi28cK82V0Q56VAxa9sEfNvafUAAAFKSURBVFjDzdjNdoIwEIbh0BDD0CbFEEFA6c/9X2QnE6rM4bjOPO5cvUcRyaeqnWX+Nm7oyDCcSd/HPsZYE1tba507ZTppUIvMpkX4liYn4pyzpE4+Np/ZO3lDu5TZ+IyVIFbyaNH7FPOEJTzFIdaSa/YlPGXVPvhoxutFFfFMuYfgTZkKnrI0IehCITxluYEfVSE8pQndVRXCU+7gi5fklBXCqIqjlAm0Ki+lzOAvqryUMkGrBMCUXwAJH0pK+YGbkgBTRmiUBJgywZeSAFM6KH9721KEXLXCUgR9QYIuW0E/ZkG3OEE3fkF/h9UMQcLHIuzRSdIDpaDH7KpqQMrhQ9KRrFqMlIOqpOM7WnUQMmqwqYech+PUkznHV6c2MWx24qsTsqi2tPSkF6Khh009xwHMd8fZKZewAUyzAcw8/A9gVMNSbE1eDWB/eSAdPX7F6jYAAAAASUVORK5CYII=) no-repeat;
    background-size: auto 18px;
    border-right: none;
    display: block;
    font-size: 12px;
    color: #737e92;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    max-width: 180px;
    border-radius: 9px 0 0 9px
}

.fedui-header-info-dropdowns-header-vip i {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    text-align: center
}

.fedui-header-info-dropdowns-header>a {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0
}

.fedui-header-info-dropdowns>a {
    min-height: 22px;
    line-height: 22px;
    padding: 10px 8px;
    color: #2b3d4a;
    display: block;
    overflow: hidden;
    margin: 0 10px;
    border-radius: 2px
}

.fedui-header-info-dropdowns>a.fedui-active,.fedui-header-info-dropdowns>a:hover {
    background-color: rgba(242,246,250,.7);
    color: #2483ff
}

.fedui-header-info-dropdowns>a span {
    display: inline-block;
    margin-right: 8px
}

.fedui-header-info-dropdowns>a em {
    font-style: normal;
    padding-left: 3px;
    padding-right: 3px;
    display: inline-block;
    height: 14px;
    background-color: rgba(250,100,0,.1);
    border-radius: 2px;
    font-size: 12px;
    color: #fa6400;
    line-height: 14px
}

.fedui-header-info-dropdowns[data-level="1"] {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/f7abfeb.png)
}

.fedui-header-info-dropdowns[data-level="1"] .fedui-header-info-dropdowns-header-name {
    color: #283765
}

.fedui-header-info-dropdowns[data-level="1"] .fedui-header-info-dropdowns-header-uid {
    color: rgba(40,55,101,.7)
}

.fedui-header-info-dropdowns[data-level="1"] .fedui-header-info-dropdowns-header-vip a {
    color: #44568b;
    background-color: #a2b5ed;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJQAAAAkCAMAAABYKOOTAAAArlBMVEW9zvq1x/axw/XF1P2uwPK5yvmrvfLH1//B0fzK2P8AAACou/Hb5v7c6v/Z5P60xffX5f/G1Prw9P/m7f7f6f/T3vy+zvnS4f+rvvPB0Pm7zPeuwPTK2v/Z6P/N2fqwwvTt8v/q7/7P2/zJ1vrS4f+4yPfN3P/g8P+3yPf3+f709v/Z5//Z5f/Y6P/a6P/q8v/i7v/5/P/Y5//7/f/+///u9v/m8P/1+f/y+P/e6/+PWwbPAAAAL3RSTlOzs7Ozs7Ozs7OzALPp/uHD19X17u3gzsK50cu8t/jbv/Px3djSyb0Qxvn3qGxdQrox1lYAAAKfSURBVFjDzZjZepswEIWNFygFUeoNXBs7i5ekWWrLbpy8/4tFwkIjHyDEX3KhI7j/vzPD6DCtn4Y2j0k0ZG/bQi/bF6l/hv7nes11lNrl2uc67A9S+93u/m+/37+6ur4eDAbDYSgURaPR6OZmPp/f3v4WmkzG4/EfodXd3S+hxWI6naZp6rpuYEA9xewt15aoNBRRaayjhiIqBXUPUJJJUSmoiVAOtVpJJgm1kExpV1BpqOeIMRYuk/XM8zrykH4YalWpJw/JqVSb1BWn3dVyDQVBQE49MJYtZ55SB0RINVSgMpHJJIGICbAIahMzFmsk4ZMHTB0wCp1qAVLvHMgBJvFILmLqklGBKt8mZFnie1pQPcOpWiqTCZ1SZFC/OqeKRo/5cO37vkdcWDw0ClVXPLSKqACJmFT5HnhGTLXVq2+pXgmqguuj6okHe+qZ88SX8rCpiArq14BV9qmqqUimUaqnIh4DEzolns+XzxGn2SmlOqeeeDY7Qfm1VGhUWcQkXiSSb1NTEZOEivkSmMS3B041McGUqmx1ADKHJ7Z6a8O5NAoLiMPzQiw0Cr8+KKBJJKEeeUhMRHQZU71R1FIOAFXfM6fhmajqYVOZSJdNKgep2h875ZavmZgnpeJ9pacc+TTOc5hTeCGHfA1QuteJqXkkmE4BFTrVRafEgUbPqvq8AwKnvp4SQNBTBEVU352n2pflKSyfLXmKGt23J0/pkWBTniqGp1V5Sl0zluWp/EK2LU/J6GJdnpIhz7o8lcdhy/KU+nGwK08Vv1hW5Sn9M2pTnlK/7ZzFM3vy1NmCw5Y8VVoF+RbkqU8uzUiwyTuWl2a7yk0eLc1okzcWOzPa5AnlS7OgYr3YuMjTWAh1UFBVmzxYL06K9eIZVHqCege8oabCnDh3jQAAAABJRU5ErkJggg==)
}

.fedui-header-info-dropdowns[data-level="2"] {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/c5b4908.png)
}

.fedui-header-info-dropdowns[data-level="2"] .fedui-header-info-dropdowns-header-name {
    color: #475374
}

.fedui-header-info-dropdowns[data-level="2"] .fedui-header-info-dropdowns-header-uid {
    color: rgba(71,83,116,.7)
}

.fedui-header-info-dropdowns[data-level="2"] .fedui-header-info-dropdowns-header-vip a {
    color: #7c88ae;
    background-color: #dde2ff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIoAAAAkCAMAAABhT1LIAAAApVBMVEXq7v/h5v/l6v/x9v/s8v/e5P/v8v8AAADr8f/t8/3w9P3r8P7s8f7+/v/7/P75+//s8f30+P/z9v7s8f3w9P39/f/5+/709/7s8f3z9/7u8v309/34+f/3+v/7/f/7/P/19/79/v/3+v/2+P31+P73+/3y9fz6+v39/f/7+/7W4Pfs8vzd5vnk6/r+/v/x9fzh6fnZ4/f6/P73+v7n7fvz9v31+P2FcJb+AAAAKnRSTlOzs7Ozs7OzALrT2b7D/PTvx7jjz9756+bLv9bp0cEO+OzVxpJMO6ufa1oaNi3vAAACdklEQVRYw82Y2XqbMBCFzZLUCMRmFgMxjrN0b93Wy/s/WiXF4wEkRTg3cMxn+/L/zoyGo1l86qh9ef5ceYTUnuetVus4DgLf95fL5b3juuzH94MgiOP1erXy6pqQLEvTsnl8jKIw3Ob0t9A/psPhcD6fT6f9/rRn+gE6Ho+/hP4w/XzTX6bvXB2UlyQt0yzLCCEcZS1QAoHiuosOCifxPEApG4ES5pRKKAyES02iRXmtmqYkGz9xLroXcl32gBbuwiR7IMtij0531t1ViPJcFOVGYAAJsLDHQGLjR7BIOOxjIEGUdhMVDwABpjgAgrrNFLMvMkqbRkWFFGiKgEEOlS+2wRWLs6hNUbnyFBaJ0xeS9JrlI7Ygh7lAX8IISaRe4UJf3m8W/sgc2CsSidVHed2GUB2pVwbdoiHpQckaf4J2W+hYgytqT2ytLdgr1rhe+ZaHWB75CLljYEAKEvYYbEGUXf7gqFGgcQEDOfSDBTS0xdZiIEpLt3pT5AoZDpG6b+1xvfKVFspGYV9oCpKYpq1+1JoP84ZCfbSDxXyAUMr6jETZ0SdNfQymoEym6KbtsEARrdSmYN+iNCS9fzcM24ErOU00IA64Mv7VrHkdapvFgHJzXrE/mlcMBZoyr2DbTp5Xrod5+rwCI24GeaWlOe/bWeQV8TqcR17hIWEmeYVHp5nkFREoZ5FXLjF7DnkFLh8zyCvXK9n0eQUvqpPnFbi+R3B9nyivyEuNKrk5rxgHnB6mI3nVk/JNTw2rnvht6yQmrlj1+LDquWydsrRsGtw6CYlND+x65KWTkLR0YlIvwGpcgL23dSKwANNvnbosRy4gkVn+A109eo/R6WAoAAAAAElFTkSuQmCC)
}

.fedui-header-info-dropdowns[data-level="3"] {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/b4123e9.png)
}

.fedui-header-info-dropdowns[data-level="3"] .fedui-header-info-dropdowns-header-name {
    color: #71501b
}

.fedui-header-info-dropdowns[data-level="3"] .fedui-header-info-dropdowns-header-uid {
    color: rgba(113,80,27,.7)
}

.fedui-header-info-dropdowns[data-level="3"] .fedui-header-info-dropdowns-header-vip a {
    color: #9e7f5c;
    background-color: #fdedd8;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIoAAAAkCAMAAABhT1LIAAAAS1BMVEUAAAD/+vP////+/PX++vT++fH++fD/+vP/+vL///f55Mb76M7869P65sr44sL97Nb97tn+9+3+9OX//fv/+vL98N3+9en98eD/+/WiXZNxAAAACnRSTlMA4RD058ezcWJEnp3SbwAAAk1JREFUWMPNmN2WgyAMhLd/2xZQ6ca2vv+TbsgiEALSs17ogPb07juTiGO+Uh2vl8MJZk1eY6ZHplfUT0lv0vP9ZLJBg7tQCcjtAKgIAjPJlGDQqsFwAr8CyFtwRBqGcj8DwMPqTvUk1au6OtVl0nRp3KnMfGUaEjkOpIko3+iDVX0i/FPlSGE03fxiHLhou7UAYx1NQDlibZ49V9sTaQretLClTGIYS3DleIJJe4K2KbgljZauzJZIlgFXBPG+GEI5wMhqI1xpstRA6LfcK4zFWjP4PlG9RMElMeafen2kKYX6ZDB2+EO5A3QFkH7BFSRRnEOHLTu3YYslW4wr0Jl1bBvGQXBftA7GcBCvUtMaDkMoN4AWiTQlF7GQLaI85QqhjOfwT5BxPWvLKAp3jYXDEIQ0hfan5wqiHL0pQkscrFdQvmOrMJIja1vqlSs8aiS1CtFxK55kYYtJq7RsC25EuYD92JWuWB9+8AuYJkhw5QC6QrJ0yMn6BGdkfeRpK96I5MoJVBmk1bScpXTAEUOrWSzdyJVq1y6YQkd/7krpgCMRDgdxxvAzrobSzisFW1bmFVGgf+YVjWtdXuFtuy6v6JV5hT3Mq/JKtzavJEfc5nklHPzb55X5dbiPvHKDqd9JXnHRaQd5xRgfKLfPK4hCMXtSe8gr88fHDvLK/EnWbZ9X4ofq5nklfr6PVm2aV9hQY3rFoUY7r3BT1ucVNuoJ0x05aRqz4c4jTHdexTGTnDRZ3KkGkomSAzBiYRS46kOv6qApH3gxEKpLxvILX372Brf06dYAAAAASUVORK5CYII=)
}

.fedui-header-info-dropdowns[data-level="4"] {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/4dfd4c4.png)
}

.fedui-header-info-dropdowns[data-level="4"] .fedui-header-info-dropdowns-header-name {
    color: #4b4e71
}

.fedui-header-info-dropdowns[data-level="4"] .fedui-header-info-dropdowns-header-uid {
    color: rgba(75,78,113,.7)
}

.fedui-header-info-dropdowns[data-level="4"] .fedui-header-info-dropdowns-header-vip a {
    color: #6d6dbb;
    background-color: #dbe3ff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKIAAAAkCAMAAAA9xRHsAAAATlBMVEUAAAD4+//////4/P/7/f/3+v/4+//4/P/6+//9/v/m7v/g6P/j6//p8f/d5f/b4//r8//z+P/8/f/x9v/5+//u9f/2+v/+///u8v/q7/+y4gtUAAAACnRSTlMA4RD05cezcWJE01VzZAAAAkhJREFUWMPNmN1yozAMRkOSblOSgPEP3n3/F11JthFBoLrtdMYnNlcd5sxnyxU+rTm/v3UXFwBjzHPBACHjiImZCV+wmUjYaBFPwJ9NiCP+LvwjeuSB3AsDMo4n5taVF6DikzEEO0pJ6RhtckygIBsSbJhYDFkyGbLixxVfEZIa0/cwNOjN/QOe+9w5FQFpwFgzghXOAiv+8TP5mVfBOkeSFNRZDqgpLKXiufPe8f5j+hoowyNL0MNRGSItLQ0mGV78nCI0G0McVY5KjHcYSoTSEYZQ7CwYGiFIktWOx6h7cc/xFdqH1mdDuRWfv7nOA06ZoSyXD2sDCgJypSvLBYbCXZEcpGWpaVa82inpkZ+s6J8JUoiPr5XzsEnxZq0pSEkOUedwnelRfy6OMEVFdyXEnSMnPar0eiVGJURZ0qM4F8+RQ9w/dWpQl1qXHESQG8nTe/Rs+N1qAbSV1o4cESLO1xTf4nS4E2vXGVHLRT8YN4zbhb5GJ0JkflIqHKISI8MhbhUvMRRFGDBFvVSlqFnST6kXYUk/Vox2Edwtlsp27JMc63cjb0ZWjAbgHBvsF1cL/Wy0X7zaUi7N9ovLodNuv1iO7ob7xfwPsOl+kdqItvtFbMYa7xexpW28X6QPg6b7xfx51XK/iHR+brlfzJ/6PrTbL/KFSbP94urayTXaL64u76bJBdNgv8jcujndUL7e0hqcJiyo17R2uQLNWGR9SesO7kBXO4b9SVZeJGdFztIksmBwhFDMWKGIoKEHQ3LULpKJzUXyf9TqHZ6dpN9QAAAAAElFTkSuQmCC)
}

.fedui-header-info-dropdowns[data-level="5"] {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/74c0828.png);
    background-color: #1a1a1a
}

.fedui-header-info-dropdowns[data-level="5"] .fedui-header-info-dropdowns-header-name {
    color: #e6d8a0
}

.fedui-header-info-dropdowns[data-level="5"] .fedui-header-info-dropdowns-header-uid {
    color: rgba(230,216,160,.7)
}

.fedui-header-info-dropdowns[data-level="5"] .fedui-header-info-dropdowns-header-vip a {
    color: #e6d8a0;
    background-color: #303030;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAkCAMAAAA5MMHRAAAAdVBMVEUAAAA7OzpCQkI1NTU2NjU3NzY5OTk4ODc6Ojc+PjwzMzMlJSUpKSktLS0wMDA4ODdkY11paGJFREJ8enJvbWY9PDuHhXtdXFdZWFNKSUd4dm5OTUqDgXiAfnVUU091c2tRUEyLiX5ycGlgX1pWVVFBQD81NTRkrzGRAAAAC3RSTlMA4RDk87NxYkTHx4gfLbQAAAHvSURBVFjDzZjrcoJADEZLvbZkN0rVtsit3N7/EZss1MUOjmZ/ODnK6AwOngmE/cjLlNf1W5QkyTdxJqqqKoq2bb+IT6Jpmh2zdxyYui7LMk3TD0ee5xlxIn4Y/pJlec770pR+WR+IPbEjmoaOSYdu26KoqvOZ/jVhuu5IIGLfW2snepuoo91ekP2IqeBuXpCYCJ4co2DGgjkLkmHtBZlrwcHwtuB20dEeayB+AIiB3hKMASPBWtrMRHBF0jZ+HKCXUBFkiqPhePFFMr1gO3jcjvWIwW95PIJET3iODb/cp6iAvoLREWMho57EUYqv4ErsB7wJJMfygdDPDBXcIoK4gCT3jBZxggs0Yj1hF5thk/SI7+INYixGXMCgErKgsIDh92quHogvQRJ8RQyTi4X1A3EXWye4RhuHACGLHQSsJO9onqMX2sULBLmesE8MBN4HWXCJgR0SsNoZEOrxKQ7pkaGCAoLP8pygtjw4PcUq86BvEqV58HKb0ZoH19jHhN48OCx1mvOgCwua8yDHLdV5kEuoOg+6yK84Dw4PTYrz4PjYqTcPXh7cteZBP/pQmgenwyOVefCPbTSO37TlwZkBZnJ3gOnnl1cj1pz4N2HN/IQ1Lcu6npuwFjcHmL21d0fAXpANRRPW08wImBGNgH8BQ1smZi0SLKMAAAAASUVORK5CYII=)
}

.fedui-header-info-dropdowns[data-level="5"]>a {
    color: #777154
}

.fedui-header-info-dropdowns[data-level="5"]>a.fedui-active,.fedui-header-info-dropdowns[data-level="5"]>a:hover {
    background-color: rgba(0,0,0,.7);
    color: #2483ff
}

.fedui-header-info-dropdowns[data-type="2"] {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/25a6062.png)!important
}

.fedui-header-info-dropdowns[data-type="2"] .fedui-header-info-dropdowns-header-vip {
    display: none
}

.fedui-header-info-dropdowns[data-type="2"] .fedui-header-info-dropdowns-header-name,.fedui-header-info-dropdowns[data-type="2"] .fedui-header-info-dropdowns-header-uid {
    width: 170px
}

.fedui-header-info:hover .fedui-header-info-text {
    color: #fff
}

.fedui-header-info:hover .fedui-header-info-dropdowns {
    display: block;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header[data-mobile=true] {
    position: fixed;
    min-width: 320px;
    left: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #1b2945;
    border-bottom: none
}

.fedui-header-m {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.fedui-header-m-head {
    height: 48px;
    position: relative;
    z-index: 11
}

.fedui-header-m-head-left {
    height: 100%;
    width: 74px;
    position: relative
}

.fedui-header-m-head-logo {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -24px;
    text-align: center
}

.fedui-header-m-head-logo img {
    margin-top: 10px
}

.fedui-header-m-head-icon:after,.fedui-header-m-head-icon:before,.fedui-header-m-head-left:before {
    left: 24px;
    z-index: 2;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background-color: #d2d6ec;
    font-size: 0;
    position: absolute;
    content: ""
}

.fedui-header-m-head-left:after,.fedui-header-m-head-left:before {
    top: 23px
}

.fedui-header-m-head-icon {
    position: relative;
    width: 100%;
    height: 100%
}

.fedui-header-m-head-icon:before {
    top: 17px
}

.fedui-header-m-head-icon:after {
    top: 29px
}

.fedui-header-m-head[data-dropdowns=nav] .fedui-header-m-head-icon:before {
    -webkit-transform-origin: 6px 4px;
    transform-origin: 6px 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fedui-header-m-head[data-dropdowns=nav] .fedui-header-m-head-icon:after {
    -webkit-transform-origin: 4px -3px;
    transform-origin: 4px -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fedui-header-m-head[data-dropdowns=nav] .fedui-header-m-head-left:before {
    display: none
}

.fedui-header-m-head-info {
    width: 64px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block
}

.fedui-header-m-head-info i {
    font-size: 16px
}

.fedui-header-m-nologin a {
    margin: 40px 24px 0;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #2483ff;
    border-radius: 2px;
    font-size: 18px;
    color: #fff
}

.fedui-header-m-nologin a:active {
    background-color: #2483ff
}

.fedui-header-m-nologin-register {
    margin-top: 16px!important;
    background-color: #2483ff
}

.fedui-header-m-nav {
    z-index: 10;
    position: fixed;
    min-width: 320px;
    height: 100%;
    width: 100%;
    background-color: #1b2946;
    left: 0;
    top: 0;
    padding-bottom: 48px;
    margin-top: 48px;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid rgba(0,0,0,.5)
}

.fedui-header-m-nav[data-dropdowns=true] {
    display: block;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header-m-menu br {
    display: none
}

.fedui-header-m-menu>a,.fedui-header-m-menu dt {
    background-color: #1b2945;
    height: 56px;
    line-height: 56px;
    padding: 0 24px;
    font-size: 18px;
    color: hsla(0,0%,100%,.8);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.fedui-header-m-menu>a[data-hot],.fedui-header-m-menu dt[data-hot] {
    position: relative
}

.fedui-header-m-menu>a[data-hot]:after,.fedui-header-m-menu dt[data-hot]:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -11px;
    left: 1px;
    width: 20px;
    height: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAWCAYAAAHFie4mAAAABGdBTUEAALGPC/xhBQAAA21JREFUSA3NVltIFUEY/mZ2hYpeArOMHhKLoohewsisiC4kRBFdXrqJHq2IyG4YBWGRJWkU+JRZKulLN6KQCiEhzLKXwAzCC/aQWcegHqKgc2anmdGd3T1njtZBqYHdmf/7v/+fyz//v0t+hcAR2yTofBvgskUuLFM9MTHNoORLl5FCoj0bmZA+ZdN9cSpnLxs5e9fC2dtmpZN9HJG11npGPieKqCcdYWBej8GAxmIp1zjsc10Ktg43Qz6y2epVOaCE6LF0vX26tQLs8lqFy1fc1HTTWTgPSiEOXZOMxIDWL0SLsM0vJxrHTZ2I+Ke4Ph15Kv7myvZV5odhHX8GzFigMZfnAtqhC8T2hAYpTmsNSGZ2LE3LKixScnpfaNAvy1tK1xSD5p4A/9ABdmV9IBKxdvoMxeUeTKlBWsBrEoJ2mISt0SR4QEbK34HaoVXS6lmKKFq7rirZOtYCu6wbVkEDVEQnp4Is2aFyw67oh7Rz80Qa6KB43sRoqGoA6fNFklBET81RanZ9J+xqB9EiCtbeCGt3DdijcnH6PdpcOySzsmAPJyGoDf76Hmh2Hpy7JZosB4R4tSmgGBb0lvn7V5DZrJ6KlUrNP4v0n5ppskuIaYcmBheX2A41qG1LPd14Bk5bvYmqMe2Q93dqEJGf4OFeJUeKLFjFj2Ff+gT8+ApWm6d5fFBwBNffxvwe6qCIlN1uV+O2f7akxpEQwkkZJjAa8y0nmCdpWB+h68E60aaqlNOwz4W8PjUDVqhR3Pn7cJ5c9HCRTHT1IZCFuSAzFwmcKx+8ownO0ypd7YjIE7qiyLNLMGLlXrmNWyDNXAon5kOm/aRMhNL3v9GQtec6aE4+WFNZsPTKRW84jZRqBqf1Blh9AXhbHZh43CYrAV1egMhJUSl81cDVyz5ugX7laGOSE1KLi9bsAm9vCNLFJp2HpeBf+mDn16nvi8zjv23GBZK02bq4BhxOmhIQyfS5Q3K4O4AHhGEdSZ9n+NcLMI2CcYE83AN2c2+8gSjedLH3MyKrGF13FHRLOVjlqni+QOjm8/I3EM7zOqN+NNC4wIRGsYX/YyeiR6bB2n9Hfbpk9eR97cqcZGRBRsLpeqY4+D6Y0O1Iiv++zOhvyUi7+Je6QIhFBG/bE3CAVCG5eIzHTiKFuMUPYup4+B4Ln78BSH5zQlx0+J8AAAAASUVORK5CYII=) no-repeat 50%/20px 11px
}

.fedui-header-m-menu dl[data-dropdowns=true] dt {
    color: #fff
}

.fedui-header-m-menu dl[data-dropdowns=true] dt:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fedui-header-m-menu dl[data-dropdowns=true] dd {
    display: block;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-header-m-menu dt {
    position: relative
}

.fedui-header-m-menu dt:after {
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    content: "\E905";
    font-family: fedui-icon!important
}

.fedui-header-m-menu dd {
    display: none;
    background-color: #152137
}

.fedui-header-m-menu dd a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    color: hsla(0,0%,100%,.8)
}

.fedui-header-m-menu a em {
    font-style: normal;
    padding-left: 3px;
    padding-right: 3px;
    height: 14px;
    background-color: rgba(250,100,0,.1);
    border-radius: 2px;
    font-size: 12px;
    color: #fa6400;
    line-height: 14px;
    vertical-align: 2px;
    margin-left: 4px
}

.fedui-header-m-menu .fedui-active {
    color: #fff
}

.fedui-header-m-menu .fedui-header-m-menu-logout {
    font-size: 18px;
    margin: 24px;
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background-color: #2483ff!important
}

.fedui-header-m-sub {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 28px;
    height: 102px;
    background-color: #1b2945;
    border-bottom: 1px solid rgba(0,0,0,.5)
}

.fedui-header-m-sub-name {
    margin: 0;
    color: #eaeeff;
    font-size: 20px;
    line-height: 24px;
    height: 24px
}

.fedui-header-m-sub-uid {
    margin: 8px 0 0;
    color: #aebfeb;
    font-size: 12px;
    line-height: 14px;
    height: 14px
}

.fedui-header-m-vip-bd {
    background-color: #1b2945;
    border-bottom: 1px solid rgba(0,0,0,.5)
}

.fedui-header-m-vip {
    position: relative;
    height: 102px;
    margin-left: 104px;
    margin-right: 24px
}

.fedui-header-m-vip:before {
    content: "";
    width: 56px;
    height: 56px;
    background: url(https://file.hbfile.net/global/zh-cn/static/img/a53fe1f.png) no-repeat 50%/100%;
    position: absolute;
    left: -80px;
    top: 23px
}

.fedui-header-m-vip[data-level="1"] a {
    border-color: #e4af7f;
    color: #e4af7f
}

.fedui-header-m-vip[data-level="1"]:before {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/2232ca7.png)
}

.fedui-header-m-vip[data-level="2"] a {
    border-color: #c59365;
    color: #c59365
}

.fedui-header-m-vip[data-level="2"]:before {
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/6e064bb.png)
}

.fedui-header-m-vip-name {
    position: absolute;
    width: 100%;
    left: 0;
    top: 28px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    margin: 0;
    color: #eaeeff
}

.fedui-header-m-vip-uid {
    font-size: 12px;
    margin: 0 auto 0 0
}

.fedui-header-m-vip .fedui-flex-space-between,.fedui-header-m-vip .fedui-header-left,.fedui-header-m-vip .fedui-header-m-head,.fedui-header-m-vip .fedui-header-menu-text,.fedui-header-m-vip .fedui-header-nologin,.fedui-header-m-vip .fedui-header-pc,.fedui-header-m-vip .fedui-header-right,.fedui-header-m-vip .fedui-header-userinfo {
    position: absolute;
    left: 0;
    top: 57px;
    width: 100%
}

.fedui-header-m-vip a {
    display: block;
    border-radius: 12px;
    font-size: 12px;
    color: #91a4c2;
    border: 1px solid #91a4c2;
    line-height: 18px;
    height: 20px;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
    margin-left: 8px
}

.fedui-header-m-user {
    padding-bottom: 136px
}

.fedui-header-vip-greeting {
    position: absolute;
    top: 48px;
    right: 0;
    height: 144px;
    overflow: hidden
}

.fedui-header-vip-greeting-notification {
    background-repeat: no-repeat;
    background-size: auto 96px;
    width: 380px;
    height: 96px;
    -webkit-box-shadow: -2px 2px 15px rgba(0,0,0,.3);
    box-shadow: -2px 2px 15px rgba(0,0,0,.3);
    padding: 0 16px 0 104px;
    margin: 24px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer
}

.fedui-header-vip-greeting-notification:before {
    content: "";
    display: block;
    position: absolute;
    height: 96px;
    width: 40px;
    top: 24px;
    left: -250px;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    opacity: .6;
    z-index: 1;
    background-image: -webkit-gradient(linear,left top, right top,from(transparent),color-stop(hsla(0,0%,100%,.2)),to(transparent));
    background-image: linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);
    -webkit-animation: card-lights 1s ease-in-out 1s 2;
    animation: card-lights 1s ease-in-out 1s 2
}

@-webkit-keyframes card-lights {
    0% {
        left: 10px;
        height: 0
    }

    24% {
        height: 96px
    }

    to {
        left: 120%
    }
}

@keyframes card-lights {
    0% {
        left: 10px;
        height: 0
    }

    24% {
        height: 96px
    }

    to {
        left: 120%
    }
}

.fedui-header-vip-greeting-notification[data-level="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #283765;
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/59097ed.png)
}

.fedui-header-vip-greeting-notification[data-level="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #445070;
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/2a8bb53.png)
}

.fedui-header-vip-greeting-notification[data-level="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #76531b;
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/3cae1ec.png)
}

.fedui-header-vip-greeting-notification[data-level="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4b4e71;
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/f7fa9a9.png)
}

.fedui-header-vip-greeting-notification[data-level="5"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #e6d8a0;
    background-image: url(https://file.hbfile.net/global/zh-cn/static/img/81e0bb8.png)
}

@supports (bottom: constant(safe-area-inset-bottom)) or (bottom:env(safe-area-inset-bottom)) {
    .fedui-header-m-nav {
        padding-bottom:calc(48px + env(safe-area-inset-bottom))
    }
}

@media screen and (max-width: 1400px) {
    .fedui-header:not([data-locale=zh-cn]):not([data-locale=zh-hk]) .fedui-header-info,.fedui-header:not([data-locale=zh-cn]):not([data-locale=zh-hk]) .fedui-header-order {
        padding-left:16px
    }

    .fedui-header:not([data-locale=zh-cn]):not([data-locale=zh-hk]) .fedui-header-notice {
        margin-left: 16px
    }

    .fedui-header:not([data-locale=zh-cn]):not([data-locale=zh-hk]) .fedui-header-locales {
        padding-left: 16px
    }

    .fedui-header:not([data-locale=zh-cn]):not([data-locale=zh-hk]) .fedui-header-nav {
        padding-left: 24px
    }

    .fedui-header:not([data-locale=zh-cn]):not([data-locale=zh-hk]) .fedui-header-nav>a,.fedui-header:not([data-locale=zh-cn]):not([data-locale=zh-hk]) .fedui-header-nav>div {
        margin-left: 12px
    }

    .fedui-header:not([data-locale=zh-cn]):not([data-locale=zh-hk]) .fedui-header-nav>a:first-child,.fedui-header:not([data-locale=zh-cn]):not([data-locale=zh-hk]) .fedui-header-nav>div:first-child {
        margin-left: 0
    }

    .fedui-header[data-locale=zh-cn] .fedui-header-nav>a,.fedui-header[data-locale=zh-cn] .fedui-header-nav>div,.fedui-header[data-locale=zh-hk] .fedui-header-nav>a,.fedui-header[data-locale=zh-hk] .fedui-header-nav>div {
        margin-left: 24px
    }

    .fedui-header[data-locale=zh-cn] .fedui-header-nav>a:first-child,.fedui-header[data-locale=zh-cn] .fedui-header-nav>div:first-child,.fedui-header[data-locale=zh-hk] .fedui-header-nav>a:first-child,.fedui-header[data-locale=zh-hk] .fedui-header-nav>div:first-child {
        margin-left: 0
    }
}

.fedui-header-modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fedui-header-modal-wrapper {
    width: 480px;
    background-color: #fff;
    border-radius: 2px
}

.fedui-header-modal-container>header {
    height: 72px;
    position: relative;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    font-weight: 500;
    color: #263241
}

.fedui-header-modal-container>header button.close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik02Ljk4OCA1LjU5OEwxLjY5NS4zMDVBMSAxIDAgMDAuMjggMS43Mmw1LjI5MyA1LjI5M0wuMjggMTIuMzA1YTEgMSAwIDAwMS40MTQgMS40MTRsNS4yOTMtNS4yOTMgNS4yOTMgNS4yOTNhMSAxIDAgMDAxLjQxNC0xLjQxNEw4LjQwMiA3LjAxMmw1LjI5My01LjI5M0ExIDEgMCAxMDEyLjI4LjMwNUw2Ljk4OCA1LjU5OHoiIGlkPSJhIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHVzZSBmaWxsPSIjN0Y4RkE0IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNhIi8+PGcgbWFzaz0idXJsKCNiKSIgZmlsbD0iIzdGOEZBNCI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUgLTUpIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat 50%
}

.fedui-header-modal-container>header button.close:hover {
    opacity: .7
}

.fedui-header-modal-container>footer {
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 24px
}

.fedui-header-modal-container>footer button {
    height: 40px;
    padding: 0 16px;
    margin: 0;
    border-radius: 2px;
    font-size: 14px
}

.fedui-header-modal-container>footer button+button {
    margin-left: 16px
}

.fedui-header-modal-container>footer button.primary {
    color: #fff;
    background-color: #2483ff
}

.fedui-header-modal-container>footer button.primary:hover {
    background-color: rgba(36,131,255,.7)
}

.fedui-header-modal-container>footer button.secondary {
    color: #2483ff;
    background: none
}

.fedui-header-modal-container>footer button.secondary:hover {
    color: rgba(36,131,255,.7)
}

.fedui-header-modal-container button {
    border: none;
    outline: none;
    cursor: pointer
}

.fedui-header-modal-body {
    line-height: 22px;
    padding: 0 24px;
    color: #3c4d5d
}

.modal-enter,.modal-leave-active {
    opacity: 0
}

.slide-fade-enter-active,.slide-fade-leave-active {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.slide-fade-enter,.slide-fade-leave-to {
    -webkit-transform: translateX(420px);
    transform: translateX(420px);
    opacity: 0
}

.fedui-nav-dm {
    position: relative
}

.fedui-nav-dm span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.fedui-nav-dm span i {
    width: 12px;
    height: 12px;
    margin-left: 9px;
    font-size: 12px;
    position: relative
}

.fedui-nav-dm span i:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px
}

.fedui-nav-dm:hover span i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -4px
}

.fedui-nav-dm .nav-dm-dl {
    width: 120px;
    max-width: 120px;
    background-color: #fff;
    padding: 4px 0;
    border-radius: 2px;
    position: absolute;
    top: 48px;
    left: -8px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(28,36,44,.1);
    box-shadow: 0 2px 15px 0 rgba(28,36,44,.1)
}

.fedui-nav-dm .nav-dm-dl dd {
    font-size: 14px;
    line-height: 20px;
    color: #314655;
    padding: 10px 16px
}

.fedui-nav-dm .nav-dm-dl dd:hover {
    background-color: rgba(242,246,250,.7);
    color: #2483ff
}

.fedui-footer {
    width: 100%;
    background-color: #111114;
    color: #697080;
    padding-top: 100px;
    padding-bottom: 100px;
    min-width: 1310px
}

.fedui-footer-inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fedui-footer-logo {
    height: 23px
}

.fedui-footer-copyright {
    font-size: 12px;
    color: #6a707f;
    line-height: 12px;
    padding-top: 16px
}

.fedui-footer-link {
    padding-top: 40px
}

.fedui-footer-link a {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #a8b7c8;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top
}

.fedui-footer-link a i {
    font-size: 24px;
    vertical-align: top
}

.fedui-footer-link a:hover {
    color: #fff;
    background-color: #2483ff
}

.fedui-footer-link a:first-child {
    margin-left: 0
}

.fedui-footer-right {
    width: 792px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fedui-footer-right dl {
    width: 180px
}

.fedui-footer-right dt {
    line-height: 20px;
    padding-bottom: 8px
}

.fedui-footer-right a {
    padding-top: 8px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #d5def2;
    word-wrap: break-word
}

.fedui-footer-right a:hover {
    color: #2483ff
}

.fedui-footer[data-mobile=true] {
    padding-top: 0;
    padding-bottom: 0;
    min-width: 320px
}

.fedui-footer[data-mobile=true] .fedui-footer-inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.fedui-footer[data-mobile=true] .fedui-footer-inner dl {
    width: 100%
}

.fedui-footer[data-mobile=true] .fedui-footer-inner dl[data-dropdowns=true] dt:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fedui-footer[data-mobile=true] .fedui-footer-inner dl[data-dropdowns=true] dd {
    display: block;
    -webkit-animation: fedui-show .3s ease-out forwards;
    animation: fedui-show .3s ease-out forwards
}

.fedui-footer[data-mobile=true] .fedui-footer-inner dt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #697080;
    padding-left: 24px;
    position: relative;
    border-bottom: 1px solid #353640
}

.fedui-footer[data-mobile=true] .fedui-footer-inner dt:after {
    right: 24px;
    top: 0;
    position: absolute;
    font-size: 16px;
    content: "\E905";
    font-family: fedui-icon!important
}

.fedui-footer[data-mobile=true] .fedui-footer-inner dd {
    display: none;
    padding: 8px 0 16px;
    background-color: #191a1f;
    border-bottom: 1px solid #353640
}

.fedui-footer[data-mobile=true] .fedui-footer-inner dd a {
    color: #d5def2;
    font-size: 16px;
    display: block;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 8px 24px;
    min-height: 40px
}

.fedui-footer[data-mobile=true] .fedui-footer-right {
    display: block;
    width: 100%
}

.fedui-footer[data-mobile=true] .fedui-footer-left {
    padding: 42px 24px 0
}

.fedui-footer[data-mobile=true] .fedui-footer-link {
    padding-top: 24px;
    margin-top: -16px;
    margin-left: -16px;
    overflow: hidden
}

.fedui-footer[data-mobile=true] .fedui-footer-link a {
    margin-left: 16px;
    margin-top: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px
}

.fedui-footer[data-mobile=true] .fedui-footer-link a i {
    font-size: 32px
}

.fedui-footer-simple {
    background-color: #242e48;
    color: rgba(134,158,201,.7);
    font-size: 12px;
    height: 48px;
    min-width: 1310px;
    width: 100%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 24px
}

.fedui-footer-simple-locales {
    display: none
}

.fedui-footer-simple li {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    margin-left: 16px
}

.fedui-footer-simple li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(158,177,212,.5)
}

.fedui-footer-simple li:first-child {
    margin-left: 0;
    padding-left: 0
}

.fedui-footer-simple li:first-child:before {
    display: none
}

.fedui-footer-simple a {
    color: rgba(134,158,201,.7)
}

.fedui-footer-simple a:hover {
    color: #2483ff
}

.fedui-footer-simple[data-mobile=true] {
    height: auto;
    min-width: 320px;
    padding: 4px 0 0
}

.fedui-footer-simple[data-mobile=true] li {
    text-align: left;
    line-height: 40px;
    display: block;
    padding-left: 0;
    margin-left: 0
}

.fedui-footer-simple[data-mobile=true] li:before {
    display: none
}

.fedui-footer-simple[data-mobile=true] li>a,.fedui-footer-simple[data-mobile=true] li>span {
    padding-left: 24px;
    padding-right: 24px;
    display: block
}

.fedui-footer-simple[data-mobile=true] a {
    color: rgba(134,158,201,.7)
}

.fedui-footer-locales {
    position: relative;
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px
}

.fedui-footer-locales-center {
    text-align: center
}

.fedui-footer-locales-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    color: #d5def2;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    height: 32px;
    line-height: 32px
}

.fedui-footer-locales-text>span {
    padding-left: 10px;
    padding-right: 10px
}

.fedui-footer-locales-text .fedui-icon-xiajiantou {
    vertical-align: 2px;
    color: #697080;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 12px
}

.fedui-footer-locales-text .fedui-icon-locale {
    font-size: 22px;
    vertical-align: -3px
}

.fedui-footer-locales-down {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 110px;
    width: 300px;
    margin-left: -150px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(28,36,44,.12);
    box-shadow: 0 0 20px 0 rgba(28,36,44,.12);
    border-radius: 2px;
    text-align: left
}

.fedui-footer-locales-down>span {
    font-size: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    display: inline-block;
    color: #1c242c;
    vertical-align: top
}

.fedui-footer-locales-down>span:hover {
    background-color: rgba(242,246,250,.7);
    color: #2483ff
}

.fedui-footer-locales[data-dropdowns=true] .fedui-footer-locales-down {
    display: block
}

.fedui-footer-locales[data-dropdowns=true] .fedui-icon-xiajiantou {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.fedui-header-pc .fedui-header-info-fee>span {
    display: block
}

.fedui-header[data-locale=tr-tr] .fedui-header-pc .fedui-header-info-fee>span,.fedui-header[data-locale=zh-cn] .fedui-header-pc .fedui-header-info-fee>span,.fedui-header[data-locale=zh-hk] .fedui-header-pc .fedui-header-info-fee>span,.fedui-header[data-locale=zh-tw] .fedui-header-pc .fedui-header-info-fee>span {
    display: inline-block
}

.fedui-header[data-locale=ru-ru] .fedui-header-m-info-fee {
    line-height: 20px
}

.fedui-header[data-locale=ru-ru] .fedui-header-m-info-fee span {
    padding-top: 8px;
    display: block
}

.fedui-header[data-locale=ru-ru] .fedui-header-m-info-fee em {
    margin-left: 0
}

.fedui-footer[data-locale=ko-kr] .fedui-footer-right a,.fedui-footer[data-locale=zh-cn] .fedui-footer-right a,.fedui-footer[data-locale=zh-hk] .fedui-footer-right a,.fedui-footer[data-locale=zh-tw] .fedui-footer-right a {
    line-height: 18px
}

.vue-recycle-scroller {
    position: relative
}

.vue-recycle-scroller.direction-vertical:not(.page-mode) {
    overflow-y: auto
}

.vue-recycle-scroller.direction-horizontal:not(.page-mode) {
    overflow-x: auto
}

.vue-recycle-scroller.direction-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vue-recycle-scroller__slot {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0
}

.vue-recycle-scroller__item-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.vue-recycle-scroller.ready .vue-recycle-scroller__item-view {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform
}

.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper {
    width: 100%
}

.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper {
    height: 100%
}

.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view {
    width: 100%
}

.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view {
    height: 100%
}

.resize-observer[data-v-b329ee4c] {
    border: none;
    background-color: transparent;
    opacity: 0
}

.resize-observer[data-v-b329ee4c],.resize-observer[data-v-b329ee4c] object {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
    overflow: hidden
}

.el-date-table td,.el-date-table td div {
    height: 30px
}

.el-month-table,.el-year-table {
    font-size: 12px;
    border-collapse: collapse
}

.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list {
    padding: 0;
    text-align: center
}

.el-input__suffix {
    pointer-events: none
}

.el-checkbox-button__inner,.el-tag {
    -webkit-box-sizing: border-box;
    white-space: nowrap
}

.el-checkbox-button__inner {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.el-table,.el-table__append-wrapper {
    overflow: hidden
}

.el-table--hidden,.el-table td.is-hidden>*,.el-table th.is-hidden>* {
    visibility: hidden
}

.el-checkbox-button__inner,.el-table th {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.el-checkbox-button__inner {
    font-weight: 500
}

.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing) {
    outline-width: 0
}

.el-pagination--small .arrow.disabled,.el-table--hidden,.el-table .hidden-columns,.el-table td.is-hidden>*,.el-table th.is-hidden>* {
    visibility: hidden
}

.el-input__suffix,.el-tree.is-dragging .el-tree-node__content * {
    pointer-events: none
}

.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing),.el-message__closeBtn:focus,.el-message__content:focus,.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing),.el-rate:active,.el-rate:focus,.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing),.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus {
    outline-width: 0
}

@font-face {
    font-family: element-icons;
    src: url(../../static/fonts/535877f.535877f.woff?v=0.0.1) format("woff"),url(../../static/fonts/732389d.732389d.ttf?v=0.0.1) format("truetype");
    font-weight: 400;
    font-display:"auto";font-style: normal
}

[class*=" el-icon-"],[class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.el-icon-ice-cream-round:before {
    content: "\E6A0"
}

.el-icon-ice-cream-square:before {
    content: "\E6A3"
}

.el-icon-lollipop:before {
    content: "\E6A4"
}

.el-icon-potato-strips:before {
    content: "\E6A5"
}

.el-icon-milk-tea:before {
    content: "\E6A6"
}

.el-icon-ice-drink:before {
    content: "\E6A7"
}

.el-icon-ice-tea:before {
    content: "\E6A9"
}

.el-icon-coffee:before {
    content: "\E6AA"
}

.el-icon-orange:before {
    content: "\E6AB"
}

.el-icon-pear:before {
    content: "\E6AC"
}

.el-icon-apple:before {
    content: "\E6AD"
}

.el-icon-cherry:before {
    content: "\E6AE"
}

.el-icon-watermelon:before {
    content: "\E6AF"
}

.el-icon-grape:before {
    content: "\E6B0"
}

.el-icon-refrigerator:before {
    content: "\E6B1"
}

.el-icon-goblet-square-full:before {
    content: "\E6B2"
}

.el-icon-goblet-square:before {
    content: "\E6B3"
}

.el-icon-goblet-full:before {
    content: "\E6B4"
}

.el-icon-goblet:before {
    content: "\E6B5"
}

.el-icon-cold-drink:before {
    content: "\E6B6"
}

.el-icon-coffee-cup:before {
    content: "\E6B8"
}

.el-icon-water-cup:before {
    content: "\E6B9"
}

.el-icon-hot-water:before {
    content: "\E6BA"
}

.el-icon-ice-cream:before {
    content: "\E6BB"
}

.el-icon-dessert:before {
    content: "\E6BC"
}

.el-icon-sugar:before {
    content: "\E6BD"
}

.el-icon-tableware:before {
    content: "\E6BE"
}

.el-icon-burger:before {
    content: "\E6BF"
}

.el-icon-knife-fork:before {
    content: "\E6C1"
}

.el-icon-fork-spoon:before {
    content: "\E6C2"
}

.el-icon-chicken:before {
    content: "\E6C3"
}

.el-icon-food:before {
    content: "\E6C4"
}

.el-icon-dish-1:before {
    content: "\E6C5"
}

.el-icon-dish:before {
    content: "\E6C6"
}

.el-icon-moon-night:before {
    content: "\E6EE"
}

.el-icon-moon:before {
    content: "\E6F0"
}

.el-icon-cloudy-and-sunny:before {
    content: "\E6F1"
}

.el-icon-partly-cloudy:before {
    content: "\E6F2"
}

.el-icon-cloudy:before {
    content: "\E6F3"
}

.el-icon-sunny:before {
    content: "\E6F6"
}

.el-icon-sunset:before {
    content: "\E6F7"
}

.el-icon-sunrise-1:before {
    content: "\E6F8"
}

.el-icon-sunrise:before {
    content: "\E6F9"
}

.el-icon-heavy-rain:before {
    content: "\E6FA"
}

.el-icon-lightning:before {
    content: "\E6FB"
}

.el-icon-light-rain:before {
    content: "\E6FC"
}

.el-icon-wind-power:before {
    content: "\E6FD"
}

.el-icon-baseball:before {
    content: "\E712"
}

.el-icon-soccer:before {
    content: "\E713"
}

.el-icon-football:before {
    content: "\E715"
}

.el-icon-basketball:before {
    content: "\E716"
}

.el-icon-ship:before {
    content: "\E73F"
}

.el-icon-truck:before {
    content: "\E740"
}

.el-icon-bicycle:before {
    content: "\E741"
}

.el-icon-mobile-phone:before {
    content: "\E6D3"
}

.el-icon-service:before {
    content: "\E6D4"
}

.el-icon-key:before {
    content: "\E6E2"
}

.el-icon-unlock:before {
    content: "\E6E4"
}

.el-icon-lock:before {
    content: "\E6E5"
}

.el-icon-watch:before {
    content: "\E6FE"
}

.el-icon-watch-1:before {
    content: "\E6FF"
}

.el-icon-timer:before {
    content: "\E702"
}

.el-icon-alarm-clock:before {
    content: "\E703"
}

.el-icon-map-location:before {
    content: "\E704"
}

.el-icon-delete-location:before {
    content: "\E705"
}

.el-icon-add-location:before {
    content: "\E706"
}

.el-icon-location-information:before {
    content: "\E707"
}

.el-icon-location-outline:before {
    content: "\E708"
}

.el-icon-location:before {
    content: "\E79E"
}

.el-icon-place:before {
    content: "\E709"
}

.el-icon-discover:before {
    content: "\E70A"
}

.el-icon-first-aid-kit:before {
    content: "\E70B"
}

.el-icon-trophy-1:before {
    content: "\E70C"
}

.el-icon-trophy:before {
    content: "\E70D"
}

.el-icon-medal:before {
    content: "\E70E"
}

.el-icon-medal-1:before {
    content: "\E70F"
}

.el-icon-stopwatch:before {
    content: "\E710"
}

.el-icon-mic:before {
    content: "\E711"
}

.el-icon-copy-document:before {
    content: "\E718"
}

.el-icon-full-screen:before {
    content: "\E719"
}

.el-icon-switch-button:before {
    content: "\E71B"
}

.el-icon-aim:before {
    content: "\E71C"
}

.el-icon-crop:before {
    content: "\E71D"
}

.el-icon-odometer:before {
    content: "\E71E"
}

.el-icon-time:before {
    content: "\E71F"
}

.el-icon-bangzhu:before {
    content: "\E724"
}

.el-icon-close-notification:before {
    content: "\E726"
}

.el-icon-microphone:before {
    content: "\E727"
}

.el-icon-turn-off-microphone:before {
    content: "\E728"
}

.el-icon-position:before {
    content: "\E729"
}

.el-icon-postcard:before {
    content: "\E72A"
}

.el-icon-message:before {
    content: "\E72B"
}

.el-icon-chat-line-square:before {
    content: "\E72D"
}

.el-icon-chat-dot-square:before {
    content: "\E72E"
}

.el-icon-chat-dot-round:before {
    content: "\E72F"
}

.el-icon-chat-square:before {
    content: "\E730"
}

.el-icon-chat-line-round:before {
    content: "\E731"
}

.el-icon-chat-round:before {
    content: "\E732"
}

.el-icon-set-up:before {
    content: "\E733"
}

.el-icon-turn-off:before {
    content: "\E734"
}

.el-icon-open:before {
    content: "\E735"
}

.el-icon-connection:before {
    content: "\E736"
}

.el-icon-link:before {
    content: "\E737"
}

.el-icon-cpu:before {
    content: "\E738"
}

.el-icon-thumb:before {
    content: "\E739"
}

.el-icon-female:before {
    content: "\E73A"
}

.el-icon-male:before {
    content: "\E73B"
}

.el-icon-guide:before {
    content: "\E73C"
}

.el-icon-news:before {
    content: "\E73E"
}

.el-icon-price-tag:before {
    content: "\E744"
}

.el-icon-discount:before {
    content: "\E745"
}

.el-icon-wallet:before {
    content: "\E747"
}

.el-icon-coin:before {
    content: "\E748"
}

.el-icon-money:before {
    content: "\E749"
}

.el-icon-bank-card:before {
    content: "\E74A"
}

.el-icon-box:before {
    content: "\E74B"
}

.el-icon-present:before {
    content: "\E74C"
}

.el-icon-sell:before {
    content: "\E6D5"
}

.el-icon-sold-out:before {
    content: "\E6D6"
}

.el-icon-shopping-bag-2:before {
    content: "\E74D"
}

.el-icon-shopping-bag-1:before {
    content: "\E74E"
}

.el-icon-shopping-cart-2:before {
    content: "\E74F"
}

.el-icon-shopping-cart-1:before {
    content: "\E750"
}

.el-icon-shopping-cart-full:before {
    content: "\E751"
}

.el-icon-smoking:before {
    content: "\E752"
}

.el-icon-no-smoking:before {
    content: "\E753"
}

.el-icon-house:before {
    content: "\E754"
}

.el-icon-table-lamp:before {
    content: "\E755"
}

.el-icon-school:before {
    content: "\E756"
}

.el-icon-office-building:before {
    content: "\E757"
}

.el-icon-toilet-paper:before {
    content: "\E758"
}

.el-icon-notebook-2:before {
    content: "\E759"
}

.el-icon-notebook-1:before {
    content: "\E75A"
}

.el-icon-files:before {
    content: "\E75B"
}

.el-icon-collection:before {
    content: "\E75C"
}

.el-icon-receiving:before {
    content: "\E75D"
}

.el-icon-suitcase-1:before {
    content: "\E760"
}

.el-icon-suitcase:before {
    content: "\E761"
}

.el-icon-film:before {
    content: "\E763"
}

.el-icon-collection-tag:before {
    content: "\E765"
}

.el-icon-data-analysis:before {
    content: "\E766"
}

.el-icon-pie-chart:before {
    content: "\E767"
}

.el-icon-data-board:before {
    content: "\E768"
}

.el-icon-data-line:before {
    content: "\E76D"
}

.el-icon-reading:before {
    content: "\E769"
}

.el-icon-magic-stick:before {
    content: "\E76A"
}

.el-icon-coordinate:before {
    content: "\E76B"
}

.el-icon-mouse:before {
    content: "\E76C"
}

.el-icon-brush:before {
    content: "\E76E"
}

.el-icon-headset:before {
    content: "\E76F"
}

.el-icon-umbrella:before {
    content: "\E770"
}

.el-icon-scissors:before {
    content: "\E771"
}

.el-icon-mobile:before {
    content: "\E773"
}

.el-icon-attract:before {
    content: "\E774"
}

.el-icon-monitor:before {
    content: "\E775"
}

.el-icon-search:before {
    content: "\E778"
}

.el-icon-takeaway-box:before {
    content: "\E77A"
}

.el-icon-paperclip:before {
    content: "\E77D"
}

.el-icon-printer:before {
    content: "\E77E"
}

.el-icon-document-add:before {
    content: "\E782"
}

.el-icon-document:before {
    content: "\E785"
}

.el-icon-document-checked:before {
    content: "\E786"
}

.el-icon-document-copy:before {
    content: "\E787"
}

.el-icon-document-delete:before {
    content: "\E788"
}

.el-icon-document-remove:before {
    content: "\E789"
}

.el-icon-tickets:before {
    content: "\E78B"
}

.el-icon-folder-checked:before {
    content: "\E77F"
}

.el-icon-folder-delete:before {
    content: "\E780"
}

.el-icon-folder-remove:before {
    content: "\E781"
}

.el-icon-folder-add:before {
    content: "\E783"
}

.el-icon-folder-opened:before {
    content: "\E784"
}

.el-icon-folder:before {
    content: "\E78A"
}

.el-icon-edit-outline:before {
    content: "\E764"
}

.el-icon-edit:before {
    content: "\E78C"
}

.el-icon-date:before {
    content: "\E78E"
}

.el-icon-c-scale-to-original:before {
    content: "\E7C6"
}

.el-icon-view:before {
    content: "\E6CE"
}

.el-icon-loading:before {
    content: "\E6CF"
}

.el-icon-rank:before {
    content: "\E6D1"
}

.el-icon-sort-down:before {
    content: "\E7C4"
}

.el-icon-sort-up:before {
    content: "\E7C5"
}

.el-icon-sort:before {
    content: "\E6D2"
}

.el-icon-finished:before {
    content: "\E6CD"
}

.el-icon-refresh-left:before {
    content: "\E6C7"
}

.el-icon-refresh-right:before {
    content: "\E6C8"
}

.el-icon-refresh:before {
    content: "\E6D0"
}

.el-icon-video-play:before {
    content: "\E7C0"
}

.el-icon-video-pause:before {
    content: "\E7C1"
}

.el-icon-d-arrow-right:before {
    content: "\E6DC"
}

.el-icon-d-arrow-left:before {
    content: "\E6DD"
}

.el-icon-arrow-up:before {
    content: "\E6E1"
}

.el-icon-arrow-down:before {
    content: "\E6DF"
}

.el-icon-arrow-right:before {
    content: "\E6E0"
}

.el-icon-arrow-left:before {
    content: "\E6DE"
}

.el-icon-top-right:before {
    content: "\E6E7"
}

.el-icon-top-left:before {
    content: "\E6E8"
}

.el-icon-top:before {
    content: "\E6E6"
}

.el-icon-bottom:before {
    content: "\E6EB"
}

.el-icon-right:before {
    content: "\E6E9"
}

.el-icon-back:before {
    content: "\E6EA"
}

.el-icon-bottom-right:before {
    content: "\E6EC"
}

.el-icon-bottom-left:before {
    content: "\E6ED"
}

.el-icon-caret-top:before {
    content: "\E78F"
}

.el-icon-caret-bottom:before {
    content: "\E790"
}

.el-icon-caret-right:before {
    content: "\E791"
}

.el-icon-caret-left:before {
    content: "\E792"
}

.el-icon-d-caret:before {
    content: "\E79A"
}

.el-icon-share:before {
    content: "\E793"
}

.el-icon-menu:before {
    content: "\E798"
}

.el-icon-s-grid:before {
    content: "\E7A6"
}

.el-icon-s-check:before {
    content: "\E7A7"
}

.el-icon-s-data:before {
    content: "\E7A8"
}

.el-icon-s-opportunity:before {
    content: "\E7AA"
}

.el-icon-s-custom:before {
    content: "\E7AB"
}

.el-icon-s-claim:before {
    content: "\E7AD"
}

.el-icon-s-finance:before {
    content: "\E7AE"
}

.el-icon-s-comment:before {
    content: "\E7AF"
}

.el-icon-s-flag:before {
    content: "\E7B0"
}

.el-icon-s-marketing:before {
    content: "\E7B1"
}

.el-icon-s-shop:before {
    content: "\E7B4"
}

.el-icon-s-open:before {
    content: "\E7B5"
}

.el-icon-s-management:before {
    content: "\E7B6"
}

.el-icon-s-ticket:before {
    content: "\E7B7"
}

.el-icon-s-release:before {
    content: "\E7B8"
}

.el-icon-s-home:before {
    content: "\E7B9"
}

.el-icon-s-promotion:before {
    content: "\E7BA"
}

.el-icon-s-operation:before {
    content: "\E7BB"
}

.el-icon-s-unfold:before {
    content: "\E7BC"
}

.el-icon-s-fold:before {
    content: "\E7A9"
}

.el-icon-s-platform:before {
    content: "\E7BD"
}

.el-icon-s-order:before {
    content: "\E7BE"
}

.el-icon-s-cooperation:before {
    content: "\E7BF"
}

.el-icon-bell:before {
    content: "\E725"
}

.el-icon-message-solid:before {
    content: "\E799"
}

.el-icon-video-camera:before {
    content: "\E772"
}

.el-icon-video-camera-solid:before {
    content: "\E796"
}

.el-icon-camera:before {
    content: "\E779"
}

.el-icon-camera-solid:before {
    content: "\E79B"
}

.el-icon-download:before {
    content: "\E77C"
}

.el-icon-upload2:before {
    content: "\E77B"
}

.el-icon-upload:before {
    content: "\E7C3"
}

.el-icon-picture-outline-round:before {
    content: "\E75F"
}

.el-icon-picture-outline:before {
    content: "\E75E"
}

.el-icon-picture:before {
    content: "\E79F"
}

.el-icon-close:before {
    content: "\E6DB"
}

.el-icon-check:before {
    content: "\E6DA"
}

.el-icon-plus:before {
    content: "\E6D9"
}

.el-icon-minus:before {
    content: "\E6D8"
}

.el-icon-help:before {
    content: "\E73D"
}

.el-icon-s-help:before {
    content: "\E7B3"
}

.el-icon-circle-close:before {
    content: "\E78D"
}

.el-icon-circle-check:before {
    content: "\E720"
}

.el-icon-circle-plus-outline:before {
    content: "\E723"
}

.el-icon-remove-outline:before {
    content: "\E722"
}

.el-icon-zoom-out:before {
    content: "\E776"
}

.el-icon-zoom-in:before {
    content: "\E777"
}

.el-icon-error:before {
    content: "\E79D"
}

.el-icon-success:before {
    content: "\E79C"
}

.el-icon-circle-plus:before {
    content: "\E7A0"
}

.el-icon-remove:before {
    content: "\E7A2"
}

.el-icon-info:before {
    content: "\E7A1"
}

.el-icon-question:before {
    content: "\E7A4"
}

.el-icon-warning-outline:before {
    content: "\E6C9"
}

.el-icon-warning:before {
    content: "\E7A3"
}

.el-icon-goods:before {
    content: "\E7C2"
}

.el-icon-s-goods:before {
    content: "\E7B2"
}

.el-icon-star-off:before {
    content: "\E717"
}

.el-icon-star-on:before {
    content: "\E797"
}

.el-icon-more-outline:before {
    content: "\E6CC"
}

.el-icon-more:before {
    content: "\E794"
}

.el-icon-phone-outline:before {
    content: "\E6CB"
}

.el-icon-phone:before {
    content: "\E795"
}

.el-icon-user:before {
    content: "\E6E3"
}

.el-icon-user-solid:before {
    content: "\E7A5"
}

.el-icon-setting:before {
    content: "\E6CA"
}

.el-icon-s-tools:before {
    content: "\E7AC"
}

.el-icon-delete:before {
    content: "\E6D7"
}

.el-icon-delete-solid:before {
    content: "\E7C9"
}

.el-icon-eleme:before {
    content: "\E7C7"
}

.el-icon-platform-eleme:before {
    content: "\E7CA"
}

.el-icon-loading {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

.el-icon--right {
    margin-left: 5px
}

.el-icon--left {
    margin-right: 5px
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700
}

.el-pagination:after,.el-pagination:before {
    display: table;
    content: ""
}

.el-pagination:after {
    clear: both
}

.el-pagination button,.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-pagination .el-input__inner {
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal
}

.el-pagination .el-input__suffix {
    right: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.el-pagination .el-select .el-input {
    width: 100px;
    margin: 0 5px
}

.el-pagination .el-select .el-input .el-input__inner {
    padding-right: 25px;
    border-radius: 3px
}

.el-pagination button {
    border: none;
    padding: 0 6px;
    background: 0 0
}

.el-pagination button:focus {
    outline: 0
}

.el-pagination button:hover {
    color: #409eff
}

.el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed
}

.el-pagination .btn-next,.el-pagination .btn-prev {
    background: 50% no-repeat #fff;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #303133
}

.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700
}

.el-pagination .btn-prev {
    padding-right: 12px
}

.el-pagination .btn-next {
    padding-left: 12px
}

.el-pagination .el-pager li.disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover {
    cursor: pointer
}

.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child {
    border-color: transparent;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    min-width: 22px
}

.el-pagination--small .more:before,.el-pagination--small li.more:before {
    line-height: 24px
}

.el-pagination--small button,.el-pagination--small span:not([class*=suffix]) {
    height: 22px;
    line-height: 22px
}

.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
    height: 22px
}

.el-pagination__sizes {
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #606266
}

.el-pagination__sizes .el-input .el-input__inner {
    font-size: 13px;
    padding-left: 8px
}

.el-pagination__sizes .el-input .el-input__inner:hover {
    border-color: #409eff
}

.el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266
}

.el-pagination__jump {
    margin-left: 24px;
    font-weight: 400;
    color: #606266
}

.el-pagination__jump .el-input__inner {
    padding: 0 3px
}

.el-pagination__rightwrapper {
    float: right
}

.el-pagination__editor {
    line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px
}

.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev {
    padding: 0
}

.el-pagination__editor.el-input {
    width: 50px
}

.el-pagination__editor.el-input .el-input__inner {
    height: 28px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px
}

.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled {
    color: #c0c4cc
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #409eff
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #409eff;
    color: #fff
}

.el-dialog,.el-pager li {
    background: #fff;
    -webkit-box-sizing: border-box
}

.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li {
    margin: 0 3px;
    min-width: 22px
}

.el-pager,.el-pager li {
    vertical-align: top;
    margin: 0;
    display: inline-block
}

.el-pager {
    -ms-user-select: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    list-style: none;
    font-size: 0
}

.el-date-table,.el-pager,.el-table th {
    -webkit-user-select: none;
    -moz-user-select: none
}

.el-pager .more:before {
    line-height: 30px
}

.el-pager li {
    padding: 0 4px;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.el-menu--collapse .el-menu .el-submenu,.el-menu--popup {
    min-width: 200px
}

.el-pager li.btn-quicknext,.el-pager li.btn-quickprev {
    line-height: 28px;
    color: #303133
}

.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled {
    color: #c0c4cc
}

.el-pager li.active+li {
    border-left: 0
}

.el-pager li:hover {
    color: #409eff
}

.el-pager li.active {
    color: #409eff;
    cursor: default
}

@-webkit-keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@-webkit-keyframes v-modal-out {
    to {
        opacity: 0
    }
}

.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%
}

.el-dialog.is-fullscreen {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    overflow: auto
}

.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0
}

.el-dialog__header {
    padding: 20px 20px 10px
}

.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px
}

.el-dialog__headerbtn .el-dialog__close {
    color: #909399
}

.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close {
    color: #409eff
}

.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133
}

.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all
}

.el-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-dialog--center {
    text-align: center
}

.el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 25px 25px 30px
}

.el-dialog--center .el-dialog__footer {
    text-align: inherit
}

.dialog-fade-enter-active {
    -webkit-animation: dialog-fade-in .3s;
    animation: dialog-fade-in .3s
}

.dialog-fade-leave-active {
    -webkit-animation: dialog-fade-out .3s;
    animation: dialog-fade-out .3s
}

@-webkit-keyframes dialog-fade-in {
    0% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes dialog-fade-in {
    0% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes dialog-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }
}

@keyframes dialog-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }
}

.el-autocomplete {
    position: relative;
    display: inline-block
}

.el-autocomplete-suggestion {
    margin: 5px 0;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    border: 1px solid #e4e7ed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

.el-dropdown-menu,.el-menu--collapse .el-submenu .el-menu {
    z-index: 10;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-autocomplete-suggestion__wrap {
    max-height: 280px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-autocomplete-suggestion__list {
    margin: 0;
    padding: 0
}

.el-autocomplete-suggestion li {
    padding: 0 20px;
    margin: 0;
    line-height: 34px;
    cursor: pointer;
    color: #606266;
    font-size: 14px;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover {
    background-color: #f5f7fa
}

.el-autocomplete-suggestion li.divider {
    margin-top: 6px;
    border-top: 1px solid #000
}

.el-autocomplete-suggestion li.divider:last-child {
    margin-bottom: -6px
}

.el-autocomplete-suggestion.is-loading li {
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #999
}

.el-autocomplete-suggestion.is-loading li:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.el-autocomplete-suggestion.is-loading li:hover {
    background-color: #fff
}

.el-autocomplete-suggestion.is-loading .el-icon-loading {
    vertical-align: middle
}

.el-dropdown {
    display: inline-block;
    position: relative;
    color: #606266;
    font-size: 14px
}

.el-dropdown .el-button-group {
    display: block
}

.el-dropdown .el-button-group .el-button {
    float: none
}

.el-dropdown .el-dropdown__caret-button {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    border-left: none
}

.el-dropdown .el-dropdown__caret-button:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 0;
    background: hsla(0,0%,100%,.5)
}

.el-dropdown .el-dropdown__caret-button.el-button--default:before {
    background: rgba(220,223,230,.5)
}

.el-dropdown .el-dropdown__caret-button:hover:before {
    top: 0;
    bottom: 0
}

.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
    padding-left: 0
}

.el-dropdown__icon {
    font-size: 12px;
    margin: 0 3px
}

.el-dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-dropdown-menu__item {
    list-style: none;
    line-height: 36px;
    padding: 0 15px !important;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: 0
}

.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #ecf5ff;
    color: #66b1ff
}

.el-dropdown-menu__item i {
    margin-right: 5px
}

.el-dropdown-menu__item--divided {
    position: relative;
    margin-top: 6px;
    border-top: 1px solid #ebeef5
}

.el-dropdown-menu__item--divided:before {
    content: "";
    height: 6px;
    display: block;
    margin: 0 -20px;
    background-color: #fff
}

.el-dropdown-menu__item.is-disabled {
    cursor: default;
    color: #bbb;
    pointer-events: none
}

.el-dropdown-menu--medium {
    padding: 6px 0
}

.el-dropdown-menu--medium .el-dropdown-menu__item {
    line-height: 30px;
    padding: 0 17px;
    font-size: 14px
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 6px
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 6px;
    margin: 0 -17px
}

.el-dropdown-menu--small {
    padding: 6px 0
}

.el-dropdown-menu--small .el-dropdown-menu__item {
    line-height: 27px;
    padding: 0 15px;
    font-size: 13px
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 4px
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 4px;
    margin: 0 -15px
}

.el-dropdown-menu--mini {
    padding: 3px 0
}

.el-dropdown-menu--mini .el-dropdown-menu__item {
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 3px
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 3px;
    margin: 0 -10px
}

.el-menu {
    border-right: 1px solid #e6e6e6;
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0
}

.el-menu,.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover {
    background-color: #fff
}

.el-menu:after,.el-menu:before {
    display: table;
    content: ""
}

.el-menu:after {
    clear: both
}

.el-menu.el-menu--horizontal {
    border-bottom: 1px solid #e6e6e6
}

.el-menu--horizontal {
    border-right: none
}

.el-menu--horizontal>.el-menu-item {
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: #909399
}

.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover {
    color: inherit
}

.el-menu--horizontal>.el-submenu {
    float: left
}

.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover {
    outline: 0
}

.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title {
    color: #303133
}

.el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
    border-bottom: 2px solid #409eff;
    color: #303133
}

.el-menu--horizontal>.el-submenu .el-submenu__title {
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid transparent;
    color: #909399
}

.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow {
    position: static;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -3px
}

.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title {
    background-color: #fff;
    float: none;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #909399
}

.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title {
    color: #303133
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    outline: 0;
    color: #303133
}

.el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: 2px solid #409eff;
    color: #303133
}

.el-menu--collapse {
    width: 64px
}

.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-] {
    margin: 0;
    vertical-align: middle;
    width: 24px;
    text-align: center
}

.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow {
    display: none
}

.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block
}

.el-menu--collapse>.el-menu-item.is-active i {
    color: inherit
}

.el-menu--collapse .el-submenu {
    position: relative
}

.el-menu--collapse .el-submenu .el-menu {
    position: absolute;
    margin-left: 5px;
    top: 0;
    left: 100%;
    border: 1px solid #e4e7ed;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-menu-item,.el-submenu__title {
    height: 56px;
    line-height: 56px;
    position: relative;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    list-style: none
}

.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: none;
    transform: none
}

.el-menu--popup {
    z-index: 100;
    border: none;
    padding: 5px 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-menu--popup-bottom-start {
    margin-top: 5px
}

.el-menu--popup-right-start {
    margin-left: 5px;
    margin-right: 5px
}

.el-menu-item {
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-menu-item * {
    vertical-align: middle
}

.el-menu-item:focus,.el-menu-item:hover {
    outline: 0;
    background-color: #ecf5ff
}

.el-menu-item.is-disabled {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0!important
}

.el-menu-item [class^=el-icon-] {
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle
}

.el-menu-item.is-active {
    color: #409eff
}

.el-menu-item.is-active i {
    color: inherit
}

.el-submenu {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.el-submenu__title {
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-submenu__title * {
    vertical-align: middle
}

.el-submenu__title i {
    color: #909399
}

.el-submenu__title:focus,.el-submenu__title:hover {
    outline: 0;
    background-color: #ecf5ff
}

.el-submenu__title.is-disabled {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0!important
}

.el-submenu__title:hover {
    background-color: #ecf5ff
}

.el-submenu .el-menu {
    border: none
}

.el-submenu .el-menu-item {
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    min-width: 200px
}

.el-submenu__icon-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    font-size: 12px
}

.el-submenu.is-active .el-submenu__title {
    border-bottom-color: #409eff
}

.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0!important
}

.el-submenu [class^=el-icon-] {
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px
}

.el-menu-item-group>ul {
    padding: 0
}

.el-menu-item-group__title {
    padding: 7px 0 7px 20px;
    line-height: normal;
    font-size: 12px;
    color: #909399
}

.el-radio-button__inner,.el-radio-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0
}

.el-radio-group {
    font-size: 0
}

.el-radio-button {
    position: relative;
    display: inline-block;
    outline: 0
}

.el-radio-button__inner {
    white-space: nowrap;
    background: #fff;
    border: 1px solid #dcdfe6;
    font-weight: 500;
    border-left: 0;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0
}

.el-radio-button__inner.is-round {
    padding: 12px 20px
}

.el-radio-button__inner:hover {
    color: #409eff
}

.el-radio-button__inner [class*=el-icon-] {
    line-height: .9
}

.el-radio-button__inner [class*=el-icon-]+span {
    margin-left: 5px
}

.el-radio-button:first-child .el-radio-button__inner {
    border-left: 1px solid #dcdfe6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.el-radio-button__orig-radio {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    -webkit-box-shadow: -1px 0 0 0 #409eff;
    box-shadow: -1px 0 0 0 #409eff
}

.el-radio-button__orig-radio:disabled+.el-radio-button__inner {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner {
    background-color: #f2f6fc
}

.el-radio-button:last-child .el-radio-button__inner {
    border-radius: 0 4px 4px 0
}

.el-popover,.el-radio-button:first-child:last-child .el-radio-button__inner {
    border-radius: 4px
}

.el-radio-button--medium .el-radio-button__inner {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0
}

.el-radio-button--medium .el-radio-button__inner.is-round {
    padding: 10px 20px
}

.el-radio-button--small .el-radio-button__inner {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 0
}

.el-radio-button--small .el-radio-button__inner.is-round {
    padding: 9px 15px
}

.el-radio-button--mini .el-radio-button__inner {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 0
}

.el-radio-button--mini .el-radio-button__inner.is-round {
    padding: 7px 15px
}

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
    -webkit-box-shadow: 0 0 2px 2px #409eff;
    box-shadow: 0 0 2px 2px #409eff
}

.el-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle
}

.el-switch__core,.el-switch__label {
    display: inline-block;
    cursor: pointer
}

.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label {
    cursor: not-allowed
}

.el-switch__label {
    -webkit-transition: .2s;
    transition: .2s;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    color: #303133
}

.el-switch__label.is-active {
    color: #409eff
}

.el-switch__label--left {
    margin-right: 10px
}

.el-switch__label--right {
    margin-left: 10px
}

.el-switch__label * {
    line-height: 1;
    font-size: 14px;
    display: inline-block
}

.el-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0
}

.el-switch__core {
    margin: 0;
    position: relative;
    width: 40px;
    height: 20px;
    border: 1px solid #dcdfe6;
    outline: 0;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #dcdfe6;
    -webkit-transition: border-color .3s,background-color .3s;
    transition: border-color .3s,background-color .3s;
    vertical-align: middle
}

.el-switch__core:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #fff
}

.el-switch.is-checked .el-switch__core {
    border-color: #409eff;
    background-color: #409eff
}

.el-switch.is-checked .el-switch__core:after {
    left: 100%;
    margin-left: -17px
}

.el-switch.is-disabled {
    opacity: .6
}

.el-switch--wide .el-switch__label.el-switch__label--left span {
    left: 10px
}

.el-switch--wide .el-switch__label.el-switch__label--right span {
    right: 10px
}

.el-switch .label-fade-enter,.el-switch .label-fade-leave-active {
    opacity: 0
}

.el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #c0cfde!important;
    border-radius: 0px!important;
    background-color: rgb(255, 255, 255)!important;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;

}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: #409eff;
    background-color: #fff
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
    background-color: #f5f7fa
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "\E6DA";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0
}

.el-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px
}

.el-select-dropdown__wrap {
    max-height: 274px
}

.el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.el-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.el-select-dropdown__item.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-select-dropdown__item.is-disabled:hover {
    background-color: #fff
}

.el-select-dropdown__item.hover,.el-select-dropdown__item:hover {
    background-color: #f5f7fa
}

.el-select-dropdown__item.selected {
    color: #409eff;
    font-weight: 700
}

.el-select-group {
    margin: 0;
    padding: 0
}

.el-select-group__wrap {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.el-select-group__wrap:not(:last-of-type) {
    padding-bottom: 24px
}

.el-select-group__wrap:not(:last-of-type):after {
    content: "";
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: #e4e7ed
}

.el-select-group__title {
    padding-left: 20px;
    font-size: 12px;
    color: #909399;
    line-height: 30px
}

.el-select-group .el-select-dropdown__item {
    padding-left: 20px
}

.el-select {
    display: inline-block;
    position: relative
}

.el-select .el-select__tags>span {
    display: contents
}

.el-select:hover .el-input__inner {
    border-color: #c0c4cc
}

.el-select .el-input__inner {
    cursor: pointer;
    padding-right: 35px
}

.el-select .el-input__inner:focus {
    border-color: #409eff
}

.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer
}

.el-select .el-input .el-select__caret.is-reverse {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.el-select .el-input .el-select__caret.is-show-close {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-radius: 100%;
    color: #c0c4cc;
    -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
    transition: color .2s cubic-bezier(.645,.045,.355,1)
}

.el-select .el-input .el-select__caret.is-show-close:hover {
    color: #909399
}

.el-select .el-input.is-disabled .el-input__inner {
    cursor: not-allowed
}

.el-select .el-input.is-disabled .el-input__inner:hover {
    border-color: #e4e7ed
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #409eff
}

.el-select>.el-input {
    display: block
}

.el-select__input {
    border: none;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    background-color: transparent
}

.el-select__input.is-mini {
    height: 14px
}

.el-select__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: 1000;
    right: 25px;
    color: #c0c4cc;
    line-height: 18px;
    font-size: 14px
}

.el-select__close:hover {
    color: #909399
}

.el-select__tags {
    position: absolute;
    line-height: normal;
    white-space: normal;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.el-select .el-tag__close {
    margin-top: -2px
}

.el-select .el-tag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 0 2px 6px;
    background-color: #f0f2f5
}

.el-select .el-tag__close.el-icon-close {
    background-color: #c0c4cc;
    right: -7px;
    top: 0;
    color: #fff
}

.el-select .el-tag__close.el-icon-close:hover {
    background-color: #909399
}

.el-table,.el-table__expanded-cell {
    background-color: #fff
}

.el-select .el-tag__close.el-icon-close:before {
    display: block;
    -webkit-transform: translateY(.5px);
    transform: translateY(.5px)
}

.el-table {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #606266
}

.el-table--mini,.el-table--small,.el-table__expand-icon {
    font-size: 12px
}

.el-table__empty-block {
    min-height: 60px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: #909399
}

.el-table__expand-column .cell {
    padding: 0;
    text-align: center
}

.el-table__expand-icon {
    position: relative;
    cursor: pointer;
    color: #666;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    height: 20px
}

.el-table__expand-icon--expanded {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.el-table__expand-icon>.el-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px
}

.el-table__expanded-cell[class*=cell] {
    padding: 20px 50px
}

.el-table__expanded-cell:hover {
    background-color: transparent!important
}

.el-table__placeholder {
    display: inline-block;
    width: 20px
}

.el-table__append-wrapper {
    overflow: hidden
}

.el-table--fit {
    border-right: 0;
    border-bottom: 0
}

.el-table--fit td.gutter,.el-table--fit th.gutter {
    border-right-width: 1px
}

.el-table--scrollable-x .el-table__body-wrapper {
    overflow-x: auto
}

.el-table--scrollable-y .el-table__body-wrapper {
    overflow-y: auto
}

.el-table thead {
    color: #909399;
    font-weight: 500
}

.el-table thead.is-group th {
    background: #f5f7fa
}

.el-table th,.el-table tr {
    background-color: #fff
}

.el-table td,.el-table th {
    padding: 12px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left
}

.el-table td.is-center,.el-table th.is-center {
    text-align: center
}

.el-table td.is-right,.el-table th.is-right {
    text-align: right
}

.el-table td.gutter,.el-table th.gutter {
    width: 15px;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 0
}

.el-table--medium td,.el-table--medium th {
    padding: 10px 0
}

.el-table--small td,.el-table--small th {
    padding: 8px 0
}

.el-table--mini td,.el-table--mini th {
    padding: 6px 0
}

.el-table--border td:first-child .cell,.el-table--border th:first-child .cell,.el-table .cell {
    padding-left: 10px
}

.el-table tr input[type=checkbox] {
    margin: 0
}

.el-table td,.el-table th.is-leaf {
    border-bottom: 1px solid #ebeef5
}

.el-table th.is-sortable {
    cursor: pointer
}

.el-table th {
    overflow: hidden;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-table th>.cell {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}

.el-table th>.cell.highlight {
    color: #409eff
}

.el-table th.required>div:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d51;
    margin-right: 5px;
    vertical-align: middle
}

.el-table td div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.el-table td.gutter {
    width: 0
}

.el-table .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-right: 10px
}

.el-table .cell.el-tooltip {
    white-space: nowrap;
    min-width: 50px
}

.el-table--border,.el-table--group {
    border: 1px solid #ebeef5
}

.el-table--border:after,.el-table--group:after,.el-table:before {
    content: "";
    position: absolute;
    background-color: #ebeef5;
    z-index: 1
}

.el-table--border:after,.el-table--group:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%
}

.el-table:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px
}

.el-table--border {
    border-right: none;
    border-bottom: none
}

.el-table--border.el-loading-parent--relative {
    border-color: transparent
}

.el-table--border td,.el-table--border th,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #ebeef5
}

.el-table--border th,.el-table--border th.gutter:last-of-type,.el-table__fixed-right-patch {
    border-bottom: 1px solid #ebeef5
}

.el-table__fixed,.el-table__fixed-right {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12)
}

.el-table__fixed-right:before,.el-table__fixed:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ebeef5;
    z-index: 4
}

.el-table__fixed-right-patch {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #fff
}

.el-table__fixed-right {
    top: 0;
    left: auto;
    right: 0
}

.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper {
    left: auto;
    right: 0
}

.el-table__fixed-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.el-table__fixed-footer-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3
}

.el-table__fixed-footer-wrapper tbody td {
    border-top: 1px solid #ebeef5;
    background-color: #f5f7fa;
    color: #606266
}

.el-table__fixed-body-wrapper {
    position: absolute;
    left: 0;
    top: 37px;
    overflow: hidden;
    z-index: 3
}

.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper {
    width: 100%
}

.el-table__footer-wrapper {
    margin-top: -1px
}

.el-table__footer-wrapper td {
    border-top: 1px solid #ebeef5
}

.el-table__body,.el-table__footer,.el-table__header {
    table-layout: fixed;
    border-collapse: separate
}

.el-table__footer-wrapper,.el-table__header-wrapper {
    overflow: hidden
}

.el-table__footer-wrapper tbody td,.el-table__header-wrapper tbody td {
    background-color: #f5f7fa;
    color: #606266
}

.el-table__body-wrapper {
    overflow: hidden;
    position: relative
}

.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right {
    -webkit-box-shadow: none;
    box-shadow: none
}

.el-picker-panel,.el-table-filter {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right {
    border-left: 1px solid #ebeef5
}

.el-table .caret-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative
}

.el-table .sort-caret {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px
}

.el-table .sort-caret.ascending {
    border-bottom-color: #c0c4cc;
    top: 5px
}

.el-table .sort-caret.descending {
    border-top-color: #c0c4cc;
    bottom: 7px
}

.el-table .ascending .sort-caret.ascending {
    border-bottom-color: #409eff
}

.el-table .descending .sort-caret.descending {
    border-top-color: #409eff
}

.el-table .hidden-columns {
    position: absolute;
    z-index: -1
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #fafafa
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
    background-color: #ecf5ff
}

.el-table__body tr.hover-row.current-row>td,.el-table__body tr.hover-row.el-table__row--striped.current-row>td,.el-table__body tr.hover-row.el-table__row--striped>td,.el-table__body tr.hover-row>td {
    background-color: #f5f7fa
}

.el-table__body tr.current-row>td {
    background-color: #ecf5ff
}

.el-table__column-resize-proxy {
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid #ebeef5;
    z-index: 10
}

.el-table__column-filter-trigger {
    display: inline-block;
    line-height: 34px;
    cursor: pointer
}

.el-table__column-filter-trigger i {
    color: #909399;
    font-size: 12px;
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.el-table--enable-row-transition .el-table__body td {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #f5f7fa
}

.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right {
    bottom: 0;
    overflow: hidden
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin-right: 3px
}

.el-table-column--selection .cell {
    padding-left: 14px;
    padding-right: 14px
}

.el-table-filter {
    border: 1px solid #ebeef5;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0
}

.el-date-table td,.el-date-table td div {
    height: 30px;
    -webkit-box-sizing: border-box
}

.el-table-filter__list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    min-width: 100px
}

.el-table-filter__list-item {
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px
}

.el-table-filter__list-item:hover {
    background-color: #ecf5ff;
    color: #66b1ff
}

.el-table-filter__list-item.is-active {
    background-color: #409eff;
    color: #fff
}

.el-table-filter__content {
    min-width: 100px
}

.el-table-filter__bottom {
    border-top: 1px solid #ebeef5;
    padding: 8px
}

.el-table-filter__bottom button {
    background: 0 0;
    border: none;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
    padding: 0 3px
}

.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div,.el-date-table td.in-range div,.el-date-table td.in-range div:hover {
    background-color: #f2f6fc
}

.el-table-filter__bottom button:hover {
    color: #409eff
}

.el-table-filter__bottom button:focus {
    outline: 0
}

.el-table-filter__bottom button.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-table-filter__wrap {
    max-height: 280px
}

.el-table-filter__checkbox-group {
    padding: 10px
}

.el-table-filter__checkbox-group label.el-checkbox {
    display: block;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 5px
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
    margin-bottom: 0
}

.el-date-table {
    font-size: 12px;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
    color: #606266
}

.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.el-date-table td {
    width: 32px;
    padding: 4px 0;
    text-align: center;
    cursor: pointer;
    position: relative
}

.el-date-table td,.el-date-table td div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-date-table td div {
    padding: 3px 0
}

.el-date-table td span {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    line-height: 24px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%
}

.el-date-table td.next-month,.el-date-table td.prev-month {
    color: #c0c4cc
}

.el-date-table td.today {
    position: relative
}

.el-date-table td.today span {
    color: #409eff;
    font-weight: 700
}

.el-date-table td.today.end-date span,.el-date-table td.today.start-date span {
    color: #fff
}

.el-date-table td.available:hover {
    color: #409eff
}

.el-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: #409eff
}

.el-date-table td.end-date div,.el-date-table td.start-date div {
    color: #fff
}

.el-date-table td.end-date span,.el-date-table td.start-date span {
    background-color: #409eff
}

.el-date-table td.start-date div {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.el-date-table td.end-date div {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.el-date-table td.disabled div {
    background-color: #f5f7fa;
    opacity: 1;
    cursor: not-allowed;
    color: #c0c4cc
}

.el-date-table td.selected div {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f2f6fc;
    border-radius: 15px
}

.el-date-table td.selected div:hover {
    background-color: #f2f6fc
}

.el-date-table td.selected span {
    background-color: #409eff;
    color: #fff;
    border-radius: 15px
}

.el-date-table td.week {
    font-size: 80%;
    color: #606266
}

.el-month-table,.el-year-table {
    font-size: 12px;
    border-collapse: collapse
}

.el-date-table th {
    padding: 5px;
    color: #606266;
    font-weight: 400;
    border-bottom: 1px solid #ebeef5
}

.el-month-table {
    margin: -1px
}

.el-month-table td {
    text-align: center;
    padding: 8px 0;
    cursor: pointer
}

.el-month-table td div {
    height: 48px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-month-table td.today .cell {
    color: #409eff;
    font-weight: 700
}

.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell {
    color: #fff
}

.el-month-table td.disabled .cell {
    background-color: #f5f7fa;
    cursor: not-allowed;
    color: #c0c4cc
}

.el-month-table td.disabled .cell:hover {
    color: #c0c4cc
}

.el-month-table td .cell {
    width: 60px;
    height: 36px;
    display: block;
    line-height: 36px;
    color: #606266;
    margin: 0 auto;
    border-radius: 18px
}

.el-month-table td .cell:hover {
    color: #409eff
}

.el-month-table td.in-range div,.el-month-table td.in-range div:hover {
    background-color: #f2f6fc
}

.el-month-table td.end-date div,.el-month-table td.start-date div {
    color: #fff
}

.el-month-table td.end-date .cell,.el-month-table td.start-date .cell {
    color: #fff;
    background-color: #409eff
}

.el-month-table td.start-date div {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px
}

.el-month-table td.end-date div {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px
}

.el-month-table td.current:not(.disabled) .cell {
    color: #409eff
}

.el-year-table {
    margin: -1px
}

.el-year-table .el-icon {
    color: #303133
}

.el-year-table td {
    text-align: center;
    padding: 20px 3px;
    cursor: pointer
}

.el-year-table td.today .cell {
    color: #409eff;
    font-weight: 700
}

.el-year-table td.disabled .cell {
    background-color: #f5f7fa;
    cursor: not-allowed;
    color: #c0c4cc
}

.el-year-table td.disabled .cell:hover {
    color: #c0c4cc
}

.el-year-table td .cell {
    width: 48px;
    height: 32px;
    display: block;
    line-height: 32px;
    color: #606266;
    margin: 0 auto
}

.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell {
    color: #409eff
}

.el-date-range-picker {
    width: 646px
}

.el-date-range-picker.has-sidebar {
    width: 756px
}

.el-date-range-picker table {
    table-layout: fixed;
    width: 100%
}

.el-date-range-picker .el-picker-panel__body {
    min-width: 513px
}

.el-date-range-picker .el-picker-panel__content {
    margin: 0
}

.el-date-range-picker__header {
    position: relative;
    text-align: center;
    height: 28px
}

.el-date-range-picker__header [class*=arrow-left] {
    float: left
}

.el-date-range-picker__header [class*=arrow-right] {
    float: right
}

.el-date-range-picker__header div {
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px
}

.el-date-range-picker__content {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 16px
}

.el-date-range-picker__content.is-left {
    border-right: 1px solid #e4e4e4
}

.el-date-range-picker__content .el-date-range-picker__header div {
    margin-left: 50px;
    margin-right: 50px
}

.el-date-range-picker__editors-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell
}

.el-date-range-picker__editors-wrap.is-right {
    text-align: right
}

.el-date-range-picker__time-header {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 8px 5px 5px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-date-range-picker__time-header>.el-icon-arrow-right {
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
    color: #303133
}

.el-date-range-picker__time-picker-wrap {
    position: relative;
    display: table-cell;
    padding: 0 5px
}

.el-date-range-picker__time-picker-wrap .el-picker-panel {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 1;
    background: #fff
}

.el-date-picker {
    width: 322px
}

.el-date-picker.has-sidebar.has-time {
    width: 434px
}

.el-date-picker.has-sidebar {
    width: 438px
}

.el-date-picker.has-time .el-picker-panel__body-wrapper {
    position: relative
}

.el-date-picker .el-picker-panel__content {
    width: 292px
}

.el-date-picker table {
    table-layout: fixed;
    width: 100%
}

.el-date-picker__editor-wrap {
    position: relative;
    display: table-cell;
    padding: 0 5px
}

.el-date-picker__time-header {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 8px 5px 5px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-date-picker__header {
    margin: 12px;
    text-align: center
}

.el-date-picker__header--bordered {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebeef5
}

.el-date-picker__header--bordered+.el-picker-panel__content {
    margin-top: 0
}

.el-date-picker__header-label {
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    color: #606266
}

.el-date-picker__header-label.active,.el-date-picker__header-label:hover {
    color: #409eff
}

.el-date-picker__prev-btn {
    float: left
}

.el-date-picker__next-btn {
    float: right
}

.el-date-picker__time-wrap {
    padding: 10px;
    text-align: center
}

.el-date-picker__time-label {
    float: left;
    cursor: pointer;
    line-height: 30px;
    margin-left: 10px
}

.time-select {
    margin: 5px 0;
    min-width: 0
}

.time-select .el-picker-panel__content {
    max-height: 200px;
    margin: 0
}

.time-select-item {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px
}

.time-select-item.selected:not(.disabled) {
    color: #409eff;
    font-weight: 700
}

.time-select-item.disabled {
    color: #e4e7ed;
    cursor: not-allowed
}

.time-select-item:hover {
    background-color: #f5f7fa;
    font-weight: 700;
    cursor: pointer
}

.el-date-editor {
    position: relative;
    display: inline-block;
    text-align: left
}

.el-date-editor.el-input,.el-date-editor.el-input__inner {
    width: 220px
}

.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner {
    width: 300px
}

.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner {
    width: 350px
}

.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner {
    width: 400px
}

.el-date-editor--dates .el-input__inner {
    text-overflow: ellipsis;
    white-space: nowrap
}

.el-date-editor .el-icon-circle-close {
    cursor: pointer
}

.el-date-editor .el-range__icon {
    font-size: 14px;
    margin-left: -5px;
    color: #c0c4cc;
    float: left;
    line-height: 32px
}

.el-date-editor .el-range-input,.el-date-editor .el-range-separator {
    height: 100%;
    margin: 0;
    text-align: center;
    display: inline-block;
    font-size: 14px
}

.el-date-editor .el-range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    padding: 0;
    width: 39%;
    color: #606266
}

.el-date-editor .el-range-input::-webkit-input-placeholder {
    color: #c0c4cc
}

.el-date-editor .el-range-input:-ms-input-placeholder {
    color: #c0c4cc
}

.el-date-editor .el-range-input::-ms-input-placeholder {
    color: #c0c4cc
}

.el-date-editor .el-range-input::-moz-placeholder {
    color: #c0c4cc
}

.el-date-editor .el-range-input::placeholder {
    color: #c0c4cc
}

.el-date-editor .el-range-separator {
    padding: 0 5px;
    line-height: 32px;
    width: 5%;
    color: #303133
}

.el-date-editor .el-range__close-icon {
    font-size: 14px;
    color: #c0c4cc;
    width: 25px;
    display: inline-block;
    float: right;
    line-height: 32px
}

.el-range-editor.el-input__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 10px
}

.el-range-editor .el-range-input {
    line-height: 1
}

.el-range-editor.is-active,.el-range-editor.is-active:hover {
    border-color: #409eff
}

.el-range-editor--medium.el-input__inner {
    height: 36px
}

.el-range-editor--medium .el-range-separator {
    line-height: 28px;
    font-size: 14px
}

.el-range-editor--medium .el-range-input {
    font-size: 14px
}

.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon {
    line-height: 28px
}

.el-range-editor--small.el-input__inner {
    height: 32px
}

.el-range-editor--small .el-range-separator {
    line-height: 24px;
    font-size: 13px
}

.el-range-editor--small .el-range-input {
    font-size: 13px
}

.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon {
    line-height: 24px
}

.el-range-editor--mini.el-input__inner {
    height: 28px
}

.el-range-editor--mini .el-range-separator {
    line-height: 20px;
    font-size: 12px
}

.el-range-editor--mini .el-range-input {
    font-size: 12px
}

.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon {
    line-height: 20px
}

.el-range-editor.is-disabled {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed
}

.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover {
    border-color: #e4e7ed
}

.el-range-editor.is-disabled input {
    background-color: #f5f7fa;
    color: #c0c4cc;
    cursor: not-allowed
}

.el-range-editor.is-disabled input::-webkit-input-placeholder {
    color: #c0c4cc
}

.el-range-editor.is-disabled input:-ms-input-placeholder {
    color: #c0c4cc
}

.el-range-editor.is-disabled input::-ms-input-placeholder {
    color: #c0c4cc
}

.el-range-editor.is-disabled input::-moz-placeholder {
    color: #c0c4cc
}

.el-range-editor.is-disabled input::placeholder {
    color: #c0c4cc
}

.el-range-editor.is-disabled .el-range-separator {
    color: #c0c4cc
}

.el-picker-panel {
    color: #606266;
    border: 1px solid #e4e7ed;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
            box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    background: #fff;
    border-radius: 4px;
    line-height: 30px;
    margin: 5px 0
}

.el-picker-panel,.el-popover,.el-time-panel {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-picker-panel__body-wrapper:after,.el-picker-panel__body:after {
    content: "";
    display: table;
    clear: both
}

.el-picker-panel__content {
    position: relative;
    margin: 15px
}

.el-picker-panel__footer {
    border-top: 1px solid #e4e4e4;
    padding: 4px;
    text-align: right;
    background-color: #fff;
    position: relative;
    font-size: 0
}

.el-picker-panel__shortcut {
    display: block;
    width: 100%;
    border: 0;
    background-color: transparent;
    line-height: 28px;
    font-size: 14px;
    color: #606266;
    padding-left: 12px;
    text-align: left;
    outline: 0;
    cursor: pointer
}

.el-picker-panel__shortcut:hover {
    color: #409eff
}

.el-picker-panel__shortcut.active {
    background-color: #e6f1fe;
    color: #409eff
}

.el-picker-panel__btn {
    border: 1px solid #dcdcdc;
    color: #333;
    line-height: 24px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px
}

.el-picker-panel__btn[disabled] {
    color: #ccc;
    cursor: not-allowed
}

.el-picker-panel__icon-btn {
    font-size: 12px;
    color: #303133;
    border: 0;
    background: 0 0;
    cursor: pointer;
    outline: 0;
    margin-top: 8px
}

.el-picker-panel__icon-btn:hover {
    color: #409eff
}

.el-picker-panel__icon-btn.is-disabled {
    color: #bbb
}

.el-picker-panel__icon-btn.is-disabled:hover {
    cursor: not-allowed
}

.el-picker-panel__link-btn {
    vertical-align: middle
}

.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    border-right: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    background-color: #fff;
    overflow: auto
}

.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body {
    margin-left: 110px
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper {
    width: 33.3%
}

.el-time-spinner__wrapper {
    max-height: 190px;
    overflow: auto;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative
}

.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
    padding-bottom: 15px
}

.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list {
    padding: 0;
    text-align: center
}

.el-time-spinner__wrapper.is-arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px)
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
    background: #fff;
    cursor: default
}

.el-time-spinner__arrow {
    font-size: 12px;
    color: #909399;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer
}

.el-time-spinner__arrow:hover {
    color: #409eff
}

.el-time-spinner__arrow.el-icon-arrow-up {
    top: 10px
}

.el-time-spinner__arrow.el-icon-arrow-down {
    bottom: 10px
}

.el-time-spinner__input.el-input {
    width: 70%
}

.el-time-spinner__list {
    margin: 0;
    list-style: none
}

.el-time-spinner__list:after,.el-time-spinner__list:before {
    content: "";
    display: block;
    width: 100%;
    height: 80px
}

.el-time-spinner__item {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #606266
}

.el-time-spinner__item:hover:not(.disabled):not(.active) {
    background: #f5f7fa;
    cursor: pointer
}

.el-time-spinner__item.active:not(.disabled) {
    color: #303133;
    font-weight: 700
}

.el-time-spinner__item.disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-time-panel {
    margin: 5px 0;
    border: 1px solid #e4e7ed;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    position: absolute;
    width: 180px;
    left: 0;
    z-index: 1000;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.el-slider__button,.el-slider__button-wrapper,.el-time-panel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.el-time-panel__content {
    font-size: 0;
    position: relative;
    overflow: hidden
}

.el-time-panel__content:after,.el-time-panel__content:before {
    content: "";
    top: 50%;
    position: absolute;
    margin-top: -15px;
    height: 32px;
    z-index: -1;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    text-align: left;
    border-top: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed
}

.el-time-panel__content:after {
    left: 50%;
    margin-left: 12%;
    margin-right: 12%
}

.el-time-panel__content:before {
    padding-left: 50%;
    margin-right: 12%;
    margin-left: 12%
}

.el-time-panel__content.has-seconds:after {
    left: 66.66667%
}

.el-time-panel__content.has-seconds:before {
    padding-left: 33.33333%
}

.el-time-panel__footer {
    border-top: 1px solid #e4e4e4;
    padding: 4px;
    height: 36px;
    line-height: 25px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-time-panel__btn {
    border: none;
    line-height: 28px;
    padding: 0 5px;
    margin: 0 5px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
    color: #303133
}

.el-time-panel__btn.confirm {
    font-weight: 800;
    color: #409eff
}

.el-time-range-picker {
    width: 354px;
    overflow: visible
}

.el-time-range-picker__content {
    position: relative;
    text-align: center;
    padding: 10px
}

.el-time-range-picker__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 7px 7px;
    width: 50%;
    display: inline-block
}

.el-time-range-picker__header {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px
}

.el-time-range-picker__body {
    border-radius: 2px;
    border: 1px solid #e4e7ed
}

.el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    word-break: break-all
}

.el-popover--plain {
    padding: 18px 20px
}

.el-popover__title {
    color: #303133;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px
}

.v-modal-enter {
    -webkit-animation: v-modal-in .2s ease;
    animation: v-modal-in .2s ease
}

.v-modal-leave {
    -webkit-animation: v-modal-out .2s ease forwards;
    animation: v-modal-out .2s ease forwards
}

@keyframes v-modal-in {
    0% {
        opacity: 0
    }
}

@keyframes v-modal-out {
    to {
        opacity: 0
    }
}

.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000
}

.el-popup-parent--hidden {
    overflow: hidden
}

.el-message-box {
    display: inline-block;
    width: 420px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    text-align: left;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.el-message-box__wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.el-message-box__wrapper:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.el-message-box__header {
    position: relative;
    padding: 15px 15px 10px
}

.el-message-box__title {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: #303133
}

.el-message-box__headerbtn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    border: none;
    outline: 0;
    background: 0 0;
    font-size: 16px;
    cursor: pointer
}

.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus,.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus {
    border-color: #f56c6c
}

.el-message-box__headerbtn .el-message-box__close {
    color: #909399
}

.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close {
    color: #409eff
}

.el-message-box__content {
    padding: 10px 15px;
    color: #606266;
    font-size: 14px
}

.el-message-box__container {
    position: relative
}

.el-message-box__input {
    padding-top: 15px
}

.el-message-box__status {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px!important
}

.el-message-box__status:before {
    padding-left: 1px
}

.el-message-box__status+.el-message-box__message {
    padding-left: 36px;
    padding-right: 12px
}

.el-message-box__status.el-icon-success {
    color: #67c23a
}

.el-message-box__status.el-icon-info {
    color: #909399
}

.el-message-box__status.el-icon-warning {
    color: #e6a23c
}

.el-message-box__status.el-icon-error {
    color: #f56c6c
}

.el-message-box__message {
    margin: 0
}

.el-message-box__message p {
    margin: 0;
    line-height: 24px
}

.el-message-box__errormsg {
    color: #f56c6c;
    font-size: 12px;
    min-height: 18px;
    margin-top: 2px
}

.el-message-box__btns {
    padding: 5px 15px 0;
    text-align: right
}

.el-message-box__btns button:nth-child(2) {
    margin-left: 10px
}

.el-message-box__btns-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.el-message-box--center {
    padding-bottom: 30px
}

.el-message-box--center .el-message-box__header {
    padding-top: 30px
}

.el-message-box--center .el-message-box__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.el-message-box--center .el-message-box__status {
    position: relative;
    top: auto;
    padding-right: 5px;
    text-align: center;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.el-message-box--center .el-message-box__message {
    margin-left: 0
}

.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content {
    text-align: center
}

.el-message-box--center .el-message-box__content {
    padding-left: 27px;
    padding-right: 27px
}

.msgbox-fade-enter-active {
    -webkit-animation: msgbox-fade-in .3s;
    animation: msgbox-fade-in .3s
}

.msgbox-fade-leave-active {
    -webkit-animation: msgbox-fade-out .3s;
    animation: msgbox-fade-out .3s
}

@-webkit-keyframes msgbox-fade-in {
    0% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes msgbox-fade-in {
    0% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes msgbox-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }
}

@keyframes msgbox-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }
}

.el-breadcrumb {
    font-size: 14px;
    line-height: 1
}

.el-breadcrumb:after,.el-breadcrumb:before {
    display: table;
    content: ""
}

.el-breadcrumb:after {
    clear: both
}

.el-breadcrumb__separator {
    margin: 0 9px;
    font-weight: 700;
    color: #c0c4cc
}

.el-breadcrumb__separator[class*=icon] {
    margin: 0 6px;
    font-weight: 400
}

.el-breadcrumb__item {
    float: left
}

.el-breadcrumb__inner {
    color: #606266
}

.el-breadcrumb__inner.is-link,.el-breadcrumb__inner a {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
    transition: color .2s cubic-bezier(.645,.045,.355,1);
    color: #303133
}

.el-breadcrumb__inner.is-link:hover,.el-breadcrumb__inner a:hover {
    color: #409eff;
    cursor: pointer
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
    font-weight: 400;
    color: #606266;
    cursor: text
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
    display: none
}

.el-form--label-left .el-form-item__label {
    text-align: left
}

.el-form--label-top .el-form-item__label {
    float: none;
    display: inline-block;
    text-align: left;
    padding: 0 0 10px
}

.el-form--inline .el-form-item {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top
}

.el-form--inline .el-form-item__label {
    float: none;
    display: inline-block
}

.el-form--inline .el-form-item__content {
    display: inline-block;
    vertical-align: top
}

.el-form--inline.el-form--label-top .el-form-item__content {
    display: block
}

.el-form-item {
    margin-bottom: 22px
}

.el-form-item:after,.el-form-item:before {
    display: table;
    content: ""
}

.el-form-item:after {
    clear: both
}

.el-form-item .el-form-item {
    margin-bottom: 0
}

.el-form-item--mini.el-form-item,.el-form-item--small.el-form-item {
    margin-bottom: 18px
}

.el-form-item .el-input__validateIcon {
    display: none
}

.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label {
    line-height: 36px
}

.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label {
    line-height: 32px
}

.el-form-item--small .el-form-item__error {
    padding-top: 2px
}

.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label {
    line-height: 28px
}

.el-form-item--mini .el-form-item__error {
    padding-top: 1px
}

.el-form-item__label-wrap {
    float: left
}

.el-form-item__label-wrap .el-form-item__label {
    display: inline-block;
    float: none
}

.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px
}

.el-form-item__content:after,.el-form-item__content:before {
    display: table;
    content: ""
}

.el-form-item__content:after {
    clear: both
}

.el-form-item__content .el-input-group {
    vertical-align: top
}

.el-form-item__error {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: 0
}

.el-form-item__error--inline {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-left: 10px
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px
}

.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner {
    border-color: transparent
}

.el-form-item.is-error .el-input__validateIcon {
    color: #f56c6c
}

.el-form-item--feedback .el-input__validateIcon {
    display: inline-block
}

.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px
}

.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #409eff;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1), -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none
}

.el-tabs__new-tab {
    float: right;
    border: 1px solid #d3dce6;
    height: 18px;
    width: 18px;
    line-height: 18px;
    margin: 12px 0 9px 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #d3dce6;
    cursor: pointer;
    -webkit-transition: all .15s;
    transition: all .15s
}

.el-collapse-item__arrow,.el-tabs__nav {
    -webkit-transition: -webkit-transform .3s
}

.el-tabs__new-tab .el-icon-plus {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.el-tabs__new-tab:hover {
    color: #409eff
}

.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative
}

.el-tabs__nav-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e4e7ed;
    z-index: 1
}

.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after,.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after {
    content: none
}

.el-tabs__nav-wrap.is-scrollable {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-tabs__nav-scroll {
    overflow: hidden
}

.el-tabs__nav-next,.el-tabs__nav-prev {
    position: absolute;
    cursor: pointer;
    line-height: 44px;
    font-size: 12px;
    color: #909399
}

.el-tabs__nav-next {
    right: 0
}

.el-tabs__nav-prev {
    left: 0
}

.el-tabs__nav {
    white-space: nowrap;
    position: relative;
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    float: left;
    z-index: 2
}

.el-tabs__nav.is-stretch {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.el-tabs__nav.is-stretch>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.el-tabs__item {
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative
}

.el-tabs__item:focus,.el-tabs__item:focus:active {
    outline: 0
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
    -webkit-box-shadow: 0 0 2px 2px #409eff inset;
    box-shadow: inset 0 0 2px 2px #409eff;
    border-radius: 3px
}

.el-tabs__item .el-icon-close {
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    margin-left: 5px
}

.el-tabs__item .el-icon-close:before {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    display: inline-block
}

.el-tabs__item .el-icon-close:hover {
    background-color: #c0c4cc;
    color: #fff
}

.el-tabs__item.is-active {
    color: #409eff
}

.el-tabs__item:hover {
    color: #409eff;
    cursor: pointer
}

.el-tabs__item.is-disabled {
    color: #c0c4cc;
    cursor: default
}

.el-tabs__content {
    overflow: inherit!important;
    position: relative
}

.el-tabs--card>.el-tabs__header {
    border-bottom: 1px solid #e4e7ed
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
    border: 1px solid #e4e7ed;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-tabs--card>.el-tabs__header .el-tabs__active-bar {
    display: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close {
    position: relative;
    font-size: 12px;
    width: 0;
    height: 14px;
    vertical-align: middle;
    line-height: 15px;
    overflow: hidden;
    top: -1px;
    right: -2px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
    width: 14px
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
    border-bottom: 1px solid transparent;
    border-left: 1px solid #e4e7ed;
    -webkit-transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
    transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)
}

.el-tabs--card>.el-tabs__header .el-tabs__item:first-child {
    border-left: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover {
    padding-left: 13px;
    padding-right: 13px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
    border-bottom-color: #fff
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable {
    padding-left: 20px;
    padding-right: 20px
}

.el-tabs--border-card {
    background: #fff;
    border: 1px solid #dcdfe6;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)
}

.el-tabs--border-card>.el-tabs__content {
    padding: 15px
}

.el-tabs--border-card>.el-tabs__header {
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4e7ed;
    margin: 0
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    border: 1px solid transparent;
    margin-top: -1px;
    color: #909399
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
    margin-left: -1px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #409eff;
    background-color: #fff;
    border-right-color: #dcdfe6;
    border-left-color: #dcdfe6
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #409eff
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled {
    color: #c0c4cc
}

.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child {
    margin-left: 0
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0
}

.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child {
    padding-right: 0
}

.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2) {
    padding-left: 20px
}

.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child {
    padding-right: 20px
}

.el-tabs--bottom .el-tabs__header.is-bottom {
    margin-bottom: 0;
    margin-top: 10px
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
    border-bottom: 0;
    border-top: 1px solid #dcdfe6
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
    margin-top: -1px;
    margin-bottom: 0
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
    border: 1px solid transparent
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
    margin: 0 -1px -1px
}

.el-tabs--left,.el-tabs--right {
    overflow: hidden
}

.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right {
    height: 100%
}

.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right {
    top: 0;
    bottom: auto;
    width: 2px;
    height: auto
}

.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-bottom: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    cursor: pointer
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
    left: auto;
    top: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
    right: auto;
    bottom: 0
}

.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left:after {
    right: 0;
    left: auto
}

.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
    padding: 30px 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left:after,.el-tabs--left .el-tabs__nav-wrap.is-right:after,.el-tabs--right .el-tabs__nav-wrap.is-left:after,.el-tabs--right .el-tabs__nav-wrap.is-right:after {
    height: 100%;
    width: 2px;
    bottom: auto;
    top: 0
}

.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right {
    float: none
}

.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right {
    display: block
}

.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
    display: none
}

.el-tabs--left .el-tabs__header.is-left {
    float: left;
    margin-bottom: 0;
    margin-right: 10px
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
    margin-right: -1px
}

.el-tabs--left .el-tabs__item.is-left {
    text-align: right
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
    border: 1px solid #e4e7ed;
    border-bottom: none;
    border-left: none;
    text-align: left
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
    border-right: 1px solid #e4e7ed;
    border-top: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
    border: none;
    border-top: 1px solid #e4e7ed;
    border-right: 1px solid #fff
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
    border-top: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
    border-bottom: none
}

.el-tabs--left.el-tabs--card .el-tabs__nav {
    border-radius: 4px 0 0 4px;
    border-bottom: 1px solid #e4e7ed;
    border-right: none
}

.el-tabs--left.el-tabs--card .el-tabs__new-tab {
    float: none
}

.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
    border-right: 1px solid #dfe4ed
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
    border: 1px solid transparent;
    margin: -1px 0 -1px -1px
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
    border-color: #d1dbe5 transparent
}

.el-tabs--right .el-tabs__header.is-right {
    float: right;
    margin-bottom: 0;
    margin-left: 10px
}

.el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-left: -1px
}

.el-tabs--right .el-tabs__nav-wrap.is-right:after {
    left: 0;
    right: auto
}

.el-tabs--right .el-tabs__active-bar.is-right {
    left: 0
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
    border-bottom: none;
    border-top: 1px solid #e4e7ed
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
    border-left: 1px solid #e4e7ed;
    border-top: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
    border: none;
    border-top: 1px solid #e4e7ed;
    border-left: 1px solid #fff
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
    border-top: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
    border-bottom: none
}

.el-tabs--right.el-tabs--card .el-tabs__nav {
    border-radius: 0 4px 4px 0;
    border-bottom: 1px solid #e4e7ed;
    border-left: none
}

.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
    border-left: 1px solid #dfe4ed
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
    border: 1px solid transparent;
    margin: -1px -1px -1px 0
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
    border-color: #d1dbe5 transparent
}

.slideInLeft-transition,.slideInRight-transition {
    display: inline-block
}

.slideInRight-enter {
    -webkit-animation: slideInRight-enter .3s;
    animation: slideInRight-enter .3s
}

.slideInRight-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: slideInRight-leave .3s;
    animation: slideInRight-leave .3s
}

.slideInLeft-enter {
    -webkit-animation: slideInLeft-enter .3s;
    animation: slideInLeft-enter .3s
}

.slideInLeft-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: slideInLeft-leave .3s;
    animation: slideInLeft-leave .3s
}

@-webkit-keyframes slideInRight-enter {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight-enter {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight-leave {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes slideInRight-leave {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInLeft-leave {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes slideInLeft-leave {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0
    }
}

.el-tree {
    position: relative;
    cursor: default;
    background: #fff;
    color: #606266
}

.el-tree__empty-block {
    position: relative;
    min-height: 60px;
    text-align: center;
    width: 100%;
    height: 100%
}

.el-tree__empty-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #909399;
    font-size: 14px
}

.el-tree__drop-indicator {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #409eff
}

.el-tree-node {
    white-space: nowrap;
    outline: 0
}

.el-tree-node:focus>.el-tree-node__content {
    background-color: #f5f7fa
}

.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label {
    background-color: #409eff;
    color: #fff
}

.el-tree-node__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    cursor: pointer
}

.el-tree-node__content>.el-tree-node__expand-icon {
    padding: 6px
}

.el-tree-node__content>label.el-checkbox {
    margin-right: 8px
}

.el-tree-node__content:hover {
    background-color: #f5f7fa
}

.el-tree.is-dragging .el-tree-node__content {
    cursor: move
}

.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
    cursor: not-allowed
}

.el-tree-node__expand-icon {
    cursor: pointer;
    color: #c0c4cc;
    font-size: 12px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.el-tree-node__expand-icon.expanded {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.el-tree-node__expand-icon.is-leaf {
    color: transparent;
    cursor: default
}

.el-tree-node__label {
    font-size: 14px
}

.el-tree-node__loading-icon {
    margin-right: 8px;
    font-size: 14px;
    color: #c0c4cc
}

.el-tree-node>.el-tree-node__children {
    overflow: hidden;
    background-color: transparent
}

.el-tree-node.is-expanded>.el-tree-node__children {
    display: block
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
    background-color: #f0f7ff
}

.el-alert {
    width: 100%;
    padding: 8px 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.el-alert.is-light .el-alert__closebtn {
    color: #c0c4cc
}

.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description {
    color: #fff
}

.el-alert.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.el-alert--success.is-light {
    background-color: #f0f9eb;
    color: #67c23a
}

.el-alert--success.is-light .el-alert__description {
    color: #67c23a
}

.el-alert--success.is-dark {
    background-color: #67c23a;
    color: #fff
}

.el-alert--info.is-light {
    background-color: #f4f4f5;
    color: #909399
}

.el-alert--info.is-dark {
    background-color: #909399;
    color: #fff
}

.el-alert--info .el-alert__description {
    color: #909399
}

.el-alert--warning.is-light {
    background-color: #fdf6ec;
    color: #e6a23c
}

.el-alert--warning.is-light .el-alert__description {
    color: #e6a23c
}

.el-alert--warning.is-dark {
    background-color: #e6a23c;
    color: #fff
}

.el-alert--error.is-light {
    background-color: #fef0f0;
    color: #f56c6c
}

.el-alert--error.is-light .el-alert__description {
    color: #f56c6c
}

.el-alert--error.is-dark {
    background-color: #f56c6c;
    color: #fff
}

.el-alert__content {
    display: table-cell;
    padding: 0 8px
}

.el-alert__icon {
    font-size: 16px;
    width: 16px
}

.el-alert__icon.is-big {
    font-size: 28px;
    width: 28px
}

.el-alert__title {
    font-size: 13px;
    line-height: 18px
}

.el-alert__title.is-bold {
    font-weight: 700
}

.el-alert .el-alert__description {
    font-size: 12px;
    margin: 5px 0 0
}

.el-alert__closebtn {
    font-size: 12px;
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer
}

.el-alert-fade-enter,.el-alert-fade-leave-active,.el-loading-fade-enter,.el-loading-fade-leave-active,.el-notification-fade-leave-active {
    opacity: 0
}

.el-alert__closebtn.is-customed {
    font-style: normal;
    font-size: 13px;
    top: 9px
}

.el-notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
    padding: 14px 26px 14px 13px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ebeef5;
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -webkit-transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
    transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
    transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
    overflow: hidden
}

.el-notification.right {
    right: 16px
}

.el-notification.left {
    left: 16px
}

.el-notification__group {
    margin-left: 13px;
    margin-right: 8px
}

.el-notification__title {
    font-weight: 700;
    font-size: 16px;
    color: #303133;
    margin: 0
}

.el-notification__content {
    font-size: 14px;
    line-height: 21px;
    margin: 6px 0 0;
    color: #606266;
    text-align: justify
}

.el-notification__content p {
    margin: 0
}

.el-notification__icon {
    height: 24px;
    width: 24px;
    font-size: 24px
}

.el-notification__closeBtn {
    position: absolute;
    top: 18px;
    right: 15px;
    cursor: pointer;
    color: #909399;
    font-size: 16px
}

.el-notification__closeBtn:hover {
    color: #606266
}

.el-notification .el-icon-success {
    color: #67c23a
}

.el-notification .el-icon-error {
    color: #f56c6c
}

.el-notification .el-icon-info {
    color: #909399
}

.el-notification .el-icon-warning {
    color: #e6a23c
}

.el-notification-fade-enter.right {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.el-notification-fade-enter.left {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.el-input-number {
    position: relative;
    display: inline-block;
    width: 180px;
    line-height: 38px
}

.el-input-number .el-input {
    display: block
}

.el-input-number .el-input__inner {
    -webkit-appearance: none;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center
}

.el-input-number__decrease,.el-input-number__increase {
    position: absolute;
    z-index: 1;
    top: 1px;
    width: 40px;
    height: auto;
    text-align: center;
    background: #f5f7fa;
    color: #606266;
    cursor: pointer;
    font-size: 13px
}

.el-input-number__decrease:hover,.el-input-number__increase:hover {
    color: #409eff
}

.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled) {
    border-color: #409eff
}

.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-input-number__increase {
    right: 1px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #dcdfe6
}

.el-input-number__decrease {
    left: 1px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #dcdfe6
}

.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase {
    border-color: #e4e7ed;
    color: #e4e7ed
}

.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover {
    color: #e4e7ed;
    cursor: not-allowed
}

.el-input-number--medium {
    width: 200px;
    line-height: 34px
}

.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase {
    width: 36px;
    font-size: 14px
}

.el-input-number--medium .el-input__inner {
    padding-left: 43px;
    padding-right: 43px
}

.el-input-number--small {
    width: 130px;
    line-height: 30px
}

.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase {
    width: 32px;
    font-size: 13px
}

.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon] {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.el-input-number--small .el-input__inner {
    padding-left: 39px;
    padding-right: 39px
}

.el-input-number--mini {
    width: 130px;
    line-height: 26px
}

.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase {
    width: 28px;
    font-size: 12px
}

.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon] {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.el-input-number--mini .el-input__inner {
    padding-left: 35px;
    padding-right: 35px
}

.el-input-number.is-without-controls .el-input__inner {
    padding-left: 15px;
    padding-right: 15px
}

.el-input-number.is-controls-right .el-input__inner {
    padding-left: 15px;
    padding-right: 50px
}

.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase {
    height: auto;
    line-height: 19px
}

.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.el-input-number.is-controls-right .el-input-number__increase {
    border-radius: 0 4px 0 0;
    border-bottom: 1px solid #dcdfe6
}

.el-input-number.is-controls-right .el-input-number__decrease {
    right: 1px;
    bottom: 1px;
    top: auto;
    left: auto;
    border-right: none;
    border-left: 1px solid #dcdfe6;
    border-radius: 0 0 4px
}

.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase] {
    line-height: 17px
}

.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase] {
    line-height: 15px
}

.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase] {
    line-height: 13px
}

.el-tooltip__popper {
    position: absolute;
    border-radius: 4px;
    padding: 10px;
    z-index: 2000;
    font-size: 12px;
    line-height: 1.2;
    min-width: 10px;
    word-wrap: break-word
}

.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.el-tooltip__popper .popper__arrow {
    border-width: 6px
}

.el-tooltip__popper .popper__arrow:after {
    content: " ";
    border-width: 5px
}

.el-progress-bar__inner:after,.el-row:after,.el-row:before,.el-slider:after,.el-slider:before,.el-slider__button-wrapper:after,.el-upload-cover:after {
    content: ""
}

.el-tooltip__popper[x-placement^=top] {
    margin-bottom: 12px
}

.el-tooltip__popper[x-placement^=top] .popper__arrow {
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.el-tooltip__popper[x-placement^=top] .popper__arrow:after {
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0
}

.el-tooltip__popper[x-placement^=bottom] {
    margin-top: 12px
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after {
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133
}

.el-tooltip__popper[x-placement^=right] {
    margin-left: 12px
}

.el-tooltip__popper[x-placement^=right] .popper__arrow {
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0
}

.el-tooltip__popper[x-placement^=right] .popper__arrow:after {
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0
}

.el-tooltip__popper[x-placement^=left] {
    margin-right: 12px
}

.el-tooltip__popper[x-placement^=left] .popper__arrow {
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133
}

.el-tooltip__popper[x-placement^=left] .popper__arrow:after {
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133
}

.el-tooltip__popper.is-dark {
    background: #303133;
    color: #fff
}

.el-tooltip__popper.is-light {
    background: #fff;
    border: 1px solid #303133
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
    border-top-color: #303133
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after {
    border-top-color: #fff
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
    border-bottom-color: #303133
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after {
    border-bottom-color: #fff
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
    border-left-color: #303133
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after {
    border-left-color: #fff
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
    border-right-color: #303133
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after {
    border-right-color: #fff
}

.el-slider:after,.el-slider:before {
    display: table
}

.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper:after {
    vertical-align: middle;
    display: inline-block
}

.el-slider:after {
    clear: both
}

.el-slider__runway {
    width: 100%;
    height: 6px;
    margin: 16px 0;
    background-color: #e4e7ed;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    vertical-align: middle
}

.el-slider__runway.show-input {
    margin-right: 160px;
    width: auto
}

.el-slider__runway.disabled {
    cursor: default
}

.el-slider__runway.disabled .el-slider__bar {
    background-color: #c0c4cc
}

.el-slider__runway.disabled .el-slider__button {
    border-color: #c0c4cc
}

.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover {
    cursor: not-allowed
}

.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    cursor: not-allowed
}

.el-slider__button-wrapper,.el-slider__stop {
    -webkit-transform: translateX(-50%);
    position: absolute
}

.el-slider__input {
    float: right;
    margin-top: 3px;
    width: 130px
}

.el-slider__input.el-input-number--mini {
    margin-top: 5px
}

.el-slider__input.el-input-number--medium {
    margin-top: 0
}

.el-slider__input.el-input-number--large {
    margin-top: -2px
}

.el-slider__bar {
    height: 6px;
    background-color: #409eff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute
}

.el-slider__button-wrapper {
    height: 36px;
    width: 36px;
    z-index: 1001;
    top: -15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal
}

.el-slider__button-wrapper:after {
    height: 100%
}

.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover {
    cursor: -webkit-grab;
    cursor: grab
}

.el-slider__button-wrapper.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.el-slider__button {
    width: 16px;
    height: 16px;
    border: 2px solid #409eff;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
}

.el-image-viewer__btn,.el-slider__button,.el-step__icon-inner {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.el-slider__button.hover,.el-slider__button:hover {
    cursor: -webkit-grab;
    cursor: grab
}

.el-slider__button.dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.el-slider__stop {
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.el-slider__marks {
    top: 0;
    left: 12px;
    width: 18px;
    height: 100%
}

.el-slider__marks-text {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    color: #909399;
    margin-top: 15px
}

.el-slider.is-vertical {
    position: relative
}

.el-slider.is-vertical .el-slider__runway {
    width: 6px;
    height: 100%;
    margin: 0 16px
}

.el-slider.is-vertical .el-slider__bar {
    width: 6px;
    height: auto;
    border-radius: 0 0 3px 3px
}

.el-slider.is-vertical .el-slider__button-wrapper {
    top: auto;
    left: -15px
}

.el-slider.is-vertical .el-slider__button-wrapper,.el-slider.is-vertical .el-slider__stop {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.el-slider.is-vertical.el-slider--with-input {
    padding-bottom: 58px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input {
    overflow: visible;
    float: none;
    position: absolute;
    bottom: 22px;
    width: 36px;
    margin-top: 15px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
    top: 32px;
    margin-top: -1px;
    border: 1px solid #dcdfe6;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1)
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
    width: 18px;
    right: 18px;
    border-bottom-left-radius: 4px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
    width: 19px;
    border-bottom-right-radius: 4px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
    border-color: #c0c4cc
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
    border-color: #409eff
}

.el-slider.is-vertical .el-slider__marks-text {
    margin-top: 0;
    left: 15px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.el-loading-parent--relative {
    position: relative!important
}

.el-loading-parent--hidden {
    overflow: hidden!important
}

.el-loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: hsla(0,0%,100%,.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.el-loading-mask.is-fullscreen {
    position: fixed
}

.el-loading-mask.is-fullscreen .el-loading-spinner {
    margin-top: -25px
}

.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
    height: 50px;
    width: 50px
}

.el-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute
}

.el-col-pull-0,.el-col-pull-1,.el-col-pull-2,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-pull-10,.el-col-pull-11,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-push-0,.el-col-push-1,.el-col-push-2,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-row {
    position: relative
}

.el-loading-spinner .el-loading-text {
    color: #409eff;
    margin: 3px 0;
    font-size: 14px
}

.el-loading-spinner .circular {
    height: 42px;
    width: 42px;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite
}

.el-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90,150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #409eff;
    stroke-linecap: round
}

.el-loading-spinner i {
    color: #409eff
}

@-webkit-keyframes loading-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes loading-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40px
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120px
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40px
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120px
    }
}

.el-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-row:after,.el-row:before {
    display: table
}

.el-row:after {
    clear: both
}

.el-row--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.el-col-0,.el-row--flex:after,.el-row--flex:before {
    display: none
}

.el-row--flex.is-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.el-row--flex.is-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.el-row--flex.is-justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.el-row--flex.is-justify-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.el-row--flex.is-align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-row--flex.is-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-upload--picture-card,.el-upload-dragger {
    -webkit-box-sizing: border-box;
    cursor: pointer
}

.el-col-0 {
    width: 0
}

.el-col-offset-0 {
    margin-left: 0
}

.el-col-pull-0 {
    right: 0
}

.el-col-push-0 {
    left: 0
}

.el-col-1 {
    width: 4.16667%
}

.el-col-offset-1 {
    margin-left: 4.16667%
}

.el-col-pull-1 {
    right: 4.16667%
}

.el-col-push-1 {
    left: 4.16667%
}

.el-col-2 {
    width: 8.33333%
}

.el-col-offset-2 {
    margin-left: 8.33333%
}

.el-col-pull-2 {
    right: 8.33333%
}

.el-col-push-2 {
    left: 8.33333%
}

.el-col-3 {
    width: 12.5%
}

.el-col-offset-3 {
    margin-left: 12.5%
}

.el-col-pull-3 {
    right: 12.5%
}

.el-col-push-3 {
    left: 12.5%
}

.el-col-4 {
    width: 16.66667%
}

.el-col-offset-4 {
    margin-left: 16.66667%
}

.el-col-pull-4 {
    right: 16.66667%
}

.el-col-push-4 {
    left: 16.66667%
}

.el-col-5 {
    width: 20.83333%
}

.el-col-offset-5 {
    margin-left: 20.83333%
}

.el-col-pull-5 {
    right: 20.83333%
}

.el-col-push-5 {
    left: 20.83333%
}

.el-col-6 {
    width: 25%
}

.el-col-offset-6 {
    margin-left: 25%
}

.el-col-pull-6 {
    right: 25%
}

.el-col-push-6 {
    left: 25%
}

.el-col-7 {
    width: 29.16667%
}

.el-col-offset-7 {
    margin-left: 29.16667%
}

.el-col-pull-7 {
    right: 29.16667%
}

.el-col-push-7 {
    left: 29.16667%
}

.el-col-8 {
    width: 33.33333%
}

.el-col-offset-8 {
    margin-left: 33.33333%
}

.el-col-pull-8 {
    right: 33.33333%
}

.el-col-push-8 {
    left: 33.33333%
}

.el-col-9 {
    width: 37.5%
}

.el-col-offset-9 {
    margin-left: 37.5%
}

.el-col-pull-9 {
    right: 37.5%
}

.el-col-push-9 {
    left: 37.5%
}

.el-col-10 {
    width: 41.66667%
}

.el-col-offset-10 {
    margin-left: 41.66667%
}

.el-col-pull-10 {
    right: 41.66667%
}

.el-col-push-10 {
    left: 41.66667%
}

.el-col-11 {
    width: 45.83333%
}

.el-col-offset-11 {
    margin-left: 45.83333%
}

.el-col-pull-11 {
    right: 45.83333%
}

.el-col-push-11 {
    left: 45.83333%
}

.el-col-12 {
    width: 50%
}

.el-col-offset-12 {
    margin-left: 50%
}

.el-col-pull-12 {
    position: relative;
    right: 50%
}

.el-col-push-12 {
    left: 50%
}

.el-col-13 {
    width: 54.16667%
}

.el-col-offset-13 {
    margin-left: 54.16667%
}

.el-col-pull-13 {
    right: 54.16667%
}

.el-col-push-13 {
    left: 54.16667%
}

.el-col-14 {
    width: 58.33333%
}

.el-col-offset-14 {
    margin-left: 58.33333%
}

.el-col-pull-14 {
    right: 58.33333%
}

.el-col-push-14 {
    left: 58.33333%
}

.el-col-15 {
    width: 62.5%
}

.el-col-offset-15 {
    margin-left: 62.5%
}

.el-col-pull-15 {
    right: 62.5%
}

.el-col-push-15 {
    left: 62.5%
}

.el-col-16 {
    width: 66.66667%
}

.el-col-offset-16 {
    margin-left: 66.66667%
}

.el-col-pull-16 {
    right: 66.66667%
}

.el-col-push-16 {
    left: 66.66667%
}

.el-col-17 {
    width: 70.83333%
}

.el-col-offset-17 {
    margin-left: 70.83333%
}

.el-col-pull-17 {
    right: 70.83333%
}

.el-col-push-17 {
    left: 70.83333%
}

.el-col-18 {
    width: 75%
}

.el-col-offset-18 {
    margin-left: 75%
}

.el-col-pull-18 {
    right: 75%
}

.el-col-push-18 {
    left: 75%
}

.el-col-19 {
    width: 79.16667%
}

.el-col-offset-19 {
    margin-left: 79.16667%
}

.el-col-pull-19 {
    right: 79.16667%
}

.el-col-push-19 {
    left: 79.16667%
}

.el-col-20 {
    width: 83.33333%
}

.el-col-offset-20 {
    margin-left: 83.33333%
}

.el-col-pull-20 {
    right: 83.33333%
}

.el-col-push-20 {
    left: 83.33333%
}

.el-col-21 {
    width: 87.5%
}

.el-col-offset-21 {
    margin-left: 87.5%
}

.el-col-pull-21 {
    right: 87.5%
}

.el-col-push-21 {
    left: 87.5%
}

.el-col-22 {
    width: 91.66667%
}

.el-col-offset-22 {
    margin-left: 91.66667%
}

.el-col-pull-22 {
    right: 91.66667%
}

.el-col-push-22 {
    left: 91.66667%
}

.el-col-23 {
    width: 95.83333%
}

.el-col-offset-23 {
    margin-left: 95.83333%
}

.el-col-pull-23 {
    right: 95.83333%
}

.el-col-push-23 {
    left: 95.83333%
}

.el-col-24 {
    width: 100%
}

.el-col-offset-24 {
    margin-left: 100%
}

.el-col-pull-24 {
    right: 100%
}

.el-col-push-24 {
    left: 100%
}

@media only screen and (max-width: 767px) {
    .el-col-xs-0 {
        display:none;
        width: 0
    }

    .el-col-xs-offset-0 {
        margin-left: 0
    }

    .el-col-xs-pull-0 {
        position: relative;
        right: 0
    }

    .el-col-xs-push-0 {
        position: relative;
        left: 0
    }

    .el-col-xs-1 {
        width: 4.16667%
    }

    .el-col-xs-offset-1 {
        margin-left: 4.16667%
    }

    .el-col-xs-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .el-col-xs-push-1 {
        position: relative;
        left: 4.16667%
    }

    .el-col-xs-2 {
        width: 8.33333%
    }

    .el-col-xs-offset-2 {
        margin-left: 8.33333%
    }

    .el-col-xs-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .el-col-xs-push-2 {
        position: relative;
        left: 8.33333%
    }

    .el-col-xs-3 {
        width: 12.5%
    }

    .el-col-xs-offset-3 {
        margin-left: 12.5%
    }

    .el-col-xs-pull-3 {
        position: relative;
        right: 12.5%
    }

    .el-col-xs-push-3 {
        position: relative;
        left: 12.5%
    }

    .el-col-xs-4 {
        width: 16.66667%
    }

    .el-col-xs-offset-4 {
        margin-left: 16.66667%
    }

    .el-col-xs-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .el-col-xs-push-4 {
        position: relative;
        left: 16.66667%
    }

    .el-col-xs-5 {
        width: 20.83333%
    }

    .el-col-xs-offset-5 {
        margin-left: 20.83333%
    }

    .el-col-xs-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .el-col-xs-push-5 {
        position: relative;
        left: 20.83333%
    }

    .el-col-xs-6 {
        width: 25%
    }

    .el-col-xs-offset-6 {
        margin-left: 25%
    }

    .el-col-xs-pull-6 {
        position: relative;
        right: 25%
    }

    .el-col-xs-push-6 {
        position: relative;
        left: 25%
    }

    .el-col-xs-7 {
        width: 29.16667%
    }

    .el-col-xs-offset-7 {
        margin-left: 29.16667%
    }

    .el-col-xs-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .el-col-xs-push-7 {
        position: relative;
        left: 29.16667%
    }

    .el-col-xs-8 {
        width: 33.33333%
    }

    .el-col-xs-offset-8 {
        margin-left: 33.33333%
    }

    .el-col-xs-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .el-col-xs-push-8 {
        position: relative;
        left: 33.33333%
    }

    .el-col-xs-9 {
        width: 37.5%
    }

    .el-col-xs-offset-9 {
        margin-left: 37.5%
    }

    .el-col-xs-pull-9 {
        position: relative;
        right: 37.5%
    }

    .el-col-xs-push-9 {
        position: relative;
        left: 37.5%
    }

    .el-col-xs-10 {
        width: 41.66667%
    }

    .el-col-xs-offset-10 {
        margin-left: 41.66667%
    }

    .el-col-xs-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .el-col-xs-push-10 {
        position: relative;
        left: 41.66667%
    }

    .el-col-xs-11 {
        width: 45.83333%
    }

    .el-col-xs-offset-11 {
        margin-left: 45.83333%
    }

    .el-col-xs-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .el-col-xs-push-11 {
        position: relative;
        left: 45.83333%
    }

    .el-col-xs-12 {
        width: 50%
    }

    .el-col-xs-offset-12 {
        margin-left: 50%
    }

    .el-col-xs-pull-12 {
        position: relative;
        right: 50%
    }

    .el-col-xs-push-12 {
        position: relative;
        left: 50%
    }

    .el-col-xs-13 {
        width: 54.16667%
    }

    .el-col-xs-offset-13 {
        margin-left: 54.16667%
    }

    .el-col-xs-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .el-col-xs-push-13 {
        position: relative;
        left: 54.16667%
    }

    .el-col-xs-14 {
        width: 58.33333%
    }

    .el-col-xs-offset-14 {
        margin-left: 58.33333%
    }

    .el-col-xs-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .el-col-xs-push-14 {
        position: relative;
        left: 58.33333%
    }

    .el-col-xs-15 {
        width: 62.5%
    }

    .el-col-xs-offset-15 {
        margin-left: 62.5%
    }

    .el-col-xs-pull-15 {
        position: relative;
        right: 62.5%
    }

    .el-col-xs-push-15 {
        position: relative;
        left: 62.5%
    }

    .el-col-xs-16 {
        width: 66.66667%
    }

    .el-col-xs-offset-16 {
        margin-left: 66.66667%
    }

    .el-col-xs-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .el-col-xs-push-16 {
        position: relative;
        left: 66.66667%
    }

    .el-col-xs-17 {
        width: 70.83333%
    }

    .el-col-xs-offset-17 {
        margin-left: 70.83333%
    }

    .el-col-xs-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .el-col-xs-push-17 {
        position: relative;
        left: 70.83333%
    }

    .el-col-xs-18 {
        width: 75%
    }

    .el-col-xs-offset-18 {
        margin-left: 75%
    }

    .el-col-xs-pull-18 {
        position: relative;
        right: 75%
    }

    .el-col-xs-push-18 {
        position: relative;
        left: 75%
    }

    .el-col-xs-19 {
        width: 79.16667%
    }

    .el-col-xs-offset-19 {
        margin-left: 79.16667%
    }

    .el-col-xs-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .el-col-xs-push-19 {
        position: relative;
        left: 79.16667%
    }

    .el-col-xs-20 {
        width: 83.33333%
    }

    .el-col-xs-offset-20 {
        margin-left: 83.33333%
    }

    .el-col-xs-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .el-col-xs-push-20 {
        position: relative;
        left: 83.33333%
    }

    .el-col-xs-21 {
        width: 87.5%
    }

    .el-col-xs-offset-21 {
        margin-left: 87.5%
    }

    .el-col-xs-pull-21 {
        position: relative;
        right: 87.5%
    }

    .el-col-xs-push-21 {
        position: relative;
        left: 87.5%
    }

    .el-col-xs-22 {
        width: 91.66667%
    }

    .el-col-xs-offset-22 {
        margin-left: 91.66667%
    }

    .el-col-xs-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .el-col-xs-push-22 {
        position: relative;
        left: 91.66667%
    }

    .el-col-xs-23 {
        width: 95.83333%
    }

    .el-col-xs-offset-23 {
        margin-left: 95.83333%
    }

    .el-col-xs-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .el-col-xs-push-23 {
        position: relative;
        left: 95.83333%
    }

    .el-col-xs-24 {
        width: 100%
    }

    .el-col-xs-offset-24 {
        margin-left: 100%
    }

    .el-col-xs-pull-24 {
        position: relative;
        right: 100%
    }

    .el-col-xs-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 768px) {
    .el-col-sm-0 {
        display:none;
        width: 0
    }

    .el-col-sm-offset-0 {
        margin-left: 0
    }

    .el-col-sm-pull-0 {
        position: relative;
        right: 0
    }

    .el-col-sm-push-0 {
        position: relative;
        left: 0
    }

    .el-col-sm-1 {
        width: 4.16667%
    }

    .el-col-sm-offset-1 {
        margin-left: 4.16667%
    }

    .el-col-sm-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .el-col-sm-push-1 {
        position: relative;
        left: 4.16667%
    }

    .el-col-sm-2 {
        width: 8.33333%
    }

    .el-col-sm-offset-2 {
        margin-left: 8.33333%
    }

    .el-col-sm-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .el-col-sm-push-2 {
        position: relative;
        left: 8.33333%
    }

    .el-col-sm-3 {
        width: 12.5%
    }

    .el-col-sm-offset-3 {
        margin-left: 12.5%
    }

    .el-col-sm-pull-3 {
        position: relative;
        right: 12.5%
    }

    .el-col-sm-push-3 {
        position: relative;
        left: 12.5%
    }

    .el-col-sm-4 {
        width: 16.66667%
    }

    .el-col-sm-offset-4 {
        margin-left: 16.66667%
    }

    .el-col-sm-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .el-col-sm-push-4 {
        position: relative;
        left: 16.66667%
    }

    .el-col-sm-5 {
        width: 20.83333%
    }

    .el-col-sm-offset-5 {
        margin-left: 20.83333%
    }

    .el-col-sm-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .el-col-sm-push-5 {
        position: relative;
        left: 20.83333%
    }

    .el-col-sm-6 {
        width: 25%
    }

    .el-col-sm-offset-6 {
        margin-left: 25%
    }

    .el-col-sm-pull-6 {
        position: relative;
        right: 25%
    }

    .el-col-sm-push-6 {
        position: relative;
        left: 25%
    }

    .el-col-sm-7 {
        width: 29.16667%
    }

    .el-col-sm-offset-7 {
        margin-left: 29.16667%
    }

    .el-col-sm-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .el-col-sm-push-7 {
        position: relative;
        left: 29.16667%
    }

    .el-col-sm-8 {
        width: 33.33333%
    }

    .el-col-sm-offset-8 {
        margin-left: 33.33333%
    }

    .el-col-sm-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .el-col-sm-push-8 {
        position: relative;
        left: 33.33333%
    }

    .el-col-sm-9 {
        width: 37.5%
    }

    .el-col-sm-offset-9 {
        margin-left: 37.5%
    }

    .el-col-sm-pull-9 {
        position: relative;
        right: 37.5%
    }

    .el-col-sm-push-9 {
        position: relative;
        left: 37.5%
    }

    .el-col-sm-10 {
        width: 41.66667%
    }

    .el-col-sm-offset-10 {
        margin-left: 41.66667%
    }

    .el-col-sm-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .el-col-sm-push-10 {
        position: relative;
        left: 41.66667%
    }

    .el-col-sm-11 {
        width: 45.83333%
    }

    .el-col-sm-offset-11 {
        margin-left: 45.83333%
    }

    .el-col-sm-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .el-col-sm-push-11 {
        position: relative;
        left: 45.83333%
    }

    .el-col-sm-12 {
        width: 50%
    }

    .el-col-sm-offset-12 {
        margin-left: 50%
    }

    .el-col-sm-pull-12 {
        position: relative;
        right: 50%
    }

    .el-col-sm-push-12 {
        position: relative;
        left: 50%
    }

    .el-col-sm-13 {
        width: 54.16667%
    }

    .el-col-sm-offset-13 {
        margin-left: 54.16667%
    }

    .el-col-sm-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .el-col-sm-push-13 {
        position: relative;
        left: 54.16667%
    }

    .el-col-sm-14 {
        width: 58.33333%
    }

    .el-col-sm-offset-14 {
        margin-left: 58.33333%
    }

    .el-col-sm-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .el-col-sm-push-14 {
        position: relative;
        left: 58.33333%
    }

    .el-col-sm-15 {
        width: 62.5%
    }

    .el-col-sm-offset-15 {
        margin-left: 62.5%
    }

    .el-col-sm-pull-15 {
        position: relative;
        right: 62.5%
    }

    .el-col-sm-push-15 {
        position: relative;
        left: 62.5%
    }

    .el-col-sm-16 {
        width: 66.66667%
    }

    .el-col-sm-offset-16 {
        margin-left: 66.66667%
    }

    .el-col-sm-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .el-col-sm-push-16 {
        position: relative;
        left: 66.66667%
    }

    .el-col-sm-17 {
        width: 70.83333%
    }

    .el-col-sm-offset-17 {
        margin-left: 70.83333%
    }

    .el-col-sm-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .el-col-sm-push-17 {
        position: relative;
        left: 70.83333%
    }

    .el-col-sm-18 {
        width: 75%
    }

    .el-col-sm-offset-18 {
        margin-left: 75%
    }

    .el-col-sm-pull-18 {
        position: relative;
        right: 75%
    }

    .el-col-sm-push-18 {
        position: relative;
        left: 75%
    }

    .el-col-sm-19 {
        width: 79.16667%
    }

    .el-col-sm-offset-19 {
        margin-left: 79.16667%
    }

    .el-col-sm-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .el-col-sm-push-19 {
        position: relative;
        left: 79.16667%
    }

    .el-col-sm-20 {
        width: 83.33333%
    }

    .el-col-sm-offset-20 {
        margin-left: 83.33333%
    }

    .el-col-sm-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .el-col-sm-push-20 {
        position: relative;
        left: 83.33333%
    }

    .el-col-sm-21 {
        width: 87.5%
    }

    .el-col-sm-offset-21 {
        margin-left: 87.5%
    }

    .el-col-sm-pull-21 {
        position: relative;
        right: 87.5%
    }

    .el-col-sm-push-21 {
        position: relative;
        left: 87.5%
    }

    .el-col-sm-22 {
        width: 91.66667%
    }

    .el-col-sm-offset-22 {
        margin-left: 91.66667%
    }

    .el-col-sm-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .el-col-sm-push-22 {
        position: relative;
        left: 91.66667%
    }

    .el-col-sm-23 {
        width: 95.83333%
    }

    .el-col-sm-offset-23 {
        margin-left: 95.83333%
    }

    .el-col-sm-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .el-col-sm-push-23 {
        position: relative;
        left: 95.83333%
    }

    .el-col-sm-24 {
        width: 100%
    }

    .el-col-sm-offset-24 {
        margin-left: 100%
    }

    .el-col-sm-pull-24 {
        position: relative;
        right: 100%
    }

    .el-col-sm-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 992px) {
    .el-col-md-0 {
        display:none;
        width: 0
    }

    .el-col-md-offset-0 {
        margin-left: 0
    }

    .el-col-md-pull-0 {
        position: relative;
        right: 0
    }

    .el-col-md-push-0 {
        position: relative;
        left: 0
    }

    .el-col-md-1 {
        width: 4.16667%
    }

    .el-col-md-offset-1 {
        margin-left: 4.16667%
    }

    .el-col-md-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .el-col-md-push-1 {
        position: relative;
        left: 4.16667%
    }

    .el-col-md-2 {
        width: 8.33333%
    }

    .el-col-md-offset-2 {
        margin-left: 8.33333%
    }

    .el-col-md-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .el-col-md-push-2 {
        position: relative;
        left: 8.33333%
    }

    .el-col-md-3 {
        width: 12.5%
    }

    .el-col-md-offset-3 {
        margin-left: 12.5%
    }

    .el-col-md-pull-3 {
        position: relative;
        right: 12.5%
    }

    .el-col-md-push-3 {
        position: relative;
        left: 12.5%
    }

    .el-col-md-4 {
        width: 16.66667%
    }

    .el-col-md-offset-4 {
        margin-left: 16.66667%
    }

    .el-col-md-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .el-col-md-push-4 {
        position: relative;
        left: 16.66667%
    }

    .el-col-md-5 {
        width: 20.83333%
    }

    .el-col-md-offset-5 {
        margin-left: 20.83333%
    }

    .el-col-md-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .el-col-md-push-5 {
        position: relative;
        left: 20.83333%
    }

    .el-col-md-6 {
        width: 25%
    }

    .el-col-md-offset-6 {
        margin-left: 25%
    }

    .el-col-md-pull-6 {
        position: relative;
        right: 25%
    }

    .el-col-md-push-6 {
        position: relative;
        left: 25%
    }

    .el-col-md-7 {
        width: 29.16667%
    }

    .el-col-md-offset-7 {
        margin-left: 29.16667%
    }

    .el-col-md-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .el-col-md-push-7 {
        position: relative;
        left: 29.16667%
    }

    .el-col-md-8 {
        width: 33.33333%
    }

    .el-col-md-offset-8 {
        margin-left: 33.33333%
    }

    .el-col-md-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .el-col-md-push-8 {
        position: relative;
        left: 33.33333%
    }

    .el-col-md-9 {
        width: 37.5%
    }

    .el-col-md-offset-9 {
        margin-left: 37.5%
    }

    .el-col-md-pull-9 {
        position: relative;
        right: 37.5%
    }

    .el-col-md-push-9 {
        position: relative;
        left: 37.5%
    }

    .el-col-md-10 {
        width: 41.66667%
    }

    .el-col-md-offset-10 {
        margin-left: 41.66667%
    }

    .el-col-md-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .el-col-md-push-10 {
        position: relative;
        left: 41.66667%
    }

    .el-col-md-11 {
        width: 45.83333%
    }

    .el-col-md-offset-11 {
        margin-left: 45.83333%
    }

    .el-col-md-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .el-col-md-push-11 {
        position: relative;
        left: 45.83333%
    }

    .el-col-md-12 {
        width: 50%
    }

    .el-col-md-offset-12 {
        margin-left: 50%
    }

    .el-col-md-pull-12 {
        position: relative;
        right: 50%
    }

    .el-col-md-push-12 {
        position: relative;
        left: 50%
    }

    .el-col-md-13 {
        width: 54.16667%
    }

    .el-col-md-offset-13 {
        margin-left: 54.16667%
    }

    .el-col-md-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .el-col-md-push-13 {
        position: relative;
        left: 54.16667%
    }

    .el-col-md-14 {
        width: 58.33333%
    }

    .el-col-md-offset-14 {
        margin-left: 58.33333%
    }

    .el-col-md-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .el-col-md-push-14 {
        position: relative;
        left: 58.33333%
    }

    .el-col-md-15 {
        width: 62.5%
    }

    .el-col-md-offset-15 {
        margin-left: 62.5%
    }

    .el-col-md-pull-15 {
        position: relative;
        right: 62.5%
    }

    .el-col-md-push-15 {
        position: relative;
        left: 62.5%
    }

    .el-col-md-16 {
        width: 66.66667%
    }

    .el-col-md-offset-16 {
        margin-left: 66.66667%
    }

    .el-col-md-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .el-col-md-push-16 {
        position: relative;
        left: 66.66667%
    }

    .el-col-md-17 {
        width: 70.83333%
    }

    .el-col-md-offset-17 {
        margin-left: 70.83333%
    }

    .el-col-md-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .el-col-md-push-17 {
        position: relative;
        left: 70.83333%
    }

    .el-col-md-18 {
        width: 75%
    }

    .el-col-md-offset-18 {
        margin-left: 75%
    }

    .el-col-md-pull-18 {
        position: relative;
        right: 75%
    }

    .el-col-md-push-18 {
        position: relative;
        left: 75%
    }

    .el-col-md-19 {
        width: 79.16667%
    }

    .el-col-md-offset-19 {
        margin-left: 79.16667%
    }

    .el-col-md-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .el-col-md-push-19 {
        position: relative;
        left: 79.16667%
    }

    .el-col-md-20 {
        width: 83.33333%
    }

    .el-col-md-offset-20 {
        margin-left: 83.33333%
    }

    .el-col-md-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .el-col-md-push-20 {
        position: relative;
        left: 83.33333%
    }

    .el-col-md-21 {
        width: 87.5%
    }

    .el-col-md-offset-21 {
        margin-left: 87.5%
    }

    .el-col-md-pull-21 {
        position: relative;
        right: 87.5%
    }

    .el-col-md-push-21 {
        position: relative;
        left: 87.5%
    }

    .el-col-md-22 {
        width: 91.66667%
    }

    .el-col-md-offset-22 {
        margin-left: 91.66667%
    }

    .el-col-md-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .el-col-md-push-22 {
        position: relative;
        left: 91.66667%
    }

    .el-col-md-23 {
        width: 95.83333%
    }

    .el-col-md-offset-23 {
        margin-left: 95.83333%
    }

    .el-col-md-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .el-col-md-push-23 {
        position: relative;
        left: 95.83333%
    }

    .el-col-md-24 {
        width: 100%
    }

    .el-col-md-offset-24 {
        margin-left: 100%
    }

    .el-col-md-pull-24 {
        position: relative;
        right: 100%
    }

    .el-col-md-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .el-col-lg-0 {
        display:none;
        width: 0
    }

    .el-col-lg-offset-0 {
        margin-left: 0
    }

    .el-col-lg-pull-0 {
        position: relative;
        right: 0
    }

    .el-col-lg-push-0 {
        position: relative;
        left: 0
    }

    .el-col-lg-1 {
        width: 4.16667%
    }

    .el-col-lg-offset-1 {
        margin-left: 4.16667%
    }

    .el-col-lg-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .el-col-lg-push-1 {
        position: relative;
        left: 4.16667%
    }

    .el-col-lg-2 {
        width: 8.33333%
    }

    .el-col-lg-offset-2 {
        margin-left: 8.33333%
    }

    .el-col-lg-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .el-col-lg-push-2 {
        position: relative;
        left: 8.33333%
    }

    .el-col-lg-3 {
        width: 12.5%
    }

    .el-col-lg-offset-3 {
        margin-left: 12.5%
    }

    .el-col-lg-pull-3 {
        position: relative;
        right: 12.5%
    }

    .el-col-lg-push-3 {
        position: relative;
        left: 12.5%
    }

    .el-col-lg-4 {
        width: 16.66667%
    }

    .el-col-lg-offset-4 {
        margin-left: 16.66667%
    }

    .el-col-lg-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .el-col-lg-push-4 {
        position: relative;
        left: 16.66667%
    }

    .el-col-lg-5 {
        width: 20.83333%
    }

    .el-col-lg-offset-5 {
        margin-left: 20.83333%
    }

    .el-col-lg-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .el-col-lg-push-5 {
        position: relative;
        left: 20.83333%
    }

    .el-col-lg-6 {
        width: 25%
    }

    .el-col-lg-offset-6 {
        margin-left: 25%
    }

    .el-col-lg-pull-6 {
        position: relative;
        right: 25%
    }

    .el-col-lg-push-6 {
        position: relative;
        left: 25%
    }

    .el-col-lg-7 {
        width: 29.16667%
    }

    .el-col-lg-offset-7 {
        margin-left: 29.16667%
    }

    .el-col-lg-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .el-col-lg-push-7 {
        position: relative;
        left: 29.16667%
    }

    .el-col-lg-8 {
        width: 33.33333%
    }

    .el-col-lg-offset-8 {
        margin-left: 33.33333%
    }

    .el-col-lg-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .el-col-lg-push-8 {
        position: relative;
        left: 33.33333%
    }

    .el-col-lg-9 {
        width: 37.5%
    }

    .el-col-lg-offset-9 {
        margin-left: 37.5%
    }

    .el-col-lg-pull-9 {
        position: relative;
        right: 37.5%
    }

    .el-col-lg-push-9 {
        position: relative;
        left: 37.5%
    }

    .el-col-lg-10 {
        width: 41.66667%
    }

    .el-col-lg-offset-10 {
        margin-left: 41.66667%
    }

    .el-col-lg-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .el-col-lg-push-10 {
        position: relative;
        left: 41.66667%
    }

    .el-col-lg-11 {
        width: 45.83333%
    }

    .el-col-lg-offset-11 {
        margin-left: 45.83333%
    }

    .el-col-lg-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .el-col-lg-push-11 {
        position: relative;
        left: 45.83333%
    }

    .el-col-lg-12 {
        width: 50%
    }

    .el-col-lg-offset-12 {
        margin-left: 50%
    }

    .el-col-lg-pull-12 {
        position: relative;
        right: 50%
    }

    .el-col-lg-push-12 {
        position: relative;
        left: 50%
    }

    .el-col-lg-13 {
        width: 54.16667%
    }

    .el-col-lg-offset-13 {
        margin-left: 54.16667%
    }

    .el-col-lg-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .el-col-lg-push-13 {
        position: relative;
        left: 54.16667%
    }

    .el-col-lg-14 {
        width: 58.33333%
    }

    .el-col-lg-offset-14 {
        margin-left: 58.33333%
    }

    .el-col-lg-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .el-col-lg-push-14 {
        position: relative;
        left: 58.33333%
    }

    .el-col-lg-15 {
        width: 62.5%
    }

    .el-col-lg-offset-15 {
        margin-left: 62.5%
    }

    .el-col-lg-pull-15 {
        position: relative;
        right: 62.5%
    }

    .el-col-lg-push-15 {
        position: relative;
        left: 62.5%
    }

    .el-col-lg-16 {
        width: 66.66667%
    }

    .el-col-lg-offset-16 {
        margin-left: 66.66667%
    }

    .el-col-lg-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .el-col-lg-push-16 {
        position: relative;
        left: 66.66667%
    }

    .el-col-lg-17 {
        width: 70.83333%
    }

    .el-col-lg-offset-17 {
        margin-left: 70.83333%
    }

    .el-col-lg-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .el-col-lg-push-17 {
        position: relative;
        left: 70.83333%
    }

    .el-col-lg-18 {
        width: 75%
    }

    .el-col-lg-offset-18 {
        margin-left: 75%
    }

    .el-col-lg-pull-18 {
        position: relative;
        right: 75%
    }

    .el-col-lg-push-18 {
        position: relative;
        left: 75%
    }

    .el-col-lg-19 {
        width: 79.16667%
    }

    .el-col-lg-offset-19 {
        margin-left: 79.16667%
    }

    .el-col-lg-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .el-col-lg-push-19 {
        position: relative;
        left: 79.16667%
    }

    .el-col-lg-20 {
        width: 83.33333%
    }

    .el-col-lg-offset-20 {
        margin-left: 83.33333%
    }

    .el-col-lg-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .el-col-lg-push-20 {
        position: relative;
        left: 83.33333%
    }

    .el-col-lg-21 {
        width: 87.5%
    }

    .el-col-lg-offset-21 {
        margin-left: 87.5%
    }

    .el-col-lg-pull-21 {
        position: relative;
        right: 87.5%
    }

    .el-col-lg-push-21 {
        position: relative;
        left: 87.5%
    }

    .el-col-lg-22 {
        width: 91.66667%
    }

    .el-col-lg-offset-22 {
        margin-left: 91.66667%
    }

    .el-col-lg-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .el-col-lg-push-22 {
        position: relative;
        left: 91.66667%
    }

    .el-col-lg-23 {
        width: 95.83333%
    }

    .el-col-lg-offset-23 {
        margin-left: 95.83333%
    }

    .el-col-lg-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .el-col-lg-push-23 {
        position: relative;
        left: 95.83333%
    }

    .el-col-lg-24 {
        width: 100%
    }

    .el-col-lg-offset-24 {
        margin-left: 100%
    }

    .el-col-lg-pull-24 {
        position: relative;
        right: 100%
    }

    .el-col-lg-push-24 {
        position: relative;
        left: 100%
    }
}

@media only screen and (min-width: 1920px) {
    .el-col-xl-0 {
        display:none;
        width: 0
    }

    .el-col-xl-offset-0 {
        margin-left: 0
    }

    .el-col-xl-pull-0 {
        position: relative;
        right: 0
    }

    .el-col-xl-push-0 {
        position: relative;
        left: 0
    }

    .el-col-xl-1 {
        width: 4.16667%
    }

    .el-col-xl-offset-1 {
        margin-left: 4.16667%
    }

    .el-col-xl-pull-1 {
        position: relative;
        right: 4.16667%
    }

    .el-col-xl-push-1 {
        position: relative;
        left: 4.16667%
    }

    .el-col-xl-2 {
        width: 8.33333%
    }

    .el-col-xl-offset-2 {
        margin-left: 8.33333%
    }

    .el-col-xl-pull-2 {
        position: relative;
        right: 8.33333%
    }

    .el-col-xl-push-2 {
        position: relative;
        left: 8.33333%
    }

    .el-col-xl-3 {
        width: 12.5%
    }

    .el-col-xl-offset-3 {
        margin-left: 12.5%
    }

    .el-col-xl-pull-3 {
        position: relative;
        right: 12.5%
    }

    .el-col-xl-push-3 {
        position: relative;
        left: 12.5%
    }

    .el-col-xl-4 {
        width: 16.66667%
    }

    .el-col-xl-offset-4 {
        margin-left: 16.66667%
    }

    .el-col-xl-pull-4 {
        position: relative;
        right: 16.66667%
    }

    .el-col-xl-push-4 {
        position: relative;
        left: 16.66667%
    }

    .el-col-xl-5 {
        width: 20.83333%
    }

    .el-col-xl-offset-5 {
        margin-left: 20.83333%
    }

    .el-col-xl-pull-5 {
        position: relative;
        right: 20.83333%
    }

    .el-col-xl-push-5 {
        position: relative;
        left: 20.83333%
    }

    .el-col-xl-6 {
        width: 25%
    }

    .el-col-xl-offset-6 {
        margin-left: 25%
    }

    .el-col-xl-pull-6 {
        position: relative;
        right: 25%
    }

    .el-col-xl-push-6 {
        position: relative;
        left: 25%
    }

    .el-col-xl-7 {
        width: 29.16667%
    }

    .el-col-xl-offset-7 {
        margin-left: 29.16667%
    }

    .el-col-xl-pull-7 {
        position: relative;
        right: 29.16667%
    }

    .el-col-xl-push-7 {
        position: relative;
        left: 29.16667%
    }

    .el-col-xl-8 {
        width: 33.33333%
    }

    .el-col-xl-offset-8 {
        margin-left: 33.33333%
    }

    .el-col-xl-pull-8 {
        position: relative;
        right: 33.33333%
    }

    .el-col-xl-push-8 {
        position: relative;
        left: 33.33333%
    }

    .el-col-xl-9 {
        width: 37.5%
    }

    .el-col-xl-offset-9 {
        margin-left: 37.5%
    }

    .el-col-xl-pull-9 {
        position: relative;
        right: 37.5%
    }

    .el-col-xl-push-9 {
        position: relative;
        left: 37.5%
    }

    .el-col-xl-10 {
        width: 41.66667%
    }

    .el-col-xl-offset-10 {
        margin-left: 41.66667%
    }

    .el-col-xl-pull-10 {
        position: relative;
        right: 41.66667%
    }

    .el-col-xl-push-10 {
        position: relative;
        left: 41.66667%
    }

    .el-col-xl-11 {
        width: 45.83333%
    }

    .el-col-xl-offset-11 {
        margin-left: 45.83333%
    }

    .el-col-xl-pull-11 {
        position: relative;
        right: 45.83333%
    }

    .el-col-xl-push-11 {
        position: relative;
        left: 45.83333%
    }

    .el-col-xl-12 {
        width: 50%
    }

    .el-col-xl-offset-12 {
        margin-left: 50%
    }

    .el-col-xl-pull-12 {
        position: relative;
        right: 50%
    }

    .el-col-xl-push-12 {
        position: relative;
        left: 50%
    }

    .el-col-xl-13 {
        width: 54.16667%
    }

    .el-col-xl-offset-13 {
        margin-left: 54.16667%
    }

    .el-col-xl-pull-13 {
        position: relative;
        right: 54.16667%
    }

    .el-col-xl-push-13 {
        position: relative;
        left: 54.16667%
    }

    .el-col-xl-14 {
        width: 58.33333%
    }

    .el-col-xl-offset-14 {
        margin-left: 58.33333%
    }

    .el-col-xl-pull-14 {
        position: relative;
        right: 58.33333%
    }

    .el-col-xl-push-14 {
        position: relative;
        left: 58.33333%
    }

    .el-col-xl-15 {
        width: 62.5%
    }

    .el-col-xl-offset-15 {
        margin-left: 62.5%
    }

    .el-col-xl-pull-15 {
        position: relative;
        right: 62.5%
    }

    .el-col-xl-push-15 {
        position: relative;
        left: 62.5%
    }

    .el-col-xl-16 {
        width: 66.66667%
    }

    .el-col-xl-offset-16 {
        margin-left: 66.66667%
    }

    .el-col-xl-pull-16 {
        position: relative;
        right: 66.66667%
    }

    .el-col-xl-push-16 {
        position: relative;
        left: 66.66667%
    }

    .el-col-xl-17 {
        width: 70.83333%
    }

    .el-col-xl-offset-17 {
        margin-left: 70.83333%
    }

    .el-col-xl-pull-17 {
        position: relative;
        right: 70.83333%
    }

    .el-col-xl-push-17 {
        position: relative;
        left: 70.83333%
    }

    .el-col-xl-18 {
        width: 75%
    }

    .el-col-xl-offset-18 {
        margin-left: 75%
    }

    .el-col-xl-pull-18 {
        position: relative;
        right: 75%
    }

    .el-col-xl-push-18 {
        position: relative;
        left: 75%
    }

    .el-col-xl-19 {
        width: 79.16667%
    }

    .el-col-xl-offset-19 {
        margin-left: 79.16667%
    }

    .el-col-xl-pull-19 {
        position: relative;
        right: 79.16667%
    }

    .el-col-xl-push-19 {
        position: relative;
        left: 79.16667%
    }

    .el-col-xl-20 {
        width: 83.33333%
    }

    .el-col-xl-offset-20 {
        margin-left: 83.33333%
    }

    .el-col-xl-pull-20 {
        position: relative;
        right: 83.33333%
    }

    .el-col-xl-push-20 {
        position: relative;
        left: 83.33333%
    }

    .el-col-xl-21 {
        width: 87.5%
    }

    .el-col-xl-offset-21 {
        margin-left: 87.5%
    }

    .el-col-xl-pull-21 {
        position: relative;
        right: 87.5%
    }

    .el-col-xl-push-21 {
        position: relative;
        left: 87.5%
    }

    .el-col-xl-22 {
        width: 91.66667%
    }

    .el-col-xl-offset-22 {
        margin-left: 91.66667%
    }

    .el-col-xl-pull-22 {
        position: relative;
        right: 91.66667%
    }

    .el-col-xl-push-22 {
        position: relative;
        left: 91.66667%
    }

    .el-col-xl-23 {
        width: 95.83333%
    }

    .el-col-xl-offset-23 {
        margin-left: 95.83333%
    }

    .el-col-xl-pull-23 {
        position: relative;
        right: 95.83333%
    }

    .el-col-xl-push-23 {
        position: relative;
        left: 95.83333%
    }

    .el-col-xl-24 {
        width: 100%
    }

    .el-col-xl-offset-24 {
        margin-left: 100%
    }

    .el-col-xl-pull-24 {
        position: relative;
        right: 100%
    }

    .el-col-xl-push-24 {
        position: relative;
        left: 100%
    }
}

@-webkit-keyframes progress {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 32px 0
    }
}

.el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: 0
}

.el-upload__input {
    display: none
}

.el-upload__tip {
    font-size: 12px;
    color: #606266;
    margin-top: 7px
}

.el-upload iframe {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.el-upload--picture-card {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    line-height: 146px;
    vertical-align: top
}

.el-upload--picture-card i {
    font-size: 28px;
    color: #8c939d
}

.el-upload--picture-card:hover,.el-upload:focus {
    border-color: #409eff;
    color: #409eff
}

.el-upload:focus .el-upload-dragger {
    border-color: #409eff
}

.el-upload-dragger {
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.el-upload-dragger .el-icon-upload {
    font-size: 67px;
    color: #c0c4cc;
    margin: 40px 0 16px;
    line-height: 50px
}

.el-upload-dragger+.el-upload__tip {
    text-align: center
}

.el-upload-dragger~.el-upload__files {
    border-top: 1px solid #dcdfe6;
    margin-top: 7px;
    padding-top: 5px
}

.el-upload-dragger .el-upload__text {
    color: #606266;
    font-size: 14px;
    text-align: center
}

.el-upload-dragger .el-upload__text em {
    color: #409eff;
    font-style: normal
}

.el-upload-dragger:hover {
    border-color: #409eff
}

.el-upload-dragger.is-dragover {
    background-color: rgba(32,159,255,.06);
    border: 2px dashed #409eff
}

.el-upload-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.el-upload-list__item {
    -webkit-transition: all .5s cubic-bezier(.55,0,.1,1);
    transition: all .5s cubic-bezier(.55,0,.1,1);
    font-size: 14px;
    color: #606266;
    line-height: 1.8;
    margin-top: 5px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%
}

.el-upload-list__item .el-progress {
    position: absolute;
    top: 20px;
    width: 100%
}

.el-upload-list__item .el-progress__text {
    position: absolute;
    right: 0;
    top: -13px
}

.el-upload-list__item .el-progress-bar {
    margin-right: 0;
    padding-right: 0
}

.el-upload-list__item:first-child {
    margin-top: 10px
}

.el-upload-list__item .el-icon-upload-success {
    color: #67c23a
}

.el-upload-list__item .el-icon-close {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: .75;
    color: #606266
}

.el-upload-list__item .el-icon-close:hover {
    opacity: 1
}

.el-upload-list__item .el-icon-close-tip {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
    color: #409eff
}

.el-upload-list__item:hover {
    background-color: #f5f7fa
}

.el-upload-list__item:hover .el-icon-close {
    display: inline-block
}

.el-upload-list__item:hover .el-progress__text {
    display: none
}

.el-upload-list__item.is-success .el-upload-list__item-status-label {
    display: block
}

.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover {
    color: #409eff;
    cursor: pointer
}

.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
    display: inline-block
}

.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip {
    display: none
}

.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label {
    display: block
}

.el-upload-list__item-name {
    color: #606266;
    display: block;
    margin-right: 40px;
    overflow: hidden;
    padding-left: 4px;
    text-overflow: ellipsis;
    -webkit-transition: color .3s;
    transition: color .3s;
    white-space: nowrap
}

.el-upload-list__item-name [class^=el-icon] {
    height: 100%;
    margin-right: 7px;
    color: #909399;
    line-height: inherit
}

.el-upload-list__item-status-label {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: inherit;
    display: none
}

.el-upload-list__item-delete {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: #606266;
    display: none
}

.el-upload-list__item-delete:hover {
    color: #409eff
}

.el-upload-list--picture-card {
    margin: 0;
    display: inline;
    vertical-align: top
}

.el-upload-list--picture-card .el-upload-list__item {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    margin: 0 8px 8px 0;
    display: inline-block
}

.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
    color: #fff
}

.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
    display: none
}

.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
    display: block
}

.el-upload-list--picture-card .el-upload-list__item-name {
    display: none
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail {
    width: 100%;
    height: 100%
}

.el-upload-list--picture-card .el-upload-list__item-status-label {
    position: absolute;
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
    box-shadow: 0 0 1pc 1px rgba(0,0,0,.2)
}

.el-upload-list--picture-card .el-upload-list__item-status-label i {
    font-size: 12px;
    margin-top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.el-upload-list--picture-card .el-upload-list__item-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.el-upload-list--picture-card .el-upload-list__item-actions:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.el-upload-list--picture-card .el-upload-list__item-actions span {
    display: none;
    cursor: pointer
}

.el-upload-list--picture-card .el-upload-list__item-actions span+span {
    margin-left: 15px
}

.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
    position: static;
    font-size: inherit;
    color: inherit
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover {
    opacity: 1
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
    display: inline-block
}

.el-upload-list--picture-card .el-progress {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    bottom: auto;
    width: 126px
}

.el-upload-list--picture-card .el-progress .el-progress__text {
    top: 50%
}

.el-upload-list--picture .el-upload-list__item {
    overflow: hidden;
    z-index: 0;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px 10px 10px 90px;
    height: 92px
}

.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
    color: #fff
}

.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: -2px;
    right: -12px
}

.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
    display: block
}

.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
    line-height: 70px;
    margin-top: 0
}

.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
    display: none
}

.el-upload-list--picture .el-upload-list__item-thumbnail {
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    height: 70px;
    float: left;
    position: relative;
    z-index: 1;
    margin-left: -80px;
    background-color: #fff
}

.el-upload-list--picture .el-upload-list__item-name {
    display: block;
    margin-top: 20px
}

.el-upload-list--picture .el-upload-list__item-name i {
    font-size: 70px;
    line-height: 1;
    position: absolute;
    left: 9px;
    top: 10px
}

.el-upload-list--picture .el-upload-list__item-status-label {
    position: absolute;
    right: -17px;
    top: -7px;
    width: 46px;
    height: 26px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc
}

.el-upload-list--picture .el-upload-list__item-status-label i {
    font-size: 12px;
    margin-top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.el-upload-list--picture .el-progress {
    position: relative;
    top: -7px
}

.el-upload-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    cursor: default
}

.el-upload-cover:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.el-upload-cover img {
    display: block;
    width: 100%;
    height: 100%
}

.el-upload-cover__label {
    position: absolute;
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: #13ce66;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
    box-shadow: 0 0 1pc 1px rgba(0,0,0,.2)
}

.el-upload-cover__label i {
    font-size: 12px;
    margin-top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff
}

.el-upload-cover__progress {
    display: inline-block;
    vertical-align: middle;
    position: static;
    width: 243px
}

.el-upload-cover__progress+.el-upload__inner {
    opacity: 0
}

.el-upload-cover__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.el-upload-cover__interact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.72);
    text-align: center
}

.el-upload-cover__interact .btn {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    margin-top: 60px
}

.el-upload-cover__interact .btn span {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.el-upload-cover__interact .btn:not(:first-child) {
    margin-left: 35px
}

.el-upload-cover__interact .btn:hover {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px)
}

.el-upload-cover__interact .btn:hover span {
    opacity: 1
}

.el-upload-cover__interact .btn i {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: inherit;
    margin: 0 auto 5px
}

.el-upload-cover__title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 36px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    line-height: 36px;
    font-size: 14px;
    color: #303133
}

.el-upload-cover+.el-upload__inner {
    opacity: 0;
    position: relative;
    z-index: 1
}

.el-progress {
    position: relative;
    line-height: 1
}

.el-progress__text {
    font-size: 14px;
    color: #606266;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1
}

.el-progress__text i {
    vertical-align: middle;
    display: block
}

.el-progress--circle,.el-progress--dashboard {
    display: inline-block
}

.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i {
    vertical-align: middle;
    display: inline-block
}

.el-progress--without-text .el-progress__text {
    display: none
}

.el-progress--without-text .el-progress-bar {
    padding-right: 0;
    margin-right: 0;
    display: block
}

.el-progress-bar,.el-progress-bar__inner:after,.el-progress-bar__innerText,.el-spinner {
    display: inline-block;
    vertical-align: middle
}

.el-progress--text-inside .el-progress-bar {
    padding-right: 0;
    margin-right: 0
}

.el-progress.is-success .el-progress-bar__inner {
    background-color: #67c23a
}

.el-progress.is-success .el-progress__text {
    color: #67c23a
}

.el-progress.is-warning .el-progress-bar__inner {
    background-color: #e6a23c
}

.el-progress.is-warning .el-progress__text {
    color: #e6a23c
}

.el-progress.is-exception .el-progress-bar__inner {
    background-color: #f56c6c
}

.el-progress.is-exception .el-progress__text {
    color: #f56c6c
}

.el-progress-bar {
    padding-right: 50px;
    width: 100%;
    margin-right: -55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-progress-bar__outer {
    height: 6px;
    border-radius: 100px;
    background-color: #ebeef5;
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.el-progress-bar__inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #409eff;
    text-align: right;
    border-radius: 100px;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.el-card,.el-message {
    border-radius: 4px;
    overflow: hidden
}

.el-progress-bar__inner:after {
    height: 100%
}

.el-progress-bar__innerText {
    color: #fff;
    font-size: 12px;
    margin: 0 5px
}

@keyframes progress {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 32px 0
    }
}

.el-time-spinner {
    width: 100%;
    white-space: nowrap
}

.el-spinner-inner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    width: 50px;
    height: 50px
}

.el-spinner-inner .path {
    stroke: #ececec;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1,150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -124
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -124
    }
}

.el-message {
    min-width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ebeef5;
    position: fixed;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #edf2fc;
    -webkit-transition: opacity .3s,top .4s,-webkit-transform .4s;
    transition: opacity .3s,top .4s,-webkit-transform .4s;
    transition: opacity .3s,transform .4s,top .4s;
    transition: opacity .3s,transform .4s,top .4s,-webkit-transform .4s;
    padding: 15px 15px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-message.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.el-message.is-closable .el-message__content {
    padding-right: 16px
}

.el-message p {
    margin: 0
}

.el-message--info .el-message__content {
    color: #909399
}

.el-message--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8
}

.el-message--success .el-message__content {
    color: #67c23a
}

.el-message--warning {
    background-color: #fdf6ec;
    border-color: #faecd8
}

.el-message--warning .el-message__content {
    color: #e6a23c
}

.el-message--error {
    background-color: #fef0f0;
    border-color: #fde2e2
}

.el-message--error .el-message__content {
    color: #f56c6c
}

.el-message__icon {
    margin-right: 10px
}

.el-message__content {
    padding: 0;
    font-size: 14px;
    line-height: 1
}

.el-message__closeBtn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #c0c4cc;
    font-size: 16px
}

.el-message__closeBtn:hover {
    color: #909399
}

.el-message .el-icon-success {
    color: #67c23a
}

.el-message .el-icon-error {
    color: #f56c6c
}

.el-message .el-icon-info {
    color: #909399
}

.el-message .el-icon-warning {
    color: #e6a23c
}

.el-message-fade-enter,.el-message-fade-leave-active {
    opacity: 0;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%)
}

.el-badge {
    position: relative;
    vertical-align: middle;
    display: inline-block
}

.el-badge__content {
    background-color: #f56c6c;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #fff
}

.el-badge__content.is-fixed {
    position: absolute;
    top: 0;
    right: 10px;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%)
}

.el-rate__icon,.el-rate__item {
    position: relative;
    display: inline-block
}

.el-badge__content.is-fixed.is-dot {
    right: 5px
}

.el-badge__content.is-dot {
    height: 8px;
    width: 8px;
    padding: 0;
    right: 0;
    border-radius: 50%
}

.el-badge__content--primary {
    background-color: #409eff
}

.el-badge__content--success {
    background-color: #67c23a
}

.el-badge__content--warning {
    background-color: #e6a23c
}

.el-badge__content--info {
    background-color: #909399
}

.el-badge__content--danger {
    background-color: #f56c6c
}

.el-card {
    border: 1px solid #ebeef5;
    background-color: #fff;
    color: #303133;
    -webkit-transition: .3s;
    transition: .3s
}

.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-card__header {
    padding: 18px 20px;
    border-bottom: 1px solid #ebeef5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-card__body {
    padding: 20px
}

.el-rate {
    height: 20px;
    line-height: 1
}

.el-rate__item {
    font-size: 0;
    vertical-align: middle
}

.el-rate__icon {
    font-size: 18px;
    margin-right: 6px;
    color: #c0c4cc;
    -webkit-transition: .3s;
    transition: .3s
}

.el-rate__decimal,.el-rate__icon .path2 {
    position: absolute;
    top: 0;
    left: 0
}

.el-rate__icon.hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.el-rate__decimal {
    display: inline-block;
    overflow: hidden
}

.el-step.is-vertical,.el-steps {
    display: -webkit-box;
    display: -ms-flexbox
}

.el-rate__text {
    font-size: 14px;
    vertical-align: middle
}

.el-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.el-steps--simple {
    padding: 13px 8%;
    border-radius: 4px;
    background: #f5f7fa
}

.el-steps--horizontal {
    white-space: nowrap
}

.el-steps--vertical {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.el-step {
    position: relative;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.el-step:last-of-type .el-step__line {
    display: none
}

.el-step:last-of-type.is-flex {
    -ms-flex-preferred-size: auto!important;
    flex-basis: auto!important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main {
    padding-right: 0
}

.el-step__head {
    position: relative;
    width: 100%
}

.el-step__head.is-process {
    color: #303133;
    border-color: #303133
}

.el-step__head.is-wait {
    color: #c0c4cc;
    border-color: #c0c4cc
}

.el-step__head.is-success {
    color: #67c23a;
    border-color: #67c23a
}

.el-step__head.is-error {
    color: #f56c6c;
    border-color: #f56c6c
}

.el-step__head.is-finish {
    color: #409eff;
    border-color: #409eff
}

.el-step__icon {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out
}

.el-step__icon.is-text {
    border-radius: 50%;
    border: 2px solid;
    border-color: inherit
}

.el-step__icon.is-icon {
    width: 40px
}

.el-step__icon-inner {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.el-step__icon-inner[class*=el-icon]:not(.is-status) {
    font-size: 25px;
    font-weight: 400
}

.el-step__icon-inner.is-status {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.el-step__line {
    position: absolute;
    border-color: inherit;
    background-color: #c0c4cc
}

.el-step__line-inner {
    display: block;
    border: 1px solid;
    border-color: inherit;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 0
}

.el-step__main {
    white-space: normal;
    text-align: left
}

.el-step__title {
    font-size: 16px;
    line-height: 38px
}

.el-step__title.is-process {
    font-weight: 700;
    color: #303133
}

.el-step__title.is-wait {
    color: #c0c4cc
}

.el-step__title.is-success {
    color: #67c23a
}

.el-step__title.is-error {
    color: #f56c6c
}

.el-step__title.is-finish {
    color: #409eff
}

.el-step__description {
    padding-right: 10%;
    margin-top: -5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400
}

.el-step__description.is-process {
    color: #303133
}

.el-step__description.is-wait {
    color: #c0c4cc
}

.el-step__description.is-success {
    color: #67c23a
}

.el-step__description.is-error {
    color: #f56c6c
}

.el-step__description.is-finish {
    color: #409eff
}

.el-step.is-horizontal {
    display: inline-block
}

.el-step.is-horizontal .el-step__line {
    height: 2px;
    top: 11px;
    left: 0;
    right: 0
}

.el-step.is-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.el-step.is-vertical .el-step__head {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 24px
}

.el-step.is-vertical .el-step__main {
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.el-step.is-vertical .el-step__title {
    line-height: 24px;
    padding-bottom: 8px
}

.el-step.is-vertical .el-step__line {
    width: 2px;
    top: 0;
    bottom: 0;
    left: 11px
}

.el-step.is-vertical .el-step__icon.is-icon {
    width: 24px
}

.el-step.is-center .el-step__head,.el-step.is-center .el-step__main {
    text-align: center
}

.el-step.is-center .el-step__description {
    padding-left: 20%;
    padding-right: 20%
}

.el-step.is-center .el-step__line {
    left: 50%;
    right: -50%
}

.el-step.is-simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-step.is-simple .el-step__head {
    width: auto;
    font-size: 0;
    padding-right: 10px
}

.el-step.is-simple .el-step__icon {
    background: 0 0;
    width: 16px;
    height: 16px;
    font-size: 12px
}

.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
    font-size: 18px
}

.el-step.is-simple .el-step__icon-inner.is-status {
    -webkit-transform: scale(.8) translateY(1px);
    transform: scale(.8) translateY(1px)
}

.el-step.is-simple .el-step__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.el-step.is-simple .el-step__title {
    font-size: 16px;
    line-height: 20px
}

.el-step.is-simple:not(:last-of-type) .el-step__title {
    max-width: 50%;
    word-break: break-all
}

.el-step.is-simple .el-step__arrow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.el-step.is-simple .el-step__arrow:after,.el-step.is-simple .el-step__arrow:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 1px;
    background: #c0c4cc
}

.el-step.is-simple .el-step__arrow:before {
    -webkit-transform: rotate(-45deg) translateY(-4px);
    transform: rotate(-45deg) translateY(-4px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.el-step.is-simple .el-step__arrow:after {
    -webkit-transform: rotate(45deg) translateY(4px);
    transform: rotate(45deg) translateY(4px);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.el-step.is-simple:last-of-type .el-step__arrow {
    display: none
}

.el-carousel {
    position: relative
}

.el-carousel--horizontal {
    overflow-x: hidden
}

.el-carousel--vertical {
    overflow-y: hidden
}

.el-carousel__arrow {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31,45,61,.11);
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px
}

.el-carousel__arrow--left {
    left: 16px
}

.el-carousel__arrow--right {
    right: 16px
}

.el-carousel__arrow:hover {
    background-color: rgba(31,45,61,.23)
}

.el-carousel__arrow i {
    cursor: pointer
}

.el-carousel__indicators {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2
}

.el-carousel__indicators--horizontal {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.el-carousel__indicators--vertical {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.el-carousel__indicators--outside {
    bottom: 26px;
    text-align: center;
    position: static;
    -webkit-transform: none;
    transform: none
}

.el-carousel__indicators--outside .el-carousel__indicator:hover button {
    opacity: .64
}

.el-carousel__indicators--outside button {
    background-color: #c0c4cc;
    opacity: .24
}

.el-carousel__indicators--labels {
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    text-align: center
}

.el-carousel__indicators--labels .el-carousel__button {
    height: auto;
    width: auto;
    padding: 2px 18px;
    font-size: 12px
}

.el-carousel__indicators--labels .el-carousel__indicator {
    padding: 6px 4px
}

.el-carousel__indicator {
    background-color: transparent;
    cursor: pointer
}

.el-carousel__indicator:hover button {
    opacity: .72
}

.el-carousel__indicator--horizontal {
    display: inline-block;
    padding: 12px 4px
}

.el-carousel__indicator--vertical {
    padding: 4px 12px
}

.el-carousel__indicator--vertical .el-carousel__button {
    width: 2px;
    height: 15px
}

.el-carousel__indicator.is-active button {
    opacity: 1
}

.el-carousel__button {
    display: block;
    opacity: .48;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.el-carousel__item,.el-carousel__mask {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.carousel-arrow-left-enter,.carousel-arrow-left-leave-active {
    -webkit-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
    opacity: 0
}

.carousel-arrow-right-enter,.carousel-arrow-right-leave-active {
    -webkit-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
    opacity: 0
}

.el-carousel__item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0
}

.el-carousel__item.is-active {
    z-index: 2
}

.el-carousel__item--card,.el-carousel__item.is-animating {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out
}

.el-carousel__item--card {
    width: 50%
}

.el-carousel__item--card.is-in-stage {
    cursor: pointer;
    z-index: 1
}

.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
    opacity: .12
}

.el-carousel__item--card.is-active {
    z-index: 2
}

.el-carousel__mask {
    width: 100%;
    background-color: #e91e6300!important;
    opacity: .24!important;
    -webkit-transition: .2s;
    transition: .2s
}

.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active {
    opacity: 0
}

.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active,.fade-in-linear-enter-active,.fade-in-linear-leave-active {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.el-fade-in-enter-active,.el-fade-in-leave-active,.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active {
    -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
    transition: all .3s cubic-bezier(.55,0,.1,1)
}

.el-zoom-in-center-enter,.el-zoom-in-center-leave-active {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.el-zoom-in-top-enter,.el-zoom-in-top-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.el-zoom-in-left-enter,.el-zoom-in-left-leave-active {
    opacity: 0;
    -webkit-transform: scale(.45);
    transform: scale(.45)
}

.collapse-transition {
    -webkit-transition: height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
    transition: height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out
}

.horizontal-collapse-transition {
    -webkit-transition: width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out;
    transition: width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out
}

.el-list-enter-active,.el-list-leave-active {
    -webkit-transition: all 1s;
    transition: all 1s
}

.el-list-enter,.el-list-leave-active {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.el-opacity-transition {
    -webkit-transition: opacity .3s cubic-bezier(.55,0,.1,1);
    transition: opacity .3s cubic-bezier(.55,0,.1,1)
}

.el-collapse {
    border-top: 1px solid #ebeef5;
    border-bottom: 1px solid #ebeef5
}

.el-collapse-item.is-disabled .el-collapse-item__header {
    color: #bbb;
    cursor: not-allowed
}

.el-collapse-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    background-color: #fff0!important;
    color: #303133;
    cursor: pointer;
    border-bottom: 1px solid #ebeef500!important;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color .3s;
    transition: border-bottom-color .3s;
    outline: 0
}

.el-collapse-item__arrow {
    margin: 0 8px 0 auto;
    transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    font-weight: 300
}

.el-collapse-item__arrow.is-active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.el-collapse-item__header.focusing:focus:not(:hover) {
    color: #409eff
}

.el-collapse-item__header.is-active {
    border-bottom-color: transparent
}

.el-collapse-item__wrap {
    will-change: height;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #ebeef5
}

.el-cascader__tags,.el-collapse-item__wrap,.el-tag {
    -webkit-box-sizing: border-box
}

.el-collapse-item__content {
    padding-bottom: 25px;
    font-size: 13px;
    color: #303133;
    line-height: 1.769230769230769
}

.el-collapse-item:last-child {
    margin-bottom: -1px
}

.el-popper .popper__arrow,.el-popper .popper__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.el-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03))
}

.el-popper .popper__arrow:after {
    content: " ";
    border-width: 6px
}

.el-popper[x-placement^=top] {
    margin-bottom: 12px
}

.el-popper[x-placement^=top] .popper__arrow {
    bottom: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-color: #ebeef5;
    border-bottom-width: 0
}

.el-popper[x-placement^=top] .popper__arrow:after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.el-popper[x-placement^=bottom] {
    margin-top: 12px
}

.el-popper[x-placement^=bottom] .popper__arrow {
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5
}

.el-popper[x-placement^=bottom] .popper__arrow:after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.el-popper[x-placement^=right] {
    margin-left: 12px
}

.el-popper[x-placement^=right] .popper__arrow {
    top: 50%;
    left: -6px;
    margin-bottom: 3px;
    border-right-color: #ebeef5;
    border-left-width: 0
}

.el-popper[x-placement^=right] .popper__arrow:after {
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.el-popper[x-placement^=left] {
    margin-right: 12px
}

.el-popper[x-placement^=left] .popper__arrow {
    top: 50%;
    right: -6px;
    margin-bottom: 3px;
    border-right-width: 0;
    border-left-color: #ebeef5
}

.el-popper[x-placement^=left] .popper__arrow:after {
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff
}

.el-tag {
    background-color: #ecf5ff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap
}

.el-tag.is-hit {
    border-color: #409eff
}

.el-tag .el-tag__close {
    color: #409eff
}

.el-tag .el-tag__close:hover {
    color: #fff;
    background-color: #409eff
}

.el-tag.el-tag--info {
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399
}

.el-tag.el-tag--info.is-hit {
    border-color: #909399
}

.el-tag.el-tag--info .el-tag__close {
    color: #909399
}

.el-tag.el-tag--info .el-tag__close:hover {
    color: #fff;
    background-color: #909399
}

.el-tag.el-tag--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a
}

.el-tag.el-tag--success.is-hit {
    border-color: #67c23a
}

.el-tag.el-tag--success .el-tag__close {
    color: #67c23a
}

.el-tag.el-tag--success .el-tag__close:hover {
    color: #fff;
    background-color: #67c23a
}

.el-tag.el-tag--warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c
}

.el-tag.el-tag--warning.is-hit {
    border-color: #e6a23c
}

.el-tag.el-tag--warning .el-tag__close {
    color: #e6a23c
}

.el-tag.el-tag--warning .el-tag__close:hover {
    color: #fff;
    background-color: #e6a23c
}

.el-tag.el-tag--danger {
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c
}

.el-tag.el-tag--danger.is-hit {
    border-color: #f56c6c
}

.el-tag.el-tag--danger .el-tag__close {
    color: #f56c6c
}

.el-tag.el-tag--danger .el-tag__close:hover {
    color: #fff;
    background-color: #f56c6c
}

.el-tag .el-icon-close {
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    top: -1px;
    right: -5px
}

.el-tag .el-icon-close:before {
    display: block
}

.el-tag--dark {
    background-color: #409eff;
    color: #fff
}

.el-tag--dark,.el-tag--dark.is-hit {
    border-color: #409eff
}

.el-tag--dark .el-tag__close {
    color: #fff
}

.el-tag--dark .el-tag__close:hover {
    color: #fff;
    background-color: #66b1ff
}

.el-tag--dark.el-tag--info {
    background-color: #909399;
    border-color: #909399;
    color: #fff
}

.el-tag--dark.el-tag--info.is-hit {
    border-color: #909399
}

.el-tag--dark.el-tag--info .el-tag__close {
    color: #fff
}

.el-tag--dark.el-tag--info .el-tag__close:hover {
    color: #fff;
    background-color: #a6a9ad
}

.el-tag--dark.el-tag--success {
    background-color: #67c23a;
    border-color: #67c23a;
    color: #fff
}

.el-tag--dark.el-tag--success.is-hit {
    border-color: #67c23a
}

.el-tag--dark.el-tag--success .el-tag__close {
    color: #fff
}

.el-tag--dark.el-tag--success .el-tag__close:hover {
    color: #fff;
    background-color: #85ce61
}

.el-tag--dark.el-tag--warning {
    background-color: #e6a23c;
    border-color: #e6a23c;
    color: #fff
}

.el-tag--dark.el-tag--warning.is-hit {
    border-color: #e6a23c
}

.el-tag--dark.el-tag--warning .el-tag__close {
    color: #fff
}

.el-tag--dark.el-tag--warning .el-tag__close:hover {
    color: #fff;
    background-color: #ebb563
}

.el-tag--dark.el-tag--danger {
    background-color: #f56c6c;
    border-color: #f56c6c;
    color: #fff
}

.el-tag--dark.el-tag--danger.is-hit {
    border-color: #f56c6c
}

.el-tag--dark.el-tag--danger .el-tag__close {
    color: #fff
}

.el-tag--dark.el-tag--danger .el-tag__close:hover {
    color: #fff;
    background-color: #f78989
}

.el-tag--plain {
    background-color: #fff;
    border-color: #b3d8ff;
    color: #409eff
}

.el-tag--plain.is-hit {
    border-color: #409eff
}

.el-tag--plain .el-tag__close {
    color: #409eff
}

.el-tag--plain .el-tag__close:hover {
    color: #fff;
    background-color: #409eff
}

.el-tag--plain.el-tag--info {
    background-color: #fff;
    border-color: #d3d4d6;
    color: #909399
}

.el-tag--plain.el-tag--info.is-hit {
    border-color: #909399
}

.el-tag--plain.el-tag--info .el-tag__close {
    color: #909399
}

.el-tag--plain.el-tag--info .el-tag__close:hover {
    color: #fff;
    background-color: #909399
}

.el-tag--plain.el-tag--success {
    background-color: #fff;
    border-color: #c2e7b0;
    color: #67c23a
}

.el-tag--plain.el-tag--success.is-hit {
    border-color: #67c23a
}

.el-tag--plain.el-tag--success .el-tag__close {
    color: #67c23a
}

.el-tag--plain.el-tag--success .el-tag__close:hover {
    color: #fff;
    background-color: #67c23a
}

.el-tag--plain.el-tag--warning {
    background-color: #fff;
    border-color: #f5dab1;
    color: #e6a23c
}

.el-tag--plain.el-tag--warning.is-hit {
    border-color: #e6a23c
}

.el-tag--plain.el-tag--warning .el-tag__close {
    color: #e6a23c
}

.el-tag--plain.el-tag--warning .el-tag__close:hover {
    color: #fff;
    background-color: #e6a23c
}

.el-tag--plain.el-tag--danger {
    background-color: #fff;
    border-color: #fbc4c4;
    color: #f56c6c
}

.el-tag--plain.el-tag--danger.is-hit {
    border-color: #f56c6c
}

.el-tag--plain.el-tag--danger .el-tag__close {
    color: #f56c6c
}

.el-tag--plain.el-tag--danger .el-tag__close:hover {
    color: #fff;
    background-color: #f56c6c
}

.el-tag--medium {
    height: 28px;
    line-height: 26px
}

.el-tag--medium .el-icon-close {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.el-tag--small {
    height: 24px;
    padding: 0 8px;
    line-height: 22px
}

.el-tag--small .el-icon-close {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.el-tag--mini {
    height: 20px;
    padding: 0 5px;
    line-height: 19px
}

.el-tag--mini .el-icon-close {
    margin-left: -3px;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.el-cascader {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 40px
}

.el-cascader:not(.is-disabled):hover .el-input__inner {
    cursor: pointer;
    border-color: #c0c4cc
}

.el-cascader .el-input .el-input__inner:focus,.el-cascader .el-input.is-focus .el-input__inner {
    border-color: #409eff
}

.el-cascader .el-input {
    cursor: pointer
}

.el-cascader .el-input .el-input__inner {
    text-overflow: ellipsis
}

.el-cascader .el-input .el-icon-arrow-down {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    font-size: 14px
}

.el-cascader .el-input .el-icon-arrow-down.is-reverse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.el-cascader .el-input .el-icon-circle-close:hover {
    color: #909399
}

.el-cascader--medium {
    font-size: 14px;
    line-height: 36px
}

.el-cascader--small {
    font-size: 13px;
    line-height: 32px
}

.el-cascader--mini {
    font-size: 12px;
    line-height: 28px
}

.el-cascader.is-disabled .el-cascader__label {
    z-index: 2;
    color: #c0c4cc
}

.el-cascader__dropdown {
    margin: 5px 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-cascader__tags {
    position: absolute;
    left: 0;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: normal;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-cascader__tags .el-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin: 2px 0 2px 6px;
    text-overflow: ellipsis;
    background: #f0f2f5
}

.el-cascader__tags .el-tag:not(.is-hit) {
    border-color: transparent
}

.el-cascader__tags .el-tag>span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.el-cascader__tags .el-tag .el-icon-close {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: #c0c4cc;
    color: #fff
}

.el-cascader__tags .el-tag .el-icon-close:hover {
    background-color: #909399
}

.el-cascader__suggestion-panel {
    border-radius: 4px
}

.el-cascader__suggestion-list {
    max-height: 204px;
    margin: 0;
    padding: 6px 0;
    font-size: 14px;
    color: #606266;
    text-align: center
}

.el-cascader__suggestion-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    padding: 0 15px;
    text-align: left;
    outline: 0;
    cursor: pointer
}

.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover {
    background: #f5f7fa
}

.el-cascader__suggestion-item.is-checked {
    color: #409eff;
    font-weight: 700
}

.el-cascader__suggestion-item>span {
    margin-right: 10px
}

.el-cascader__empty-text {
    margin: 10px 0;
    color: #c0c4cc
}

.el-cascader__search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 24px;
    min-width: 60px;
    margin: 2px 0 2px 15px;
    padding: 0;
    color: #606266;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-cascader__search-input::-webkit-input-placeholder {
    color: #c0c4cc
}

.el-cascader__search-input:-ms-input-placeholder {
    color: #c0c4cc
}

.el-cascader__search-input::-ms-input-placeholder {
    color: #c0c4cc
}

.el-cascader__search-input::-moz-placeholder {
    color: #c0c4cc
}

.el-cascader__search-input::placeholder {
    color: #c0c4cc
}

.el-color-predefine {
    font-size: 12px;
    margin-top: 8px;
    width: 280px
}

.el-color-predefine,.el-color-predefine__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.el-color-predefine__colors {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.el-color-predefine__color-selector {
    margin: 0 0 8px 8px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer
}

.el-color-predefine__color-selector:nth-child(10n+1) {
    margin-left: 0
}

.el-color-predefine__color-selector.selected {
    -webkit-box-shadow: 0 0 3px 2px #409eff;
    box-shadow: 0 0 3px 2px #409eff
}

.el-color-predefine__color-selector>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-radius: 3px
}

.el-color-predefine__color-selector.is-alpha {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.el-color-hue-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 12px;
    background-color: red;
    padding: 0 2px
}

.el-color-hue-slider__bar {
    position: relative;
    background: -webkit-gradient(linear,left top, right top,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));
    background: linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);
    height: 100%
}

.el-color-hue-slider__thumb {
    position: absolute;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px rgba(0,0,0,.6);
    z-index: 1
}

.el-color-hue-slider.is-vertical {
    width: 12px;
    height: 180px;
    padding: 2px 0
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));
    background: linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
    left: 0;
    top: 0;
    width: 100%;
    height: 4px
}

.el-color-svpanel {
    position: relative;
    width: 280px;
    height: 180px
}

.el-color-svpanel__black,.el-color-svpanel__white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.el-color-svpanel__white {
    background: -webkit-gradient(linear,left top, right top,from(#fff),to(hsla(0,0%,100%,0)));
    background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
}

.el-color-svpanel__black {
    background: -webkit-gradient(linear,left bottom, left top,from(#000),to(transparent));
    background: linear-gradient(0deg,#000,transparent)
}

.el-color-svpanel__cursor {
    position: absolute
}

.el-color-svpanel__cursor>div {
    cursor: head;
    width: 4px;
    height: 4px;
    -webkit-box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
    border-radius: 50%;
    -webkit-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px)
}

.el-color-alpha-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.el-color-alpha-slider__bar {
    position: relative;
    background: -webkit-gradient(linear,left top, right top,color-stop(0, hsla(0,0%,100%,0)),to(#fff));
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);
    height: 100%
}

.el-color-alpha-slider__thumb {
    position: absolute;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 1px;
    background: #fff;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px rgba(0,0,0,.6);
    z-index: 1
}

.el-color-alpha-slider.is-vertical {
    width: 20px;
    height: 180px
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, hsla(0,0%,100%,0)),to(#fff));
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
    left: 0;
    top: 0;
    width: 100%;
    height: 4px
}

.el-color-dropdown {
    width: 300px
}

.el-color-dropdown__main-wrapper {
    margin-bottom: 6px
}

.el-color-dropdown__main-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.el-color-dropdown__btns {
    margin-top: 6px;
    text-align: right
}

.el-color-dropdown__value {
    float: left;
    line-height: 26px;
    font-size: 12px;
    color: #000;
    width: 160px
}

.el-color-dropdown__btn {
    border: 1px solid #dcdcdc;
    color: #333;
    line-height: 24px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px
}

.el-color-dropdown__btn[disabled] {
    color: #ccc;
    cursor: not-allowed
}

.el-color-dropdown__btn:hover {
    color: #409eff;
    border-color: #409eff
}

.el-color-dropdown__link-btn {
    cursor: pointer;
    color: #409eff;
    text-decoration: none;
    padding: 15px;
    font-size: 12px
}

.el-color-dropdown__link-btn:hover {
    color: tint(#409eff,20%)
}

.el-color-picker {
    display: inline-block;
    position: relative;
    line-height: normal;
    height: 40px
}

.el-color-picker.is-disabled .el-color-picker__trigger {
    cursor: not-allowed
}

.el-color-picker--medium {
    height: 36px
}

.el-color-picker--medium .el-color-picker__trigger {
    height: 36px;
    width: 36px
}

.el-color-picker--medium .el-color-picker__mask {
    height: 34px;
    width: 34px
}

.el-color-picker--small {
    height: 32px
}

.el-color-picker--small .el-color-picker__trigger {
    height: 32px;
    width: 32px
}

.el-color-picker--small .el-color-picker__mask {
    height: 30px;
    width: 30px
}

.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon {
    -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    transform: translate3d(-50%,-50%,0) scale(.8)
}

.el-color-picker--mini {
    height: 28px
}

.el-color-picker--mini .el-color-picker__trigger {
    height: 28px;
    width: 28px
}

.el-color-picker--mini .el-color-picker__mask {
    height: 26px;
    width: 26px
}

.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon {
    -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    transform: translate3d(-50%,-50%,0) scale(.8)
}

.el-color-picker__mask {
    height: 38px;
    width: 38px;
    border-radius: 4px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    cursor: not-allowed;
    background-color: hsla(0,0%,100%,.7)
}

.el-color-picker__trigger {
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 4px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 0;
    cursor: pointer
}

.el-color-picker__color,.el-color-picker__trigger {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.el-color-picker__color {
    display: block;
    border: 1px solid #999;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    text-align: center
}

.el-color-picker__color.is-alpha {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.el-color-picker__color-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.el-color-picker__empty,.el-color-picker__icon {
    top: 50%;
    left: 50%;
    font-size: 12px;
    position: absolute
}

.el-color-picker__empty {
    color: #999
}

.el-color-picker__empty,.el-color-picker__icon {
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.el-color-picker__icon {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center
}

.el-color-picker__panel {
    position: absolute;
    z-index: 10;
    padding: 6px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px
}

.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1)
}

.el-textarea__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.el-textarea__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.el-textarea__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.el-textarea__inner::-moz-placeholder {
    color: #c0c4cc
}

.el-textarea__inner::placeholder {
    color: #c0c4cc
}

.el-textarea__inner:hover {
    border-color: #c0c4cc
}

.el-textarea__inner:focus {
    outline: 0;
    border-color: #409eff
}

.el-textarea .el-input__count {
    color: #909399;
    background: #fff;
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    right: 10px
}

.el-textarea.is-disabled .el-textarea__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed
}

.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
    color: #c0c4cc
}

.el-textarea.is-disabled .el-textarea__inner::placeholder {
    color: #c0c4cc
}

.el-textarea.is-exceed .el-textarea__inner {
    border-color: #f56c6c
}

.el-textarea.is-exceed .el-input__count {
    color: #f56c6c
}

.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%
}

.el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px
}

.el-input::-webkit-scrollbar:horizontal {
    height: 6px
}

.el-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #b4bccc
}

.el-input::-webkit-scrollbar-corner,.el-input::-webkit-scrollbar-track {
    background: #fff
}

.el-input::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 6px
}

.el-input .el-input__clear {
    color: #c0c4cc;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
    transition: color .2s cubic-bezier(.645,.045,.355,1)
}

.el-input .el-input__clear:hover {
    color: #909399
}

.el-input .el-input__count {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #909399;
    font-size: 12px
}

.el-input .el-input__count .el-input__count-inner {
    background: #fff;
    line-height: normal;
    display: inline-block;
    padding: 0 5px
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 0px!important;;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%
}

.el-input__prefix,.el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c4cc;
    text-align: center
}

.el-input__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.el-input__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.el-input__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.el-input__inner::-moz-placeholder {
    color: #c0c4cc
}

.el-input__inner::placeholder {
    color: #c0c4cc
}

.el-input__inner:hover {
    border-color: #c0c4cc
}

.el-input.is-active .el-input__inner,.el-input__inner:focus {
    border-color: #409eff;
    outline: 0
}

.el-input__suffix {
    right: 5px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.el-input__suffix-inner {
    pointer-events: all
}

.el-input__prefix {
    left: 5px
}

.el-input__icon,.el-input__prefix {
    -webkit-transition: all .3s;
    transition: all .3s
}

.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    line-height: 40px
}

.el-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle
}

.el-input__validateIcon {
    pointer-events: none
}

.el-input.is-disabled .el-input__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed
}

.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.el-input.is-disabled .el-input__inner::-moz-placeholder {
    color: #c0c4cc
}

.el-input.is-disabled .el-input__inner::placeholder {
    color: #c0c4cc
}

.el-input.is-disabled .el-input__icon {
    cursor: not-allowed
}

.el-link,.el-transfer-panel__filter .el-icon-circle-close {
    cursor: pointer
}

.el-input.is-exceed .el-input__inner {
    border-color: #f56c6c
}

.el-input.is-exceed .el-input__suffix .el-input__count {
    color: #f56c6c
}

.el-input--suffix .el-input__inner {
    padding-right: 30px
}

.el-input--prefix .el-input__inner {
    padding-left: 30px
}

.el-input--medium {
    font-size: 14px
}

.el-input--medium .el-input__inner {
    height: 36px;
    line-height: 36px
}

.el-input--medium .el-input__icon {
    line-height: 36px
}

.el-input--small {
    font-size: 13px
}

.el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px
}

.el-input--small .el-input__icon {
    line-height: 32px
}

.el-input--mini {
    font-size: 12px
}

.el-input--mini .el-input__inner {
    height: 28px;
    line-height: 28px
}

.el-input--mini .el-input__icon {
    line-height: 28px
}

.el-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.el-input-group>.el-input__inner {
    vertical-align: middle;
    display: table-cell
}

.el-input-group__append,.el-input-group__prepend {
    background-color: #f5f7fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap
}

.el-input-group--prepend .el-input__inner,.el-input-group__append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-input-group--append .el-input__inner,.el-input-group__prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-input-group__append:focus,.el-input-group__prepend:focus {
    outline: 0
}

.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select {
    display: inline-block;
    margin: -10px -20px
}

.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    border-top: 0;
    border-bottom: 0
}

.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input {
    font-size: inherit
}

.el-input-group__prepend {
    border-right: 0
}

.el-input-group__append {
    border-left: 0
}

.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
    border-color: transparent
}

.el-input__inner::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.el-transfer {
    font-size: 14px
}

.el-transfer__buttons {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px
}

.el-transfer__button {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    background-color: #409eff;
    font-size: 0
}

.el-transfer__button.is-with-texts {
    border-radius: 4px
}

.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover {
    border: 1px solid #dcdfe6;
    background-color: #f5f7fa;
    color: #c0c4cc
}

.el-transfer__button:first-child {
    margin-bottom: 10px
}

.el-transfer__button:nth-child(2) {
    margin: 0
}

.el-transfer__button i,.el-transfer__button span {
    font-size: 14px
}

.el-transfer__button [class*=el-icon-]+span {
    margin-left: 0
}

.el-transfer-panel {
    border: 1px solid #ebeef5;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.el-transfer-panel__body {
    height: 246px
}

.el-transfer-panel__body.is-with-footer {
    padding-bottom: 40px
}

.el-transfer-panel__list {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    height: 246px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-transfer-panel__list.is-filterable {
    height: 194px;
    padding-top: 0
}

.el-transfer-panel__item {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    display: block
}

.el-transfer-panel__item+.el-transfer-panel__item {
    margin-left: 0;
    display: block!important
}

.el-transfer-panel__item.el-checkbox {
    color: #606266
}

.el-transfer-panel__item:hover {
    color: #409eff
}

.el-transfer-panel__item.el-checkbox .el-checkbox__label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 24px;
    line-height: 30px
}

.el-transfer-panel__item .el-checkbox__input {
    position: absolute;
    top: 8px
}

.el-transfer-panel__filter {
    text-align: center;
    margin: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: auto
}

.el-transfer-panel__filter .el-input__inner {
    height: 32px;
    width: 100%;
    font-size: 12px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    padding-right: 10px;
    padding-left: 30px
}

.el-transfer-panel__filter .el-input__icon {
    margin-left: 5px
}

.el-transfer-panel .el-transfer-panel__header {
    height: 40px;
    line-height: 40px;
    background: #f5f7fa;
    margin: 0;
    padding-left: 15px;
    border-bottom: 1px solid #ebeef5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox {
    display: block;
    line-height: 40px
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
    font-size: 16px;
    color: #303133;
    font-weight: 400
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
    position: absolute;
    right: 15px;
    color: #909399;
    font-size: 12px;
    font-weight: 400
}

.el-divider__text,.el-link {
    font-weight: 500;
    font-size: 14px
}

.el-transfer-panel .el-transfer-panel__footer {
    height: 40px;
    background: #fff;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ebeef5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.el-transfer-panel .el-transfer-panel__footer:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle
}

.el-container,.el-timeline-item__node {
    display: -webkit-box;
    display: -ms-flexbox
}

.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
    padding-left: 20px;
    color: #606266
}

.el-transfer-panel .el-transfer-panel__empty {
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding: 6px 15px 0;
    color: #909399;
    text-align: center
}

.el-transfer-panel .el-checkbox__label {
    padding-left: 8px
}

.el-transfer-panel .el-checkbox__inner {
    height: 14px;
    width: 14px;
    border-radius: 3px
}

.el-transfer-panel .el-checkbox__inner:after {
    height: 6px;
    width: 3px;
    left: 4px
}

.el-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0
}

.el-container.is-vertical,.el-drawer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.el-aside,.el-header {
    -webkit-box-sizing: border-box
}

.el-container.is-vertical {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.el-header {
    padding: 0 20px
}

.el-aside,.el-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.el-aside {
    overflow: auto
}

.el-footer,.el-main {
    -webkit-box-sizing: border-box
}

.el-main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: auto;
    padding: 20px
}

.el-footer,.el-main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-footer {
    padding: 0 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.el-timeline {
    margin: 0;
    font-size: 14px;
    list-style: none
}

.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
    display: none
}

.el-timeline-item {
    position: relative;
    padding-bottom: 20px
}

.el-timeline-item__wrapper {
    position: relative;
    padding-left: 28px;
    top: -3px
}

.el-timeline-item__tail {
    position: absolute;
    left: 4px;
    height: 100%;
    border-left: 2px solid #e4e7ed
}

.el-timeline-item__icon {
    color: #fff;
    font-size: 13px
}

.el-timeline-item__node {
    position: absolute;
    background-color: #e4e7ed;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-image__error,.el-timeline-item__dot {
    display: -webkit-box;
    display: -ms-flexbox
}

.el-timeline-item__node--normal {
    left: -1px;
    width: 12px;
    height: 12px
}

.el-timeline-item__node--large {
    left: -2px;
    width: 14px;
    height: 14px
}

.el-timeline-item__node--primary {
    background-color: #409eff
}

.el-timeline-item__node--success {
    background-color: #67c23a
}

.el-timeline-item__node--warning {
    background-color: #e6a23c
}

.el-timeline-item__node--danger {
    background-color: #f56c6c
}

.el-timeline-item__node--info {
    background-color: #909399
}

.el-timeline-item__dot {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-timeline-item__content {
    color: #303133
}

.el-timeline-item__timestamp {
    color: #909399;
    line-height: 1;
    font-size: 13px
}

.el-timeline-item__timestamp.is-top {
    margin-bottom: 8px;
    padding-top: 4px
}

.el-timeline-item__timestamp.is-bottom {
    margin-top: 8px
}

.el-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    outline: 0;
    padding: 0
}

.el-link.is-underline:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    bottom: 0;
    border-bottom: 1px solid #409eff
}

.el-link.el-link--default:after,.el-link.el-link--primary.is-underline:hover:after,.el-link.el-link--primary:after {
    border-color: #409eff
}

.el-link.is-disabled {
    cursor: not-allowed
}

.el-link [class*=el-icon-]+span {
    margin-left: 5px
}

.el-link.el-link--default {
    color: #606266
}

.el-link.el-link--default:hover {
    color: #409eff
}

.el-link.el-link--default.is-disabled {
    color: #c0c4cc
}

.el-link.el-link--primary {
    color: #409eff
}

.el-link.el-link--primary:hover {
    color: #66b1ff
}

.el-link.el-link--primary.is-disabled {
    color: #a0cfff
}

.el-link.el-link--danger.is-underline:hover:after,.el-link.el-link--danger:after {
    border-color: #f56c6c
}

.el-link.el-link--danger {
    color: #f56c6c
}

.el-link.el-link--danger:hover {
    color: #f78989
}

.el-link.el-link--danger.is-disabled {
    color: #fab6b6
}

.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after {
    border-color: #67c23a
}

.el-link.el-link--success {
    color: #67c23a
}

.el-link.el-link--success:hover {
    color: #85ce61
}

.el-link.el-link--success.is-disabled {
    color: #b3e19d
}

.el-link.el-link--warning.is-underline:hover:after,.el-link.el-link--warning:after {
    border-color: #e6a23c
}

.el-link.el-link--warning {
    color: #e6a23c
}

.el-link.el-link--warning:hover {
    color: #ebb563
}

.el-link.el-link--warning.is-disabled {
    color: #f3d19e
}

.el-link.el-link--info.is-underline:hover:after,.el-link.el-link--info:after {
    border-color: #909399
}

.el-link.el-link--info {
    color: #909399
}

.el-link.el-link--info:hover {
    color: #a6a9ad
}

.el-link.el-link--info.is-disabled {
    color: #c8c9cc
}

.el-divider {
    background-color: #dcdfe6;
    position: relative
}

.el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0
}

.el-divider--vertical {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 8px;
    vertical-align: middle;
    position: relative
}

.el-divider__text {
    position: absolute;
    background-color: #fff;
    padding: 0 20px;
    color: #303133
}

.el-image__error,.el-image__placeholder {
    background: #f5f7fa
}

.el-divider__text.is-left {
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.el-divider__text.is-center {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.el-divider__text.is-right {
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.el-image__error,.el-image__inner,.el-image__placeholder {
    width: 100%;
    height: 100%
}

.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.el-image__inner {
    vertical-align: top
}

.el-image__inner--center {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block
}

.el-image__error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #c0c4cc;
    vertical-align: middle
}

.el-image__preview {
    cursor: pointer
}

.el-image-viewer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.el-image-viewer__btn {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    opacity: .8;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
}

.el-button,.el-checkbox,.el-image-viewer__btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.el-image-viewer__close {
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    font-size: 40px
}

.el-image-viewer__canvas {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-image-viewer__actions {
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 282px;
    height: 44px;
    padding: 0 23px;
    background-color: #606266;
    border-color: #fff;
    border-radius: 22px
}

.el-image-viewer__actions__inner {
    width: 100%;
    height: 100%;
    text-align: justify;
    cursor: default;
    font-size: 23px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.el-image-viewer__next,.el-image-viewer__prev {
    top: 50%;
    width: 44px;
    height: 44px;
    font-size: 24px;
    color: #fff;
    background-color: #606266;
    border-color: #fff
}

.el-image-viewer__prev {
    left: 40px
}

.el-image-viewer__next,.el-image-viewer__prev {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.el-image-viewer__next {
    right: 40px;
    text-indent: 2px
}

.el-image-viewer__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    background: #000
}

.viewer-fade-enter-active {
    -webkit-animation: viewer-fade-in .3s;
    animation: viewer-fade-in .3s
}

.viewer-fade-leave-active {
    -webkit-animation: viewer-fade-out .3s;
    animation: viewer-fade-out .3s
}

@-webkit-keyframes viewer-fade-in {
    0% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes viewer-fade-in {
    0% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes viewer-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }
}

@keyframes viewer-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0
    }
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px
}

.el-button+.el-button {
    margin-left: 10px
}

.el-button:focus,.el-button:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff
}

.el-button:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: 0
}

.el-button::-moz-focus-inner {
    border: 0
}

.el-button [class*=el-icon-]+span {
    margin-left: 5px
}

.el-button.is-plain:focus,.el-button.is-plain:hover {
    background: #fff;
    border-color: #409eff;
    color: #409eff
}

.el-button.is-active,.el-button.is-plain:active {
    color: #3a8ee6;
    border-color: #3a8ee6
}

.el-button.is-plain:active {
    background: #fff;
    outline: 0
}

.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5
}

.el-button.is-disabled.el-button--text {
    background-color: transparent
}

.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover {
    background-color: #fff;
    border-color: #ebeef5;
    color: #c0c4cc
}

.el-button.is-loading {
    position: relative;
    pointer-events: none
}

.el-button.is-loading:before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: hsla(0,0%,100%,.35)
}

.el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px
}

.el-button.is-circle {
    border-radius: 50%;
    padding: 12px
}

.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff
}

.el-button--primary:focus,.el-button--primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff
}

.el-button--primary.is-active,.el-button--primary:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff
}

.el-button--primary:active {
    outline: 0
}

.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover {
    color: #fff;
    background-color: #a0cfff;
    border-color: #a0cfff
}

.el-button--primary.is-plain {
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff
}

.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover {
    background: #409eff;
    border-color: #409eff;
    color: #fff
}

.el-button--primary.is-plain:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
    outline: 0
}

.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover {
    color: #8cc5ff;
    background-color: #ecf5ff;
    border-color: #d9ecff
}

.el-button--success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a
}

.el-button--success:focus,.el-button--success:hover {
    background: #85ce61;
    border-color: #85ce61;
    color: #fff
}

.el-button--success.is-active,.el-button--success:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff
}

.el-button--success:active {
    outline: 0
}

.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover {
    color: #fff;
    background-color: #b3e19d;
    border-color: #b3e19d
}

.el-button--success.is-plain {
    color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0
}

.el-button--success.is-plain:focus,.el-button--success.is-plain:hover {
    background: #67c23a;
    border-color: #67c23a;
    color: #fff
}

.el-button--success.is-plain:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff;
    outline: 0
}

.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover {
    color: #a4da89;
    background-color: #f0f9eb;
    border-color: #e1f3d8
}

.el-button--warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c
}

.el-button--warning:focus,.el-button--warning:hover {
    background: #ebb563;
    border-color: #ebb563;
    color: #fff
}

.el-button--warning.is-active,.el-button--warning:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff
}

.el-button--warning:active {
    outline: 0
}

.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover {
    color: #fff;
    background-color: #f3d19e;
    border-color: #f3d19e
}

.el-button--warning.is-plain {
    color: #e6a23c;
    background: #fdf6ec;
    border-color: #f5dab1
}

.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover {
    background: #e6a23c;
    border-color: #e6a23c;
    color: #fff
}

.el-button--warning.is-plain:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff;
    outline: 0
}

.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover {
    color: #f0c78a;
    background-color: #fdf6ec;
    border-color: #faecd8
}

.el-button--danger {
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c
}

.el-button--danger:focus,.el-button--danger:hover {
    background: #f78989;
    border-color: #f78989;
    color: #fff
}

.el-button--danger.is-active,.el-button--danger:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff
}

.el-button--danger:active {
    outline: 0
}

.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover {
    color: #fff;
    background-color: #fab6b6;
    border-color: #fab6b6
}

.el-button--danger.is-plain {
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4
}

.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover {
    background: #f56c6c;
    border-color: #f56c6c;
    color: #fff
}

.el-button--danger.is-plain:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff;
    outline: 0
}

.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover {
    color: #f9a7a7;
    background-color: #fef0f0;
    border-color: #fde2e2
}

.el-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399
}

.el-button--info:focus,.el-button--info:hover {
    background: #a6a9ad;
    border-color: #a6a9ad;
    color: #fff
}

.el-button--info.is-active,.el-button--info:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff
}

.el-button--info:active {
    outline: 0
}

.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover {
    color: #fff;
    background-color: #c8c9cc;
    border-color: #c8c9cc
}

.el-button--info.is-plain {
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6
}

.el-button--info.is-plain:focus,.el-button--info.is-plain:hover {
    background: #909399;
    border-color: #909399;
    color: #fff
}

.el-button--info.is-plain:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff;
    outline: 0
}

.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover {
    color: #bcbec2;
    background-color: #f4f4f5;
    border-color: #e9e9eb
}

.el-button--text,.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover,.el-button--text:active {
    border-color: transparent
}

.el-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px
}

.el-button--mini,.el-button--small {
    font-size: 12px;
    border-radius: 3px
}

.el-button--medium.is-round {
    padding: 10px 20px
}

.el-button--medium.is-circle {
    padding: 10px
}

.el-button--small,.el-button--small.is-round {
    padding: 9px 15px
}

.el-button--small.is-circle {
    padding: 9px
}

.el-button--mini,.el-button--mini.is-round {
    padding: 7px 15px
}

.el-button--mini.is-circle {
    padding: 7px
}

.el-button--text {
    color: #409eff;
    background: 0 0;
    padding-left: 0;
    padding-right: 0
}

.el-button--text:focus,.el-button--text:hover {
    color: #66b1ff;
    border-color: transparent;
    background-color: transparent
}

.el-button--text:active {
    color: #3a8ee6;
    background-color: transparent
}

.el-button-group {
    display: inline-block;
    vertical-align: middle
}

.el-button-group:after,.el-button-group:before {
    display: table;
    content: ""
}

.el-button-group:after {
    clear: both
}

.el-button-group>.el-button {
    float: left;
    position: relative
}

.el-button-group>.el-button+.el-button {
    margin-left: 0
}

.el-button-group>.el-button.is-disabled {
    z-index: 1
}

.el-button-group>.el-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.el-button-group>.el-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.el-button-group>.el-button:first-child:last-child {
    border-radius: 4px
}

.el-button-group>.el-button:first-child:last-child.is-round {
    border-radius: 20px
}

.el-button-group>.el-button:first-child:last-child.is-circle {
    border-radius: 50%
}

.el-button-group>.el-button:not(:first-child):not(:last-child) {
    border-radius: 0
}

.el-button-group>.el-button:not(:last-child) {
    margin-right: -1px
}

.el-button-group>.el-button.is-active,.el-button-group>.el-button:active,.el-button-group>.el-button:focus,.el-button-group>.el-button:hover {
    z-index: 1
}

.el-button-group>.el-dropdown>.el-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--primary:first-child {
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--primary:last-child {
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--success:first-child {
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--success:last-child {
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--success:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--warning:first-child {
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--warning:last-child {
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--danger:first-child {
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--danger:last-child {
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--info:first-child {
    border-right-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--info:last-child {
    border-left-color: hsla(0,0%,100%,.5)
}

.el-button-group .el-button--info:not(:first-child):not(:last-child) {
    border-left-color: hsla(0,0%,100%,.5);
    border-right-color: hsla(0,0%,100%,.5)
}

.el-calendar {
    background-color: #fff
}

.el-calendar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #ebeef5
}

.el-backtop,.el-page-header {
    display: -webkit-box;
    display: -ms-flexbox
}

.el-calendar__title {
    color: #000;
    -ms-flex-item-align: center;
    align-self: center
}

.el-calendar__body {
    padding: 12px 20px 35px
}

.el-calendar-table {
    table-layout: fixed;
    width: 100%
}

.el-calendar-table thead th {
    padding: 12px 0;
    color: #606266;
    font-weight: 400
}

.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev {
    color: #c0c4cc
}

.el-backtop,.el-calendar-table td.is-today {
    color: #409eff
}

.el-calendar-table td {
    border-bottom: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
    vertical-align: top;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.el-calendar-table td.is-selected {
    background-color: #f2f8fe
}

.el-calendar-table tr:first-child td {
    border-top: 1px solid #ebeef5
}

.el-calendar-table tr td:first-child {
    border-left: 1px solid #ebeef5
}

.el-calendar-table tr.el-calendar-table__row--hide-border td {
    border-top: none
}

.el-calendar-table .el-calendar-day {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    height: 85px
}

.el-calendar-table .el-calendar-day:hover {
    cursor: pointer;
    background-color: #f2f8fe
}

.el-backtop {
    position: fixed;
    background-color: #ffffff!important;
    width: 60px!important;
    height: 60px!important;
    border-radius: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.12);
    box-shadow: 0 0 6px rgba(0,0,0,.12);
    cursor: pointer;
    z-index: 5
}

.el-backtop:hover {
    background-color: #f2f6fc
}

.el-page-header {
    line-height: 24px
}

.el-page-header,.el-page-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.el-page-header__left {
    cursor: pointer;
    margin-right: 40px;
    position: relative
}

.el-page-header__left:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #dcdfe6
}

.el-checkbox,.el-checkbox__input {
    display: inline-block;
    position: relative;
    white-space: nowrap
}

.el-page-header__left .el-icon-back {
    font-size: 18px;
    margin-right: 6px;
    -ms-flex-item-align: center;
    align-self: center
}

.el-page-header__title {
    font-size: 14px;
    font-weight: 500
}

.el-page-header__content {
    font-size: 18px;
    color: #303133
}

.el-checkbox {
    color: #606266;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-right: 30px
}

.el-checkbox,.el-checkbox-button__inner,.el-radio {
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.el-checkbox.is-bordered {
    padding: 9px 20px 9px 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    height: 40px
}

.el-checkbox.is-bordered.is-checked {
    border-color: #409eff
}

.el-checkbox.is-bordered.is-disabled {
    border-color: #ebeef5;
    cursor: not-allowed
}

.el-checkbox.is-bordered+.el-checkbox.is-bordered {
    margin-left: 10px
}

.el-checkbox.is-bordered.el-checkbox--medium {
    padding: 7px 20px 7px 10px;
    border-radius: 4px;
    height: 36px
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
    line-height: 17px;
    font-size: 14px
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
    height: 14px;
    width: 14px
}

.el-checkbox.is-bordered.el-checkbox--small {
    padding: 5px 15px 5px 10px;
    border-radius: 3px;
    height: 32px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
    line-height: 15px;
    font-size: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
    height: 12px;
    width: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after {
    height: 6px;
    width: 2px
}

.el-checkbox.is-bordered.el-checkbox--mini {
    padding: 3px 15px 3px 10px;
    border-radius: 3px;
    height: 28px
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
    line-height: 12px;
    font-size: 12px
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
    height: 12px;
    width: 12px
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after {
    height: 6px;
    width: 2px
}

.el-checkbox__input {
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
    background-color: #edf2fc;
    border-color: #dcdfe6;
    cursor: not-allowed
}

.el-checkbox__input.is-disabled .el-checkbox__inner:after {
    cursor: not-allowed;
    border-color: #c0c4cc
}

.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label {
    cursor: not-allowed
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: #f2f6fc;
    border-color: #dcdfe6
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after {
    border-color: #c0c4cc
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
    background-color: #f2f6fc;
    border-color: #dcdfe6
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
    background-color: #c0c4cc;
    border-color: #c0c4cc
}

.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #409eff;
    border-color: #409eff
}

.el-checkbox__input.is-disabled+span.el-checkbox__label {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-checkbox__input.is-checked .el-checkbox__inner:after {
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1)
}

.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #409eff
}

.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #409eff
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    left: 0;
    right: 0;
    top: 5px
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
    display: none
}

.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)
}

.el-checkbox__inner:hover {
    border-color: #409eff
}

.el-checkbox__inner:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    -webkit-transition: -webkit-transform .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
    -webkit-transform-origin: center;
    transform-origin: center
}

.el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1
}

.el-checkbox-button,.el-checkbox-button__inner {
    display: inline-block;
    position: relative
}

.el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px
}

.el-checkbox:last-of-type {
    margin-right: 0
}

.el-checkbox-button__inner {
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-left: 0;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0
}

.el-checkbox-button__inner.is-round {
    padding: 12px 20px
}

.el-checkbox-button__inner:hover {
    color: #409eff
}

.el-checkbox-button__inner [class*=el-icon-] {
    line-height: .9
}

.el-radio,.el-radio__input {
    line-height: 1;
    outline: 0;
    white-space: nowrap
}

.el-checkbox-button__inner [class*=el-icon-]+span {
    margin-left: 5px
}

.el-checkbox-button__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    z-index: -1
}

.el-radio,.el-radio__inner,.el-radio__input {
    position: relative;
    display: inline-block
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
    box-shadow: -1px 0 0 0 #8cc5ff
}

.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
    border-left-color: #409eff
}

.el-checkbox-button.is-disabled .el-checkbox-button__inner {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
    border-left-color: #ebeef5
}

.el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: 1px solid #dcdfe6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.el-checkbox-button.is-focus .el-checkbox-button__inner {
    border-color: #409eff
}

.el-checkbox-button:last-child .el-checkbox-button__inner {
    border-radius: 0 4px 4px 0
}

.el-checkbox-button--medium .el-checkbox-button__inner {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0
}

.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
    padding: 10px 20px
}

.el-checkbox-button--small .el-checkbox-button__inner {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 0
}

.el-checkbox-button--small .el-checkbox-button__inner.is-round {
    padding: 9px 15px
}

.el-checkbox-button--mini .el-checkbox-button__inner {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 0
}

.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
    padding: 7px 15px
}

.el-checkbox-group {
    font-size: 0
}

.el-radio,.el-radio--medium.is-bordered .el-radio__label {
    font-size: 14px
}

.el-radio {
    color: #606266;
    cursor: pointer;
    margin-right: 30px
}

.el-cascader-node>.el-radio,.el-radio:last-child {
    margin-right: 0
}

.el-radio.is-bordered {
    padding: 12px 20px 0 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px
}

.el-radio.is-bordered.is-checked {
    border-color: #409eff
}

.el-radio.is-bordered.is-disabled {
    cursor: not-allowed;
    border-color: #ebeef5
}

.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed
}

.el-radio.is-bordered+.el-radio.is-bordered {
    margin-left: 10px
}

.el-radio--medium.is-bordered {
    padding: 10px 20px 0 10px;
    border-radius: 4px;
    height: 36px
}

.el-radio--mini.is-bordered .el-radio__label,.el-radio--small.is-bordered .el-radio__label {
    font-size: 12px
}

.el-radio--medium.is-bordered .el-radio__inner {
    height: 14px;
    width: 14px
}

.el-radio--small.is-bordered {
    padding: 8px 15px 0 10px;
    border-radius: 3px;
    height: 32px
}

.el-radio--small.is-bordered .el-radio__inner {
    height: 12px;
    width: 12px
}

.el-radio--mini.is-bordered {
    padding: 6px 15px 0 10px;
    border-radius: 3px;
    height: 28px
}

.el-radio--mini.is-bordered .el-radio__inner {
    height: 12px;
    width: 12px
}

.el-radio__input {
    cursor: pointer;
    vertical-align: middle
}

.el-radio__input.is-disabled .el-radio__inner {
    cursor: not-allowed
}

.el-radio__input.is-disabled .el-radio__inner:after {
    cursor: not-allowed;
    background-color: #f5f7fa
}

.el-radio__input.is-disabled .el-radio__inner+.el-radio__label {
    cursor: not-allowed
}

.el-radio__input.is-disabled.is-checked .el-radio__inner:after {
    background-color: #c0c4cc
}

.el-radio__input.is-disabled+span.el-radio__label {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #409eff;
    background: #409eff
}

.el-radio__input.is-checked .el-radio__inner:after {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

.el-radio__input.is-checked+.el-radio__label {
    color: #409eff
}

.el-radio__input.is-focus .el-radio__inner {
    border-color: #409eff
}

.el-radio__inner {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-radio__inner:hover {
    border-color: #409eff
}

.el-radio__inner:after {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -webkit-transition: -webkit-transform .15s ease-in;
    transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in, -webkit-transform .15s ease-in;
    transition: transform .15s ease-in,-webkit-transform .15s ease-in
}

.el-radio__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
    -webkit-box-shadow: 0 0 2px 2px #409eff;
    box-shadow: 0 0 2px 2px #409eff
}

.el-radio__label {
    font-size: 14px;
    padding-left: 10px
}

.el-scrollbar {
    overflow: hidden;
    position: relative
}

.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar {
    opacity: 1;
    -webkit-transition: opacity .34s ease-out;
    transition: opacity .34s ease-out
}

.el-scrollbar__wrap {
    overflow: scroll;
    height: 100%
}

.el-scrollbar__wrap--hidden-default {
    scrollbar-width: none
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
    width: 0;
    height: 0
}

.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144,147,153,.3);
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.el-scrollbar__thumb:hover {
    background-color: rgba(144,147,153,.5)
}

.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity .12s ease-out;
    transition: opacity .12s ease-out
}

.el-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px
}

.el-scrollbar__bar.is-vertical>div {
    width: 100%
}

.el-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px
}

.el-scrollbar__bar.is-horizontal>div {
    height: 100%
}

.el-cascader-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    font-size: 14px
}

.el-cascader-panel.is-bordered {
    border: 1px solid #e4e7ed;
    border-radius: 4px
}

.el-cascader-menu {
    min-width: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    border-right: 1px solid #e4e7ed
}

.el-cascader-menu:last-child {
    border-right: none
}

.el-cascader-menu:last-child .el-cascader-node {
    padding-right: 20px
}

.el-cascader-menu__wrap {
    height: 204px
}

.el-cascader-menu__list {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-avatar,.el-drawer {
    -webkit-box-sizing: border-box;
    overflow: hidden
}

.el-cascader-menu__hover-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.el-cascader-menu__empty-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    color: #c0c4cc
}

.el-cascader-node {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 20px;
    height: 34px;
    line-height: 34px;
    outline: 0
}

.el-cascader-node.is-selectable.in-active-path {
    color: #606266
}

.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path {
    color: #409eff;
    font-weight: 700
}

.el-cascader-node:not(.is-disabled) {
    cursor: pointer
}

.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover {
    background: #f5f7fa
}

.el-cascader-node.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-cascader-node__prefix {
    position: absolute;
    left: 10px
}

.el-cascader-node__postfix {
    position: absolute;
    right: 10px
}

.el-cascader-node__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.el-cascader-node>.el-radio .el-radio__label {
    padding-left: 0
}

.el-avatar {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background: #c0c4cc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.el-avatar>img {
    display: block;
    height: 100%;
    vertical-align: middle
}

.el-drawer,.el-drawer__header {
    display: -webkit-box;
    display: -ms-flexbox
}

.el-avatar--circle {
    border-radius: 50%
}

.el-avatar--square {
    border-radius: 4px
}

.el-avatar--icon {
    font-size: 18px
}

.el-avatar--large {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.el-avatar--medium {
    width: 36px;
    height: 36px;
    line-height: 36px
}

.el-avatar--small {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.el-drawer.btt,.el-drawer.ttb,.el-drawer__container {
    left: 0;
    right: 0;
    width: 100%
}

.el-drawer.ltr,.el-drawer.rtl,.el-drawer__container {
    top: 0;
    bottom: 0;
    height: 100%
}

@-webkit-keyframes el-drawer-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes el-drawer-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes rtl-drawer-in {
    0% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes rtl-drawer-in {
    0% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes rtl-drawer-out {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
}

@keyframes rtl-drawer-out {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }
}

@-webkit-keyframes ltr-drawer-in {
    0% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ltr-drawer-in {
    0% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ltr-drawer-out {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
}

@keyframes ltr-drawer-out {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
}

@-webkit-keyframes ttb-drawer-in {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ttb-drawer-in {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ttb-drawer-out {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes ttb-drawer-out {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes btt-drawer-in {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes btt-drawer-in {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes btt-drawer-out {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes btt-drawer-out {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.el-drawer {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)
}

.el-drawer.rtl {
    -webkit-animation: rtl-drawer-out .3s;
    animation: rtl-drawer-out .3s;
    right: 0
}

.el-drawer__open .el-drawer.rtl {
    -webkit-animation: rtl-drawer-in .3s 1ms;
    animation: rtl-drawer-in .3s 1ms
}

.el-drawer.ltr {
    -webkit-animation: ltr-drawer-out .3s;
    animation: ltr-drawer-out .3s;
    left: 0
}

.el-drawer__open .el-drawer.ltr {
    -webkit-animation: ltr-drawer-in .3s 1ms;
    animation: ltr-drawer-in .3s 1ms
}

.el-drawer.ttb {
    -webkit-animation: ttb-drawer-out .3s;
    animation: ttb-drawer-out .3s;
    top: 0
}

.el-drawer__open .el-drawer.ttb {
    -webkit-animation: ttb-drawer-in .3s 1ms;
    animation: ttb-drawer-in .3s 1ms
}

.el-drawer.btt {
    -webkit-animation: btt-drawer-out .3s;
    animation: btt-drawer-out .3s;
    bottom: 0
}

.el-drawer__open .el-drawer.btt {
    -webkit-animation: btt-drawer-in .3s 1ms;
    animation: btt-drawer-in .3s 1ms
}

.el-drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0
}

.el-drawer__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #72767b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    padding: 20px 20px 0
}

.el-drawer__header>:first-child,.el-drawer__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.el-drawer__title {
    margin: 0;
    line-height: inherit;
    font-size: 1rem
}

.el-drawer__close-btn {
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: inherit;
    background-color: transparent
}

.el-drawer__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.el-drawer__body>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-drawer__container {
    position: relative
}

.el-drawer-fade-enter-active {
    -webkit-animation: el-drawer-fade-in .3s;
    animation: el-drawer-fade-in .3s
}

.el-drawer-fade-leave-active {
    animation: el-drawer-fade-in .3s reverse
}

.el-popconfirm__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-popconfirm__icon {
    margin-right: 5px
}

.el-popconfirm__action {
    text-align: right;
    margin: 0
}

.validate-checkboxs {
    position: relative;
    display: inline-block
}

.validate-checkboxs ul {
    padding: 0
}

.validate-checkboxs ul.oneline,.validate-checkboxs ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.validate-checkboxs ul li label {
    margin-right: 40px;
    display: inline-block;
    line-height: 16px
}

.validate-checkboxs ul li label:active i.checkbox {
    opacity: .7
}

.validate-checkboxs ul li label.last {
    margin-right: 8px
}

.validate-checkboxs ul li label i.checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid rgba(154,165,181,.5);
    margin-right: 8px;
    float: left;
    margin-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.validate-checkboxs ul li label input:checked~i.checkbox {
    position: relative;
    border-color: #357ce1;
    background-color: #357ce1
}

.validate-checkboxs ul li label input:checked~i.checkbox:after,.validate-checkboxs ul li label input:checked~i.checkbox:before {
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #fff;
    content: "";
    top: 2px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.validate-checkboxs ul li label input:checked~i.checkbox:after {
    width: 2px;
    height: 5px;
    top: 6px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.validate-checkboxs ul li label input:disabled~i.checkbox {
    cursor: not-allowed;
    background-color: #f2f6fa;
    border-color: rgba(154,165,181,.5)
}

.validate-checkboxs ul li label input:disabled~i.checkbox:after,.validate-checkboxs ul li label input:disabled~i.checkbox:before {
    background-color: #9aa5b5
}

.validate-input {
    position: relative;
    display: inline-block;
    border: 1px solid #ecedf0;
    border-radius: 2px
}

.validate-input:hover {
    border-color: #357ce1
}

.validate-input.error {
    border-color: #ef5656
}

.validate-input.disabled {
    border-color: #ecedf0
}

.validate-input .countable {
    position: absolute;
    top: -20px;
    right: 0;
    text-align: right;
    font-size: 12px
}

.validate-input .input-label {
    padding: 0 0 0 16px;
    font-size: 12px;
    color: #596a7a
}

.validate-input .input-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.validate-input .input-extent {
    padding: 0 16px;
    position: relative
}

.validate-input .input-extent:before {
    content: "";
    display: inline-block;
    border-left: 1px solid #cad7e0;
    height: 20px;
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.validate-input .input-unit {
    font-size: 12px;
    color: #9ca9b5;
    padding: 0 8px
}

.validate-input input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    outline: none;
    height: 40px;
    border: none;
    padding: 0 16px;
    font-size: 14px;
    color: #263241;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.validate-input input::-webkit-input-placeholder {
    color: #9aa5b5
}

.validate-input input::-moz-placeholder {
    color: #9aa5b5
}

.validate-input input:-ms-input-placeholder {
    color: #9aa5b5
}

.validate-input input:disabled {
    cursor: not-allowed
}

.validate-radios {
    position: relative
}

.validate-radios ul {
    padding: 0
}

.validate-radios ul.oneline,.validate-radios ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.validate-radios ul li {
    height: 40px
}

.validate-radios ul li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

.validate-radios ul li label:active i.radio {
    opacity: .7
}

.validate-radios ul li label.last {
    margin-right: 8px
}

.validate-radios ul li label i.radio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #9aa5b5;
    margin-right: 8px
}

.validate-radios ul li label input:checked~i.radio {
    position: relative;
    border-color: #357ce1;
    background-color: #357ce1
}

.validate-radios ul li label input:checked~i.radio:before {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    content: "";
    border-radius: 50%;
    -webkit-transform: translateX(90%) translateY(90%);
    transform: translateX(90%) translateY(90%)
}

.validate-selects {
    position: relative;
    cursor: pointer
}

.validate-selects:hover input {
    border-color: #357ce1
}

.validate-selects.visible {
    z-index: 2
}

.validate-selects input {
    width: 100%;
    height: 40px;
    outline: none;
    border: 1px solid #ecedf0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    padding-left: 16px;
    font-size: 14px;
    color: #263241;
    cursor: pointer
}

.validate-selects input::-webkit-input-placeholder {
    color: #9aa5b5
}

.validate-selects input::-moz-placeholder {
    color: #9aa5b5
}

.validate-selects input:-ms-input-placeholder {
    color: #9aa5b5
}

.validate-selects input.error {
    border-color: #ef5656
}

.validate-selects .select-icon {
    position: absolute;
    right: 16px;
    top: 15px;
    width: 12px;
    height: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.validate-selects .select-icon:after,.validate-selects .select-icon:before {
    position: absolute;
    width: 8px;
    height: 2px;
    content: "";
    left: 0;
    top: 4px;
    background-color: #9ca9b5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.validate-selects .select-icon:after {
    left: 5px;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.validate-selects .select-icon.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.validate-selects dl {
    position: absolute;
    max-height: 169px;
    overflow: auto;
    padding-top: 4px;
    margin: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(49,63,77,.1);
    box-shadow: 0 2px 8px 0 rgba(49,63,77,.1)
}

.validate-selects dl dt {
    margin: 0;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    color: #7f8fa4;
    font-size: 12px;
    font-weight: 700
}

.validate-selects dl dd {
    margin: 0;
    color: #1c242c;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.validate-selects dl dd.actived,.validate-selects dl dd:hover {
    color: #357ce1;
    background-color: rgba(242,246,250,.7)
}

.validate {
    position: relative
}

.validate .tooltips-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10000px;
    max-width: 480px;
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 14px)
}

.validate .tooltips-wrap,.validate .tooltips-wrap.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.validate .tooltips-wrap.center {
    right: 50%;
    pointer-events: none
}

.validate .tooltips-wrap.left {
    left: 0
}

.validate .tooltips-wrap.left,.validate .tooltips-wrap.right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.validate .tooltips-wrap.right {
    right: 0;
    left: auto
}

.validate .tooltips-wrap .tooltips {
    line-height: 18px;
    font-size: 12px;
    width: auto;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(28,36,44,.1);
    box-shadow: 0 2px 8px 0 rgba(28,36,44,.1);
    border-radius: 3px;
    z-index: 1;
    color: #000
}

.validate .tooltips-wrap .tooltips:after,.validate .tooltips-wrap .tooltips:before {
    content: "";
    display: block;
    position: absolute;
    border: 7px solid transparent
}

.validate .tooltips-wrap .tooltips:before {
    border-top-color: #fff;
    bottom: -13px;
    z-index: 1
}

.validate .tooltips-wrap .tooltips:after,.validate .tooltips-wrap .tooltips:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.validate .tooltips-wrap .tooltips:after {
    border-top-color: rgba(142,153,170,.1);
    bottom: -15px
}

.toast-container {
    position: fixed;
    z-index: 1000;
    right: 15px;
    top: 90px
}

.toast-container .toast-error[data-v-f2c5b7c0],.toast-container .toast-info[data-v-f2c5b7c0],.toast-container .toast-success[data-v-f2c5b7c0],.toast-container .toast-warning[data-v-f2c5b7c0] {
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(69,97,137,.2);
    box-shadow: 0 4px 16px rgba(69,97,137,.2);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid;
    border-radius: 3px;
    color: #263241
}

@media screen and (max-width: 751px) {
    .toast-container .toast-error[data-v-f2c5b7c0],.toast-container .toast-info[data-v-f2c5b7c0],.toast-container .toast-success[data-v-f2c5b7c0],.toast-container .toast-warning[data-v-f2c5b7c0] {
        min-width:280px;
        max-width: 400px;
        padding: 30px 16px
    }

    .toast-container .toast-error .toast-icon[data-v-f2c5b7c0],.toast-container .toast-info .toast-icon[data-v-f2c5b7c0],.toast-container .toast-success .toast-icon[data-v-f2c5b7c0],.toast-container .toast-warning .toast-icon[data-v-f2c5b7c0] {
        font-size: 30px
    }

    .toast-container .toast-error .toast-content[data-v-f2c5b7c0],.toast-container .toast-info .toast-content[data-v-f2c5b7c0],.toast-container .toast-success .toast-content[data-v-f2c5b7c0],.toast-container .toast-warning .toast-content[data-v-f2c5b7c0] {
        font-size: 24px;
        margin-left: 40px
    }
}

@media screen and (min-width: 751px) {
    .toast-container .toast-error[data-v-f2c5b7c0],.toast-container .toast-info[data-v-f2c5b7c0],.toast-container .toast-success[data-v-f2c5b7c0],.toast-container .toast-warning[data-v-f2c5b7c0] {
        min-width:220px;
        max-width: 400px;
        padding: 21px 16px
    }

    .toast-container .toast-error .toast-icon[data-v-f2c5b7c0],.toast-container .toast-info .toast-icon[data-v-f2c5b7c0],.toast-container .toast-success .toast-icon[data-v-f2c5b7c0],.toast-container .toast-warning .toast-icon[data-v-f2c5b7c0] {
        font-size: 20px
    }

    .toast-container .toast-error .toast-content[data-v-f2c5b7c0],.toast-container .toast-info .toast-content[data-v-f2c5b7c0],.toast-container .toast-success .toast-content[data-v-f2c5b7c0],.toast-container .toast-warning .toast-content[data-v-f2c5b7c0] {
        font-size: 14px;
        margin-left: 32px
    }
}

.toast-container .toast-error .toast-icon[data-v-f2c5b7c0],.toast-container .toast-info .toast-icon[data-v-f2c5b7c0],.toast-container .toast-success .toast-icon[data-v-f2c5b7c0],.toast-container .toast-warning .toast-icon[data-v-f2c5b7c0] {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    vertical-align: middle;
    float: left;
    line-height: 1;
    margin-top: -1px
}

.toast-container .toast-error .toast-content[data-v-f2c5b7c0],.toast-container .toast-info .toast-content[data-v-f2c5b7c0],.toast-container .toast-success .toast-content[data-v-f2c5b7c0],.toast-container .toast-warning .toast-content[data-v-f2c5b7c0] {
    display: block;
    color: #263241;
    word-break: break-all;
    line-height: 1.2
}

.toast-container .toast-info[data-v-f2c5b7c0] {
    color: #357ce1;
    border-left-color: currentColor
}

.toast-container .toast-success[data-v-f2c5b7c0] {
    color: #12b886;
    border-left-color: currentColor
}

.toast-container .toast-error[data-v-f2c5b7c0] {
    color: #fa5252;
    border-left-color: currentColor
}

.toast-container .toast-warning[data-v-f2c5b7c0] {
    color: #faad14;
    border-left-color: currentColor
}

.toast-container .slide-fade-enter-active[data-v-f2c5b7c0] {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.toast-container .slide-fade-leave-active[data-v-f2c5b7c0] {
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.toast-container .slide-fade-enter[data-v-f2c5b7c0],.toast-container .slide-fade-leave-to[data-v-f2c5b7c0] {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0
}

.ui-notification-container {
    max-height: 100%;
    overflow-y: auto;
    position: fixed;
    z-index: 9;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-notification-container.top-left {
    left: 0;
    top: 0
}

.ui-notification-container.top-right {
    top: 0;
    right: 0
}

.ui-notification-container.bottom-left {
    left: 0;
    bottom: 0
}

.ui-notification-container.bottom-right {
    bottom: 0;
    right: 0
}

.ui-notification {
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(73,86,102,.2);
    box-shadow: 0 4px 16px rgba(73,86,102,.2);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccd2da;
    border-left: 0;
    border-radius: 2px 0 2px 2px;
    color: #1c242c;
    min-width: 220px;
    max-width: 400px;
    position: relative;
    padding: 24px 16px 24px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ui-notification:before {
    content: "";
    width: 0;
    border-radius: 2px 0 2px 2px;
    border-left: 4px solid;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.ui-notification .ui-notification-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 16px;
    line-height: 1;
    font-size: 20px
}

.ui-notification .ui-notification-close {
    position: absolute;
    right: 16px;
    font-size: 12px;
    color: #9aa5b5;
    width: 20px;
    line-height: 20px;
    text-align: center
}

.ui-notification .ui-notification-content {
    display: block;
    color: #1c242c;
    word-break: break-all;
    line-height: 22px
}

.ui-notification .ui-notification-content .ui-notification-title {
    padding-right: 20px;
    font-size: 14px;
    font-weight: 700
}

.ui-notification-info {
    color: #2483ff
}

.ui-notification-success {
    color: #00b464
}

.ui-notification-error {
    color: #fa4d56
}

.ui-notification-warning {
    color: #faac14
}

.ui-radio {
    display: inline-block;
    margin-right: 24px
}

.ui-radio,.ui-radio label {
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1)
}

.ui-radio label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ui-radio label:hover .ui-checkbox-decoration {
    -webkit-transition: border-color 0s ease .3s;
    transition: border-color 0s ease .3s;
    border-color: #2483ff
}

.ui-radio input {
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    opacity: 0
}

.ui-radio .ui-radio-decoration {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccd2da;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 8px
}

.ui-radio .ui-radio-decoration i {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    vertical-align: top;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ui-radio-checked .ui-radio-decoration {
    background: #2483ff;
    border-color: #2483ff
}

.ui-radio-disabled input,.ui-radio-disabled label {
    cursor: not-allowed
}

.ui-radio-disabled .ui-radio-decoration {
    background: #f2f6fa;
    border-color: rgba(154,165,181,.5)
}

.ui-radio-disabled .ui-radio-decoration i {
    background-color: transparent
}

.ui-radio-disabled.ui-radio-checked .ui-radio-decoration {
    background: #9aa5b5;
    border-color: #9aa5b5
}

.ui-radio-disabled.ui-radio-checked .ui-radio-decoration i {
    background-color: #fff
}

.ui-radio-disabled:hover .ui-checkbox-decoration {
    border-color: rgba(154,165,181,.5)
}

.ui-radio-large .ui-radio-decoration {
    width: 16px;
    height: 16px
}

.ui-radio-large .ui-radio-decoration i:before {
    vertical-align: middle
}

.ui-radio-small .ui-radio-decoration {
    width: 12px;
    height: 12px
}

.ui-radio-button,.ui-radio-tag {
    display: block;
    width: 100%;
    margin-right: 0
}

.ui-radio-button.ui-radio-small label,.ui-radio-tag.ui-radio-small label {
    min-height: 28px
}

.ui-radio-button.ui-radio-middle label,.ui-radio-tag.ui-radio-middle label {
    min-height: 32px
}

.ui-radio-button.ui-radio-large label,.ui-radio-tag.ui-radio-large label {
    min-height: 40px
}

.ui-radio-button.ui-radio-huge label,.ui-radio-tag.ui-radio-huge label {
    min-height: 48px
}

.ui-radio-button label,.ui-radio-tag label {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccd2da;
    position: relative
}

.ui-radio-button.ui-radio-checked:not(.ui-radio-disabled) label,.ui-radio-button:not(.ui-radio-disabled):hover label,.ui-radio-tag.ui-radio-checked:not(.ui-radio-disabled) label,.ui-radio-tag:not(.ui-radio-disabled):hover label {
    border-color: #2483ff
}

.ui-radio-button.ui-radio-disabled label,.ui-radio-tag.ui-radio-disabled label {
    cursor: no-drop;
    color: #9aa5b5
}

.ui-radio-button .ui-radio-decoration,.ui-radio-tag .ui-radio-decoration {
    position: absolute
}

.ui-radio-button .ui-radio-content,.ui-radio-tag .ui-radio-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 14px;
    text-align: center
}

.ui-radio-tag .ui-radio-decoration,.ui-radio-tag .ui-radio-input {
    display: none
}

.ui-radio-tag label {
    background-color: #fff
}

.ui-radio-tag:not(.ui-radio-disabled):hover label {
    color: #2483ff
}

.ui-radio-tag.ui-radio-checked:not(.ui-radio-disabled) label {
    color: #2483ff;
    border-color: #2483ff
}

.ui-radio-tag.ui-radio-disabled label {
    cursor: no-drop;
    color: #9aa5b5
}

.ui-steppers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ui-stepper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #9aa5b5
}

.ui-stepper .ui-stepper-decoration {
    position: relative
}

.ui-stepper .ui-stepper-decoration:after {
    content: "";
    border-top: 2px solid transparent;
    display: block;
    position: absolute;
    left: 24px;
    right: 0;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ui-stepper .ui-stepper-icon {
    height: 24px;
    width: 24px;
    z-index: 2;
    position: relative;
    text-align: center;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-stepper .ui-stepper-icon .icon-ui-process,.ui-stepper .ui-stepper-icon .icon-ui-wait {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent
}

.ui-stepper .ui-stepper-icon .icon-ui-check,.ui-stepper .ui-stepper-icon .icon-ui-process,.ui-stepper .ui-stepper-icon .icon-ui-wait,.ui-stepper .ui-stepper-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ui-stepper .ui-stepper-icon-default,.ui-stepper .ui-stepper-icon-text {
    border: 2px solid transparent;
    border-radius: 50%
}

.ui-stepper .ui-stepper-icon-click:hover {
    opacity: .7;
    cursor: pointer
}

.ui-stepper .ui-stepper-icon-error {
    color: #fa4d56;
    font-size: 12px
}

.ui-stepper .ui-stepper-description,.ui-stepper .ui-stepper-title {
    clear: both
}

.ui-stepper:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.ui-stepper:last-of-type .ui-stepper-decoration:after {
    display: none
}

.ui-stepper-wait .ui-stepper-icon .icon-ui-process,.ui-stepper-wait .ui-stepper-icon .icon-ui-wait {
    background: #e6ecf2
}

.ui-stepper-wait .ui-stepper-decoration:after,.ui-stepper-wait .ui-stepper-icon-default,.ui-stepper-wait .ui-stepper-icon-text {
    border-color: #e6ecf2
}

.ui-stepper-wait .ui-stepper-decoration {
    color: #9aa5b5
}

.ui-stepper-process .ui-stepper-icon .icon-ui-process,.ui-stepper-process .ui-stepper-icon .icon-ui-wait {
    background: #2483ff
}

.ui-stepper-process .ui-stepper-icon-default,.ui-stepper-process .ui-stepper-icon-text {
    border-color: #2483ff
}

.ui-stepper-process .ui-stepper-decoration:after {
    border-color: #e6ecf2
}

.ui-stepper-process .ui-stepper-decoration,.ui-stepper-process .ui-stepper-title {
    color: #2483ff
}

.ui-stepper-success .ui-stepper-icon .icon-ui-process,.ui-stepper-success .ui-stepper-icon .icon-ui-wait {
    background: #2483ff
}

.ui-stepper-success .ui-stepper-decoration:after,.ui-stepper-success .ui-stepper-icon-default,.ui-stepper-success .ui-stepper-icon-text {
    border-color: #2483ff
}

.ui-stepper-success .ui-stepper-decoration,.ui-stepper-success .ui-stepper-title {
    color: #2483ff
}

.ui-stepper-center {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ui-stepper-center .ui-stepper-decoration {
    float: right;
    width: calc(50% + 12px)
}

.ui-stepper-center .ui-stepper-decoration:after {
    right: calc(-100% + 24px)
}

.ui-stepper-center:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ui-stepper-justify:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.ui-stepper-error .ui-stepper-icon .icon-ui-process,.ui-stepper-error .ui-stepper-icon .icon-ui-wait {
    background: #fa4d56
}

.ui-stepper-error .ui-stepper-icon-default,.ui-stepper-error .ui-stepper-icon-text {
    border-color: #fa4d56
}

.ui-stepper-error .ui-stepper-decoration,.ui-stepper-error .ui-stepper-title {
    color: #fa4d56
}

.ui-stepper-error .icon-ui-close-large {
    font-size: 12px
}

.ui-tips {
    position: relative
}

.ui-tips-inline {
    display: inline-block
}

.ui-tips-block {
    display: block
}

.ui-tips .ui-tips-base {
    position: absolute;
    width: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility
}

.ui-tips .ui-tips-base.penetrate {
    pointer-events: none
}

.ui-tips .ui-tips-base.ui-tips-top-center {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    bottom: calc(100% + 12px);
    -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.15));
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.15))
}

.ui-tips .ui-tips-base.ui-tips-top-center .ui-tips-arrow {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    z-index: 2;
    left: 50%;
    margin-left: -6px;
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-top-style: solid;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent
}

.ui-tips .ui-tips-base.ui-tips-top-center .ui-tips-arrow-before {
    bottom: -6px;
    border-top-color: #dfe2e7
}

.ui-tips .ui-tips-base.ui-tips-top-center .ui-tips-arrow-after {
    bottom: -5px;
    border-top-color: #fff
}

.ui-tips .ui-tips-base.ui-tips-top-left {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 50%;
    bottom: calc(100% + 12px);
    -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.15));
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.15))
}

.ui-tips .ui-tips-base.ui-tips-top-left .ui-tips-arrow {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    z-index: 2;
    left: 22px;
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-top-style: solid;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent
}

.ui-tips .ui-tips-base.ui-tips-top-left .ui-tips-arrow-before {
    bottom: -6px;
    border-top-color: #dfe2e7
}

.ui-tips .ui-tips-base.ui-tips-top-left .ui-tips-arrow-after {
    bottom: -5px;
    border-top-color: #fff
}

.ui-tips .ui-tips-base.ui-tips-top-right {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 50%;
    bottom: calc(100% + 12px);
    -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.15));
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.15))
}

.ui-tips .ui-tips-base.ui-tips-top-right .ui-tips-arrow {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    z-index: 2;
    right: 22px;
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-top-style: solid;
    border-right: 6px dashed transparent;
    border-left: 6px dashed transparent
}

.ui-tips .ui-tips-base.ui-tips-top-right .ui-tips-arrow-before {
    bottom: -6px;
    border-top-color: #dfe2e7
}

.ui-tips .ui-tips-base.ui-tips-top-right .ui-tips-arrow-after {
    bottom: -5px;
    border-top-color: #fff
}

.ui-tips .ui-tips-base.ui-tips-bottom-center {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    top: calc(100% + 12px);
    -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.15));
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.15))
}

.ui-tips .ui-tips-base.ui-tips-bottom-center .ui-tips-arrow {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    z-index: 2;
    left: 50%;
    margin-left: -6px;
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-bottom-style: solid;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent
}

.ui-tips .ui-tips-base.ui-tips-bottom-center .ui-tips-arrow-before {
    top: -6px;
    border-bottom-color: #dfe2e7
}

.ui-tips .ui-tips-base.ui-tips-bottom-center .ui-tips-arrow-after {
    top: -5px;
    border-bottom-color: #fff
}

.ui-tips .ui-tips-base.ui-tips-bottom-left {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    -webkit-transform: translateX(-28px);
    transform: translateX(-28px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 50%;
    top: calc(100% + 12px);
    -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.15));
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.15))
}

.ui-tips .ui-tips-base.ui-tips-bottom-left .ui-tips-arrow {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    z-index: 2;
    left: 22px;
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-bottom-style: solid;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent
}

.ui-tips .ui-tips-base.ui-tips-bottom-left .ui-tips-arrow-before {
    top: -6px;
    border-bottom-color: #dfe2e7
}

.ui-tips .ui-tips-base.ui-tips-bottom-left .ui-tips-arrow-after {
    top: -5px;
    border-bottom-color: #fff
}

.ui-tips .ui-tips-base.ui-tips-bottom-right {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 50%;
    top: calc(100% + 12px);
    -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.15));
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.15))
}

.ui-tips .ui-tips-base.ui-tips-bottom-right .ui-tips-arrow {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    z-index: 2;
    right: 22px;
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-bottom-style: solid;
    border-right: 6px dashed transparent;
    border-left: 6px dashed transparent
}

.ui-tips .ui-tips-base.ui-tips-bottom-right .ui-tips-arrow-before {
    top: -6px;
    border-bottom-color: #dfe2e7
}

.ui-tips .ui-tips-base.ui-tips-bottom-right .ui-tips-arrow-after {
    top: -5px;
    border-bottom-color: #fff
}

.ui-tips .ui-tips-base.ui-tips-left-center {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    -webkit-transform: translate(calc(-100% - 12px),-50%);
    transform: translate(calc(-100% - 12px),-50%);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: 50%;
    -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.15));
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.15))
}

.ui-tips .ui-tips-base.ui-tips-left-center .ui-tips-arrow {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-width: 6px;
    border-right-width: 6px;
    border-left-style: solid;
    border-top: 6px dashed transparent;
    border-bottom: 6px dashed transparent
}

.ui-tips .ui-tips-base.ui-tips-left-center .ui-tips-arrow-before {
    right: -6px;
    border-left-color: #dfe2e7
}

.ui-tips .ui-tips-base.ui-tips-left-center .ui-tips-arrow-after {
    right: -5px;
    border-left-color: #fff
}

.ui-tips .ui-tips-base.ui-tips-right-center {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    -webkit-transform: translate(calc(100% + 12px),-50%);
    transform: translate(calc(100% + 12px),-50%);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 50%;
    -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.15));
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.15))
}

.ui-tips .ui-tips-base.ui-tips-right-center .ui-tips-arrow {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-width: 6px;
    border-right-width: 6px;
    border-right-style: solid;
    border-top: 6px dashed transparent;
    border-bottom: 6px dashed transparent
}

.ui-tips .ui-tips-base.ui-tips-right-center .ui-tips-arrow-before {
    left: -6px;
    border-right-color: #dfe2e7
}

.ui-tips .ui-tips-base.ui-tips-right-center .ui-tips-arrow-after {
    left: -5px;
    border-right-color: #fff
}

.ui-tips .ui-tips-base .ui-tips-wrap {
    position: relative;
    display: inline-block;
    min-width: 56px;
    padding: 12px 16px;
    border: 1px solid #ecf1f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    color: #1c242c;
    font-size: 12px;
    line-height: 18px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(28,36,44,.1);
    box-shadow: 0 2px 8px 0 rgba(28,36,44,.1)
}

.ui-tips .ui-tips-base .ui-tips-wrap.ui-tips-feature .ui-tips-title {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #1c242c;
    font-weight: 500
}

.ui-tips .ui-tips-base .ui-tips-wrap.ui-tips-feature .ui-tips-content {
    padding: 4px 0
}

.ui-tips .ui-tips-base .ui-tips-wrap.ui-tips-feature .ui-tips-operator {
    min-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #1c242c;
    font-weight: 500
}

.ui-tips .ui-tips-base .ui-tips-wrap .ui-tips-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ui-tips .ui-tips-base .ui-tips-wrap .ui-tips-content>span {
    width: 100%
}

.ui-tips .ui-tips-base .ui-tips-wrap .ui-tips-content>i {
    margin-right: 8px;
    line-height: 16px
}

.ui-tips .ui-tips-base .ui-tips-wrap .ui-tips-content>i:before {
    margin: 0
}

.ui-tips .ui-tips-base {
    opacity: 0;
    visibility: hidden
}

.ui-tips .ui-tips-base.event-show,.ui-tips .ui-tips-base.manual-show {
    opacity: 1;
    visibility: visible
}

.ui-tips .ui-tips-base.event-hide,.ui-tips .ui-tips-base.manual-hide {
    opacity: 0;
    visibility: hidden
}

.ui-validate-error .ui-checkbox .ui-checkbox-decoration,.ui-validate-error .ui-input,.ui-validate-error .ui-input:hover,.ui-validate-error .ui-select .handle {
    border-color: #fa4d56
}

.ui-validate-item+.ui-validate-item {
    margin-top: 24px
}

.ui-validate-item .ui-validate-item-title {
    margin-bottom: 8px
}

.ui-checkbox {
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1)
}

.ui-checkbox label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ui-checkbox label:hover .ui-checkbox-decoration {
    -webkit-transition: border-color 0s ease .3s;
    transition: border-color 0s ease .3s;
    border-color: #2483ff
}

.ui-checkbox input {
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    margin: 0;
    opacity: 0
}

.ui-checkbox-decoration {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #ccd2da;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.ui-checkbox-decoration i {
    font-size: 12px;
    width: 100%;
    height: 100%;
    vertical-align: top;
    text-align: center;
    display: inline-block
}

.ui-checkbox-decoration i.icon-ui-check {
    color: #fff
}

.ui-checkbox-decoration i.icon-ui-indeterminate {
    border-top: 2px solid #fff;
    width: 60%;
    height: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ui-checkbox-content-gap {
    padding-left: 8px
}

.ui-checkbox-align-start label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ui-checkbox-align-center label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ui-checkbox-align-end label {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ui-checkbox-checked .ui-checkbox-decoration,.ui-checkbox-indeterminate .ui-checkbox-decoration {
    background: #2483ff;
    border-color: #2483ff
}

.ui-checkbox-disabled input,.ui-checkbox-disabled label {
    cursor: not-allowed
}

.ui-checkbox-disabled input:hover .ui-checkbox-decoration,.ui-checkbox-disabled label:hover .ui-checkbox-decoration {
    border-color: rgba(154,165,181,.5)
}

.ui-checkbox-disabled .ui-checkbox-decoration {
    background: #ecf1f8;
    border-color: rgba(154,165,181,.5)
}

.ui-checkbox-disabled .ui-checkbox-decoration i.icon-ui-check {
    color: #9aa5b5
}

.ui-checkbox-large .ui-checkbox-decoration {
    width: 16px;
    height: 16px
}

.ui-checkbox-large .ui-checkbox-decoration i:before {
    vertical-align: middle
}

.ui-checkbox-small .ui-checkbox-decoration {
    width: 12px;
    height: 12px
}

.ui-checkbox-small .ui-checkbox-decoration i {
    -webkit-transform: scale(.7) translate(-10%);
    transform: scale(.7) translate(-10%)
}

.ui-select {
    position: relative;
    height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-select .handle {
    height: 100%;
    border: 1px solid #ccd2da;
    background: #fff;
    border-radius: 4px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    cursor: pointer;
    outline: none;
    padding-right: 12px;
    overflow: hidden;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1)
}

.ui-select .handle:hover {
    border-color: #2483ff
}

.ui-select .handle .label {
    padding: 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1c242c
}

.ui-select .handle .label span.placeholder {
    color: #9aa5b5
}

.ui-select .handle .icon-ui-dropdown-large {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    text-align: center;
    pointer-events: none;
    color: #9aa5b5
}

.ui-select .handle .filterable {
    position: absolute;
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    left: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px
}

.ui-select .options {
    position: absolute;
    outline: none;
    z-index: 5;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 15px 0 rgba(73,86,102,.2);
    box-shadow: 0 2px 15px 0 rgba(73,86,102,.2);
    left: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin-top: 8px;
    padding: 4px 0;
    overflow-y: auto;
    width: 100%;
    color: #1c242c
}

.ui-select .options.ui-select-option-overflow {
    width: auto;
    white-space: nowrap
}

.ui-select .options .options-empty {
    text-align: center;
    font-size: 12px;
    padding: 30px 0
}

.ui-select .options .options-empty i {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-top: 20px;
    background: url(https://file.hbfile.net/global/zh-cn/static/img/d3ddd76.svg) no-repeat 50% 50%;
    margin-bottom: 8px
}

.ui-select .options .filterable-box {
    padding: 4px 8px;
    position: relative
}

.ui-select .options .filterable-box .icon-ui-Clear,.ui-select .options .filterable-box .icon-ui-search {
    position: absolute;
    top: 50%;
    left: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ui-select .options .filterable-box .icon-ui-Clear {
    left: auto;
    right: 16px;
    cursor: pointer
}

.ui-select .options .filterable {
    border: 1px solid #ccd2da;
    border-radius: 3px;
    display: block;
    height: 32px;
    width: 100%;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px 0 40px
}

.ui-select .options .filterable:focus {
    border-color: #2483ff
}

.ui-select-mini {
    height: 22px;
    font-size: 12px
}

.ui-select-mini,.ui-select-mini .handle,.ui-select-mini .options .ui-select-option {
    line-height: 22px
}

.ui-select-small {
    height: 28px;
    line-height: 28px;
    font-size: 12px
}

.ui-select-small .handle,.ui-select-small .options .ui-select-option {
    line-height: 28px
}

.ui-select-middle {
    height: 32px;
    line-height: 32px;
    font-size: 14px
}

.ui-select-middle .handle,.ui-select-middle .options .ui-select-option {
    line-height: 32px
}

.ui-select-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.ui-select-huge,.ui-select-large .handle,.ui-select-large .options .ui-select-option {
    line-height: 40px
}

.ui-select-huge {
    height: 48px;
    font-size: 14px
}

.ui-select-huge .handle {
    line-height: 48px
}

.ui-select-huge .options .ui-select-option {
    line-height: 40px
}

.ui-select-huge .handle .icon-ui-dropdown-large {
    right: 16px
}

.ui-select-huge .filterable {
    font-size: 14px
}

.ui-select-filtering .handle .label {
    opacity: .5
}

.ui-select-focus .handle {
    border-color: #2483ff
}

.ui-select-focus .handle .icon-ui-dropdown-large {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.ui-select-disabled .handle {
    color: #9aa5b5;
    background-color: #ecf1f8
}

.ui-select-disabled .handle .icon-ui-dropdown-large {
    cursor: no-drop
}

.ui-select-disabled .handle:hover {
    border-color: #ccd2da
}

.ui-select-disabled .filterable,.ui-select-disabled .label {
    cursor: not-allowed
}

.ui-select-text {
    display: inline-block;
    min-width: auto
}

.ui-select-text .handle {
    border: none
}

.ui-select-text .handle .label {
    color: #2483ff;
    padding-left: 0
}

.ui-select-text .handle .label:hover,.ui-select-text .handle:hover .icon-ui-dropdown-large {
    opacity: .7
}

.ui-select-text .handle .icon-ui-dropdown-large {
    display: inline-block;
    color: #2483ff
}

.ui-select-text .options {
    width: auto
}

.ui-select-text.ui-select-disabled .handle {
    background: none
}

.ui-select-text.ui-select-disabled .handle:hover .icon-ui-dropdown-large {
    opacity: 1
}

.ui-select-text.ui-select-disabled .handle .label {
    color: #9aa5b5
}

.ui-select-text.ui-select-disabled .handle .label:hover {
    opacity: 1
}

.ui-select-text.ui-select-disabled .handle .icon-ui-dropdown-large {
    color: rgba(154,165,181,.5)
}

.ui-select-option {
    padding: 0 12px;
    line-height: 32px;
    cursor: pointer
}

.ui-select-option.ui-select-option-selected,.ui-select-option:hover {
    color: #2483ff;
    background: #f2f6fc
}

.ui-select-option.ui-select-option-disabled,.ui-select-option.ui-select-option-disabled:hover {
    cursor: not-allowed;
    color: #9aa5b5;
    background: none
}

.ui-input input,.ui-textarea textarea {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none
}

.ui-input input::-webkit-inner-spin-button,.ui-input input::-webkit-outer-spin-button,.ui-textarea textarea::-webkit-inner-spin-button,.ui-textarea textarea::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.ui-input input::-webkit-input-placeholder,.ui-textarea textarea::-webkit-input-placeholder {
    color: #9aa5b5
}

.ui-input input::-moz-placeholder,.ui-textarea textarea::-moz-placeholder {
    color: #9aa5b5
}

.ui-input input:-ms-input-placeholder,.ui-textarea textarea:-ms-input-placeholder {
    color: #9aa5b5
}

.ui-input input:focus::-webkit-input-placeholder,.ui-textarea textarea:focus::-webkit-input-placeholder {
    color: rgba(154,165,181,.5)
}

.ui-input input:focus::-moz-placeholder,.ui-textarea textarea:focus::-moz-placeholder {
    color: rgba(154,165,181,.5)
}

.ui-input input:focus:-ms-input-placeholder,.ui-textarea textarea:focus:-ms-input-placeholder {
    color: rgba(154,165,181,.5)
}

.ui-textarea {
    position: relative;
    width: 100%;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0
}

.ui-textarea.ui-textarea-readonly textarea:focus,.ui-textarea.ui-textarea-readonly textarea:hover {
    border-color: #ccd2da
}

.ui-textarea textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccd2da;
    padding: 8px 16px;
    border-radius: 2px;
    font-size: 12px;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1)
}

.ui-textarea textarea:focus,.ui-textarea textarea:hover {
    border-color: #2483ff
}

.ui-textarea textarea:disabled {
    border-color: #ccd2da;
    cursor: not-allowed
}

.ui-input {
    position: relative;
    width: 100%;
    border: 1px solid #ccd2da;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1)
}

.ui-input-icon {
    font-size: 14px
}

.ui-input-prepend {
    padding-left: 16px;
    white-space: nowrap;
    color: #495666
}

.ui-input-append {
    padding-right: 16px;
    white-space: nowrap;
    color: #9aa5b5
}

.ui-input .insert-icon {
    color: #9aa5b5;
    opacity: .5;
    cursor: pointer;
    padding: 0 8px
}

.ui-input .insert-icon.icon-ui-eyes {
    font-size: 12px
}

.ui-input .insert-icon.icon-ui-closed-eyes {
    font-size: 16px
}

.ui-input .insert-icon:before {
    margin: 0
}

.ui-input .insert-icon:hover {
    opacity: 1
}

.ui-input .pre-icon {
    cursor: auto;
    font-size: 14px
}

.ui-input .pre-icon:hover {
    opacity: .5
}

.ui-input .countable {
    position: absolute;
    top: -20px;
    right: 0;
    text-align: right;
    font-size: 12px
}

.ui-input input {
    padding: 0 16px;
    font-size: 14px;
    color: #1c242c;
    background-color: transparent
}

.ui-input:hover {
    border-color: #2483ff
}

.ui-input.ui-input-mobility {
    height: 54px
}

.ui-input.ui-input-mobility input {
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-input.ui-input-mobility input:focus~label {
    font-size: 12px;
    line-height: 30px
}

.ui-input.ui-input-mobility label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 54px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #9aa5b5;
    pointer-events: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.ui-input.ui-input-mobility label.active {
    font-size: 12px;
    line-height: 30px
}

.ui-input-focus {
    border-color: #2483ff
}

.ui-input-disabled,.ui-input-readonly {
    cursor: no-drop;
    background-color: #f4f5f7
}

.ui-input-disabled,.ui-input-disabled:hover,.ui-input-readonly,.ui-input-readonly:hover {
    border-color: #ecf1f8
}

.ui-input-disabled input,.ui-input-disabled input:focus::-webkit-input-placeholder,.ui-input-readonly input,.ui-input-readonly input:focus::-webkit-input-placeholder {
    color: #9aa5b5;
    cursor: no-drop
}

.ui-input-disabled-content input,.ui-input-readonly-content input {
    background-color: #f2f6fa
}

.ui-input-search input {
    padding: 0
}

.ui-input-error {
    border-color: red
}

.ui-input-mini {
    height: 22px;
    line-height: 22px;
    font-size: 12px
}

.ui-input-mini input {
    font-size: 12px
}

.ui-input-small {
    height: 28px;
    line-height: 28px;
    font-size: 12px
}

.ui-input-small input {
    font-size: 12px
}

.ui-input-middle {
    height: 32px;
    line-height: 32px;
    font-size: 14px
}

.ui-input-middle input {
    font-size: 14px
}

.ui-input-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.ui-input-large input {
    font-size: 14px
}

.ui-input-huge {
    height: 48px;
    line-height: 40px;
    font-size: 14px
}

.ui-input-huge input {
    font-size: 14px
}

.ui-input-large .pre-icon {
    font-size: 16px
}

.ui-input-login {
    position: relative
}

.ui-input-login label {
    position: absolute;
    left: 16px;
    top: 8px
}

.ui-button-default {
    color: #9aa5b5;
    border-color: #ccd2da;
    background-color: #fff
}

.ui-button-default:hover {
    color: #2483ff;
    border-color: #2483ff;
    background-color: #fff
}

.ui-button-default:active {
    color: #1a64c8;
    border-color: #1a64c8;
    background-color: #fff
}

.ui-button-default:disabled:not(.ui-button-is-loading) {
    color: #9aa5b5;
    border-color: #deebff;
    background-color: #fff;
    cursor: no-drop
}

.ui-button-default .icon-loading {
    background: #9aa5b5
}

.ui-button-primary {
    color: #fff;
    border-color: #2483ff;
    background-color: #2483ff
}

.ui-button-primary:hover {
    color: #fff;
    border-color: #6ea6ff;
    background-color: #6ea6ff
}

.ui-button-primary:active {
    color: #fff;
    border-color: #1a64c8;
    background-color: #1a64c8
}

.ui-button-primary:disabled:not(.ui-button-is-loading) {
    color: #9aa5b5;
    border-color: #ecf1f8;
    background-color: #ecf1f8;
    cursor: no-drop
}

.ui-button-primary .icon-loading {
    background: #fff
}

.ui-button-secondary {
    color: #2483ff;
    border-color: #edf4ff;
    background-color: #edf4ff
}

.ui-button-secondary:hover {
    color: rgba(36,131,255,.7);
    border-color: rgba(237,244,255,.7);
    background-color: rgba(237,244,255,.7)
}

.ui-button-secondary:active {
    color: #2483ff;
    border-color: #c9deff;
    background-color: #c9deff
}

.ui-button-secondary:disabled:not(.ui-button-is-loading) {
    color: #9aa5b5;
    border-color: #deebff;
    background-color: #deebff;
    cursor: no-drop
}

.ui-button-secondary .icon-loading {
    background: #2483ff
}

.ui-button-link {
    color: #2483ff;
    border-color: transparent;
    background-color: transparent
}

.ui-button-link:hover {
    color: rgba(36,131,255,.7);
    border-color: transparent;
    background-color: transparent
}

.ui-button-link:active {
    color: #1a64c8;
    border-color: transparent;
    background-color: transparent
}

.ui-button-link:disabled:not(.ui-button-is-loading) {
    color: #9aa5b5;
    border-color: transparent;
    background-color: transparent;
    cursor: no-drop
}

.ui-button-link .icon-loading {
    background: #2483ff
}

.ui-button-text {
    color: #1c242c;
    border-color: transparent;
    background-color: transparent
}

.ui-button-text:hover {
    color: rgba(28,36,44,.7);
    border-color: transparent;
    background-color: transparent
}

.ui-button-text:active {
    color: #1c242c;
    border-color: transparent;
    background-color: transparent
}

.ui-button-text:disabled:not(.ui-button-is-loading) {
    color: #9aa5b5;
    border-color: transparent;
    background-color: transparent;
    cursor: no-drop
}

.ui-button-text .icon-loading {
    background: #1c242c
}

.ui-button-danger {
    color: #fff;
    border-color: #fa4d56;
    background-color: #fa4d56
}

.ui-button-danger:hover {
    color: #fff;
    border-color: #ff8389;
    background-color: #ff8389
}

.ui-button-danger:active {
    color: #fff;
    border-color: #da1e28;
    background-color: #da1e28
}

.ui-button-danger:disabled:not(.ui-button-is-loading) {
    color: #9aa5b5;
    border-color: #deebff;
    background-color: #deebff;
    cursor: no-drop
}

.ui-button-danger .icon-loading {
    background: #fff
}

.ui-button-success {
    color: #fff;
    border-color: #5fd291;
    background-color: #5fd291
}

.ui-button-success:hover {
    color: #fff;
    border-color: rgba(95,210,145,.7);
    background-color: rgba(95,210,145,.7)
}

.ui-button-success:active {
    color: #fff;
    border-color: #28c878;
    background-color: #28c878
}

.ui-button-success:disabled:not(.ui-button-is-loading) {
    color: #9aa5b5;
    border-color: #deebff;
    background-color: #deebff;
    cursor: no-drop
}

.ui-button-success .icon-loading {
    background: #fff
}

.ui-button-tertiary {
    color: #2483ff;
    border-color: #2483ff;
    background-color: transparent
}

.ui-button-tertiary:hover {
    color: rgba(36,131,255,.7);
    border-color: rgbargba(#2483ff,.7);
    background-color: transparent
}

.ui-button-tertiary:active {
    color: #1a64c8;
    border-color: #1a64c8;
    background-color: transparent
}

.ui-button-tertiary:disabled:not(.ui-button-is-loading) {
    color: #9aa5b5;
    border-color: #9aa5b5;
    background-color: transparent;
    cursor: no-drop
}

.ui-button-tertiary .icon-loading {
    background: #2483ff
}

.ui-button {
    border-radius: 4px;
    font-size: 14px;
    height: 32px;
    padding: 0 16px;
    outline: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1)
}

.ui-button-icon {
    margin-right: 6px;
    height: 16px;
    vertical-align: middle;
    display: inline-block
}

.ui-button .icon-loading {
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48c3R5bGU+QGtleWZyYW1lcyBsb2FkezAle3RyYW5zZm9ybTpyb3RhdGUoMCl9dG97dHJhbnNmb3JtOnJvdGF0ZSgtMzYwZGVnKX19PC9zdHlsZT48ZyBzdHlsZT0iYW5pbWF0aW9uOmxvYWQgMXMgbGluZWFyIGluZmluaXRlO3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyIGNlbnRlciI+PGxpbmVhckdyYWRpZW50IGlkPSJyaWdodCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNTAiIHkxPSIyMCIgeDI9IjE1MCIgeTI9IjE4MCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMDA1MmE5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMzU3Y2UxIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMTAwIDB2MjBjNDQuMSAwIDgwIDM1LjkgODAgODBzLTM1LjkgODAtODAgODB2MjBjNTUuMiAwIDEwMC00NC44IDEwMC0xMDBTMTU1LjIgMCAxMDAgMHoiIGZpbGw9InVybCgjcmlnaHQpIi8+PGxpbmVhckdyYWRpZW50IGlkPSJsZWZ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwIiB5MT0iMCIgeDI9IjUwIiB5Mj0iMTgwIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMzNTdjZTEiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzM1N2NlMSIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZD0iTTIwIDEwMGMwLTQ0LjEgMzUuOS04MCA4MC04MFYwQzQ0LjggMCAwIDQ0LjggMCAxMDBzNDQuOCAxMDAgMTAwIDEwMHYtMjBjLTQ0LjEgMC04MC0zNS45LTgwLTgweiIgZmlsbD0idXJsKCNsZWZ0KSIvPjxjaXJjbGUgY3g9IjEwMCIgY3k9IjEwIiByPSIxMCIgZmlsbD0iIzAwNTJhOSIvPjwvZz48L3N2Zz4=) no-repeat center/contain;
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48c3R5bGU+QGtleWZyYW1lcyBsb2FkezAle3RyYW5zZm9ybTpyb3RhdGUoMCl9dG97dHJhbnNmb3JtOnJvdGF0ZSgtMzYwZGVnKX19PC9zdHlsZT48ZyBzdHlsZT0iYW5pbWF0aW9uOmxvYWQgMXMgbGluZWFyIGluZmluaXRlO3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyIGNlbnRlciI+PGxpbmVhckdyYWRpZW50IGlkPSJyaWdodCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNTAiIHkxPSIyMCIgeDI9IjE1MCIgeTI9IjE4MCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMDA1MmE5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMzU3Y2UxIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMTAwIDB2MjBjNDQuMSAwIDgwIDM1LjkgODAgODBzLTM1LjkgODAtODAgODB2MjBjNTUuMiAwIDEwMC00NC44IDEwMC0xMDBTMTU1LjIgMCAxMDAgMHoiIGZpbGw9InVybCgjcmlnaHQpIi8+PGxpbmVhckdyYWRpZW50IGlkPSJsZWZ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwIiB5MT0iMCIgeDI9IjUwIiB5Mj0iMTgwIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMzNTdjZTEiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzM1N2NlMSIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZD0iTTIwIDEwMGMwLTQ0LjEgMzUuOS04MCA4MC04MFYwQzQ0LjggMCAwIDQ0LjggMCAxMDBzNDQuOCAxMDAgMTAwIDEwMHYtMjBjLTQ0LjEgMC04MC0zNS45LTgwLTgweiIgZmlsbD0idXJsKCNsZWZ0KSIvPjxjaXJjbGUgY3g9IjEwMCIgY3k9IjEwIiByPSIxMCIgZmlsbD0iIzAwNTJhOSIvPjwvZz48L3N2Zz4=) no-repeat center/contain
}

.ui-button-mini {
    height: 22px;
    line-height: 22px;
    font-size: 12px
}

.ui-button-small {
    height: 28px;
    line-height: 28px;
    font-size: 12px
}

.ui-button-middle {
    height: 32px;
    line-height: 32px;
    font-size: 14px
}

.ui-button-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.ui-button-huge {
    height: 48px;
    line-height: 40px;
    font-size: 14px
}

.ui-button-mini {
    padding: 0 8px
}

.ui-button-large .ui-button-icon {
    width: 22px;
    height: 22px
}

.ui-button-is-loading {
    cursor: progress;
    position: relative
}

.ui-button-is-loading .icon-loading {
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ui-button-is-loading .ui-button-content {
    visibility: hidden
}

@font-face {
    font-family: icomoon;
    src: url(https://file.hbfile.net/global/zh-cn/static/fonts/d42deff.eot);
    src: url(https://file.hbfile.net/global/zh-cn/static/fonts/d42deff.eot#iefix) format("embedded-opentype"),url(https://file.hbfile.net/global/zh-cn/static/fonts/5da8dd8.ttf) format("truetype"),url(https://file.hbfile.net/global/zh-cn/static/fonts/38963f4.woff) format("woff"),url(https://file.hbfile.net/global/zh-cn/static/img/33af1e1.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display:block}

[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ui-check:before {
    content: "\E930"
}

.icon-ui-account:before {
    content: "\E900"
}

.icon-ui-announcements:before {
    content: "\E901"
}

.icon-ui-download:before {
    content: "\E902"
}

.icon-ui-dropdown-large:before {
    content: "\E903"
}

.icon-ui-dropdown-small:before {
    content: "\E904"
}

.icon-ui-close-large:before {
    content: "\E905"
}

.icon-ui-close-small:before {
    content: "\E906"
}

.icon-ui-chn-skin:before {
    content: "\E907"
}

.icon-ui-calendar:before {
    content: "\E908"
}

.icon-ui-Clear:before {
    content: "\E909"
}

.icon-ui-copy:before {
    content: "\E90A"
}

.icon-ui-edit:before {
    content: "\E90B"
}

.icon-ui-export:before {
    content: "\E90C"
}

.icon-ui-favorite:before {
    content: "\E90D"
}

.icon-ui-full-screen:before {
    content: "\E90E"
}

.icon-ui-help:before {
    content: "\E90F"
}

.icon-ui-index:before {
    content: "\E910"
}

.icon-ui-information:before {
    content: "\E911"
}

.icon-ui-margin:before {
    content: "\E912"
}

.icon-ui-search:before {
    content: "\E913"
}

.icon-ui-sequence:before {
    content: "\E914"
}

.icon-ui-set:before {
    content: "\E915"
}

.icon-ui-switch:before {
    content: "\E916"
}

.icon-ui-closed-eyes:before {
    content: "\E917"
}

.icon-ui-eyes:before {
    content: "\E918"
}

.icon-ui-bright:before {
    content: "\E919"
}

.icon-ui-depth:before {
    content: "\E91A"
}

.icon-ui-danger:before {
    content: "\E91B"
}

.icon-ui-info:before {
    content: "\E91C"
}

.icon-ui-failure:before {
    content: "\E91D"
}

.icon-ui-success:before {
    content: "\E91E"
}

.icon-ui-warning:before {
    content: "\E91F"
}

.icon-ui-coinmarketcap:before {
    content: "\E920"
}

.icon-ui-facebook:before {
    content: "\E921"
}

.icon-ui-huobi-chat:before {
    content: "\E922"
}

.icon-ui-ins:before {
    content: "\E923"
}

.icon-ui-medium:before {
    content: "\E924"
}

.icon-ui-telegram:before {
    content: "\E925"
}

.icon-ui-twitter:before {
    content: "\E926"
}

.icon-ui-weibo:before {
    content: "\E927"
}

.icon-ui-youtube:before {
    content: "\E928"
}

.icon-ui-password:before {
    content: "\E929"
}

.icon-ui-fundpassword:before {
    content: "\E92A"
}

.icon-ui-anti-phishing-code:before {
    content: "\E92B"
}

.icon-ui-email:before {
    content: "\E92C"
}

.icon-ui-ga:before {
    content: "\E92D"
}

.icon-ui-phone:before {
    content: "\E92E"
}

.icon-ui-security-level:before {
    content: "\E92F"
}

.h5-toast-wrap {
    position: fixed;
    width: 750px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.h5-toast-wrap .h5-toast {
    max-width: 650px;
    background-color: #14181f;
    padding: 30px;
    border-radius: 18px;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    margin: auto
}

.h5-toast-wrap .h5-toast+.h5-toast {
    margin-top: 20px
}
@font-face {
  font-family: "iconfont"; /* Project id 772731 */
  src: 
       url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAADn4AAsAAAAAabgAADmnAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACObgqBrySBjTsBNgIkA4JsC4E4AAQgBYRtB4ghG1BXdYYcbBwAOHteMqKC1BxFGeVEZ///CQlKxtj+iRsDVC0z0JLIoISYsnQrlccspOrkkhFZBMXN5smUK1H8V9IgGGT+kOlHS8Vl92pJRzdH++sJmn5y8LHT3ti30oIDC55AZ+S5yly8LoM0Gemgmy23Xen+fvQ0zWx56OyQpGhCRG1WTTckbFiTE/OXqQs7x8ZzEtPDuaqxiT21ewgwSQ9BPXJj23sj/oU60AAwMwmAwkHfVLWu5tQfJg1LCj39/VZKGXUQCVGwKUAhQbc0HzhHnexZUdbDw39j/e43Dc1FsRJogUwmxtl9h1leZ770XJTspExrO8HUYWbTXQoM0iqtzrnAMLUj0P8BhDnmpyi4qAb4ufVv2azIVRBjQeTWDAaMBTUiRxqElAUo6WEkmIhxigVWYjXa/87qu4/2YYMAcxvWuYmAh04i09n/jzU1bdHkQOKBHEs36djz1eFrzn5m1+fRf3oSgfIlBuw67YrZSE2Qw6rkkrnOXJ9EkEpGg1SgISFA61g/3TaTXP/tR4D/334tD1p3S+Sci4S6JErcEv8fdN5cZPBZRCVRKqUSkriErplSSaREyp0x1XQlv8CyJ8tTSpMBpU6G1y3DdHek3n9H8qWjXrZOcqNcKbqd/m2I+tTS5kCkXEhXSm6inEFK1aeWrdUxs5EpyJQxyOg1Y7Ysc4Yp8ZymzsQshf3GsGTHt7Y5mP+MqeSD2DH1iFVrkHwR97i1j+H1ANrDrcnpwv4+GCBANvIjRYt/+XMU2raR8lECLJzFBqLppm0rD0fOYxWWJmpwynym+1qYr7NBRnUWmOB/v3lDDuOAYCvOhSo2f+uODibztlMDX/b1LgPLW4D1BbABBTK1rFrT6DskGRqaTL4NUG/dMl8HZSmITfBzeW4/r66hUaY6+qLI/R78iCf99sX7F5/q5ceq/YOGEq/SZA2mmWHAAaffdA6Xx/yTZarqEyixkmIXpf8T/+HlZ6KaVH/yoWiZU4rxbzhTS5Q9PnVjz9Mv469f39U39Sv5d/TP1p2342bWzV3sv8Dm3t/uXG88/Gu8q0mL1ea3ubu3f3B4dHxyera1vb626O3juySRyuQKpUqt0er0BqNJJHTh4+cIEuAKFiJUmHACkUSmUGl0BpPF5nB5fIEzJQxKKvnUelC+i8F7CSTAjQQGs0hQMIcEA/NIqaATKQ/cSV1gAWkROJcW59fDUwC3CjqwozAdXCu0Ch074FyCC+Bcgf/AmQT/hTMFjsGZBt8DzKAYBi4UX4BNxbfOLvgOzh74Ac4++BHOAfgJziH4Gc4R+AXOMfgfwIkAg1MBAWeCBLZEPNgWlWBdTAZrogEsIprAMmIqWEFMA6tiBlhC9IMuxFrQjRgAPYgDoBdxCPQhDoN+xBEwgDgKBhHHwBBiBAwjjoMRxAkwijgJxhCnwDjiNJjA/2rQgYwD7cgEUIFMBJXIJFCFTAbVyBRQg+wBapGpoA6ZBuqR6aI+MgAakZmibnpCgF4QoDcE6AMB+kKAfhAgCwJkQ4BcCJAHAfIhQAEEKIQARRCgGAKUQIBSCNAfApQBlCMbQRmyCZQiVxX+tJv8sMc/Sr40ldP518n/qd2aI2+IZ/TNWK4RZlzWoGzKC/+jfrQqrM+1tpEmjf1eynT9UkKxYV66S9S0jnQunbcB55TXGjs9XYtW7H23K58OtU7nNcl1ywrK1Z5zdVZefal71jmky5GklbHrflYNtN1+p6pFcLrifNJGR+8O/98J3UJ7fyQhxf2OiAH4+53BkeacGWs0mWRkucS2bVsJgyuUxZ+Uo1YxW9qEC8ShKBPqmQu943MaTxh7QSGOauZAxg6xCgXnYilcUQijSGmPDLrfqvjZ1sVJnhVuAAy8bsQE6Ls9Kkue2+zdnQvWtk0onXx7DeqHcjRPaDDtQHpfLNKgNeEZcKrTxdpOLl3P+w9iQOaExQQ9KqdFns8VrDbAYMUJXGAEYSuMg95y4VcVxFuPwvNGz9FLGUzkHCudSiug9wiwV8SNvQ+MNQqKvpYb2o5L8jaTglCFjMuRCrDxIxUU5lYs1EWwXOc9UVd0QDkpx7u5AH0/jJLk1hNdwtyfDQ53z/VPvwYN4aFPjJTRsYghnBJUaRV/qvrx0gs4IgfFoXkfFCgcLiFUvkj0A7QDaVjlK42hUB5e18AmCowZRwQnHDnpxuOlOItLE51ZCSQ3k/Ofh3QB4+Yg7jHsZppPlBO7DyYryfmXvOxzP6qWBILiA4ihdJoRQUg2OzQk+jdXyYeMf8DMArofyINNl9Ul1ohR34PGpfdIYwGFDDxPmiA1cRrHcMel6+jmix0zp5/Bs8hYV0jXz3YbhI0aWnpDI1aSQNR2aruwDdu9EKP10skHP6rrvZL8K0o7HZ99pfFB44Wthp2GtScr/zlrdEWvv6NZAarUwjo3yVAxTjP4T/a1HVGAGDJb57S1fRgc3UUPJ/b4fo2UmYyFBalXy77qiOPVkh/hFmkK2vk2eU2Y+Evgw9HGFVrD/e+2w8WZrdD3Rfi6UfUXbOISOq+yNoXMjZSr4SvkrTztb/Iyme+Exjz2S4CMZky0q/eqjweF3GPac/UoqQ/Mnu5W7TFeDc2hJ/XhhU6y2vrlWoUVe81czdtapHDkAkRC04lYv1upLVkCUiKIhQfB6vp/LlXirvGLuCD7KG/QXAGSSTQXMgrzVVBkx+5aBMeDnMKSJupoot+FrAbnMEcpmo3WB44waRbWdwxa7sKgTn5P2IgEKeZxyCOtgUP1voKLVbcQzui4kzXUqpXR72vuLiX1tIaw8HWNUfzh+5QT400uQHHCHgj6Jp934qXeief9wkm49EyQkdGnozHANfEw7sMMxcWJkOsy5vzNPqJuzaXAa3T2hi7tPNiFNQV5STB0ZXOpZljwiAp3jY3C5ynH5YRBqQ6WMAaL2cXFLleSpkCGEOgFwiFGKX6Rc1Ix8qCxy1ThMiI1pacPbWs01gG8cS1ATtZ+ru4RU64JaGcnCCnmaIoOK2/hQoa/qAtBhNxytPS8goqxUcvWl/78RhpSNSnB+w/l79XNFE1tD/qxAmI2IS95xMvWB1g8Ctpz0qUtyg1Ti2O9+zrmWWypnD9c3YyVz5nczht7B+tMmgVSTFDhuSW5uhzVDHECG6yiwNH+lPBxOFRvM5go92mfqOvExDRj8BCleC/n5KgQ6NhATN46eQpz62yESQwhjq9DtN8wXSSYx7F5f3cEOWrOry2DxBsrs1KQmdbSqcLYa1WtDJXY/NMmVOYb28G59fB6x17c0pZfCOyaGe6bvuciWi9pRtOsiyemXmxazy/1wmIsQ36uluj7XR1sjnx4nFXLXlk8eEQO82n3LzISZlscOIv25Fb0KyOvnrSDgm+FZk0PRvxuR5S2sUhhf1FjCm5AvrPpbe1S4FETYhVsClLKMV7tIBKpxBcwqTdGPURDhmzWfXHfNTrP/EPTnCCujbmlFv2UenRauhsm9CmxGZVa1jCETSlQHKQxpFFDJEBQnacFuFDqZpTXw2l9QqU3ebovT7E8fvCEKYSNjjMmlUKphU9wLh/ZuO/kQWG/YzjYECdsqSAHjx0/ecJQphAgsl9HWm6sVITHqps78YPiXDUdVZ2Mdq5PqUir+FKneN/JzvjdmQeqsSS0MqULVa0QfUrziXpaZ2wiB9NOPE5q2WwiTCZT1cH9zDfYaFiugaIOxlgA1QKlrqlp1vImbwXqp0lOChmkPlU0KAh9IMeyGuy7+zZ5sopavVpZjrRCXoyvNaXjiISmMtP+2TmFJp93KxtNK2+wrtVJXXlQBbrRdQM4lQYKIfBV/rEVqBceqWw8wgL5i1tqX8N8dXYAmnsnfcyeSyq8Lx3ALs4nVLoUn5DEFEV+f4nDBQGBZMKld3wQOnUtzRRmG1n7nn2eUV9VX8nNXE48R06Vpb/zd/qn+7sTWF4VjZo9gA47oQWFnFqKUTganM597luDWFivE702xsuVacwrxJDZffzl3fWt4PzGxc2uvbA5aX28jeqFS9fvRtpBjEGWa3K8qW0iJk3fw3XDyrUuWEuFBnCPiCTBmLuuQauAZCcRCxwH+LLZ/NrvVcyPgWsDPcht6lqRgJ70A6Trg7q1dK4Qf3+uQzW16Imw8MPK2QtNjSGVAqGGSiM3xSSPDBxKiTO7ZJ8HEgg1SNwIdeHSDviM/+0FuVMk+O6A3BuIVGSiEHjl7W3MdeKzElGH4WaUu5GFN85PVrJhZ/dBW9VioRTtW9bM8LiihZrQeaX36TMu2RbDdP+WushKF4bnFwCY0SfexoAocs4yAyslvycIc+zhIZG0c0M6BibuSNacM+eXAaNyRhClBXaSwdioBMkG5qg1lYxFDeMyTM7gFxmxLEPl7gZf5IKQ353G7OkYDPWkQfxUj4WJ+xlOXTypfHZ+ub6YdpDIevV9SuAd+6XbY0gKP7O4+e5MvISAJqaaWrW3KHGdrMxd+pks71kccOIMsSL027XrlevSdJiW8NHTAyRI1suSrt6AaipFJnVdgf28vNRt4Th8vi3RP2ruvQkK8AaPioBHR4SPyPfFWKGR3J3gaTIuxrqDR1WydhtIufm73Ygj4LeTHpDLlT323+QH9VoNmFBZzqqKUQgfEIbQLk+104PKMVZAWin1lwuz3/wgBSFcAhiAnTzqHAsfeSgP5SEcZud6umnPC+yhWtctK1dez+3u8BsFJzuR6xJ/diYjAN6fNpQq509Tu3rk8kNNftSHiUGPbXhpMUIneyUIq1oZ6UGn+gXHJrzjb7wF0kzJU6XIFUuotF+ABMU7eMFpPe4MLMZZCTlZUSGVBC+7x2xUCtKliSWrOZX0akmh2wg8OYI2lO76MfnupXCqTq3VG7MT/kKmHGY4wTCcoAQ/6hQ/t1SpefkXw+u5I3p4M/d5/9TAfraYderk69qZPAfsHyYMD/KLEvFqWzXX7JVCa1RBxWVxiuWKErw1gK8MhYRfEHAnluAMO0MSNy3owHmFJ+1cWkABmoediuY30JeaQa2p+SyI7s/JugYICxnZdoNfL2LkK+A7AvUuCPokQPyZpjsIsYiaRQipEpONFIRKKqBAssdm1MzkQ2wuxjwR5RVCRF6l6D5vQZNiLGohRyUNhou3L27i/hrrcjLQAmc8qmpERZP/mowXJJB24ky7duHthZSlkHWqm53iqX9PJUwZtZsy322ov1fP2rGFX7mFVm+x9xQ+dGefXNnj7Lmh2L9x9bX+Sv9ZbOjKmFrd61LCGdOvhvy04Tw3h3lcscnG0Cb/VrThJ20ppnMK1TYOhoqx/V2aTVNJoqHbFLmRHScUexcPuFZHymtXr+8v+W1pb3JT2Ci4ofw1YbOCXpwkD9kBYIWoksEdo6ttgFVZOb+3CJOR1eIleKAgzdJoUdOMrk+8oENCD1aTyXH94f5NR+yo6UpQeu5lXaR1/bo0fbP8gvnsxc+6xo7arqRhS91uPSdJ3M3czFYNFZYJB3V5STwNrXHOIYDO+7snn/zS27VrKdsQdqS10ZNUx2gPZgpR3aUXJYmoqqpY5nykfvauS8ORAosATOCflJW6KbkD/8uE4xxiCGn7j27MJoLcm4iaguycEEyXlKT5w/9zBJMqnm8mUCk9w3XILTio7zhZjjgqgwQI2bXk/ftiSHAvRg20/ncuj53upcQmptx3R6VBuMjvBlYkaQ9ug6yFCtSgQPrVVIuErKiEX67sONojvEU+/u+7CzOTi/X5qZc4pYwJwQ/e+qVKqVxV3TKRb3QyVUmv0RXN29j7F3tRUpdDF8pDt7wHmu8i8qArDcxHNt53WKAa2ExOd2WneMf4uwq0G8oenbefFR4Bfi/lfr1brYpFJDNIEVb3yqzJtCRXVjg1rXuLweQErC40E7g8XTthAwaBKsgg+8X7lxJIMcVz0w5KUoq2lTA51kQIabHkeEIf9p2EBBfMg/cEy65EO0yqYmVjX35pp2WnpCv0u6rZw7WxLsnsYaSd00xnMFTgZyYr2EhM3oQKsJ/7lSQkwvFYlX6Q+U97FXDrZTuLLQ+d/qTqF1Y2lHfj4FKkfOvAhpmdjKDhTXeS565mEzMRRdzh4f/CKztQaWJRgruXgUok6U+xMpL8l1jD+zH4kATpsVFLkod90A6Jnv4Yb7gnZVuGhQZYCbZ8wGGhTMjQs6QZSaKoHk+ipNLjaDZ+vg3rcK4dcvmC8yvzQ8mLjQ5RjcM3eD3sDqLIfaetVtGDTrJTr8dmYqe0SO+xjfp8opx44mr6GVk7wx1NrVCpmJzghb6TIgvvnkhBvYpwuYwAid1BNgeTrLk6N0aFRFzBGfobBXhNDvCBXC0uJ+UdE6nMgdSjuyRUiscnPVeqppchlBDWAM1KBrFikUI39gZInHhrZxPxccPlzUzYDk3GXVdjJamAZR8OJXNtxCMmFiLSxOwpZoeX7ifk1xtR/o5E1pKAUwpbYqTbZl2ONrYwSzacgUbf+egTTIit/a4x+y92JzCKVU5fKWaLqHSy4EdNtyjojY4zYsdEhbu0yBzVU3A7n6rOFBrGrbrG45Pt3NbbC+9eGgxl7Z8eWv5eCCJfSUwNhnvdYUoLAbmVV4oz8nDBgUvDCynqSxKAyfU9N5pWtMl/wiJiDvGSav2o8gufNvPrTIvMUT3DpM5qQvvDLOw9H3Vto6lmotGyaTsdRytS6BF3QVqhB2TVamtpd6hKQ6cKzmsjY8bouN2VGYxDlB87T3XW+0uPzUggHzQA+0tbAvWJuQ83f1TA/jFn7j6zbbyVLzMyauvLjI1YD+n42AF2i1/bK3FJykjwqaAYlZQx2d6n1ADo+lopxVYTD+pa9rjNELKtWTIu4E9nDHZllnoMsb4E70uwsmUfJczFZOiIADvvHvQN58EwShnoyFZtfExlPcZcz61I4P543LLylfo6K0oHttz7c4WnQc/fFXf0rr6vdAG8MX+C69gK+iso0uAbG2sbU3fd7tx/sZ9JLZzpA1b8lSAtStRVbNeYK7SUOOVkZDkNR2jUANio96Kn4DF8XlEed0LMVRQfZFadsdywtPVySwI0SYY5N4zxPS4C92KLYG58NAk40s69tJyf062hp+9uVVAga8P77KtKjPkQkQe4FYTCz2+F5YP3445+JlMZy3lqu5Wr90nso52RnZarQL86PLf0PslP5wfOKdk77J32qzMYyVKlohKQ0e8J0X0TaHEyAGx/WUPIyNB2Sj50T4ResH2NqV2UtcOS2rQlQtQnWe7u4sWWQsuoK+OVNZAZLTBbmBygM1jLv+O+qRYZ0k4KxOAx1SaG1ug/WAlx9aklJnLM9uKp8wNupqSqmpm8rdQ7DS8+lQK/PLkwvNy/NBx2vFAVmHcApDEqTlT09SGGSogNe2701AhkqiCkfxpjoAhKWtxA0NTU8IrFdA5V3xsNrVa8OJsuShJFTmjCm0+Yq1YO0NYnScOumU2lrG0kYxu2rFc5ufoHtg58JSZJy1qdXgOcjHulG2iugaTIunml8ueynzyz/OR8CSnLQNFFUw0HOcBJWbh4KkdTHZ6ynUJVMW4KaMwhJ54LVmh6A0LRGQzIQeByxh1eH2y1jeR6r70SfNB4J3IDOyXzu8uDboZjTojQ1hzD4eqwchfzpHqLGrobIj/bF6cr0wm3R8hvc9WYXQac9GK2rnsqO1LmiGkHtzNKORfjbqpsCK2M7EF60Y7Il2JSxRxPtFZ2m1ff1XjGTdUtndQB7aYgpMwWRL7zPYN3wvGMJCtQX9UzbvatvSW0zF4xzLsFoJSYADSVCjqP7Suqg+94cr7v74KvzXBBAU8aqL9C91mK/AL5PxastKA80nK8Atobidtl5yVOm5Pyt5oAGwe+vJTYlH2nylb8nZvVVwLjkR3CDC04MsYtv4BGR2gIBhkfZVWE4vyRVvBbDU7Ug/wrZ7U0ZMhadnVl7SADLpKWhP1pgmV+SjbMZq1MlZRgnBzhU8iE0TOFkmN7FQMVcY8Hd+3J80awwB5qlXP+6PTq8B9VP0hrP3sjXceIag8ZWlT5Y8VTFN4Ac8Dr4QqBfAfXbngnfDW8Ay4HgNGAGK9oa+9iiI1ytcEb4GXps7Ay2MO1ca298OEsOECEDCqc2GtZnrSDYW2HuWBl8A2MJZa58a5SLdS6DB5p+H4Dzj7KC608AX1Ud+SM+yEmK2bfzfdgQxkbaG+qU9etsjnb8+/QZtErq7YFnUwSdd0bK0lp35Hh6BIH3SOq+Qtx3bLyEnk3amFcS71zvvd8blW2ZhYQ7x+crJ48iAQq2x86UvEXEBIFgEZA2JNYIhL+s+5zsyx14r6Ze8tTJ+0Dfp30GNrJYJNavbDgnacE+dQWH9qAoY+27yXohc35q+MK8V3SG4oEpKtXK4nN2Mnyz83igMCtCN71kLG6ugALAGxsa/clUDKVyBYwKIvzXFZx6CUUARXNeGF7jN0I5EW1UmL/K+Dn5Kxb7kb0IThMG2UN+MZz+x/bXswQweCwoEOeaJwgQ3uA94lBrP/GnfSZKUHJMoypDWKRRmnQO9eZfXW+TZUy6hJ6G3XeeE0/EvxYi05gcRkQGzS+DmMkSpNbbNWHiWTw7dsP7n6bFPz3N7FaCDG1dp+2n0kOuvwf454sdg/ndHc1JA5qcei8+yYFT7+vJ+iPHdPj9eXlV9whDINhxQpWDsR6lWkKRVqpAZKl4ViFjlNF19Or9N6VzI7UV0IXkxDsrm428uqIICk4CPaDAxA9RCme2ANjJAR5kyux+QdsBAcwvcZGS2iaqJ4TBuxARoZ5Wiat4WOXdxelQZB5eGdk7NRjr0+3UDURAdjFWEvk18cy/boeuzMjI25aGb3hqdERT0uFZXFNha01YU/0RHloIqNw0/Sl907pBSWv5M4nW61bn8yY8TS94NSPsn+JKcEOiBAslpSpKwRqPl9tMWDSElp8ne9glOsBsBRT4VKlK5XpKtftBdZ9pytdqttK1XJ9RoLULJGYpQk7CZgyS87z3snXxWyzj6oq2hVxsKZVss2f15Q4R2Gl45qqoo0XBm+813a9jx4IjnBGBpWlWiZxa3CFkbpcj2rPyTEqnG6p/ppepcc7cXZPq5etuc7uYaMI7FRz3T+bpxVnxztV+uRdXarDK3d5O7ym6LC6RTN0OEOGctSRrKu2u03JOseoMsOA0wGLfpIvlmT+pD7Vs75lJFVn6P2SKYcoamfrXVQpZQU5j7yCUoq62yqZuWLFT/aTvO6w7g4MkfnwKUjK/7VYqJDzBGmEFMqOXWUVQq5QTzhCqBYLkEKFzWtZ0bYz157KIyAjikxKH+WiOGbWChXqHkrsHdK/RMIkDbp3e9VzUZdQLHQ48TBt/6Nh59fYds5rHmZiOSuSHsmO3v/ysEzwalvlPM7OwG01nRvjdsFX21VmDoNTxmnhXGrVLYJ1ReVOFsz1XpRe16qPB8FSoUEwZ9INWQ1UV0MJkw0EV1P6KiBGGWwJ5I4sFcKnwoqhj6DFMEwErFYm7KC0sBuDGZyBakpN8JBMCBmc0ilvIW8kI+WYMS6KQ+Rg/61YmyIrgqyChKqVocGzIBKKMLgPQAbeX/C0mh6MjMhMYwNAXTrQjLahZzcnzOoNuTkHNHWU/OOU8NwsrgsFp87QM0ayp6XSPEMhO+HnPp/t+/ziVBOPj4ZTsb5NQFOShes/4OZeOAonbP5XeIiTiSmK4FBGvp5Im1+2xwuNEoIFjqufsO1zJ59Yq0rTbhzJa9Nivozgfjz85kdBfckFMED8aNvrUmHgVD8CkZe1p2B+HtVAfK89nVX8xv3wBL7rjK0fQb1gFCeJdzeQOZcAZQiRPW3HQNAfZNvjCokQ/aTcO3LRIEoSAQkbZOP5FbR+JXVvPjIwz+R7NyxdVUsrpiqxyiaGdWmMGhZtkgBvZRhdDcV56I28gL3JdC/SMGOcMQzyove/BZD2dV2aX2PuU/tFZJym+apO7gS/3M+xn3NiY5+54+ynox4SHxIdFh6+aKpdncSzJnGPPpziGdGGx+ELDClDSqgByhsCrMUKcHh8W4TkSpcer+9drBvSWULLyiJ8idv/6NENaS1hUyZjX9hpk2Drjvd0PU6foaKqDGofOk7q4fb+Fot/p0XRfvn/LnzrP3bjDc3D/lLXvL7mK1eYM++eynAJGj1mWtxVERqXpio8wU1uFjdkpl8H/o7PLldE6aILDXFgZZ5Qr+sTi/qya62tffqx2YRqbXATp7nUqssOTBGEGajppDSVqQ1kMNXW6YxYVE0cnoKKq8EjhCYfp49JCBd2MKfJB2A/4U+0tnuA3SyPduvElZyVAb6fUpYb3O4x0Xqec572IMa5zX9en0ahTPPpNrtlawqgTJtGubbp+/SpMAmzRfN3cmILXl7/pLRQrqnyyZspdymbyYUD4UeJ6B8oPC+/YHZ6BoE8WL/be7oAdQnNRZefoH/2awS5q2RAaUD0Ibyt5ZwYXgwn2n7gIhSIilwNRFa+gZo7Tq5JOl4zDwW0oOZZQi3bYCFpADeN66khj89FA82oebWJI7Xk8TS+c2uxRuJq8mrSat6DWnJtcs4TkefVJB4vohRF+wugL0RTqdZqdQVhZxqX7Rl/uYKqPtBn9eCZ+y2NHaTCgMJlscY1rUfZeX9zZk3UhhVOAe05Zw5qTDtcDD9tc4XI1aX0/D4arRTqEeJSVeSVo2Bco1V/nC8p8AguEBf4OJINCqgeC2bNvke7dLnqiukDuxk9SU75b+iQCccbNUJHtV58/Ffz65aNKnAgE2r1OHF8HhJkwmuBkCVExFk7eF4BMgJ5xvaKFiLqI/OtkyIRHgXI6khkgXmvfR88AlkYYW1n5k6y8TY5T9nPIoIR9sSRxbTFMfuWrMNMxqxbot5PCPIPEvDjPqBz9KCGaHu5b5v3LGtlg7oDNj04u0jUTGiLX+xvoqxXrK5uWhG1AbXImt/OGhCvK2teEieEoTfpOOnKtinvpjDR4MOYsfmjkpVT/GUOKFj8dS0bTr4zQwfIN19mTfrCdrK+TGKlhlGWk72qU5dKvU9zFqbyV4jqpN2fokJ/Sx9+iOMW/UUcD2Xr0qPKUXdDFoubxN8o30XK7UQtE4NeEjWDt4jx48PziD6Eft8ilAOXc5rjRBKTw2BWsRvFYqMDXTeKxDpGW0NQfftkLtvEyTwyfebhrjmXTdey++nQPHgvgoTsQvKcFTs9NIFuINgsXkaUE0E2B0kOys4FgukgMopvtC+WCAZ1guSkQT1eX++ooPrDAkpn3AaWID6ks7AIePRZZgsMSskjmGlzgOSsgdbcwOSd1I1EnYg4ETUfNxQxhCNPN5+epauPZbe3OXaKY4kpIDFov5YGP62N5P3iPyuY3Vo9nC03xGZyvjwgXi0t4GZioLnlEyovQiDBC13e+WNEqTrc4Bv/FOjP6Ph5VaXignFT0Zo3CtCza1tqHfkMZ1PqVnwkwwvYybjH4DDrD650OyVO96oCnPf3odCXMcFQi49pOIEUTxr2MUEtwYF34EPf701jDBO9GFq9dk6oYIId+UgzC/WFDM8fA8jHSeOHfy8NdxJ7hP8UH+/jkce9fVJ1aaQSdgkpbYZPvIVL4g3ySNxUnzn1qb3EgzzBOjes4+69ijE0eQ/nBek9d/Q8R7KgrN+bCzwNQXnD2HKM4epejg4/4Y7XXztw1PvS++WBebTVo4U4jV1razkxxMYFEGyRJnUaM6bRlgfPn1ART9tIoxtSfEsJlRGZmRGVhFLfFENVfrmHJtM9LXzerbR4iUnyQ/3x2yVmSZxJHC/dbpbGicVxUvN2abzYFHcvdKpOX6PTVndpa2q0XdVaXU2Xrrpap5/vgx0JP46JwMxke7DeOmIqy8kqZrmBBWcofRS1gq/nJ5EISvwcvJJAsgt0fHB1UvCQrxeAhukdqEMoMPIiyk72/n4s/Nh3b3IS8pJ6kxE1voCyZhxlHMns1oKbB47GIfqQ3C7RbbIr5olIETLIMi9ZEbQbtlhuWXOS2y8vTG6aM7wCq0ApVu2WgxYkNS2dIEdwWEDtZ2fGMsXyhJXkPkotHckBOuoR+Tj1H4o54C1VS0GDKxOWK5ZlHLwdhT52DB11u7X2lPwUJvi6yl6fGB9TNMYz5s9tRY6+gqN2b6q6ZD46Ssb3tl+x9dn/At5Aa4usoOMTb5eLk1QlXcnhdyS/rIEljYp0CaaV3El+bb2VWvF5UcM3v28qPG5D6Jnt5z1tab2bT8+sDy3gXll5xsj/ltY2XFhpzNRL+JNWEX4Fkvckjw0FWWRhMKGOfRmTQDMZ4xgJmL9JFPiPotk0Sdw8h8dWCQwWvcVhcR7M4KVA4l4qQP5Ss9K2sxZwvKbp+lUWNo7lzR4F37N3wwYMhKiTJqjhHTAwDd5gZd0O/dRevt3HDwCcEOJFP6gecgRTaJ+IKCCZ/08NtLG7/hefD8KXwqASeJkVuhvmAVbCE2Bpc2mO0CXo6RG4hDmjBgPu+3cJcoSjhMc4iwNO9V4pq7us8FVcJuDzm5f6Bp6dtm5+TSZdfcNL47vpj+w34Gy/TZ6aLwGZ9Pk1aeuEAZAMxrya1HXwLNKa7Q89Tso6C5xaWLEADwR8/8yAs983D2x/rA6Dz7GePm2dAw+VCGnfHjTRK8jMmf4x2bG5/iK1nm5pTG50NoVlDjT6GYPjWdVH21yazEB9tjk3WJeVLTza4IUzP5GWlUmfLG7sWnw9/GW+nsGzIqu0g1z9f0KJ8KWeMqitMqcgJoPkgx6gmFiQx2YtwKvbYwJ7HPCAQow9Fp5mkBcbyxvUVMXbiEfCsoO4g9qPH98cpMROEF0GQgdvSbLtEhSsrFlN3zTZ1dJNP0045ssieW87AhfEA6FXWN8ICoKopjo1tWfqaZ/eqN5I+vX9/8TUEXZQ+JF3Pv6+Z4Put1YXAj5/HCKOFN26tDjqL4B5RM1EbEZYZlgQgwhPHlgW6lKoMlQSTvw/doLjDSdBrFKmZyqtTGhDWGdYEcuRTORmpPWI58w1rnLQrtACqk+vz7H8Xsjr369y/Th6eLpmfUfhlduJfYkDXOnFkZgkT6H0BYHZTDYOQK5jvSEjw4DQiH/xzbOAmog3LjRa3Rbhueq4dxpQ3dv0fT0QX8ZYY3TNx6eZEvaG3A6i5IRJvdTrntdSgxqfizdpdVRU87nHXq8f6/i/sivwGHw/vb9UdX4X7Tl46Lk1O9aMA6ycrOpK6PRRnQ53hw9B+qZAqqGVd3A63eh0m6z59gxrPFDxHmWaqv2eY2vn0Cnln0+JB33O2jHP/VXB5VRZzYyI/PDw/FqDSdaGY8PjBc9zLDnPLZ61bzb1ksR9SwHRptvverSv4FXQdJ4BEtQ725dr4wlSEx0Cr4N7l/MWfjVHHDEDnfyqMwLf6OuRq3OYpAh1yZkli0XrlwiX7lWXRBCY8473lZA6udbSf+Z6OpTZNR3Lkbe6IZ6uKn1XRx2j1gEzM9oBd8xPGq3K0yFPVaqUCiCycwiDrsxrP6zsfZavToJOA08AAFYjSVB1/rNeJWiDNijaGKiPR8bJDD4kZf+zRcO72sDTQZfi4fY8pQxv2SATi+WB6gaG3mmnh2S1VE1e9J6gh0yRG6SEyDQ1f9KL/vz+F3lq/s3xhLbQketXR/KM4psBL8N8ps8f0NenBxfup1PMgQWCHU/8g3TOhjhOAl9WRtD7uGR9IPouJT4i1XEguMlfwGwBl8Nf/rrnm4aXLFCrcXOMfgK5XS5LU9Ltk2CFynylPn1evtSeubMGFCRI1qp6nV44OzMnPhI+e0Os7/FmZ1+jOzjb32BTJ3IKODn5nm4g8vE/XgMUOHAi7nziwr6HRU5oeBi/0H5el4cVhOqLsUv2PgC1dOTNAiYf7J0SL+KtkOz2nCrYRgahmuft9a5nscFJudl6XXlhmtXNhuIWARFK/pODbOUY2DN4LFT+ZqOjD0cwPc4j1QN48JJJjkk/8fpLnLR+EnD6V8kUfS6u47dqIHoI1goA+kSVwNHSSD15J3D5IjtIEpGhrzNRE+npuQ7vNB9Fgync0BKwOTnZPJOzAFcXGZuGzE2Om8ldgK+LeN6nG6Rjm+PwBtJvib01/7dgTbS1k6Yj4JUpLX5/aBdMtD2v9L/5bELUo9uXGvipucxpEiBx7KZz0cD/SOnROqfn/hMzXC+FNafXbj/8R0Sme4MUSKxrPHcdGLaYbgA4hbdCAlKrhQI1Hwz8aeULRFqtSMBSa/pPVMs/vwtocn1ITdHabH+MqEMoFZXkbXu3ppK3wPNM5bxH24TtCKmwIS/rxveFR7HSRvLVcwFqEeLdbgYUDfmV9V7D3Vkkw76DbXveeH9cPBuUV/wHJRpFJrIY2LHAn6B7HRvfjIxiQd4ES9xyIWP9VTJQmyEoEIFes3DE5tNyamBxqlhx9TsKv+DMwJRiEe9KP8p34e2FNYbZwJkrAEvVTSVRRZGRRVElnwzmvosiS6I+KePVuNYZxzGyHbWGGF15vSkeBbmIQ4YjPHlxky+xrpc/0ZptBketkR3HAY10QrgQGoQc47CBAz+wAtwFkYNpUFCMIwXCeZkv3wWmYVVQF9xKh8G2M5x2MB0sB9Nh1ih6lASc8A1rOoSbz84BZ6ymwqETInmRBodlgF+6DKcB69VOeAZjb4TX39F9vwUpTwVKC7eR2G3hKPkfNYK3mxP/9pJMS8RqrqMO0NCsr1BCFtgcXW+tWTBLPdsNNlcSIN+SYmibAeUVt/R/EoDil25fOBBu1JFuW7g2djmpjQgFSK1AMEuAlbcELd6C6ESw4WU2ITrh7Pfg54sxYxhgeqvSVHaxnOQkpXF37XaziuRDu0AyKkAvXGl5M2YMPcZNVrmtAYnStN7saIz12pHOHvdVZajdwDiTjZZUxnW6HeLFRHWQVkazlgixA8Nb+5Oy03sTpdYAPLekX9t0Q6phJUVX4Yt0Di3viWlaAhlIeXFNMqCf+yXd18U6CpbdqxQ9/LJs+Xiw5fabHItx6gcND4j4GCgSGDTi6uMgUEw47uPFcqlHWVk4Dk4hWuv1KZQ5Am0pMnvwKYgzyB4QbFXYwfmSXqyfJyzxA5vFvE72Z3rUhheG5uWGFUS+ABeF5odE5ETlg2s2lDXsoz+2IaKKPzR8jKIHUhFAaLKCFO4kt8Xnlm8ccuVT6rEZylVeaeqY8xTy7UBLoH9yEM7LK3dV0cnJJmxCQ2FTOhOB8N7+t9dtzMINRR/itZVdlEHnlufpHLaToX2hAV3KXGFcnDBXaTLU1RtMylyBJNR/FaNWaPR2exvhKmV6ukJ1+T8EWDLpVO9wb+ukqY2lafDVOYoISdUO+tCyU8D8gBSIiaXzSyma2FvSLdqI6A6bPndiSkZ34N6Jp29UnIX6athGhyJJdlNcjE1Fm7xTWI/NQHy6vYjMttPxOruvhrHq68imsCAOAgMxgc46tejH3WDGHcAYLQrdV6ddBfqRo4eYlVRFEKEW5r8X0TUPdy+V897DzOLEST+b9m3+N4h97cvLROzE+f8ygYQ00i2p9D01Q29ppOZXolE+xgOBAiF1pU+CQ3bRcCQ3qf8Z97/ZX6Em/lqYvDz9/DOY7Ycf2HRuAHwFiBm8pnTvk7sDAzrcoxS/NEiSWGkkpS5vgN2pTMheCSoOzNz67k9IkNgWF3b34p0ot+WdeaZUC0zurJeuCLC1TVS4gxKcRiu/mF9YjBr8A2joSLmXW00SP/ty/osXKSVxk4/aZ1NyInkBOSXZSUNfe27yQ5s6vOobKlrIweSu3lDiBagaT3Tkbm4abHpVcwYC3wYJNLzchFzoiWofIKw7oeK/5VMkaL78nbU86Z2dhxZvPM9YAcQ2VECd0Eqh/ctuXMzxHsUEsOsgqp+ibWQUO8HCQXK+OSUHxUlIsLHKUcgADX+kx6o4onYOuHnBbxDvj+N4cnBSqFO2BeaEAb4qfTP8Bke36jGIlaeWehxduXcLa0vzjUs7P+MKDm3sVAO6nqlDBeROwO/J5GKXII3X2clPF7jOC1z8tM7ONL5LcN4lSOd3dvLSiAgvPZLOq6J8vpaYQd5PSSf+hUin7CdnaOqk0dKotIDogCibdKZUmt+zsCfa9gDGgti/dL91H3RjJM7YDOkB1Wr/AW9VNwPNhIf9OQ0QNcDHNyOjAWwPgKWmaWXR7shId3TZuMGk3JHneY8/l//edD5mTkZL0O2hUUxjljg+y9TfCqd5F67Bz0fZwpnZs7N7aDN1wJRAxkzI0wdnyjV6smcDokK3iuwMsyInUO2Vl5Ud86MWo3ws0AactEthHXDJb48S/loueBW5BOm8zk7e8Ii8vnQxrY8v8sU0buly9n12hqh6wR1AkIj0BpFdL5qxEkJASbq3wJ3orjN9enOimpOg4STOdKaF/UbTgAYcQb1QGqrj/C8QjvtaLBfv2/KqWquS2rfl52hLi5115LHAUOsohOfUNf7ZuGfjda/0A5MjlzM/NBLFPP1dvs+r/EnvfzPlcoWcK+eU+MMq9b896HBjB8bDb4s6CXMQo0na4jc2UEj5o9AHRuGy0J8DhGJ6Hr3YD721SV5wx4p25lgFSbyHgRqLIb5udnIKmnsfj05AevPSh/1m0R7CzClZlkDNwz9i9xOAby2DKCBMCNmQnQnhBowLWXYxGFCyPgZJO1h3BsKAKMC9N5BLGsa8nK9gpsjrmNoUMBz21H6kwQUGBQUk/4I03KhNNxOSX8BZ2pUw3ttA6jp4SBf1vgcBeSsM+OIVHCN3RsDq4WSqPDwzAloPI1vdFxb8orqRXL5vW6EcIy9s8xUI1BqekBuaCibREBf3hbXtYQYzFyLYzCXFDhjq9YX3rERfIl+iiPku1D2yIDtLW7fXWvBFcktwfM2zHqn5yrkibTH6XdBCwgO9Zl5Z+47sw66Osn5CXYlTsOOXmSEtmrvfcHsXjKwC+Ydo/9y3YfcD4ddEpogw6lAVldtU5iBxijDRTgyrxStK/lJ2HLFiawlWDAP/AWTaMmCdYOzS1Gi0TMhWcspLGpiQ3zkmWAfIlmSBrEC4F4LAzZyBkPud+QmBXilGhRR7BVryLk/S2rD7NaOVoxUVN5d4BMT52eU9ECU5CJ4ATValxh7AQQvCZCTntsYv7piTrBblQ303xxQnqyZDBJuneYJo+MDfRQT6jBcKjAIAujqLBot6+yLv+0vPXAfTSXAQnRjMIhCZoPw8ZbDoYDpLxgoiMdtU9mZemCtAlZyzwIQJIwt5n7Auda0gKDQ5O8BrWD1BFesKy87RMv7guIn2DzoqIa+coVCmZsnD0CfW6BPckgoSDkemC+o++X4P7mckDhsunbgV5+elz1WrZ+4e/G/rd6LaM7lJ78esKX65s42bjhV6FkQ61jV44nkPHR/aNYg5njGTsyL6G9f6c256gHnAXALsfa4z1TNBISoPVoy9IJOpMyW7RBXQTJ90U2Ymr3l4JGb9vmnbqgFS59hNs6m+cr9TIePhxTaQlel4BzzO8VTqCPb+dOmyoXpjUNMXX5u8q/qIx/8xiCf5i/98E42YBJXOERgjV/qAdKtCVmInjzkoC5F9hIPWtqvdOAQOAj+IXwYHWoANsy9dVDxTXLzk+F3wIOc79IRvk/wGYw7GHhzdGufrdzDmiWyJaVIn7nPcr4hfClX+s4GPPxh9KOaQX0DGPtFHdRhkCexn9SvOPrHPoxVGRt2rP82uVcdMnfMQEAu5S/ab/NQW4jWZ1ccRehmoT+b/nIzbeTaKcgq8Nmf95IhZyRlyS3C8XZrq73auzggyyxPTXc7lFmlyoH89KvveT2OSQM/TagPW9+efolvV3puLU6edLFClhWZWA78H/LHdfJRCmprfvtw3FeUVgHyARtPnq/ft02iCPQMUBY9u9jPgBpOSBlmDiUnL/Zx+g3IF8GIpgyRz9Vf08PvIIH7b7rf9TXhXcZZvhk/3BL5RYN6QstQcegA19zWx5u2EtV7k4HqDATc4m8zyLbrlfaJ51hnXYsprXaB5ujE9whJmzpMW+v9T5E/ABeGWoXAFrHRYZAXpbyxvPrDrd7FsRBbOXe472OzgwbbCIKeP0j9TIOT3mttwp6cDE3Y8558sdPsrk6ctZ1PtgV3dxDGGu6ryzVYdvzgHeDn4wPjAl//DAVpdroP3wAzxbctTy1DRE3LKuq2JppABeom2lbfWN2O4PN9A/iFaT/5P+WTacUD3NzPfXzZjzoJOmp7jZl4O9JD84bFLNshqXtZJk/HYDSPZsWdaa1LrrQGagOeXdA5smeSwfmsuP+T8CsrYoNaw5ddslZEpJ5FvLMNQa1Q/h/fHZpF9rdUmb7z/w0LisbFTuw/eQ4vKtg7or4XGJr9QMuQPykVZ1i3/7aL6Ke0gtNdc+9s35X/bycK6HhH0pHzNmzpIqOz8Sz3H3hprtxZ+9L52ik2xUYfYcrPVzk8kVOyJl+JZrw6NY1XX1gFAXsnMT2vLGS3XB21q2/Il5UxZ5F3eY4AWNJenHqyiFjTkS79xj51OakkTWNfv7aOOfuymQ5rR3GifSm21DTx04AAvscaiXaX8yKU85TA3vVvXdaDW3p/ff37N8//TufPTlOuu835L18JZfK/h1BkfmonNFQMHOAiMmBq4l4GFRvh6Wv/73B8JqGMB4rfi/a/nV+SVWcv7MwPU4a6zQJofHHAvAf9j3rxI7rNkzP9YxAyOJD/EBT+J44pDKtHqzxS3cckV9+FQIB4gIyW27BJFZxRjBQEZGGbFDeFsiAuhHIgr4ZwTrf57cZtY3sV9hBuNB6huogK6pDETqdFFBEXX9vuWrPDgmdoEa/5CnwPE2wH/iH8YEy1uzf1jfMV7ZIxl+KSNX6oO7RBlat9ZO4chSDtHWaHV+1F1fvHwMFAh7q1MR40uIii6tt9705MVHq5bG+Xj/4U+B4ia03yb/h/GRI+9NfePBuJ7hY1Osy32tPFLZWxoxYmjTO07xjC4lrQzXWuFVu/HHOb84oGd12Cq3NevTceDsvhO12kA5CHTErYjlf+W9Pfj0V6fXxAlWVE13TAt23E9PwijOEmzvCirumm7fhineVm3/XZ/PF/vzxdBMZwgKZphOV4QJVlRNd0wLdtxPX+02kBKqMAp7BOleoOsOWJ6XjNsMPZB/OJAK2LgpwxcfJVfrzMEAt6aei/Tcn46YgQ5HZ1OlC73IE/E/t3cSy4PhI17al4OA+V4Iyqms5c/Pi7LV1HWGLl0OEsivRgQ0yh5lwekcxsku3KIiL3aUtZ2BOLFCPO8fxfJwb5e5WlOClEraaW5IdwWt2E0p7NZJDS/cw/WSmYt/kMIqBdbw5cGsqAkfCrrvjhQiSY3k3DvYDtbpjLiFqJLxYrQAS0kOoyvkRVj9UTYQ2puhoNK1+rirhtEyA79xoBW0VVfiNfoiKue9sLeGBjAYi+yXpbThcvTsv7IDTR8hKkezjlSUw2PTXOPptxiU3hdVrolLZMta7VRukZM/SNiSr9EpmKL1Is5nxSwtzcQozn5+fNylAk7J1sOAm4hjWJRskhOn/I8S1RT05waPNAq5bwwraxPLZroUpHtIEbZ1meIlFq5CmuMMPUYfY7N7QgbJOHlq0siz51kPZ+bqSzU2pNE7MwCdzbANOTKdYlrGRFcF8mP2rQNBmCfweMpcRquOaYKQ5kYN92cdVUrx3WoGpiBocqYchDVYlATQ1k05Y648HTx657chw9pZZoyk+6fNaxDd5aiDVhYYIvhoge7VtERVebKEQTxGYvUt3WBK/7yIMFVfxqgHwE=') format('woff2'),
       url('/font/iconfont.woff') format('woff'),
       url('/font/iconfont.ttf') format('truetype'),
       url('https://static.coinall.ltd/cdn/assets/okfe/seo-ex/6.4.44/font/commonFont/iconfont.svg?t=1625823564419#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-assetanslysis:before {
  content: "\EC71";
}

.icon-ventures8:before {
  content: "\EC47";
}

.icon-naverblog:before {
  content: "\EC46";
}

.icon-zijinanquan:before {
  content: "\EC30";
}

.icon-anquan:before {
  content: "\EC0F";
}

.icon-kualianwangguan:before {
  content: "\EC10";
}

.icon-pianhao:before {
  content: "\EC11";
}

.icon-hua:before {
  content: "\EC12";
}

.icon-ti:before {
  content: "\EC13";
}

.icon-yaoqinghaoyou:before {
  content: "\EC14";
}

.icon-zhuanbi:before {
  content: "\EC15";
}

.icon-Affiliates:before {
  content: "\EC16";
}

.icon-API2:before {
  content: "\EC17";
}

.icon-Brokern:before {
  content: "\EC18";
}

.icon-deposit:before {
  content: "\EC19";
}

.icon-feeshouxufei:before {
  content: "\EC1A";
}

.icon-cloud:before {
  content: "\EC1B";
}

.icon-freebtc:before {
  content: "\EC1C";
}

.icon-okchain:before {
  content: "\EC1D";
}

.icon-happyFriday:before {
  content: "\EC1E";
}

.icon-jumpstart:before {
  content: "\EC1F";
}

.icon-overview:before {
  content: "\EC20";
}

.icon-status:before {
  content: "\EC21";
}

.icon-pool:before {
  content: "\EC23";
}

.icon-Subaccount:before {
  content: "\EC24";
}

.icon-Wallet:before {
  content: "\EC25";
}

.icon-Verification:before {
  content: "\EC26";
}

.icon-okb:before {
  content: "\EC27";
}

.icon-zichan:before {
  content: "\EC28";
}

.icon-monijiaoyi:before {
  content: "\EC29";
}

.icon-rewards:before {
  content: "\EC2A";
}

.icon-jiedai:before {
  content: "\EC2B";
}

.icon-orderCenter:before {
  content: "\EC2C";
}

.icon-qiepian1:before {
  content: "\EC0D";
}

.icon-logo_okex_footer:before {
  content: "\EB72";
}

.icon-Selected:before {
  content: "\E656";
}

.icon-Linkedin:before {
  content: "\E9A0";
}

.icon-biyong11:before {
  content: "\E9A1";
}

.icon-facebook2:before {
  content: "\E9A2";
}

.icon-medium2:before {
  content: "\E9B9";
}

.icon-Instagram:before {
  content: "\E9BB";
}

.icon-reddit1:before {
  content: "\E9BC";
}

.icon-youtube1:before {
  content: "\E9BD";
}

.icon-wechat2:before {
  content: "\E9BE";
}

.icon-twitter2:before {
  content: "\E9BF";
}

.icon-telegram1:before {
  content: "\E9C0";
}

.icon-PressRoom:before {
  content: "\E9C1";
}

.icon-weibo1:before {
  content: "\E9C2";
}

.icon-blog1:before {
  content: "\E9C3";
}

.icon-line1:before {
  content: "\E9C4";
}

.icon-QQ:before {
  content: "\E9C5";
}

.icon-home_download:before {
  content: "\E7EB";
}

.icon-home_notice:before {
  content: "\E7EC";
}

.icon-home_support1:before {
  content: "\E7EE";
}

.icon-home_user:before {
  content: "\E7F1";
}

.icon-facebook:before {
  content: "\E602";
}

.icon-weibo:before {
  content: "\E604";
}

.icon-twitter:before {
  content: "\E605";
}

.icon-medium:before {
  content: "\E689";
}

.icon-ic_arrow:before {
  content: "\E978";
}

.icon-icon_user:before {
  content: "\E97E";
}

.icon-icon_hambergur:before {
  content: "\E97A";
}

.icon-icon_close:before {
  content: "\E97B";
}

.icon-icon_sign_out:before {
  content: "\E97C";
}

.icon-press:before {
  content: "\E970";
}

.icon-icon_more_1:before {
  content: "\E96C";
}

.icon-exclamation:before {
  content: "\E782";
}

.icon-arrowhead_right:before {
  content: "\E8E6";
}

.icon-home_language:before {
  content: "\E911";
}

.icon-ins:before {
  content: "\E94A";
}

.icon-facebook1:before {
  content: "\E743";
}

.icon-linkedin:before {
  content: "\E8EF";
}

.icon-medium1:before {
  content: "\E8F0";
}

.icon-line:before {
  content: "\E8F2";
}

.icon-biyong1:before {
  content: "\E8F3";
}

.icon-telegram:before {
  content: "\E8F4";
}

.icon-twitter1:before {
  content: "\E8F5";
}

.icon-youtube:before {
  content: "\E8F6";
}

.icon-reddit:before {
  content: "\E8F7";
}

.icon-wechat1:before {
  content: "\E902";
}

.icon-xinlang:before {
  content: "\E903";
}

.icon-Reddit:before {
  content: "\E693";
}

.icon-icon_community:before {
  content: "\E838";
}

.icon-exclamation-circle:before {
  content: "\E787";
}

.icon-cancel:before {
  content: "\E791";
}

.icon-backtothetop:before {
  content: "\E77D";
}

.icon-dialogue:before {
  content: "\E601";
}

.icon-spread:before {
  content: "\E6C4";
}

.icon-Unfold:before {
  content: "\E660";
}

.icon-Telegram:before {
  content: "\E694";
}


ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.d_notice_item {
  font-size: 14px;
  color: #5e6173;
  line-height: 30px;
}
.d_notice_split {
  padding: 0 20px;
}
.greenColor {
  color: #2ead65;
  font-weight: 700;
  font-size: 14px;
}
.redColor {
  color: #e35e5e;
  font-weight: 700;
  font-size: 14px;
}
.home_div .client_wrap .wrap_in[data-v-46167268] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 800px;
  padding-top: 30px;
  width: 1200px;
  margin: 0 auto;
  background-size: cover;
}
.home_div .client_wrap .block_title[data-v-46167268] {
  font-size: 30px;
  margin-bottom: 22px;
  color: #575d79;
}
.home_div .client_wrap[data-v-46167268] {
  width: 100%;
  color: #4b5775 !important;
  text-align: center !important;
  line-height: 2em !important;
}
.home_div .client_wrap .sub_title[data-v-46167268] {
  font-size: 16px;
  margin-bottom: 60px;
}
.home_div .client_wrap ul[data-v-46167268] {
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  margin-left: 52px;
  margin-top: -36px;
}
.home_div .home_div .client_wrap #moons_mind[data-v-46167268] {
  width: 1200px;
  margin: 0 26px 0 0;
  position: relative;
  float: right;
}
.home_div .can_animate {
  -webkit-animation: slideup 0.3s;
  animation: slideup 0.3s;
}
.home_div .client_wrap ul[data-v-46167268] {
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  margin-left: 52px;
  margin-top: -36px;
}
.home_div .client_wrap ul li a[data-v-46167268] {
  min-width: 172px;
  height: 64px;
  display: block;
  color: #f2f6fa;
  padding: 16px 10px;
  line-height: 32px;
  position: relative;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home_div .client_wrap ul li i[data-v-46167268] {
  display: inline-block;
  height: 32px;
  width: 32px;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  background: #fff;
  padding-top: 3px;
  position: relative;
  overflow: hidden;
}
.home_div .client_wrap ul li a.download i img.icon[data-v-46167268] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home_div .client_wrap ul li a.download i img[data-v-46167268] {
  position: absolute;
  left: 9px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.home_div .client_wrap ul li.qr div[data-v-46167268] {
  position: relative;
  z-index: 1;
  width: 172px;
  height: 172px;
  background: #fff;
  border: 10px solid #2d448b;
  outline: 1px solid #2483ff;
}
.home_div .client_wrap ul li[data-v-46167268] {
  min-width: 172px;
  font-size: 18px;
  margin-bottom: 8px;
}
.home_div .client_wrap ul li[data-v-46167268] {
  min-width: 172px;
  font-size: 18px;
  margin-bottom: 8px;
}
.home_div .client_wrap #moons_mind .mac[data-v-46167268] {
  width: 876px;
  height: 480px;
  border-radius: 3px 3px 0 0;
  position: relative;
  float: right;
}
.home_div .client_wrap #moons_mind.load .mac div img[data-v-46167268] {
  width: 100%;
  height: 100%;
}
.home_div .client_wrap #moons_mind .phone[data-v-46167268] {
  right: 370px;
  bottom: 1056px;
  width: 122px;
  height: 253px;
  background: none no-repeat 50% / cover;
}
.home_div .register_wrap[data-v-2bd6cbe3] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home_div .register_wrap .block_title[data-v-2bd6cbe3] {
  text-align: center;
  color: #ffffff !important;
  margin-top: -410px !important;
  z-index: 9 !important;
  max-width: 100% !important;
  font-size: 34px !important;
  line-height: 52px !important;
  font-weight: 600 !important;
}
.home_div .register_wrap .input_wrap[data-v-2bd6cbe3] {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}
.home_div .register_wrap input[data-v-2bd6cbe3] {
  width: 300px !important;
  height: 52px !important;
  font-size: 14px !important;
  color: #000 !important;
  border: 1px solid #bdced9 !important;
  border-radius: 4px !important;
  padding-left: 16px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.home_div .register_wrap button[data-v-2bd6cbe3] {
  margin-left: 8px !important;
  display: inline-block !important;
  height: 52px !important;
  padding: 0 0px !important;
  font-size: 18px !important;
  min-width: 120px !important;
  -webkit-appearance: none !important;
  background-color: #5c00ff !important;
  color: #fff !important;
  border: none;
  outline: none;
  border-radius: 4px !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.trans-reg[data-v-5d3d0f2c]{padding:0px 0;background-color:#ffffff
}
.terrace_tips[data-v-5d3d0f2c]{text-align:center
}
.terrace_tips p[data-v-5d3d0f2c]{color:#a8a8a8;height:50px;line-height:50px;margin-top:0px;padding:0 15px
}
.terrace_tips .reg_title[data-v-5d3d0f2c]{color:#232a4a;font-size:30px;line-height:1
}
.condata_box[data-v-5d3d0f2c]{color:#ffffff;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #cad7e0;background:#fff
}
.condata_box h3[data-v-5d3d0f2c]{font-size:24px;line-height:45px
}
.condata_box p[data-v-5d3d0f2c]{background:rgba(223,198,159,0.2);height:30px;line-height:30px
}
.mt50[data-v-5d3d0f2c]{margin-top:50px
}
.reg_tips p[data-v-5d3d0f2c]{color:#787878;line-height:80px;text-align:center;font-size:18px
}
.reg_input[data-v-5d3d0f2c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.reg_input input[data-v-5d3d0f2c]{width:480px;height:48px;font-size:16px;color:#000;border:1px solid #bdced9;border-radius:2px;padding-left:16px
}
.reg_input button[data-v-5d3d0f2c]{width:120px;background:#357ce1;color:#ffffff;display:block;height:48px;margin-left:15px
}

.down_temp[data-v-5d3d0f2c]{padding:40px 0
}
.terrace_tips[data-v-5d3d0f2c]{text-align:center;padding-top:0px;margin-bottom:0px
}
.terrace_tips p[data-v-5d3d0f2c]{color:#ffffff;height:50px;line-height:50px;font-size:36px;padding:0 15px
}
.terrace_tips .do_title[data-v-5d3d0f2c]{color:#b7c5db;padding:15px 0;font-size:18px
}
.downbox[data-v-5d3d0f2c]{cursor:pointer
}
.downbox .flex[data-v-5d3d0f2c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.downbox .btn[data-v-5d3d0f2c]{color:#ffffff
}
.downbox .m-top-40[data-v-5d3d0f2c]{margin-top:40px
}
.downbox .m-left-50[data-v-5d3d0f2c]{margin-left:30px
}
.downbox .downbtn img[data-v-5d3d0f2c]{width:200px
}
.leftimg img[data-v-5d3d0f2c]{position:absolute;width:600px;top:-12px;bottom:4px;z-index:1;margin-left:100px
}
.qrimgbox[data-v-5d3d0f2c]{cursor:pointer
}
.img_none[data-v-5d3d0f2c]{width:220px;margin-top:110px;margin-left:0px
}
.img_none .qr-code[data-v-5d3d0f2c]{width:180px;height:180px;margin:0 auto;background:rgba(58,118,204,0.14);border:1px solid #3a76cc;border-radius:4px;padding:15px
}
.img_none .qr-code img[data-v-5d3d0f2c]{width:180px;margin:20px !important
}
.img_none .d_bottip[data-v-5d3d0f2c]{width:220px;color:#d5def2;line-height:50px;font-size:14px;text-align:center
}
.btn_cor[data-v-5d3d0f2c]{width:220px;height:64px;border-radius:4px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.btn_cor i[data-v-5d3d0f2c]{font-size:24px
}
.btn_cor p[data-v-5d3d0f2c]{font-size:18px;text-align:center;padding-left:5px
}
.btn_cor[data-v-5d3d0f2c]:hover{background:-webkit-gradient(linear, left top, right top, from(#3a76cc), to(#4b91f6));background:linear-gradient(90deg, #3a76cc, #4b91f6);color:#3a76cc;border:1px solid #3a76cc;-webkit-transition:all 2s linear;transition:all 2s linear
}
.zbg_index .new_registered[data-v-5d3d0f2c]{height:350px;background-color:#3f2482;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff
}
.new_registered .new_registered_input span[data-v-5d3d0f2c]{display:inline-block;height:42px;line-height:42px;width:120px;text-align:center;background-color:#5c00ff;border-radius:3px;margin-left:10px;cursor:pointer
}
.new_registered .new_registered_input input[data-v-5d3d0f2c]{height:40px;line-height:40px;width:420px;font-size:14px;border-radius:4px;border:none;padding-left:15px;border:1px solid #c1c1c1 !important
}
.new_registered[data-v-5d3d0f2c]{height:780px;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff !important
}
.new_registered svg[data-v-5d3d0f2c]{position:absolute;top:-200px;z-index:1
}
.new_registered .new_reg_cr[data-v-5d3d0f2c]{margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex
}
.new_registered .new_reg_cr .cr_item[data-v-5d3d0f2c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:5px
}
.new_registered .new_reg_cr .cr_item span[data-v-5d3d0f2c]{color:#000;text-align:center;font-size:20px;line-height:26px
}
.new_registered .new_registered_input[data-v-5d3d0f2c]{z-index:2
}
.new_appDownload .new_appDownload_container .new_appDownload_link[data-v-5d3d0f2c]{width:400px
}
.new_appDownload .new_appDownload_container[data-v-5d3d0f2c]{height:100%;width:1200px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.new_appDownload .new_appDownload_container .new_appDownload_link .new_appDownload_link_title.btn[data-v-5d3d0f2c]{font-size:13px;font-weight:normal;margin-top:50px
}
.new_appDownload .new_appDownload_container .new_appDownload_link .new_appDownload_link_title[data-v-5d3d0f2c]{color:#dbdbdc;font-size:28px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.new_appDownload .new_appDownload_container .new_appDownload_link .new_appDownload_link_title.btn[data-v-5d3d0f2c]{font-size:13px;font-weight:normal;margin-top:50px
}
.new_appDownload .new_appDownload_container .new_appDownload_link .new_appDownload_link_title.btn a[data-v-5d3d0f2c]{height:35px;padding:0 20px;border-radius:50px;border:1px solid #c1c1c15c;color:#dbdbdc;line-height:31px;text-align:center;margin-top:10px;font-weight:700
}
.new_appDownload .new_appDownload_container .new_appDownload_link .new_appDownload_link_qrCode[data-v-5d3d0f2c]{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;color:#5d31cf
}
.new_appDownload .new_appDownload_container .new_appDownload_link .new_appDownload_link_qrCode .new_appDownload_link_qrCode_left[data-v-5d3d0f2c]{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:12px;text-align:end
}
.new_appDownload .new_appDownload_container .new_appDownload_link .new_appDownload_link_qrCode .new_appDownload_link_qrCode_left p[data-v-5d3d0f2c]:nth-child(2){margin-top:20px;cursor:pointer
}
.new_appDownload .new_appDownload_container .new_appDownload_link .new_appDownload_link_qrCode #qrcode[data-v-5d3d0f2c]{width:100px;margin-left:38px
}
.new_appDownload .new_appDownload_container .new_appDownload_link .new_appDownload_link_qrCode #qrcode[data-v-5d3d0f2c]{width:100px;margin-left:38px
}
.new_appDownload .new_appDownload_container .new_appDownload_link .new_appDownload_link_qrCode[data-v-5d3d0f2c]{display:-webkit-box;display:-ms-flexbox;display:flex;display:-webkit-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;color:#5d31cf
}
.tzgg[data-v-5d3d0f2c]{width:16px;height:16px;position:relative;top:-2px;left:-4px
}
.home-main .buy-coin-box[data-v-5d3d0f2c]{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease;width:520px;z-index:2
}
.home-main .buy-coin-box .ok-tip[data-v-5d3d0f2c]{position:relative
}
.home-main .buy-coin-box .buy-input-box .buy-input[data-v-5d3d0f2c]{background-color:#fff;border-radius:4px 0 0 4px;color:#000;font-size:14px;font-weight:400;height:52px;line-height:16px;min-width:100px;padding:0 0px;width:370px
}
.home-main .buy-coin-box .buy-coin-btn[data-v-5d3d0f2c]{background-color:#004cff;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;font-size:14px;font-weight:700;height:52px;-webkit-transition:all .25s;transition:all .25s;width:120px
}
.home-main .buy-coin-box .buy-coin-btn[data-v-5d3d0f2c]:hover{background-color:#2660ff
}
.home-main .home-top .home-bg[data-v-5d3d0f2c]{background-size:1059px 100%;height:690px;position:absolute;right:0;top:48px;width:1440px
}
.home-main .home-top .home-bg .home-bg-father[data-v-5d3d0f2c]{height:100%;position:relative;width:100%
}
.home-main .home-top .home-bg .home-bg-main[data-v-5d3d0f2c]{background:url(../../static/img/6C42583C0DB5F1F5.b09b0cf.png?v=0.0.1) no-repeat;background-size:100% 100%;height:690px;position:absolute;right:-250px;top:0;width:602px
}
.home-main .home-top .home-text-box .home-title[data-v-5d3d0f2c]{color:#fff;font-size:44px;font-weight:700;line-height:58px
}
.home-main .home-top .home-text-box .home-subtitle[data-v-5d3d0f2c]{color:#9eb6f9;font-size:16px;font-weight:700;line-height:25px;margin-top:24px
}
@media (min-width: 1024px){
.home-main .home-top .home-banner-bg[data-v-5d3d0f2c]{padding-bottom:183px;padding-top:130px
}
.home-main .home-top .home-text-box[data-v-5d3d0f2c]{width:1000px
}
.home-main .home-top .home-text-box .home-title[data-v-5d3d0f2c]{font-size:34px;line-height:80px
}
.home-main .home-top .home-text-box .home-subtitle[data-v-5d3d0f2c]{font-size:20px;line-height:34px
}
}
@media (min-width: 1024px) and (min-width: 768px){
.home-main .home-top .main-container[data-v-5d3d0f2c]{-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:223px;padding-right:12px;width:83.33333333%
}
}
@media (min-width: 1441px){
.home-main .home-top .home-bg[data-v-5d3d0f2c]{-webkit-box-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;right:0;-webkit-transform:translateX(0);transform:translateX(0);width:92%
}
.home-main .home-top .home-bg .home-bg-father[data-v-5d3d0f2c]{width:1059px
}
}

.hero-banner::before {
	background: url(../../static/img/home-focus.46a7802.png?v=0.0.1) no-repeat;
}
.trade-banner-wrapper {
	position: relative;
	background: url(../../static/img/tb_bg.7a107e5.png?v=0.0.1) no-repeat center center;
	background-size: cover;
	padding: 176px 0 250px;
	overflow: hidden;
}
.dl-devices {
	background: url(../../static/img/dl_ad.f1c12ca.png?v=0.0.1) no-repeat center;
}
.dl-wrap {
	background: url(../../static/img/dl_bg.b768d44.png?v=0.0.1) no-repeat center center;
}
.trade-banner-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 48px;
}
.tb-item {
	width: 324px;
	min-height: 180px;
	color: #fff;
	background: #01060C;
	border-radius: 12px;
	border: 1px solid #3A495A;
	padding: 16px 8px 10px 16px;
	background-repeat: no-repeat;
	background-position: top right;
}
.tb-item.tb1 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABcCAYAAADj79JYAAAAAXNSR0IArs4c6QAAH5VJREFUeF7tfAmUnWd53vMt/3L32UcajSRLshZvyBsQAw4xcEjrQ8DBNYY2xW4wMoYYCC7QpE0RxRSy+AQMeKVp0nAgxzSOyeHQQlK2xuTEiyxia8GLZGuX5s7cmbnbv3xLz/t9dyTVzTmVZc21DXPteyyN773/3Od7v+d93ud9v59h6dFXBFhfr7Z0MSwB3ucgWAJ8CfA+I9Dnyy1F+BLgfUagz5dbivAlwPuMQJ8v94qM8I98oTU+22lfFzN2OWPJl83gse/fc+OleZ+xO63LvXIA32r59eHU62fnmzdZFVyVJqYgRI5SATYqscciEX1WZeo7f7p1TXJaSPTpTS97wLd8/plaPStdo7rZjXk7v9gYxlWeQ0gGa1JUyyGqFY6hgdBUx8V/+NS1k5/rE3andZmXLeDv3Tq/od3uvj+16rqknY4GHMiVgjIpCrFEMQ4wPByjVgswMCgghYLieuu/v3rFp08LiT696WUF+Natlv8U9StVK7/Z5OaKPO8GSdpBEEhopVApFVCpSAwMRBgZFSgXI4BZgBkwq2FY+OlPXj24tU/YndZlXhaAX7+1tWyu0/7X7Tzf0p7vrIsCzvKsDcYUojBEIRYYGSmiWokxMhIiDDWszcGZAMBguQHXjAD/T5/4F4OfOi0k+vSmlw5wa9nbP3n4klYzv1Fre63JdIXwsyyDyTMUSwLFosDwUBUDAwyDgwGkYODQznFj3DiwHeAM4IbDgn/m49cM/8c+YXdal+k74NdvtfGB+uF3ziXqZpPkrxYsF9ZacM5hTYJKOUa1FqFSUxgeilEqBJDcQEoOwQDWe3Jue1+YAGfgloEx/plbrl4C3AHz+i0zq9p6ZovI2HV5N1kRBpJlOgXAUYgDFIsSlapFpSYwOBghjoQHmhsEgrsFkdyC0RP09xMB5gA3gID4zG//okf4NX94ZM32h/VnA5NelauswC1HKBmyvINCMUQgSzBKo1yxuOi1NeSqC8kYQskRCUBwenIwDgc+/ff5gBO5CEu0Im/92LXDv3dae71Pb1pUSjk4Pb3yB3vi27741fo17bkOVGIAQ0RtEYUV5JlCtQqc86oYw2MWnXYGSoNhICGRI+QAp+gWEsJRigUnvubMA0/8Yt2/IIbhTN76sWt+gQF/bNeeu7Uc2XL71w7iYKMEIyyacxLtWYuBKsP5FxYQF1J0W11YxsGEwIqggzXLaCFiyJC5n1kLJIlBs5tjPuNI8qKjGE6A9x7E4Vbg1n979dgvboRv27nn3oHi4A1TjTaeblg8tJ3h8f0ae3YIbDyXYXINA0wGa6wDlXGBC5cLXLQ+Q8AYBIUxGIxQMFyDM0uJEe2ORH02wJE5jcQELmFSyFthf9EBf+7eSql6w1S9jjCipBZi72yE+++vg5fKiIYlNCys0Q50gveiFSEu3pCAcWJqBkGAMw3L6c8cjAodWBgIaJHh2JTEs4dDZJCwgb31E1cv+z1rKY3SWrkXv6wei8rh23Y+e2+lXL1hamoGUcShrIXSAjt3NLH9QAXdkLQzAU7cTtxscdEKiYvX5w5wr0j8gxbDUQizTnfTQ3MJ2AAzgoGlAZaX9dxAOWPaiCKME+qz2ui980Ju253z7zzdOva9reedl72UK7DogJdL1RvqLsIDGKuhVYidu1p4ZF8BWRjAQAEU3Y4WLC6cDHDJhswJ7v8bcOYohSiGcE/B8IwwGK1IrA+KCE0GWA4DTdWTWyJGvO4SrULKOB5O02eeYoX/bNrTX3upgF9cwJ949t5ypXxDfXoaEXEKFExewE93NvHovgA6KsJYAkqD5KJhDBdOSlx6jnJByEARfoIViCEI9J81I+zQEqtXFfDWIIVFAmkXhLmvPk96mwM9Zww5Inx9pm1HuuIny/Lg+ne9buzpfkf7IgP+1L3lysAN9fo0oigCYwY6K+Cx3W1sP8hhRAyjDMYGUsx3U7RUBZdMGlyy0XtSBCFRjuMVwl1YbD8o8OCuHMveXsIFMsCbKXoFycnnAb6AJMnGXsS3rMBdR45hXJfBD8n6mtW1X333paVt/QR9kQHfc2+54iklimJYq6DzAnY+3cXjxxg6KsSAAN70KiBhCo/tYRgpGVy6gXkTsIfzwh+ePmbw337QRrFQxcTbIkwMGrylxDGuKfXSIrnlcS8XxOCWUq6AgcSssrjv8NPIqsuR7ApQ362wenXx4PpN8aX/5jXlI/0CfZEBJ0qp3DBNgMcRjFEwOsYz+2bxs9kQB6dDvOE8iQ01Bc0tDA+RJl1Uy4yYuged1yS5DXD7XyocmiNa0SiNVbHhn0ucNZLhnGKMsuaILBAbC2kNpLKoC4WpdoanVI49aQeiVMPhxw26u0KEuYBkOS577cAXf/vK8kd/LgB/bOeee0ql8vun6w0X4QQ4YwGO1pt4sl5CvcPx1nMBaQlsSooaklSI8FF6glQU9tVD/P7XFYKAQwgLwQVqaziCsxhWrIkxPMTAFSkeIINGhhQ5GDIt0W5aJHWD2cMCeSOCTHMIZYCuxfnrigeK76ut3kp814fHoka4B7z6/ulpkoUU4RpShOh0FQ5MS5RCg1rR62qqzTkzTvq5797zun31rvC/HxP4xo+pvrEQAbBuYxErVsZIbIROp4O5lsWz03MQUQiEFlZayETAKotCKMF4EQYphArBlILJFEQnwwXrS+q1a6OV77qiP7SyqIBv/9n+u0uF4hZKmnEUQxsFIUMknRypJiR9UDGYk2xXKngW5N+CZ2LwNw8x/OU/BKS+IQSw6YIBDI7SHiCeDnB0OseOvTMAl+BBABEI8IAjDBkCSRpf+AJLWTDq7+caJZPj3LWxedVEvv5fvWV8Tx8CfHGnZ7fvOnR3qVjYUp+eOg64lCHarRy5MjAOWF/ceDPK+yMEuI9y/zP6fw9uD/CNhwLEJYZ2pw0pgdGxCuKiQJZlOFpXSKwApyYF0U4gIMjiDRlkQH472QgWpEJNbhAqYHmVYdWgyn/pnHji1y6t1l/xgD+2Y//dpXJpy/S0VynE4UEQYbaRQGsDTd5ITzA7T5uMV3IDnUQh0Jm3ZqXB3oMcf/QAx+B4CUoD3W6KXFloUiLOu7UwIugBDkjJIGIBQYCHPYbSlEyNyxNlLlDmCmuHceBT7xlbtSCIFhv0RaWUR5/Yf3e5VNgy05hxhQ+pDSkjNBpdZIri+3l5isF3dZz27gEuKGoNMivxibsSDIyNQDMOpYwDPtMWxlrnyRhyEN3TgodAEEmIiCMIARlwBAyISSha454VabBxPLjvk79eu3axgV74/MUF/PF9d5XLpRtnGnVEYewtJxGg3ugizwls7fQ2EQuBRrWL9we97+0i3AFONi3DV78b4pmGRFyIoJSGtvQ+KucB49/ovXLy0AOic+4oJYwYAgFIB7aFMAb0rrES7Hmrar/+gTfJb/1cAL5tx4E7S8XCB04ArsFFiHqjhTyzIM+KQKeepns6aUi+ijf6FgAnWiEgp+Zi/NFfAeWxCoxNYQyDthx6Ifk6T53og4FRogwEAkcpFlL4nqik3qc1KGjg3BHzD8Pzz15+Yx/H5BY1wh/Z8dyd1VL5A9MzVNqHDlRBgE/PI8tdDnPKxVrqxJOX4hOo8717JhWB5KKc7NlA4cePDuJ7TwK18QI6LeUi3AHu5KNwYHMCXZJ85JCRhAyoTcdchLveM9NYEedzrz974I3vvjz8ab+i2yuyRXxs2/nMHeVS9aYTOtxTymyjhTS33q41Gp4byOwj0vHb/TjgBJSQvokc0E8j3PewwcHZUcQ1i9m5DrKE+8WjHcIlGCVMKo5CARmRPOxRFAlQBYwEaGxam7z7d946/r1F/Pr/5EcvKuCP7Hjqjmpp4CYf4aRSjANkfq6NVFnk2kARrygLwp2sVZdIXfvH+9+SAJce8ICkHmMwgcATeyL87ZMKQ5PDECxCfbqJ6UZCfU3XlqMol6EAC4nPnYPljLLBmD167rLq9VvfGT3Rb7AXPcIfeXzPVyrl2gcdh7tKk1RKgNnZNjJFtYd2gKtckUPrKlF6DYHOSZMT2NS1l4Hr3ksCXPQSKSc9HuC2vxHI8hKKZYluppz6oYzruJwyJXGIsShwiwtWhPevHa/9yw9fyWg+4yV5LGqEP/yPe75crdQ+NNPwHK41VYkB5mZbyDT5HBqKnnkOTYWQNjCWqk7fz6RIJYADKXuRTl180ubC9T85Atz+AEMWDmB2TqGZZdBcuFzgIlwylGOBoaLAquUBVo6Iz3/i7cXfeUmQ7l10UQF/9Ilnv1QuVX/Lq5QI2iVHgTmilNwgUwq5Vk7iGUcrXrEQfbhESeMSkiRdgMDxM82lkJKhJCrBrMBn7wOGRspQ1hAzwRoOZui1FjRxG0o/PFSILMaXR/fe+p7hLT+/gP/jvi9VqpXfmp6pI6TCx8k3gbnZJrqpRqo0ctLTnsCdFqe0SBKOvA8phVMXbjaF+psLcynkaBmLQ40YX/k2sHKy7JSK0/I9L8wVTqRKSLVYi5gzrD873P+OS7ufq2j7o7PPXbWb9ckhPHmBFzXCtz2+//ZypXTzdGMKYVDwgDOBqZk5pClRiUHuxDhpOkqUwnE30YnT485f8QUQF9RcoFWhHqgBlyH+7uECfrQnwOhoAUnu2tHeg3GfRULTT21REUXjchNjCle9OsWg1Noy+ySsuY8V7H+9+Nxzn+tX1C8u4Due+2K5XP7wzMwUAge4B/VovYE8A7SmwuUEOC4myYByvxXRCyVP0u6UMIm7maMWyTnmRAn/5a/Jj+GwNsBcyxc91DCmBbKWOxNMChrW54gigcHhHJtXGWxe1oS09Dry1Vk3lMEdnY7+9BvesKm52MAvKuCP7dj/hVKp9JGZmWkEYewSIpWAU1OzSH2zHob6ja6qJ5CMXxRykojLrUYcSlQqMQJJPjmBbRFJju/vKuK7O3IEnKM5n2G+6TU3I7uAvhUFuqHmNAOXHvRSVWL9Ko7LVtUxVs5dd58W143QSb07EsGvXXLJeYvaWF5UwH+6e+8fFwqVj85MzyIIQ8+xTKI+NY80J/nte5BGW5foqOjxHrkHv1Q0WD4+6Nw9JxPJY6FkGEo88lSEr/2446hlrmmRZlRH0oLSaz1vk8ykRWKMFoLA5ZgcYHjPm+ZRilpuUsC5N27NcwSS76xE9jWbN29uL1akLyrgTzy157YwrHxsenqup1IIzBD1qTkPOEFsvKdiNfkpPjpDOvUQRZhYXkBIVaJrCBE/a08bQYAwHMK3fziD/7kzx4HZAFDcv4YgJM1O01q0hVzLiEEpIOIGv3G5xoZ1TVij3BC/YaI3jEG7S6EQyRtfd8n597wiAd/95P4/EEH08enG/IkIR4D6VNOV9rklHU5o+45MGEqn1+mkQxwYLBspuWTpI9FpPj8cJOAWhAuBYw2O72+fx0OPMxyY5egkLQjibxYATKFWDHHWELBhPcP5ZxlEtuFNs+PjLm7f+HEMSxNfuOONv7T5Q68owGm2r91uX3Dw0NSXIMJfTpwVy90XzRVQr88hyYwr7clgCqPIJbeAaVQrAWq1GBGJaE1UQA/vmx9PouT6URtNUKJMYPIImiwZw9BK6aSbOD4OJwnKrAWddTGvUjBL43GUaGnH+GLbz614X2ewPPBnrzp/8vpXBODW2nB2dvbKbpp90Gj7ZqLNVjdBlhP3UsQJJKnB9PQ8lKHiJgDnGYKAYahWRa0UglHDkRImgPpsjMGam7R3qsUnV1LyNDPOEcUShTiCyi2yjDpACYwmmgAyk7pFSLMUVuewijaIgBGyp5ZOJGmXqC1cbmjOFQ8uG+lsLZXir09MTHTONPBnhMObzeZolmXvTdP0Q1qbsywZ2y5ZEX1SKuPIMo08z6E0w3xLOZCKxQgDtRhxSBxNfJ555eLGlxm+8u0u3nfVIEpC+cYyqQp3loecLQpK7Wkojn1DIqe5F5KaVHX6cTm3P6gVR5+pyb9Rzq/xW8f78FThCimxvy1w8DDDq1e2aVX3FUqF2wZKhT8ZGxtrnSngXxTgjUZjswPZmGuNRdVtU/c9/Lw2UQEN2hPyziOhOZFMo5NlKJcKPd+bu6YuTdAam7uopNYZKZrPUR+mq3DLu8exYjSDznLfqCB+Jm+RvBfjKcH5K27MojdTTq+jOkkzKErMfsAZjCtXQNHnOxvAAlEhxE92c/xwW47N6xkuW9eCa9oxiyAIjsSh+PLy0eE7a7XazIsF/rQAbzQbVyRddYtS+VutMc6lNj1gSTvT311OckHpZReZ/o4r3ZQPg9G5k220mynaSaVkRvnGsPbb/fPf4jhWF1DdLt57RRXveEsNFWnR0jk0GV6OCaSTlCSonZdOkUwE5EddwCyHclaABgcVO7k710m/VigrOHTQ4psPtvD0sRzDlTI2Thj8yoUtPzngp+XcZgq4OBaE4R0TYwNfejHAvyDAG43GWXme357l6m2dXLEszVCIY3ekz6cdP9/nxtR6Pzgx+0rbl5KVr7y1oVEJimjmATcWqdFQ5EAR4Ezgj79lcWReIu2SJUsdG4U3nh/hdZcKbN44gFhY6C5VrAkMyG/vupFonxQlhBtAIfBDMN71doEsodE12P5EBz/e1sahYxJBkVpxBqEQ2LSyi199LZ1sdqVYb3xjQcfTIBObCYPgtkop/MLpcPwpA16v1ylzfzlJEtJqePLpA+i0yelTuHDzBgiu/cirqxR7hykX9p9DnWjFFzk0LkG2bEa8S7zqotoiVUQ7HJT1Wl2D72wrYNtzDCr1KocogN6nlYZgCqvGA6xfGWDdiMHoSIBiiZ4MpWLg+DrtZOh2NRqzOQ43U+w7KPHskS5mWqGzfkmXS0F9VnIlgTQxeNvlEhesbnpHkn5t2qB0htQyNOfnXcU6WK2QXH2yVI4/uG715P96ITRzSoBba5dNTU09A6BIQzekNowWDiiKUjpj6UmE9rA+fkL4eAfPyS4CnPWaDBTZ9F46EeHlIRUmaWqQpQqJokiPkJkQ9/1IYP+s9EM8riolju8lRNeq95FI0ev4nSpGmseinUZgCTr7Q/45+SZ0Qo4MYj9WR90jYhtnBTOOFSMK7/xlsgOaTuP7KpXoSuDwwTYajaMIuca6dWtQLHGEAddBwH9304az/+BUQT8lwNttdVWzWf8r59xx6Yd4NHVmFrzQBT7pEffxqy8MxnvAKUpcwnKdHaICimztiyDF3J9pB2ROdvubFsw2Krjvhwa7ZiW4oa1Or6Ns6KPeVZa9kt975f6nnoONH1GkBrTr/FMF2gPaHeLqFVTcYvVqg7dttojFnGdv5797O4C+N+WEpJ24I42lQgwhFQS3UCprbTh77Zpq9dQmt04J8Ho9uUmIzh1pnvf0NNButZEmGcqVck9eUWnsy+qe/+Rh70X3yRHgFMICvZCEo+FKF/0k3yih9mxt54dQRcrwkx0hvvNQitkk9knSXcQXL/5IOHV5qFPUG3TuKUd3RHxh5IIKJnIT3eEsDqE1hqoJLtossXZZhhB5bxDJ56CeDnC/jDtRRx4Ns077c5EhTRPXHDlr7do3DVYKPziVKD8lwH+2d/66ONZ/WqoIt9Skhefn28jSHJ1u240QVyqV4971guN3MuAOnl7GdCaWG4MgXvZeiq+2SfaRRctd9JNeptdyK2FyjrYO8eAzLex4UmDvfot2FjgVQSDTQruJq948op9R9D8jmvMDo5QjFAaKEqsmNDYskxgfSyFsjvA4X9Mu6i1g77PyLHcLSvQ5MjSIPE+gTRdRJDE2vApHDrSvfs1lK+8/Y4CnaXrt/qnOX8y0MqwcKqEQMRw7NoMgCKFVDoMMSZeO+nngybf2zYBe2dyTKtpP/vQsWOff+b8vnFtwHEwSrkdBPUYiPZ3nGl2dI+1adJIAzU6Apw5o7JvJMTMbYK7JHRXRhnI2MCfq8E0MKYCY7NmAY9mQwYrlBssGLap08JZRTqJ5QzLOvFx0O8Ja5NQj1db1XCkkCoUIcSFAMaZ7tgw4ybtr9xwmVtT+2SXnj3/3jAHebDbPEzzYrrWQe8kHSSQmhgLYPAXdoIC+GN2tJwwDJxOJS7Ms8R14UnlEgCc9/A44AbiP7wXwiZN653V6+48qR/fFlUW7k6Pdlei2GRodYL6j0OkYzDUDdGgSoLeAVLRYkpfO8fW7yQ2JcqKNEKHIMFTWmBg3GKxJxJxGLLTbEfTeVquJUFLj2/+eNCtDU1yTK8aRMWD3rjZanQQbN1UwUA4vP2/dxN+dMcDpg7rd7nUA/lAZO0pTU/vrGZp5juWDAcKc5F2GIBQoFPz8CY00kHzLetUhJUR6+uT5fMAXflW38V2U+2Toh5nd7KDrrpHvTb8LQzfRaHYs5jokIS0a8xT5DAktjCuI/Py5u69Kz971CdUnS3Ih6WYJITcoSo5V4wZjyzooFSK00w467cQtFi1UICMMDsRodTiePJDBcokLVlZQLM9D8vBZDBYvOO8Uy/9T4vAFOJrN5piU4Uc18CGmbTWDxZ7DHaTdDMurBQwNRVC6CyGkm26lapE8CgKatifxMy0C/b3X4j1JQvZyrLMDvG535yydsqGESlxBu4U7VZOmBLBBuwvMJwrNFtBsMzS72ke6q2r98vlTFTTMSRbJwlwLycQUtaLCmskYYyN0vRRKJUjzDiSPENIpOy5wtGlx9ECKuMJx9mSEQNLZ2kyHnP+PQlj6+MaNa3afSnT7b3UaD2vtSNJNbtFG3yi4HFRaYu/RFuabGpOjEgO1IgyVgLStKSnSISchXJRSoiUTa8HLWKCS3gytbxS738oXG1SdeoqhmxyQ50LeCAEPZ/ES+J0kRychugE6XYNuCrS7VEj5cWbdu+tEwAXIhRGijdGBEOtXB4jCNtrzZBPn7lZPxNOVWgHtDNixo4mphsG6iQLGxgJY26KtlkjBH4iL4e+ft2HN9hcK32kBvnARB3yS3GQNbtYWo7nhODbXdSNnQ4Mhlg8LGJUAVFoz7jQ2NRoI+CRJkZM53pPcXkr643+9zNUDvOe/LJzadLPg5LX6BrSmAiyjHAI360ID+klHw+bSDYx2aTLAjWJQ8stQrSlMTEjkXYW0bSGlxuBgjGKZIy5Rv5Vj5+4mMptjzZoYA0UDpsky1kclF/dUy/Les88+e/8LBfoEaZ7uO0963+zs7KCU4fsYYx9hYJME2tSUwpHZHNVBg4nBEgRVh9RToH96kww0d9LtpEhTkoP0gcrZuce1O81+k+7rTY37Sy7MH1KTgVQNOX7kcZMlSzPjBKy/LwstBrmFJu8gikh5EAV1kKQMMlaoDQYolQMEtoBd+zs4fChDMZJYvdoittTIyK0Q4lHB2Z1xMPzNTZtGX3RX/0VF+PPXylpbSNP0NxljH8tzvdYdSJ1PsW86QTWKsXy5dtUitFch5O4FdAiK08m2LpKkc9xl9JSyALjvO3r1mLub2Fgr/P0LXF3Tu7ubq4f8uJxbPuUlHx2kShPyfDWYVChWiijVCmi1gR1PtFBvzWHDZBmDIxYqo9s56VxYPIDAfPFb//0v/n7r1q1n7EjhGQX8JKoJsiy7xhj7u8bi3MwY1kpzHDxEXobCymUFgHWdlUpJzHE1yTYhkXRTJOnCPVR884LApVcmqUW93kStUkRtoARmE6dhfE/SSzejlZvkckOiJncWrc5INSlUajGkqODA0RQ7D84jZALrVldRDLqwKrXWmCPW8HsmJybuHh0tHT4Dm///+YhFAfwk4EWz2327ZPwWKFxGU2eN1GLvVOrmS1YNC5SEH1l20s8f2nbz4GmWOEmZZT1bl3EcOdzBnmfb0DbFJRevRjmm/EqNAnIc/Q0SVKac3s5s6jo/lASrxdC117bva6LesBiqMWycKLrWW6YyLTgeNNrcNV8OH3jdypXdxQD6jHL4/+8XtNZypdQVWutPGGPerJkSnW6AZw+TkkmxYryGIh1mzTPn1Thzik4ly9DxcZYppBkZLNLPkLsRZHcwCIa4VlELjjwYZ9C4oc+wUECxUkWjlWH3njk3rbthecnlFJV3ASWaSuXfFIG5c9O6tY96b3nxH4sa4f8Ex7NOp3Mxg/h3jLF3KGsDym+HDnfR6ghMjoeoVgW0SfzklOtvUrHkXUWVayjyWaiyIQFpfZ/UvUZRA0GiVI3ARAF7jyR47nAXQxWOs1ZGKAgBnWY0Ev0Ul+LOKMKfT0xM9OVs5sk49BXwky/cbDbP4TL4CIP9DW3apUyVcKjeQbuZojxawOpqAYq67cw3fZOuL9qJRKioIuYmb56wpqmusUoVsy3giYNzaKUaEyMR1owFbtWyPEmNxXeR53euW3fW3zK6x+pL9HjJAF/4vp1OZ5JzfNgY+5vWiGFKkgfmEtRn2hgpxhgfLjhZnmddaJX6ZjMpEKPdvCJjEfYfUThwrOOGh9auKaJU0LCJsdboI4yxP2Oh/Oqq8XFqoLzkj5cc8AUESMuHYfh+a9nNAJskH3y2o3HwaILZLAOXAQqS+pS+G5+2cjTbKaSwWLGiiJGBAKDepnb//D2svUsI3L9ykZPgC13Blw3gJymbQp7k78qNudlCXUw2iDIMzZZGktFTuYgvhAHi0Hd2HL/b/BiM+Qa3+k8mJycfZy/DO7rRd3zZAX4S8DJN018xxmwxxlyptS65OZPjJYimAifVCj/KjP7zYiT/enh4eP6FRly/X/+yBfxkIKiC7XQ65zLGVue5KVlrU62zA8aYx0dHX3y53U/QXxGA9xOQxb7WEuCLjfDzPn8J8CXA+4xAny+3FOFLgPcZgT5fbinClwDvMwJ9vtxShC8B3mcE+ny5pQhfArzPCPT5cksR3mfA/w+30E1Nbev6XQAAAABJRU5ErkJggg==);
}
.tb-item.tb2 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABcCAYAAADj79JYAAAAAXNSR0IArs4c6QAAIABJREFUeF7tnAmUXVW55/977zPcqapuVWpKZagMZMaEAAKNjQrY7wE+1CeKiGBjSzOIqKjgtMSAvifqe7Ygiiz1uXBoBVTUt7pREWmHF8WAEoYACSFDpVKVmqvucKY9tN8+92bqfp2qJFXQa9XNuqsqdc8959zf/s7/G89lmH3MKAE2o0ebPRhmgc+wEcwCnwU+wwRm+HCzFj4LfIYJzPDhZi18FvgME5jhw81a+CzwGSYww4ebtfBZ4DNMYIYPN2vhs8CPTOC++4yIFyLftggZT0NXEqjqo5i4+GKmjvzul3aLl72FX/r5cJmMq+cyYL2WZq2A7mJcNUvNpCOM42XdbENWoNjEg5YG9La0OE9wljyayWV+efF671kwZl5axIce/WUJ/PIvmPzA4PjlQsRXNRTE2vY2hzcU2DNzcuanhQb/t9zIzb0ju0af2dMovCQ3x0nUkokAZ0banJ3NmNd2FoW3ZJGvm/PqCddld0s9+u13nb04fDmAf1kBP/8O4wfbR94Lnnx0Yaff2r3IjRoL4rtGRV+96Q1NfwGObK1v//i+jojhoiBKbugo8hOWL8uiqYnvzbrqM7v55q9vOPts+VKCf9kAf+17B08Npfl2x1x31QknOGjK4md539z4odc3bj0aQFfdbdyhnoH/EkXJZzrm8Nb58wWa8/xP+Qb/8qted3T7PJrzOPw9Lwvg664Y/mAuy25bucZzW1rUeN4xV996cfHew0/2vo0mGyh5ShCq9ePj8aKgqps4077j8iSX4/uKjZmtuYJ5bPTxp567+upTE3r/pZ8day5PBF81SfK2hrxizY2s0jFXXHPzpQu+ezwATnUfLy3wDYa/YuvgHU1znPesXOMz31PP53Ps7z9/ScOz9Q9y3zPG2/VC/OYtW0pvr4bsNaPjsqlaVdBagAtACGZ/ciTIZjha5gjTVjT72lu9X8zrynznsjMzv6Z9vfGm/mulTr7kIXEzWanmzvM++cVrFn92qsCOdfuXELhhqy4e/HJbl3vd0uU+fE8/7efwutsvLeyjD/XII8b5+fbRd297UX6id2+8AMyF4wBcaHDOrZxzbsA4wBnAOYNwBDgzEMKAIUFrM8fShbnH589zb37nf8w9eOGN+17PkNzHeJjlTGLxAv/mL1635NPHCnEq73/JgK+8ZOTjxWb2D8tWeRBOsqMo3Fd96ep8H538rd8cXfeXbeE39w3hFM4IpIZhDEwDmuAyBurGEvf0qcEFh3AMBOcQAmBk/ZyDGYWWZmVWLir8vKVZXfOT/6nWKhn8yEHgOY7W87oy1/236xd/bSrQjmXblwT46ssmzvIz+uEVq33X82SQzYavvvvdbY/RB7nytr2X7e7B12PFMxBpCK21gTEMsP+thdUEXPAUuCBrhwXuOAyOQ5YvLHjusPQKQIJVizNDi9v8Sx54qLxEy/BuxgLmeSpZtnLOqz592dxNxwJysu+dceCr32oKLDP29NLlfnehUSPrqw9885qm2+mEL/9M/0f39pl/MJYjgzIEW0MbwJBpg8EYAp5CJxnhgoEJkhHSc4IOuI4BFwKOW7N8wUEXhTExls/LxIs6/St//tDIORLJFYxHyOfYjlXLO9Z/9OKW8cmCO9rtZhz46deO3gyDW7q6DBqb2ZZqx0Nr77/4YnXFp3uv7xtitxtSAcZgJIfUBlqZFHjtCbL0GnDSb6vhZOGCWe0mnXcE4DgkMQzCNeAOtzJkt9cJTpjvy65mce0jv61+TLOJJQISrW2Ff/7yBxZ9+GhBTvZ9Mwr8zA+X2pv8cPs7XssKS9o9BCWZNOfL/+uhZ9zv/XEL+0ai4JAFJ4pBSQalDZTSljbZtNYc2lp6TVrIcdLTwiZrr1m6w+G4BD/VdZIZcrQUzVCmz43E2qW5YHAkumPPzuAmjoB5PotPWNy67uOXtj43WXhHs92MAl/39t7PfeZ676aTFwHD4wybnooxb34eP/l9GUMVgThmFmiiNBJJkA06O1zMm+vD812MlSW2bplApexA16SFMQKtIaylk8M0VlYcN7VyXgMuaBuRhpL0yDgKJ6/Iv/j4YxNjWkYnc0+hoz3//c++e96lRwNysu+ZEeCU9XW3TtwejYxfef1bmtygEuJPWwz+vA0IFMeE4hgaTKAhIJUBGTW0xgkrcmhtFYCCBWyYxtCAwebNEYx1pAqMHeY4Sa/rkK0D1am0OKTvDIJ0n5MqKSzqcNCU4Y9te6F8SkMjYw15J2ku5FbecFHxxckCnOp2MwL8v35t5GPQ5h9vfVsejVnguR0lPPSowq4BDtbIMDqqUK0aKHBIgqs05s33sXCBD6UUlEpVmxxfaULhsT9FUORRQZJiQxAbk9etnNl43cB1U5khSbHABS1AbYG4QVYYnLjUj3ftCFUmK7P5nAPfEZ+66eK2W6cKcrLbTzvwt254xnPzXT0nLUX7DW9swuhICb95QuIPWySGSgot83zs2hFBadJsZoEbo7H+5CJcoSCVTh0mRSgM2LMrxvZtMgVOemzDlTT5IaCMU4jIwK1F1yOXNFQkC3dI6ylJopCRKSyZ78AzDEElRiFPzhUvfuySzqWTBTjV7aYd+LVfHXpdTz8euuZ8gzNX+di7r4KfbxLYtpeDexrKNejvp1SdgMOCdByBdSc3wGhpY3Ayb7LnIOLYvGkC1SqvxSkajP5RxkkJEskJ1xCk69bKU7CpnKRPh163Vs7hMIPOVoG5LQLDgxGKjQYaBo35wqrrL2ycFuc57cDf/ZWJD4+NRV/4x8sFciLC9h6BX//FwYv9Ek1tAoFUGBxIrJwQbJvkMIYTT2xEJqPtQhDzoGLw3JYqxsfI4ikeT22LQFMKap1nTZ/pJ3MUHBuZUBRTT/0NHE7WTotBf+Noa2JY0O6gUg7RkGf2imGGv//Gt7XfMVXrncz20w78qrtGP8VUuOHmSzKIKwH+9DzHpucEdg1ozJnLUYmAYLyEN52VhVEMD/xeYqQskMsadHRlrAWPjUvs2xtDRoAkh2r4fuApdJKXFKqV9FpsThZvyy61EgBZu43RbUIk7PYNWYVFcz0I0EJEcB0Oo3HPR97accVkAE51m2kH/vF7R8/OQD78vvPyrBLG+NlGhWd3avSNGszpZKgEGq9aFuOi/5BDNeS4fyPwr3+o2oSHdJssXikOLUlXyNrN/qzzwIdNJYWgk+Nk1tIPWHYaf6fhIwG3CRIthsPhCoMVC1x4joHn0lNBKzx641s6zpgqzMlsP+3A6SR+umnkrtec4F6zezTBrzYZ7O5TGKgCubxBJUzwgb/zsaRDIIwM7vsd8MDGKkBJjk3pbYSYLoC17APAbTpUC19s4k/MrTWnwA+Ar9VT6jUXweDWNJ62WzaPoTFHf+PIZmj/2H3D37d1TwbgVLeZEeDl0fK6GOqJnhGJX/2ZYWBIo68MuK5CHFfx2Sua4XONUlnjX36h8cjTsbVigl1P6VPgqXYfXFexUm6Nm6CStBzQcpvKM5IPikhIXlKrp1ic4nOy8q7mBG89KwOpODZuTSOVjOMMz01aOqZjCmBGgPf09GQbi8Xe8RKaf/lYhImqwtZhhigyaMlH+NhFBRsKDgwbfPEnGs/tSSxUKlzZaHs//EOBc5bgza8RaJ8D/HqTxrO7KGIhbSa4ulbGrdXMbaErjVJI132Poa1R4b1vLKApJ9HTG+LJgQyyOUaSUpJspO19FyyLpmrBR9p+RoDTSZQqpavLVXnnnn3GiWKDB7dI7B3QmNdirKSQNmzt4fjsDyoYLjHYAE2nzjG1avqZAiepIT1/59/GuPD0tKI4Xs3ihjtjVGO/Ji2UFFGVMAVOz1S7DTJZDkdoXHu+j1cs0oiSCvYOCWzqyaO16MJz+fgDD+9sv3/DmvhIAKf6+owBpxMbLpVWx6G6IAgTds9GfsXu3ni1kSFu+c9zbNb3y00JvvVwACmprpLYqMUmPOQsraCnGk6O0xMSX7/JRVbEaZxuXLzndo2hsgcq7aYdIYpaaj85rGPMFRhcAZzQDnzq3XMQVMYwOj6GF/YU8ODjEVzfx7xOf/gxNHfcPw2DRTMK/GBruPkHI9/u7Y8uHykp5P0Ec4sutvdpTIRp7UQpBpkYyESn8blN5YUFT+zXLJS4pR64aYOJxMeVn5OQxktLsfZf2pJzPYZMhiOTISvXkAnHNedxnHdmI/b07oVCHl+4N0ZVu2hqdlBwpV4437vk+vOL90/Vgo+0/bQB//7w8Fv2hfFpiXB/dGNn66OHn8hnfjz6wZ694T8PjgNDoxE8QR0akcoFNR1UPQSkkiwgJUFPoxXKSP/udIV3nEs6bUUeT+50cMs9pB2uzS4phacaCsGmmrio1Vps/UXHuPN9RWTdBOVyCU/vaMTtP9Nob1NoaeFY1OmiKWueuvaC5rVHAjjV16cF+A9HJ94UGPYAZY+lJIKW6tGFvnNb8uviv9Y9/+2/KJ24a0/w5N5hyfqHJWSSllMdLmwf0maYlHVaSaFFSKOWtOsDXHp2iHPWpo7RMIPvPeLjV48LMOoVWe1OE6BUWtLfKTqhBVveqfHBi+hvEgwu7nyA4Y/bOOZ1AfO6GOa3Ochztu/qCxo7pwr0SNtPC/DvD419RHH3Njo4xRmKMWhJBSe1eSyWdzQtaPvOVYD8xH3DT/btkSf2jUiUQ22TG9JryhAdTiEeqTGBTuNtzSgLZHb+av3SENe9nhrLCvtKLm79rkE18e37yeop0ak7TFvYqhW16Co5e3WCt51ja8BgIo8b7gKGxhkWLASWdQs0NwBZjk3XXlA87UgAp/r6tAC/dzj4ZMTVrWk7zAYUFhi5wEArDCV6V+9E8k9zd3j5vTvD2/YNGgyM1gpVUsJoYS2bEheXRh8ELUS9s8aIk4XV3aHQ0ijw1A6FOMmmn/2gGosFXuvy1ztD5A/ecZbGhWd5NvzpG+H40Hc0tCPQ2mBw0hKBxiwtavKF95zfctNUgR5p++kBPljaEAn2qVoaaBOTOgliRXYbaWBvWY7veV429j1eYZVRhpyX4KZLWvDLP5bw+80JIuVZKfAy1OhMV8527+uxOdKw8dAPceB/Fni92WzXyVDfAVedD/zN6a6Vre39Grc/LNAfJ3jlwhwWzwE8buTg8NBJH31L9zNHAjjV16cF+H2D47cEQtxMFm0ftaOk/6uZe830Qw30jGu88Ocqhp4exy2XzUGTT3VxgT89FeLfng7RO0ZVRLdm+bVdGkr90/pK/QD1CmL9GPQKlWqpBEj+IE3/Ga54ncEFr3KtE97aH+OeHokuVUTeYSiIBB7HXVee2/SeqcKczPbTAvzewfFbQ8E/SR8uhZBe2mm7IK1hH3ikvcvYCPxmWwUXugmWFB0bmfgMKPguolhgW2+IF/doPNur8EKfqFm7LaTY+NweZf8kOO1fU/vfAk5MWiMXtKniOHedxFVvyGA8ifDnqsRgH8fEPtqN/6gP9pXyU8XvbdhAY0fH/zEtwO8fHr81YOKTHhQaucCQlYPUCaYCXD9snRCR0NhejuGMVvHmlgLCKLEqRE2CjGBobPTgMOAPTyvc/rPELl6q6/UhoTr0A/P39QEiO/pGV4JiiKVEWyHBTZf5UC0MZRNjtZdF1ncfbG9peANjbFrHmacFOElKKMTNyx2OlcLgx6MVOJk85S2HWHaq6yko+p10fUfPOM7hAl1FF4ocqLVOoFjwkPEEvvFghAcfT/N7ldAa2rZYaui1rNQWBlRasKLfbcNZGySSjmbgeRpnnJbgxDM4TqGWG8NDhQx/U1dXV/X42/She5wW4PcOj28ImfjUXABnuAZ/qMbY62ZRZApFDuyUpK1pZ+fgE9CGoW8kwlP3D+PqC1uwvMNFECeIYqrsUaXPx/vuHEI5ylknasWJ4vW6T7ZOlWyfOje18q6hmkxNw1ma3q9crXDyuQKnswTCBvdW8p5kzPlcZWLf/aeemo46T8fjuAJ/zBh3aal6weYk2bCbiZMISgc3GJFAKAROdg2oyPyDsQq8Qh7cpI6s7ksJ+L6xAHsfDtHfn+Dc9Rmcvb4BEBpDEwl+8psyNj7t1mLsuidOIxdOxS1qWNT2aSuMdVHXZO0ajiux7mSDladxrEMMR9mBOnsV1GVOMPa87/pfWLGi63uMseN+m8pxAT4xMdFaCaJ3weA6bUz3buFiu+OklleHwBi6YHCqJ/DbcoQxz8N8ZpDnwNNxAtdxLbiRiTL+1jh45IkEm7YrjFLa73BUQoNAUp2E29DuEAdp4dZr57aBYG08HRYiJTNoagxw2ms8dHUbLAsjcJppqXkUkpl6BGPPOJ3m6hWO+KcF7Q3faG9vLx8vaz8m4CMjI69IkuQ9GuxSrdFIwOhke7mHrY6ArrW96lrNjEQDOCYoc+QCpwmGdg7cP1ZFppC10IbHS3gD1UEMsHuE4ZHNEk/u0KhG1GROS7YUP9tybe36SK2ZnulIBe2e0bicNihkQ5yyWmDhK13knCrmVaS9sqzzrgUi/EBmVgNPJV0SJSrnin7XE3fMaWy9a/Hi5rFjBX9UwAcGBl4NsI8kSp+Xer3Ua6XJoEHAOB53PCS2g1sX2NpP+nAULoJhHhTWew5+XY4QuHRFcPSPT+DNnMOt1UwI7u4Rgz8+r7FlR4SRkgupHAs/HfIkB2kbv6lWG7JoifZmiTVLgEWrBIJmg7ZShMY4tpZvw1Wb+po0Tq9di/Vs2AZT+5UuXRzHFSO+534p0+zfuba7e/RowU8JeBAE3aMTpbuMMeeFQcLCMEahIZ8O4NSA10+kRwjsEC5VWtMI4vAj1eJzQcObdGXYShOwbXgC78z46I8SdHgumKSUX9sKIYHuG1PY3S/RN8wxXjYIIuoQK7gMyGUlOorAvFYOVQRGcxyZSKGtEsCn8NEeItVry9lmofs97v7yw8HA0+1TabI3B3CMOg7/ottV/OKpRxHVTBr40NDQZYbh7iRRObLO7dsHUA3Ip3CsWT0/bWcd9CD9rjCBHsExyAXkgYTw/zSOWmOSUu/nx0pYmgj8eCBCK1NY1uihW3AsEkATTWbJxFq3klQzBxIaIFIKsQYiDpRzAqEr4MYJipUYLjnMuvjUaitpVGIHDGvA6ZSsRqVmU78w7ZmmiZnRGpVSCCY0GhsaKNrZUiz471+9evmvpmLtkwJujOkcHBzcwR0nYzsxoPo0VffoJDlcX9Qs5tDdUZuMHlU46HEY9nEHcr+uHyg01U+YJpFfHC6hZyLBsNJY1eJjYc4HEwLPDodYUdVY72pICQs4djiqYKgKg4jG1xKNbDlCIVIggaqpVzpCQdGLBV7LQsn5Hi4r9az4IODpoLTB7t4Q5dIEPCfBooUdtqGR84R2XO9j69cu//xkoU8KeKlavSisVH7IIMAdASklpFIHwi57tH/fhK0jAzDKBJ70HetM69Jezz3pD2ThuwYmsES4iHIeStxgKIgRkOzECvlAYn0uAwofbck2kuCRhJcYuIkCs1nnwVJBE1m16ax/B7iNSA7WcTsgegBfuigkZwyVcoysZ5DJOHAdBt91EMdxuHbNku6GhoaByUCfFPCB0er1rkjuULGyDo/KpuVygCBMUGjIgtk4jO8vjR5+YEqxJemwMXgym8GgcdAcS+gMh+Q8vQ5SI8SugVFc5BJUjXEOVDwHY4Jh63CAdRJojYGEpEQqe5VJTXUXik5SJ2hlgtEYc60eXpeRSQJPL8AD5QEyg4Plkvady2ftyUYhTWoJLFi48Jy5bQ2PHDfgW3aOXZn3xdeLjQ4UtWZgUCpHCIMIURRbq29uKtiZ65p9HarnmgbsU8e3x3WxNdA4JUkgYTCR9TBW8JA4HInmmOgfw2vpFjQa5LEhHi0WQ5UaypFCFHGEiUEQcjvcGSt6nbatTVXxGBmP022IcLiCEGo/MDsCaucQUzmplwRquaoFfagrSus+SqZXSpLEaGttQhxF0Eohn/fRVCzihV3hm//mrEUPHDfg5XJw2d7x5DsjFY2FzS4KGWBgcNROuVKsS1AqldC2yBobcxCHuvl0WsqQk9OoKoNYGrCEmgYaiZZIDEeY9e0VkI8UfIJBk7BWOhwkksACccJANa1E0kwLUIlJVWgxUwdKD+rsUBnAcxRyrkbel/A8BcFVOmdYq5HXU9wUcHplWHmpXW20KElMYMlQKP6nGoyLrO8g3+CgKZ9HqBw8vW0CrS3Z8845feEvjhvwUql0IhfiCamY2DEY2ZG0rhYOlsRIyOIFs8btegKZjGtBSan2Z3r7hbUGnuQlThSCSCGIFcJI2qjD6q+VLCpgOxY23RVBN13SwtLYBN0hQXqaJMYuQpLQvujqSLv5ZJGOUHBpnE1weDxBxlfIZiR8l6SGkhqqwqSNEDuzYpOg1AelC6JRLlVtzJiuB32eGBnfRWdnGxQENm8roxRqvKLbQ7FBvHrNioW/O27AaUdBEFxujPmSMawl1Aw9gwGCCGhv4vBMbDXa8zhymYzVVLJQuhSTWhx9iCySTCiNUJKVpw1ka+2S/gZUIwdBSMAFHMexI8aCpKCWrhNYe1dELausJz22VFv7wgl6T3preF1qJHxP2uIVWXsK+oDO14Zb4HscSaQQxhQYUFKVVmubmhtRDh08u6dqi54r5nnIZSQ56j2+I1etWbNmUun/pJxmfeUmJibmeJ53ozHmOqV1gWLg3YMRqoFCZ9HDnCbKAGUaetUcGYV0dDlGcWzvu0yv3lqwZYmR4yNHqBDFDJUqQykASqFAFFN0QI0EbqMCe9PrwZd9LTqihIZTc7kmF9Z67ZB+bfLKzhuSrBDsxE7I0rxK6mSlXVDrZAE7gET6rOmOZuPCcR30jwMv9sVoygssmefAQ0BXrzHa/MLLZt5/0qqlk/7GiykBr4MfN+MtTuh9kBlzndasSDbQOxxjpKqwgMA3ONAqsuVXC5gK2oxGjpW1YrpLjbrt9lELGe3tggm3d7IR+GqsUQkUoiSVERIA194GnoZxqdbSApAs6HSmsNa+o1qJIYh1J2kTHw5Dd7LZt0lwHiHjU0KjrEYr8itGI5vxkM3nUA4NtuyMMTIWYWGnj7lzSDZjaKNCqdSPleC3nbl21VOTkZGDtzkq4PUdlEqlNsfxrlVQ7zVGt2kj0D+sMFSOMKfRQ1cz9Q2jmj5y60wpuSE9TpIESiqbwaW3YtYaxFYvmXWMtDA0gVW/qapecrXTKrZQls4LUj0kleCa87O5JRVaSP9rhSp70lQhjMAFRS+AiqX1QbSIfjaDnJ9H/0iC53pCez5LOz0052m8QyKWesAY3B3p8jdfdfLJu6YKur79MQGv78QYUwhkdDUS/WFo1qkYx96JGPtGYnQ0eugsujQyZT9wequZndCBofsxY40govHkAzXpdHgzHZUgy7cOMx2wsjPiBwozdZjp4M+hX29FkRHtgyw4geDUPZL26iCAMo7gewK5QoOd1nqhL8TOvgDNDQ6Wz/MhEJFBmETLzUax24sN7g8WLz72r3E6LsDr4Pv7+/PFYvEypc1NClhCoctYyaB3JEY+K9Dd5qXgrcxwMIJPECVJRxqtUPPYKpGu9SittdbUp34Xci2dTC3dgWE0QXWgVUexNr0mE8oZEht10OJRhqx1jGzGRy6XRSXi2LKjgnLI0N0u0NnCQeFSomQstf5RFIZf+R8//eEfNmzYcNwayscVeB38I+YR54zwjEuV1jcyxtZIw1iporF7OEL+r33J+a0ePK4ha910gk/pOsV1UZQgjuhmKgJdazjXRiGqkcK+gRiNBRctReewhnR6dLJebSJoTbJBkkYhJ8maRibnI+M3oG8oxva+0Or50gUZNGYSqITuB9V7tTH/ErPkayetWNF7tLLx/3rftAA/SGpEKSpdILT7CWbY6QoGlUhj52BkI4NFbVn4QtqQkk5EuCKVDG0QxwoBTc5So7jmDHv6yti+K7QzJq9c32YTsHo1TyaRXSBKVNJMUkPGAfyMi0IhD6UdbO2pYmAkRtscgUUdGQhNx5aIkvjftMKXuYkeWLPm+M+EHzenORULCILgXJ1a/H+iMD1IGF4crNpLvbsliwafQsAk7bSQR7PanTYZkkSB1IGsNY6lTYQEFzZ8I79A76O4307WyhiMK2QyPvL5BgxOJNjeG9iF656bRVsDOWJJ8lKSiboXrnP3yqUL7Xe1zMRjWi38//YBKpXKqZqJjwpj3mSMEbHm2DkQIog1FrZmUMxR6Eg1aYo8qJOTtnEoNIxpEpcyylqqTYm4LRNDIY6q8FwHhUIBrpvBjr4AO/fFKOZdLJ1PEkbSQvuW25VOvjoxEt9z+umrhmcC8kti4Yd/sPFwfJkD70PCsHcmSmcpotgzEmG0JNHa4qCryUMi43Qc2RjEUZLWNGyuRLf2UTIVQSqJTCaDQj6LiZBh6+6qrWJ2d+TtHcaaajWJSqIketAYfud9//1bDx9PJzjVBZtxCz/8BKvV4fkc2Q8ohndpzVoo/u0fizEwrtCY4+ia44ErcmqJLXTZaSrSfPvdVgKGudg7EKNnKELW41gyP4M8NSmoGql0X6LUd+JqdPfatcun7RsipgL9JQd+kINtrATBNX+9Feh6ptl8xRXGqsCefTEq1MFx6Nsf0gZwoiSCUKNUTZ1td4eHzmYqK8SUzepIJhth9FeTcNGP1qxhx/3GqKkAPnzblw3w+ont2LEj09nZ+XZlzPs0zDoqiZBvpMrcRECFrvTmzWyGoSHn/XWsn6TGhnXDcZJ8NwzCb5144orNxwJlOt/7sgN+kMUzKeXZMc29aHO+UTpHcbtNlLSyyaakymwc/y6MonvGRwZ/dOqpp077bOCxLsbLFvjBH2zjxo3Z1atXr+Kcz5fSFBzGgkQnfYODg8+sXLmydKwQZvL9/18An0kg032sWeDTTfiw/c8CnwU+wwRm+HCzFj4LfIYJzPDhZi18FvgME5jhw81a+CzwGSYww4ebtfBZ4DNMYIYPN2vhMwz8fwNSPcs2AAAABElEQVQlfiBNvknk3gAAAABJRU5ErkJggg==);
}
.tb-item.tb3 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABcCAYAAADj79JYAAAAAXNSR0IArs4c6QAAIABJREFUeF7tfAm0ZVV55reHM95z7333jfVqooqiGMtChkJAiEymERxjiZiYphUc2l7RXqbTq5OVbkl3xyQKoqKiAe0YXSYWtIDaGBIUS5GhkXmQml69qjfc4U13PuPeu3vvWw/QRbBKy0cJ70Kt9+rVfeec+53vfPsfvn8TLL+WFAGypGdbPhmWAV9iEiwDvgz4EiOwxKdbZvgy4L8cgdv/6d5jSr7ff+65Jz9ICFG//DeOnHf81jD8S19SVn7g8YspST5IiLhosD/PGWU/UiS49rxzVt1BCJFHDqz/+pUc8YB/4zs7Brl0/m2Wdt4nRHZcKltEyTZOPnEjpCIIY8gslg85PHdNmq741vnnk+xIBv6IBFwpRW6+bdfJkRAfEor/gUhTnyACkIGyDFSF2LzpOEBlUERBgSLpEqQpdnm2/deDgyPfWL+e6F844l5HHODfvXvfRbW56C+UiM5Mo4QSakMyDqYELCuGE7gIQ4mRUgFrVuYAFUEpAhAOyAxZmgGZu1+p+HOnn37U5wkh3SMJ9SMO8M/e9JMbiyXnqpUr82g3EjTbCYhicHyOSuhgsiKx0BBwIFBwKU44jmDTcR5sBOi0YkRhA5xy5DwP+bzz9g0bRr61DPiLIPDZmx6+MZeTV20+eQAyjSClQjckeGCnhcd/FkESCdelWDlMEfia1RT9qotVa2J0mwmgEviuhY0bjwK3sPXYDWv+9zLgL4LAl//hwY+V+unH1q8tEpEJMKJgCYUOJZhvWnjoiRTVBsGqYRuDQQceTSFkEyKJQBUDJwylARcnbd6INEvedszalbctA/4iCFz7fxY+3G3Xr9myyrKOGgGyLARJCYhkZoGUtkRtFqjWasiSCCLTa6OCjgo5VfDyw7CKJeyvBRPfvW3fBXd+/ezdy4C/CAJ/fuvcTVzgSiUV8qqL41ZyrF2RgSUplFBQnGHP+H6E7QxJEkMhA2McfjCClPh4ppzDA4+MY+/+OmSErbvuevOypLwY4/7rbXM3KimvgpSwCYPLLVhpiHWrImwccEBJgp079iKJYiRSQlo5zDUG8cTODp7c2UGjKYzOC30jhNy6665LlwF/McD//NtzN0HiSiIlqFKgCuCg8CwbJG1jzZBAKS+wd3wOTz8j8fROgfFqF1Gq9V6CZBTNukB+2IYS4daxZcBfXFH/2+0LN0GRK6lJZxSI/qoARggoVSbxqZUFtm/fi9m5JkQmAcnQbgrkAw6VKXTbQH7YBVXp1l13vn6Z4S8G+dXfrt9IJbuK0d5CSAkM4BT6q4KgCZ58ooZ77p5BEgkwpo+mUJ+XKPVzyEyi05UoDHlgWbJ1113LgL8oxf/nt+s3AuQqi8oeozWztbTo5pQiUCTDE49VsP37VQNyLqdAKUWjDhT7dbIp0e0q5IdsQMVbx+68eJnh/xri27ZtY0/zC79oc1zlMAJFdVxNQCGNtBDTEVR49JEytv9gGvU5iiDQ9FdoNSgKJaWze3Q6CsEgA8Ey4C+I9exsdxUh8fsUsa7cUVa57WNRqRtnyHseLMphQQAkAyVa1YFHH65g+91TBvBcQI2utxocxT4gSzXgErkBAkvGW3fdtcxwA7pSitbr7XOiKP4wJezNSknL8FgAinLsnY3xwP4M9Y6FAd8BZ1o6tKoIPPJIFT/6fg31+Qy5gIFSYQDPlwCRKbQ7AvkSB6Wa4a9wDVdKlebm5t6lFHl/mmWbpVCEEA5CenW0XvuGggsCYbmYnI/x0L4QU10bedeFRzM8+kQNP76r3AM8pxmu0KpzFEoEWSbQ0YAP2Ack5YJXpoa3Wq0TkyR5v5TyD9NM9iuNrAFZL4Y/rzSEmJjE/NHfMwVMdgQeHEtRrgO7d9XxwI+qaMylhuGESbTrWlJ0TVwvmhLBoKMLWVvH7vydVx7gExMTXi6XKydJUlSSIGO9iEN3I1+oPmzYbm6CjgkpiOKm3h1HMR7aWcOnt7VR2ddFYz6FHzBAA96wjIanCUyUUhgiEKS1dd8dr0ANn56e9m3bqUqpAtOdIQK6A0lkL+r4xZeORkzKo28Ko5idbWNyYg618iwaSQ6f/qaEbRHU5zXDAcUI2nUNODENiHYH6BuiUKS9deyOV6CG9xier0pJ8prhCdVNBQBSGaZLKY2G6wa86d5AazHBdHkB+yfK6HZjKMUgFNBNfFz7jQie46AxL+Dn9dspWprhRQUhUrRaEn1DNiRJt47d8dpXnqRoVP/7F8ufOnOz85FTjrEIiIDuREolYLRcJ/H6GyLR6nQxMTmDiclZZKnWcA6moxPlIcw47n00h3seE7BzbTRmCIJAt9dgohS9aIo0RaelUBy2IEm2deyOM195gK8+a8ITfq5G7SQ4bYPEe9/o4DWnMhCqA0Fp2EsUwSOPPI1ytQVBLPN3fTcUs5GQPNoij+mKhceeamLfvgw810F9Ric+1ADe1HG4TnxSgU5ToTjCIQzDX4GArzztp37ir6pmWRpYHodNHZyyXmDrpRIXnuWDEwFOOLb/6EE0uhISmp05KNtFSgPMzjHMNjuYKkcoT1NUy4AbRFiYkSZKUVpSmgx9BvDsAOAMGUu3jn3nFQq4zK+syRS5TBGkicTIag/9Awn8tInLLi3gLecVcM+9T6KeAgIDmOsGeOxJhYSFWDtMkYnYhHuzcxRPPZ7CzYdYqAkEgQUwYeLwvn7W0/CGQP8wgyDRO3Z/12j4EePOWpKuvZYU6fEZBpbLBEUYZxgc5jjh5MjEI63UgtWIEZQkgr4+7HoqQ202NnH6sRsJjlmbQqoUIpGoNy3c/5MYTqGD+aouyTogLENznqI0wJGJDI1GByvXeCg6mAj67Skq+TXdZyq3//CH57/kJqElAVxLCi2trnJKA6k4ut0EXk7g1WdnINKCrsEySrHr6QhQOTBCkWUZtLPn5JMpBkodME6RJQLNtosf3x3CKXQxW0nQF7imgjg/m2Bw2IXrUXg529RY8oEFywVElKkkJU96Pq6d89k3f3j1+pfMJLR0gPevqSqJgDsOHM9Gmjaw6RQGxiOkqTAl1j27FCyWh26vZYJDyRbecBHHQNFDp52i3Wyh3XXw/X9uww4izFZSFAMLzNHNCQulfgfUyuB5Fhwb8H0b3NI1GB0VUcSJvqHOmE35dXbM/tfXrlnRWeoG85IAriUFRbcmhQqSrBdr9/VRDK+QcL0mXJ/CcX3s2hHBd/sRduew6cQiBooUMpuBpQMRwkBB0Y057vqnNixXojLVQL5oozRUhOs78HwGbklYnMDiCo5LYFuLdXUdWzLTcM66oUp5WLH8aOPX/uTkJQV9SQBfedq0T1fYVU5VkKUMcSQxOJTguM1AlkhQJkGoi317QlCaw9AIMFvNQDoejjmmjeEVETzPgUgEOjHFD+6IAJpicmoK+b4Axf4SFMtQLLnoKwZgTMKyJWwHcLgCZwycWhAp0Ki3INopSsNelvPU8A1/etTCUrJ8yQDno07VYiTQWWG7mYCxCFvO0VVC0auZEBf7xlrgpGiyTikUZChxyqma9SHyeR9xGKObOPiX73QROA28am0bzsgwHtnJkToMVLfkGIHncfg5BtdlcDiFSiTSKAUkwHQWRRX6g0i9/SzcNpin12zZsuG+pfKZLxng7iq7KjIZcJvD9z2kcRcnvFozOzIlVc5zGN/ThmP1mcawSACSRjjvQoahUg5RFKFRbyJMcrjz9hbOPTPD2Zu4SffLTYqnJh3MdTlSpYtWuvGsj0lBRQqPKXiODd/l4FSi5Ic4fqWFtcN1ZFFHtLsLv/v7l/2bHywF05cG8DdN+xazqypVQRJrhyvB4JCN1esUHD+GZSswZmN8dxsWKyFNIqxbRzFQ4HB4A1q9dfGFU4IwcfHdW9s47zVtbHmVB48QcA/IWQSVhsKDlTzG5gGeMUhkcAlFYGUInAxrRgnWDHZQtFtQUYJuR8u3QJokl37wfW+94+UGeM2iLKd1NAoF+gZSnHhKBiU5ONcRCcP4Hi0pfUaDZQqkocTGo1tYMSzBXQtECkSJh1tv6eCCLW2c9iofHqXIeQSDwxQ5PwUlLqZmOe7ZI/D0RIoBx8WrV2ZYtToCxAJEtwGhXVxKlyt1PkQhsuTS973n5QY4d6s2U0Eap4hCIF+U2LxFAjQDhWWAGtvZAVEFo+tSEu23x+bjU/QFTXh5GxAEYeRh27Y6Ljo9xWmbHXiUIO9yDA7rrFODbsPWvTiuMB/qEm+E+UoFtVoDSZqaiqSxYPRWDhO5UJpdcsW73/y9lxXDXdutUsgg8ANkmUSr1cBrL7BBWAQhCBjJYdfPGqAqZ6qI2oas4gyvPdtCf1EgKLqYn2kgDH1885uz2LKxg9e/rggXGmSGgWGJYoHBdShsW8HiNqrVWTz99G5IRUEo0et1L8k3BcYD30ga+Q458/LLL37s5QW469REjFwWMTArxdCwg1Xrmxha4RqJsbiHZ55sgqkC0ixC4ANrVltYu7oLlklEaWasyJnI4RtfW8BFZzKcsZnCUgK+TzA0DPQVbNg2gWsBFrcwMTWNHbvHTLdINzV0cnWggW2+cqYXUUspRBe/+/JL/vllBXjOc6tEySCLGTrtDKNrFLacY6NZ1513zT4bzzxRh8qK5pHvK1DMVxU2ru9i9WgXxOawGUeaufi7r9Rx4WuALSdr34pA4AHDwwR9eReORUyWyRnF5LQGfO+zgPeaHBScM8NvocdTlK7Fh5dcecXbXl6S4rlOlbMsgLLQXABWrATO+B0OzgiEkNA/f+KRWWRx0Ov+SAYpJE4+IcaaIYV8vwWZZQgjG1/60gIuOENhy6s5LCIRuMQA3l+04doEnPfi7alyFbt3j5vMlnEOxpnpLvXOp610et3kELLz8gPc952axVTOcVw067ryl+GN7wKYsqC94DrxefThGtJuAEqJiVpUonD+BREGfMC29c3ppfafvW4OF5xGcOrpFhwukHMkRgc4+ooWXJuaLFPH4LNzDezcMWZuYCp6XSat3vrvOkrRzQ8iOTISX3Lly23RDHyvJjKSE0JrLoOfEzjjHIJinqPbicGsPB7+vzNQaQGZSCBSirwPnPc6wFMx8oEPxTimayFu2daAKxVcX+Loo31sOd7BprUZCiUdtxOzaOrqYqU2g127xk3P0wB8QMN7Wq0ZLnSEFDGLvub3t170+MtCwxcWVF+10/x37/zT9BPdmFhxSJCEDOuOUTjlTIo0DmHbDEG+iJ/eX4FICqa3yagFlaU445QM60f0yKCDSo3i618tI+GA6wCeJ1D0PBT6Qlz8uj6cdlQAx4nhHJCUSmUGe8bHIc0TY7h9gN296qTO8nUTOx+4H334knM/c/USTDP/RjJNPdi6d6q2WcbRBxVllydgxff+JSEp8ZCmerDVR18xwXkXW1Cw0GmHcC0XD9xXQ9TJGf2VUiBLBV53GsWmDRTCJrjp81MorfIxM0vQakRwHIIgx+B5Gdb0c1zxliEUgxZsbhu3bblSw76JCR1hmjqKDgspZUa7dfmAGFlRWLNmpcrlrUelFNeO2+zmy046KflNsf2wAv7UU0/ZpdLIJWEaf0hIdaESUlu7kVIbf3NLDrMtC7VKE0PDOeRzCptP0bYGXTbVJXALD9w7g7Ct61t6bJ7pmW685x0FlPwEU/MEn7t+Jy55x7G4/+6KMWxylyDwNUOBgifwe+cWcOLR2rTPTLeoOl3F/okJUKbtcNoIqkxHSLObSGOANjo+smIQrs8hjenf2sEpv4aJ1jdOP/30wz5Ue1gAL5fLQ6mUV4hUfEgKsi6TyjTdexs9EETEw//4ahsqGES3LZAlFrK4g4vfWIJtUcwvNMFogPt+UkUSBSY6Mf7CTOJNb7SRdCI0wgQ331JDoWgh0/wjDiyLI8gBgwMUI4MM55zAcNJaCW5pD4s26TcwPTUFIZV5Yoyj68AeCD156Wn5wGAfHB28L/rAjB8d+zljnwpz/Mvnn3RS+3Ax/tcCvFqtntwJo/8gpHynUqRgHFOEGn9PLyDQ4RdBl+bx6X/soEkLUJIaF6znJLCIQLHgoTgAWLaD+++pIU3ykCKFbXF43Mbpp8TYvDGH5myET/99GVGWghMKwnRc7iDwCEZHbaxcIXDWRhvHDOl5fIJEKsxUZ1CtVg2wOvIx/vJFwE1MrmVGob+/CG7xF8SUUFqhSn6OCPuGs88+af7XBf5XArxcnjkvE+o/JUn8uxKZleksTqfP+gGl2meiP1cvq9NutpAUcP2tbcx0cpifbWLVyiEMDQIbjmeYnQkRdSRGVxTx4+1lRKFvEhM99aAtD2ednWDT2gBEubjtzilM1Sk6CyEI08mNhZzHMDrsYf1oiAtfXUTR7oJxC6kCZmuzqFVr0MYj/bQdMOgapmuJMRZGlaFQzMPR2dILvhZnjUgNinyhrzB4/UknrfmVgT8kwMvl8joh5GeSVL6pHackinUnxjVs1ItSD2BtXzsQERwwZOrJ+L++XaAZFtCod02DoNjvYGhliuERG1xphyzHj7ZPo9304NjcTCDrhHzjMQQnHutBhhksi+Lm7+1FFLvGPKRZqz2Gfb7AG16bwwadIDkKlPeestnZOczUqtrjdSAMVD0mH0h69EXrf8vn87AN4C/kpjjwswOfiRE6TxSuVar/urPPXhMeKuMPGvByuXxFJrLPp6nIKcLxsx3jxoetL/jE49fBccx008+/DgAuwfGX3+bIVGCegjBOEEYZvMBCfz9Q6uMYKDm4Z/sURJwzCY4GV6fp/QMZLIcbI/4J62wzQnjr7QsQKjWRiOcBa9ZaOOd4C+uKCTzXhuX0TKLVag0zszNmOEun9DoW1zNDRlnM+tIDM1/Im/P1Xi8ESW9xb7UjUKLQVyzoNWZnqxN+6A0XnPr9QwH9oACfmZkZTdJ0t5DCT4WCXtOyWI9lSwglDWMXF8jnn9z4NXuDf3h8dxH37CeY73QBrrfdYJBJik7SRa7gophzMbZjDo7lg0oJxhUsC/ADbaxXZgYTaIFKH9pBITMGmymUghgr+hTGJiRee6yDzcf3dFlXHOvzTczMlntXYbLLXmj43K5NvRuTzwd6I4QDYD9buH3uoyiJ6ekFzCw0QYnAsRuONtuItFpN8f+Xiz+7+LyzPnGwoB8U4PurC2+F6N5qhlQdF5mQCLtRbxTb6IcGY/FCnzvk4gOqFEec5hBLG/trXdw3xlCJLRNH6xuoj2NZHib21o206Ak2W3fduV5MFVaWGJivUK5JM4cphe55Uhw1mOKsowUk5nHL/Q5k5uHyCwJsGKboZh0TpbRateewMO5cree9WouOyfVXx3UOjB8uXvvPw2KMp5Ki1Y3g2BZ810M36iIMm2Dw29Pj4foPfOD82YMB/aAAf+yZ6r8PgvQLge+b8ErXObSFuNVsI9ApNxYNTT3QjRP256huIUo9SGU/+2/TbeCxiRR75l3A0nE4w/jYAojw4FOFvJ2izwXOON1Cqc/Cd+9uIjUJizYJ6fMwvT8QCjzEu7e0ce8Y8PC4gxUFhSsuHUTSqqPTaSGJNeC96rdupzEzK8RMl6mnLQq2bfWayy8gJ70KY2/xJ7CQxCnK5bL5/RWrhrF/fBbP/Kx+wcc/9va7Dxvgt99XvmLAZ383WvLg5zJ4tovdOxcAEiOTodHHUknrWtbTStmLVJ69fqUBdyCVY4z25qVTa4dhriVx/5jEzjrFvt1tOCLBUQEwUgA828LG4y08vT/CZMtCvuRi964GgN4CRwmDkBnecWYdOcT43v15zEccbzvLxaAXI0nbANHEE2YCTlcL9eznolZrYmiJ0aw1ydLzNNwkRyZW175GgZnZBWOh00CvWjWCKA4xMV3G9LTE3sn07V+7/vKD2gjnoBg+NVV/586p6B9nWwrr1ljoKxBM7a7D9WzTTXddG1J0ARqhv6/fOGH1hzHLkolaWA9wqSuDB4jFqElQuBLIOMdcF9j9TIxCjsK1UiMrOqa38w6+fGcDo+t9NJoJatM6NWfm+L2wTuGC45s4rn8vfja5Htt32rhoU4ijhxiyLAK3muAW6S2W5vX8p6+3cOoIRVvtjIrrGN+wmhigpyYqWKjHSDMdPgaIEp18SlSqLcRhHnv2SRAnunjbF//gzsPG8HK5dWIn7j4WS8WfqcYIQw9HFRlaCzNglgXf0wNMHaxYEcC1XTNbGXU7SLX86P8UQ2IYbhnm6ydAE912LFPn0MDqD5x0QohUQRENau+D15rADd+fw9CIj8qkPpqWpQMTExo8BWzsi/H6U/bi0V3DuH/CwdvPoFg7QJHFERRp9uLwXwD6WfyJgmPbhrkmPqfUkGhiYhKtZgztFNPN/SgJ0W4ppGkCJ1/C3v0p2i0f6zYIOLZ77mf/4g33HDbA9YH2TtauyKT6pII1lAkLe6ZjNJIIgz4F0ftMMWDtmn7kcrYBVD+maZYgDCNkiWaLDSG0daFHMqlBYxyEa2M+N4+8BrxXV9E3hJiMcvdCiK//OEGr4YESveGYAPRYuE62NCMNSQWOHY3QaWZYvSaHS0/1kUQhom5bNxcglR5xeS7x0fP7zwfcdV1wy0KjUTeJkmVZKOQH8egjezFRmUc7lLA9jkwGmKwp2CqHdatS9PXpJzkeb1boq77whcsOKv0/KElZvHOP7d497JK+/8gt50MSWTGWHDsnGkhDoBgAG9cUkXe1vy8z0Ye2GOtsME0Vwq4w3XoNumnm6ihBZ4TaN6EUbMsxU2ra2bMoR5qVyrNw99MC/3J/hDCxwHivGbwoEUzpvqbE6n6FU05QOHZjACuN4UIb8xuIo1bPGWDS+55O98DW9XH9d4WFhXk0Gg0UCgUMDQ2j0VzA2J4Z/PShvRDcQqYGUW9FsFwP60YceLaejI4EV8H3kkT8ybV/tfWZg2G3OffBvvH579uxY3qQuvYfU8I+AJBSIgh2V9sotyU2jRYxVFLIMQLf44jSGFLoNFwzXD+eWpL0qm+DMl241mztRQ4acJUqw0YtRholHbIl7Ri1KMPjuyUmKgLNyIVuZDBKUPBcjI4KrF0FOIzCpjH6baAQEIRhG2ka9RbK3v+9ZjIj6HY7ps6io67BoSE4rotKuYbpyQpaHYJmyrB7XKLT4Bhd4WJkJINIY1BihZTidpLyv/nkx9/26KHi9ysBvngSDTxz5AeFYh8mzB4S1Mb+SoSZeoy1Ax7WjnBwW5ldfTSjtP5xzZiUmS02kjSD5FYPBG0njlKoTBjATTKui1yeh06n3Rt4S4Fum6HeBCIpzM6chBE4TgbPt8yeKhZJsGqQgTKBKI3MYtdLb6TxK87M6HR/Bq7vYsWKlQjDBFNTFUzW5hHFDK2OhfH9HEmmzUMc/YF+AiWElFWL+DeKlvrbT33qrROHCvTi+38twBcP8vjj+0pWwb3SZvwjUGK1NvGMzQJTCwqr+wg2DLuwmITjWWA0M8DrMEzrditSiGO984OFOEqg9OOgw0pTydMeExthqF211Mzha3nXL83uxflZM2BrbpIA4xmKeRtSmx/iHuBxrJ22k2i32ij29aGvvw8zczPYPzGHRiOBjD3smQVmK3pIq4NVIwy25oiCkoQ9JFN5g2hVb7n++g83f1WgDyvgiwe7994Jb2iIv5db/KOKkqMjRjBfA8YrTfjDRbxqQMe8EjlfjyVkSJMUkuuRERtprAdaYySx7sQc2KyDErOAZVnSW0h1Y9ncCe241ZFMjy96ew+Lp1AkhevorFGPnghUKhWMj4+beH1kdNTcwPJUFdOVGbTDBO3Ix/h+BzPtltHmoZIWshBUealU7LY4pp/53CefuA+4+rBtJHxYGP6Ld/2nP1XW4MqFdyRh8meg5EQd1i60gSdrEiWL4YQ1BfTxDNxsvaEQR12jH8zyEIfSVBSFtrqZpMSFZRN0223EXYapqRCFfht9fe6BeWWAc93zjIwhVG8suXfvXlQqVRSLBQwNDqHR6WB8YgrVmTpkHKDWsjA+2ZshOmqtQN5hsBjTWX+FQf1tN5n/0qc//gFdhDnsr98I4ItXuW2bYqeeUXszAf9jSehZWiTmuxJjlRTMFti0wkfgUnieMq4qXUXUC5vrOuhGKdqdFEpaxmcCKjA+3sDOnS3D4vXrfZQKAZiuuzgUzVYNk5NlhGEXQ0MD8HOesbrt3zePercJkRaxb0qh1pAIcinWrOLgJgZlejr3J1DhF2V3/rbrrvvoIZdcD+Wu/EYBX7yQq6++mr7rD686n3LvPxPFLmQErJFZ2DWxAJVa2LBep+IpfNs2tewoSUwV0nEcM7Wgoxe9QOq0p93uGmnR2ab+eW2mitm5Gvyci9EVo+iGIcrTNdNATmIXc80cdpbnoISF4SEHg0ULlIYgEC2S2TdnsX/DdZ+49KGlGi1cEsAXgdfd/P37Z09NhPwvjFpvEYRanSzBjmmFTqKwaTXDYMGCTRl8jyFLE8RxBKm35IgidOIYMtEZpEAn7CKSMXKFAmxmYaYyg32Tk6i3QmRZHuWKjb1zEXIOcNQqBY9b+iGBkMkuAeuGRNC///xf/d7cobDzcLx3SQF//gWPj8+eIIj4CCDfbWUs16IuxitdNBoxRoYDrB3iZiEscAth3EGU6bic9kZRMoEkFZhr1bFn7zQqE3OQCcNCN8CO6Vhv4o6Vgwyj/anZN0sCMUucO4H6DQ/es/qul3Je8yUDfBH8XbsmVytGPgLG36MkGwCzsL8qMD7TxopCgGNGLXTjMpIwRJJkiLrCzAjN6PZZvYl2XES5LFCtZyA2wYYhDs8LdRCjqEwrIvW/GnatL3/hurccEXvQvuSAPxvL79tXysN+nwT9IwWyOhUE9Q7BM1MhWu0McVhHliq0F0LML3QxXxdYqLeBTGFoRGFoAHClrgrGIhP2fWGSfrESW9+6+brLfqOL4KHKzBED+OKF671VMuldlmXyj8CsU3Wm32w1ML2vjem5NqardbQ6iRmc8i0FrhKkuhAm3BpJk39QCf2PNVUKAAAAwUlEQVTKNddsfWKpFsHfesAXP8Dddys+sqp2Hmfk/fVm+5L6XD1Xb3Qxs9DGQjtBN0x0ay6WsbVdCPW1uNX59vXXv/vXzgQPFcBDff8Rx/AX+gDbtt3rAeLERiM6aqbRzrVjxN12ONEU4ZNf+cSVrUP90C/l+38rAH8pATrc514G/HAj+kuOtwz4MuBLjMASn26Z4cuALzECS3y6ZYYvA77ECCzx6ZYZvgz4EiOwxKdbZvgy4EuMwBKfbpnhSwz4/wOvpw9NSmBcXAAAAABJRU5ErkJggg==);
}
.tb-item.tb4 {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABcCAYAAADj79JYAAAAAXNSR0IArs4c6QAAIABJREFUeF7tfAmUXlWd5+/e+5Zvr71SVUkllYSQQCRENgURTUBkk1Z6jH0cG6YVQVFUdFyO7Yzpdnq629Y5TksLCrZ61HbBQVSkoQUBEWhAlhC2GMhaqUpVavvWt91lzv++KogYSFWolNFTL6eS1Pe99+59v/u/v//+GOaPOUWAzelo84NhHvA5FoJ5wOcBn2ME5ni4eQmfB3yOEZjj4eYlfB7wOUZgjoebl/B5wOcYgTke7o9KwrduNX7/xI5Tsw53Fy9w7+3p6WnMMV6veLg/GsBvfWDo+LChvssZjnV4wvIFZ09TLvtlNy+uW93bNPaKkZijG/xRAP6fjw6vGJsI72vEpp1w8VwHwgVi42J0mNVilty2/s1tN7UxeUdHPj84R9gd0jBHPOC33bY37zWFdwvhnGgMhzIMiWHYuovhns0cxa4Ewmjo0MVZJ3t6TW+m3/frWyKmBxylqw7jUsrI8RxXZfP+jR3Nzb9mjOlDQmsWLjrCATfs5l88c22umLvMcxhcl8PLOHjmORc33muwcFGEsSDB+ISP3qUGWQi0OA4WtBss7HDRXjLwvRDCKLjcQS7jm0zWu1t43hdu98WtGxhTs4DhjG5xRAN+08+fvdzLsq9kMg53HQbfdzAauvjJ3RJ9C11EOsKz23w0dXjwPI1ilsPlsD9cCQg/QXNzgmLOgysEOAyUNhgv18zImPtQe3fTtWuOVnds+/XP9mzYsGFOwD9iAf/hT59Zzxzx86znZDwPyLgemJfBN24N4OUYzjg9h8aEC+7nsG3HKBqhAIxCNsPgCQdCJTCcQYGDGCSX9eB7AlIblKsx+vs1qklg1r2uZefiHv2VnF/88rqlLJyRuB7CyUck4D/66dbVYcLu4L5ckHUcZL0M/KzBTx5k2DLAcc7pDI0yQ8fiAvbtU9g52ICrOM5a42DVUYA2DLuGGJ7aUcVY1YcWPrj9Y0j0wR0SZhdGMrhCoXeRMODJP1x8evunDwHDGV1yxAH+/27d0V0Zr99rBF/qeIDvMDRlC7h3J8cDT2qcuhZgqgDSei3tHrZtb0BzjXeekkHvEg0mAxjDYBjAGMPAKMPmXQZ7hzmCWIK5AsJlcBwObgRcztHeDjhGfvWSs1rfNyP0DuHkIwrwb93Y31YN63dyY44TjoHnO/B8hfGRZvz8EWDl0RotzS4qVY7mphxGR8vwMgynHsvwxqPzaMQ1SA3EWoMZwNMGDAySuJtxhLFAtQYkCYPWDEZrOJ5BpGMMVbNf+6/r2y4/BAxndMkRA/iNt/e39Q/Vfia1OdVlHI5gcB0XDclx6wMOlvQ4WNhnMFrh8JiPOInABMPSbgcbThHQWiKIAwwNBXh8R4jWQhYrl+aQ9yUEY7DQcwMDSaIPRgRDC0K7ARzbytnrzjy+9bIZoXcIJx8RgP/bz7a0j5eTm2MlXgPGITjgMIEAWdz+UIDuTg8rVmUwMkrTZZCEGRi6WoE/XyfQzCWqDYntewxuf2AEXq7V0oXjRVjUqbC4xUFnm4uMK8BZTHjDGG1BB08B3z3hXX/G8W3vPQQMZ3TJHxzw7922p3d0vHZrEpljCQgLJQGisrhnE0OhWeOYNVkMjRgwJhBLA2042jMGG87IoKMoEQUN7J2IcNu9EqxUhEZipZlrbrPkiZQwMkJGkAWjaU2hFVDIZnHsMR66WhMMjuWvP+O4P3HAv/ejXSdVEnVjzchero2VSmY0Qp3HPY/WUWjK4/hXc4zs86CYhNEMkWRoKzK87SSGnnYGmShUyiFueaiMKpohAHD6iylwQ/sAZJvQOoJpA2Pod+JvZnm+oxjjTaf6GBjLXH/6nzLg3/9J/9ur9ei6SKNJcguJpYkoEbj38QxybTFWH+NjbJgB3EAqBqUMSr6Ds08UWLkwQpJo1AOJ+x9tYNt4AcKXcIVDcAJkxxieom09+XTnTMKfrgCAtjxwzokC/WX/TxVww755w6a/DiN/o+GeiC0tK3AXGCu7eOARFz3LGRb2OqiMkSwKa3VILdDiC5y9Fji6F5AyRhzGeOTpOjbtduAWfFoXa20TsFpraE3/phQraN04LJ2kR0o3rXmNc09g2FXxrztjTcefmtI07Evf3fz65V2td45VG7wRJYiUAyfLsW17AU9si7B6tY9iC0Otxu3214lBKB20FjTOXitw9EINLYFYJnh4Sx2/2cLhFQRcwS1F0BLpSep4sTajhXA4IT+pugxJuMa5J3LsrDrfuetVnZdsPMyBrTlRmm/f+KRX8DvexrPigwsK5dMuOKWTB1GCOE5QrkS4fZPB4O4sjlpDHqCyypFxDpUASml0NvtY9yqGo3sUkkgiTDSe2lHHrzYzZJuyEIzMO2OBPtjBCXULOFkpQFvO4PyTXDwx4mvB/IcKhdzVNYEbzlvBooPd61C+P7yAbzT84uyei3J+7nO5nLeS8YhlvQRveXXWAsmEwPAYwy2PVbGqT+D+ByN09bgQHoeSBkxlsKBT4py1AguKgJYJoijGpm0R7nuGIVvywQwtEHHI9B/fpGRuKaglL3HhazN4aIeLfVUPmYxGcx7PNZUy/3P8Se8HGzbMbkTxsAF+yeeHlvsOvzbXxM8s+IKRNaGNRNGNcfbxJWitwJnBYMXBXZsp+pdgou5DK4GJSoQoFli7FFh3ooeSFyCOJYJQ4MGn92HTdh+ZUs5KNjfkR5IufJ6cD4q8mrJdCPCsxnknOnh4t4uRMA/ONDgUsllumpuce4quuPzNa/xnDnrTaZ5wWAB/75fkBVm39s3WFrRZs8wYSGkQhDouMXn/2a9130CfEWBDZRe/3ByjbxFHueogjMj9ljA8xlXvaEJJBQhUhErN4M5HRvHcmINsLgffccG0BvmOZFOnlsn0jpi43vK8QUuW4dy1Ao/uEc+NRqUeLnTWYRIUKneEQD6TmeC55L3vOrn4o+nd/eXPmnXAL/1ifHG+ULl+YatxE7LMFENNylqjLL9uDL7wvvO8TL3OtxJQ5OiRhN/5eIi+RS7KVQ/1wKDekPDdGB/5Mx+e1giSGPdtCrF5nwPmABme2usEMdGDoQDKDAqBA0XamFnA2/IM56x1sbuqL//1TnlzRvkfcVzxvmyTKHIyaRIGxzcy66srLzuj9dpXCvqsAn7p1aNvavb4zV1tzGNaIYylqtfkt6oTjc9++ZMr+mmyzz5bPqoaqK2JMeCcYU+V4ZebQixd6GG8mkGtoRAEEjk3wYcv8GAM2dsGdzyi0B84ROQQ1mJPJZRUH0nrTI5GknI+Xd9ZlDjr+Ax2j0Tnv3V93y10n0v/btsCv734N53t7ntyGTgU/mLcl9KYt3/yvNJNMxnr9yylV3Lx/td+8qvPNdVC94mVS5sWKZUgiOI9jVp06f+6dOmt+59nAW+orQnxL+foLwO/fDxAX4+HiUoW1bpEGGrk/QQfusBDImuAFPiPRxIMhA64IYuE4k9klaQxkZlIN80liClwpe3P0gXAma9uNjvGa8ece/LCLfvP9S//6Zn1i7s7vt7UlO3jTFK0cW9d6jV/v6G471BxmzUJf8+/bLlqUan0fzpbHcQaj9X3xRd+5t0Ld794Ylu3TiyvROpZaQAxCfidmwIsWeihXM2iXJdohAZNXowPn+8hkBUYxfHvj2qMNihNRhadRdxKqNIa1tSbwUFmpVakcEOsPSqPNcuKle3lRvdbTvr9OpcrNm7val/ZdlOh4LwmkEC9WvnM5y/u+rsZDPc7p85spi8zyl/9w457Tl274HTGKpuF0me++7zuA0rBb3dOLKtU9XPKaAjO0F/mllIoR0kSXmlI1BsKzV6CD53vIVQVGCNwyyMMo3Wifevd2IMco8n/zej5yeKhrBDTEdataUbf4vw9q5YUznipm2z8xvZmt9Ryu/L5iU9uqj/yg093nWS32CEcswL4xo2G92d3Dr3h5I4s0+Ep7zqr7amXmsvTT4/3NTS2K0NmIQEucPujEZb1kjmYQaWmEAYKeS/Gled70GjYGMotDzMMV431WV4IiUyagjOsekgicrDo2gjvWt+ETMb/2+VLmj77cvh97sdDy+HmH77r7jH0dHoLv/3xrvoh4D0D1f4yd//hk8b7j59uGz1vfe91F73G++jLTeSpp+rdoWnsSTRjUxL+i98Ay5cYTFRdlGsajVCh4KaUMgX4z3/Dsa+WSrgVrv3la4ZiQ04VmEBHE/DWU4XWCTth2bIFmw4G4Ee/se9vx8u5T2S8pPuaK5rHD3b+gb6f4VQPPMQtW41/z51DI0evaH3TX63z/vPlJvL00/1tDe0MJcoRjnCwZ0LiR3dLHLPcQS30UAuAeiRRcBJcdX4GGtVUwn/DMVylBAJ5lqQtJwOvdmfP8DFs2Jbh1auAk5a5Ty/s6ljNpkER512191Nti9jfLFqa7fn7i0qjfzDAScIndpVHuIuvXHpW86debiIDAwO5wTE2JLVbIMAHyxLfuSPCymUuKnUqY/BRa8TWI73q/CwMJ8CBnz8MDFdSwIkMUuPE2ETDjAFnGj6TuHB9K5pc+fHF3R1fmA54Z1wxcMvKNfkzF/ahe+M5h1bPOEPROPC0iMNPOq86NBFKP+PJE//Lazu3vtQDGGPEpi1Du6R2eijFVam5uO4XDSzv06hWXSSKpDxGQST46IU5cKcGmTDcuklhzyiHINebcpM2dsLSZMMMDwrMvmqJh5NWeZWMECu6uorDB7vFuVdu9evZ9l0nrPXy3Ytz3Z88nVUPds1hoxS68c0Plu+txzgt0ckjzcw564LXvzTHPbF16L5Es1MZF4hCB9/6VYKedoXxuoMo4qjWEiuBH7uwAN+rI5HAXU9FeHbQsYALMRUZ5BAU6J7hkXc1zn1dES0uPt/b2/rJ6Vz+lv8xujqSYvPK40V/VN6y/GuXn5RM57oXnzPz2b7EKD+5t/KJkPF/TBTZxeZ+hKNve+dZy4YOdPpvt+/7ahjryygjoI2H6++IsbgdGK47iGNmQ7ZcKvz3tzYh71eQKIPfbIvx2HYHDuUqyekhHp5MKszowY3G8Uc5OG5ZpuypzDF9fdOrtj3r03vfXcxnv75oqfPgl9+Zf82Mxtzv5FkD/If3lVsl3CcZ4i5yTBzOt0NHl7z99M57Xjy5bYOjG4Kq+gGzyQAP370nRiETY7iahWEOxscbUDHDlRcU0FGsQkFj26DB3U9Qxt1JTcMpZ2dG5jBDazHB+pPzyOrMX69YVvrf0wXujR/Z3tfeXrijfUlu8Nq/zJ8+3esOm4TTjb9zZ+UCOMmPXS4cyspQHZQR/ldzbvzZi17zglbfsmWgHSK7HcYUjGNw84Ma0nEwPCbAXBejI2VEMfDONzAc20uOpUE59HDHAxVUJbn3VGOSPkrq2r/8kVqQHC4ivPmUPIoO++0Tj0drN2zoDQ527f7f/8XG8b5Mk/v6b15V+PZMrtv/3FmT8Kmbfuv2octdP381NBxK3sbGwNVR2UX+asfT/3zR61IF9cyz49cZwy81bozHt3MMNjh27ongec3YNzKBJGZ4/SqDM08k3chtTfiT24AndydpOJaKV6y1omxM5MAHUQ8FBmkqBm98lUBvO08Ghvm5609rv4OuufTqwY9zWaqMT+z4xg0bV8eHCuR0r5t1wGnga28ZfofrZr/m+bJE5rKmohtD6WBREybz45yOfrR6VXJRvZJcAu4glD5uuX8cTnMBicpioL+OWHJ0+CGuvMCF9lI/PgoZfrU5wZ56mlxmNs2jLahG0We/e9gCfiXAWIBjFjs4eYVAbVzs6OjRGxZ3dz9EZ3/o6+G/jIWVK4ThT6uEf66/vOmGuzauk9MFcKbnHRbAaRKf+/6OY9rzuev9Qv5UIWImKAYNF4ri0FLbQvmsL5HPchSyedz12DiUS8njPBohw3iFI47qeN9ZPpYu0qA8DCW7xioc9zwRYDwiHtc2iEV1gkQ7FMxKySN1RKmiykiDo9oNTlplUK8laO3sgNax3PRMfOsXf2qeWNDjX9zawnvAJTQTJgrdX+P+wrobbpjd1NrUwhw2wGmAjRvvdIrHrfhgyedf8P2coFoFqTUUV4DkgKJkFlk1nGqlECR17BtywZ0s9o3VUE8YFmY4LnurgwyPbSWVhMREPYP7nxhHfz1j6wYtbRhAEeAs3U3MUMGEQCFvsGwhsHenxK4RhoG6xmg1Aedt8AsMWU/C9Ym1DALjmtFy4xO//MyCaTlCM5VuOv+wAG6MYePj9eOSKH6/5OovQsmbntudsN1jEWJWgusKSoxR/TxI8A3SQnmllC1zoJCrVgxaMmsmtjQnKGUMfCIS8nQcCal8PDsYYKRM1VewVbNSU90hswq3HgNRJG2kkdJErueAuxyGNyC4gQPX7hDPZRAegzAMXNU3nfdafeqG02amTGcC/KwCbozxRkdHz4tlfIXWOBNEosyxNrOkLc80hicYdow6GLVFPlnAJ6lMyyEoZkILQXZ3rKjayrFuvZT0GeznVGpMjpBU2lZjJYpDJhJKc5vO05pbZpecpJzGTKsiqBfC1tAyWl6ycuj7BPmsA50REKqBy04Dil64hbnsCx3NmX87HH2gswJ4tVrtCMP4YqXUB6SUffSYNsJh707OzWSK1yrPVIkSJw+XXQyMAXsmNCqRBlMeHNe3C5MYjUQbSJssEIgVQyw14oRZoAlwWgAp+fMVVlQvaKutDIMm50gRUXEw6jGk7SQj5F2DUi7Aog6N3k4f+2oOnuxXeMsaiYUlUgxUXZDAd8Qu1xFfXNTd+q+dnZ21mUjxy537igAfHx8/PgiCDwD8HdqYkk0MT1ZO2oLJ56N6aeEkffmCctO2UyGN+fkW4HKdY2A0QbkGjNcYqoHG4ARHzDxApYskDYe0VEQWiLFVWJTXlDHtECr41FAmghBAa8agIw80FRK05DW6W32UigQmxWMiGGTw0DM+HBc4oS+GEhLCkIFC2SCar02S7BXMXL2op/Wa3t7eV9yAe0iAj1er68J68LFExmcbDRe0SSmmYetE0hoR0l9WOZKM2eyKXY4U8AOWNNBi0XSI3xkSocEFx9Aox31PJXhgq4SMRUoxVEivAWrVWdLRwPLeIrpbASejUCJh1sADTym8+liqJ1QQWsLhaaWVXeTJKCP9TgtHNEajUsjACsVkYanNnVKym74XZlgI5yuFrtKXV78C4GcE+Pj4eF+SJP8cxckFkdQsCCIU8vlUkU1WrKbZmPS2tK1TzWwr4G2BpX2kF3Jjz+++VNanfqaWhPiWnBwHIzWOXz4SY9N2F9WGQmIUwtBBmEiEQQM5x0Gbb7C0pwhXDOOMUzJwOFEKs5klm7iYKgCy85pyltLYeJqZTkO+NEkC2hIidUtQ4prOZ4DrOmM53/1i1Jb/0kmH0Os/bcBHRkb+G4CrgyDIU0z02e0DqNdiO+/jjjvaxql/Nw3zYifkBTr5PcCt1O1fObW/52izmLZusJ5w7KpIbN+VwbZdEZ7ZXcZozUcc+hgdohoSB8esMPjgO2vICFvtY6uopipqp4Rikt+en6BNQluF80I2aQqYqa9IGddqdRupbC4V4Gf4b4vZzBXLly+xHut0j2kBbozpGh0ZfU4bnZNS2vZrqbktxqTYcsZ395OYAw89lWG3G+DFEk7GjAWcgJ6UNCtgVM5Ard5AkBgM7VUYGlVokFUCDxAZNMIyKuMMg3tyYCbGOec6KLiRbaUiwC0lUJ2y3T8kpcTRUzspnauV4nRrTp5Hn6Vlz4xokRmM7qtjdKJC/RRYumQh8tkMFSMpP8M//apjV31+VgGv16O3Nuq1H1t2Y2TrGutkGCNTU4uAmaSRlxrYFu1MeoMvLeG/mwgnD5IcpVgBI6MK9WrGllFQgiJWHLWEIyLrg1Edi8GiVommrAvXCWz8hfSGzZxZNNPiof0Bt2QyKdzk+EwxClXuplKfOkRWiTIfiVIQXMNzRBo0ox+d1FYc1be0VCqNTAf0aUn4yET4fgfJV+KYzKZ0iwdBiKARoFgqpuNYLy+tFSFL4fnw6X6z2B/wF4NOsZFUxiyBWmEjKyRRzNYa1hsO4ojyngnCmCOIDGpkmQgCR9jifMco5HMcrS0SrSWiuCSlZqqqs7uI9EpabWt/rD1O19MumASccVsRZnfEVBjYnksKmOIyCq5DpiiZncoK3YKu7vXdHS13zhrgT2wfvyTvs29SK55WodWJ5Ykq4lgjDEIIIdDUXHwhZPoS0bsDAj5JHWkEJDUltRHQZGdLhTgxoHWW0rENVVFsEEsXQaJhOLULalRqMVRMHQ/amo/E2Y4n0dQkkPE4PCeGS32fDmCEtI5QSiMpuLZidvJ3uxCT1lXaJUGebxqRbDQCtLSUYLQEVZdxhyOb7cDA7vE/X/+Go2+cNcCrUfSOwX2N71cqMbpb8igWBIaHRyCEO1luZhAGdbu1SyUCnnprfr9OxnY0kPBSIaall5SnydSzDEueJoFN4E9WVSm7c1MaI2+TFoA8T+241h4PGtI6P9TvQ72aaXg8zexTnIXmIjwPruOA3kjhCWPBdx0N4ZG9TvUxCsLqkNRB42RCcrLtqc4xgJQKXAi4rmsXx/dclIrNiCTw1HMTaCp657zptKW3zR7g1epqwf3HEgln58gEggbQ1Z6Fjmr2ockslDJCll4gkPHs9ouT2AI4RS1THE9SThFDipUQ0M/XBk51l00pNJJ0WzuYUqWSsJ4n/Zvmjx0EYZIuELn4toJ2qqcnvTB18g3gpJ1tlP8UTEBw18ouyQXFVchJ4iJOrRpKUBuFSmUcjkuvDHGsbxCGDepnRm9PD2I4+O3Wul3s5X0ufE+9fu3q5b+eNcDpRrVacAlj+p+U0R2xFugfCFDVGt3NHnytkCQhPF8gl8vZiVHdYBQlSGLafqnCJC6yDpGVI2ElN9U9k6bf8/ZxyplTB1XHSnLjLVURYA7CILahGsuldtekaTeySKyCtjQwWQc+aYEQfdA5RIEk+ZaXLa1wCEdB6wC+ryAVCYu28yeaihOgtaUdiYrx9I4qsvCxfHEbis0hlAx2qKh43OrV03P/p6U0px587969nYVi4SPaiA9ww0oxGLbvq0LWIrS3FtHcJAAVWWWTUgGHwx3bmBqFsY2LEGCp/0nOUGr2pd6dnuwKpthJGmK1Z1GnsO1Io2UEHMe3bSdpfTddn8ZOuEjguomV4nRXiTR8MklFCZk6aRdnyt2CXnJA10RgnCjOJr8hY+rFb4AzB47wwRyGvTWDod2B7bo4dkkGGSeENFJpw/89kcnH16xcOe0OiRkB/rzEVUx74AQf0waXG4UWbRzsKkcYH4/Q2+qhpcWDpLc6kMloSFPRtnWstIQW+BRyW8iT9jCk8Wyd9vaki5Ae1GBF19OecDzfLlzK/eluIWkmwIiTHeoyThszU7/SvlUiXUyygpSiPtCU5ynu4lIfvksr5lilKxNaABeF5hzq0sWWrRWUqwrLurLo6qLnkFAyDpnSNxmh/3H10Uc/Nh0a2f+cQwJ86gaVSqXdFe77lVZXKqCDgkyjYwHGyjGam310tXowqmGTAVYSNcUkUps9jhJICmTbPu/JeLakmm36fn+vM/2/63gIE+JZarZMd4UNW3EJevOEYzvZKG6T0hMBbZunJv0DGzfRErEOrW6g36WmnRfa9hXfzyCTczE+7mPLjgCaRVi2JGM7JKATCi8PGeBrKtDXHXfcUb9Xhj1d4F8R4FODTExMtDiO9x4G9mEAi4g49o1IjJYj5JtdLGrNwGiKzqWxFPvAhsrWgDCJrMKzTVeKvktfNpCaiXQYOI6LJJGTjX5pAs32CJHFQaEzcuO1mlzYyT5NGs3uIEpQyMk4DvUOSUs15FOQ9VIo5uCyLJ7tDzE0HCJbCLB0SRsKwpp+ZKU+rKS5BkhuWLVq1SFVW82ahL94VY0x2SiK3q21/qjWehlZFeWKwOBYhHyJYwG9CEZp2plwmGMz7qDsjwHCMEIc0UOmza0p36ZKkA5rhVD/JqP4ugQz0maOyJIga8TuIBsf1/a9VvTH2s/WBCVHjGgkhlIh8pksik0tKDcEtm1rYLhSxYolOXR2OFAUhkxUYqS8iSnzf7///e/cv3HjxoPXYkxTxGdFwg8AvBuG4du10p+GYcdKrlkllBgYoheAGSzuyoHzwNIHIwU52WbJOJW6xQijyPItY+SmewjiiBK8iENg374GWptdtLXQ65PIZKMdoSzQNs5D3h83iCSFZIU1/BMZWlOv1FyA52cxuFdj6+4ALg+w4qgmFHzK2mkTG7U3MfHXmHC/emxf32F5/+FhAfx55WqMCILgQgAf4wanQjM+FgE7hgM4DrCkPYs8F1CGODN9LQflM4VLbjwpN4GwQYEqbal470Adg/0NFAoMa47vtP3zdD7tlCCMLK1r4gtObwVSVgl6roe2JuoL5djcX8PoeIjWkouVC3Ppu4KMVNDsXhh1rec5N/X2Hr58Zqrq5+AwxvAwDNcB+IRUyZlaGBGGGewarFl66OnyUMr4MImyii5RFBQje9mxgJJlkyaYydTU1tQkBaASiSROvyPrwvK8Js9TIlvMIV8soVpJ8Oz2GhoGWNWdR76JdEVIPE41dDcIzq9Zvnzxwy8bW55FjOYE8P0knjXKjRM0Z58SnP+ZZsKlmMjA3jqCWGFRZxaFvGMBo6ZZ67xYa4IkQ1iJhaHKK3q7hLKJZ4dz+6IDcsE9N4NiUxFcuNg11MDOgQAteaCvt8lW49L1SsutBuIa6ODbK1eunFaEbxbxnhsJP9CEoyg6RmrzYRi8C2jkI+1iYDhEpRqgqbWERaUstHV1UtuGzDeqqSDTjjibLB3ie3L1M75AoVBANfKxZecEalGCnk4fS1on03VJGGltblNaXzO4e8ft69Ydvsqqgy3OnEr4gSbTaDQWUcWZMXi3NryN4iLD5QYGxgN05D10tDdDsAQqbkAlCRILeBoaEC61pJASrGHPUIysb9C3JAs/E0FTXYbqnThHAAABPElEQVTUe7WKv+W7hesXL17w3MHAmIvv/+CA72/LZ7P590ZJciUDW0SOy0Qd6B+sIiImAYPn0wvI6LUeBo1GhEY9huASPT0FtLYIOEQ35Awm8n5tkmsznnfj4VaCM12kIwbw/Xg+Ww+TDUzrK6H1CYYZFiqDekSh0gQyoogfg309qm+rTiBVAm3iYan095jCvy5dumjzdJqkZgrWbJx/xAG+H/BOFEVvVEpdppQ6TymVt0aVoYQAKVQy6WyG7e5Exd8Oc/5PV7S1UdLxiD6OWMD3R4082HK5fKwQYonWOs8NjxpRo59zvrmjo+MVu9tzuUJ/FIDPJSCHe6x5wA83wi+6/zzg84DPMQJzPNy8hM8DPscIzPFw8xI+D/gcIzDHw81L+Dzgc4zAHA83L+HzgM8xAnM83LyEzzHg/x9gcxNc+8lFmwAAAABJRU5ErkJggg==);
}
.trade-banner-name {
	color: #fff;
	margin: 18px 0;
	font-size: 20px;
	line-height: 20px;
	width: calc(100% - 80px);
}
.trade-banner-description {
	font-size: 12px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}

ul[data-v-5d3d0f2c] {
  margin: 0;
  padding: 0;
}
li[data-v-5d3d0f2c] {
  list-style-type: none;
}
a[data-v-5d3d0f2c] {
  text-decoration: none;
  color: #757575;
}
a[data-v-5d3d0f2c]:focus {
  border: none;
}
.container[data-v-5d3d0f2c] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-5d3d0f2c] {
  background: transparent!important;
}
.el-dialog[data-v-5d3d0f2c] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-5d3d0f2c],
.el-dialog .el-dialog__close[data-v-5d3d0f2c] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-5d3d0f2c]:hover {
  color: #0066ED;
}
.all_container[data-v-5d3d0f2c] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-5d3d0f2c] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-5d3d0f2c]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-5d3d0f2c]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-5d3d0f2c]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-5d3d0f2c] {
  font-weight: initial;
}
.formPage > p[data-v-5d3d0f2c] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-5d3d0f2c] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-5d3d0f2c] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-5d3d0f2c],
.el-menu.el-menu--horizontal .el-menu-item[data-v-5d3d0f2c]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-5d3d0f2c]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-5d3d0f2c] {
  border-bottom: none!important;
}
.txtCenter[data-v-5d3d0f2c],
.el-select-dropdown__item span[data-v-5d3d0f2c],
.noData[data-v-5d3d0f2c],
.sureBoxConfirm .el-message-box__title[data-v-5d3d0f2c] {
  text-align: center;
}
.box-paading-20[data-v-5d3d0f2c] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-5d3d0f2c] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-5d3d0f2c],
.el-pagination .btn-next[data-v-5d3d0f2c] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-5d3d0f2c],
.el-pagination .btn-next .el-icon[data-v-5d3d0f2c] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-5d3d0f2c] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-5d3d0f2c]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-5d3d0f2c] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-5d3d0f2c] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-5d3d0f2c] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-5d3d0f2c] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-5d3d0f2c] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-5d3d0f2c] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-5d3d0f2c] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-5d3d0f2c]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-5d3d0f2c]::after {
  background-color: transparent!important;
}
.spread[data-v-5d3d0f2c],
.leftSpread[data-v-5d3d0f2c],
.betweenSpread[data-v-5d3d0f2c],
.el-select-dropdown__item[data-v-5d3d0f2c],
.sureBoxConfirm .el-message-box__btns[data-v-5d3d0f2c],
.filter_form[data-v-5d3d0f2c],
.colorNotice[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-5d3d0f2c] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-5d3d0f2c],
.colorNotice[data-v-5d3d0f2c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-5d3d0f2c] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-5d3d0f2c] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-5d3d0f2c]:disabled {
  background: transparent;
}
input[data-v-5d3d0f2c]::-webkit-outer-spin-button,
input[data-v-5d3d0f2c]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-5d3d0f2c] {
  -moz-appearance: textfield;
}
.eye[data-v-5d3d0f2c] {
  cursor: pointer;
}
.el-table thead[data-v-5d3d0f2c],
.el-table tr th[data-v-5d3d0f2c] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-5d3d0f2c] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-5d3d0f2c],
.el-table td[data-v-5d3d0f2c] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-5d3d0f2c] {
  text-align: center!important;
}
.el-table td[data-v-5d3d0f2c],
.el-table th.is-leaf[data-v-5d3d0f2c] {
  border: none!important;
}
.el-table--border[data-v-5d3d0f2c]::after,
.el-table--group[data-v-5d3d0f2c]::after,
.el-table[data-v-5d3d0f2c]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-5d3d0f2c] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-5d3d0f2c] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-5d3d0f2c] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-5d3d0f2c] {
  font-size: 12px;
}
.el-table .cell[data-v-5d3d0f2c] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-5d3d0f2c] {
  display: table-cell !important;
}
.el-tabs__item[data-v-5d3d0f2c] {
  color: #434448 !important;
}
.el-tabs__item[data-v-5d3d0f2c]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-5d3d0f2c] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-5d3d0f2c] {
  display: none;
}
.el-select-dropdown__item[data-v-5d3d0f2c] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-5d3d0f2c] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-5d3d0f2c] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-5d3d0f2c],
.el-select-dropdown__item[data-v-5d3d0f2c]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-5d3d0f2c] {
  display: none!important;
}
.el-icon-document-copy[data-v-5d3d0f2c] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-5d3d0f2c] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-5d3d0f2c] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-5d3d0f2c] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-5d3d0f2c] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-5d3d0f2c] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-5d3d0f2c] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-5d3d0f2c]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-5d3d0f2c] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-5d3d0f2c] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-5d3d0f2c] {
  color: #0066ED;
}
.aFont[data-v-5d3d0f2c] {
  color: #002798;
}
.fontCenter[data-v-5d3d0f2c] {
  text-align: center;
}
.moveHand[data-v-5d3d0f2c] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-5d3d0f2c] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-5d3d0f2c] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-5d3d0f2c] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-5d3d0f2c] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-5d3d0f2c]::after {
  margin-left: -17px !important;
}
.noData p[data-v-5d3d0f2c] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-5d3d0f2c] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-5d3d0f2c] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-5d3d0f2c] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-5d3d0f2c] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-5d3d0f2c] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-5d3d0f2c]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-5d3d0f2c] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-5d3d0f2c] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-5d3d0f2c] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-5d3d0f2c] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-5d3d0f2c] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-5d3d0f2c] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-5d3d0f2c] {
    width: 40%!important;
}
}
/* 焦点图横幅样式 */
.hero-banner[data-v-5d3d0f2c] {
  position: relative;
  height: 760px;
  background: linear-gradient(135deg, #1e1e4e 0%, #2d4f8c 50%, #1a1a3a 100%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.hero-banner[data-v-5d3d0f2c]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
/* 星空背景效果 */
.stars-background[data-v-5d3d0f2c] {
  -webkit-transform: perspective(500px);
          transform: perspective(500px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  -webkit-perspective-origin: 50% 100%;
          perspective-origin: 50% 100%;
  left: 50%;
  -webkit-animation: rotate-data-v-5d3d0f2c 100s infinite linear;
          animation: rotate-data-v-5d3d0f2c 100s infinite linear;
  bottom: 0;
}
@-webkit-keyframes rotate-data-v-5d3d0f2c {
0% {
    -webkit-transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(0);
            transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(0);
}
100% {
    -webkit-transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(1000deg);
            transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(1000deg);
}
}
@keyframes rotate-data-v-5d3d0f2c {
0% {
    -webkit-transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(0);
            transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(0);
}
100% {
    -webkit-transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(1000deg);
            transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(1000deg);
}
}
.star[data-v-5d3d0f2c] {
  width: 2px;
  height: 2px;
  background: #859fd8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 主内容布局 */
.hero-content[data-v-5d3d0f2c] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
}
/* 左侧内容区域 */
.hero-left .hero-title[data-v-5d3d0f2c] {
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 15px;
  font-style: italic;
}
.hero-left .hero-subtitle[data-v-5d3d0f2c] {
  font-weight: 400;
  font-size: 18px;
  color: #98B6D3;
  margin-bottom: 55px;
}
.hero-left .hero-actions[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 55px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-left .hero-actions button[data-v-5d3d0f2c] {
  padding: 12px 40px;
  border-radius: 25px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 128px;
  background: transparent;
  border: 1px solid #FFFFFF;
}
.hero-left .hero-actions button[data-v-5d3d0f2c]:hover {
  background: #468AED;
  border-color: #468AED;
  -webkit-box-shadow: 0 10px 25px rgba(79, 125, 255, 0.4);
          box-shadow: 0 10px 25px rgba(79, 125, 255, 0.4);
}
.hero-left .download-hint[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero-left .download-hint span[data-v-5d3d0f2c] {
  font-size: 22px;
  color: #FFFFFF;
}
.hero-left .download-hint .app-platforms[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.hero-left .download-hint .app-platforms .platform-icon[data-v-5d3d0f2c] {
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hero-left .download-hint .app-platforms .platform-icon[data-v-5d3d0f2c]:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.hero-left .download-hint .app-platforms .platform-icon.ios[data-v-5d3d0f2c] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABKZJREFUaEPdmluoVkUUx38rs1DLLnipJG/4JJkPJopWkAlm9hCar6VZ4YNgJAj64nuCIITYKSK6PHRRBCvFMOgmWinoQ/gQnoe8pYRRWWnltP+fsw/7bL/v23tmz0G+1uuetWb+M7Nm/dda20ggzrlbgSnABGAscAcwErjJm/8buAj8ApwDTgH9ZvZb0+kt1oBzbgQwE7gfuBsIteWAM8Ax4KiZ/RmzltBJcc7dAjwIzAKGx0zaRkcndBT4wsx+DbFZG4BzbhgwD3g44cLLa70MfAV8bWb/1gFSC4BzTvf6KWB8HaMJxpwFdpjZ+SpblQCcc9OBJwsOWWUz1Xedxi4z+76bwa4AnHOzgccjHDQVCDn6J2b2bSeDHQH4xS9JtZKGdj7uBKItAH9tll/HnS/j1Ul80O46XQPAO+zz1+HOVx2SfOK1smMPAuCfSi3+riprkd+nZa/LDOAA8FOEDen0FZ/YMgC98QsiDFepiFYsA6b6ga97OlGl1+77fjP7Mv8wAMA5NxpYMwRX50ZgVeFUFXVfBv6JWT0g/a1m9rv0iwCeAB6INNpNbX4WXRcWBhzJaMjuhvMcNLO9AwA8MXtpiCjCi8BtfsFipNuB1u41EJ3CFhHA1gk45+YCjzUw2ElVCxcAiRb/DiCakEL2mtnBHMALmXff08CqiN6d2gvgApATMdFsXc2TgBxPO69xY4A/PJhYXzhtZn3mkxFdn0pe1AbgKH+/7wPkrBIt6LioMVAkY/f6F25ywc4lQDTh8win1mZtEQAlJEsjdl+7+DSgbKydaALtvLIwxRUx2k6ixOYt4K/AdewUgMXAnEBFJTKr/XUIVO04fE9GHL8JNHZIAJ7x+WyI7qM+KwvR6TZWkfnTCGMnBGCtT8Lr6t8ArPNJe12dbuNO+NdJVy5ULgjAxsDoOwlYETpTl/GvNnhaLwnApsAXSP6SKmbIwbc22AwXA0C0QPQghej6vN3AUAvABuDmACOLAEXuFPIj8EYDQ5djnPgRX1ppMO+Aqt79zcCVSGMtJ1Ywynl6HTsqaIkepJL3fOSOsdcfE8hU/3wuZrYOOj9npUm9RGKYodIKZKFUQnFgfaDfVC3sB+D9CBAtKiEuE0rmVOhSYTel6EndmWVvcuw6cpXMaaRzLpROTwRW1pklcMy2EoPtpn6VTnsAMQnNs4AocirRNXo3wNighEa1/tCUMuUp6DqoUnG6JoDBKaU/BdGD0AClPEJ1nqYSmuh/Z2YfadJiVUKNCzHTkKaFTk55gUoysaJntA9Q5a2OaNwreSOkXNh6KMtdxfVDRNmWgqHAlEW5saKtvun5LYu6MW/6PLrunJ+ZmdLVlrQrLepFCm1k3A6II6l0qB0SSVPLqN8n+DpVRXv1GpQTq/knp92X5RYhjT5VNFQfHeje/L+Ku/mx9HR5vQBC3ZnebHCUQPRmi6l0nXqzyVcAoaKU6vtD1fgoP6FqZHyYpM1aAKH6p3JhdenzfyDqvt11x4ki6I0/kLTRXZzdN0LUyRGdDona3UBo4YfVpc8bF3URxxR0W7Z79mePdjtT+t1mHKDIrMp1fkKKziqnq/SuinWy323+AyCjbKrtBEGyAAAAAElFTkSuQmCC) no-repeat;
}
.hero-left .download-hint .app-platforms .platform-icon.android[data-v-5d3d0f2c] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABG5JREFUaEPdmstvVVUUxn9LQCIoShRUTIw6NEZCEBFEMcBARIxRiBMfI2BCQqIjmfAXgGl4DOgQDQNeDkAbA0YeIoU6ACKJQCSE8CZURDGUx/Z87T7N6fH23n32OWl7u5Kmyb17r72+/VjrW2tdowJxzj0CPA88A0wAxgNjgAe9+jvAP8CfwBXgPHDGzG6WXd5iFTjnHgImAy8DTwNFdTngInAMOGpm/8bYUnRRnHMPA7OAqcComEVrzNEJHQX2mdlfRXQGA3DOjQBmAm9WaHje1i7gAPCzmd0LARIEwDmne70IeDJEaQVjLgHbzOxqI10NATjnXgTezzzIRjqr+l6n8a2ZnainsC4A59w04J2IB1oVCD3078zsSH8K+wXgjV9QlSUl9ezqD0RNAP7aLB7Enc/j1UlsqXWd/gfAP9glg3DnGx2S3kRr/mH3AeBdpYx/qpG2Qfr+MrAx62LzAOTj50QaJ12PerpQT8VjAWPqzd9jZvvTAb0AnHPjgOUlro7oxEfABkDHXUueAxYmfGk9cD9yoxS1W8zsb83PAngXeCVSaTpNOh5INuKaJ3c6kbuAAtLvwNxkjZ0iciXXOWRmbb0APDH7vAKK8Brwlt+YlImmtt4ARA/2AHWDUwA4ncIaEcDuE3DOaeG3AybWiyeKGSJ4XwOjAbnhrOhzkT9ds5+AvSXW09Q2MzuUAliavO5JJRROz2yAPIWI3xM5fWKZul5is5LNwMkSa14ws43mkxFdn4a8qM5i2tXUsFCbLgDfhw6uMU7BbY0AKCH5oISiwZy6XQDmJzuhK1BEdEV0HfSYJO8BytCKiFJMeSSJ3obcalAOkFmkXQA+8y4vdPFngY+BkUlKuQM4DnwRcYWUH7f4hy8HIHe7CTgXagjwhwCs8El46LzXk6xpnh/cAewqCeBD4CWvb7eysVBDgE4BWFkw+g4lALcFYFVBDzSUALhhAeBLHzlDr95QOoGuYfGIPwVeCN1+YCidwJmYQPYqoOAn+SUpdv0Q6UbFjb7yQXCK1ydqcbjAZnYHsqJUQgFshg9k7cCtSABKSFYnfyoMq3yjqH6wYDTuphJSUJbMKRgqVSwi14G1RSbkxvaQOX3onCtLp5Uqzgb0X6Lk5VRuQVX4VHKXnPY10LMlAPTQaQ+gbEIjNUpmlFKmBn6TM25ZptqxNUl4fithvKb2SWjEJMumlAMJoG9K6U9BKaVOIlYGEkCHmXVT8WxVQhmVHmNs00Itpk+8ztS9ZjdDFW51dMT7WwGV0GNEJZt1aSMkX9h6w5c+YhRrzuOe2co4eYmsKAlSf0FuV7lArPxoZvvSybVKi/JIA9XIKApCG6P6aG/mNryKu+l2NHV5PQNC4b05Gxw5EM3ZYspdp+Zs8mVAqM2q6sFANT5UntxaSZs1A0J+XMmMuvT5ynNRd9jfeFEE+fiDlTa6s6v5Rog6OYqqsVE7D0CG/yqGmjYuQnckuqDbtD/2qLUzuZ/bTPTJzdjMCYm/iEJ0+m5NZT+3+Q9skomqkW8/pQAAAABJRU5ErkJggg==) no-repeat;
}
.hero-left .download-hint .app-platforms .platform-icon.web[data-v-5d3d0f2c] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABYVJREFUaEPdmuernEUUh5+x9/LBXrAgolhRsfeCDRQLKFgQLGDHb/rF/yAQDIrJBz+IjRhRMRLRxBhjvMGIRsWGGmyxYW8klvF9NvOGzZt3d2d2l4Trgcu93J05M7+ZU37nzAbGIDHGrYG9gd2AHYDtgS2ATZL6v4DfgZ+Ab4EvgWUhhF9HXT4MqyDGuDlwKHAIsAtQqisCXwFvAUtDCH8Os5fSRYkxbgWcABwBbDzMoi1zvKGlwIIQwi8lOrMBxBg3BI4DThrjxpt7XQksBF4JIfyTAyQLQIxRu74E2ClH6RjGfA3MCiF8N0jXQAAxxgOBC7sccpDOcX3ubTwZQni3n8K+AGKMRwHnDuGg4wKhoz8bQnitl8KeANLmzxvXTkbUM7sXiFYAyWwuXY8n38TrTcxsM6e1ACSHvW492PygS9InZjQdew0AKVS6+Z0HaVtPn38DTO8OsU0AxvjTRtjctoBRa89EKaQTyh+AIfFT4D3g5xHWmBtCeLmevxpAjHEb4OYhTcc8IfD9M/xGe34feDGBKsVi1p4aQvjNid0AzgeOLNTmfG/Nnw0K55ppX0qZV1AlMhFCmLMaQCJmdxRSBKnFxcABJSu3jH3HhAVkUYc031uYIgHs3ECM8Rjg7MKNXFSl+4ML5/QaLpETRInMCSFM1ACur7x715LZwBXAvoVz+g2fDSwp0Lc8hDA9pGJE8xnIi5Jybf1fYMeKz9/Qw/YtXuQwkrIVmZty3EeZYzuG0zGjGKMFieaQK1Lq74EPAKlGt+MLbD7wKvB3rsIRxj0hgHOAozOVePq3AzrRvcBmFZhbgE2TEz6aTtFCx2pt93RSlpDaufMsM11zox5rGl28wRxZLICrUz2bM2GvqpZ1vPI8sKj6fXwVCs+oqrQXLERSzXAZsF1DofWwAM2m3lovoljiC58I4LZUhOcAMN6fmgZqs/ckG9ehH0z+cBNgRm4TQXhzhkzXNXk2xbA6K2czlY4fBXBXQfZths43gKeTCQmo38nWe6pPuOk/9ec6/v2ZAFYI4O6CCHQlsE+XciPBjNRd8N8XVPH8sAGL1zH/2MoEz2oZa6tlSiaAOCoA1/kMeCAtaOmp8/aT+taMZmeOA8CdyQRyQEsdDmoZqM1quzkm9FRVY7/Z57ZsfN2XsxlgZakTn1KxyJNblEuPpyVTvLElAtVTzB9uznCsE2/ZossEODMTQMeJr2rYdb+52r9+0CbzAHm6rZfLWyKRm3/IyAGc2KfuMA8szgSwrDSRyUClHXWh0r2Omfdhe56J1eoL9kp19M8r5vp2ys6GTkNt3Tft1uHYqQUFTyeRlVKJ01Nrse2QBPEc8HraeNuYXn7k2A+rouiRzNN3WIdK2FkuIXM2daUP/u4lP6TS0TJSfiSFsArboyorr+kRtj396YkA5mBYReYcGWMspdPWAbkE0IUMs19UP9f2oe32ROfm7DyNWUWnE4BhChoLoBwSaMg0dJrgTHRt8nHyH28rV9YoaDSH0pJS8LJK24+9pOZL9nRuBWzNN8Ua4LFC+r1mSZluwRP1Jkrl8FSOtkUVHXoisVVZa7d42tYNht+Sk1fHkhDCM/7R3ZXwdEwuwzxaGAhkqobOer4ZVaesw6YhuHNWKdrYVpFal4q3Oa1+CGk2tkwwhslhxcJmP8C6wacjeZL9IvOBkWl5KnhGeRubF0JYUG+wrbVoRFpXDxmlByXVtj+6ugXz/2ru1scxqdvrXSAMj5PzgaMBYnI+MTXMaXI+8nWBsH0ui1xXDx/mh8fH8szaBcJEZDb1lb4t65aGxLbxUgRj/KKxPnR3r5QeQppZd9TNu3FriIX1w0WuwtyG7lr6Ju2XPdpOpvF1G7vWthUt2GteJH/xncx62CJnbF+3+Q9qoLCq2XOUkgAAAABJRU5ErkJggg==) no-repeat;
}
/* 浮动动画 */
@-webkit-keyframes float-data-v-5d3d0f2c {
0%,
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}
}
@keyframes float-data-v-5d3d0f2c {
0%,
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}
}
/* 响应式设计 */
@media (max-width: 768px) {
.hero-content[data-v-5d3d0f2c] {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
}
.hero-left .hero-title[data-v-5d3d0f2c] {
    font-size: 2.5rem;
}
.hero-left .hero-actions[data-v-5d3d0f2c] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.hero-left .hero-actions button[data-v-5d3d0f2c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 200px;
}
.hero-right[data-v-5d3d0f2c] {
    height: 300px;
}
}
/* 市场公告区域样式 */
.day .market-notice-box[data-v-5d3d0f2c] {
  background-color: #1C252E;
  padding: 48px 20px 60px 20px;
}
.night .market-notice-box[data-v-5d3d0f2c] {
  background-color: #FFFFFF;
  padding: 48px 20px 60px 20px;
}
.notice-banner[data-v-5d3d0f2c] {
  max-width: 1440px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
/* 公告部分样式 */
.notice-header[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 45px;
}
.notice-title[data-v-5d3d0f2c] {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}
.notice-more[data-v-5d3d0f2c] {
  color: #6c9cff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.8;
}
.notice-more[data-v-5d3d0f2c]:hover {
  opacity: 1;
}
.night .notice-title[data-v-5d3d0f2c] {
  color: #1D2122;
}
.night .notice-more[data-v-5d3d0f2c] {
  color: #468AED;
}
.night .notice-item[data-v-5d3d0f2c] {
  border-bottom-color: #E7E7E7;
}
.night .indicator-line[data-v-5d3d0f2c] {
  background: #DCE4F0;
}
.notice-list[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-right: 24px;
  max-height: 220px;
  overflow-y: auto;
}
.notice-item[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 12px 0;
  border-bottom: 1px solid #323B44;
}
.notice-item:hover .notice-content[data-v-5d3d0f2c] {
  color: #6c9cff;
}
.notice-content[data-v-5d3d0f2c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #9098A3;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* Banner图片样式 */
.banner-section[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 90px;
  gap: 16px;
}
.banner-indicators[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
  padding-right: 10px;
}
.indicator-line[data-v-5d3d0f2c] {
  width: 24px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.indicator-line.active[data-v-5d3d0f2c] {
  background: #468AED;
}
.banner-container2[data-v-5d3d0f2c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.banner-slider-wrapper2[data-v-5d3d0f2c] {
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  /* 可视区域精确显示2张图片，不漏出第三张 */
  width: 900px;
  /* 精确控制只显示2张 */
  margin: 0 auto;
}
.banner-slides2[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.banner-item2[data-v-5d3d0f2c] {
  /* 每张图片宽度 = 可视区域宽度 / 2 = 450px */
  width: 450px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  margin-right: 8px;
  /* 使用margin代替padding，更好控制 */
}
.banner-item2[data-v-5d3d0f2c]:last-child {
  margin-right: 0;
}
.banner-item2 span[data-v-5d3d0f2c] {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.banner-item2 img[data-v-5d3d0f2c] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-img2[data-v-5d3d0f2c] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.banner-img2[data-v-5d3d0f2c]:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
/* 导航箭头样式 */
.banner-arrows[data-v-5d3d0f2c] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
  pointer-events: none;
}
.arrow-btn[data-v-5d3d0f2c] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.arrow-btn[data-v-5d3d0f2c]:hover {
  background: rgba(0, 0, 0, 0.7);
}
.arrow-btn span[data-v-5d3d0f2c] {
  font-size: 14px;
  font-weight: bold;
}
.banner-section:hover .arrow-btn[data-v-5d3d0f2c] {
  opacity: 1;
}
/* 响应式设计 */
@media (max-width: 768px) {
.notice-banner[data-v-5d3d0f2c] {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 20px auto 0;
    padding: 0 15px;
}
.notice-section[data-v-5d3d0f2c] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.banner-section[data-v-5d3d0f2c] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.banner-slider-wrapper2[data-v-5d3d0f2c] {
    height: 150px;
}
.banner-item2[data-v-5d3d0f2c] {
    padding: 0 5px;
}
.banner-item2[data-v-5d3d0f2c] {
    border-radius: 6px;
}
}
.tips[data-v-5d3d0f2c] {
  color: #ffffff;
  width: 1040px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 40px auto 0px;
}
.inquiry-input[data-v-5d3d0f2c] {
  margin-top: 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inquiry-input input[data-v-5d3d0f2c] {
  width: 600px;
  height: 56px;
  line-height: 1;
  font-size: 16px;
  border-radius: 4px;
  text-indent: 24px;
  outline: 0;
  color: #121212 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 transparent;
  box-shadow: 0 0 10px 0 transparent;
}
.inquiry-input button[data-v-5d3d0f2c] {
  width: 120px;
  height: 56px;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#0b29d2), to(#2483ff));
  background-image: linear-gradient(to top right, #0b29d2, #2483ff);
  background-image: -webkit-gradient(linear, left bottom, right top, from(#3F51B5), to(#0027ff));
  background-image: linear-gradient(to top right, #3F51B5, #0027ff);
  color: #fff;
  margin-left: 0px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.inquiry-input button img[data-v-5d3d0f2c] {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.hb_icon_search[data-v-5d3d0f2c] {
  font-size: 18px;
}
.hb_icon_search[data-v-5d3d0f2c]:before {
  font-weight: 700;
}
.hb_icon_search[data-v-5d3d0f2c]:before {
  content: "\F128";
}
.inquiry-input[data-v-5d3d0f2c] {
  margin-top: 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inquiry-channel[data-v-c6f7164c][data-v-5d3d0f2c] {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding-top: 10px;
  font-size: 14px;
  color: #9aa5b5;
  text-align: center;
}
.v--modal-overlay .v--modal-box[data-v-5d3d0f2c] {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inquiry-channel button[data-v-c6f7164c][data-v-5d3d0f2c] {
  display: block;
  text-align: right;
  float: right;
  padding-right: 30px;
}
.inquiry-channel .logo[data-v-c6f7164c][data-v-5d3d0f2c] {
  width: 80px;
  height: 80px;
  margin: 26px auto 0;
  background: url(https://file.hbfile.net/global/zh-cn/static/img/d121bbd.svg) no-repeat 50%;
  background-size: 100%;
}
.inquiry-channel button i[data-v-c6f7164c][data-v-5d3d0f2c] {
  font-size: 14px;
  color: #7f8fa4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.inquiry-channel .dl-first[data-v-c6f7164c][data-v-5d3d0f2c] {
  margin-top: 32px;
}
.inquiry-channel .dl-first dt[data-v-c6f7164c][data-v-5d3d0f2c] {
  color: #ef5656;
  font-size: 20px;
  margin-bottom: 16px;
}
.inquiry-channel .dl-first dd[data-v-c6f7164c][data-v-5d3d0f2c] {
  width: 410px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 40px;
  word-break: break-all;
}
.inquiry-channel .dl-first dd.text-desc[data-v-c6f7164c] em[data-v-5d3d0f2c] {
  color: #495666;
}
.inquiry-channel .dl-second[data-v-c6f7164c][data-v-5d3d0f2c] {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f2f6fa;
}
.inquiry-channel .dl-second dt[data-v-c6f7164c][data-v-5d3d0f2c] {
  color: #495666;
}
.inquiry-channel .dl-second dd[data-v-c6f7164c][data-v-5d3d0f2c] {
  margin-top: 8px;
}
.inquiry-channel .btn-action[data-v-c6f7164c][data-v-5d3d0f2c] {
  margin-top: 30px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inquiry-channel .btn-action button[data-v-c6f7164c][data-v-5d3d0f2c] {
  min-width: 120px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  padding: 0 32px;
  font-size: 14px;
  background-color: #3f58e6;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.day .trade-wrap[data-v-5d3d0f2c] {
  background-color: #1C252E;
}
.night .trade-wrap[data-v-5d3d0f2c] {
  background-color: #FFFFFF;
}
.night .trade-wrap .trade-cont .trade-top[data-v-5d3d0f2c] {
  color: #1D2122;
}
.night .trade-wrap .trade-list[data-v-5d3d0f2c] {
  border-color: #E7E7E7;
}
.night .trade-wrap .trade-list .table-header[data-v-5d3d0f2c] {
  background: transparent;
  height: 74px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.night .trade-wrap .trade-list .table-header .header-cell[data-v-5d3d0f2c] {
  color: #666;
}
.night .trade-wrap .trade-list .table-row[data-v-5d3d0f2c] {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.night .trade-wrap .trade-list .table-row[data-v-5d3d0f2c]:nth-child(even) {
  background: #F5F6FB !important;
}
.night .trade-wrap .trade-list .table-row[data-v-5d3d0f2c]:hover {
  background: rgba(0, 0, 0, 0.03);
}
.night .trade-wrap .trade-list .table-row .symbol-text[data-v-5d3d0f2c] {
  color: #1D2122;
}
.night .trade-wrap .trade-list .table-row .main-price[data-v-5d3d0f2c] {
  color: #1D2122;
  font-size: 16px;
  font-weight: 600;
}
.night .trade-wrap .trade-list .table-row .price-text[data-v-5d3d0f2c] {
  color: #1D2122;
}
.night .trade-wrap .trade-list .table-footer[data-v-5d3d0f2c] {
  border-top-color: rgba(0, 0, 0, 0.08);
}
.night .trade-wrap .trade-list .table-footer .more-link[data-v-5d3d0f2c] {
  color: #468AED;
}
.trade-cont[data-v-5d3d0f2c] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0;
}
.trade-cont .trade-top[data-v-5d3d0f2c] {
  color: #fff;
  font-size: 30px;
}
.trade-cont .trade-top b[data-v-5d3d0f2c] {
  color: #f73c3c;
  font-weight: 400;
}
.trade-cont .trade-list[data-v-5d3d0f2c] {
  margin-top: 30px;
}
.trade-cont .trade-list .custom-table[data-v-5d3d0f2c] {
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #9098A3;
}
.trade-cont .trade-list .table-header[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  height: 74px;
  padding: 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.trade-cont .trade-list .table-header .header-cell[data-v-5d3d0f2c] {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trade-cont .trade-list .table-header .header-cell.symbol-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 2.3;
      -ms-flex: 2.3;
          flex: 2.3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
}
.trade-cont .trade-list .table-header .header-cell.price-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 2.8;
      -ms-flex: 2.8;
          flex: 2.8;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.trade-cont .trade-list .table-header .header-cell.change-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trade-cont .trade-list .table-header .header-cell.low-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trade-cont .trade-list .table-header .header-cell.high-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trade-cont .trade-list .table-header .header-cell.volume-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.trade-cont .trade-list .table-body .table-row[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.trade-cont .trade-list .table-body .table-row[data-v-5d3d0f2c]:nth-child(even) {
  background: #24303C;
}
.trade-cont .trade-list .table-body .table-row[data-v-5d3d0f2c]:hover {
  background: rgba(255, 255, 255, 0.05);
}
.trade-cont .trade-list .table-body .table-row[data-v-5d3d0f2c]:last-child {
  border-bottom: none;
}
.trade-cont .trade-list .table-body .table-row .table-cell[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trade-cont .trade-list .table-body .table-row .table-cell.symbol-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}
.trade-cont .trade-list .table-body .table-row .table-cell.price-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 2.8;
      -ms-flex: 2.8;
          flex: 2.8;
}
.trade-cont .trade-list .table-body .table-row .table-cell.change-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trade-cont .trade-list .table-body .table-row .table-cell.low-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trade-cont .trade-list .table-body .table-row .table-cell.high-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trade-cont .trade-list .table-body .table-row .table-cell.volume-cell[data-v-5d3d0f2c] {
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.trade-cont .trade-list .symbol-content[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.trade-cont .trade-list .symbol-content .coin-icon[data-v-5d3d0f2c] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}
.trade-cont .trade-list .symbol-content .symbol-text[data-v-5d3d0f2c] {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.trade-cont .trade-list .price-content[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trade-cont .trade-list .price-content .main-price[data-v-5d3d0f2c] {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.trade-cont .trade-list .price-content .sub-price[data-v-5d3d0f2c] {
  color: #9098A3;
  font-size: 12px;
  line-height: 16px;
}
.trade-cont .trade-list .change-content[data-v-5d3d0f2c] {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.trade-cont .trade-list .change-content.positive[data-v-5d3d0f2c] {
  color: #2ead65;
}
.trade-cont .trade-list .change-content.negative[data-v-5d3d0f2c] {
  color: #e35e5e;
}
.trade-cont .trade-list .price-text[data-v-5d3d0f2c] {
  color: #fff;
  font-size: 14px;
}
.trade-cont .trade-list .volume-text[data-v-5d3d0f2c] {
  color: #9098A3;
  font-size: 14px;
}
.trade-cont .trade-list .empty-data[data-v-5d3d0f2c] {
  text-align: center;
  padding: 40px 20px;
  color: #9098A3;
  font-size: 14px;
}
.trade-cont .trade-list .table-footer[data-v-5d3d0f2c] {
  padding: 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.trade-cont .trade-list .table-footer .more-link[data-v-5d3d0f2c] {
  color: #6c9cff;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.trade-cont .trade-list .table-footer .more-link[data-v-5d3d0f2c]:hover {
  color: #468AED;
}
@media (max-width: 768px) {
.trade-cont[data-v-5d3d0f2c] {
    padding: 40px 15px;
}
.trade-cont .trade-top[data-v-5d3d0f2c] {
    font-size: 24px;
}
.trade-cont .trade-list[data-v-5d3d0f2c] {
    border-radius: 16px;
}
.trade-cont .trade-list .table-header[data-v-5d3d0f2c] {
    height: 60px;
    padding: 0 40px;
    background: transparent;
}
.trade-cont .trade-list .table-header .header-cell[data-v-5d3d0f2c] {
    font-size: 12px;
}
.trade-cont .trade-list .table-header .header-cell.low-cell[data-v-5d3d0f2c],
  .trade-cont .trade-list .table-header .header-cell.high-cell[data-v-5d3d0f2c] {
    display: none;
}
.trade-cont .trade-list .table-header .header-cell.symbol-cell[data-v-5d3d0f2c] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.trade-cont .trade-list .table-header .header-cell.price-cell[data-v-5d3d0f2c] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.trade-cont .trade-list .table-header .header-cell.change-cell[data-v-5d3d0f2c] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.trade-cont .trade-list .table-header .header-cell.volume-cell[data-v-5d3d0f2c] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.trade-cont .trade-list .table-row[data-v-5d3d0f2c] {
    padding: 12px 40px;
}
.trade-cont .trade-list .table-row .table-cell.low-cell[data-v-5d3d0f2c],
  .trade-cont .trade-list .table-row .table-cell.high-cell[data-v-5d3d0f2c] {
    display: none;
}
.trade-cont .trade-list .table-row .table-cell.symbol-cell[data-v-5d3d0f2c] {
    -webkit-box-flex: 2.8;
        -ms-flex: 2.8;
            flex: 2.8;
}
.trade-cont .trade-list .table-row .table-cell.price-cell[data-v-5d3d0f2c] {
    -webkit-box-flex: 3.2;
        -ms-flex: 3.2;
            flex: 3.2;
}
.trade-cont .trade-list .table-row .table-cell.change-cell[data-v-5d3d0f2c] {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
}
.trade-cont .trade-list .table-row .table-cell.volume-cell[data-v-5d3d0f2c] {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
}
.trade-cont .trade-list .symbol-content[data-v-5d3d0f2c] {
    gap: 8px;
}
.trade-cont .trade-list .symbol-content .coin-icon[data-v-5d3d0f2c] {
    width: 28px;
    height: 28px;
}
.trade-cont .trade-list .symbol-content .symbol-text[data-v-5d3d0f2c] {
    font-size: 13px;
}
.trade-cont .trade-list .price-content .main-price[data-v-5d3d0f2c] {
    font-size: 13px;
}
.trade-cont .trade-list .price-content .sub-price[data-v-5d3d0f2c] {
    font-size: 11px;
}
.trade-cont .trade-list .change-content[data-v-5d3d0f2c] {
    font-size: 13px;
}
.trade-cont .trade-list .volume-text[data-v-5d3d0f2c] {
    font-size: 13px;
}
}
/* Download Wrap - 参考trade-banner-wrapper背景图设置 */
.dl-wrap[data-v-5d3d0f2c] {
  position: relative;
  background-size: cover;
  padding: 64px 0;
  overflow: hidden;
}
.dl-container[data-v-5d3d0f2c] {
  max-width: 1440px;
  margin: 0 auto;
}
.dl-content[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}
.dl-text[data-v-5d3d0f2c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
}
.dl-title[data-v-5d3d0f2c] {
  font-size: 46px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.dl-description[data-v-5d3d0f2c] {
  font-size: 22px;
  color: #98B6D3;
  margin-bottom: 40px;
  line-height: 1.2;
}
.dl-buttons[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl-btn[data-v-5d3d0f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border: 1px solid #98B6D3;
  border-radius: 24px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.dl-btn[data-v-5d3d0f2c]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn-icon[data-v-5d3d0f2c] {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ios-icon[data-v-5d3d0f2c] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABKZJREFUaEPdmluoVkUUx38rs1DLLnipJG/4JJkPJopWkAlm9hCar6VZ4YNgJAj64nuCIITYKSK6PHRRBCvFMOgmWinoQ/gQnoe8pYRRWWnltP+fsw/7bL/v23tmz0G+1uuetWb+M7Nm/dda20ggzrlbgSnABGAscAcwErjJm/8buAj8ApwDTgH9ZvZb0+kt1oBzbgQwE7gfuBsIteWAM8Ax4KiZ/RmzltBJcc7dAjwIzAKGx0zaRkcndBT4wsx+DbFZG4BzbhgwD3g44cLLa70MfAV8bWb/1gFSC4BzTvf6KWB8HaMJxpwFdpjZ+SpblQCcc9OBJwsOWWUz1Xedxi4z+76bwa4AnHOzgccjHDQVCDn6J2b2bSeDHQH4xS9JtZKGdj7uBKItAH9tll/HnS/j1Ul80O46XQPAO+zz1+HOVx2SfOK1smMPAuCfSi3+riprkd+nZa/LDOAA8FOEDen0FZ/YMgC98QsiDFepiFYsA6b6ga97OlGl1+77fjP7Mv8wAMA5NxpYMwRX50ZgVeFUFXVfBv6JWT0g/a1m9rv0iwCeAB6INNpNbX4WXRcWBhzJaMjuhvMcNLO9AwA8MXtpiCjCi8BtfsFipNuB1u41EJ3CFhHA1gk45+YCjzUw2ElVCxcAiRb/DiCakEL2mtnBHMALmXff08CqiN6d2gvgApATMdFsXc2TgBxPO69xY4A/PJhYXzhtZn3mkxFdn0pe1AbgKH+/7wPkrBIt6LioMVAkY/f6F25ywc4lQDTh8win1mZtEQAlJEsjdl+7+DSgbKydaALtvLIwxRUx2k6ixOYt4K/AdewUgMXAnEBFJTKr/XUIVO04fE9GHL8JNHZIAJ7x+WyI7qM+KwvR6TZWkfnTCGMnBGCtT8Lr6t8ArPNJe12dbuNO+NdJVy5ULgjAxsDoOwlYETpTl/GvNnhaLwnApsAXSP6SKmbIwbc22AwXA0C0QPQghej6vN3AUAvABuDmACOLAEXuFPIj8EYDQ5djnPgRX1ppMO+Aqt79zcCVSGMtJ1Ywynl6HTsqaIkepJL3fOSOsdcfE8hU/3wuZrYOOj9npUm9RGKYodIKZKFUQnFgfaDfVC3sB+D9CBAtKiEuE0rmVOhSYTel6EndmWVvcuw6cpXMaaRzLpROTwRW1pklcMy2EoPtpn6VTnsAMQnNs4AocirRNXo3wNighEa1/tCUMuUp6DqoUnG6JoDBKaU/BdGD0AClPEJ1nqYSmuh/Z2YfadJiVUKNCzHTkKaFTk55gUoysaJntA9Q5a2OaNwreSOkXNh6KMtdxfVDRNmWgqHAlEW5saKtvun5LYu6MW/6PLrunJ+ZmdLVlrQrLepFCm1k3A6II6l0qB0SSVPLqN8n+DpVRXv1GpQTq/knp92X5RYhjT5VNFQfHeje/L+Ku/mx9HR5vQBC3ZnebHCUQPRmi6l0nXqzyVcAoaKU6vtD1fgoP6FqZHyYpM1aAKH6p3JhdenzfyDqvt11x4ki6I0/kLTRXZzdN0LUyRGdDona3UBo4YfVpc8bF3URxxR0W7Z79mePdjtT+t1mHKDIrMp1fkKKziqnq/SuinWy323+AyCjbKrtBEGyAAAAAElFTkSuQmCC);
}
.android-icon[data-v-5d3d0f2c] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABG5JREFUaEPdmstvVVUUxn9LQCIoShRUTIw6NEZCEBFEMcBARIxRiBMfI2BCQqIjmfAXgGl4DOgQDQNeDkAbA0YeIoU6ACKJQCSE8CZURDGUx/Z87T7N6fH23n32OWl7u5Kmyb17r72+/VjrW2tdowJxzj0CPA88A0wAxgNjgAe9+jvAP8CfwBXgPHDGzG6WXd5iFTjnHgImAy8DTwNFdTngInAMOGpm/8bYUnRRnHMPA7OAqcComEVrzNEJHQX2mdlfRXQGA3DOjQBmAm9WaHje1i7gAPCzmd0LARIEwDmne70IeDJEaQVjLgHbzOxqI10NATjnXgTezzzIRjqr+l6n8a2ZnainsC4A59w04J2IB1oVCD3078zsSH8K+wXgjV9QlSUl9ezqD0RNAP7aLB7Enc/j1UlsqXWd/gfAP9glg3DnGx2S3kRr/mH3AeBdpYx/qpG2Qfr+MrAx62LzAOTj50QaJ12PerpQT8VjAWPqzd9jZvvTAb0AnHPjgOUlro7oxEfABkDHXUueAxYmfGk9cD9yoxS1W8zsb83PAngXeCVSaTpNOh5INuKaJ3c6kbuAAtLvwNxkjZ0iciXXOWRmbb0APDH7vAKK8Brwlt+YlImmtt4ARA/2AHWDUwA4ncIaEcDuE3DOaeG3AybWiyeKGSJ4XwOjAbnhrOhzkT9ds5+AvSXW09Q2MzuUAliavO5JJRROz2yAPIWI3xM5fWKZul5is5LNwMkSa14ws43mkxFdn4a8qM5i2tXUsFCbLgDfhw6uMU7BbY0AKCH5oISiwZy6XQDmJzuhK1BEdEV0HfSYJO8BytCKiFJMeSSJ3obcalAOkFmkXQA+8y4vdPFngY+BkUlKuQM4DnwRcYWUH7f4hy8HIHe7CTgXagjwhwCs8El46LzXk6xpnh/cAewqCeBD4CWvb7eysVBDgE4BWFkw+g4lALcFYFVBDzSUALhhAeBLHzlDr95QOoGuYfGIPwVeCN1+YCidwJmYQPYqoOAn+SUpdv0Q6UbFjb7yQXCK1ydqcbjAZnYHsqJUQgFshg9k7cCtSABKSFYnfyoMq3yjqH6wYDTuphJSUJbMKRgqVSwi14G1RSbkxvaQOX3onCtLp5Uqzgb0X6Lk5VRuQVX4VHKXnPY10LMlAPTQaQ+gbEIjNUpmlFKmBn6TM25ZptqxNUl4fithvKb2SWjEJMumlAMJoG9K6U9BKaVOIlYGEkCHmXVT8WxVQhmVHmNs00Itpk+8ztS9ZjdDFW51dMT7WwGV0GNEJZt1aSMkX9h6w5c+YhRrzuOe2co4eYmsKAlSf0FuV7lArPxoZvvSybVKi/JIA9XIKApCG6P6aG/mNryKu+l2NHV5PQNC4b05Gxw5EM3ZYspdp+Zs8mVAqM2q6sFANT5UntxaSZs1A0J+XMmMuvT5ynNRd9jfeFEE+fiDlTa6s6v5Rog6OYqqsVE7D0CG/yqGmjYuQnckuqDbtD/2qLUzuZ/bTPTJzdjMCYm/iEJ0+m5NZT+3+Q9skomqkW8/pQAAAABJRU5ErkJggg==);
}
.google-icon[data-v-5d3d0f2c] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABYVJREFUaEPdmuernEUUh5+x9/LBXrAgolhRsfeCDRQLKFgQLGDHb/rF/yAQDIrJBz+IjRhRMRLRxBhjvMGIRsWGGmyxYW8klvF9NvOGzZt3d2d2l4Trgcu93J05M7+ZU37nzAbGIDHGrYG9gd2AHYDtgS2ATZL6v4DfgZ+Ab4EvgWUhhF9HXT4MqyDGuDlwKHAIsAtQqisCXwFvAUtDCH8Os5fSRYkxbgWcABwBbDzMoi1zvKGlwIIQwi8lOrMBxBg3BI4DThrjxpt7XQksBF4JIfyTAyQLQIxRu74E2ClH6RjGfA3MCiF8N0jXQAAxxgOBC7sccpDOcX3ubTwZQni3n8K+AGKMRwHnDuGg4wKhoz8bQnitl8KeANLmzxvXTkbUM7sXiFYAyWwuXY8n38TrTcxsM6e1ACSHvW492PygS9InZjQdew0AKVS6+Z0HaVtPn38DTO8OsU0AxvjTRtjctoBRa89EKaQTyh+AIfFT4D3g5xHWmBtCeLmevxpAjHEb4OYhTcc8IfD9M/xGe34feDGBKsVi1p4aQvjNid0AzgeOLNTmfG/Nnw0K55ppX0qZV1AlMhFCmLMaQCJmdxRSBKnFxcABJSu3jH3HhAVkUYc031uYIgHs3ECM8Rjg7MKNXFSl+4ML5/QaLpETRInMCSFM1ACur7x715LZwBXAvoVz+g2fDSwp0Lc8hDA9pGJE8xnIi5Jybf1fYMeKz9/Qw/YtXuQwkrIVmZty3EeZYzuG0zGjGKMFieaQK1Lq74EPAKlGt+MLbD7wKvB3rsIRxj0hgHOAozOVePq3AzrRvcBmFZhbgE2TEz6aTtFCx2pt93RSlpDaufMsM11zox5rGl28wRxZLICrUz2bM2GvqpZ1vPI8sKj6fXwVCs+oqrQXLERSzXAZsF1DofWwAM2m3lovoljiC58I4LZUhOcAMN6fmgZqs/ckG9ehH0z+cBNgRm4TQXhzhkzXNXk2xbA6K2czlY4fBXBXQfZths43gKeTCQmo38nWe6pPuOk/9ec6/v2ZAFYI4O6CCHQlsE+XciPBjNRd8N8XVPH8sAGL1zH/2MoEz2oZa6tlSiaAOCoA1/kMeCAtaOmp8/aT+taMZmeOA8CdyQRyQEsdDmoZqM1quzkm9FRVY7/Z57ZsfN2XsxlgZakTn1KxyJNblEuPpyVTvLElAtVTzB9uznCsE2/ZossEODMTQMeJr2rYdb+52r9+0CbzAHm6rZfLWyKRm3/IyAGc2KfuMA8szgSwrDSRyUClHXWh0r2Omfdhe56J1eoL9kp19M8r5vp2ys6GTkNt3Tft1uHYqQUFTyeRlVKJ01Nrse2QBPEc8HraeNuYXn7k2A+rouiRzNN3WIdK2FkuIXM2daUP/u4lP6TS0TJSfiSFsArboyorr+kRtj396YkA5mBYReYcGWMspdPWAbkE0IUMs19UP9f2oe32ROfm7DyNWUWnE4BhChoLoBwSaMg0dJrgTHRt8nHyH28rV9YoaDSH0pJS8LJK24+9pOZL9nRuBWzNN8Ua4LFC+r1mSZluwRP1Jkrl8FSOtkUVHXoisVVZa7d42tYNht+Sk1fHkhDCM/7R3ZXwdEwuwzxaGAhkqobOer4ZVaesw6YhuHNWKdrYVpFal4q3Oa1+CGk2tkwwhslhxcJmP8C6wacjeZL9IvOBkWl5KnhGeRubF0JYUG+wrbVoRFpXDxmlByXVtj+6ugXz/2ru1scxqdvrXSAMj5PzgaMBYnI+MTXMaXI+8nWBsH0ui1xXDx/mh8fH8szaBcJEZDb1lb4t65aGxLbxUgRj/KKxPnR3r5QeQppZd9TNu3FriIX1w0WuwtyG7lr6Ju2XPdpOpvF1G7vWthUt2GteJH/xncx62CJnbF+3+Q9qoLCq2XOUkgAAAABJRU5ErkJggg==);
}
.dl-devices[data-v-5d3d0f2c] {
  width: 780px;
  height: 450px;
  background-size: contain;
}
/* 响应式设计 */
@media (max-width: 1024px) {
.dl-content[data-v-5d3d0f2c] {
    gap: 40px;
}
.dl-title[data-v-5d3d0f2c] {
    font-size: 36px;
}
}
@media (max-width: 768px) {
.dl-wrap[data-v-5d3d0f2c] {
    padding: 40px 0;
}
.dl-container[data-v-5d3d0f2c] {
    padding: 0 20px;
}
.dl-content[data-v-5d3d0f2c] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 60px;
}
.dl-text[data-v-5d3d0f2c] {
    max-width: 100%;
}
.dl-title[data-v-5d3d0f2c] {
    font-size: 28px;
}
.dl-description[data-v-5d3d0f2c] {
    font-size: 14px;
}
.dl-buttons[data-v-5d3d0f2c] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
}
.dl-btn[data-v-5d3d0f2c] {
    padding: 10px 20px;
    font-size: 13px;
}
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.warp {
  overflow: hidden;
}
.transaction_pair {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #536ea5;
}
.transaction_pair .pairList {
  width: 240px;
}
.transaction_pair .profie {
  color: #FD5F63;
}
.transaction_pair .loss {
  color: #1DCA94;
}
dd {
  display: block;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}
.trade-block li:after {
  border-left: none;
}
.trade-block dt {
  font-weight: 500;
  font-size: 14px;
}
.trade-block .market-ticker li {
  border-radius: 8px;
  padding: 12px 12px 15px 12px;
}
.trade-block .market-ticker li .rate {
  background: rgba(29, 202, 148, 0.2);
  border-radius: 2px;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 10px;
  line-height: 14px;
  height: 14px;
  padding: 0 4px;
}
.trade-block .market-ticker li .rise {
  position: absolute;
  top: 54px;
  right: -12px;
  width: 100px;
  height: 50px;
  margin: 0;
}
.trade-block .market-ticker li .rise .echarts {
  width: 100px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
}
.trade-block .market-ticker li .rise .echarts::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
  height: 8px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.04) 60%, transparent 80%);
  border-radius: 50%;
  z-index: -1;
}
.night .trade-block .market-ticker li .rise .echarts::after {
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.06) 30%, rgba(0, 0, 0, 0.03) 60%, transparent 80%);
}
.trade-block .market-ticker li .price {
  color: #1DCA94;
  margin: 12px 0;
}
.trade-block .market-ticker li .price em {
  color: #88888A;
}
.trade-block .market-ticker li .vol {
  margin-top: 0px;
  color: #88888A;
}
.trade-block .market-ticker li.mark-profie {
  background-color: #242831;
}
.trade-block .market-ticker li.mark-profie .rate {
  background: rgba(253, 95, 99, 0.2);
}
.trade-block .market-ticker li.mark-profie .price {
  color: #FD5F63;
}
.day .trade-block {
  background-color: transparent !important;
  border-top: none;
}
.day .trade-block li:after {
  border-left: none;
}
.day .trade-block dt {
  color: #FFFFFF;
}
.day .trade-block .market-ticker li {
  background-color: #1E2D34;
}
.day .trade-block .market-ticker li.mark-profie {
  background-color: #242831;
}
.night .trade-block {
  background-color: transparent !important;
  border-top: none;
}
.night .trade-block li:after {
  border-left: none;
}
.night .trade-block dt {
  color: #1D2122;
}
.night .trade-block .market-ticker li {
  background-color: #F3FFFF;
}
.night .trade-block .market-ticker li.mark-profie {
  background-color: #FFF7F7;
}

.new-footer[data-v-1ce3ea30]{background:#182027;color:#FFFFFF;padding:80px 0 40px
}
.night .new-footer[data-v-1ce3ea30]{background:#FFFFFF;color:#1D2122
}
.new-footer .footer-container[data-v-1ce3ea30]{max-width:1440px;margin:0 auto
}
.new-footer .footer-content[data-v-1ce3ea30]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:48px
}
.new-footer .footer-left[data-v-1ce3ea30]{-webkit-box-flex:1;-ms-flex:1;flex:1
}
.new-footer .footer-left .footer-logo[data-v-1ce3ea30]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;margin-bottom:40px
}
.new-footer .footer-left .footer-logo img[data-v-1ce3ea30]{width:48px;height:48px;border-radius:50%;background:#FFFFFF
}
.new-footer .footer-left .footer-logo .logo-text[data-v-1ce3ea30]{font-size:26px;font-weight:400;color:#FFFFFF
}
.night .new-footer .footer-left .footer-logo .logo-text[data-v-1ce3ea30]{color:#1D2122
}
.new-footer .footer-left .footer-links[data-v-1ce3ea30]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:80px
}
.new-footer .footer-left .footer-links .link-section h4[data-v-1ce3ea30]{font-size:16px;font-weight:600;color:#FFFFFF;margin-bottom:24px
}
.night .new-footer .footer-left .footer-links .link-section h4[data-v-1ce3ea30]{color:#1D2122
}
.new-footer .footer-left .footer-links .link-section a[data-v-1ce3ea30],.new-footer .footer-left .footer-links .link-section router-link[data-v-1ce3ea30]{display:block;font-size:14px;color:#98B6D3;text-decoration:none;margin-bottom:16px;-webkit-transition:color 0.3s ease;transition:color 0.3s ease
}
.night .new-footer .footer-left .footer-links .link-section a[data-v-1ce3ea30],.night .new-footer .footer-left .footer-links .link-section router-link[data-v-1ce3ea30]{color:#9098A3
}
.new-footer .footer-left .footer-links .link-section a[data-v-1ce3ea30]:hover,.new-footer .footer-left .footer-links .link-section router-link[data-v-1ce3ea30]:hover{color:#FFFFFF
}
.night .new-footer .footer-left .footer-links .link-section a[data-v-1ce3ea30]:hover,.night .new-footer .footer-left .footer-links .link-section router-link[data-v-1ce3ea30]:hover{color:#1D2122
}
.new-footer .footer-right .copyright-images[data-v-1ce3ea30]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px
}
.new-footer .footer-right .copyright-images .copyright-item[data-v-1ce3ea30]{text-align:center
}
.new-footer .footer-right .copyright-images .copyright-item img[data-v-1ce3ea30]{-o-object-fit:contain;object-fit:contain;border-radius:8px;margin-bottom:8px
}
.new-footer .footer-right .copyright-images .copyright-item img.clickable-image[data-v-1ce3ea30]{cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.new-footer .footer-right .copyright-images .copyright-item img.clickable-image[data-v-1ce3ea30]:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 4px 20px rgba(0,0,0,0.3);box-shadow:0 4px 20px rgba(0,0,0,0.3)
}
.new-footer .footer-right .copyright-images .copyright-item span[data-v-1ce3ea30]{display:block;font-size:14px;color:#fff
}
.night .new-footer .footer-right .copyright-images .copyright-item span[data-v-1ce3ea30]{color:#1D2122
}
.new-footer .partners-section[data-v-1ce3ea30]{margin-bottom:60px
}
.new-footer .partners-section .partners-logos[data-v-1ce3ea30]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;-ms-flex-wrap:wrap;flex-wrap:wrap
}
.new-footer .partners-section .partners-logos img[data-v-1ce3ea30]{height:35px;opacity:0.6;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease
}
.new-footer .partners-section .partners-logos img[data-v-1ce3ea30]:hover{opacity:1
}
.new-footer .copyright-section[data-v-1ce3ea30]{text-align:center;border-top:1px solid #2B3845;padding-top:40px
}
.night .new-footer .copyright-section[data-v-1ce3ea30]{border-top-color:#E7E7E7
}
.new-footer .copyright-section p[data-v-1ce3ea30]{font-size:14px;color:#98B6D3;margin:0
}
.night .new-footer .copyright-section p[data-v-1ce3ea30]{color:#9098A3
}
@media (max-width: 1024px){
.new-footer .footer-content[data-v-1ce3ea30]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px
}
.new-footer .footer-left .footer-links[data-v-1ce3ea30]{gap:40px
}
.new-footer .footer-right .copyright-images[data-v-1ce3ea30]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
}
@media (max-width: 768px){
.new-footer[data-v-1ce3ea30]{padding:40px 0 20px
}
.new-footer .footer-container[data-v-1ce3ea30]{padding:0 20px
}
.new-footer .footer-left .footer-links[data-v-1ce3ea30]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px
}
.new-footer .footer-right .copyright-images[data-v-1ce3ea30]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px
}
.new-footer .partners-section .partners-logos[data-v-1ce3ea30]{gap:20px
}
.new-footer .partners-section .partners-logos img[data-v-1ce3ea30]{height:28px
}
}

.image-modal[data-v-e75b4336] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.modal-overlay[data-v-e75b4336] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.modal-content[data-v-e75b4336] {
    position: relative;
    background: #FFFFFF;
    border-radius: 12px;
    max-width: 90vw;
    max-height: 90vh;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    -webkit-animation: modalFadeIn-data-v-e75b4336 0.3s ease-out;
            animation: modalFadeIn-data-v-e75b4336 0.3s ease-out;
}
.modal-header[data-v-e75b4336] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #E5E7EB;
    background: #F9FAFB;
}
.modal-header h3[data-v-e75b4336] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1F2937;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.modal-controls[data-v-e75b4336] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.control-btn[data-v-e75b4336] {
    background: none;
    border: none;
    font-size: 16px;
    color: #6B7280;
    cursor: pointer;
    padding: 8px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.control-btn[data-v-e75b4336]:hover {
    background: #E5E7EB;
    color: #374151;
}
.zoom-btn[data-v-e75b4336] {
    font-size: 18px;
}
.reset-btn[data-v-e75b4336] {
    font-size: 18px;
}
.close-btn[data-v-e75b4336] {
    background: none;
    border: none;
    font-size: 24px;
    color: #6B7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.close-btn[data-v-e75b4336]:hover {
    background: #E5E7EB;
    color: #374151;
}
.modal-body[data-v-e75b4336] {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    min-height: 200px;
}
.modal-image[data-v-e75b4336] {
    max-width: 100%;
    max-height: 70vh;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.modal-image.zoomed[data-v-e75b4336] {
    -webkit-transition: none;
    transition: none;
}
@-webkit-keyframes modalFadeIn-data-v-e75b4336 {
from {
        opacity: 0;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
}
to {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
}
}
@keyframes modalFadeIn-data-v-e75b4336 {
from {
        opacity: 0;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
}
to {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
}
}
@media (max-width: 768px) {
.modal-content[data-v-e75b4336] {
        max-width: 95vw;
        max-height: 95vh;
        margin: 10px;
}
.modal-header[data-v-e75b4336] {
        padding: 16px 20px;
}
.modal-header h3[data-v-e75b4336] {
        font-size: 16px;
}
.modal-controls[data-v-e75b4336] {
        gap: 4px;
}
.control-btn[data-v-e75b4336] {
        width: 32px;
        height: 32px;
        font-size: 14px;
}
.modal-body[data-v-e75b4336] {
        padding: 20px;
}
.modal-image[data-v-e75b4336] {
        max-height: 60vh;
}
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.leftBzList::-webkit-scrollbar {
  display: none;
}
.leftBzList {
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
.green {
  color: #0fbf69;
}
.red {
  color: red;
}
.selectLogoClass {
  position: relative;
}
.selectLogoClassImg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 9px;
  top: 10px;
  z-index: 999;
}
.selectLogoClass {
  position: relative;
}
.selectLogoClassImg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 9px;
  top: 10px;
  z-index: 999;
}
.transaction_div {
  border-top: 1px solid #3B3B3B;
  position: relative;
  width: 100%;
  left: 0;
  height: 100%;
  overflow-y: auto;
  background-color: #0B0B0B;
}
.transaction_div::-webkit-scrollbar {
  /*滚动条整体部分，可以设置宽度啥的**/
  width: 0px;
}
.transaction_div .greenColor {
  color: #44BCA7;
}
.transaction_div .redColor {
  color: #CD3D58;
}
.transaction_div .el-row {
  background-color: #0B0B0B;
}
.transaction_div .transaction_left {
  height: 1300px;
  overflow-y: auto;
  background-color: #0B0B0B;
}
.transaction_div .transaction_left::-webkit-scrollbar {
  /*滚动条整体部分，可以设置宽度啥的**/
  width: 6px;
}
.transaction_div .transaction_left::-webkit-scrollbar-thumb {
  /*滚动的滑块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px #575F67;
  -webkit-box-shadow: inset 0 0 5px #575F67;
  background: #575F67;
}
.transaction_div .transaction_left::-webkit-scrollbar-track {
  /* 外层轨道*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px #131722;
  -webkit-box-shadow: inset 0 0 5px #131722;
  background: #131722;
}
.transaction_div .transaction_left .hasPadding {
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transaction_div .transaction_left .hasPadding .el-form-item {
  margin-bottom: 0;
}
.transaction_div .transaction_left .hasPadding .pairList > div {
  display: block;
}
.transaction_div .transaction_left .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -108px;
}
.transaction_div .transaction_left .topBox li {
  color: #8E8E8E;
  margin-right: 20px;
}
.transaction_div .transaction_left .topBox .getValue {
  color: #ffffff;
  margin: 0 10px;
}
.transaction_div .transaction_left .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transaction_div .transaction_left .el-form-item__content .el-input__inner {
  border: none;
  background-color: transparent;
  outline: none;
}
.transaction_div .transaction_left .el-form-item__content .el-select {
  width: 150px;
}
.transaction_div .transaction_right {
  background-color: #131722;
  padding: 20px 20px 20px;
  height: 69.6%;
  position: absolute;
  top: 81px;
  width: 19%;
}
.transaction_div .transaction_right .transaction_right_title {
  width: 100%;
}
.transaction_div .transaction_right .transaction_right_title .right_title {
  width: 48%;
  display: inline-block;
  color: #8E8E8E;
}
.transaction_div .transaction_right .transaction_right_title .right_title:nth-child(2) {
  text-align: center;
}
.transaction_div .transaction_right .transaction_right_title .right_title:nth-last-child(1) {
  text-align: right;
}
.transaction_div .transaction_right .transaction_right_title .right_title span {
  display: block;
}
.transaction_div .transaction_right .entrustList h3 {
  margin: 0 0 20px 0;
  color: #ffffff;
}
.transaction_div .transaction_right .entrustList > ul {
  width: 100%;
}
.transaction_div .transaction_right .entrustList > ul li {
  width: 100%;
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.transaction_div .transaction_right .entrustList > ul li span {
  width: 48%;
  display: inline-block;
}
.transaction_div .transaction_right .entrustList > ul li span:nth-child(2) {
  text-align: right;
  color: #ffffff;
}
.transaction_div .transaction_right .entrustList > ul li span:nth-last-child(1) {
  color: #C3C3C3;
  text-align: right;
}
.transaction_div .transaction_right .entrustList > ul li span1 {
  width: 48%;
  display: inline-block;
}
.transaction_div .transaction_right .entrustList > ul li span1:nth-child(0) {
  text-align: right;
  color: #ffffff;
}
.transaction_div .transaction_right .entrustList > ul li span1:nth-last-child(1) {
  color: #C3C3C3;
  text-align: right;
}
.transaction_div .transaction_right .entrustList > ul li .percenttd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 30px;
}
.transaction_div .transaction_right .entrustList > ul li .percenttd .percentDiv {
  position: absolute;
  width: 40%;
  height: 100%;
}
.transaction_div .transaction_right .conversion {
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #3B3B3B;
  border-bottom: 1px solid #3B3B3B;
}
.transaction_div .transaction_right .conversion span {
  margin-right: 10px;
}
.transaction_div .transaction_right .riseList li {
  position: relative;
  top: 0;
  left: 0;
}
.transaction_div .transaction_right .riseList li span:nth-child(1) {
  color: #0fbf69;
}
.transaction_div .transaction_right .riseList li .percenttd .percentDiv {
  background-color: #00ff9b;
  opacity: 0.2;
}
.transaction_div .transaction_right .fallList li {
  position: relative;
  top: 0;
  left: 0;
}
.transaction_div .transaction_right .fallList li span:nth-child(1) {
  color: #ff1100;
}
.transaction_div .transaction_right .fallList li .percenttd .percentDiv {
  background-color: #ff1100 !important;
  opacity: 0.2;
}
.transaction_div .transaction_right .transtionBar {
  text-align: center;
}
.transaction_div .transaction_right .transtionBar .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.transaction_div .transaction_right .transtionBar .el-tabs__nav {
  overflow: hidden;
  margin: 0 auto;
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-top {
  position: relative;
  top: 0;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999999 !important;
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #232E3D;
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-top:nth-child(2)::before {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  transform: skew(-22deg);
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-top:nth-child(3)::before {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  -moz-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-active {
  color: #ffffff !important;
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-active::before {
  background-color: #0066ED !important;
}
.transaction_div .transaction_right .lever_box .el-tabs__nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.transaction_div .transaction_right .lever_box .el-tabs__item {
  padding: 0 10px!important;
  background-color: #262A38;
  border-radius: 4px;
  min-width: 34px;
  text-align: center;
  color: #999999 !important;
  margin-right: 14px;
  height: 30px;
  line-height: 30px;
}
.transaction_div .transaction_right .lever_box .el-tabs__item.is-active {
  background-color: #0066ED;
  color: #ffffff !important;
}
.transaction_div .transaction_right .entrust_price .white {
  margin-bottom: 10px;
}
.transaction_div .transaction_right .entrust_price .el-input__inner {
  background-color: transparent;
  border: 1px solid #3B3B3B;
  color: #fff;
}
.transaction_div .transaction_right .entrust_price .el-input__suffix-inner {
  display: inline-block;
  line-height: 40px;
  color: #FFFFFF;
  margin-right: 16px;
}
.transaction_div .transaction_right .el-input.is-disabled .el-input__inner {
  background-color: transparent;
  border: 1px solid #3B3B3B;
  padding-left: 20px;
  color: #ffffff;
}
.transaction_div .transaction_right .transaction_right_div {
  margin-top: -20px;
  border-top: 1px solid #3b3b3b00;
  padding: 20px 0;
}
.transaction_div .transaction_right .transaction_right_div .el-input-number .el-input__inner {
  background-color: transparent;
  border: 1px solid #3b3b3b;
  color: #ffffff;
}
.transaction_div .transaction_right .transaction_right_div .el-input-number .el-input-number__increase,
.transaction_div .transaction_right .transaction_right_div .el-input-number .el-input-number__decrease {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.transaction_div .transaction_right .transaction_right_div .priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0;
}
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number {
  width: 100%;
  margin-top: 10px;
}
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__decrease,
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__increase {
  border: none;
  background-color: transparent;
}
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__decrease:hover,
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__increase:hover {
  color: #0066ED;
}
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__decrease i,
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__increase i {
  color: #ffffff;
}
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input__inner {
  background-color: transparent;
  border: 1px solid #3B3B3B;
  padding-left: 20px;
  color: #ffffff;
}
.transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item {
  padding: 0 10px;
  border-radius: 4px;
  min-width: 34px;
  text-align: center;
  color: #ffffff !important;
  margin-right: 14px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #3B3B3B;
}
.transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active {
  background-color: #0066ED;
  border: 1px solid #0066ED;
}
.transaction_div .transaction_right .transaction_right_div .bondClass p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  margin-top: 26px;
}
.transaction_div .transaction_right .transaction_right_div .bondClass p:nth-last-child(1) span {
  color: #8E8E8E;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn button {
  width: 44%;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn .buyBtn {
  background: #44BCA7 !important;
  color: #fff !important;
  border: 1px solid #44BCA7 !important;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn .sellBtn {
  background: #CD3D58 !important;
  color: #fff !important;
  border: 1px solid #CD3D58 !important;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing {
  width: 48%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing a {
  color: #fff !important;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing:nth-child(1) {
  background: #44BCA7 !important;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing:nth-last-child(1) {
  background: #CD3D58 !important;
}
.transaction_div .transaction_right .el-slider__button {
  width: 10px;
  height: 10px;
  border: 6px solid #fff;
  background-color: #6FC1A1;
}
.transaction_div .transaction_right .el-slider__bar {
  background-color: #6FC1A1;
}
.transaction_div .transaction_right .el-slider__runway {
  background-color: #8E8E8E;
}
.transaction_div .transaction_right .el-slider__runway > div .el-slider__marks-stop {
  background: #FFFFFF;
  border: 2px solid #6FC1A1;
  top: -2px;
}
.transaction_div .transaction_right .el-slider__stop {
  background: #8E8E8E;
}
.el-select-dropdown__item.selected,
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #575F67 !important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.contract_record_div .transtionBar {
  position: relative;
  top: 10px;
  background-color: #131722;
}
.contract_record_div .transtionBar .linkRight {
  position: absolute;
  top: 10px;
  right: 0;
  color: #00EEFF;
}
.contract_record_div .el-tabs .el-tabs__header {
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 40px;
}
.contract_record_div .el-tabs .el-tabs__item {
  color: #C3C3C3 !important;
  padding: 0!important;
  margin-right: 40px;
}
.contract_record_div .el-tabs .el-tabs__item.is-active {
  color: #00EEFF !important;
  position: relative;
  top: 0;
}
.contract_record_div .el-tabs .el-tabs__item.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 26%;
  border: 1px solid #00EEFF;
}
.contract_record_div .greenColor {
  color: #44BCA7 !important;
}
.contract_record_div .redColor {
  color: #CD3D58 !important;
}
.contract_record_div .el-table .cell {
  font-size: 12px;
}
.contract_record_div .el-table thead,
.contract_record_div .el-table tr th {
  background: #212435 !important;
  color: #d0d0d0;
}
.contract_record_div .el-table tbody,
.contract_record_div .el-table tr td {
  background: #0A1627 !important;
  color: #FFFFFF;
  border: none;
}
.contract_record_div .el-table__empty-block {
  background-color: #0A1627 !important;
}
.contract_record_div .el-pagination {
  background-color: #0A1627 !important;
}
.contract_record_div .contract_info {
  background-color: #0A1627;
  border-radius: 4px;
  min-height: 500px;
}
.contract_record_div .contract_info .title {
  line-height: 47px;
  background-color: #232E3D !important;
  color: #FFFFFF;
  padding: 0 40px;
}
.contract_record_div .contract_info .title span {
  margin-right: 10px;
}
.contract_record_div .contract_info ul {
  padding: 0 20px;
}
.contract_record_div .contract_info ul li {
  padding: 0 20px;
  border-bottom: 1px solid #DCDCDC;
  line-height: 56px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contract_record_div .operation_div span {
  cursor: pointer;
  display: block;
  color: #87D8EA;
}
.contract_record_div .average_content {
  margin: 20px 0;
}
.contract_record_div .average_content .title {
  text-align: center;
}
.contract_record_div .average_content .title span {
  margin-right: 10px;
}
.contract_record_div .average_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
}
.contract_record_div .average_content ul li span:nth-child(1) {
  color: #8E8E8E;
}
.contract_record_div .average_content ul li span:nth-last-child(1) {
  color: #333333;
}
.contract_record_div .lastBtn button {
  width: 47.6%;
}

#trade-view {
  margin: 0px 0px;
}

.ctc .item-title{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: rgb(188, 188, 188);
}
.ctc .red{
    color: #f2334f;
}
.ctc .green{
    color: #45b854;
}
.ctc .item-title .unit{
    font-size: 14px;
}
.option{
    color: rgb(188, 188, 188);
}
.option .item-desc{
    font-size: 12px;
    text-align: center;
    color: #7c7f82;
}
.option .notice-bottom{
    margin-top: 5px;height: 55px;background-color:#192330;padding-top: 12px;color: rgb(42, 147, 255);
}
.option .notice-btn-left{
    height: 30px;line-height: 30px;width: 42%;margin-left: 5%;float:left;border-radius:3px;border: 1px solid rgb(0, 116, 235);
}
.option .notice-btn-left:hover{
    cursor: pointer;
}
.option #sendCode {
    position: absolute;
    border: none;
    background: none;
    top: 6px;
    outline: none;
    right: 0;
    width: 30%;
    color: #f0ac19;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #dddee1;
}
.option .notice-btn-right{
    height: 30px;line-height: 30px;width: 42%;margin-right: 5%;float:right;border-radius:3px;border: 1px solid rgb(0, 116, 235);
}
.option .notice-btn-right:hover{
    cursor: pointer;
}
.option .ivu-tabs-bar{
    border-bottom: 1px solid #323c53;
    font-size: 18px;
}
.option .ivu-tabs-nav .ivu-tabs-tab:hover{
    color: #f0a70a;
}
.option .ivu-tabs-nav .ivu-tabs-tab:hover, .option .ivu-tabs-nav .ivu-tabs-tab-active{
    color: #f0a70a;
    font-size: 18px;
}
.option .ivu-tabs-ink-bar{
    background-color: #f0a70a;
}
.option .buy_total{
    border-top: 1px solid #323c53;
    padding-top: 30px;
    margin-bottom: 30px;
}
.option .trade_bd_ctc{
    width: 100%;
    min-width: 800px;
    height: 750px;
}
.option .trade_bd_ctc .panel {
    position: relative;
    z-index: 2;
    float: left;
    width: 98%;
    height: 780px;
    margin-top: 0;
    margin-right: 0;
    border: 0 solid transparent;
    padding-top: 15px;
}
.option .trade_panel{
    background: transparent!important;
}
.option .trade_panel .panel .hd {
    line-height: 20px;
    height: 20px;
    border-bottom: 1px solid #1F2943;
    margin-bottom: 5px;
}
.option .trade_panel .panel .hd span {
    padding-left: 0;
    font-size: 12px;
    margin: 0 3px;
    float:right;
}
.ctc-order-status{
    text-align:center;margin-bottom: 15px;background: #f0a70a;padding: 5px 0px;border-radius: 2px;color: #000000;
}
.option .trade_panel .panel .hd b {
    padding-left: 0;
    font-size: 12px;
    color: #7A98F7;
    float:right;
}
.option .trade_panel .panel .hd.hd_login a {
    float: right;
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
}
.option .trade_panel .panel.panel_sell {
    padding-right: 15px;
    padding-left: 15px;
    background: #192330;
    margin-left: 5px;
}
.option .trade_wrap .buy-input .ivu-input {
    color: rgb(220, 142, 0);
    font-weight: bold;
    font-size: 20px;
    height: 35px;
}
.option .trade_wrap .sell-input .ivu-input {
    color: #f2334f;
    font-weight: bold;
    font-size: 20px;
    height: 35px;
}
.option .ivu-tabs{
    color: #a5a5a5;
}
.option .trade_wrap .trade-input .ivu-input {
    border: 1px solid #27313e;
    color: #fff;
    height: 35px;
    border-radius: 0;
}
.option .trade_wrap .ivu-input-wrapper {
    outline: none;
}
.option .trade_wrap .ivu-input:focus,
  .option .trade_wrap .ivu-input:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.option .trade_wrap .ivu-input-number-input:focus,
  .option .trade_wrap .ivu-input-number-input:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #41546d;
    outline: none;
}
.option .trade_wrap .ivu-input:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.option .trade_wrap .ivu-input-number-input:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #41546d;
    outline: none;
}
.option .trade_wrap .ivu-form-item-content input{
    padding-left: 5px;
    text-align:center;
    padding-right: 55px;
    font-size: 16px;
}
.option .trade_wrap .ivu-form-item-content input::-webkit-input-placeholder {
    font-size: 14px;
    color: #515a6e;
    margin-bottom: 10px;
    text-align: left;
}
.option .trade_wrap .ivu-form-item-content label.before {
    position: absolute;
    top: 4px;
    left: 10px;
    color: #7c7f82;
    z-index: 2;
    font-size: 14px;
}
.option .trade_wrap .ivu-form-item-content label.after {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #7c7f82;
    font-size: 14px;
}
.trade_bd_ctc Button {
    width: 100%;
    border: 0;
    color: #fff;
}
.trade_bd_ctc Button.bg-red {
    background-color: #f15057;
}
.trade_bd_ctc Button.bg-red:hover {
    background-color: #ff7278;
}
.trade_bd_ctc Button.bg-green {
    background-color: #00b275;
}
.trade_bd_ctc Button.bg-green:hover {
    background-color: #01ce88;
}
.trade_bd_ctc Button.bg-gray {
    background-color: #35475b;
    cursor: not-allowed;
    color: #9fabb5;
    padding: 6px 15px 6px 15px;
    font-size: 14px;
    border-radius: 4px;
}
.trade_bd_ctc Button.bg-gray:hover{
    color: #9fabb5!important;
}
.option .trade_wrap .ivu-btn{
    color: #FFF!important;
}
.option .total{
    min-height: 90px;
}
.trade-input .ivu-form-item-content .ivu-radio-group .ivu-radio-wrapper{
    cursor: auto!important;
}
.option .trade_wrap .ivu-btn.ivu-btn-small{
    padding: 2px 5px!important;
}
.option .ivu-progress .ivu-progress-outer .ivu-progress-inner{
    background-color: #5d4920;
    border-radius: 0px;
}
.el-progress-bar__outer {

    background-color: #2e324a;
}
.color_green{
    color: #00b275;
    font-family: "Times New Roman", Times, serif;
}
.color_red{
    color: #f15057;
    font-family: "Times New Roman", Times, serif;
}
.color_gold{
    color: #f0a70a;
    font-family: "Times New Roman", Times, serif;
}
.current-period span:nth-child(1){
    display: block;
    position: absolute;
    height: 3px;
    width:200px;
    top:5px;
    left:0px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(#4CAF50));
    background: linear-gradient(to right, rgba(0,0,0,0), #4CAF50);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    -webkit-animation: span1 3s linear infinite;
            animation: span1 3s linear infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
@-webkit-keyframes span1{
0%{
      left:50%
}
100%{
      left:100%;
}
}
@keyframes span1{
0%{
      left:50%
}
100%{
      left:100%;
}
}
.current-period span:nth-child(2){
    display: block;
    position: absolute;
    height: 70px;
    width: 3px;
    top:-70px;
    right:0px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#ff1100));
    background: linear-gradient(to bottom, rgba(0,0,0,0), #ff1100);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    -webkit-animation: span2 3s linear infinite;
            animation: span2 3s linear infinite;
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
}
@-webkit-keyframes span2{
0%{
      top:-70px;
}
100%{
      top:100%;
}
}
@keyframes span2{
0%{
      top:-70px;
}
100%{
      top:100%;
}
}
.current-period  span:nth-child(3){
    display: block;
    position: absolute;
    height:3px;
    width:200px;
    right:50%;
    top: 0px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0)), to(#4CAF50));
    background: linear-gradient(to left, rgba(0,0,0,0), #4CAF50);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -webkit-animation: span3 3s linear infinite;
            animation: span3 3s linear infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
@-webkit-keyframes span3{
0%{
      right:40%;
}
100%{
      right: 100%;
}
}
@keyframes span3{
0%{
      right:40%;
}
100%{
      right: 100%;
}
}
.current-period  span:nth-child(4){
    display: block;
    position: absolute;
    height:70px;
    width:3px;
    bottom:-70px;
    left:0px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#4CAF50));
    background: linear-gradient(to bottom, rgba(0,0,0,0), #4CAF50);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    -webkit-animation: span4 3s linear infinite;
            animation: span4 3s linear infinite;
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
}
@-webkit-keyframes span4{
0%{
      top: -70px;
}
100%{
      top:100%;
}
}
@keyframes span4{
0%{
      top: -70px;
}
100%{
      top:100%;
}
}
.current-period  span:nth-child(5){
    display: block;
    position: absolute;
    height: 3px;
    width:200px;
    top:0px;
    right:50%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(#ff1100));
    background: linear-gradient(to right, rgba(0,0,0,0), #ff1100);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    -webkit-animation: span5 3s linear infinite;
            animation: span5 3s linear infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
@-webkit-keyframes span5{
0%{
      left:40%;
}
100%{
      left:100%;
}
}
@keyframes span5{
0%{
      left:40%;
}
100%{
      left:100%;
}
}
@-webkit-keyframes gradientBG {
0% {
      background-position: 0% 0%;
}
50% {
      background-position: 50% 100%;
}
100% {
      background-position: 0% 0%;
}
}
@keyframes gradientBG {
0% {
      background-position: 0% 0%;
}
50% {
      background-position: 50% 100%;
}
100% {
      background-position: 0% 0%;
}
}
.option .ctc-container{
    width: 100%;
}
.option-tab{
    position: relative;
    width: 100%;margin-bottom: 10px;
}
.option-tab:after{
    height: 1px;
    background: #FFF;
    width: 100%;
    position: absolute;
    bottom: 1px;
}
.option-tab-item{
    float:left;margin-right: 14px;padding: 10px 0px;font-size: 14px;
}
.option-tab-item:hover{
    cursor: pointer;
}
.option .ivu-progress-text-inner{
    display: inline-block;
    width: 40px;
}
  /*K线行情高度*/
.option iframe{
    height:500px!important;
}
.ctc_avi{
    width: 0%;
    float: left;
    padding: 4px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #21253a;
    font-size: 30px;
    margin-left: -22px;
    font-weight: 700;
}
.ctc_avi2{
    width: 0%;
    float: left;
    padding: 4px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 40px;
    margin-left: -8px;
    font-weight: 700;
    color: #1ed496;
    margin-top: -7px;
    font-family: "Times New Roman", Times, serif;
}
.ctc_avi3{
    width: 0%;
    float: left;
    padding: 4px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 34px;
    margin-left: 18px;
    font-weight: 700;
    color: #FF9800;
    margin-top: -2px;
    font-family: "Times New Roman", Times, serif;
}

.option .bannerimg[data-v-56f71252]{display:block;width:100%
}
.option .ctc_container[data-v-56f71252]{padding:0 10%;text-align:center;height:100%
}
.option .ctc_container>h1[data-v-56f71252]{margin-top:-150px;font-size:32px;line-height:1;padding:50px 0 20px 0;letter-spacing:3px
}
.option .main[data-v-56f71252]{margin-top:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap
}
.ctc-container[data-v-56f71252]{min-height:470px
}
.bottom-panel[data-v-56f71252]{border-top:1px solid #ededed;margin-top:15px
}
.bottom-panel .bottom[data-v-56f71252]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.bottom-panel .bottom span[data-v-56f71252]{font-size:12px;color:#a7a7a7;margin-top:15px
}
.bottom-panel .bottom button[data-v-56f71252],.bottom-panel .bottom a[data-v-56f71252]{margin-top:11px
}
.bottom-panel .bottom a.ivu-btn-primary[data-v-56f71252]{background:#0095ff
}
.bottom-panel .bottom a.ivu-btn-primary[data-v-56f71252]:hover{background:#2ba7ff
}
.right[data-v-56f71252]{float:right
}
.left[data-v-56f71252]{float:left
}
.gray[data-v-56f71252]{color:#a7a7a7
}
.option .quantity-group .quantity-item[data-v-56f71252]{display:inline-block;padding:0px 15px;border-radius:3px;border:1px solid #6267825c;margin-left:15px
}
.option .quantity-group .quantity-item[data-v-56f71252]:hover{border:1px solid #f0ac19;cursor:pointer
}
.option .quantity-group .current[data-v-56f71252]{border:1px solid #f0ac19;color:#f0ac19
}
.result-panel[data-v-56f71252]{border-radius:5px;min-height:500px;width:100%;text-align:left;padding:0px 0px;margin-bottom:10px
}
.result-panel .title-switch[data-v-56f71252]{display:inline-block;margin:0 8px;padding:0px 3px 3px 3px;border-bottom:2px solid #0b1520
}
.result-panel .title-switch[data-v-56f71252]:hover{cursor:pointer;color:#f0a70a
}
.result-panel .result-item[data-v-56f71252]{width:73.9px;display:inline-block;float:left;margin-bottom:30px
}
.result-panel .result-item .item-title[data-v-56f71252]{width:100%;text-align:center
}
.result-panel .result-item .item-title span[data-v-56f71252]{display:inline-block;width:100%;line-height:20px;font-size:13px
}
.result-panel .result-item .item-body[data-v-56f71252]{width:100%;text-align:center;color:#FFF;font-weight:bold;margin-top:10px
}
.result-panel .result-item .item-body span[data-v-56f71252]{display:inline-block;height:25px;line-height:25px;width:25px;border-radius:25px;font-size:16px;font-weight:bold
}
.result-panel .result-item .item-body span i[data-v-56f71252]{margin-top:-4px
}
.result-panel .result-item .item-body .tip-item span[data-v-56f71252]{display:inline-block;width:60px;font-size:10px;height:16px;line-height:16px;text-align:right;font-size:8px;font-weight:normal
}
.result-panel .result-item[data-v-56f71252]:not(:last-child){border-right:1px dashed #51567140
}
.result-panel .result-item[data-v-56f71252]:nth-child(20){border-right:none
}
.result-panel .result-item[data-v-56f71252]:nth-child(1){margin-left:7px
}
.result-panel .result-item[data-v-56f71252]:nth-child(21){margin-left:7px
}
.bg-green[data-v-56f71252]{background:#00b275
}
.bg-red[data-v-56f71252]{background:#f2334f
}
.bg-gray[data-v-56f71252]{background:#585858
}
.last-period[data-v-56f71252]{width:100%;border-radius:5px;margin-bottom:10px;min-height:40px
}
.last-period .period-content[data-v-56f71252]{width:560px;float:left;margin-left:30px;height:40px;line-height:40px;font-size:12px
}
.last-period .period-content .content-item[data-v-56f71252]{float:left;width:33%;text-align:center;text-shadow:2px 2px 5px #00000047
}
.last-period .period-content .content-item span[data-v-56f71252]:nth-child(1){display:inline-block;height:20px;line-height:20px;background:#0000004d;padding:0px 8px;border-radius:3px;-webkit-box-shadow:2px 2px 5px 0px #00000047;box-shadow:2px 2px 5px 0px #00000047
}
.last-period .period-content .content-item .direction[data-v-56f71252]{display:inline-block;height:20px;line-height:20px;background:#FFF;padding:0px 8px;border-radius:3px;-webkit-box-shadow:2px 2px 5px 0px #00000047;box-shadow:2px 2px 5px 0px #00000047
}
.el-table th[data-v-56f71252],.el-table tr[data-v-56f71252]{background-color:#21253a !important
}
.current-period[data-v-56f71252]{min-height:160px;margin-bottom:30px;padding:10px;border-radius:5px
}
.current-period .period-title[data-v-56f71252]{display:inline-block;width:100%;text-align:center;font-size:24px;font-weight:bold
}
.current-period .period-time[data-v-56f71252]{display:inline-block;width:100%;text-align:center;font-size:14px;margin-bottom:20px;letter-spacing:1px
}
.current-period .period-reward[data-v-56f71252]{width:33.3%;float:left;padding:0px 0px;-webkit-box-sizing:border-box;box-sizing:border-box
}
.current-period .period-reward[data-v-56f71252]:not(:last-child){border-right:2px dashed #40476d47
}
.current-period .period-reward[data-v-56f71252]:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px
}
.current-period .period-reward[data-v-56f71252]:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px
}
.current-period .period-reward .el-table th[data-v-56f71252],.current-period .period-reward .el-table tr[data-v-56f71252]{background:#191c2f
}
.el-table tr[data-v-56f71252]{background-color:#1d2031 !important
}

.expand-row[data-v-60dd7804]{
    margin-bottom: 8px;
}
td.ivu-table-expanded-cell[data-v-60dd7804]{
    padding: 10px 50px;
}
.expand-row .ivu-col[data-v-60dd7804]{
    line-height: 20px;
}

div[data-v-58d5cca4]{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.echartsBox[data-v-58d5cca4]{
	width: 100%;
	height: 240px;
	position: relative;
}
.tabs[data-v-58d5cca4]{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
}
.tabItem[data-v-58d5cca4]:hover{
	color: #c7cce6;
	border: solid 1px #c7cce6;
}
.kgds[data-v-58d5cca4]{
	padding: 4px 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 33px;
	left: 0;
	z-index: 10;
}
.kgds>div[data-v-58d5cca4]{
	margin-right: 8px;
}
.k[data-v-58d5cca4]{
	color:rgb(97, 104, 138);
}
.v[data-v-58d5cca4]{
	color: rgb(60, 120, 216)
}

.ctc .item-title{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: rgb(188, 188, 188);
}
.ctc .red{
  color: #f2334f;
}
.ctc .green{
  color: #45b854;
}
.ctc .item-title .unit{
  font-size: 14px;
}
.option{
  color: rgb(188, 188, 188);
}
.option .item-desc{
  font-size: 12px;
  text-align: center;
  color: #7c7f82;
}
.option .notice-bottom{
  margin-top: 5px;height: 55px;background-color:#192330;padding-top: 12px;color: rgb(42, 147, 255);
}
.option .notice-btn-left{
  height: 30px;line-height: 30px;width: 42%;margin-left: 5%;float:left;border-radius:3px;border: 1px solid rgb(0, 116, 235);
}
.option .notice-btn-left:hover{
  cursor: pointer;
}
.option #sendCode {
  position: absolute;
  border: none;
  background: none;
  top: 6px;
  outline: none;
  right: 0;
  width: 30%;
  color: #f0ac19;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  border-left: 1px solid #dddee1;
}
.option .notice-btn-right{
  height: 30px;line-height: 30px;width: 42%;margin-right: 5%;float:right;border-radius:3px;border: 1px solid rgb(0, 116, 235);
}
.option .notice-btn-right:hover{
  cursor: pointer;
}
.option .ivu-tabs-bar{
    border-bottom: 1px solid #323c53;
    font-size: 18px;
}
.option .ivu-tabs-nav .ivu-tabs-tab:hover{
    color: #f0a70a;
}
.option .ivu-tabs-nav .ivu-tabs-tab:hover, .option .ivu-tabs-nav .ivu-tabs-tab-active{
    color: #f0a70a;
    font-size: 18px;
}
.option .ivu-tabs-ink-bar{
    background-color: #f0a70a;
}
.option .buy_total{
  border-top: 1px solid #323c53;
  padding-top: 30px;
  margin-bottom: 30px;
}
.option .trade_bd_ctc{
  width: 100%;
  min-width: 800px;
  height: 750px;
}
.option .trade_bd_ctc .panel {
    position: relative;
    z-index: 2;
    float: left;
    width: 98%;
    height: 750px;
    margin-top: 0;
    margin-right: 0;
    border: 0 solid transparent;
    padding-top: 15px;
}
.option .trade_panel{
  background: transparent!important;
}
.option .trade_panel .panel .hd {
    line-height: 20px;
    height: 20px;
    border-bottom: 1px solid #1F2943;
    margin-bottom: 5px;
}
.option .trade_panel .panel .hd span {
    padding-left: 0;
    font-size: 12px;
    margin: 0 3px;
    float:right;
}
.ctc-order-status{
  text-align:center;margin-bottom: 15px;background: #f0a70a;padding: 5px 0px;border-radius: 2px;color: #000000;
}
.option .trade_panel .panel .hd b {
    padding-left: 0;
    font-size: 12px;
    color: #7A98F7;
    float:right;
}
.option .trade_panel .panel .hd.hd_login a {
    float: right;
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
}
.option .trade_panel .panel.panel_buy {
    padding-right: 15px;
    padding-left: 15px;
    background: #1d2031;
}
.option .trade_panel .panel.panel_sell {
    padding-right: 15px;
    padding-left: 15px;
    background: #192330;
    margin-left: 5px;
}
.option .trade_wrap .buy-input .ivu-input {
  color: rgb(220, 142, 0);
  font-weight: bold;
  font-size: 20px;
  height: 35px;
}
.option .trade_wrap .sell-input .ivu-input {
  color: #f2334f;
  font-weight: bold;
  font-size: 20px;
  height: 35px;
}
.option .ivu-tabs{
  color: #a5a5a5;
}
.option .trade_wrap .trade-input .ivu-input {
    border: 1px solid #27313e;
    color: #fff;
    height: 35px;
    border-radius: 0;
}
.option .trade_wrap .ivu-input-wrapper {
    outline: none;
}
.option .trade_wrap .ivu-input:focus,
.option .trade_wrap .ivu-input:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.option .trade_wrap .ivu-input-number-input:focus,
.option .trade_wrap .ivu-input-number-input:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #41546d;
    outline: none;
}
.option .trade_wrap .ivu-input:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.option .trade_wrap .ivu-input-number-input:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #41546d;
    outline: none;
}
.option .trade_wrap .ivu-form-item-content input{
    padding-left: 5px;
    text-align:center;
    padding-right: 55px;
    font-size: 16px;
}
.option .trade_wrap .ivu-form-item-content input::-webkit-input-placeholder {
    font-size: 14px;
    color: #515a6e;
    margin-bottom: 10px;
    text-align: left;
}
.quantity-group {
    position: relative;
    line-height: 32px;
    font-size: 12px;
    margin-bottom: 24px;
    vertical-align: top;
    zoom: 1;
}
.option .trade_wrap .ivu-form-item-content label.before {
    position: absolute;
    top: 4px;
    left: 10px;
    color: #7c7f82;
    z-index: 2;
    font-size: 14px;
}
.option .trade_wrap .ivu-form-item-content label.after {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #7c7f82;
    font-size: 14px;
}
.trade_bd_ctc Button {
    width: 100%;
    border: 0;
    color: #fff;
}
.trade_bd_ctc Button.bg-red {
    background-color: #f15057;
}
.trade_bd_ctc Button.bg-red:hover {
    background-color: #ff7278;
}
.trade_bd_ctc Button.bg-green {
    background-color: #00b275;
}
.trade_bd_ctc Button.bg-green:hover {
    background-color: #01ce88;
}
.trade_bd_ctc Button.bg-gray {
    background-color: #35475b;
    cursor: not-allowed;
    color: #9fabb5;
    padding: 6px 15px 6px 15px;
    font-size: 14px;
    border-radius: 4px;
}
.trade_bd_ctc Button.bg-gray:hover{
    color: #9fabb5!important;
}
.option .trade_wrap .ivu-btn{
  color: #FFF!important;
}
.option .total{
  min-height: 90px;
}
.trade-input .ivu-form-item-content .ivu-radio-group .ivu-radio-wrapper{
  cursor: auto!important;
}
.option .trade_wrap .ivu-btn.ivu-btn-small{
  padding: 2px 5px!important;
}
.option .ivu-progress .ivu-progress-outer .ivu-progress-inner{
  background-color: #5d4920;
  border-radius: 0px;
}
.el-progress-bar__outer {

    background-color: #2e324a;
}
.color_green{
  color: #00b275;
}
.color_red{
  color: #f15057;
}
.color_gold{
  color: #f0a70a;
}
.current-period{
  position: relative;overflow: hidden;
  background: #0b1520;
    background-size: 500% 500%;
    -webkit-animation: gradientBG 5s ease infinite;
            animation: gradientBG 5s ease infinite;
}
.current-period span:nth-child(1){
  display: block;
  position: absolute;
  height: 3px;
  width:200px;
  top:5px;
  left:0px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(#4CAF50));
  background: linear-gradient(to right, rgba(0,0,0,0), #4CAF50);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  -webkit-animation: span1 3s linear infinite;
          animation: span1 3s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes span1{
0%{
        left:50%
}
100%{
        left:100%;
}
}
@keyframes span1{
0%{
        left:50%
}
100%{
        left:100%;
}
}
.current-period span:nth-child(2){
    display: block;
    position: absolute;
    height: 70px;
    width: 3px;
    top:-70px;
    right:0px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#ff1100));
    background: linear-gradient(to bottom, rgba(0,0,0,0), #ff1100);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    -webkit-animation: span2 3s linear infinite;
            animation: span2 3s linear infinite;
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
}
@-webkit-keyframes span2{
0%{
        top:-70px;
}
100%{
        top:100%;
}
}
@keyframes span2{
0%{
        top:-70px;
}
100%{
        top:100%;
}
}
.current-period  span:nth-child(3){
    display: block;
    position: absolute;
    height:3px;
    width:200px;
    right:50%;
    top: 0px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0)), to(#4CAF50));
    background: linear-gradient(to left, rgba(0,0,0,0), #4CAF50);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -webkit-animation: span3 3s linear infinite;
            animation: span3 3s linear infinite;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
@-webkit-keyframes span3{
0%{
        right:40%;
}
100%{
        right: 100%;
}
}
@keyframes span3{
0%{
        right:40%;
}
100%{
        right: 100%;
}
}
.current-period  span:nth-child(4){
    display: block;
    position: absolute;
    height:70px;
    width:3px;
    bottom:-70px;
    left:0px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#4CAF50));
    background: linear-gradient(to bottom, rgba(0,0,0,0), #4CAF50);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    -webkit-animation: span4 3s linear infinite;
            animation: span4 3s linear infinite;
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
}
@-webkit-keyframes span4{
0%{
        top: -70px;
}
100%{
        top:100%;
}
}
@keyframes span4{
0%{
        top: -70px;
}
100%{
        top:100%;
}
}
.current-period  span:nth-child(5){
  display: block;
  position: absolute;
  height: 3px;
  width:200px;
  top:0px;
  right:50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), to(#ff1100));
  background: linear-gradient(to right, rgba(0,0,0,0), #ff1100);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  -webkit-animation: span5 3s linear infinite;
          animation: span5 3s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes span5{
0%{
        left:40%;
}
100%{
        left:100%;
}
}
@keyframes span5{
0%{
        left:40%;
}
100%{
        left:100%;
}
}
.last-period{
    background-image: linear-gradient(60deg, #9C27B0, #3F51B5, #E91E63, #9C27B0, #673AB7, #4CAF50, #673AB7, #9C27B0);
    background-size: 400% 400%;
    -webkit-animation: gradientBG 5s ease infinite;
            animation: gradientBG 5s ease infinite;
}
@-webkit-keyframes gradientBG {
0% {
    background-position: 0% 0%;
}
50% {
    background-position: 50% 100%;
}
100% {
    background-position: 0% 0%;
}
}
@keyframes gradientBG {
0% {
    background-position: 0% 0%;
}
50% {
    background-position: 50% 100%;
}
100% {
    background-position: 0% 0%;
}
}
.option .ctc-container{
  width: 100%;
}
.option-tab{
  position: relative;
  width: 100%;margin-bottom: 10px;
}
.el-progress.is-warning .el-progress-bar__inner {
    background-color: #8BC34A;
}
.option-tab:after{
  height: 1px;
  background: #FFF;
  width: 100%;
  position: absolute;
  bottom: 1px;
}
.option-tab-item{
  float:left;margin-right: 10px;padding: 5px 10px;font-size: 14px;
}
.option-tab-item:hover{
  cursor: pointer;
}
.option-tab-current{
  border-bottom: 2px solid #f0a70a!important;
  color: #f0a70a!important;
}
.option .ivu-progress-text-inner{
  display: inline-block;
  width: 40px;
}
.option iframe{
  height:500px!important;
}

.option[data-v-448d9cd3]{height:100%;background-size:cover;position:relative;overflow:hidden;padding-top:60px;color:#a5a5a5
}
.option .bannerimg[data-v-448d9cd3]{display:block;width:100%
}
.option .ctc_container[data-v-448d9cd3]{padding:0 10%;text-align:center;height:100%;background:#0f132b
}
.option .ctc_container>h1[data-v-448d9cd3]{margin-top:-150px;font-size:32px;line-height:1;padding:50px 0 20px 0;letter-spacing:3px
}
.option .main[data-v-448d9cd3]{margin-top:55px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap
}
.ctc-container[data-v-448d9cd3]{min-height:470px
}
.bottom-panel[data-v-448d9cd3]{border-top:1px solid #ededed;margin-top:15px
}
.bottom-panel .bottom[data-v-448d9cd3]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.bottom-panel .bottom span[data-v-448d9cd3]{font-size:12px;color:#a7a7a7;margin-top:15px
}
.bottom-panel .bottom button[data-v-448d9cd3],.bottom-panel .bottom a[data-v-448d9cd3]{margin-top:11px
}
.bottom-panel .bottom a.ivu-btn-primary[data-v-448d9cd3]{background:#0095ff
}
.bottom-panel .bottom a.ivu-btn-primary[data-v-448d9cd3]:hover{background:#2ba7ff
}
.right[data-v-448d9cd3]{float:right
}
.left[data-v-448d9cd3]{float:left
}
.gray[data-v-448d9cd3]{color:#a7a7a7
}
.option .quantity-group .quantity-item[data-v-448d9cd3]{display:inline-block;padding:0px 15px;border-radius:3px;border:1px solid #515a6e;margin-left:15px
}
.option .quantity-group .quantity-item[data-v-448d9cd3]:hover{border:1px solid #f0ac19;cursor:pointer
}
.option .quantity-group .current[data-v-448d9cd3]{border:1px solid #f0ac19;color:#f0ac19
}
.result-panel[data-v-448d9cd3]{border-radius:5px;min-height:300px;background:#0b1520;width:100%;text-align:left;padding:0px 0px;margin-bottom:10px
}
.result-panel .title-switch[data-v-448d9cd3]{display:inline-block;margin:0 8px;padding:0px 3px 3px 3px;border-bottom:2px solid #0b1520
}
.result-panel .title-switch[data-v-448d9cd3]:hover{cursor:pointer;color:#f0a70a
}
.result-panel .switch-current[data-v-448d9cd3]{color:#f0a70a !important;border-bottom:2px solid #f0a70a !important
}
.result-panel .result-item[data-v-448d9cd3]{width:73.9px;display:inline-block;float:left;margin-bottom:30px
}
.result-panel .result-item .item-title[data-v-448d9cd3]{width:100%;text-align:center
}
.result-panel .result-item .item-title span[data-v-448d9cd3]{display:inline-block;width:100%;line-height:20px;font-size:13px
}
.result-panel .result-item .item-body[data-v-448d9cd3]{width:100%;text-align:center;color:#FFF;font-weight:bold;margin-top:10px
}
.result-panel .result-item .item-body span[data-v-448d9cd3]{display:inline-block;height:25px;line-height:25px;width:25px;border-radius:25px;font-size:16px;font-weight:bold
}
.result-panel .result-item .item-body span i[data-v-448d9cd3]{margin-top:-4px
}
.result-panel .result-item .item-body .tip-item span[data-v-448d9cd3]{display:inline-block;width:60px;font-size:10px;height:16px;line-height:16px;text-align:right;font-size:8px;font-weight:normal
}
.result-panel .result-item[data-v-448d9cd3]:not(:last-child){border-right:1px dashed #2c3038
}
.result-panel .result-item[data-v-448d9cd3]:nth-child(20){border-right:none
}
.result-panel .result-item[data-v-448d9cd3]:nth-child(1){margin-left:7px
}
.result-panel .result-item[data-v-448d9cd3]:nth-child(21){margin-left:7px
}
.bg-green[data-v-448d9cd3]{background:#00b275
}
.bg-red[data-v-448d9cd3]{background:#f2334f
}
.bg-gray[data-v-448d9cd3]{background:#585858
}
.last-period[data-v-448d9cd3]{width:100%;border-radius:5px;margin-bottom:10px;min-height:40px
}
.last-period .period-content[data-v-448d9cd3]{width:560px;float:left;margin-left:30px;height:40px;line-height:40px;font-size:12px
}
.last-period .period-content .content-item[data-v-448d9cd3]{float:left;width:33%;text-align:center;text-shadow:2px 2px 5px #00000047
}
.last-period .period-content .content-item span[data-v-448d9cd3]:nth-child(1){display:inline-block;height:20px;line-height:20px;background:#0000004d;padding:0px 8px;border-radius:3px;-webkit-box-shadow:2px 2px 5px 0px #00000047;box-shadow:2px 2px 5px 0px #00000047
}
.last-period .period-content .content-item .direction[data-v-448d9cd3]{display:inline-block;height:20px;line-height:20px;background:#FFF;padding:0px 8px;border-radius:3px;-webkit-box-shadow:2px 2px 5px 0px #00000047;box-shadow:2px 2px 5px 0px #00000047
}
.current-period[data-v-448d9cd3]{min-height:170px;margin-bottom:30px;padding:10px;border-radius:5px
}
.current-period .period-title[data-v-448d9cd3]{display:inline-block;width:100%;text-align:center;font-size:24px;font-weight:bold
}
.current-period .period-time[data-v-448d9cd3]{display:inline-block;width:100%;text-align:center;font-size:14px;margin-bottom:20px;letter-spacing:1px
}
.current-period .period-reward[data-v-448d9cd3]{width:33.3%;float:left;padding:0px 0px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#21253a
}
.current-period .period-reward[data-v-448d9cd3]:not(:last-child){border-right:2px dashed #0b1520
}
.current-period .period-reward[data-v-448d9cd3]:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px
}
.current-period .period-reward[data-v-448d9cd3]:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px
}
.current-period .period-reward .el-table th[data-v-448d9cd3],.current-period .period-reward .el-table tr[data-v-448d9cd3]{background:#21253a
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.order_div .myselfContent {
  margin: 0 auto;
  padding: 0;
}
.order_div .order_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0 0px 0;
  padding: 0 100px;
}
.order_div .order_title .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
.order_div .order_title .title {
  font-size: 30px;
}
.order_div .greenColor {
  color: #44BCA7 !important;
}
.order_div .redColor {
  color: #CD3D58 !important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.button {
  border: 1px solid #eee;
  padding: 2px 12px;
  border-radius: 4px;
  color: #eee;
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
}
.button.active {
  background-color: #007aff;
  border-color: #007aff;
  color: #fff;
}
.average_content {
  margin: 20px 0;
}
.average_content .title {
  text-align: center;
}
.average_content .title span {
  margin-right: 10px;
}
.average_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
}
.average_content ul li span:nth-child(1) {
  color: #8E8E8E;
}
.average_content ul li span:nth-last-child(1) {
  color: #333333;
}
.assets .assets_title {
  font-weight: normal;
  margin: 44px 0 20px 0;
  font-size: 24px;
}
.assets .coinImg {
  margin-right: 6px;
}
.assets .total_box {
  position: relative;
  top: 60px;
  width: 340px;
  height: 146px;
  margin: 0px 0 0px 0;
}
.assets .total_box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.assets .total_content_mc {
  border-radius: 2px;
  color: #fff;
  font-size: 24px;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 15px;
  position: relative;
  top: 20px;
}
.assets .total_content_mc img {
  cursor: pointer;
  margin-left: 10px;
}
.assets .total_content_mc .changeFont {
  font-size: 24px;
  margin-right: 4px;
  font-weight: initial;
}
.assets .total_content {
  border-radius: 2px;
  padding: 20px;
  position: absolute;
  top: 0;
  color: #FFFFFF;
}
.assets .total_content img {
  cursor: pointer;
  margin-left: 10px;
}
.assets .total_content .changeFont {
  font-size: 24px;
  margin-right: 4px;
  font-weight: initial;
}
.assets .titleBar .el-tabs__header .el-tabs__item {
  padding: 0;
  margin-right: 20px;
}
.assets .titleBar .el-tabs__header .el-tabs__item.is-active {
  position: relative;
  top: 0;
}
.assets .titleBar .el-tabs__header .el-tabs__item.is-active::before {
  content: ' ';
  position: absolute;
  width: 40%;
  left: 26%;
  bottom: 2px;
  border: 1px solid #0066ED !important;
}
.assets .transtionBar {
  text-align: center;
  margin: -8px 0;
}
.assets .cruntpage .el-tabs__nav {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 6px;
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top {
  position: relative;
  top: 0;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #F8F8F8;
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top:nth-child(2)::before {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  transform: skew(-22deg);
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top:nth-child(3)::before {
  transform: skew(-22deg);
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top:nth-child(4) {
  margin: 0 2px 0 10px;
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top:nth-child(4)::before {
  transform: skew(-22deg);
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top:nth-child(5) {
  margin: 0 2px 0 10px;
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top:nth-child(5)::before {
  transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  -moz-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top:nth-child(6) {
  margin: 0 -10px 0 10px;
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top:nth-child(6)::before {
  transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  -moz-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-top:nth-child(7)::before {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  -moz-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-active {
  color: #ffffff !important;
}
.assets .cruntpage .el-tabs__nav .el-tabs__item.is-active::before {
  background-color: #0066ED;
}
.assets .el-table tbody tr {
  margin: 0 20px;
}
.assets .el-table td div {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.assets .total-assets {
  text-align: center;
  margin-bottom: 40px;
}
.assets .total-assets .num {
  width: 100%;
  color: #fff;
  font-size: 34px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assets .total-assets .num .unit {
  cursor: pointer;
  height: 34px;
  margin-left: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
.assets .total-assets .num span {
  margin-left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.assets h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin-top: 0px;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.assets .total-assets .num .unit ul {
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  background-color: #29295f;
  border: 1px solid #161633;
}
.assets .total-assets .num .unit {
  cursor: pointer;
  height: 34px;
  margin-left: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}
.assets .container_assets_div {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 60px;
}
.assets .allAccount {
  margin-bottom: 20px;
}
.assets .allAccount div.active {
  background-color: #7772d8;
  color: #fff;
}
.assets .allAccount .wrapcp {
  margin-right: 11px;
  display: inline-block;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  border-radius: 2px;
  color: #efefef;
}
.assets .allAccount .wrapcp .amount {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.assets .api-note {
  width: 1200px;
  margin: 4px auto;
  /* border: 1px dotted #ddd; */
  padding: 60px 0px;
  font-size: 12px;
  margin-top: 70px;
  color: #333;
  /* background-color: #fff; */
  margin-bottom: 30px;
}
.assets .api-note h4 {
  font-size: 14px;
  padding-bottom: 5px;
}
.assets .api-note h4 {
  font-size: 14px;
  padding-bottom: 5px;
}
.assets .api-note p {
  line-height: 22px;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.risk-tips.no-expand ~ .over-wrap[data-v-18d72e53] {
  margin-top: -34px;
}
.el-table .cell,
.el-table--border .el-table__cell:first-child .cell {
  padding-left: 20px;
}
.cell {
  line-height: 29px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 0px !important;
}
.page[data-v-7babfee8] {
  width: 80%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 auto;
  max-width: 2560px;
}
.day .el-table tr {
  background-color: #947c7c00 !important;
}
.el-collapse {
  border-top: 1px solid #ebeef500 !important;
  border-bottom: 1px solid #ebeef500 !important;
}
.el-collapse {
  width: 100%;
}
.risk-tips .el-collapse-item__header {
  background-color: #ffffff00;
  border-bottom: 1px solid #ebeef500;
  height: auto !important;
  line-height: normal !important;
}
.el-collapse-item__content {
  padding: 0px 20px;
}

ul[data-v-8dbb1b56] {
  margin: 0;
  padding: 0;
}
li[data-v-8dbb1b56] {
  list-style-type: none;
}
a[data-v-8dbb1b56] {
  text-decoration: none;
  color: #757575;
}
a[data-v-8dbb1b56]:focus {
  border: none;
}
.container[data-v-8dbb1b56] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-8dbb1b56] {
  background: transparent!important;
}
.el-dialog[data-v-8dbb1b56] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-8dbb1b56],
.el-dialog .el-dialog__close[data-v-8dbb1b56] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-8dbb1b56]:hover {
  color: #0066ED;
}
.all_container[data-v-8dbb1b56] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-8dbb1b56] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-8dbb1b56]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-8dbb1b56]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-8dbb1b56]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-8dbb1b56] {
  font-weight: initial;
}
.formPage > p[data-v-8dbb1b56] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-8dbb1b56] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-8dbb1b56] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-8dbb1b56],
.el-menu.el-menu--horizontal .el-menu-item[data-v-8dbb1b56]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-8dbb1b56]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-8dbb1b56] {
  border-bottom: none!important;
}
.txtCenter[data-v-8dbb1b56],
.el-select-dropdown__item span[data-v-8dbb1b56],
.noData[data-v-8dbb1b56],
.sureBoxConfirm .el-message-box__title[data-v-8dbb1b56] {
  text-align: center;
}
.box-paading-20[data-v-8dbb1b56] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-8dbb1b56] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-8dbb1b56],
.el-pagination .btn-next[data-v-8dbb1b56] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-8dbb1b56],
.el-pagination .btn-next .el-icon[data-v-8dbb1b56] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-8dbb1b56] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-8dbb1b56]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-8dbb1b56] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-8dbb1b56] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-8dbb1b56] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-8dbb1b56] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-8dbb1b56] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-8dbb1b56] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-8dbb1b56] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-8dbb1b56]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-8dbb1b56]::after {
  background-color: transparent!important;
}
.spread[data-v-8dbb1b56],
.leftSpread[data-v-8dbb1b56],
.betweenSpread[data-v-8dbb1b56],
.el-select-dropdown__item[data-v-8dbb1b56],
.sureBoxConfirm .el-message-box__btns[data-v-8dbb1b56],
.filter_form[data-v-8dbb1b56],
.colorNotice[data-v-8dbb1b56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-8dbb1b56] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-8dbb1b56],
.colorNotice[data-v-8dbb1b56] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-8dbb1b56] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-8dbb1b56] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-8dbb1b56]:disabled {
  background: transparent;
}
input[data-v-8dbb1b56]::-webkit-outer-spin-button,
input[data-v-8dbb1b56]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-8dbb1b56] {
  -moz-appearance: textfield;
}
.eye[data-v-8dbb1b56] {
  cursor: pointer;
}
.el-table thead[data-v-8dbb1b56],
.el-table tr th[data-v-8dbb1b56] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-8dbb1b56] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-8dbb1b56],
.el-table td[data-v-8dbb1b56] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-8dbb1b56] {
  text-align: center!important;
}
.el-table td[data-v-8dbb1b56],
.el-table th.is-leaf[data-v-8dbb1b56] {
  border: none!important;
}
.el-table--border[data-v-8dbb1b56]::after,
.el-table--group[data-v-8dbb1b56]::after,
.el-table[data-v-8dbb1b56]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-8dbb1b56] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-8dbb1b56] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-8dbb1b56] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-8dbb1b56] {
  font-size: 12px;
}
.el-table .cell[data-v-8dbb1b56] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-8dbb1b56] {
  display: table-cell !important;
}
.el-tabs__item[data-v-8dbb1b56] {
  color: #434448 !important;
}
.el-tabs__item[data-v-8dbb1b56]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-8dbb1b56] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-8dbb1b56] {
  display: none;
}
.el-select-dropdown__item[data-v-8dbb1b56] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-8dbb1b56] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-8dbb1b56] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-8dbb1b56],
.el-select-dropdown__item[data-v-8dbb1b56]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-8dbb1b56] {
  display: none!important;
}
.el-icon-document-copy[data-v-8dbb1b56] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-8dbb1b56] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-8dbb1b56] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-8dbb1b56] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-8dbb1b56] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-8dbb1b56] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-8dbb1b56] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-8dbb1b56]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-8dbb1b56] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-8dbb1b56] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-8dbb1b56] {
  color: #0066ED;
}
.aFont[data-v-8dbb1b56] {
  color: #002798;
}
.fontCenter[data-v-8dbb1b56] {
  text-align: center;
}
.moveHand[data-v-8dbb1b56] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-8dbb1b56] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-8dbb1b56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-8dbb1b56] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-8dbb1b56] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-8dbb1b56] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-8dbb1b56]::after {
  margin-left: -17px !important;
}
.noData p[data-v-8dbb1b56] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-8dbb1b56] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-8dbb1b56] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-8dbb1b56] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-8dbb1b56] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-8dbb1b56] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-8dbb1b56]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-8dbb1b56] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-8dbb1b56] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-8dbb1b56] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-8dbb1b56] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-8dbb1b56] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-8dbb1b56] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-8dbb1b56] {
    width: 40%!important;
}
}
.assets_div[data-v-8dbb1b56] {
  background-color: var(--bg-color2);
}
.new_page[data-v-8dbb1b56] {
  background-color: var(--bg-color2);
}
.new_page .head_tab[data-v-8dbb1b56] {
  height: 48px;
  width: 100%;
  background-color: var(--bg-color1);
}
.new_page .head_tab .header[data-v-8dbb1b56] {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new_page .head_tab .header .left_tab[data-v-8dbb1b56],
.new_page .head_tab .header .right_tab[data-v-8dbb1b56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  line-height: 48px;
}
.new_page .head_tab .header .left_tab .tab_item[data-v-8dbb1b56],
.new_page .head_tab .header .right_tab .tab_item[data-v-8dbb1b56] {
  color: var(--text-color2);
  cursor: pointer;
  margin-right: 32px;
}
.new_page .head_tab .header .left_tab .tab_item.active[data-v-8dbb1b56],
.new_page .head_tab .header .right_tab .tab_item.active[data-v-8dbb1b56] {
  color: var(--text-color);
  position: relative;
}
.new_page .head_tab .header .left_tab .tab_item.active[data-v-8dbb1b56]:after,
.new_page .head_tab .header .right_tab .tab_item.active[data-v-8dbb1b56]:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #468AED;
}
.new_page .head_tab .page_content[data-v-8dbb1b56] {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.recharge_div {
  padding-top: 64px;
  background: var(--bg-color2);
}
.recharge_div .chain_box .chain_title {
  margin-bottom: 10px;
}
.recharge_div .chain_box .el-tabs__item {
  padding: 0;
  width: 86px;
  text-align: center;
  border: 1px solid #828ab359;
  border-radius: 4px;
  margin-right: 10px;
}
.recharge_div .chain_box .el-tabs__item.is-active {
  background-color: #0066ED;
  color: #ffffff !important;
  border: 1px solid #0066ED;
}
.recharge_div #qrcode {
  background-color: #ffffff;
  padding: 10px;
  width: 140px;
  height: 140px;
  margin: 10px 0 20px 0;
}
.recharge_div .el-row {
  padding: 20px 0;
  margin: -8px 0 40px 0 !important;
  border-radius: 24px;
}
.recharge_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 4px;
}
.recharge_div .el-form-item .el-form-item__label {
  text-align: left;
}
.recharge_div .el-form-item .el-form-item__content .el-select {
  width: 100%;
}
.recharge_div .el-form-item .el-input__inner {
  background-color: transparent;
  padding: 0 10px;
}
.recharge_div .el-button {
  width: 100%;
  margin: 40px 0;
}
.recharge_div .tipBox {
  border: 1px dashed #3B3B3B;
  border-radius: 4px;
  padding: 20px;
}
.recharge_div .tipBox > p {
  color: #CD3D58;
  margin: 0 0 10px 0;
}
.recharge_div .tipBox li {
  color: #8E8E8E;
  line-height: 30px;
}
.recharge_div .el-icon-document-copy {
  color: #4A4A4A;
}
.recharge_div .recharge_upload .recharge_title {
  margin-bottom: 10px;
}
.recharge_div .recharge_upload .el-upload--picture-card {
  border: none;
}
.recharge_div .el-upload--picture-card {
  background-color: #fbfdff00;
  border: 1px dashed #fbfdff00;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  line-height: 146px;
  vertical-align: top;
}

ul[data-v-7c4bb786] {
  margin: 0;
  padding: 0;
}
li[data-v-7c4bb786] {
  list-style-type: none;
}
a[data-v-7c4bb786] {
  text-decoration: none;
  color: #757575;
}
a[data-v-7c4bb786]:focus {
  border: none;
}
.container[data-v-7c4bb786] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-7c4bb786] {
  background: transparent!important;
}
.el-dialog[data-v-7c4bb786] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-7c4bb786],
.el-dialog .el-dialog__close[data-v-7c4bb786] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-7c4bb786]:hover {
  color: #0066ED;
}
.all_container[data-v-7c4bb786] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-7c4bb786] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-7c4bb786]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-7c4bb786]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-7c4bb786]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-7c4bb786] {
  font-weight: initial;
}
.formPage > p[data-v-7c4bb786] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-7c4bb786] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-7c4bb786] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-7c4bb786],
.el-menu.el-menu--horizontal .el-menu-item[data-v-7c4bb786]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-7c4bb786]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-7c4bb786] {
  border-bottom: none!important;
}
.txtCenter[data-v-7c4bb786],
.el-select-dropdown__item span[data-v-7c4bb786],
.noData[data-v-7c4bb786],
.sureBoxConfirm .el-message-box__title[data-v-7c4bb786] {
  text-align: center;
}
.box-paading-20[data-v-7c4bb786] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-7c4bb786] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-7c4bb786],
.el-pagination .btn-next[data-v-7c4bb786] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-7c4bb786],
.el-pagination .btn-next .el-icon[data-v-7c4bb786] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-7c4bb786] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-7c4bb786]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-7c4bb786] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-7c4bb786] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-7c4bb786] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-7c4bb786] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-7c4bb786] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-7c4bb786] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-7c4bb786] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-7c4bb786]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-7c4bb786]::after {
  background-color: transparent!important;
}
.spread[data-v-7c4bb786],
.leftSpread[data-v-7c4bb786],
.betweenSpread[data-v-7c4bb786],
.el-select-dropdown__item[data-v-7c4bb786],
.sureBoxConfirm .el-message-box__btns[data-v-7c4bb786],
.filter_form[data-v-7c4bb786],
.colorNotice[data-v-7c4bb786] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-7c4bb786] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-7c4bb786],
.colorNotice[data-v-7c4bb786] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-7c4bb786] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-7c4bb786] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-7c4bb786]:disabled {
  background: transparent;
}
input[data-v-7c4bb786]::-webkit-outer-spin-button,
input[data-v-7c4bb786]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-7c4bb786] {
  -moz-appearance: textfield;
}
.eye[data-v-7c4bb786] {
  cursor: pointer;
}
.el-table thead[data-v-7c4bb786],
.el-table tr th[data-v-7c4bb786] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-7c4bb786] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-7c4bb786],
.el-table td[data-v-7c4bb786] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-7c4bb786] {
  text-align: center!important;
}
.el-table td[data-v-7c4bb786],
.el-table th.is-leaf[data-v-7c4bb786] {
  border: none!important;
}
.el-table--border[data-v-7c4bb786]::after,
.el-table--group[data-v-7c4bb786]::after,
.el-table[data-v-7c4bb786]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-7c4bb786] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-7c4bb786] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-7c4bb786] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-7c4bb786] {
  font-size: 12px;
}
.el-table .cell[data-v-7c4bb786] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-7c4bb786] {
  display: table-cell !important;
}
.el-tabs__item[data-v-7c4bb786] {
  color: #434448 !important;
}
.el-tabs__item[data-v-7c4bb786]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-7c4bb786] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-7c4bb786] {
  display: none;
}
.el-select-dropdown__item[data-v-7c4bb786] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-7c4bb786] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-7c4bb786] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-7c4bb786],
.el-select-dropdown__item[data-v-7c4bb786]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-7c4bb786] {
  display: none!important;
}
.el-icon-document-copy[data-v-7c4bb786] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-7c4bb786] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-7c4bb786] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-7c4bb786] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-7c4bb786] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-7c4bb786] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-7c4bb786] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-7c4bb786]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-7c4bb786] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-7c4bb786] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-7c4bb786] {
  color: #0066ED;
}
.aFont[data-v-7c4bb786] {
  color: #002798;
}
.fontCenter[data-v-7c4bb786] {
  text-align: center;
}
.moveHand[data-v-7c4bb786] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-7c4bb786] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-7c4bb786] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-7c4bb786] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-7c4bb786] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-7c4bb786] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-7c4bb786]::after {
  margin-left: -17px !important;
}
.noData p[data-v-7c4bb786] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-7c4bb786] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-7c4bb786] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-7c4bb786] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-7c4bb786] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-7c4bb786] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-7c4bb786]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-7c4bb786] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-7c4bb786] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-7c4bb786] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-7c4bb786] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-7c4bb786] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-7c4bb786] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-7c4bb786] {
    width: 40%!important;
}
}
.info_tip[data-v-7c4bb786] {
  background: rgba(255, 178, 90, 0.13);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFB25A;
  line-height: 40px;
  font-size: 14px;
  color: #FFB25A;
  padding-left: 12px;
}
.main_wrap[data-v-7c4bb786] {
  background: var(--bg-color);
}
.title[data-v-7c4bb786] {
  margin-bottom: 20px;
}
.loading-text[data-v-7c4bb786] {
  color: #909399;
  font-style: italic;
}
.loading-qrcode[data-v-7c4bb786] {
  background-color: #ffffff;
  padding: 10px;
  width: 140px;
  height: 140px;
  margin: 10px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px dashed #dcdfe6;
}
.loading-qrcode .el-icon-loading[data-v-7c4bb786] {
  font-size: 24px;
  color: #409eff;
  margin-bottom: 8px;
  -webkit-animation: rotating-data-v-7c4bb786 2s linear infinite;
          animation: rotating-data-v-7c4bb786 2s linear infinite;
}
@-webkit-keyframes rotating-data-v-7c4bb786 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotating-data-v-7c4bb786 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.loading-qrcode p[data-v-7c4bb786] {
  font-size: 12px;
  color: #909399;
  margin: 0;
  text-align: center;
}
::deep .el-row[data-v-7c4bb786] {
  border-radius: 24px;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.record_two .redColor {
  color: #FF5A5A;
}
.record_two .greenColor {
  color: #1DCA94;
}

ul[data-v-32f75653] {
  margin: 0;
  padding: 0;
}
li[data-v-32f75653] {
  list-style-type: none;
}
a[data-v-32f75653] {
  text-decoration: none;
  color: #757575;
}
a[data-v-32f75653]:focus {
  border: none;
}
.container[data-v-32f75653] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-32f75653] {
  background: transparent!important;
}
.el-dialog[data-v-32f75653] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-32f75653],
.el-dialog .el-dialog__close[data-v-32f75653] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-32f75653]:hover {
  color: #0066ED;
}
.all_container[data-v-32f75653] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-32f75653] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-32f75653]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-32f75653]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-32f75653]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-32f75653] {
  font-weight: initial;
}
.formPage > p[data-v-32f75653] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-32f75653] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-32f75653] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-32f75653],
.el-menu.el-menu--horizontal .el-menu-item[data-v-32f75653]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-32f75653]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-32f75653] {
  border-bottom: none!important;
}
.txtCenter[data-v-32f75653],
.el-select-dropdown__item span[data-v-32f75653],
.noData[data-v-32f75653],
.sureBoxConfirm .el-message-box__title[data-v-32f75653] {
  text-align: center;
}
.box-paading-20[data-v-32f75653] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-32f75653] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-32f75653],
.el-pagination .btn-next[data-v-32f75653] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-32f75653],
.el-pagination .btn-next .el-icon[data-v-32f75653] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-32f75653] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-32f75653]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-32f75653] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-32f75653] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-32f75653] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-32f75653] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-32f75653] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-32f75653] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-32f75653] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-32f75653]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-32f75653]::after {
  background-color: transparent!important;
}
.spread[data-v-32f75653],
.leftSpread[data-v-32f75653],
.betweenSpread[data-v-32f75653],
.el-select-dropdown__item[data-v-32f75653],
.sureBoxConfirm .el-message-box__btns[data-v-32f75653],
.filter_form[data-v-32f75653],
.colorNotice[data-v-32f75653] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-32f75653] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-32f75653],
.colorNotice[data-v-32f75653] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-32f75653] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-32f75653] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-32f75653]:disabled {
  background: transparent;
}
input[data-v-32f75653]::-webkit-outer-spin-button,
input[data-v-32f75653]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-32f75653] {
  -moz-appearance: textfield;
}
.eye[data-v-32f75653] {
  cursor: pointer;
}
.el-table thead[data-v-32f75653],
.el-table tr th[data-v-32f75653] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-32f75653] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-32f75653],
.el-table td[data-v-32f75653] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-32f75653] {
  text-align: center!important;
}
.el-table td[data-v-32f75653],
.el-table th.is-leaf[data-v-32f75653] {
  border: none!important;
}
.el-table--border[data-v-32f75653]::after,
.el-table--group[data-v-32f75653]::after,
.el-table[data-v-32f75653]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-32f75653] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-32f75653] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-32f75653] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-32f75653] {
  font-size: 12px;
}
.el-table .cell[data-v-32f75653] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-32f75653] {
  display: table-cell !important;
}
.el-tabs__item[data-v-32f75653] {
  color: #434448 !important;
}
.el-tabs__item[data-v-32f75653]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-32f75653] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-32f75653] {
  display: none;
}
.el-select-dropdown__item[data-v-32f75653] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-32f75653] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-32f75653] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-32f75653],
.el-select-dropdown__item[data-v-32f75653]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-32f75653] {
  display: none!important;
}
.el-icon-document-copy[data-v-32f75653] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-32f75653] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-32f75653] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-32f75653] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-32f75653] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-32f75653] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-32f75653] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-32f75653]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-32f75653] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-32f75653] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-32f75653] {
  color: #0066ED;
}
.aFont[data-v-32f75653] {
  color: #002798;
}
.fontCenter[data-v-32f75653] {
  text-align: center;
}
.moveHand[data-v-32f75653] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-32f75653] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-32f75653] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-32f75653] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-32f75653] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-32f75653] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-32f75653]::after {
  margin-left: -17px !important;
}
.noData p[data-v-32f75653] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-32f75653] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-32f75653] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-32f75653] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-32f75653] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-32f75653] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-32f75653]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-32f75653] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-32f75653] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-32f75653] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-32f75653] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-32f75653] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-32f75653] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-32f75653] {
    width: 40%!important;
}
}
.submit_btn[data-v-32f75653] {
  text-align: center;
  line-height: 48px;
  display: inline-block;
  width: 120px!important;
  height: 48px;
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  border-radius: 8px 8px 8px 8px;
}
.btn_box[data-v-32f75653] {
  width: 100%;
  height: 120px;
  background-color: var(--bg-color2);
}
.record[data-v-32f75653] {
  font-size: 32px;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.alignment .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.alignment .el-form-item__content > img {
  padding-right: 8px;
}
.alignment .selectList {
  width: 100%;
}
.alignment .el-select-dropdown__item.selected {
  background-color: #381fc4;
  color: #fff;
}

ul[data-v-abb0bcfe] {
  margin: 0;
  padding: 0;
}
li[data-v-abb0bcfe] {
  list-style-type: none;
}
a[data-v-abb0bcfe] {
  text-decoration: none;
  color: #757575;
}
a[data-v-abb0bcfe]:focus {
  border: none;
}
.container[data-v-abb0bcfe] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-abb0bcfe] {
  background: transparent!important;
}
.el-dialog[data-v-abb0bcfe] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-abb0bcfe],
.el-dialog .el-dialog__close[data-v-abb0bcfe] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-abb0bcfe]:hover {
  color: #0066ED;
}
.all_container[data-v-abb0bcfe] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-abb0bcfe] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-abb0bcfe]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-abb0bcfe]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-abb0bcfe]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-abb0bcfe] {
  font-weight: initial;
}
.formPage > p[data-v-abb0bcfe] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-abb0bcfe] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-abb0bcfe] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-abb0bcfe],
.el-menu.el-menu--horizontal .el-menu-item[data-v-abb0bcfe]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-abb0bcfe]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-abb0bcfe] {
  border-bottom: none!important;
}
.txtCenter[data-v-abb0bcfe],
.el-select-dropdown__item span[data-v-abb0bcfe],
.noData[data-v-abb0bcfe],
.sureBoxConfirm .el-message-box__title[data-v-abb0bcfe] {
  text-align: center;
}
.box-paading-20[data-v-abb0bcfe] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-abb0bcfe] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-abb0bcfe],
.el-pagination .btn-next[data-v-abb0bcfe] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-abb0bcfe],
.el-pagination .btn-next .el-icon[data-v-abb0bcfe] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-abb0bcfe] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-abb0bcfe]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-abb0bcfe] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-abb0bcfe] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-abb0bcfe] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-abb0bcfe] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-abb0bcfe] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-abb0bcfe] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-abb0bcfe] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-abb0bcfe]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-abb0bcfe]::after {
  background-color: transparent!important;
}
.spread[data-v-abb0bcfe],
.leftSpread[data-v-abb0bcfe],
.betweenSpread[data-v-abb0bcfe],
.el-select-dropdown__item[data-v-abb0bcfe],
.sureBoxConfirm .el-message-box__btns[data-v-abb0bcfe],
.filter_form[data-v-abb0bcfe],
.colorNotice[data-v-abb0bcfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-abb0bcfe] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-abb0bcfe],
.colorNotice[data-v-abb0bcfe] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-abb0bcfe] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-abb0bcfe] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-abb0bcfe]:disabled {
  background: transparent;
}
input[data-v-abb0bcfe]::-webkit-outer-spin-button,
input[data-v-abb0bcfe]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-abb0bcfe] {
  -moz-appearance: textfield;
}
.eye[data-v-abb0bcfe] {
  cursor: pointer;
}
.el-table thead[data-v-abb0bcfe],
.el-table tr th[data-v-abb0bcfe] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-abb0bcfe] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-abb0bcfe],
.el-table td[data-v-abb0bcfe] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-abb0bcfe] {
  text-align: center!important;
}
.el-table td[data-v-abb0bcfe],
.el-table th.is-leaf[data-v-abb0bcfe] {
  border: none!important;
}
.el-table--border[data-v-abb0bcfe]::after,
.el-table--group[data-v-abb0bcfe]::after,
.el-table[data-v-abb0bcfe]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-abb0bcfe] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-abb0bcfe] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-abb0bcfe] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-abb0bcfe] {
  font-size: 12px;
}
.el-table .cell[data-v-abb0bcfe] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-abb0bcfe] {
  display: table-cell !important;
}
.el-tabs__item[data-v-abb0bcfe] {
  color: #434448 !important;
}
.el-tabs__item[data-v-abb0bcfe]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-abb0bcfe] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-abb0bcfe] {
  display: none;
}
.el-select-dropdown__item[data-v-abb0bcfe] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-abb0bcfe] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-abb0bcfe] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-abb0bcfe],
.el-select-dropdown__item[data-v-abb0bcfe]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-abb0bcfe] {
  display: none!important;
}
.el-icon-document-copy[data-v-abb0bcfe] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-abb0bcfe] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-abb0bcfe] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-abb0bcfe] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-abb0bcfe] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-abb0bcfe] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-abb0bcfe] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-abb0bcfe]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-abb0bcfe] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-abb0bcfe] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-abb0bcfe] {
  color: #0066ED;
}
.aFont[data-v-abb0bcfe] {
  color: #002798;
}
.fontCenter[data-v-abb0bcfe] {
  text-align: center;
}
.moveHand[data-v-abb0bcfe] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-abb0bcfe] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-abb0bcfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-abb0bcfe] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-abb0bcfe] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-abb0bcfe] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-abb0bcfe]::after {
  margin-left: -17px !important;
}
.noData p[data-v-abb0bcfe] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-abb0bcfe] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-abb0bcfe] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-abb0bcfe] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-abb0bcfe] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-abb0bcfe] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-abb0bcfe]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-abb0bcfe] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-abb0bcfe] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-abb0bcfe] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-abb0bcfe] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-abb0bcfe] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-abb0bcfe] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-abb0bcfe] {
    width: 40%!important;
}
}
.recharge_div[data-v-abb0bcfe] {
  padding-top: 64px;
  background: var(--bg-color2);
}
.recharge_div .chain_box[data-v-abb0bcfe] {
  margin-bottom: 22px;
}
.recharge_div .chain_box .chain_title[data-v-abb0bcfe] {
  margin-bottom: 10px;
}
.recharge_div .chain_box .el-tabs__item.is-active[data-v-abb0bcfe] {
  background-color: #0066ED;
  color: #ffffff !important;
  border: 1px solid #0066ED;
}
.recharge_div .copyClass[data-v-abb0bcfe] {
  color: #87D8EA;
}
.recharge_div .delClass[data-v-abb0bcfe] {
  color: #EC5E45;
}
.recharge_div .opeare span[data-v-abb0bcfe] {
  margin-right: 12px;
  cursor: pointer;
}
.recharge_div .alignment .el-form-item__content[data-v-abb0bcfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recharge_div .alignment .el-form-item__content > img[data-v-abb0bcfe] {
  padding-right: 8px;
}
.recharge_div .eye[data-v-abb0bcfe] {
  cursor: pointer;
}
.recharge_div .el-button[data-v-abb0bcfe] {
  width: 100%;
  margin: 20px 0;
}
.recharge_div p[data-v-abb0bcfe] {
  margin: 0;
  color: #8E8E8E;
}
.recharge_div .tipBox[data-v-abb0bcfe] {
  border: 1px dashed #3B3B3B;
  border-radius: 4px;
  padding: 20px;
}
.recharge_div .tipBox > p[data-v-abb0bcfe] {
  color: #CD3D58;
  margin: 0 0 10px 0;
}
.recharge_div .tipBox li[data-v-abb0bcfe] {
  color: #8E8E8E;
  line-height: 30px;
}
.recharge_div .el-input__suffix-inner[data-v-abb0bcfe] {
  cursor: pointer;
}
.recharge_div .el-input__suffix-inner i[data-v-abb0bcfe] {
  font-style: initial;
}
.email-tip[data-v-abb0bcfe] {
  text-align: right;
  line-height: 16px;
  font-size: 13px;
  color: #8E8E8E;
}

ul[data-v-abb0bcfe] {
  margin: 0;
  padding: 0;
}
li[data-v-abb0bcfe] {
  list-style-type: none;
}
a[data-v-abb0bcfe] {
  text-decoration: none;
  color: #757575;
}
a[data-v-abb0bcfe]:focus {
  border: none;
}
.container[data-v-abb0bcfe] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-abb0bcfe] {
  background: transparent!important;
}
.el-dialog[data-v-abb0bcfe] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-abb0bcfe],
.el-dialog .el-dialog__close[data-v-abb0bcfe] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-abb0bcfe]:hover {
  color: #0066ED;
}
.all_container[data-v-abb0bcfe] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-abb0bcfe] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-abb0bcfe]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-abb0bcfe]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-abb0bcfe]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-abb0bcfe] {
  font-weight: initial;
}
.formPage > p[data-v-abb0bcfe] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-abb0bcfe] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-abb0bcfe] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-abb0bcfe],
.el-menu.el-menu--horizontal .el-menu-item[data-v-abb0bcfe]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-abb0bcfe]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-abb0bcfe] {
  border-bottom: none!important;
}
.txtCenter[data-v-abb0bcfe],
.el-select-dropdown__item span[data-v-abb0bcfe],
.noData[data-v-abb0bcfe],
.sureBoxConfirm .el-message-box__title[data-v-abb0bcfe] {
  text-align: center;
}
.box-paading-20[data-v-abb0bcfe] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-abb0bcfe] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-abb0bcfe],
.el-pagination .btn-next[data-v-abb0bcfe] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-abb0bcfe],
.el-pagination .btn-next .el-icon[data-v-abb0bcfe] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-abb0bcfe] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-abb0bcfe]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-abb0bcfe] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-abb0bcfe] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-abb0bcfe] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-abb0bcfe] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-abb0bcfe] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-abb0bcfe] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-abb0bcfe] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-abb0bcfe]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-abb0bcfe]::after {
  background-color: transparent!important;
}
.spread[data-v-abb0bcfe],
.leftSpread[data-v-abb0bcfe],
.betweenSpread[data-v-abb0bcfe],
.el-select-dropdown__item[data-v-abb0bcfe],
.sureBoxConfirm .el-message-box__btns[data-v-abb0bcfe],
.filter_form[data-v-abb0bcfe],
.colorNotice[data-v-abb0bcfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-abb0bcfe] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-abb0bcfe],
.colorNotice[data-v-abb0bcfe] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-abb0bcfe] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-abb0bcfe] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-abb0bcfe]:disabled {
  background: transparent;
}
input[data-v-abb0bcfe]::-webkit-outer-spin-button,
input[data-v-abb0bcfe]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-abb0bcfe] {
  -moz-appearance: textfield;
}
.eye[data-v-abb0bcfe] {
  cursor: pointer;
}
.el-table thead[data-v-abb0bcfe],
.el-table tr th[data-v-abb0bcfe] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-abb0bcfe] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-abb0bcfe],
.el-table td[data-v-abb0bcfe] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-abb0bcfe] {
  text-align: center!important;
}
.el-table td[data-v-abb0bcfe],
.el-table th.is-leaf[data-v-abb0bcfe] {
  border: none!important;
}
.el-table--border[data-v-abb0bcfe]::after,
.el-table--group[data-v-abb0bcfe]::after,
.el-table[data-v-abb0bcfe]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-abb0bcfe] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-abb0bcfe] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-abb0bcfe] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-abb0bcfe] {
  font-size: 12px;
}
.el-table .cell[data-v-abb0bcfe] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-abb0bcfe] {
  display: table-cell !important;
}
.el-tabs__item[data-v-abb0bcfe] {
  color: #434448 !important;
}
.el-tabs__item[data-v-abb0bcfe]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-abb0bcfe] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-abb0bcfe] {
  display: none;
}
.el-select-dropdown__item[data-v-abb0bcfe] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-abb0bcfe] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-abb0bcfe] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-abb0bcfe],
.el-select-dropdown__item[data-v-abb0bcfe]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-abb0bcfe] {
  display: none!important;
}
.el-icon-document-copy[data-v-abb0bcfe] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-abb0bcfe] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-abb0bcfe] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-abb0bcfe] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-abb0bcfe] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-abb0bcfe] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-abb0bcfe] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-abb0bcfe]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-abb0bcfe] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-abb0bcfe] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-abb0bcfe] {
  color: #0066ED;
}
.aFont[data-v-abb0bcfe] {
  color: #002798;
}
.fontCenter[data-v-abb0bcfe] {
  text-align: center;
}
.moveHand[data-v-abb0bcfe] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-abb0bcfe] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-abb0bcfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-abb0bcfe] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-abb0bcfe] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-abb0bcfe] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-abb0bcfe]::after {
  margin-left: -17px !important;
}
.noData p[data-v-abb0bcfe] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-abb0bcfe] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-abb0bcfe] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-abb0bcfe] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-abb0bcfe] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-abb0bcfe] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-abb0bcfe]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-abb0bcfe] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-abb0bcfe] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-abb0bcfe] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-abb0bcfe] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-abb0bcfe] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-abb0bcfe] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-abb0bcfe] {
    width: 40%!important;
}
}
.info_tip[data-v-abb0bcfe] {
  background: rgba(255, 178, 90, 0.13);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFB25A;
  line-height: 40px;
  font-size: 14px;
  color: #FFB25A;
  padding-left: 12px;
}
.main_wrap[data-v-abb0bcfe] {
  background: var(--bg-color);
}
.title[data-v-abb0bcfe] {
  margin-bottom: 20px;
}
.themeFont[data-v-abb0bcfe] {
  color: #468AED !important;
}
.submitBtn[data-v-abb0bcfe] {
  display: inline-block;
  width: 100%;
  height: 48px;
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  border-radius: 8px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
::deep .el-row[data-v-abb0bcfe] {
  border-radius: 24px;
}
::deep .el-input__suffix[data-v-abb0bcfe] {
  right: 20px!important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.recharge_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 4px;
}
.recharge_div .el-form-item .el-form-item__label {
  text-align: left;
  color: var(--text-color);
}
.recharge_div .el-form-item .el-form-item__content .el-select {
  width: 100%;
}
.recharge_div .el-form-item .el-input-group__append {
  border: none !important;
  background-color: transparent !important;
  color: #87D8EA !important;
  cursor: pointer;
}
.recharge_div .el-form-item .el-input__inner {
  background-color: transparent;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.Turn_div {
  /*划转*/
}
.Turn_div .el-select {
  width: 100%;
}
.Turn_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.Turn_div .el-form-item .el-form-item__label {
  text-align: left;
}
.Turn_div .el-form-item .el-input-group__append {
  border: none !important;
  background-color: transparent !important;
}
.Turn_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.Turn_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.Turn_div .transfer_box {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.Turn_div .transfer_box .exchangContent {
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
}
.Turn_div .transfer_box .exchangContent .el-form-item {
  padding: 1.5px;
}
.Turn_div .transfer_box .exchangContent .el-form-item .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Turn_div .transfer_box .exchangContent .el-form-item .el-form-item__content p {
  margin: 0;
  padding: 0 10px;
}
.Turn_div .transfer_box .exchangContent .el-select {
  width: 100%;
}
.Turn_div .transfer_box .exchangBtn {
  position: absolute;
  top: 0;
  right: -20px;
  padding: 22px;
  z-index: 99;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
}
.Turn_div .allAssets {
  cursor: pointer;
  color: #0066ED;
  padding-right: 10px;
  margin-right: 6px;
  border-right: 1px solid #101010;
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.trasfer_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.trasfer_div .el-form-item .el-form-item__label {
  text-align: left;
}
.trasfer_div .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.trasfer_div .el-form-item .el-input-group__append {
  border: none!important;
  background-color: transparent!important;
  color: #87D8EA !important;
}
.trasfer_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.trasfer_div p {
  margin: 0;
  color: #8E8E8E;
}
.trasfer_div .el-button {
  width: 100%;
  margin: 20px 0;
}



@font-face {
    font-family: hb_icon;
    src: url(https://file.hbfile.net/erebor/zh-cn/static/fonts/hb_icon_4935cc1bb2121d70f6ab1a67f9e09a0d.6376b5c.eot);
    src: url(https://file.hbfile.net/erebor/zh-cn/static/fonts/hb_icon_4935cc1bb2121d70f6ab1a67f9e09a0d.6376b5c.eot?#iefix) format("embedded-opentype"),url(https://file.hbfile.net/erebor/zh-cn/static/fonts/hb_icon_4935cc1bb2121d70f6ab1a67f9e09a0d.0f97e05.woff2) format("woff2"),url(https://file.hbfile.net/erebor/zh-cn/static/fonts/hb_icon_4935cc1bb2121d70f6ab1a67f9e09a0d.7bf72ca.woff) format("woff"),url(https://file.hbfile.net/erebor/zh-cn/static/fonts/hb_icon_4935cc1bb2121d70f6ab1a67f9e09a0d.7b1656a.ttf) format("truetype"),url(https://file.hbfile.net/erebor/zh-cn/static/img/hb_icon_4935cc1bb2121d70f6ab1a67f9e09a0d.102fa45.svg#hb_icon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:hb_icon;
        src: url(https://file.hbfile.net/erebor/zh-cn/static/img/hb_icon_4935cc1bb2121d70f6ab1a67f9e09a0d.102fa45.svg#hb_icon) format("svg")
    }
}

[data-icon]:before {
    content: attr(data-icon)
}

.hb_icon_add:before,.hb_icon_android:before,.hb_icon_angle:before,.hb_icon_api:before,.hb_icon_apple:before,.hb_icon_arrow:before,.hb_icon_arrow_down:before,.hb_icon_ash_can:before,.hb_icon_auth:before,.hb_icon_balance:before,.hb_icon_caret_down:before,.hb_icon_clear:before,.hb_icon_close:before,.hb_icon_close_bold:before,.hb_icon_coinmarketcap:before,.hb_icon_copy:before,.hb_icon_day:before,.hb_icon_deposit:before,.hb_icon_double_arrow:before,.hb_icon_download:before,.hb_icon_edit:before,.hb_icon_etf:before,.hb_icon_facebook:before,.hb_icon_fee:before,.hb_icon_go_back:before,.hb_icon_googleplay:before,.hb_icon_help:before,.hb_icon_ht:before,.hb_icon_ht_gain:before,.hb_icon_ht_worth:before,.hb_icon_huobi_im:before,.hb_icon_info:before,.hb_icon_info_normal:before,.hb_icon_instagram:before,.hb_icon_invisible:before,.hb_icon_invite:before,.hb_icon_lab_chain:before,.hb_icon_lab_global:before,.hb_icon_lab_model:before,.hb_icon_lab_money:before,.hb_icon_lab_pwd:before,.hb_icon_lab_sev:before,.hb_icon_lab_support:before,.hb_icon_locked_position:before,.hb_icon_logout:before,.hb_icon_margin:before,.hb_icon_marked:before,.hb_icon_marker:before,.hb_icon_medium:before,.hb_icon_night:before,.hb_icon_notice:before,.hb_icon_orders:before,.hb_icon_percent:before,.hb_icon_personal_setting:before,.hb_icon_point:before,.hb_icon_pwd_hide:before,.hb_icon_pwd_show:before,.hb_icon_qq:before,.hb_icon_qr:before,.hb_icon_question:before,.hb_icon_question_1:before,.hb_icon_rank:before,.hb_icon_refresh:before,.hb_icon_search:before,.hb_icon_security:before,.hb_icon_selected:before,.hb_icon_setting:before,.hb_icon_sort:before,.hb_icon_sort_asc:before,.hb_icon_sort_desc:before,.hb_icon_split_coin:before,.hb_icon_sub_account:before,.hb_icon_sub_account_header:before,.hb_icon_support:before,.hb_icon_switch:before,.hb_icon_talk:before,.hb_icon_telegram:before,.hb_icon_tip:before,.hb_icon_tips_info:before,.hb_icon_toast_failed:before,.hb_icon_toast_success:before,.hb_icon_top_star:before,.hb_icon_transfer:before,.hb_icon_twitter:before,.hb_icon_unmarked:before,.hb_icon_user:before,.hb_icon_user_info:before,.hb_icon_visible:before,.hb_icon_wechat:before,.hb_icon_weibo:before,.hb_icon_whats_ht:before,.hb_icon_windows_client:before,.hb_icon_youtube:before,[data-icon]:before {
    display: inline-block;
    font-family: hb_icon;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.hb_icon_add:before {
    content: "\F205"
}

.hb_icon_android:before {
    content: "\F206"
}

.hb_icon_angle:before {
    content: "\F25E"
}

.hb_icon_api:before {
    content: "\F207"
}

.hb_icon_apple:before {
    content: "\F208"
}

.hb_icon_arrow:before {
    content: "\F209"
}

.hb_icon_arrow_down:before {
    content: "\F20A"
}

.hb_icon_ash_can:before {
    content: "\F20B"
}

.hb_icon_auth:before {
    content: "\F20C"
}

.hb_icon_balance:before {
    content: "\F20D"
}

.hb_icon_caret_down:before {
    content: "\F20E"
}

.hb_icon_clear:before {
    content: "\F107"
}

.hb_icon_close:before {
    content: "\F20F"
}

.hb_icon_close_bold:before {
    content: "\F25B"
}

.hb_icon_coinmarketcap:before {
    content: "\F24D"
}

.hb_icon_copy:before {
    content: "\F254"
}

.hb_icon_day:before {
    content: "\F210"
}

.hb_icon_deposit:before {
    content: "\F211"
}

.hb_icon_double_arrow:before {
    content: "\F212"
}

.hb_icon_download:before {
    content: "\F213"
}

.hb_icon_edit:before {
    content: "\F214"
}

.hb_icon_etf:before {
    content: "\F215"
}

.hb_icon_facebook:before {
    content: "\F216"
}

.hb_icon_fee:before {
    content: "\F217"
}

.hb_icon_go_back:before {
    content: "\F255"
}

.hb_icon_googleplay:before {
    content: "\F218"
}

.hb_icon_help:before {
    content: "\F219"
}

.hb_icon_ht:before {
    content: "\F21A"
}

.hb_icon_ht_gain:before {
    content: "\F21B"
}

.hb_icon_ht_worth:before {
    content: "\F21C"
}

.hb_icon_huobi_im:before {
    content: "\F250"
}

.hb_icon_info:before {
    content: "\F111"
}

.hb_icon_info_normal:before {
    content: "\F259"
}

.hb_icon_instagram:before {
    content: "\F21D"
}

.hb_icon_invisible:before {
    content: "\F21E"
}

.hb_icon_invite:before {
    content: "\F21F"
}

.hb_icon_lab_chain:before {
    content: "\F220"
}

.hb_icon_lab_global:before {
    content: "\F221"
}

.hb_icon_lab_model:before {
    content: "\F222"
}

.hb_icon_lab_money:before {
    content: "\F223"
}

.hb_icon_lab_pwd:before {
    content: "\F224"
}

.hb_icon_lab_sev:before {
    content: "\F225"
}

.hb_icon_lab_support:before {
    content: "\F226"
}

.hb_icon_locked_position:before {
    content: "\F227"
}

.hb_icon_logout:before {
    content: "\F11C"
}

.hb_icon_margin:before {
    content: "\F16F"
}

.hb_icon_marked:before {
    content: "\F228"
}

.hb_icon_marker:before {
    content: "\F25C"
}

.hb_icon_medium:before {
    content: "\F229"
}

.hb_icon_night:before {
    content: "\F22A"
}

.hb_icon_notice:before {
    content: "\F22B"
}

.hb_icon_orders:before {
    content: "\F22C"
}

.hb_icon_percent:before {
    content: "\F22D"
}

.hb_icon_personal_setting:before {
    content: "\F22E"
}

.hb_icon_point:before {
    content: "\F22F"
}

.hb_icon_pwd_hide:before {
    content: "\F251"
}

.hb_icon_pwd_show:before {
    content: "\F252"
}

.hb_icon_qq:before {
    content: "\F230"
}

.hb_icon_qr:before {
    content: "\F231"
}

.hb_icon_question:before {
    content: "\F232"
}

.hb_icon_question_1:before {
    content: "\F24F"
}

.hb_icon_rank:before {
    content: "\F25D"
}

.hb_icon_refresh:before {
    content: "\F233"
}

.hb_icon_search:before {
    content: "\F128"
}

.hb_icon_security:before {
    content: "\F234"
}

.hb_icon_selected:before {
    content: "\F235"
}

.hb_icon_setting:before {
    content: "\F236"
}

.hb_icon_sort:before {
    content: "\F237"
}

.hb_icon_sort_asc:before {
    content: "\F238"
}

.hb_icon_sort_desc:before {
    content: "\F239"
}

.hb_icon_split_coin:before {
    content: "\F23A"
}

.hb_icon_sub_account:before {
    content: "\F23B"
}

.hb_icon_sub_account_header:before {
    content: "\F23C"
}

.hb_icon_support:before {
    content: "\F23D"
}

.hb_icon_switch:before {
    content: "\F23E"
}

.hb_icon_talk:before {
    content: "\F253"
}

.hb_icon_telegram:before {
    content: "\F23F"
}

.hb_icon_tip:before {
    content: "\F153"
}

.hb_icon_tips_info:before {
    content: "\F257"
}

.hb_icon_toast_failed:before {
    content: "\F240"
}

.hb_icon_toast_success:before {
    content: "\F241"
}

.hb_icon_top_star:before {
    content: "\F242"
}

.hb_icon_transfer:before {
    content: "\F243"
}

.hb_icon_twitter:before {
    content: "\F244"
}

.hb_icon_unmarked:before {
    content: "\F245"
}

.hb_icon_user:before {
    content: "\F246"
}

.hb_icon_user_info:before {
    content: "\F247"
}

.hb_icon_visible:before {
    content: "\F248"
}

.hb_icon_wechat:before {
    content: "\F249"
}

.hb_icon_weibo:before {
    content: "\F24E"
}

.hb_icon_whats_ht:before {
    content: "\F24A"
}

.hb_icon_windows_client:before {
    content: "\F24B"
}

.hb_icon_youtube:before {
    content: "\F24C"
}

a,button {
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: robotoregular;
    src: url(https://file.hbfile.net/erebor/zh-cn/static/fonts/roboto-regular-webfont.f47c793.woff2) format("woff2"),url(https://file.hbfile.net/erebor/zh-cn/static/fonts/roboto-regular-webfont.37a7b33.woff) format("woff"),url(https://file.hbfile.net/erebor/zh-cn/static/fonts/roboto-regular.03523cf.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display:swap}

body {
    font-size: 14px;
    line-height: 1
}

html.hb-night body {
    color: #a5bdea
}

html.hb-day body {
    color: #263241
}

html.hb-dark body {
    color: #a5bdea
}

html.en-us body {
    line-height: 1.25;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

html.zh-cn body {
    color: #e5ebf5;
    font-family: robotoregular,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica,Arial,monospace,serif
}

html.ko-kr body {
    font-family: robotoregular,Noto Sans KR,나눔고딕,Nanum Gothic,NanumGothic,Apple SD Gothic Neo,맑은고딕,Malgun Gothic,AppleGothic,돋움,Dotum,Helvetica Neue,Helvetica,Arial,monospace
}

.en-us button,.en-us input,.en-us textarea {
    font: 14px/1.25 robotoregular,PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,WenQuanYi Micro Hei,serif
}

@media screen and (max-width: 1200px) {
    .hide1200 {
        display:none
    }
}

@media screen and (max-width: 1440px) {
    .hide1440 {
        display:none
    }
}

@media screen and (max-width: 1400px) {
    .hide1400 {
        display:none
    }
}

@media screen and (max-width: 1200px) {
    .show1200 {
        display:block
    }
}

@media screen and (max-width: 1440px) {
    .show1440 {
        display:block
    }
}

@media screen and (max-width: 1400px) {
    .show1400 {
        display:block
    }
}

.loading {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48c3R5bGU+QGtleWZyYW1lcyBsb2FkezAle3RyYW5zZm9ybTpyb3RhdGUoMCl9dG97dHJhbnNmb3JtOnJvdGF0ZSgtMzYwZGVnKX19PC9zdHlsZT48ZyBzdHlsZT0iYW5pbWF0aW9uOmxvYWQgMXMgbGluZWFyIGluZmluaXRlO3RyYW5zZm9ybS1vcmlnaW46Y2VudGVyIGNlbnRlciI+PGxpbmVhckdyYWRpZW50IGlkPSJyaWdodCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNTAiIHkxPSIyMCIgeDI9IjE1MCIgeTI9IjE4MCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMzU3Y2UxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMzU3Y2UxIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBkPSJNMTAwIDB2MjBjNDQuMSAwIDgwIDM1LjkgODAgODBzLTM1LjkgODAtODAgODB2MjBjNTUuMiAwIDEwMC00NC44IDEwMC0xMDBTMTU1LjIgMCAxMDAgMHoiIGZpbGw9InVybCgjcmlnaHQpIi8+PGxpbmVhckdyYWRpZW50IGlkPSJsZWZ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwIiB5MT0iMCIgeDI9IjUwIiB5Mj0iMTgwIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMzNTdjZTEiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzM1N2NlMSIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZD0iTTIwIDEwMGMwLTQ0LjEgMzUuOS04MCA4MC04MFYwQzQ0LjggMCAwIDQ0LjggMCAxMDBzNDQuOCAxMDAgMTAwIDEwMHYtMjBjLTQ0LjEgMC04MC0zNS45LTgwLTgweiIgZmlsbD0idXJsKCNsZWZ0KSIvPjxjaXJjbGUgY3g9IjEwMCIgY3k9IjEwIiByPSIxMCIgZmlsbD0iIzM1N2NlMSIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 50%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0)
}

.list-none,.search-none {
    background: url(https://file.hbfile.net/erebor/zh-cn/static/img/icon-no-openorder.396e657.svg) no-repeat 50%
}

.color-buy,.color-gte,.color-rise,.color-up {
    color: #12b886
}

.color-down,.color-fall,.color-lte,.color-sell {
    color: #fa5252
}

.bg-buy,.bg-rise,.bg-up {
    background-color: #12b886
}

.bg-down,.bg-fall,.bg-sell {
    background-color: #fa5252
}

html .el-tooltip__popper.hbg-tooltip {
    padding: 12px 16px;
    max-width: 280px
}

html .el-tooltip__popper[x-placement^=bottom],html .el-tooltip__popper[x-placement^=left-start],html .el-tooltip__popper[x-placement^=right-start],html .el-tooltip__popper[x-placement^=top] {
    border-radius: 4px;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-filter: drop-shadow(0 2px 8px rgba(28,36,44,.1));
            filter: drop-shadow(0 2px 8px rgba(28,36,44,.1))
}

html .el-tooltip__popper[x-placement^=bottom].is-light,html .el-tooltip__popper[x-placement^=left-start].is-light,html .el-tooltip__popper[x-placement^=right-start].is-light,html .el-tooltip__popper[x-placement^=top].is-light {
    color: #596a7a;
    border: 1px solid #e6ecf2
}

html .el-tooltip__popper[x-placement^=top] {
    -webkit-transform: translateY(6px);
            transform: translateY(6px)
}

html .el-tooltip__popper[x-placement^=top].is-light .popper__arrow {
    border-top-color: #e6ecf2
}

html .el-tooltip__popper[x-placement^=bottom] {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
}

html .el-tooltip__popper[x-placement^=bottom].is-light .popper__arrow {
    border-bottom-color: #e6ecf2
}

html .el-tooltip__popper[x-placement^=right-start] {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px)
}

html .el-tooltip__popper[x-placement^=right-start].is-light .popper__arrow {
    border-right-color: #e6ecf2
}

html .el-tooltip__popper[x-placement^=left-start] {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px)
}

html .el-tooltip__popper[x-placement^=left-start].is-light .popper__arrow {
    border-left-color: #e6ecf2
}

html {


    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scrollbar-arrow-color:#7f8fa4;scrollbar-face-color:transparent;scrollbar-3dlight-color: transparent;
    scrollbar-highlight-color:rgba(127,143,164,.4);scrollbar-shadow-color:rgba(0,0,0,.15);scrollbar-darkshadow-color: transparent;
    scrollbar-track-color:transparent;scrollbar-base-color:rgba(207,211,233,.2);scrollbar-highlight-color:#2e3753}

html ::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

html ::-webkit-scrollbar-track {
    background-color: transparent
}

html ::-webkit-scrollbar-thumb {
    width: 5px;
    height: 5px;
    border-radius: 4px;
    background-color: rgba(127,143,164,.4)
}

html.mobile {
    min-width: auto
}

.mock-a,a {
    color: #2483ff;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mock-a:hover,a:hover {
    color: #57a0ff
}

.gohbus-dialog .dialog-submit[data-v-08200ddc]:after {
    display: block;
    clear: both;
    content: ""
}

.upper[data-v-08200ddc],.uppercase[data-v-08200ddc] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-08200ddc] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-08200ddc] {
    float: left
}

.float-right[data-v-08200ddc] {
    float: right
}

.align-center[data-v-08200ddc] {
    text-align: center
}

.align-right[data-v-08200ddc] {
    text-align: right
}

.font-bold[data-v-08200ddc] {
    font-weight: 700
}

.font-lighter[data-v-08200ddc] {
    font-weight: lighter
}

.gohbus-dialog[data-v-08200ddc] {
    padding: 24px;
    color: #263241;
    background-color: #fff;
    border-radius: 2px
}

.gohbus-dialog .dialog-title[data-v-08200ddc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.gohbus-dialog .dialog-title i[data-v-08200ddc] {
    float: right;
    font-size: 14px;
    color: #7f8fa4;
    cursor: pointer
}

.gohbus-dialog .dialog-title i[data-v-08200ddc]:hover {
    color: #232a4a
}

.gohbus-dialog .fee-content[data-v-08200ddc] {
    background-color: transparent;
    padding: 30px 0;
    position: relative
}

.gohbus-dialog .fee-content p[data-v-08200ddc] {
    color: #596a7a;
    line-height: normal
}

.gohbus-dialog .dialog-submit[data-v-08200ddc] {
    font-size: 14px;
    text-align: right
}

.gohbus-dialog .dialog-submit .cancel[data-v-08200ddc] {
    color: #2483ff;
    background-color: transparent;
    margin-left: 20px
}

.gohbus-dialog.isglobal .fee-content>span.show[data-v-08200ddc],.gohbus-dialog.isglobal .fee-content>span[data-v-08200ddc]:hover {
    border-color: #dfe2e7!important
}

.upper[data-v-9ad7aafe],.uppercase[data-v-9ad7aafe] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-9ad7aafe] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-9ad7aafe] {
    float: left
}

.float-right[data-v-9ad7aafe] {
    float: right
}

.align-center[data-v-9ad7aafe] {
    text-align: center
}

.align-right[data-v-9ad7aafe] {
    text-align: right
}

.font-bold[data-v-9ad7aafe] {
    font-weight: 700
}

.font-lighter[data-v-9ad7aafe] {
    font-weight: lighter
}

.dialog-title[data-v-9ad7aafe] {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.dialog-title h3[data-v-9ad7aafe] {
    font-size: 20px;
    line-height: 24px;
    color: #1c242c
}

.dialog-title i[data-v-9ad7aafe] {
    width: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0xMS45ODggMTAuNTk4TDYuNjk1IDUuMzA1QTEgMSAwIDAwNS4yOCA2LjcybDUuMjkzIDUuMjkzLTUuMjkzIDUuMjkzYTEgMSAwIDAwMS40MTQgMS40MTRsNS4yOTMtNS4yOTMgNS4yOTMgNS4yOTNhMSAxIDAgMDAxLjQxNC0xLjQxNGwtNS4yOTMtNS4yOTMgNS4yOTMtNS4yOTNhMSAxIDAgMTAtMS40MTQtMS40MTRsLTUuMjkzIDUuMjkzeiIgaWQ9ImEiLz48L2RlZnM+PHVzZSBmaWxsPSIjOUFBNUI1IiB4bGluazpocmVmPSIjYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUgLTUpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) 50% no-repeat;
    background-size: auto;
    cursor: pointer
}

.dialog-title i[data-v-9ad7aafe]:hover {
    opacity: .7
}

.dialogs-content[data-v-9ad7aafe] {
    padding: 0 24px;
    font-size: 14px;
    line-height: 22px;
    color: #596a7a
}

.dialogs-content[data-v-9ad7aafe] em {
    color: #1c242c
}

.agree-box[data-v-9ad7aafe] {
    margin: 16px 0 8px;
    padding: 0 24px;
    font-size: 12px;
    line-height: 12px;
    color: #596a7a
}

.agree-box input[type=checkbox][data-v-9ad7aafe] {
    position: relative;
    width: 14px;
    height: 13px;
    margin: 0 8px 0 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none
}

.agree-box input[type=checkbox][data-v-9ad7aafe]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #c5cfd5;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none
}

.agree-box input[type=checkbox][data-v-9ad7aafe]:checked:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMWEzIDMgMCAwMC0zIDN2MjRhMyAzIDAgMDAzIDNoMjRhMyAzIDAgMDAzLTNWNGEzIDMgMCAwMC0zLTNINHptOS40NCAxNi44MThsMi4zNTQtMi40MjQgNS42ODctNS44NTZhMi43MTQgMi43MTQgMCAxMTMuODk1IDMuNzgxbC05Ljk4OCAxMC4yODZhMi43MTQgMi43MTQgMCAwMS0zLjg5NCAwbC00Ljg3LTUuMDE1YTIuNzE0IDIuNzE0IDAgMTEzLjg5NS0zLjc4MWwyLjkyMiAzLjAwOXoiIGZpbGw9IiMzNTdDRTEiIHN0cm9rZT0iIzM1N0NFMSIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat;
    background-size: 14px;
    content: ""
}

.dialogs-btn[data-v-9ad7aafe] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 16px 24px
}

.dialogs-btn button[data-v-9ad7aafe] {
    font-size: 14px;
    line-height: 40px;
    padding: 0 12px;
    color: #fff;
    background-color: #2483ff;
    border-radius: 2px;
    border: 0;
    cursor: pointer
}

.dialogs-btn button[data-v-9ad7aafe]:hover {
    opacity: .7
}

.UC_IS_LOGIN .fedui-header-userinfo {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.UC_IS_LOGIN .fedui-header-nologin {
    display: none
}

.upper[data-v-02a7e5ba],.uppercase[data-v-02a7e5ba] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-02a7e5ba] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-02a7e5ba] {
    float: left
}

.float-right[data-v-02a7e5ba] {
    float: right
}

.align-center[data-v-02a7e5ba] {
    text-align: center
}

.align-right[data-v-02a7e5ba] {
    text-align: right
}

.font-bold[data-v-02a7e5ba] {
    font-weight: 700
}

.font-lighter[data-v-02a7e5ba] {
    font-weight: lighter
}

.main[data-v-02a7e5ba] {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}

.main[data-v-02a7e5ba],.page[data-v-02a7e5ba] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-02a7e5ba] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.upper[data-v-37a3f000],.uppercase[data-v-37a3f000] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-37a3f000] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-37a3f000] {
    float: left
}

.float-right[data-v-37a3f000] {
    float: right
}

.align-center[data-v-37a3f000] {
    text-align: center
}

.align-right[data-v-37a3f000] {
    text-align: right
}

.font-bold[data-v-37a3f000] {
    font-weight: 700
}

.font-lighter[data-v-37a3f000] {
    font-weight: lighter
}

.main[data-v-37a3f000] {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #1c242c
}

.main[data-v-37a3f000],.page[data-v-37a3f000] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-37a3f000] {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto
}

.header_overlay[data-v-37a3f000] {
    margin-bottom: -48px
}

.header_overlay[data-v-37a3f000] .fedui-header {
    background: rgba(0,0,0,.3);
    border-bottom-color: transparent
}

[data-v-37a3f000] button {
    font-family: inherit
}

.upper[data-v-69786175],.uppercase[data-v-69786175] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-69786175] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-69786175] {
    float: left
}

.float-right[data-v-69786175] {
    float: right
}

.align-center[data-v-69786175] {
    text-align: center
}

.align-right[data-v-69786175] {
    text-align: right
}

.font-bold[data-v-69786175] {
    font-weight: 700
}

.font-lighter[data-v-69786175] {
    font-weight: lighter
}

.ad[data-v-69786175] {
    width: 100%;
    min-width: 200px;
    background: #f8fafd;
    padding: 13px 48px 12px 16px
}

.ad .title[data-v-69786175] {
    color: #495666
}

.ad .link[data-v-69786175],.ad .title[data-v-69786175] {
    font-size: 12px;
    line-height: 18px
}

.ad .link[data-v-69786175] {
    color: #2483ff;
    margin-top: 4px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.ad .close[data-v-69786175] {
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #9aa5b5;
    cursor: pointer;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ad .close[data-v-69786175]:hover {
    opacity: .7
}

.upper[data-v-2baeab78],.uppercase[data-v-2baeab78] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-2baeab78] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-2baeab78] {
    float: left
}

.float-right[data-v-2baeab78] {
    float: right
}

.align-center[data-v-2baeab78] {
    text-align: center
}

.align-right[data-v-2baeab78] {
    text-align: right
}

.font-bold[data-v-2baeab78] {
    font-weight: 700
}

.font-lighter[data-v-2baeab78] {
    font-weight: lighter
}

.account-list[data-v-2baeab78] {
    width: 100%
}

.account-list dl[data-v-2baeab78] {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.account-list dl dt[data-v-2baeab78] {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: no-repeat 50%
}

.account-list dl dd[data-v-2baeab78] {
    color: #495666
}

.account-list dl[data-v-2baeab78]:hover {
    background: #f8fafd
}

.account-list dl dt.overview[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iNSIgeT0iNiIgd2lkdGg9IjE0IiBoZWlnaHQ9IjEyIiByeD0iMiIgc3Ryb2tlPSIjQ0NEMkRBIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTcgMTJhMS41IDEuNSAwIDExLTMgMCAxLjUgMS41IDAgMDEzIDB6IiBmaWxsPSIjQ0NEMkRBIi8+PC9zdmc+)
}

.account-list dl dt.spot[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOSIgY3k9IjEyIiByPSI1IiBzdHJva2U9IiNDQ0QyREEiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik0xNiAxNi42ODNjMCAuNjQ2LjU4NiAxLjE0MSAxLjE4Ny45MDZhNi4wMDIgNi4wMDIgMCAwMDAtMTEuMTc4Yy0uNi0uMjM1LTEuMTg3LjI2LTEuMTg3LjkwNiAwIC40NzYuMzMuODguNzU4IDEuMDlhNCA0IDAgMDEwIDcuMTg3Yy0uNDI4LjIxLS43NTguNjEzLS43NTggMS4wOXoiIGZpbGw9IiNDQ0QyREEiLz48L3N2Zz4=)
}

.account-list dl dt.margin[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjQ2OSAxMS44MjRhMiAyIDAgMDEzLjA2MyAwbDQuMDE3IDQuNzgzYTEgMSAwIDAxLS43NjYgMS42NDNINy4yMThhMSAxIDAgMDEtLjc2Ni0xLjY0M2w0LjAxNy00Ljc4M3oiIHN0cm9rZT0iI0NDRDJEQSIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggc3Ryb2tlPSIjQ0NEMkRBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTE5LjMwNCA1LjIzMUwzLjIzMSA5LjY5NiIvPjwvc3ZnPg==)
}

.account-list dl dt.otc[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iNCIgeT0iNyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjExIiByeD0iMiIgc3Ryb2tlPSIjQ0NEMkRBIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTQuNSAxMi41YTIuNSAyLjUgMCAxMS01IDAgMi41IDIuNSAwIDAxNSAweiIgZmlsbD0iI0NDRDJEQSIvPjwvc3ZnPg==)
}

.account-list dl dt.contract[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMTgiIHk9IjUiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMiIgcng9IjIiIHRyYW5zZm9ybT0icm90YXRlKDkwIDE4IDUpIiBzdHJva2U9IiNDQ0QyREEiIHN0cm9rZS13aWR0aD0iMiIvPjxyZWN0IHg9IjkiIHk9IjgiIHdpZHRoPSI2IiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjQ0NEMkRBIi8+PHJlY3QgeD0iOSIgeT0iMTIiIHdpZHRoPSIzIiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjQ0NEMkRBIi8+PC9zdmc+)
}

.account-list dl dt.minepool[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNDQ1IDE4LjVoMTMuOTg5YTEgMSAwIDAwLjkwNy0xLjQyTDE1LjYgNi44NmExIDEgMCAwMC0xLjc5OC0uMDM0TDExLjE1OCAxMiA4LjY2IDkuOTA2YTEgMSAwIDAwLTEuNTc4LjQxNEw0LjUxIDE3LjE0OGExIDEgMCAwMC45MzUgMS4zNTJ6IiBzdHJva2U9IiNDQ0QyREEiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGQ9Ik05LjM3IDEwLjVsMy41NzggMyIgc3Ryb2tlPSIjQ0NEMkRBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==)
}

.account-list dl dt.crypto-loans[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDE1Ljc2NGgtMSAxek03IDE3VjdINXYxMGgyek04IDZoNy41ODhWNEg4djJ6bTctLjU4OXYxMC4zNTNoMlY1LjQxaC0yek04IDIwaDZ2LTJIOHYyem03LTQuMjM2YzAgMS43NS45ODggMy4zNDggMi41NTMgNC4xM2wuODk0LTEuNzg4QTIuNjE4IDIuNjE4IDAgMDExNyAxNS43NjRoLTJ6TTcgN2ExIDEgMCAwMTEtMVY0YTMgMyAwIDAwLTMgM2gyek01IDE3YTMgMyAwIDAwMyAzdi0yYTEgMSAwIDAxLTEtMUg1ek0xNS41ODggNkEuNTg5LjU4OSAwIDAxMTUgNS40MTFoMkMxNyA0LjYzMSAxNi4zNjggNCAxNS41ODggNHYyeiIgZmlsbD0iI0NDRDJEQSIvPjxwYXRoIGQ9Ik0yMCA5djdhMyAzIDAgMDEtMyAzaC03IiBzdHJva2U9IiNDQ0QyREEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+)
}

.account-list dl dt.grid-trading[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4IDcuNVY3YTIgMiAwIDAwLTItMkg4YTIgMiAwIDAwLTIgMnYxMGEyIDIgMCAwMDIgMmg4YTIgMiAwIDAwMi0ydi0uNSIgc3Ryb2tlPSIjQ0NEMkRBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMyAxMy42NTdsMi44MjgtMi44MjkgMi4xMjIgMi4xMjIgMi44MjgtMi44MjkiIHN0cm9rZT0iI0NDRDJEQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)
}

.account-list dl dt.earn[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjI2OCAxOC4xOTZBNiA2IDAgMDE1LjA3MiAxNnYwYTYgNiAwIDAxMi4xOTYtOC4xOTZsNC4yNDYtMi40NTFhLjA5Ny4wOTcgMCAwMS4xMzMuMDM1bDUuOTAzIDEwLjIyNGEuMDk3LjA5NyAwIDAxLS4wMzYuMTMzbC00LjI0NiAyLjQ1MXpNMTQuNTk4IDEwLjVsMy40NjQtMiIgc3Ryb2tlPSIjQ0NEMkRBIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTcuNDI4IDUuNDAybDMgNS4xOTYiIHN0cm9rZT0iI0NDRDJEQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=)
}

.account-list dl dt.otc-options[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjQ0NCA2LjU3MmE3Ljc1MiA3Ljc1MiAwIDEwMi4yOTcgNi4wMDQiIHN0cm9rZT0iI0NDRDJEQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48cGF0aCBkPSJNNC45OTcgMTUuMzA4bDQuNTQ2LTQuNjE5IDMuMTY0IDQuMjkyIDMuNjc4LTMuNjc5IiBzdHJva2U9IiNDQ0QyREEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4yMzUgOS44NjRhLjIzOS4yMzkgMCAwMS4xMTYtLjQ0MWw2LjAzNi0uMjUyYS4yMzkuMjM5IDAgMDEuMTc3LjQxbC0yLjYzIDIuNTcyLTMuNjk5LTIuMjg5eiIgZmlsbD0iI0NDRDJEQSIvPjwvc3ZnPg==)
}

.account-list dl.active[data-v-2baeab78] {
    background: #2483ff
}

.account-list dl.active dt.overview[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDVhMyAzIDAgMDAtMyAzdjhhMyAzIDAgMDAzIDNoMTBhMyAzIDAgMDAzLTNWOGEzIDMgMCAwMC0zLTNIN3ptOC41IDguNWExLjUgMS41IDAgMTAwLTMgMS41IDEuNSAwIDAwMCAzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

.account-list dl.active dt.spot[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOSIgY3k9IjEyIiByPSI2IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTE2IDE2LjM5NGMwLS4zNC4wOTEtLjY3Mi4yMzYtLjk3OUE3Ljk2OSA3Ljk2OSAwIDAwMTcgMTJjMC0xLjIyMi0uMjc0LTIuMzgtLjc2NC0zLjQxNkEyLjI5OCAyLjI5OCAwIDAxMTYgNy42MDZ2LS4zNDFjMC0uNjE5LjU2MS0xLjA5MyAxLjEzOS0uODczYTYuMDAyIDYuMDAyIDAgMDEwIDExLjIxNmMtLjU3OC4yMi0xLjEzOS0uMjU0LTEuMTM5LS44NzN2LS4zNDF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.account-list dl.active dt.margin[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS41NzEgNi4xOTVhMSAxIDAgMTAtLjUzNS0xLjkyN0wyLjk2MyA4LjczMmExIDEgMCAxMC41MzUgMS45MjdsMTYuMDczLTQuNDY0em0tNS4yNzUgNC45ODVhMyAzIDAgMDAtNC41OTQgMGwtNC4wMTcgNC43ODRjLTEuMDkzIDEuMy0uMTY4IDMuMjg2IDEuNTMxIDMuMjg2aDkuNTY2YzEuNjk5IDAgMi42MjQtMS45ODUgMS41MzEtMy4yODdsLTQuMDE3LTQuNzgzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

.account-list dl.active dt.otc[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDZhMyAzIDAgMDAtMyAzdjdhMyAzIDAgMDAzIDNoMTJhMyAzIDAgMDAzLTNWOWEzIDMgMCAwMC0zLTNINnptNiA5YTIuNSAyLjUgMCAxMDAtNSAyLjUgMi41IDAgMDAwIDV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.account-list dl.active dt.contract[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiA0YTMgMyAwIDAxMyAzdjEwYTMgMyAwIDAxLTMgM0g4YTMgMyAwIDAxLTMtM1Y3YTMgMyAwIDAxMy0zaDh6TTkgOWExIDEgMCAwMTEtMWg0YTEgMSAwIDExMCAyaC00YTEgMSAwIDAxLTEtMXptMSAzYTEgMSAwIDEwMCAyaDFhMSAxIDAgMTAwLTJoLTF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.account-list dl.active dt.minepool[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi41MDcgNi40NGMtLjcwMS0xLjUxMi0yLjgzNi0xLjU1Mi0zLjU5NS0uMDY4TDExLjc1IDguNjQ3bDEuMTI3Ljk0NGExIDEgMCAwMS0xLjI4NSAxLjUzM0w4LjkyNCA4Ljg5YTIuMDAxIDIuMDAxIDAgMDAtMi43NzggMS4wNzlsLTIuNTcyIDYuODI3QTIgMiAwIDAwNS40NDUgMTkuNWgxMy45ODhhMiAyIDAgMDAxLjgxNS0yLjg0MUwxNi41MDggNi40NHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)
}

.account-list dl.active dt.crypto-loans[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMjBoOWE0IDQgMCAwMDQtNFY5YTEgMSAwIDEwLTIgMHY3YzAgLjI4NC0uMDYuNTU1LS4xNjYuOC0uMzI2Ljc0Ni0xLjM4My42NDMtMS42NjgtLjEyYTIuNjE1IDIuNjE1IDAgMDEtLjE2Ni0uOTE2VjUuNDFDMTcgNC42MzIgMTYuMzY4IDQgMTUuNTg4IDRIOGEzIDMgMCAwMC0zIDN2MTBhMyAzIDAgMDAzIDN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.account-list dl.active dt.grid-trading[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDRhMyAzIDAgMDEzIDN2LjI1MmMwIC4yODUtLjE0MS41NDctLjM0My43NDhsLS43MDcuNzA3YTMgMyAwIDAwLTQuMjQyIDBsLTIuODI5IDIuODI5YTMgMyAwIDAwNC4yNDMgNC4yNDJsLjcwNy0uNzA3YTIuOTg5IDIuOTg5IDAgMDAxLjk1NC44NzRDMTguMzgzIDE1Ljk3OCAxOSAxNi40IDE5IDE3YTMgMyAwIDAxLTMgM0g4YTMgMyAwIDAxLTMtM1Y3YTMgMyAwIDAxMy0zaDh6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEyLjI5MyAxMi45NWExIDEgMCAwMDEuNDE0IDEuNDE0bDIuMTIyLTIuMTIxIDEuNDE0IDEuNDE0YTEgMSAwIDAwMS40MTQgMGwyLjgyOC0yLjgyOWExIDEgMCAxMC0xLjQxNC0xLjQxNGwtMi4xMjEgMi4xMjItMS40MTQtMS40MTVhMSAxIDAgMDAtMS40MTUgMGwtMi44MjggMi44Mjl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.account-list dl.active dt.earn[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIwNyAxNi41YTcgNyAwIDAwOS41NjIgMi41NjJsNC4yNDYtMi40NTFjLjUyNS0uMzAzLjcwNS0uOTc1LjQwMi0xLjVsLTIuNDUyLTQuMjQ1IDIuNTk4LTEuNSAxIDEuNzMyYTEgMSAwIDEwMS43MzItMWwtMy01LjE5NmExIDEgMCAxMC0xLjczMiAxbDEgMS43MzItMi41OTggMS41LTIuNDUxLTQuMjQ2YTEuMDk3IDEuMDk3IDAgMDAtMS40OTktLjQwMkw2Ljc2OSA2LjkzOEE3IDcgMCAwMDQuMjA3IDE2LjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.account-list dl.active dt.otc-options[data-v-2baeab78] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC43NSAxMi4wOTVBOC43NDggOC43NDggMCAwMTQuNyAxNi45MTJsNC4xODUtNC4xODUgMy4wMDkgMi45NzhhMSAxIDAgMDAxLjQxLS4wMDNsMy42OC0zLjY3OWExLjAxIDEuMDEgMCAwMC4wNzQtLjA4M2wyLjM5OC0yLjM0NmEuMjM5LjIzOSAwIDAwLS4xNzYtLjQxbC02LjAzNy4yNTJhLjIzOS4yMzkgMCAwMC0uMTE2LjQ0MWwxLjk2IDEuMjEzLTIuNDkzIDIuNDk0LTMuMDA5LTIuOTc5YTEgMSAwIDAwLTEuNDEuMDA0bC00LjQxNyA0LjQxNmE4Ljc0OCA4Ljc0OCAwIDExMTYuOTkzLTIuOTN6IiBmaWxsPSIjZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=)
}

@media screen and (max-width: 1366px) {
    .sidebar[data-v-2baeab78]:not(.switch) {
        width:56px
    }

    .sidebar:not(.switch) .account-list dl[data-v-2baeab78] {
        position: relative
    }

    .sidebar:not(.switch) .account-list dl:hover dd[data-v-2baeab78] {
        display: inline-block
    }

    .sidebar:not(.switch) .account-list dd[data-v-2baeab78] {
        display: none;
        top: 50%;
        left: 100%;
        z-index: 2;
        color: #495666;
        font-size: 12px;
        min-width: 80px;
        max-width: 280px;
        background: #fff;
        line-height: 18px;
        padding: 8px 12px;
        position: absolute;
        border-radius: 2px;
        white-space: nowrap;
        border: 1px solid #e6ecf2;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-box-shadow: 0 2px 8px rgba(28,36,44,.1);
                box-shadow: 0 2px 8px rgba(28,36,44,.1)
    }

    .sidebar:not(.switch) .account-list dd[data-v-2baeab78]:after,.sidebar:not(.switch) .account-list dd[data-v-2baeab78]:before {
        content: "";
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: 8px solid transparent
    }

    .sidebar:not(.switch) .account-list dd[data-v-2baeab78]:before {
        left: -17px;
        border-right-color: #e6ecf2
    }

    .sidebar:not(.switch) .account-list dd[data-v-2baeab78]:after {
        left: -16px;
        border-right-color: #fff
    }

    .sidebar[data-v-2baeab78]:not(.switch) .ad {
        padding: 0;
        min-width: 56px
    }

    .sidebar[data-v-2baeab78]:not(.switch) .ad .close,.sidebar[data-v-2baeab78]:not(.switch) .ad .title {
        display: none
    }

    .sidebar[data-v-2baeab78]:not(.switch) .ad a.link {
        width: 56px;
        height: 56px;
        display: block;
        position: relative;
        text-decoration: none;
        background: #f8fafd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEzIiByeD0iMyIgc3Ryb2tlPSIjQ0NEMkRBIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBzdHJva2U9IiNDQ0QyREEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNNCAxN2gxME03LjUgNS41bC0yIDIgMiAyTTYuNSA3LjVoNiIvPjwvc3ZnPg==) no-repeat 50%
    }

    .sidebar[data-v-2baeab78]:not(.switch) .ad a.link span {
        display: none;
        top: 50%;
        left: 100%;
        z-index: 2;
        color: #495666;
        font-size: 12px;
        min-width: 80px;
        max-width: 280px;
        background: #fff;
        line-height: 18px;
        padding: 8px 12px;
        position: absolute;
        border-radius: 2px;
        white-space: nowrap;
        border: 1px solid #e6ecf2;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-box-shadow: 0 2px 8px rgba(28,36,44,.1);
                box-shadow: 0 2px 8px rgba(28,36,44,.1)
    }

    .sidebar[data-v-2baeab78]:not(.switch) .ad a.link span:after,.sidebar[data-v-2baeab78]:not(.switch) .ad a.link span:before {
        content: "";
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: 8px solid transparent
    }

    .sidebar[data-v-2baeab78]:not(.switch) .ad a.link span:before {
        left: -17px;
        border-right-color: #e6ecf2
    }

    .sidebar[data-v-2baeab78]:not(.switch) .ad a.link span:after {
        left: -16px;
        border-right-color: #fff
    }

    .sidebar[data-v-2baeab78]:not(.switch) .ad:hover a.link span {
        display: block
    }

    .sidebar:not(.switch) .switch .button[data-v-2baeab78] {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iMzQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgb3BhY2l0eT0iLjEiIHdpZHRoPSI0NiIgaGVpZ2h0PSIzNCIgcng9IjE3IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTE5Ljc1MiAxNy44MzJsLTMuMTk3IDIuMTMxQTEgMSAwIDAxMTUgMTkuMTMxdi00LjI2M2ExIDEgMCAwMTEuNTU1LS44MzJsMy4xOTcgMi4xMzJhMSAxIDAgMDEwIDEuNjY0eiIgZmlsbD0iIzlBQTVCNSIvPjxyZWN0IHg9IjE1IiB5PSI5IiB3aWR0aD0iMTYiIGhlaWdodD0iMiIgcng9IjEiIGZpbGw9IiM5QUE1QjUiLz48cmVjdCB4PSIxNSIgeT0iMjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iIzlBQTVCNSIvPjxyZWN0IHg9IjIzIiB5PSIxNiIgd2lkdGg9IjgiIGhlaWdodD0iMiIgcng9IjEiIGZpbGw9IiM5QUE1QjUiLz48L3N2Zz4=)
    }
}

@media screen and (min-width: 1367px) {
    .sidebar[data-v-2baeab78]:not(.switch) {
        min-width:200px
    }

    .sidebar:not(.switch) .account-list dl[data-v-2baeab78] {
        width: 168px
    }

    .sidebar:not(.switch) .account-list dl dd[data-v-2baeab78] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        min-height: 24px;
        margin-left: 10px;
        line-height: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }

    .sidebar:not(.switch) .account-list dl.active dd[data-v-2baeab78] {
        color: #fff
    }
}

.sidebar[data-v-2baeab78] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    background: #fff;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: width .3s linear;
    transition: width .3s linear
}

.sidebar.close[data-v-2baeab78] {
    width: 56px
}

.sidebar.close .account-list dl[data-v-2baeab78] {
    position: relative
}

.sidebar.close .account-list dl:hover dd[data-v-2baeab78] {
    display: inline-block
}

.sidebar.close .account-list dd[data-v-2baeab78] {
    display: none;
    top: 50%;
    left: 100%;
    z-index: 2;
    color: #495666;
    font-size: 12px;
    min-width: 80px;
    max-width: 280px;
    background: #fff;
    line-height: 18px;
    padding: 8px 12px;
    position: absolute;
    border-radius: 2px;
    white-space: nowrap;
    border: 1px solid #e6ecf2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: 0 2px 8px rgba(28,36,44,.1);
            box-shadow: 0 2px 8px rgba(28,36,44,.1)
}

.sidebar.close .account-list dd[data-v-2baeab78]:after,.sidebar.close .account-list dd[data-v-2baeab78]:before {
    content: "";
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 8px solid transparent
}

.sidebar.close .account-list dd[data-v-2baeab78]:before {
    left: -17px;
    border-right-color: #e6ecf2
}

.sidebar.close .account-list dd[data-v-2baeab78]:after {
    left: -16px;
    border-right-color: #fff
}

.sidebar.close[data-v-2baeab78] .ad {
    padding: 0;
    min-width: 56px
}

.sidebar.close[data-v-2baeab78] .ad .close,.sidebar.close[data-v-2baeab78] .ad .title {
    display: none
}

.sidebar.close[data-v-2baeab78] .ad a.link {
    width: 56px;
    height: 56px;
    display: block;
    position: relative;
    text-decoration: none;
    background: #f8fafd url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEzIiByeD0iMyIgc3Ryb2tlPSIjQ0NEMkRBIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBzdHJva2U9IiNDQ0QyREEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNNCAxN2gxME03LjUgNS41bC0yIDIgMiAyTTYuNSA3LjVoNiIvPjwvc3ZnPg==) no-repeat 50%
}

.sidebar.open .account-list dl[data-v-2baeab78] {
    width: 200px
}

.sidebar .switch[data-v-2baeab78] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.sidebar .switch .button[data-v-2baeab78] {
    width: 46px;
    height: 34px;
    cursor: pointer;
    border-radius: 54px;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjI0OCA4LjgzMmwzLjE5NyAyLjEzMUExIDEgMCAwMDE2IDEwLjEzM1Y1Ljg2OWExIDEgMCAwMC0xLjU1NS0uODMzbC0zLjE5NyAyLjEzMmExIDEgMCAwMDAgMS42NjR6IiBmaWxsPSIjOUFBNUI1Ii8+PHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjOUFBNUI1Ii8+PHJlY3QgeT0iMTQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIyIiByeD0iMSIgZmlsbD0iIzlBQTVCNSIvPjxyZWN0IHk9IjciIHdpZHRoPSI4IiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjOUFBNUI1Ii8+PC9zdmc+) no-repeat 50%
}

/*标记*/

.main[data-v-7babfee8],.page[data-v-7babfee8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page[data-v-7babfee8] {
    
    margin: 0 auto;
}

.page .container[data-v-7babfee8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px
}


.upper[data-v-2eb14797],.uppercase[data-v-2eb14797] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-2eb14797] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-2eb14797] {
    float: left
}

.float-right[data-v-2eb14797] {
    float: right
}

.align-center[data-v-2eb14797] {
    text-align: center
}

.align-right[data-v-2eb14797] {
    text-align: right
}

.font-bold[data-v-2eb14797] {
    font-weight: 700
}

.font-lighter[data-v-2eb14797] {
    font-weight: lighter
}

.risk-tips[data-v-2eb14797] {
    overflow: hidden;
    border-radius: 12px
}

.risk-tips[data-v-2eb14797]:not(.no-expand) {
    margin-bottom: 8px
}

.risk-tips dt[data-v-2eb14797] {
    width: 100%;
    padding: 0px 0px;
    border-radius: 16px
}

.risk-tips dt p[data-v-2eb14797] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 18px;
	position: relative;
    top: -0.5vw;
    left: 0;
}

.risk-tips dt p i[data-v-2eb14797] {
    color: #faad14;
    padding: 4px 4px;
    font-size: 14px;
    font-weight: 400;
}

.risk-tips dt p span[data-v-2eb14797] {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 8px;
    margin-right: 20px;
    color: #1c242c
}

.risk-tips dt p a[data-v-2eb14797] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #faad14;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.risk-tips dt p a em[data-v-2eb14797] {
    height: 12px;
    margin-left: 3px;
    -webkit-transform: scale(.8);
            transform: scale(.8)
}

.risk-tips dt p a em.expand[data-v-2eb14797] {
    -webkit-transform: rotate(180deg) scale(.8);
            transform: rotate(180deg) scale(.8)
}

.risk-tips .b+dt[data-v-2eb14797] {
    border-radius: 4px 4px 0 0
}

.risk-tips dd[data-v-2eb14797] {
    width: 100%
}

.risk-tips .aviso-bottom[data-v-2eb14797] {
    border-top: 0;
    padding: 16px 24px;
    color: #1c242c;
    margin: 0 auto
}

.risk-tips .aviso-bottom p[data-v-2eb14797] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    margin-bottom: 8px
}

.risk-tips .aviso-bottom p i[data-v-2eb14797] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 8px
}

.risk-tips .aviso-bottom p i.selected_aviso[data-v-2eb14797] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC45NDIuMkwzLjAyMiA1LjQ4IDEuNDMyIDMuODI4Yy0uNzAyLS41MjgtMS44MDYuMDg4LTEuMzA0Ljg4bDEuODkyIDIuODg1Yy4zLjM1MyAxLjAwNC43MDQgMS43MDYgMCAuMy0uMzUyIDYuMDE5LTYuNjAyIDYuMDE5LTYuNjAyLjcwMy0uNzA1LS4yLTEuMzItLjgwMi0uNzkzVi4yeiIgZmlsbD0iIzEyQjg4NiIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+) rgba(18,184,134,.1) no-repeat 50%;
    background-size: 8px
}

.risk-tips .aviso-bottom p i.close_aviso[data-v-2eb14797] {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01LjI0NyA0bDIuNDk1IDIuNDk0YS44ODIuODgyIDAgMTEtMS4yNDggMS4yNDhMNCA1LjI0NyAxLjUwNiA3Ljc0MkEuODgyLjg4MiAwIDExLjI1OCA2LjQ5NEwyLjc1MyA0IC4yNTggMS41MDZBLjg4Mi44ODIgMCAwMTEuNTA2LjI1OEw0IDIuNzUzIDYuNDk0LjI1OGEuODgyLjg4MiAwIDAxMS4yNDggMS4yNDhMNS4yNDcgNHoiIGZpbGw9IiNGQTUyNTIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjgiLz48L3N2Zz4=) rgba(250,82,82,.1) no-repeat 50%;
    background-size: 8px
}

.risk-tips .aviso-bottom p[data-v-2eb14797] a {
    margin: 0 5px
}

.risk-tips .aviso-bottom div[data-v-2eb14797] {
    display: block;
    margin-top: 24px;
    font-size: 12px;
    color: #495666
}

.upper[data-v-63ae0534],.uppercase[data-v-63ae0534] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-63ae0534] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-63ae0534] {
    float: left
}

.float-right[data-v-63ae0534] {
    float: right
}

.align-center[data-v-63ae0534] {
    text-align: center
}

.align-right[data-v-63ae0534] {
    text-align: right
}

.font-bold[data-v-63ae0534] {
    font-weight: 700
}

.font-lighter[data-v-63ae0534] {
    font-weight: lighter
}

.container[data-v-63ae0534] {
    background-color: #fff
}

.dia-title[data-v-63ae0534] {
    width: 100%;
    height: 150px;
    background-image: url(https://file.hbfile.net/erebor/zh-cn/static/img/openbg.0083b79.jpg);
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 24px;
    position: relative
}

.dia-title h3[data-v-63ae0534] {
    font-size: 20px;
    line-height: 28px;
    color: #fff
}

.dia-title i[data-v-63ae0534] {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 12px;
    top: 12px;
    color: #7f8fa4;
    padding: 8px;
    border-radius: 4px;
    background: rgba(0,0,0,.22);
    cursor: pointer
}

.dia-title i[data-v-63ae0534]:hover {
    opacity: .7
}

.dia-content[data-v-63ae0534] {
    padding: 24px 24px 16px;
    color: #596a7a;
    font-size: 14px;
    line-height: 20px
}

.dia-btn[data-v-63ae0534] {
    padding: 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
}

.dia-btn button[data-v-63ae0534] {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #2483ff
}

.dia-btn button[data-v-63ae0534]:hover {
    opacity: .7
}

.dia-btn button.confirm[data-v-63ae0534] {
    background: #2483ff;
    color: #fff;
    padding: 0 16px;
    margin-left: 24px;
    border-radius: 2px
}

.upper[data-v-10f73420],.uppercase[data-v-10f73420] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-10f73420] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-10f73420] {
    float: left
}

.float-right[data-v-10f73420] {
    float: right
}

.align-center[data-v-10f73420] {
    text-align: center
}

.align-right[data-v-10f73420] {
    text-align: right
}

.font-bold[data-v-10f73420] {
    font-weight: 700
}

.font-lighter[data-v-10f73420] {
    font-weight: lighter
}

.tb-profit[data-v-10f73420] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.tb-profit[data-v-10f73420],.tb-profit span[data-v-10f73420] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tb-profit .tb-today[data-v-10f73420] {
    color: #9aa5b5;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px dashed #ccd2da
}

.tb-profit .tb-start[data-v-10f73420] {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2483ff;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    border-radius: 33px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 16px 5px 40px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    background: #f2f6fc url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDFhOCA4IDAgMTA4IDhIOWExIDEgMCAwMS0xLTFWMXoiIGZpbGw9IiMyNDgzRkYiLz48cGF0aCBkPSJNMTYgN2MuNTUyIDAgMS4wMDctLjQ1LjkyOS0uOTk3QTcuMDAyIDcuMDAyIDAgMDAxMC45OTcuMDcxQzEwLjQ1LS4wMDcgMTAgLjQ0OCAxMCAxdjVhMSAxIDAgMDAxIDFoNXoiIGZpbGw9IiM1NEMxRkYiLz48L3N2Zz4=) no-repeat 14px
}

.tb-profit .tb-start[data-v-10f73420]:hover {
    background-color: #e7f2ff
}

.tb-profit .value[data-v-10f73420] {
    margin-right: 16px
}

.hide[data-v-10f73420],.profit[data-v-10f73420] {
    font-size: 18px;
    margin-left: 8px;
    line-height: 21px
}

.profit[data-v-10f73420] {
    color: #9aa5b5
}

.profit.up[data-v-10f73420] {
    color: #00b464;
    background-size: 14px
}

.profit.down[data-v-10f73420] {
    color: #fa4d56;
    background-size: 14px
}

.profit.no-icon[data-v-10f73420] {
    background-image: none
}

.profit .banner-up-more[data-v-10f73420] {
    padding-right: 10px;
    position: relative
}

.profit .banner-up-more[data-v-10f73420]:after {
    content: "+";
    display: block;
    position: absolute;
    top: -2px;
    right: 2px
}

.upper[data-v-4d08f79a],.uppercase[data-v-4d08f79a] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-4d08f79a] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-4d08f79a] {
    float: left
}

.float-right[data-v-4d08f79a] {
    float: right
}

.align-center[data-v-4d08f79a] {
    text-align: center
}

.align-right[data-v-4d08f79a] {
    text-align: right
}

.font-bold[data-v-4d08f79a] {
    font-weight: 700
}

.font-lighter[data-v-4d08f79a] {
    font-weight: lighter
}

.item[data-v-4d08f79a] {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}

dl[data-v-4d08f79a] {
    width: 100%;
    padding: 0 0px;
    
    min-height: 104px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
	border-radius: 12px;
}

dl dt .title[data-v-4d08f79a] {
    color: #495666;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

dl dt .balance[data-v-4d08f79a] {
    margin-top: 8px
}

dl dt .balance .val[data-v-4d08f79a] {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px
}

dl dt .balance .estimate[data-v-4d08f79a] {
    color: #9aa5b5;
    font-size: 16px;
    margin-left: 8px;
    line-height: 19px
}

dl dd a[data-v-4d08f79a] {
    height: 32px;
    color: #495666;
    font-size: 14px;
    padding: 7px 14px;
    line-height: 18px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    border: 1px solid #ccd2da
}

dl dd a+a[data-v-4d08f79a] {
    margin-left: 16px
}

dl dd a[data-v-4d08f79a]:hover {
    color: #2483ff;
    border-color: #2483ff
}

dl dd a[data-v-4d08f79a]:active {
    color: #1a64c8;
    border-color: #1a64c8
}

dl dd a.primary[data-v-4d08f79a] {
    color: #2483ff;
    border-color: #2483ff
}

dl dd a.primary[data-v-4d08f79a]:hover {
    color: #6ea6ff;
    border-color: #6ea6ff
}

dl dd a.primary[data-v-4d08f79a]:active {
    color: #1a64c8;
    border-color: #1a64c8
}

dl dd a.disabled[data-v-4d08f79a] {
    color: #cad7e0;
    cursor: default;
    border-color: transparent
}

.upper[data-v-13ff3db4],.uppercase[data-v-13ff3db4] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-13ff3db4] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-13ff3db4] {
    float: left
}

.float-right[data-v-13ff3db4] {
    float: right
}

.align-center[data-v-13ff3db4] {
    text-align: center
}

.align-right[data-v-13ff3db4] {
    text-align: right
}

.font-bold[data-v-13ff3db4] {
    font-weight: 700
}

.font-lighter[data-v-13ff3db4] {
    font-weight: lighter
}

.content .line[data-v-13ff3db4] {
    
    cursor: pointer;
    margin-top: 8px;
    border-radius: 12px
}

.content .line.open[data-v-13ff3db4] {
    height: auto
}

.content .line.open .action[data-v-13ff3db4] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
}

.content .line .box[data-v-13ff3db4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.content .line .account-state[data-v-13ff3db4] {
    color: #495666;
    font-size: 14px;
    line-height: 22px;
    padding-right: 23px
}

.content .line .account-state i[data-v-13ff3db4] {
    color: #2483ff;
    margin-right: 8px
}

.content .line .action[data-v-13ff3db4] {
    height: 8px;
    color: #9aa5b5;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 7px 3px;
            transform-origin: 7px 3px
}

.content .line[data-v-13ff3db4] .group:hover .action {
    color: #2483ff
}

.content .line .sub[data-v-13ff3db4] {
    width: 100%;
    background: #fff
}

.content .line .sub[data-v-13ff3db4] .item {
    border-top: 1px solid #ecf1f8
}

.content .line .sub[data-v-13ff3db4] .item dl {
    padding-left: 48px
}

.content .line .sub[data-v-13ff3db4] .item .title {
    font-weight: 400
}

.content .line .sub[data-v-13ff3db4] .item .balance .val {
    font-size: 20px;
    line-height: 26px
}

.upper[data-v-12a2c570],.uppercase[data-v-12a2c570] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-12a2c570] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-12a2c570] {
    float: left
}

.float-right[data-v-12a2c570] {
    float: right
}

.align-center[data-v-12a2c570] {
    text-align: center
}

.align-right[data-v-12a2c570] {
    text-align: right
}

.font-bold[data-v-12a2c570] {
    font-weight: 700
}

.font-lighter[data-v-12a2c570] {
    font-weight: lighter
}

.center[data-v-12a2c570] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	position: relative;
    top: -1vw;
    left: 0vw;
}

.center .estimate[data-v-12a2c570] {
    color: #a1acb5;
    font-size: 24px;
    font-weight: 600;
    margin-left: 8px;
    line-height: 21px;
    
}

.center .warn[data-v-12a2c570] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: 8px;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiA5QTcgNyAwIDEwMiA5YTcgNyAwIDAwMTQgMHpNMy4zNTUgOWE1LjY0NSA1LjY0NSAwIDExMTEuMjkgMCA1LjY0NSA1LjY0NSAwIDAxLTExLjI5IDB6TTkgMTMuMDY1YS43OS43OSAwIDEwMC0xLjU4MS43OS43OSAwIDAwMCAxLjU4ek0xMS41OTcgNy40YzAtMS4zNzMtMS4xNzMtMi40NjYtMi41OTctMi40NjZTNi40MDMgNi4wMjggNi40MDMgNy40MDFoMS4zNTVsLjAwMS0uMDQ2QzcuNzg2IDYuNzczIDguMzIyIDYuMjkgOSA2LjI5Yy42OTYgMCAxLjI0Mi41MDkgMS4yNDIgMS4xMTEgMCAuNDU1LS4zMTIuODY3LS43OSAxLjAzNWwtLjA1Ny4wMjFhMS42OSAxLjY5IDAgMDAtMS4wNzIgMS41NzR2LjU1aDEuMzU0di0uNTVsLjAwMi0uMDMzYS4zMzYuMzM2IDAgMDEuMjIzLS4yODRjMS4wMDUtLjM1MyAxLjY5NS0xLjI2NiAxLjY5NS0yLjMxM3oiIGZpbGw9IiNGQUFDMTQiLz48L3N2Zz4=) no-repeat 50%
}

.center .warn[data-v-12a2c570]:hover {
    opacity: .7
}

.upper[data-v-4e41cf60],.uppercase[data-v-4e41cf60] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-4e41cf60] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-4e41cf60] {
    float: left
}

.float-right[data-v-4e41cf60] {
    float: right
}

.align-center[data-v-4e41cf60] {
    text-align: center
}

.align-right[data-v-4e41cf60] {
    text-align: right
}

.font-bold[data-v-4e41cf60] {
    font-weight: 700
}

.font-lighter[data-v-4e41cf60] {
    font-weight: lighter
}

.wrapcp[data-v-4e41cf60] {
    background: #bb6161;
    border-radius: 12px;
    padding: 32px 24px;
}

.wrapcp .row-1[data-v-4e41cf60] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 32px
}

.wrapcp .row-1 .tb-title span[data-v-4e41cf60] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.wrapcp .row-1 .tb-title i[data-v-4e41cf60] {
    width: 24px;
    height: 24px;
    background-color: rgba(154,165,181,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 6px;
    margin-left: 16px;
    display: inline-block
}

.wrapcp .row-1 .tb-title i[data-v-4e41cf60]:hover {
    cursor: pointer;
    background-color: rgba(27,56,98,.1)
}

.wrapcp .row-1 .tb-title.eye_visible i[data-v-4e41cf60] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjU1IDExLjk1YTEuNTUgMS41NSAwIDExLTMuMSAwIDEuNTUgMS41NSAwIDAxMy4xIDB6IiBmaWxsPSIjOUFBNUI1Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA4YzIuMjEgMCA0LjIxIDEuMzE0IDYgMy45NDMtMS43OSAyLjYyOC0zLjc5IDMuOTQzLTYgMy45NDNzLTQuMjEtMS4zMTUtNi0zLjk0M0M3Ljc5IDkuMzE0IDkuNzkgOCAxMiA4em0wIDEuMDI5Yy0xLjY0IDAtMy4xODQuOTA0LTQuNjUyIDIuODA1bC0uMDgzLjEwOS4wMTcuMDIyYzEuNDY2IDEuOTMzIDMuMDEgMi44NjYgNC42NDkgMi44OTJIMTJjMS42NCAwIDMuMTg0LS45MDUgNC42NTItMi44MDVsLjA4My0uMTEtLjAxNy0uMDJjLTEuNDY2LTEuOTM0LTMuMDEtMi44NjctNC42NDktMi44OTNIMTJ6IiBmaWxsPSIjOUFBNUI1IiBzdHJva2U9IiM5QUE1QjUiIHN0cm9rZS13aWR0aD0iLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)
}

.wrapcp .row-1 .tb-title.eye_invisible i[data-v-4e41cf60] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45MzQgNC4wNzlhLjU4OC41ODggMCAwMC0uODAzLjIxNWwtLjM2OC42MzdBNS40MzQgNS40MzQgMCAwMDkgNC44NzdjLTIuMjEgMC00LjIxIDEuMzE0LTYgMy45NDMuODg4IDEuMzA0IDEuODI4IDIuMjg1IDIuODIgMi45NDJsLS4zMzUuNThhLjU4OC41ODggMCAxMDEuMDE5LjU4N2w0LjY0Ni04LjA0NmEuNTg4LjU4OCAwIDAwLS4yMTYtLjgwNHptLTQuNiA2Ljc5TDkuMTk5IDUuOTFhNC40MzkgNC40MzkgMCAwMC0uMTI5LS4wMDRIOWMtMS42NCAwLTMuMTg0LjkwNS00LjY1MiAyLjgwNWwtLjA4My4xMS4wMTcuMDJjLjY2OC44ODEgMS4zNTEgMS41NTQgMi4wNTMgMi4wMjh6IiBmaWxsPSIjOUFBNUI1Ii8+PHBhdGggZD0iTTguOTMgMTEuNzM0YTQuMzggNC4zOCAwIDAxLS4zNjYtLjAyMWwtLjU1NC45NmMuMzI1LjA2LjY1NS4wOS45OS4wOSAyLjIxIDAgNC4yMS0xLjMxNCA2LTMuOTQzLS45NDItMS4zODMtMS45NDItMi40MDItMy0zLjA1N2wtLjUxNS44OWMuNzY1LjQ3OSAxLjUwOCAxLjE5IDIuMjMzIDIuMTQ1bC4wMTcuMDIyLS4wODMuMTA5Yy0xLjQ2OCAxLjktMy4wMTIgMi44MDUtNC42NTIgMi44MDVoLS4wN3oiIGZpbGw9IiM5QUE1QjUiLz48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC45MzQgNC4wNzlhLjU4OC41ODggMCAwMC0uODAzLjIxNWwtLjM2OC42MzdBNS40MzQgNS40MzQgMCAwMDkgNC44NzdjLTIuMjEgMC00LjIxIDEuMzE0LTYgMy45NDMuODg4IDEuMzA0IDEuODI4IDIuMjg1IDIuODIgMi45NDJsLS4zMzUuNThhLjU4OC41ODggMCAxMDEuMDE5LjU4N2w0LjY0Ni04LjA0NmEuNTg4LjU4OCAwIDAwLS4yMTYtLjgwNHptLTQuNiA2Ljc5TDkuMTk5IDUuOTFhNC40MzkgNC40MzkgMCAwMC0uMTI5LS4wMDRIOWMtMS42NCAwLTMuMTg0LjkwNS00LjY1MiAyLjgwNWwtLjA4My4xMS4wMTcuMDJjLjY2OC44ODEgMS4zNTEgMS41NTQgMi4wNTMgMi4wMjh6IiBzdHJva2U9IiM5QUE1QjUiIHN0cm9rZS13aWR0aD0iLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNOC45MyAxMS43MzRhNC4zOCA0LjM4IDAgMDEtLjM2Ni0uMDIxbC0uNTU0Ljk2Yy4zMjUuMDYuNjU1LjA5Ljk5LjA5IDIuMjEgMCA0LjIxLTEuMzE0IDYtMy45NDMtLjk0Mi0xLjM4My0xLjk0Mi0yLjQwMi0zLTMuMDU3bC0uNTE1Ljg5Yy43NjUuNDc5IDEuNTA4IDEuMTkgMi4yMzMgMi4xNDVsLjAxNy4wMjItLjA4My4xMDljLTEuNDY4IDEuOS0zLjAxMiAyLjgwNS00LjY1MiAyLjgwNWgtLjA3eiIgc3Ryb2tlPSIjOUFBNUI1IiBzdHJva2Utd2lkdGg9Ii41IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+)
}

.wrapcp .row-1 .action[data-v-4e41cf60] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 22px
}

.wrapcp .row-1 .action[data-v-4e41cf60] a {
    padding: 9px 32px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    margin-left: 16px
}

.wrapcp .row-1 .action[data-v-4e41cf60] a:hover {
    opacity: .7
}

.wrapcp .row-1 .action[data-v-4e41cf60] a.btn1:active {
    color: #1a64c8;
    border-color: #1a64c8;
    opacity: 1
}

.wrapcp .row-1 .action[data-v-4e41cf60] a.btn2:active {
    background-color: #1a64c8;
    border-color: #1a64c8;
    opacity: 1
}

.wrapcp .row-1 .action[data-v-4e41cf60] a.has-arrow {
    margin-left: 32px;
    padding: 0;
    color: #2483ff;
    font-size: 14px
}

.wrapcp .row-1 .action[data-v-4e41cf60] a.has-arrow:hover {
    opacity: .7
}

.wrapcp .row-1 .action[data-v-4e41cf60] a.has-arrow.has-arrow:after {
    content: "";
    display: inline-block;
    margin-left: 3px;
    width: 5px;
    height: 10px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00LjI5MyAzLjI5M0wxLjcwNy43MDdDMS4wNzcuMDc3IDAgLjUyMyAwIDEuNDE0djUuMTcyYzAgLjg5IDEuMDc3IDEuMzM3IDEuNzA3LjcwN2wyLjU4Ni0yLjU4NmExIDEgMCAwMDAtMS40MTR6IiBmaWxsPSIjMjQ4M0ZGIi8+PC9zdmc+) no-repeat 0
}

.upper[data-v-18d72e53],.uppercase[data-v-18d72e53] {
    font-style: normal;
    text-transform: uppercase
}

.no-select[data-v-18d72e53] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.float-left[data-v-18d72e53] {
    float: left
}

.float-right[data-v-18d72e53] {
    float: right
}

.align-center[data-v-18d72e53] {
    text-align: center
}

.align-right[data-v-18d72e53] {
    text-align: right
}

.font-bold[data-v-18d72e53] {
    font-weight: 700
}

.font-lighter[data-v-18d72e53] {
    font-weight: lighter
}

.bottom[data-v-18d72e53] {
    margin-top: 8px;
    min-height: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}

.bottom[data-v-18d72e53],.link-earn[data-v-18d72e53] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.link-earn[data-v-18d72e53] {
    color: #495666;
    font-size: 14px;
    line-height: 20px
}

.mining-icon[data-v-18d72e53] {
    width: 20px;
    height: 19px;
    margin-right: 6px;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeT0iNC41ODMiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMy43NSIgcng9IjQiIGZpbGw9IiMyQzcyRjUiLz48Y2lyY2xlIGN4PSIxMC4wMDEiIGN5PSI2LjY2NyIgcj0iNi42NjciIGZpbGw9IiNGRjlDMTgiLz48cmVjdCBvcGFjaXR5PSIuOSIgeD0iMTAiIHk9IjMuNzUiIHdpZHRoPSI0LjE2NyIgaGVpZ2h0PSI0LjE2NyIgcng9IjIiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDEwIDMuNzUpIiBmaWxsPSIjRkZGOUVEIi8+PHBhdGggZD0iTTAgMTEuNjY3aDIwdjIuNjY2YTQgNCAwIDAxLTQgNEg0YTQgNCAwIDAxLTQtNHYtMi42NjZ6IiBmaWxsPSIjMTU5QUZGIi8+PC9zdmc+) no-repeat 50%
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.assetsRecord_div {
  margin-top: 64px;
}
.assetsRecord_div > .filter_form {
  margin-bottom: -40px;
  position: relative;
  top: -77px;
  left: -1vw;
}

ul[data-v-ba1637ba] {
  margin: 0;
  padding: 0;
}
li[data-v-ba1637ba] {
  list-style-type: none;
}
a[data-v-ba1637ba] {
  text-decoration: none;
  color: #757575;
}
a[data-v-ba1637ba]:focus {
  border: none;
}
.container[data-v-ba1637ba] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-ba1637ba] {
  background: transparent!important;
}
.el-dialog[data-v-ba1637ba] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-ba1637ba],
.el-dialog .el-dialog__close[data-v-ba1637ba] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-ba1637ba]:hover {
  color: #0066ED;
}
.all_container[data-v-ba1637ba] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-ba1637ba] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-ba1637ba]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-ba1637ba]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-ba1637ba]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-ba1637ba] {
  font-weight: initial;
}
.formPage > p[data-v-ba1637ba] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-ba1637ba] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-ba1637ba] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-ba1637ba],
.el-menu.el-menu--horizontal .el-menu-item[data-v-ba1637ba]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-ba1637ba]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-ba1637ba] {
  border-bottom: none!important;
}
.txtCenter[data-v-ba1637ba],
.el-select-dropdown__item span[data-v-ba1637ba],
.noData[data-v-ba1637ba],
.sureBoxConfirm .el-message-box__title[data-v-ba1637ba] {
  text-align: center;
}
.box-paading-20[data-v-ba1637ba] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-ba1637ba] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-ba1637ba],
.el-pagination .btn-next[data-v-ba1637ba] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-ba1637ba],
.el-pagination .btn-next .el-icon[data-v-ba1637ba] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-ba1637ba] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-ba1637ba]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-ba1637ba] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-ba1637ba] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-ba1637ba] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-ba1637ba] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-ba1637ba] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-ba1637ba] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-ba1637ba] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-ba1637ba]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-ba1637ba]::after {
  background-color: transparent!important;
}
.spread[data-v-ba1637ba],
.leftSpread[data-v-ba1637ba],
.betweenSpread[data-v-ba1637ba],
.el-select-dropdown__item[data-v-ba1637ba],
.sureBoxConfirm .el-message-box__btns[data-v-ba1637ba],
.filter_form[data-v-ba1637ba],
.colorNotice[data-v-ba1637ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-ba1637ba] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-ba1637ba],
.colorNotice[data-v-ba1637ba] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-ba1637ba] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-ba1637ba] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-ba1637ba]:disabled {
  background: transparent;
}
input[data-v-ba1637ba]::-webkit-outer-spin-button,
input[data-v-ba1637ba]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-ba1637ba] {
  -moz-appearance: textfield;
}
.eye[data-v-ba1637ba] {
  cursor: pointer;
}
.el-table thead[data-v-ba1637ba],
.el-table tr th[data-v-ba1637ba] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-ba1637ba] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-ba1637ba],
.el-table td[data-v-ba1637ba] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-ba1637ba] {
  text-align: center!important;
}
.el-table td[data-v-ba1637ba],
.el-table th.is-leaf[data-v-ba1637ba] {
  border: none!important;
}
.el-table--border[data-v-ba1637ba]::after,
.el-table--group[data-v-ba1637ba]::after,
.el-table[data-v-ba1637ba]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-ba1637ba] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-ba1637ba] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-ba1637ba] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-ba1637ba] {
  font-size: 12px;
}
.el-table .cell[data-v-ba1637ba] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-ba1637ba] {
  display: table-cell !important;
}
.el-tabs__item[data-v-ba1637ba] {
  color: #434448 !important;
}
.el-tabs__item[data-v-ba1637ba]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-ba1637ba] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-ba1637ba] {
  display: none;
}
.el-select-dropdown__item[data-v-ba1637ba] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-ba1637ba] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-ba1637ba] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-ba1637ba],
.el-select-dropdown__item[data-v-ba1637ba]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-ba1637ba] {
  display: none!important;
}
.el-icon-document-copy[data-v-ba1637ba] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-ba1637ba] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-ba1637ba] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-ba1637ba] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-ba1637ba] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-ba1637ba] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-ba1637ba] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-ba1637ba]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-ba1637ba] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-ba1637ba] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-ba1637ba] {
  color: #0066ED;
}
.aFont[data-v-ba1637ba] {
  color: #002798;
}
.fontCenter[data-v-ba1637ba] {
  text-align: center;
}
.moveHand[data-v-ba1637ba] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-ba1637ba] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-ba1637ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-ba1637ba] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-ba1637ba] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-ba1637ba] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-ba1637ba]::after {
  margin-left: -17px !important;
}
.noData p[data-v-ba1637ba] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-ba1637ba] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-ba1637ba] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-ba1637ba] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-ba1637ba] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-ba1637ba] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-ba1637ba]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-ba1637ba] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-ba1637ba] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-ba1637ba] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-ba1637ba] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-ba1637ba] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-ba1637ba] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-ba1637ba] {
    width: 40%!important;
}
}
.main_wrap[data-v-ba1637ba] {
  background: var(--bg-color);
}
.left_tab[data-v-ba1637ba],
.right_tab[data-v-ba1637ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  line-height: 48px;
}
.left_tab .tab_item[data-v-ba1637ba],
.right_tab .tab_item[data-v-ba1637ba] {
  color: var(--text-color2);
  cursor: pointer;
  margin-right: 32px;
}
.left_tab .tab_item.active[data-v-ba1637ba],
.right_tab .tab_item.active[data-v-ba1637ba] {
  color: var(--text-color);
  position: relative;
}
.left_tab .tab_item.active[data-v-ba1637ba]:after,
.right_tab .tab_item.active[data-v-ba1637ba]:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #468AED;
}
.submit_btn[data-v-ba1637ba] {
  text-align: center;
  line-height: 40px;
  display: inline-block;
  width: 120px!important;
  height: 40px;
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  border-radius: 8px 8px 8px 8px;
  margin-left: 10px;
}
.btn_box[data-v-ba1637ba] {
  width: 100%;
  height: 64px;
  padding: 0 16px;
}

ul[data-v-09d221f2] {
  margin: 0;
  padding: 0;
}
li[data-v-09d221f2] {
  list-style-type: none;
}
a[data-v-09d221f2] {
  text-decoration: none;
  color: #757575;
}
a[data-v-09d221f2]:focus {
  border: none;
}
.container[data-v-09d221f2] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-09d221f2] {
  background: transparent!important;
}
.el-dialog[data-v-09d221f2] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-09d221f2],
.el-dialog .el-dialog__close[data-v-09d221f2] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-09d221f2]:hover {
  color: #0066ED;
}
.all_container[data-v-09d221f2] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-09d221f2] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-09d221f2]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-09d221f2]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-09d221f2]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-09d221f2] {
  font-weight: initial;
}
.formPage > p[data-v-09d221f2] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-09d221f2] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-09d221f2] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-09d221f2],
.el-menu.el-menu--horizontal .el-menu-item[data-v-09d221f2]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-09d221f2]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-09d221f2] {
  border-bottom: none!important;
}
.txtCenter[data-v-09d221f2],
.el-select-dropdown__item span[data-v-09d221f2],
.noData[data-v-09d221f2],
.sureBoxConfirm .el-message-box__title[data-v-09d221f2] {
  text-align: center;
}
.box-paading-20[data-v-09d221f2] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-09d221f2] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-09d221f2],
.el-pagination .btn-next[data-v-09d221f2] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-09d221f2],
.el-pagination .btn-next .el-icon[data-v-09d221f2] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-09d221f2] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-09d221f2]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-09d221f2] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-09d221f2] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-09d221f2] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-09d221f2] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-09d221f2] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-09d221f2] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-09d221f2] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-09d221f2]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-09d221f2]::after {
  background-color: transparent!important;
}
.spread[data-v-09d221f2],
.leftSpread[data-v-09d221f2],
.betweenSpread[data-v-09d221f2],
.el-select-dropdown__item[data-v-09d221f2],
.sureBoxConfirm .el-message-box__btns[data-v-09d221f2],
.filter_form[data-v-09d221f2],
.colorNotice[data-v-09d221f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-09d221f2] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-09d221f2],
.colorNotice[data-v-09d221f2] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-09d221f2] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-09d221f2] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-09d221f2]:disabled {
  background: transparent;
}
input[data-v-09d221f2]::-webkit-outer-spin-button,
input[data-v-09d221f2]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-09d221f2] {
  -moz-appearance: textfield;
}
.eye[data-v-09d221f2] {
  cursor: pointer;
}
.el-table thead[data-v-09d221f2],
.el-table tr th[data-v-09d221f2] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-09d221f2] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-09d221f2],
.el-table td[data-v-09d221f2] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-09d221f2] {
  text-align: center!important;
}
.el-table td[data-v-09d221f2],
.el-table th.is-leaf[data-v-09d221f2] {
  border: none!important;
}
.el-table--border[data-v-09d221f2]::after,
.el-table--group[data-v-09d221f2]::after,
.el-table[data-v-09d221f2]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-09d221f2] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-09d221f2] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-09d221f2] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-09d221f2] {
  font-size: 12px;
}
.el-table .cell[data-v-09d221f2] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-09d221f2] {
  display: table-cell !important;
}
.el-tabs__item[data-v-09d221f2] {
  color: #434448 !important;
}
.el-tabs__item[data-v-09d221f2]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-09d221f2] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-09d221f2] {
  display: none;
}
.el-select-dropdown__item[data-v-09d221f2] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-09d221f2] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-09d221f2] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-09d221f2],
.el-select-dropdown__item[data-v-09d221f2]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-09d221f2] {
  display: none!important;
}
.el-icon-document-copy[data-v-09d221f2] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-09d221f2] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-09d221f2] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-09d221f2] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-09d221f2] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-09d221f2] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-09d221f2] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-09d221f2]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-09d221f2] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-09d221f2] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-09d221f2] {
  color: #0066ED;
}
.aFont[data-v-09d221f2] {
  color: #002798;
}
.fontCenter[data-v-09d221f2] {
  text-align: center;
}
.moveHand[data-v-09d221f2] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-09d221f2] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-09d221f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-09d221f2] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-09d221f2] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-09d221f2] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-09d221f2]::after {
  margin-left: -17px !important;
}
.noData p[data-v-09d221f2] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-09d221f2] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-09d221f2] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-09d221f2] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-09d221f2] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-09d221f2] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-09d221f2]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-09d221f2] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-09d221f2] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-09d221f2] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-09d221f2] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-09d221f2] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-09d221f2] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-09d221f2] {
    width: 40%!important;
}
}
.wallet_header[data-v-09d221f2] {
  font-size: 18px;
  line-height: 20px;
  padding-top: 32px;
}
.wallet_header .assets_count[data-v-09d221f2] {
  margin-top: 24px;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 24px;
}
.info_tip[data-v-09d221f2] {
  background: rgba(255, 178, 90, 0.13);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFB25A;
  line-height: 40px;
  font-size: 14px;
  color: #FFB25A;
  padding-left: 12px;
}
.table_content[data-v-09d221f2] {
  margin-top: 32px;
}
.change_btn[data-v-09d221f2] {
  padding: 6px 14px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  border-radius: 8px 8px 8px 8px;
}

.left_tip[data-v-60fc912c]{width:42px;padding:15px 0
}
.left_tip .dot[data-v-60fc912c]{margin:20px 0;height:30px
}
.transfer_box[data-v-60fc912c],.transfer_count[data-v-60fc912c]{margin-top:16px;padding:16px 12px;background:var(--bg-color4);border-radius:8px
}
.transfer_count .available_count[data-v-60fc912c]{margin-top:16px
}
.exchangContent[data-v-60fc912c]{height:128px;-webkit-box-flex:1;-ms-flex:1;flex:1
}
.exchangContent .select_row[data-v-60fc912c]{width:100%
}
.exchangBtn[data-v-60fc912c]{width:24px;height:24px
}
.exchangBtn img[data-v-60fc912c]{width:100%;height:100%
}
.submit_btn[data-v-60fc912c]{display:inline-block;text-align:center;width:100%;height:48px;line-height:48px;margin-top:32px
}
::v-deep .el-tabs__item[data-v-60fc912c]{height:40px;line-height:40px
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.flex-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.title {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #343f52;
  word-spacing: 0.1rem;
  letter-spacing: -0.01rem;
  font-size: 1.17em;
}
.flex-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content1 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.contact_div h2 {
  font-weight: initial;
  font-size: 28px;
}
.contact_div .content {
  border-top: 1px solid #3B3B3B;
}
.contact_div .content img {
  max-width: 100%;
}
.contact_div .content ul {
  margin-top: 20px;
}
.contact_div .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact_div .content ul li .notice_left {
  width: 160px;
  text-align: center;
  background-color: #0066ED;
  padding: 30px 0;
  color: #ffffff;
  margin-right: 30px;
  display: inline-block;
}
.contact_div .content ul li .notice_left h2 {
  margin: 0 0 20px 0;
  font-size: 40px;
  letter-spacing: 4px;
}
.contact_div .content ul li .notice_left span:nth-child(1) {
  margin-right: 10px;
}
.contact_div .content ul li .notice_right .time {
  margin-bottom: 10px;
  display: block;
}
.contact_div .content ul li .notice_right .txt {
  height: 35px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: -20px;
}
.contact_div .content ul li .notice_right .checkDetail {
  text-align: right;
}
.contact_div .el-pagination {
  background-color: transparent!important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.article_div .container .article_title {
  line-height: 55px;
  font-weight: inherit;
  font-size: 28px;
}
.article_div .content {
  border-top: 1px solid #3B3B3B;
  color: #393939;
}
.article_div .content img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.users_div {
  background-color: #1a2431;
  min-height: 100vh;
}
.users_div .user-info-section {
  background-color: #1a2431;
  padding: 25px 0;
}
.users_div .user-info-section .user-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.users_div .user-info-section .user-container .user-avatar {
  margin-right: 20px;
}
.users_div .user-info-section .user-container .user-avatar .el-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.users_div .user-info-section .user-container .user-details .user-email {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 500;
}
.users_div .user-info-section .user-container .user-details .user-id {
  font-size: 14px;
  color: #8694A1;
}
.users_div .nav-wrapper {
  background-color: #222F3B;
  width: 100%;
}
.users_div .nav-wrapper .nav-container {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.users_div .nav-wrapper .nav-container .nav-item {
  padding: 20px 30px;
  cursor: pointer;
  color: #8694A1;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.users_div .nav-wrapper .nav-container .nav-item.active {
  color: #FFFFFF;
}
.users_div .nav-wrapper .nav-container .nav-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #468AED;
}
.users_div .nav-wrapper .nav-container .nav-item:hover {
  color: #FFFFFF;
}
.users_div .content-wrapper {
  background-color: #1a2431;
}
.users_div .content-wrapper .content-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.users_div .container_users {
  padding-left: calc(50% - 624px);
  padding-right: calc(50% - 624px);
  min-height: 900px;
  display: none;
}
.users_div .grzxtx {
  position: relative;
  top: 0px;
  right: 0;
  left: 2VW;
}
@media (max-width: 768px) {
.users_div .user-info-section {
    padding: 20px 0;
}
.users_div .user-info-section .user-container {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}
.users_div .user-info-section .user-container .user-avatar {
    margin-right: 0;
    margin-bottom: 15px;
}
.users_div .nav-container {
    padding: 0 15px;
}
.users_div .nav-container .nav-item {
    padding: 15px 20px;
    font-size: 14px;
}
.users_div .content-container {
    padding: 0 15px;
}
}
.day .users_div {
  background: #1a2431;
}
.day .check {
  background: #1a2431;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.check {
  background-color: transparent;
  padding: 20px 0;
}
.check .certification-content {
  background-color: #222E3A;
  border-radius: 22px;
  padding: 30px;
}
.check .certification-content .el-form .el-row {
  margin-bottom: 20px;
}
.check .certification-content .submit-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}
.check .certification-content .submit-btn-wrapper .submit-btn {
  padding: 12px 40px;
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  border-radius: 8px;
  color: #ffffff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 120px;
}
.check .certification-content .submit-btn-wrapper .submit-btn:hover:not(:disabled) {
  opacity: 0.9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.check .certification-content .submit-btn-wrapper .submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.check .leftSpread > div:nth-child(1) {
  margin-right: 40px;
}
.check .el-select {
  width: 100%;
}
.check .avatar-uploader .el-upload {
  border: 1px solid #323B44;
  border-radius: 8px;
  padding: 20px;
  background-color: #1a2431;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.check .avatar-uploader .el-upload:hover {
  border-color: #468AED;
}
.check .avatar-uploader .el-upload__tip {
  text-align: center;
  color: #8694A1;
  margin-top: 10px;
}
.check .avatar-uploader .avatar {
  width: 240px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.check .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #323B44;
  padding: 15px;
  border-radius: 8px;
  background-color: #1a2431;
}
.check .el-form-item .el-form-item__label {
  text-align: left;
  color: #ffffff;
  margin-bottom: 8px;
}
.check .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #ffffff;
}
.check .el-form-item .el-input__inner::-webkit-input-placeholder {
  color: #8694A1;
}
.check .el-form-item .el-input__inner::-moz-placeholder {
  color: #8694A1;
}
.check .el-form-item .el-input__inner::-ms-input-placeholder {
  color: #8694A1;
}
.check .el-form-item .el-input__inner::placeholder {
  color: #8694A1;
}
.check .el-form-item .el-select .el-input__inner {
  color: #ffffff;
}
.check .el-button {
  display: none;
}
@media (max-width: 768px) {
.check {
    padding: 10px 0;
}
.check .certification-content {
    border-radius: 16px;
    padding: 20px;
}
.check .avatar-uploader .avatar {
    width: 100%;
    height: auto;
    max-width: 200px;
}
.check .submit-btn-wrapper .submit-btn {
    width: 100%;
    padding: 15px;
}
}

.el-row {
	margin-bottom: 0px;
}
.el-col {
	border-radius: 4px;
}
.grid-content {
	border-radius: 4px;
	min-height: 36px;
}
.row-bg {
	padding: 10px 0;
}

/* Element UI 下拉选择器样式优化 */
.el-select-dropdown {
	background-color: #1a2431 !important;
	border: 1px solid #323B44 !important;
}
.el-select-dropdown .el-option {
	color: #ffffff !important;
	background-color: #1a2431 !important;
}
.el-select-dropdown .el-option:hover {
	background-color: #468AED !important;
}
.el-select-dropdown .el-option.selected {
	background-color: #468AED !important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.safeCenter_div {
  background-color: transparent;
  padding: 20px 0;
}
.safeCenter_div .settings-content {
  background-color: #222E3A;
  border-radius: 22px;
  padding: 30px;
}
.safeCenter_div .settings-content .setting-item .setting-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.safeCenter_div .settings-content .setting-item .setting-info .setting-icon {
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.safeCenter_div .settings-content .setting-item .setting-info .setting-icon img {
  height: 24px;
  width: 24px;
}
.safeCenter_div .settings-content .setting-item .setting-info .setting-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.safeCenter_div .settings-content .setting-item .setting-info .setting-text .title {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 4px;
}
.safeCenter_div .settings-content .setting-item .setting-info .setting-text .emri2 {
  color: #8694A1;
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}
.safeCenter_div .settings-content .setting-item .setting-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.safeCenter_div .settings-content .setting-item .setting-action .action-btn a {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.safeCenter_div .settings-content .setting-item .setting-action .action-btn a:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.safeCenter_div .settings-content .divider {
  height: 1px;
  background-color: #323B44;
  margin: 30px 0;
}
.safeCenter_div .themeBtn {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.safeCenter_div ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.safeCenter_div ul li {
  background-color: #f8f8f8;
  border-radius: 4px;
  width: 44%;
  margin: 0 60px 60px 0;
  padding: 20px;
  min-height: 200px;
  position: relative;
  top: 0;
}
.safeCenter_div ul li:nth-child(2n) {
  margin-right: 0;
}
.safeCenter_div ul li .themeClass {
  height: 40px;
  line-height: 40px;
  background-color: #0066ED !important;
  border-radius: 4px;
  width: 90%;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  text-align: center;
}
.safeCenter_div ul li .title span {
  font-size: 16px;
}
.safeCenter_div ul li p {
  color: #C3C3C3;
}
.safeCenter_div .lastBtn {
  height: 40px;
  background-color: #0066ED !important;
  position: absolute;
  top: 10px;
  right: 20px;
  text-align: right;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #0066ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.safeCenter_div .lastBtn a {
  cursor: pointer;
}

.el-row {
	margin-bottom: 0px;
}
.el-col {
	border-radius: 4px;
}
.bg-purple-dark {
	background: #99a9bf;
}
.bg-purple {
	background: #d3dce6;
}
.bg-purple-light {
	background: #e5e9f2;
}
.grid-content {
	border-radius: 4px;
	min-height: 36px;
}
.row-bg {
	padding: 10px 0;
	background-color: #f9fafc;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.agreement_div h2 {
  font-size: 28px;
  font-weight: initial;
}
.agreement_div .content {
  border-top: 1px solid #3B3B3B;
  color: #393939;
}
.agreement_div .content img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.day .privacy_div h2 {
  font-weight: initial;
  font-size: 28px;
}

.notice-page[data-v-7bbbeb8b]{min-height:100vh;background-color:#0D1421
}
.notice-banner[data-v-7bbbeb8b]{background:url(../../static/img/notice_top.ddba75a.png?v=0.0.1) center center no-repeat;background-size:cover;padding:100px 0 100px
}
.notice-banner .banner-content[data-v-7bbbeb8b]{max-width:1440px;margin:0 auto;padding:0 20px
}
.notice-banner .banner-content .banner-text .banner-title[data-v-7bbbeb8b]{font-size:46px;font-weight:500;color:#468AED;margin-bottom:16px;line-height:1.2
}
.notice-banner .banner-content .banner-text .banner-title .highlight[data-v-7bbbeb8b]{color:#E0F000
}
.notice-banner .banner-content .banner-text .banner-subtitle[data-v-7bbbeb8b]{font-size:38px;color:#FFFFFF;line-height:1.2
}
.content-container[data-v-7bbbeb8b]{max-width:1440px;margin:0 auto;padding:60px 20px
}
.notice-list .notice-item[data-v-7bbbeb8b]{padding:12px 0;margin-bottom:12px;cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #323B44
}
.notice-list .notice-item[data-v-7bbbeb8b]:hover{background-color:#2A3A47;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 24px rgba(0,0,0,0.2);box-shadow:0 8px 24px rgba(0,0,0,0.2)
}
.notice-list .notice-item[data-v-7bbbeb8b]:last-child{margin-bottom:0
}
.notice-list .notice-item .notice-content[data-v-7bbbeb8b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;color:#9098A3
}
.notice-list .notice-item .notice-content .notice-title[data-v-7bbbeb8b]{color:#9098A3;font-size:14px;font-weight:500;margin:0;line-height:1.4;-webkit-box-flex:1;-ms-flex:1;flex:1
}
.notice-list .notice-item .notice-content .notice-date[data-v-7bbbeb8b]{font-size:14px;margin-left:20px;white-space:nowrap
}
.notice-list .empty-data[data-v-7bbbeb8b]{text-align:center;padding:60px 20px;color:#9098A3;font-size:16px
}
.pagination-wrapper[data-v-7bbbeb8b]{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.pagination-wrapper .el-pagination[data-v-7bbbeb8b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background-color:transparent
}
.pagination-wrapper .el-pagination .el-pagination__total[data-v-7bbbeb8b]{color:#fff;font-size:14px;margin-right:16px
}
.pagination-wrapper .el-pagination .btn-prev[data-v-7bbbeb8b],.pagination-wrapper .el-pagination .btn-next[data-v-7bbbeb8b]{width:32px;height:32px;border:1px solid #3A495A;border-radius:4px;color:#9098A3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;font-weight:bold;padding-left:0px;padding-right:0px
}
.night .pagination-wrapper .el-pagination .btn-prev[data-v-7bbbeb8b],.night .pagination-wrapper .el-pagination .btn-next[data-v-7bbbeb8b]{border-color:#E7E7E7;color:#666
}
.pagination-wrapper .el-pagination .btn-prev[data-v-7bbbeb8b]:hover:not(:disabled),.pagination-wrapper .el-pagination .btn-next[data-v-7bbbeb8b]:hover:not(:disabled){background:#468AED;border-color:#468AED;color:#fff
}
.pagination-wrapper .el-pagination .btn-prev[data-v-7bbbeb8b]:disabled,.pagination-wrapper .el-pagination .btn-next[data-v-7bbbeb8b]:disabled{background:transparent;border-color:#2A3441;color:#666;cursor:not-allowed
}
.night .pagination-wrapper .el-pagination .btn-prev[data-v-7bbbeb8b]:disabled,.night .pagination-wrapper .el-pagination .btn-next[data-v-7bbbeb8b]:disabled{border-color:#F5F6FB;color:#CCC
}
.pagination-wrapper .el-pagination .el-pager[data-v-7bbbeb8b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px
}
.pagination-wrapper .el-pagination .el-pager li[data-v-7bbbeb8b]{width:32px;height:32px;background:transparent;border:1px solid #9098A3 !important;border-radius:4px;color:#fff !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:400;cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.night .pagination-wrapper .el-pagination .el-pager li[data-v-7bbbeb8b]{border-color:#9098A3;color:#fff
}
.pagination-wrapper .el-pagination .el-pager li[data-v-7bbbeb8b]:hover:not(.active){background:#468AED;border-color:#468AED;color:#fff
}
.night .pagination-wrapper .el-pagination .el-pager li[data-v-7bbbeb8b]:hover:not(.active){background:#468AED;border-color:#468AED;color:#fff
}
.pagination-wrapper .el-pagination .el-pager li.active[data-v-7bbbeb8b]{background:#468AED;border-color:#468AED;color:#fff;font-weight:500
}
.pagination-wrapper .el-pagination .el-pager li.more[data-v-7bbbeb8b]{background:transparent;border:none;color:#9098A3;cursor:default
}
.pagination-wrapper .el-pagination .el-pager li.more[data-v-7bbbeb8b]:hover{background:transparent;color:#9098A3
}
.pagination-wrapper .el-pagination .el-pagination__jump[data-v-7bbbeb8b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-left:16px;color:#fff;font-size:14px
}
.night .pagination-wrapper .el-pagination .el-pagination__jump[data-v-7bbbeb8b]{color:#666
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]{width:60px;background:transparent;text-align:center;font-size:14px;padding:0 8px;-webkit-box-sizing:border-box;box-sizing:border-box
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor input[type="number"][data-v-7bbbeb8b]{height:30px !important;background-color:transparent;color:#fff;border:1px solid #9098A3;border-radius:4px;text-align:center;padding:0 8px;-webkit-box-sizing:border-box;box-sizing:border-box
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]{border-color:transparent;color:#333
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]:focus{border-color:#468AED;outline:none;background:transparent
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]:focus{background:transparent
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]::-webkit-input-placeholder{color:#9098A3;font-size:14px
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]::-moz-placeholder{color:#9098A3;font-size:14px
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]::-ms-input-placeholder{color:#9098A3;font-size:14px
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]::placeholder{color:#9098A3;font-size:14px
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]::-webkit-input-placeholder{color:#999
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]::-moz-placeholder{color:#999
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]::-ms-input-placeholder{color:#999
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]::placeholder{color:#999
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor.el-input__inner[data-v-7bbbeb8b],.pagination-wrapper .el-pagination .el-pagination__jump input.el-pagination__editor[data-v-7bbbeb8b]{background:transparent !important;height:30px !important;border:1px solid #9098A3 !important;border-radius:4px;color:#fff !important;text-align:center;padding:0 8px
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor.el-input__inner[data-v-7bbbeb8b],.night .pagination-wrapper .el-pagination .el-pagination__jump input.el-pagination__editor[data-v-7bbbeb8b]{color:#333 !important
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor.el-input__inner[data-v-7bbbeb8b]:focus,.pagination-wrapper .el-pagination .el-pagination__jump input.el-pagination__editor[data-v-7bbbeb8b]:focus{border-color:#468AED !important;background:transparent !important
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__classifier[data-v-7bbbeb8b]{color:#fff
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__classifier[data-v-7bbbeb8b]{color:#666
}
@media (max-width: 768px){
.pagination-wrapper[data-v-7bbbeb8b]{margin-top:30px
}
.pagination-wrapper .el-pagination[data-v-7bbbeb8b]{gap:4px
}
.pagination-wrapper .el-pagination .el-pagination__total[data-v-7bbbeb8b]{font-size:12px;margin-right:8px
}
.pagination-wrapper .el-pagination .btn-prev[data-v-7bbbeb8b],.pagination-wrapper .el-pagination .btn-next[data-v-7bbbeb8b]{width:28px;height:28px;font-size:14px
}
.pagination-wrapper .el-pagination .el-pager[data-v-7bbbeb8b]{gap:2px
}
.pagination-wrapper .el-pagination .el-pager li[data-v-7bbbeb8b]{width:28px;height:28px;font-size:12px
}
.pagination-wrapper .el-pagination .el-pagination__jump[data-v-7bbbeb8b]{margin-left:8px;font-size:12px
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor[data-v-7bbbeb8b]{width:50px
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor input[type="number"][data-v-7bbbeb8b]{height:28px !important;font-size:12px;padding:0 6px
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor.el-input__inner[data-v-7bbbeb8b],.pagination-wrapper .el-pagination .el-pagination__jump input.el-pagination__editor[data-v-7bbbeb8b]{height:28px !important;font-size:12px;padding:0 6px
}
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.night .notice-item .notice-title {
  color: #cccccc !important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.detail_div .content {
  padding: 20px 0;
  line-height: 30px;
}
.detail_div .content img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.quotation-page {
  min-height: 100vh;
  background: #1C252E;
}
.night .quotation-page {
  background: #FFFFFF;
}
.quotation-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 20px;
}
.market-section {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  padding: 0 48px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.quotation-content .custom-table {
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #9098A3;
}
.night .quotation-content .custom-table {
  border-color: #E7E7E7;
}
.quotation-content .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  height: 74px;
  padding: 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.night .quotation-content .table-header {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.quotation-content .table-header .header-cell {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.night .quotation-content .table-header .header-cell {
  color: #666;
}
.quotation-content .table-header .header-cell.symbol-cell {
  -webkit-box-flex: 2.3;
      -ms-flex: 2.3;
          flex: 2.3;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
}
.quotation-content .table-header .header-cell.price-cell {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.quotation-content .table-header .header-cell.change-cell {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation-content .table-header .header-cell.high-cell {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation-content .table-header .header-cell.low-cell {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation-content .table-header .header-cell.volume-cell {
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation-content .table-header .header-cell.chart-cell {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation-content .table-body .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.night .quotation-content .table-body .table-row {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.quotation-content .table-body .table-row:nth-child(even) {
  background: #24303C;
}
.night .quotation-content .table-body .table-row:nth-child(even) {
  background: #F5F6FB;
}
.quotation-content .table-body .table-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
.night .quotation-content .table-body .table-row:hover {
  background: rgba(0, 0, 0, 0.03);
}
.quotation-content .table-body .table-row:last-child {
  border-bottom: none;
}
.quotation-content .table-body .table-row .table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quotation-content .table-body .table-row .table-cell.symbol-cell {
  -webkit-box-flex: 2.3;
      -ms-flex: 2.3;
          flex: 2.3;
}
.quotation-content .table-body .table-row .table-cell.price-cell {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}
.quotation-content .table-body .table-row .table-cell.change-cell {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation-content .table-body .table-row .table-cell.high-cell {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation-content .table-body .table-row .table-cell.low-cell {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation-content .table-body .table-row .table-cell.volume-cell {
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation-content .table-body .table-row .table-cell.chart-cell {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quotation-content .symbol-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.quotation-content .symbol-content .coin-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}
.quotation-content .symbol-content .symbol-text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.night .quotation-content .symbol-content .symbol-text {
  color: #1D2122;
}
.quotation-content .price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quotation-content .price-content .main-price {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.night .quotation-content .price-content .main-price {
  color: #1D2122;
}
.quotation-content .price-content .sub-price {
  color: #9098A3;
  font-size: 12px;
  line-height: 16px;
}
.quotation-content .change-content {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.quotation-content .change-content.positive {
  color: #2ead65;
}
.quotation-content .change-content.negative {
  color: #e35e5e;
}
.quotation-content .price-text {
  color: #fff;
  font-size: 14px;
}
.night .quotation-content .price-text {
  color: #1D2122;
}
.quotation-content .volume-text {
  color: #9098A3;
  font-size: 14px;
}
.quotation-content .echarts {
  width: 120px;
  height: 48px;
  margin: 0 auto;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.quotation-content .echarts::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110px;
  height: 12px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.08) 60%, transparent 80%);
  border-radius: 50%;
  z-index: -1;
}
.night .quotation-content .echarts::after {
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0.06) 60%, transparent 80%);
}
.quotation-content .empty-data {
  text-align: center;
  padding: 40px 20px;
  color: #9098A3;
  font-size: 14px;
}
.pagination-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-wrapper .el-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: transparent;
}
.pagination-wrapper .el-pagination .el-pagination__total {
  color: #fff;
  font-size: 14px;
  margin-right: 16px;
}
.night .pagination-wrapper .el-pagination .el-pagination__total {
  color: #666;
}
.pagination-wrapper .el-pagination .btn-prev,
.pagination-wrapper .el-pagination .btn-next {
  width: 32px;
  height: 32px;
  border: 1px solid #3A495A;
  border-radius: 4px;
  color: #9098A3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
}
.night .pagination-wrapper .el-pagination .btn-prev,
.night .pagination-wrapper .el-pagination .btn-next {
  border-color: #E7E7E7;
  color: #666;
}
.pagination-wrapper .el-pagination .btn-prev:hover:not(:disabled),
.pagination-wrapper .el-pagination .btn-next:hover:not(:disabled) {
  background: #468AED;
  border-color: #468AED;
  color: #fff;
}
.pagination-wrapper .el-pagination .btn-prev:disabled,
.pagination-wrapper .el-pagination .btn-next:disabled {
  border-color: #2A3441;
  color: #666;
  cursor: not-allowed;
}
.night .pagination-wrapper .el-pagination .btn-prev:disabled,
.night .pagination-wrapper .el-pagination .btn-next:disabled {
  border-color: #F5F6FB;
  color: #CCC;
}
.pagination-wrapper .el-pagination .el-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.pagination-wrapper .el-pagination .el-pager li {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid #9098A3 !important;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.night .pagination-wrapper .el-pagination .el-pager li {
  border-color: #9098A3;
  color: #666;
}
.pagination-wrapper .el-pagination .el-pager li:hover:not(.active) {
  background: #468AED;
  border-color: #468AED;
  color: #fff;
}
.night .pagination-wrapper .el-pagination .el-pager li:hover:not(.active) {
  background: #468AED;
  border-color: #468AED;
  color: #fff;
}
.pagination-wrapper .el-pagination .el-pager li.active {
  background: #468AED;
  border-color: #468AED;
  color: #fff;
  font-weight: 500;
}
.pagination-wrapper .el-pagination .el-pager li.more {
  background: transparent;
  border: none;
  color: #9098A3;
  cursor: default;
}
.pagination-wrapper .el-pagination .el-pager li.more:hover {
  background: transparent;
  color: #9098A3;
}
.pagination-wrapper .el-pagination .el-pagination__jump {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: 16px;
  color: #fff;
  font-size: 14px;
}
.night .pagination-wrapper .el-pagination .el-pagination__jump {
  color: #666;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor {
  width: 60px;
  background: transparent;
  text-align: center;
  font-size: 14px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor input[type="number"] {
  height: 30px !important;
  background-color: transparent;
  color: #fff;
  border: 1px solid #9098A3;
  border-radius: 4px;
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor input[type="number"] {
  color: #666;
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor {
  border-color: transparent;
  color: #666;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor:focus {
  border-color: #468AED;
  outline: none;
  background: transparent;
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor:focus {
  background: transparent;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor::-webkit-input-placeholder {
  color: #9098A3;
  font-size: 14px;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor::-moz-placeholder {
  color: #9098A3;
  font-size: 14px;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor::-ms-input-placeholder {
  color: #9098A3;
  font-size: 14px;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor::placeholder {
  color: #9098A3;
  font-size: 14px;
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor::-webkit-input-placeholder {
  color: #999;
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor::-moz-placeholder {
  color: #999;
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor::-ms-input-placeholder {
  color: #999;
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor::placeholder {
  color: #999;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor.el-input__inner,
.pagination-wrapper .el-pagination .el-pagination__jump input.el-pagination__editor {
  background: transparent !important;
  height: 30px !important;
  border-color: transparent !important;
  color: #fff !important;
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor.el-input__inner,
.night .pagination-wrapper .el-pagination .el-pagination__jump input.el-pagination__editor {
  color: #666 !important;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor.el-input__inner:focus,
.pagination-wrapper .el-pagination .el-pagination__jump input.el-pagination__editor:focus {
  border-color: #468AED !important;
  background: transparent !important;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__classifier {
  color: #fff;
}
.night .pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__classifier {
  color: #666;
}
@media (max-width: 1024px) {
.quotation-container {
    padding: 30px 15px;
}
.market-section {
    padding: 0 30px;
}
.quotation-content .table-header {
    padding: 0 20px;
    height: 60px;
}
.quotation-content .table-header .header-cell {
    font-size: 13px;
}
.quotation-content .table-header .header-cell.chart-cell {
    display: none;
}
.quotation-content .table-row {
    padding: 12px 20px;
}
.quotation-content .table-row .table-cell.chart-cell {
    display: none;
}
.quotation-content .table-row .table-cell.symbol-cell {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
}
.quotation-content .table-row .table-cell.price-cell {
    -webkit-box-flex: 2.8;
        -ms-flex: 2.8;
            flex: 2.8;
}
.quotation-content .table-row .table-cell.change-cell {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
}
.quotation-content .table-row .table-cell.high-cell {
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6;
            flex: 1.6;
}
.quotation-content .table-row .table-cell.low-cell {
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6;
            flex: 1.6;
}
.quotation-content .table-row .table-cell.volume-cell {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}
}
@media (max-width: 768px) {
.quotation-container {
    padding: 20px 10px;
}
.market-section {
    padding: 0 20px;
}
.quotation-content .custom-table {
    border-radius: 16px;
}
.quotation-content .table-header {
    padding: 0 15px;
    height: 50px;
}
.quotation-content .table-header .header-cell {
    font-size: 12px;
}
.quotation-content .table-header .header-cell.high-cell,
  .quotation-content .table-header .header-cell.low-cell,
  .quotation-content .table-header .header-cell.chart-cell {
    display: none;
}
.quotation-content .table-header .header-cell.symbol-cell {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    padding-left: 0;
}
.quotation-content .table-header .header-cell.price-cell {
    -webkit-box-flex: 3.5;
        -ms-flex: 3.5;
            flex: 3.5;
}
.quotation-content .table-header .header-cell.change-cell {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
}
.quotation-content .table-header .header-cell.volume-cell {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}
.quotation-content .table-row {
    padding: 10px 15px;
}
.quotation-content .table-row .table-cell.high-cell,
  .quotation-content .table-row .table-cell.low-cell,
  .quotation-content .table-row .table-cell.chart-cell {
    display: none;
}
.quotation-content .table-row .table-cell.symbol-cell {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
}
.quotation-content .table-row .table-cell.price-cell {
    -webkit-box-flex: 3.5;
        -ms-flex: 3.5;
            flex: 3.5;
}
.quotation-content .table-row .table-cell.change-cell {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
}
.quotation-content .table-row .table-cell.volume-cell {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}
.quotation-content .symbol-content {
    gap: 8px;
}
.quotation-content .symbol-content .coin-icon {
    width: 28px;
    height: 28px;
}
.quotation-content .symbol-content .symbol-text {
    font-size: 13px;
}
.quotation-content .price-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2px;
}
.quotation-content .price-content .main-price {
    font-size: 14px;
}
.quotation-content .price-content .sub-price {
    font-size: 11px;
}
.quotation-content .change-content {
    font-size: 12px;
    padding: 2px 6px;
}
.quotation-content .volume-text {
    font-size: 12px;
}
.pagination-wrapper {
    margin-top: 30px;
}
.pagination-wrapper .el-pagination {
    gap: 4px;
}
.pagination-wrapper .el-pagination .el-pagination__total {
    color: #fff;
    font-size: 12px;
    margin-right: 8px;
}
.night .pagination-wrapper .el-pagination .el-pagination__total {
    color: #666;
}
.pagination-wrapper .el-pagination .btn-prev,
  .pagination-wrapper .el-pagination .btn-next {
    width: 28px;
    height: 28px;
    font-size: 14px;
}
.pagination-wrapper .el-pagination .el-pager {
    gap: 2px;
}
.pagination-wrapper .el-pagination .el-pager li {
    width: 28px;
    height: 28px;
    font-size: 12px;
}
.pagination-wrapper .el-pagination .el-pagination__jump {
    margin-left: 8px;
    font-size: 12px;
}
.pagination-wrapper .el-pagination .el-pagination__jump .el-pagination__editor {
    width: 50px;
    height: 30px !important;
    font-size: 12px;
    padding: 0 6px;
}
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.token_div1 {
  margin: 0;
  padding: 0;
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px !important;
  /* padding: 125px 0 0px; */
  /* text-align: center; */
  color: #495666;
  line-height: 2em;
  font-size: 18px;
}

.banner-container {
    background: -webkit-gradient(linear,left top, left bottom,from(#09279e),to(#24c));
    background: linear-gradient(180deg,#09279e,#24c);
    overflow: hidden;
    padding: 112px 8px 32px;
    position: relative;
    text-align: center;
}
@media (min-width: 768px) {
.banner-container {
        padding-left:12px;
        padding-right: 12px
}
}
@media (min-width: 1024px) {
.banner-container {
        padding-left:calc(50% - 480px);
        padding-right: calc(50% - 480px)
}
}
@media (min-width: 1270px) {
.banner-container {
        padding-left:calc(50% - 624px);
        padding-right: calc(50% - 624px)
}
}
@media (min-width: 768px) {
.banner-container {
        padding-top:142px
}
}
.banner-container .title-container {
    margin: 0 auto;
}
@media (max-width: 767px) {
.banner-container .title-container {
        -webkit-box-sizing:border-box;
        box-sizing: border-box;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
}
}
.banner-container .title-container .main-title {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px
}
.banner-container .title-container .sub-title {
    color: hsla(0,0%,100%,.65);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 12px;
    position: relative;
    z-index: 100
}
@media (min-width: 768px) {
.banner-container .title-container {
        width:626px
}
}
@media (min-width: 1024px) {
.banner-container .title-container {
        width:835px;
}
.banner-container .title-container .main-title {
        font-size: 48px;
        line-height: 52px
}
.banner-container .title-container .sub-title {
        font-size: 22px;
        line-height: 24px;
        margin-top: 22px;
        font-weight: 600;
}
}
.banner-container .news-swiper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    justify-content: center;
    margin: 64px auto 0;
    max-width: 292px;
    position: relative;
    z-index: 100
}
.banner-container .news-swiper a {
    color: #fff;
    font-size: 16px;
    line-height: 20px
}
@media (min-width: 768px) {
.banner-container .news-swiper {
        margin-top:94px;
        max-width: 392px
}
}
.banner-container .news-swiper .swiper-container {
    height: 20px;
    margin: 0;
    max-width: 222px
}
@media (min-width: 768px) {
.banner-container .news-swiper .swiper-container {
        max-width:315px
}
}
.banner-container .news-swiper .swiper-container .swiper-slide {
    color: #fff;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}
.banner-container:before {
    background: -webkit-gradient(linear,left top, left bottom,from(#5278d7),to(rgba(60,111,239,0)));
    background: linear-gradient(180deg,#5278d7,rgba(60,111,239,0));
    border-radius: 36px;
    bottom: -14.26%;
    content: "";
    display: block;
    height: 115px;
    left: -17.65%;
    mix-blend-mode: normal;
    opacity: .2;
    position: absolute;
    right: 80.02%;
    top: 75.37%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 115px;
}
@media (min-width: 768px) {
.banner-container:before {
        bottom:-32.36%;
        height: 182px;
        left: -16.54%;
        right: 87.5%;
        top: 70.41%;
        width: 182px
}
}
@media (min-width: 1024px) {
.banner-container:before {
        bottom:-25.39%;
        left: 4.16%;
        right: 80.36%;
        top: 66.71%
}
}
@media (min-width: 1270px) {
.banner-container:before {
        bottom:-25.39%;
        left: -2.78%;
        right: 87.3%;
        top: 66.71%
}
}
.banner-container:after {
    background: linear-gradient(357.59deg,#507ae2 1.08%,rgba(60,111,239,0) 78.26%);
    border-radius: 36px;
    bottom: 41.11%;
    content: "";
    display: block;
    height: 184px;
    left: 66.44%;
    mix-blend-mode: normal;
    opacity: .2;
    position: absolute;
    right: -41.71%;
    top: -7.78%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 241px
}
@media (min-width: 768px) {
.banner-container:after {
        height:311px;
        left: unset;
        right: -220px;
        top: -14.69%;
        width: 386px
}
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.artapp_div .block a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.artapp_div .block a .imgFull {
  -o-object-fit: cover;
     object-fit: cover;
}
.artapp_div .app-download-header[data-v-6a651f2c] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 68px;
  width: 100%;
  height: 100%;
}
.artapp_div .flex-center[data-v-6a651f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.artapp_div .app-download-header .header-right-icon[data-v-6a651f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 0 10px 12px;
  padding: 0 11px;
  height: 33px;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  border-radius: 5px;
  background: linear-gradient(40deg, #0264ec 0%, #1b3cd8 100%);
}
.artapp_div .app-icon[data-v-6a651f2c] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 32px;
  width: 196px;
  cursor: pointer;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  background: -webkit-gradient(linear, right top, left top, from(#1d39d6), to(#0066ed));
  background: linear-gradient(270deg, #1d39d6 0%, #0066ed 100%);
}
.artapp_div .app-download-header .header-right-icon[data-v-6a651f2c]::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid #0264ec;
}
.artapp_div .app-download-header .header-right[data-v-6a651f2c] {
  margin-left: 227px;
  color: #333333;
}
.artapp_div .flex-center[data-v-6a651f2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.artapp_div .market .container h2 {
  margin-right: 30px;
  font-weight: inherit;
}
.artapp_div .market .container .market_title {
  margin: 50px 0 20px 0;
}
.artapp_div .market .container .market_title .el-tabs__header {
  margin: 0;
}
.artapp_div .market .container .market_title .el-tabs__item {
  font-size: 24px;
  color: #8E8E8E !important;
}
.artapp_div .market .container .market_title .el-tabs__item.is-active {
  font-size: 28px;
  color: #333333 !important;
}
.artapp_div .market .container .market_title .el-button--default {
  background-color: transparent;
  border: 1px solid #0066ED;
}
.artapp_div .market .container .market_title .el-button--default span {
  color: #0066ED;
}
.artapp_div .article h2 {
  margin: 40px 0;
  font-size: 28px;
  font-weight: inherit;
  text-align: center;
}
.artapp_div .article .article_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.artapp_div .article .article_box ul li {
  width: 33%;
  margin-right: 28px;
  text-align: center;
  padding: 0 22px;
}
.artapp_div .article .article_box ul li:nth-last-child(1) {
  margin: 0;
}
.artapp_div .article .article_box ul li p {
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px solid #3C3C3C;
}
.artapp_div .article .article_box ul li span {
  font-size: 12px;
  color: #8E8E8E;
}
.artapp_div .article .article_box ul li img {
  width: 260px;
}
.artapp_div .downloadBox {
  padding: 0px 0px;
  background-color: #ffffff00;
  margin: 0px 0;
}
.artapp_div .downloadBox h2 {
  text-shadow: 0px 2px 3px rgba(170, 170, 170, 0.3);
  font-size: 28px;
  text-align: center;
}
.artapp_div .downloadBox .vertical {
  margin: 0px 0 0 0px;
}
.artapp_div .downloadBox .vertical .downImg {
  background-color: #ffffff;
  padding: 12px;
  margin-left: -7px;
  width: 136px;
  height: 136px;
  cursor: pointer;
  margin-top: -8px;
  border-radius: 7px;
  border: 1px solid #6e74985e;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}
.artapp_div .downloadBox .vertical .downImg:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.artapp_div .downloadBox .verticalBox {
  width: 600px;
  margin: 0 auto;
}
.artapp_div .partner h2 {
  margin: 40px 0;
  font-size: 28px;
  font-weight: inherit;
}
.artapp_div .partner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.artapp_div .partner li {
  width: 33%;
  margin-bottom: 40px;
}
.artapp_div .partner li a {
  width: 320px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.artapp_div .partner li a img {
  border-radius: 2px;
  height: 120px;
}
.artapp_div .partner li a p {
  color: #ffffff;
}
.artapp_div .AwsLHsacI5OhANTDV6ng {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artapp_div .AwsLHsacI5OhANTDV6ng img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 150px;
  margin-right: 20px;
}
.artapp_div .baAX0PF9AVpM03C30LDa h3,
.artapp_div .baAX0PF9AVpM03C30LDa p {
  margin: 0;
}
.artapp_div .AwsLHsacI5OhANTDV6ng .FwHELYUlEt4CzFUy1fvm {
  margin-left: 10px;
  color: #00f2e6;
  font-size: 16px;
  display: inline-block;
  line-height: 22px;
}
.artapp_div .EmuSQjkiZVeLkTJeuL5s {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb {
  margin-top: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.artapp_div .EmuSQjkiZVeLkTJeuL5s .Cxes8pdRHI7ruiAetwwE,
.artapp_div .EmuSQjkiZVeLkTJeuL5s .PNiUYpJKQhmwdy_zgnIp {
  width: 590px;
  height: 354px;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .Cq1YqusRLKYrWQJiKwQ0 .v9SxiJwyPbov5gEgQR5X {
  background: rgba(89, 63, 124, 0.4);
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .Cq1YqusRLKYrWQJiKwQ0 {
  width: 175px;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .tIt8JSp9mhKKx6DNIMoE {
  margin-right: 480px;
  text-align: center;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .wHAHYYZIuJFFId7OlVRo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: auto;
  width: auto;
  margin-bottom: 40px;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .wHAHYYZIuJFFId7OlVRo .sFbzcQ2_Xq9R9QcyFoPE {
  width: auto;
  text-align: center;
  margin-right: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .wHAHYYZIuJFFId7OlVRo .sFbzcQ2_Xq9R9QcyFoPE .jGWMomzT6X882Rp_uuZX {
  padding: 4px;
  width: 136px;
  height: 136px;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #ccc;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .wHAHYYZIuJFFId7OlVRo .sFbzcQ2_Xq9R9QcyFoPE p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #fff;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .wHAHYYZIuJFFId7OlVRo .sFbzcQ2_Xq9R9QcyFoPE .bYnECsZBchyuvGkpyJ9Y {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .MtwoBORcDhyzVKArt9Nk {
  color: #00f2e6;
  font-size: 15px;
  border-bottom: 1px solid #00f2e6;
}
.artapp_div a {
  color: #00d0c4;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .Cq1YqusRLKYrWQJiKwQ0 .v9SxiJwyPbov5gEgQR5X img {
  width: 25px;
  height: 25px;
  margin-right: 13px;
  margin-left: 17px;
}
.artapp_div img {
  vertical-align: middle;
  border-style: none;
}
.artapp_div .Fq5s6j9G6EvY5cj8RSmb .Cq1YqusRLKYrWQJiKwQ0 .v9SxiJwyPbov5gEgQR5X span {
  font-size: 16px;
  color: #fff;
}
.artapp_div .VNE7aXARdJZrZssT40Fd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: auto;
  width: auto;
}
.artapp_div .VNE7aXARdJZrZssT40Fd .d7J1PEEIJ6V3FZt441oB {
  width: auto;
  text-align: center;
  margin-right: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artapp_div .VNE7aXARdJZrZssT40Fd .d7J1PEEIJ6V3FZt441oB .EQ0eFZN7VCdVZTfRBgi4 {
  padding: 4px;
  width: 136px;
  height: 136px;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #ccc;
}
.artapp_div .VNE7aXARdJZrZssT40Fd .d7J1PEEIJ6V3FZt441oB {
  width: auto;
  text-align: center;
  margin-right: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artapp_div .S3U0HCSczyF8K3yF7OOD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 420px;
}
.artapp_div .S3U0HCSczyF8K3yF7OOD .cble46zAo5eUI6RlpKvf:nth-child(2n-1) {
  margin-right: 63px;
}
.artapp_div .S3U0HCSczyF8K3yF7OOD .cble46zAo5eUI6RlpKvf {
  background: rgba(89, 63, 124, 0.4);
  width: 175px;
  height: 45px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artapp_div .S3U0HCSczyF8K3yF7OOD .cble46zAo5eUI6RlpKvf img {
  width: 25px;
  height: 25px;
  margin-right: 13px;
  margin-left: 17px;
}
.artapp_div .S3U0HCSczyF8K3yF7OOD .cble46zAo5eUI6RlpKvf span {
  font-size: 16px;
  color: #fff;
}
.artapp_div .container_app {
  width: 100%;
}
.artapp_div img {
  vertical-align: middle;
  border-style: none;
  width: 136px;
  height: 136px;
}

.d_container[data-v-18c06287]{
      width:100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.d_top[data-v-18c06287]{
      width:1248px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.d_topLeft[data-v-18c06287]{
      width: 708px;
      padding: 100px 0 0 0;
}
.d_topTitle[data-v-18c06287]{
      color: #1f2533;
      font-size: 44px;
      font-weight: bold;
      padding-bottom: 10px;
}
.d_titleDesc[data-v-18c06287]{
      font-size: 18px;
      color:#60687b
}
.d_titleDesc>a[data-v-18c06287]{
      color:#205fec;
      text-decoration: none;
}
.d_topRight[data-v-18c06287]{
    width: 244px;
    height: 200px;
}
.d_tabs[data-v-18c06287]{
      width: 1248px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px;
          margin-top: -80px;
}
.d_tabItem[data-v-18c06287]{
      font-size: 22px;
      color: #959dad;
      padding: 24px 0 16px;
      margin-right: 20px;
      border-bottom:solid 2px transparent;
      cursor: pointer;
}
.d_tabItem[data-v-18c06287]:hover{
      //color:#1f2533;
}
.d_tabItemActive[data-v-18c06287]{
      color:#1f2533;
      border-bottom:solid 2px #1f2533;
}
.d_tabBox1[data-v-18c06287]{
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.d_label[data-v-18c06287]{
      padding: 0 0 4px 0;
}
.d_desc[data-v-18c06287]{
      padding: 4px 0 0 0;
      color: #959dad;
}
.d_desc1[data-v-18c06287]{
      color: #959dad;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.d_select[data-v-18c06287]{
      width: 100px;
}
.d_btns[data-v-18c06287]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.d_jkBox[data-v-18c06287]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.d_jkCheckBox[data-v-18c06287]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.d_loginJk[data-v-18c06287]{
    width: 200px;
}
.d_jkCheckBox>a[data-v-18c06287]{
    font-size: 14px;
    color: #205FEC;
    text-decoration: none;
}
.d_rightTitle[data-v-18c06287]{
    color: #1f2933;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 32px;
}
.d_rightPriceText[data-v-18c06287]{
    color: #3f475a;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 8px 0;
}
.d_rightDesc[data-v-18c06287]{
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 40px;
}
.d_rightDI[data-v-18c06287]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    font-size: 14px;
    cursor: pointer;
}
.d_rightDILabel[data-v-18c06287]{
    color: #959dad;
    border-bottom: 1px dashed #d8dce6;
}
.d_rightLabelRoate[data-v-18c06287]{
    color: #1f2933;
    margin-left: 5px;
}
.d_rightPriceBox[data-v-18c06287]{
    color: #e35e5e;
}
.d_rightPriceNum[data-v-18c06287]{
    font-size: 32px;
    margin-right: 10px;
}
.d_rightPriceUnit[data-v-18c06287]{
    font-size: 14px;
}
.d_HkLine[data-v-18c06287]{
    border-top: 1px solid #d8dce6;
    opacity: .6;
}
.d_hkTitle[data-v-18c06287]{
    padding: 48px 0 24px 0;
    font-size: 18px;
    font-weight: bold;
}
.d_hkInfo[data-v-18c06287]{
    padding-bottom: 16px;
    margin: 2px 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.d_hkInfoText[data-v-18c06287]{
    color: #959dad;
}
.d_hkInfoNum[data-v-18c06287]{
    color: #1f2933;
}
.d_box2Desc[data-v-18c06287]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d_box2DescItem[data-v-18c06287]{
    margin-right: 64px;
    padding-bottom: 32px;
}
.d_box2Text[data-v-18c06287]{
    color: #959dad;
    font-size: 14px;
}
.d_box2Num[data-v-18c06287]{
    margin-top: 8px;
    font-size: 24px;
    color: #205fec;
    font-weight: 600;
}
.d_emptyTable[data-v-18c06287]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;
    font-size: 12px;
}
.d_oftenTitle[data-v-18c06287]{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding:64px 0 48px;
}
.d_oftenItemBox[data-v-18c06287]{
    width: 100%;
}
.d_oftenItem[data-v-18c06287]{
    padding: 33px 0;
    cursor: pointer;
}
.el-icon-arrow-down[data-v-18c06287]{
    font-weight: bold;
    color: #959dad;
}
.d_oftenItemActive .el-icon-arrow-down[data-v-18c06287]{
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.d_oftenItemTitleBox[data-v-18c06287]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.d_oftenItemTitle[data-v-18c06287]{
    font-size: 16px;
}
.d_oftenItemContent[data-v-18c06287]{
    padding-top: 12px;
    color: #959dad;
    font-size: 14px;
}
.fade-enter-active[data-v-18c06287], .fade-leave-active[data-v-18c06287] {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.fade-enter[data-v-18c06287], .fade-leave-to[data-v-18c06287]{
    opacity: 0;
}
.d_more[data-v-18c06287]{
    margin-top: 32px;
}
.d_more>a[data-v-18c06287]{
    color: #205FEC;
    font-size: 14px;
    text-decoration: none;
}
.section-head2 .content[data-v-2be6a87c][data-v-18c06287] {
    width: 1248px;
    margin: 0 auto;
    padding: 52px 0 24px;
    position: relative;
}
.section-head2 h2[data-v-2be6a87c][data-v-18c06287] {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 16px;
}
.section-head2 h3[data-v-2be6a87c][data-v-18c06287] {
    font-size: 16px;
    color: #c4dcff;
}
.section-head2 .links[data-v-2be6a87c][data-v-18c06287] {
    position: absolute;
    right: 0;
    bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mock-a[data-v-18c06287], a[data-v-18c06287] {
    color: #2483ff;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section-head2 h2[data-v-2be6a87c][data-v-18c06287] {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 16px;
}
.section-head2 .links a+a[data-v-2be6a87c][data-v-18c06287] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.section-head2 .links a+a[data-v-2be6a87c][data-v-18c06287]:before {
    content: "";
    border-left: 1px solid rgba(36,131,255,.3);
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    padding-left: 16px;
}



.d_page[data-v-18c06287]{background:var(--bg-color2)
}
.d_page .d_container[data-v-18c06287]{background:var(--bg-color2)
}
.head_img[data-v-18c06287]{background:url(../../static/img/ybb_bg1.51c2088.png?v=0.0.1);background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:354px
}
.head_img .head_tips_box[data-v-18c06287]{max-width:1511px;margin:0 auto;width:100%
}
.head_img .head_tips[data-v-18c06287]{width:512px;margin-right:30px
}
.head_img .head_tips div[data-v-18c06287]{font-size:24px;line-height:34px
}
.head_img .head_tips .name[data-v-18c06287]{font-size:48px;line-height:68px;text-align:right
}
.content_box[data-v-18c06287]{width:100%;max-width:1511px;margin:30px auto 0;border-radius:24px;background:var(--bg-color6);border:1px solid var(--border-color1)
}
.content_box .head[data-v-18c06287]{padding:0 20px
}
.content_box .head .divider[data-v-18c06287]{height:1px;width:100%;background:#323B44
}
.content_box .left_tab[data-v-18c06287],.content_box .right_tab[data-v-18c06287]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;line-height:48px
}
.content_box .left_tab .tab_item[data-v-18c06287],.content_box .right_tab .tab_item[data-v-18c06287]{color:var(--text-color2);cursor:pointer;margin-right:32px
}
.content_box .left_tab .tab_item.active[data-v-18c06287],.content_box .right_tab .tab_item.active[data-v-18c06287]{color:var(--text-color);position:relative
}
.content_box .left_tab .tab_item.active[data-v-18c06287]:after,.content_box .right_tab .tab_item.active[data-v-18c06287]:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#468AED
}
.content_box .d_tabBox1Left[data-v-18c06287]{background:var(--bg-color6);margin-top:40px
}
.content_box .d_tabBox1Left .d_input[data-v-18c06287]{margin-left:30px
}
.content_box .d_cleftItem[data-v-18c06287]{margin-bottom:15px
}
.content_box .section[data-v-18c06287]{padding:0 20px
}
.content_box .section .d_desc[data-v-18c06287]{margin:20px 0
}
.content_box .section .d_loginJk[data-v-18c06287]{display:inline-block;text-align:center;width:100%;line-height:40px;height:40px;background:linear-gradient(92deg, #468AED 0%, #AD46ED 100%);border-radius:8px;margin-top:30px;cursor:pointer
}
.content_box .section .d_tabBox1Right[data-v-18c06287]{margin-left:30px
}
.content_box .d_btns .d_buttonItem[data-v-18c06287]{text-align:center;width:91px;height:28px;line-height:28px;border-radius:24px;color:var(--text-color);border:1px solid var(--border-color);-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:3px
}
.content_box .d_btns .d_buttonItem.d_buttonItemActive[data-v-18c06287]{background:#468AED;border-color:#468aed
}
.content_box .d_tabBox1Right .my_wallet[data-v-18c06287]{padding:0 20px;height:64px;line-height:64px;color:var(--text-color);background:rgba(255,178,90,0.13);border-radius:4px;border:1px solid #FFB25A;font-size:14px
}
.content_box .d_tabBox1Right .lc_info .title[data-v-18c06287]{font-size:14px;margin:20px 0
}
.content_box .d_tabBox1Right .lc_info .card_item[data-v-18c06287]{width:332px;height:100px;background:var(--bg-color3);border-radius:12px
}
.content_box .d_tabBox1Right .lc_info .card_item .item_value[data-v-18c06287]{font-size:24px;line-height:29px
}
.content_box .d_tabBox1Right .lc_info .card_item .desc[data-v-18c06287]{margin-top:15px;font-size:14px;color:#8694A1
}
.content_box .d_tabBox1Right .right_text[data-v-18c06287]{color:#FFB25A
}
.content_box .d_tabBox1Right .count[data-v-18c06287]{font-size:36px
}
.content_box .table_list[data-v-18c06287]{margin-top:20px
}
.lclc[data-v-18c06287]{width:100%;max-width:1920px;margin:0 auto;background:url(../../static/img/ybb_bg.dc6e98e.png?v=0.0.1) no-repeat center
}
.lclc .d_lcTitle[data-v-18c06287]{text-align:center;font-size:32px;font-weight:bold;padding:30px 0 55px
}
.lclc .steps[data-v-18c06287]{width:1108px;height:254px;margin:0 auto 40px
}
.lclc .steps .item[data-v-18c06287]{width:277px;height:254px;background-size:1108px 254px;background-repeat:no-repeat;background-image:url(../../static/img/steps.f2f6b46.png?v=0.0.1);position:relative
}
.lclc .steps .tip[data-v-18c06287]{position:absolute;left:138px;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:98px
}
.lclc .steps .tip .tip1[data-v-18c06287]{font-size:14px
}
.lclc .steps .tip .tip2[data-v-18c06287]{font-size:12px;margin-top:12px;padding:0 12px;line-height:14px
}
.lclc .steps .step1[data-v-18c06287]{background-position:0 0
}
.lclc .steps .step2[data-v-18c06287]{background-position:-277px 0
}
.lclc .steps .step3[data-v-18c06287]{background-position:-554px 0
}
.lclc .steps .step4[data-v-18c06287]{background-position:-831px 0
}
.questions[data-v-18c06287]{max-width:1511px;margin:0 auto;width:100%
}
.questions .d_oftenTitle[data-v-18c06287]{text-align:center;font-size:32px;font-weight:bold;padding:64px 0 48px
}
.questions .d_oftenItemBox[data-v-18c06287]{width:100%
}
.questions .d_oftenItemTitleBox[data-v-18c06287]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.questions .d_oftenItemTitle[data-v-18c06287]{font-size:16px;line-height:20px
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.d_tabBox1Left .el-input-group__append,
.d_tabBox1Left .el-input__inner {
  background-color: transparent!important;
  border: none!important;
}
.d_tabBox1Left .lc_count {
  background: var(--bg-color5);
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.agent_div .section-head .content[data-v-2be6a87c] {
  width: 1248px;
  margin: 0 auto;
  padding: 88px 0 24px;
  position: relative;
}
.agent_div .section-head h2[data-v-2be6a87c] {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 16px;
}
.agent_div .section-head h3[data-v-2be6a87c] {
  font-size: 22px;
  color: #c4dcff;
  padding: 30px 0 24px;
}
.agent_div .section-head .links[data-v-2be6a87c] {
  position: absolute;
  right: 0;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.agent_div .mock-a,
.agent_div a {
  color: #2483ff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.agent_div .section-head h2[data-v-2be6a87c] {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 16px;
}
.agent_div .section-head .links a + a[data-v-2be6a87c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agent_div .section-head .links a + a[data-v-2be6a87c]:before {
  content: "";
  border-left: 1px solid rgba(36, 131, 255, 0.3);
  height: 16px;
  display: inline-block;
  margin-left: 10px;
  padding-left: 16px;
}
.agent_div .container {
  width: 65%;
}
.agent_div .containerzh {
  position: relative;
  top: -66px;
  right: 0;
  left: 0vw;
}
.agent_div .shouyi {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #409eff;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  border-radius: 4px;
  position: absolute;
  /* top: 0px; */
  right: 0;
  left: 49vw;
}
.agent_div .shouyi3 {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #409eff;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  border-radius: 4px;
  position: absolute;
  /* top: 0px; */
  right: 0;
  left: 38vw;
}
.agent_div .shouyi2 {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center !important;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  border-radius: 4px;
  /* position: absolute; */
  /* top: 0px; */
  /* right: 0; */
  /* left: 67vw; */
}
.agent_div .conta {
  z-index: 1;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  right: 0;
  position: absolute;
}
.agent_div .el-avatar {
  background: #c0c4cc00;
}
.agent_div .el-tabs__item {
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
.agent_div .el-table th > .cell {
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.surbhtml_div {
  height: 270px;
  padding: 0;
  width: 100%;
  background: linear-gradient(359.57deg, #241146 3.55%, #0e0931 99.56%);
}
.surbhtml_div .container .article_title {
  line-height: 55px;
  font-weight: inherit;
  font-size: 28px;
}
.surbhtml_div .content {
  padding: 40px 0;
  border-top: 1px solid #3B3B3B;
  color: #393939;
}
.surbhtml_div .content img {
  max-width: 100%;
}

.table11_6 table {

    width:100%;
    margin:15px 0;
    border:0;
}
.table11_6,.table11_6 th,.table11_6 td {

    
    text-align:center;
    padding:4px;
    border-collapse:collapse;
            border: 1px solid #3035501c;
}
.table11_6 th,.table11_6 td {

            border: 1px solid #3035501c;
    /*border-left: 1px solid #2f34502e;*/
}
.table11_6 tr {

    border: 1px solid #30355026;
}
.table11_6 tr:nth-child(even){

    background-color:#ffffff;
}
.thmlrtum{

    height: 54px;
    line-height: 54px;
}
.thml1{

    background: #2a2553;
    height: 80px;
    line-height: 80px;
    width: 450px;
    color: #fff;
    font-weight: 500;
}
.thml2{

    background: #2a2553;
    height: 40px;
    line-height: 40px;
    width: 450px;
    color: #ffffff;
    font-weight: 500;
}
.surbhtml{

    border: 0px solid #fff0;
}
.container_surbhtml{

    height: 219px;
}
.tunposm{

   width: 8%;
}




















ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.users_div .container_users {
  padding-left: calc(50% - 624px);
  padding-right: calc(50% - 624px);
  min-height: 900px;
}
.users_div .zhanghao {
  font-family: HarmonyOS Sans, PingFang SC, Microsoft Yahei, Heiti SC, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
  height: 24px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #2c2d31;
  border-radius: 4px;
  position: relative;
  top: -56px;
  right: 0;
  left: 6vw;
}
.users_div .yaoqingma {
  height: 24px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #2c2d31;
  border-radius: 4px;
  position: relative;
  top: -68px;
  right: 0;
  left: 6vw;
}
.users_div .grzx {
  position: relative;
  top: 0px;
  right: 0;
  left: 2VW;
}
.users_div .grzxtx {
  position: relative;
  top: 0px;
  right: 0;
  left: 2VW;
}

.el-row {
  margin-bottom: 0px;
}
.el-col {
  border-radius: 4px;
}
.bg-purple-dark {
  background: #99a9bf;
}
.bg-purple {
  background: #d3dce6;
}
.bg-purple-light {
  background: #e5e9f2;
}
.grid-content {
  border-radius: 4px;
  min-height: 36px;
}
.row-bg {
  padding: 10px 0;
  background-color: #f9fafc;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.invitation_div {
  min-height: 100vh;
  background-color: #1C252E;
}
.night .invitation_div {
  background-color: #F8F9FA;
}
.invitation_div .invite-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px;
}
@media (max-width: 1024px) {
.invitation_div .invite-container {
    padding: 30px;
}
}
@media (max-width: 768px) {
.invitation_div .invite-container {
    padding: 20px;
}
}
.invitation_div .invite-content {
  background-image: url(./static/img/yq_bg1.48d1cca.png?v=0.0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 68px 70px;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.night .invitation_div .invite-content {
  background-image: url(./static/img/yq_bg2.f985994.png?v=0.0.1);
}
@media (max-width: 768px) {
.invitation_div .invite-content {
    padding: 32px 24px;
    min-height: 350px;
}
}
.invitation_div .invite-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
.invitation_div .invite-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 32px;
}
}
.invitation_div .invite-header .invite-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.invitation_div .invite-header .invite-icon {
  width: 240px;
  height: 210px;
  position: absolute;
  right: 0;
  top: -40px;
}
.invitation_div .function-module {
  background-color: #2E3C4B;
  border-radius: 16px;
  padding: 45px 140px 45px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 160px;
}
.night .invitation_div .function-module {
  background-color: #468AED;
}
.invitation_div .left-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  border-right: 1px dashed #475A70;
}
.invitation_div .invite-title {
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.2;
}
.night .invitation_div .invite-title {
  color: #1D2122;
}
@media (max-width: 768px) {
.invitation_div .invite-title {
    font-size: 32px;
}
}
.invitation_div .invite-subtitle {
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
}
.night .invitation_div .invite-subtitle {
  color: #1D2122;
}
.invitation_div .invite-subtitle .highlight {
  color: #468AED;
  margin-left: 8px;
}
@media (max-width: 768px) {
.invitation_div .invite-subtitle {
    font-size: 32px;
}
}
.invitation_div .code-section .code-label {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.invitation_div .code-section .code-label .copy-icon {
  margin-left: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.invitation_div .code-section .code-label .copy-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.invitation_div .stats-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #222E3A;
  border-radius: 8px;
  width: 718px;
  padding: 24px;
}
.night .invitation_div .stats-section {
  background-color: #FFFFFF;
}
.invitation_div .stats-section .stat-item {
  text-align: left;
}
.invitation_div .stats-section .stat-item .stat-number {
  font-size: 48px;
  font-weight: 500;
  color: #FFB25A;
  margin-bottom: 15px;
}
.invitation_div .stats-section .stat-item .stat-label {
  font-size: 14px;
  color: #8694A1;
  line-height: 1.2;
}
.night .invitation_div .stats-section .stat-item .stat-label {
  color: #666;
}
.invitation_div .qr-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.invitation_div .qr-section .qr-container {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 6px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.invitation_div .qr-section .qr-container #qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
}
.invitation_div .qr-section .qr-container #qrcode canvas,
.invitation_div .qr-section .qr-container #qrcode img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.invitation_div .qr-section .copy-btn {
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 100px;
}
.night .invitation_div .qr-section .copy-btn {
  background: #FFFFFF;
  color: #468AED;
}
.invitation_div .qr-section .copy-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
.invitation_div .qr-section {
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
}

.pdf[data-v-15349de6]{text-align:center;padding-top:0px;width:100%;height:100%;padding-bottom:0px;background:#51565b !important
}

.video-page[data-v-fff1e0d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 20px;
  width: 100%;
}
.video-container[data-v-fff1e0d2] {
  width: 100%;
  text-align: center;
}

.d_container[data-v-3b2ab02c]{
  	color: #fff;
  	font-size: 14px;
  	width: 100%;
}
.d_main[data-v-3b2ab02c]{
  	width: 1440px;
  	margin: 0 auto;
}
.d_flex[data-v-3b2ab02c]{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}
.d_top[data-v-3b2ab02c]{
  	padding: 50px 0;
  	-webkit-box-pack: justify;
  	    -ms-flex-pack: justify;
  	        justify-content: space-between;
}
.d_top_left[data-v-3b2ab02c]{
  	padding-left: 0px;
}
.d_top_left_text1[data-v-3b2ab02c]{
  	font-size: 40px;
  	padding: 30px 0 40px;
}
.d_top_left_text2[data-v-3b2ab02c]{
  	font-size: 22px;
    padding: 0px 0 20px;
}
.d_top_left_text3[data-v-3b2ab02c]{
  	font-size: 14px;
	padding: 0px 0 12px;
}
.d_top_right[data-v-3b2ab02c]{
  	width: 640px;
  	height: 300px;
  	overflow: hidden;
  	border-radius: 4px;
}
.d_top_right_banner_img[data-v-3b2ab02c]{
  	width: 100%;
  	height: 100%;
}
.d_tab_label_box[data-v-3b2ab02c]{
  	font-size: 24px;
  	color: #999;
}
.d_tab_label[data-v-3b2ab02c]{
  	cursor: pointer;
}
.d_tab_label_active[data-v-3b2ab02c]{
  	color: #fff;
}
.d_tab_label[data-v-3b2ab02c]:nth-child(1){
  	padding-right: 10px;
}
.d_tab_label[data-v-3b2ab02c]:nth-child(3){
  	padding: 0 10px;
}
.d_tab_label[data-v-3b2ab02c]:nth-child(5){
  	padding-left: 10px;
}
.d_tab_panels[data-v-3b2ab02c]{
  	padding: 0  0 20px;
}

ul[data-v-3b2ab02c] {
  margin: 0;
  padding: 0;
}
li[data-v-3b2ab02c] {
  list-style-type: none;
}
a[data-v-3b2ab02c] {
  text-decoration: none;
  color: #757575;
}
a[data-v-3b2ab02c]:focus {
  border: none;
}
.container[data-v-3b2ab02c] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-3b2ab02c] {
  background: transparent!important;
}
.el-dialog[data-v-3b2ab02c] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-3b2ab02c],
.el-dialog .el-dialog__close[data-v-3b2ab02c] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-3b2ab02c]:hover {
  color: #0066ED;
}
.all_container[data-v-3b2ab02c] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-3b2ab02c] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-3b2ab02c]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-3b2ab02c]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-3b2ab02c]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-3b2ab02c] {
  font-weight: initial;
}
.formPage > p[data-v-3b2ab02c] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-3b2ab02c] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-3b2ab02c] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-3b2ab02c],
.el-menu.el-menu--horizontal .el-menu-item[data-v-3b2ab02c]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-3b2ab02c]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-3b2ab02c] {
  border-bottom: none!important;
}
.txtCenter[data-v-3b2ab02c],
.el-select-dropdown__item span[data-v-3b2ab02c],
.noData[data-v-3b2ab02c],
.sureBoxConfirm .el-message-box__title[data-v-3b2ab02c] {
  text-align: center;
}
.box-paading-20[data-v-3b2ab02c] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-3b2ab02c] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-3b2ab02c],
.el-pagination .btn-next[data-v-3b2ab02c] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-3b2ab02c],
.el-pagination .btn-next .el-icon[data-v-3b2ab02c] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-3b2ab02c] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-3b2ab02c]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-3b2ab02c] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-3b2ab02c] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-3b2ab02c] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-3b2ab02c] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-3b2ab02c] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-3b2ab02c] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-3b2ab02c] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-3b2ab02c]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-3b2ab02c]::after {
  background-color: transparent!important;
}
.spread[data-v-3b2ab02c],
.leftSpread[data-v-3b2ab02c],
.betweenSpread[data-v-3b2ab02c],
.el-select-dropdown__item[data-v-3b2ab02c],
.sureBoxConfirm .el-message-box__btns[data-v-3b2ab02c],
.filter_form[data-v-3b2ab02c],
.colorNotice[data-v-3b2ab02c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-3b2ab02c] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-3b2ab02c],
.colorNotice[data-v-3b2ab02c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-3b2ab02c] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-3b2ab02c] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-3b2ab02c]:disabled {
  background: transparent;
}
input[data-v-3b2ab02c]::-webkit-outer-spin-button,
input[data-v-3b2ab02c]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-3b2ab02c] {
  -moz-appearance: textfield;
}
.eye[data-v-3b2ab02c] {
  cursor: pointer;
}
.el-table thead[data-v-3b2ab02c],
.el-table tr th[data-v-3b2ab02c] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-3b2ab02c] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-3b2ab02c],
.el-table td[data-v-3b2ab02c] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-3b2ab02c] {
  text-align: center!important;
}
.el-table td[data-v-3b2ab02c],
.el-table th.is-leaf[data-v-3b2ab02c] {
  border: none!important;
}
.el-table--border[data-v-3b2ab02c]::after,
.el-table--group[data-v-3b2ab02c]::after,
.el-table[data-v-3b2ab02c]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-3b2ab02c] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-3b2ab02c] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-3b2ab02c] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-3b2ab02c] {
  font-size: 12px;
}
.el-table .cell[data-v-3b2ab02c] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-3b2ab02c] {
  display: table-cell !important;
}
.el-tabs__item[data-v-3b2ab02c] {
  color: #434448 !important;
}
.el-tabs__item[data-v-3b2ab02c]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-3b2ab02c] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-3b2ab02c] {
  display: none;
}
.el-select-dropdown__item[data-v-3b2ab02c] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-3b2ab02c] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-3b2ab02c] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-3b2ab02c],
.el-select-dropdown__item[data-v-3b2ab02c]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-3b2ab02c] {
  display: none!important;
}
.el-icon-document-copy[data-v-3b2ab02c] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-3b2ab02c] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-3b2ab02c] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-3b2ab02c] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-3b2ab02c] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-3b2ab02c] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-3b2ab02c] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-3b2ab02c]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-3b2ab02c] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-3b2ab02c] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-3b2ab02c] {
  color: #0066ED;
}
.aFont[data-v-3b2ab02c] {
  color: #002798;
}
.fontCenter[data-v-3b2ab02c] {
  text-align: center;
}
.moveHand[data-v-3b2ab02c] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-3b2ab02c] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-3b2ab02c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-3b2ab02c] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-3b2ab02c] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-3b2ab02c] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-3b2ab02c]::after {
  margin-left: -17px !important;
}
.noData p[data-v-3b2ab02c] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-3b2ab02c] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-3b2ab02c] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-3b2ab02c] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-3b2ab02c] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-3b2ab02c] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-3b2ab02c]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-3b2ab02c] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-3b2ab02c] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-3b2ab02c] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-3b2ab02c] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-3b2ab02c] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-3b2ab02c] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-3b2ab02c] {
    width: 40%!important;
}
}
.d_container[data-v-3b2ab02c] {
  background: #1C252E;
}
.d_container .section1[data-v-3b2ab02c] {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #222E3A;
  border-radius: 12px 12px 0 0;
}
.d_container .section1 .section_1[data-v-3b2ab02c] {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 12px 12px 0 0;
}
.d_container .section1 .section_1 .head_tab[data-v-3b2ab02c] {
  padding: 0 20px;
  border-bottom: 1px solid #323B44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  line-height: 48px;
}
.d_container .section1 .section_1 .head_tab .tab_item[data-v-3b2ab02c] {
  color: #8694A1;
  cursor: pointer;
  margin-right: 32px;
}
.d_container .section1 .section_1 .head_tab .tab_item.active[data-v-3b2ab02c] {
  color: #fff;
  position: relative;
}
.d_container .section1 .section_1 .head_tab .tab_item.active[data-v-3b2ab02c]:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #468AED;
}

.d_c1_container[data-v-179320d9]{
		color: #fff;
	  	font-size: 14px;
	  	width: 100%;
}
.d_flex[data-v-179320d9]{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.d_c1_card_box_top[data-v-179320d9]{
}
.d_c1_card_top_img[data-v-179320d9]{
		width: 40px;
}
.d_c1_card_box_bottom[data-v-179320d9]{
		padding-top: 18px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
}
.d_c1_card_box_bottom[data-v-179320d9]{
		color: #b8aeff
}
.d_c1_card_box_bottom[data-v-179320d9] .el-pagination .btn-next,.d_c1_card_box_bottom[data-v-179320d9] .el-pagination .btn-prev{
		background-color: transparent;
		color: #fff;
}
.d_c1_card_box_bottom[data-v-179320d9] .el-pager li{
		background-color: transparent;
}
.d_c1_adv[data-v-179320d9]{
		margin: 24px 0 70px;
		border-radius: 4px;
		overflow: hidden;
}
.d_c1_adv img[data-v-179320d9]{
		width: 100%;
		height: 125px;
		border-radius: 4px;
}
.d_c1_card_box1_title_box[data-v-179320d9]{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding:0 0 16px 0;
}
.d_c1_card_box1_title[data-v-179320d9]{
		font-size: 24px;
}
.d_c1_card_box1_more[data-v-179320d9]{
		font-size: 18px;
		color: #b8aeff;
		cursor: pointer;
}
.d_c1_kc_box[data-v-179320d9]{
		margin-top: 60px;
		border-radius: 5px 5px 4px 4px;
}
.d_c1_kc_title[data-v-179320d9]{
		font-size: 24px;
		padding-bottom: 20px;
}
.d_c1_kcings[data-v-179320d9]{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.d_c1_kc_item[data-v-179320d9]{
		position: relative;
		width: 330px;
		padding: 24px;
    	margin-bottom: 24px;
    	border-radius: 4px;
		background-color: #24254b;
}
.d_c1_kc_item_tag[data-v-179320d9]{
		position: absolute;
		width: 54px;
		height: 54px;
		left: -4px;
		top: -4px;
		background-image: url('https://b.csscoe.com/new-pos/hot_tag.png');
		background-size: 100% 100%;
    	text-align: center;
}
.d_c1_kc_item_tag_text[data-v-179320d9]{
	    font-size: 12px;
		-webkit-transform: rotate(-45deg) translate(-13px,3px);
		        transform: rotate(-45deg) translate(-13px,3px);
}
.d_c1_kc_item_top[data-v-179320d9]{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.d_c1_kc_item_top_img[data-v-179320d9]{
		width: 28px;
		height: 28px;
		margin-right: 4px;
}
.d_c1_kc_item_top_left[data-v-179320d9]{
		-webkit-box-flex:1;
		    -ms-flex:1;
		        flex:1;
}
.d_c1_kc_item_top_left_title[data-v-179320d9]{
		margin-bottom: 1px;
	    color: #3e3563;
	    font-size: 17px;
}
.d_c1_kc_item_top_left_desc[data-v-179320d9]{
	    color: #c5c2d1;
    	font-size: 12px
}
.d_c1_kc_item_top_right_title[data-v-179320d9]{
		color: #323232;
    	font-size: 18px;
}
.d_c1_kc_item_top_right_desc[data-v-179320d9]{
		color: #999;
    	font-size: 13px;
}
.d_c1_kc_item_bottom[data-v-179320d9]{
		padding: 20px 0 10px;
}
.d_c1_kc_item_bottom_item[data-v-179320d9]{
		margin-bottom: 10px;
}
.d_c1_kc_item_bottom_item_l[data-v-179320d9]{
		color: #ababab;
    	font-size: 13px;
}
.d_c1_kc_item_bottom_item_r[data-v-179320d9]{
		color: #333;
	    font-size: 13px
}
.d_c1_kc_item_bottom_button_box[data-v-179320d9]{
		position: absolute;
		right: 24px;
		bottom: 24px;
}
.d_c1_kc_item_bottom_button[data-v-179320d9]{
		outline: none;
		width: 90px;
		height: 34px;
		color: #fff;
		background: -webkit-gradient(linear,left top, right top,from(#786dad),to(#60549e));
		background: linear-gradient(90deg,#786dad,#60549e);
    	border-radius: 6px;
    	border: solid 1px #6039de;
    	-webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
    	        box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
    	cursor: pointer;
}
.d_c1_kc_item_bottom_button[data-v-179320d9]:hover{
		background: -webkit-gradient(linear,left top, right top,from(#877bc4),to(#7f6fcd));
		background: linear-gradient(90deg,#877bc4,#7f6fcd);
}
.uipwi[data-v-179320d9]{
	    padding: 6px 0px;
}
.d_c1_card_bottommk[data-v-179320d9]{

		position: relative;
		left: 6px;
		top: -50px;
}
.tab_content[data-v-179320d9]{
    padding: 0 40px;
    font-size: 20px;
}
[data-v-179320d9] .el-tabs__item{
    font-size: 22px!important;
}
[data-v-179320d9] .el-tabs__content{
    display: none;
}

ul[data-v-179320d9] {
  margin: 0;
  padding: 0;
}
li[data-v-179320d9] {
  list-style-type: none;
}
a[data-v-179320d9] {
  text-decoration: none;
  color: #757575;
}
a[data-v-179320d9]:focus {
  border: none;
}
.container[data-v-179320d9] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-179320d9] {
  background: transparent!important;
}
.el-dialog[data-v-179320d9] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-179320d9],
.el-dialog .el-dialog__close[data-v-179320d9] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-179320d9]:hover {
  color: #0066ED;
}
.all_container[data-v-179320d9] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-179320d9] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-179320d9]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-179320d9]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-179320d9]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-179320d9] {
  font-weight: initial;
}
.formPage > p[data-v-179320d9] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-179320d9] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-179320d9] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-179320d9],
.el-menu.el-menu--horizontal .el-menu-item[data-v-179320d9]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-179320d9]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-179320d9] {
  border-bottom: none!important;
}
.txtCenter[data-v-179320d9],
.el-select-dropdown__item span[data-v-179320d9],
.noData[data-v-179320d9],
.sureBoxConfirm .el-message-box__title[data-v-179320d9] {
  text-align: center;
}
.box-paading-20[data-v-179320d9] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-179320d9] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-179320d9],
.el-pagination .btn-next[data-v-179320d9] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-179320d9],
.el-pagination .btn-next .el-icon[data-v-179320d9] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-179320d9] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-179320d9]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-179320d9] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-179320d9] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-179320d9] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-179320d9] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-179320d9] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-179320d9] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-179320d9] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-179320d9]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-179320d9]::after {
  background-color: transparent!important;
}
.spread[data-v-179320d9],
.leftSpread[data-v-179320d9],
.betweenSpread[data-v-179320d9],
.el-select-dropdown__item[data-v-179320d9],
.sureBoxConfirm .el-message-box__btns[data-v-179320d9],
.filter_form[data-v-179320d9],
.colorNotice[data-v-179320d9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-179320d9] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-179320d9],
.colorNotice[data-v-179320d9] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-179320d9] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-179320d9] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-179320d9]:disabled {
  background: transparent;
}
input[data-v-179320d9]::-webkit-outer-spin-button,
input[data-v-179320d9]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-179320d9] {
  -moz-appearance: textfield;
}
.eye[data-v-179320d9] {
  cursor: pointer;
}
.el-table thead[data-v-179320d9],
.el-table tr th[data-v-179320d9] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-179320d9] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-179320d9],
.el-table td[data-v-179320d9] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-179320d9] {
  text-align: center!important;
}
.el-table td[data-v-179320d9],
.el-table th.is-leaf[data-v-179320d9] {
  border: none!important;
}
.el-table--border[data-v-179320d9]::after,
.el-table--group[data-v-179320d9]::after,
.el-table[data-v-179320d9]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-179320d9] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-179320d9] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-179320d9] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-179320d9] {
  font-size: 12px;
}
.el-table .cell[data-v-179320d9] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-179320d9] {
  display: table-cell !important;
}
.el-tabs__item[data-v-179320d9] {
  color: #434448 !important;
}
.el-tabs__item[data-v-179320d9]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-179320d9] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-179320d9] {
  display: none;
}
.el-select-dropdown__item[data-v-179320d9] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-179320d9] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-179320d9] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-179320d9],
.el-select-dropdown__item[data-v-179320d9]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-179320d9] {
  display: none!important;
}
.el-icon-document-copy[data-v-179320d9] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-179320d9] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-179320d9] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-179320d9] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-179320d9] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-179320d9] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-179320d9] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-179320d9]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-179320d9] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-179320d9] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-179320d9] {
  color: #0066ED;
}
.aFont[data-v-179320d9] {
  color: #002798;
}
.fontCenter[data-v-179320d9] {
  text-align: center;
}
.moveHand[data-v-179320d9] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-179320d9] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-179320d9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-179320d9] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-179320d9] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-179320d9] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-179320d9]::after {
  margin-left: -17px !important;
}
.noData p[data-v-179320d9] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-179320d9] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-179320d9] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-179320d9] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-179320d9] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-179320d9] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-179320d9]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-179320d9] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-179320d9] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-179320d9] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-179320d9] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-179320d9] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-179320d9] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-179320d9] {
    width: 40%!important;
}
}
.d_c1_card_box[data-v-179320d9],
.d_c1_kc_box[data-v-179320d9] {
  background: #222E3A;
  padding: 16px;
}
.d_c1_card_box_wrap[data-v-179320d9] {
  background: #222E3A;
}
.d_cl_card[data-v-179320d9] {
  margin-top: 16px;
  background: #2E3C4B;
  width: 454px;
  height: 200px;
  border-radius: 12px;
}
.d_cl_card .item_card .card_top[data-v-179320d9] {
  padding: 16px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dashed #475A70;
}
.d_cl_card .item_card .card_content[data-v-179320d9] {
  padding: 22px 16px 16px;
}
.d_cl_card .item_card .card_content .content_middle[data-v-179320d9] {
  margin: 10px 0 ;
  width: 80px;
  padding-left: 4px;
}
.d_cl_card .item_card .card_content .content_middle img[data-v-179320d9] {
  width: 4px;
  height: 20px;
}
.d_cl_card .item_card .card_content .content_top .txt[data-v-179320d9] {
  width: 80px;
}
.d_cl_card .item_card .card_content .right_btn[data-v-179320d9] {
  padding: 12px 14px;
  border-radius: 4px;
  cursor: pointer;
}
.d_cl_card .item_card .card_content .right_btn.sealing[data-v-179320d9] {
  background: rgba(70, 138, 237, 0.13);
  border: 1px solid #468AED;
}
.d_cl_card .item_card .card_content .right_btn.sealing .status_btn[data-v-179320d9] {
  color: #468AED;
}
.d_cl_card .item_card .card_content .right_btn.going[data-v-179320d9] {
  background: rgba(255, 178, 90, 0.13);
  border: 1px solid #FFB25A;
}
.d_cl_card .item_card .card_content .right_btn.going .status_btn[data-v-179320d9] {
  color: #FFB25A;
}
.d_cl_card .item_card .card_content .right_btn.end[data-v-179320d9] {
  background: rgba(255, 90, 90, 0.13);
  border: 1px solid #FF5A5A;
}
.d_cl_card .item_card .card_content .right_btn.end .status_btn[data-v-179320d9] {
  color: #FF5A5A;
}
.d_cl_card .item_card .card_content .right_btn .status_btn[data-v-179320d9] {
  border-radius: 4px;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
}
.head_tab[data-v-179320d9] {
  padding: 0 20px;
  border-bottom: 1px solid #323B44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  line-height: 48px;
}
.head_tab .tab_item[data-v-179320d9] {
  color: #8694A1;
  cursor: pointer;
  margin-right: 32px;
}
.head_tab .tab_item.active[data-v-179320d9] {
  color: #fff;
  position: relative;
}
.head_tab .tab_item.active[data-v-179320d9]:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #468AED;
}

.d_c2_container[data-v-227e2618]{
		color: #999;
	  	font-size: 14px;
	  	width: 100%;
}
.d_flex[data-v-227e2618]{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.d_c2_select_symbol[data-v-227e2618]{
		margin-bottom: 20px;
}
.d_c2_select_symbol[data-v-227e2618] .el-input--suffix .el-input__inner{
		background-color: transparent;
		color: #fff;
}
.d_c2_div1[data-v-227e2618]{
		background-color: #fff;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border-radius: 4px;
		overflow: hidden;
}
.d_c2_div1_title_box[data-v-227e2618]{
		padding: 23px 24px;
}
.d_c2_div1_title_logo[data-v-227e2618]{
		width: 40px;
		height: 40px;
		border-radius: 50%;
		margin-right: 6px;
}
.d_c2_div1_title_text[data-v-227e2618]{
		padding: 4px 0;
	    color: #3e3563;
	    font-size: 16px;
	    font-weight: 600;
}
.d_c2_div1_title_desc[data-v-227e2618]{
		color: #777777;
    	font-size: 12px;
}
.d_c2_div1_tips[data-v-227e2618]{
	    padding: 32px 24px;
}
.d_c2_div1_tips_content[data-v-227e2618]{
		background: #fffbe6;
	    border: 1px solid #ffe58f;
	    border-radius: 4px;
	    padding: 10px;
	    font-size: 12px;
	    color: #433f54;
}
.d_c2_div1_tips_content>i[data-v-227e2618]{
		color: #ffe58f;
}
.d_c2_div1_main[data-v-227e2618]{
		padding: 32px 24px;
}
.d_c2_div1_main_left[data-v-227e2618]{
		-webkit-box-flex:1;
		    -ms-flex:1;
		        flex:1;
}
.d_c2_div1_main_right[data-v-227e2618]{
		width: 350px;
		padding-left: 55px;
		border-left: solid 1px #ebebeb;
}
.d_c2_div1_main_title[data-v-227e2618]{
		font-size: 13px;
		padding-bottom: 10px;
}
.d_c2_div1_main_title>i[data-v-227e2618]{
		cursor: pointer;
}
.d_c2_div1_main_desc[data-v-227e2618]{
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
}
.d_c2_div1_main_desc_num[data-v-227e2618]{
	    color: #7368aa;
		font-size: 28px;
}
.d_c2_div1_main_desc_unit[data-v-227e2618]{
		padding: 0 4px;
	    color: #c3c0cf;
    	font-size: 18px;
}
.d_c2_div1_main_desc_symbol[data-v-227e2618]{
	    color: #c3c0cf;
    	font-size: 18px;
}
.d_c2_div1_right_year[data-v-227e2618]{
		color: #999;
    	font-size: 13px;
		padding: 20px 0 10px;
}
.d_c2_echarts_box[data-v-227e2618]{
		height: 100px;
}
#d_c2_echart[data-v-227e2618]{
		width: 100%;
		height: 100px;
}
.d_c2_div1_main_left_item_title[data-v-227e2618]{
		margin-bottom: 10px;
    	color: #999;
    	font-size: 14px;
}
.d_c2_div1_main_left_item_input_box[data-v-227e2618]{
		margin: 0 49px 32px 0;
		position: relative;
}
.d_c2_div1_main_left_item_input_box[data-v-227e2618] .el-progress .el-progress-bar .el-progress-bar__inner{
		max-width: 100%;
}
.d_c2_input_append[data-v-227e2618]{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: absolute;
		right: 0;
		top: 10px;
		white-space: nowrap;
}
.d_c2_input_appendText[data-v-227e2618]{
		padding: 0 16px;
		color: #6755b9;
	    cursor: pointer;
	    font-size: 14px;
}
.d_c2_input_appendLine[data-v-227e2618]{
		width: 1px;
		height: 20px;
		background-color: #DCDFE6;
}
.d_c2_input_appendSymbol[data-v-227e2618]{
		padding: 0 16px;
		color: #999;
	    font-size: 14px;
}
.d_c2_div1_proce_desc[data-v-227e2618]{
		padding-top: 10px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.d_c2_color1[data-v-227e2618]{
		color: #6358a0;
		font-size: 13px;
		font-weight: bold;
}
.d_c2_color2[data-v-227e2618]{
		color: #c3c0cf;
		font-size: 13px;
		font-weight: bold;
}
.d_c2_div1_bot[data-v-227e2618]{
		padding: 12px 24px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.d_c2_div1_bot_left[data-v-227e2618]{
		-webkit-box-align: baseline;
		    -ms-flex-align: baseline;
		        align-items: baseline;
}
.d_c2_div1_bot_left>span[data-v-227e2618]:nth-child(1){
		font-size: 13px;
}
.d_c2_div1_bot_left>span[data-v-227e2618]:nth-child(2){
		padding: 0 4px 0 8px;
		color: #7368aa;
		font-size: 28px;
}
.d_c2_div1_bot_left>span[data-v-227e2618]:nth-child(3){
		color: #c3c0cf;
    	font-size: 18px;
}
.d_c2_check[data-v-227e2618]{
		padding: 0 20px 10px 0;
		text-align: right;
		font-size: 14px;
}
.d_c2_check[data-v-227e2618] .el-checkbox__inner{
		width: 16px;
		height: 16px;
}
.d_c2_check[data-v-227e2618] .el-checkbox__label{
		color: #606266
}
.d_c2_check[data-v-227e2618] .el-checkbox__inner::after{
		left: 5px;
}
.d_c2_check[data-v-227e2618] .el-checkbox__input.is-checked .el-checkbox__inner{
	    background-color: #766bac;
    	border-color: #6039de;
}
.d_cyBtB[data-v-227e2618]{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.d_tc[data-v-227e2618]{
		margin-right: 18px;
	    color: #de3509;
	    font-size: 13px;
}
.d_cyBtn[data-v-227e2618]{
		cursor: pointer;
		outline: none;
	    width: 230px;
	    height: 44px;
	    background: -webkit-gradient(linear,left top, right top,from(#766bac),to(#5f549e));
	    background: linear-gradient(90deg,#766bac,#5f549e);
	    border: 1px solid transparent;
	    border-radius: 4px;
	    color: #fff;
	    font-size: 14px;
}
.d_dialog_title[data-v-227e2618]{
		text-align: center;
		color: #212f4f;
    	font-size: 20px;
}
.d_dialog_content[data-v-227e2618]{
		font-size: 16px;
}
.d_dialog_footer_btn[data-v-227e2618]{
		display: inline-block;
		width: 100%;
	    height: 44px;
	    outline: none;
	    border:none;
	    color: #fff;
	    background: -webkit-gradient(linear,left top, right top,from(#766bac),to(#5f549e));
	    background: linear-gradient(90deg,#766bac,#5f549e);
	    border-radius: 4px;
	    cursor: pointer;
}
.d_c2_div2[data-v-227e2618]{
		padding: 28px 24px;
		margin-top: 20px;
		background-color: #fff;
		border-radius: 4px;
}
.d_c2_div2_title[data-v-227e2618]{
		color: #7f7999;
		font-size: 18px;
		font-weight: bold;
}
.d_c2_div2_step1[data-v-227e2618]{
		margin: 30px 0 10px;
		padding: 0 6px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.d_c2_div2_step1>div[data-v-227e2618]{
		padding: 4px 8px;
    	border: 1px solid #c0b5f6;
    	background: #eeebfb;
	    border-radius: 4px;
	    color: #7368aa;
	    font-size: 12px;
}
.d_c2_div2_step2[data-v-227e2618]{
		padding:14px 30px;
}
.d_c2_div2_step2s[data-v-227e2618]{
		height: 4px;
		background-color: #ddd;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.d_c2_div2_step2sItem[data-v-227e2618]{
		margin-top: -3px;
	    width: 8px;
	    height: 8px;
	    border: 2px solid rgba(0,0,0,.09);
	    background: #fff;
	    border-radius: 4px;
	    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
	            box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}
.d_c2_div2_step2sItemActive[data-v-227e2618]{
		margin-top: -5px;
		width: 12px;
	    height: 12px;
	    border: 4px solid #fff;
	    background: #c0b5f6;
	    border-radius: 6px;
	    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
	            box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
}
.d_c2_div2_step3[data-v-227e2618]{
		margin: 10px 0 10px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.d_c2_div2_step3>div[data-v-227e2618]{
		width: 70px;
		white-space: nowrap;
		text-align: center;
}
.d_c2_div2_desc[data-v-227e2618]{
		padding: 30px 0 60px 24px;
		font-size: 12px;
}
.d_c2_div2_desc>p[data-v-227e2618]{
		margin-bottom: 16px;
}
.d_c2_more[data-v-227e2618]{
		text-align: center;
		padding-bottom: 20px;
}
.d_c2_more>button[data-v-227e2618]{
		outline: none;
		cursor: pointer;
		width: 230px;
		height: 44px;
		background: -webkit-gradient(linear,left top, right top,from(#766bac),color-stop(97%, #5f549e));
		background: linear-gradient(90deg,#766bac,#5f549e 97%);
		border: solid 1px #6039de;
    	-webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
    	        box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
    	border-radius: 4px;
    	color: #fff;
    	font-size: 14px;
}

.d_c3_page[data-v-cbf3c8fa]{
		padding-top: 20px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
}
.d_c3_page[data-v-cbf3c8fa] .el-pagination.is-background .el-pager li:not(.disabled).active{
		background:#6358a0;
}
.d_c3_color1[data-v-cbf3c8fa]{
		color: #7368aa
}
.d_c3_proce_desc[data-v-cbf3c8fa]{
		padding-top: 6px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.d_c3_cardItem_center_itemLast[data-v-cbf3c8fa]{
		width: 396px;
}
.d_c3_cardItem_center_item_bot_span1[data-v-cbf3c8fa]{
		color: #7368aa;
    	font-size: 20px;
    	font-weight: bold;
    	padding-right: 4px;
}
.d_c3_cardItem_center_item_bot_span2[data-v-cbf3c8fa]{
		color: #c3c0cf;
    	font-size: 14px;
    	font-weight: bold;
}
.d_c3_cardItem_center_item_bot_span3[data-v-cbf3c8fa]{
		color: #333;
    	font-size: 16px;
    	font-weight: bold;
}
.d_c3_cardItem_center_item_top[data-v-cbf3c8fa]{
		padding-bottom: 14px;
}
.d_c3_cardItem_center[data-v-cbf3c8fa]{
		color: #ababab;
		padding: 30px 0 20px 24px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
}
.d_c3_cardItem_top_con_left_tag[data-v-cbf3c8fa]{
		position: relative;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-left: 24px;
}
.d_c3_cardItem_top_con_left_tag_left[data-v-cbf3c8fa]{
		width: 0;
		height: 0;
		border-bottom:solid 10px transparent;
		border-right: solid 14px #7368aa;
		border-top: solid 10px transparent;
}
.d_c3_cardItem_top_con_left_tag_center[data-v-cbf3c8fa]{
		width: 5px;
		height: 5px;
		background-color: #fff;
		border-radius: 50%;
		position: absolute;
		left: 14px;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		        transform: translate(0,-50%);
}
.d_c3_cardItem_top_con_left_tag_right[data-v-cbf3c8fa]{
		height: 20px;
		padding: 0 10px;
		line-height: 20px;
		color: #fff;
		background-color: #7368aa;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
}
.d_c3_cardItem[data-v-cbf3c8fa]{
		padding: 12px 24px 0 0;
		background-color: #fff;
		border-radius: 4px;
		margin-bottom: 20px;
}
.d_c3_cardItem_top[data-v-cbf3c8fa]{
}
.d_c3_cardItem_top_label[data-v-cbf3c8fa]{
		color: #fff;
		padding: 6px 6px 4px;
		font-size: 12px;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
}
.d_c3_cardItem_top_label1[data-v-cbf3c8fa]{
		background-color: #7368aa;
}
.d_c3_cardItem_top_label2[data-v-cbf3c8fa]{
		background-color: #24b36b;
}
.d_c3_cardItem_top_con[data-v-cbf3c8fa]{
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding-left: 4px;
}
.d_c3_cardItem_top_con_right[data-v-cbf3c8fa]{
		font-size: 14px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.d_c3_cardItem_top_con_right_date[data-v-cbf3c8fa]{
		color: #333;
}
.d_c3_cardItem_top_con_left[data-v-cbf3c8fa]{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.d_c3_cardItem_top_con_left_label[data-v-cbf3c8fa]{
		font-size: 14px;
		color: #333;
		font-weight: bold;
}
.d_c3_container[data-v-cbf3c8fa]{
		color: #ababab;
    	font-size: 12px;
}
.d_flex[data-v-cbf3c8fa]{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.d_c3_top[data-v-cbf3c8fa]{
		padding-bottom: 30px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}
.d_c3_tabs[data-v-cbf3c8fa]{
		font-size: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
.d_c3_tab[data-v-cbf3c8fa]{
		cursor: pointer;
}
.d_c3_divider[data-v-cbf3c8fa]{
		height: 100%;
}
.d_c3_divider>div[data-v-cbf3c8fa]{
		height: 100%;
		margin: 4px 20px 0;
		width: 1px;
		height: 14px;
		background-color: #ababab;
}
.d_c3_tab_active[data-v-cbf3c8fa]{
		color: #fff;
}
.d_c3_check[data-v-cbf3c8fa]{
		padding: 0 20px 10px 0;
		text-align: right;
		font-size: 14px;
}
.d_c3_check[data-v-cbf3c8fa] .el-checkbox__inner{
		width: 16px;
		height: 16px;
}
.d_c3_check[data-v-cbf3c8fa] .el-checkbox__label{
		color: #fff
}
.d_c3_check[data-v-cbf3c8fa] .el-checkbox__inner::after{
		left: 5px;
		top: 2px;
}
.d_c3_check[data-v-cbf3c8fa] .el-checkbox__input.is-checked .el-checkbox__inner{
	    background-color: #766bac;
    	border-color: #6039de;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.leftBzList::-webkit-scrollbar {
  display: none;
}
.leftBzList {
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
.green {
  color: #0fbf69;
}
.red {
  color: red;
}
.selectLogoClass {
  position: relative;
}
.selectLogoClassImg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 9px;
  top: 10px;
  z-index: 999;
}
.selectLogoClass {
  position: relative;
}
.selectLogoClassImg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 9px;
  top: 10px;
  z-index: 999;
}
.transaction_div {
  border-top: 1px solid #3B3B3B;
  position: relative;
  width: 100%;
  left: 0;
  height: 100%;
  overflow-y: auto;
  background-color: #0B0B0B;
}
.transaction_div::-webkit-scrollbar {
  /*滚动条整体部分，可以设置宽度啥的**/
  width: 0px;
}
.transaction_div .greenColor {
  color: #44BCA7;
}
.transaction_div .redColor {
  color: #CD3D58;
}
.transaction_div .el-row {
  background-color: #0B0B0B;
}
.transaction_div .transaction_left {
  height: 1300px;
  overflow-y: auto;
  background-color: #0B0B0B;
}
.transaction_div .transaction_left::-webkit-scrollbar {
  /*滚动条整体部分，可以设置宽度啥的**/
  width: 6px;
}
.transaction_div .transaction_left::-webkit-scrollbar-thumb {
  /*滚动的滑块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px #575F67;
  -webkit-box-shadow: inset 0 0 5px #575F67;
  background: #575F67;
}
.transaction_div .transaction_left::-webkit-scrollbar-track {
  /* 外层轨道*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px #131722;
  -webkit-box-shadow: inset 0 0 5px #131722;
  background: #131722;
}
.transaction_div .transaction_left .hasPadding {
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transaction_div .transaction_left .hasPadding .el-form-item {
  margin-bottom: 0;
}
.transaction_div .transaction_left .hasPadding .pairList > div {
  display: block;
}
.transaction_div .transaction_left .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -108px;
}
.transaction_div .transaction_left .topBox li {
  color: #8E8E8E;
  margin-right: 20px;
}
.transaction_div .transaction_left .topBox .getValue {
  color: #ffffff;
  margin: 0 10px;
}
.transaction_div .transaction_left .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transaction_div .transaction_left .el-form-item__content .el-input__inner {
  border: none;
  background-color: transparent;
  outline: none;
}
.transaction_div .transaction_left .el-form-item__content .el-select {
  width: 150px;
}
.transaction_div .transaction_right {
  background-color: #131722;
  padding: 20px 20px 20px;
  height: 79.6%;
  position: absolute;
  top: 81px;
  width: 19%;
}
.transaction_div .transaction_right .transaction_right_title {
  width: 100%;
}
.transaction_div .transaction_right .transaction_right_title .right_title {
  width: 48%;
  display: inline-block;
  color: #8E8E8E;
}
.transaction_div .transaction_right .transaction_right_title .right_title:nth-child(2) {
  text-align: center;
}
.transaction_div .transaction_right .transaction_right_title .right_title:nth-last-child(1) {
  text-align: right;
}
.transaction_div .transaction_right .transaction_right_title .right_title span {
  display: block;
}
.transaction_div .transaction_right .entrustList h3 {
  margin: 0 0 20px 0;
  color: #ffffff;
}
.transaction_div .transaction_right .entrustList > ul {
  width: 100%;
}
.transaction_div .transaction_right .entrustList > ul li {
  width: 100%;
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.transaction_div .transaction_right .entrustList > ul li span {
  width: 48%;
  display: inline-block;
}
.transaction_div .transaction_right .entrustList > ul li span:nth-child(2) {
  text-align: right;
  color: #ffffff;
}
.transaction_div .transaction_right .entrustList > ul li span:nth-last-child(1) {
  color: #C3C3C3;
  text-align: right;
}
.transaction_div .transaction_right .entrustList > ul li .percenttd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 30px;
}
.transaction_div .transaction_right .entrustList > ul li .percenttd .percentDiv {
  position: absolute;
  width: 40%;
  height: 100%;
}
.transaction_div .transaction_right .conversion {
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #3B3B3B;
  border-bottom: 1px solid #3B3B3B;
}
.transaction_div .transaction_right .conversion span {
  margin-right: 10px;
}
.transaction_div .transaction_right .riseList li {
  position: relative;
  top: 0;
  left: 0;
}
.transaction_div .transaction_right .riseList li span:nth-child(1) {
  color: #0fbf69;
}
.transaction_div .transaction_right .riseList li .percenttd .percentDiv {
  background-color: #00ff9b;
  opacity: 0.2;
}
.transaction_div .transaction_right .fallList li {
  position: relative;
  top: 0;
  left: 0;
}
.transaction_div .transaction_right .fallList li span:nth-child(1) {
  color: #ff1100;
}
.transaction_div .transaction_right .fallList li .percenttd .percentDiv {
  background-color: #ff1100 !important;
  opacity: 0.2;
}
.transaction_div .transaction_right .transtionBar {
  text-align: center;
}
.transaction_div .transaction_right .transtionBar .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.transaction_div .transaction_right .transtionBar .el-tabs__nav {
  overflow: hidden;
  margin: 0 auto;
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-top {
  position: relative;
  top: 0;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999999 !important;
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #232E3D;
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-top:nth-child(2)::before {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  transform: skew(-22deg);
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-top:nth-child(3)::before {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  -moz-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-active {
  color: #ffffff !important;
}
.transaction_div .transaction_right .transtionBar .el-tabs__item.is-active::before {
  background-color: #0066ED !important;
}
.transaction_div .transaction_right .lever_box .el-tabs__nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.transaction_div .transaction_right .lever_box .el-tabs__item {
  padding: 0 10px!important;
  background-color: #262A38;
  border-radius: 4px;
  min-width: 34px;
  text-align: center;
  color: #999999 !important;
  margin-right: 14px;
  height: 30px;
  line-height: 30px;
}
.transaction_div .transaction_right .lever_box .el-tabs__item.is-active {
  background-color: #0066ED;
  color: #ffffff !important;
}
.transaction_div .transaction_right .entrust_price .white {
  margin-bottom: 10px;
}
.transaction_div .transaction_right .entrust_price .el-input__inner {
  background-color: transparent;
  border: 1px solid #3B3B3B;
  color: #fff;
}
.transaction_div .transaction_right .entrust_price .el-input__suffix-inner {
  display: inline-block;
  line-height: 40px;
  color: #FFFFFF;
  margin-right: 16px;
}
.transaction_div .transaction_right .el-input.is-disabled .el-input__inner {
  background-color: transparent;
  border: 1px solid #3B3B3B;
  padding-left: 20px;
  color: #ffffff;
}
.transaction_div .transaction_right .transaction_right_div {
  margin-top: -20px;
  border-top: 1px solid #3b3b3b00;
  padding: 20px 0;
}
.transaction_div .transaction_right .transaction_right_div .el-input-number .el-input__inner {
  background-color: transparent;
  border: 1px solid #3b3b3b;
  color: #ffffff;
}
.transaction_div .transaction_right .transaction_right_div .el-input-number .el-input-number__increase,
.transaction_div .transaction_right .transaction_right_div .el-input-number .el-input-number__decrease {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.transaction_div .transaction_right .transaction_right_div .priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0;
}
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number {
  width: 100%;
  margin-top: 10px;
}
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__decrease,
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__increase {
  border: none;
  background-color: transparent;
}
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__decrease:hover,
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__increase:hover {
  color: #0066ED;
}
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__decrease i,
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__increase i {
  color: #ffffff;
}
.transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input__inner {
  background-color: transparent;
  border: 1px solid #3B3B3B;
  padding-left: 20px;
  color: #ffffff;
}
.transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item {
  padding: 0 10px;
  border-radius: 4px;
  min-width: 34px;
  text-align: center;
  color: #ffffff !important;
  margin-right: 14px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #3B3B3B;
}
.transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active {
  background-color: #0066ED;
  border: 1px solid #0066ED;
}
.transaction_div .transaction_right .transaction_right_div .bondClass p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  margin-top: 26px;
}
.transaction_div .transaction_right .transaction_right_div .bondClass p:nth-last-child(1) span {
  color: #8E8E8E;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn button {
  width: 44%;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn .buyBtn {
  background: #44BCA7 !important;
  color: #fff !important;
  border: 1px solid #44BCA7 !important;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn .sellBtn {
  background: #CD3D58 !important;
  color: #fff !important;
  border: 1px solid #CD3D58 !important;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing {
  width: 48%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing a {
  color: #fff !important;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing:nth-child(1) {
  background: #44BCA7 !important;
}
.transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing:nth-last-child(1) {
  background: #CD3D58 !important;
}
.transaction_div .transaction_right .el-slider__button {
  width: 10px;
  height: 10px;
  border: 6px solid #fff;
  background-color: #6FC1A1;
}
.transaction_div .transaction_right .el-slider__bar {
  background-color: #6FC1A1;
}
.transaction_div .transaction_right .el-slider__runway {
  background-color: #8E8E8E;
}
.transaction_div .transaction_right .el-slider__runway > div .el-slider__marks-stop {
  background: #FFFFFF;
  border: 2px solid #6FC1A1;
  top: -2px;
}
.transaction_div .transaction_right .el-slider__stop {
  background: #8E8E8E;
}
.el-select-dropdown__item.selected,
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #575F67 !important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.contract_record_div .transtionBar {
  position: relative;
  top: 10px;
  background-color: #131722;
}
.contract_record_div .transtionBar .linkRight {
  position: absolute;
  top: 10px;
  right: 0;
  color: #00EEFF;
}
.contract_record_div .el-tabs .el-tabs__header {
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 40px;
}
.contract_record_div .el-tabs .el-tabs__item {
  color: #C3C3C3 !important;
  padding: 0!important;
  margin-right: 40px;
}
.contract_record_div .el-tabs .el-tabs__item.is-active {
  color: #00EEFF !important;
  position: relative;
  top: 0;
}
.contract_record_div .el-tabs .el-tabs__item.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 26%;
  border: 1px solid #00EEFF;
}
.contract_record_div .greenColor {
  color: #44BCA7 !important;
}
.contract_record_div .redColor {
  color: #CD3D58 !important;
}
.contract_record_div .el-table .cell {
  font-size: 12px;
}
.contract_record_div .el-table thead,
.contract_record_div .el-table tr th {
  background: #212435 !important;
  color: #d0d0d0;
}
.contract_record_div .el-table tbody,
.contract_record_div .el-table tr td {
  background: #0A1627 !important;
  color: #FFFFFF;
  border: none;
}
.contract_record_div .el-table__empty-block {
  background-color: #0A1627 !important;
}
.contract_record_div .el-pagination {
  background-color: #0A1627 !important;
}
.contract_record_div .contract_info {
  background-color: #0A1627;
  border-radius: 4px;
  min-height: 500px;
}
.contract_record_div .contract_info .title {
  line-height: 47px;
  background-color: #232E3D !important;
  color: #FFFFFF;
  padding: 0 40px;
}
.contract_record_div .contract_info .title span {
  margin-right: 10px;
}
.contract_record_div .contract_info ul {
  padding: 0 20px;
}
.contract_record_div .contract_info ul li {
  padding: 0 20px;
  border-bottom: 1px solid #DCDCDC;
  line-height: 56px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contract_record_div .operation_div span {
  cursor: pointer;
  display: block;
  color: #87D8EA;
}
.contract_record_div .average_content {
  margin: 20px 0;
}
.contract_record_div .average_content .title {
  text-align: center;
}
.contract_record_div .average_content .title span {
  margin-right: 10px;
}
.contract_record_div .average_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
}
.contract_record_div .average_content ul li span:nth-child(1) {
  color: #8E8E8E;
}
.contract_record_div .average_content ul li span:nth-last-child(1) {
  color: #333333;
}
.contract_record_div .lastBtn button {
  width: 47.6%;
}

#trade-view {
	margin: 20px 0px;
}

.poll .flex[data-v-3edba70a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.poll .flex-1[data-v-3edba70a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}
.poll p[data-v-3edba70a], .poll i[data-v-3edba70a] {
    margin: 0;
    font-style: normal;
}
.pollMinWidth[data-v-3edba70a] {
    min-width: 1280px;
}
._row[data-v-3edba70a] {
    width: 1200px;
    margin: 0 auto;
}
.poll ._red[data-v-3edba70a] {
    color: var(--brandColor)
}
.poll .font-bold[data-v-3edba70a] {
    font-weight: bold;
}
.text-center[data-v-3edba70a] {
    text-align: center;
}
.poll .text-ellipsis[data-v-3edba70a] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* poll index */
.pollIndexBanner[data-v-3edba70a] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(#EDF7FF), to(rgba(25,255,255,0)));
    background: linear-gradient(180deg, #EDF7FF 0%, rgba(25,255,255,0) 100%);
    background: #0012b9;
}
.pollIndexBannerView[data-v-3edba70a] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pollIndexBannerRow[data-v-3edba70a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pollIndexBannerRow .pollIndexBannerTitle[data-v-3edba70a] {
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
}
.pollIndexBannerRow .pollIndexBannerText[data-v-3edba70a] {
    color: #ffffff;
    font-size: 22px;
    padding-top: 42px;
    line-height: 1;
}
.pollIndexBannerBg[data-v-3edba70a] {
    width: 286px;
    height: 286px;
    background: url(../../static/img/poll_index_img.4e9c45c.png?v=0.0.1) center center no-repeat;
}
.pollListTab[data-v-3edba70a] {
    display: block;
    margin-bottom: 40px;
}
.pollListTab .pollListTabItem[data-v-3edba70a]:first-child {
    margin-left: 0;
}
.pollListTab .pollListTabItem[data-v-3edba70a] {
    color: #999999;
    padding: 12px 5px;
    font-size: 24px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pollListTab .pollListTabItem.active[data-v-3edba70a] {
    color: #333;
}
.pollListTab .pollListTabItem[data-v-3edba70a]:before {
    content: '';
    height: 6px;
    top: 100%;
    left: 0;
    width: 0;
    background: #0BBA80;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pollListTab .pollListTabItem.active[data-v-3edba70a]:before {
    width: 100%;
}
.pollList[data-v-3edba70a] {
    padding-bottom: 100px;
}
.pollList .pollItemRow[data-v-3edba70a] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 28px;
    cursor: pointer;
}
.pollList .pollItemRow[data-v-3edba70a]:last-child {
    margin-bottom: 0
}
.pollList .pollItemIcon[data-v-3edba70a] {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 20px;
}
.pollList .pollItemIcon img[data-v-3edba70a] {
    display: block;
    width: 54px;
    height: 54px;
    background: #999
}
.pollList .pollItemMainRow[data-v-3edba70a] {
    margin-top: -38px;
}
.pollList .pollItemTitle[data-v-3edba70a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.pollList .pollItemTitle p[data-v-3edba70a] {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin: 0;
    font-weight: 500;
}
.pollList .pollItemTitle i[data-v-3edba70a] {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-top: 12px;
    font-style: normal;
}
.pollList .pollItemTime[data-v-3edba70a] {
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    font-weight: 500;
}
.pollList .pollItemTime b[data-v-3edba70a] {
    color: #333;
    margin-left: 2px;
}
.pollList .pollItemMainRow[data-v-3edba70a] {
    background: #F7F8F9;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.pollList .pollItemMainRow .pollItemMainRow_i[data-v-3edba70a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}
.pollList .pollItemMainRowBtn[data-v-3edba70a] {
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px;
    background: #ccc;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pollList .pollItemMainRowBtn.to_start[data-v-3edba70a] {
    background: #FF9500
}
.pollList .pollItemMainRowBtn.in_progress[data-v-3edba70a] {
    background: #0BBA80
}
.pollList .pollItemMainRowBtn.finished[data-v-3edba70a] {
    background: #4f69f9
}
.pollList .pollItemMainRowBtn.to_start[data-v-3edba70a]:hover {
    background: #FF9B1A
}
.pollList .pollItemMainRowBtn.in_progress[data-v-3edba70a]:hover {
    background: #23C18C
}
.pollList .pollItemMainRow .pollItemMainRow_i p[data-v-3edba70a] {
    color: #999;
    line-height: 20px;
    font-size: 14px;
    display: block;
}
.pollList .pollItemMainRow .pollItemMainRow_i i[data-v-3edba70a] {
    color: #333;
    line-height: 18px;
    font-size: 14px;
    padding-top: 8px;
    display: block;
}
.pollList .pollItemMainRow[data-v-3edba70a] {
    padding: 0 25px;
    background: transparent;
}
.poll .fee_msg[data-v-3edba70a] {
    color: #E64E62;
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
}

/* ranking || pk3 */
.poll .listPoll .fee_msg[data-v-3edba70a] {
    color: #E64E62;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
}
.pollList .fee_msg[data-v-3edba70a] {
    color: #E64E62;
    text-align: center;
}
.pollBg[data-v-3edba70a] {
    width: 100%;
    min-height: 800px;
    background: linear-gradient(180deg, #EDF7FF 0%, rgba(255,255,255,0) 800px);
}
.pollDetailBanner[data-v-3edba70a] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 300px;
}
.pollDetailBannerTitleSub div[data-v-3edba70a] {
    display: inline-block;
}
.pollDetailBannerTitleSub[data-v-3edba70a] {
    font-size: 18px;
    opacity: 0.8;
}
.pollDetailBannerView[data-v-3edba70a] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}
.pollDetailBannerRow[data-v-3edba70a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pollDetailBannerRow .pollDetailBannerTitle[data-v-3edba70a] {
    color: #1F2533;
    font-size: 48px;
    line-height: 1;
}
.pollDetailBannerRow .pollDetailBannerText[data-v-3edba70a] {
    color: #979FAF;
    font-size: 18px;
    padding-top: 24px;
    line-height: 1.2;
}
#pollRanking .pollDetailBannerBg[data-v-3edba70a] {
    width: 286px;
    height: 286px;
    background: url(/images/poll_ranking_img.png) center center no-repeat;
}
#pollPK3 .pollDetailBannerBg[data-v-3edba70a] {
    width: 286px;
    height: 286px;
    background: url(/images/poll_pk3_img.png) center center no-repeat;
}
#pollDeposit .pollDetailBannerBg[data-v-3edba70a] {
    width: 286px;
    height: 286px;
    background: url(/images/poll_deposit_img.png) center center no-repeat;
}
.pollDetailData[data-v-3edba70a] {
    padding-bottom: 60px;
}
.pollDetailData li p[data-v-3edba70a] {
    color: #333;
    line-height: 22px;
    font-size: 16px;
    margin: 0;
    display: block;
}
.pollDetailData li i[data-v-3edba70a] {
    color: #979FAF;
    line-height: 20px;
    font-size: 16px;
    padding-top: 10px;
    display: block;
}
#pollBreadNav[data-v-3edba70a] {
    position: absolute;
    left: 0;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#pollBreadNav li.active[data-v-3edba70a]:after {
    content: '';
}
#pollBreadNav li[data-v-3edba70a]:after {
    content: '>';
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 0 4px;
}
#pollBreadNav li[data-v-3edba70a] {
    font-size: 16px;
}
#pollBreadNav li.active span[data-v-3edba70a] {
    color: #333
}
#pollBreadNav li a[data-v-3edba70a] {
    color: #999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
#pollBreadNav li a[data-v-3edba70a]:hover {
    color: #7e9599
}
.pollItemList[data-v-3edba70a] {
    padding-bottom: 80px;
}
.pollItemList .pollItemRow[data-v-3edba70a] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 28px;
}
.pollItemList .pollItemRow[data-v-3edba70a]:last-child {
    margin-bottom: 0
}
.pollItemList .pollItemIcon[data-v-3edba70a] {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 20px;
}
.pollItemList .pollItemIcon img[data-v-3edba70a] {
    display: block;
    width: 54px;
    height: 54px;
    background: #999
}
.pollItemList .pollItemMainRow[data-v-3edba70a] {
    margin-top: 28px;
}
.pollItemList .pollItemTitle[data-v-3edba70a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.pollItemList .pollItemTitle p[data-v-3edba70a] {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin: 0;
    font-weight: 500;
}
.pollItemList .pollItemTitle i[data-v-3edba70a] {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-top: 10px;
    font-style: normal;
}
.pollItemList .pollItemBtnView[data-v-3edba70a] {
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    font-weight: 500;
}
.pollItemList .pollItemBtnView .pollDtlBtn[data-v-3edba70a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    background: #ccc;
    margin: 0 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.pollItemList .pollItemBtnView .pollDtlBtn[data-v-3edba70a]:first-child {
    margin-left: 0;
}
.pollItemList .pollItemBtnView .pollDtlBtn[data-v-3edba70a]:last-child {
    margin-right: 0;
}
.pollItemList .pollItemBtnView .pollDtlBtn.success[data-v-3edba70a] {
    background: #0BBA80;
    border-color: #0BBA80;
}
.pollItemList .pollItemBtnView .pollDtlBtn.success[data-v-3edba70a]:hover {
    background: #23C18C;
    border-color: #23C18C;
}
.pollItemList .pollItemBtnView .pollDtlBtn.error[data-v-3edba70a] {
    background: #E64E62;
    border-color: #E64E62;
}
.pollItemList .pollItemBtnView .pollDtlBtn.error[data-v-3edba70a]:hover {
    background: #E86072;
    border-color: #E86072;
}
.pollItemList .pollItemBtnView .pollDtlBtn.disabled[data-v-3edba70a] {
    background: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}
.pollItemList .pollItemBtnView .pollDtlBtn.shareBtn[data-v-3edba70a] {
    background: transparent;
    padding: 10px 9px;
    border: solid 2px #979797;
    color: #666
}
.pollItemList .pollItemBtnView .pollDtlBtn.shareBtn[data-v-3edba70a]:hover {
    background: transparent;
    padding: 10px 9px;
    border: solid 2px var(--brandColor);
    color: var(--brandColor)
}
.pollItemList .pollItemMainRow[data-v-3edba70a] {
    background: #F7F8F9;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.pollItemList .pollItemMainRow .pollItemMainRow_i[data-v-3edba70a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}
.pollItemList .pollItemMainRow .pollItemMainRow_i p[data-v-3edba70a] {
    color: #999;
    line-height: 20px;
    font-size: 14px;
    display: block;
}
.pollItemList .pollItemMainRow .pollItemMainRow_i i[data-v-3edba70a] {
    color: #333;
    line-height: 18px;
    font-size: 14px;
    padding-top: 8px;
    display: block;
}
.pollDetailInfo[data-v-3edba70a] {
    padding-top: 20px;
    padding-bottom: 100px;
}
.pollDetailInfo h3[data-v-3edba70a] {
    color: #333;
    font-size: 24px;
    padding-bottom: 26px;
    margin: 0;
}
.pollDetailInfo p[data-v-3edba70a] {
    color: #333;
    font-size: 16px;
    margin: 0;
    text-align: justify;
    line-height: 26px;
}
.pollDetailInfo a[data-v-3edba70a] {
    background: transparent;
    color: var(--brandColor);
    border-radius: 17px;
    border: solid 1px var(--brandColor);
    padding: 5px 16px;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.pollDetailInfo a[data-v-3edba70a]:hover {
    background: var(--brandColor);
    color: #fff
}
.itemRankIcon[data-v-3edba70a] {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 10px;
}
.itemRankIcon.no0[data-v-3edba70a] {
    background-image: url(/images/poll_no_1.png);
}
.itemRankIcon.no1[data-v-3edba70a] {
    background-image: url(/images/poll_no_2.png);
}
.itemRankIcon.no2[data-v-3edba70a] {
    background-image: url(/images/poll_no_3.png);
}
.pollItemList .voted_row[data-v-3edba70a] {
    display: inline-block;
    padding-left: 20px;
    font-size: 14px;
}
.pollItemList .voted_row img[data-v-3edba70a] {
    padding-right: 4px;
}
.fee_tip_pre[data-v-3edba70a] {
    position: relative;
    cursor: pointer;
}
.fee_tip[data-v-3edba70a] {
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    border-radius: 4px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px 10px;
    display: none;
}
.fee_tip_pre:hover .fee_tip[data-v-3edba70a] {
    display: block;
}

/* pk */
.poll_pk .pollItemList[data-v-3edba70a] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.poll_pk .pollItemList.pk1[data-v-3edba70a] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.poll_pk .pkItemView[data-v-3edba70a] {
    width: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.poll_pk .pollItemBody[data-v-3edba70a] {
    position: relative;
}
.poll_pk .pollItemRow[data-v-3edba70a] {
    padding: 50px 55px;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    position: relative;
}
.poll_pk .pollItemRow span.pkItemTip[data-v-3edba70a] {
    position: absolute;
    display: block;
    background: var(--brandColorOpacity);
    color: var(--brandColor);
    right: 25px;
    top: 25px;
    padding: 5px 15px;
    border-radius: 6px;
}
.poll_pk .pollItemRow .pollItemIcon[data-v-3edba70a] {
    display: block;
    margin: 0 auto;
}
.poll_pk .pkItemName[data-v-3edba70a] {
    padding: 20px 0 16px 0;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    line-height: 1.2em;
    text-align: center;
}
.poll_pk .pollItemRow p[data-v-3edba70a] {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    display: block;
    width: 100%;
    display: block;
    text-align: center;
}
.poll_pk .pollItemRow a[data-v-3edba70a] {
    font-size: 16px;
    color: #333;
    margin-top: 8px;
    display: inline-block;
}
.poll_pk #pollBreadNav[data-v-3edba70a] {
    position: inherit;
    padding-top: 25px;
    padding-bottom: 55px;
}
.poll_pk .pkItemDtl[data-v-3edba70a] {
    padding-top: 20px
}
.poll_pk .pkItemDtlRow[data-v-3edba70a] {
    display: inline-block;
    padding: 0 15px;
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
.poll_pk .pkItemDtlRow[data-v-3edba70a]:first-child {
    padding-left: 0;
}
.poll_pk .pkItemDtlRow[data-v-3edba70a]:last-child {
    padding-right: 0;
}
.poll_pk .pkTimer[data-v-3edba70a] {
    padding-top: 20px;
}
.poll_pk#pollPK1 .pkTimer[data-v-3edba70a] {
    border-top: solid 1px #E5E5E5;
}
.poll_pk .pkTimer .pkTimerTxt[data-v-3edba70a] {
    padding-bottom: 12px;
}
.poll_pk .pollItemBody .pkItemDtl[data-v-3edba70a] {
    padding-top: 15px;
    font-size: 16px;
}
.poll_pk .pollItemBtnView[data-v-3edba70a] {
    padding-top: 48px;
}
.poll_pk .pkCenterTitle p[data-v-3edba70a] {
    color: #999;
    font-size: 20px;
    padding-top: 12px;
}
.poll_pk .pkCenterTitle p span[data-v-3edba70a] {
    color: #333;
}
.poll_pk .pkCenterTitle .pkCenterTitleText[data-v-3edba70a] {
    text-align: center;
    font-size: 16px;
    color: #333;
}
.poll_pk .pkCenterTitle img[data-v-3edba70a] {
    padding-top: 20px;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
}
.poll_pk .pkCenterTitle[data-v-3edba70a] {
    padding-bottom: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.poll_pk .pkCenterTitle[data-v-3edba70a] {
    padding: 0;
}
.poll_pk .pkProgressBarView[data-v-3edba70a] {
    overflow: hidden;
    border-radius: 8px;
    height: 68px;
    position: relative;
    margin-bottom: 100px;
}
.poll_pk .pkProgressBar[data-v-3edba70a] {
    height: 68px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 200px;
    max-width: calc(100% - 200px);
}
.poll_pk .pkProgressBarLeft[data-v-3edba70a] {
    left: 0;
    padding-right: /*15px*/4px;
    background: url(/images/poll_pk2_left.png?v=2) right center no-repeat;
    text-align: left;
}
.poll_pk .pkProgressBarRight[data-v-3edba70a] {
    right: 0;
    padding-left: /*15px*/4px;
    background: url(/images/poll_pk2_right.png?v=2) left center no-repeat;
    text-align: right;
}
.poll_pk .pkProgressBarRight.pkProgressBarRight_pk1[data-v-3edba70a] {
    right: 0;
    padding-left: /*15px*/4px;
    background: url(/images/poll_pk2_right_default.png?v=2) left center no-repeat;
    text-align: right;
}
.poll_pk .pkProgressBar p[data-v-3edba70a] {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.poll_pk .pkProgressBar p span.font-bold[data-v-3edba70a] {
    font-size: 20px;
}
.poll_pk .pkProgressBar i[data-v-3edba70a] {
    display: block;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 24px;
}
.poll_pk .pkProgressBarContent[data-v-3edba70a] {
    padding: 0 28px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.poll_pk .pkProgressBarContent[data-v-3edba70a]:after {
    content: "";
    position: absolute;
    /*top: -10px;*/
    height: 8px;
    /*bottom: -1px;*/
    width: 50px;
}
.poll_pk .pkProgressBarLeft .pkProgressBarContent[data-v-3edba70a]:after {
    left: -60px;
    bottom: -1px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation: pkLeftAni-data-v-3edba70a 5s ease infinite;
    animation: pkLeftAni-data-v-3edba70a 5s ease infinite;
}
.poll_pk .pkProgressBarRight .pkProgressBarContent[data-v-3edba70a]:after {
    right: -60px;
    top: -1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
    -webkit-animation: pkRightAni-data-v-3edba70a 5s ease infinite;
    animation: pkRightAni-data-v-3edba70a 5s ease infinite;
}

/*.poll_pk .pkProgressBarContent:before {
  width: 7px;
  right: -4px;
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 75%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 75%);
}
.poll_pk .pkProgressBarContent:after {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
}*/
@-webkit-keyframes pkLeftAni-data-v-3edba70a {
0% {
        left: calc(0% - 60px);
        opacity: 0
}
10% {
        left: calc(0% - 60px);
        opacity: 0.5
}
50% {
        left: calc(0% - 60px);
        opacity: 1
}
75% {
        opacity: 1
}
90% {
        opacity: 0.5
}
100% {
        left: calc(100% - 55px);
        opacity: 0
}
}
@keyframes pkLeftAni-data-v-3edba70a {
0% {
        left: calc(0% - 60px);
        opacity: 0
}
10% {
        left: calc(0% - 60px);
        opacity: 0.5
}
50% {
        left: calc(0% - 60px);
        opacity: 1
}
75% {
        opacity: 1
}
90% {
        opacity: 0.5
}
100% {
        left: calc(100% - 55px);
        opacity: 0
}
}
@-webkit-keyframes pkRightAni-data-v-3edba70a {
0% {
        right: calc(0% - 60px);
        opacity: 0
}
10% {
        right: calc(0% - 60px);
        opacity: 0.5
}
50% {
        right: calc(0% - 60px);
        opacity: 1
}
75% {
        opacity: 1
}
90% {
        opacity: 0.5
}
100% {
        right: calc(100% - 55px);
        opacity: 0
}
}
@keyframes pkRightAni-data-v-3edba70a {
0% {
        right: calc(0% - 60px);
        opacity: 0
}
10% {
        right: calc(0% - 60px);
        opacity: 0.5
}
50% {
        right: calc(0% - 60px);
        opacity: 1
}
75% {
        opacity: 1
}
90% {
        opacity: 0.5
}
100% {
        right: calc(100% - 55px);
        opacity: 0
}
}
.fee-h4[data-v-3edba70a] {
    padding: 20px;
}
.fee-msg[data-v-3edba70a] {
    letter-spacing: 0px;
    margin: 0 auto;
}
.fee-btn[data-v-3edba70a] {
    background: transparent;
    min-width: 160px;
    text-align: center;
    line-height: 36px;
    border: solid 1px #434343;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    float: left;
    cursor: pointer;
}
.fee-btn.fee-btn-sub[data-v-3edba70a] {
    float: right;
}
.fee-btn.active[data-v-3edba70a] {
    background: #c85161;
    border-color: #c85161;
}
.fee-btn-row[data-v-3edba70a] {
    padding-top: 20px;
}
.poll_pk .progress_status[data-v-3edba70a] {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    border-style: solid;
    border-width: 6px;
    padding: 4px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
.poll_pk .progress_status span[data-v-3edba70a] {
    display: block;
    border-style: solid;
    border-width: 4px;
    padding: 4px;
    min-width: 72px;
}
.poll_pk .progress_status.status_success span[data-v-3edba70a], .poll_pk .progress_status.status_success[data-v-3edba70a] {
    border-color: #00ad82;
    color: #00ad82;
}
.poll_pk .progress_status.status_failed span[data-v-3edba70a], .poll_pk .progress_status.status_failed[data-v-3edba70a] {
    border-color: var(--brandColor);
    color: var(--brandColor);
}

/* share dialog */
.shareDialogMask[data-v-3edba70a] {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.shareDialog[data-v-3edba70a] {
    position: relative;
    width: 100%;
    height: 100%;
}
.shareDialogView[data-v-3edba70a] {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}
.shareDialogMain[data-v-3edba70a] {
    padding: 50px 60px 40px 60px;
    position: relative;
}
.shareDialogTitle[data-v-3edba70a] {
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1
}
.shareDialogBody[data-v-3edba70a] {
    width: 500px;
    text-align: center;
}
.shareListItem[data-v-3edba70a] {
    display: inline-block;
    margin: 25px 30px;
    cursor: pointer;
    position: relative;
}
.shareDialogMain .close_icon[data-v-3edba70a] {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
    color: #999;
    padding: 5px;
    cursor: pointer;
}
.shareListItem #wechatShare[data-v-3edba70a] {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: calc(100% + 10px);
    left: 50%;
    display: none;
    -webkit-box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 8%);
            box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 8%);
    padding: 6px;
    background: #fff;
    border-radius: 4px;
}

/* countdown-container */
.countdown-container[data-v-3edba70a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px;
}
.countdown-container .time[data-v-3edba70a] {
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 55px;
    width: 19%;
    -webkit-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
            transform: translateZ(0) translate3d(0, 0, 0);
}
.countdown-container .count[data-v-3edba70a] {
    background: #313940;
    color: #f8f8f8;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    line-height: 55px;
    ; overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform-style: flat;
            transform-style: flat;
}
.countdown-container .count.top[data-v-3edba70a] {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}
.countdown-container .count.bottom[data-v-3edba70a] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(transparent));
    background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
}
.countdown-container .label[data-v-3edba70a] {
    color: #888;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 52px;
    width: 100%;
}

/* Animation start */
.countdown-container .count.curr.top[data-v-3edba70a] {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    z-index: 3;
}
.countdown-container .count.next.bottom[data-v-3edba70a] {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    z-index: 2;
}

/* Animation end */
.countdown-container .flip .count.curr.top[data-v-3edba70a] {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
}
.countdown-container .flip .count.next.bottom[data-v-3edba70a] {
    -webkit-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
}

/* feeDialog */
#noty_center_layout_container li#pollFeeDialog[data-v-3edba70a] {
    background: #fff
}
#pollFeeDialog .fee-h4[data-v-3edba70a] {
    font-size: 18px;
    color: #333;
}
#pollFeeDialog .fee-msg[data-v-3edba70a] {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
#pollFeeDialog .fee-btn-close[data-v-3edba70a] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #666;
    color: #666;
    background: transparent;
}
#pollFeeDialog .fee-btn-sub[data-v-3edba70a] {
    background: #E93A3D;
    color: #fff;
}

/* dark css */
body.classic-dark .pollIndexBanner[data-v-3edba70a] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#11445b), to(rgba(255,255,255,0)));
    background-image: linear-gradient(180deg, #11445b 0%, rgba(255,255,255,0))
}
body.classic-dark .pollIndexBannerRow .pollIndexBannerTitle[data-v-3edba70a] {
    color: #fff
}
body.classic-dark .pollListTab .pollListTabItem.active[data-v-3edba70a] {
    color: #12b97f
}
body.classic-dark .pollList .pollItemRow[data-v-3edba70a] {
    background: #333
}
body.classic-dark .pollList .pollItemTime b[data-v-3edba70a] {
    color: #fff
}
body.classic-dark .pollList .pollItemTitle p[data-v-3edba70a] {
    color: #bbb
}
body.classic-dark .pollList .pollItemMainRowBtn.finished[data-v-3edba70a] {
    background: #666
}
body.classic-dark .pollBg[data-v-3edba70a] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#11445b), to(rgba(255,255,255,0)));
    background-image: linear-gradient(180deg, #11445b 0%, rgba(255,255,255,0))
}
body.classic-dark #pollBreadNav li.active span[data-v-3edba70a] {
    color: #fff
}
body.classic-dark .pollDetailBannerRow .pollDetailBannerTitle[data-v-3edba70a] {
    color: #fff
}
body.classic-dark .pollDetailBannerRow .pollDetailBannerText[data-v-3edba70a] {
    color: #ddd
}
body.classic-dark .pollDetailData li p[data-v-3edba70a] {
    color: #ccc
}
body.classic-dark .pollItemList .pollItemRow[data-v-3edba70a] {
    background: #222
}
body.classic-dark .pollItemList .pollItemTitle p[data-v-3edba70a] {
    color: #ccc;
}
body.classic-dark .pollItemList .pollItemMainRow[data-v-3edba70a] {
    background: #282828;
}
body.classic-dark .pollItemList .pollItemMainRow .pollItemMainRow_i i[data-v-3edba70a] {
    color: #ccc
}
body.classic-dark .pollItemList .pollItemBtnView .pollDtlBtn.disabled[data-v-3edba70a] {
    background: #444
}
body.classic-dark .shareDialogView[data-v-3edba70a] {
    background: #333
}
body.classic-dark .shareDialogTitle[data-v-3edba70a] {
    color: #666
}
body.classic-dark .pollDetailInfo h3[data-v-3edba70a] {
    color: #aaa
}
body.classic-dark .pollDetailInfo p[data-v-3edba70a] {
    color: #999
}
body.classic-dark .poll_pk .pkItemName[data-v-3edba70a] {
    color: #999
}
body.classic-dark .poll_pk .pollItemRow a.dtlBtn[data-v-3edba70a] {
    color: #999
}
body.classic-dark .poll_pk .pkItemDtl[data-v-3edba70a] {
    color: #999
}
body.classic-dark .poll_pk .pkItemDtlRow[data-v-3edba70a] {
    color: #999
}
body.classic-dark .poll_pk .pollItemRow a[data-v-3edba70a] {
    color: #fff
}
body.classic-dark .poll_pk .pollItemRow span.pkItemTip[data-v-3edba70a] {
    color: #baa7a7
}
body.classic-dark .poll_pk .pkCenterTitle .pkCenterTitleText[data-v-3edba70a] {
    color: #aaa
}
body.classic-dark .poll_pk .pkCenterTitle p span[data-v-3edba70a] {
    color: #ddd
}
body.classic-dark .poll_pk#pollPK1 .pkTimer[data-v-3edba70a] {
    border-color: #000
}
body.classic-dark #pollFeeDialog .fee-h4[data-v-3edba70a] {
    color: #999
}
body.dark-body .pollIndexBanner[data-v-3edba70a] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#11445b), to(rgba(255,255,255,0)));
    background-image: linear-gradient(180deg, #11445b 0%, rgba(255,255,255,0))
}
body.dark-body .pollIndexBannerRow .pollIndexBannerTitle[data-v-3edba70a] {
    color: #fff
}
body.dark-body .pollListTab .pollListTabItem.active[data-v-3edba70a] {
    color: #12b97f
}
body.dark-body .pollList .pollItemRow[data-v-3edba70a] {
    background: #333
}
body.dark-body .pollList .pollItemTime b[data-v-3edba70a] {
    color: #fff
}
body.dark-body .pollList .pollItemTitle p[data-v-3edba70a] {
    color: #bbb
}
body.dark-body .pollList .pollItemMainRowBtn.finished[data-v-3edba70a] {
    background: #666
}
body.dark-body .pollBg[data-v-3edba70a] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#11445b), to(rgba(255,255,255,0)));
    background-image: linear-gradient(180deg, #11445b 0%, rgba(255,255,255,0))
}
body.dark-body #pollBreadNav li.active span[data-v-3edba70a] {
    color: #fff
}
body.dark-body .pollDetailBannerRow .pollDetailBannerTitle[data-v-3edba70a] {
    color: #fff
}
body.dark-body .pollDetailBannerRow .pollDetailBannerText[data-v-3edba70a] {
    color: #ddd
}
body.dark-body .pollDetailData li p[data-v-3edba70a] {
    color: #ccc
}
body.dark-body .pollItemList .pollItemRow[data-v-3edba70a] {
    background: #222
}
body.dark-body .pollItemList .pollItemTitle p[data-v-3edba70a] {
    color: #ccc;
}
body.dark-body .pollItemList .pollItemMainRow[data-v-3edba70a] {
    background: #282828;
}
body.dark-body .pollItemList .pollItemMainRow .pollItemMainRow_i i[data-v-3edba70a] {
    color: #ccc
}
body.dark-body .pollItemList .pollItemBtnView .pollDtlBtn.disabled[data-v-3edba70a] {
    background: #444
}
body.dark-body .shareDialogView[data-v-3edba70a] {
    background: #333
}
body.dark-body .shareDialogTitle[data-v-3edba70a] {
    color: #666
}
body.dark-body .pollDetailInfo h3[data-v-3edba70a] {
    color: #aaa
}
body.dark-body .pollDetailInfo p[data-v-3edba70a] {
    color: #999
}
body.dark-body .poll_pk .pkItemName[data-v-3edba70a] {
    color: #999
}
body.dark-body .poll_pk .pollItemRow a.dtlBtn[data-v-3edba70a] {
    color: #999
}
body.dark-body .poll_pk .pkItemDtlRow[data-v-3edba70a] {
    color: #999
}
body.dark-body .poll_pk .pkItemDtl[data-v-3edba70a] {
    color: #999
}
body.dark-body .poll_pk .pollItemRow a[data-v-3edba70a] {
    color: #fff
}
body.dark-body .poll_pk .pollItemRow span.pkItemTip[data-v-3edba70a] {
    color: #baa7a7
}
body.dark-body .poll_pk .pkCenterTitle .pkCenterTitleText[data-v-3edba70a] {
    color: #aaa
}
body.dark-body .poll_pk .pkCenterTitle p span[data-v-3edba70a] {
    color: #ddd
}
body.dark-body .poll_pk#pollPK1 .pkTimer[data-v-3edba70a] {
    border-color: #000
}
body.dark-body #pollFeeDialog .fee-h4[data-v-3edba70a] {
    color: #999
}

ul[data-v-5cc829ea] {
  margin: 0;
  padding: 0;
}
li[data-v-5cc829ea] {
  list-style-type: none;
}
a[data-v-5cc829ea] {
  text-decoration: none;
  color: #757575;
}
a[data-v-5cc829ea]:focus {
  border: none;
}
.container[data-v-5cc829ea] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-5cc829ea] {
  background: transparent!important;
}
.el-dialog[data-v-5cc829ea] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-5cc829ea],
.el-dialog .el-dialog__close[data-v-5cc829ea] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-5cc829ea]:hover {
  color: #0066ED;
}
.all_container[data-v-5cc829ea] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-5cc829ea] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-5cc829ea]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-5cc829ea]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-5cc829ea]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-5cc829ea] {
  font-weight: initial;
}
.formPage > p[data-v-5cc829ea] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-5cc829ea] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-5cc829ea] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-5cc829ea],
.el-menu.el-menu--horizontal .el-menu-item[data-v-5cc829ea]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-5cc829ea]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-5cc829ea] {
  border-bottom: none!important;
}
.txtCenter[data-v-5cc829ea],
.el-select-dropdown__item span[data-v-5cc829ea],
.noData[data-v-5cc829ea],
.sureBoxConfirm .el-message-box__title[data-v-5cc829ea] {
  text-align: center;
}
.box-paading-20[data-v-5cc829ea] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-5cc829ea] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-5cc829ea],
.el-pagination .btn-next[data-v-5cc829ea] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-5cc829ea],
.el-pagination .btn-next .el-icon[data-v-5cc829ea] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-5cc829ea] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-5cc829ea]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-5cc829ea] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-5cc829ea] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-5cc829ea] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-5cc829ea] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-5cc829ea] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-5cc829ea] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-5cc829ea] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-5cc829ea]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-5cc829ea]::after {
  background-color: transparent!important;
}
.spread[data-v-5cc829ea],
.leftSpread[data-v-5cc829ea],
.betweenSpread[data-v-5cc829ea],
.el-select-dropdown__item[data-v-5cc829ea],
.sureBoxConfirm .el-message-box__btns[data-v-5cc829ea],
.filter_form[data-v-5cc829ea],
.colorNotice[data-v-5cc829ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-5cc829ea] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-5cc829ea],
.colorNotice[data-v-5cc829ea] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-5cc829ea] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-5cc829ea] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-5cc829ea]:disabled {
  background: transparent;
}
input[data-v-5cc829ea]::-webkit-outer-spin-button,
input[data-v-5cc829ea]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-5cc829ea] {
  -moz-appearance: textfield;
}
.eye[data-v-5cc829ea] {
  cursor: pointer;
}
.el-table thead[data-v-5cc829ea],
.el-table tr th[data-v-5cc829ea] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-5cc829ea] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-5cc829ea],
.el-table td[data-v-5cc829ea] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-5cc829ea] {
  text-align: center!important;
}
.el-table td[data-v-5cc829ea],
.el-table th.is-leaf[data-v-5cc829ea] {
  border: none!important;
}
.el-table--border[data-v-5cc829ea]::after,
.el-table--group[data-v-5cc829ea]::after,
.el-table[data-v-5cc829ea]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-5cc829ea] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-5cc829ea] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-5cc829ea] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-5cc829ea] {
  font-size: 12px;
}
.el-table .cell[data-v-5cc829ea] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-5cc829ea] {
  display: table-cell !important;
}
.el-tabs__item[data-v-5cc829ea] {
  color: #434448 !important;
}
.el-tabs__item[data-v-5cc829ea]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-5cc829ea] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-5cc829ea] {
  display: none;
}
.el-select-dropdown__item[data-v-5cc829ea] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-5cc829ea] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-5cc829ea] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-5cc829ea],
.el-select-dropdown__item[data-v-5cc829ea]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-5cc829ea] {
  display: none!important;
}
.el-icon-document-copy[data-v-5cc829ea] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-5cc829ea] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-5cc829ea] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-5cc829ea] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-5cc829ea] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-5cc829ea] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-5cc829ea] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-5cc829ea]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-5cc829ea] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-5cc829ea] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-5cc829ea] {
  color: #0066ED;
}
.aFont[data-v-5cc829ea] {
  color: #002798;
}
.fontCenter[data-v-5cc829ea] {
  text-align: center;
}
.moveHand[data-v-5cc829ea] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-5cc829ea] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-5cc829ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-5cc829ea] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-5cc829ea] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-5cc829ea] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-5cc829ea]::after {
  margin-left: -17px !important;
}
.noData p[data-v-5cc829ea] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-5cc829ea] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-5cc829ea] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-5cc829ea] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-5cc829ea] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-5cc829ea] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-5cc829ea]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-5cc829ea] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-5cc829ea] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-5cc829ea] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-5cc829ea] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-5cc829ea] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-5cc829ea] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-5cc829ea] {
    width: 40%!important;
}
}
.poll .flex[data-v-5cc829ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.poll .flex-1[data-v-5cc829ea] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.poll p[data-v-5cc829ea],
.poll i[data-v-5cc829ea] {
  margin: 0;
  font-style: normal;
}
.pollMinWidth[data-v-5cc829ea] {
  min-width: 1280px;
}
._row[data-v-5cc829ea] {
  width: 1200px;
  margin: 0 auto;
}
.poll ._red[data-v-5cc829ea] {
  color: var(--brandColor);
}
.poll .font-bold[data-v-5cc829ea] {
  font-weight: bold;
}
.text-center[data-v-5cc829ea] {
  text-align: center;
}
.poll .text-ellipsis[data-v-5cc829ea] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* poll index */
.pollIndexBanner[data-v-5cc829ea] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf7ff), to(rgba(25, 255, 255, 0)));
  background: linear-gradient(180deg, #edf7ff 0%, rgba(25, 255, 255, 0) 100%);
  background: #101023;
}
.pollIndexBannerView[data-v-5cc829ea] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pollIndexBannerRow[data-v-5cc829ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pollIndexBannerRow .pollIndexBannerTitle[data-v-5cc829ea] {
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
}
.pollIndexBannerRow .pollIndexBannerText[data-v-5cc829ea] {
  color: #ffffff;
  font-size: 22px;
  padding-top: 42px;
  line-height: 1;
}
.pollIndexBannerBg[data-v-5cc829ea] {
  width: 286px;
  height: 286px;
  background: url(./static/img/poll_index_img.4e9c45c.png?v=0.0.1) center center no-repeat;
}
.pollListTab[data-v-5cc829ea] {
  display: block;
  margin-bottom: 40px;
}
.pollListTab .pollListTabItem[data-v-5cc829ea]:first-child {
  margin-left: 0;
}
.pollListTab .pollListTabItem[data-v-5cc829ea] {
  color: #999999;
  padding: 12px 5px;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pollListTab .pollListTabItem.active[data-v-5cc829ea] {
  color: #333;
}
.pollListTab .pollListTabItem[data-v-5cc829ea]:before {
  content: "";
  height: 6px;
  top: 100%;
  left: 0;
  width: 0;
  background: #0bba80;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pollListTab .pollListTabItem.active[data-v-5cc829ea]:before {
  width: 100%;
}
.sign-calendar-container[data-v-5cc829ea] {
  max-width: 1200px;
  margin: 0 auto 50px;
}
.sign-calendar-container .qd-box[data-v-5cc829ea] {
  padding: 50px 200px;
}
.calendar-day[data-v-5cc829ea] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.day-number[data-v-5cc829ea] {
  font-size: 14px;
  font-weight: bold;
}
.sign-status[data-v-5cc829ea] {
  margin-top: 5px;
  text-align: center;
}
.today[data-v-5cc829ea] {
  margin-top: 3px;
}
.past-day[data-v-5cc829ea],
.future-day[data-v-5cc829ea] {
  margin-top: 8px;
}
.cj-box .cj-res[data-v-5cc829ea] {
  width: 100%;
  text-align: center;
}
.cj-box .cj-res h3 span[data-v-5cc829ea] {
  color: red;
}
.cj-box .cj-cont[data-v-5cc829ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.cj-box .cj-cont .cj-list-fat[data-v-5cc829ea] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lucky-wheel-container[data-v-a2019dcc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.wheel-main[data-v-a2019dcc] {
  position: relative;
  width: 300px;
  height: 300px;
}
.wheel-canvas[data-v-a2019dcc] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.wheel-pointer[data-v-a2019dcc] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #ff4d4d;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wheel-pointer.disabled[data-v-a2019dcc] {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}
.pointer-arrow[data-v-a2019dcc] {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 28px solid #ff4d4d;
  position: absolute;
  top: -22px;
}
.wheel-pointer.disabled .pointer-arrow[data-v-a2019dcc] {
  border-bottom-color: #999;
}
.wheel-pointer.disabled .pointer-text[data-v-a2019dcc] {
  color: #333;
}
.wheel-pointer.disabled .times-text[data-v-a2019dcc] {
  color: #f56c6c;
  font-weight: bold;
}
.pointer-text[data-v-a2019dcc] {
  color: white;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

ul[data-v-1f7c0280] {
  margin: 0;
  padding: 0;
}
li[data-v-1f7c0280] {
  list-style-type: none;
}
a[data-v-1f7c0280] {
  text-decoration: none;
  color: #757575;
}
a[data-v-1f7c0280]:focus {
  border: none;
}
.container[data-v-1f7c0280] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-1f7c0280] {
  background: transparent!important;
}
.el-dialog[data-v-1f7c0280] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-1f7c0280],
.el-dialog .el-dialog__close[data-v-1f7c0280] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-1f7c0280]:hover {
  color: #0066ED;
}
.all_container[data-v-1f7c0280] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-1f7c0280] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-1f7c0280]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-1f7c0280]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-1f7c0280]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-1f7c0280] {
  font-weight: initial;
}
.formPage > p[data-v-1f7c0280] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-1f7c0280] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-1f7c0280] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-1f7c0280],
.el-menu.el-menu--horizontal .el-menu-item[data-v-1f7c0280]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-1f7c0280]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-1f7c0280] {
  border-bottom: none!important;
}
.txtCenter[data-v-1f7c0280],
.el-select-dropdown__item span[data-v-1f7c0280],
.noData[data-v-1f7c0280],
.sureBoxConfirm .el-message-box__title[data-v-1f7c0280] {
  text-align: center;
}
.box-paading-20[data-v-1f7c0280] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-1f7c0280] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-1f7c0280],
.el-pagination .btn-next[data-v-1f7c0280] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-1f7c0280],
.el-pagination .btn-next .el-icon[data-v-1f7c0280] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-1f7c0280] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-1f7c0280]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-1f7c0280] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-1f7c0280] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-1f7c0280] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-1f7c0280] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-1f7c0280] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-1f7c0280] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-1f7c0280] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-1f7c0280]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-1f7c0280]::after {
  background-color: transparent!important;
}
.spread[data-v-1f7c0280],
.leftSpread[data-v-1f7c0280],
.betweenSpread[data-v-1f7c0280],
.el-select-dropdown__item[data-v-1f7c0280],
.sureBoxConfirm .el-message-box__btns[data-v-1f7c0280],
.filter_form[data-v-1f7c0280],
.colorNotice[data-v-1f7c0280] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-1f7c0280] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-1f7c0280],
.colorNotice[data-v-1f7c0280] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-1f7c0280] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-1f7c0280] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-1f7c0280]:disabled {
  background: transparent;
}
input[data-v-1f7c0280]::-webkit-outer-spin-button,
input[data-v-1f7c0280]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-1f7c0280] {
  -moz-appearance: textfield;
}
.eye[data-v-1f7c0280] {
  cursor: pointer;
}
.el-table thead[data-v-1f7c0280],
.el-table tr th[data-v-1f7c0280] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-1f7c0280] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-1f7c0280],
.el-table td[data-v-1f7c0280] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-1f7c0280] {
  text-align: center!important;
}
.el-table td[data-v-1f7c0280],
.el-table th.is-leaf[data-v-1f7c0280] {
  border: none!important;
}
.el-table--border[data-v-1f7c0280]::after,
.el-table--group[data-v-1f7c0280]::after,
.el-table[data-v-1f7c0280]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-1f7c0280] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-1f7c0280] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-1f7c0280] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-1f7c0280] {
  font-size: 12px;
}
.el-table .cell[data-v-1f7c0280] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-1f7c0280] {
  display: table-cell !important;
}
.el-tabs__item[data-v-1f7c0280] {
  color: #434448 !important;
}
.el-tabs__item[data-v-1f7c0280]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-1f7c0280] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-1f7c0280] {
  display: none;
}
.el-select-dropdown__item[data-v-1f7c0280] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-1f7c0280] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-1f7c0280] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-1f7c0280],
.el-select-dropdown__item[data-v-1f7c0280]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-1f7c0280] {
  display: none!important;
}
.el-icon-document-copy[data-v-1f7c0280] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-1f7c0280] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-1f7c0280] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-1f7c0280] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-1f7c0280] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-1f7c0280] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-1f7c0280] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-1f7c0280]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-1f7c0280] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-1f7c0280] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-1f7c0280] {
  color: #0066ED;
}
.aFont[data-v-1f7c0280] {
  color: #002798;
}
.fontCenter[data-v-1f7c0280] {
  text-align: center;
}
.moveHand[data-v-1f7c0280] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-1f7c0280] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-1f7c0280] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-1f7c0280] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-1f7c0280] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-1f7c0280] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-1f7c0280]::after {
  margin-left: -17px !important;
}
.noData p[data-v-1f7c0280] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-1f7c0280] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-1f7c0280] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-1f7c0280] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-1f7c0280] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-1f7c0280] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-1f7c0280]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-1f7c0280] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-1f7c0280] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-1f7c0280] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-1f7c0280] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-1f7c0280] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-1f7c0280] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-1f7c0280] {
    width: 40%!important;
}
}
.stars-bg[data-v-1f7c0280] {
  background: #21153b url() top center no-repeat;
  background-size: 100%;
}
.navbar-dark .navbar-brand img[data-v-1f7c0280] {
  width: 50%;
}
.display-1[data-v-1f7c0280] {
  font-family: 'archery_black_roundedregular';
  font-size: 6rem!important;
  text-transform: uppercase;
  font-weight: normal!important;
}
.hero-banner[data-v-1f7c0280] {
  padding-top: 30%!important;
}
video[data-v-1f7c0280] {
  mix-blend-mode: screen;
}
.bg-dark[data-v-1f7c0280] {
  background-color: #21153b00 !important;
}
.sub-head[data-v-1f7c0280] {
  color: #FFAE1E !important;
}
.text-shadow[data-v-1f7c0280] {
  text-shadow: 1px 1px 3px #372677;
}
.icon-list.bullet-soft-primary.bullet-bg .completed[data-v-1f7c0280] {
  text-decoration: line-through;
}
.icon-list.bullet-soft-primary.bullet-bg .completed i[data-v-1f7c0280] {
  background-color: green!important;
  color: white!important;
}
.intro[data-v-1f7c0280] {
  color: #fff !important;
  display: block;
  margin-bottom: 0;
}
.intro[data-v-1f7c0280]:before,
.intro[data-v-1f7c0280]:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 10%;
  height: 1px;
  left: 35%;
  content: '\A0';
  background-color: rgba(255, 255, 255, 0.4);
}
.intro[data-v-1f7c0280]:after {
  left: auto;
  right: 35%;
  text-align: right;
}
.wrapper5[data-v-1f7c0280] {
  background-color: #21153d;
}
.col-lg-6[data-v-1f7c0280] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 24%;
}
.col-lg-5[data-v-1f7c0280] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.col-xxl-7[data-v-1f7c0280] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.col-xl-6[data-v-1f7c0280] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
a[data-v-1f7c0280] {
  text-decoration: none;
  color: #ffffff;
}



:root {
    font-size: 20px
}





abbr[data-bs-original-title],abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}





address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}





ol,ul {
    padding-left: 2rem
}





ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}





dt {
    font-weight: 700
}





dd {
    margin-bottom: .5rem;
    margin-left: 0
}





blockquote {
    margin: 0 0 1rem
}





b,strong {
    font-weight: bolder
}





.small,small {
    font-size: .6rem
}





.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}





sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}





sub {
    bottom: -.25em
}





sup {
    top: -.5em
}





a {
    color: #747ed1;
    text-decoration: none
}





a:hover {
    color: #747ed1
}





a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}





code,kbd,pre,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}





pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}





pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}





code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}





a>code {
    color: inherit
}





kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .4rem
}





kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}





figure {
    margin: 0 0 1rem;
}





img,svg {
    vertical-align: middle;
}





table {
    caption-side: bottom;
    border-collapse: collapse
}





caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}





th {
    text-align: inherit;
    text-align: -webkit-match-parent
}





tbody,td,tfoot,th,thead,tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}





label {
    display: inline-block
}





button {
    border-radius: 0
}





button:focus:not(:focus-visible) {
    outline: 0
}





button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}





button,select {
    text-transform: none
}





[role=button] {
    cursor: pointer
}





select {
    word-wrap: normal
}





select:disabled {
    opacity: 1
}





[list]::-webkit-calendar-picker-indicator {
    display: none
}





[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}





[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}





::-moz-focus-inner {
    padding: 0;
    border-style: none
}





textarea {
    resize: vertical
}





fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}





legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}





@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}





legend+* {
    clear: left
}





::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}





::-webkit-inner-spin-button {
    height: auto
}





[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}





::-webkit-search-decoration {
    -webkit-appearance: none
}





::-webkit-color-swatch-wrapper {
    padding: 0
}





::file-selector-button {
    font: inherit
}





::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}





output {
    display: inline-block
}





iframe {
    border: 0
}





summary {
    display: list-item;
    cursor: pointer
}





progress {
    vertical-align: baseline
}





[hidden] {
    display: none!important
}





.lead {
    font-size: .9rem;
    font-weight: 500
}





.display-1 {
    font-size: calc(1.365rem + 1.38vw);
    font-weight: 700;
    line-height: 1.2
}





@media (min-width: 1200px) {
    .display-1 {
        font-size:2.4rem
    }
}





.display-2 {
    font-size: calc(1.345rem + 1.14vw);
    font-weight: 700;
    line-height: 1.2
}





@media (min-width: 1200px) {
    .display-2 {
        font-size:2.2rem
    }
}





.display-3 {
    font-size: calc(1.325rem + .9vw);
    font-weight: 700;
    line-height: 1.2
}





@media (min-width: 1200px) {
    .display-3 {
        font-size:2rem
    }
}





.display-4 {
    font-size: calc(1.305rem + .66vw);
    font-weight: 700;
    line-height: 1.2
}





@media (min-width: 1200px) {
    .display-4 {
        font-size:1.8rem
    }
}





.display-5 {
    font-size: calc(1.285rem + .42vw);
    font-weight: 700;
    line-height: 1.2
}





@media (min-width: 1200px) {
    .display-5 {
        font-size:1.6rem
    }
}





.display-6 {
    font-size: calc(1.265rem + .18vw);
    font-weight: 700;
    line-height: 1.2
}





@media (min-width: 1200px) {
    .display-6 {
        font-size:1.4rem
    }
}





.list-unstyled {
    padding-left: 0;
    list-style: none
}





.list-inline {
    padding-left: 0;
    list-style: none
}





.list-inline-item {
    display: inline-block
}





.list-inline-item:not(:last-child) {
    margin-right: .5rem
}





.initialism {
    font-size: .875em;
    text-transform: uppercase
}





.blockquote {
    margin-bottom: 1rem;
    font-size: .85rem
}





.blockquote>:last-child {
    margin-bottom: 0
}





.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .6rem;
    color: #aab0bc
}





.blockquote-footer::before {
    content: "\2014\A0"
}





.img-fluid {
    max-width: 100%;
    height: auto
}





.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    max-width: 100%;
    height: auto
}





.figure {
    display: inline-block
}





.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}





.figure-caption {
    font-size: .875em;
    color: #6c757d
}





.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}





@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}





@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}





@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}





@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}





@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px;
    }
}





.row {
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}





.row>* {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}





.col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%
}





.row-cols-auto>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto
}





.row-cols-1>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%
}





.row-cols-2>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%
}





.row-cols-3>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%
}





.row-cols-4>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%
}





.row-cols-5>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%
}





.row-cols-6>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%
}





@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex:1;
            -ms-flex:1 0 0%;
                flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66667%
    }
}





@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex:1;
            -ms-flex:1 0 0%;
                flex:1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66667%
    }
}





@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex:1;
            -ms-flex:1 0 0%;
                flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66667%
    }
}





@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex:1;
            -ms-flex:1 0 0%;
                flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66667%
    }
}





@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex:1;
            -ms-flex:1 0 0%;
                flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66667%
    }
}





.col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto
}





.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%
}





.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%
}





.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%
}





.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%
}





.col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%
}





.col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%
}





.col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%
}





.col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%
}





.col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%
}





.col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%
}





.col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%
}





.col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%
}





.offset-1 {
    margin-left: 8.33333%
}





.offset-2 {
    margin-left: 16.66667%
}





.offset-3 {
    margin-left: 25%
}





.offset-4 {
    margin-left: 33.33333%
}





.offset-5 {
    margin-left: 41.66667%
}





.offset-6 {
    margin-left: 50%
}





.offset-7 {
    margin-left: 58.33333%
}





.offset-8 {
    margin-left: 66.66667%
}





.offset-9 {
    margin-left: 75%
}





.offset-10 {
    margin-left: 83.33333%
}





.offset-11 {
    margin-left: 91.66667%
}





.g-0,.gx-0 {
    --bs-gutter-x:0}





.g-0,.gy-0 {
    --bs-gutter-y:0}





.g-1,.gx-1 {
    --bs-gutter-x:0.25rem}





.g-1,.gy-1 {
    --bs-gutter-y:0.25rem}





.g-2,.gx-2 {
    --bs-gutter-x:0.5rem}





.g-2,.gy-2 {
    --bs-gutter-y:0.5rem}





.g-3,.gx-3 {
    --bs-gutter-x:0.75rem}





.g-3,.gy-3 {
    --bs-gutter-y:0.75rem}





.g-4,.gx-4 {
    --bs-gutter-x:1rem}





.g-4,.gy-4 {
    --bs-gutter-y:1rem}





.g-5,.gx-5 {
    --bs-gutter-x:1.25rem}





.g-5,.gy-5 {
    --bs-gutter-y:1.25rem}





.g-6,.gx-6 {
    --bs-gutter-x:1.5rem}





.g-6,.gy-6 {
    --bs-gutter-y:1.5rem}





.g-7,.gx-7 {
    --bs-gutter-x:1.75rem}





.g-7,.gy-7 {
    --bs-gutter-y:1.75rem}





.g-8,.gx-8 {
    --bs-gutter-x:2rem}





.g-8,.gy-8 {
    --bs-gutter-y:2rem}





.g-9,.gx-9 {
    --bs-gutter-x:2.25rem}





.g-9,.gy-9 {
    --bs-gutter-y:2.25rem}





.g-10,.gx-10 {
    --bs-gutter-x:2.5rem}





.g-10,.gy-10 {
    --bs-gutter-y:2.5rem}





.g-11,.gx-11 {
    --bs-gutter-x:3rem}





.g-11,.gy-11 {
    --bs-gutter-y:3rem}





.g-12,.gx-12 {
    --bs-gutter-x:3.5rem}





.g-12,.gy-12 {
    --bs-gutter-y:3.5rem}





.g-13,.gx-13 {
    --bs-gutter-x:4rem}





.g-13,.gy-13 {
    --bs-gutter-y:4rem}





.g-14,.gx-14 {
    --bs-gutter-x:4.5rem}





.g-14,.gy-14 {
    --bs-gutter-y:4.5rem}





.g-15,.gx-15 {
    --bs-gutter-x:5rem}





.g-15,.gy-15 {
    --bs-gutter-y:5rem}





.g-16,.gx-16 {
    --bs-gutter-x:6rem}





.g-16,.gy-16 {
    --bs-gutter-y:6rem}





.g-17,.gx-17 {
    --bs-gutter-x:7rem}





.g-17,.gy-17 {
    --bs-gutter-y:7rem}





.g-18,.gx-18 {
    --bs-gutter-x:8rem}





.g-18,.gy-18 {
    --bs-gutter-y:8rem}





.g-19,.gx-19 {
    --bs-gutter-x:9rem}





.g-19,.gy-19 {
    --bs-gutter-y:9rem}





.g-20,.gx-20 {
    --bs-gutter-x:10rem}





.g-20,.gy-20 {
    --bs-gutter-y:10rem}





.g-21,.gx-21 {
    --bs-gutter-x:12.5rem}





.g-21,.gy-21 {
    --bs-gutter-y:12.5rem}





.g-22,.gx-22 {
    --bs-gutter-x:15rem}





.g-22,.gy-22 {
    --bs-gutter-y:15rem}





.g-23,.gx-23 {
    --bs-gutter-x:17.5rem}





.g-23,.gy-23 {
    --bs-gutter-y:17.5rem}





.g-24,.gx-24 {
    --bs-gutter-x:20rem}





.g-24,.gy-24 {
    --bs-gutter-y:20rem}





.g-25,.gx-25 {
    --bs-gutter-x:22.5rem}





.g-25,.gy-25 {
    --bs-gutter-y:22.5rem}





@media (min-width: 576px) {
    .col-sm-auto {
        -webkit-box-flex:0;
            -ms-flex:0 0 auto;
                flex:0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x:0}

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y:0}

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x:0.25rem}

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y:0.25rem}

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x:0.5rem}

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y:0.5rem}

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x:0.75rem}

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y:0.75rem}

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x:1rem}

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y:1rem}

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x:1.25rem}

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y:1.25rem}

    .g-sm-6,.gx-sm-6 {
        --bs-gutter-x:1.5rem}

    .g-sm-6,.gy-sm-6 {
        --bs-gutter-y:1.5rem}

    .g-sm-7,.gx-sm-7 {
        --bs-gutter-x:1.75rem}

    .g-sm-7,.gy-sm-7 {
        --bs-gutter-y:1.75rem}

    .g-sm-8,.gx-sm-8 {
        --bs-gutter-x:2rem}

    .g-sm-8,.gy-sm-8 {
        --bs-gutter-y:2rem}

    .g-sm-9,.gx-sm-9 {
        --bs-gutter-x:2.25rem}

    .g-sm-9,.gy-sm-9 {
        --bs-gutter-y:2.25rem}

    .g-sm-10,.gx-sm-10 {
        --bs-gutter-x:2.5rem}

    .g-sm-10,.gy-sm-10 {
        --bs-gutter-y:2.5rem}

    .g-sm-11,.gx-sm-11 {
        --bs-gutter-x:3rem}

    .g-sm-11,.gy-sm-11 {
        --bs-gutter-y:3rem}

    .g-sm-12,.gx-sm-12 {
        --bs-gutter-x:3.5rem}

    .g-sm-12,.gy-sm-12 {
        --bs-gutter-y:3.5rem}

    .g-sm-13,.gx-sm-13 {
        --bs-gutter-x:4rem}

    .g-sm-13,.gy-sm-13 {
        --bs-gutter-y:4rem}

    .g-sm-14,.gx-sm-14 {
        --bs-gutter-x:4.5rem}

    .g-sm-14,.gy-sm-14 {
        --bs-gutter-y:4.5rem}

    .g-sm-15,.gx-sm-15 {
        --bs-gutter-x:5rem}

    .g-sm-15,.gy-sm-15 {
        --bs-gutter-y:5rem}

    .g-sm-16,.gx-sm-16 {
        --bs-gutter-x:6rem}

    .g-sm-16,.gy-sm-16 {
        --bs-gutter-y:6rem}

    .g-sm-17,.gx-sm-17 {
        --bs-gutter-x:7rem}

    .g-sm-17,.gy-sm-17 {
        --bs-gutter-y:7rem}

    .g-sm-18,.gx-sm-18 {
        --bs-gutter-x:8rem}

    .g-sm-18,.gy-sm-18 {
        --bs-gutter-y:8rem}

    .g-sm-19,.gx-sm-19 {
        --bs-gutter-x:9rem}

    .g-sm-19,.gy-sm-19 {
        --bs-gutter-y:9rem}

    .g-sm-20,.gx-sm-20 {
        --bs-gutter-x:10rem}

    .g-sm-20,.gy-sm-20 {
        --bs-gutter-y:10rem}

    .g-sm-21,.gx-sm-21 {
        --bs-gutter-x:12.5rem}

    .g-sm-21,.gy-sm-21 {
        --bs-gutter-y:12.5rem}

    .g-sm-22,.gx-sm-22 {
        --bs-gutter-x:15rem}

    .g-sm-22,.gy-sm-22 {
        --bs-gutter-y:15rem}

    .g-sm-23,.gx-sm-23 {
        --bs-gutter-x:17.5rem}

    .g-sm-23,.gy-sm-23 {
        --bs-gutter-y:17.5rem}

    .g-sm-24,.gx-sm-24 {
        --bs-gutter-x:20rem}

    .g-sm-24,.gy-sm-24 {
        --bs-gutter-y:20rem}

    .g-sm-25,.gx-sm-25 {
        --bs-gutter-x:22.5rem}

    .g-sm-25,.gy-sm-25 {
        --bs-gutter-y:22.5rem}
}





@media (min-width: 768px) {
    .col-md-auto {
        -webkit-box-flex:0;
            -ms-flex:0 0 auto;
                flex:0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x:0}

    .g-md-0,.gy-md-0 {
        --bs-gutter-y:0}

    .g-md-1,.gx-md-1 {
        --bs-gutter-x:0.25rem}

    .g-md-1,.gy-md-1 {
        --bs-gutter-y:0.25rem}

    .g-md-2,.gx-md-2 {
        --bs-gutter-x:0.5rem}

    .g-md-2,.gy-md-2 {
        --bs-gutter-y:0.5rem}

    .g-md-3,.gx-md-3 {
        --bs-gutter-x:0.75rem}

    .g-md-3,.gy-md-3 {
        --bs-gutter-y:0.75rem}

    .g-md-4,.gx-md-4 {
        --bs-gutter-x:1rem}

    .g-md-4,.gy-md-4 {
        --bs-gutter-y:1rem}

    .g-md-5,.gx-md-5 {
        --bs-gutter-x:1.25rem}

    .g-md-5,.gy-md-5 {
        --bs-gutter-y:1.25rem}

    .g-md-6,.gx-md-6 {
        --bs-gutter-x:1.5rem}

    .g-md-6,.gy-md-6 {
        --bs-gutter-y:1.5rem}

    .g-md-7,.gx-md-7 {
        --bs-gutter-x:1.75rem}

    .g-md-7,.gy-md-7 {
        --bs-gutter-y:1.75rem}

    .g-md-8,.gx-md-8 {
        --bs-gutter-x:2rem}

    .g-md-8,.gy-md-8 {
        --bs-gutter-y:2rem}

    .g-md-9,.gx-md-9 {
        --bs-gutter-x:2.25rem}

    .g-md-9,.gy-md-9 {
        --bs-gutter-y:2.25rem}

    .g-md-10,.gx-md-10 {
        --bs-gutter-x:2.5rem}

    .g-md-10,.gy-md-10 {
        --bs-gutter-y:2.5rem}

    .g-md-11,.gx-md-11 {
        --bs-gutter-x:3rem}

    .g-md-11,.gy-md-11 {
        --bs-gutter-y:3rem}

    .g-md-12,.gx-md-12 {
        --bs-gutter-x:3.5rem}

    .g-md-12,.gy-md-12 {
        --bs-gutter-y:3.5rem}

    .g-md-13,.gx-md-13 {
        --bs-gutter-x:4rem}

    .g-md-13,.gy-md-13 {
        --bs-gutter-y:4rem}

    .g-md-14,.gx-md-14 {
        --bs-gutter-x:4.5rem}

    .g-md-14,.gy-md-14 {
        --bs-gutter-y:4.5rem}

    .g-md-15,.gx-md-15 {
        --bs-gutter-x:5rem}

    .g-md-15,.gy-md-15 {
        --bs-gutter-y:5rem}

    .g-md-16,.gx-md-16 {
        --bs-gutter-x:6rem}

    .g-md-16,.gy-md-16 {
        --bs-gutter-y:6rem}

    .g-md-17,.gx-md-17 {
        --bs-gutter-x:7rem}

    .g-md-17,.gy-md-17 {
        --bs-gutter-y:7rem}

    .g-md-18,.gx-md-18 {
        --bs-gutter-x:8rem}

    .g-md-18,.gy-md-18 {
        --bs-gutter-y:8rem}

    .g-md-19,.gx-md-19 {
        --bs-gutter-x:9rem}

    .g-md-19,.gy-md-19 {
        --bs-gutter-y:9rem}

    .g-md-20,.gx-md-20 {
        --bs-gutter-x:10rem}

    .g-md-20,.gy-md-20 {
        --bs-gutter-y:10rem}

    .g-md-21,.gx-md-21 {
        --bs-gutter-x:12.5rem}

    .g-md-21,.gy-md-21 {
        --bs-gutter-y:12.5rem}

    .g-md-22,.gx-md-22 {
        --bs-gutter-x:15rem}

    .g-md-22,.gy-md-22 {
        --bs-gutter-y:15rem}

    .g-md-23,.gx-md-23 {
        --bs-gutter-x:17.5rem}

    .g-md-23,.gy-md-23 {
        --bs-gutter-y:17.5rem}

    .g-md-24,.gx-md-24 {
        --bs-gutter-x:20rem}

    .g-md-24,.gy-md-24 {
        --bs-gutter-y:20rem}

    .g-md-25,.gx-md-25 {
        --bs-gutter-x:22.5rem}

    .g-md-25,.gy-md-25 {
        --bs-gutter-y:22.5rem}
}





@media (min-width: 992px) {
    .col-lg-auto {
        -webkit-box-flex:0;
            -ms-flex:0 0 auto;
                flex:0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333%
    }


    

    .col-lg-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }


    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x:0}

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y:0}

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x:0.25rem}

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y:0.25rem}

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x:0.5rem}

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y:0.5rem}

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x:0.75rem}

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y:0.75rem}

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x:1rem}

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y:1rem}

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x:1.25rem}

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y:1.25rem}

    .g-lg-6,.gx-lg-6 {
        --bs-gutter-x:1.5rem}

    .g-lg-6,.gy-lg-6 {
        --bs-gutter-y:1.5rem}

    .g-lg-7,.gx-lg-7 {
        --bs-gutter-x:1.75rem}

    .g-lg-7,.gy-lg-7 {
        --bs-gutter-y:1.75rem}

    .g-lg-8,.gx-lg-8 {
        --bs-gutter-x:2rem}

    .g-lg-8,.gy-lg-8 {
        --bs-gutter-y:2rem}

    .g-lg-9,.gx-lg-9 {
        --bs-gutter-x:2.25rem}

    .g-lg-9,.gy-lg-9 {
        --bs-gutter-y:2.25rem}

    .g-lg-10,.gx-lg-10 {
        --bs-gutter-x:2.5rem}

    .g-lg-10,.gy-lg-10 {
        --bs-gutter-y:2.5rem}

    .g-lg-11,.gx-lg-11 {
        --bs-gutter-x:3rem}

    .g-lg-11,.gy-lg-11 {
        --bs-gutter-y:3rem}

    .g-lg-12,.gx-lg-12 {
        --bs-gutter-x:3.5rem}

    .g-lg-12,.gy-lg-12 {
        --bs-gutter-y:3.5rem}

    .g-lg-13,.gx-lg-13 {
        --bs-gutter-x:4rem}

    .g-lg-13,.gy-lg-13 {
        --bs-gutter-y:4rem}

    .g-lg-14,.gx-lg-14 {
        --bs-gutter-x:4.5rem}

    .g-lg-14,.gy-lg-14 {
        --bs-gutter-y:4.5rem}

    .g-lg-15,.gx-lg-15 {
        --bs-gutter-x:5rem}

    .g-lg-15,.gy-lg-15 {
        --bs-gutter-y:5rem}

    .g-lg-16,.gx-lg-16 {
        --bs-gutter-x:6rem}

    .g-lg-16,.gy-lg-16 {
        --bs-gutter-y:6rem}

    .g-lg-17,.gx-lg-17 {
        --bs-gutter-x:7rem}

    .g-lg-17,.gy-lg-17 {
        --bs-gutter-y:7rem}

    .g-lg-18,.gx-lg-18 {
        --bs-gutter-x:8rem}

    .g-lg-18,.gy-lg-18 {
        --bs-gutter-y:8rem}

    .g-lg-19,.gx-lg-19 {
        --bs-gutter-x:9rem}

    .g-lg-19,.gy-lg-19 {
        --bs-gutter-y:9rem}

    .g-lg-20,.gx-lg-20 {
        --bs-gutter-x:10rem}

    .g-lg-20,.gy-lg-20 {
        --bs-gutter-y:10rem}

    .g-lg-21,.gx-lg-21 {
        --bs-gutter-x:12.5rem}

    .g-lg-21,.gy-lg-21 {
        --bs-gutter-y:12.5rem}

    .g-lg-22,.gx-lg-22 {
        --bs-gutter-x:15rem}

    .g-lg-22,.gy-lg-22 {
        --bs-gutter-y:15rem}

    .g-lg-23,.gx-lg-23 {
        --bs-gutter-x:17.5rem}

    .g-lg-23,.gy-lg-23 {
        --bs-gutter-y:17.5rem}

    .g-lg-24,.gx-lg-24 {
        --bs-gutter-x:20rem}

    .g-lg-24,.gy-lg-24 {
        --bs-gutter-y:20rem}

    .g-lg-25,.gx-lg-25 {
        --bs-gutter-x:22.5rem}

    .g-lg-25,.gy-lg-25 {
        --bs-gutter-y:22.5rem}
}





@media (min-width: 1200px) {
    .col-xl-auto {
        -webkit-box-flex:0;
            -ms-flex:0 0 auto;
                flex:0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66667%
    }

    

    .col-xl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x:0}

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y:0}

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x:0.25rem}

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y:0.25rem}

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x:0.5rem}

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y:0.5rem}

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x:0.75rem}

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y:0.75rem}

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x:1rem}

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y:1rem}

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x:1.25rem}

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y:1.25rem}

    .g-xl-6,.gx-xl-6 {
        --bs-gutter-x:1.5rem}

    .g-xl-6,.gy-xl-6 {
        --bs-gutter-y:1.5rem}

    .g-xl-7,.gx-xl-7 {
        --bs-gutter-x:1.75rem}

    .g-xl-7,.gy-xl-7 {
        --bs-gutter-y:1.75rem}

    .g-xl-8,.gx-xl-8 {
        --bs-gutter-x:2rem}

    .g-xl-8,.gy-xl-8 {
        --bs-gutter-y:2rem}

    .g-xl-9,.gx-xl-9 {
        --bs-gutter-x:2.25rem}

    .g-xl-9,.gy-xl-9 {
        --bs-gutter-y:2.25rem}

    .g-xl-10,.gx-xl-10 {
        --bs-gutter-x:2.5rem}

    .g-xl-10,.gy-xl-10 {
        --bs-gutter-y:2.5rem}

    .g-xl-11,.gx-xl-11 {
        --bs-gutter-x:3rem}

    .g-xl-11,.gy-xl-11 {
        --bs-gutter-y:3rem}

    .g-xl-12,.gx-xl-12 {
        --bs-gutter-x:3.5rem}

    .g-xl-12,.gy-xl-12 {
        --bs-gutter-y:3.5rem}

    .g-xl-13,.gx-xl-13 {
        --bs-gutter-x:4rem}

    .g-xl-13,.gy-xl-13 {
        --bs-gutter-y:4rem}

    .g-xl-14,.gx-xl-14 {
        --bs-gutter-x:4.5rem}

    .g-xl-14,.gy-xl-14 {
        --bs-gutter-y:4.5rem}

    .g-xl-15,.gx-xl-15 {
        --bs-gutter-x:5rem}

    .g-xl-15,.gy-xl-15 {
        --bs-gutter-y:5rem}

    .g-xl-16,.gx-xl-16 {
        --bs-gutter-x:6rem}

    .g-xl-16,.gy-xl-16 {
        --bs-gutter-y:6rem}

    .g-xl-17,.gx-xl-17 {
        --bs-gutter-x:7rem}

    .g-xl-17,.gy-xl-17 {
        --bs-gutter-y:7rem}

    .g-xl-18,.gx-xl-18 {
        --bs-gutter-x:8rem}

    .g-xl-18,.gy-xl-18 {
        --bs-gutter-y:8rem}

    .g-xl-19,.gx-xl-19 {
        --bs-gutter-x:9rem}

    .g-xl-19,.gy-xl-19 {
        --bs-gutter-y:9rem}

    .g-xl-20,.gx-xl-20 {
        --bs-gutter-x:10rem}

    .g-xl-20,.gy-xl-20 {
        --bs-gutter-y:10rem}

    .g-xl-21,.gx-xl-21 {
        --bs-gutter-x:12.5rem}

    .g-xl-21,.gy-xl-21 {
        --bs-gutter-y:12.5rem}

    .g-xl-22,.gx-xl-22 {
        --bs-gutter-x:15rem}

    .g-xl-22,.gy-xl-22 {
        --bs-gutter-y:15rem}

    .g-xl-23,.gx-xl-23 {
        --bs-gutter-x:17.5rem}

    .g-xl-23,.gy-xl-23 {
        --bs-gutter-y:17.5rem}

    .g-xl-24,.gx-xl-24 {
        --bs-gutter-x:20rem}

    .g-xl-24,.gy-xl-24 {
        --bs-gutter-y:20rem}

    .g-xl-25,.gx-xl-25 {
        --bs-gutter-x:22.5rem}

    .g-xl-25,.gy-xl-25 {
        --bs-gutter-y:22.5rem}
}





@media (min-width: 1400px) {
    .col-xxl-auto {
        -webkit-box-flex:0;
            -ms-flex:0 0 auto;
                flex:0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%
    }

    

    .col-xxl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x:0}

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y:0}

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x:0.25rem}

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y:0.25rem}

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x:0.5rem}

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y:0.5rem}

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x:0.75rem}

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y:0.75rem}

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x:1rem}

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y:1rem}

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x:1.25rem}

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y:1.25rem}

    .g-xxl-6,.gx-xxl-6 {
        --bs-gutter-x:1.5rem}

    .g-xxl-6,.gy-xxl-6 {
        --bs-gutter-y:1.5rem}

    .g-xxl-7,.gx-xxl-7 {
        --bs-gutter-x:1.75rem}

    .g-xxl-7,.gy-xxl-7 {
        --bs-gutter-y:1.75rem}

    .g-xxl-8,.gx-xxl-8 {
        --bs-gutter-x:2rem}

    .g-xxl-8,.gy-xxl-8 {
        --bs-gutter-y:2rem}

    .g-xxl-9,.gx-xxl-9 {
        --bs-gutter-x:2.25rem}

    .g-xxl-9,.gy-xxl-9 {
        --bs-gutter-y:2.25rem}

    .g-xxl-10,.gx-xxl-10 {
        --bs-gutter-x:2.5rem}

    .g-xxl-10,.gy-xxl-10 {
        --bs-gutter-y:2.5rem}

    .g-xxl-11,.gx-xxl-11 {
        --bs-gutter-x:3rem}

    .g-xxl-11,.gy-xxl-11 {
        --bs-gutter-y:3rem}

    .g-xxl-12,.gx-xxl-12 {
        --bs-gutter-x:3.5rem}

    .g-xxl-12,.gy-xxl-12 {
        --bs-gutter-y:3.5rem}

    .g-xxl-13,.gx-xxl-13 {
        --bs-gutter-x:4rem}

    .g-xxl-13,.gy-xxl-13 {
        --bs-gutter-y:4rem}

    .g-xxl-14,.gx-xxl-14 {
        --bs-gutter-x:4.5rem}

    .g-xxl-14,.gy-xxl-14 {
        --bs-gutter-y:4.5rem}

    .g-xxl-15,.gx-xxl-15 {
        --bs-gutter-x:5rem}

    .g-xxl-15,.gy-xxl-15 {
        --bs-gutter-y:5rem}

    .g-xxl-16,.gx-xxl-16 {
        --bs-gutter-x:6rem}

    .g-xxl-16,.gy-xxl-16 {
        --bs-gutter-y:6rem}

    .g-xxl-17,.gx-xxl-17 {
        --bs-gutter-x:7rem}

    .g-xxl-17,.gy-xxl-17 {
        --bs-gutter-y:7rem}

    .g-xxl-18,.gx-xxl-18 {
        --bs-gutter-x:8rem}

    .g-xxl-18,.gy-xxl-18 {
        --bs-gutter-y:8rem}

    .g-xxl-19,.gx-xxl-19 {
        --bs-gutter-x:9rem}

    .g-xxl-19,.gy-xxl-19 {
        --bs-gutter-y:9rem}

    .g-xxl-20,.gx-xxl-20 {
        --bs-gutter-x:10rem}

    .g-xxl-20,.gy-xxl-20 {
        --bs-gutter-y:10rem}

    .g-xxl-21,.gx-xxl-21 {
        --bs-gutter-x:12.5rem}

    .g-xxl-21,.gy-xxl-21 {
        --bs-gutter-y:12.5rem}

    .g-xxl-22,.gx-xxl-22 {
        --bs-gutter-x:15rem}

    .g-xxl-22,.gy-xxl-22 {
        --bs-gutter-y:15rem}

    .g-xxl-23,.gx-xxl-23 {
        --bs-gutter-x:17.5rem}

    .g-xxl-23,.gy-xxl-23 {
        --bs-gutter-y:17.5rem}

    .g-xxl-24,.gx-xxl-24 {
        --bs-gutter-x:20rem}

    .g-xxl-24,.gy-xxl-24 {
        --bs-gutter-y:20rem}

    .g-xxl-25,.gx-xxl-25 {
        --bs-gutter-x:22.5rem}

    .g-xxl-25,.gy-xxl-25 {
        --bs-gutter-y:22.5rem}
}





.table {
    --bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}





.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
            box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}





.table>tbody {
    vertical-align: inherit
}





.table>thead {
    vertical-align: bottom
}





.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}





.caption-top {
    caption-side: top
}





.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}





.table-bordered>:not(caption)>* {
    border-width: 1px 0
}





.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}





.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}





.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg:var(--bs-table-striped-bg);color: var(--bs-table-striped-color)
}





.table-active {
    --bs-table-accent-bg:var(--bs-table-active-bg);color: var(--bs-table-active-color)
}





.table-hover>tbody>tr:hover {
    --bs-table-accent-bg:var(--bs-table-hover-bg);color: var(--bs-table-hover-color)
}





.table-primary {
    --bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c7daf6;--bs-table-striped-color:#343f52;--bs-table-active-bg:#c0d2ee;--bs-table-active-color:#343f52;--bs-table-hover-bg:#c3d6f2;--bs-table-hover-color:#343f52;color: #343f52;
    border-color: #c0d2ee
}





.table-secondary {
    --bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d9dbde;--bs-table-striped-color:#343f52;--bs-table-active-bg:#d1d3d6;--bs-table-active-color:#343f52;--bs-table-hover-bg:#d5d7da;--bs-table-hover-color:#343f52;color: #343f52;
    border-color: #d1d3d6
}





.table-success {
    --bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c9dfd6;--bs-table-striped-color:#343f52;--bs-table-active-bg:#c1d6cf;--bs-table-active-color:#343f52;--bs-table-hover-bg:#c5dad3;--bs-table-hover-color:#343f52;color: #343f52;
    border-color: #c1d6cf
}





.table-info {
    --bs-table-bg:#cff4fc;--bs-table-striped-bg:#c7ebf4;--bs-table-striped-color:#343f52;--bs-table-active-bg:#c0e2eb;--bs-table-active-color:#343f52;--bs-table-hover-bg:#c3e6ef;--bs-table-hover-color:#343f52;color: #343f52;
    border-color: #c0e2eb
}





.table-warning {
    --bs-table-bg:#fff3cd;--bs-table-striped-bg:#f5eac7;--bs-table-striped-color:#343f52;--bs-table-active-bg:#ebe1c1;--bs-table-active-color:#343f52;--bs-table-hover-bg:#f0e6c4;--bs-table-hover-color:#343f52;color: #343f52;
    border-color: #ebe1c1
}





.table-danger {
    --bs-table-bg:#f8d7da;--bs-table-striped-bg:#eecfd3;--bs-table-striped-color:#343f52;--bs-table-active-bg:#e4c8cc;--bs-table-active-color:#343f52;--bs-table-hover-bg:#e9ccd0;--bs-table-hover-color:#343f52;color: #343f52;
    border-color: #e4c8cc
}





.table-light {
    --bs-table-bg:#f8f9fa;--bs-table-striped-bg:#eef0f2;--bs-table-striped-color:#343f52;--bs-table-active-bg:#e4e6e9;--bs-table-active-color:#343f52;--bs-table-hover-bg:#e9ebed;--bs-table-hover-color:#343f52;color: #343f52;
    border-color: #e4e6e9
}





.table-dark {
    --bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color: #fff;
    border-color: #373b3e
}





.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}





@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}





@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}





@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}





@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}





@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}





.form-label {
    margin-bottom: .5rem;
    color: #959ca9
}





.col-form-label {
    padding-top: calc(.6rem + 1px);
    padding-bottom: calc(.6rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.7;
    color: #959ca9
}





.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}





.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}





.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}





.form-control {
    display: block;
    width: 100%;
    padding: .6rem 1rem;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #60697b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(8,60,130,.06);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .4rem;
    -webkit-box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
            box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}





.form-control[type=file] {
    overflow: hidden
}





.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}





.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #babfe8;
    outline: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(30,34,40,.04),unset;
            box-shadow: 0 0 1.25rem rgba(30,34,40,.04),unset
}





.form-control::-webkit-date-and-time-value {
    height: 1.7em
}





.form-control::-moz-placeholder {
    color: #959ca9;
    opacity: 1
}





.form-control:-ms-input-placeholder {
    color: #959ca9;
    opacity: 1
}





.form-control::-webkit-input-placeholder {
    color: #959ca9;
    opacity: 1
}





.form-control::-ms-input-placeholder {
    color: #959ca9;
    opacity: 1
}





.form-control::placeholder {
    color: #959ca9;
    opacity: 1
}





.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}





.form-control::file-selector-button {
    padding: .6rem 1rem;
    margin: -.6rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}





.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}





.form-control::-webkit-file-upload-button {
    padding: .6rem 1rem;
    margin: -.6rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}





.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}





.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .6rem 0;
    margin-bottom: 0;
    line-height: 1.7;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}





.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}





.form-control-sm {
    min-height: calc(1.5em + (.5rem + 2px));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .4rem
}





.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}





.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}





.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .4rem
}





.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}





.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}





textarea.form-control {
    min-height: calc(1.7em + (1.2rem + 2px))
}





textarea.form-control-sm {
    min-height: calc(1.5em + (.5rem + 2px))
}





textarea.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px))
}





.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .6rem
}





.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}





.form-control-color::-moz-color-swatch {
    height: 1.7em;
    border-radius: .4rem
}





.form-control-color::-webkit-color-swatch {
    height: 1.7em;
    border-radius: .4rem
}





.form-select {
    display: block;
    width: 100%;
    padding: .6rem 2.25rem .6rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #60697b;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%23343f52' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 8px 8px;
    border: 1px solid rgba(8,60,130,.06);
    border-radius: .4rem;
    -webkit-box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
            box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}





@media (prefers-reduced-motion:reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}





.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(30,34,40,.04),0 0 0 .25rem rgba(13,110,253,.25);
            box-shadow: 0 0 1.25rem rgba(30,34,40,.04),0 0 0 .25rem rgba(13,110,253,.25)
}





.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none
}





.form-select:disabled {
    background-color: #e9ecef
}





.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #60697b
}





.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}





.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}





.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}





.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}





.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .35em;
    vertical-align: top;
    background-color: #fefefe;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(8,60,130,.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}





.form-check-input[type=checkbox] {
    border-radius: .25em
}





.form-check-input[type=radio] {
    border-radius: 50%
}





.form-check-input:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%)
}





.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
            box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}





.form-check-input:checked {
    background-color: #747ed1;
    border-color: #747ed1
}





.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}





.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23fff'/%3e%3c/svg%3e")
}





.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}





.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: .5
}





.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    opacity: .5
}





.form-switch {
    padding-left: 2.5em
}





.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}





.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}





.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}





.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}





.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}





.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: .65
}





.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}





.form-range:focus {
    outline: 0
}





.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25);
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}





.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}





.form-range::-moz-focus-outer {
    border: 0
}





.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
            box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}





@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}





.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}





.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 2px rgba(0,0,0,.075)
}





.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}





@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}





.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}





.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075)
}





.form-range:disabled {
    pointer-events: none
}





.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}





.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}





.form-floating {
    position: relative
}





.form-floating>.form-control,.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}





.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none
    }
}





.form-floating>.form-control {
    padding: 1rem .75rem
}





.form-floating>.form-control::-moz-placeholder {
    color: transparent
}





.form-floating>.form-control:-ms-input-placeholder {
    color: transparent
}





.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}





.form-floating>.form-control::-ms-input-placeholder {
    color: transparent
}





.form-floating>.form-control::placeholder {
    color: transparent
}





.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}





.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}





.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}





.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}





.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}





.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}





.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}





.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
            transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}





.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
            transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}





.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%
}





.input-group>.form-control,.input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0
}





.input-group>.form-control:focus,.input-group>.form-select:focus {
    z-index: 3
}





.input-group .btn {
    position: relative;
    z-index: 2
}





.input-group .btn:focus {
    z-index: 3
}





.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .375rem .75rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.7;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .4rem
}





.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .4rem
}





.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .4rem
}





.input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 3.25rem
}





.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}





.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}





.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}





.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}





.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25,135,84,.9);
    border-radius: .25rem
}





.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}





.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}





.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
            box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}





.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}





.form-select.is-valid,.was-validated .form-select:valid {
    border-color: #198754
}





.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%23343f52' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1rem center,center right 2.25rem;
    background-size: 8px 8px,calc(.75em + .375rem) calc(.75em + .375rem)
}





.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
            box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}





.form-check-input.is-valid,.was-validated .form-check-input:valid {
    border-color: #198754
}





.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
    background-color: #198754
}





.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
            box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}





.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #198754
}





.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}





.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid {
    z-index: 1
}





.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}





.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}





.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem
}





.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}





.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}





.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
            box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
}





.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}





.form-select.is-invalid,.was-validated .form-select:invalid {
    border-color: #dc3545
}





.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%23343f52' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1rem center,center right 2.25rem;
    background-size: 8px 8px,calc(.75em + .375rem) calc(.75em + .375rem)
}





.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
            box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
}





.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
    border-color: #dc3545
}





.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}





.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,53,69,.25);
            box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
}





.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}





.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}





.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid {
    z-index: 2
}





.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}





.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}





@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}





.fade:not(.show) {
    opacity: 0
}





.collapse:not(.show) {
    display: none
}





.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}





@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}





.dropdown,.dropend,.dropstart,.dropup {
    position: relative
}





.dropdown-toggle {
    white-space: nowrap
}





.dropdown-toggle::after {
    display: inline-block;
    margin-left: .2rem;
    vertical-align: .15rem;
    content: "";
    border-top: .25rem solid;
    border-right: .25rem solid transparent;
    border-bottom: 0;
    border-left: .25rem solid transparent
}





.dropdown-toggle:empty::after {
    margin-left: 0
}





.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 4rem;
    padding: 1rem 0;
    margin: 0;
    font-size: .75rem;
    color: #343f52;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .4rem;
    -webkit-box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
            box-shadow: 0 0 1.25rem rgba(30,34,40,.04)
}





.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .75rem
}





.dropdown-menu-start {
    --bs-position:start}





.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}





.dropdown-menu-end {
    --bs-position:end}





.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}





@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position:start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position:end}

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}





@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position:start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position:end}

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}





@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position:start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position:end}

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}





@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position:start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position:end}

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}





@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position:start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position:end}

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}





.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .75rem
}





.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .2rem;
    vertical-align: .15rem;
    content: "";
    border-top: 0;
    border-right: .25rem solid transparent;
    border-bottom: .25rem solid;
    border-left: .25rem solid transparent
}





.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}





.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .75rem
}





.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .2rem;
    vertical-align: .15rem;
    content: "";
    border-top: .25rem solid transparent;
    border-right: 0;
    border-bottom: .25rem solid transparent;
    border-left: .25rem solid
}





.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}





.dropend .dropdown-toggle::after {
    vertical-align: 0
}





.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .75rem
}





.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .2rem;
    vertical-align: .15rem;
    content: ""
}





.dropstart .dropdown-toggle::after {
    display: none
}





.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .2rem;
    vertical-align: .15rem;
    content: "";
    border-top: .25rem solid transparent;
    border-right: .25rem solid;
    border-bottom: .25rem solid transparent
}





.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}





.dropstart .dropdown-toggle::before {
    vertical-align: 0
}





.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15)
}





.dropdown-item {
    display: block;
    width: 100%;
    padding: .2rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #343f52;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}





.dropdown-item:focus,.dropdown-item:hover {
    color: #747ed1;
    background-color: inherit
}





.dropdown-item.active,.dropdown-item:active {
    color: #747ed1;
    text-decoration: none;
    background-color: inherit
}





.dropdown-item.disabled,.dropdown-item:disabled {
    color: #60697b;
    pointer-events: none;
    background-color: transparent
}





.dropdown-menu.show {
    display: block
}





.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #747ed1;
    white-space: nowrap
}





.dropdown-item-text {
    display: block;
    padding: .2rem 1.5rem;
    color: #343f52
}





.dropdown-menu-dark {
    color: #cacaca;
    background-color: #343f52;
    border-color: rgba(0,0,0,.15)
}





.dropdown-menu-dark .dropdown-item {
    color: #cacaca
}





.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255,255,255,.15)
}





.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active {
    color: #747ed1;
    background-color: inherit
}





.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled {
    color: #959ca9
}





.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0,0,0,.15)
}





.dropdown-menu-dark .dropdown-item-text {
    color: #cacaca
}





.dropdown-menu-dark .dropdown-header {
    color: #959ca9
}





.btn-group,.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}





.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
}





.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}





.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
}





.btn-toolbar .input-group {
    width: auto
}





.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -2px
}





.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}





.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}





.dropdown-toggle-split {
    padding-right: .9rem;
    padding-left: .9rem
}





.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}





.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}





.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}





.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: 1.05rem;
    padding-left: 1.05rem
}





.btn-group.show .dropdown-toggle {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15)
}





.btn-group.show .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}





.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}





.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -2px
}





.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}





.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}





.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}





.nav-link {
    display: block;
    padding: 1.2rem 1rem;
    font-size: .8rem;
    font-weight: 700;
    color: #343f52;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}





.nav-link:focus,.nav-link:hover {
    color: #747ed1
}





.nav-link.disabled {
    color: #959ca9;
    pointer-events: none;
    cursor: default
}





.nav-tabs {
    border-bottom: 1px solid rgba(164,174,198,.2)
}





.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem
}





.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate
}





.nav-tabs .nav-link.disabled {
    color: #959ca9;
    background-color: transparent;
    border-color: transparent
}





.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #747ed1;
    background-color: #fff;
    border-color: rgba(164,174,198,.2)
}





.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}





.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .4rem
}





.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #747ed1;
    background-color: #fff
}





.nav-fill .nav-item,.nav-fill>.nav-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center
}





.nav-justified .nav-item,.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center
}





.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}





.tab-content>.tab-pane {
    display: none
}





.tab-content>.active {
    display: block
}





.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}





.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}





.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: .75rem;
    white-space: nowrap
}





.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}





.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}





.navbar-nav .dropdown-menu {
    position: static
}





.navbar-text {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem
}





.navbar-collapse {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}





.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}





.navbar-toggler:hover {
    text-decoration: none
}





.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem;
            box-shadow: 0 0 0 .25rem
}





.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}





.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}





@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap:nowrap;
            flex-wrap:nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}





@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap:nowrap;
            flex-wrap:nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}





@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap:nowrap;
            flex-wrap:nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}





@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap:nowrap;
            flex-wrap:nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}





@media (min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap:nowrap;
            flex-wrap:nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}





.navbar-expand {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
}





.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row
}





.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}





.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem
}





.navbar-expand .navbar-nav-scroll {
    overflow: visible
}





.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto
}





.navbar-expand .navbar-toggler {
    display: none
}





.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}





.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}





.navbar-light .navbar-nav .nav-link {
    color: #343f52
}





.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: #747ed1
}





.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(52,63,82,.3)
}





.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link {
    color: #747ed1
}





.navbar-light .navbar-toggler {
    color: #343f52;
    border-color: transparent
}





.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%23747ed1' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e")
}





.navbar-light .navbar-text {
    color: #343f52
}





.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: #747ed1
}





.navbar-dark .navbar-brand {
    color: #fff
}





.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}





.navbar-dark .navbar-nav .nav-link {
    color: #fff
}





.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.7)
}





.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}





.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link {
    color: rgba(255,255,255,.7)
}





.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent
}





.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%23fff' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e")
}





.navbar-dark .navbar-text {
    color: #fff
}





.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: rgba(255,255,255,.7)
}





.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(164,174,198,.2);
    border-radius: .4rem
}





.card>hr {
    margin-right: 0;
    margin-left: 0
}





.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}





.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem
}





.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: .4rem;
    border-bottom-left-radius: .4rem
}





.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}





.card-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 2rem 2rem
}





.card-title {
    margin-bottom: .5rem
}





.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}





.card-text:last-child {
    margin-bottom: 0
}





.card-link:hover {
    text-decoration: none
}





.card-link+.card-link {
    margin-left: 2rem
}





.card-header {
    padding: 1rem 2rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(164,174,198,.2)
}





.card-header:first-child {
    border-radius: .4rem .4rem 0 0
}





.card-footer {
    padding: 1rem 2rem;
    background-color: #fff;
    border-top: 1px solid rgba(164,174,198,.2)
}





.card-footer:last-child {
    border-radius: 0 0 .4rem .4rem
}





.card-header-tabs {
    margin-right: -1rem;
    margin-bottom: -1rem;
    margin-left: -1rem;
    border-bottom: 0
}





.card-header-pills {
    margin-right: -1rem;
    margin-left: -1rem
}





.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: .4rem
}





.card-img,.card-img-bottom,.card-img-top {
    width: 100%
}





.card-img,.card-img-top {
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem
}





.card-img,.card-img-bottom {
    border-bottom-right-radius: .4rem;
    border-bottom-left-radius: .4rem
}





.card-group>.card {
    margin-bottom: .75rem
}





@media (min-width: 576px) {
    .card-group {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}





.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}





.page-link {
    position: relative;
    display: block;
    color: #343f52;
    background-color: #fff;
    border: 1px solid rgba(164,174,198,.2);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}





.page-link:hover {
    z-index: 2;
    color: #747ed1;
    background-color: #fff;
    border-color: rgba(164,174,198,.2)
}





.page-link:focus {
    z-index: 3;
    color: #747ed1;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset
}





.page-item:not(:first-child) .page-link {
    margin-left: -1px
}





.page-item.active .page-link {
    z-index: 3;
    color: #747ed1;
    background-color: #fff;
    border-color: rgba(164,174,198,.2)
}





.page-item.disabled .page-link {
    color: #959ca9;
    pointer-events: none;
    background-color: #fff;
    border-color: rgba(164,174,198,.2)
}





.page-link {
    padding: 0 0
}





.page-item:first-child .page-link {
    border-top-left-radius: .4rem;
    border-bottom-left-radius: .4rem
}





.page-item:last-child .page-link {
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem
}





.pagination-lg .page-link {
    padding: 0 0;
    font-size: 1rem
}





.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}





.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}





.pagination-sm .page-link {
    padding: 0 0;
    font-size: .75rem
}





.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}





.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}





.badge {
    display: inline-block;
    padding: .65em .8em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}





.badge:empty {
    display: none
}





.btn .badge {
    position: relative;
    top: -1px
}





.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}





.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}





.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
            transform: translate(0,-50px)
}





@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}





.modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none
}





.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02)
}





.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}





.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}





.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}





.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(100% - 1rem)
}





.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: .3rem;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    outline: 0
}





.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(30,34,40,.9)
}





.modal-backdrop.fade {
    opacity: 0
}





.modal-backdrop.show {
    opacity: 1
}





.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}





.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}





.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}





.modal-body {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 2.5rem
}





.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 2.25rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}





.modal-footer>* {
    margin: .25rem
}





@media (min-width: 576px) {
    .modal-dialog {
        max-width:560px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-content {
        -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
                box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
    }

    .modal-sm {
        max-width: 450px
    }
}





@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}





@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}





.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}





.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}





.modal-fullscreen .modal-header {
    border-radius: 0
}





.modal-fullscreen .modal-body {
    overflow-y: auto
}





.modal-fullscreen .modal-footer {
    border-radius: 0
}





@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}





@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}





@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}





@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}





@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}





.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8rem;
    word-wrap: break-word;
    opacity: 0
}





.tooltip.show {
    opacity: .98
}





.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}





.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}





.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}





.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}





.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #747ed1
}





.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end {
    padding: 0 .4rem
}





.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}





.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #747ed1
}





.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}





.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}





.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #747ed1
}





.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start {
    padding: 0 .4rem
}





.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}





.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #747ed1
}





.tooltip-inner {
    max-width: 200px;
    padding: .5rem .76923rem;
    color: #fff;
    text-align: center;
    background-color: #747ed1;
    border-radius: .4rem
}





.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(164,174,198,.2);
    border-radius: .4rem;
    -webkit-box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
            box-shadow: 0 0 1.25rem rgba(30,34,40,.04)
}





.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}





.popover .popover-arrow::after,.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}





.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}





.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(164,174,198,.25)
}





.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}





.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}





.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(164,174,198,.25)
}





.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}





.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}





.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(164,174,198,.25)
}





.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}





.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #fff
}





.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}





.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(164,174,198,.25)
}





.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}





.popover-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    font-size: .8rem;
    color: #343f52;
    background-color: #fff;
    border-bottom: 1px solid rgba(164,174,198,.2);
    border-top-left-radius: calc(.4rem - 1px);
    border-top-right-radius: calc(.4rem - 1px)
}





.popover-header:empty {
    display: none
}





.popover-body {
    padding: 1rem 1.25rem;
    color: #60697b
}





@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}





@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}





.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}





.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}





@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
                transform: none
    }
}





@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
                transform: none
    }
}





.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}





.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}





@media (prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}





.align-baseline {
    vertical-align: baseline!important
}





.align-top {
    vertical-align: top!important
}





.align-middle {
    vertical-align: middle!important
}





.align-bottom {
    vertical-align: bottom!important
}





.align-text-bottom {
    vertical-align: text-bottom!important
}





.align-text-top {
    vertical-align: text-top!important
}





.float-start {
    float: left!important
}





.float-end {
    float: right!important
}





.float-none {
    float: none!important
}





.overflow-auto {
    overflow: auto!important
}





.overflow-hidden {
    overflow: hidden!important
}





.overflow-visible {
    overflow: visible!important
}





.overflow-scroll {
    overflow: scroll!important
}





.d-inline {
    display: inline!important
}





.d-inline-block {
    display: inline-block!important
}





.d-block {
    display: block!important
}





.d-grid {
    display: grid!important
}





.d-table {
    display: table!important
}





.d-table-row {
    display: table-row!important
}





.d-table-cell {
    display: table-cell!important
}





.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}





.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}





.d-none {
    display: none!important
}





.shadow {
    -webkit-box-shadow: 0 0 1.25rem rgba(30,34,40,.04)!important;
            box-shadow: 0 0 1.25rem rgba(30,34,40,.04)!important
}





.shadow-sm {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.02)!important;
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.02)!important
}





.shadow-lg {
    -webkit-box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important;
            box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important
}





.shadow-none {
    -webkit-box-shadow: none!important;
            box-shadow: none!important
}





.position-static {
    position: static!important
}





.position-relative {
    position: relative!important
}





.position-absolute {
    position: absolute!important
}





.position-fixed {
    position: fixed!important
}





.position-sticky {
    position: sticky!important
}





.top-0 {
    top: 0!important
}





.top-50 {
    top: 50%!important
}





.top-100 {
    top: 100%!important
}





.bottom-0 {
    bottom: 0!important
}





.bottom-50 {
    bottom: 50%!important
}





.bottom-100 {
    bottom: 100%!important
}





.start-0 {
    left: 0!important
}





.start-50 {
    left: 50%!important
}





.start-100 {
    left: 100%!important
}





.end-0 {
    right: 0!important
}





.end-50 {
    right: 50%!important
}





.end-100 {
    right: 100%!important
}





.translate-middle {
    -webkit-transform: translate(-50%,-50%)!important;
            transform: translate(-50%,-50%)!important
}





.translate-middle-x {
    -webkit-transform: translateX(-50%)!important;
            transform: translateX(-50%)!important
}





.translate-middle-y {
    -webkit-transform: translateY(-50%)!important;
            transform: translateY(-50%)!important
}





.border {
    border: 1px solid #dee2e6!important
}





.border-0 {
    border: 0!important
}





.border-top {
    border-top: 1px solid #dee2e6!important
}





.border-top-0 {
    border-top: 0!important
}





.border-end {
    border-right: 1px solid #dee2e6!important
}





.border-end-0 {
    border-right: 0!important
}





.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}





.border-bottom-0 {
    border-bottom: 0!important
}





.border-start {
    border-left: 1px solid #dee2e6!important
}





.border-start-0 {
    border-left: 0!important
}





.border-blue {
    border-color: #3f78e0!important
}





.border-purple {
    border-color: #747ed1!important
}





.border-violet {
    border-color: #a07cc5!important
}





.border-pink {
    border-color: #d16b86!important
}





.border-red {
    border-color: #e2626b!important
}





.border-orange {
    border-color: #f78b77!important
}





.border-yellow {
    border-color: #fab758!important
}





.border-green {
    border-color: #6bbea3!important
}





.border-leaf {
    border-color: #7cb798!important
}





.border-aqua {
    border-color: #54a8c7!important
}





.border-navy {
    border-color: #343f52!important
}





.border-ash {
    border-color: #9499a3!important
}





.border-white {
    border-color: #fff!important
}





.border-light {
    border-color: #fefefe!important
}





.border-gray {
    border-color: #f6f7f9!important
}





.border-dark {
    border-color: #262b32!important
}





.border-primary {
    border-color: #747ed1!important
}





.border-secondary {
    border-color: #aab0bc!important
}





.border-success {
    border-color: #6bbea3!important
}





.border-info {
    border-color: #54a8c7!important
}





.border-warning {
    border-color: #fab758!important
}





.border-danger {
    border-color: #e2626b!important
}





.border-1 {
    border-width: 1px!important
}





.border-2 {
    border-width: 2px!important
}





.border-3 {
    border-width: 3px!important
}





.border-4 {
    border-width: 4px!important
}





.border-5 {
    border-width: 5px!important
}





.w-25 {
    width: 22.5rem!important
}





.w-50 {
    width: 50%!important
}





.w-75 {
    width: 75%!important
}





.w-100 {
    width: 100%!important
}





.w-auto {
    width: auto!important
}





.w-0 {
    width: 0!important
}





.w-1 {
    width: .25rem!important
}





.w-2 {
    width: .5rem!important
}





.w-3 {
    width: .75rem!important
}





.w-4 {
    width: 1rem!important
}





.w-5 {
    width: 1.25rem!important
}





.w-6 {
    width: 1.5rem!important
}





.w-7 {
    width: 1.75rem!important
}





.w-8 {
    width: 2rem!important
}





.w-9 {
    width: 2.25rem!important
}





.w-10 {
    width: 2.5rem!important
}





.w-11 {
    width: 3rem!important
}





.w-12 {
    width: 3.5rem!important
}





.w-13 {
    width: 4rem!important
}





.w-14 {
    width: 4.5rem!important
}





.w-15 {
    width: 5rem!important
}





.w-16 {
    width: 6rem!important
}





.w-17 {
    width: 7rem!important
}





.w-18 {
    width: 8rem!important
}





.w-19 {
    width: 9rem!important
}





.w-20 {
    width: 10rem!important
}





.w-21 {
    width: 12.5rem!important
}





.w-22 {
    width: 15rem!important
}





.w-23 {
    width: 17.5rem!important
}





.w-24 {
    width: 20rem!important
}





.mw-100 {
    max-width: 100%!important
}





.vw-100 {
    width: 100vw!important
}





.min-vw-100 {
    min-width: 100vw!important
}





.h-25 {
    height: 22.5rem!important
}





.h-50 {
    height: 50%!important
}





.h-75 {
    height: 75%!important
}





.h-100 {
    height: 100%!important
}





.h-auto {
    height: auto!important
}





.h-0 {
    height: 0!important
}





.h-1 {
    height: .25rem!important
}





.h-2 {
    height: .5rem!important
}





.h-3 {
    height: .75rem!important
}





.h-4 {
    height: 1rem!important
}





.h-5 {
    height: 1.25rem!important
}





.h-6 {
    height: 1.5rem!important
}





.h-7 {
    height: 1.75rem!important
}





.h-8 {
    height: 2rem!important
}





.h-9 {
    height: 2.25rem!important
}





.h-10 {
    height: 2.5rem!important
}





.h-11 {
    height: 3rem!important
}





.h-12 {
    height: 3.5rem!important
}





.h-13 {
    height: 4rem!important
}





.h-14 {
    height: 4.5rem!important
}





.h-15 {
    height: 5rem!important
}





.h-16 {
    height: 6rem!important
}





.h-17 {
    height: 7rem!important
}





.h-18 {
    height: 8rem!important
}





.h-19 {
    height: 9rem!important
}





.h-20 {
    height: 10rem!important
}





.h-21 {
    height: 12.5rem!important
}





.h-22 {
    height: 15rem!important
}





.h-23 {
    height: 17.5rem!important
}





.h-24 {
    height: 20rem!important
}





.mh-100 {
    max-height: 100%!important
}





.vh-100 {
    height: 100vh!important
}





.min-vh-25 {
    min-height: 25vh!important
}





.min-vh-50 {
    min-height: 50vh!important
}





.min-vh-60 {
    min-height: 60vh!important
}





.min-vh-70 {
    min-height: 70vh!important
}





.min-vh-75 {
    min-height: 75vh!important
}





.min-vh-100 {
    min-height: 100vh!important
}





.flex-fill {
    -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
            flex: 1 1 auto!important
}





.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
            flex-direction: row!important
}





.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
            flex-direction: column!important
}





.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
            flex-direction: row-reverse!important
}





.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
            flex-direction: column-reverse!important
}





.flex-grow-0 {
    -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
            flex-grow: 0!important
}





.flex-grow-1 {
    -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
            flex-grow: 1!important
}





.flex-shrink-0 {
    -ms-flex-negative: 0!important;
        flex-shrink: 0!important
}





.flex-shrink-1 {
    -ms-flex-negative: 1!important;
        flex-shrink: 1!important
}





.flex-wrap {
    -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
}





.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
}





.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
}





.gap-0 {
    gap: 0!important
}





.gap-1 {
    gap: .25rem!important
}





.gap-2 {
    gap: .5rem!important
}





.gap-3 {
    gap: .75rem!important
}





.gap-4 {
    gap: 1rem!important
}





.gap-5 {
    gap: 1.25rem!important
}





.gap-6 {
    gap: 1.5rem!important
}





.gap-7 {
    gap: 1.75rem!important
}





.gap-8 {
    gap: 2rem!important
}





.gap-9 {
    gap: 2.25rem!important
}





.gap-10 {
    gap: 2.5rem!important
}





.gap-11 {
    gap: 3rem!important
}





.gap-12 {
    gap: 3.5rem!important
}





.gap-13 {
    gap: 4rem!important
}





.gap-14 {
    gap: 4.5rem!important
}





.gap-15 {
    gap: 5rem!important
}





.gap-16 {
    gap: 6rem!important
}





.gap-17 {
    gap: 7rem!important
}





.gap-18 {
    gap: 8rem!important
}





.gap-19 {
    gap: 9rem!important
}





.gap-20 {
    gap: 10rem!important
}





.gap-21 {
    gap: 12.5rem!important
}





.gap-22 {
    gap: 15rem!important
}





.gap-23 {
    gap: 17.5rem!important
}





.gap-24 {
    gap: 20rem!important
}





.gap-25 {
    gap: 22.5rem!important
}





.justify-content-start {
    -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
            justify-content: flex-start!important
}





.justify-content-end {
    -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
            justify-content: flex-end!important
}





.justify-content-center {
    -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
            justify-content: center!important
}





.justify-content-between {
    -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
            justify-content: space-between!important
}





.justify-content-around {
    -ms-flex-pack: distribute!important;
        justify-content: space-around!important
}





.justify-content-evenly {
    -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
            justify-content: space-evenly!important
}





.align-items-start {
    -webkit-box-align: start!important;
        -ms-flex-align: start!important;
            align-items: flex-start!important
}





.align-items-end {
    -webkit-box-align: end!important;
        -ms-flex-align: end!important;
            align-items: flex-end!important
}





.align-items-center {
    -webkit-box-align: center!important;
        -ms-flex-align: center!important;
            align-items: center!important
}





.align-items-baseline {
    -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
            align-items: baseline!important
}





.align-items-stretch {
    -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
            align-items: stretch!important
}





.align-content-start {
    -ms-flex-line-pack: start!important;
        align-content: flex-start!important
}





.align-content-end {
    -ms-flex-line-pack: end!important;
        align-content: flex-end!important
}





.align-content-center {
    -ms-flex-line-pack: center!important;
        align-content: center!important
}





.align-content-between {
    -ms-flex-line-pack: justify!important;
        align-content: space-between!important
}





.align-content-around {
    -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
}





.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
}





.align-self-auto {
    -ms-flex-item-align: auto!important;
        align-self: auto!important
}





.align-self-start {
    -ms-flex-item-align: start!important;
        align-self: flex-start!important
}





.align-self-end {
    -ms-flex-item-align: end!important;
        align-self: flex-end!important
}





.align-self-center {
    -ms-flex-item-align: center!important;
        align-self: center!important
}





.align-self-baseline {
    -ms-flex-item-align: baseline!important;
        align-self: baseline!important
}





.align-self-stretch {
    -ms-flex-item-align: stretch!important;
        align-self: stretch!important
}





.order-first {
    -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
            order: -1!important
}





.order-0 {
    -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
            order: 0!important
}





.order-1 {
    -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
            order: 1!important
}





.order-2 {
    -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
            order: 2!important
}





.order-3 {
    -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
            order: 3!important
}





.order-4 {
    -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
            order: 4!important
}





.order-5 {
    -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
            order: 5!important
}





.order-last {
    -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
            order: 6!important
}





.m-0 {
    margin: 0!important
}





.m-1 {
    margin: .25rem!important
}





.m-2 {
    margin: .5rem!important
}





.m-3 {
    margin: .75rem!important
}





.m-4 {
    margin: 1rem!important
}





.m-5 {
    margin: 1.25rem!important
}





.m-6 {
    margin: 1.5rem!important
}





.m-7 {
    margin: 1.75rem!important
}





.m-8 {
    margin: 2rem!important
}





.m-9 {
    margin: 2.25rem!important
}





.m-10 {
    margin: 2.5rem!important
}





.m-11 {
    margin: 3rem!important
}





.m-12 {
    margin: 3.5rem!important
}





.m-13 {
    margin: 4rem!important
}





.m-14 {
    margin: 4.5rem!important
}





.m-15 {
    margin: 5rem!important
}





.m-16 {
    margin: 6rem!important
}





.m-17 {
    margin: 7rem!important
}





.m-18 {
    margin: 8rem!important
}





.m-19 {
    margin: 9rem!important
}





.m-20 {
    margin: 10rem!important
}





.m-21 {
    margin: 12.5rem!important
}





.m-22 {
    margin: 15rem!important
}





.m-23 {
    margin: 17.5rem!important
}





.m-24 {
    margin: 20rem!important
}





.m-25 {
    margin: 22.5rem!important
}





.m-auto {
    margin: auto!important
}





.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}





.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}





.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}





.mx-3 {
    margin-right: .75rem!important;
    margin-left: .75rem!important
}





.mx-4 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}





.mx-5 {
    margin-right: 1.25rem!important;
    margin-left: 1.25rem!important
}





.mx-6 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}





.mx-7 {
    margin-right: 1.75rem!important;
    margin-left: 1.75rem!important
}





.mx-8 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
}





.mx-9 {
    margin-right: 2.25rem!important;
    margin-left: 2.25rem!important
}





.mx-10 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
}





.mx-11 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}





.mx-12 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
}





.mx-13 {
    margin-right: 4rem!important;
    margin-left: 4rem!important
}





.mx-14 {
    margin-right: 4.5rem!important;
    margin-left: 4.5rem!important
}





.mx-15 {
    margin-right: 5rem!important;
    margin-left: 5rem!important
}





.mx-16 {
    margin-right: 6rem!important;
    margin-left: 6rem!important
}





.mx-17 {
    margin-right: 7rem!important;
    margin-left: 7rem!important
}





.mx-18 {
    margin-right: 8rem!important;
    margin-left: 8rem!important
}





.mx-19 {
    margin-right: 9rem!important;
    margin-left: 9rem!important
}





.mx-20 {
    margin-right: 10rem!important;
    margin-left: 10rem!important
}





.mx-21 {
    margin-right: 12.5rem!important;
    margin-left: 12.5rem!important
}





.mx-22 {
    margin-right: 15rem!important;
    margin-left: 15rem!important
}





.mx-23 {
    margin-right: 17.5rem!important;
    margin-left: 17.5rem!important
}





.mx-24 {
    margin-right: 20rem!important;
    margin-left: 20rem!important
}





.mx-25 {
    margin-right: 22.5rem!important;
    margin-left: 22.5rem!important
}





.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}





.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}





.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}





.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}





.my-3 {
    margin-top: .75rem!important;
    margin-bottom: .75rem!important
}





.my-4 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}





.my-5 {
    margin-top: 1.25rem!important;
    margin-bottom: 1.25rem!important
}





.my-6 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}





.my-7 {
    margin-top: 1.75rem!important;
    margin-bottom: 1.75rem!important
}





.my-8 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
}





.my-9 {
    margin-top: 2.25rem!important;
    margin-bottom: 2.25rem!important
}





.my-10 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
}





.my-11 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}





.my-12 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important
}





.my-13 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
}





.my-14 {
    margin-top: 4.5rem!important;
    margin-bottom: 4.5rem!important
}





.my-15 {
    margin-top: 5rem!important;
    margin-bottom: 5rem!important
}





.my-16 {
    margin-top: 6rem!important;
    margin-bottom: 6rem!important
}





.my-17 {
    margin-top: 7rem!important;
    margin-bottom: 7rem!important
}





.my-18 {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
}





.my-19 {
    margin-top: 9rem!important;
    margin-bottom: 9rem!important
}





.my-20 {
    margin-top: 10rem!important;
    margin-bottom: 10rem!important
}





.my-21 {
    margin-top: 12.5rem!important;
    margin-bottom: 12.5rem!important
}





.my-22 {
    margin-top: 15rem!important;
    margin-bottom: 15rem!important
}





.my-23 {
    margin-top: 17.5rem!important;
    margin-bottom: 17.5rem!important
}





.my-24 {
    margin-top: 20rem!important;
    margin-bottom: 20rem!important
}





.my-25 {
    margin-top: 22.5rem!important;
    margin-bottom: 22.5rem!important
}





.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}





.mt-0 {
    margin-top: 0!important
}





.mt-1 {
    margin-top: .25rem!important
}





.mt-2 {
    margin-top: .5rem!important
}





.mt-3 {
    margin-top: .75rem!important
}





.mt-4 {
    margin-top: 1rem!important
}





.mt-5 {
    margin-top: 1.25rem!important
}





.mt-6 {
    margin-top: 1.5rem!important
}





.mt-7 {
    margin-top: 1.75rem!important
}





.mt-8 {
    margin-top: 2rem!important
}





.mt-9 {
    margin-top: 2.25rem!important
}





.mt-10 {
    margin-top: 2.5rem!important
}





.mt-11 {
    margin-top: 3rem!important
}





.mt-12 {
    margin-top: 3.5rem!important
}





.mt-13 {
    margin-top: 4rem!important
}





.mt-14 {
    margin-top: 4.5rem!important
}





.mt-15 {
    margin-top: 5rem!important
}





.mt-16 {
    margin-top: 6rem!important
}





.mt-17 {
    margin-top: 7rem!important
}





.mt-18 {
    margin-top: 8rem!important
}





.mt-19 {
    margin-top: 9rem!important
}





.mt-20 {
    margin-top: 10rem!important
}





.mt-21 {
    margin-top: 12.5rem!important
}





.mt-22 {
    margin-top: 15rem!important
}





.mt-23 {
    margin-top: 17.5rem!important
}





.mt-24 {
    margin-top: 20rem!important
}





.mt-25 {
    margin-top: 22.5rem!important
}





.mt-auto {
    margin-top: auto!important
}





.me-0 {
    margin-right: 0!important
}





.me-1 {
    margin-right: .25rem!important
}





.me-2 {
    margin-right: .5rem!important
}





.me-3 {
    margin-right: .75rem!important
}





.me-4 {
    margin-right: 1rem!important
}





.me-5 {
    margin-right: 1.25rem!important
}





.me-6 {
    margin-right: 1.5rem!important
}





.me-7 {
    margin-right: 1.75rem!important
}





.me-8 {
    margin-right: 2rem!important
}





.me-9 {
    margin-right: 2.25rem!important
}





.me-10 {
    margin-right: 2.5rem!important
}





.me-11 {
    margin-right: 3rem!important
}





.me-12 {
    margin-right: 3.5rem!important
}





.me-13 {
    margin-right: 4rem!important
}





.me-14 {
    margin-right: 4.5rem!important
}





.me-15 {
    margin-right: 5rem!important
}





.me-16 {
    margin-right: 6rem!important
}





.me-17 {
    margin-right: 7rem!important
}





.me-18 {
    margin-right: 8rem!important
}





.me-19 {
    margin-right: 9rem!important
}





.me-20 {
    margin-right: 10rem!important
}





.me-21 {
    margin-right: 12.5rem!important
}





.me-22 {
    margin-right: 15rem!important
}





.me-23 {
    margin-right: 17.5rem!important
}





.me-24 {
    margin-right: 20rem!important
}





.me-25 {
    margin-right: 22.5rem!important
}





.me-auto {
    margin-right: auto!important
}





.mb-0 {
    margin-bottom: 0!important
}





.mb-1 {
    margin-bottom: .25rem!important
}





.mb-2 {
    margin-bottom: .5rem!important
}





.mb-3 {
    margin-bottom: .75rem!important
}





.mb-4 {
    margin-bottom: 1rem!important
}





.mb-5 {
    margin-bottom: 1.25rem!important
}





.mb-6 {
    margin-bottom: 1.5rem!important;
}





.mb-7 {
    margin-bottom: 1.75rem!important
}





.mb-8 {
    margin-bottom: 2rem!important
}





.mb-9 {
    margin-bottom: 2.25rem!important
}





.mb-10 {
    margin-bottom: 2.5rem!important
}





.mb-11 {
    margin-bottom: 3rem!important
}





.mb-12 {
    margin-bottom: 3.5rem!important
}





.mb-13 {
    margin-bottom: 4rem!important
}





.mb-14 {
    margin-bottom: 4.5rem!important
}





.mb-15 {
    margin-bottom: 5rem!important
}





.mb-16 {
    margin-bottom: 6rem!important
}





.mb-17 {
    margin-bottom: 7rem!important
}





.mb-18 {
    margin-bottom: 8rem!important
}





.mb-19 {
    margin-bottom: 9rem!important
}





.mb-20 {
    margin-bottom: 10rem!important
}





.mb-21 {
    margin-bottom: 12.5rem!important
}





.mb-22 {
    margin-bottom: 15rem!important
}





.mb-23 {
    margin-bottom: 17.5rem!important
}





.mb-24 {
    margin-bottom: 20rem!important
}





.mb-25 {
    margin-bottom: 22.5rem!important
}





.mb-auto {
    margin-bottom: auto!important
}





.ms-0 {
    margin-left: 0!important
}





.ms-1 {
    margin-left: .25rem!important
}





.ms-2 {
    margin-left: .5rem!important
}





.ms-3 {
    margin-left: .75rem!important
}





.ms-4 {
    margin-left: 1rem!important
}





.ms-5 {
    margin-left: 1.25rem!important
}





.ms-6 {
    margin-left: 1.5rem!important
}





.ms-7 {
    margin-left: 1.75rem!important
}





.ms-8 {
    margin-left: 2rem!important
}





.ms-9 {
    margin-left: 2.25rem!important
}





.ms-10 {
    margin-left: 2.5rem!important
}





.ms-11 {
    margin-left: 3rem!important
}





.ms-12 {
    margin-left: 3.5rem!important
}





.ms-13 {
    margin-left: 4rem!important
}





.ms-14 {
    margin-left: 4.5rem!important
}





.ms-15 {
    margin-left: 5rem!important
}





.ms-16 {
    margin-left: 6rem!important
}





.ms-17 {
    margin-left: 7rem!important
}





.ms-18 {
    margin-left: 8rem!important
}





.ms-19 {
    margin-left: 9rem!important
}





.ms-20 {
    margin-left: 10rem!important
}





.ms-21 {
    margin-left: 12.5rem!important
}





.ms-22 {
    margin-left: 15rem!important
}





.ms-23 {
    margin-left: 17.5rem!important
}





.ms-24 {
    margin-left: 20rem!important
}





.ms-25 {
    margin-left: 22.5rem!important
}





.ms-auto {
    margin-left: auto!important
}





.m-n1 {
    margin: -.25rem!important
}





.m-n2 {
    margin: -.5rem!important
}





.m-n3 {
    margin: -.75rem!important
}





.m-n4 {
    margin: -1rem!important
}





.m-n5 {
    margin: -1.25rem!important
}





.m-n6 {
    margin: -1.5rem!important
}





.m-n7 {
    margin: -1.75rem!important
}





.m-n8 {
    margin: -2rem!important
}





.m-n9 {
    margin: -2.25rem!important
}





.m-n10 {
    margin: -2.5rem!important
}





.m-n11 {
    margin: -3rem!important
}





.m-n12 {
    margin: -3.5rem!important
}





.m-n13 {
    margin: -4rem!important
}





.m-n14 {
    margin: -4.5rem!important
}





.m-n15 {
    margin: -5rem!important
}





.m-n16 {
    margin: -6rem!important
}





.m-n17 {
    margin: -7rem!important
}





.m-n18 {
    margin: -8rem!important
}





.m-n19 {
    margin: -9rem!important
}





.m-n20 {
    margin: -10rem!important
}





.m-n21 {
    margin: -12.5rem!important
}





.m-n22 {
    margin: -15rem!important
}





.m-n23 {
    margin: -17.5rem!important
}





.m-n24 {
    margin: -20rem!important
}





.m-n25 {
    margin: -22.5rem!important
}





.mx-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
}





.mx-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
}





.mx-n3 {
    margin-right: -.75rem!important;
    margin-left: -.75rem!important
}





.mx-n4 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
}





.mx-n5 {
    margin-right: -1.25rem!important;
    margin-left: -1.25rem!important
}





.mx-n6 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
}





.mx-n7 {
    margin-right: -1.75rem!important;
    margin-left: -1.75rem!important
}





.mx-n8 {
    margin-right: -2rem!important;
    margin-left: -2rem!important
}





.mx-n9 {
    margin-right: -2.25rem!important;
    margin-left: -2.25rem!important
}





.mx-n10 {
    margin-right: -2.5rem!important;
    margin-left: -2.5rem!important
}





.mx-n11 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
}





.mx-n12 {
    margin-right: -3.5rem!important;
    margin-left: -3.5rem!important
}





.mx-n13 {
    margin-right: -4rem!important;
    margin-left: -4rem!important
}





.mx-n14 {
    margin-right: -4.5rem!important;
    margin-left: -4.5rem!important
}





.mx-n15 {
    margin-right: -5rem!important;
    margin-left: -5rem!important
}





.mx-n16 {
    margin-right: -6rem!important;
    margin-left: -6rem!important
}





.mx-n17 {
    margin-right: -7rem!important;
    margin-left: -7rem!important
}





.mx-n18 {
    margin-right: -8rem!important;
    margin-left: -8rem!important
}





.mx-n19 {
    margin-right: -9rem!important;
    margin-left: -9rem!important
}





.mx-n20 {
    margin-right: -10rem!important;
    margin-left: -10rem!important
}





.mx-n21 {
    margin-right: -12.5rem!important;
    margin-left: -12.5rem!important
}





.mx-n22 {
    margin-right: -15rem!important;
    margin-left: -15rem!important
}





.mx-n23 {
    margin-right: -17.5rem!important;
    margin-left: -17.5rem!important
}





.mx-n24 {
    margin-right: -20rem!important;
    margin-left: -20rem!important
}





.mx-n25 {
    margin-right: -22.5rem!important;
    margin-left: -22.5rem!important
}





.my-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
}





.my-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
}





.my-n3 {
    margin-top: -.75rem!important;
    margin-bottom: -.75rem!important
}





.my-n4 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
}





.my-n5 {
    margin-top: -1.25rem!important;
    margin-bottom: -1.25rem!important
}





.my-n6 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
}





.my-n7 {
    margin-top: -1.75rem!important;
    margin-bottom: -1.75rem!important
}





.my-n8 {
    margin-top: -2rem!important;
    margin-bottom: -2rem!important
}





.my-n9 {
    margin-top: -2.25rem!important;
    margin-bottom: -2.25rem!important
}





.my-n10 {
    margin-top: -2.5rem!important;
    margin-bottom: -2.5rem!important
}





.my-n11 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
}





.my-n12 {
    margin-top: -3.5rem!important;
    margin-bottom: -3.5rem!important
}





.my-n13 {
    margin-top: -4rem!important;
    margin-bottom: -4rem!important
}





.my-n14 {
    margin-top: -4.5rem!important;
    margin-bottom: -4.5rem!important
}





.my-n15 {
    margin-top: -5rem!important;
    margin-bottom: -5rem!important
}





.my-n16 {
    margin-top: -6rem!important;
    margin-bottom: -6rem!important
}





.my-n17 {
    margin-top: -7rem!important;
    margin-bottom: -7rem!important
}





.my-n18 {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
}





.my-n19 {
    margin-top: -9rem!important;
    margin-bottom: -9rem!important
}





.my-n20 {
    margin-top: -10rem!important;
    margin-bottom: -10rem!important
}





.my-n21 {
    margin-top: -12.5rem!important;
    margin-bottom: -12.5rem!important
}





.my-n22 {
    margin-top: -15rem!important;
    margin-bottom: -15rem!important
}





.my-n23 {
    margin-top: -17.5rem!important;
    margin-bottom: -17.5rem!important
}





.my-n24 {
    margin-top: -20rem!important;
    margin-bottom: -20rem!important
}





.my-n25 {
    margin-top: -22.5rem!important;
    margin-bottom: -22.5rem!important
}





.mt-n1 {
    margin-top: -.25rem!important
}





.mt-n2 {
    margin-top: -.5rem!important
}





.mt-n3 {
    margin-top: -.75rem!important
}





.mt-n4 {
    margin-top: -1rem!important
}





.mt-n5 {
    margin-top: -1.25rem!important
}





.mt-n6 {
    margin-top: -1.5rem!important
}





.mt-n7 {
    margin-top: -1.75rem!important
}





.mt-n8 {
    margin-top: -2rem!important
}





.mt-n9 {
    margin-top: -2.25rem!important
}





.mt-n10 {
    margin-top: -2.5rem!important
}





.mt-n11 {
    margin-top: -3rem!important
}





.mt-n12 {
    margin-top: -3.5rem!important
}





.mt-n13 {
    margin-top: -4rem!important
}





.mt-n14 {
    margin-top: -4.5rem!important
}





.mt-n15 {
    margin-top: -5rem!important
}





.mt-n16 {
    margin-top: -6rem!important
}





.mt-n17 {
    margin-top: -7rem!important
}





.mt-n18 {
    margin-top: -8rem!important
}





.mt-n19 {
    margin-top: -9rem!important
}





.mt-n20 {
    margin-top: -10rem!important
}





.mt-n21 {
    margin-top: -12.5rem!important
}





.mt-n22 {
    margin-top: -15rem!important
}





.mt-n23 {
    margin-top: -17.5rem!important
}





.mt-n24 {
    margin-top: -20rem!important
}





.mt-n25 {
    margin-top: -22.5rem!important
}





.me-n1 {
    margin-right: -.25rem!important
}





.me-n2 {
    margin-right: -.5rem!important
}





.me-n3 {
    margin-right: -.75rem!important
}





.me-n4 {
    margin-right: -1rem!important
}





.me-n5 {
    margin-right: -1.25rem!important
}





.me-n6 {
    margin-right: -1.5rem!important
}





.me-n7 {
    margin-right: -1.75rem!important
}





.me-n8 {
    margin-right: -2rem!important
}





.me-n9 {
    margin-right: -2.25rem!important
}





.me-n10 {
    margin-right: -2.5rem!important
}





.me-n11 {
    margin-right: -3rem!important
}





.me-n12 {
    margin-right: -3.5rem!important
}





.me-n13 {
    margin-right: -4rem!important
}





.me-n14 {
    margin-right: -4.5rem!important
}





.me-n15 {
    margin-right: -5rem!important
}





.me-n16 {
    margin-right: -6rem!important
}





.me-n17 {
    margin-right: -7rem!important
}





.me-n18 {
    margin-right: -8rem!important
}





.me-n19 {
    margin-right: -9rem!important
}





.me-n20 {
    margin-right: -10rem!important
}





.me-n21 {
    margin-right: -12.5rem!important
}





.me-n22 {
    margin-right: -15rem!important
}





.me-n23 {
    margin-right: -17.5rem!important
}





.me-n24 {
    margin-right: -20rem!important
}





.me-n25 {
    margin-right: -22.5rem!important
}





.mb-n1 {
    margin-bottom: -.25rem!important
}





.mb-n2 {
    margin-bottom: -.5rem!important
}





.mb-n3 {
    margin-bottom: -.75rem!important
}





.mb-n4 {
    margin-bottom: -1rem!important
}





.mb-n5 {
    margin-bottom: -1.25rem!important
}





.mb-n6 {
    margin-bottom: -1.5rem!important
}





.mb-n7 {
    margin-bottom: -1.75rem!important
}





.mb-n8 {
    margin-bottom: -2rem!important
}





.mb-n9 {
    margin-bottom: -2.25rem!important
}





.mb-n10 {
    margin-bottom: -2.5rem!important
}





.mb-n11 {
    margin-bottom: -3rem!important
}





.mb-n12 {
    margin-bottom: -3.5rem!important
}





.mb-n13 {
    margin-bottom: -4rem!important
}





.mb-n14 {
    margin-bottom: -4.5rem!important
}





.mb-n15 {
    margin-bottom: -5rem!important
}





.mb-n16 {
    margin-bottom: -6rem!important
}





.mb-n17 {
    margin-bottom: -7rem!important
}





.mb-n18 {
    margin-bottom: -8rem!important
}





.mb-n19 {
    margin-bottom: -9rem!important
}





.mb-n20 {
    margin-bottom: -10rem!important
}





.mb-n21 {
    margin-bottom: -12.5rem!important
}





.mb-n22 {
    margin-bottom: -15rem!important
}





.mb-n23 {
    margin-bottom: -17.5rem!important
}





.mb-n24 {
    margin-bottom: -20rem!important
}





.mb-n25 {
    margin-bottom: -22.5rem!important
}





.ms-n1 {
    margin-left: -.25rem!important
}





.ms-n2 {
    margin-left: -.5rem!important
}





.ms-n3 {
    margin-left: -.75rem!important
}





.ms-n4 {
    margin-left: -1rem!important
}





.ms-n5 {
    margin-left: -1.25rem!important
}





.ms-n6 {
    margin-left: -1.5rem!important
}





.ms-n7 {
    margin-left: -1.75rem!important
}





.ms-n8 {
    margin-left: -2rem!important
}





.ms-n9 {
    margin-left: -2.25rem!important
}





.ms-n10 {
    margin-left: -2.5rem!important
}





.ms-n11 {
    margin-left: -3rem!important
}





.ms-n12 {
    margin-left: -3.5rem!important
}





.ms-n13 {
    margin-left: -4rem!important
}





.ms-n14 {
    margin-left: -4.5rem!important
}





.ms-n15 {
    margin-left: -5rem!important
}





.ms-n16 {
    margin-left: -6rem!important
}





.ms-n17 {
    margin-left: -7rem!important
}





.ms-n18 {
    margin-left: -8rem!important
}





.ms-n19 {
    margin-left: -9rem!important
}





.ms-n20 {
    margin-left: -10rem!important
}





.ms-n21 {
    margin-left: -12.5rem!important
}





.ms-n22 {
    margin-left: -15rem!important
}





.ms-n23 {
    margin-left: -17.5rem!important
}





.ms-n24 {
    margin-left: -20rem!important
}





.ms-n25 {
    margin-left: -22.5rem!important
}





.p-0 {
    padding: 0!important
}





.p-1 {
    padding: .25rem!important
}





.p-2 {
    padding: .5rem!important
}





.p-3 {
    padding: .75rem!important
}





.p-4 {
    padding: 1rem!important
}





.p-5 {
    padding: 1.25rem!important
}





.p-6 {
    padding: 1.5rem!important
}





.p-7 {
    padding: 1.75rem!important
}





.p-8 {
    padding: 2rem!important
}





.p-9 {
    padding: 2.25rem!important
}





.p-10 {
    padding: 2.5rem!important
}





.p-11 {
    padding: 3rem!important
}





.p-12 {
    padding: 3.5rem!important
}





.p-13 {
    padding: 4rem!important
}





.p-14 {
    padding: 4.5rem!important
}





.p-15 {
    padding: 5rem!important
}





.p-16 {
    padding: 6rem!important
}





.p-17 {
    padding: 7rem!important
}





.p-18 {
    padding: 8rem!important
}





.p-19 {
    padding: 9rem!important
}





.p-20 {
    padding: 10rem!important
}





.p-21 {
    padding: 12.5rem!important
}





.p-22 {
    padding: 15rem!important
}





.p-23 {
    padding: 17.5rem!important
}





.p-24 {
    padding: 20rem!important
}





.p-25 {
    padding: 22.5rem!important
}





.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}





.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}





.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}





.px-3 {
    padding-right: .75rem!important;
    padding-left: .75rem!important
}





.px-4 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}





.px-5 {
    padding-right: 1.25rem!important;
    padding-left: 1.25rem!important
}





.px-6 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}





.px-7 {
    padding-right: 1.75rem!important;
    padding-left: 1.75rem!important
}





.px-8 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
}





.px-9 {
    padding-right: 2.25rem!important;
    padding-left: 2.25rem!important
}





.px-10 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
}





.px-11 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}





.px-12 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important
}





.px-13 {
    padding-right: 4rem!important;
    padding-left: 4rem!important
}





.px-14 {
    padding-right: 4.5rem!important;
    padding-left: 4.5rem!important
}





.px-15 {
    padding-right: 5rem!important;
    padding-left: 5rem!important
}





.px-16 {
    padding-right: 6rem!important;
    padding-left: 6rem!important
}





.px-17 {
    padding-right: 7rem!important;
    padding-left: 7rem!important
}





.px-18 {
    padding-right: 8rem!important;
    padding-left: 8rem!important
}





.px-19 {
    padding-right: 9rem!important;
    padding-left: 9rem!important
}





.px-20 {
    padding-right: 10rem!important;
    padding-left: 10rem!important
}





.px-21 {
    padding-right: 12.5rem!important;
    padding-left: 12.5rem!important
}





.px-22 {
    padding-right: 15rem!important;
    padding-left: 15rem!important
}





.px-23 {
    padding-right: 17.5rem!important;
    padding-left: 17.5rem!important
}





.px-24 {
    padding-right: 20rem!important;
    padding-left: 20rem!important
}





.px-25 {
    padding-right: 22.5rem!important;
    padding-left: 22.5rem!important
}





.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}





.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}





.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}





.py-3 {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important
}





.py-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}





.py-5 {
    padding-top: 1.25rem!important;
    padding-bottom: 1.25rem!important
}





.py-6 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}





.py-7 {
    padding-top: 1.75rem!important;
    padding-bottom: 1.75rem!important
}





.py-8 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
}





.py-9 {
    padding-top: 2.25rem!important;
    padding-bottom: 2.25rem!important
}





.py-10 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
}





.py-11 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}





.py-12 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!important
}





.py-13 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
}





.py-14 {
    /* padding-top:4.5rem!important; */
    /* padding-bottom:4.5rem!important */
}





.py-15 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important
}





.py-16 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important
}





.py-17 {
    padding-top: 7rem!important;
    padding-bottom: 7rem!important
}





.py-18 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
}





.py-19 {
    padding-top: 9rem!important;
    padding-bottom: 9rem!important
}





.py-20 {
    padding-top: 10rem!important;
    padding-bottom: 10rem!important
}





.py-21 {
    padding-top: 12.5rem!important;
    padding-bottom: 12.5rem!important
}





.py-22 {
    padding-top: 15rem!important;
    padding-bottom: 15rem!important
}





.py-23 {
    padding-top: 17.5rem!important;
    padding-bottom: 17.5rem!important
}





.py-24 {
    padding-top: 20rem!important;
    padding-bottom: 20rem!important
}





.py-25 {
    padding-top: 22.5rem!important;
    padding-bottom: 22.5rem!important
}





.pt-0 {
    padding-top: 0!important
}





.pt-1 {
    padding-top: .25rem!important
}





.pt-2 {
    padding-top: .5rem!important
}





.pt-3 {
    padding-top: .75rem!important
}





.pt-4 {
    padding-top: 1rem!important
}





.pt-5 {
    padding-top: 1.25rem!important
}





.pt-6 {
    padding-top: 1.5rem!important
}





.pt-7 {
    padding-top: 1.75rem!important
}





.pt-8 {
    padding-top: 2rem!important
}





.pt-9 {
    padding-top: 2.25rem!important
}





.pt-10 {
    padding-top: 2.5rem!important
}





.pt-11 {
    padding-top: 3rem!important
}





.pt-12 {
    padding-top: 3.5rem!important
}





.pt-13 {
    padding-top: 4rem!important
}





.pt-14 {
    padding-top: 4.5rem!important
}





.pt-15 {
    padding-top: 5rem!important
}





.pt-16 {
    padding-top: 6rem!important
}





.pt-17 {
    padding-top: 7rem!important
}





.pt-18 {
    padding-top: 8rem!important
}





.pt-19 {
    padding-top: 9rem!important
}





.pt-20 {
    padding-top: 10rem!important
}





.pt-21 {
    padding-top: 12.5rem!important
}





.pt-22 {
    padding-top: 15rem!important
}





.pt-23 {
    padding-top: 17.5rem!important
}





.pt-24 {
    padding-top: 20rem!important
}





.pt-25 {
    padding-top: 22.5rem!important
}





.pe-0 {
    padding-right: 0!important
}





.pe-1 {
    padding-right: .25rem!important
}





.pe-2 {
    padding-right: .5rem!important
}





.pe-3 {
    padding-right: .75rem!important
}





.pe-4 {
    padding-right: 1rem!important
}





.pe-5 {
    padding-right: 1.25rem!important
}





.pe-6 {
    padding-right: 1.5rem!important
}





.pe-7 {
    padding-right: 1.75rem!important
}





.pe-8 {
    padding-right: 2rem!important
}





.pe-9 {
    padding-right: 2.25rem!important
}





.pe-10 {
    padding-right: 2.5rem!important
}





.pe-11 {
    padding-right: 3rem!important
}





.pe-12 {
    padding-right: 3.5rem!important
}





.pe-13 {
    padding-right: 4rem!important
}





.pe-14 {
    padding-right: 4.5rem!important
}





.pe-15 {
    padding-right: 5rem!important
}





.pe-16 {
    padding-right: 6rem!important
}





.pe-17 {
    padding-right: 7rem!important
}





.pe-18 {
    padding-right: 8rem!important
}





.pe-19 {
    padding-right: 9rem!important
}





.pe-20 {
    padding-right: 10rem!important
}





.pe-21 {
    padding-right: 12.5rem!important
}





.pe-22 {
    padding-right: 15rem!important
}





.pe-23 {
    padding-right: 17.5rem!important
}





.pe-24 {
    padding-right: 20rem!important
}





.pe-25 {
    padding-right: 22.5rem!important
}





.pb-0 {
    padding-bottom: 0!important
}





.pb-1 {
    padding-bottom: .25rem!important
}





.pb-2 {
    padding-bottom: .5rem!important
}





.pb-3 {
    padding-bottom: .75rem!important
}





.pb-4 {
    padding-bottom: 1rem!important
}





.pb-5 {
    padding-bottom: 1.25rem!important
}





.pb-6 {
    padding-bottom: 1.5rem!important
}





.pb-7 {
    padding-bottom: 1.75rem!important
}





.pb-8 {
    padding-bottom: 2rem!important
}





.pb-9 {
    padding-bottom: 2.25rem!important
}





.pb-10 {
    padding-bottom: 2.5rem!important
}





.pb-11 {
    padding-bottom: 3rem!important
}





.pb-12 {
    padding-bottom: 3.5rem!important
}





.pb-13 {
    padding-bottom: 4rem!important
}





.pb-14 {
    padding-bottom: 4.5rem!important
}





.pb-15 {
    padding-bottom: 5rem!important
}





.pb-16 {
    padding-bottom: 6rem!important
}





.pb-17 {
    padding-bottom: 7rem!important
}





.pb-18 {
    padding-bottom: 8rem!important
}





.pb-19 {
    padding-bottom: 9rem!important
}





.pb-20 {
    /* padding-bottom:10rem!important */
}





.pb-21 {
    padding-bottom: 12.5rem!important
}





.pb-22 {
    padding-bottom: 15rem!important
}





.pb-23 {
    padding-bottom: 17.5rem!important
}





.pb-24 {
    padding-bottom: 20rem!important
}





.pb-25 {
    padding-bottom: 22.5rem!important
}





.ps-0 {
    padding-left: 0!important
}





.ps-1 {
    padding-left: .25rem!important
}





.ps-2 {
    padding-left: .5rem!important
}





.ps-3 {
    padding-left: .75rem!important
}





.ps-4 {
    padding-left: 1rem!important
}





.ps-5 {
    padding-left: 1.25rem!important
}





.ps-6 {
    padding-left: 1.5rem!important
}





.ps-7 {
    padding-left: 1.75rem!important
}





.ps-8 {
    padding-left: 2rem!important
}





.ps-9 {
    padding-left: 2.25rem!important
}





.ps-10 {
    padding-left: 2.5rem!important
}





.ps-11 {
    padding-left: 3rem!important
}





.ps-12 {
    padding-left: 3.5rem!important
}





.ps-13 {
    padding-left: 4rem!important
}





.ps-14 {
    padding-left: 4.5rem!important
}





.ps-15 {
    padding-left: 5rem!important
}





.ps-16 {
    padding-left: 6rem!important
}





.ps-17 {
    padding-left: 7rem!important
}





.ps-18 {
    padding-left: 8rem!important
}





.ps-19 {
    padding-left: 9rem!important
}





.ps-20 {
    padding-left: 10rem!important
}





.ps-21 {
    padding-left: 12.5rem!important
}





.ps-22 {
    padding-left: 15rem!important
}





.ps-23 {
    padding-left: 17.5rem!important
}





.ps-24 {
    padding-left: 20rem!important
}





.ps-25 {
    padding-left: 22.5rem!important
}





.font-monospace {
    font-family: var(--bs-font-monospace)!important
}





.fst-italic {
    font-style: italic!important
}





.fst-normal {
    font-style: normal!important
}





.fw-light {
    font-weight: 300!important
}





.fw-lighter {
    font-weight: lighter!important
}





.fw-normal {
    font-weight: 400!important
}





.fw-bold {
    font-weight: 700!important
}





.fw-bolder {
    font-weight: bolder!important
}





.lh-1 {
    line-height: 1!important
}





.lh-xs {
    line-height: 1.05!important
}





.lh-sm {
    line-height: 1.5!important
}





.lh-base {
    line-height: 1.7!important
}





.lh-lg {
    line-height: 1.9!important
}





.text-start {
    text-align: left!important
}





.text-end {
    text-align: right!important
}





.text-center {
    text-align: center!important
}





.text-decoration-none {
    text-decoration: none!important
}





.text-decoration-underline {
    text-decoration: underline!important
}





.text-decoration-line-through {
    text-decoration: line-through!important
}





.text-lowercase {
    text-transform: lowercase!important
}





.text-uppercase {
    text-transform: uppercase!important
}





.text-capitalize {
    text-transform: capitalize!important
}





.text-wrap {
    white-space: normal!important
}





.text-nowrap {
    white-space: nowrap!important
}





.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}





.text-blue {
    color: #3f78e0!important
}





.text-purple {
    color: #747ed1!important
}





.text-violet {
    color: #a07cc5!important
}





.text-pink {
    color: #d16b86!important
}





.text-red {
    color: #e2626b!important
}





.text-orange {
    color: #f78b77!important
}





.text-yellow {
    color: #fab758!important
}





.text-green {
    color: #6bbea3!important
}





.text-leaf {
    color: #7cb798!important
}





.text-aqua {
    color: #54a8c7!important
}





.text-navy {
    color: #343f52!important
}





.text-ash {
    color: #9499a3!important
}





.text-white {
    color: #fff!important
}





.text-light {
    color: #fefefe!important
}





.text-gray {
    color: #f6f7f9!important
}





.text-primary {
    color: #747ed1!important
}





.text-secondary {
    color: #aab0bc!important
}





.text-success {
    color: #6bbea3!important
}





.text-info {
    color: #54a8c7!important
}





.text-warning {
    color: #fab758!important
}





.text-danger {
    color: #e2626b!important
}





.text-body {
    color: #60697b!important
}





.text-muted {
    color: #aab0bc!important
}





.text-inverse {
    color: #cacaca!important
}





.text-dark {
    color: #343f52!important
}





.text-black-50 {
    color: rgba(0,0,0,.5)!important
}





.text-white-50 {
    color: rgba(255,255,255,.5)!important
}





.text-reset {
    color: inherit!important
}





.bg-blue {
    background-color: #3f78e0!important
}





.bg-purple {
    background-color: #747ed1!important
}





.bg-violet {
    background-color: #a07cc5!important
}





.bg-pink {
    background-color: #d16b86!important
}





.bg-red {
    background-color: #F44336!important
}





.bg-orange {
    background-color: #f78b77!important
}





.bg-yellow {
    background-color: #fab758!important
}





.bg-green {
    background-color: #4CAF50!important
}





.bg-leaf {
    background-color: #7cb798!important
}





.bg-aqua {
    background-color: #54a8c7!important
}





.bg-navy {
    background-color: #343f52!important
}





.bg-ash {
    background-color: #9499a3!important
}





.bg-white {
    background-color: #fff!important
}





.bg-light {
    background-color: #fefefe!important
}





.bg-gray {
    background-color: #f6f7f9!important
}





.bg-dark {
    background-color: #262b3200!important
}





.bg-primary {
    background-color: #747ed1!important
}





.bg-secondary {
    background-color: #aab0bc!important
}





.bg-success {
    background-color: #6bbea3!important
}





.bg-info {
    background-color: #54a8c7!important
}





.bg-warning {
    background-color: #fab758!important
}





.bg-danger {
    background-color: #e2626b!important
}





.bg-body {
    background-color: #fefefe!important
}





.bg-transparent {
    background-color: transparent!important
}





.bg-gradient {
    background-image: var(--bs-gradient)!important
}





.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}





.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}





.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}





.pe-none {
    pointer-events: none!important
}





.pe-auto {
    pointer-events: auto!important
}





.rounded {
    border-radius: .4rem!important;
}





.rounded-0 {
    border-radius: 0!important
}





.rounded-1 {
    border-radius: .4rem!important
}





.rounded-2 {
    border-radius: .4rem!important
}





.rounded-3 {
    border-radius: .4rem!important
}





.rounded-4 {
    border-radius: .8rem!important
}





.rounded-circle {
    border-radius: 50%!important
}





.rounded-pill {
    border-radius: 50rem!important
}





.rounded-top {
    border-top-left-radius: .4rem!important;
    border-top-right-radius: .4rem!important
}





.rounded-end {
    border-top-right-radius: .4rem!important;
    border-bottom-right-radius: .4rem!important
}





.rounded-bottom {
    border-bottom-right-radius: .4rem!important;
    border-bottom-left-radius: .4rem!important
}





.rounded-start {
    border-bottom-left-radius: .4rem!important;
    border-top-left-radius: .4rem!important
}





.visible {
    visibility: visible!important
}





.invisible {
    visibility: hidden!important
}





@media (min-width: 576px) {
    .float-sm-start {
        float:left!important
    }

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1!important;
            -ms-flex: 1 1 auto!important;
                flex: 1 1 auto!important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: row!important;
                flex-direction: row!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: column!important;
                flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-direction: row-reverse!important;
                flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-direction: column-reverse!important;
                flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
            -ms-flex-positive: 0!important;
                flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
            -ms-flex-positive: 1!important;
                flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
            flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
            flex-shrink: 1!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
            flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
            flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
            flex-wrap: wrap-reverse!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-1 {
        gap: .25rem!important
    }

    .gap-sm-2 {
        gap: .5rem!important
    }

    .gap-sm-3 {
        gap: .75rem!important
    }

    .gap-sm-4 {
        gap: 1rem!important
    }

    .gap-sm-5 {
        gap: 1.25rem!important
    }

    .gap-sm-6 {
        gap: 1.5rem!important
    }

    .gap-sm-7 {
        gap: 1.75rem!important
    }

    .gap-sm-8 {
        gap: 2rem!important
    }

    .gap-sm-9 {
        gap: 2.25rem!important
    }

    .gap-sm-10 {
        gap: 2.5rem!important
    }

    .gap-sm-11 {
        gap: 3rem!important
    }

    .gap-sm-12 {
        gap: 3.5rem!important
    }

    .gap-sm-13 {
        gap: 4rem!important
    }

    .gap-sm-14 {
        gap: 4.5rem!important
    }

    .gap-sm-15 {
        gap: 5rem!important
    }

    .gap-sm-16 {
        gap: 6rem!important
    }

    .gap-sm-17 {
        gap: 7rem!important
    }

    .gap-sm-18 {
        gap: 8rem!important
    }

    .gap-sm-19 {
        gap: 9rem!important
    }

    .gap-sm-20 {
        gap: 10rem!important
    }

    .gap-sm-21 {
        gap: 12.5rem!important
    }

    .gap-sm-22 {
        gap: 15rem!important
    }

    .gap-sm-23 {
        gap: 17.5rem!important
    }

    .gap-sm-24 {
        gap: 20rem!important
    }

    .gap-sm-25 {
        gap: 22.5rem!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
            -ms-flex-pack: start!important;
                justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
            -ms-flex-pack: end!important;
                justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
                justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
            -ms-flex-pack: justify!important;
                justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
            justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly!important;
            -ms-flex-pack: space-evenly!important;
                justify-content: space-evenly!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
            -ms-flex-align: start!important;
                align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
            -ms-flex-align: end!important;
                align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
            -ms-flex-align: center!important;
                align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
            -ms-flex-align: baseline!important;
                align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
            -ms-flex-align: stretch!important;
                align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
            align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
            align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
            align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
            align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
            align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
            align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
            align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
            align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
            align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
            align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
            align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
            align-self: stretch!important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0!important;
            -ms-flex-order: -1!important;
                order: -1!important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1!important;
            -ms-flex-order: 0!important;
                order: 0!important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2!important;
            -ms-flex-order: 1!important;
                order: 1!important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3!important;
            -ms-flex-order: 2!important;
                order: 2!important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4!important;
            -ms-flex-order: 3!important;
                order: 3!important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5!important;
            -ms-flex-order: 4!important;
                order: 4!important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6!important;
            -ms-flex-order: 5!important;
                order: 5!important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7!important;
            -ms-flex-order: 6!important;
                order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: .75rem!important
    }

    .m-sm-4 {
        margin: 1rem!important
    }

    .m-sm-5 {
        margin: 1.25rem!important
    }

    .m-sm-6 {
        margin: 1.5rem!important
    }

    .m-sm-7 {
        margin: 1.75rem!important
    }

    .m-sm-8 {
        margin: 2rem!important
    }

    .m-sm-9 {
        margin: 2.25rem!important
    }

    .m-sm-10 {
        margin: 2.5rem!important
    }

    .m-sm-11 {
        margin: 3rem!important
    }

    .m-sm-12 {
        margin: 3.5rem!important
    }

    .m-sm-13 {
        margin: 4rem!important
    }

    .m-sm-14 {
        margin: 4.5rem!important
    }

    .m-sm-15 {
        margin: 5rem!important
    }

    .m-sm-16 {
        margin: 6rem!important
    }

    .m-sm-17 {
        margin: 7rem!important
    }

    .m-sm-18 {
        margin: 8rem!important
    }

    .m-sm-19 {
        margin: 9rem!important
    }

    .m-sm-20 {
        margin: 10rem!important
    }

    .m-sm-21 {
        margin: 12.5rem!important
    }

    .m-sm-22 {
        margin: 15rem!important
    }

    .m-sm-23 {
        margin: 17.5rem!important
    }

    .m-sm-24 {
        margin: 20rem!important
    }

    .m-sm-25 {
        margin: 22.5rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-sm-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-5 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }

    .mx-sm-6 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-7 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }

    .mx-sm-8 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-sm-9 {
        margin-right: 2.25rem!important;
        margin-left: 2.25rem!important
    }

    .mx-sm-10 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }

    .mx-sm-11 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-sm-12 {
        margin-right: 3.5rem!important;
        margin-left: 3.5rem!important
    }

    .mx-sm-13 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }

    .mx-sm-14 {
        margin-right: 4.5rem!important;
        margin-left: 4.5rem!important
    }

    .mx-sm-15 {
        margin-right: 5rem!important;
        margin-left: 5rem!important
    }

    .mx-sm-16 {
        margin-right: 6rem!important;
        margin-left: 6rem!important
    }

    .mx-sm-17 {
        margin-right: 7rem!important;
        margin-left: 7rem!important
    }

    .mx-sm-18 {
        margin-right: 8rem!important;
        margin-left: 8rem!important
    }

    .mx-sm-19 {
        margin-right: 9rem!important;
        margin-left: 9rem!important
    }

    .mx-sm-20 {
        margin-right: 10rem!important;
        margin-left: 10rem!important
    }

    .mx-sm-21 {
        margin-right: 12.5rem!important;
        margin-left: 12.5rem!important
    }

    .mx-sm-22 {
        margin-right: 15rem!important;
        margin-left: 15rem!important
    }

    .mx-sm-23 {
        margin-right: 17.5rem!important;
        margin-left: 17.5rem!important
    }

    .mx-sm-24 {
        margin-right: 20rem!important;
        margin-left: 20rem!important
    }

    .mx-sm-25 {
        margin-right: 22.5rem!important;
        margin-left: 22.5rem!important
    }

    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-sm-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .my-sm-6 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-7 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }

    .my-sm-8 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-sm-9 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }

    .my-sm-10 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }

    .my-sm-11 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-12 {
        margin-top: 3.5rem!important;
        margin-bottom: 3.5rem!important
    }

    .my-sm-13 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }

    .my-sm-14 {
        margin-top: 4.5rem!important;
        margin-bottom: 4.5rem!important
    }

    .my-sm-15 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important
    }

    .my-sm-16 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important
    }

    .my-sm-17 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important
    }

    .my-sm-18 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important
    }

    .my-sm-19 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important
    }

    .my-sm-20 {
        margin-top: 10rem!important;
        margin-bottom: 10rem!important
    }

    .my-sm-21 {
        margin-top: 12.5rem!important;
        margin-bottom: 12.5rem!important
    }

    .my-sm-22 {
        margin-top: 15rem!important;
        margin-bottom: 15rem!important
    }

    .my-sm-23 {
        margin-top: 17.5rem!important;
        margin-bottom: 17.5rem!important
    }

    .my-sm-24 {
        margin-top: 20rem!important;
        margin-bottom: 20rem!important
    }

    .my-sm-25 {
        margin-top: 22.5rem!important;
        margin-bottom: 22.5rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: .75rem!important
    }

    .mt-sm-4 {
        margin-top: 1rem!important
    }

    .mt-sm-5 {
        margin-top: 1.25rem!important
    }

    .mt-sm-6 {
        margin-top: 1.5rem!important
    }

    .mt-sm-7 {
        margin-top: 1.75rem!important
    }

    .mt-sm-8 {
        margin-top: 2rem!important
    }

    .mt-sm-9 {
        margin-top: 2.25rem!important
    }

    .mt-sm-10 {
        margin-top: 2.5rem!important
    }

    .mt-sm-11 {
        margin-top: 3rem!important
    }

    .mt-sm-12 {
        margin-top: 3.5rem!important
    }

    .mt-sm-13 {
        margin-top: 4rem!important
    }

    .mt-sm-14 {
        margin-top: 4.5rem!important
    }

    .mt-sm-15 {
        margin-top: 5rem!important
    }

    .mt-sm-16 {
        margin-top: 6rem!important
    }

    .mt-sm-17 {
        margin-top: 7rem!important
    }

    .mt-sm-18 {
        margin-top: 8rem!important
    }

    .mt-sm-19 {
        margin-top: 9rem!important
    }

    .mt-sm-20 {
        margin-top: 10rem!important
    }

    .mt-sm-21 {
        margin-top: 12.5rem!important
    }

    .mt-sm-22 {
        margin-top: 15rem!important
    }

    .mt-sm-23 {
        margin-top: 17.5rem!important
    }

    .mt-sm-24 {
        margin-top: 20rem!important
    }

    .mt-sm-25 {
        margin-top: 22.5rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-1 {
        margin-right: .25rem!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .me-sm-3 {
        margin-right: .75rem!important
    }

    .me-sm-4 {
        margin-right: 1rem!important
    }

    .me-sm-5 {
        margin-right: 1.25rem!important
    }

    .me-sm-6 {
        margin-right: 1.5rem!important
    }

    .me-sm-7 {
        margin-right: 1.75rem!important
    }

    .me-sm-8 {
        margin-right: 2rem!important
    }

    .me-sm-9 {
        margin-right: 2.25rem!important
    }

    .me-sm-10 {
        margin-right: 2.5rem!important
    }

    .me-sm-11 {
        margin-right: 3rem!important
    }

    .me-sm-12 {
        margin-right: 3.5rem!important
    }

    .me-sm-13 {
        margin-right: 4rem!important
    }

    .me-sm-14 {
        margin-right: 4.5rem!important
    }

    .me-sm-15 {
        margin-right: 5rem!important
    }

    .me-sm-16 {
        margin-right: 6rem!important
    }

    .me-sm-17 {
        margin-right: 7rem!important
    }

    .me-sm-18 {
        margin-right: 8rem!important
    }

    .me-sm-19 {
        margin-right: 9rem!important
    }

    .me-sm-20 {
        margin-right: 10rem!important
    }

    .me-sm-21 {
        margin-right: 12.5rem!important
    }

    .me-sm-22 {
        margin-right: 15rem!important
    }

    .me-sm-23 {
        margin-right: 17.5rem!important
    }

    .me-sm-24 {
        margin-right: 20rem!important
    }

    .me-sm-25 {
        margin-right: 22.5rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: .75rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1rem!important
    }

    .mb-sm-5 {
        margin-bottom: 1.25rem!important
    }

    .mb-sm-6 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-7 {
        margin-bottom: 1.75rem!important
    }

    .mb-sm-8 {
        margin-bottom: 2rem!important
    }

    .mb-sm-9 {
        margin-bottom: 2.25rem!important
    }

    .mb-sm-10 {
        margin-bottom: 2.5rem!important
    }

    .mb-sm-11 {
        margin-bottom: 3rem!important
    }

    .mb-sm-12 {
        margin-bottom: 3.5rem!important
    }

    .mb-sm-13 {
        margin-bottom: 4rem!important
    }

    .mb-sm-14 {
        margin-bottom: 4.5rem!important
    }

    .mb-sm-15 {
        margin-bottom: 5rem!important
    }

    .mb-sm-16 {
        margin-bottom: 6rem!important
    }

    .mb-sm-17 {
        margin-bottom: 7rem!important
    }

    .mb-sm-18 {
        margin-bottom: 8rem!important
    }

    .mb-sm-19 {
        margin-bottom: 9rem!important
    }

    .mb-sm-20 {
        margin-bottom: 10rem!important
    }

    .mb-sm-21 {
        margin-bottom: 12.5rem!important
    }

    .mb-sm-22 {
        margin-bottom: 15rem!important
    }

    .mb-sm-23 {
        margin-bottom: 17.5rem!important
    }

    .mb-sm-24 {
        margin-bottom: 20rem!important
    }

    .mb-sm-25 {
        margin-bottom: 22.5rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-1 {
        margin-left: .25rem!important
    }

    .ms-sm-2 {
        margin-left: .5rem!important
    }

    .ms-sm-3 {
        margin-left: .75rem!important
    }

    .ms-sm-4 {
        margin-left: 1rem!important
    }

    .ms-sm-5 {
        margin-left: 1.25rem!important
    }

    .ms-sm-6 {
        margin-left: 1.5rem!important
    }

    .ms-sm-7 {
        margin-left: 1.75rem!important
    }

    .ms-sm-8 {
        margin-left: 2rem!important
    }

    .ms-sm-9 {
        margin-left: 2.25rem!important
    }

    .ms-sm-10 {
        margin-left: 2.5rem!important
    }

    .ms-sm-11 {
        margin-left: 3rem!important
    }

    .ms-sm-12 {
        margin-left: 3.5rem!important
    }

    .ms-sm-13 {
        margin-left: 4rem!important
    }

    .ms-sm-14 {
        margin-left: 4.5rem!important
    }

    .ms-sm-15 {
        margin-left: 5rem!important
    }

    .ms-sm-16 {
        margin-left: 6rem!important
    }

    .ms-sm-17 {
        margin-left: 7rem!important
    }

    .ms-sm-18 {
        margin-left: 8rem!important
    }

    .ms-sm-19 {
        margin-left: 9rem!important
    }

    .ms-sm-20 {
        margin-left: 10rem!important
    }

    .ms-sm-21 {
        margin-left: 12.5rem!important
    }

    .ms-sm-22 {
        margin-left: 15rem!important
    }

    .ms-sm-23 {
        margin-left: 17.5rem!important
    }

    .ms-sm-24 {
        margin-left: 20rem!important
    }

    .ms-sm-25 {
        margin-left: 22.5rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .m-sm-n3 {
        margin: -.75rem!important
    }

    .m-sm-n4 {
        margin: -1rem!important
    }

    .m-sm-n5 {
        margin: -1.25rem!important
    }

    .m-sm-n6 {
        margin: -1.5rem!important
    }

    .m-sm-n7 {
        margin: -1.75rem!important
    }

    .m-sm-n8 {
        margin: -2rem!important
    }

    .m-sm-n9 {
        margin: -2.25rem!important
    }

    .m-sm-n10 {
        margin: -2.5rem!important
    }

    .m-sm-n11 {
        margin: -3rem!important
    }

    .m-sm-n12 {
        margin: -3.5rem!important
    }

    .m-sm-n13 {
        margin: -4rem!important
    }

    .m-sm-n14 {
        margin: -4.5rem!important
    }

    .m-sm-n15 {
        margin: -5rem!important
    }

    .m-sm-n16 {
        margin: -6rem!important
    }

    .m-sm-n17 {
        margin: -7rem!important
    }

    .m-sm-n18 {
        margin: -8rem!important
    }

    .m-sm-n19 {
        margin: -9rem!important
    }

    .m-sm-n20 {
        margin: -10rem!important
    }

    .m-sm-n21 {
        margin: -12.5rem!important
    }

    .m-sm-n22 {
        margin: -15rem!important
    }

    .m-sm-n23 {
        margin: -17.5rem!important
    }

    .m-sm-n24 {
        margin: -20rem!important
    }

    .m-sm-n25 {
        margin: -22.5rem!important
    }

    .mx-sm-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-sm-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-sm-n3 {
        margin-right: -.75rem!important;
        margin-left: -.75rem!important
    }

    .mx-sm-n4 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-sm-n5 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }

    .mx-sm-n6 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-sm-n7 {
        margin-right: -1.75rem!important;
        margin-left: -1.75rem!important
    }

    .mx-sm-n8 {
        margin-right: -2rem!important;
        margin-left: -2rem!important
    }

    .mx-sm-n9 {
        margin-right: -2.25rem!important;
        margin-left: -2.25rem!important
    }

    .mx-sm-n10 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }

    .mx-sm-n11 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .mx-sm-n12 {
        margin-right: -3.5rem!important;
        margin-left: -3.5rem!important
    }

    .mx-sm-n13 {
        margin-right: -4rem!important;
        margin-left: -4rem!important
    }

    .mx-sm-n14 {
        margin-right: -4.5rem!important;
        margin-left: -4.5rem!important
    }

    .mx-sm-n15 {
        margin-right: -5rem!important;
        margin-left: -5rem!important
    }

    .mx-sm-n16 {
        margin-right: -6rem!important;
        margin-left: -6rem!important
    }

    .mx-sm-n17 {
        margin-right: -7rem!important;
        margin-left: -7rem!important
    }

    .mx-sm-n18 {
        margin-right: -8rem!important;
        margin-left: -8rem!important
    }

    .mx-sm-n19 {
        margin-right: -9rem!important;
        margin-left: -9rem!important
    }

    .mx-sm-n20 {
        margin-right: -10rem!important;
        margin-left: -10rem!important
    }

    .mx-sm-n21 {
        margin-right: -12.5rem!important;
        margin-left: -12.5rem!important
    }

    .mx-sm-n22 {
        margin-right: -15rem!important;
        margin-left: -15rem!important
    }

    .mx-sm-n23 {
        margin-right: -17.5rem!important;
        margin-left: -17.5rem!important
    }

    .mx-sm-n24 {
        margin-right: -20rem!important;
        margin-left: -20rem!important
    }

    .mx-sm-n25 {
        margin-right: -22.5rem!important;
        margin-left: -22.5rem!important
    }

    .my-sm-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-sm-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-sm-n3 {
        margin-top: -.75rem!important;
        margin-bottom: -.75rem!important
    }

    .my-sm-n4 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-sm-n5 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }

    .my-sm-n6 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-sm-n7 {
        margin-top: -1.75rem!important;
        margin-bottom: -1.75rem!important
    }

    .my-sm-n8 {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important
    }

    .my-sm-n9 {
        margin-top: -2.25rem!important;
        margin-bottom: -2.25rem!important
    }

    .my-sm-n10 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }

    .my-sm-n11 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .my-sm-n12 {
        margin-top: -3.5rem!important;
        margin-bottom: -3.5rem!important
    }

    .my-sm-n13 {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important
    }

    .my-sm-n14 {
        margin-top: -4.5rem!important;
        margin-bottom: -4.5rem!important
    }

    .my-sm-n15 {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important
    }

    .my-sm-n16 {
        margin-top: -6rem!important;
        margin-bottom: -6rem!important
    }

    .my-sm-n17 {
        margin-top: -7rem!important;
        margin-bottom: -7rem!important
    }

    .my-sm-n18 {
        margin-top: -8rem!important;
        margin-bottom: -8rem!important
    }

    .my-sm-n19 {
        margin-top: -9rem!important;
        margin-bottom: -9rem!important
    }

    .my-sm-n20 {
        margin-top: -10rem!important;
        margin-bottom: -10rem!important
    }

    .my-sm-n21 {
        margin-top: -12.5rem!important;
        margin-bottom: -12.5rem!important
    }

    .my-sm-n22 {
        margin-top: -15rem!important;
        margin-bottom: -15rem!important
    }

    .my-sm-n23 {
        margin-top: -17.5rem!important;
        margin-bottom: -17.5rem!important
    }

    .my-sm-n24 {
        margin-top: -20rem!important;
        margin-bottom: -20rem!important
    }

    .my-sm-n25 {
        margin-top: -22.5rem!important;
        margin-bottom: -22.5rem!important
    }

    .mt-sm-n1 {
        margin-top: -.25rem!important
    }

    .mt-sm-n2 {
        margin-top: -.5rem!important
    }

    .mt-sm-n3 {
        margin-top: -.75rem!important
    }

    .mt-sm-n4 {
        margin-top: -1rem!important
    }

    .mt-sm-n5 {
        margin-top: -1.25rem!important
    }

    .mt-sm-n6 {
        margin-top: -1.5rem!important
    }

    .mt-sm-n7 {
        margin-top: -1.75rem!important
    }

    .mt-sm-n8 {
        margin-top: -2rem!important
    }

    .mt-sm-n9 {
        margin-top: -2.25rem!important
    }

    .mt-sm-n10 {
        margin-top: -2.5rem!important
    }

    .mt-sm-n11 {
        margin-top: -3rem!important
    }

    .mt-sm-n12 {
        margin-top: -3.5rem!important
    }

    .mt-sm-n13 {
        margin-top: -4rem!important
    }

    .mt-sm-n14 {
        margin-top: -4.5rem!important
    }

    .mt-sm-n15 {
        margin-top: -5rem!important
    }

    .mt-sm-n16 {
        margin-top: -6rem!important
    }

    .mt-sm-n17 {
        margin-top: -7rem!important
    }

    .mt-sm-n18 {
        margin-top: -8rem!important
    }

    .mt-sm-n19 {
        margin-top: -9rem!important
    }

    .mt-sm-n20 {
        margin-top: -10rem!important
    }

    .mt-sm-n21 {
        margin-top: -12.5rem!important
    }

    .mt-sm-n22 {
        margin-top: -15rem!important
    }

    .mt-sm-n23 {
        margin-top: -17.5rem!important
    }

    .mt-sm-n24 {
        margin-top: -20rem!important
    }

    .mt-sm-n25 {
        margin-top: -22.5rem!important
    }

    .me-sm-n1 {
        margin-right: -.25rem!important
    }

    .me-sm-n2 {
        margin-right: -.5rem!important
    }

    .me-sm-n3 {
        margin-right: -.75rem!important
    }

    .me-sm-n4 {
        margin-right: -1rem!important
    }

    .me-sm-n5 {
        margin-right: -1.25rem!important
    }

    .me-sm-n6 {
        margin-right: -1.5rem!important
    }

    .me-sm-n7 {
        margin-right: -1.75rem!important
    }

    .me-sm-n8 {
        margin-right: -2rem!important
    }

    .me-sm-n9 {
        margin-right: -2.25rem!important
    }

    .me-sm-n10 {
        margin-right: -2.5rem!important
    }

    .me-sm-n11 {
        margin-right: -3rem!important
    }

    .me-sm-n12 {
        margin-right: -3.5rem!important
    }

    .me-sm-n13 {
        margin-right: -4rem!important
    }

    .me-sm-n14 {
        margin-right: -4.5rem!important
    }

    .me-sm-n15 {
        margin-right: -5rem!important
    }

    .me-sm-n16 {
        margin-right: -6rem!important
    }

    .me-sm-n17 {
        margin-right: -7rem!important
    }

    .me-sm-n18 {
        margin-right: -8rem!important
    }

    .me-sm-n19 {
        margin-right: -9rem!important
    }

    .me-sm-n20 {
        margin-right: -10rem!important
    }

    .me-sm-n21 {
        margin-right: -12.5rem!important
    }

    .me-sm-n22 {
        margin-right: -15rem!important
    }

    .me-sm-n23 {
        margin-right: -17.5rem!important
    }

    .me-sm-n24 {
        margin-right: -20rem!important
    }

    .me-sm-n25 {
        margin-right: -22.5rem!important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-sm-n3 {
        margin-bottom: -.75rem!important
    }

    .mb-sm-n4 {
        margin-bottom: -1rem!important
    }

    .mb-sm-n5 {
        margin-bottom: -1.25rem!important
    }

    .mb-sm-n6 {
        margin-bottom: -1.5rem!important
    }

    .mb-sm-n7 {
        margin-bottom: -1.75rem!important
    }

    .mb-sm-n8 {
        margin-bottom: -2rem!important
    }

    .mb-sm-n9 {
        margin-bottom: -2.25rem!important
    }

    .mb-sm-n10 {
        margin-bottom: -2.5rem!important
    }

    .mb-sm-n11 {
        margin-bottom: -3rem!important
    }

    .mb-sm-n12 {
        margin-bottom: -3.5rem!important
    }

    .mb-sm-n13 {
        margin-bottom: -4rem!important
    }

    .mb-sm-n14 {
        margin-bottom: -4.5rem!important
    }

    .mb-sm-n15 {
        margin-bottom: -5rem!important
    }

    .mb-sm-n16 {
        margin-bottom: -6rem!important
    }

    .mb-sm-n17 {
        margin-bottom: -7rem!important
    }

    .mb-sm-n18 {
        margin-bottom: -8rem!important
    }

    .mb-sm-n19 {
        margin-bottom: -9rem!important
    }

    .mb-sm-n20 {
        margin-bottom: -10rem!important
    }

    .mb-sm-n21 {
        margin-bottom: -12.5rem!important
    }

    .mb-sm-n22 {
        margin-bottom: -15rem!important
    }

    .mb-sm-n23 {
        margin-bottom: -17.5rem!important
    }

    .mb-sm-n24 {
        margin-bottom: -20rem!important
    }

    .mb-sm-n25 {
        margin-bottom: -22.5rem!important
    }

    .ms-sm-n1 {
        margin-left: -.25rem!important
    }

    .ms-sm-n2 {
        margin-left: -.5rem!important
    }

    .ms-sm-n3 {
        margin-left: -.75rem!important
    }

    .ms-sm-n4 {
        margin-left: -1rem!important
    }

    .ms-sm-n5 {
        margin-left: -1.25rem!important
    }

    .ms-sm-n6 {
        margin-left: -1.5rem!important
    }

    .ms-sm-n7 {
        margin-left: -1.75rem!important
    }

    .ms-sm-n8 {
        margin-left: -2rem!important
    }

    .ms-sm-n9 {
        margin-left: -2.25rem!important
    }

    .ms-sm-n10 {
        margin-left: -2.5rem!important
    }

    .ms-sm-n11 {
        margin-left: -3rem!important
    }

    .ms-sm-n12 {
        margin-left: -3.5rem!important
    }

    .ms-sm-n13 {
        margin-left: -4rem!important
    }

    .ms-sm-n14 {
        margin-left: -4.5rem!important
    }

    .ms-sm-n15 {
        margin-left: -5rem!important
    }

    .ms-sm-n16 {
        margin-left: -6rem!important
    }

    .ms-sm-n17 {
        margin-left: -7rem!important
    }

    .ms-sm-n18 {
        margin-left: -8rem!important
    }

    .ms-sm-n19 {
        margin-left: -9rem!important
    }

    .ms-sm-n20 {
        margin-left: -10rem!important
    }

    .ms-sm-n21 {
        margin-left: -12.5rem!important
    }

    .ms-sm-n22 {
        margin-left: -15rem!important
    }

    .ms-sm-n23 {
        margin-left: -17.5rem!important
    }

    .ms-sm-n24 {
        margin-left: -20rem!important
    }

    .ms-sm-n25 {
        margin-left: -22.5rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: .75rem!important
    }

    .p-sm-4 {
        padding: 1rem!important
    }

    .p-sm-5 {
        padding: 1.25rem!important
    }

    .p-sm-6 {
        padding: 1.5rem!important
    }

    .p-sm-7 {
        padding: 1.75rem!important
    }

    .p-sm-8 {
        padding: 2rem!important
    }

    .p-sm-9 {
        padding: 2.25rem!important
    }

    .p-sm-10 {
        padding: 2.5rem!important
    }

    .p-sm-11 {
        padding: 3rem!important
    }

    .p-sm-12 {
        padding: 3.5rem!important
    }

    .p-sm-13 {
        padding: 4rem!important
    }

    .p-sm-14 {
        padding: 4.5rem!important
    }

    .p-sm-15 {
        padding: 5rem!important
    }

    .p-sm-16 {
        padding: 6rem!important
    }

    .p-sm-17 {
        padding: 7rem!important
    }

    .p-sm-18 {
        padding: 8rem!important
    }

    .p-sm-19 {
        padding: 9rem!important
    }

    .p-sm-20 {
        padding: 10rem!important
    }

    .p-sm-21 {
        padding: 12.5rem!important
    }

    .p-sm-22 {
        padding: 15rem!important
    }

    .p-sm-23 {
        padding: 17.5rem!important
    }

    .p-sm-24 {
        padding: 20rem!important
    }

    .p-sm-25 {
        padding: 22.5rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-sm-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }

    .px-sm-6 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-7 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }

    .px-sm-8 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-sm-9 {
        padding-right: 2.25rem!important;
        padding-left: 2.25rem!important
    }

    .px-sm-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }

    .px-sm-11 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-sm-12 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important
    }

    .px-sm-13 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }

    .px-sm-14 {
        padding-right: 4.5rem!important;
        padding-left: 4.5rem!important
    }

    .px-sm-15 {
        padding-right: 5rem!important;
        padding-left: 5rem!important
    }

    .px-sm-16 {
        padding-right: 6rem!important;
        padding-left: 6rem!important
    }

    .px-sm-17 {
        padding-right: 7rem!important;
        padding-left: 7rem!important
    }

    .px-sm-18 {
        padding-right: 8rem!important;
        padding-left: 8rem!important
    }

    .px-sm-19 {
        padding-right: 9rem!important;
        padding-left: 9rem!important
    }

    .px-sm-20 {
        padding-right: 10rem!important;
        padding-left: 10rem!important
    }

    .px-sm-21 {
        padding-right: 12.5rem!important;
        padding-left: 12.5rem!important
    }

    .px-sm-22 {
        padding-right: 15rem!important;
        padding-left: 15rem!important
    }

    .px-sm-23 {
        padding-right: 17.5rem!important;
        padding-left: 17.5rem!important
    }

    .px-sm-24 {
        padding-right: 20rem!important;
        padding-left: 20rem!important
    }

    .px-sm-25 {
        padding-right: 22.5rem!important;
        padding-left: 22.5rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-sm-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .py-sm-6 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-7 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }

    .py-sm-8 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-sm-9 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }

    .py-sm-10 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }

    .py-sm-11 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-sm-12 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }

    .py-sm-13 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }

    .py-sm-14 {
        padding-top: 4.5rem!important;
        padding-bottom: 4.5rem!important
    }

    .py-sm-15 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important
    }

    .py-sm-16 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important
    }

    .py-sm-17 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important
    }

    .py-sm-18 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important
    }

    .py-sm-19 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important
    }

    .py-sm-20 {
        padding-top: 10rem!important;
        padding-bottom: 10rem!important
    }

    .py-sm-21 {
        padding-top: 12.5rem!important;
        padding-bottom: 12.5rem!important
    }

    .py-sm-22 {
        padding-top: 15rem!important;
        padding-bottom: 15rem!important
    }

    .py-sm-23 {
        padding-top: 17.5rem!important;
        padding-bottom: 17.5rem!important
    }

    .py-sm-24 {
        padding-top: 20rem!important;
        padding-bottom: 20rem!important
    }

    .py-sm-25 {
        padding-top: 22.5rem!important;
        padding-bottom: 22.5rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: .75rem!important
    }

    .pt-sm-4 {
        padding-top: 1rem!important
    }

    .pt-sm-5 {
        padding-top: 1.25rem!important
    }

    .pt-sm-6 {
        padding-top: 1.5rem!important
    }

    .pt-sm-7 {
        padding-top: 1.75rem!important
    }

    .pt-sm-8 {
        padding-top: 2rem!important
    }

    .pt-sm-9 {
        padding-top: 2.25rem!important
    }

    .pt-sm-10 {
        padding-top: 2.5rem!important
    }

    .pt-sm-11 {
        padding-top: 3rem!important
    }

    .pt-sm-12 {
        padding-top: 3.5rem!important
    }

    .pt-sm-13 {
        padding-top: 4rem!important
    }

    .pt-sm-14 {
        padding-top: 4.5rem!important
    }

    .pt-sm-15 {
        padding-top: 5rem!important
    }

    .pt-sm-16 {
        padding-top: 6rem!important
    }

    .pt-sm-17 {
        padding-top: 7rem!important
    }

    .pt-sm-18 {
        padding-top: 8rem!important
    }

    .pt-sm-19 {
        padding-top: 9rem!important
    }

    .pt-sm-20 {
        padding-top: 10rem!important
    }

    .pt-sm-21 {
        padding-top: 12.5rem!important
    }

    .pt-sm-22 {
        padding-top: 15rem!important
    }

    .pt-sm-23 {
        padding-top: 17.5rem!important
    }

    .pt-sm-24 {
        padding-top: 20rem!important
    }

    .pt-sm-25 {
        padding-top: 22.5rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-1 {
        padding-right: .25rem!important
    }

    .pe-sm-2 {
        padding-right: .5rem!important
    }

    .pe-sm-3 {
        padding-right: .75rem!important
    }

    .pe-sm-4 {
        padding-right: 1rem!important
    }

    .pe-sm-5 {
        padding-right: 1.25rem!important
    }

    .pe-sm-6 {
        padding-right: 1.5rem!important
    }

    .pe-sm-7 {
        padding-right: 1.75rem!important
    }

    .pe-sm-8 {
        padding-right: 2rem!important
    }

    .pe-sm-9 {
        padding-right: 2.25rem!important
    }

    .pe-sm-10 {
        padding-right: 2.5rem!important
    }

    .pe-sm-11 {
        padding-right: 3rem!important
    }

    .pe-sm-12 {
        padding-right: 3.5rem!important
    }

    .pe-sm-13 {
        padding-right: 4rem!important
    }

    .pe-sm-14 {
        padding-right: 4.5rem!important
    }

    .pe-sm-15 {
        padding-right: 5rem!important
    }

    .pe-sm-16 {
        padding-right: 6rem!important
    }

    .pe-sm-17 {
        padding-right: 7rem!important
    }

    .pe-sm-18 {
        padding-right: 8rem!important
    }

    .pe-sm-19 {
        padding-right: 9rem!important
    }

    .pe-sm-20 {
        padding-right: 10rem!important
    }

    .pe-sm-21 {
        padding-right: 12.5rem!important
    }

    .pe-sm-22 {
        padding-right: 15rem!important
    }

    .pe-sm-23 {
        padding-right: 17.5rem!important
    }

    .pe-sm-24 {
        padding-right: 20rem!important
    }

    .pe-sm-25 {
        padding-right: 22.5rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: .75rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1rem!important
    }

    .pb-sm-5 {
        padding-bottom: 1.25rem!important
    }

    .pb-sm-6 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-7 {
        padding-bottom: 1.75rem!important
    }

    .pb-sm-8 {
        padding-bottom: 2rem!important
    }

    .pb-sm-9 {
        padding-bottom: 2.25rem!important
    }

    .pb-sm-10 {
        padding-bottom: 2.5rem!important
    }

    .pb-sm-11 {
        padding-bottom: 3rem!important
    }

    .pb-sm-12 {
        padding-bottom: 3.5rem!important
    }

    .pb-sm-13 {
        padding-bottom: 4rem!important
    }

    .pb-sm-14 {
        padding-bottom: 4.5rem!important
    }

    .pb-sm-15 {
        padding-bottom: 5rem!important
    }

    .pb-sm-16 {
        padding-bottom: 6rem!important
    }

    .pb-sm-17 {
        padding-bottom: 7rem!important
    }

    .pb-sm-18 {
        padding-bottom: 8rem!important
    }

    .pb-sm-19 {
        padding-bottom: 9rem!important
    }

    .pb-sm-20 {
        padding-bottom: 10rem!important
    }

    .pb-sm-21 {
        padding-bottom: 12.5rem!important
    }

    .pb-sm-22 {
        padding-bottom: 15rem!important
    }

    .pb-sm-23 {
        padding-bottom: 17.5rem!important
    }

    .pb-sm-24 {
        padding-bottom: 20rem!important
    }

    .pb-sm-25 {
        padding-bottom: 22.5rem!important
    }

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-1 {
        padding-left: .25rem!important
    }

    .ps-sm-2 {
        padding-left: .5rem!important
    }

    .ps-sm-3 {
        padding-left: .75rem!important
    }

    .ps-sm-4 {
        padding-left: 1rem!important
    }

    .ps-sm-5 {
        padding-left: 1.25rem!important
    }

    .ps-sm-6 {
        padding-left: 1.5rem!important
    }

    .ps-sm-7 {
        padding-left: 1.75rem!important
    }

    .ps-sm-8 {
        padding-left: 2rem!important
    }

    .ps-sm-9 {
        padding-left: 2.25rem!important
    }

    .ps-sm-10 {
        padding-left: 2.5rem!important
    }

    .ps-sm-11 {
        padding-left: 3rem!important
    }

    .ps-sm-12 {
        padding-left: 3.5rem!important
    }

    .ps-sm-13 {
        padding-left: 4rem!important
    }

    .ps-sm-14 {
        padding-left: 4.5rem!important
    }

    .ps-sm-15 {
        padding-left: 5rem!important
    }

    .ps-sm-16 {
        padding-left: 6rem!important
    }

    .ps-sm-17 {
        padding-left: 7rem!important
    }

    .ps-sm-18 {
        padding-left: 8rem!important
    }

    .ps-sm-19 {
        padding-left: 9rem!important
    }

    .ps-sm-20 {
        padding-left: 10rem!important
    }

    .ps-sm-21 {
        padding-left: 12.5rem!important
    }

    .ps-sm-22 {
        padding-left: 15rem!important
    }

    .ps-sm-23 {
        padding-left: 17.5rem!important
    }

    .ps-sm-24 {
        padding-left: 20rem!important
    }

    .ps-sm-25 {
        padding-left: 22.5rem!important
    }

    .text-sm-start {
        text-align: left!important
    }

    .text-sm-end {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}





@media (min-width: 768px) {
    .float-md-start {
        float:left!important
    }

    .float-md-end {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        -webkit-box-flex: 1!important;
            -ms-flex: 1 1 auto!important;
                flex: 1 1 auto!important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: row!important;
                flex-direction: row!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: column!important;
                flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-direction: row-reverse!important;
                flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-direction: column-reverse!important;
                flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
            -ms-flex-positive: 0!important;
                flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
            -ms-flex-positive: 1!important;
                flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
            flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
            flex-shrink: 1!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
            flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
            flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
            flex-wrap: wrap-reverse!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-1 {
        gap: .25rem!important
    }

    .gap-md-2 {
        gap: .5rem!important
    }

    .gap-md-3 {
        gap: .75rem!important
    }

    .gap-md-4 {
        gap: 1rem!important
    }

    .gap-md-5 {
        gap: 1.25rem!important
    }

    .gap-md-6 {
        gap: 1.5rem!important
    }

    .gap-md-7 {
        gap: 1.75rem!important
    }

    .gap-md-8 {
        gap: 2rem!important
    }

    .gap-md-9 {
        gap: 2.25rem!important
    }

    .gap-md-10 {
        gap: 2.5rem!important
    }

    .gap-md-11 {
        gap: 3rem!important
    }

    .gap-md-12 {
        gap: 3.5rem!important
    }

    .gap-md-13 {
        gap: 4rem!important
    }

    .gap-md-14 {
        gap: 4.5rem!important
    }

    .gap-md-15 {
        gap: 5rem!important
    }

    .gap-md-16 {
        gap: 6rem!important
    }

    .gap-md-17 {
        gap: 7rem!important
    }

    .gap-md-18 {
        gap: 8rem!important
    }

    .gap-md-19 {
        gap: 9rem!important
    }

    .gap-md-20 {
        gap: 10rem!important
    }

    .gap-md-21 {
        gap: 12.5rem!important
    }

    .gap-md-22 {
        gap: 15rem!important
    }

    .gap-md-23 {
        gap: 17.5rem!important
    }

    .gap-md-24 {
        gap: 20rem!important
    }

    .gap-md-25 {
        gap: 22.5rem!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
            -ms-flex-pack: start!important;
                justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
            -ms-flex-pack: end!important;
                justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
                justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
            -ms-flex-pack: justify!important;
                justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
            justify-content: space-around!important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly!important;
            -ms-flex-pack: space-evenly!important;
                justify-content: space-evenly!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
            -ms-flex-align: start!important;
                align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
            -ms-flex-align: end!important;
                align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
            -ms-flex-align: center!important;
                align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
            -ms-flex-align: baseline!important;
                align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
            -ms-flex-align: stretch!important;
                align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
            align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
            align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
            align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
            align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
            align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
            align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
            align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
            align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
            align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
            align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
            align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
            align-self: stretch!important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0!important;
            -ms-flex-order: -1!important;
                order: -1!important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1!important;
            -ms-flex-order: 0!important;
                order: 0!important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2!important;
            -ms-flex-order: 1!important;
                order: 1!important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3!important;
            -ms-flex-order: 2!important;
                order: 2!important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4!important;
            -ms-flex-order: 3!important;
                order: 3!important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5!important;
            -ms-flex-order: 4!important;
                order: 4!important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6!important;
            -ms-flex-order: 5!important;
                order: 5!important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7!important;
            -ms-flex-order: 6!important;
                order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: .75rem!important
    }

    .m-md-4 {
        margin: 1rem!important
    }

    .m-md-5 {
        margin: 1.25rem!important
    }

    .m-md-6 {
        margin: 1.5rem!important
    }

    .m-md-7 {
        margin: 1.75rem!important
    }

    .m-md-8 {
        margin: 2rem!important
    }

    .m-md-9 {
        margin: 2.25rem!important
    }

    .m-md-10 {
        margin: 2.5rem!important
    }

    .m-md-11 {
        margin: 3rem!important
    }

    .m-md-12 {
        margin: 3.5rem!important
    }

    .m-md-13 {
        margin: 4rem!important
    }

    .m-md-14 {
        margin: 4.5rem!important
    }

    .m-md-15 {
        margin: 5rem!important
    }

    .m-md-16 {
        margin: 6rem!important
    }

    .m-md-17 {
        margin: 7rem!important
    }

    .m-md-18 {
        margin: 8rem!important
    }

    .m-md-19 {
        margin: 9rem!important
    }

    .m-md-20 {
        margin: 10rem!important
    }

    .m-md-21 {
        margin: 12.5rem!important
    }

    .m-md-22 {
        margin: 15rem!important
    }

    .m-md-23 {
        margin: 17.5rem!important
    }

    .m-md-24 {
        margin: 20rem!important
    }

    .m-md-25 {
        margin: 22.5rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-md-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-5 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }

    .mx-md-6 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-7 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }

    .mx-md-8 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-md-9 {
        margin-right: 2.25rem!important;
        margin-left: 2.25rem!important
    }

    .mx-md-10 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }

    .mx-md-11 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-md-12 {
        margin-right: 3.5rem!important;
        margin-left: 3.5rem!important
    }

    .mx-md-13 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }

    .mx-md-14 {
        margin-right: 4.5rem!important;
        margin-left: 4.5rem!important
    }

    .mx-md-15 {
        margin-right: 5rem!important;
        margin-left: 5rem!important
    }

    .mx-md-16 {
        margin-right: 6rem!important;
        margin-left: 6rem!important
    }

    .mx-md-17 {
        margin-right: 7rem!important;
        margin-left: 7rem!important
    }

    .mx-md-18 {
        margin-right: 8rem!important;
        margin-left: 8rem!important
    }

    .mx-md-19 {
        margin-right: 9rem!important;
        margin-left: 9rem!important
    }

    .mx-md-20 {
        margin-right: 10rem!important;
        margin-left: 10rem!important
    }

    .mx-md-21 {
        margin-right: 12.5rem!important;
        margin-left: 12.5rem!important
    }

    .mx-md-22 {
        margin-right: 15rem!important;
        margin-left: 15rem!important
    }

    .mx-md-23 {
        margin-right: 17.5rem!important;
        margin-left: 17.5rem!important
    }

    .mx-md-24 {
        margin-right: 20rem!important;
        margin-left: 20rem!important
    }

    .mx-md-25 {
        margin-right: 22.5rem!important;
        margin-left: 22.5rem!important
    }

    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-md-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .my-md-6 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-7 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }

    .my-md-8 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-md-9 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }

    .my-md-10 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }

    .my-md-11 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-12 {
        margin-top: 3.5rem!important;
        margin-bottom: 3.5rem!important
    }

    .my-md-13 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }

    .my-md-14 {
        margin-top: 4.5rem!important;
        margin-bottom: 4.5rem!important
    }

    .my-md-15 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important
    }

    .my-md-16 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important
    }

    .my-md-17 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important
    }

    .my-md-18 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important
    }

    .my-md-19 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important
    }

    .my-md-20 {
        margin-top: 10rem!important;
        margin-bottom: 10rem!important
    }

    .my-md-21 {
        margin-top: 12.5rem!important;
        margin-bottom: 12.5rem!important
    }

    .my-md-22 {
        margin-top: 15rem!important;
        margin-bottom: 15rem!important
    }

    .my-md-23 {
        margin-top: 17.5rem!important;
        margin-bottom: 17.5rem!important
    }

    .my-md-24 {
        margin-top: 20rem!important;
        margin-bottom: 20rem!important
    }

    .my-md-25 {
        margin-top: 22.5rem!important;
        margin-bottom: 22.5rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: .75rem!important
    }

    .mt-md-4 {
        margin-top: 1rem!important
    }

    .mt-md-5 {
        margin-top: 1.25rem!important
    }

    .mt-md-6 {
        margin-top: 1.5rem!important
    }

    .mt-md-7 {
        margin-top: 1.75rem!important
    }

    .mt-md-8 {
        margin-top: 2rem!important
    }

    .mt-md-9 {
        margin-top: 2.25rem!important
    }

    .mt-md-10 {
        margin-top: 2.5rem!important
    }

    .mt-md-11 {
        margin-top: 3rem!important
    }

    .mt-md-12 {
        margin-top: 3.5rem!important
    }

    .mt-md-13 {
        margin-top: 4rem!important
    }

    .mt-md-14 {
        margin-top: 4.5rem!important
    }

    .mt-md-15 {
        margin-top: 5rem!important
    }

    .mt-md-16 {
        margin-top: 6rem!important
    }

    .mt-md-17 {
        margin-top: 7rem!important
    }

    .mt-md-18 {
        margin-top: 8rem!important
    }

    .mt-md-19 {
        margin-top: 9rem!important
    }

    .mt-md-20 {
        margin-top: 10rem!important
    }

    .mt-md-21 {
        margin-top: 12.5rem!important
    }

    .mt-md-22 {
        margin-top: 15rem!important
    }

    .mt-md-23 {
        margin-top: 17.5rem!important
    }

    .mt-md-24 {
        margin-top: 20rem!important
    }

    .mt-md-25 {
        margin-top: 22.5rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-2 {
        margin-right: .5rem!important
    }

    .me-md-3 {
        margin-right: .75rem!important
    }

    .me-md-4 {
        margin-right: 1rem!important
    }

    .me-md-5 {
        margin-right: 1.25rem!important
    }

    .me-md-6 {
        margin-right: 1.5rem!important
    }

    .me-md-7 {
        margin-right: 1.75rem!important
    }

    .me-md-8 {
        margin-right: 2rem!important
    }

    .me-md-9 {
        margin-right: 2.25rem!important
    }

    .me-md-10 {
        margin-right: 2.5rem!important
    }

    .me-md-11 {
        margin-right: 3rem!important
    }

    .me-md-12 {
        margin-right: 3.5rem!important
    }

    .me-md-13 {
        margin-right: 4rem!important
    }

    .me-md-14 {
        margin-right: 4.5rem!important
    }

    .me-md-15 {
        margin-right: 5rem!important
    }

    .me-md-16 {
        margin-right: 6rem!important
    }

    .me-md-17 {
        margin-right: 7rem!important
    }

    .me-md-18 {
        margin-right: 8rem!important
    }

    .me-md-19 {
        margin-right: 9rem!important
    }

    .me-md-20 {
        margin-right: 10rem!important
    }

    .me-md-21 {
        margin-right: 12.5rem!important
    }

    .me-md-22 {
        margin-right: 15rem!important
    }

    .me-md-23 {
        margin-right: 17.5rem!important
    }

    .me-md-24 {
        margin-right: 20rem!important
    }

    .me-md-25 {
        margin-right: 22.5rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: .75rem!important
    }

    .mb-md-4 {
        margin-bottom: 1rem!important
    }

    .mb-md-5 {
        margin-bottom: 1.25rem!important
    }

    .mb-md-6 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-7 {
        margin-bottom: 1.75rem!important
    }

    .mb-md-8 {
        margin-bottom: 2rem!important
    }

    .mb-md-9 {
        margin-bottom: 2.25rem!important
    }

    .mb-md-10 {
        margin-bottom: 2.5rem!important
    }

    .mb-md-11 {
        margin-bottom: 3rem!important
    }

    .mb-md-12 {
        margin-bottom: 3.5rem!important
    }

    .mb-md-13 {
        margin-bottom: 4rem!important
    }

    .mb-md-14 {
        margin-bottom: 4.5rem!important
    }

    .mb-md-15 {
        margin-bottom: 5rem!important
    }

    .mb-md-16 {
        margin-bottom: 6rem!important
    }

    .mb-md-17 {
        margin-bottom: 7rem!important
    }

    .mb-md-18 {
        margin-bottom: 8rem!important
    }

    .mb-md-19 {
        margin-bottom: 9rem!important
    }

    .mb-md-20 {
        margin-bottom: 10rem!important
    }

    .mb-md-21 {
        margin-bottom: 12.5rem!important
    }

    .mb-md-22 {
        margin-bottom: 15rem!important
    }

    .mb-md-23 {
        margin-bottom: 17.5rem!important
    }

    .mb-md-24 {
        margin-bottom: 20rem!important
    }

    .mb-md-25 {
        margin-bottom: 22.5rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .ms-md-2 {
        margin-left: .5rem!important
    }

    .ms-md-3 {
        margin-left: .75rem!important
    }

    .ms-md-4 {
        margin-left: 1rem!important
    }

    .ms-md-5 {
        margin-left: 1.25rem!important
    }

    .ms-md-6 {
        margin-left: 1.5rem!important
    }

    .ms-md-7 {
        margin-left: 1.75rem!important
    }

    .ms-md-8 {
        margin-left: 2rem!important
    }

    .ms-md-9 {
        margin-left: 2.25rem!important
    }

    .ms-md-10 {
        margin-left: 2.5rem!important
    }

    .ms-md-11 {
        margin-left: 3rem!important
    }

    .ms-md-12 {
        margin-left: 3.5rem!important
    }

    .ms-md-13 {
        margin-left: 4rem!important
    }

    .ms-md-14 {
        margin-left: 4.5rem!important
    }

    .ms-md-15 {
        margin-left: 5rem!important
    }

    .ms-md-16 {
        margin-left: 6rem!important
    }

    .ms-md-17 {
        margin-left: 7rem!important
    }

    .ms-md-18 {
        margin-left: 8rem!important
    }

    .ms-md-19 {
        margin-left: 9rem!important
    }

    .ms-md-20 {
        margin-left: 10rem!important
    }

    .ms-md-21 {
        margin-left: 12.5rem!important
    }

    .ms-md-22 {
        margin-left: 15rem!important
    }

    .ms-md-23 {
        margin-left: 17.5rem!important
    }

    .ms-md-24 {
        margin-left: 20rem!important
    }

    .ms-md-25 {
        margin-left: 22.5rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .m-md-n3 {
        margin: -.75rem!important
    }

    .m-md-n4 {
        margin: -1rem!important
    }

    .m-md-n5 {
        margin: -1.25rem!important
    }

    .m-md-n6 {
        margin: -1.5rem!important
    }

    .m-md-n7 {
        margin: -1.75rem!important
    }

    .m-md-n8 {
        margin: -2rem!important
    }

    .m-md-n9 {
        margin: -2.25rem!important
    }

    .m-md-n10 {
        margin: -2.5rem!important
    }

    .m-md-n11 {
        margin: -3rem!important
    }

    .m-md-n12 {
        margin: -3.5rem!important
    }

    .m-md-n13 {
        margin: -4rem!important
    }

    .m-md-n14 {
        margin: -4.5rem!important
    }

    .m-md-n15 {
        margin: -5rem!important
    }

    .m-md-n16 {
        margin: -6rem!important
    }

    .m-md-n17 {
        margin: -7rem!important
    }

    .m-md-n18 {
        margin: -8rem!important
    }

    .m-md-n19 {
        margin: -9rem!important
    }

    .m-md-n20 {
        margin: -10rem!important
    }

    .m-md-n21 {
        margin: -12.5rem!important
    }

    .m-md-n22 {
        margin: -15rem!important
    }

    .m-md-n23 {
        margin: -17.5rem!important
    }

    .m-md-n24 {
        margin: -20rem!important
    }

    .m-md-n25 {
        margin: -22.5rem!important
    }

    .mx-md-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-md-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-md-n3 {
        margin-right: -.75rem!important;
        margin-left: -.75rem!important
    }

    .mx-md-n4 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-md-n5 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }

    .mx-md-n6 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-md-n7 {
        margin-right: -1.75rem!important;
        margin-left: -1.75rem!important
    }

    .mx-md-n8 {
        margin-right: -2rem!important;
        margin-left: -2rem!important
    }

    .mx-md-n9 {
        margin-right: -2.25rem!important;
        margin-left: -2.25rem!important
    }

    .mx-md-n10 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }

    .mx-md-n11 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .mx-md-n12 {
        margin-right: -3.5rem!important;
        margin-left: -3.5rem!important
    }

    .mx-md-n13 {
        margin-right: -4rem!important;
        margin-left: -4rem!important
    }

    .mx-md-n14 {
        margin-right: -4.5rem!important;
        margin-left: -4.5rem!important
    }

    .mx-md-n15 {
        margin-right: -5rem!important;
        margin-left: -5rem!important
    }

    .mx-md-n16 {
        margin-right: -6rem!important;
        margin-left: -6rem!important
    }

    .mx-md-n17 {
        margin-right: -7rem!important;
        margin-left: -7rem!important
    }

    .mx-md-n18 {
        margin-right: -8rem!important;
        margin-left: -8rem!important
    }

    .mx-md-n19 {
        margin-right: -9rem!important;
        margin-left: -9rem!important
    }

    .mx-md-n20 {
        margin-right: -10rem!important;
        margin-left: -10rem!important
    }

    .mx-md-n21 {
        margin-right: -12.5rem!important;
        margin-left: -12.5rem!important
    }

    .mx-md-n22 {
        margin-right: -15rem!important;
        margin-left: -15rem!important
    }

    .mx-md-n23 {
        margin-right: -17.5rem!important;
        margin-left: -17.5rem!important
    }

    .mx-md-n24 {
        margin-right: -20rem!important;
        margin-left: -20rem!important
    }

    .mx-md-n25 {
        margin-right: -22.5rem!important;
        margin-left: -22.5rem!important
    }

    .my-md-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-md-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-md-n3 {
        margin-top: -.75rem!important;
        margin-bottom: -.75rem!important
    }

    .my-md-n4 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-md-n5 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }

    .my-md-n6 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-md-n7 {
        margin-top: -1.75rem!important;
        margin-bottom: -1.75rem!important
    }

    .my-md-n8 {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important
    }

    .my-md-n9 {
        margin-top: -2.25rem!important;
        margin-bottom: -2.25rem!important
    }

    .my-md-n10 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }

    .my-md-n11 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .my-md-n12 {
        margin-top: -3.5rem!important;
        margin-bottom: -3.5rem!important
    }

    .my-md-n13 {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important
    }

    .my-md-n14 {
        margin-top: -4.5rem!important;
        margin-bottom: -4.5rem!important
    }

    .my-md-n15 {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important
    }

    .my-md-n16 {
        margin-top: -6rem!important;
        margin-bottom: -6rem!important
    }

    .my-md-n17 {
        margin-top: -7rem!important;
        margin-bottom: -7rem!important
    }

    .my-md-n18 {
        margin-top: -8rem!important;
        margin-bottom: -8rem!important
    }

    .my-md-n19 {
        margin-top: -9rem!important;
        margin-bottom: -9rem!important
    }

    .my-md-n20 {
        margin-top: -10rem!important;
        margin-bottom: -10rem!important
    }

    .my-md-n21 {
        margin-top: -12.5rem!important;
        margin-bottom: -12.5rem!important
    }

    .my-md-n22 {
        margin-top: -15rem!important;
        margin-bottom: -15rem!important
    }

    .my-md-n23 {
        margin-top: -17.5rem!important;
        margin-bottom: -17.5rem!important
    }

    .my-md-n24 {
        margin-top: -20rem!important;
        margin-bottom: -20rem!important
    }

    .my-md-n25 {
        margin-top: -22.5rem!important;
        margin-bottom: -22.5rem!important
    }

    .mt-md-n1 {
        margin-top: -.25rem!important
    }

    .mt-md-n2 {
        margin-top: -.5rem!important
    }

    .mt-md-n3 {
        margin-top: -.75rem!important
    }

    .mt-md-n4 {
        margin-top: -1rem!important
    }

    .mt-md-n5 {
        margin-top: -1.25rem!important
    }

    .mt-md-n6 {
        margin-top: -1.5rem!important
    }

    .mt-md-n7 {
        margin-top: -1.75rem!important
    }

    .mt-md-n8 {
        margin-top: -2rem!important
    }

    .mt-md-n9 {
        margin-top: -2.25rem!important
    }

    .mt-md-n10 {
        margin-top: -2.5rem!important
    }

    .mt-md-n11 {
        margin-top: -3rem!important
    }

    .mt-md-n12 {
        margin-top: -3.5rem!important
    }

    .mt-md-n13 {
        margin-top: -4rem!important
    }

    .mt-md-n14 {
        margin-top: -4.5rem!important
    }

    .mt-md-n15 {
        margin-top: -5rem!important
    }

    .mt-md-n16 {
        margin-top: -6rem!important
    }

    .mt-md-n17 {
        margin-top: -7rem!important
    }

    .mt-md-n18 {
        margin-top: -8rem!important
    }

    .mt-md-n19 {
        margin-top: -9rem!important
    }

    .mt-md-n20 {
        margin-top: -10rem!important
    }

    .mt-md-n21 {
        margin-top: -12.5rem!important
    }

    .mt-md-n22 {
        margin-top: -15rem!important
    }

    .mt-md-n23 {
        margin-top: -17.5rem!important
    }

    .mt-md-n24 {
        margin-top: -20rem!important
    }

    .mt-md-n25 {
        margin-top: -22.5rem!important
    }

    .me-md-n1 {
        margin-right: -.25rem!important
    }

    .me-md-n2 {
        margin-right: -.5rem!important
    }

    .me-md-n3 {
        margin-right: -.75rem!important
    }

    .me-md-n4 {
        margin-right: -1rem!important
    }

    .me-md-n5 {
        margin-right: -1.25rem!important
    }

    .me-md-n6 {
        margin-right: -1.5rem!important
    }

    .me-md-n7 {
        margin-right: -1.75rem!important
    }

    .me-md-n8 {
        margin-right: -2rem!important
    }

    .me-md-n9 {
        margin-right: -2.25rem!important
    }

    .me-md-n10 {
        margin-right: -2.5rem!important
    }

    .me-md-n11 {
        margin-right: -3rem!important
    }

    .me-md-n12 {
        margin-right: -3.5rem!important
    }

    .me-md-n13 {
        margin-right: -4rem!important
    }

    .me-md-n14 {
        margin-right: -4.5rem!important
    }

    .me-md-n15 {
        margin-right: -5rem!important
    }

    .me-md-n16 {
        margin-right: -6rem!important
    }

    .me-md-n17 {
        margin-right: -7rem!important
    }

    .me-md-n18 {
        margin-right: -8rem!important
    }

    .me-md-n19 {
        margin-right: -9rem!important
    }

    .me-md-n20 {
        margin-right: -10rem!important
    }

    .me-md-n21 {
        margin-right: -12.5rem!important
    }

    .me-md-n22 {
        margin-right: -15rem!important
    }

    .me-md-n23 {
        margin-right: -17.5rem!important
    }

    .me-md-n24 {
        margin-right: -20rem!important
    }

    .me-md-n25 {
        margin-right: -22.5rem!important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-md-n3 {
        margin-bottom: -.75rem!important
    }

    .mb-md-n4 {
        margin-bottom: -1rem!important
    }

    .mb-md-n5 {
        margin-bottom: -1.25rem!important
    }

    .mb-md-n6 {
        margin-bottom: -1.5rem!important
    }

    .mb-md-n7 {
        margin-bottom: -1.75rem!important
    }

    .mb-md-n8 {
        margin-bottom: -2rem!important
    }

    .mb-md-n9 {
        margin-bottom: -2.25rem!important
    }

    .mb-md-n10 {
        margin-bottom: -2.5rem!important
    }

    .mb-md-n11 {
        margin-bottom: -3rem!important
    }

    .mb-md-n12 {
        margin-bottom: -3.5rem!important
    }

    .mb-md-n13 {
        margin-bottom: -4rem!important
    }

    .mb-md-n14 {
        margin-bottom: -4.5rem!important
    }

    .mb-md-n15 {
        margin-bottom: -5rem!important
    }

    .mb-md-n16 {
        margin-bottom: -6rem!important
    }

    .mb-md-n17 {
        margin-bottom: -7rem!important
    }

    .mb-md-n18 {
        margin-bottom: -8rem!important
    }

    .mb-md-n19 {
        margin-bottom: -9rem!important
    }

    .mb-md-n20 {
        margin-bottom: -10rem!important
    }

    .mb-md-n21 {
        margin-bottom: -12.5rem!important
    }

    .mb-md-n22 {
        margin-bottom: -15rem!important
    }

    .mb-md-n23 {
        margin-bottom: -17.5rem!important
    }

    .mb-md-n24 {
        margin-bottom: -20rem!important
    }

    .mb-md-n25 {
        margin-bottom: -22.5rem!important
    }

    .ms-md-n1 {
        margin-left: -.25rem!important
    }

    .ms-md-n2 {
        margin-left: -.5rem!important
    }

    .ms-md-n3 {
        margin-left: -.75rem!important
    }

    .ms-md-n4 {
        margin-left: -1rem!important
    }

    .ms-md-n5 {
        margin-left: -1.25rem!important
    }

    .ms-md-n6 {
        margin-left: -1.5rem!important
    }

    .ms-md-n7 {
        margin-left: -1.75rem!important
    }

    .ms-md-n8 {
        margin-left: -2rem!important
    }

    .ms-md-n9 {
        margin-left: -2.25rem!important
    }

    .ms-md-n10 {
        margin-left: -2.5rem!important
    }

    .ms-md-n11 {
        margin-left: -3rem!important
    }

    .ms-md-n12 {
        margin-left: -3.5rem!important
    }

    .ms-md-n13 {
        margin-left: -4rem!important
    }

    .ms-md-n14 {
        margin-left: -4.5rem!important
    }

    .ms-md-n15 {
        margin-left: -5rem!important
    }

    .ms-md-n16 {
        margin-left: -6rem!important
    }

    .ms-md-n17 {
        margin-left: -7rem!important
    }

    .ms-md-n18 {
        margin-left: -8rem!important
    }

    .ms-md-n19 {
        margin-left: -9rem!important
    }

    .ms-md-n20 {
        margin-left: -10rem!important
    }

    .ms-md-n21 {
        margin-left: -12.5rem!important
    }

    .ms-md-n22 {
        margin-left: -15rem!important
    }

    .ms-md-n23 {
        margin-left: -17.5rem!important
    }

    .ms-md-n24 {
        margin-left: -20rem!important
    }

    .ms-md-n25 {
        margin-left: -22.5rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: .75rem!important
    }

    .p-md-4 {
        padding: 1rem!important
    }

    .p-md-5 {
        padding: 1.25rem!important
    }

    .p-md-6 {
        padding: 1.5rem!important
    }

    .p-md-7 {
        padding: 1.75rem!important
    }

    .p-md-8 {
        padding: 2rem!important
    }

    .p-md-9 {
        padding: 2.25rem!important
    }

    .p-md-10 {
        padding: 2.5rem!important
    }

    .p-md-11 {
        padding: 3rem!important
    }

    .p-md-12 {
        padding: 3.5rem!important
    }

    .p-md-13 {
        padding: 4rem!important
    }

    .p-md-14 {
        padding: 4.5rem!important
    }

    .p-md-15 {
        padding: 5rem!important
    }

    .p-md-16 {
        padding: 6rem!important
    }

    .p-md-17 {
        padding: 7rem!important
    }

    .p-md-18 {
        padding: 8rem!important
    }

    .p-md-19 {
        padding: 9rem!important
    }

    .p-md-20 {
        padding: 10rem!important
    }

    .p-md-21 {
        padding: 12.5rem!important
    }

    .p-md-22 {
        padding: 15rem!important
    }

    .p-md-23 {
        padding: 17.5rem!important
    }

    .p-md-24 {
        padding: 20rem!important
    }

    .p-md-25 {
        padding: 22.5rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-md-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }

    .px-md-6 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-7 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }

    .px-md-8 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-md-9 {
        padding-right: 2.25rem!important;
        padding-left: 2.25rem!important
    }

    .px-md-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }

    .px-md-11 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-md-12 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important
    }

    .px-md-13 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }

    .px-md-14 {
        padding-right: 4.5rem!important;
        padding-left: 4.5rem!important
    }

    .px-md-15 {
        padding-right: 5rem!important;
        padding-left: 5rem!important
    }

    .px-md-16 {
        padding-right: 6rem!important;
        padding-left: 6rem!important
    }

    .px-md-17 {
        padding-right: 7rem!important;
        padding-left: 7rem!important
    }

    .px-md-18 {
        padding-right: 8rem!important;
        padding-left: 8rem!important
    }

    .px-md-19 {
        padding-right: 9rem!important;
        padding-left: 9rem!important
    }

    .px-md-20 {
        padding-right: 10rem!important;
        padding-left: 10rem!important
    }

    .px-md-21 {
        padding-right: 12.5rem!important;
        padding-left: 12.5rem!important
    }

    .px-md-22 {
        padding-right: 15rem!important;
        padding-left: 15rem!important
    }

    .px-md-23 {
        padding-right: 17.5rem!important;
        padding-left: 17.5rem!important
    }

    .px-md-24 {
        padding-right: 20rem!important;
        padding-left: 20rem!important
    }

    .px-md-25 {
        padding-right: 22.5rem!important;
        padding-left: 22.5rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-md-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .py-md-6 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-7 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }

    .py-md-8 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-md-9 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }

    .py-md-10 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }

    .py-md-11 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-md-12 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }

    .py-md-13 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }

    .py-md-14 {
        padding-top: 4.5rem!important;
        padding-bottom: 4.5rem!important
    }

    .py-md-15 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important
    }

    .py-md-16 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important
    }

    .py-md-17 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important
    }

    .py-md-18 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important
    }

    .py-md-19 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important
    }

    .py-md-20 {
        padding-top: 10rem!important;
        padding-bottom: 10rem!important
    }

    .py-md-21 {
        padding-top: 12.5rem!important;
        padding-bottom: 12.5rem!important
    }

    .py-md-22 {
        padding-top: 15rem!important;
        padding-bottom: 15rem!important
    }

    .py-md-23 {
        padding-top: 17.5rem!important;
        padding-bottom: 17.5rem!important
    }

    .py-md-24 {
        padding-top: 20rem!important;
        padding-bottom: 20rem!important
    }

    .py-md-25 {
        padding-top: 22.5rem!important;
        padding-bottom: 22.5rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: .75rem!important
    }

    .pt-md-4 {
        padding-top: 1rem!important
    }

    .pt-md-5 {
        padding-top: 1.25rem!important
    }

    .pt-md-6 {
        padding-top: 1.5rem!important
    }

    .pt-md-7 {
        padding-top: 1.75rem!important
    }

    .pt-md-8 {
        padding-top: 2rem!important
    }

    .pt-md-9 {
        padding-top: 2.25rem!important
    }

    .pt-md-10 {
        padding-top: 2.5rem!important
    }

    .pt-md-11 {
        padding-top: 3rem!important
    }

    .pt-md-12 {
        padding-top: 3.5rem!important
    }

    .pt-md-13 {
        padding-top: 4rem!important
    }

    .pt-md-14 {
        padding-top: 4.5rem!important
    }

    .pt-md-15 {
        /* padding-top:5rem!important */
    }

    .pt-md-16 {
        padding-top: 6rem!important
    }

    .pt-md-17 {
        padding-top: 7rem!important
    }

    .pt-md-18 {
        padding-top: 8rem!important
    }

    .pt-md-19 {
        padding-top: 9rem!important
    }

    .pt-md-20 {
        padding-top: 10rem!important
    }

    .pt-md-21 {
        padding-top: 12.5rem!important
    }

    .pt-md-22 {
        padding-top: 15rem!important
    }

    .pt-md-23 {
        padding-top: 17.5rem!important
    }

    .pt-md-24 {
        padding-top: 20rem!important
    }

    .pt-md-25 {
        padding-top: 22.5rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-1 {
        padding-right: .25rem!important
    }

    .pe-md-2 {
        padding-right: .5rem!important
    }

    .pe-md-3 {
        padding-right: .75rem!important
    }

    .pe-md-4 {
        padding-right: 1rem!important
    }

    .pe-md-5 {
        padding-right: 1.25rem!important
    }

    .pe-md-6 {
        padding-right: 1.5rem!important
    }

    .pe-md-7 {
        padding-right: 1.75rem!important
    }

    .pe-md-8 {
        padding-right: 2rem!important
    }

    .pe-md-9 {
        padding-right: 2.25rem!important
    }

    .pe-md-10 {
        padding-right: 2.5rem!important
    }

    .pe-md-11 {
        padding-right: 3rem!important
    }

    .pe-md-12 {
        padding-right: 3.5rem!important
    }

    .pe-md-13 {
        padding-right: 4rem!important
    }

    .pe-md-14 {
        padding-right: 4.5rem!important
    }

    .pe-md-15 {
        padding-right: 5rem!important
    }

    .pe-md-16 {
        padding-right: 6rem!important
    }

    .pe-md-17 {
        padding-right: 7rem!important
    }

    .pe-md-18 {
        padding-right: 8rem!important
    }

    .pe-md-19 {
        padding-right: 9rem!important
    }

    .pe-md-20 {
        padding-right: 10rem!important
    }

    .pe-md-21 {
        padding-right: 12.5rem!important
    }

    .pe-md-22 {
        padding-right: 15rem!important
    }

    .pe-md-23 {
        padding-right: 17.5rem!important
    }

    .pe-md-24 {
        padding-right: 20rem!important
    }

    .pe-md-25 {
        padding-right: 22.5rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: .75rem!important
    }

    .pb-md-4 {
        padding-bottom: 1rem!important
    }

    .pb-md-5 {
        padding-bottom: 1.25rem!important
    }

    .pb-md-6 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-7 {
        padding-bottom: 1.75rem!important
    }

    .pb-md-8 {
        padding-bottom: 2rem!important
    }

    .pb-md-9 {
        padding-bottom: 2.25rem!important
    }

    .pb-md-10 {
        padding-bottom: 2.5rem!important
    }

    .pb-md-11 {
        padding-bottom: 3rem!important
    }

    .pb-md-12 {
        padding-bottom: 3.5rem!important
    }

    .pb-md-13 {
        padding-bottom: 4rem!important
    }

    .pb-md-14 {
        padding-bottom: 4.5rem!important
    }

    .pb-md-15 {
        padding-bottom: 5rem!important
    }

    .pb-md-16 {
        padding-bottom: 6rem!important
    }

    .pb-md-17 {
        padding-bottom: 7rem!important
    }

    .pb-md-18 {
        /* padding-bottom:8rem!important; */
    }

    .pb-md-19 {
        padding-bottom: 9rem!important
    }

    .pb-md-20 {
        padding-bottom: 10rem!important
    }

    .pb-md-21 {
        padding-bottom: 12.5rem!important
    }

    .pb-md-22 {
        padding-bottom: 15rem!important
    }

    .pb-md-23 {
        padding-bottom: 17.5rem!important
    }

    .pb-md-24 {
        padding-bottom: 20rem!important
    }

    .pb-md-25 {
        padding-bottom: 22.5rem!important
    }

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-1 {
        padding-left: .25rem!important
    }

    .ps-md-2 {
        padding-left: .5rem!important
    }

    .ps-md-3 {
        padding-left: .75rem!important
    }

    .ps-md-4 {
        padding-left: 1rem!important
    }

    .ps-md-5 {
        padding-left: 1.25rem!important
    }

    .ps-md-6 {
        padding-left: 1.5rem!important
    }

    .ps-md-7 {
        padding-left: 1.75rem!important
    }

    .ps-md-8 {
        padding-left: 2rem!important
    }

    .ps-md-9 {
        padding-left: 2.25rem!important
    }

    .ps-md-10 {
        padding-left: 2.5rem!important
    }

    .ps-md-11 {
        padding-left: 3rem!important
    }

    .ps-md-12 {
        padding-left: 3.5rem!important
    }

    .ps-md-13 {
        padding-left: 4rem!important
    }

    .ps-md-14 {
        padding-left: 4.5rem!important
    }

    .ps-md-15 {
        padding-left: 5rem!important
    }

    .ps-md-16 {
        padding-left: 6rem!important
    }

    .ps-md-17 {
        padding-left: 7rem!important
    }

    .ps-md-18 {
        padding-left: 8rem!important
    }

    .ps-md-19 {
        padding-left: 9rem!important
    }

    .ps-md-20 {
        padding-left: 10rem!important
    }

    .ps-md-21 {
        padding-left: 12.5rem!important
    }

    .ps-md-22 {
        padding-left: 15rem!important
    }

    .ps-md-23 {
        padding-left: 17.5rem!important
    }

    .ps-md-24 {
        padding-left: 20rem!important
    }

    .ps-md-25 {
        padding-left: 22.5rem!important
    }

    .text-md-start {
        text-align: left!important
    }

    .text-md-end {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}





@media (min-width: 992px) {
    .float-lg-start {
        float:left!important
    }

    .float-lg-end {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1!important;
            -ms-flex: 1 1 auto!important;
                flex: 1 1 auto!important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: row!important;
                flex-direction: row!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: column!important;
                flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-direction: row-reverse!important;
                flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-direction: column-reverse!important;
                flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
            -ms-flex-positive: 0!important;
                flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
            -ms-flex-positive: 1!important;
                flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
            flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
            flex-shrink: 1!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
            flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
            flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
            flex-wrap: wrap-reverse!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-1 {
        gap: .25rem!important
    }

    .gap-lg-2 {
        gap: .5rem!important
    }

    .gap-lg-3 {
        gap: .75rem!important
    }

    .gap-lg-4 {
        gap: 1rem!important
    }

    .gap-lg-5 {
        gap: 1.25rem!important
    }

    .gap-lg-6 {
        gap: 1.5rem!important
    }

    .gap-lg-7 {
        gap: 1.75rem!important
    }

    .gap-lg-8 {
        gap: 2rem!important
    }

    .gap-lg-9 {
        gap: 2.25rem!important
    }

    .gap-lg-10 {
        gap: 2.5rem!important
    }

    .gap-lg-11 {
        gap: 3rem!important
    }

    .gap-lg-12 {
        gap: 3.5rem!important
    }

    .gap-lg-13 {
        gap: 4rem!important
    }

    .gap-lg-14 {
        gap: 4.5rem!important
    }

    .gap-lg-15 {
        gap: 5rem!important
    }

    .gap-lg-16 {
        gap: 6rem!important
    }

    .gap-lg-17 {
        gap: 7rem!important
    }

    .gap-lg-18 {
        gap: 8rem!important
    }

    .gap-lg-19 {
        gap: 9rem!important
    }

    .gap-lg-20 {
        gap: 10rem!important
    }

    .gap-lg-21 {
        gap: 12.5rem!important
    }

    .gap-lg-22 {
        gap: 15rem!important
    }

    .gap-lg-23 {
        gap: 17.5rem!important
    }

    .gap-lg-24 {
        gap: 20rem!important
    }

    .gap-lg-25 {
        gap: 22.5rem!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
            -ms-flex-pack: start!important;
                justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
            -ms-flex-pack: end!important;
                justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
                justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
            -ms-flex-pack: justify!important;
                justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
            justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly!important;
            -ms-flex-pack: space-evenly!important;
                justify-content: space-evenly!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
            -ms-flex-align: start!important;
                align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
            -ms-flex-align: end!important;
                align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
            -ms-flex-align: center!important;
                align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
            -ms-flex-align: baseline!important;
                align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
            -ms-flex-align: stretch!important;
                align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
            align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
            align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
            align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
            align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
            align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
            align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
            align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
            align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
            align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
            align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
            align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
            align-self: stretch!important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0!important;
            -ms-flex-order: -1!important;
                order: -1!important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1!important;
            -ms-flex-order: 0!important;
                order: 0!important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2!important;
            -ms-flex-order: 1!important;
                order: 1!important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3!important;
            -ms-flex-order: 2!important;
                order: 2!important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4!important;
            -ms-flex-order: 3!important;
                order: 3!important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5!important;
            -ms-flex-order: 4!important;
                order: 4!important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6!important;
            -ms-flex-order: 5!important;
                order: 5!important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7!important;
            -ms-flex-order: 6!important;
                order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: .75rem!important
    }

    .m-lg-4 {
        margin: 1rem!important
    }

    .m-lg-5 {
        margin: 1.25rem!important
    }

    .m-lg-6 {
        margin: 1.5rem!important
    }

    .m-lg-7 {
        margin: 1.75rem!important
    }

    .m-lg-8 {
        margin: 2rem!important
    }

    .m-lg-9 {
        margin: 2.25rem!important
    }

    .m-lg-10 {
        margin: 2.5rem!important
    }

    .m-lg-11 {
        margin: 3rem!important
    }

    .m-lg-12 {
        margin: 3.5rem!important
    }

    .m-lg-13 {
        margin: 4rem!important
    }

    .m-lg-14 {
        margin: 4.5rem!important
    }

    .m-lg-15 {
        margin: 5rem!important
    }

    .m-lg-16 {
        margin: 6rem!important
    }

    .m-lg-17 {
        margin: 7rem!important
    }

    .m-lg-18 {
        margin: 8rem!important
    }

    .m-lg-19 {
        margin: 9rem!important
    }

    .m-lg-20 {
        margin: 10rem!important
    }

    .m-lg-21 {
        margin: 12.5rem!important
    }

    .m-lg-22 {
        margin: 15rem!important
    }

    .m-lg-23 {
        margin: 17.5rem!important
    }

    .m-lg-24 {
        margin: 20rem!important
    }

    .m-lg-25 {
        margin: 22.5rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-lg-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-5 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }

    .mx-lg-6 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-7 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }

    .mx-lg-8 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-lg-9 {
        margin-right: 2.25rem!important;
        margin-left: 2.25rem!important
    }

    .mx-lg-10 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }

    .mx-lg-11 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-lg-12 {
        margin-right: 3.5rem!important;
        margin-left: 3.5rem!important
    }

    .mx-lg-13 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }

    .mx-lg-14 {
        margin-right: 4.5rem!important;
        margin-left: 4.5rem!important
    }

    .mx-lg-15 {
        margin-right: 5rem!important;
        margin-left: 5rem!important
    }

    .mx-lg-16 {
        margin-right: 6rem!important;
        margin-left: 6rem!important
    }

    .mx-lg-17 {
        margin-right: 7rem!important;
        margin-left: 7rem!important
    }

    .mx-lg-18 {
        margin-right: 8rem!important;
        margin-left: 8rem!important
    }

    .mx-lg-19 {
        margin-right: 9rem!important;
        margin-left: 9rem!important
    }

    .mx-lg-20 {
        margin-right: 10rem!important;
        margin-left: 10rem!important
    }

    .mx-lg-21 {
        margin-right: 12.5rem!important;
        margin-left: 12.5rem!important
    }

    .mx-lg-22 {
        margin-right: 15rem!important;
        margin-left: 15rem!important
    }

    .mx-lg-23 {
        margin-right: 17.5rem!important;
        margin-left: 17.5rem!important
    }

    .mx-lg-24 {
        margin-right: 20rem!important;
        margin-left: 20rem!important
    }

    .mx-lg-25 {
        margin-right: 22.5rem!important;
        margin-left: 22.5rem!important
    }

    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-lg-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .my-lg-6 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-7 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }

    .my-lg-8 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-lg-9 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }

    .my-lg-10 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }

    .my-lg-11 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-12 {
        margin-top: 3.5rem!important;
        margin-bottom: 3.5rem!important
    }

    .my-lg-13 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }

    .my-lg-14 {
        margin-top: 4.5rem!important;
        margin-bottom: 4.5rem!important
    }

    .my-lg-15 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important
    }

    .my-lg-16 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important
    }

    .my-lg-17 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important
    }

    .my-lg-18 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important
    }

    .my-lg-19 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important
    }

    .my-lg-20 {
        margin-top: 10rem!important;
        margin-bottom: 10rem!important
    }

    .my-lg-21 {
        margin-top: 12.5rem!important;
        margin-bottom: 12.5rem!important
    }

    .my-lg-22 {
        margin-top: 15rem!important;
        margin-bottom: 15rem!important
    }

    .my-lg-23 {
        margin-top: 17.5rem!important;
        margin-bottom: 17.5rem!important
    }

    .my-lg-24 {
        margin-top: 20rem!important;
        margin-bottom: 20rem!important
    }

    .my-lg-25 {
        margin-top: 22.5rem!important;
        margin-bottom: 22.5rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: .75rem!important
    }

    .mt-lg-4 {
        margin-top: 1rem!important
    }

    .mt-lg-5 {
        margin-top: 1.25rem!important
    }

    .mt-lg-6 {
        margin-top: 1.5rem!important
    }

    .mt-lg-7 {
        margin-top: 1.75rem!important
    }

    .mt-lg-8 {
        margin-top: 2rem!important
    }

    .mt-lg-9 {
        margin-top: 2.25rem!important
    }

    .mt-lg-10 {
        margin-top: 2.5rem!important
    }

    .mt-lg-11 {
        margin-top: 3rem!important
    }

    .mt-lg-12 {
        margin-top: 3.5rem!important
    }

    .mt-lg-13 {
        margin-top: 4rem!important
    }

    .mt-lg-14 {
        margin-top: 4.5rem!important
    }

    .mt-lg-15 {
        margin-top: 5rem!important
    }

    .mt-lg-16 {
        margin-top: 6rem!important
    }

    .mt-lg-17 {
        margin-top: 7rem!important
    }

    .mt-lg-18 {
        margin-top: 8rem!important
    }

    .mt-lg-19 {
        margin-top: 9rem!important
    }

    .mt-lg-20 {
        margin-top: 10rem!important
    }

    .mt-lg-21 {
        margin-top: 12.5rem!important
    }

    .mt-lg-22 {
        margin-top: 15rem!important
    }

    .mt-lg-23 {
        margin-top: 17.5rem!important
    }

    .mt-lg-24 {
        margin-top: 20rem!important
    }

    .mt-lg-25 {
        margin-top: 22.5rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-1 {
        margin-right: .25rem!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: .75rem!important
    }

    .me-lg-4 {
        margin-right: 1rem!important
    }

    .me-lg-5 {
        margin-right: 1.25rem!important
    }

    .me-lg-6 {
        margin-right: 1.5rem!important
    }

    .me-lg-7 {
        margin-right: 1.75rem!important
    }

    .me-lg-8 {
        margin-right: 2rem!important
    }

    .me-lg-9 {
        margin-right: 2.25rem!important
    }

    .me-lg-10 {
        margin-right: 2.5rem!important
    }

    .me-lg-11 {
        margin-right: 3rem!important
    }

    .me-lg-12 {
        margin-right: 3.5rem!important
    }

    .me-lg-13 {
        margin-right: 4rem!important
    }

    .me-lg-14 {
        margin-right: 4.5rem!important
    }

    .me-lg-15 {
        margin-right: 5rem!important
    }

    .me-lg-16 {
        margin-right: 6rem!important
    }

    .me-lg-17 {
        margin-right: 7rem!important
    }

    .me-lg-18 {
        margin-right: 8rem!important
    }

    .me-lg-19 {
        margin-right: 9rem!important
    }

    .me-lg-20 {
        margin-right: 10rem!important
    }

    .me-lg-21 {
        margin-right: 12.5rem!important
    }

    .me-lg-22 {
        margin-right: 15rem!important
    }

    .me-lg-23 {
        margin-right: 17.5rem!important
    }

    .me-lg-24 {
        margin-right: 20rem!important
    }

    .me-lg-25 {
        margin-right: 22.5rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: .75rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1rem!important
    }

    .mb-lg-5 {
        margin-bottom: 1.25rem!important
    }

    .mb-lg-6 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-7 {
        margin-bottom: 1.75rem!important
    }

    .mb-lg-8 {
        margin-bottom: 2rem!important
    }

    .mb-lg-9 {
        margin-bottom: 2.25rem!important
    }

    .mb-lg-10 {
        margin-bottom: 2.5rem!important
    }

    .mb-lg-11 {
        margin-bottom: 3rem!important
    }

    .mb-lg-12 {
        margin-bottom: 3.5rem!important
    }

    .mb-lg-13 {
        margin-bottom: 4rem!important
    }

    .mb-lg-14 {
        margin-bottom: 4.5rem!important
    }

    .mb-lg-15 {
        margin-bottom: 5rem!important
    }

    .mb-lg-16 {
        margin-bottom: 6rem!important
    }

    .mb-lg-17 {
        margin-bottom: 7rem!important
    }

    .mb-lg-18 {
        margin-bottom: 8rem!important
    }

    .mb-lg-19 {
        margin-bottom: 9rem!important
    }

    .mb-lg-20 {
        margin-bottom: 10rem!important
    }

    .mb-lg-21 {
        margin-bottom: 12.5rem!important
    }

    .mb-lg-22 {
        margin-bottom: 15rem!important
    }

    .mb-lg-23 {
        margin-bottom: 17.5rem!important
    }

    .mb-lg-24 {
        margin-bottom: 20rem!important
    }

    .mb-lg-25 {
        margin-bottom: 22.5rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-1 {
        margin-left: .25rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: .75rem!important
    }

    .ms-lg-4 {
        margin-left: 1rem!important
    }

    .ms-lg-5 {
        margin-left: 1.25rem!important
    }

    .ms-lg-6 {
        margin-left: 1.5rem!important
    }

    .ms-lg-7 {
        margin-left: 1.75rem!important
    }

    .ms-lg-8 {
        margin-left: 2rem!important
    }

    .ms-lg-9 {
        margin-left: 2.25rem!important
    }

    .ms-lg-10 {
        margin-left: 2.5rem!important
    }

    .ms-lg-11 {
        margin-left: 3rem!important
    }

    .ms-lg-12 {
        margin-left: 3.5rem!important
    }

    .ms-lg-13 {
        margin-left: 4rem!important
    }

    .ms-lg-14 {
        margin-left: 4.5rem!important
    }

    .ms-lg-15 {
        margin-left: 5rem!important
    }

    .ms-lg-16 {
        margin-left: 6rem!important
    }

    .ms-lg-17 {
        margin-left: 7rem!important
    }

    .ms-lg-18 {
        margin-left: 8rem!important
    }

    .ms-lg-19 {
        margin-left: 9rem!important
    }

    .ms-lg-20 {
        margin-left: 10rem!important
    }

    .ms-lg-21 {
        margin-left: 12.5rem!important
    }

    .ms-lg-22 {
        margin-left: 15rem!important
    }

    .ms-lg-23 {
        margin-left: 17.5rem!important
    }

    .ms-lg-24 {
        margin-left: 20rem!important
    }

    .ms-lg-25 {
        margin-left: 22.5rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .m-lg-n3 {
        margin: -.75rem!important
    }

    .m-lg-n4 {
        margin: -1rem!important
    }

    .m-lg-n5 {
        margin: -1.25rem!important
    }

    .m-lg-n6 {
        margin: -1.5rem!important
    }

    .m-lg-n7 {
        margin: -1.75rem!important
    }

    .m-lg-n8 {
        margin: -2rem!important
    }

    .m-lg-n9 {
        margin: -2.25rem!important
    }

    .m-lg-n10 {
        margin: -2.5rem!important
    }

    .m-lg-n11 {
        margin: -3rem!important
    }

    .m-lg-n12 {
        margin: -3.5rem!important
    }

    .m-lg-n13 {
        margin: -4rem!important
    }

    .m-lg-n14 {
        margin: -4.5rem!important
    }

    .m-lg-n15 {
        margin: -5rem!important
    }

    .m-lg-n16 {
        margin: -6rem!important
    }

    .m-lg-n17 {
        margin: -7rem!important
    }

    .m-lg-n18 {
        margin: -8rem!important
    }

    .m-lg-n19 {
        margin: -9rem!important
    }

    .m-lg-n20 {
        margin: -10rem!important
    }

    .m-lg-n21 {
        margin: -12.5rem!important
    }

    .m-lg-n22 {
        margin: -15rem!important
    }

    .m-lg-n23 {
        margin: -17.5rem!important
    }

    .m-lg-n24 {
        margin: -20rem!important
    }

    .m-lg-n25 {
        margin: -22.5rem!important
    }

    .mx-lg-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-lg-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-lg-n3 {
        margin-right: -.75rem!important;
        margin-left: -.75rem!important
    }

    .mx-lg-n4 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-lg-n5 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }

    .mx-lg-n6 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-lg-n7 {
        margin-right: -1.75rem!important;
        margin-left: -1.75rem!important
    }

    .mx-lg-n8 {
        margin-right: -2rem!important;
        margin-left: -2rem!important
    }

    .mx-lg-n9 {
        margin-right: -2.25rem!important;
        margin-left: -2.25rem!important
    }

    .mx-lg-n10 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }

    .mx-lg-n11 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .mx-lg-n12 {
        margin-right: -3.5rem!important;
        margin-left: -3.5rem!important
    }

    .mx-lg-n13 {
        margin-right: -4rem!important;
        margin-left: -4rem!important
    }

    .mx-lg-n14 {
        margin-right: -4.5rem!important;
        margin-left: -4.5rem!important
    }

    .mx-lg-n15 {
        margin-right: -5rem!important;
        margin-left: -5rem!important
    }

    .mx-lg-n16 {
        margin-right: -6rem!important;
        margin-left: -6rem!important
    }

    .mx-lg-n17 {
        margin-right: -7rem!important;
        margin-left: -7rem!important
    }

    .mx-lg-n18 {
        margin-right: -8rem!important;
        margin-left: -8rem!important
    }

    .mx-lg-n19 {
        margin-right: -9rem!important;
        margin-left: -9rem!important
    }

    .mx-lg-n20 {
        margin-right: -10rem!important;
        margin-left: -10rem!important
    }

    .mx-lg-n21 {
        margin-right: -12.5rem!important;
        margin-left: -12.5rem!important
    }

    .mx-lg-n22 {
        margin-right: -15rem!important;
        margin-left: -15rem!important
    }

    .mx-lg-n23 {
        margin-right: -17.5rem!important;
        margin-left: -17.5rem!important
    }

    .mx-lg-n24 {
        margin-right: -20rem!important;
        margin-left: -20rem!important
    }

    .mx-lg-n25 {
        margin-right: -22.5rem!important;
        margin-left: -22.5rem!important
    }

    .my-lg-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-lg-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-lg-n3 {
        margin-top: -.75rem!important;
        margin-bottom: -.75rem!important
    }

    .my-lg-n4 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-lg-n5 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }

    .my-lg-n6 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-lg-n7 {
        margin-top: -1.75rem!important;
        margin-bottom: -1.75rem!important
    }

    .my-lg-n8 {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important
    }

    .my-lg-n9 {
        margin-top: -2.25rem!important;
        margin-bottom: -2.25rem!important
    }

    .my-lg-n10 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }

    .my-lg-n11 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .my-lg-n12 {
        margin-top: -3.5rem!important;
        margin-bottom: -3.5rem!important
    }

    .my-lg-n13 {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important
    }

    .my-lg-n14 {
        margin-top: -4.5rem!important;
        margin-bottom: -4.5rem!important
    }

    .my-lg-n15 {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important
    }

    .my-lg-n16 {
        margin-top: -6rem!important;
        margin-bottom: -6rem!important
    }

    .my-lg-n17 {
        margin-top: -7rem!important;
        margin-bottom: -7rem!important
    }

    .my-lg-n18 {
        margin-top: -8rem!important;
        margin-bottom: -8rem!important
    }

    .my-lg-n19 {
        margin-top: -9rem!important;
        margin-bottom: -9rem!important
    }

    .my-lg-n20 {
        margin-top: -10rem!important;
        margin-bottom: -10rem!important
    }

    .my-lg-n21 {
        margin-top: -12.5rem!important;
        margin-bottom: -12.5rem!important
    }

    .my-lg-n22 {
        margin-top: -15rem!important;
        margin-bottom: -15rem!important
    }

    .my-lg-n23 {
        margin-top: -17.5rem!important;
        margin-bottom: -17.5rem!important
    }

    .my-lg-n24 {
        margin-top: -20rem!important;
        margin-bottom: -20rem!important
    }

    .my-lg-n25 {
        margin-top: -22.5rem!important;
        margin-bottom: -22.5rem!important
    }

    .mt-lg-n1 {
        margin-top: -.25rem!important
    }

    .mt-lg-n2 {
        margin-top: -.5rem!important
    }

    .mt-lg-n3 {
        margin-top: -.75rem!important
    }

    .mt-lg-n4 {
        margin-top: -1rem!important
    }

    .mt-lg-n5 {
        margin-top: -1.25rem!important
    }

    .mt-lg-n6 {
        margin-top: -1.5rem!important
    }

    .mt-lg-n7 {
        margin-top: -1.75rem!important
    }

    .mt-lg-n8 {
        margin-top: -2rem!important
    }

    .mt-lg-n9 {
        margin-top: -2.25rem!important
    }

    .mt-lg-n10 {
        margin-top: -2.5rem!important
    }

    .mt-lg-n11 {
        margin-top: -3rem!important
    }

    .mt-lg-n12 {
        margin-top: -3.5rem!important
    }

    .mt-lg-n13 {
        margin-top: -4rem!important
    }

    .mt-lg-n14 {
        margin-top: -4.5rem!important
    }

    .mt-lg-n15 {
        margin-top: -5rem!important
    }

    .mt-lg-n16 {
        margin-top: -6rem!important
    }

    .mt-lg-n17 {
        margin-top: -7rem!important
    }

    .mt-lg-n18 {
        margin-top: -8rem!important
    }

    .mt-lg-n19 {
        margin-top: -9rem!important
    }

    .mt-lg-n20 {
        margin-top: -10rem!important
    }

    .mt-lg-n21 {
        margin-top: -12.5rem!important
    }

    .mt-lg-n22 {
        margin-top: -15rem!important
    }

    .mt-lg-n23 {
        margin-top: -17.5rem!important
    }

    .mt-lg-n24 {
        margin-top: -20rem!important
    }

    .mt-lg-n25 {
        margin-top: -22.5rem!important
    }

    .me-lg-n1 {
        margin-right: -.25rem!important
    }

    .me-lg-n2 {
        margin-right: -.5rem!important
    }

    .me-lg-n3 {
        margin-right: -.75rem!important
    }

    .me-lg-n4 {
        margin-right: -1rem!important
    }

    .me-lg-n5 {
        margin-right: -1.25rem!important
    }

    .me-lg-n6 {
        margin-right: -1.5rem!important
    }

    .me-lg-n7 {
        margin-right: -1.75rem!important
    }

    .me-lg-n8 {
        margin-right: -2rem!important
    }

    .me-lg-n9 {
        margin-right: -2.25rem!important
    }

    .me-lg-n10 {
        margin-right: -2.5rem!important
    }

    .me-lg-n11 {
        margin-right: -3rem!important
    }

    .me-lg-n12 {
        margin-right: -3.5rem!important
    }

    .me-lg-n13 {
        margin-right: -4rem!important
    }

    .me-lg-n14 {
        margin-right: -4.5rem!important
    }

    .me-lg-n15 {
        margin-right: -5rem!important
    }

    .me-lg-n16 {
        margin-right: -6rem!important
    }

    .me-lg-n17 {
        margin-right: -7rem!important
    }

    .me-lg-n18 {
        margin-right: -8rem!important
    }

    .me-lg-n19 {
        margin-right: -9rem!important
    }

    .me-lg-n20 {
        margin-right: -10rem!important
    }

    .me-lg-n21 {
        margin-right: -12.5rem!important
    }

    .me-lg-n22 {
        margin-right: -15rem!important
    }

    .me-lg-n23 {
        margin-right: -17.5rem!important
    }

    .me-lg-n24 {
        margin-right: -20rem!important
    }

    .me-lg-n25 {
        margin-right: -22.5rem!important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-lg-n3 {
        margin-bottom: -.75rem!important
    }

    .mb-lg-n4 {
        margin-bottom: -1rem!important
    }

    .mb-lg-n5 {
        margin-bottom: -1.25rem!important
    }

    .mb-lg-n6 {
        margin-bottom: -1.5rem!important
    }

    .mb-lg-n7 {
        margin-bottom: -1.75rem!important
    }

    .mb-lg-n8 {
        margin-bottom: -2rem!important
    }

    .mb-lg-n9 {
        margin-bottom: -2.25rem!important
    }

    .mb-lg-n10 {
        margin-bottom: -2.5rem!important
    }

    .mb-lg-n11 {
        margin-bottom: -3rem!important
    }

    .mb-lg-n12 {
        margin-bottom: -3.5rem!important
    }

    .mb-lg-n13 {
        margin-bottom: -4rem!important
    }

    .mb-lg-n14 {
        margin-bottom: -4.5rem!important
    }

    .mb-lg-n15 {
        margin-bottom: -5rem!important
    }

    .mb-lg-n16 {
        margin-bottom: -6rem!important
    }

    .mb-lg-n17 {
        margin-bottom: -7rem!important
    }

    .mb-lg-n18 {
        margin-bottom: -8rem!important
    }

    .mb-lg-n19 {
        margin-bottom: -9rem!important
    }

    .mb-lg-n20 {
        margin-bottom: -10rem!important
    }

    .mb-lg-n21 {
        margin-bottom: -12.5rem!important
    }

    .mb-lg-n22 {
        margin-bottom: -15rem!important
    }

    .mb-lg-n23 {
        margin-bottom: -17.5rem!important
    }

    .mb-lg-n24 {
        margin-bottom: -20rem!important
    }

    .mb-lg-n25 {
        margin-bottom: -22.5rem!important
    }

    .ms-lg-n1 {
        margin-left: -.25rem!important
    }

    .ms-lg-n2 {
        margin-left: -.5rem!important
    }

    .ms-lg-n3 {
        margin-left: -.75rem!important
    }

    .ms-lg-n4 {
        margin-left: -1rem!important
    }

    .ms-lg-n5 {
        margin-left: -1.25rem!important
    }

    .ms-lg-n6 {
        margin-left: -1.5rem!important
    }

    .ms-lg-n7 {
        margin-left: -1.75rem!important
    }

    .ms-lg-n8 {
        margin-left: -2rem!important
    }

    .ms-lg-n9 {
        margin-left: -2.25rem!important
    }

    .ms-lg-n10 {
        margin-left: -2.5rem!important
    }

    .ms-lg-n11 {
        margin-left: -3rem!important
    }

    .ms-lg-n12 {
        margin-left: -3.5rem!important
    }

    .ms-lg-n13 {
        margin-left: -4rem!important
    }

    .ms-lg-n14 {
        margin-left: -4.5rem!important
    }

    .ms-lg-n15 {
        margin-left: -5rem!important
    }

    .ms-lg-n16 {
        margin-left: -6rem!important
    }

    .ms-lg-n17 {
        margin-left: -7rem!important
    }

    .ms-lg-n18 {
        margin-left: -8rem!important
    }

    .ms-lg-n19 {
        margin-left: -9rem!important
    }

    .ms-lg-n20 {
        margin-left: -10rem!important
    }

    .ms-lg-n21 {
        margin-left: -12.5rem!important
    }

    .ms-lg-n22 {
        margin-left: -15rem!important
    }

    .ms-lg-n23 {
        margin-left: -17.5rem!important
    }

    .ms-lg-n24 {
        margin-left: -20rem!important
    }

    .ms-lg-n25 {
        margin-left: -22.5rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: .75rem!important
    }

    .p-lg-4 {
        padding: 1rem!important
    }

    .p-lg-5 {
        padding: 1.25rem!important
    }

    .p-lg-6 {
        padding: 1.5rem!important
    }

    .p-lg-7 {
        padding: 1.75rem!important
    }

    .p-lg-8 {
        padding: 2rem!important
    }

    .p-lg-9 {
        padding: 2.25rem!important
    }

    .p-lg-10 {
        padding: 2.5rem!important
    }

    .p-lg-11 {
        padding: 3rem!important
    }

    .p-lg-12 {
        padding: 3.5rem!important
    }

    .p-lg-13 {
        padding: 4rem!important
    }

    .p-lg-14 {
        padding: 4.5rem!important
    }

    .p-lg-15 {
        padding: 5rem!important
    }

    .p-lg-16 {
        padding: 6rem!important
    }

    .p-lg-17 {
        padding: 7rem!important
    }

    .p-lg-18 {
        padding: 8rem!important
    }

    .p-lg-19 {
        padding: 9rem!important
    }

    .p-lg-20 {
        padding: 10rem!important
    }

    .p-lg-21 {
        padding: 12.5rem!important
    }

    .p-lg-22 {
        padding: 15rem!important
    }

    .p-lg-23 {
        padding: 17.5rem!important
    }

    .p-lg-24 {
        padding: 20rem!important
    }

    .p-lg-25 {
        padding: 22.5rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-lg-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }

    .px-lg-6 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-7 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }

    .px-lg-8 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-lg-9 {
        padding-right: 2.25rem!important;
        padding-left: 2.25rem!important
    }

    .px-lg-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }

    .px-lg-11 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-lg-12 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important
    }

    .px-lg-13 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }

    .px-lg-14 {
        padding-right: 4.5rem!important;
        padding-left: 4.5rem!important
    }

    .px-lg-15 {
        padding-right: 5rem!important;
        padding-left: 5rem!important
    }

    .px-lg-16 {
        padding-right: 6rem!important;
        padding-left: 6rem!important
    }

    .px-lg-17 {
        padding-right: 7rem!important;
        padding-left: 7rem!important
    }

    .px-lg-18 {
        padding-right: 8rem!important;
        padding-left: 8rem!important
    }

    .px-lg-19 {
        padding-right: 9rem!important;
        padding-left: 9rem!important
    }

    .px-lg-20 {
        padding-right: 10rem!important;
        padding-left: 10rem!important
    }

    .px-lg-21 {
        padding-right: 12.5rem!important;
        padding-left: 12.5rem!important
    }

    .px-lg-22 {
        padding-right: 15rem!important;
        padding-left: 15rem!important
    }

    .px-lg-23 {
        padding-right: 17.5rem!important;
        padding-left: 17.5rem!important
    }

    .px-lg-24 {
        padding-right: 20rem!important;
        padding-left: 20rem!important
    }

    .px-lg-25 {
        padding-right: 22.5rem!important;
        padding-left: 22.5rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-lg-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .py-lg-6 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-7 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }

    .py-lg-8 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-lg-9 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }

    .py-lg-10 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }

    .py-lg-11 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-lg-12 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }

    .py-lg-13 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }

    .py-lg-14 {
        padding-top: 4.5rem!important;
        padding-bottom: 4.5rem!important
    }

    .py-lg-15 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important
    }

    .py-lg-16 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important
    }

    .py-lg-17 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important
    }

    .py-lg-18 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important
    }

    .py-lg-19 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important
    }

    .py-lg-20 {
        padding-top: 10rem!important;
        padding-bottom: 10rem!important
    }

    .py-lg-21 {
        padding-top: 12.5rem!important;
        padding-bottom: 12.5rem!important
    }

    .py-lg-22 {
        padding-top: 15rem!important;
        padding-bottom: 15rem!important
    }

    .py-lg-23 {
        padding-top: 17.5rem!important;
        padding-bottom: 17.5rem!important
    }

    .py-lg-24 {
        padding-top: 20rem!important;
        padding-bottom: 20rem!important
    }

    .py-lg-25 {
        padding-top: 22.5rem!important;
        padding-bottom: 22.5rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: .75rem!important
    }

    .pt-lg-4 {
        padding-top: 1rem!important
    }

    .pt-lg-5 {
        padding-top: 1.25rem!important
    }

    .pt-lg-6 {
        padding-top: 1.5rem!important
    }

    .pt-lg-7 {
        padding-top: 1.75rem!important
    }

    .pt-lg-8 {
        padding-top: 2rem!important
    }

    .pt-lg-9 {
        padding-top: 2.25rem!important
    }

    .pt-lg-10 {
        padding-top: 2.5rem!important
    }

    .pt-lg-11 {
        padding-top: 3rem!important
    }

    .pt-lg-12 {
        padding-top: 3.5rem!important
    }

    .pt-lg-13 {
        padding-top: 4rem!important
    }

    .pt-lg-14 {
        padding-top: 4.5rem!important
    }

    .pt-lg-15 {
        padding-top: 5rem!important
    }

    .pt-lg-16 {
        padding-top: 6rem!important
    }

    .pt-lg-17 {
        padding-top: 7rem!important
    }

    .pt-lg-18 {
        padding-top: 8rem!important
    }

    .pt-lg-19 {
        padding-top: 9rem!important
    }

    .pt-lg-20 {
        padding-top: 10rem!important
    }

    .pt-lg-21 {
        padding-top: 12.5rem!important
    }

    .pt-lg-22 {
        padding-top: 15rem!important
    }

    .pt-lg-23 {
        padding-top: 17.5rem!important
    }

    .pt-lg-24 {
        padding-top: 20rem!important
    }

    .pt-lg-25 {
        padding-top: 22.5rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-1 {
        padding-right: .25rem!important
    }

    .pe-lg-2 {
        padding-right: .5rem!important
    }

    .pe-lg-3 {
        padding-right: .75rem!important
    }

    .pe-lg-4 {
        padding-right: 1rem!important
    }

    .pe-lg-5 {
        padding-right: 1.25rem!important
    }

    .pe-lg-6 {
        padding-right: 1.5rem!important
    }

    .pe-lg-7 {
        padding-right: 1.75rem!important
    }

    .pe-lg-8 {
        padding-right: 2rem!important
    }

    .pe-lg-9 {
        padding-right: 2.25rem!important
    }

    .pe-lg-10 {
        padding-right: 2.5rem!important
    }

    .pe-lg-11 {
        padding-right: 3rem!important
    }

    .pe-lg-12 {
        padding-right: 3.5rem!important
    }

    .pe-lg-13 {
        padding-right: 4rem!important
    }

    .pe-lg-14 {
        padding-right: 4.5rem!important
    }

    .pe-lg-15 {
        padding-right: 5rem!important
    }

    .pe-lg-16 {
        padding-right: 6rem!important
    }

    .pe-lg-17 {
        padding-right: 7rem!important
    }

    .pe-lg-18 {
        padding-right: 8rem!important
    }

    .pe-lg-19 {
        padding-right: 9rem!important
    }

    .pe-lg-20 {
        padding-right: 10rem!important
    }

    .pe-lg-21 {
        padding-right: 12.5rem!important
    }

    .pe-lg-22 {
        padding-right: 15rem!important
    }

    .pe-lg-23 {
        padding-right: 17.5rem!important
    }

    .pe-lg-24 {
        padding-right: 20rem!important
    }

    .pe-lg-25 {
        padding-right: 22.5rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: .75rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1rem!important
    }

    .pb-lg-5 {
        padding-bottom: 1.25rem!important
    }

    .pb-lg-6 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-7 {
        padding-bottom: 1.75rem!important
    }

    .pb-lg-8 {
        padding-bottom: 2rem!important
    }

    .pb-lg-9 {
        padding-bottom: 2.25rem!important
    }

    .pb-lg-10 {
        padding-bottom: 2.5rem!important
    }

    .pb-lg-11 {
        padding-bottom: 3rem!important
    }

    .pb-lg-12 {
        padding-bottom: 3.5rem!important
    }

    .pb-lg-13 {
        padding-bottom: 4rem!important
    }

    .pb-lg-14 {
        padding-bottom: 4.5rem!important
    }

    .pb-lg-15 {
        padding-bottom: 5rem!important
    }

    .pb-lg-16 {
        padding-bottom: 6rem!important
    }

    .pb-lg-17 {
        padding-bottom: 7rem!important
    }

    .pb-lg-18 {
        padding-bottom: 8rem!important
    }

    .pb-lg-19 {
        padding-bottom: 9rem!important
    }

    .pb-lg-20 {
        padding-bottom: 10rem!important
    }

    .pb-lg-21 {
        padding-bottom: 12.5rem!important
    }

    .pb-lg-22 {
        padding-bottom: 15rem!important
    }

    .pb-lg-23 {
        padding-bottom: 17.5rem!important
    }

    .pb-lg-24 {
        padding-bottom: 20rem!important
    }

    .pb-lg-25 {
        padding-bottom: 22.5rem!important
    }

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-1 {
        padding-left: .25rem!important
    }

    .ps-lg-2 {
        padding-left: .5rem!important
    }

    .ps-lg-3 {
        padding-left: .75rem!important
    }

    .ps-lg-4 {
        padding-left: 1rem!important
    }

    .ps-lg-5 {
        padding-left: 1.25rem!important
    }

    .ps-lg-6 {
        padding-left: 1.5rem!important
    }

    .ps-lg-7 {
        padding-left: 1.75rem!important
    }

    .ps-lg-8 {
        padding-left: 2rem!important
    }

    .ps-lg-9 {
        padding-left: 2.25rem!important
    }

    .ps-lg-10 {
        padding-left: 2.5rem!important
    }

    .ps-lg-11 {
        padding-left: 3rem!important
    }

    .ps-lg-12 {
        padding-left: 3.5rem!important
    }

    .ps-lg-13 {
        padding-left: 4rem!important
    }

    .ps-lg-14 {
        padding-left: 4.5rem!important
    }

    .ps-lg-15 {
        padding-left: 5rem!important
    }

    .ps-lg-16 {
        padding-left: 6rem!important
    }

    .ps-lg-17 {
        padding-left: 7rem!important
    }

    .ps-lg-18 {
        padding-left: 8rem!important
    }

    .ps-lg-19 {
        padding-left: 9rem!important
    }

    .ps-lg-20 {
        padding-left: 10rem!important
    }

    .ps-lg-21 {
        padding-left: 12.5rem!important
    }

    .ps-lg-22 {
        padding-left: 15rem!important
    }

    .ps-lg-23 {
        padding-left: 17.5rem!important
    }

    .ps-lg-24 {
        padding-left: 20rem!important
    }

    .ps-lg-25 {
        padding-left: 22.5rem!important
    }

    .text-lg-start {
        text-align: left!important
    }

    .text-lg-end {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}





@media (min-width: 1200px) {
    .float-xl-start {
        float:left!important
    }

    .float-xl-end {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1!important;
            -ms-flex: 1 1 auto!important;
                flex: 1 1 auto!important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: row!important;
                flex-direction: row!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: column!important;
                flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-direction: row-reverse!important;
                flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-direction: column-reverse!important;
                flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
            -ms-flex-positive: 0!important;
                flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
            -ms-flex-positive: 1!important;
                flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
            flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
            flex-shrink: 1!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
            flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
            flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
            flex-wrap: wrap-reverse!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-1 {
        gap: .25rem!important
    }

    .gap-xl-2 {
        gap: .5rem!important
    }

    .gap-xl-3 {
        gap: .75rem!important
    }

    .gap-xl-4 {
        gap: 1rem!important
    }

    .gap-xl-5 {
        gap: 1.25rem!important
    }

    .gap-xl-6 {
        gap: 1.5rem!important
    }

    .gap-xl-7 {
        gap: 1.75rem!important
    }

    .gap-xl-8 {
        gap: 2rem!important
    }

    .gap-xl-9 {
        gap: 2.25rem!important
    }

    .gap-xl-10 {
        gap: 2.5rem!important
    }

    .gap-xl-11 {
        gap: 3rem!important
    }

    .gap-xl-12 {
        gap: 3.5rem!important
    }

    .gap-xl-13 {
        gap: 4rem!important
    }

    .gap-xl-14 {
        gap: 4.5rem!important
    }

    .gap-xl-15 {
        gap: 5rem!important
    }

    .gap-xl-16 {
        gap: 6rem!important
    }

    .gap-xl-17 {
        gap: 7rem!important
    }

    .gap-xl-18 {
        gap: 8rem!important
    }

    .gap-xl-19 {
        gap: 9rem!important
    }

    .gap-xl-20 {
        gap: 10rem!important
    }

    .gap-xl-21 {
        gap: 12.5rem!important
    }

    .gap-xl-22 {
        gap: 15rem!important
    }

    .gap-xl-23 {
        gap: 17.5rem!important
    }

    .gap-xl-24 {
        gap: 20rem!important
    }

    .gap-xl-25 {
        gap: 22.5rem!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
            -ms-flex-pack: start!important;
                justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
            -ms-flex-pack: end!important;
                justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
                justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
            -ms-flex-pack: justify!important;
                justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
            justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly!important;
            -ms-flex-pack: space-evenly!important;
                justify-content: space-evenly!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
            -ms-flex-align: start!important;
                align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
            -ms-flex-align: end!important;
                align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
            -ms-flex-align: center!important;
                align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
            -ms-flex-align: baseline!important;
                align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
            -ms-flex-align: stretch!important;
                align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
            align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
            align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
            align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
            align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
            align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
            align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
            align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
            align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
            align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
            align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
            align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
            align-self: stretch!important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0!important;
            -ms-flex-order: -1!important;
                order: -1!important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1!important;
            -ms-flex-order: 0!important;
                order: 0!important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2!important;
            -ms-flex-order: 1!important;
                order: 1!important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3!important;
            -ms-flex-order: 2!important;
                order: 2!important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4!important;
            -ms-flex-order: 3!important;
                order: 3!important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5!important;
            -ms-flex-order: 4!important;
                order: 4!important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6!important;
            -ms-flex-order: 5!important;
                order: 5!important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7!important;
            -ms-flex-order: 6!important;
                order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: .75rem!important
    }

    .m-xl-4 {
        margin: 1rem!important
    }

    .m-xl-5 {
        margin: 1.25rem!important
    }

    .m-xl-6 {
        margin: 1.5rem!important
    }

    .m-xl-7 {
        margin: 1.75rem!important
    }

    .m-xl-8 {
        margin: 2rem!important
    }

    .m-xl-9 {
        margin: 2.25rem!important
    }

    .m-xl-10 {
        margin: 2.5rem!important
    }

    .m-xl-11 {
        margin: 3rem!important
    }

    .m-xl-12 {
        margin: 3.5rem!important
    }

    .m-xl-13 {
        margin: 4rem!important
    }

    .m-xl-14 {
        margin: 4.5rem!important
    }

    .m-xl-15 {
        margin: 5rem!important
    }

    .m-xl-16 {
        margin: 6rem!important
    }

    .m-xl-17 {
        margin: 7rem!important
    }

    .m-xl-18 {
        margin: 8rem!important
    }

    .m-xl-19 {
        margin: 9rem!important
    }

    .m-xl-20 {
        margin: 10rem!important
    }

    .m-xl-21 {
        margin: 12.5rem!important
    }

    .m-xl-22 {
        margin: 15rem!important
    }

    .m-xl-23 {
        margin: 17.5rem!important
    }

    .m-xl-24 {
        margin: 20rem!important
    }

    .m-xl-25 {
        margin: 22.5rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-3 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-xl-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-5 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }

    .mx-xl-6 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-7 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }

    .mx-xl-8 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-xl-9 {
        margin-right: 2.25rem!important;
        margin-left: 2.25rem!important
    }

    .mx-xl-10 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }

    .mx-xl-11 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xl-12 {
        margin-right: 3.5rem!important;
        margin-left: 3.5rem!important
    }

    .mx-xl-13 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }

    .mx-xl-14 {
        margin-right: 4.5rem!important;
        margin-left: 4.5rem!important
    }

    .mx-xl-15 {
        margin-right: 5rem!important;
        margin-left: 5rem!important
    }

    .mx-xl-16 {
        margin-right: 6rem!important;
        margin-left: 6rem!important
    }

    .mx-xl-17 {
        margin-right: 7rem!important;
        margin-left: 7rem!important
    }

    .mx-xl-18 {
        margin-right: 8rem!important;
        margin-left: 8rem!important
    }

    .mx-xl-19 {
        margin-right: 9rem!important;
        margin-left: 9rem!important
    }

    .mx-xl-20 {
        margin-right: 10rem!important;
        margin-left: 10rem!important
    }

    .mx-xl-21 {
        margin-right: 12.5rem!important;
        margin-left: 12.5rem!important
    }

    .mx-xl-22 {
        margin-right: 15rem!important;
        margin-left: 15rem!important
    }

    .mx-xl-23 {
        margin-right: 17.5rem!important;
        margin-left: 17.5rem!important
    }

    .mx-xl-24 {
        margin-right: 20rem!important;
        margin-left: 20rem!important
    }

    .mx-xl-25 {
        margin-right: 22.5rem!important;
        margin-left: 22.5rem!important
    }

    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-3 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-xl-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .my-xl-6 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-7 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }

    .my-xl-8 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-xl-9 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }

    .my-xl-10 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }

    .my-xl-11 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-12 {
        margin-top: 3.5rem!important;
        margin-bottom: 3.5rem!important
    }

    .my-xl-13 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }

    .my-xl-14 {
        margin-top: 4.5rem!important;
        margin-bottom: 4.5rem!important
    }

    .my-xl-15 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important
    }

    .my-xl-16 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important
    }

    .my-xl-17 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important
    }

    .my-xl-18 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important
    }

    .my-xl-19 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important
    }

    .my-xl-20 {
        margin-top: 10rem!important;
        margin-bottom: 10rem!important
    }

    .my-xl-21 {
        margin-top: 12.5rem!important;
        margin-bottom: 12.5rem!important
    }

    .my-xl-22 {
        margin-top: 15rem!important;
        margin-bottom: 15rem!important
    }

    .my-xl-23 {
        margin-top: 17.5rem!important;
        margin-bottom: 17.5rem!important
    }

    .my-xl-24 {
        margin-top: 20rem!important;
        margin-bottom: 20rem!important
    }

    .my-xl-25 {
        margin-top: 22.5rem!important;
        margin-bottom: 22.5rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: .75rem!important
    }

    .mt-xl-4 {
        margin-top: 1rem!important
    }

    .mt-xl-5 {
        margin-top: 1.25rem!important
    }

    .mt-xl-6 {
        margin-top: 1.5rem!important
    }

    .mt-xl-7 {
        margin-top: 1.75rem!important
    }

    .mt-xl-8 {
        margin-top: 2rem!important
    }

    .mt-xl-9 {
        margin-top: 2.25rem!important
    }

    .mt-xl-10 {
        margin-top: 2.5rem!important
    }

    .mt-xl-11 {
        margin-top: 3rem!important
    }

    .mt-xl-12 {
        margin-top: 3.5rem!important
    }

    .mt-xl-13 {
        margin-top: 4rem!important
    }

    .mt-xl-14 {
        margin-top: 4.5rem!important
    }

    .mt-xl-15 {
        margin-top: 5rem!important
    }

    .mt-xl-16 {
        margin-top: 6rem!important
    }

    .mt-xl-17 {
        margin-top: 7rem!important
    }

    .mt-xl-18 {
        margin-top: 8rem!important
    }

    .mt-xl-19 {
        margin-top: 9rem!important
    }

    .mt-xl-20 {
        margin-top: 10rem!important
    }

    .mt-xl-21 {
        margin-top: 12.5rem!important
    }

    .mt-xl-22 {
        margin-top: 15rem!important
    }

    .mt-xl-23 {
        margin-top: 17.5rem!important
    }

    .mt-xl-24 {
        margin-top: 20rem!important
    }

    .mt-xl-25 {
        margin-top: 22.5rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-1 {
        margin-right: .25rem!important
    }

    .me-xl-2 {
        margin-right: .5rem!important
    }

    .me-xl-3 {
        margin-right: .75rem!important
    }

    .me-xl-4 {
        margin-right: 1rem!important
    }

    .me-xl-5 {
        margin-right: 1.25rem!important
    }

    .me-xl-6 {
        margin-right: 1.5rem!important
    }

    .me-xl-7 {
        margin-right: 1.75rem!important
    }

    .me-xl-8 {
        margin-right: 2rem!important
    }

    .me-xl-9 {
        margin-right: 2.25rem!important
    }

    .me-xl-10 {
        margin-right: 2.5rem!important
    }

    .me-xl-11 {
        margin-right: 3rem!important
    }

    .me-xl-12 {
        margin-right: 3.5rem!important
    }

    .me-xl-13 {
        margin-right: 4rem!important
    }

    .me-xl-14 {
        margin-right: 4.5rem!important
    }

    .me-xl-15 {
        margin-right: 5rem!important
    }

    .me-xl-16 {
        margin-right: 6rem!important
    }

    .me-xl-17 {
        margin-right: 7rem!important
    }

    .me-xl-18 {
        margin-right: 8rem!important
    }

    .me-xl-19 {
        margin-right: 9rem!important
    }

    .me-xl-20 {
        margin-right: 10rem!important
    }

    .me-xl-21 {
        margin-right: 12.5rem!important
    }

    .me-xl-22 {
        margin-right: 15rem!important
    }

    .me-xl-23 {
        margin-right: 17.5rem!important
    }

    .me-xl-24 {
        margin-right: 20rem!important
    }

    .me-xl-25 {
        margin-right: 22.5rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: .75rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1rem!important
    }

    .mb-xl-5 {
        margin-bottom: 1.25rem!important
    }

    .mb-xl-6 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-7 {
        margin-bottom: 1.75rem!important
    }

    .mb-xl-8 {
        margin-bottom: 2rem!important
    }

    .mb-xl-9 {
        margin-bottom: 2.25rem!important
    }

    .mb-xl-10 {
        margin-bottom: 2.5rem!important
    }

    .mb-xl-11 {
        margin-bottom: 3rem!important
    }

    .mb-xl-12 {
        margin-bottom: 3.5rem!important
    }

    .mb-xl-13 {
        margin-bottom: 4rem!important
    }

    .mb-xl-14 {
        margin-bottom: 4.5rem!important
    }

    .mb-xl-15 {
        margin-bottom: 5rem!important
    }

    .mb-xl-16 {
        margin-bottom: 6rem!important
    }

    .mb-xl-17 {
        margin-bottom: 7rem!important
    }

    .mb-xl-18 {
        margin-bottom: 8rem!important
    }

    .mb-xl-19 {
        margin-bottom: 9rem!important
    }

    .mb-xl-20 {
        margin-bottom: 10rem!important
    }

    .mb-xl-21 {
        margin-bottom: 12.5rem!important
    }

    .mb-xl-22 {
        margin-bottom: 15rem!important
    }

    .mb-xl-23 {
        margin-bottom: 17.5rem!important
    }

    .mb-xl-24 {
        margin-bottom: 20rem!important
    }

    .mb-xl-25 {
        margin-bottom: 22.5rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: .75rem!important
    }

    .ms-xl-4 {
        margin-left: 1rem!important
    }

    .ms-xl-5 {
        margin-left: 1.25rem!important
    }

    .ms-xl-6 {
        margin-left: 1.5rem!important
    }

    .ms-xl-7 {
        margin-left: 1.75rem!important
    }

    .ms-xl-8 {
        margin-left: 2rem!important
    }

    .ms-xl-9 {
        margin-left: 2.25rem!important
    }

    .ms-xl-10 {
        margin-left: 2.5rem!important
    }

    .ms-xl-11 {
        margin-left: 3rem!important
    }

    .ms-xl-12 {
        margin-left: 3.5rem!important
    }

    .ms-xl-13 {
        margin-left: 4rem!important
    }

    .ms-xl-14 {
        margin-left: 4.5rem!important
    }

    .ms-xl-15 {
        margin-left: 5rem!important
    }

    .ms-xl-16 {
        margin-left: 6rem!important
    }

    .ms-xl-17 {
        margin-left: 7rem!important
    }

    .ms-xl-18 {
        margin-left: 8rem!important
    }

    .ms-xl-19 {
        margin-left: 9rem!important
    }

    .ms-xl-20 {
        margin-left: 10rem!important
    }

    .ms-xl-21 {
        margin-left: 12.5rem!important
    }

    .ms-xl-22 {
        margin-left: 15rem!important
    }

    .ms-xl-23 {
        margin-left: 17.5rem!important
    }

    .ms-xl-24 {
        margin-left: 20rem!important
    }

    .ms-xl-25 {
        margin-left: 22.5rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .m-xl-n3 {
        margin: -.75rem!important
    }

    .m-xl-n4 {
        margin: -1rem!important
    }

    .m-xl-n5 {
        margin: -1.25rem!important
    }

    .m-xl-n6 {
        margin: -1.5rem!important
    }

    .m-xl-n7 {
        margin: -1.75rem!important
    }

    .m-xl-n8 {
        margin: -2rem!important
    }

    .m-xl-n9 {
        margin: -2.25rem!important
    }

    .m-xl-n10 {
        margin: -2.5rem!important
    }

    .m-xl-n11 {
        margin: -3rem!important
    }

    .m-xl-n12 {
        margin: -3.5rem!important
    }

    .m-xl-n13 {
        margin: -4rem!important
    }

    .m-xl-n14 {
        margin: -4.5rem!important
    }

    .m-xl-n15 {
        margin: -5rem!important
    }

    .m-xl-n16 {
        margin: -6rem!important
    }

    .m-xl-n17 {
        margin: -7rem!important
    }

    .m-xl-n18 {
        margin: -8rem!important
    }

    .m-xl-n19 {
        margin: -9rem!important
    }

    .m-xl-n20 {
        margin: -10rem!important
    }

    .m-xl-n21 {
        margin: -12.5rem!important
    }

    .m-xl-n22 {
        margin: -15rem!important
    }

    .m-xl-n23 {
        margin: -17.5rem!important
    }

    .m-xl-n24 {
        margin: -20rem!important
    }

    .m-xl-n25 {
        margin: -22.5rem!important
    }

    .mx-xl-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-xl-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-xl-n3 {
        margin-right: -.75rem!important;
        margin-left: -.75rem!important
    }

    .mx-xl-n4 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-xl-n5 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }

    .mx-xl-n6 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-xl-n7 {
        margin-right: -1.75rem!important;
        margin-left: -1.75rem!important
    }

    .mx-xl-n8 {
        margin-right: -2rem!important;
        margin-left: -2rem!important
    }

    .mx-xl-n9 {
        margin-right: -2.25rem!important;
        margin-left: -2.25rem!important
    }

    .mx-xl-n10 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }

    .mx-xl-n11 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .mx-xl-n12 {
        margin-right: -3.5rem!important;
        margin-left: -3.5rem!important
    }

    .mx-xl-n13 {
        margin-right: -4rem!important;
        margin-left: -4rem!important
    }

    .mx-xl-n14 {
        margin-right: -4.5rem!important;
        margin-left: -4.5rem!important
    }

    .mx-xl-n15 {
        margin-right: -5rem!important;
        margin-left: -5rem!important
    }

    .mx-xl-n16 {
        margin-right: -6rem!important;
        margin-left: -6rem!important
    }

    .mx-xl-n17 {
        margin-right: -7rem!important;
        margin-left: -7rem!important
    }

    .mx-xl-n18 {
        margin-right: -8rem!important;
        margin-left: -8rem!important
    }

    .mx-xl-n19 {
        margin-right: -9rem!important;
        margin-left: -9rem!important
    }

    .mx-xl-n20 {
        margin-right: -10rem!important;
        margin-left: -10rem!important
    }

    .mx-xl-n21 {
        margin-right: -12.5rem!important;
        margin-left: -12.5rem!important
    }

    .mx-xl-n22 {
        margin-right: -15rem!important;
        margin-left: -15rem!important
    }

    .mx-xl-n23 {
        margin-right: -17.5rem!important;
        margin-left: -17.5rem!important
    }

    .mx-xl-n24 {
        margin-right: -20rem!important;
        margin-left: -20rem!important
    }

    .mx-xl-n25 {
        margin-right: -22.5rem!important;
        margin-left: -22.5rem!important
    }

    .my-xl-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-xl-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-xl-n3 {
        margin-top: -.75rem!important;
        margin-bottom: -.75rem!important
    }

    .my-xl-n4 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-xl-n5 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }

    .my-xl-n6 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-xl-n7 {
        margin-top: -1.75rem!important;
        margin-bottom: -1.75rem!important
    }

    .my-xl-n8 {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important
    }

    .my-xl-n9 {
        margin-top: -2.25rem!important;
        margin-bottom: -2.25rem!important
    }

    .my-xl-n10 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }

    .my-xl-n11 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .my-xl-n12 {
        margin-top: -3.5rem!important;
        margin-bottom: -3.5rem!important
    }

    .my-xl-n13 {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important
    }

    .my-xl-n14 {
        margin-top: -4.5rem!important;
        margin-bottom: -4.5rem!important
    }

    .my-xl-n15 {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important
    }

    .my-xl-n16 {
        margin-top: -6rem!important;
        margin-bottom: -6rem!important
    }

    .my-xl-n17 {
        margin-top: -7rem!important;
        margin-bottom: -7rem!important
    }

    .my-xl-n18 {
        margin-top: -8rem!important;
        margin-bottom: -8rem!important
    }

    .my-xl-n19 {
        margin-top: -9rem!important;
        margin-bottom: -9rem!important
    }

    .my-xl-n20 {
        margin-top: -10rem!important;
        margin-bottom: -10rem!important
    }

    .my-xl-n21 {
        margin-top: -12.5rem!important;
        margin-bottom: -12.5rem!important
    }

    .my-xl-n22 {
        margin-top: -15rem!important;
        margin-bottom: -15rem!important
    }

    .my-xl-n23 {
        margin-top: -17.5rem!important;
        margin-bottom: -17.5rem!important
    }

    .my-xl-n24 {
        margin-top: -20rem!important;
        margin-bottom: -20rem!important
    }

    .my-xl-n25 {
        margin-top: -22.5rem!important;
        margin-bottom: -22.5rem!important
    }

    .mt-xl-n1 {
        margin-top: -.25rem!important
    }

    .mt-xl-n2 {
        margin-top: -.5rem!important
    }

    .mt-xl-n3 {
        margin-top: -.75rem!important
    }

    .mt-xl-n4 {
        margin-top: -1rem!important
    }

    .mt-xl-n5 {
        margin-top: -1.25rem!important
    }

    .mt-xl-n6 {
        margin-top: -1.5rem!important
    }

    .mt-xl-n7 {
        margin-top: -1.75rem!important
    }

    .mt-xl-n8 {
        margin-top: -2rem!important
    }

    .mt-xl-n9 {
        margin-top: -2.25rem!important
    }

    .mt-xl-n10 {
        margin-top: -2.5rem!important
    }

    .mt-xl-n11 {
        margin-top: -3rem!important
    }

    .mt-xl-n12 {
        margin-top: -3.5rem!important
    }

    .mt-xl-n13 {
        margin-top: -4rem!important
    }

    .mt-xl-n14 {
        margin-top: -4.5rem!important
    }

    .mt-xl-n15 {
        margin-top: -5rem!important
    }

    .mt-xl-n16 {
        margin-top: -6rem!important
    }

    .mt-xl-n17 {
        margin-top: -7rem!important
    }

    .mt-xl-n18 {
        margin-top: -8rem!important
    }

    .mt-xl-n19 {
        margin-top: -9rem!important
    }

    .mt-xl-n20 {
        margin-top: -10rem!important
    }

    .mt-xl-n21 {
        margin-top: -12.5rem!important
    }

    .mt-xl-n22 {
        margin-top: -15rem!important
    }

    .mt-xl-n23 {
        margin-top: -17.5rem!important
    }

    .mt-xl-n24 {
        margin-top: -20rem!important
    }

    .mt-xl-n25 {
        margin-top: -22.5rem!important
    }

    .me-xl-n1 {
        margin-right: -.25rem!important
    }

    .me-xl-n2 {
        margin-right: -.5rem!important
    }

    .me-xl-n3 {
        margin-right: -.75rem!important
    }

    .me-xl-n4 {
        margin-right: -1rem!important
    }

    .me-xl-n5 {
        margin-right: -1.25rem!important
    }

    .me-xl-n6 {
        margin-right: -1.5rem!important
    }

    .me-xl-n7 {
        margin-right: -1.75rem!important
    }

    .me-xl-n8 {
        margin-right: -2rem!important
    }

    .me-xl-n9 {
        margin-right: -2.25rem!important
    }

    .me-xl-n10 {
        margin-right: -2.5rem!important
    }

    .me-xl-n11 {
        margin-right: -3rem!important
    }

    .me-xl-n12 {
        margin-right: -3.5rem!important
    }

    .me-xl-n13 {
        margin-right: -4rem!important
    }

    .me-xl-n14 {
        margin-right: -4.5rem!important
    }

    .me-xl-n15 {
        margin-right: -5rem!important
    }

    .me-xl-n16 {
        margin-right: -6rem!important
    }

    .me-xl-n17 {
        margin-right: -7rem!important
    }

    .me-xl-n18 {
        margin-right: -8rem!important
    }

    .me-xl-n19 {
        margin-right: -9rem!important
    }

    .me-xl-n20 {
        margin-right: -10rem!important
    }

    .me-xl-n21 {
        margin-right: -12.5rem!important
    }

    .me-xl-n22 {
        margin-right: -15rem!important
    }

    .me-xl-n23 {
        margin-right: -17.5rem!important
    }

    .me-xl-n24 {
        margin-right: -20rem!important
    }

    .me-xl-n25 {
        margin-right: -22.5rem!important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-xl-n3 {
        margin-bottom: -.75rem!important
    }

    .mb-xl-n4 {
        margin-bottom: -1rem!important
    }

    .mb-xl-n5 {
        margin-bottom: -1.25rem!important
    }

    .mb-xl-n6 {
        margin-bottom: -1.5rem!important
    }

    .mb-xl-n7 {
        margin-bottom: -1.75rem!important
    }

    .mb-xl-n8 {
        margin-bottom: -2rem!important
    }

    .mb-xl-n9 {
        margin-bottom: -2.25rem!important
    }

    .mb-xl-n10 {
        margin-bottom: -2.5rem!important
    }

    .mb-xl-n11 {
        margin-bottom: -3rem!important
    }

    .mb-xl-n12 {
        margin-bottom: -3.5rem!important
    }

    .mb-xl-n13 {
        margin-bottom: -4rem!important
    }

    .mb-xl-n14 {
        margin-bottom: -4.5rem!important
    }

    .mb-xl-n15 {
        margin-bottom: -5rem!important
    }

    .mb-xl-n16 {
        margin-bottom: -6rem!important
    }

    .mb-xl-n17 {
        margin-bottom: -7rem!important
    }

    .mb-xl-n18 {
        margin-bottom: -8rem!important
    }

    .mb-xl-n19 {
        margin-bottom: -9rem!important
    }

    .mb-xl-n20 {
        margin-bottom: -10rem!important
    }

    .mb-xl-n21 {
        margin-bottom: -12.5rem!important
    }

    .mb-xl-n22 {
        margin-bottom: -15rem!important
    }

    .mb-xl-n23 {
        margin-bottom: -17.5rem!important
    }

    .mb-xl-n24 {
        margin-bottom: -20rem!important
    }

    .mb-xl-n25 {
        margin-bottom: -22.5rem!important
    }

    .ms-xl-n1 {
        margin-left: -.25rem!important
    }

    .ms-xl-n2 {
        margin-left: -.5rem!important
    }

    .ms-xl-n3 {
        margin-left: -.75rem!important
    }

    .ms-xl-n4 {
        margin-left: -1rem!important
    }

    .ms-xl-n5 {
        margin-left: -1.25rem!important
    }

    .ms-xl-n6 {
        margin-left: -1.5rem!important
    }

    .ms-xl-n7 {
        margin-left: -1.75rem!important
    }

    .ms-xl-n8 {
        margin-left: -2rem!important
    }

    .ms-xl-n9 {
        margin-left: -2.25rem!important
    }

    .ms-xl-n10 {
        margin-left: -2.5rem!important
    }

    .ms-xl-n11 {
        margin-left: -3rem!important
    }

    .ms-xl-n12 {
        margin-left: -3.5rem!important
    }

    .ms-xl-n13 {
        margin-left: -4rem!important
    }

    .ms-xl-n14 {
        margin-left: -4.5rem!important
    }

    .ms-xl-n15 {
        margin-left: -5rem!important
    }

    .ms-xl-n16 {
        margin-left: -6rem!important
    }

    .ms-xl-n17 {
        margin-left: -7rem!important
    }

    .ms-xl-n18 {
        margin-left: -8rem!important
    }

    .ms-xl-n19 {
        margin-left: -9rem!important
    }

    .ms-xl-n20 {
        margin-left: -10rem!important
    }

    .ms-xl-n21 {
        margin-left: -12.5rem!important
    }

    .ms-xl-n22 {
        margin-left: -15rem!important
    }

    .ms-xl-n23 {
        margin-left: -17.5rem!important
    }

    .ms-xl-n24 {
        margin-left: -20rem!important
    }

    .ms-xl-n25 {
        margin-left: -22.5rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: .75rem!important
    }

    .p-xl-4 {
        padding: 1rem!important
    }

    .p-xl-5 {
        padding: 1.25rem!important
    }

    .p-xl-6 {
        padding: 1.5rem!important
    }

    .p-xl-7 {
        padding: 1.75rem!important
    }

    .p-xl-8 {
        padding: 2rem!important
    }

    .p-xl-9 {
        padding: 2.25rem!important
    }

    .p-xl-10 {
        padding: 2.5rem!important
    }

    .p-xl-11 {
        padding: 3rem!important
    }

    .p-xl-12 {
        padding: 3.5rem!important
    }

    .p-xl-13 {
        padding: 4rem!important
    }

    .p-xl-14 {
        padding: 4.5rem!important
    }

    .p-xl-15 {
        padding: 5rem!important
    }

    .p-xl-16 {
        padding: 6rem!important
    }

    .p-xl-17 {
        padding: 7rem!important
    }

    .p-xl-18 {
        padding: 8rem!important
    }

    .p-xl-19 {
        padding: 9rem!important
    }

    .p-xl-20 {
        padding: 10rem!important
    }

    .p-xl-21 {
        padding: 12.5rem!important
    }

    .p-xl-22 {
        padding: 15rem!important
    }

    .p-xl-23 {
        padding: 17.5rem!important
    }

    .p-xl-24 {
        padding: 20rem!important
    }

    .p-xl-25 {
        padding: 22.5rem!important
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-xl-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }

    .px-xl-6 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-7 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }

    .px-xl-8 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-xl-9 {
        padding-right: 2.25rem!important;
        padding-left: 2.25rem!important
    }

    .px-xl-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }

    .px-xl-11 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-xl-12 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important
    }

    .px-xl-13 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }

    .px-xl-14 {
        padding-right: 4.5rem!important;
        padding-left: 4.5rem!important
    }

    .px-xl-15 {
        padding-right: 5rem!important;
        padding-left: 5rem!important
    }

    .px-xl-16 {
        padding-right: 6rem!important;
        padding-left: 6rem!important
    }

    .px-xl-17 {
        padding-right: 7rem!important;
        padding-left: 7rem!important
    }

    .px-xl-18 {
        padding-right: 8rem!important;
        padding-left: 8rem!important
    }

    .px-xl-19 {
        padding-right: 9rem!important;
        padding-left: 9rem!important
    }

    .px-xl-20 {
        padding-right: 10rem!important;
        padding-left: 10rem!important
    }

    .px-xl-21 {
        padding-right: 12.5rem!important;
        padding-left: 12.5rem!important
    }

    .px-xl-22 {
        padding-right: 15rem!important;
        padding-left: 15rem!important
    }

    .px-xl-23 {
        padding-right: 17.5rem!important;
        padding-left: 17.5rem!important
    }

    .px-xl-24 {
        padding-right: 20rem!important;
        padding-left: 20rem!important
    }

    .px-xl-25 {
        padding-right: 22.5rem!important;
        padding-left: 22.5rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-xl-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .py-xl-6 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-7 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }

    .py-xl-8 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-xl-9 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }

    .py-xl-10 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }

    .py-xl-11 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-xl-12 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }

    .py-xl-13 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }

    .py-xl-14 {
        padding-top: 4.5rem!important;
        padding-bottom: 4.5rem!important
    }

    .py-xl-15 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important
    }

    .py-xl-16 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important
    }

    .py-xl-17 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important
    }

    .py-xl-18 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important
    }

    .py-xl-19 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important
    }

    .py-xl-20 {
        padding-top: 10rem!important;
        padding-bottom: 10rem!important
    }

    .py-xl-21 {
        padding-top: 12.5rem!important;
        padding-bottom: 12.5rem!important
    }

    .py-xl-22 {
        padding-top: 15rem!important;
        padding-bottom: 15rem!important
    }

    .py-xl-23 {
        padding-top: 17.5rem!important;
        padding-bottom: 17.5rem!important
    }

    .py-xl-24 {
        padding-top: 20rem!important;
        padding-bottom: 20rem!important
    }

    .py-xl-25 {
        padding-top: 22.5rem!important;
        padding-bottom: 22.5rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: .75rem!important
    }

    .pt-xl-4 {
        padding-top: 1rem!important
    }

    .pt-xl-5 {
        padding-top: 1.25rem!important
    }

    .pt-xl-6 {
        padding-top: 1.5rem!important
    }

    .pt-xl-7 {
        padding-top: 1.75rem!important
    }

    .pt-xl-8 {
        padding-top: 2rem!important
    }

    .pt-xl-9 {
        padding-top: 2.25rem!important
    }

    .pt-xl-10 {
        padding-top: 2.5rem!important
    }

    .pt-xl-11 {
        padding-top: 3rem!important
    }

    .pt-xl-12 {
        padding-top: 3.5rem!important
    }

    .pt-xl-13 {
        padding-top: 4rem!important
    }

    .pt-xl-14 {
        padding-top: 4.5rem!important
    }

    .pt-xl-15 {
        padding-top: 5rem!important
    }

    .pt-xl-16 {
        padding-top: 6rem!important
    }

    .pt-xl-17 {
        padding-top: 7rem!important
    }

    .pt-xl-18 {
        padding-top: 8rem!important
    }

    .pt-xl-19 {
        padding-top: 9rem!important
    }

    .pt-xl-20 {
        padding-top: 10rem!important
    }

    .pt-xl-21 {
        padding-top: 12.5rem!important
    }

    .pt-xl-22 {
        padding-top: 15rem!important
    }

    .pt-xl-23 {
        padding-top: 17.5rem!important
    }

    .pt-xl-24 {
        padding-top: 20rem!important
    }

    .pt-xl-25 {
        padding-top: 22.5rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: .75rem!important
    }

    .pe-xl-4 {
        padding-right: 1rem!important
    }

    .pe-xl-5 {
        padding-right: 1.25rem!important
    }

    .pe-xl-6 {
        padding-right: 1.5rem!important
    }

    .pe-xl-7 {
        padding-right: 1.75rem!important
    }

    .pe-xl-8 {
        padding-right: 2rem!important
    }

    .pe-xl-9 {
        padding-right: 2.25rem!important
    }

    .pe-xl-10 {
        padding-right: 2.5rem!important
    }

    .pe-xl-11 {
        padding-right: 3rem!important
    }

    .pe-xl-12 {
        padding-right: 3.5rem!important
    }

    .pe-xl-13 {
        padding-right: 4rem!important
    }

    .pe-xl-14 {
        padding-right: 4.5rem!important
    }

    .pe-xl-15 {
        padding-right: 5rem!important
    }

    .pe-xl-16 {
        padding-right: 6rem!important
    }

    .pe-xl-17 {
        padding-right: 7rem!important
    }

    .pe-xl-18 {
        padding-right: 8rem!important
    }

    .pe-xl-19 {
        padding-right: 9rem!important
    }

    .pe-xl-20 {
        padding-right: 10rem!important
    }

    .pe-xl-21 {
        padding-right: 12.5rem!important
    }

    .pe-xl-22 {
        padding-right: 15rem!important
    }

    .pe-xl-23 {
        padding-right: 17.5rem!important
    }

    .pe-xl-24 {
        padding-right: 20rem!important
    }

    .pe-xl-25 {
        padding-right: 22.5rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: .75rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1rem!important
    }

    .pb-xl-5 {
        padding-bottom: 1.25rem!important
    }

    .pb-xl-6 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-7 {
        padding-bottom: 1.75rem!important
    }

    .pb-xl-8 {
        padding-bottom: 2rem!important
    }

    .pb-xl-9 {
        padding-bottom: 2.25rem!important
    }

    .pb-xl-10 {
        padding-bottom: 2.5rem!important
    }

    .pb-xl-11 {
        padding-bottom: 3rem!important
    }

    .pb-xl-12 {
        padding-bottom: 3.5rem!important
    }

    .pb-xl-13 {
        padding-bottom: 4rem!important
    }

    .pb-xl-14 {
        padding-bottom: 4.5rem!important
    }

    .pb-xl-15 {
        padding-bottom: 5rem!important
    }

    .pb-xl-16 {
        padding-bottom: 6rem!important
    }

    .pb-xl-17 {
        padding-bottom: 7rem!important
    }

    .pb-xl-18 {
        padding-bottom: 8rem!important
    }

    .pb-xl-19 {
        padding-bottom: 9rem!important
    }

    .pb-xl-20 {
        padding-bottom: 10rem!important
    }

    .pb-xl-21 {
        padding-bottom: 12.5rem!important
    }

    .pb-xl-22 {
        padding-bottom: 15rem!important
    }

    .pb-xl-23 {
        padding-bottom: 17.5rem!important
    }

    .pb-xl-24 {
        padding-bottom: 20rem!important
    }

    .pb-xl-25 {
        padding-bottom: 22.5rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: .75rem!important
    }

    .ps-xl-4 {
        padding-left: 1rem!important
    }

    .ps-xl-5 {
        padding-left: 1.25rem!important
    }

    .ps-xl-6 {
        padding-left: 1.5rem!important
    }

    .ps-xl-7 {
        padding-left: 1.75rem!important
    }

    .ps-xl-8 {
        padding-left: 2rem!important
    }

    .ps-xl-9 {
        padding-left: 2.25rem!important
    }

    .ps-xl-10 {
        padding-left: 2.5rem!important
    }

    .ps-xl-11 {
        padding-left: 3rem!important
    }

    .ps-xl-12 {
        padding-left: 3.5rem!important
    }

    .ps-xl-13 {
        padding-left: 4rem!important
    }

    .ps-xl-14 {
        padding-left: 4.5rem!important
    }

    .ps-xl-15 {
        padding-left: 5rem!important
    }

    .ps-xl-16 {
        padding-left: 6rem!important
    }

    .ps-xl-17 {
        padding-left: 7rem!important
    }

    .ps-xl-18 {
        padding-left: 8rem!important
    }

    .ps-xl-19 {
        padding-left: 9rem!important
    }

    .ps-xl-20 {
        padding-left: 10rem!important
    }

    .ps-xl-21 {
        padding-left: 12.5rem!important
    }

    .ps-xl-22 {
        padding-left: 15rem!important
    }

    .ps-xl-23 {
        padding-left: 17.5rem!important
    }

    .ps-xl-24 {
        padding-left: 20rem!important
    }

    .ps-xl-25 {
        padding-left: 22.5rem!important
    }

    .text-xl-start {
        text-align: left!important
    }

    .text-xl-end {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}





@media (min-width: 1400px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1!important;
            -ms-flex: 1 1 auto!important;
                flex: 1 1 auto!important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: row!important;
                flex-direction: row!important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
            -ms-flex-direction: column!important;
                flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-direction: row-reverse!important;
                flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
            -ms-flex-direction: column-reverse!important;
                flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0!important;
            -ms-flex-positive: 0!important;
                flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1!important;
            -ms-flex-positive: 1!important;
                flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0!important;
            flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1!important;
            flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap!important;
            flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap!important;
            flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
            flex-wrap: wrap-reverse!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-1 {
        gap: .25rem!important
    }

    .gap-xxl-2 {
        gap: .5rem!important
    }

    .gap-xxl-3 {
        gap: .75rem!important
    }

    .gap-xxl-4 {
        gap: 1rem!important
    }

    .gap-xxl-5 {
        gap: 1.25rem!important
    }

    .gap-xxl-6 {
        gap: 1.5rem!important
    }

    .gap-xxl-7 {
        gap: 1.75rem!important
    }

    .gap-xxl-8 {
        gap: 2rem!important
    }

    .gap-xxl-9 {
        gap: 2.25rem!important
    }

    .gap-xxl-10 {
        gap: 2.5rem!important
    }

    .gap-xxl-11 {
        gap: 3rem!important
    }

    .gap-xxl-12 {
        gap: 3.5rem!important
    }

    .gap-xxl-13 {
        gap: 4rem!important
    }

    .gap-xxl-14 {
        gap: 4.5rem!important
    }

    .gap-xxl-15 {
        gap: 5rem!important
    }

    .gap-xxl-16 {
        gap: 6rem!important
    }

    .gap-xxl-17 {
        gap: 7rem!important
    }

    .gap-xxl-18 {
        gap: 8rem!important
    }

    .gap-xxl-19 {
        gap: 9rem!important
    }

    .gap-xxl-20 {
        gap: 10rem!important
    }

    .gap-xxl-21 {
        gap: 12.5rem!important
    }

    .gap-xxl-22 {
        gap: 15rem!important
    }

    .gap-xxl-23 {
        gap: 17.5rem!important
    }

    .gap-xxl-24 {
        gap: 20rem!important
    }

    .gap-xxl-25 {
        gap: 22.5rem!important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start!important;
            -ms-flex-pack: start!important;
                justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end!important;
            -ms-flex-pack: end!important;
                justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center!important;
            -ms-flex-pack: center!important;
                justify-content: center!important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify!important;
            -ms-flex-pack: justify!important;
                justify-content: space-between!important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute!important;
            justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly!important;
            -ms-flex-pack: space-evenly!important;
                justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        -webkit-box-align: start!important;
            -ms-flex-align: start!important;
                align-items: flex-start!important
    }

    .align-items-xxl-end {
        -webkit-box-align: end!important;
            -ms-flex-align: end!important;
                align-items: flex-end!important
    }

    .align-items-xxl-center {
        -webkit-box-align: center!important;
            -ms-flex-align: center!important;
                align-items: center!important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline!important;
            -ms-flex-align: baseline!important;
                align-items: baseline!important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch!important;
            -ms-flex-align: stretch!important;
                align-items: stretch!important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start!important;
            align-content: flex-start!important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end!important;
            align-content: flex-end!important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center!important;
            align-content: center!important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify!important;
            align-content: space-between!important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute!important;
            align-content: space-around!important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch!important;
            align-content: stretch!important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto!important;
            align-self: auto!important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start!important;
            align-self: flex-start!important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end!important;
            align-self: flex-end!important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center!important;
            align-self: center!important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline!important;
            align-self: baseline!important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch!important;
            align-self: stretch!important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0!important;
            -ms-flex-order: -1!important;
                order: -1!important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1!important;
            -ms-flex-order: 0!important;
                order: 0!important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2!important;
            -ms-flex-order: 1!important;
                order: 1!important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3!important;
            -ms-flex-order: 2!important;
                order: 2!important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4!important;
            -ms-flex-order: 3!important;
                order: 3!important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5!important;
            -ms-flex-order: 4!important;
                order: 4!important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6!important;
            -ms-flex-order: 5!important;
                order: 5!important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7!important;
            -ms-flex-order: 6!important;
                order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: .75rem!important
    }

    .m-xxl-4 {
        margin: 1rem!important
    }

    .m-xxl-5 {
        margin: 1.25rem!important
    }

    .m-xxl-6 {
        margin: 1.5rem!important
    }

    .m-xxl-7 {
        margin: 1.75rem!important
    }

    .m-xxl-8 {
        margin: 2rem!important
    }

    .m-xxl-9 {
        margin: 2.25rem!important
    }

    .m-xxl-10 {
        margin: 2.5rem!important
    }

    .m-xxl-11 {
        margin: 3rem!important
    }

    .m-xxl-12 {
        margin: 3.5rem!important
    }

    .m-xxl-13 {
        margin: 4rem!important
    }

    .m-xxl-14 {
        margin: 4.5rem!important
    }

    .m-xxl-15 {
        margin: 5rem!important
    }

    .m-xxl-16 {
        margin: 6rem!important
    }

    .m-xxl-17 {
        margin: 7rem!important
    }

    .m-xxl-18 {
        margin: 8rem!important
    }

    .m-xxl-19 {
        margin: 9rem!important
    }

    .m-xxl-20 {
        margin: 10rem!important
    }

    .m-xxl-21 {
        margin: 12.5rem!important
    }

    .m-xxl-22 {
        margin: 15rem!important
    }

    .m-xxl-23 {
        margin: 17.5rem!important
    }

    .m-xxl-24 {
        margin: 20rem!important
    }

    .m-xxl-25 {
        margin: 22.5rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: .75rem!important;
        margin-left: .75rem!important
    }

    .mx-xxl-4 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-5 {
        margin-right: 1.25rem!important;
        margin-left: 1.25rem!important
    }

    .mx-xxl-6 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-7 {
        margin-right: 1.75rem!important;
        margin-left: 1.75rem!important
    }

    .mx-xxl-8 {
        margin-right: 2rem!important;
        margin-left: 2rem!important
    }

    .mx-xxl-9 {
        margin-right: 2.25rem!important;
        margin-left: 2.25rem!important
    }

    .mx-xxl-10 {
        margin-right: 2.5rem!important;
        margin-left: 2.5rem!important
    }

    .mx-xxl-11 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xxl-12 {
        margin-right: 3.5rem!important;
        margin-left: 3.5rem!important
    }

    .mx-xxl-13 {
        margin-right: 4rem!important;
        margin-left: 4rem!important
    }

    .mx-xxl-14 {
        margin-right: 4.5rem!important;
        margin-left: 4.5rem!important
    }

    .mx-xxl-15 {
        margin-right: 5rem!important;
        margin-left: 5rem!important
    }

    .mx-xxl-16 {
        margin-right: 6rem!important;
        margin-left: 6rem!important
    }

    .mx-xxl-17 {
        margin-right: 7rem!important;
        margin-left: 7rem!important
    }

    .mx-xxl-18 {
        margin-right: 8rem!important;
        margin-left: 8rem!important
    }

    .mx-xxl-19 {
        margin-right: 9rem!important;
        margin-left: 9rem!important
    }

    .mx-xxl-20 {
        margin-right: 10rem!important;
        margin-left: 10rem!important
    }

    .mx-xxl-21 {
        margin-right: 12.5rem!important;
        margin-left: 12.5rem!important
    }

    .mx-xxl-22 {
        margin-right: 15rem!important;
        margin-left: 15rem!important
    }

    .mx-xxl-23 {
        margin-right: 17.5rem!important;
        margin-left: 17.5rem!important
    }

    .mx-xxl-24 {
        margin-right: 20rem!important;
        margin-left: 20rem!important
    }

    .mx-xxl-25 {
        margin-right: 22.5rem!important;
        margin-left: 22.5rem!important
    }

    .mx-xxl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: .75rem!important;
        margin-bottom: .75rem!important
    }

    .my-xxl-4 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-5 {
        margin-top: 1.25rem!important;
        margin-bottom: 1.25rem!important
    }

    .my-xxl-6 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-7 {
        margin-top: 1.75rem!important;
        margin-bottom: 1.75rem!important
    }

    .my-xxl-8 {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important
    }

    .my-xxl-9 {
        margin-top: 2.25rem!important;
        margin-bottom: 2.25rem!important
    }

    .my-xxl-10 {
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important
    }

    .my-xxl-11 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xxl-12 {
        margin-top: 3.5rem!important;
        margin-bottom: 3.5rem!important
    }

    .my-xxl-13 {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important
    }

    .my-xxl-14 {
        margin-top: 4.5rem!important;
        margin-bottom: 4.5rem!important
    }

    .my-xxl-15 {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important
    }

    .my-xxl-16 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important
    }

    .my-xxl-17 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important
    }

    .my-xxl-18 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important
    }

    .my-xxl-19 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important
    }

    .my-xxl-20 {
        margin-top: 10rem!important;
        margin-bottom: 10rem!important
    }

    .my-xxl-21 {
        margin-top: 12.5rem!important;
        margin-bottom: 12.5rem!important
    }

    .my-xxl-22 {
        margin-top: 15rem!important;
        margin-bottom: 15rem!important
    }

    .my-xxl-23 {
        margin-top: 17.5rem!important;
        margin-bottom: 17.5rem!important
    }

    .my-xxl-24 {
        margin-top: 20rem!important;
        margin-bottom: 20rem!important
    }

    .my-xxl-25 {
        margin-top: 22.5rem!important;
        margin-bottom: 22.5rem!important
    }

    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: .75rem!important
    }

    .mt-xxl-4 {
        margin-top: 1rem!important
    }

    .mt-xxl-5 {
        margin-top: 1.25rem!important
    }

    .mt-xxl-6 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-7 {
        margin-top: 1.75rem!important
    }

    .mt-xxl-8 {
        margin-top: 2rem!important
    }

    .mt-xxl-9 {
        margin-top: 2.25rem!important
    }

    .mt-xxl-10 {
        margin-top: 2.5rem!important
    }

    .mt-xxl-11 {
        margin-top: 3rem!important
    }

    .mt-xxl-12 {
        margin-top: 3.5rem!important
    }

    .mt-xxl-13 {
        margin-top: 4rem!important
    }

    .mt-xxl-14 {
        margin-top: 4.5rem!important
    }

    .mt-xxl-15 {
        margin-top: 5rem!important
    }

    .mt-xxl-16 {
        margin-top: 6rem!important
    }

    .mt-xxl-17 {
        margin-top: 7rem!important
    }

    .mt-xxl-18 {
        margin-top: 8rem!important
    }

    .mt-xxl-19 {
        margin-top: 9rem!important
    }

    .mt-xxl-20 {
        margin-top: 10rem!important
    }

    .mt-xxl-21 {
        margin-top: 12.5rem!important
    }

    .mt-xxl-22 {
        margin-top: 15rem!important
    }

    .mt-xxl-23 {
        margin-top: 17.5rem!important
    }

    .mt-xxl-24 {
        margin-top: 20rem!important
    }

    .mt-xxl-25 {
        margin-top: 22.5rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: .75rem!important
    }

    .me-xxl-4 {
        margin-right: 1rem!important
    }

    .me-xxl-5 {
        margin-right: 1.25rem!important
    }

    .me-xxl-6 {
        margin-right: 1.5rem!important
    }

    .me-xxl-7 {
        margin-right: 1.75rem!important
    }

    .me-xxl-8 {
        margin-right: 2rem!important
    }

    .me-xxl-9 {
        margin-right: 2.25rem!important
    }

    .me-xxl-10 {
        margin-right: 2.5rem!important
    }

    .me-xxl-11 {
        margin-right: 3rem!important
    }

    .me-xxl-12 {
        margin-right: 3.5rem!important
    }

    .me-xxl-13 {
        margin-right: 4rem!important
    }

    .me-xxl-14 {
        margin-right: 4.5rem!important
    }

    .me-xxl-15 {
        margin-right: 5rem!important
    }

    .me-xxl-16 {
        margin-right: 6rem!important
    }

    .me-xxl-17 {
        margin-right: 7rem!important
    }

    .me-xxl-18 {
        margin-right: 8rem!important
    }

    .me-xxl-19 {
        margin-right: 9rem!important
    }

    .me-xxl-20 {
        margin-right: 10rem!important
    }

    .me-xxl-21 {
        margin-right: 12.5rem!important
    }

    .me-xxl-22 {
        margin-right: 15rem!important
    }

    .me-xxl-23 {
        margin-right: 17.5rem!important
    }

    .me-xxl-24 {
        margin-right: 20rem!important
    }

    .me-xxl-25 {
        margin-right: 22.5rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: .75rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 1.25rem!important
    }

    .mb-xxl-6 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-7 {
        margin-bottom: 1.75rem!important
    }

    .mb-xxl-8 {
        margin-bottom: 2rem!important
    }

    .mb-xxl-9 {
        margin-bottom: 2.25rem!important
    }

    .mb-xxl-10 {
        margin-bottom: 2.5rem!important
    }

    .mb-xxl-11 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-12 {
        margin-bottom: 3.5rem!important
    }

    .mb-xxl-13 {
        margin-bottom: 4rem!important
    }

    .mb-xxl-14 {
        margin-bottom: 4.5rem!important
    }

    .mb-xxl-15 {
        margin-bottom: 5rem!important
    }

    .mb-xxl-16 {
        margin-bottom: 6rem!important
    }

    .mb-xxl-17 {
        margin-bottom: 7rem!important
    }

    .mb-xxl-18 {
        margin-bottom: 8rem!important
    }

    .mb-xxl-19 {
        margin-bottom: 9rem!important
    }

    .mb-xxl-20 {
        margin-bottom: 10rem!important
    }

    .mb-xxl-21 {
        margin-bottom: 12.5rem!important
    }

    .mb-xxl-22 {
        margin-bottom: 15rem!important
    }

    .mb-xxl-23 {
        margin-bottom: 17.5rem!important
    }

    .mb-xxl-24 {
        margin-bottom: 20rem!important
    }

    .mb-xxl-25 {
        margin-bottom: 22.5rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: .75rem!important
    }

    .ms-xxl-4 {
        margin-left: 1rem!important
    }

    .ms-xxl-5 {
        margin-left: 1.25rem!important
    }

    .ms-xxl-6 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-7 {
        margin-left: 1.75rem!important
    }

    .ms-xxl-8 {
        margin-left: 2rem!important
    }

    .ms-xxl-9 {
        margin-left: 2.25rem!important
    }

    .ms-xxl-10 {
        margin-left: 2.5rem!important
    }

    .ms-xxl-11 {
        margin-left: 3rem!important
    }

    .ms-xxl-12 {
        margin-left: 3.5rem!important
    }

    .ms-xxl-13 {
        margin-left: 4rem!important
    }

    .ms-xxl-14 {
        margin-left: 4.5rem!important
    }

    .ms-xxl-15 {
        margin-left: 5rem!important
    }

    .ms-xxl-16 {
        margin-left: 6rem!important
    }

    .ms-xxl-17 {
        margin-left: 7rem!important
    }

    .ms-xxl-18 {
        margin-left: 8rem!important
    }

    .ms-xxl-19 {
        margin-left: 9rem!important
    }

    .ms-xxl-20 {
        margin-left: 10rem!important
    }

    .ms-xxl-21 {
        margin-left: 12.5rem!important
    }

    .ms-xxl-22 {
        margin-left: 15rem!important
    }

    .ms-xxl-23 {
        margin-left: 17.5rem!important
    }

    .ms-xxl-24 {
        margin-left: 20rem!important
    }

    .ms-xxl-25 {
        margin-left: 22.5rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .m-xxl-n1 {
        margin: -.25rem!important
    }

    .m-xxl-n2 {
        margin: -.5rem!important
    }

    .m-xxl-n3 {
        margin: -.75rem!important
    }

    .m-xxl-n4 {
        margin: -1rem!important
    }

    .m-xxl-n5 {
        margin: -1.25rem!important
    }

    .m-xxl-n6 {
        margin: -1.5rem!important
    }

    .m-xxl-n7 {
        margin: -1.75rem!important
    }

    .m-xxl-n8 {
        margin: -2rem!important
    }

    .m-xxl-n9 {
        margin: -2.25rem!important
    }

    .m-xxl-n10 {
        margin: -2.5rem!important
    }

    .m-xxl-n11 {
        margin: -3rem!important
    }

    .m-xxl-n12 {
        margin: -3.5rem!important
    }

    .m-xxl-n13 {
        margin: -4rem!important
    }

    .m-xxl-n14 {
        margin: -4.5rem!important
    }

    .m-xxl-n15 {
        margin: -5rem!important
    }

    .m-xxl-n16 {
        margin: -6rem!important
    }

    .m-xxl-n17 {
        margin: -7rem!important
    }

    .m-xxl-n18 {
        margin: -8rem!important
    }

    .m-xxl-n19 {
        margin: -9rem!important
    }

    .m-xxl-n20 {
        margin: -10rem!important
    }

    .m-xxl-n21 {
        margin: -12.5rem!important
    }

    .m-xxl-n22 {
        margin: -15rem!important
    }

    .m-xxl-n23 {
        margin: -17.5rem!important
    }

    .m-xxl-n24 {
        margin: -20rem!important
    }

    .m-xxl-n25 {
        margin: -22.5rem!important
    }

    .mx-xxl-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-xxl-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-xxl-n3 {
        margin-right: -.75rem!important;
        margin-left: -.75rem!important
    }

    .mx-xxl-n4 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-xxl-n5 {
        margin-right: -1.25rem!important;
        margin-left: -1.25rem!important
    }

    .mx-xxl-n6 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-xxl-n7 {
        margin-right: -1.75rem!important;
        margin-left: -1.75rem!important
    }

    .mx-xxl-n8 {
        margin-right: -2rem!important;
        margin-left: -2rem!important
    }

    .mx-xxl-n9 {
        margin-right: -2.25rem!important;
        margin-left: -2.25rem!important
    }

    .mx-xxl-n10 {
        margin-right: -2.5rem!important;
        margin-left: -2.5rem!important
    }

    .mx-xxl-n11 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .mx-xxl-n12 {
        margin-right: -3.5rem!important;
        margin-left: -3.5rem!important
    }

    .mx-xxl-n13 {
        margin-right: -4rem!important;
        margin-left: -4rem!important
    }

    .mx-xxl-n14 {
        margin-right: -4.5rem!important;
        margin-left: -4.5rem!important
    }

    .mx-xxl-n15 {
        margin-right: -5rem!important;
        margin-left: -5rem!important
    }

    .mx-xxl-n16 {
        margin-right: -6rem!important;
        margin-left: -6rem!important
    }

    .mx-xxl-n17 {
        margin-right: -7rem!important;
        margin-left: -7rem!important
    }

    .mx-xxl-n18 {
        margin-right: -8rem!important;
        margin-left: -8rem!important
    }

    .mx-xxl-n19 {
        margin-right: -9rem!important;
        margin-left: -9rem!important
    }

    .mx-xxl-n20 {
        margin-right: -10rem!important;
        margin-left: -10rem!important
    }

    .mx-xxl-n21 {
        margin-right: -12.5rem!important;
        margin-left: -12.5rem!important
    }

    .mx-xxl-n22 {
        margin-right: -15rem!important;
        margin-left: -15rem!important
    }

    .mx-xxl-n23 {
        margin-right: -17.5rem!important;
        margin-left: -17.5rem!important
    }

    .mx-xxl-n24 {
        margin-right: -20rem!important;
        margin-left: -20rem!important
    }

    .mx-xxl-n25 {
        margin-right: -22.5rem!important;
        margin-left: -22.5rem!important
    }

    .my-xxl-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-xxl-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-xxl-n3 {
        margin-top: -.75rem!important;
        margin-bottom: -.75rem!important
    }

    .my-xxl-n4 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-xxl-n5 {
        margin-top: -1.25rem!important;
        margin-bottom: -1.25rem!important
    }

    .my-xxl-n6 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-xxl-n7 {
        margin-top: -1.75rem!important;
        margin-bottom: -1.75rem!important
    }

    .my-xxl-n8 {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important
    }

    .my-xxl-n9 {
        margin-top: -2.25rem!important;
        margin-bottom: -2.25rem!important
    }

    .my-xxl-n10 {
        margin-top: -2.5rem!important;
        margin-bottom: -2.5rem!important
    }

    .my-xxl-n11 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .my-xxl-n12 {
        margin-top: -3.5rem!important;
        margin-bottom: -3.5rem!important
    }

    .my-xxl-n13 {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important
    }

    .my-xxl-n14 {
        margin-top: -4.5rem!important;
        margin-bottom: -4.5rem!important
    }

    .my-xxl-n15 {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important
    }

    .my-xxl-n16 {
        margin-top: -6rem!important;
        margin-bottom: -6rem!important
    }

    .my-xxl-n17 {
        margin-top: -7rem!important;
        margin-bottom: -7rem!important
    }

    .my-xxl-n18 {
        margin-top: -8rem!important;
        margin-bottom: -8rem!important
    }

    .my-xxl-n19 {
        margin-top: -9rem!important;
        margin-bottom: -9rem!important
    }

    .my-xxl-n20 {
        margin-top: -10rem!important;
        margin-bottom: -10rem!important
    }

    .my-xxl-n21 {
        margin-top: -12.5rem!important;
        margin-bottom: -12.5rem!important
    }

    .my-xxl-n22 {
        margin-top: -15rem!important;
        margin-bottom: -15rem!important
    }

    .my-xxl-n23 {
        margin-top: -17.5rem!important;
        margin-bottom: -17.5rem!important
    }

    .my-xxl-n24 {
        margin-top: -20rem!important;
        margin-bottom: -20rem!important
    }

    .my-xxl-n25 {
        margin-top: -22.5rem!important;
        margin-bottom: -22.5rem!important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem!important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem!important
    }

    .mt-xxl-n3 {
        margin-top: -.75rem!important
    }

    .mt-xxl-n4 {
        margin-top: -1rem!important
    }

    .mt-xxl-n5 {
        margin-top: -1.25rem!important
    }

    .mt-xxl-n6 {
        margin-top: -1.5rem!important
    }

    .mt-xxl-n7 {
        margin-top: -1.75rem!important
    }

    .mt-xxl-n8 {
        margin-top: -2rem!important
    }

    .mt-xxl-n9 {
        margin-top: -2.25rem!important
    }

    .mt-xxl-n10 {
        margin-top: -2.5rem!important
    }

    .mt-xxl-n11 {
        margin-top: -3rem!important
    }

    .mt-xxl-n12 {
        margin-top: -3.5rem!important
    }

    .mt-xxl-n13 {
        margin-top: -4rem!important
    }

    .mt-xxl-n14 {
        margin-top: -4.5rem!important
    }

    .mt-xxl-n15 {
        margin-top: -5rem!important
    }

    .mt-xxl-n16 {
        margin-top: -6rem!important
    }

    .mt-xxl-n17 {
        margin-top: -7rem!important
    }

    .mt-xxl-n18 {
        margin-top: -8rem!important
    }

    .mt-xxl-n19 {
        margin-top: -9rem!important
    }

    .mt-xxl-n20 {
        margin-top: -10rem!important
    }

    .mt-xxl-n21 {
        margin-top: -12.5rem!important
    }

    .mt-xxl-n22 {
        margin-top: -15rem!important
    }

    .mt-xxl-n23 {
        margin-top: -17.5rem!important
    }

    .mt-xxl-n24 {
        margin-top: -20rem!important
    }

    .mt-xxl-n25 {
        margin-top: -22.5rem!important
    }

    .me-xxl-n1 {
        margin-right: -.25rem!important
    }

    .me-xxl-n2 {
        margin-right: -.5rem!important
    }

    .me-xxl-n3 {
        margin-right: -.75rem!important
    }

    .me-xxl-n4 {
        margin-right: -1rem!important
    }

    .me-xxl-n5 {
        margin-right: -1.25rem!important
    }

    .me-xxl-n6 {
        margin-right: -1.5rem!important
    }

    .me-xxl-n7 {
        margin-right: -1.75rem!important
    }

    .me-xxl-n8 {
        margin-right: -2rem!important
    }

    .me-xxl-n9 {
        margin-right: -2.25rem!important
    }

    .me-xxl-n10 {
        margin-right: -2.5rem!important
    }

    .me-xxl-n11 {
        margin-right: -3rem!important
    }

    .me-xxl-n12 {
        margin-right: -3.5rem!important
    }

    .me-xxl-n13 {
        margin-right: -4rem!important
    }

    .me-xxl-n14 {
        margin-right: -4.5rem!important
    }

    .me-xxl-n15 {
        margin-right: -5rem!important
    }

    .me-xxl-n16 {
        margin-right: -6rem!important
    }

    .me-xxl-n17 {
        margin-right: -7rem!important
    }

    .me-xxl-n18 {
        margin-right: -8rem!important
    }

    .me-xxl-n19 {
        margin-right: -9rem!important
    }

    .me-xxl-n20 {
        margin-right: -10rem!important
    }

    .me-xxl-n21 {
        margin-right: -12.5rem!important
    }

    .me-xxl-n22 {
        margin-right: -15rem!important
    }

    .me-xxl-n23 {
        margin-right: -17.5rem!important
    }

    .me-xxl-n24 {
        margin-right: -20rem!important
    }

    .me-xxl-n25 {
        margin-right: -22.5rem!important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-xxl-n3 {
        margin-bottom: -.75rem!important
    }

    .mb-xxl-n4 {
        margin-bottom: -1rem!important
    }

    .mb-xxl-n5 {
        margin-bottom: -1.25rem!important
    }

    .mb-xxl-n6 {
        margin-bottom: -1.5rem!important
    }

    .mb-xxl-n7 {
        margin-bottom: -1.75rem!important
    }

    .mb-xxl-n8 {
        margin-bottom: -2rem!important
    }

    .mb-xxl-n9 {
        margin-bottom: -2.25rem!important
    }

    .mb-xxl-n10 {
        margin-bottom: -2.5rem!important
    }

    .mb-xxl-n11 {
        margin-bottom: -3rem!important
    }

    .mb-xxl-n12 {
        margin-bottom: -3.5rem!important
    }

    .mb-xxl-n13 {
        margin-bottom: -4rem!important
    }

    .mb-xxl-n14 {
        margin-bottom: -4.5rem!important
    }

    .mb-xxl-n15 {
        margin-bottom: -5rem!important
    }

    .mb-xxl-n16 {
        margin-bottom: -6rem!important
    }

    .mb-xxl-n17 {
        margin-bottom: -7rem!important
    }

    .mb-xxl-n18 {
        margin-bottom: -8rem!important
    }

    .mb-xxl-n19 {
        margin-bottom: -9rem!important
    }

    .mb-xxl-n20 {
        margin-bottom: -10rem!important
    }

    .mb-xxl-n21 {
        margin-bottom: -12.5rem!important
    }

    .mb-xxl-n22 {
        margin-bottom: -15rem!important
    }

    .mb-xxl-n23 {
        margin-bottom: -17.5rem!important
    }

    .mb-xxl-n24 {
        margin-bottom: -20rem!important
    }

    .mb-xxl-n25 {
        margin-bottom: -22.5rem!important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem!important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem!important
    }

    .ms-xxl-n3 {
        margin-left: -.75rem!important
    }

    .ms-xxl-n4 {
        margin-left: -1rem!important
    }

    .ms-xxl-n5 {
        margin-left: -1.25rem!important
    }

    .ms-xxl-n6 {
        margin-left: -1.5rem!important
    }

    .ms-xxl-n7 {
        margin-left: -1.75rem!important
    }

    .ms-xxl-n8 {
        margin-left: -2rem!important
    }

    .ms-xxl-n9 {
        margin-left: -2.25rem!important
    }

    .ms-xxl-n10 {
        margin-left: -2.5rem!important
    }

    .ms-xxl-n11 {
        margin-left: -3rem!important
    }

    .ms-xxl-n12 {
        margin-left: -3.5rem!important
    }

    .ms-xxl-n13 {
        margin-left: -4rem!important
    }

    .ms-xxl-n14 {
        margin-left: -4.5rem!important
    }

    .ms-xxl-n15 {
        margin-left: -5rem!important
    }

    .ms-xxl-n16 {
        margin-left: -6rem!important
    }

    .ms-xxl-n17 {
        margin-left: -7rem!important
    }

    .ms-xxl-n18 {
        margin-left: -8rem!important
    }

    .ms-xxl-n19 {
        margin-left: -9rem!important
    }

    .ms-xxl-n20 {
        margin-left: -10rem!important
    }

    .ms-xxl-n21 {
        margin-left: -12.5rem!important
    }

    .ms-xxl-n22 {
        margin-left: -15rem!important
    }

    .ms-xxl-n23 {
        margin-left: -17.5rem!important
    }

    .ms-xxl-n24 {
        margin-left: -20rem!important
    }

    .ms-xxl-n25 {
        margin-left: -22.5rem!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: .75rem!important
    }

    .p-xxl-4 {
        padding: 1rem!important
    }

    .p-xxl-5 {
        padding: 1.25rem!important
    }

    .p-xxl-6 {
        padding: 1.5rem!important
    }

    .p-xxl-7 {
        padding: 1.75rem!important
    }

    .p-xxl-8 {
        padding: 2rem!important
    }

    .p-xxl-9 {
        padding: 2.25rem!important
    }

    .p-xxl-10 {
        padding: 2.5rem!important
    }

    .p-xxl-11 {
        padding: 3rem!important
    }

    .p-xxl-12 {
        padding: 3.5rem!important
    }

    .p-xxl-13 {
        padding: 4rem!important
    }

    .p-xxl-14 {
        padding: 4.5rem!important
    }

    .p-xxl-15 {
        padding: 5rem!important
    }

    .p-xxl-16 {
        padding: 6rem!important
    }

    .p-xxl-17 {
        padding: 7rem!important
    }

    .p-xxl-18 {
        padding: 8rem!important
    }

    .p-xxl-19 {
        padding: 9rem!important
    }

    .p-xxl-20 {
        padding: 10rem!important
    }

    .p-xxl-21 {
        padding: 12.5rem!important
    }

    .p-xxl-22 {
        padding: 15rem!important
    }

    .p-xxl-23 {
        padding: 17.5rem!important
    }

    .p-xxl-24 {
        padding: 20rem!important
    }

    .p-xxl-25 {
        padding: 22.5rem!important
    }

    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: .75rem!important;
        padding-left: .75rem!important
    }

    .px-xxl-4 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-5 {
        padding-right: 1.25rem!important;
        padding-left: 1.25rem!important
    }

    .px-xxl-6 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-7 {
        padding-right: 1.75rem!important;
        padding-left: 1.75rem!important
    }

    .px-xxl-8 {
        padding-right: 2rem!important;
        padding-left: 2rem!important
    }

    .px-xxl-9 {
        padding-right: 2.25rem!important;
        padding-left: 2.25rem!important
    }

    .px-xxl-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important
    }

    .px-xxl-11 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-xxl-12 {
        padding-right: 3.5rem!important;
        padding-left: 3.5rem!important
    }

    .px-xxl-13 {
        padding-right: 4rem!important;
        padding-left: 4rem!important
    }

    .px-xxl-14 {
        padding-right: 4.5rem!important;
        padding-left: 4.5rem!important
    }

    .px-xxl-15 {
        padding-right: 5rem!important;
        padding-left: 5rem!important
    }

    .px-xxl-16 {
        padding-right: 6rem!important;
        padding-left: 6rem!important
    }

    .px-xxl-17 {
        padding-right: 7rem!important;
        padding-left: 7rem!important
    }

    .px-xxl-18 {
        padding-right: 8rem!important;
        padding-left: 8rem!important
    }

    .px-xxl-19 {
        padding-right: 9rem!important;
        padding-left: 9rem!important
    }

    .px-xxl-20 {
        padding-right: 10rem!important;
        padding-left: 10rem!important
    }

    .px-xxl-21 {
        padding-right: 12.5rem!important;
        padding-left: 12.5rem!important
    }

    .px-xxl-22 {
        padding-right: 15rem!important;
        padding-left: 15rem!important
    }

    .px-xxl-23 {
        padding-right: 17.5rem!important;
        padding-left: 17.5rem!important
    }

    .px-xxl-24 {
        padding-right: 20rem!important;
        padding-left: 20rem!important
    }

    .px-xxl-25 {
        padding-right: 22.5rem!important;
        padding-left: 22.5rem!important
    }

    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: .75rem!important;
        padding-bottom: .75rem!important
    }

    .py-xxl-4 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-5 {
        padding-top: 1.25rem!important;
        padding-bottom: 1.25rem!important
    }

    .py-xxl-6 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-7 {
        padding-top: 1.75rem!important;
        padding-bottom: 1.75rem!important
    }

    .py-xxl-8 {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important
    }

    .py-xxl-9 {
        padding-top: 2.25rem!important;
        padding-bottom: 2.25rem!important
    }

    .py-xxl-10 {
        padding-top: 2.5rem!important;
        padding-bottom: 2.5rem!important
    }

    .py-xxl-11 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-xxl-12 {
        padding-top: 3.5rem!important;
        padding-bottom: 3.5rem!important
    }

    .py-xxl-13 {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important
    }

    .py-xxl-14 {
        padding-top: 4.5rem!important;
        padding-bottom: 4.5rem!important
    }

    .py-xxl-15 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important
    }

    .py-xxl-16 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important
    }

    .py-xxl-17 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important
    }

    .py-xxl-18 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important
    }

    .py-xxl-19 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important
    }

    .py-xxl-20 {
        padding-top: 10rem!important;
        padding-bottom: 10rem!important
    }

    .py-xxl-21 {
        padding-top: 12.5rem!important;
        padding-bottom: 12.5rem!important
    }

    .py-xxl-22 {
        padding-top: 15rem!important;
        padding-bottom: 15rem!important
    }

    .py-xxl-23 {
        padding-top: 17.5rem!important;
        padding-bottom: 17.5rem!important
    }

    .py-xxl-24 {
        padding-top: 20rem!important;
        padding-bottom: 20rem!important
    }

    .py-xxl-25 {
        padding-top: 22.5rem!important;
        padding-bottom: 22.5rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: .75rem!important
    }

    .pt-xxl-4 {
        padding-top: 1rem!important
    }

    .pt-xxl-5 {
        padding-top: 1.25rem!important
    }

    .pt-xxl-6 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-7 {
        padding-top: 1.75rem!important
    }

    .pt-xxl-8 {
        padding-top: 2rem!important
    }

    .pt-xxl-9 {
        padding-top: 2.25rem!important
    }

    .pt-xxl-10 {
        padding-top: 2.5rem!important
    }

    .pt-xxl-11 {
        padding-top: 3rem!important
    }

    .pt-xxl-12 {
        padding-top: 3.5rem!important
    }

    .pt-xxl-13 {
        padding-top: 4rem!important
    }

    .pt-xxl-14 {
        padding-top: 4.5rem!important
    }

    .pt-xxl-15 {
        padding-top: 5rem!important
    }

    .pt-xxl-16 {
        padding-top: 6rem!important
    }

    .pt-xxl-17 {
        padding-top: 7rem!important
    }

    .pt-xxl-18 {
        padding-top: 8rem!important
    }

    .pt-xxl-19 {
        padding-top: 9rem!important
    }

    .pt-xxl-20 {
        padding-top: 10rem!important
    }

    .pt-xxl-21 {
        padding-top: 12.5rem!important
    }

    .pt-xxl-22 {
        padding-top: 15rem!important
    }

    .pt-xxl-23 {
        padding-top: 17.5rem!important
    }

    .pt-xxl-24 {
        padding-top: 20rem!important
    }

    .pt-xxl-25 {
        padding-top: 22.5rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: .75rem!important
    }

    .pe-xxl-4 {
        padding-right: 1rem!important
    }

    .pe-xxl-5 {
        padding-right: 1.25rem!important
    }

    .pe-xxl-6 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-7 {
        padding-right: 1.75rem!important
    }

    .pe-xxl-8 {
        padding-right: 2rem!important
    }

    .pe-xxl-9 {
        padding-right: 2.25rem!important
    }

    .pe-xxl-10 {
        padding-right: 2.5rem!important
    }

    .pe-xxl-11 {
        padding-right: 3rem!important
    }

    .pe-xxl-12 {
        padding-right: 3.5rem!important
    }

    .pe-xxl-13 {
        padding-right: 4rem!important
    }

    .pe-xxl-14 {
        padding-right: 4.5rem!important
    }

    .pe-xxl-15 {
        padding-right: 5rem!important
    }

    .pe-xxl-16 {
        padding-right: 6rem!important
    }

    .pe-xxl-17 {
        padding-right: 7rem!important
    }

    .pe-xxl-18 {
        padding-right: 8rem!important
    }

    .pe-xxl-19 {
        padding-right: 9rem!important
    }

    .pe-xxl-20 {
        padding-right: 10rem!important
    }

    .pe-xxl-21 {
        padding-right: 12.5rem!important
    }

    .pe-xxl-22 {
        padding-right: 15rem!important
    }

    .pe-xxl-23 {
        padding-right: 17.5rem!important
    }

    .pe-xxl-24 {
        padding-right: 20rem!important
    }

    .pe-xxl-25 {
        padding-right: 22.5rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: .75rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 1.25rem!important
    }

    .pb-xxl-6 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-7 {
        padding-bottom: 1.75rem!important
    }

    .pb-xxl-8 {
        padding-bottom: 2rem!important
    }

    .pb-xxl-9 {
        padding-bottom: 2.25rem!important
    }

    .pb-xxl-10 {
        padding-bottom: 2.5rem!important
    }

    .pb-xxl-11 {
        padding-bottom: 3rem!important
    }

    .pb-xxl-12 {
        padding-bottom: 3.5rem!important
    }

    .pb-xxl-13 {
        padding-bottom: 4rem!important
    }

    .pb-xxl-14 {
        padding-bottom: 4.5rem!important
    }

    .pb-xxl-15 {
        padding-bottom: 5rem!important
    }

    .pb-xxl-16 {
        padding-bottom: 6rem!important
    }

    .pb-xxl-17 {
        padding-bottom: 7rem!important
    }

    .pb-xxl-18 {
        padding-bottom: 8rem!important
    }

    .pb-xxl-19 {
        padding-bottom: 9rem!important
    }

    .pb-xxl-20 {
        padding-bottom: 10rem!important
    }

    .pb-xxl-21 {
        padding-bottom: 12.5rem!important
    }

    .pb-xxl-22 {
        padding-bottom: 15rem!important
    }

    .pb-xxl-23 {
        padding-bottom: 17.5rem!important
    }

    .pb-xxl-24 {
        padding-bottom: 20rem!important
    }

    .pb-xxl-25 {
        padding-bottom: 22.5rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: .75rem!important
    }

    .ps-xxl-4 {
        padding-left: 1rem!important
    }

    .ps-xxl-5 {
        padding-left: 1.25rem!important
    }

    .ps-xxl-6 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-7 {
        padding-left: 1.75rem!important
    }

    .ps-xxl-8 {
        padding-left: 2rem!important
    }

    .ps-xxl-9 {
        padding-left: 2.25rem!important
    }

    .ps-xxl-10 {
        padding-left: 2.5rem!important
    }

    .ps-xxl-11 {
        padding-left: 3rem!important
    }

    .ps-xxl-12 {
        padding-left: 3.5rem!important
    }

    .ps-xxl-13 {
        padding-left: 4rem!important
    }

    .ps-xxl-14 {
        padding-left: 4.5rem!important
    }

    .ps-xxl-15 {
        padding-left: 5rem!important
    }

    .ps-xxl-16 {
        padding-left: 6rem!important
    }

    .ps-xxl-17 {
        padding-left: 7rem!important
    }

    .ps-xxl-18 {
        padding-left: 8rem!important
    }

    .ps-xxl-19 {
        padding-left: 9rem!important
    }

    .ps-xxl-20 {
        padding-left: 10rem!important
    }

    .ps-xxl-21 {
        padding-left: 12.5rem!important
    }

    .ps-xxl-22 {
        padding-left: 15rem!important
    }

    .ps-xxl-23 {
        padding-left: 17.5rem!important
    }

    .ps-xxl-24 {
        padding-left: 20rem!important
    }

    .ps-xxl-25 {
        padding-left: 22.5rem!important
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}





@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}





::-moz-selection {
    background: rgba(116,126,209,.7);
    color: #fff
}





::selection {
    background: rgba(116,126,209,.7);
    color: #fff
}





button:focus {
    outline: 0
}





a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    a {
        -webkit-transition: none;
        transition: none
    }
}





a.hover {
    position: relative
}





a.hover::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none
}





a.hover::before {
    content: '';
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.7,0,.2,1);
    transition: -webkit-transform .3s cubic-bezier(.7,0,.2,1);
    transition: transform .3s cubic-bezier(.7,0,.2,1);
    transition: transform .3s cubic-bezier(.7,0,.2,1), -webkit-transform .3s cubic-bezier(.7,0,.2,1)
}





a.hover:hover::before {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
    -webkit-transition-timing-function: cubic-bezier(.4,1,.8,1);
            transition-timing-function: cubic-bezier(.4,1,.8,1)
}





.text-reset a {
    color: inherit!important
}





.link-dark:hover,.text-reset a:hover,a.text-reset:hover {
    color: #747ed1!important
}





[class*=text-] .text-reset:hover {
    color: inherit!important
}





.link-body {
    color: #60697b
}





.link-inverse {
    color: #cacaca
}





.link-inverse,.text-inverse,.text-inverse a:not(.btn) {
    color: #fff
}





.bg-dark.link-inverse,.bg-dark.text-inverse,.bg-dark.text-inverse a:not(.btn):not([class*=link-]),[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]) {
    color: #cacaca
}





.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,.text-inverse a:not(.btn):hover,[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover {
    color: #747ed1
}





.text-inverse a:not(.btn):hover {
    border-color: #747ed1
}





.badge.bg-light {
    background: rgba(164,174,198,.2)!important
}





.more {
    font-weight: 700;
    letter-spacing: -.01rem;
    display: inline-block
}





hr.double {
    background: 0 0;
    border-style: double;
    border-color: rgba(164,174,198,.2)
}





_:default:not(:root:root),hr.double {
    border-bottom-width: 3px
}





.divider-icon {
    border: 0;
    position: relative;
    margin: 4.5rem 0
}





.divider-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-size: 1.2rem;
    color: rgba(164,174,198,.2)
}





.divider-icon:after,.divider-icon:before {
    position: absolute;
    top: 50%;
    content: "";
    border-top: 1px solid rgba(164,174,198,.2);
    width: calc(50% - 1.5rem)
}





.divider-icon:before {
    left: 0
}





.divider-icon:after {
    right: 0
}





.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    color: #343f52;
    word-spacing: .1rem;
    letter-spacing: -.01rem
}





.text-uppercase.h1,.text-uppercase.h2,.text-uppercase.h3,.text-uppercase.h4,.text-uppercase.h5,.text-uppercase.h6,h1.text-uppercase,h2.text-uppercase,h3.text-uppercase,h4.text-uppercase,h5.text-uppercase,h6.text-uppercase {
    letter-spacing: .02rem
}





.h1,h1 {
    line-height: 1.3
}





.h2,h2 {
    line-height: 1.35
}





.h3,h3 {
    line-height: 1.4
}





.h4,h4 {
    line-height: 1.45
}





.h5,h5 {
    line-height: 1.5
}





.h6,h6 {
    line-height: 1.55
}





.display-1 {
    line-height: 1.2
}





.display-2,.display-3 {
    line-height: 1.25
}





.display-4,.display-5 {
    line-height: 1.3;
}





.display-6 {
    line-height: 1.35
}





.ls-sm {
    letter-spacing: -.02rem!important
}





.ls-md {
    letter-spacing: -.01rem!important
}





.ls-lg {
    letter-spacing: .02rem!important
}





.ls-xl {
    letter-spacing: .05rem!important
}





.lead {
    line-height: 1.65
}





.lead.fs-lg {
    font-size: 1.05rem;
    line-height: 1.6
}





.text-primary {
    color: #747ed1!important
}





.text-line {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    padding-left: 1.4rem
}





.text-line:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    left: 0;
    width: .75rem;
    height: .05rem;
    background: #747ed1
}





.text-line.text-blue:before {
    background-color: #3f78e0
}





.text-line.text-purple:before {
    background-color: #747ed1
}





.text-line.text-violet:before {
    background-color: #a07cc5
}





.text-line.text-pink:before {
    background-color: #d16b86
}





.text-line.text-red:before {
    background-color: #e2626b
}





.text-line.text-orange:before {
    background-color: #f78b77
}





.text-line.text-yellow:before {
    background-color: #fab758
}





.text-line.text-green:before {
    background-color: #6bbea3
}





.text-line.text-leaf:before {
    background-color: #7cb798
}





.text-line.text-aqua:before {
    background-color: #54a8c7
}





.text-line.text-navy:before {
    background-color: #343f52
}





.text-line.text-ash:before {
    background-color: #9499a3
}





.text-line.text-white:before {
    background-color: #fff
}





.text-line.text-light:before {
    background-color: #fefefe
}





.text-line.text-gray:before {
    background-color: #f6f7f9
}





.text-line.text-dark:before {
    background-color: #262b32
}





.text-line.text-primary:before {
    background-color: #747ed1
}





.text-line.text-muted:before {
    background-color: #aab0bc
}





.underline {
    position: relative
}





.underline:after {
    content: "";
    display: block;
    background: rgba(116,126,209,.12);
    border-radius: 1rem;
    position: absolute;
    width: calc(100% + 2.5%);
    height: 30%;
    left: -1.5%;
    bottom: 9%;
    z-index: 0;
    margin-top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    .underline:after {
        -webkit-transition: none;
        transition: none
    }
}





.underline.blue:after {
    background: rgba(63,120,224,.12)
}





.underline.purple:after {
    background: rgba(116,126,209,.12)
}





.underline.violet:after {
    background: rgba(160,124,197,.12)
}





.underline.pink:after {
    background: rgba(209,107,134,.12)
}





.underline.red:after {
    background: rgba(226,98,107,.12)
}





.underline.orange:after {
    background: rgba(247,139,119,.12)
}





.underline.yellow:after {
    background: rgba(250,183,88,.12)
}





.underline.green:after {
    background: rgba(107,190,163,.12)
}





.underline.leaf:after {
    background: rgba(124,183,152,.12)
}





.underline.aqua:after {
    background: rgba(84,168,199,.12)
}





.underline.navy:after {
    background: rgba(52,63,82,.12)
}





.underline.ash:after {
    background: rgba(148,153,163,.12)
}





.underline.white:after {
    background: rgba(255,255,255,.12)
}





.underline.light:after {
    background: rgba(254,254,254,.12)
}





.underline.gray:after {
    background: rgba(246,247,249,.12)
}





.underline.dark:after {
    background: rgba(38,43,50,.12)
}





.underline.primary:after {
    background: rgba(116,126,209,.12)
}





.rounded img {
    border-radius: .4rem;
}





@media (min-width: 992px) {
    .image-wrapper.rounded-lg-start,.map.rounded-lg-start iframe {
        border-bottom-left-radius:.4rem!important;
        border-top-left-radius: .4rem!important;
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important
    }

    .image-wrapper.rounded-4-lg-start {
        border-bottom-left-radius: .8rem!important;
        border-top-left-radius: .8rem!important;
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important
    }
}





@media (max-width: 991.98px) {
    .image-wrapper.rounded-top,.map.rounded-top iframe {
        border-top-left-radius:.4rem!important;
        border-top-right-radius: .4rem!important
    }

    .image-wrapper.rounded-4-top {
        border-top-left-radius: .8rem!important;
        border-top-right-radius: .8rem!important
    }

    .image-wrapper.bg-cover {
        min-height: 15rem
    }
}





figure {
    margin: 0;
    padding: 0;
}





figure img {
    width: 100%;
    max-width: 100%;
    height: auto!important;
}





.img-blob img {
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: auto;
    width: 100%;
    max-width: 100%;
    -webkit-mask-size: auto auto;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMTkyLjcxIj48ZyBkYXRhLW5hbWU9IkxheWVyIDIiPjxwYXRoIGQ9Ik0xOTggNzFjMTAuNCAzOS43Ni0yMS42NSA4NS40MS01Ny4zIDEwNi44NHMtNzUuMTMgMTguNjgtMTAzLjA3LTEuMzJBOTEuMTYgOTEuMTYgMCAwMTIuNjIgODFDMTIgNDIuNjIgNDcuMTIgMyA5MS4wNi4xN1MxODcuNjcgMzEuMTkgMTk4IDcxeiIgZGF0YS1uYW1lPSJMYXllciAxIi8+PC9nPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMTkyLjcxIj48ZyBkYXRhLW5hbWU9IkxheWVyIDIiPjxwYXRoIGQ9Ik0xOTggNzFjMTAuNCAzOS43Ni0yMS42NSA4NS40MS01Ny4zIDEwNi44NHMtNzUuMTMgMTguNjgtMTAzLjA3LTEuMzJBOTEuMTYgOTEuMTYgMCAwMTIuNjIgODFDMTIgNDIuNjIgNDcuMTIgMyA5MS4wNi4xN1MxODcuNjcgMzEuMTkgMTk4IDcxeiIgZGF0YS1uYW1lPSJMYXllciAxIi8+PC9nPjwvc3ZnPg==)
}





.map iframe {
    display: block
}





.map.map-full {
    height: 100%;
    min-height: 15rem
}





[class*=mb-n],[class*=mt-n] {
    position: relative;
    z-index: 3
}





.mb-n50p {
    -webkit-transform: translateY(50%);
            transform: translateY(50%)
}





.mt-n50p {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
}





@media screen and (min-width: 576px) {
    .mb-sm-n50p {
        -webkit-transform:translateY(50%);
                transform:translateY(50%)
    }

    .mt-sm-n50p {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
    }
}





@media screen and (min-width: 768px) {
    .mb-md-n50p {
        -webkit-transform:translateY(50%);
                transform:translateY(50%)
    }

    .mt-md-n50p {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
    }
}





@media screen and (min-width: 992px) {
    .mb-lg-n50p {
        -webkit-transform:translateY(50%);
                transform:translateY(50%)
    }

    .mt-lg-n50p {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
    }
}





@media screen and (min-width: 1200px) {
    .mb-xl-n50p {
        -webkit-transform:translateY(50%);
                transform:translateY(50%)
    }

    .mt-xl-n50p {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
    }
}





@media screen and (min-width: 1400px) {
    .mb-xxl-n50p {
        -webkit-transform:translateY(50%);
                transform:translateY(50%)
    }

    .mt-xxl-n50p {
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
    }
}





@media (max-width: 1199.98px) {
    .border-radius-lg-top {
        border-top-left-radius:0!important;
        border-top-right-radius: 0!important
    }
}





@media (min-width: 992px) {
    .position-lg-absolute {
        position:absolute!important
    }
}





.bg-soft-blue {
    background-color: #f1f5fd!important
}





.bg-soft-purple {
    background-color: #f5f5fc!important
}





.bg-soft-violet {
    background-color: #f8f5fb!important
}





.bg-soft-pink {
    background-color: #fcf4f6!important
}





.bg-soft-red {
    background-color: #fdf3f4!important
}





.bg-soft-orange {
    background-color: #fef6f5!important
}





.bg-soft-green {
    background-color: #f4faf8!important
}





.bg-soft-leaf {
    background-color: #f5faf7!important
}





.bg-soft-aqua {
    background-color: #f2f8fb!important
}





.bg-soft-navy {
    background-color: #f0f1f2!important
}





.bg-soft-ash {
    background-color: #f7f7f8!important
}





.bg-soft-gray {
    background-color: #fefeff!important
}





.bg-soft-primary {
    background-color: #f5f5fc!important
}





.bg-soft-gray {
    background: rgba(164,174,198,.2)
}





.bg-primary {
    background: #747ed1!important
}





.bg-pale-blue {
    background-color: #e0e9fa!important
}





.bg-pale-purple {
    background-color: #e9eaf8!important
}





.bg-pale-violet {
    background-color: #f0eaf6!important
}





.bg-pale-pink {
    background-color: #f8e7ec!important
}





.bg-pale-red {
    background-color: #fae6e7!important
}





.bg-pale-orange {
    background-color: #feece9!important
}





.bg-pale-yellow {
    background-color: #fef3e4!important
}





.bg-pale-green {
    background-color: #e7f5f0!important
}





.bg-pale-leaf {
    background-color: #eaf3ef!important
}





.bg-pale-aqua {
    background-color: #e4f1f6!important
}





.bg-pale-navy {
    background-color: #dfe0e3!important
}





.bg-pale-ash {
    background-color: #eeeff0!important
}





.bg-pale-primary {
    background-color: #e9eaf8!important
}





.bg-gradient-blue {
    background: -webkit-gradient(linear,left top, left bottom,from(#f1f5fd),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#f1f5fd,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-blue {
    background: -webkit-gradient(linear,left bottom, left top,from(#f1f5fd),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#f1f5fd,rgba(255,255,255,0) 100%)
}





.bg-gradient-purple {
    background: -webkit-gradient(linear,left top, left bottom,from(#f5f5fc),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#f5f5fc,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-purple {
    background: -webkit-gradient(linear,left bottom, left top,from(#f5f5fc),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#f5f5fc,rgba(255,255,255,0) 100%)
}





.bg-gradient-violet {
    background: -webkit-gradient(linear,left top, left bottom,from(#f8f5fb),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#f8f5fb,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-violet {
    background: -webkit-gradient(linear,left bottom, left top,from(#f8f5fb),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#f8f5fb,rgba(255,255,255,0) 100%)
}





.bg-gradient-pink {
    background: -webkit-gradient(linear,left top, left bottom,from(#fcf4f6),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#fcf4f6,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-pink {
    background: -webkit-gradient(linear,left bottom, left top,from(#fcf4f6),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#fcf4f6,rgba(255,255,255,0) 100%)
}





.bg-gradient-red {
    background: -webkit-gradient(linear,left top, left bottom,from(#fdf3f4),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#fdf3f4,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-red {
    background: -webkit-gradient(linear,left bottom, left top,from(#fdf3f4),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#fdf3f4,rgba(255,255,255,0) 100%)
}





.bg-gradient-orange {
    background: -webkit-gradient(linear,left top, left bottom,from(#fef6f5),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#fef6f5,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-orange {
    background: -webkit-gradient(linear,left bottom, left top,from(#fef6f5),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#fef6f5,rgba(255,255,255,0) 100%)
}





.bg-gradient-green {
    background: -webkit-gradient(linear,left top, left bottom,from(#f4faf8),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#f4faf8,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-green {
    background: -webkit-gradient(linear,left bottom, left top,from(#f4faf8),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#f4faf8,rgba(255,255,255,0) 100%)
}





.bg-gradient-leaf {
    background: -webkit-gradient(linear,left top, left bottom,from(#f5faf7),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#f5faf7,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-leaf {
    background: -webkit-gradient(linear,left bottom, left top,from(#f5faf7),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#f5faf7,rgba(255,255,255,0) 100%)
}





.bg-gradient-aqua {
    background: -webkit-gradient(linear,left top, left bottom,from(#f2f8fb),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#f2f8fb,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-aqua {
    background: -webkit-gradient(linear,left bottom, left top,from(#f2f8fb),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#f2f8fb,rgba(255,255,255,0) 100%)
}





.bg-gradient-navy {
    background: -webkit-gradient(linear,left top, left bottom,from(#f0f1f2),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#f0f1f2,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-navy {
    background: -webkit-gradient(linear,left bottom, left top,from(#f0f1f2),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#f0f1f2,rgba(255,255,255,0) 100%)
}





.bg-gradient-ash {
    background: -webkit-gradient(linear,left top, left bottom,from(#f7f7f8),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#f7f7f8,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-ash {
    background: -webkit-gradient(linear,left bottom, left top,from(#f7f7f8),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#f7f7f8,rgba(255,255,255,0) 100%)
}





.bg-gradient-gray {
    background: -webkit-gradient(linear,left top, left bottom,from(#fefeff),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#fefeff,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-gray {
    background: -webkit-gradient(linear,left bottom, left top,from(#fefeff),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#fefeff,rgba(255,255,255,0) 100%)
}





.bg-gradient-primary {
    background: -webkit-gradient(linear,left top, left bottom,from(#f5f5fc),to(rgba(255,255,255,0)));
    background: linear-gradient(180deg,#f5f5fc,rgba(255,255,255,0) 100%)
}





.bg-gradient-reverse-primary {
    background: -webkit-gradient(linear,left bottom, left top,from(#f5f5fc),to(rgba(255,255,255,0)));
    background: linear-gradient(0deg,#f5f5fc,rgba(255,255,255,0) 100%)
}





.wrapper.bg-blue.angled.lower-start:after,.wrapper.bg-blue.angled.upper-start:before {
    border-left-color: #3f78e0
}





.wrapper.bg-blue.angled.lower-end:after,.wrapper.bg-blue.angled.upper-end:before {
    border-right-color: #3f78e0
}





.wrapper.bg-soft-blue.angled.lower-start:after,.wrapper.bg-soft-blue.angled.upper-start:before {
    border-left-color: #f1f5fd
}





.wrapper.bg-soft-blue.angled.lower-end:after,.wrapper.bg-soft-blue.angled.upper-end:before {
    border-right-color: #f1f5fd
}





.wrapper.bg-pale-blue.angled.lower-start:after,.wrapper.bg-pale-blue.angled.upper-start:before {
    border-left-color: #e0e9fa
}





.wrapper.bg-pale-blue.angled.lower-end:after,.wrapper.bg-pale-blue.angled.upper-end:before {
    border-right-color: #e0e9fa
}





.wrapper.bg-purple.angled.lower-start:after,.wrapper.bg-purple.angled.upper-start:before {
    border-left-color: #747ed1
}





.wrapper.bg-purple.angled.lower-end:after,.wrapper.bg-purple.angled.upper-end:before {
    border-right-color: #747ed1
}





.wrapper.bg-soft-purple.angled.lower-start:after,.wrapper.bg-soft-purple.angled.upper-start:before {
    border-left-color: #f5f5fc
}





.wrapper.bg-soft-purple.angled.lower-end:after,.wrapper.bg-soft-purple.angled.upper-end:before {
    border-right-color: #f5f5fc
}





.wrapper.bg-pale-purple.angled.lower-start:after,.wrapper.bg-pale-purple.angled.upper-start:before {
    border-left-color: #e9eaf8
}





.wrapper.bg-pale-purple.angled.lower-end:after,.wrapper.bg-pale-purple.angled.upper-end:before {
    border-right-color: #e9eaf8
}





.wrapper.bg-violet.angled.lower-start:after,.wrapper.bg-violet.angled.upper-start:before {
    border-left-color: #a07cc5
}





.wrapper.bg-violet.angled.lower-end:after,.wrapper.bg-violet.angled.upper-end:before {
    border-right-color: #a07cc5
}





.wrapper.bg-soft-violet.angled.lower-start:after,.wrapper.bg-soft-violet.angled.upper-start:before {
    border-left-color: #f8f5fb
}





.wrapper.bg-soft-violet.angled.lower-end:after,.wrapper.bg-soft-violet.angled.upper-end:before {
    border-right-color: #f8f5fb
}





.wrapper.bg-pale-violet.angled.lower-start:after,.wrapper.bg-pale-violet.angled.upper-start:before {
    border-left-color: #f0eaf6
}





.wrapper.bg-pale-violet.angled.lower-end:after,.wrapper.bg-pale-violet.angled.upper-end:before {
    border-right-color: #f0eaf6
}





.wrapper.bg-pink.angled.lower-start:after,.wrapper.bg-pink.angled.upper-start:before {
    border-left-color: #d16b86
}





.wrapper.bg-pink.angled.lower-end:after,.wrapper.bg-pink.angled.upper-end:before {
    border-right-color: #d16b86
}





.wrapper.bg-soft-pink.angled.lower-start:after,.wrapper.bg-soft-pink.angled.upper-start:before {
    border-left-color: #fcf4f6
}





.wrapper.bg-soft-pink.angled.lower-end:after,.wrapper.bg-soft-pink.angled.upper-end:before {
    border-right-color: #fcf4f6
}





.wrapper.bg-pale-pink.angled.lower-start:after,.wrapper.bg-pale-pink.angled.upper-start:before {
    border-left-color: #f8e7ec
}





.wrapper.bg-pale-pink.angled.lower-end:after,.wrapper.bg-pale-pink.angled.upper-end:before {
    border-right-color: #f8e7ec
}





.wrapper.bg-red.angled.lower-start:after,.wrapper.bg-red.angled.upper-start:before {
    border-left-color: #e2626b
}





.wrapper.bg-red.angled.lower-end:after,.wrapper.bg-red.angled.upper-end:before {
    border-right-color: #e2626b
}





.wrapper.bg-soft-red.angled.lower-start:after,.wrapper.bg-soft-red.angled.upper-start:before {
    border-left-color: #fdf3f4
}





.wrapper.bg-soft-red.angled.lower-end:after,.wrapper.bg-soft-red.angled.upper-end:before {
    border-right-color: #fdf3f4
}





.wrapper.bg-pale-red.angled.lower-start:after,.wrapper.bg-pale-red.angled.upper-start:before {
    border-left-color: #fae6e7
}





.wrapper.bg-pale-red.angled.lower-end:after,.wrapper.bg-pale-red.angled.upper-end:before {
    border-right-color: #fae6e7
}





.wrapper.bg-orange.angled.lower-start:after,.wrapper.bg-orange.angled.upper-start:before {
    border-left-color: #f78b77
}





.wrapper.bg-orange.angled.lower-end:after,.wrapper.bg-orange.angled.upper-end:before {
    border-right-color: #f78b77
}





.wrapper.bg-soft-orange.angled.lower-start:after,.wrapper.bg-soft-orange.angled.upper-start:before {
    border-left-color: #fef6f5
}





.wrapper.bg-soft-orange.angled.lower-end:after,.wrapper.bg-soft-orange.angled.upper-end:before {
    border-right-color: #fef6f5
}





.wrapper.bg-pale-orange.angled.lower-start:after,.wrapper.bg-pale-orange.angled.upper-start:before {
    border-left-color: #feece9
}





.wrapper.bg-pale-orange.angled.lower-end:after,.wrapper.bg-pale-orange.angled.upper-end:before {
    border-right-color: #feece9
}





.wrapper.bg-yellow.angled.lower-start:after,.wrapper.bg-yellow.angled.upper-start:before {
    border-left-color: #fab758
}





.wrapper.bg-yellow.angled.lower-end:after,.wrapper.bg-yellow.angled.upper-end:before {
    border-right-color: #fab758
}





.wrapper.bg-soft-yellow.angled.lower-start:after,.wrapper.bg-soft-yellow.angled.upper-start:before {
    border-left-color: #fffaf2
}





.wrapper.bg-soft-yellow.angled.lower-end:after,.wrapper.bg-soft-yellow.angled.upper-end:before {
    border-right-color: #fffaf2
}





.wrapper.bg-pale-yellow.angled.lower-start:after,.wrapper.bg-pale-yellow.angled.upper-start:before {
    border-left-color: #fef3e4
}





.wrapper.bg-pale-yellow.angled.lower-end:after,.wrapper.bg-pale-yellow.angled.upper-end:before {
    border-right-color: #fef3e4
}





.wrapper.bg-green.angled.lower-start:after,.wrapper.bg-green.angled.upper-start:before {
    border-left-color: #6bbea3
}





.wrapper.bg-green.angled.lower-end:after,.wrapper.bg-green.angled.upper-end:before {
    border-right-color: #6bbea3
}





.wrapper.bg-soft-green.angled.lower-start:after,.wrapper.bg-soft-green.angled.upper-start:before {
    border-left-color: #f4faf8
}





.wrapper.bg-soft-green.angled.lower-end:after,.wrapper.bg-soft-green.angled.upper-end:before {
    border-right-color: #f4faf8
}





.wrapper.bg-pale-green.angled.lower-start:after,.wrapper.bg-pale-green.angled.upper-start:before {
    border-left-color: #e7f5f0
}





.wrapper.bg-pale-green.angled.lower-end:after,.wrapper.bg-pale-green.angled.upper-end:before {
    border-right-color: #e7f5f0
}





.wrapper.bg-leaf.angled.lower-start:after,.wrapper.bg-leaf.angled.upper-start:before {
    border-left-color: #7cb798
}





.wrapper.bg-leaf.angled.lower-end:after,.wrapper.bg-leaf.angled.upper-end:before {
    border-right-color: #7cb798
}





.wrapper.bg-soft-leaf.angled.lower-start:after,.wrapper.bg-soft-leaf.angled.upper-start:before {
    border-left-color: #f5faf7
}





.wrapper.bg-soft-leaf.angled.lower-end:after,.wrapper.bg-soft-leaf.angled.upper-end:before {
    border-right-color: #f5faf7
}





.wrapper.bg-pale-leaf.angled.lower-start:after,.wrapper.bg-pale-leaf.angled.upper-start:before {
    border-left-color: #eaf3ef
}





.wrapper.bg-pale-leaf.angled.lower-end:after,.wrapper.bg-pale-leaf.angled.upper-end:before {
    border-right-color: #eaf3ef
}





.wrapper.bg-aqua.angled.lower-start:after,.wrapper.bg-aqua.angled.upper-start:before {
    border-left-color: #54a8c7
}





.wrapper.bg-aqua.angled.lower-end:after,.wrapper.bg-aqua.angled.upper-end:before {
    border-right-color: #54a8c7
}





.wrapper.bg-soft-aqua.angled.lower-start:after,.wrapper.bg-soft-aqua.angled.upper-start:before {
    border-left-color: #f2f8fb
}





.wrapper.bg-soft-aqua.angled.lower-end:after,.wrapper.bg-soft-aqua.angled.upper-end:before {
    border-right-color: #f2f8fb
}





.wrapper.bg-pale-aqua.angled.lower-start:after,.wrapper.bg-pale-aqua.angled.upper-start:before {
    border-left-color: #e4f1f6
}





.wrapper.bg-pale-aqua.angled.lower-end:after,.wrapper.bg-pale-aqua.angled.upper-end:before {
    border-right-color: #e4f1f6
}





.wrapper.bg-navy.angled.lower-start:after,.wrapper.bg-navy.angled.upper-start:before {
    border-left-color: #343f52
}





.wrapper.bg-navy.angled.lower-end:after,.wrapper.bg-navy.angled.upper-end:before {
    border-right-color: #343f52
}





.wrapper.bg-soft-navy.angled.lower-start:after,.wrapper.bg-soft-navy.angled.upper-start:before {
    border-left-color: #f0f1f2
}





.wrapper.bg-soft-navy.angled.lower-end:after,.wrapper.bg-soft-navy.angled.upper-end:before {
    border-right-color: #f0f1f2
}





.wrapper.bg-pale-navy.angled.lower-start:after,.wrapper.bg-pale-navy.angled.upper-start:before {
    border-left-color: #dfe0e3
}





.wrapper.bg-pale-navy.angled.lower-end:after,.wrapper.bg-pale-navy.angled.upper-end:before {
    border-right-color: #dfe0e3
}





.wrapper.bg-ash.angled.lower-start:after,.wrapper.bg-ash.angled.upper-start:before {
    border-left-color: #9499a3
}





.wrapper.bg-ash.angled.lower-end:after,.wrapper.bg-ash.angled.upper-end:before {
    border-right-color: #9499a3
}





.wrapper.bg-soft-ash.angled.lower-start:after,.wrapper.bg-soft-ash.angled.upper-start:before {
    border-left-color: #f7f7f8
}





.wrapper.bg-soft-ash.angled.lower-end:after,.wrapper.bg-soft-ash.angled.upper-end:before {
    border-right-color: #f7f7f8
}





.wrapper.bg-pale-ash.angled.lower-start:after,.wrapper.bg-pale-ash.angled.upper-start:before {
    border-left-color: #eeeff0
}





.wrapper.bg-pale-ash.angled.lower-end:after,.wrapper.bg-pale-ash.angled.upper-end:before {
    border-right-color: #eeeff0
}





.wrapper.bg-white.angled.lower-start:after,.wrapper.bg-white.angled.upper-start:before {
    border-left-color: #fff
}





.wrapper.bg-white.angled.lower-end:after,.wrapper.bg-white.angled.upper-end:before {
    border-right-color: #fff
}





.wrapper.bg-soft-white.angled.lower-start:after,.wrapper.bg-soft-white.angled.upper-start:before {
    border-left-color: #fff
}





.wrapper.bg-soft-white.angled.lower-end:after,.wrapper.bg-soft-white.angled.upper-end:before {
    border-right-color: #fff
}





.wrapper.bg-pale-white.angled.lower-start:after,.wrapper.bg-pale-white.angled.upper-start:before {
    border-left-color: #fff
}





.wrapper.bg-pale-white.angled.lower-end:after,.wrapper.bg-pale-white.angled.upper-end:before {
    border-right-color: #fff
}





.wrapper.bg-light.angled.lower-start:after,.wrapper.bg-light.angled.upper-start:before {
    border-left-color: #fefefe
}





.wrapper.bg-light.angled.lower-end:after,.wrapper.bg-light.angled.upper-end:before {
    border-right-color: #fefefe
}





.wrapper.bg-soft-light.angled.lower-start:after,.wrapper.bg-soft-light.angled.upper-start:before {
    border-left-color: #fff
}





.wrapper.bg-soft-light.angled.lower-end:after,.wrapper.bg-soft-light.angled.upper-end:before {
    border-right-color: #fff
}





.wrapper.bg-pale-light.angled.lower-start:after,.wrapper.bg-pale-light.angled.upper-start:before {
    border-left-color: #fff
}





.wrapper.bg-pale-light.angled.lower-end:after,.wrapper.bg-pale-light.angled.upper-end:before {
    border-right-color: #fff
}





.wrapper.bg-gray.angled.lower-start:after,.wrapper.bg-gray.angled.upper-start:before {
    border-left-color: #f6f7f9
}





.wrapper.bg-gray.angled.lower-end:after,.wrapper.bg-gray.angled.upper-end:before {
    border-right-color: #f6f7f9
}





.wrapper.bg-soft-gray.angled.lower-start:after,.wrapper.bg-soft-gray.angled.upper-start:before {
    border-left-color: #fefeff
}





.wrapper.bg-soft-gray.angled.lower-end:after,.wrapper.bg-soft-gray.angled.upper-end:before {
    border-right-color: #fefeff
}





.wrapper.bg-pale-gray.angled.lower-start:after,.wrapper.bg-pale-gray.angled.upper-start:before {
    border-left-color: #fefefe
}





.wrapper.bg-pale-gray.angled.lower-end:after,.wrapper.bg-pale-gray.angled.upper-end:before {
    border-right-color: #fefefe
}





.wrapper.bg-dark.angled.lower-start:after,.wrapper.bg-dark.angled.upper-start:before {
    border-left-color: #262b32
}





.wrapper.bg-dark.angled.lower-end:after,.wrapper.bg-dark.angled.upper-end:before {
    border-right-color: #262b32
}





.wrapper.bg-soft-dark.angled.lower-start:after,.wrapper.bg-soft-dark.angled.upper-start:before {
    border-left-color: #efeff0
}





.wrapper.bg-soft-dark.angled.lower-end:after,.wrapper.bg-soft-dark.angled.upper-end:before {
    border-right-color: #efeff0
}





.wrapper.bg-pale-dark.angled.lower-start:after,.wrapper.bg-pale-dark.angled.upper-start:before {
    border-left-color: #dcddde
}





.wrapper.bg-pale-dark.angled.lower-end:after,.wrapper.bg-pale-dark.angled.upper-end:before {
    border-right-color: #dcddde
}





.wrapper.bg-primary.angled.lower-start:after,.wrapper.bg-primary.angled.upper-start:before {
    border-left-color: #747ed1
}





.wrapper.bg-primary.angled.lower-end:after,.wrapper.bg-primary.angled.upper-end:before {
    border-right-color: #747ed1
}





.wrapper.bg-soft-primary.angled.lower-start:after,.wrapper.bg-soft-primary.angled.upper-start:before {
    border-left-color: #f5f5fc
}





.wrapper.bg-soft-primary.angled.lower-end:after,.wrapper.bg-soft-primary.angled.upper-end:before {
    border-right-color: #f5f5fc
}





.wrapper.bg-pale-primary.angled.lower-start:after,.wrapper.bg-pale-primary.angled.upper-start:before {
    border-left-color: #e9eaf8
}





.wrapper.bg-pale-primary.angled.lower-end:after,.wrapper.bg-pale-primary.angled.upper-end:before {
    border-right-color: #e9eaf8
}





.bg-soft-yellow {
    background-color: #fff8ef!important
}





.bg-gradient-yellow {
    background: -webkit-gradient(linear,left top, left bottom,from(#fff8ef),to(rgba(255,255,255,0)))!important;
    background: linear-gradient(180deg,#fff8ef,rgba(255,255,255,0) 100%)!important
}





.bg-gradient-reverse-yellow {
    background: -webkit-gradient(linear,left bottom, left top,from(#fff8ef),to(rgba(255,255,255,0)))!important;
    background: linear-gradient(0deg,#fff8ef,rgba(255,255,255,0) 100%)!important
}





.wrapper.bg-soft-yellow.angled.lower-start:after,.wrapper.bg-soft-yellow.angled.upper-start:before {
    border-left-color: #fff8ef!important
}





.wrapper.bg-soft-yellow.angled.lower-end:after,.wrapper.bg-soft-yellow.angled.upper-end:before {
    border-right-color: #fff8ef!important
}





.bg-gradient {
    background: -webkit-gradient(linear,left top, right top,from(#fab758),color-stop(#f78b77),to(#e2626b));
    background: linear-gradient(to right,#fab758,#f78b77,#e2626b)
}





.link-blue {
    color: #3f78e0
}





.link-blue:focus,.link-blue:hover {
    color: #3f78e0
}





.link-purple {
    color: #747ed1
}





.link-purple:focus,.link-purple:hover {
    color: #747ed1
}





.link-violet {
    color: #a07cc5
}





.link-violet:focus,.link-violet:hover {
    color: #a07cc5
}





.link-pink {
    color: #d16b86
}





.link-pink:focus,.link-pink:hover {
    color: #d16b86
}





.link-red {
    color: #e2626b
}





.link-red:focus,.link-red:hover {
    color: #e2626b
}





.link-orange {
    color: #f78b77
}





.link-orange:focus,.link-orange:hover {
    color: #f78b77
}





.link-yellow {
    color: #fab758
}





.link-yellow:focus,.link-yellow:hover {
    color: #fab758
}





.link-green {
    color: #6bbea3
}





.link-green:focus,.link-green:hover {
    color: #6bbea3
}





.link-leaf {
    color: #7cb798
}





.link-leaf:focus,.link-leaf:hover {
    color: #7cb798
}





.link-aqua {
    color: #54a8c7
}





.link-aqua:focus,.link-aqua:hover {
    color: #54a8c7
}





.link-navy {
    color: #343f52
}





.link-navy:focus,.link-navy:hover {
    color: #343f52
}





.link-ash {
    color: #9499a3
}





.link-ash:focus,.link-ash:hover {
    color: #9499a3
}





.link-white {
    color: #fff
}





.link-white:focus,.link-white:hover {
    color: #fff
}





.link-light {
    color: #fefefe
}





.link-light:focus,.link-light:hover {
    color: #fefefe
}





.link-gray {
    color: #f6f7f9
}





.link-gray:focus,.link-gray:hover {
    color: #f6f7f9
}





.link-primary {
    color: #747ed1
}





.link-primary:focus,.link-primary:hover {
    color: #747ed1
}





.link-secondary {
    color: #aab0bc
}





.link-secondary:focus,.link-secondary:hover {
    color: #aab0bc
}





.link-success {
    color: #6bbea3
}





.link-success:focus,.link-success:hover {
    color: #6bbea3
}





.link-info {
    color: #54a8c7
}





.link-info:focus,.link-info:hover {
    color: #54a8c7
}





.link-warning {
    color: #fab758
}





.link-warning:focus,.link-warning:hover {
    color: #fab758
}





.link-danger {
    color: #e2626b
}





.link-danger:focus,.link-danger:hover {
    color: #e2626b
}





.link-dark {
    color: #343f52
}





blockquote {
    border-left: .15rem solid #747ed1;
    padding-left: 1rem;
    font-size: .85rem;
    line-height: 1.7;
    font-weight: 500
}





blockquote.border-0 {
    padding-left: 0
}





blockquote.icon {
    position: relative;
    border: 0;
    padding: 0
}





blockquote.icon:before {
    content: "\E2\20AC\9D";
    position: absolute;
    top: -1.5rem;
    left: -.9rem;
    color: rgba(52,63,82,.05);
    font-size: 10rem;
    line-height: 1;
    z-index: 1
}





blockquote.icon-top {
    padding-top: 3.75rem;
    position: relative
}





blockquote.icon-top:before {
    content: "\E2\20AC\153";
    color: #aab0bc;
    opacity: .3;
    font-size: 6.5rem;
    font-weight: 400;
    top: 0;
    left: -.3rem
}





blockquote.icon-top.text-white:before {
    color: #fff
}





blockquote.text-center.icon-top:before {
    left: 50%;
    -webkit-transform: translateX(-52%);
            transform: translateX(-52%)
}





.blockquote-footer {
    font-weight: 700;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: .02rem
}





.blockquote-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left
}





.blockquote-details p {
    font-size: .8rem
}





.blockquote-details .info {
    padding-left: 1rem
}





.blockquote-details .icon-img img {
    width: 3.5rem!important
}





.dropcap {
    display: block;
    float: left;
    font-size: calc(1.375rem + 1.5vw);
    line-height: 1;
    font-weight: 500;
    padding: 0;
    margin: .2rem .6rem 0 0
}





@media (min-width: 1200px) {
    .dropcap {
        font-size:2.5rem
    }
}





.dropcap.rounded-circle {
    font-size: calc(1.265rem + .18vw);
    height: 2.3rem;
    width: 2.3rem;
    margin: .25rem .5rem 0 0;
    padding-bottom: .15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}





@media (min-width: 1200px) {
    .dropcap.rounded-circle {
        font-size:1.4rem
    }
}





.unordered-list {
    padding-left: 0;
    list-style: none
}





.unordered-list li {
    position: relative;
    padding-left: 1rem
}





.unordered-list>li:before {
    font-family: sans-serif;
    position: absolute;
    top: -.15rem;
    left: 0;
    font-size: 1rem;
    content: "\E2\20AC\A2"
}





.unordered-list.bullet-blue li:before {
    color: #3f78e0
}





.unordered-list.bullet-purple li:before {
    color: #747ed1
}





.unordered-list.bullet-violet li:before {
    color: #a07cc5
}





.unordered-list.bullet-pink li:before {
    color: #d16b86
}





.unordered-list.bullet-red li:before {
    color: #e2626b
}





.unordered-list.bullet-orange li:before {
    color: #f78b77
}





.unordered-list.bullet-yellow li:before {
    color: #fab758
}





.unordered-list.bullet-green li:before {
    color: #6bbea3
}





.unordered-list.bullet-leaf li:before {
    color: #7cb798
}





.unordered-list.bullet-aqua li:before {
    color: #54a8c7
}





.unordered-list.bullet-navy li:before {
    color: #343f52
}





.unordered-list.bullet-ash li:before {
    color: #9499a3
}





.unordered-list.bullet-white li:before {
    color: #fff
}





.unordered-list.bullet-light li:before {
    color: #fefefe
}





.unordered-list.bullet-gray li:before {
    color: #f6f7f9
}





.unordered-list.bullet-dark li:before {
    color: #262b32
}





.unordered-list.bullet-primary li:before {
    color: #747ed1
}





.icon-list {
    padding-left: 0;
    list-style: none
}





.icon-list li {
    position: relative;
    padding-left: 1.25rem
}





.icon-list.bullet-bg li {
    padding-left: 1.5rem
}





.icon-list.bullet-soft-blue i {
    color: #3f78e0
}





.icon-list.bullet-soft-blue.bullet-bg i {
    background-color: #dce7f9
}





.icon-list.bullet-bg i[class*=bullet-soft-blue] {
    background-color: #dce7f9!important;
    color: #3f78e0!important
}





.icon-list.bullet-soft-purple i {
    color: #747ed1
}





.icon-list.bullet-soft-purple.bullet-bg i {
    background-color: #e6e8f7
}





.icon-list.bullet-bg i[class*=bullet-soft-purple] {
    background-color: #e6e8f7!important;
    color: #747ed1!important
}





.icon-list.bullet-soft-violet i {
    color: #a07cc5
}





.icon-list.bullet-soft-violet.bullet-bg i {
    background-color: #eee7f5
}





.icon-list.bullet-bg i[class*=bullet-soft-violet] {
    background-color: #eee7f5!important;
    color: #a07cc5!important
}





.icon-list.bullet-soft-pink i {
    color: #d16b86
}





.icon-list.bullet-soft-pink.bullet-bg i {
    background-color: #f7e4e9
}





.icon-list.bullet-bg i[class*=bullet-soft-pink] {
    background-color: #f7e4e9!important;
    color: #d16b86!important
}





.icon-list.bullet-soft-red i {
    color: #e2626b
}





.icon-list.bullet-soft-red.bullet-bg i {
    background-color: #fae3e4
}





.icon-list.bullet-bg i[class*=bullet-soft-red] {
    background-color: #fae3e4!important;
    color: #e2626b!important
}





.icon-list.bullet-soft-orange i {
    color: #f78b77
}





.icon-list.bullet-soft-orange.bullet-bg i {
    background-color: #feeae7
}





.icon-list.bullet-bg i[class*=bullet-soft-orange] {
    background-color: #feeae7!important;
    color: #f78b77!important
}





.icon-list.bullet-soft-green i {
    color: #6bbea3
}





.icon-list.bullet-soft-green.bullet-bg i {
    background-color: #e4f3ee
}





.icon-list.bullet-bg i[class*=bullet-soft-green] {
    background-color: #e4f3ee!important;
    color: #6bbea3!important
}





.icon-list.bullet-soft-leaf i {
    color: #7cb798
}





.icon-list.bullet-soft-leaf.bullet-bg i {
    background-color: #e7f2ec
}





.icon-list.bullet-bg i[class*=bullet-soft-leaf] {
    background-color: #e7f2ec!important;
    color: #7cb798!important
}





.icon-list.bullet-soft-aqua i {
    color: #54a8c7
}





.icon-list.bullet-soft-aqua.bullet-bg i {
    background-color: #e0eff5
}





.icon-list.bullet-bg i[class*=bullet-soft-aqua] {
    background-color: #e0eff5!important;
    color: #54a8c7!important
}





.icon-list.bullet-soft-navy i {
    color: #343f52
}





.icon-list.bullet-soft-navy.bullet-bg i {
    background-color: #dadce0
}





.icon-list.bullet-bg i[class*=bullet-soft-navy] {
    background-color: #dadce0!important;
    color: #343f52!important
}





.icon-list.bullet-soft-ash i {
    color: #9499a3
}





.icon-list.bullet-soft-ash.bullet-bg i {
    background-color: #ecedee
}





.icon-list.bullet-bg i[class*=bullet-soft-ash] {
    background-color: #ecedee!important;
    color: #9499a3!important
}





.icon-list.bullet-soft-white i {
    color: #fff
}





.icon-list.bullet-soft-white.bullet-bg i {
    background-color: #fff
}





.icon-list.bullet-bg i[class*=bullet-soft-white] {
    background-color: #fff!important;
    color: #fff!important
}





.icon-list.bullet-soft-light i {
    color: #fefefe
}





.icon-list.bullet-soft-light.bullet-bg i {
    background-color: #fff
}





.icon-list.bullet-bg i[class*=bullet-soft-light] {
    background-color: #fff!important;
    color: #fefefe!important
}





.icon-list.bullet-soft-gray i {
    color: #f6f7f9
}





.icon-list.bullet-soft-gray.bullet-bg i {
    background-color: #fdfefe
}





.icon-list.bullet-bg i[class*=bullet-soft-gray] {
    background-color: #fdfefe!important;
    color: #f6f7f9!important
}





.icon-list.bullet-soft-dark i {
    color: #262b32
}





.icon-list.bullet-soft-dark.bullet-bg i {
    background-color: #d8d9da
}





.icon-list.bullet-bg i[class*=bullet-soft-dark] {
    background-color: #d8d9da!important;
    color: #262b32!important
}





.icon-list.bullet-soft-primary i {
    color: #747ed1
}





.icon-list.bullet-soft-primary.bullet-bg i {
    background-color: #e6e8f7
}





.icon-list.bullet-bg i[class*=bullet-soft-primary] {
    background-color: #e6e8f7!important;
    color: #747ed1!important
}





.icon-list.bullet-bg i[class*=bullet-soft-yellow],.icon-list.bullet-soft-yellow i {
    color: #fab758
}





.icon-list.bullet-bg i[class*=bullet-soft-yellow],.icon-list.bullet-soft-yellow.bullet-bg i {
    background-color: #feeed9
}





.icon-list.bullet-blue i {
    color: #3f78e0
}





.icon-list.bullet-blue.bullet-bg i {
    background-color: #3f78e0;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-blue] {
    background-color: #3f78e0!important;
    color: #fff!important
}





.icon-list.bullet-purple i {
    color: #747ed1
}





.icon-list.bullet-purple.bullet-bg i {
    background-color: #747ed1;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-purple] {
    background-color: #747ed1!important;
    color: #fff!important
}





.icon-list.bullet-violet i {
    color: #a07cc5
}





.icon-list.bullet-violet.bullet-bg i {
    background-color: #a07cc5;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-violet] {
    background-color: #a07cc5!important;
    color: #fff!important
}





.icon-list.bullet-pink i {
    color: #d16b86
}





.icon-list.bullet-pink.bullet-bg i {
    background-color: #d16b86;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-pink] {
    background-color: #d16b86!important;
    color: #fff!important
}





.icon-list.bullet-red i {
    color: #e2626b
}





.icon-list.bullet-red.bullet-bg i {
    background-color: #e2626b;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-red] {
    background-color: #e2626b!important;
    color: #fff!important
}





.icon-list.bullet-orange i {
    color: #f78b77
}





.icon-list.bullet-orange.bullet-bg i {
    background-color: #f78b77;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-orange] {
    background-color: #f78b77!important;
    color: #fff!important
}





.icon-list.bullet-yellow i {
    color: #fab758
}





.icon-list.bullet-yellow.bullet-bg i {
    background-color: #fab758;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-yellow] {
    background-color: #fab758!important;
    color: #fff!important
}





.icon-list.bullet-green i {
    color: #6bbea3
}





.icon-list.bullet-green.bullet-bg i {
    background-color: #6bbea3;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-green] {
    background-color: #6bbea3!important;
    color: #fff!important
}





.icon-list.bullet-leaf i {
    color: #7cb798
}





.icon-list.bullet-leaf.bullet-bg i {
    background-color: #7cb798;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-leaf] {
    background-color: #7cb798!important;
    color: #fff!important
}





.icon-list.bullet-aqua i {
    color: #54a8c7
}





.icon-list.bullet-aqua.bullet-bg i {
    background-color: #54a8c7;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-aqua] {
    background-color: #54a8c7!important;
    color: #fff!important
}





.icon-list.bullet-navy i {
    color: #343f52
}





.icon-list.bullet-navy.bullet-bg i {
    background-color: #343f52;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-navy] {
    background-color: #343f52!important;
    color: #fff!important
}





.icon-list.bullet-ash i {
    color: #9499a3
}





.icon-list.bullet-ash.bullet-bg i {
    background-color: #9499a3;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-ash] {
    background-color: #9499a3!important;
    color: #fff!important
}





.icon-list.bullet-white i {
    color: #fff
}





.icon-list.bullet-white.bullet-bg i {
    background-color: #fff;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-white] {
    background-color: #fff!important;
    color: #fff!important
}





.icon-list.bullet-light i {
    color: #fefefe
}





.icon-list.bullet-light.bullet-bg i {
    background-color: #fefefe;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-light] {
    background-color: #fefefe!important;
    color: #fff!important
}





.icon-list.bullet-gray i {
    color: #f6f7f9
}





.icon-list.bullet-gray.bullet-bg i {
    background-color: #f6f7f9;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-gray] {
    background-color: #f6f7f9!important;
    color: #fff!important
}





.icon-list.bullet-dark i {
    color: #262b32
}





.icon-list.bullet-dark.bullet-bg i {
    background-color: #262b32;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-dark] {
    background-color: #262b32!important;
    color: #fff!important
}





.icon-list.bullet-primary i {
    color: #747ed1
}





.icon-list.bullet-primary.bullet-bg i {
    background-color: #747ed1;
    color: #fff
}





.icon-list.bullet-bg i[class*=bullet-primary] {
    background-color: #747ed1!important;
    color: #fff!important
}





.icon-list.bullet-bg i.bullet-white,.icon-list.bullet-white i {
    color: #747ed1!important
}





.icon-list i {
    position: absolute;
    top: -.2rem;
    left: 0;
    font-size: 1rem
}





.icon-list.bullet-bg i {
    border-radius: 100%;
    width: 1rem;
    height: 1rem;
    top: .2rem;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    display: table
}





.icon-list.bullet-bg i:before {
    vertical-align: middle;
    display: table-cell
}





.icon-list:not(.row) li+li,.unordered-list li+li,.widget .list-unstyled:not(.tag-list) li+li {
    margin-top: .35rem
}





.filter p {
    margin: 0 1rem 0 0;
    display: inline
}





.filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline
}





.filter ul li {
    display: inline
}





.filter ul li+li:before {
    content: "";
    display: inline-block;
    width: .2rem;
    height: .2rem;
    border-radius: 100%;
    margin: 0 .8rem 0 .5rem;
    vertical-align: .15rem;
    background: rgba(30,34,40,.2)
}





.filter ul li a {
    cursor: pointer
}





.filter ul li a.active,.filter ul li a:hover {
    color: #747ed1
}





.filter.dark-filter ul li+li:before {
    background: rgba(255,255,255,.2)
}





.filter.dark-filter ul li a.active,.filter.dark-filter ul li a:hover {
    color: #fff
}





.isotope-filter {
    position: relative;
    z-index: 5
}





.image-list {
    padding: 0;
    margin: 0
}





.image-list .meta,.image-list p {
    margin: 0
}





.image-list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}





.image-list>li {
    clear: both;
    display: block;
    overflow: hidden
}





.image-list>li+li {
    margin-top: 1rem
}





.image-list figure {
    float: left;
    width: 3.5rem;
    height: 3.5rem
}





.image-list .post-content {
    margin-left: 4.25rem;
    margin-bottom: 0
}





.tag-list li {
    display: inline-block;
    margin-right: .2rem;
    margin-bottom: .1rem
}





.tag-list li a:before {
    font-style: normal;
    content: "#";
    font-weight: 400;
    padding-right: .2rem
}





.blog.single .post .tag-list li,.widget .tag-list li {
    margin-top: 0;
    margin-bottom: .45rem
}





.widget .tag-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}





.filter,.filter ul li a,.meta,.post-category {
    text-transform: uppercase;
    letter-spacing: .02rem;
    font-size: .7rem;
    font-weight: 700;
    color: #aab0bc
}





.meta {
    font-size: .65rem
}





.post-category {
    margin-bottom: .4rem
}





.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .7rem;
    color: #aab0bc
}





.post-meta li {
    display: inline-block
}





.post-meta li a {
    color: #aab0bc
}





.post-meta li a:hover {
    color: #747ed1;
    border-color: #747ed1
}





.post-meta li:before {
    content: "";
    display: inline-block;
    width: .2rem;
    height: .2rem;
    border-radius: 100%;
    margin: 0 .6rem 0;
    vertical-align: .15rem;
    background: #aab0bc;
    opacity: .5
}





.post-meta li i {
    padding-right: .2rem;
    vertical-align: -.05rem
}





.post-meta.text-white li:before {
    background: #fff
}





.post-header .post-meta {
    font-size: .75rem
}





.post-header .post-meta li:before {
    margin: 0 .6rem 0 .4rem
}





.post-meta li:first-child:before,article .post-meta li.ms-auto:before {
    display: none
}





@media (max-width: 767px) {
    .card-footer .post-meta li.post-author,.card-footer .post-meta li.post-comments span {
        display:none
    }

    .post-header .post-meta li.post-author,.post-header .post-meta li.post-comments span,.post-header .post-meta li.post-likes span {
        display: none
    }
}





.glyphs {
    padding: 0
}





.glyphs li {
    display: block
}





.glyphs li svg {
    margin-bottom: .3rem;
    display: inline-block
}





.glyphs li i:before {
    margin: 0;
    padding: 0;
    color: #343f52;
    font-size: calc(1.285rem + .42vw)
}





@media (min-width: 1200px) {
    .glyphs li i:before {
        font-size:1.6rem
    }
}





.glyphs li span {
    margin: 0;
    display: block
}





.code-wrapper {
    margin-bottom: 1rem
}





.code-wrapper pre {
    margin-bottom: 0
}





.code-wrapper .card-body {
    padding: 1rem
}





.text-gradient {
    background: -webkit-gradient(linear,left top, right top,from(#fab758),color-stop(#f78b77),to(#e2626b));
    background: linear-gradient(to right,#fab758,#f78b77,#e2626b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}





.text-gradient.text-line:before {
    background: #fab758
}





.fs-sm {
    font-size: .75rem
}





.fs-lg {
    font-size: 1rem
}





.fs-1 {
    font-size: .05rem!important
}





.fs-2 {
    font-size: .1rem!important
}





.fs-3 {
    font-size: .15rem!important
}





.fs-4 {
    font-size: .2rem!important
}





.fs-5 {
    font-size: .25rem!important
}





.fs-6 {
    font-size: .3rem!important
}





.fs-7 {
    font-size: .35rem!important
}





.fs-8 {
    font-size: .4rem!important
}





.fs-9 {
    font-size: .45rem!important
}





.fs-10 {
    font-size: .5rem!important
}





.fs-11 {
    font-size: .55rem!important
}





.fs-12 {
    font-size: .6rem!important
}





.fs-13 {
    font-size: .65rem!important
}





.fs-14 {
    font-size: .7rem!important
}





.fs-15 {
    font-size: .75rem!important
}





.fs-16 {
    font-size: .8rem!important
}





.fs-17 {
    font-size: .85rem!important
}





.fs-18 {
    font-size: .9rem!important
}





.fs-19 {
    font-size: .95rem!important
}





.fs-20 {
    font-size: 1rem!important
}





.fs-21 {
    font-size: 1.05rem!important
}





.fs-22 {
    font-size: 1.1rem!important
}





.fs-23 {
    font-size: 1.15rem!important
}





.fs-24 {
    font-size: 1.2rem!important
}





.fs-25 {
    font-size: 1.25rem!important
}





.fs-26 {
    font-size: calc(1.255rem + .06vw)!important
}





@media (min-width: 1200px) {
    .fs-26 {
        font-size:1.3rem!important
    }
}





.fs-27 {
    font-size: calc(1.26rem + .12vw)!important
}





@media (min-width: 1200px) {
    .fs-27 {
        font-size:1.35rem!important
    }
}





.fs-28 {
    font-size: calc(1.265rem + .18vw)!important
}





@media (min-width: 1200px) {
    .fs-28 {
        font-size:1.4rem!important
    }
}





.fs-29 {
    font-size: calc(1.27rem + .24vw)!important
}





@media (min-width: 1200px) {
    .fs-29 {
        font-size:1.45rem!important
    }
}





.fs-30 {
    font-size: calc(1.275rem + .3vw)!important
}





@media (min-width: 1200px) {
    .fs-30 {
        font-size:1.5rem!important
    }
}





.fs-31 {
    font-size: calc(1.28rem + .36vw)!important
}





@media (min-width: 1200px) {
    .fs-31 {
        font-size:1.55rem!important
    }
}





.fs-32 {
    font-size: calc(1.285rem + .42vw)!important
}





@media (min-width: 1200px) {
    .fs-32 {
        font-size:1.6rem!important
    }
}





.fs-33 {
    font-size: calc(1.29rem + .48vw)!important
}





@media (min-width: 1200px) {
    .fs-33 {
        font-size:1.65rem!important
    }
}





.fs-34 {
    font-size: calc(1.295rem + .54vw)!important
}





@media (min-width: 1200px) {
    .fs-34 {
        font-size:1.7rem!important
    }
}





.fs-35 {
    font-size: calc(1.3rem + .6vw)!important
}





@media (min-width: 1200px) {
    .fs-35 {
        font-size:1.75rem!important
    }
}





.fs-36 {
    font-size: calc(1.305rem + .66vw)!important
}





@media (min-width: 1200px) {
    .fs-36 {
        font-size:1.8rem!important
    }
}





.fs-37 {
    font-size: calc(1.31rem + .72vw)!important
}





@media (min-width: 1200px) {
    .fs-37 {
        font-size:1.85rem!important
    }
}





.fs-38 {
    font-size: calc(1.315rem + .78vw)!important
}





@media (min-width: 1200px) {
    .fs-38 {
        font-size:1.9rem!important
    }
}





.fs-39 {
    font-size: calc(1.32rem + .84vw)!important
}





@media (min-width: 1200px) {
    .fs-39 {
        font-size:1.95rem!important
    }
}





.fs-40 {
    font-size: calc(1.325rem + .9vw)!important
}





@media (min-width: 1200px) {
    .fs-40 {
        font-size:2rem!important
    }
}





.fs-41 {
    font-size: calc(1.33rem + .96vw)!important
}





@media (min-width: 1200px) {
    .fs-41 {
        font-size:2.05rem!important
    }
}





.fs-42 {
    font-size: calc(1.335rem + 1.02vw)!important
}





@media (min-width: 1200px) {
    .fs-42 {
        font-size:2.1rem!important
    }
}





.fs-43 {
    font-size: calc(1.34rem + 1.08vw)!important
}





@media (min-width: 1200px) {
    .fs-43 {
        font-size:2.15rem!important
    }
}





.fs-44 {
    font-size: calc(1.345rem + 1.14vw)!important
}





@media (min-width: 1200px) {
    .fs-44 {
        font-size:2.2rem!important
    }
}





.fs-45 {
    font-size: calc(1.35rem + 1.2vw)!important
}





@media (min-width: 1200px) {
    .fs-45 {
        font-size:2.25rem!important
    }
}





.fs-46 {
    font-size: calc(1.355rem + 1.26vw)!important
}





@media (min-width: 1200px) {
    .fs-46 {
        font-size:2.3rem!important
    }
}





.fs-47 {
    font-size: calc(1.36rem + 1.32vw)!important
}





@media (min-width: 1200px) {
    .fs-47 {
        font-size:2.35rem!important
    }
}





.fs-48 {
    font-size: calc(1.365rem + 1.38vw)!important
}





@media (min-width: 1200px) {
    .fs-48 {
        font-size:2.4rem!important
    }
}





.fs-49 {
    font-size: calc(1.37rem + 1.44vw)!important
}





@media (min-width: 1200px) {
    .fs-49 {
        font-size:2.45rem!important
    }
}





.fs-50 {
    font-size: calc(1.375rem + 1.5vw)!important
}





@media (min-width: 1200px) {
    .fs-50 {
        font-size:2.5rem!important
    }
}





.fs-51 {
    font-size: calc(1.38rem + 1.56vw)!important
}





@media (min-width: 1200px) {
    .fs-51 {
        font-size:2.55rem!important
    }
}





.fs-52 {
    font-size: calc(1.385rem + 1.62vw)!important
}





@media (min-width: 1200px) {
    .fs-52 {
        font-size:2.6rem!important
    }
}





.fs-53 {
    font-size: calc(1.39rem + 1.68vw)!important
}





@media (min-width: 1200px) {
    .fs-53 {
        font-size:2.65rem!important
    }
}





.fs-54 {
    font-size: calc(1.395rem + 1.74vw)!important
}





@media (min-width: 1200px) {
    .fs-54 {
        font-size:2.7rem!important
    }
}





.fs-55 {
    font-size: calc(1.4rem + 1.8vw)!important
}





@media (min-width: 1200px) {
    .fs-55 {
        font-size:2.75rem!important
    }
}





.fs-56 {
    font-size: calc(1.405rem + 1.86vw)!important
}





@media (min-width: 1200px) {
    .fs-56 {
        font-size:2.8rem!important
    }
}





.fs-57 {
    font-size: calc(1.41rem + 1.92vw)!important
}





@media (min-width: 1200px) {
    .fs-57 {
        font-size:2.85rem!important
    }
}





.fs-58 {
    font-size: calc(1.415rem + 1.98vw)!important
}





@media (min-width: 1200px) {
    .fs-58 {
        font-size:2.9rem!important
    }
}





.fs-59 {
    font-size: calc(1.42rem + 2.04vw)!important
}





@media (min-width: 1200px) {
    .fs-59 {
        font-size:2.95rem!important
    }
}





.fs-60 {
    font-size: calc(1.425rem + 2.1vw)!important
}





@media (min-width: 1200px) {
    .fs-60 {
        font-size:3rem!important
    }
}





.fs-61 {
    font-size: calc(1.43rem + 2.16vw)!important
}





@media (min-width: 1200px) {
    .fs-61 {
        font-size:3.05rem!important
    }
}





.fs-62 {
    font-size: calc(1.435rem + 2.22vw)!important
}





@media (min-width: 1200px) {
    .fs-62 {
        font-size:3.1rem!important
    }
}





.fs-63 {
    font-size: calc(1.44rem + 2.28vw)!important
}





@media (min-width: 1200px) {
    .fs-63 {
        font-size:3.15rem!important
    }
}





.fs-64 {
    font-size: calc(1.445rem + 2.34vw)!important
}





@media (min-width: 1200px) {
    .fs-64 {
        font-size:3.2rem!important
    }
}





.fs-65 {
    font-size: calc(1.45rem + 2.4vw)!important
}





@media (min-width: 1200px) {
    .fs-65 {
        font-size:3.25rem!important
    }
}





.fs-66 {
    font-size: calc(1.455rem + 2.46vw)!important
}





@media (min-width: 1200px) {
    .fs-66 {
        font-size:3.3rem!important
    }
}





.fs-67 {
    font-size: calc(1.46rem + 2.52vw)!important
}





@media (min-width: 1200px) {
    .fs-67 {
        font-size:3.35rem!important
    }
}





.fs-68 {
    font-size: calc(1.465rem + 2.58vw)!important
}





@media (min-width: 1200px) {
    .fs-68 {
        font-size:3.4rem!important
    }
}





.fs-69 {
    font-size: calc(1.47rem + 2.64vw)!important
}





@media (min-width: 1200px) {
    .fs-69 {
        font-size:3.45rem!important
    }
}





.fs-70 {
    font-size: calc(1.475rem + 2.7vw)!important
}





@media (min-width: 1200px) {
    .fs-70 {
        font-size:3.5rem!important
    }
}





.fs-71 {
    font-size: calc(1.48rem + 2.76vw)!important
}





@media (min-width: 1200px) {
    .fs-71 {
        font-size:3.55rem!important
    }
}





.fs-72 {
    font-size: calc(1.485rem + 2.82vw)!important
}





@media (min-width: 1200px) {
    .fs-72 {
        font-size:3.6rem!important
    }
}





.fs-73 {
    font-size: calc(1.49rem + 2.88vw)!important
}





@media (min-width: 1200px) {
    .fs-73 {
        font-size:3.65rem!important
    }
}





.fs-74 {
    font-size: calc(1.495rem + 2.94vw)!important
}





@media (min-width: 1200px) {
    .fs-74 {
        font-size:3.7rem!important
    }
}





.fs-75 {
    font-size: calc(1.5rem + 3vw)!important
}





@media (min-width: 1200px) {
    .fs-75 {
        font-size:3.75rem!important
    }
}





.fs-76 {
    font-size: calc(1.505rem + 3.06vw)!important
}





@media (min-width: 1200px) {
    .fs-76 {
        font-size:3.8rem!important
    }
}





.fs-77 {
    font-size: calc(1.51rem + 3.12vw)!important
}





@media (min-width: 1200px) {
    .fs-77 {
        font-size:3.85rem!important
    }
}





.fs-78 {
    font-size: calc(1.515rem + 3.18vw)!important
}





@media (min-width: 1200px) {
    .fs-78 {
        font-size:3.9rem!important
    }
}





.fs-79 {
    font-size: calc(1.52rem + 3.24vw)!important
}





@media (min-width: 1200px) {
    .fs-79 {
        font-size:3.95rem!important
    }
}





.fs-80 {
    font-size: calc(1.525rem + 3.3vw)!important
}





@media (min-width: 1200px) {
    .fs-80 {
        font-size:4rem!important
    }
}





.fs-81 {
    font-size: calc(1.53rem + 3.36vw)!important
}





@media (min-width: 1200px) {
    .fs-81 {
        font-size:4.05rem!important
    }
}





.fs-82 {
    font-size: calc(1.535rem + 3.42vw)!important
}





@media (min-width: 1200px) {
    .fs-82 {
        font-size:4.1rem!important
    }
}





.fs-83 {
    font-size: calc(1.54rem + 3.48vw)!important
}





@media (min-width: 1200px) {
    .fs-83 {
        font-size:4.15rem!important
    }
}





.fs-84 {
    font-size: calc(1.545rem + 3.54vw)!important
}





@media (min-width: 1200px) {
    .fs-84 {
        font-size:4.2rem!important
    }
}





.fs-85 {
    font-size: calc(1.55rem + 3.6vw)!important
}





@media (min-width: 1200px) {
    .fs-85 {
        font-size:4.25rem!important
    }
}





.fs-86 {
    font-size: calc(1.555rem + 3.66vw)!important
}





@media (min-width: 1200px) {
    .fs-86 {
        font-size:4.3rem!important
    }
}





.fs-87 {
    font-size: calc(1.56rem + 3.72vw)!important
}





@media (min-width: 1200px) {
    .fs-87 {
        font-size:4.35rem!important
    }
}





.fs-88 {
    font-size: calc(1.565rem + 3.78vw)!important
}





@media (min-width: 1200px) {
    .fs-88 {
        font-size:4.4rem!important
    }
}





.fs-89 {
    font-size: calc(1.57rem + 3.84vw)!important
}





@media (min-width: 1200px) {
    .fs-89 {
        font-size:4.45rem!important
    }
}





.fs-90 {
    font-size: calc(1.575rem + 3.9vw)!important
}





@media (min-width: 1200px) {
    .fs-90 {
        font-size:4.5rem!important
    }
}





.fs-91 {
    font-size: calc(1.58rem + 3.96vw)!important
}





@media (min-width: 1200px) {
    .fs-91 {
        font-size:4.55rem!important
    }
}





.fs-92 {
    font-size: calc(1.585rem + 4.02vw)!important
}





@media (min-width: 1200px) {
    .fs-92 {
        font-size:4.6rem!important
    }
}





.fs-93 {
    font-size: calc(1.59rem + 4.08vw)!important
}





@media (min-width: 1200px) {
    .fs-93 {
        font-size:4.65rem!important
    }
}





.fs-94 {
    font-size: calc(1.595rem + 4.14vw)!important
}





@media (min-width: 1200px) {
    .fs-94 {
        font-size:4.7rem!important
    }
}





.fs-95 {
    font-size: calc(1.6rem + 4.2vw)!important
}





@media (min-width: 1200px) {
    .fs-95 {
        font-size:4.75rem!important
    }
}





.fs-96 {
    font-size: calc(1.605rem + 4.26vw)!important
}





@media (min-width: 1200px) {
    .fs-96 {
        font-size:4.8rem!important
    }
}





.fs-97 {
    font-size: calc(1.61rem + 4.32vw)!important
}





@media (min-width: 1200px) {
    .fs-97 {
        font-size:4.85rem!important
    }
}





.fs-98 {
    font-size: calc(1.615rem + 4.38vw)!important
}





@media (min-width: 1200px) {
    .fs-98 {
        font-size:4.9rem!important
    }
}





.fs-99 {
    font-size: calc(1.62rem + 4.44vw)!important
}





@media (min-width: 1200px) {
    .fs-99 {
        font-size:4.95rem!important
    }
}





.fs-100 {
    font-size: calc(1.625rem + 4.5vw)!important
}





@media (min-width: 1200px) {
    .fs-100 {
        font-size:5rem!important
    }
}





.fs-101 {
    font-size: calc(1.63rem + 4.56vw)!important
}





@media (min-width: 1200px) {
    .fs-101 {
        font-size:5.05rem!important
    }
}





.fs-102 {
    font-size: calc(1.635rem + 4.62vw)!important
}





@media (min-width: 1200px) {
    .fs-102 {
        font-size:5.1rem!important
    }
}





.fs-103 {
    font-size: calc(1.64rem + 4.68vw)!important
}





@media (min-width: 1200px) {
    .fs-103 {
        font-size:5.15rem!important
    }
}





.fs-104 {
    font-size: calc(1.645rem + 4.74vw)!important
}





@media (min-width: 1200px) {
    .fs-104 {
        font-size:5.2rem!important
    }
}





.fs-105 {
    font-size: calc(1.65rem + 4.8vw)!important
}





@media (min-width: 1200px) {
    .fs-105 {
        font-size:5.25rem!important
    }
}





.fs-106 {
    font-size: calc(1.655rem + 4.86vw)!important
}





@media (min-width: 1200px) {
    .fs-106 {
        font-size:5.3rem!important
    }
}





.fs-107 {
    font-size: calc(1.66rem + 4.92vw)!important
}





@media (min-width: 1200px) {
    .fs-107 {
        font-size:5.35rem!important
    }
}





.fs-108 {
    font-size: calc(1.665rem + 4.98vw)!important
}





@media (min-width: 1200px) {
    .fs-108 {
        font-size:5.4rem!important
    }
}





.fs-109 {
    font-size: calc(1.67rem + 5.04vw)!important
}





@media (min-width: 1200px) {
    .fs-109 {
        font-size:5.45rem!important
    }
}





.fs-110 {
    font-size: calc(1.675rem + 5.1vw)!important
}





@media (min-width: 1200px) {
    .fs-110 {
        font-size:5.5rem!important
    }
}





.fs-111 {
    font-size: calc(1.68rem + 5.16vw)!important
}





@media (min-width: 1200px) {
    .fs-111 {
        font-size:5.55rem!important
    }
}





.fs-112 {
    font-size: calc(1.685rem + 5.22vw)!important
}





@media (min-width: 1200px) {
    .fs-112 {
        font-size:5.6rem!important
    }
}





.fs-113 {
    font-size: calc(1.69rem + 5.28vw)!important
}





@media (min-width: 1200px) {
    .fs-113 {
        font-size:5.65rem!important
    }
}





.fs-114 {
    font-size: calc(1.695rem + 5.34vw)!important
}





@media (min-width: 1200px) {
    .fs-114 {
        font-size:5.7rem!important
    }
}





.fs-115 {
    font-size: calc(1.7rem + 5.4vw)!important
}





@media (min-width: 1200px) {
    .fs-115 {
        font-size:5.75rem!important
    }
}





.fs-116 {
    font-size: calc(1.705rem + 5.46vw)!important
}





@media (min-width: 1200px) {
    .fs-116 {
        font-size:5.8rem!important
    }
}





.fs-117 {
    font-size: calc(1.71rem + 5.52vw)!important
}





@media (min-width: 1200px) {
    .fs-117 {
        font-size:5.85rem!important
    }
}





.fs-118 {
    font-size: calc(1.715rem + 5.58vw)!important
}





@media (min-width: 1200px) {
    .fs-118 {
        font-size:5.9rem!important
    }
}





.fs-119 {
    font-size: calc(1.72rem + 5.64vw)!important
}





@media (min-width: 1200px) {
    .fs-119 {
        font-size:5.95rem!important
    }
}





.fs-120 {
    font-size: calc(1.725rem + 5.7vw)!important
}





@media (min-width: 1200px) {
    .fs-120 {
        font-size:6rem!important
    }
}





.fs-121 {
    font-size: calc(1.73rem + 5.76vw)!important
}





@media (min-width: 1200px) {
    .fs-121 {
        font-size:6.05rem!important
    }
}





.fs-122 {
    font-size: calc(1.735rem + 5.82vw)!important
}





@media (min-width: 1200px) {
    .fs-122 {
        font-size:6.1rem!important
    }
}





.fs-123 {
    font-size: calc(1.74rem + 5.88vw)!important
}





@media (min-width: 1200px) {
    .fs-123 {
        font-size:6.15rem!important
    }
}





.fs-124 {
    font-size: calc(1.745rem + 5.94vw)!important
}





@media (min-width: 1200px) {
    .fs-124 {
        font-size:6.2rem!important
    }
}





.fs-125 {
    font-size: calc(1.75rem + 6vw)!important
}





@media (min-width: 1200px) {
    .fs-125 {
        font-size:6.25rem!important
    }
}





.fs-126 {
    font-size: calc(1.755rem + 6.06vw)!important
}





@media (min-width: 1200px) {
    .fs-126 {
        font-size:6.3rem!important
    }
}





.fs-127 {
    font-size: calc(1.76rem + 6.12vw)!important
}





@media (min-width: 1200px) {
    .fs-127 {
        font-size:6.35rem!important
    }
}





.fs-128 {
    font-size: calc(1.765rem + 6.18vw)!important
}





@media (min-width: 1200px) {
    .fs-128 {
        font-size:6.4rem!important
    }
}





.fs-129 {
    font-size: calc(1.77rem + 6.24vw)!important
}





@media (min-width: 1200px) {
    .fs-129 {
        font-size:6.45rem!important
    }
}





.fs-130 {
    font-size: calc(1.775rem + 6.3vw)!important
}





@media (min-width: 1200px) {
    .fs-130 {
        font-size:6.5rem!important
    }
}





.fs-131 {
    font-size: calc(1.78rem + 6.36vw)!important
}





@media (min-width: 1200px) {
    .fs-131 {
        font-size:6.55rem!important
    }
}





.fs-132 {
    font-size: calc(1.785rem + 6.42vw)!important
}





@media (min-width: 1200px) {
    .fs-132 {
        font-size:6.6rem!important
    }
}





.fs-133 {
    font-size: calc(1.79rem + 6.48vw)!important
}





@media (min-width: 1200px) {
    .fs-133 {
        font-size:6.65rem!important
    }
}





.fs-134 {
    font-size: calc(1.795rem + 6.54vw)!important
}





@media (min-width: 1200px) {
    .fs-134 {
        font-size:6.7rem!important
    }
}





.fs-135 {
    font-size: calc(1.8rem + 6.6vw)!important
}





@media (min-width: 1200px) {
    .fs-135 {
        font-size:6.75rem!important
    }
}





.fs-136 {
    font-size: calc(1.805rem + 6.66vw)!important
}





@media (min-width: 1200px) {
    .fs-136 {
        font-size:6.8rem!important
    }
}





.fs-137 {
    font-size: calc(1.81rem + 6.72vw)!important
}





@media (min-width: 1200px) {
    .fs-137 {
        font-size:6.85rem!important
    }
}





.fs-138 {
    font-size: calc(1.815rem + 6.78vw)!important
}





@media (min-width: 1200px) {
    .fs-138 {
        font-size:6.9rem!important
    }
}





.fs-139 {
    font-size: calc(1.82rem + 6.84vw)!important
}





@media (min-width: 1200px) {
    .fs-139 {
        font-size:6.95rem!important
    }
}





.fs-140 {
    font-size: calc(1.825rem + 6.9vw)!important
}





@media (min-width: 1200px) {
    .fs-140 {
        font-size:7rem!important
    }
}





.fs-141 {
    font-size: calc(1.83rem + 6.96vw)!important
}





@media (min-width: 1200px) {
    .fs-141 {
        font-size:7.05rem!important
    }
}





.fs-142 {
    font-size: calc(1.835rem + 7.02vw)!important
}





@media (min-width: 1200px) {
    .fs-142 {
        font-size:7.1rem!important
    }
}





.fs-143 {
    font-size: calc(1.84rem + 7.08vw)!important
}





@media (min-width: 1200px) {
    .fs-143 {
        font-size:7.15rem!important
    }
}





.fs-144 {
    font-size: calc(1.845rem + 7.14vw)!important
}





@media (min-width: 1200px) {
    .fs-144 {
        font-size:7.2rem!important
    }
}





.fs-145 {
    font-size: calc(1.85rem + 7.2vw)!important
}





@media (min-width: 1200px) {
    .fs-145 {
        font-size:7.25rem!important
    }
}





.fs-146 {
    font-size: calc(1.855rem + 7.26vw)!important
}





@media (min-width: 1200px) {
    .fs-146 {
        font-size:7.3rem!important
    }
}





.fs-147 {
    font-size: calc(1.86rem + 7.32vw)!important
}





@media (min-width: 1200px) {
    .fs-147 {
        font-size:7.35rem!important
    }
}





.fs-148 {
    font-size: calc(1.865rem + 7.38vw)!important
}





@media (min-width: 1200px) {
    .fs-148 {
        font-size:7.4rem!important
    }
}





.fs-149 {
    font-size: calc(1.87rem + 7.44vw)!important
}





@media (min-width: 1200px) {
    .fs-149 {
        font-size:7.45rem!important
    }
}





.fs-150 {
    font-size: calc(1.875rem + 7.5vw)!important
}





@media (min-width: 1200px) {
    .fs-150 {
        font-size:7.5rem!important
    }
}





.fs-151 {
    font-size: calc(1.88rem + 7.56vw)!important
}





@media (min-width: 1200px) {
    .fs-151 {
        font-size:7.55rem!important
    }
}





.fs-152 {
    font-size: calc(1.885rem + 7.62vw)!important
}





@media (min-width: 1200px) {
    .fs-152 {
        font-size:7.6rem!important
    }
}





.fs-153 {
    font-size: calc(1.89rem + 7.68vw)!important
}





@media (min-width: 1200px) {
    .fs-153 {
        font-size:7.65rem!important
    }
}





.fs-154 {
    font-size: calc(1.895rem + 7.74vw)!important
}





@media (min-width: 1200px) {
    .fs-154 {
        font-size:7.7rem!important
    }
}





.fs-155 {
    font-size: calc(1.9rem + 7.8vw)!important
}





@media (min-width: 1200px) {
    .fs-155 {
        font-size:7.75rem!important
    }
}





.fs-156 {
    font-size: calc(1.905rem + 7.86vw)!important
}





@media (min-width: 1200px) {
    .fs-156 {
        font-size:7.8rem!important
    }
}





.fs-157 {
    font-size: calc(1.91rem + 7.92vw)!important
}





@media (min-width: 1200px) {
    .fs-157 {
        font-size:7.85rem!important
    }
}





.fs-158 {
    font-size: calc(1.915rem + 7.98vw)!important
}





@media (min-width: 1200px) {
    .fs-158 {
        font-size:7.9rem!important
    }
}





.fs-159 {
    font-size: calc(1.92rem + 8.04vw)!important
}





@media (min-width: 1200px) {
    .fs-159 {
        font-size:7.95rem!important
    }
}





.fs-160 {
    font-size: calc(1.925rem + 8.1vw)!important
}





@media (min-width: 1200px) {
    .fs-160 {
        font-size:8rem!important
    }
}





.fs-161 {
    font-size: calc(1.93rem + 8.16vw)!important
}





@media (min-width: 1200px) {
    .fs-161 {
        font-size:8.05rem!important
    }
}





.fs-162 {
    font-size: calc(1.935rem + 8.22vw)!important
}





@media (min-width: 1200px) {
    .fs-162 {
        font-size:8.1rem!important
    }
}





.fs-163 {
    font-size: calc(1.94rem + 8.28vw)!important
}





@media (min-width: 1200px) {
    .fs-163 {
        font-size:8.15rem!important
    }
}





.fs-164 {
    font-size: calc(1.945rem + 8.34vw)!important
}





@media (min-width: 1200px) {
    .fs-164 {
        font-size:8.2rem!important
    }
}





.fs-165 {
    font-size: calc(1.95rem + 8.4vw)!important
}





@media (min-width: 1200px) {
    .fs-165 {
        font-size:8.25rem!important
    }
}





.fs-166 {
    font-size: calc(1.955rem + 8.46vw)!important
}





@media (min-width: 1200px) {
    .fs-166 {
        font-size:8.3rem!important
    }
}





.fs-167 {
    font-size: calc(1.96rem + 8.52vw)!important
}





@media (min-width: 1200px) {
    .fs-167 {
        font-size:8.35rem!important
    }
}





.fs-168 {
    font-size: calc(1.965rem + 8.58vw)!important
}





@media (min-width: 1200px) {
    .fs-168 {
        font-size:8.4rem!important
    }
}





.fs-169 {
    font-size: calc(1.97rem + 8.64vw)!important
}





@media (min-width: 1200px) {
    .fs-169 {
        font-size:8.45rem!important
    }
}





.fs-170 {
    font-size: calc(1.975rem + 8.7vw)!important
}





@media (min-width: 1200px) {
    .fs-170 {
        font-size:8.5rem!important
    }
}





.fs-171 {
    font-size: calc(1.98rem + 8.76vw)!important
}





@media (min-width: 1200px) {
    .fs-171 {
        font-size:8.55rem!important
    }
}





.fs-172 {
    font-size: calc(1.985rem + 8.82vw)!important
}





@media (min-width: 1200px) {
    .fs-172 {
        font-size:8.6rem!important
    }
}





.fs-173 {
    font-size: calc(1.99rem + 8.88vw)!important
}





@media (min-width: 1200px) {
    .fs-173 {
        font-size:8.65rem!important
    }
}





.fs-174 {
    font-size: calc(1.995rem + 8.94vw)!important
}





@media (min-width: 1200px) {
    .fs-174 {
        font-size:8.7rem!important
    }
}





.fs-175 {
    font-size: calc(2rem + 9vw)!important
}





@media (min-width: 1200px) {
    .fs-175 {
        font-size:8.75rem!important
    }
}





.fs-176 {
    font-size: calc(2.005rem + 9.06vw)!important
}





@media (min-width: 1200px) {
    .fs-176 {
        font-size:8.8rem!important
    }
}





.fs-177 {
    font-size: calc(2.01rem + 9.12vw)!important
}





@media (min-width: 1200px) {
    .fs-177 {
        font-size:8.85rem!important
    }
}





.fs-178 {
    font-size: calc(2.015rem + 9.18vw)!important
}





@media (min-width: 1200px) {
    .fs-178 {
        font-size:8.9rem!important
    }
}





.fs-179 {
    font-size: calc(2.02rem + 9.24vw)!important
}





@media (min-width: 1200px) {
    .fs-179 {
        font-size:8.95rem!important
    }
}





.fs-180 {
    font-size: calc(2.025rem + 9.3vw)!important
}





@media (min-width: 1200px) {
    .fs-180 {
        font-size:9rem!important
    }
}





.fs-181 {
    font-size: calc(2.03rem + 9.36vw)!important
}





@media (min-width: 1200px) {
    .fs-181 {
        font-size:9.05rem!important
    }
}





.fs-182 {
    font-size: calc(2.035rem + 9.42vw)!important
}





@media (min-width: 1200px) {
    .fs-182 {
        font-size:9.1rem!important
    }
}





.fs-183 {
    font-size: calc(2.04rem + 9.48vw)!important
}





@media (min-width: 1200px) {
    .fs-183 {
        font-size:9.15rem!important
    }
}





.fs-184 {
    font-size: calc(2.045rem + 9.54vw)!important
}





@media (min-width: 1200px) {
    .fs-184 {
        font-size:9.2rem!important
    }
}





.fs-185 {
    font-size: calc(2.05rem + 9.6vw)!important
}





@media (min-width: 1200px) {
    .fs-185 {
        font-size:9.25rem!important
    }
}





.fs-186 {
    font-size: calc(2.055rem + 9.66vw)!important
}





@media (min-width: 1200px) {
    .fs-186 {
        font-size:9.3rem!important
    }
}





.fs-187 {
    font-size: calc(2.06rem + 9.72vw)!important
}





@media (min-width: 1200px) {
    .fs-187 {
        font-size:9.35rem!important
    }
}





.fs-188 {
    font-size: calc(2.065rem + 9.78vw)!important
}





@media (min-width: 1200px) {
    .fs-188 {
        font-size:9.4rem!important
    }
}





.fs-189 {
    font-size: calc(2.07rem + 9.84vw)!important
}





@media (min-width: 1200px) {
    .fs-189 {
        font-size:9.45rem!important
    }
}





.fs-190 {
    font-size: calc(2.075rem + 9.9vw)!important
}





@media (min-width: 1200px) {
    .fs-190 {
        font-size:9.5rem!important
    }
}





.fs-191 {
    font-size: calc(2.08rem + 9.96vw)!important
}





@media (min-width: 1200px) {
    .fs-191 {
        font-size:9.55rem!important
    }
}





.fs-192 {
    font-size: calc(2.085rem + 10.02vw)!important
}





@media (min-width: 1200px) {
    .fs-192 {
        font-size:9.6rem!important
    }
}





.fs-193 {
    font-size: calc(2.09rem + 10.08vw)!important
}





@media (min-width: 1200px) {
    .fs-193 {
        font-size:9.65rem!important
    }
}





.fs-194 {
    font-size: calc(2.095rem + 10.14vw)!important
}





@media (min-width: 1200px) {
    .fs-194 {
        font-size:9.7rem!important
    }
}





.fs-195 {
    font-size: calc(2.1rem + 10.2vw)!important
}





@media (min-width: 1200px) {
    .fs-195 {
        font-size:9.75rem!important
    }
}





.fs-196 {
    font-size: calc(2.105rem + 10.26vw)!important
}





@media (min-width: 1200px) {
    .fs-196 {
        font-size:9.8rem!important
    }
}





.fs-197 {
    font-size: calc(2.11rem + 10.32vw)!important
}





@media (min-width: 1200px) {
    .fs-197 {
        font-size:9.85rem!important
    }
}





.fs-198 {
    font-size: calc(2.115rem + 10.38vw)!important
}





@media (min-width: 1200px) {
    .fs-198 {
        font-size:9.9rem!important
    }
}





.fs-199 {
    font-size: calc(2.12rem + 10.44vw)!important
}





@media (min-width: 1200px) {
    .fs-199 {
        font-size:9.95rem!important
    }
}





.fs-200 {
    font-size: calc(2.125rem + 10.5vw)!important
}





@media (min-width: 1200px) {
    .fs-200 {
        font-size:10rem!important
    }
}





input,select,textarea {
    -webkit-appearance: none!important
}





.form-label-group {
    position: relative
}





.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: #959ca9;
    border: 1px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-size: .75rem;
    text-align: left;
    padding: .6rem 1rem;
    pointer-events: none
}





.form-label-group .form-control:-ms-input-placeholder {
    color: transparent
}





.form-label-group .form-control::-moz-placeholder {
    color: transparent
}





.form-label-group .form-control::-webkit-input-placeholder {
    color: transparent!important
}





.form-label-group .form-control::-ms-input-placeholder {
    color: transparent!important
}





.form-label-group .form-control::placeholder {
    color: transparent!important
}





.form-label-group .form-control:not(:-moz-placeholder-shown) {
    padding-top: calc(.6rem + .6rem * (2 / 3));
    padding-bottom: calc(.6rem / 3)
}





.form-label-group .form-control:not(:-ms-input-placeholder) {
    padding-top: calc(.6rem + .6rem * (2 / 3));
    padding-bottom: calc(.6rem / 3)
}





.form-label-group .form-control:not(:placeholder-shown) {
    padding-top: calc(.6rem + .6rem * (2 / 3));
    padding-bottom: calc(.6rem / 3)
}





.form-label-group .form-control:not(:-moz-placeholder-shown)~label {
    padding-top: calc(.6rem / 3);
    padding-bottom: calc(.6rem / 3);
    font-size: .6rem
}





.form-label-group .form-control:not(:-ms-input-placeholder)~label {
    padding-top: calc(.6rem / 3);
    padding-bottom: calc(.6rem / 3);
    font-size: .6rem
}





.form-label-group .form-control:not(:placeholder-shown)~label {
    padding-top: calc(.6rem / 3);
    padding-bottom: calc(.6rem / 3);
    font-size: .6rem
}





form.dark-fields .form-control {
    background: rgba(255,255,255,.03);
    border-color: rgba(255,255,255,.1);
    color: #cacaca
}





form.dark-fields .form-control:focus {
    border-color: rgba(116,126,209,.5)
}





form.dark-fields .form-control::-moz-placeholder {
    color: #cacaca
}





form.dark-fields .form-control:-ms-input-placeholder {
    color: #cacaca
}





form.dark-fields .form-control::-webkit-input-placeholder {
    color: #cacaca
}





form.dark-fields .form-control::-ms-input-placeholder {
    color: #cacaca
}





form.dark-fields .form-control::placeholder {
    color: #cacaca
}





.search-form {
    position: relative
}





.search-form .form-control {
    margin: 0;
    padding-right: 2.25rem!important
}





.search-form:before {
    content: "\EE\B2\2019";
    font-family: Unicons;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: .75rem;
    font-size: .9rem;
    color: #959ca9;
    z-index: 1
}





.form-check-input {
    -webkit-box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
            box-shadow: 0 0 1.25rem rgba(30,34,40,.04)
}





.help-block.with-errors {
    color: #de4747;
    margin-top: .25rem
}





.form-select {
    background-clip: padding-box
}





.input-group>.form-control:focus,.input-group>.form-select:focus {
    z-index: 0
}





.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: -.01rem;
    color: #60697b;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: .5rem 1.2rem;
    font-size: .8rem;
    border-radius: .4rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}





@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}





.btn:hover {
    -webkit-transform: translateY(-.15rem);
            transform: translateY(-.15rem);
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15);
    color: #fff
}





.btn.btn-white:hover,.btn[class*=btn-soft-]:hover {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.05);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.05)
}





.btn-check:focus+.btn,.btn:focus {
    outline: 0
}





.btn-check:active+.btn,.btn-check:checked+.btn,.btn.active,.btn:active {
    -webkit-transform: translateY(-.15rem);
            transform: translateY(-.15rem)
}





.btn.disabled,.btn:disabled,fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn.btn-block {
    padding: 0;
    width: 2.2rem;
    height: 2.2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}





.btn.btn-block.disabled,.btn.btn-block:disabled,fieldset:disabled .btn.btn-block {
    opacity: 1
}





.btn-group-sm>.btn.btn-block,.btn.btn-block.btn-sm {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem
}





.btn-group-lg>.btn.btn-block,.btn.btn-block.btn-lg {
    width: 3rem;
    height: 3rem;
    font-size: calc(1.265rem + .18vw)
}





@media (min-width: 1200px) {
    .btn-group-lg>.btn.btn-block,.btn.btn-block.btn-lg {
        font-size:1.4rem
    }
}





.btn.btn-block.btn-play {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.2rem
}





.btn.btn-block.btn-play i {
    margin-left: .15rem
}





.btn.btn-circle {
    padding: 0;
    border-radius: 100%!important;
    width: 2.2rem;
    height: 2.2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}





.btn.btn-circle.disabled,.btn.btn-circle:disabled,fieldset:disabled .btn.btn-circle {
    opacity: 1
}





.btn-group-sm>.btn.btn-circle,.btn.btn-circle.btn-sm {
    width: 1.8rem;
    height: 1.8rem;
    font-size: .8rem
}





.btn-group-sm>.btn.btn-circle i,.btn.btn-circle.btn-sm i {
    font-size: .85rem
}





.btn-group-lg>.btn.btn-circle,.btn.btn-circle.btn-lg {
    width: 3rem;
    height: 3rem;
    font-size: calc(1.255rem + .06vw)
}





@media (min-width: 1200px) {
    .btn-group-lg>.btn.btn-circle,.btn.btn-circle.btn-lg {
        font-size:1.3rem
    }
}





.btn.btn-circle.btn-play {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1rem
}





.btn.btn-circle.btn-play i {
    margin-left: .15rem
}





.btn.btn-circle.btn-play:hover {
    -webkit-transform: none;
            transform: none
}





.btn.btn-circle.counter {
    -webkit-box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
            box-shadow: 0 0 1.25rem rgba(30,34,40,.04)
}





.btn.btn-circle .number {
    display: table-cell;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 1.1rem;
    font-weight: 700
}





.input-group .btn:hover {
    -webkit-transform: none;
            transform: none
}





.btn-blue {
    color: #fff;
    background-color: #3f78e0;
    border-color: #3f78e0
}





.btn-blue:hover {
    color: #fff;
    background-color: #3f78e0;
    border-color: #3f78e0
}





.btn-blue:focus,.btn-check:focus+.btn-blue {
    color: #fff;
    background-color: #3f78e0;
    border-color: #3f78e0
}





.btn-blue.active,.btn-blue:active,.btn-check:active+.btn-blue,.btn-check:checked+.btn-blue,.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #3f78e0;
    border-color: #3769c4
}





.btn-blue.disabled:not(.btn-circle):not(.btn-block),.btn-blue:disabled:not(.btn-circle):not(.btn-block) {
    color: #fff;
    background-color: #3f78e0;
    border-color: #3f78e0
}





.btn-outline-blue {
    color: #3f78e0;
    border-color: #3f78e0
}





.btn-outline-blue:hover {
    color: #fff;
    background-color: #3f78e0;
    border-color: #3f78e0
}





.btn-check:focus+.btn-outline-blue,.btn-outline-blue:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-blue,.btn-check:checked+.btn-outline-blue,.btn-outline-blue.active,.btn-outline-blue.dropdown-toggle.show,.btn-outline-blue:active {
    color: #3f78e0;
    background-color: #3f78e0;
    border-color: #3f78e0
}





.btn-check:active+.btn-outline-blue:focus,.btn-check:checked+.btn-outline-blue:focus,.btn-outline-blue.active:focus,.btn-outline-blue.dropdown-toggle.show:focus,.btn-outline-blue:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(63,120,224,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(63,120,224,.5)
}





.btn-outline-blue.disabled,.btn-outline-blue:disabled {
    color: #3f78e0;
    background-color: transparent
}





.btn-purple {
    color: #fff;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-purple:hover {
    color: #fff;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-check:focus+.btn-purple,.btn-purple:focus {
    color: #fff;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-check:active+.btn-purple,.btn-check:checked+.btn-purple,.btn-purple.active,.btn-purple:active,.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #747ed1;
    border-color: #666eb7
}





.btn-purple.disabled:not(.btn-circle):not(.btn-block),.btn-purple:disabled:not(.btn-circle):not(.btn-block) {
    color: #fff;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-outline-purple {
    color: #747ed1;
    border-color: #747ed1
}





.btn-outline-purple:hover {
    color: #fff;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-check:focus+.btn-outline-purple,.btn-outline-purple:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-purple,.btn-check:checked+.btn-outline-purple,.btn-outline-purple.active,.btn-outline-purple.dropdown-toggle.show,.btn-outline-purple:active {
    color: #747ed1;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-check:active+.btn-outline-purple:focus,.btn-check:checked+.btn-outline-purple:focus,.btn-outline-purple.active:focus,.btn-outline-purple.dropdown-toggle.show:focus,.btn-outline-purple:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(116,126,209,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(116,126,209,.5)
}





.btn-outline-purple.disabled,.btn-outline-purple:disabled {
    color: #747ed1;
    background-color: transparent
}





.btn-violet {
    color: #fff;
    background-color: #a07cc5;
    border-color: #a07cc5
}





.btn-violet:hover {
    color: #fff;
    background-color: #a07cc5;
    border-color: #a07cc5
}





.btn-check:focus+.btn-violet,.btn-violet:focus {
    color: #fff;
    background-color: #a07cc5;
    border-color: #a07cc5
}





.btn-check:active+.btn-violet,.btn-check:checked+.btn-violet,.btn-violet.active,.btn-violet:active,.show>.btn-violet.dropdown-toggle {
    color: #fff;
    background-color: #a07cc5;
    border-color: #8c6dac
}





.btn-violet.disabled:not(.btn-circle):not(.btn-block),.btn-violet:disabled:not(.btn-circle):not(.btn-block) {
    color: #fff;
    background-color: #a07cc5;
    border-color: #a07cc5
}





.btn-outline-violet {
    color: #a07cc5;
    border-color: #a07cc5
}





.btn-outline-violet:hover {
    color: #fff;
    background-color: #a07cc5;
    border-color: #a07cc5
}





.btn-check:focus+.btn-outline-violet,.btn-outline-violet:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-violet,.btn-check:checked+.btn-outline-violet,.btn-outline-violet.active,.btn-outline-violet.dropdown-toggle.show,.btn-outline-violet:active {
    color: #a07cc5;
    background-color: #a07cc5;
    border-color: #a07cc5
}





.btn-check:active+.btn-outline-violet:focus,.btn-check:checked+.btn-outline-violet:focus,.btn-outline-violet.active:focus,.btn-outline-violet.dropdown-toggle.show:focus,.btn-outline-violet:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(160,124,197,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(160,124,197,.5)
}





.btn-outline-violet.disabled,.btn-outline-violet:disabled {
    color: #a07cc5;
    background-color: transparent
}





.btn-pink {
    color: #fff;
    background-color: #d16b86;
    border-color: #d16b86
}





.btn-pink:hover {
    color: #fff;
    background-color: #d16b86;
    border-color: #d16b86
}





.btn-check:focus+.btn-pink,.btn-pink:focus {
    color: #fff;
    background-color: #d16b86;
    border-color: #d16b86
}





.btn-check:active+.btn-pink,.btn-check:checked+.btn-pink,.btn-pink.active,.btn-pink:active,.show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #d16b86;
    border-color: #b75e75
}





.btn-pink.disabled:not(.btn-circle):not(.btn-block),.btn-pink:disabled:not(.btn-circle):not(.btn-block) {
    color: #fff;
    background-color: #d16b86;
    border-color: #d16b86
}





.btn-outline-pink {
    color: #d16b86;
    border-color: #d16b86
}





.btn-outline-pink:hover {
    color: #fff;
    background-color: #d16b86;
    border-color: #d16b86
}





.btn-check:focus+.btn-outline-pink,.btn-outline-pink:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-pink,.btn-check:checked+.btn-outline-pink,.btn-outline-pink.active,.btn-outline-pink.dropdown-toggle.show,.btn-outline-pink:active {
    color: #d16b86;
    background-color: #d16b86;
    border-color: #d16b86
}





.btn-check:active+.btn-outline-pink:focus,.btn-check:checked+.btn-outline-pink:focus,.btn-outline-pink.active:focus,.btn-outline-pink.dropdown-toggle.show:focus,.btn-outline-pink:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(209,107,134,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(209,107,134,.5)
}





.btn-outline-pink.disabled,.btn-outline-pink:disabled {
    color: #d16b86;
    background-color: transparent
}





.btn-red {
    color: #fff;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-red:hover {
    color: #fff;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-check:focus+.btn-red,.btn-red:focus {
    color: #fff;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-check:active+.btn-red,.btn-check:checked+.btn-red,.btn-red.active,.btn-red:active,.show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #e2626b;
    border-color: #c6565e
}





.btn-red.disabled:not(.btn-circle):not(.btn-block),.btn-red:disabled:not(.btn-circle):not(.btn-block) {
    color: #fff;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-outline-red {
    color: #e2626b;
    border-color: #e2626b
}





.btn-outline-red:hover {
    color: #fff;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-check:focus+.btn-outline-red,.btn-outline-red:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-red,.btn-check:checked+.btn-outline-red,.btn-outline-red.active,.btn-outline-red.dropdown-toggle.show,.btn-outline-red:active {
    color: #e2626b;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-check:active+.btn-outline-red:focus,.btn-check:checked+.btn-outline-red:focus,.btn-outline-red.active:focus,.btn-outline-red.dropdown-toggle.show:focus,.btn-outline-red:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(226,98,107,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(226,98,107,.5)
}





.btn-outline-red.disabled,.btn-outline-red:disabled {
    color: #e2626b;
    background-color: transparent
}





.btn-orange {
    color: #fff;
    background-color: #f78b77;
    border-color: #f78b77
}





.btn-orange:hover {
    color: #fff;
    background-color: #f78b77;
    border-color: #f78b77
}





.btn-check:focus+.btn-orange,.btn-orange:focus {
    color: #fff;
    background-color: #f78b77;
    border-color: #f78b77
}





.btn-check:active+.btn-orange,.btn-check:checked+.btn-orange,.btn-orange.active,.btn-orange:active,.show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #f78b77;
    border-color: #d87a68
}





.btn-orange.disabled:not(.btn-circle):not(.btn-block),.btn-orange:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #f78b77;
    border-color: #f78b77
}





.btn-outline-orange {
    color: #f78b77;
    border-color: #f78b77
}





.btn-outline-orange:hover {
    color: #fff;
    background-color: #f78b77;
    border-color: #f78b77
}





.btn-check:focus+.btn-outline-orange,.btn-outline-orange:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-orange,.btn-check:checked+.btn-outline-orange,.btn-outline-orange.active,.btn-outline-orange.dropdown-toggle.show,.btn-outline-orange:active {
    color: #f78b77;
    background-color: #f78b77;
    border-color: #f78b77
}





.btn-check:active+.btn-outline-orange:focus,.btn-check:checked+.btn-outline-orange:focus,.btn-outline-orange.active:focus,.btn-outline-orange.dropdown-toggle.show:focus,.btn-outline-orange:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(247,139,119,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(247,139,119,.5)
}





.btn-outline-orange.disabled,.btn-outline-orange:disabled {
    color: #f78b77;
    background-color: transparent
}





.btn-yellow {
    color: #fff;
    background-color: #fab758;
    border-color: #fab758
}





.btn-yellow:hover {
    color: #fff;
    background-color: #fab758;
    border-color: #fab758
}





.btn-check:focus+.btn-yellow,.btn-yellow:focus {
    color: #fff;
    background-color: #fab758;
    border-color: #fab758
}





.btn-check:active+.btn-yellow,.btn-check:checked+.btn-yellow,.btn-yellow.active,.btn-yellow:active,.show>.btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #fab758;
    border-color: #dba04d
}





.btn-yellow.disabled:not(.btn-circle):not(.btn-block),.btn-yellow:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #fab758;
    border-color: #fab758
}





.btn-outline-yellow {
    color: #fab758;
    border-color: #fab758
}





.btn-outline-yellow:hover {
    color: #fff;
    background-color: #fab758;
    border-color: #fab758
}





.btn-check:focus+.btn-outline-yellow,.btn-outline-yellow:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-yellow,.btn-check:checked+.btn-outline-yellow,.btn-outline-yellow.active,.btn-outline-yellow.dropdown-toggle.show,.btn-outline-yellow:active {
    color: #fab758;
    background-color: #fab758;
    border-color: #fab758
}





.btn-check:active+.btn-outline-yellow:focus,.btn-check:checked+.btn-outline-yellow:focus,.btn-outline-yellow.active:focus,.btn-outline-yellow.dropdown-toggle.show:focus,.btn-outline-yellow:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(250,183,88,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(250,183,88,.5)
}





.btn-outline-yellow.disabled,.btn-outline-yellow:disabled {
    color: #fab758;
    background-color: transparent
}





.btn-green {
    color: #fff;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-green:hover {
    color: #fff;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-check:focus+.btn-green,.btn-green:focus {
    color: #fff;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-check:active+.btn-green,.btn-check:checked+.btn-green,.btn-green.active,.btn-green:active,.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-color: #6bbea3;
    border-color: #5ea68f
}





.btn-green.disabled:not(.btn-circle):not(.btn-block),.btn-green:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-outline-green {
    color: #6bbea3;
    border-color: #6bbea3
}





.btn-outline-green:hover {
    color: #fff;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-check:focus+.btn-outline-green,.btn-outline-green:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-green,.btn-check:checked+.btn-outline-green,.btn-outline-green.active,.btn-outline-green.dropdown-toggle.show,.btn-outline-green:active {
    color: #6bbea3;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-check:active+.btn-outline-green:focus,.btn-check:checked+.btn-outline-green:focus,.btn-outline-green.active:focus,.btn-outline-green.dropdown-toggle.show:focus,.btn-outline-green:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(107,190,163,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(107,190,163,.5)
}





.btn-outline-green.disabled,.btn-outline-green:disabled {
    color: #6bbea3;
    background-color: transparent
}





.btn-leaf {
    color: #fff;
    background-color: #7cb798;
    border-color: #7cb798
}





.btn-leaf:hover {
    color: #fff;
    background-color: #7cb798;
    border-color: #7cb798
}





.btn-check:focus+.btn-leaf,.btn-leaf:focus {
    color: #fff;
    background-color: #7cb798;
    border-color: #7cb798
}





.btn-check:active+.btn-leaf,.btn-check:checked+.btn-leaf,.btn-leaf.active,.btn-leaf:active,.show>.btn-leaf.dropdown-toggle {
    color: #fff;
    background-color: #7cb798;
    border-color: #6da085
}





.btn-leaf.disabled:not(.btn-circle):not(.btn-block),.btn-leaf:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #7cb798;
    border-color: #7cb798
}





.btn-outline-leaf {
    color: #7cb798;
    border-color: #7cb798
}





.btn-outline-leaf:hover {
    color: #fff;
    background-color: #7cb798;
    border-color: #7cb798
}





.btn-check:focus+.btn-outline-leaf,.btn-outline-leaf:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-leaf,.btn-check:checked+.btn-outline-leaf,.btn-outline-leaf.active,.btn-outline-leaf.dropdown-toggle.show,.btn-outline-leaf:active {
    color: #7cb798;
    background-color: #7cb798;
    border-color: #7cb798
}





.btn-check:active+.btn-outline-leaf:focus,.btn-check:checked+.btn-outline-leaf:focus,.btn-outline-leaf.active:focus,.btn-outline-leaf.dropdown-toggle.show:focus,.btn-outline-leaf:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(124,183,152,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(124,183,152,.5)
}





.btn-outline-leaf.disabled,.btn-outline-leaf:disabled {
    color: #7cb798;
    background-color: transparent
}





.btn-aqua {
    color: #fff;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-aqua:hover {
    color: #fff;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-aqua:focus,.btn-check:focus+.btn-aqua {
    color: #fff;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-aqua.active,.btn-aqua:active,.btn-check:active+.btn-aqua,.btn-check:checked+.btn-aqua,.show>.btn-aqua.dropdown-toggle {
    color: #fff;
    background-color: #54a8c7;
    border-color: #4a93ae
}





.btn-aqua.disabled:not(.btn-circle):not(.btn-block),.btn-aqua:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-outline-aqua {
    color: #54a8c7;
    border-color: #54a8c7
}





.btn-outline-aqua:hover {
    color: #fff;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-check:focus+.btn-outline-aqua,.btn-outline-aqua:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-aqua,.btn-check:checked+.btn-outline-aqua,.btn-outline-aqua.active,.btn-outline-aqua.dropdown-toggle.show,.btn-outline-aqua:active {
    color: #54a8c7;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-check:active+.btn-outline-aqua:focus,.btn-check:checked+.btn-outline-aqua:focus,.btn-outline-aqua.active:focus,.btn-outline-aqua.dropdown-toggle.show:focus,.btn-outline-aqua:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(84,168,199,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(84,168,199,.5)
}





.btn-outline-aqua.disabled,.btn-outline-aqua:disabled {
    color: #54a8c7;
    background-color: transparent
}





.btn-navy {
    color: #fff;
    background-color: #343f52;
    border-color: #343f52
}





.btn-navy:hover {
    color: #fff;
    background-color: #343f52;
    border-color: #343f52
}





.btn-check:focus+.btn-navy,.btn-navy:focus {
    color: #fff;
    background-color: #343f52;
    border-color: #343f52
}





.btn-check:active+.btn-navy,.btn-check:checked+.btn-navy,.btn-navy.active,.btn-navy:active,.show>.btn-navy.dropdown-toggle {
    color: #fff;
    background-color: #343f52;
    border-color: #2e3748
}





.btn-navy.disabled:not(.btn-circle):not(.btn-block),.btn-navy:disabled:not(.btn-circle):not(.btn-block) {
    color: #fff;
    background-color: #343f52;
    border-color: #343f52
}





.btn-outline-navy {
    color: #343f52;
    border-color: #343f52
}





.btn-outline-navy:hover {
    color: #fff;
    background-color: #343f52;
    border-color: #343f52
}





.btn-check:focus+.btn-outline-navy,.btn-outline-navy:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-navy,.btn-check:checked+.btn-outline-navy,.btn-outline-navy.active,.btn-outline-navy.dropdown-toggle.show,.btn-outline-navy:active {
    color: #343f52;
    background-color: #343f52;
    border-color: #343f52
}





.btn-check:active+.btn-outline-navy:focus,.btn-check:checked+.btn-outline-navy:focus,.btn-outline-navy.active:focus,.btn-outline-navy.dropdown-toggle.show:focus,.btn-outline-navy:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(52,63,82,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(52,63,82,.5)
}





.btn-outline-navy.disabled,.btn-outline-navy:disabled {
    color: #343f52;
    background-color: transparent
}





.btn-ash {
    color: #fff;
    background-color: #9499a3;
    border-color: #9499a3
}





.btn-ash:hover {
    color: #fff;
    background-color: #9499a3;
    border-color: #9499a3
}





.btn-ash:focus,.btn-check:focus+.btn-ash {
    color: #fff;
    background-color: #9499a3;
    border-color: #9499a3
}





.btn-ash.active,.btn-ash:active,.btn-check:active+.btn-ash,.btn-check:checked+.btn-ash,.show>.btn-ash.dropdown-toggle {
    color: #fff;
    background-color: #9499a3;
    border-color: #82868f
}





.btn-ash.disabled:not(.btn-circle):not(.btn-block),.btn-ash:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #9499a3;
    border-color: #9499a3
}





.btn-outline-ash {
    color: #9499a3;
    border-color: #9499a3
}





.btn-outline-ash:hover {
    color: #fff;
    background-color: #9499a3;
    border-color: #9499a3
}





.btn-check:focus+.btn-outline-ash,.btn-outline-ash:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-ash,.btn-check:checked+.btn-outline-ash,.btn-outline-ash.active,.btn-outline-ash.dropdown-toggle.show,.btn-outline-ash:active {
    color: #9499a3;
    background-color: #9499a3;
    border-color: #9499a3
}





.btn-check:active+.btn-outline-ash:focus,.btn-check:checked+.btn-outline-ash:focus,.btn-outline-ash.active:focus,.btn-outline-ash.dropdown-toggle.show:focus,.btn-outline-ash:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(148,153,163,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(148,153,163,.5)
}





.btn-outline-ash.disabled,.btn-outline-ash:disabled {
    color: #9499a3;
    background-color: transparent
}





.btn-white {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}





.btn-white:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}





.btn-check:focus+.btn-white,.btn-white:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}





.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #dfdfdf
}





.btn-white.disabled:not(.btn-circle):not(.btn-block),.btn-white:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #fff;
    border-color: #fff
}





.btn-outline-white {
    color: #fff;
    border-color: #fff
}





.btn-outline-white:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}





.btn-check:focus+.btn-outline-white,.btn-outline-white:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}





.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(255,255,255,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(255,255,255,.5)
}





.btn-outline-white.disabled,.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}





.btn-light {
    color: #fff;
    background-color: #fefefe;
    border-color: #fefefe
}





.btn-light:hover {
    color: #fff;
    background-color: #fefefe;
    border-color: #fefefe
}





.btn-check:focus+.btn-light,.btn-light:focus {
    color: #fff;
    background-color: #fefefe;
    border-color: #fefefe
}





.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #fefefe;
    border-color: #dedede
}





.btn-light.disabled:not(.btn-circle):not(.btn-block),.btn-light:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #fefefe;
    border-color: #fefefe
}





.btn-outline-light {
    color: #fefefe;
    border-color: #fefefe
}





.btn-outline-light:hover {
    color: #fff;
    background-color: #fefefe;
    border-color: #fefefe
}





.btn-check:focus+.btn-outline-light,.btn-outline-light:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active {
    color: #fefefe;
    background-color: #fefefe;
    border-color: #fefefe
}





.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(254,254,254,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(254,254,254,.5)
}





.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #fefefe;
    background-color: transparent
}





.btn-dark {
    color: #fff;
    background-color: #262b32;
    border-color: #262b32
}





.btn-dark:hover {
    color: #fff;
    background-color: #262b32;
    border-color: #262b32
}





.btn-check:focus+.btn-dark,.btn-dark:focus {
    color: #fff;
    background-color: #262b32;
    border-color: #262b32
}





.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #262b32;
    border-color: #21262c
}





.btn-dark.disabled:not(.btn-circle):not(.btn-block),.btn-dark:disabled:not(.btn-circle):not(.btn-block) {
    color: #fff;
    background-color: #262b32;
    border-color: #262b32
}





.btn-outline-dark {
    color: #262b32;
    border-color: #262b32
}





.btn-outline-dark:hover {
    color: #fff;
    background-color: #262b32;
    border-color: #262b32
}





.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active {
    color: #262b32;
    background-color: #262b32;
    border-color: #262b32
}





.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(38,43,50,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(38,43,50,.5)
}





.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #262b32;
    background-color: transparent
}





.btn-primary {
    color: #fff;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-primary:hover {
    color: #fff;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-check:focus+.btn-primary,.btn-primary:focus {
    color: #fff;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #747ed1;
    border-color: #666eb7
}





.btn-primary.disabled:not(.btn-circle):not(.btn-block),.btn-primary:disabled:not(.btn-circle):not(.btn-block) {
    color: #fff;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-outline-primary {
    color: #747ed1;
    border-color: #747ed1;
}





.btn-outline-primary:hover {
    color: #fff;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active {
    color: #747ed1;
    background-color: #747ed1;
    border-color: #747ed1
}





.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(116,126,209,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(116,126,209,.5)
}





.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #747ed1;
    background-color: transparent
}





.btn-secondary {
    color: #fff;
    background-color: #aab0bc;
    border-color: #aab0bc
}





.btn-secondary:hover {
    color: #fff;
    background-color: #aab0bc;
    border-color: #aab0bc
}





.btn-check:focus+.btn-secondary,.btn-secondary:focus {
    color: #fff;
    background-color: #aab0bc;
    border-color: #aab0bc
}





.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #aab0bc;
    border-color: #959aa5
}





.btn-secondary.disabled:not(.btn-circle):not(.btn-block),.btn-secondary:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #aab0bc;
    border-color: #aab0bc
}





.btn-outline-secondary {
    color: #aab0bc;
    border-color: #aab0bc
}





.btn-outline-secondary:hover {
    color: #fff;
    background-color: #aab0bc;
    border-color: #aab0bc
}





.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active {
    color: #aab0bc;
    background-color: #aab0bc;
    border-color: #aab0bc
}





.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(170,176,188,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(170,176,188,.5)
}





.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #aab0bc;
    background-color: transparent
}





.btn-success {
    color: #fff;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-success:hover {
    color: #fff;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-check:focus+.btn-success,.btn-success:focus {
    color: #fff;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #6bbea3;
    border-color: #5ea68f
}





.btn-success.disabled:not(.btn-circle):not(.btn-block),.btn-success:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-outline-success {
    color: #6bbea3;
    border-color: #6bbea3
}





.btn-outline-success:hover {
    color: #fff;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-check:focus+.btn-outline-success,.btn-outline-success:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active {
    color: #6bbea3;
    background-color: #6bbea3;
    border-color: #6bbea3
}





.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(107,190,163,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(107,190,163,.5)
}





.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #6bbea3;
    background-color: transparent
}





.btn-info {
    color: #fff;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-info:hover {
    color: #fff;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-check:focus+.btn-info,.btn-info:focus {
    color: #fff;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #54a8c7;
    border-color: #4a93ae
}





.btn-info.disabled:not(.btn-circle):not(.btn-block),.btn-info:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-outline-info {
    color: #54a8c7;
    border-color: #54a8c7
}





.btn-outline-info:hover {
    color: #fff;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-check:focus+.btn-outline-info,.btn-outline-info:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active {
    color: #54a8c7;
    background-color: #54a8c7;
    border-color: #54a8c7
}





.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(84,168,199,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(84,168,199,.5)
}





.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #54a8c7;
    background-color: transparent
}





.btn-warning {
    color: #fff;
    background-color: #fab758;
    border-color: #fab758
}





.btn-warning:hover {
    color: #fff;
    background-color: #fab758;
    border-color: #fab758
}





.btn-check:focus+.btn-warning,.btn-warning:focus {
    color: #fff;
    background-color: #fab758;
    border-color: #fab758
}





.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #fab758;
    border-color: #dba04d
}





.btn-warning.disabled:not(.btn-circle):not(.btn-block),.btn-warning:disabled:not(.btn-circle):not(.btn-block) {
    color: #343f52;
    background-color: #fab758;
    border-color: #fab758
}





.btn-outline-warning {
    color: #fab758;
    border-color: #fab758
}





.btn-outline-warning:hover {
    color: #fff;
    background-color: #fab758;
    border-color: #fab758
}





.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active {
    color: #fab758;
    background-color: #fab758;
    border-color: #fab758
}





.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(250,183,88,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(250,183,88,.5)
}





.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #fab758;
    background-color: transparent
}





.btn-danger {
    color: #fff;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-danger:hover {
    color: #fff;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-check:focus+.btn-danger,.btn-danger:focus {
    color: #fff;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e2626b;
    border-color: #c6565e
}





.btn-danger.disabled:not(.btn-circle):not(.btn-block),.btn-danger:disabled:not(.btn-circle):not(.btn-block) {
    color: #fff;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-outline-danger {
    color: #e2626b;
    border-color: #e2626b
}





.btn-outline-danger:hover {
    color: #fff;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus {
    -webkit-box-shadow: none;
            box-shadow: none
}





.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active {
    color: #e2626b;
    background-color: #e2626b;
    border-color: #e2626b
}





.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus {
    -webkit-box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(226,98,107,.5);
            box-shadow: 0 .25rem .75rem rgba(30,34,40,.15),0 0 0 .25rem rgba(226,98,107,.5)
}





.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #e2626b;
    background-color: transparent
}





.btn-outline-white:hover,.btn-white,.btn-white:focus,.btn-white:not(.btn-play):hover {
    color: #343f52
}





.btn-white.btn-play:hover {
    color: #747ed1
}





.btn-soft-blue {
    background-color: #e0e9fa;
    color: #3f78e0
}





.btn-soft-blue:hover {
    color: #3f78e0
}





.btn-soft-purple {
    background-color: #e9eaf8;
    color: #747ed1
}





.btn-soft-purple:hover {
    color: #747ed1
}





.btn-soft-violet {
    background-color: #f0eaf6;
    color: #a07cc5
}





.btn-soft-violet:hover {
    color: #a07cc5
}





.btn-soft-pink {
    background-color: #f8e7ec;
    color: #d16b86
}





.btn-soft-pink:hover {
    color: #d16b86
}





.btn-soft-red {
    background-color: #fae6e7;
    color: #e2626b
}





.btn-soft-red:hover {
    color: #e2626b
}





.btn-soft-orange {
    background-color: #feece9;
    color: #f78b77
}





.btn-soft-orange:hover {
    color: #f78b77
}





.btn-soft-yellow {
    background-color: #fef3e4;
    color: #fab758
}





.btn-soft-yellow:hover {
    color: #fab758
}





.btn-soft-green {
    background-color: #e7f5f0;
    color: #6bbea3
}





.btn-soft-green:hover {
    color: #6bbea3
}





.btn-soft-leaf {
    background-color: #eaf3ef;
    color: #7cb798
}





.btn-soft-leaf:hover {
    color: #7cb798
}





.btn-soft-aqua {
    background-color: #e4f1f6;
    color: #54a8c7
}





.btn-soft-aqua:hover {
    color: #54a8c7
}





.btn-soft-navy {
    background-color: #dfe0e3;
    color: #343f52
}





.btn-soft-navy:hover {
    color: #343f52
}





.btn-soft-ash {
    background-color: #eeeff0;
    color: #9499a3
}





.btn-soft-ash:hover {
    color: #9499a3
}





.btn-soft-dark {
    background-color: #dcddde;
    color: #262b32
}





.btn-soft-dark:hover {
    color: #262b32
}





.btn-soft-primary {
    background-color: #e9eaf8;
    color: #747ed1
}





.btn-soft-primary:hover {
    color: #747ed1
}





.btn-soft-ash {
    background-color: rgba(164,174,198,.2);
    color: #343f52
}





.btn-soft-ash:hover {
    color: #343f52
}





.btn-gradient {
    background: -webkit-gradient(linear,left top, right top,from(#fab758),color-stop(#f78b77),to(#e2626b));
    background: linear-gradient(to right,#fab758,#f78b77,#e2626b);
    color: #fff
}





.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: none
}





.btn-link:hover {
    color: #0a58ca
}





.btn-link.disabled,.btn-link:disabled {
    color: #6c757d
}





.btn-group-lg>.btn,.btn-lg {
    /* padding: 0.65rem 1.4rem; */
    font-size: .85rem;
    border-radius: .4rem;
}





.btn-group-sm>.btn,.btn-sm {
    padding: .4rem 1rem;
    font-size: .7rem;
    border-radius: .4rem
}





.w-100.btn-icon {
    position: relative
}





.w-100.btn-icon.btn-icon-start i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.3rem
}





.btn-group-sm>.btn-icon.btn,.btn-icon.btn-sm {
    padding-top: .3rem;
    padding-bottom: .3rem
}





.btn-icon i {
    vertical-align: -.1rem
}





.btn-group-sm>.btn-icon.btn i,.btn-icon.btn-sm i {
    font-size: .8rem
}





.btn-icon-start i {
    margin-right: .1rem
}





.btn-icon-end i {
    margin-left: .1rem
}





.navigation .btn-icon i {
    margin: 0;
    font-size: .9rem
}





.navigation .btn-group-sm>.btn-icon.btn i,.navigation .btn-icon.btn-sm i {
    vertical-align: -.15rem
}





.navbar .btn-group-sm>.btn,.navbar .btn-sm {
    font-size: .8rem
}





.social a:not(.btn-circle) {
    font-size: 1rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(0);
            transform: translateY(0)
}





@media (prefers-reduced-motion:reduce) {
    .social a:not(.btn-circle) {
        -webkit-transition: none;
        transition: none
    }
}





.social a:not(.btn-circle):hover {
    -webkit-transform: translateY(-.15rem);
            transform: translateY(-.15rem)
}





.social a:not(.btn-circle) i {
    font-size: 1rem
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=dropbox] {
    color: #007bdf
}





.social a.btn-circle[class*=dropbox] {
    color: #fff;
    background-color: #007bdf
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=dribbble] {
    color: #d07ead
}





.social a.btn-circle[class*=dribbble] {
    color: #fff;
    background-color: #d07ead
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-drive-alt] {
    color: #1b9f5e
}





.social a.btn-circle[class*=google-drive-alt] {
    color: #fff;
    background-color: #1b9f5e
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-f] {
    color: #4470cf
}





.social a.btn-circle[class*=facebook-f] {
    color: #fff;
    background-color: #4470cf
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=instagram] {
    color: #d53581
}





.social a.btn-circle[class*=instagram] {
    color: #fff;
    background-color: #d53581
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=line] {
    color: #0fab10
}





.social a.btn-circle[class*=line] {
    color: #fff;
    background-color: #0fab10
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-messenger] {
    color: #007ff8
}





.social a.btn-circle[class*=facebook-messenger] {
    color: #fff;
    background-color: #007ff8
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=black-berry] {
    color: #272727
}





.social a.btn-circle[class*=black-berry] {
    color: #fff;
    background-color: #272727
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=linkedin] {
    color: #3393c1
}





.social a.btn-circle[class*=linkedin] {
    color: #fff;
    background-color: #3393c1
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=intercom] {
    color: #2e88f8
}





.social a.btn-circle[class*=intercom] {
    color: #fff;
    background-color: #2e88f8
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook] {
    color: #4470cf
}





.social a.btn-circle[class*=facebook] {
    color: #fff;
    background-color: #4470cf
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=youtube] {
    color: #c8312b
}





.social a.btn-circle[class*=youtube] {
    color: #fff;
    background-color: #c8312b
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=apple] {
    color: #1a1919
}





.social a.btn-circle[class*=apple] {
    color: #fff;
    background-color: #1a1919
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=visual-studio] {
    color: #6b61be
}





.social a.btn-circle[class*=visual-studio] {
    color: #fff;
    background-color: #6b61be
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=twitter] {
    color: #5daed5
}





.social a.btn-circle[class*=twitter] {
    color: #fff;
    background-color: #5daed5
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-ghost] {
    color: #f7c31a
}





.social a.btn-circle[class*=snapchat-ghost] {
    color: #fff;
    background-color: #f7c31a
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=slack] {
    color: #d4135c
}





.social a.btn-circle[class*=slack] {
    color: #fff;
    background-color: #d4135c
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr-square] {
    color: #5d82a4
}





.social a.btn-circle[class*=tumblr-square] {
    color: #fff;
    background-color: #5d82a4
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=medium-m] {
    color: #00c364
}





.social a.btn-circle[class*=medium-m] {
    color: #fff;
    background-color: #00c364
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr] {
    color: #5d82a4
}





.social a.btn-circle[class*=tumblr] {
    color: #fff;
    background-color: #5d82a4
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=adobe] {
    color: #e61f26
}





.social a.btn-circle[class*=adobe] {
    color: #fff;
    background-color: #e61f26
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=whatsapp] {
    color: #00a859
}





.social a.btn-circle[class*=whatsapp] {
    color: #fff;
    background-color: #00a859
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*="500-px"] {
    color: #00a6df
}





.social a.btn-circle[class*="500-px"] {
    color: #fff;
    background-color: #00a6df
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-square] {
    color: #f7c31a
}





.social a.btn-circle[class*=snapchat-square] {
    color: #fff;
    background-color: #f7c31a
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=behance] {
    color: #098ffa
}





.social a.btn-circle[class*=behance] {
    color: #fff;
    background-color: #098ffa
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=instagram-alt] {
    color: #d53581
}





.social a.btn-circle[class*=instagram-alt] {
    color: #fff;
    background-color: #d53581
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=github-alt] {
    color: #4073a6
}





.social a.btn-circle[class*=github-alt] {
    color: #fff;
    background-color: #4073a6
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=linkedin-alt] {
    color: #3393c1
}





.social a.btn-circle[class*=linkedin-alt] {
    color: #fff;
    background-color: #3393c1
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=slack-alt] {
    color: #d4135c
}





.social a.btn-circle[class*=slack-alt] {
    color: #fff;
    background-color: #d4135c
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google] {
    color: #e44134
}





.social a.btn-circle[class*=google] {
    color: #fff;
    background-color: #e44134
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-play] {
    color: #e44134
}





.social a.btn-circle[class*=google-play] {
    color: #fff;
    background-color: #e44134
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-drive] {
    color: #1b9f5e
}





.social a.btn-circle[class*=google-drive] {
    color: #fff;
    background-color: #1b9f5e
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vuejs-alt] {
    color: #3fb37f
}





.social a.btn-circle[class*=vuejs-alt] {
    color: #fff;
    background-color: #3fb37f
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-hangouts] {
    color: #109956
}





.social a.btn-circle[class*=google-hangouts] {
    color: #fff;
    background-color: #109956
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vuejs] {
    color: #3fb37f
}





.social a.btn-circle[class*=vuejs] {
    color: #fff;
    background-color: #3fb37f
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=java-script] {
    color: #f0d91d
}





.social a.btn-circle[class*=java-script] {
    color: #fff;
    background-color: #f0d91d
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=paypal] {
    color: #0089cc
}





.social a.btn-circle[class*=paypal] {
    color: #fff;
    background-color: #0089cc
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=reddit-alien-alt] {
    color: #f84300
}





.social a.btn-circle[class*=reddit-alien-alt] {
    color: #fff;
    background-color: #f84300
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=android-alt] {
    color: #97c03d
}





.social a.btn-circle[class*=android-alt] {
    color: #fff;
    background-color: #97c03d
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=github] {
    color: #4073a6
}





.social a.btn-circle[class*=github] {
    color: #fff;
    background-color: #4073a6
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=android] {
    color: #97c03d
}





.social a.btn-circle[class*=android] {
    color: #fff;
    background-color: #97c03d
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=amazon] {
    color: #f79400
}





.social a.btn-circle[class*=amazon] {
    color: #fff;
    background-color: #f79400
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=adobe-alt] {
    color: #e61f26
}





.social a.btn-circle[class*=adobe-alt] {
    color: #fff;
    background-color: #e61f26
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=master-card] {
    color: #f0931d
}





.social a.btn-circle[class*=master-card] {
    color: #fff;
    background-color: #f0931d
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=opera-alt] {
    color: #e33737
}





.social a.btn-circle[class*=opera-alt] {
    color: #fff;
    background-color: #e33737
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=css3-alt] {
    color: #006db6
}





.social a.btn-circle[class*=css3-alt] {
    color: #fff;
    background-color: #006db6
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=opera] {
    color: #e33737
}





.social a.btn-circle[class*=opera] {
    color: #fff;
    background-color: #e33737
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=css3] {
    color: #006db6
}





.social a.btn-circle[class*=css3] {
    color: #fff;
    background-color: #006db6
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=twitter-alt] {
    color: #5daed5
}





.social a.btn-circle[class*=twitter-alt] {
    color: #fff;
    background-color: #5daed5
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=intercom-alt] {
    color: #2e88f8
}





.social a.btn-circle[class*=intercom-alt] {
    color: #fff;
    background-color: #2e88f8
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=swiggy] {
    color: #f88a2d
}





.social a.btn-circle[class*=swiggy] {
    color: #fff;
    background-color: #f88a2d
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=snapchat-alt] {
    color: #f7c31a
}





.social a.btn-circle[class*=snapchat-alt] {
    color: #fff;
    background-color: #f7c31a
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=tumblr-alt] {
    color: #5d82a4
}





.social a.btn-circle[class*=tumblr-alt] {
    color: #fff;
    background-color: #5d82a4
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=facebook-messenger-alt] {
    color: #007ff8
}





.social a.btn-circle[class*=facebook-messenger-alt] {
    color: #fff;
    background-color: #007ff8
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=bitcoin-alt] {
    color: #f38633
}





.social a.btn-circle[class*=bitcoin-alt] {
    color: #fff;
    background-color: #f38633
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=google-hangouts-alt] {
    color: #109956
}





.social a.btn-circle[class*=google-hangouts-alt] {
    color: #fff;
    background-color: #109956
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=blogger] {
    color: #e86733
}





.social a.btn-circle[class*=blogger] {
    color: #fff;
    background-color: #e86733
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=blogger-alt] {
    color: #e86733
}





.social a.btn-circle[class*=blogger-alt] {
    color: #fff;
    background-color: #e86733
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=bitcoin] {
    color: #f38633
}





.social a.btn-circle[class*=bitcoin] {
    color: #fff;
    background-color: #f38633
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=behance-alt] {
    color: #098ffa
}





.social a.btn-circle[class*=behance-alt] {
    color: #fff;
    background-color: #098ffa
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=apple-alt] {
    color: #1a1919
}





.social a.btn-circle[class*=apple-alt] {
    color: #fff;
    background-color: #1a1919
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=react] {
    color: #00d1f7
}





.social a.btn-circle[class*=react] {
    color: #fff;
    background-color: #00d1f7
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=telegram] {
    color: #2caef0
}





.social a.btn-circle[class*=telegram] {
    color: #fff;
    background-color: #2caef0
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vk-alt] {
    color: #4f7db3
}





.social a.btn-circle[class*=vk-alt] {
    color: #fff;
    background-color: #4f7db3
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=vk] {
    color: #4f7db3
}





.social a.btn-circle[class*=vk] {
    color: #fff;
    background-color: #4f7db3
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=skype] {
    color: #2ebbf0
}





.social a.btn-circle[class*=skype] {
    color: #fff;
    background-color: #2ebbf0
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=skype-alt] {
    color: #2ebbf0
}





.social a.btn-circle[class*=skype-alt] {
    color: #fff;
    background-color: #2ebbf0
}





.social a:not([class*=link-]):not(.btn-circle) .uil[class*=telegram-alt] {
    color: #2caef0
}





.social a.btn-circle[class*=telegram-alt] {
    color: #fff;
    background-color: #2caef0
}





.social.social-muted a:not(.btn-circle):not([class*=link-]) i {
    color: #343f52!important
}





.social.social-white a i,.social.social-white a:hover i {
    color: #fff!important
}





.social>a {
    margin: 0 .7rem 0 0
}





.social[class*=text-end]>a,[class*=text-end] .social>a {
    margin: 0 0 0 .7rem
}





@media (min-width: 768px) {
    .social[class*=text-md-end]>a,[class*=text-md-end] .social>a {
        margin:0 0 0 .7rem
    }
}





.social.text-center>a,.text-center .social>a {
    margin: 0 .35rem
}





@-webkit-keyframes show-animation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,.5rem,0);
                transform: translate3d(0,.5rem,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
    }
}





@keyframes show-animation {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,.5rem,0);
                transform: translate3d(0,.5rem,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
    }
}





@-webkit-keyframes hide-animation {
    0% {
        -webkit-transform: translate3d(1,1,1);
                transform: translate3d(1,1,1);
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,0,1);
                transform: translate3d(0,0,1);
        opacity: 0
    }
}





@keyframes hide-animation {
    0% {
        -webkit-transform: translate3d(1,1,1);
                transform: translate3d(1,1,1);
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,0,1);
                transform: translate3d(0,0,1);
        opacity: 0
    }
}





@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}





@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}





@-webkit-keyframes priceFade {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(80%);
                transform: translateY(80%)
    }
}





@keyframes priceFade {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(80%);
                transform: translateY(80%)
    }
}





@-webkit-keyframes priceShow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80%);
                transform: translateY(-80%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }
}





@keyframes priceShow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-80%);
                transform: translateY(-80%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }
}





@-webkit-keyframes ripple-1 {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0
    }
}





@keyframes ripple-1 {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0
    }
}





@-webkit-keyframes ripple-2 {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.7);
                transform: scale(1.7);
        opacity: 0
    }
}





@keyframes ripple-2 {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.7);
                transform: scale(1.7);
        opacity: 0
    }
}





@-webkit-keyframes loader-scale {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0
    }
}





@keyframes loader-scale {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0
    }
}





.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fefefe;
    z-index: 9999999
}





.hero-slider:before,.lg-outer .lg-item:after,.loader,.tp-loader.spinner {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.25rem;
    margin-left: -1.25rem;
    background: 0 0;
    border: 4px solid #747ed1;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 50%;
    -webkit-animation: loader-scale 1s ease-out infinite;
    animation: loader-scale 1s ease-out infinite
}





.hero-slider-wrapper.bg-dark .hero-slider:before,.lg-outer .lg-item:after {
    border-color: #fff
}





.dropdown-menu {
    border: 0
}





.dropdown-item {
    font-weight: 700;
    letter-spacing: -.01rem
}





.dropdown-item:focus,.dropdown-item:hover {
    outline: 0
}





.dropdown-header {
    padding-top: 0;
    text-transform: uppercase;
    letter-spacing: .02rem
}





.center-nav.fixed .navbar-nav>.nav-item.language-select>.dropdown-menu {
    margin-top: .75rem!important
}





.center-nav[class*=navbar-bg-] .navbar-nav>.nav-item.language-select>.dropdown-menu {
    margin-top: 1.25rem!important
}





.navbar.transparent .navbar-nav>.nav-item.language-select>.dropdown-menu {
    margin-top: 1.2rem!important
}





.navbar.transparent.fixed .navbar-nav>.nav-item.language-select>.dropdown-menu,.navbar[class*=navbar-bg-] .navbar-nav>.nav-item.language-select>.dropdown-menu {
    margin-top: 2rem!important
}





@media (min-width: 992px) {
    .navbar.fixed .navbar-nav>.nav-item>.dropdown-menu,.navbar:not(.transparent) .navbar-nav>.nav-item:not(.language-select)>.dropdown-menu {
        margin-top:.75rem!important
    }

    .navbar.extended:not(.fixed) .navbar-nav>.nav-item.language-select>.dropdown-menu {
        margin-top: .95rem!important
    }

    .navbar[class*=navbar-bg-]:not(.fancy):not(.extended):not(.fixed) .navbar-nav>.nav-item.language-select>.dropdown-menu {
        margin-top: 2.25rem!important
    }

    .navbar.fixed .navbar-nav>.nav-item.language-select>.dropdown-menu {
        margin-top: 1.95rem!important
    }
}





@media (max-width: 991.98px) {
    .navbar .navbar-collapse .dropdown-menu {
        padding:0;
        margin-top: 0;
        background: 0 0
    }

    .navbar .navbar-collapse .dropdown-menu .dropdown-item {
        color: #fff;
        padding-left: 1rem;
        padding-top: .3rem;
        padding-bottom: .3rem
    }

    .dropdown-header {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: .5rem;
        color: #fff
    }
}





.language-select .dropdown-menu {
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
            transform: translateX(-50%)!important;
    top: 100%!important;
    margin-top: 0;
    padding: .65rem 0;
    position: absolute
}





.navbar-nav .sub-arrow {
    font-family: Custom
}
















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/*顶部样式开始*/
.section-head[data-v-089870aa] {
	
							height: 246px;
							background: url(../../static/img/my_cryptoloan_header.b72293f.png?v=0.0.1) #2354e6 no-repeat center center;
							/*padding: 48px 0 0;*/
							width: 100%;
	
							background-size: cover;
							background-position: center;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-pack: justify;
							    -ms-flex-pack: justify;
							        justify-content: space-between;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							-webkit-box-orient: vertical;
							-webkit-box-direction: normal;
							    -ms-flex-direction: column;
							        flex-direction: column;
}
.section-head .contentmep[data-v-089870aa] {
							width: 1200px;
							margin: 0 auto;
							padding: 52px 0 24px;
							position: relative;
}
.section-head h2[data-v-089870aa] {
							font-size: 48px;
							line-height: 36px;
							color: #fff;
							margin-bottom: 50px;
}
.section-head h3[data-v-089870aa] {
							font-size: 24px;
							color: #ffffff;
}
.section-head .links[data-v-089870aa] {
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							position: absolute;
							right: 0;
							bottom: 24px;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							font-size: 14px;
}
.section-head .links a[data-v-089870aa] {
							color: #deebff;
}
.section-head .links a+a[data-v-089870aa] {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
}
.section-head .links a+a[data-v-089870aa]:before {
							content: "";
							border-left: 1px solid rgba(222,235,255,.5);
							height: 16px;
							display: inline-block;
							margin-left: 16px;
							padding-left: 16px;
}
						/*顶部样式结束*/
						/*星空样式开始*/
@-webkit-keyframes rotate-data-v-089870aa {
0% {
							-webkit-transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(0);
							        transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(0);
}
100% {
							-webkit-transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(1000deg);
							        transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(1000deg);
}
}
@keyframes rotate-data-v-089870aa {
0% {
							-webkit-transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(0);
							        transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(0);
}
100% {
							-webkit-transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(1000deg);
							        transform: perspective(400px) rotateZ(0deg) rotateX(-40deg) rotateY(1000deg);
}
}
.stars[data-v-089870aa] {
						-webkit-transform: perspective(500px);
						        transform: perspective(500px);
						-webkit-transform-style: preserve-3d;
						        transform-style: preserve-3d;
						position: absolute;
						-webkit-perspective-origin: 50% 100%;
						        perspective-origin: 50% 100%;
						left: 50%;
						-webkit-animation: rotate-data-v-089870aa 100s infinite linear;
						        animation: rotate-data-v-089870aa 100s infinite linear;
						bottom: 0;
}
.star[data-v-089870aa] {
						width: 2px;
						height: 2px;
						background: #f7f7b8;
						position: absolute;
						top: 0;
						left: 0;
						-webkit-backface-visibility: hidden;
						        backface-visibility: hidden;
}
						/*星空样式结束*/













































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/*容器样式*/
.bg-purple[data-v-089870aa] {
							background: #d3dce6;
}
.grid-content[data-v-089870aa] {
							border-radius: 4px;
							min-height: 36px;
}
.contentmep2[data-v-089870aa] {
							width: 1200px;
							margin: 0 auto;
							padding: 52px 0 24px;
							position: relative;
							margin-top: -40px;
}
.contentmep3[data-v-089870aa] {
							width: 1200px;
							margin: 0 auto;
							padding: 0px 0 24px;
							position: relative;
							margin-top: 0px;
}
.contentmep4[data-v-089870aa] {
							width: 1200px;
							margin: 0 auto;
							padding: 20px 0 24px;
							position: relative;
							margin-top: 0px;
}
.contentmep5[data-v-089870aa] {
							width: 1200px;
							margin: 0 auto;
							padding: 0px 0 24px;
							position: relative;
							margin-top: 0px;
}
.el-col-10[data-v-089870aa] {
					    width: 24.66667%;
}























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/*矿机列表样式*/
.card-primer[data-v-089870aa]:not(:nth-child(4n)) {
					       margin-right: calc(5% / 3);
}
.card-primer[data-v-089870aa] {
							width: 100%;
							height: 530px;
							background: #FFFFFF;
							-webkit-box-shadow: 0px 0px 40px 0px #e2e2e2;
							        box-shadow: 0px 0px 40px 0px #e2e2e2;
	
							border-radius: 10px;
							margin-top: 20px;
							text-align: center;
							-webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
							-webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
							transition: all 250ms cubic-bezier(.02, .01, .47, 1);
							position: relative;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-orient: vertical;
							-webkit-box-direction: normal;
							    -ms-flex-direction: column;
							        flex-direction: column;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							-ms-flex-pack: distribute;
							    justify-content: space-around;
							z-index: 1;
}
.card-btc[data-v-089870aa] {
							font-size: 18px;
							font-weight: 500;
							color: #000000;
							line-height: 25px;
							margin: 23px 0 0 0;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-pack: center;
							    -ms-flex-pack: center;
							        justify-content: center;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
}
.icon-32[data-v-089870aa] {
							width: 32px;
							height: 32px;
							display: inline-block;
							float: left;
							background-repeat: no-repeat;
							border-radius: 50%;
}
.card-btcs[data-v-089870aa] {
					    /* width: 113px; */
							height: 16px;
							font-size: 14px;
							font-weight: 400;
							color: #909090;
							line-height: 16px;
							margin: 10px 0 0 0;
}
.card-primer h1[data-v-089870aa] {
							height: 55px;
							font-size: 28px;
							font-weight: bold;
							color: #e62323;
							line-height: 55px;
							margin: 27px 0 0 0;
}
.card-static[data-v-089870aa] {
							/* width: 84px; */
							height: 17px;
							font-size: 12px;
							font-weight: 400;
							color: #909090;
							line-height: 17px;
							margin: 10px 0 0 0;
}
.card-level[data-v-089870aa] {
							width: 90px;
							height: 34px;
							background: #5c00ff;
							border-radius: 16px;
							font-size: 14px;
							font-weight: 400;
							color: #FFFFFF;
							line-height: 34px;
							border: none;
							margin: 0 auto;
							margin-top: 25px;
							position: relative;
}
.card-divi[data-v-089870aa] {
							width: 221px;
							height: 1px;
							background-color: #F4F4F4;
							position: absolute;
							top: 50%;
							left: calc(50% - 110px);
							z-index: -5;
}
.card-p span[data-v-089870aa] {
							font-weight: 500;
							line-height: 17px;
}
.card-span[data-v-089870aa] {
							margin-left: 0;
							display: inline-block;
							font-weight: 400;
							color: #909090;
							line-height: 25px;
}
.card-p[data-v-089870aa] {
							width: 240px;
							font-size: 14px;
							font-weight: 400;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-orient: horizontal;
							-webkit-box-direction: normal;
							    -ms-flex-direction: row;
							        flex-direction: row;
							-webkit-box-pack: justify;
							    -ms-flex-pack: justify;
							        justify-content: space-between;
							-webkit-box-align: center;
							    -ms-flex-align: center;
							        align-items: center;
							text-align: left;
							margin: 0 auto;
							margin-top: 17px;
}
.fs18[data-v-089870aa] {
							font-size: 18px;
}
.card_btns[data-v-089870aa] {
							width: 245px;
							height: 40px;
							background: #2c5ef1;
							border-radius: 5px;
							border: 1px solid #EDEDED;
							margin: 19px 0 0 0;
							color: #ffffff;
}
.card-line[data-v-089870aa] {
							width: 240px;
							margin: 0 auto;
							margin-top: 10px;
							margin-bottom: 10px;
							position: relative;
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-orient: horizontal;
							-webkit-box-direction: normal;
							    -ms-flex-direction: row;
							        flex-direction: row;
							-webkit-box-pack: justify;
							    -ms-flex-pack: justify;
							        justify-content: space-between;
}
.card-line span[data-v-089870aa] {
							margin-left: 5px;
							text-align: right;
							height: 16px;
							font-size: 14px;
							font-weight: 400;
							color: #909090;
							line-height: 16px;
}
.line-lines[data-v-089870aa] {
							width: 130px;
							height: 4px;
							background: #ECECEC;
							border-radius: 2px;
							margin: 10px 0 0 0px;
}
.email-text-a[data-v-089870aa]:hover {
						    color: var(--brandColor)!important;
}
.text-left button[data-v-089870aa]:hover {
						    background: var(--linearGradient1);
}
.card-primer[data-v-089870aa]:hover {
						    -webkit-box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.15);
						            box-shadow: 0 16px 32px 0 rgba(48, 55, 66, 0.15);
						    -webkit-transform: translate(0,-5px);
						            transform: translate(0,-5px);
						    -webkit-transition-delay: 0s !important;
						            transition-delay: 0s !important;
}






























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/*我的矿机列表样式*/
.cloud-detail[data-v-089870aa] {
					    padding: 32px;
					    -webkit-box-shadow: 0px 0px 31px 0px #EFF2F3;
					    box-shadow: 0px 0px 31px 0px #EFF2F3;
					    border-radius: 10px;
					    margin-top: 0px;
}
.cloud-detail-title[data-v-089870aa] {
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-orient: horizontal;
					    -webkit-box-direction: normal;
					    -ms-flex-direction: row;
					    flex-direction: row;
					    font-size: 20px;
					    font-weight: bold;
}
.card-btc[data-v-089870aa] {
					    font-size: 18px;
					    font-weight: 500;
					    color: #000000;
					    line-height: 25px;
					    margin: 23px 0 0 0;
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-pack: center;
					    -ms-flex-pack: center;
					    justify-content: center;
					    -webkit-box-align: center;
					    -ms-flex-align: center;
					    align-items: center;
}
.icon-32[data-v-089870aa] {
					    width: 32px;
					    height: 32px;
					    display: inline-block;
					    background-repeat: no-repeat;
					    border-radius: 50%;
}
.card-btc img[data-v-089870aa] {
					    margin: 0 10px 0 0px;
					    vertical-align: sub;
}
.icon-32[data-v-089870aa] {
					    width: 32px;
					    height: 32px;
					    display: inline-block;
					    background-repeat: no-repeat;
					    border-radius: 50%;
}
.cloud-detail-row[data-v-089870aa] {
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-orient: horizontal;
					    -webkit-box-direction: normal;
					    -ms-flex-direction: row;
					    flex-direction: row;
					    -webkit-box-pack: justify;
					    -ms-flex-pack: justify;
					    justify-content: space-between;
					    margin-top: 20px;
}
.cloud-row-left[data-v-089870aa] {
					    width: 736px;
}
.row-left-top[data-v-089870aa] {
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-orient: horizontal;
					    -webkit-box-direction: normal;
					    -ms-flex-direction: row;
					    flex-direction: row;
					    -webkit-box-pack: justify;
					    -ms-flex-pack: justify;
					    justify-content: space-between;
					    -webkit-box-align: end;
					    -ms-flex-align: end;
					    align-items: flex-end;
}
.profit-rate[data-v-089870aa] {
					    color: #e62323;
					    font-size: 28px;
}
.fs16[data-v-089870aa] {
					    font-size: 16px;
}
.gray-text[data-v-089870aa] {
					    color: #999999;
}
.mt10[data-v-089870aa] {
					    margin-top: 10px;
}
.fs14[data-v-089870aa] {
					    font-size: 14px;
}
.fs33[data-v-089870aa] {
					    font-size: 28px;
}
.gray-text[data-v-089870aa] {
					    color: #999999;
}
.fs16[data-v-089870aa] {
					    font-size: 16px;
}
.row-left-top[data-v-089870aa] {
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-orient: horizontal;
					    -webkit-box-direction: normal;
					    -ms-flex-direction: row;
					    flex-direction: row;
					    -webkit-box-pack: justify;
					    -ms-flex-pack: justify;
					    justify-content: space-between;
					    -webkit-box-align: end;
					    -ms-flex-align: end;
					    align-items: flex-end;
}
.row-left-bottom[data-v-089870aa] {
					    background: #F7F7F7;
					    border-radius: 8px;
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-orient: horizontal;
					    -webkit-box-direction: normal;
					    -ms-flex-direction: row;
					    flex-direction: row;
					    -ms-flex-wrap: wrap;
					    flex-wrap: wrap;
					    font-size: 14px;
					    margin-top: 39px;
					    padding: 14px 0px;
}
.row-left-bottom div[data-v-089870aa] {
					    margin-left: 24px;
}
.gray-text[data-v-089870aa] {
					    color: #999999;
}
.gray-text[data-v-089870aa] {
					    color: #999999;
}
.cloud-row-divi[data-v-089870aa] {
					    height: 140px;
					    width: 2px;
					    background-color: #ECF2F3;
}
.cloud-row-right[data-v-089870aa] {
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-orient: vertical;
					    -webkit-box-direction: normal;
					    -ms-flex-direction: column;
					    flex-direction: column;
					    -webkit-box-pack: justify;
					    -ms-flex-pack: justify;
					    justify-content: space-between;
}
.red-text[data-v-089870aa] {
					    color: #676767;
}
.POSr[data-v-089870aa] {
					    background-color: #2483ff;
}
.POSrr[data-v-089870aa] {
					    background-color: #FF5722;
}
.fs333[data-v-089870aa] {
					    font-size: 34px;
					    color: #24ad20;
}
.go-buy-selled[data-v-089870aa] {
					    width: 240px;
					    height: 48px;
					    border-radius: 4px;
					    color: #fff;
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-pack: center;
					    -ms-flex-pack: center;
					    justify-content: center;
					    -webkit-box-align: center;
					    -ms-flex-align: center;
					    align-items: center;
						cursor: pointer;
}
.card-btc2[data-v-089870aa] {
					    font-size: 18px;
					    font-weight: 500;
					    color: #000000;
					    line-height: 25px;
					    margin: 0px 0 0 0;
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-pack: center;
					    -ms-flex-pack: center;
					    justify-content: center;
					    -webkit-box-align: center;
					    -ms-flex-align: center;
					    align-items: center;
}
.cloud-row-right[data-v-089870aa] {
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-orient: vertical;
					    -webkit-box-direction: normal;
					    -ms-flex-direction: column;
					    flex-direction: column;
					    -webkit-box-pack: justify;
					    -ms-flex-pack: justify;
					    justify-content: space-between;
}
.icon-32[data-v-089870aa] {
					    width: 32px;
					    height: 32px;
					    display: inline-block;
					    background-repeat: no-repeat;
					    border-radius: 50%;
}
.icon-322[data-v-089870aa] {
					    width: 24px;
					    height: 24px;
					    display: inline-block;
					    background-repeat: no-repeat;
					    border-radius: 50%;
}



























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/*我的矿机收益列表样式*/
.overview-card[data-v-089870aa] {
					    min-height: 200px;
					    padding: 20px 20px 20px;
					    -webkit-box-shadow: 10px 4px 24px 10px rgba(0, 0, 0, 0.07);
					    box-shadow: 10px 4px 24px 10px rgba(0, 0, 0, 0.07);
					    border-radius: 10px;
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-orient: horizontal;
					    -webkit-box-direction: normal;
					    -ms-flex-direction: row;
					    flex-direction: row;
					    -webkit-box-pack: justify;
					    -ms-flex-pack: justify;
					    justify-content: space-between;
					    -webkit-box-align: center;
					    -ms-flex-align: center;
					    align-items: center;
					    margin-top: 40px;
}
.cloud-detail-title[data-v-089870aa] {
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-orient: horizontal;
					    -webkit-box-direction: normal;
					    -ms-flex-direction: row;
					    flex-direction: row;
					    font-size: 20px;
					    font-weight: bold;
}
.flex-1[data-v-089870aa] {
					    -webkit-box-flex: 1;
					    -ms-flex: 1;
					    flex: 1;
}
.flex-start[data-v-089870aa] {
					    -webkit-box-pack: start;
					    -ms-flex-pack: start;
					    justify-content: flex-start;
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
}
.ml70[data-v-089870aa] {
					    margin-left: 70px;
}
.fs12[data-v-089870aa] {
					    font-size: 12px;
}
.mt8[data-v-089870aa] {
					    margin-top: 8px;
}
.fs20[data-v-089870aa] {
					    font-size: 18px;
}
.overview-btn[data-v-089870aa] {
					    font-size: 14px;
					    color: white;
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-pack: center;
					    -ms-flex-pack: center;
					    justify-content: center;
					    -webkit-box-align: center;
					    -ms-flex-align: center;
					    align-items: center;
					    border-radius: 4px;
					    background: #2358f7;
					    cursor: pointer;
					    min-height: 22px;
					    padding: 5px 16px;
}
.go-buy-btn[data-v-089870aa] {
					    font-size: 14px;
					    color: #2358f7;
					    display: -webkit-box;
					    display: -ms-flexbox;
					    display: flex;
					    -webkit-box-pack: center;
					    -ms-flex-pack: center;
					    justify-content: center;
					    -webkit-box-align: center;
					    -ms-flex-align: center;
					    align-items: center;
					    border-radius: 4px;
					    border: solid 1px #2358f7;
					    cursor: pointer;
					    min-height: 20px;
					    padding: 5px 16px;
}
.mt16[data-v-089870aa] {
					    margin-top: 16px;
}
.ml80[data-v-089870aa] {
					    margin-left: 40px;
}
.color-E64E62[data-v-089870aa] {
					    color: #e62323;
}
.anniujuzhong[data-v-089870aa]{
						/*text-align: center;*/
						color: #000000;
		                font-size: 16px;
						height: 40px;
		                line-height: 40px;
}
.anniujuzhong2[data-v-089870aa]{
						/*text-align: center;*/
						color: #000000;
		                font-size: 16px;
						height: 40px;
		                line-height: 40px;
						/*display: flex;
						justify-content: flex-end;*/
}
.kjmc[data-v-089870aa]{
	
						font-size: 18px;
						font-weight: bold;
						color: #333333;
						letter-spacing: 2px;
						padding: 0px 14px;
}
.animated[data-v-089870aa] {
	            -webkit-animation-duration: 3s;
	            animation-duration: 3s;
	            -webkit-animation-fill-mode: both;
	            animation-fill-mode: both
}
.animated.infinite[data-v-089870aa] {
	            -webkit-animation-iteration-count: infinite;
	            animation-iteration-count: infinite
}
.flash[data-v-089870aa] {
	
				width: 20px;
				height: 20px;
				/*background-color: #2483ff;*/
				border-radius: 50px;
	            -webkit-animation-name: flash-data-v-089870aa;
	            animation-name: flash-data-v-089870aa
}
@-webkit-keyframes flash-data-v-089870aa {
0%,100%,50% {
	                opacity: 1
}
25%,75% {
	                opacity: 0
}
}
@keyframes flash-data-v-089870aa {
0%,100%,50% {
	                opacity: 1
}
25%,75% {
	                opacity: 0
}
}
.card-btccc[data-v-089870aa]{
			font-size: 18px;
			font-weight: 500;
			color: #000000;
			line-height: 25px;
			margin: 0px 0 0 0;
			display: -webkit-box;
			display: -ms-flexbox;
			/* display: flex; */
			/* -webkit-box-pack: center; */
			-ms-flex-pack: center;
			/* justify-content: center; */
			-webkit-box-align: center;
			-ms-flex-align: center;
}
.btc-btc321[data-v-089870aa]{
				    margin: 0px 14px 0 0;
}
.el-divider--horizontal[data-v-089870aa] {
				display: block;
				height: 1px;
				width: 98%;
				margin: 24px 0;
}
.home-banner-wrapper[data-v-089870aa] {
				position: relative;
				overflow: hidden;
				height: 360px;
				height: 26.31579vw;
				max-height: 420px;
				min-height: 280px;
}
.home-banner-wrapper .home-banner[data-v-089870aa] {
				position: relative;
				overflow: hidden;
				width: 100%;
				height: 100%;
}
.home-banner-wrapper video[data-v-089870aa] {
				position: relative;
				z-index: 1;
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				object-fit: cover;
}
.main-search[data-v-089870aa] {
				width: 1200px;
				height: 157px;
}
.scbar_hot[data-v-089870aa] {
				display: inline-block;
				font-size: 16px;
				line-height: 22px;
				padding: 12px 0 0 0;
				color: #fff;
				text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
}
.search-container[data-v-089870aa] {
				width: 100%;
				min-width: 1066px;
				height: 360px;
				height: 26.31579vw;
				max-height: 420px;
				min-height: 280px;
				display: -ms-flexbox;
				display: -webkit-box;
				display: flex;
				-ms-flex-pack: center;
				-webkit-box-pack: center;
				        justify-content: center;
				-ms-flex-align: center;
				-webkit-box-align: center;
				        align-items: center;
				position: absolute;
				top: 80px;
				z-index: 1;
}
			

.trademain[data-v-09ac6e56]{min-width:1560px
}
.trademain .header-main .hd-body[data-v-09ac6e56]{background:#131625
}
.trademain *[data-v-09ac6e56]{margin:0
}
.trademain div[data-v-09ac6e56]{-webkit-box-sizing:border-box;box-sizing:border-box
}
.trademain .page[data-v-09ac6e56]{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 auto;border-top:1px solid transparent;background-color:#0d1123
}
.trademain .el-table td[data-v-09ac6e56],.trademain .el-table th.is-leaf[data-v-09ac6e56]{border:none !important;background:#171b2b !important
}
.trademain .content-top[data-v-09ac6e56]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:900px;margin-top:6px
}
.trademain .content-top .cen-left[data-v-09ac6e56]{min-width:282px
}
.trademain .cen-right[data-v-09ac6e56]{margin:0 10px 0 8px;width:100%;min-width:1000px
}
.trademain .cen-right .cont-right[data-v-09ac6e56]{display:-webkit-box;display:-ms-flexbox;display:flex
}
.trademain .cen-right .cont-right .centerbox[data-v-09ac6e56]{margin-right:8px;width:calc(100% - 322px)
}
.bottombox-list[data-v-09ac6e56]{padding:10px 10px 0 0
}
.trading-chart .ticker[data-v-09ac6e56]{position:relative;height:44px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:2px 2px 0 0;white-space:normal;padding-right:26px;font-weight:400
}
.trading-chart .ticker .flex_space[data-v-09ac6e56]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.trading-chart .ticker .coinone[data-v-09ac6e56]{-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.trading-chart .ticker .coinone .symbol-name[data-v-09ac6e56]{height:44px;line-height:44px;vertical-align:unset;white-space:nowrap;margin-right:4px;font-size:22px;font-weight:600;position:relative;cursor:pointer;display:inline-block;margin-left:8px;padding-left:8px
}
.trading-chart .ticker .coinone .us_price[data-v-09ac6e56]{font-size:16px;line-height:20px
}
.trading-chart .ticker .coinone .cny_price[data-v-09ac6e56]{font-size:12px;font-weight:400;color:#61688a
}
.trading-chart .ticker .coinone .tl_p[data-v-09ac6e56]{color:#61688a
}
.trading-chart .ticker .coinone .bt_p[data-v-09ac6e56]{color:#b0b8db
}
.trading-chart .ticker .coinone .top_mag[data-v-09ac6e56]{margin-left:15px;font-size:12px
}
.trading-chart .ticker .coinone .top_mag p[data-v-09ac6e56]{line-height:18px
}
.trading-chart .ticker .set_cor[data-v-09ac6e56]{position:absolute;right:15px;bottom:10px;cursor:pointer
}
.trading-chart .ticker .set_cor i[data-v-09ac6e56]{font-size:20px
}
.trading-chart .ticker .set_cor[data-v-09ac6e56]:hover{color:#357ce1;font-size:18px
}
.trading-chart .ticker .symbol-type[data-v-09ac6e56]{margin-right:16px;height:16px;line-height:16px;font-size:12px;border-radius:3px;padding:0 4px;color:#357ce1;border:1px solid rgba(53,124,225,0.75);vertical-align:middle;position:relative;cursor:pointer;display:inline-block
}
.trading-chart .chart-actions[data-v-09ac6e56]{height:24px;border-bottom:1px solid;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.trading-chart .container-k[data-v-09ac6e56]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:950px;height:634px;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column
}
.trading-chart .container-k img[data-v-09ac6e56]{width:100%;height:455px
}
.trading-chart .container-k .w937[data-v-09ac6e56]{width:100%;height:455px
}
.center_input[data-v-09ac6e56]{background-color:#171b2b;margin-top:6px;height:287px
}
.buysell_trad .mod-body[data-v-09ac6e56]{height:calc(100%);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row
}
.buysell_trad .single-panel[data-v-09ac6e56]{width:50%;height:100%
}
.buysell_trad .t_plan[data-v-09ac6e56]{padding:0 30px
}
.buysell_trad .ex_tips[data-v-09ac6e56]{line-height:20px;padding:0 20px
}
.buysell_trad .ex_tips span[data-v-09ac6e56]{font-size:12px
}
.buysell_trad .ex_btn[data-v-09ac6e56]{padding:0 20px;margin-top:0px
}
.buysell_trad .ex_btn button[data-v-09ac6e56]{width:100%
}
.buysell_trad .ex_btn em[data-v-09ac6e56]{color:#b0b8db
}
.buysell_trad .r_name[data-v-09ac6e56]{display:inline-block;width:80px;text-align:center
}

.right-history[data-v-09ac6e56]{-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:0px
}
.global-trades[data-v-09ac6e56]{display:-webkit-box;display:-ms-flexbox;display:flex
}
.global-trades .with_com[data-v-09ac6e56]{-webkit-box-flex:1;-ms-flex:1;flex:1
}
.global-trades .his_left[data-v-09ac6e56]{min-width:320px
}
.global-trades .his_right[data-v-09ac6e56]{min-width:320px
}
.global-trades .dtop-title[data-v-09ac6e56]{height:44px;line-height:44px;color:#b0b8db;background:#131625;width:100%;border-bottom:1px solid #131625;border-radius:2px 2px 0 0
}
.global-trades .dtop-title p[data-v-09ac6e56]{width:90px;text-align:center;cursor:pointer
}
.global-trades .order-books[data-v-09ac6e56]{width:100%;min-width:310px;height:100%
}
.global-trades .order-books .mod-head[data-v-09ac6e56]{height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:initial !important;position:relative;background:#171b2b;border-bottom:1px solid #111217;-webkit-box-sizing:border-box;box-sizing:border-box
}
.global-trades .order-books .mod-body[data-v-09ac6e56]{height:calc(100% - 36px);overflow:hidden
}
.global-trades .order-books .mod-body .mod-title[data-v-09ac6e56]{background-color:#171b2b;color:#b0b8db;position:relative;top:0;line-height:28px;margin-top:0;z-index:1;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex
}
.global-trades .order-books .mod-body .mod-title span[data-v-09ac6e56]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;white-space:nowrap;font-size:14px
}
.global-trades .order-books .mod-body .mod-title span.price[data-v-09ac6e56]{text-align:left;font-size:14px
}
.global-trades .order-books .mod-body dl[data-v-09ac6e56]{font-size:12px;position:relative;height:100%
}
.global-trades .order-books .mod-body dl dt[data-v-09ac6e56]{background-color:#171b2b;color:#61688a;position:relative;top:0;line-height:28px;margin-top:0;z-index:1;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex
}
.global-trades .order-books .mod-body dl dd[data-v-09ac6e56]{background-color:#171b2b;border:1px solid #111217;border-right:none;border-left:none;position:absolute;top:calc(50% - 5px);left:0;width:100%
}
.global-trades .order-books .mod-body dl span[data-v-09ac6e56]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;white-space:nowrap
}
.global-trades .order-books .mod-body dl span.price[data-v-09ac6e56]{text-align:left
}
.global-trades .order-books .mod-body dl p[data-v-09ac6e56]{color:#b0b8db;padding:0 15px;line-height:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;background-position:0;background-size:0 0;background-repeat:no-repeat;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:margin .5s;transition:margin .5s
}
.global-trades .order-books .mod-body .his_back[data-v-09ac6e56]{background:#171b2b
}
.global-trades .order-books .mod-body .his_back .single-orderbook[data-v-09ac6e56]:hover{background:#1e2237
}
.global-trades .order-books .mod-body .list_buy[data-v-09ac6e56],.global-trades .order-books .mod-body .list_sell[data-v-09ac6e56]{height:398px;overflow:hidden
}
.global-trades .order-books .mod-body .list p[data-v-09ac6e56]{color:#b0b8db;font-size:12px;padding:0 15px;line-height:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;background-position:0;background-size:0 0;background-repeat:no-repeat;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:margin .5s;transition:margin .5s
}
.global-trades .order-books .mod-body .list .single-orderbook[data-v-09ac6e56]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.global-trades .order-books .mod-body .list span[data-v-09ac6e56]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;white-space:nowrap
}
.global-trades .order-books .mod-body .list span.price[data-v-09ac6e56]{text-align:left
}
.global-trades .order-books .mod-body .now-pric .ticker-close[data-v-09ac6e56]{color:#7085ac;padding:0 16px;height:32px;line-height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap;border-top:1px solid #111217;border-bottom:1px solid #111217
}
.global-trades .order-books .mod-body .now-pric .ticker-close span.color-down[data-v-09ac6e56]{color:#d74e5a;max-width:230px;display:inline-block;white-space:normal;overflow:hidden;font-size:14px
}
.global-trades .order-books .mod-body .asks[data-v-09ac6e56]{display:-webkit-box;display:-ms-flexbox;display:flex;bottom:0px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse
}
.global-trades .order-books .mod-body .asks p[data-v-09ac6e56]{background-position:100%;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(250,82,82,0.1)), to(rgba(250,82,82,0.1)));background-image:linear-gradient(rgba(250,82,82,0.1), rgba(250,82,82,0.1))
}
.global-trades .order-books .mod-body .bids[data-v-09ac6e56]{display:-webkit-box;display:-ms-flexbox;display:flex;bottom:0px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse
}
.global-trades .order-books .mod-body .bids p[data-v-09ac6e56]{background-position:100%;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(18,184,134,0.1)), to(rgba(18,184,134,0.1)));background-image:linear-gradient(rgba(18,184,134,0.1), rgba(18,184,134,0.1))
}
.order-books .mod-body dl dd>div[data-v-09ac6e56]{position:absolute;width:100%;left:0
}
.order-books .mod-body dl .now-pric[data-v-09ac6e56]{height:35px
}
.order-books .mod-body dl .now-pric .ticker-close[data-v-09ac6e56]{height:35px;padding:0 16px;line-height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap
}
.his_right[data-v-09ac6e56]{margin-left:8px
}
.his_right .history_box[data-v-09ac6e56]{min-height:854px
}
.mod_red[data-v-09ac6e56]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer
}
.mod_red>div[data-v-09ac6e56]{margin:0 0px 0 15px;border:1px solid #383f66;padding:3px 4px;border-radius:2px;height:24px;line-height:22px;margin-top:10px
}
.mod_red>div img[data-v-09ac6e56]{width:16px;height:16px
}
.mod_red>div[data-v-09ac6e56]:hover{border-color:#357ce1
}
.mod_red .active[data-v-09ac6e56]{border-color:#357ce1
}
@media screen and (min-width: 1200px) and (max-width: 1600px){
.global-trades[data-v-09ac6e56]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:8px
}
.global-trades .with_com[data-v-09ac6e56]{-webkit-box-flex:1;-ms-flex:1;flex:1
}
.global-trades .his_left[data-v-09ac6e56]{min-width:300px
}
.global-trades .his_right[data-v-09ac6e56]{min-width:300px
}
.order-books[data-v-09ac6e56]{width:288px
}
.order-books .mod-body dl dt[data-v-09ac6e56]{line-height:24px
}
.order-books .mod-body dl .now-pric[data-v-09ac6e56]{height:32px
}
.order-books .mod-body dl .now-pric .ticker-close[data-v-09ac6e56]{height:30px;line-height:30px;padding-left:8px
}
.order-books .mod-body dl dd .asks[data-v-09ac6e56]{bottom:33px
}
.right-history[data-v-09ac6e56]{width:316px
}
.his_right[data-v-09ac6e56]{margin-left:0
}
.r_active[data-v-09ac6e56]{border-top:3px solid #357ce1;background:#171b2b
}
.trademain .cen-right .cont-right .centerbox[data-v-09ac6e56]{margin-right:8px;width:calc(100% - 600px)
}
}
.bot-title[data-v-09ac6e56]{height:40px;line-height:40px;color:#ffffff;background:#131625;width:100%;border-bottom:1px solid #131625;border-radius:2px 2px 0 0
}
.el-table[data-v-09ac6e56]{font-size:12px
}
.coin-switch[data-v-09ac6e56]{-webkit-box-sizing:border-box;box-sizing:border-box;background:#131625;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding-bottom:0
}
.coin-switch .quotes[data-v-09ac6e56]{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:28px
}
.coin-switch .quotes span[data-v-09ac6e56]{cursor:pointer
}
.coin-switch .mock-a[data-v-09ac6e56]{color:#b0b8db;height:20px;font-size:12px;line-height:22px;padding:0 6px;margin:0 4px 4px 0;border-radius:2px;border-bottom:0;text-transform:uppercase
}
.coin-switch .mock-a.active[data-v-09ac6e56]{color:#ffffff;background-color:#357ce1
}
.coin-switch .tabs[data-v-09ac6e56]{padding:8px 8px 8px 10px;display:block;height:auto;border-radius:2px 2px 0 0;border:0
}
.coin-switch .actions-serch .input-box[data-v-09ac6e56]{height:26px;position:relative
}
.coin-switch .actions-serch .input-box input[data-v-09ac6e56]{background:#171b2b;border-color:#383f66;color:#d2d6ec;padding-left:28px;border:1px solid #383f66;border-radius:2px;font-size:12px;width:100%;height:100%
}
.coin-switch .actions-serch .i_sos[data-v-09ac6e56]{position:absolute;left:5px;top:6px
}
.coin-switch .actions-serch .btnexch[data-v-09ac6e56]{padding-left:40px;font-size:14px
}
.coin-switch .actions-serch .btnexch i[data-v-09ac6e56]{font-size:16px;margin-right:5px
}
.coin-switch .coin_list tr[data-v-09ac6e56]{font-size:12px !important
}
.coin-switch .coin_list p[data-v-09ac6e56],.coin-switch .coin_list span[data-v-09ac6e56]{font-size:12px
}
.coin-switch .coin_list .el-table .cell p[data-v-09ac6e56]{text-align:inherit;color:#b0b8db
}
.coin-switch .coin_list .el-table .cell .trad_active[data-v-09ac6e56]{color:#357ce1
}
.coin-switch .left_coinname .option[data-v-09ac6e56]{width:24px
}
.coin-switch .left_coinname .star_active[data-v-09ac6e56]{color:#357ce1
}
@media screen and (max-width: 1440px){
.coin-switch .mock-a[data-v-09ac6e56]{padding:0 2px;height:18px;line-height:18px
}
}

.color-danger{color:#f55a55
}
.color-success{color:#41b37d
}
.color-primary{color:#409eff
}
.color-gold{color:#e9bc7b
}
.font-blue{color:#357ce1
}
.color-red{color:#d74e5a
}
.color-blue{color:#0DC8ED
}
.color-fff{color:#fff
}
.color_up,.color-buy{color:#41b37d
}
.color_down,.color-sell{color:#d74e5a
}
.color_txtdd{color:#B7C5DB
}
.color-blamk{color:#333333
}
button.btn-hover:hover{opacity:0.9
}
button.btn-default{background-color:#fff;color:#333;border-color:#eee
}
button.btn-danger{background-color:#fe5f5b !important;color:#fff
}
button.btn-success{background-color:#3db877 !important;color:#fff
}
button.btn-gold{background-color:#409eff;color:#fff
}
.col_ccff{color:#d2d6ec
}
.upper{text-transform:uppercase
}
input{caret-color:#357ce1
}
.el-table::before{background:transparent
}
.histable-list .el-table th,.histable-list .el-table tr{color:#61688a;background:#131722
}
.histable-list .el-table td,.histable-list .el-table th.is-leaf{border-bottom:1px solid transparent
}
.histable-list .el-table td,.histable-list .el-table th{padding:5px 0px
}
.histable-list .el-table tr{cursor:pointer
}
.histable-list .el-table tr:hover td{background:#21273c
}
.histable-list .el-table tr .coinname{color:#b0b8db
}
.histable-list .el-table tr .currency{color:#b0b8db
}
.h-bor-top{border-top:1px solid #171c2c
}
.color-pgreen{color:#0da88b;background-color:rgba(13,168,139,0.1);padding:5px 10px
}
.color-pred{color:#ef5656;background-color:rgba(239,86,86,0.1);padding:5px 10px
}
.font-w600{font-weight:600
}
.dx_captcha_basic-style-popup{z-index:9100
}
.el-form--label-top .el-form-item__label{padding:0
}
.flex-between{display:-webkit-box;display:-ms-flexbox;display:flex
}
.logibox .el-form-item{margin-bottom:6px
}
.opt_right .input-with-select .el-input__inner{width:105px
}
.trade_container .el-main{padding:0
}
.main_rightbox .el-card{border:none
}
.p_tab span{font-weight:600
}
.p_tab .el-radio__input{display:none
}
.right-history .el-table__empty-block{background:#171b2b;height:500px
}
.bottombox-list .el-table__empty-block{background:#171b2b
}
.color-danger{color:#f55a55
}
.color-success{color:#41b37d
}
.color-primary{color:#409eff
}
.color-gold{color:#e9bc7b
}
.font-blue{color:#357ce1
}
.color-red{color:#d74e5a
}
.color-blue{color:#0DC8ED
}
.color-fff{color:#fff
}
.color_up,.color-buy{color:#41b37d
}
.color_down,.color-sell{color:#d74e5a
}
.color_txtdd{color:#B7C5DB
}
.color-blamk{color:#333333
}
button.btn-hover:hover{opacity:0.9
}
button.btn-default{background-color:#fff;color:#333;border-color:#eee
}
button.btn-danger{background-color:#fe5f5b !important;color:#fff
}
button.btn-success{background-color:#3db877 !important;color:#fff
}
button.btn-gold{background-color:#409eff;color:#fff
}
.col_ccff{color:#d2d6ec
}
.upper{text-transform:uppercase
}
input{caret-color:#357ce1
}
.el-table::before{background:transparent
}
.histable-list .el-table th,.histable-list .el-table tr{color:#61688a;background:#131722
}
.histable-list .el-table td,.histable-list .el-table th.is-leaf{border-bottom:1px solid transparent
}
.histable-list .el-table td,.histable-list .el-table th{padding:5px 0px
}
.histable-list .el-table tr{cursor:pointer
}
.histable-list .el-table tr:hover td{background:#21273c
}
.histable-list .el-table tr .coinname{color:#b0b8db
}
.histable-list .el-table tr .currency{color:#b0b8db
}
.h-bor-top{border-top:1px solid #171c2c
}
.color-pgreen{color:#0da88b;background-color:rgba(13,168,139,0.1);padding:5px 10px
}
.color-pred{color:#ef5656;background-color:rgba(239,86,86,0.1);padding:5px 10px
}
.font-w600{font-weight:600
}
.dx_captcha_basic-style-popup{z-index:9100
}
.theme-default .BoTopCom{background:#409EFF;color:#fff
}
.theme-default .BoTopCom .el-switch__label{color:#fff
}
.theme-default .logo{color:#fff
}
.theme-default .BoTabCom .tab-li.active{color:#fff;background:#409EFF
}
.theme-default .BoTabCom .tab-li:hover{background:#ecf5ff;color:#409EFF !important
}
.theme-default .HsM1 .fa-list .list-data .fa-span{color:#409EFF !important
}
.theme-default .HsM1 .fa-list .list-data .fa-span.active{background:#409EFF;color:#fff !important
}
.theme-default .el-menu-item:focus,.theme-default .el-menu-item:hover{background-color:#ecf5ff
}
.theme-default .el-submenu__title:focus,.theme-default .el-submenu__title:hover{background-color:#ecf5ff
}
.theme-default .el-submenu__title:hover{background-color:#ecf5ff
}
.theme-default .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#ecf5ff
}
.theme-default .el-table__body tr.current-row>td{background-color:#ecf5ff
}
.theme-default .el-dropdown-menu__item:focus,.theme-default .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff
}
.theme-default .el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff
}
.theme-default .el-tag--dark .el-tag__close:hover{background-color:#66b1ff
}
.theme-default .el-button--primary:focus,.theme-default .el-button--primary:hover{background:#66b1ff !important;border-color:#66b1ff !important
}
.theme-default .el-button--text:focus,.theme-default .el-button--text:hover{color:#66b1ff
}
.theme-default .el-link.el-link--primary:hover{color:#66b1ff
}
.theme-default .el-select-dropdown__item.hover,.theme-default .el-select-dropdown__item:hover{background-color:#ecf5ff
}
.theme-default .el-button:active{color:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button.is-active,.theme-default .el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button--primary.is-active,.theme-default .el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button--text:active{color:#3a8ee6
}
.theme-default .el-button--primary.is-plain:focus,.theme-default .el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF !important
}
.theme-default .el-pagination button:hover{color:#409EFF !important
}
.theme-default .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF !important
}
.theme-default .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-default .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF !important
}
.theme-default .el-pager li:hover{color:#fff !important
}
.theme-default .el-pager li.active{color:#fff !important;cursor:default
}
.theme-default .el-dialog__headerbtn:focus .el-dialog__close,.theme-default .el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF !important
}
.theme-default .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #409EFF
}
.theme-default .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #409EFF
}
.theme-default .el-menu-item.is-active{color:#409EFF !important
}
.theme-default .el-submenu.is-active .el-submenu__title{border-bottom-color:#409EFF !important
}
.theme-default .el-radio-button__inner:hover{color:#409EFF !important
}
.theme-default .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#409EFF !important;border-color:#409EFF !important;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF
}
.theme-default .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF
}
.theme-default .el-switch__label.is-active{color:#409EFF !important
}
.theme-default .el-switch.is-checked .el-switch__core{border-color:#409EFF !important;background-color:#409EFF !important
}
.theme-default .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF !important
}
.theme-default .el-select-dropdown__item.selected{color:#409EFF !important
}
.theme-default .el-select .el-input__inner:focus{border-color:#409EFF !important
}
.theme-default .el-select .el-input.is-focus .el-input__inner{border-color:#409EFF !important
}
.theme-default .el-table th>.cell.highlight{color:#409EFF !important
}
.theme-default .el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF !important
}
.theme-default .el-table .descending .sort-caret.descending{border-top-color:#409EFF !important
}
.theme-default .el-table-filter__list-item.is-active{background-color:#409EFF !important
}
.theme-default .el-table-filter__bottom button:hover{color:#409EFF !important
}
.theme-default .el-date-table td.today span{color:#409EFF !important
}
.theme-default .el-date-table td.available:hover{color:#409EFF !important
}
.theme-default .el-date-table td.current:not(.disabled) span{background-color:#409EFF !important
}
.theme-default .el-date-table td.end-date span,.theme-default .el-date-table td.start-date span{background-color:#409EFF !important
}
.theme-default .el-date-table td.selected span{background-color:#409EFF !important
}
.theme-default .el-month-table td.today .cell{color:#409EFF !important
}
.theme-default .el-month-table td .cell:hover{color:#409EFF !important
}
.theme-default .el-month-table td.end-date .cell,.theme-default .el-month-table td.start-date .cell{background-color:#409EFF !important
}
.theme-default .el-month-table td.current:not(.disabled) .cell{color:#409EFF !important
}
.theme-default .el-year-table td.today .cell{color:#409EFF !important
}
.theme-default .el-year-table td .cell:hover,.theme-default .el-year-table td.current:not(.disabled) .cell{color:#409EFF !important
}
.theme-default .el-date-picker__header-label.active,.theme-default .el-date-picker__header-label:hover{color:#409EFF !important
}
.theme-default .time-select-item.selected:not(.disabled){color:#409EFF !important
}
.theme-default .el-range-editor.is-active,.theme-default .el-range-editor.is-active:hover{border-color:#409EFF !important
}
.theme-default .el-picker-panel__shortcut:hover{color:#409EFF !important
}
.theme-default .el-picker-panel__shortcut.active{color:#409EFF !important
}
.theme-default .el-picker-panel__icon-btn:hover{color:#409EFF !important
}
.theme-default .el-time-spinner__arrow:hover{color:#409EFF !important
}
.theme-default .el-time-panel__btn.confirm{color:#409EFF !important
}
.theme-default .el-message-box__headerbtn:focus .el-message-box__close,.theme-default .el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF !important
}
.theme-default .el-breadcrumb__inner a:hover,.theme-default .el-breadcrumb__inner.is-link:hover{color:#409EFF !important
}
.theme-default .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-default .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-default .el-tabs__active-bar{background-color:#409EFF !important
}
.theme-default .el-tabs__new-tab:hover{color:#409EFF !important
}
.theme-default .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #409EFF inset;box-shadow:0 0 2px 2px #409EFF inset
}
.theme-default .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-default .el-tabs__item:hover{color:#409EFF !important
}
.theme-default .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#409EFF !important
}
.theme-default .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#409EFF !important
}
.theme-default .el-tree__drop-indicator{background-color:#409EFF !important
}
.theme-default .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF !important
}
.theme-default .el-input-number__decrease:hover,.theme-default .el-input-number__increase:hover{color:#409EFF !important
}
.theme-default .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-default .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#409EFF !important
}
.theme-default .el-slider__bar{background-color:#409EFF !important
}
.theme-default .el-slider__button{border:2px solid #409EFF
}
.theme-default .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-default .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#409EFF !important
}
.theme-default .el-loading-spinner .el-loading-text{color:#409EFF !important
}
.theme-default .el-loading-spinner .path{stroke:#409EFF
}
.theme-default .el-loading-spinner i{color:#409EFF !important
}
.theme-default .el-upload--picture-card:hover,.theme-default .el-upload:focus{border-color:#409EFF !important;color:#409EFF !important
}
.theme-default .el-upload:focus .el-upload-dragger{border-color:#409EFF !important
}
.theme-default .el-upload-dragger .el-upload__text em{color:#409EFF !important
}
.theme-default .el-upload-dragger:hover{border-color:#409EFF !important
}
.theme-default .el-upload-dragger.is-dragover{border:2px dashed #409EFF
}
.theme-default .el-upload-list__item .el-icon-close-tip{color:#409EFF !important
}
.theme-default .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-default .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF !important
}
.theme-default .el-upload-list__item-delete:hover{color:#409EFF !important
}
.theme-default .el-progress-bar__inner{background-color:#409EFF !important
}
.theme-default .el-badge__content--primary{background-color:#409EFF !important
}
.theme-default .el-step__head.is-finish{color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-step__title.is-finish{color:#409EFF !important
}
.theme-default .el-step__description.is-finish{color:#409EFF !important
}
.theme-default .el-collapse-item__header.focusing:focus:not(:hover){color:#409EFF !important
}
.theme-default .el-tag{color:#409EFF !important;background-color:#ecf5ff
}
.theme-default .el-tag.is-hit{border-color:#409EFF !important
}
.theme-default .el-tag .el-tag__close{color:#409EFF !important
}
.theme-default .el-tag .el-tag__close:hover{background-color:#409EFF !important
}
.theme-default .el-tag--dark{background-color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-tag--dark.is-hit{border-color:#409EFF !important
}
.theme-default .el-tag--plain{color:#409EFF !important
}
.theme-default .el-tag--plain.is-hit{border-color:#409EFF !important
}
.theme-default .el-tag--plain .el-tag__close{color:#409EFF !important
}
.theme-default .el-tag--plain .el-tag__close:hover{background-color:#409EFF !important
}
.theme-default .el-cascader .el-input .el-input__inner:focus,.theme-default .el-cascader .el-input.is-focus .el-input__inner{border-color:#409EFF !important
}
.theme-default .el-cascader__suggestion-item.is-checked{color:#409EFF !important
}
.theme-default .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #409EFF;box-shadow:0 0 3px 2px #409EFF
}
.theme-default .el-color-dropdown__btn:hover{color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-color-dropdown__link-btn{color:#409EFF !important
}
.theme-default .el-color-dropdown__link-btn:hover{color:tint(#409EFF, 20%)
}
.theme-default .el-textarea__inner:focus{border-color:#409EFF !important
}
.theme-default .el-input.is-active .el-input__inner,.theme-default .el-input__inner:focus{border-color:#409EFF !important
}
.theme-default .el-button.is-plain:focus,.theme-default .el-button.is-plain:hover{border-color:#409EFF !important;color:#409EFF !important
}
.theme-default .el-button--primary{background-color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-button--text{color:#409EFF !important
}
.theme-default .el-transfer__button{background-color:#409EFF !important
}
.theme-default .el-transfer-panel__item:hover{color:#409EFF !important
}
.theme-default .el-timeline-item__node--primary{background-color:#409EFF !important
}
.theme-default .el-link.is-underline:hover:after{border-bottom:1px solid #409EFF
}
.theme-default .el-link.el-link--default:after,.theme-default .el-link.el-link--primary.is-underline:hover:after,.theme-default .el-link.el-link--primary:after{border-color:#409EFF !important
}
.theme-default .el-link.el-link--default:hover{color:#409EFF !important
}
.theme-default .el-link.el-link--primary{color:#409EFF !important
}
.theme-default .el-backtop,.theme-default .el-calendar-table td.is-today{color:#409EFF !important
}
.theme-default .el-checkbox.is-bordered.is-checked{border-color:#409EFF !important
}
.theme-default .el-checkbox__input.is-checked .el-checkbox__inner,.theme-default .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF !important
}
.theme-default .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF !important
}
.theme-default .el-checkbox__inner:hover{border-color:#409EFF !important
}
.theme-default .el-checkbox-button__inner:hover{color:#409EFF !important
}
.theme-default .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF !important
}
.theme-default .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF !important
}
.theme-default .el-radio.is-bordered.is-checked{border-color:#409EFF !important
}
.theme-default .el-radio__input.is-checked .el-radio__inner{border-color:#409EFF !important;background:#409EFF
}
.theme-default .el-radio__input.is-checked+.el-radio__label{color:#409EFF !important
}
.theme-default .el-radio__input.is-focus .el-radio__inner{border-color:#409EFF !important
}
.theme-default .el-radio__inner:hover{border-color:#409EFF !important
}
.theme-default .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF
}
.theme-default .el-cascader-node.in-active-path,.theme-default .el-cascader-node.is-active,.theme-default .el-cascader-node.is-selectable.in-checked-path{color:#409EFF !important
}
.theme-default .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff
}
.theme-default .el-tag{border-color:#d9ecff
}
.theme-default .el-tag--plain{border-color:#b3d8ff
}
.theme-default .el-button--primary.is-disabled,.theme-default .el-button--primary.is-disabled:active,.theme-default .el-button--primary.is-disabled:focus,.theme-default .el-button--primary.is-disabled:hover{background-color:#a0cfff;border-color:#a0cfff
}
.theme-default .el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff
}
.theme-default .el-button--primary.is-plain.is-disabled,.theme-default .el-button--primary.is-plain.is-disabled:active,.theme-default .el-button--primary.is-plain.is-disabled:focus,.theme-default .el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff
}
.theme-default .el-link.el-link--primary.is-disabled{color:#a0cfff
}
.theme-default .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff
}
.theme-default .mark-box{background:#000923
}
.theme-default .mark-box .mark_price li{background:#000923
}
.theme-default .mark-box .mark_price li:hover{background:#101c39
}
.theme-default .mark-box .mark_price li .coinname{color:#b0b8db
}
.theme-default .mark-box .mark_price li .mpcolor{color:#b0b8db
}
.theme-default .mark-box .mark_price li .price{color:#d2d6ec
}
.theme-default .mark-box .mark_price li:after{border-left:1px solid rgba(255,255,255,0.15)
}
.theme-default .pur-back{background:#000923;border-bottom:1px solid rgba(255,255,255,0.15)
}
.theme-default .pur-back .pur-center h3{color:#ffffff
}
.theme-default .notice-bar{background:#f6f9fc
}
.theme-default .notice-bar .text-wrap{color:#1c242c
}
.theme-default .terrace_tips p{color:#192544
}
.theme-default .terrace_tips p em{color:#185dd3;background-image:-webkit-gradient(linear, left top, left bottom, from(#185dd3), to(#061d79));background-image:linear-gradient(180deg, #185dd3, #061d79);padding:0 5px
}
.theme-default .terrace_tips .do_title{color:#495666
}
.theme-default .page-global-exchange{color:#b0b8db
}
.theme-default .coin-switch .el-table th,.theme-default .coin-switch .el-table tr,.theme-default .trade-table .el-table th,.theme-default .trade-table .el-table tr{color:#b0b8db;background:#171b2b
}
.theme-default .coin-switch .el-table td,.theme-default .coin-switch .el-table th.is-leaf,.theme-default .trade-table .el-table td,.theme-default .trade-table .el-table th.is-leaf{border-bottom:1px solid transparent
}
.theme-default .coin-switch .el-table td,.theme-default .coin-switch .el-table th,.theme-default .trade-table .el-table td,.theme-default .trade-table .el-table th{padding:0 0px;background:#131625
}
.theme-default .coin-switch .el-table tr,.theme-default .trade-table .el-table tr{cursor:pointer
}
.theme-default .coin-switch .el-table tr:hover td,.theme-default .trade-table .el-table tr:hover td{background:#21273c
}
.theme-default .coin-switch .el-table tr .coinname,.theme-default .trade-table .el-table tr .coinname{color:#b0b8db
}
.theme-default .coin-switch .el-table tr .currency,.theme-default .trade-table .el-table tr .currency{color:#b0b8db
}
.theme-default .trading-chart{background-color:#171b2b
}
.theme-default .trading-chart .ticker{background-color:#131625;border-bottom:1px solid #111217
}
.theme-default .trading-chart .ticker>.symbol-name{color:#d2d6ec
}
.theme-default .trading-chart .container{background-color:#171b2b
}
.theme-default .trading-chart .chart-actions{border-color:#111217
}
.theme-default .buysell_trad .el-tabs__header{background:#131625
}
.theme-default .buysell_trad .el-tabs__nav{left:10px
}
.theme-default .buysell_trad .el-tabs__item{color:#b0b8db
}
.theme-default .buysell_trad .el-tabs__nav-wrap::after{height:1px;background-color:#131625
}
.theme-default .buysell_trad input{border:1px solid #383f66;background:rgba(19,22,37,0.2);color:#d2d6ec
}
.theme-default .buysell_trad .el-input.is-disabled .el-input__inner{color:#61688a;background:#131625;border-color:#383f66
}
.theme-default .buysell_trad .el-input.is-disabled input:-ms-input-placeholder,.theme-default .buysell_trad .el-input.is-disabled textarea:-ms-input-placeholder{color:#61688a
}
.theme-default .buysell_trad .el-form-item__label{color:#61688a
}
.theme-default .buysell_trad .el-form-item{margin-bottom:0
}
.theme-default .buysell_trad .bor-right{border-right:1px dashed #383f66
}
.theme-default .buysell_trad .ex_btn button{background:transparent;border:1px solid #383f66;color:#357ce1
}
.theme-default .buysell_trad .ex_btn .corbuy{background:#41b37d;color:#ffffff;border:1px solid #41b37d
}
.theme-default .buysell_trad .ex_btn .corsell{background:#d74e5a;color:#ffffff;border:1px solid #d74e5a
}
.theme-default .buysell_trad .ex_tips span{color:#61688a
}
.theme-default .buysell_trad .ex_tips em{color:#d2d6ec
}
.theme-default .buysell_trad .el-slider__runway{background-color:#252a44
}
.theme-default .buysell_trad .el-slider__stop{background-color:#353d66
}
.theme-default .history_box{background:#171b2b
}
.theme-default .trademain .el-table__body-wrapper{background:#171b2b
}
.theme-default .menu_container .el-menu-demo{background:#1b2945
}
.theme-default .menu_container .el-menu.el-menu--horizontal{border-bottom:1px solid #1b2945
}
.theme-default .menu_container .el-menu--horizontal>.el-menu-item:hover{background:#1b2945;color:#ffffff
}
.theme-default .menu_container .el-menu--horizontal>.el-menu-item{color:#87a2cd
}
.theme-default .menu_container .el-menu--horizontal>.el-menu-item.is-active{background:#1b2945
}
.theme-default .tr_topmenu{background:#1b2945;border-top:1px solid #171c2c
}
.theme-luomu .BoTopCom{background:#F5222D;color:#fff
}
.theme-luomu .BoTopCom .el-switch__label{color:#fff
}
.theme-luomu .logo{color:#fff
}
.theme-luomu .BoTabCom .tab-li.active{color:#fff;background:#F5222D
}
.theme-luomu .BoTabCom .tab-li:hover{background:#fee9ea;color:#F5222D !important
}
.theme-luomu .HsM1 .fa-list .list-data .fa-span{color:#F5222D !important
}
.theme-luomu .HsM1 .fa-list .list-data .fa-span.active{background:#F5222D;color:#fff !important
}
.theme-luomu .el-menu-item:focus,.theme-luomu .el-menu-item:hover{background-color:#fee9ea
}
.theme-luomu .el-submenu__title:focus,.theme-luomu .el-submenu__title:hover{background-color:#fee9ea
}
.theme-luomu .el-submenu__title:hover{background-color:#fee9ea
}
.theme-luomu .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#fee9ea
}
.theme-luomu .el-table__body tr.current-row>td{background-color:#fee9ea
}
.theme-luomu .el-dropdown-menu__item:focus,.theme-luomu .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#fee9ea;color:#f74e57
}
.theme-luomu .el-table-filter__list-item:hover{background-color:#fee9ea;color:#f74e57
}
.theme-luomu .el-tag--dark .el-tag__close:hover{background-color:#f74e57
}
.theme-luomu .el-button--primary:focus,.theme-luomu .el-button--primary:hover{background:#f74e57 !important;border-color:#f74e57 !important
}
.theme-luomu .el-button--text:focus,.theme-luomu .el-button--text:hover{color:#f74e57
}
.theme-luomu .el-link.el-link--primary:hover{color:#f74e57
}
.theme-luomu .el-select-dropdown__item.hover,.theme-luomu .el-select-dropdown__item:hover{background-color:#fee9ea
}
.theme-luomu .el-button:active{color:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button.is-active,.theme-luomu .el-button.is-plain:active{color:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button--primary.is-active,.theme-luomu .el-button--primary:active{background:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button--primary.is-plain:active{background:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button--text:active{color:#dd1f29
}
.theme-luomu .el-button--primary.is-plain:focus,.theme-luomu .el-button--primary.is-plain:hover{background:#F5222D;border-color:#F5222D !important
}
.theme-luomu .el-pagination button:hover{color:#F5222D !important
}
.theme-luomu .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#F5222D !important
}
.theme-luomu .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-luomu .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#F5222D !important
}
.theme-luomu .el-pager li:hover{color:#fff !important
}
.theme-luomu .el-pager li.active{color:#fff !important;cursor:default
}
.theme-luomu .el-dialog__headerbtn:focus .el-dialog__close,.theme-luomu .el-dialog__headerbtn:hover .el-dialog__close{color:#F5222D !important
}
.theme-luomu .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #F5222D
}
.theme-luomu .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #F5222D
}
.theme-luomu .el-menu-item.is-active{color:#F5222D !important
}
.theme-luomu .el-submenu.is-active .el-submenu__title{border-bottom-color:#F5222D !important
}
.theme-luomu .el-radio-button__inner:hover{color:#F5222D !important
}
.theme-luomu .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#F5222D !important;border-color:#F5222D !important;-webkit-box-shadow:-1px 0 0 0 #F5222D;box-shadow:-1px 0 0 0 #F5222D
}
.theme-luomu .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #F5222D;box-shadow:0 0 2px 2px #F5222D
}
.theme-luomu .el-switch__label.is-active{color:#F5222D !important
}
.theme-luomu .el-switch.is-checked .el-switch__core{border-color:#F5222D !important;background-color:#F5222D !important
}
.theme-luomu .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#F5222D !important
}
.theme-luomu .el-select-dropdown__item.selected{color:#F5222D !important
}
.theme-luomu .el-select .el-input__inner:focus{border-color:#F5222D !important
}
.theme-luomu .el-select .el-input.is-focus .el-input__inner{border-color:#F5222D !important
}
.theme-luomu .el-table th>.cell.highlight{color:#F5222D !important
}
.theme-luomu .el-table .ascending .sort-caret.ascending{border-bottom-color:#F5222D !important
}
.theme-luomu .el-table .descending .sort-caret.descending{border-top-color:#F5222D !important
}
.theme-luomu .el-table-filter__list-item.is-active{background-color:#F5222D !important
}
.theme-luomu .el-table-filter__bottom button:hover{color:#F5222D !important
}
.theme-luomu .el-date-table td.today span{color:#F5222D !important
}
.theme-luomu .el-date-table td.available:hover{color:#F5222D !important
}
.theme-luomu .el-date-table td.current:not(.disabled) span{background-color:#F5222D !important
}
.theme-luomu .el-date-table td.end-date span,.theme-luomu .el-date-table td.start-date span{background-color:#F5222D !important
}
.theme-luomu .el-date-table td.selected span{background-color:#F5222D !important
}
.theme-luomu .el-month-table td.today .cell{color:#F5222D !important
}
.theme-luomu .el-month-table td .cell:hover{color:#F5222D !important
}
.theme-luomu .el-month-table td.end-date .cell,.theme-luomu .el-month-table td.start-date .cell{background-color:#F5222D !important
}
.theme-luomu .el-month-table td.current:not(.disabled) .cell{color:#F5222D !important
}
.theme-luomu .el-year-table td.today .cell{color:#F5222D !important
}
.theme-luomu .el-year-table td .cell:hover,.theme-luomu .el-year-table td.current:not(.disabled) .cell{color:#F5222D !important
}
.theme-luomu .el-date-picker__header-label.active,.theme-luomu .el-date-picker__header-label:hover{color:#F5222D !important
}
.theme-luomu .time-select-item.selected:not(.disabled){color:#F5222D !important
}
.theme-luomu .el-range-editor.is-active,.theme-luomu .el-range-editor.is-active:hover{border-color:#F5222D !important
}
.theme-luomu .el-picker-panel__shortcut:hover{color:#F5222D !important
}
.theme-luomu .el-picker-panel__shortcut.active{color:#F5222D !important
}
.theme-luomu .el-picker-panel__icon-btn:hover{color:#F5222D !important
}
.theme-luomu .el-time-spinner__arrow:hover{color:#F5222D !important
}
.theme-luomu .el-time-panel__btn.confirm{color:#F5222D !important
}
.theme-luomu .el-message-box__headerbtn:focus .el-message-box__close,.theme-luomu .el-message-box__headerbtn:hover .el-message-box__close{color:#F5222D !important
}
.theme-luomu .el-breadcrumb__inner a:hover,.theme-luomu .el-breadcrumb__inner.is-link:hover{color:#F5222D !important
}
.theme-luomu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-luomu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-luomu .el-tabs__active-bar{background-color:#F5222D !important
}
.theme-luomu .el-tabs__new-tab:hover{color:#F5222D !important
}
.theme-luomu .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #F5222D inset;box-shadow:0 0 2px 2px #F5222D inset
}
.theme-luomu .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-luomu .el-tabs__item:hover{color:#F5222D !important
}
.theme-luomu .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#F5222D !important
}
.theme-luomu .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#F5222D !important
}
.theme-luomu .el-tree__drop-indicator{background-color:#F5222D !important
}
.theme-luomu .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#F5222D !important
}
.theme-luomu .el-input-number__decrease:hover,.theme-luomu .el-input-number__increase:hover{color:#F5222D !important
}
.theme-luomu .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-luomu .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#F5222D !important
}
.theme-luomu .el-slider__bar{background-color:#F5222D !important
}
.theme-luomu .el-slider__button{border:2px solid #F5222D
}
.theme-luomu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-luomu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#F5222D !important
}
.theme-luomu .el-loading-spinner .el-loading-text{color:#F5222D !important
}
.theme-luomu .el-loading-spinner .path{stroke:#F5222D
}
.theme-luomu .el-loading-spinner i{color:#F5222D !important
}
.theme-luomu .el-upload--picture-card:hover,.theme-luomu .el-upload:focus{border-color:#F5222D !important;color:#F5222D !important
}
.theme-luomu .el-upload:focus .el-upload-dragger{border-color:#F5222D !important
}
.theme-luomu .el-upload-dragger .el-upload__text em{color:#F5222D !important
}
.theme-luomu .el-upload-dragger:hover{border-color:#F5222D !important
}
.theme-luomu .el-upload-dragger.is-dragover{border:2px dashed #F5222D
}
.theme-luomu .el-upload-list__item .el-icon-close-tip{color:#F5222D !important
}
.theme-luomu .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-luomu .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#F5222D !important
}
.theme-luomu .el-upload-list__item-delete:hover{color:#F5222D !important
}
.theme-luomu .el-progress-bar__inner{background-color:#F5222D !important
}
.theme-luomu .el-badge__content--primary{background-color:#F5222D !important
}
.theme-luomu .el-step__head.is-finish{color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-step__title.is-finish{color:#F5222D !important
}
.theme-luomu .el-step__description.is-finish{color:#F5222D !important
}
.theme-luomu .el-collapse-item__header.focusing:focus:not(:hover){color:#F5222D !important
}
.theme-luomu .el-tag{color:#F5222D !important;background-color:#fee9ea
}
.theme-luomu .el-tag.is-hit{border-color:#F5222D !important
}
.theme-luomu .el-tag .el-tag__close{color:#F5222D !important
}
.theme-luomu .el-tag .el-tag__close:hover{background-color:#F5222D !important
}
.theme-luomu .el-tag--dark{background-color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-tag--dark.is-hit{border-color:#F5222D !important
}
.theme-luomu .el-tag--plain{color:#F5222D !important
}
.theme-luomu .el-tag--plain.is-hit{border-color:#F5222D !important
}
.theme-luomu .el-tag--plain .el-tag__close{color:#F5222D !important
}
.theme-luomu .el-tag--plain .el-tag__close:hover{background-color:#F5222D !important
}
.theme-luomu .el-cascader .el-input .el-input__inner:focus,.theme-luomu .el-cascader .el-input.is-focus .el-input__inner{border-color:#F5222D !important
}
.theme-luomu .el-cascader__suggestion-item.is-checked{color:#F5222D !important
}
.theme-luomu .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #F5222D;box-shadow:0 0 3px 2px #F5222D
}
.theme-luomu .el-color-dropdown__btn:hover{color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-color-dropdown__link-btn{color:#F5222D !important
}
.theme-luomu .el-color-dropdown__link-btn:hover{color:tint(#F5222D, 20%)
}
.theme-luomu .el-textarea__inner:focus{border-color:#F5222D !important
}
.theme-luomu .el-input.is-active .el-input__inner,.theme-luomu .el-input__inner:focus{border-color:#F5222D !important
}
.theme-luomu .el-button.is-plain:focus,.theme-luomu .el-button.is-plain:hover{border-color:#F5222D !important;color:#F5222D !important
}
.theme-luomu .el-button--primary{background-color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-button--text{color:#F5222D !important
}
.theme-luomu .el-transfer__button{background-color:#F5222D !important
}
.theme-luomu .el-transfer-panel__item:hover{color:#F5222D !important
}
.theme-luomu .el-timeline-item__node--primary{background-color:#F5222D !important
}
.theme-luomu .el-link.is-underline:hover:after{border-bottom:1px solid #F5222D
}
.theme-luomu .el-link.el-link--default:after,.theme-luomu .el-link.el-link--primary.is-underline:hover:after,.theme-luomu .el-link.el-link--primary:after{border-color:#F5222D !important
}
.theme-luomu .el-link.el-link--default:hover{color:#F5222D !important
}
.theme-luomu .el-link.el-link--primary{color:#F5222D !important
}
.theme-luomu .el-backtop,.theme-luomu .el-calendar-table td.is-today{color:#F5222D !important
}
.theme-luomu .el-checkbox.is-bordered.is-checked{border-color:#F5222D !important
}
.theme-luomu .el-checkbox__input.is-checked .el-checkbox__inner,.theme-luomu .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-checkbox__input.is-checked+.el-checkbox__label{color:#F5222D !important
}
.theme-luomu .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#F5222D !important
}
.theme-luomu .el-checkbox__inner:hover{border-color:#F5222D !important
}
.theme-luomu .el-checkbox-button__inner:hover{color:#F5222D !important
}
.theme-luomu .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#F5222D !important
}
.theme-luomu .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#F5222D !important
}
.theme-luomu .el-radio.is-bordered.is-checked{border-color:#F5222D !important
}
.theme-luomu .el-radio__input.is-checked .el-radio__inner{border-color:#F5222D !important;background:#F5222D
}
.theme-luomu .el-radio__input.is-checked+.el-radio__label{color:#F5222D !important
}
.theme-luomu .el-radio__input.is-focus .el-radio__inner{border-color:#F5222D !important
}
.theme-luomu .el-radio__inner:hover{border-color:#F5222D !important
}
.theme-luomu .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #F5222D;box-shadow:0 0 2px 2px #F5222D
}
.theme-luomu .el-cascader-node.in-active-path,.theme-luomu .el-cascader-node.is-active,.theme-luomu .el-cascader-node.is-selectable.in-checked-path{color:#F5222D !important
}
.theme-luomu .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#feedee
}
.theme-luomu .el-tag{border-color:#fdd3d5
}
.theme-luomu .el-tag--plain{border-color:#fba7ab
}
.theme-luomu .el-button:focus,.theme-luomu .el-button:hover{border-color:#fcbdc0;background-color:#fee9ea
}
.theme-luomu .el-button--primary.is-plain{color:#F5222D;background:#fee9ea;border-color:#fba7ab
}
.theme-luomu .el-button--primary.is-plain.is-disabled,.theme-luomu .el-button--primary.is-plain.is-disabled:active,.theme-luomu .el-button--primary.is-plain.is-disabled:focus,.theme-luomu .el-button--primary.is-plain.is-disabled:hover{color:#f97a81;background-color:#fee9ea;border-color:#fdd3d5
}
.theme-luomu .el-link.el-link--primary.is-disabled{color:#fa9196
}
.theme-luomu .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#F5222D;border-color:#F5222D;-webkit-box-shadow:-1px 0 0 0 #f97a81;box-shadow:-1px 0 0 0 #f97a81
}
.theme-luomu .mark-box{background:#fff
}
.theme-luomu .mark-box .mark_price li{background:#fff
}
.theme-luomu .mark-box .mark_price li:hover{background:#f4f5f6
}
.theme-luomu .mark-box .mark_price li .coinname{color:#161826
}
.theme-luomu .mark-box .mark_price li .mpcolor{color:#66718f
}
.theme-luomu .mark-box .mark_price li .price{color:#161826
}
.theme-luomu .mark-box .mark_price li:after{border-left:1px solid #e6e6e6
}
.theme-luomu .pur-back{background:#fff;border-bottom:1px solid #e6e6e6
}
.theme-luomu .pur-back .pur-center h3{color:#161826
}
.theme-luomu .notice-bar{background:#f6f9fc
}
.theme-luomu .notice-bar .text-wrap{color:#1c242c
}
.theme-luomu .terrace_tips p{color:#192544
}
.theme-luomu .terrace_tips p em{color:#185dd3;background-image:-webkit-gradient(linear, left top, left bottom, from(#185dd3), to(#061d79));background-image:linear-gradient(180deg, #185dd3, #061d79);padding:0 5px
}
.theme-luomu .terrace_tips .do_title{color:#495666
}
.theme-luomu .page-global-exchange{background:#e5ebf5
}
.theme-jiangzi .BoTopCom{background:#722ED1;color:#fff
}
.theme-jiangzi .BoTopCom .el-switch__label{color:#fff
}
.theme-jiangzi .logo{color:#fff
}
.theme-jiangzi .BoTabCom .tab-li.active{color:#fff;background:#722ED1
}
.theme-jiangzi .BoTabCom .tab-li:hover{background:#f1eafa;color:#722ED1 !important
}
.theme-jiangzi .HsM1 .fa-list .list-data .fa-span{color:#722ED1 !important
}
.theme-jiangzi .HsM1 .fa-list .list-data .fa-span.active{background:#722ED1;color:#fff !important
}
.theme-jiangzi .el-menu-item:focus,.theme-jiangzi .el-menu-item:hover{background-color:#f1eafa
}
.theme-jiangzi .el-submenu__title:focus,.theme-jiangzi .el-submenu__title:hover{background-color:#f1eafa
}
.theme-jiangzi .el-submenu__title:hover{background-color:#f1eafa
}
.theme-jiangzi .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#f1eafa
}
.theme-jiangzi .el-table__body tr.current-row>td{background-color:#f1eafa
}
.theme-jiangzi .el-dropdown-menu__item:focus,.theme-jiangzi .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#f1eafa;color:#8e58da
}
.theme-jiangzi .el-table-filter__list-item:hover{background-color:#f1eafa;color:#8e58da
}
.theme-jiangzi .el-tag--dark .el-tag__close:hover{background-color:#8e58da
}
.theme-jiangzi .el-button--primary:focus,.theme-jiangzi .el-button--primary:hover{background:#8e58da !important;border-color:#8e58da !important
}
.theme-jiangzi .el-button--text:focus,.theme-jiangzi .el-button--text:hover{color:#8e58da
}
.theme-jiangzi .el-link.el-link--primary:hover{color:#8e58da
}
.theme-jiangzi .el-select-dropdown__item.hover,.theme-jiangzi .el-select-dropdown__item:hover{background-color:#f1eafa
}
.theme-jiangzi .el-button:active{color:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button.is-active,.theme-jiangzi .el-button.is-plain:active{color:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button--primary.is-active,.theme-jiangzi .el-button--primary:active{background:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button--primary.is-plain:active{background:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button--text:active{color:#6729bc
}
.theme-jiangzi .el-button--primary.is-plain:focus,.theme-jiangzi .el-button--primary.is-plain:hover{background:#722ED1;border-color:#722ED1 !important
}
.theme-jiangzi .el-pagination button:hover{color:#722ED1 !important
}
.theme-jiangzi .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-jiangzi .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#722ED1 !important
}
.theme-jiangzi .el-pager li:hover{color:#fff !important
}
.theme-jiangzi .el-pager li.active{color:#fff !important;cursor:default
}
.theme-jiangzi .el-dialog__headerbtn:focus .el-dialog__close,.theme-jiangzi .el-dialog__headerbtn:hover .el-dialog__close{color:#722ED1 !important
}
.theme-jiangzi .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #722ED1
}
.theme-jiangzi .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #722ED1
}
.theme-jiangzi .el-menu-item.is-active{color:#722ED1 !important
}
.theme-jiangzi .el-submenu.is-active .el-submenu__title{border-bottom-color:#722ED1 !important
}
.theme-jiangzi .el-radio-button__inner:hover{color:#722ED1 !important
}
.theme-jiangzi .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#722ED1 !important;border-color:#722ED1 !important;-webkit-box-shadow:-1px 0 0 0 #722ED1;box-shadow:-1px 0 0 0 #722ED1
}
.theme-jiangzi .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #722ED1;box-shadow:0 0 2px 2px #722ED1
}
.theme-jiangzi .el-switch__label.is-active{color:#722ED1 !important
}
.theme-jiangzi .el-switch.is-checked .el-switch__core{border-color:#722ED1 !important;background-color:#722ED1 !important
}
.theme-jiangzi .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#722ED1 !important
}
.theme-jiangzi .el-select-dropdown__item.selected{color:#722ED1 !important
}
.theme-jiangzi .el-select .el-input__inner:focus{border-color:#722ED1 !important
}
.theme-jiangzi .el-select .el-input.is-focus .el-input__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-table th>.cell.highlight{color:#722ED1 !important
}
.theme-jiangzi .el-table .ascending .sort-caret.ascending{border-bottom-color:#722ED1 !important
}
.theme-jiangzi .el-table .descending .sort-caret.descending{border-top-color:#722ED1 !important
}
.theme-jiangzi .el-table-filter__list-item.is-active{background-color:#722ED1 !important
}
.theme-jiangzi .el-table-filter__bottom button:hover{color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.today span{color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.available:hover{color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.current:not(.disabled) span{background-color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.end-date span,.theme-jiangzi .el-date-table td.start-date span{background-color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.selected span{background-color:#722ED1 !important
}
.theme-jiangzi .el-month-table td.today .cell{color:#722ED1 !important
}
.theme-jiangzi .el-month-table td .cell:hover{color:#722ED1 !important
}
.theme-jiangzi .el-month-table td.end-date .cell,.theme-jiangzi .el-month-table td.start-date .cell{background-color:#722ED1 !important
}
.theme-jiangzi .el-month-table td.current:not(.disabled) .cell{color:#722ED1 !important
}
.theme-jiangzi .el-year-table td.today .cell{color:#722ED1 !important
}
.theme-jiangzi .el-year-table td .cell:hover,.theme-jiangzi .el-year-table td.current:not(.disabled) .cell{color:#722ED1 !important
}
.theme-jiangzi .el-date-picker__header-label.active,.theme-jiangzi .el-date-picker__header-label:hover{color:#722ED1 !important
}
.theme-jiangzi .time-select-item.selected:not(.disabled){color:#722ED1 !important
}
.theme-jiangzi .el-range-editor.is-active,.theme-jiangzi .el-range-editor.is-active:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-picker-panel__shortcut:hover{color:#722ED1 !important
}
.theme-jiangzi .el-picker-panel__shortcut.active{color:#722ED1 !important
}
.theme-jiangzi .el-picker-panel__icon-btn:hover{color:#722ED1 !important
}
.theme-jiangzi .el-time-spinner__arrow:hover{color:#722ED1 !important
}
.theme-jiangzi .el-time-panel__btn.confirm{color:#722ED1 !important
}
.theme-jiangzi .el-message-box__headerbtn:focus .el-message-box__close,.theme-jiangzi .el-message-box__headerbtn:hover .el-message-box__close{color:#722ED1 !important
}
.theme-jiangzi .el-breadcrumb__inner a:hover,.theme-jiangzi .el-breadcrumb__inner.is-link:hover{color:#722ED1 !important
}
.theme-jiangzi .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-jiangzi .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-jiangzi .el-tabs__active-bar{background-color:#722ED1 !important
}
.theme-jiangzi .el-tabs__new-tab:hover{color:#722ED1 !important
}
.theme-jiangzi .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #722ED1 inset;box-shadow:0 0 2px 2px #722ED1 inset
}
.theme-jiangzi .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-jiangzi .el-tabs__item:hover{color:#722ED1 !important
}
.theme-jiangzi .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#722ED1 !important
}
.theme-jiangzi .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#722ED1 !important
}
.theme-jiangzi .el-tree__drop-indicator{background-color:#722ED1 !important
}
.theme-jiangzi .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#722ED1 !important
}
.theme-jiangzi .el-input-number__decrease:hover,.theme-jiangzi .el-input-number__increase:hover{color:#722ED1 !important
}
.theme-jiangzi .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-jiangzi .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#722ED1 !important
}
.theme-jiangzi .el-slider__bar{background-color:#722ED1 !important
}
.theme-jiangzi .el-slider__button{border:2px solid #722ED1
}
.theme-jiangzi .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-jiangzi .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#722ED1 !important
}
.theme-jiangzi .el-loading-spinner .el-loading-text{color:#722ED1 !important
}
.theme-jiangzi .el-loading-spinner .path{stroke:#722ED1
}
.theme-jiangzi .el-loading-spinner i{color:#722ED1 !important
}
.theme-jiangzi .el-upload--picture-card:hover,.theme-jiangzi .el-upload:focus{border-color:#722ED1 !important;color:#722ED1 !important
}
.theme-jiangzi .el-upload:focus .el-upload-dragger{border-color:#722ED1 !important
}
.theme-jiangzi .el-upload-dragger .el-upload__text em{color:#722ED1 !important
}
.theme-jiangzi .el-upload-dragger:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-upload-dragger.is-dragover{border:2px dashed #722ED1
}
.theme-jiangzi .el-upload-list__item .el-icon-close-tip{color:#722ED1 !important
}
.theme-jiangzi .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-jiangzi .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#722ED1 !important
}
.theme-jiangzi .el-upload-list__item-delete:hover{color:#722ED1 !important
}
.theme-jiangzi .el-progress-bar__inner{background-color:#722ED1 !important
}
.theme-jiangzi .el-badge__content--primary{background-color:#722ED1 !important
}
.theme-jiangzi .el-step__head.is-finish{color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-step__title.is-finish{color:#722ED1 !important
}
.theme-jiangzi .el-step__description.is-finish{color:#722ED1 !important
}
.theme-jiangzi .el-collapse-item__header.focusing:focus:not(:hover){color:#722ED1 !important
}
.theme-jiangzi .el-tag{color:#722ED1 !important;background-color:#f1eafa
}
.theme-jiangzi .el-tag.is-hit{border-color:#722ED1 !important
}
.theme-jiangzi .el-tag .el-tag__close{color:#722ED1 !important
}
.theme-jiangzi .el-tag .el-tag__close:hover{background-color:#722ED1 !important
}
.theme-jiangzi .el-tag--dark{background-color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-tag--dark.is-hit{border-color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain{color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain.is-hit{border-color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain .el-tag__close{color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain .el-tag__close:hover{background-color:#722ED1 !important
}
.theme-jiangzi .el-cascader .el-input .el-input__inner:focus,.theme-jiangzi .el-cascader .el-input.is-focus .el-input__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-cascader__suggestion-item.is-checked{color:#722ED1 !important
}
.theme-jiangzi .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #722ED1;box-shadow:0 0 3px 2px #722ED1
}
.theme-jiangzi .el-color-dropdown__btn:hover{color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-color-dropdown__link-btn{color:#722ED1 !important
}
.theme-jiangzi .el-color-dropdown__link-btn:hover{color:tint(#722ED1, 20%)
}
.theme-jiangzi .el-textarea__inner:focus{border-color:#722ED1 !important
}
.theme-jiangzi .el-input.is-active .el-input__inner,.theme-jiangzi .el-input__inner:focus{border-color:#722ED1 !important
}
.theme-jiangzi .el-button.is-plain:focus,.theme-jiangzi .el-button.is-plain:hover{border-color:#722ED1 !important;color:#722ED1 !important
}
.theme-jiangzi .el-button--primary{background-color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-button--text{color:#722ED1 !important
}
.theme-jiangzi .el-transfer__button{background-color:#722ED1 !important
}
.theme-jiangzi .el-transfer-panel__item:hover{color:#722ED1 !important
}
.theme-jiangzi .el-timeline-item__node--primary{background-color:#722ED1 !important
}
.theme-jiangzi .el-link.is-underline:hover:after{border-bottom:1px solid #722ED1
}
.theme-jiangzi .el-link.el-link--default:after,.theme-jiangzi .el-link.el-link--primary.is-underline:hover:after,.theme-jiangzi .el-link.el-link--primary:after{border-color:#722ED1 !important
}
.theme-jiangzi .el-link.el-link--default:hover{color:#722ED1 !important
}
.theme-jiangzi .el-link.el-link--primary{color:#722ED1 !important
}
.theme-jiangzi .el-backtop,.theme-jiangzi .el-calendar-table td.is-today{color:#722ED1 !important
}
.theme-jiangzi .el-checkbox.is-bordered.is-checked{border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__input.is-checked .el-checkbox__inner,.theme-jiangzi .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__input.is-checked+.el-checkbox__label{color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__inner:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox-button__inner:hover{color:#722ED1 !important
}
.theme-jiangzi .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio.is-bordered.is-checked{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio__input.is-checked .el-radio__inner{border-color:#722ED1 !important;background:#722ED1
}
.theme-jiangzi .el-radio__input.is-checked+.el-radio__label{color:#722ED1 !important
}
.theme-jiangzi .el-radio__input.is-focus .el-radio__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio__inner:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #722ED1;box-shadow:0 0 2px 2px #722ED1
}
.theme-jiangzi .el-cascader-node.in-active-path,.theme-jiangzi .el-cascader-node.is-active,.theme-jiangzi .el-cascader-node.is-selectable.in-checked-path{color:#722ED1 !important
}
.theme-jiangzi .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f4eefb
}
.theme-jiangzi .el-tag{border-color:#e3d5f6
}
.theme-jiangzi .el-tag--plain{border-color:#c7abed
}
.theme-jiangzi .el-button:focus,.theme-jiangzi .el-button:hover{border-color:#d5c0f1;background-color:#f1eafa
}
.theme-jiangzi .el-button--primary.is-plain{color:#722ED1;background:#f1eafa;border-color:#c7abed
}
.theme-jiangzi .el-button--primary.is-plain.is-disabled,.theme-jiangzi .el-button--primary.is-plain.is-disabled:active,.theme-jiangzi .el-button--primary.is-plain.is-disabled:focus,.theme-jiangzi .el-button--primary.is-plain.is-disabled:hover{color:#aa82e3;background-color:#f1eafa;border-color:#e3d5f6
}
.theme-jiangzi .el-link.el-link--primary.is-disabled{color:#b997e8
}
.theme-jiangzi .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#722ED1;border-color:#722ED1;-webkit-box-shadow:-1px 0 0 0 #aa82e3;box-shadow:-1px 0 0 0 #aa82e3
}
.theme-jiangzi .mark-box{background:#fff
}
.theme-rimu .BoTopCom{background:#FAAD14;color:#fff
}
.theme-rimu .BoTopCom .el-switch__label{color:#fff
}
.theme-rimu .logo{color:#fff
}
.theme-rimu .BoTabCom .tab-li.active{color:#fff;background:#FAAD14
}
.theme-rimu .BoTabCom .tab-li:hover{background:#fff7e8;color:#FAAD14 !important
}
.theme-rimu .HsM1 .fa-list .list-data .fa-span{color:#FAAD14 !important
}
.theme-rimu .HsM1 .fa-list .list-data .fa-span.active{background:#FAAD14;color:#fff !important
}
.theme-rimu .el-menu-item:focus,.theme-rimu .el-menu-item:hover{background-color:#fff7e8
}
.theme-rimu .el-submenu__title:focus,.theme-rimu .el-submenu__title:hover{background-color:#fff7e8
}
.theme-rimu .el-submenu__title:hover{background-color:#fff7e8
}
.theme-rimu .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#fff7e8
}
.theme-rimu .el-table__body tr.current-row>td{background-color:#fff7e8
}
.theme-rimu .el-dropdown-menu__item:focus,.theme-rimu .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#fff7e8;color:#fbbd43
}
.theme-rimu .el-table-filter__list-item:hover{background-color:#fff7e8;color:#fbbd43
}
.theme-rimu .el-tag--dark .el-tag__close:hover{background-color:#fbbd43
}
.theme-rimu .el-button--primary:focus,.theme-rimu .el-button--primary:hover{background:#fbbd43 !important;border-color:#fbbd43 !important
}
.theme-rimu .el-button--text:focus,.theme-rimu .el-button--text:hover{color:#fbbd43
}
.theme-rimu .el-link.el-link--primary:hover{color:#fbbd43
}
.theme-rimu .el-select-dropdown__item.hover,.theme-rimu .el-select-dropdown__item:hover{background-color:#fff7e8
}
.theme-rimu .el-button:active{color:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button.is-active,.theme-rimu .el-button.is-plain:active{color:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button--primary.is-active,.theme-rimu .el-button--primary:active{background:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button--primary.is-plain:active{background:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button--text:active{color:#e19c12
}
.theme-rimu .el-button--primary.is-plain:focus,.theme-rimu .el-button--primary.is-plain:hover{background:#FAAD14;border-color:#FAAD14 !important
}
.theme-rimu .el-pagination button:hover{color:#FAAD14 !important
}
.theme-rimu .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-rimu .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#FAAD14 !important
}
.theme-rimu .el-pager li:hover{color:#fff !important
}
.theme-rimu .el-pager li.active{color:#fff !important;cursor:default
}
.theme-rimu .el-dialog__headerbtn:focus .el-dialog__close,.theme-rimu .el-dialog__headerbtn:hover .el-dialog__close{color:#FAAD14 !important
}
.theme-rimu .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #FAAD14
}
.theme-rimu .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #FAAD14
}
.theme-rimu .el-menu-item.is-active{color:#FAAD14 !important
}
.theme-rimu .el-submenu.is-active .el-submenu__title{border-bottom-color:#FAAD14 !important
}
.theme-rimu .el-radio-button__inner:hover{color:#FAAD14 !important
}
.theme-rimu .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#FAAD14 !important;border-color:#FAAD14 !important;-webkit-box-shadow:-1px 0 0 0 #FAAD14;box-shadow:-1px 0 0 0 #FAAD14
}
.theme-rimu .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #FAAD14;box-shadow:0 0 2px 2px #FAAD14
}
.theme-rimu .el-switch__label.is-active{color:#FAAD14 !important
}
.theme-rimu .el-switch.is-checked .el-switch__core{border-color:#FAAD14 !important;background-color:#FAAD14 !important
}
.theme-rimu .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#FAAD14 !important
}
.theme-rimu .el-select-dropdown__item.selected{color:#FAAD14 !important
}
.theme-rimu .el-select .el-input__inner:focus{border-color:#FAAD14 !important
}
.theme-rimu .el-select .el-input.is-focus .el-input__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-table th>.cell.highlight{color:#FAAD14 !important
}
.theme-rimu .el-table .ascending .sort-caret.ascending{border-bottom-color:#FAAD14 !important
}
.theme-rimu .el-table .descending .sort-caret.descending{border-top-color:#FAAD14 !important
}
.theme-rimu .el-table-filter__list-item.is-active{background-color:#FAAD14 !important
}
.theme-rimu .el-table-filter__bottom button:hover{color:#FAAD14 !important
}
.theme-rimu .el-date-table td.today span{color:#FAAD14 !important
}
.theme-rimu .el-date-table td.available:hover{color:#FAAD14 !important
}
.theme-rimu .el-date-table td.current:not(.disabled) span{background-color:#FAAD14 !important
}
.theme-rimu .el-date-table td.end-date span,.theme-rimu .el-date-table td.start-date span{background-color:#FAAD14 !important
}
.theme-rimu .el-date-table td.selected span{background-color:#FAAD14 !important
}
.theme-rimu .el-month-table td.today .cell{color:#FAAD14 !important
}
.theme-rimu .el-month-table td .cell:hover{color:#FAAD14 !important
}
.theme-rimu .el-month-table td.end-date .cell,.theme-rimu .el-month-table td.start-date .cell{background-color:#FAAD14 !important
}
.theme-rimu .el-month-table td.current:not(.disabled) .cell{color:#FAAD14 !important
}
.theme-rimu .el-year-table td.today .cell{color:#FAAD14 !important
}
.theme-rimu .el-year-table td .cell:hover,.theme-rimu .el-year-table td.current:not(.disabled) .cell{color:#FAAD14 !important
}
.theme-rimu .el-date-picker__header-label.active,.theme-rimu .el-date-picker__header-label:hover{color:#FAAD14 !important
}
.theme-rimu .time-select-item.selected:not(.disabled){color:#FAAD14 !important
}
.theme-rimu .el-range-editor.is-active,.theme-rimu .el-range-editor.is-active:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-picker-panel__shortcut:hover{color:#FAAD14 !important
}
.theme-rimu .el-picker-panel__shortcut.active{color:#FAAD14 !important
}
.theme-rimu .el-picker-panel__icon-btn:hover{color:#FAAD14 !important
}
.theme-rimu .el-time-spinner__arrow:hover{color:#FAAD14 !important
}
.theme-rimu .el-time-panel__btn.confirm{color:#FAAD14 !important
}
.theme-rimu .el-message-box__headerbtn:focus .el-message-box__close,.theme-rimu .el-message-box__headerbtn:hover .el-message-box__close{color:#FAAD14 !important
}
.theme-rimu .el-breadcrumb__inner a:hover,.theme-rimu .el-breadcrumb__inner.is-link:hover{color:#FAAD14 !important
}
.theme-rimu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-rimu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-rimu .el-tabs__active-bar{background-color:#FAAD14 !important
}
.theme-rimu .el-tabs__new-tab:hover{color:#FAAD14 !important
}
.theme-rimu .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #FAAD14 inset;box-shadow:0 0 2px 2px #FAAD14 inset
}
.theme-rimu .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-rimu .el-tabs__item:hover{color:#FAAD14 !important
}
.theme-rimu .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#FAAD14 !important
}
.theme-rimu .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#FAAD14 !important
}
.theme-rimu .el-tree__drop-indicator{background-color:#FAAD14 !important
}
.theme-rimu .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#FAAD14 !important
}
.theme-rimu .el-input-number__decrease:hover,.theme-rimu .el-input-number__increase:hover{color:#FAAD14 !important
}
.theme-rimu .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-rimu .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#FAAD14 !important
}
.theme-rimu .el-slider__bar{background-color:#FAAD14 !important
}
.theme-rimu .el-slider__button{border:2px solid #FAAD14
}
.theme-rimu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-rimu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#FAAD14 !important
}
.theme-rimu .el-loading-spinner .el-loading-text{color:#FAAD14 !important
}
.theme-rimu .el-loading-spinner .path{stroke:#FAAD14
}
.theme-rimu .el-loading-spinner i{color:#FAAD14 !important
}
.theme-rimu .el-upload--picture-card:hover,.theme-rimu .el-upload:focus{border-color:#FAAD14 !important;color:#FAAD14 !important
}
.theme-rimu .el-upload:focus .el-upload-dragger{border-color:#FAAD14 !important
}
.theme-rimu .el-upload-dragger .el-upload__text em{color:#FAAD14 !important
}
.theme-rimu .el-upload-dragger:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-upload-dragger.is-dragover{border:2px dashed #FAAD14
}
.theme-rimu .el-upload-list__item .el-icon-close-tip{color:#FAAD14 !important
}
.theme-rimu .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-rimu .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#FAAD14 !important
}
.theme-rimu .el-upload-list__item-delete:hover{color:#FAAD14 !important
}
.theme-rimu .el-progress-bar__inner{background-color:#FAAD14 !important
}
.theme-rimu .el-badge__content--primary{background-color:#FAAD14 !important
}
.theme-rimu .el-step__head.is-finish{color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-step__title.is-finish{color:#FAAD14 !important
}
.theme-rimu .el-step__description.is-finish{color:#FAAD14 !important
}
.theme-rimu .el-collapse-item__header.focusing:focus:not(:hover){color:#FAAD14 !important
}
.theme-rimu .el-tag{color:#FAAD14 !important;background-color:#fff7e8
}
.theme-rimu .el-tag.is-hit{border-color:#FAAD14 !important
}
.theme-rimu .el-tag .el-tag__close{color:#FAAD14 !important
}
.theme-rimu .el-tag .el-tag__close:hover{background-color:#FAAD14 !important
}
.theme-rimu .el-tag--dark{background-color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-tag--dark.is-hit{border-color:#FAAD14 !important
}
.theme-rimu .el-tag--plain{color:#FAAD14 !important
}
.theme-rimu .el-tag--plain.is-hit{border-color:#FAAD14 !important
}
.theme-rimu .el-tag--plain .el-tag__close{color:#FAAD14 !important
}
.theme-rimu .el-tag--plain .el-tag__close:hover{background-color:#FAAD14 !important
}
.theme-rimu .el-cascader .el-input .el-input__inner:focus,.theme-rimu .el-cascader .el-input.is-focus .el-input__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-cascader__suggestion-item.is-checked{color:#FAAD14 !important
}
.theme-rimu .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #FAAD14;box-shadow:0 0 3px 2px #FAAD14
}
.theme-rimu .el-color-dropdown__btn:hover{color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-color-dropdown__link-btn{color:#FAAD14 !important
}
.theme-rimu .el-color-dropdown__link-btn:hover{color:tint(#FAAD14, 20%)
}
.theme-rimu .el-textarea__inner:focus{border-color:#FAAD14 !important
}
.theme-rimu .el-input.is-active .el-input__inner,.theme-rimu .el-input__inner:focus{border-color:#FAAD14 !important
}
.theme-rimu .el-button.is-plain:focus,.theme-rimu .el-button.is-plain:hover{border-color:#FAAD14 !important;color:#FAAD14 !important
}
.theme-rimu .el-button--primary{background-color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-button--text{color:#FAAD14 !important
}
.theme-rimu .el-transfer__button{background-color:#FAAD14 !important
}
.theme-rimu .el-transfer-panel__item:hover{color:#FAAD14 !important
}
.theme-rimu .el-timeline-item__node--primary{background-color:#FAAD14 !important
}
.theme-rimu .el-link.is-underline:hover:after{border-bottom:1px solid #FAAD14
}
.theme-rimu .el-link.el-link--default:after,.theme-rimu .el-link.el-link--primary.is-underline:hover:after,.theme-rimu .el-link.el-link--primary:after{border-color:#FAAD14 !important
}
.theme-rimu .el-link.el-link--default:hover{color:#FAAD14 !important
}
.theme-rimu .el-link.el-link--primary{color:#FAAD14 !important
}
.theme-rimu .el-backtop,.theme-rimu .el-calendar-table td.is-today{color:#FAAD14 !important
}
.theme-rimu .el-checkbox.is-bordered.is-checked{border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox__input.is-checked .el-checkbox__inner,.theme-rimu .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox__input.is-checked+.el-checkbox__label{color:#FAAD14 !important
}
.theme-rimu .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox__inner:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox-button__inner:hover{color:#FAAD14 !important
}
.theme-rimu .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#FAAD14 !important
}
.theme-rimu .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-radio.is-bordered.is-checked{border-color:#FAAD14 !important
}
.theme-rimu .el-radio__input.is-checked .el-radio__inner{border-color:#FAAD14 !important;background:#FAAD14
}
.theme-rimu .el-radio__input.is-checked+.el-radio__label{color:#FAAD14 !important
}
.theme-rimu .el-radio__input.is-focus .el-radio__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-radio__inner:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #FAAD14;box-shadow:0 0 2px 2px #FAAD14
}
.theme-rimu .el-cascader-node.in-active-path,.theme-rimu .el-cascader-node.is-active,.theme-rimu .el-cascader-node.is-selectable.in-checked-path{color:#FAAD14 !important
}
.theme-rimu .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#fff8ec
}
.theme-rimu .el-tag{border-color:#feefd0
}
.theme-rimu .el-tag--plain{border-color:#fddea1
}
.theme-rimu .el-button:focus,.theme-rimu .el-button:hover{border-color:#fee6b9;background-color:#fff7e8
}
.theme-rimu .el-button--primary.is-plain{color:#FAAD14;background:#fff7e8;border-color:#fddea1
}
.theme-rimu .el-button--primary.is-plain.is-disabled,.theme-rimu .el-button--primary.is-plain.is-disabled:active,.theme-rimu .el-button--primary.is-plain.is-disabled:focus,.theme-rimu .el-button--primary.is-plain.is-disabled:hover{color:#fcce72;background-color:#fff7e8;border-color:#feefd0
}
.theme-rimu .el-link.el-link--primary.is-disabled{color:#fdd68a
}
.theme-rimu .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#FAAD14;border-color:#FAAD14;-webkit-box-shadow:-1px 0 0 0 #fcce72;box-shadow:-1px 0 0 0 #fcce72
}
.theme-mingqing .BoTopCom{background:#13C2C2;color:#fff
}
.theme-mingqing .BoTopCom .el-switch__label{color:#fff
}
.theme-mingqing .logo{color:#fff
}
.theme-mingqing .BoTabCom .tab-li.active{color:#fff;background:#13C2C2
}
.theme-mingqing .BoTabCom .tab-li:hover{background:#e7f9f9;color:#13C2C2 !important
}
.theme-mingqing .HsM1 .fa-list .list-data .fa-span{color:#13C2C2 !important
}
.theme-mingqing .HsM1 .fa-list .list-data .fa-span.active{background:#13C2C2;color:#fff !important
}
.theme-mingqing .el-menu-item:focus,.theme-mingqing .el-menu-item:hover{background-color:#e7f9f9
}
.theme-mingqing .el-submenu__title:focus,.theme-mingqing .el-submenu__title:hover{background-color:#e7f9f9
}
.theme-mingqing .el-submenu__title:hover{background-color:#e7f9f9
}
.theme-mingqing .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#e7f9f9
}
.theme-mingqing .el-table__body tr.current-row>td{background-color:#e7f9f9
}
.theme-mingqing .el-dropdown-menu__item:focus,.theme-mingqing .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#e7f9f9;color:#42cece
}
.theme-mingqing .el-table-filter__list-item:hover{background-color:#e7f9f9;color:#42cece
}
.theme-mingqing .el-tag--dark .el-tag__close:hover{background-color:#42cece
}
.theme-mingqing .el-button--primary:focus,.theme-mingqing .el-button--primary:hover{background:#42cece !important;border-color:#42cece !important
}
.theme-mingqing .el-button--text:focus,.theme-mingqing .el-button--text:hover{color:#42cece
}
.theme-mingqing .el-link.el-link--primary:hover{color:#42cece
}
.theme-mingqing .el-select-dropdown__item.hover,.theme-mingqing .el-select-dropdown__item:hover{background-color:#e7f9f9
}
.theme-mingqing .el-button:active{color:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button.is-active,.theme-mingqing .el-button.is-plain:active{color:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button--primary.is-active,.theme-mingqing .el-button--primary:active{background:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button--primary.is-plain:active{background:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button--text:active{color:#11afaf
}
.theme-mingqing .el-button--primary.is-plain:focus,.theme-mingqing .el-button--primary.is-plain:hover{background:#13C2C2;border-color:#13C2C2 !important
}
.theme-mingqing .el-pagination button:hover{color:#13C2C2 !important
}
.theme-mingqing .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-mingqing .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#13C2C2 !important
}
.theme-mingqing .el-pager li:hover{color:#fff !important
}
.theme-mingqing .el-pager li.active{color:#fff !important;cursor:default
}
.theme-mingqing .el-dialog__headerbtn:focus .el-dialog__close,.theme-mingqing .el-dialog__headerbtn:hover .el-dialog__close{color:#13C2C2 !important
}
.theme-mingqing .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #13C2C2
}
.theme-mingqing .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #13C2C2
}
.theme-mingqing .el-menu-item.is-active{color:#13C2C2 !important
}
.theme-mingqing .el-submenu.is-active .el-submenu__title{border-bottom-color:#13C2C2 !important
}
.theme-mingqing .el-radio-button__inner:hover{color:#13C2C2 !important
}
.theme-mingqing .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#13C2C2 !important;border-color:#13C2C2 !important;-webkit-box-shadow:-1px 0 0 0 #13C2C2;box-shadow:-1px 0 0 0 #13C2C2
}
.theme-mingqing .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #13C2C2;box-shadow:0 0 2px 2px #13C2C2
}
.theme-mingqing .el-switch__label.is-active{color:#13C2C2 !important
}
.theme-mingqing .el-switch.is-checked .el-switch__core{border-color:#13C2C2 !important;background-color:#13C2C2 !important
}
.theme-mingqing .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#13C2C2 !important
}
.theme-mingqing .el-select-dropdown__item.selected{color:#13C2C2 !important
}
.theme-mingqing .el-select .el-input__inner:focus{border-color:#13C2C2 !important
}
.theme-mingqing .el-select .el-input.is-focus .el-input__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-table th>.cell.highlight{color:#13C2C2 !important
}
.theme-mingqing .el-table .ascending .sort-caret.ascending{border-bottom-color:#13C2C2 !important
}
.theme-mingqing .el-table .descending .sort-caret.descending{border-top-color:#13C2C2 !important
}
.theme-mingqing .el-table-filter__list-item.is-active{background-color:#13C2C2 !important
}
.theme-mingqing .el-table-filter__bottom button:hover{color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.today span{color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.available:hover{color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.current:not(.disabled) span{background-color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.end-date span,.theme-mingqing .el-date-table td.start-date span{background-color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.selected span{background-color:#13C2C2 !important
}
.theme-mingqing .el-month-table td.today .cell{color:#13C2C2 !important
}
.theme-mingqing .el-month-table td .cell:hover{color:#13C2C2 !important
}
.theme-mingqing .el-month-table td.end-date .cell,.theme-mingqing .el-month-table td.start-date .cell{background-color:#13C2C2 !important
}
.theme-mingqing .el-month-table td.current:not(.disabled) .cell{color:#13C2C2 !important
}
.theme-mingqing .el-year-table td.today .cell{color:#13C2C2 !important
}
.theme-mingqing .el-year-table td .cell:hover,.theme-mingqing .el-year-table td.current:not(.disabled) .cell{color:#13C2C2 !important
}
.theme-mingqing .el-date-picker__header-label.active,.theme-mingqing .el-date-picker__header-label:hover{color:#13C2C2 !important
}
.theme-mingqing .time-select-item.selected:not(.disabled){color:#13C2C2 !important
}
.theme-mingqing .el-range-editor.is-active,.theme-mingqing .el-range-editor.is-active:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-picker-panel__shortcut:hover{color:#13C2C2 !important
}
.theme-mingqing .el-picker-panel__shortcut.active{color:#13C2C2 !important
}
.theme-mingqing .el-picker-panel__icon-btn:hover{color:#13C2C2 !important
}
.theme-mingqing .el-time-spinner__arrow:hover{color:#13C2C2 !important
}
.theme-mingqing .el-time-panel__btn.confirm{color:#13C2C2 !important
}
.theme-mingqing .el-message-box__headerbtn:focus .el-message-box__close,.theme-mingqing .el-message-box__headerbtn:hover .el-message-box__close{color:#13C2C2 !important
}
.theme-mingqing .el-breadcrumb__inner a:hover,.theme-mingqing .el-breadcrumb__inner.is-link:hover{color:#13C2C2 !important
}
.theme-mingqing .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-mingqing .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-mingqing .el-tabs__active-bar{background-color:#13C2C2 !important
}
.theme-mingqing .el-tabs__new-tab:hover{color:#13C2C2 !important
}
.theme-mingqing .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #13C2C2 inset;box-shadow:0 0 2px 2px #13C2C2 inset
}
.theme-mingqing .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-mingqing .el-tabs__item:hover{color:#13C2C2 !important
}
.theme-mingqing .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#13C2C2 !important
}
.theme-mingqing .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#13C2C2 !important
}
.theme-mingqing .el-tree__drop-indicator{background-color:#13C2C2 !important
}
.theme-mingqing .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#13C2C2 !important
}
.theme-mingqing .el-input-number__decrease:hover,.theme-mingqing .el-input-number__increase:hover{color:#13C2C2 !important
}
.theme-mingqing .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-mingqing .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#13C2C2 !important
}
.theme-mingqing .el-slider__bar{background-color:#13C2C2 !important
}
.theme-mingqing .el-slider__button{border:2px solid #13C2C2
}
.theme-mingqing .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-mingqing .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#13C2C2 !important
}
.theme-mingqing .el-loading-spinner .el-loading-text{color:#13C2C2 !important
}
.theme-mingqing .el-loading-spinner .path{stroke:#13C2C2
}
.theme-mingqing .el-loading-spinner i{color:#13C2C2 !important
}
.theme-mingqing .el-upload--picture-card:hover,.theme-mingqing .el-upload:focus{border-color:#13C2C2 !important;color:#13C2C2 !important
}
.theme-mingqing .el-upload:focus .el-upload-dragger{border-color:#13C2C2 !important
}
.theme-mingqing .el-upload-dragger .el-upload__text em{color:#13C2C2 !important
}
.theme-mingqing .el-upload-dragger:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-upload-dragger.is-dragover{border:2px dashed #13C2C2
}
.theme-mingqing .el-upload-list__item .el-icon-close-tip{color:#13C2C2 !important
}
.theme-mingqing .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-mingqing .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#13C2C2 !important
}
.theme-mingqing .el-upload-list__item-delete:hover{color:#13C2C2 !important
}
.theme-mingqing .el-progress-bar__inner{background-color:#13C2C2 !important
}
.theme-mingqing .el-badge__content--primary{background-color:#13C2C2 !important
}
.theme-mingqing .el-step__head.is-finish{color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-step__title.is-finish{color:#13C2C2 !important
}
.theme-mingqing .el-step__description.is-finish{color:#13C2C2 !important
}
.theme-mingqing .el-collapse-item__header.focusing:focus:not(:hover){color:#13C2C2 !important
}
.theme-mingqing .el-tag{color:#13C2C2 !important;background-color:#e7f9f9
}
.theme-mingqing .el-tag.is-hit{border-color:#13C2C2 !important
}
.theme-mingqing .el-tag .el-tag__close{color:#13C2C2 !important
}
.theme-mingqing .el-tag .el-tag__close:hover{background-color:#13C2C2 !important
}
.theme-mingqing .el-tag--dark{background-color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-tag--dark.is-hit{border-color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain{color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain.is-hit{border-color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain .el-tag__close{color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain .el-tag__close:hover{background-color:#13C2C2 !important
}
.theme-mingqing .el-cascader .el-input .el-input__inner:focus,.theme-mingqing .el-cascader .el-input.is-focus .el-input__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-cascader__suggestion-item.is-checked{color:#13C2C2 !important
}
.theme-mingqing .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #13C2C2;box-shadow:0 0 3px 2px #13C2C2
}
.theme-mingqing .el-color-dropdown__btn:hover{color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-color-dropdown__link-btn{color:#13C2C2 !important
}
.theme-mingqing .el-color-dropdown__link-btn:hover{color:tint(#13C2C2, 20%)
}
.theme-mingqing .el-textarea__inner:focus{border-color:#13C2C2 !important
}
.theme-mingqing .el-input.is-active .el-input__inner,.theme-mingqing .el-input__inner:focus{border-color:#13C2C2 !important
}
.theme-mingqing .el-button.is-plain:focus,.theme-mingqing .el-button.is-plain:hover{border-color:#13C2C2 !important;color:#13C2C2 !important
}
.theme-mingqing .el-button--primary{background-color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-button--text{color:#13C2C2 !important
}
.theme-mingqing .el-transfer__button{background-color:#13C2C2 !important
}
.theme-mingqing .el-transfer-panel__item:hover{color:#13C2C2 !important
}
.theme-mingqing .el-timeline-item__node--primary{background-color:#13C2C2 !important
}
.theme-mingqing .el-link.is-underline:hover:after{border-bottom:1px solid #13C2C2
}
.theme-mingqing .el-link.el-link--default:after,.theme-mingqing .el-link.el-link--primary.is-underline:hover:after,.theme-mingqing .el-link.el-link--primary:after{border-color:#13C2C2 !important
}
.theme-mingqing .el-link.el-link--default:hover{color:#13C2C2 !important
}
.theme-mingqing .el-link.el-link--primary{color:#13C2C2 !important
}
.theme-mingqing .el-backtop,.theme-mingqing .el-calendar-table td.is-today{color:#13C2C2 !important
}
.theme-mingqing .el-checkbox.is-bordered.is-checked{border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__input.is-checked .el-checkbox__inner,.theme-mingqing .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__input.is-checked+.el-checkbox__label{color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__inner:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox-button__inner:hover{color:#13C2C2 !important
}
.theme-mingqing .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio.is-bordered.is-checked{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio__input.is-checked .el-radio__inner{border-color:#13C2C2 !important;background:#13C2C2
}
.theme-mingqing .el-radio__input.is-checked+.el-radio__label{color:#13C2C2 !important
}
.theme-mingqing .el-radio__input.is-focus .el-radio__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio__inner:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #13C2C2;box-shadow:0 0 2px 2px #13C2C2
}
.theme-mingqing .el-cascader-node.in-active-path,.theme-mingqing .el-cascader-node.is-active,.theme-mingqing .el-cascader-node.is-selectable.in-checked-path{color:#13C2C2 !important
}
.theme-mingqing .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#ecfafa
}
.theme-mingqing .el-tag{border-color:#d0f3f3
}
.theme-mingqing .el-tag--plain{border-color:#a1e7e7
}
.theme-mingqing .el-button:focus,.theme-mingqing .el-button:hover{border-color:#b8eded;background-color:#e7f9f9
}
.theme-mingqing .el-button--primary.is-plain{color:#13C2C2;background:#e7f9f9;border-color:#a1e7e7
}
.theme-mingqing .el-button--primary.is-plain.is-disabled,.theme-mingqing .el-button--primary.is-plain.is-disabled:active,.theme-mingqing .el-button--primary.is-plain.is-disabled:focus,.theme-mingqing .el-button--primary.is-plain.is-disabled:hover{color:#71dada;background-color:#e7f9f9;border-color:#d0f3f3
}
.theme-mingqing .el-link.el-link--primary.is-disabled{color:#89e1e1
}
.theme-mingqing .el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#13C2C2;border-color:#13C2C2;-webkit-box-shadow:-1px 0 0 0 #71dada;box-shadow:-1px 0 0 0 #71dada
}
html,body{height:100%;font-size:14px
}
.h100{height:100%
}
.w100{width:100%
}
.fl{float:left
}
.fr{float:right
}
.mb-10{margin-bottom:10px
}
.mb-5{margin-bottom:5px
}
.mr-5{margin-right:5px
}
.text-right{text-align:right
}
.text-center{text-align:center
}
ul li{list-style:none
}
.pd20{padding:20px
}
.yichu{overflow:hidden;white-space:nowrap;text-overflow:ellipsis
}
.diag-icon{background:#f3f3f3;height:80%;border-radius:3px;line-height:22px !important;cursor:pointer !important
}
html::-webkit-scrollbar{width:4px;height:4px
}
html::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)
}
html::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)
}
div::-webkit-scrollbar{width:4px;height:4px
}
.home_head{position:relative;z-index:99;left:0;top:0
}
.home_head .header-main .hd-body{background:rgba(0,0,0,0.2);border-bottom:0px solid transparent;color:#aeb9d8
}
.header-white{min-width:1357px;margin:0 auto
}
.header-white .hd-body{background:#fff;margin:0 auto
}
.header-white .hd-top-inner{width:1280px;margin:0 auto
}
.header-white .nav-inner{width:1280px;margin:0 auto
}
.header-white .nav-bar .nav-item:hover,.header-white .nav-bar .nav-item.active{background:#1e1e1e
}
.header-white .nav-bar .nav-item:hover>a,.header-white .nav-bar .nav-item.active>a{color:#fff
}
.header-white .sub-nav .sub-nav-item:hover,.header-white .sub-nav .sub-nav-item:active{background:#fff
}
.header-white .sub-nav .sub-nav-item:hover a,.header-white .sub-nav .sub-nav-item:active a{color:#1e1e1e
}
.header-main{min-width:1357px;margin:0 auto
}
.header-main .hd-body{background:#1b2945;color:#fff
}
.header-main .nav-inner{margin:0 20px 0 15px
}
.header-main .nav-bar .nav-item{height:100%;margin-bottom:3px
}
.header-main .nav-bar .nav-item p,.header-main .nav-bar .nav-item span,.header-main .nav-bar .nav-item i{display:inline-block;color:#aeb9d8;height:46px;line-height:46px
}
.header-main .nav-bar .nav-item.active p,.header-main .nav-bar .nav-item.active span{background:none;border-bottom:3px solid #357ce1;color:#fff
}
.header-main .nav-bar .nav-item:hover p,.header-main .nav-bar .nav-item:hover span{color:#fff
}
.header-main .sub-nav .sub-nav-item:hover,.header-main .sub-nav .sub-nav-item.active{background:#333333
}
.header-main .sub-nav .sub-nav-item:hover a,.header-main .sub-nav .sub-nav-item.active a{color:#1e1e1e
}
.trademain .header-main .hd-body{background:#131625
}

.coin-switch[data-v-ed2134ee]{-webkit-box-sizing:border-box;box-sizing:border-box;background:#171b2b;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding-bottom:0
}
.coin-switch .quotes[data-v-ed2134ee]{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:28px
}
.coin-switch .quotes span[data-v-ed2134ee]{cursor:pointer
}
.coin-switch .mock-a[data-v-ed2134ee]{color:#b0b8db;height:20px;font-size:12px;line-height:22px;padding:0 6px;margin:0 4px 4px 0;border-radius:2px;border-bottom:0;text-transform:uppercase
}
.coin-switch .mock-a.active[data-v-ed2134ee]{color:#ffffff;background-color:#357ce1
}
.coin-switch .tabs[data-v-ed2134ee]{padding:8px 8px 8px 10px;display:block;height:auto;border-radius:2px 2px 0 0;border:0
}
.coin-switch .actions-serch .input-box[data-v-ed2134ee]{height:26px;position:relative
}
.coin-switch .actions-serch .input-box input[data-v-ed2134ee]{background:#171b2b;border-color:#383f66;color:#d2d6ec;padding-left:28px;border:1px solid #383f66;border-radius:2px;font-size:12px;width:100%;height:100%
}
.coin-switch .actions-serch .i_sos[data-v-ed2134ee]{position:absolute;left:5px;top:6px
}
.coin-switch .actions-serch .btnexch[data-v-ed2134ee]{padding-left:40px;font-size:14px
}
.coin-switch .actions-serch .btnexch i[data-v-ed2134ee]{font-size:16px;margin-right:5px
}
.coin-switch .coin_list tr[data-v-ed2134ee]{font-size:12px !important
}
.coin-switch .coin_list p[data-v-ed2134ee],.coin-switch .coin_list span[data-v-ed2134ee]{font-size:12px
}
.coin-switch .coin_list .el-table .cell p[data-v-ed2134ee]{text-align:right;color:#b0b8db
}
.coin-switch .coin_list .el-table .cell .trad_active[data-v-ed2134ee]{color:#357ce1
}
.coin-switch .left_coinname .option[data-v-ed2134ee]{width:24px
}
.coin-switch .left_coinname .star_active[data-v-ed2134ee]{color:#357ce1
}
@media screen and (max-width: 1440px){
.coin-switch .mock-a[data-v-ed2134ee]{padding:0 2px;height:18px;line-height:18px
}
}

.name-box{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;position:relative
}
.headTitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:8px
}
.nameWrap{text-align:center;line-height:42px;font-family:"PingFangSC-Light"
}
.stockName{margin-right:1.2%
}
.exchangeInfo{font-size:24px;color:red;height:30px;line-height:30px;font-weight:bold;text-align:center;font-family:"PingFangSC-Light"
}
.blockBg{background:#131625;margin-top:4px
}
.tabsTitle{height:22px;line-height:22px;border-bottom:1px solid #131625;border-top:1px solid #131625;padding:0 4%;font-size:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:4px
}
.tabsTitle span{width:15%;height:22px;line-height:22px;border-bottom:2px solid transparent;display:inline-block;text-align:center;vertical-align:top;border-radius:3px;cursor:pointer
}
.tabsTitle span.active{color:#357ce1;background-color:rgba(19,22,37,0.9)
}
.klineWrap{float:left;position:relative;overflow:hidden
}
.kLineTabs .tabsTitle{padding-left:2%
}
.kLineTabs .tabsTitle span{font-size:16px;width:16%
}
.kLineTabs .tabsTitle span:last-child{width:18%
}
.indexWrap{width:100%;height:60px;background-color:red;font-size:24px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row
}
.indexWrap .indexItem{display:block;line-height:60px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center
}
.indexWrap .indexItem.active{color:#333;background-color:#e1ecf2
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.coin_record_div .transtionBar {
  position: relative;
  top: 45px;
  background-color: #131722;
}
.coin_record_div .transtionBar .linkRight {
  position: absolute;
  top: 10px;
  right: 1730px;
  color: #929292;
  z-index: 9999;
}
.coin_record_div .el-tabs .el-tabs__header {
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 57px;
}
.coin_record_div .el-tabs .el-tabs__item {
  color: #C3C3C3 !important;
  padding: 0!important;
  margin-right: 40px;
}
.coin_record_div .el-tabs .el-tabs__item.is-active {
  color: #929292 !important;
  position: relative;
  top: 0;
}
.coin_record_div .el-tabs .el-tabs__item.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 26%;
  border: 1px solid #00EEFF;
}
.coin_record_div .greenColor {
  color: #44BCA7 !important;
}
.coin_record_div .redColor {
  color: #CD3D58 !important;
}
.coin_record_div .el-table .cell {
  font-size: 12px;
}
.coin_record_div .el-table thead,
.coin_record_div .el-table tr th {
  background: #1d202d !important;
}
.coin_record_div .el-table tbody,
.coin_record_div .el-table tr td {
  background: #0A1627 !important;
  color: #FFFFFF;
  border: none;
}
.coin_record_div .el-table__empty-block {
  background-color: #131722 !important;
}
.coin_record_div .el-pagination {
  background-color: #0A1627 !important;
}
.coin_record_div .operation_div span {
  cursor: pointer;
  display: block;
  color: #87D8EA;
}
.coin_record_div .lastBtn button {
  width: 47.6%;
}
.comfirmBox .el-message-box__headerbtn {
  display: none!important;
}
.comfirmBox .el-message-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comfirmBox .el-message-box__container .el-message-box__status {
  display: block!important;
  text-align: center;
  position: relative;
  top: -6px !important;
}
.comfirmBox .el-message-box__container .el-message-box__status:before {
  content: '\E6C9' !important;
  font-size: 40px;
  color: #0066ED;
}
.comfirmBox .el-message-box__container .el-message-box__message {
  text-align: center;
  padding-left: 0;
  font-weight: bold;
  font-size: 16px;
  color: #101010;
}
.comfirmBox .el-message-box__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.comfirmBox .el-message-box__btns .el-button {
  width: 46%;
  height: 40px;
  border-color: #0066ED;
}
.comfirmBox .el-message-box__btns .el-button:nth-child(1) {
  color: #0066ED !important;
}
.comfirmBox .el-message-box__btns .el-button:nth-last-child(1) {
  background-color: #0066ED;
}
.comfirmBox .el-message-box__btns .el-button span {
  letter-spacing: 1px;
}

#trade-view {
  margin: 20px 0px;
}

section {
  display: block;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  /* height: 100%;
  width: 100%; */
  font-size: 14px;
  /* -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
  overflow: auto;
  
  
}

body {
  /* min-width: 1366px; */
  /* width:expression_r(document.body.clientWidth < 1360 ? "1360px": "auto" ); */
  width: 100%;
  height: 100%;
  color: #333;
  line-height: 1;
  /* overflow: auto; */
}

@media screen and (min-width: 1300px){
  body{min-width: 1366px;}
}

table th {
  font-weight: normal;
  color: #333;
}

a {
  color: inherit;
}

img {
  display: inline-block;
}

i,
em {
  font-style: normal;
}

/* 清除浮动 */

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

/*相对定位*/

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

/*长、宽100%*/

.w-full {
  width: 100%;
  min-width: 1357px;
}

.h-full {
  height: 100%;
}

.wh-full {
  width: 100%;
  height: 100%;
}

/*定位居中对齐*/

.abs-h-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.abs-v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;color: #357ce1;
}

.abs-vh-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* margin 10像素*/

.m-top-5{margin-top: 5px;}

.m-top-10 {
  margin-top: 10px;
}

.m-left-10 {
  margin-left: 10px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-10 {
  margin: 10px;
}

.m-left-5{margin-left: 5px;}

.m-left-15{margin-left: 15px}

.m-left-20{margin-left: 20px;}

.m-top-15{margin-top: 15px}

.p-top-20{padding-top: 20px;}

/*字体大小*/

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-40 {
  font-size: 38px;
}

@media screen and (max-width: 1366px) {
  .font-12 {
    font-size: 10px;
  }
  .font-14 {
    font-size: 12px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-40 {
    font-size: 34px;
  }
}

/* 字重 */

.font-bit-bold {
  font-weight: 500;
}

.font-bold {
  font-weight: 600;
}

/*button 按钮样式*/

input {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid transparent;
}

button {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  background: none;
  border-radius: 0;
  outline: none;
  font-family: "microsoft yahei";
  color: inherit;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
}

button.btn-bordered {
  border-color: #e5e5e5;
}

button.btn-large {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}

button.btn-block {
  display: block;
  width: 100%;
}

button.btn-inline {
  display: inline-block;
}

button.btn-small {
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  /* width: 80px; */
}

button.btn-mini {
  height: 28px;
  padding: 0 10px;
  line-height: 26px;
  font-size: 14px;
}

button.btn-radius {
  border-radius: 2px;
}

button.btn-active:active {
  opacity: 0.9;
}

.color-primary {
  color: #ab1e24;
}

button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.cur-point{cursor: pointer;}

.fl {
  float: left;
}

.fr {
  float: right;
}

.rt-0 {
  right: 0;
}

.lf-0 {
  left: 0;
}

.color-666 {
  color: #666;
}

.color-999 {
  color: #999;
}

.color-f1{color: #f1f1f1}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-h-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.padl15{padding-left: 15px;}

/* 滚动条样式 */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #3a437330;
  border-radius: 8px;
}

/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: inset 0 0 8px rgba(63, 81, 181, 0.12); */
  border-radius: 8px;
}

/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: hsla(215, 17%, 59%, 0.5); */
  border-radius: 8px;
}

/* 缩虐图尺寸 --rounded 圆形*/

.thumb-20 {
  width: 20px;
  height: 20px;
}

.thumb-30 {
  width: 30px;
  height: 30px;
}

.thumb-40 {
  width: 40px;
  height: 40px;
}

.thumb-50 {
  width: 50px;
  height: 50px;
}

/* 文本对齐 */

.txt-center {
  text-align: center;
}

.txt-lf {
  text-align: left;
}

.txt-rt {
  text-align: right;
}

.line-h50{line-height: 50px;}

.index-banner{position: relative;top: -48px;left: 0;}

.el-card{border:0;border-radius: 0;}

.bott_link a {color: #357ce1;}
.trademain[data-v-3987cd91]{min-width:1560px;background-color:var(--bg-color7)
}
.trademain .trading-chart[data-v-3987cd91]{background:var(--bg-color2)
}
.trademain .header-main .hd-body[data-v-3987cd91]{background:#131625
}
.trademain *[data-v-3987cd91]{margin:0
}
.trademain div[data-v-3987cd91]{-webkit-box-sizing:border-box;box-sizing:border-box
}
.trademain .page[data-v-3987cd91]{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 auto
}
.trademain .el-table td[data-v-3987cd91],.trademain .el-table th.is-leaf[data-v-3987cd91]{border:none !important;background:#171b2b !important
}
.trademain .content-top[data-v-3987cd91]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:940px
}
.trademain .content-top .cen-left[data-v-3987cd91]{min-width:282px;background:var(--bg-color7)
}
.trademain .cen-right[data-v-3987cd91]{margin:0 10px 0 8px;width:100%;min-width:1000px
}
.trademain .cen-right .cont-right[data-v-3987cd91]{display:-webkit-box;display:-ms-flexbox;display:flex
}
.trademain .cen-right .cont-right .centerbox[data-v-3987cd91]{margin-right:8px;width:calc(100% - 322px)
}
.bottombox-list[data-v-3987cd91]{margin-top:16px;padding:0 10px 0 0;background:var(--bg-color6)
}
.trading-chart .ticker[data-v-3987cd91]{position:relative;height:44px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:2px 2px 0 0;white-space:normal;padding-right:26px;font-weight:400
}
.trading-chart .ticker .flex_space[data-v-3987cd91]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.trading-chart .ticker .coinone[data-v-3987cd91]{-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.trading-chart .ticker .coinone .symbol-name[data-v-3987cd91]{height:38px;line-height:38px;vertical-align:unset;white-space:nowrap;font-size:18px;font-weight:600;position:relative;cursor:pointer;display:inline-block;color:var(--text-color)
}
.trading-chart .ticker .coinone .us_price[data-v-3987cd91]{line-height:20px
}
.trading-chart .ticker .coinone .cny_price[data-v-3987cd91]{font-size:12px;font-weight:400;color:#61688a
}
.trading-chart .ticker .coinone .tl_p[data-v-3987cd91]{color:#61688a
}
.trading-chart .ticker .coinone .bt_p[data-v-3987cd91]{color:#b0b8db
}
.trading-chart .ticker .coinone .top_mag[data-v-3987cd91]{margin-left:15px;font-size:12px
}
.trading-chart .ticker .coinone .top_mag p[data-v-3987cd91]{line-height:18px
}
.trading-chart .ticker .set_cor[data-v-3987cd91]{position:absolute;right:15px;bottom:10px;cursor:pointer
}
.trading-chart .ticker .set_cor i[data-v-3987cd91]{font-size:20px
}
.trading-chart .ticker .set_cor[data-v-3987cd91]:hover{color:#357ce1;font-size:18px
}
.trading-chart .ticker .symbol-type[data-v-3987cd91]{margin-right:16px;height:16px;line-height:16px;font-size:12px;border-radius:3px;padding:0 4px;color:#357ce1;border:1px solid rgba(53,124,225,0.75);vertical-align:middle;position:relative;cursor:pointer;display:inline-block
}
.trading-chart .chart-actions[data-v-3987cd91]{height:24px;border-bottom:1px solid;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.trading-chart .container-k[data-v-3987cd91]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:950px;height:634px;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column
}
.trading-chart .container-k img[data-v-3987cd91]{width:100%;height:455px
}
.trading-chart .container-k .w937[data-v-3987cd91]{width:100%;height:455px
}
.center_input[data-v-3987cd91]{background-color:#171b2b;margin-top:6px;height:250px
}
.buysell_trad .mod-body[data-v-3987cd91]{height:calc(100%);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row
}
.buysell_trad .single-panel[data-v-3987cd91]{width:50%;height:100%
}
.buysell_trad .t_plan[data-v-3987cd91]{padding:0 30px
}
.buysell_trad .ex_tips[data-v-3987cd91]{line-height:20px;padding:0 20px
}
.buysell_trad .ex_tips span[data-v-3987cd91]{font-size:12px
}
.buysell_trad .ex_btn[data-v-3987cd91]{padding:0 20px;margin-top:0px
}
.buysell_trad .ex_btn button[data-v-3987cd91]{width:100%
}
.buysell_trad .ex_btn em[data-v-3987cd91]{color:#b0b8db
}
.buysell_trad .r_name[data-v-3987cd91]{display:inline-block;width:80px;text-align:center
}

.right-history[data-v-3987cd91]{-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:0px
}
.global-trades[data-v-3987cd91]{display:-webkit-box;display:-ms-flexbox;display:flex
}
.global-trades .with_com[data-v-3987cd91]{-webkit-box-flex:1;-ms-flex:1;flex:1
}
.global-trades .his_left[data-v-3987cd91]{min-width:320px
}
.global-trades .his_right[data-v-3987cd91]{min-width:320px
}
.global-trades .dtop-title[data-v-3987cd91]{height:44px;line-height:44px;color:var(--text-color);background:var(--bg-color6);width:100%;border-radius:2px 2px 0 0
}
.global-trades .dtop-title p[data-v-3987cd91]{width:90px;text-align:center;cursor:pointer
}
.global-trades .order-books[data-v-3987cd91]{width:100%;min-width:310px;height:100%
}
.global-trades .order-books .mod-head[data-v-3987cd91]{height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:initial !important;position:relative;background:#171b2b;border-bottom:1px solid #111217;-webkit-box-sizing:border-box;box-sizing:border-box
}
.global-trades .order-books .mod-body[data-v-3987cd91]{height:calc(100% - 36px);overflow:hidden
}
.global-trades .order-books .mod-body .mod-title[data-v-3987cd91]{background-color:var(--bg-color6);color:#b0b8db;position:relative;top:0;line-height:28px;margin-top:0;z-index:1;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex
}
.global-trades .order-books .mod-body .mod-title span[data-v-3987cd91]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;white-space:nowrap;font-size:14px
}
.global-trades .order-books .mod-body .mod-title span.price[data-v-3987cd91]{text-align:left;font-size:14px
}
.global-trades .order-books .mod-body dl[data-v-3987cd91]{font-size:12px;position:relative;height:100%
}
.global-trades .order-books .mod-body dl dt[data-v-3987cd91]{background-color:#171b2b;color:#61688a;position:relative;top:0;line-height:28px;margin-top:0;z-index:1;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex
}
.global-trades .order-books .mod-body dl dd[data-v-3987cd91]{background-color:#171b2b;border:1px solid #111217;border-right:none;border-left:none;position:absolute;top:calc(50% - 5px);left:0;width:100%
}
.global-trades .order-books .mod-body dl span[data-v-3987cd91]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;white-space:nowrap
}
.global-trades .order-books .mod-body dl span.price[data-v-3987cd91]{text-align:left
}
.global-trades .order-books .mod-body dl p[data-v-3987cd91]{color:#b0b8db;padding:0 15px;line-height:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;background-position:0;background-size:0 0;background-repeat:no-repeat;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:margin .5s;transition:margin .5s
}
.global-trades .order-books .mod-body .his_back[data-v-3987cd91]{background:#171b2b
}
.global-trades .order-books .mod-body .his_back .single-orderbook[data-v-3987cd91]:hover{background:#1e2237
}
.global-trades .order-books .mod-body .list_buy[data-v-3987cd91],.global-trades .order-books .mod-body .list_sell[data-v-3987cd91]{height:420px;overflow:hidden;background-color:var(--bg-color6)
}
.global-trades .order-books .mod-body .list p[data-v-3987cd91]{color:#b0b8db;font-size:12px;padding:0 15px;line-height:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;background-position:0;background-size:0 0;background-repeat:no-repeat;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:margin .5s;transition:margin .5s
}
.global-trades .order-books .mod-body .list .single-orderbook[data-v-3987cd91]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.global-trades .order-books .mod-body .list span[data-v-3987cd91]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;white-space:nowrap
}
.global-trades .order-books .mod-body .list span.price[data-v-3987cd91]{text-align:left
}
.global-trades .order-books .mod-body .now-pric[data-v-3987cd91]{background:var(--bg-color8)
}
.global-trades .order-books .mod-body .now-pric .ticker-close[data-v-3987cd91]{color:#7085ac;padding:0 16px;height:32px;line-height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap
}
.global-trades .order-books .mod-body .now-pric .ticker-close span.color-down[data-v-3987cd91]{color:#d74e5a;max-width:230px;display:inline-block;white-space:normal;overflow:hidden;font-size:14px
}
.global-trades .order-books .mod-body .asks[data-v-3987cd91]{display:-webkit-box;display:-ms-flexbox;display:flex;bottom:0px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse
}
.global-trades .order-books .mod-body .asks p[data-v-3987cd91]{background-position:100%;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(250,82,82,0.1)), to(rgba(250,82,82,0.1)));background-image:linear-gradient(rgba(250,82,82,0.1), rgba(250,82,82,0.1))
}
.global-trades .order-books .mod-body .bids[data-v-3987cd91]{display:-webkit-box;display:-ms-flexbox;display:flex;bottom:0px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse
}
.global-trades .order-books .mod-body .bids p[data-v-3987cd91]{background-position:100%;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(18,184,134,0.1)), to(rgba(18,184,134,0.1)));background-image:linear-gradient(rgba(18,184,134,0.1), rgba(18,184,134,0.1))
}
.order-books .mod-body dl dd>div[data-v-3987cd91]{position:absolute;width:100%;left:0
}
.order-books .mod-body dl .now-pric[data-v-3987cd91]{height:35px
}
.order-books .mod-body dl .now-pric .ticker-close[data-v-3987cd91]{height:35px;padding:0 16px;line-height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap
}
.his_right[data-v-3987cd91]{margin-left:8px
}
.his_right .history_box[data-v-3987cd91]{min-height:900px;background:var(--bg-color6)
}
.mod_red[data-v-3987cd91]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer
}
.mod_red>div[data-v-3987cd91]{margin:0 0px 0 15px;border:1px solid #383f66;padding:3px 4px;border-radius:2px;height:24px;line-height:22px;margin-top:10px
}
.mod_red>div img[data-v-3987cd91]{width:16px;height:16px
}
.mod_red>div[data-v-3987cd91]:hover{border-color:#357ce1
}
.mod_red .active[data-v-3987cd91]{border-color:#357ce1
}
@media screen and (min-width: 1200px) and (max-width: 1600px){
.global-trades[data-v-3987cd91]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:8px
}
.global-trades .with_com[data-v-3987cd91]{-webkit-box-flex:1;-ms-flex:1;flex:1
}
.global-trades .his_left[data-v-3987cd91]{min-width:300px
}
.global-trades .his_right[data-v-3987cd91]{min-width:300px
}
.order-books[data-v-3987cd91]{width:288px
}
.order-books .mod-body dl dt[data-v-3987cd91]{line-height:24px
}
.order-books .mod-body dl .now-pric[data-v-3987cd91]{height:32px
}
.order-books .mod-body dl .now-pric .ticker-close[data-v-3987cd91]{height:30px;line-height:30px;padding-left:8px
}
.order-books .mod-body dl dd .asks[data-v-3987cd91]{bottom:33px
}
.right-history[data-v-3987cd91]{width:316px
}
.his_right[data-v-3987cd91]{margin-left:0
}
.trademain .cen-right .cont-right .centerbox[data-v-3987cd91]{margin-right:8px;width:calc(100% - 600px)
}
}
.bot-title[data-v-3987cd91]{color:#ffffff;width:100%;border-bottom:1px solid var(--border-color);border-radius:2px 2px 0 0
}
.bot-title .tab[data-v-3987cd91]{cursor:pointer;font-size:16px;height:100%;position:relative;padding:12px 16px
}
.bot-title .title1[data-v-3987cd91]::after{content:'';position:absolute;width:100%;height:2px;background-color:#468AED;bottom:0;left:0
}
.el-table[data-v-3987cd91]{font-size:12px
}
.coin-switch[data-v-3987cd91]{-webkit-box-sizing:border-box;box-sizing:border-box;background:var(--bg-color6);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding-bottom:0
}
.coin-switch .quotes[data-v-3987cd91]{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:28px
}
.coin-switch .quotes span[data-v-3987cd91]{cursor:pointer
}
.coin-switch .mock-a[data-v-3987cd91]{color:var(--text-color4);height:20px;font-size:12px;line-height:22px;padding:0 6px;margin:0 4px 4px 0;border-radius:2px;border-bottom:0;text-transform:uppercase
}
.coin-switch .mock-a.active[data-v-3987cd91]{color:#ffffff;background-color:#357ce1
}
.coin-switch .tabs[data-v-3987cd91]{padding:8px 8px 8px 10px;display:block;height:auto;border-radius:2px 2px 0 0;border:0
}
.coin-switch .actions-serch .input-box[data-v-3987cd91]{height:26px;position:relative
}
.coin-switch .actions-serch .input-box input[data-v-3987cd91]{background:var(--input_color);color:#848E98;padding-left:28px;border-radius:2px;font-size:12px;width:100%;height:100%
}
.coin-switch .actions-serch .i_sos[data-v-3987cd91]{position:absolute;left:5px;top:6px
}
.coin-switch .actions-serch .btnexch[data-v-3987cd91]{padding-left:40px;font-size:14px
}
.coin-switch .actions-serch .btnexch i[data-v-3987cd91]{font-size:16px;margin-right:5px
}
.coin-switch .coin_list tr[data-v-3987cd91]{font-size:12px !important
}
.coin-switch .coin_list p[data-v-3987cd91],.coin-switch .coin_list span[data-v-3987cd91]{font-size:12px
}
.coin-switch .coin_list .el-table .cell p[data-v-3987cd91]{text-align:inherit;color:#b0b8db
}
.coin-switch .coin_list .el-table .cell .trad_active[data-v-3987cd91]{color:#357ce1
}
.coin-switch .left_coinname .option[data-v-3987cd91]{width:24px
}
.coin-switch .left_coinname .star_active[data-v-3987cd91]{color:#357ce1
}
@media screen and (max-width: 1440px){
.coin-switch .mock-a[data-v-3987cd91]{padding:0 2px;height:18px;line-height:18px
}
}

.centerbox .klinetop[data-v-3987cd91]{padding:16px;background:var(--bg-color6)
}
.centerbox .klinetop .ticker[data-v-3987cd91]{background-color:var(--bg-color6) !important;border:none !important;height:38px;line-height:38px
}
.centerbox .klinetop .current_price[data-v-3987cd91]{color:var(--text-color);margin-left:32px;height:13px;line-height:13px;font-size:12px;padding:0 32px;border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)
}
.centerbox .klinetop .us_price[data-v-3987cd91]{font-size:14px
}
.centerbox .klinetop .top_mag .tl_p[data-v-3987cd91]{color:var(--text-color)
}
.centerbox .klinetop .center_input[data-v-3987cd91]{background:var(--bg-color6)
}
.centerbox .klinetop .center_input .input_form[data-v-3987cd91]{margin:12px 0
}

.color-danger{color:#f55a55
}
.color-success{color:#41b37d
}
.color-primary{color:#409eff
}
.color-gold{color:#e9bc7b
}
.font-blue{color:#357ce1
}
.color-red{color:#d74e5a
}
.color-blue{color:#0DC8ED
}
.color-fff{color:#fff
}
.color_up,.color-buy{color:#41b37d
}
.color_down,.color-sell{color:#d74e5a
}
.color_txtdd{color:#B7C5DB
}
.color-blamk{color:#333333
}
button.btn-hover:hover{opacity:0.9
}
button.btn-default{background-color:#fff;color:#333;border-color:#eee
}
button.btn-danger{background-color:#fe5f5b !important;color:#fff
}
button.btn-success{background-color:#3db877 !important;color:#fff
}
button.btn-gold{background-color:#409eff;color:#fff
}
.col_ccff{color:#d2d6ec
}
.upper{text-transform:uppercase
}
input{caret-color:#357ce1
}
.el-table::before{background:transparent
}
.histable-list .el-table th,.histable-list .el-table tr{color:#61688a;background:#131722
}
.histable-list .el-table td,.histable-list .el-table th.is-leaf{border-bottom:1px solid transparent
}
.histable-list .el-table td,.histable-list .el-table th{padding:5px 0px
}
.histable-list .el-table tr{cursor:pointer
}
.histable-list .el-table tr:hover td{background:#21273c
}
.histable-list .el-table tr .coinname{color:#b0b8db
}
.histable-list .el-table tr .currency{color:#b0b8db
}
.h-bor-top{border-top:1px solid #171c2c
}
.color-pgreen{color:#0da88b;background-color:rgba(13,168,139,0.1);padding:5px 10px
}
.color-pred{color:#ef5656;background-color:rgba(239,86,86,0.1);padding:5px 10px
}
.font-w600{font-weight:600
}
.dx_captcha_basic-style-popup{z-index:9100
}
.el-form--label-top .el-form-item__label{padding:0
}
.flex-between{display:-webkit-box;display:-ms-flexbox;display:flex
}
.logibox .el-form-item{margin-bottom:6px
}
.opt_right .input-with-select .el-input__inner{width:105px
}
.trade_container .el-main{padding:0
}
.main_rightbox .el-card{border:none
}
.p_tab span{font-weight:600
}
.p_tab .el-radio__input{display:none
}
.right-history .el-table__empty-block{background:#171b2b;height:500px
}
.bottombox-list .el-table__empty-block{background:#171b2b
}
.color-danger{color:#f55a55
}
.color-success{color:#41b37d
}
.color-primary{color:#409eff
}
.color-gold{color:#e9bc7b
}
.font-blue{color:#357ce1
}
.color-red{color:#d74e5a
}
.color-blue{color:#0DC8ED
}
.color-fff{color:#fff
}
.color_up,.color-buy{color:#41b37d
}
.color_down,.color-sell{color:#d74e5a
}
.color_txtdd{color:#B7C5DB
}
.color-blamk{color:#333333
}
button.btn-hover:hover{opacity:0.9
}
button.btn-default{background-color:#fff;color:#333;border-color:#eee
}
button.btn-danger{background-color:#fe5f5b !important;color:#fff
}
button.btn-success{background-color:#3db877 !important;color:#fff
}
button.btn-gold{background-color:#409eff;color:#fff
}
.col_ccff{color:#d2d6ec
}
.upper{text-transform:uppercase
}
input{caret-color:#357ce1
}
.el-table::before{background:transparent
}
.histable-list .el-table th,.histable-list .el-table tr{color:#61688a;background:#131722
}
.histable-list .el-table td,.histable-list .el-table th.is-leaf{border-bottom:1px solid transparent
}
.histable-list .el-table td,.histable-list .el-table th{padding:5px 0px
}
.histable-list .el-table tr{cursor:pointer
}
.histable-list .el-table tr:hover td{background:#21273c
}
.histable-list .el-table tr .coinname{color:#b0b8db
}
.histable-list .el-table tr .currency{color:#b0b8db
}
.h-bor-top{border-top:1px solid #171c2c
}
.color-pgreen{color:#0da88b;background-color:rgba(13,168,139,0.1);padding:5px 10px
}
.color-pred{color:#ef5656;background-color:rgba(239,86,86,0.1);padding:5px 10px
}
.font-w600{font-weight:600
}
.dx_captcha_basic-style-popup{z-index:9100
}
.theme-default .BoTopCom{background:#409EFF;color:#fff
}
.theme-default .BoTopCom .el-switch__label{color:#fff
}
.theme-default .logo{color:#fff
}
.theme-default .BoTabCom .tab-li.active{color:#fff;background:#409EFF
}
.theme-default .BoTabCom .tab-li:hover{background:#ecf5ff;color:#409EFF !important
}
.theme-default .HsM1 .fa-list .list-data .fa-span{color:#409EFF !important
}
.theme-default .HsM1 .fa-list .list-data .fa-span.active{background:#409EFF;color:#fff !important
}
.theme-default .el-menu-item:focus,.theme-default .el-menu-item:hover{background-color:#ecf5ff
}
.theme-default .el-submenu__title:focus,.theme-default .el-submenu__title:hover{background-color:#ecf5ff
}
.theme-default .el-submenu__title:hover{background-color:#ecf5ff
}
.theme-default .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#ecf5ff
}
.theme-default .el-table__body tr.current-row>td{background-color:#ecf5ff
}
.theme-default .el-dropdown-menu__item:focus,.theme-default .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff
}
.theme-default .el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff
}
.theme-default .el-tag--dark .el-tag__close:hover{background-color:#66b1ff
}
.theme-default .el-button--primary:focus,.theme-default .el-button--primary:hover{background:#66b1ff !important;border-color:#66b1ff !important
}
.theme-default .el-button--text:focus,.theme-default .el-button--text:hover{color:#66b1ff
}
.theme-default .el-link.el-link--primary:hover{color:#66b1ff
}
.theme-default .el-select-dropdown__item.hover,.theme-default .el-select-dropdown__item:hover{background-color:#ecf5ff
}
.theme-default .el-button:active{color:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button.is-active,.theme-default .el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button--primary.is-active,.theme-default .el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button--text:active{color:#3a8ee6
}
.theme-default .el-button--primary.is-plain:focus,.theme-default .el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF !important
}
.theme-default .el-pagination button:hover{color:#409EFF !important
}
.theme-default .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF !important
}
.theme-default .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-default .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF !important
}
.theme-default .el-pager li:hover{color:#fff !important
}
.theme-default .el-pager li.active{color:#fff !important;cursor:default
}
.theme-default .el-dialog__headerbtn:focus .el-dialog__close,.theme-default .el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF !important
}
.theme-default .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #409EFF
}
.theme-default .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #409EFF
}
.theme-default .el-menu-item.is-active{color:#409EFF !important
}
.theme-default .el-submenu.is-active .el-submenu__title{border-bottom-color:#409EFF !important
}
.theme-default .el-radio-button__inner:hover{color:#409EFF !important
}
.theme-default .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#409EFF !important;border-color:#409EFF !important;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF
}
.theme-default .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF
}
.theme-default .el-switch__label.is-active{color:#409EFF !important
}
.theme-default .el-switch.is-checked .el-switch__core{border-color:#409EFF !important;background-color:#409EFF !important
}
.theme-default .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF !important
}
.theme-default .el-select-dropdown__item.selected{color:#409EFF !important
}
.theme-default .el-select .el-input__inner:focus{border-color:#409EFF !important
}
.theme-default .el-select .el-input.is-focus .el-input__inner{border-color:#409EFF !important
}
.theme-default .el-table th>.cell.highlight{color:#409EFF !important
}
.theme-default .el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF !important
}
.theme-default .el-table .descending .sort-caret.descending{border-top-color:#409EFF !important
}
.theme-default .el-table-filter__list-item.is-active{background-color:#409EFF !important
}
.theme-default .el-table-filter__bottom button:hover{color:#409EFF !important
}
.theme-default .el-date-table td.today span{color:#409EFF !important
}
.theme-default .el-date-table td.available:hover{color:#409EFF !important
}
.theme-default .el-date-table td.current:not(.disabled) span{background-color:#409EFF !important
}
.theme-default .el-date-table td.end-date span,.theme-default .el-date-table td.start-date span{background-color:#409EFF !important
}
.theme-default .el-date-table td.selected span{background-color:#409EFF !important
}
.theme-default .el-month-table td.today .cell{color:#409EFF !important
}
.theme-default .el-month-table td .cell:hover{color:#409EFF !important
}
.theme-default .el-month-table td.end-date .cell,.theme-default .el-month-table td.start-date .cell{background-color:#409EFF !important
}
.theme-default .el-month-table td.current:not(.disabled) .cell{color:#409EFF !important
}
.theme-default .el-year-table td.today .cell{color:#409EFF !important
}
.theme-default .el-year-table td .cell:hover,.theme-default .el-year-table td.current:not(.disabled) .cell{color:#409EFF !important
}
.theme-default .el-date-picker__header-label.active,.theme-default .el-date-picker__header-label:hover{color:#409EFF !important
}
.theme-default .time-select-item.selected:not(.disabled){color:#409EFF !important
}
.theme-default .el-range-editor.is-active,.theme-default .el-range-editor.is-active:hover{border-color:#409EFF !important
}
.theme-default .el-picker-panel__shortcut:hover{color:#409EFF !important
}
.theme-default .el-picker-panel__shortcut.active{color:#409EFF !important
}
.theme-default .el-picker-panel__icon-btn:hover{color:#409EFF !important
}
.theme-default .el-time-spinner__arrow:hover{color:#409EFF !important
}
.theme-default .el-time-panel__btn.confirm{color:#409EFF !important
}
.theme-default .el-message-box__headerbtn:focus .el-message-box__close,.theme-default .el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF !important
}
.theme-default .el-breadcrumb__inner a:hover,.theme-default .el-breadcrumb__inner.is-link:hover{color:#409EFF !important
}
.theme-default .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-default .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-default .el-tabs__active-bar{background-color:#409EFF !important
}
.theme-default .el-tabs__new-tab:hover{color:#409EFF !important
}
.theme-default .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #409EFF inset;box-shadow:0 0 2px 2px #409EFF inset
}
.theme-default .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-default .el-tabs__item:hover{color:#409EFF !important
}
.theme-default .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#409EFF !important
}
.theme-default .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#409EFF !important
}
.theme-default .el-tree__drop-indicator{background-color:#409EFF !important
}
.theme-default .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF !important
}
.theme-default .el-input-number__decrease:hover,.theme-default .el-input-number__increase:hover{color:#409EFF !important
}
.theme-default .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-default .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#409EFF !important
}
.theme-default .el-slider__bar{background-color:#409EFF !important
}
.theme-default .el-slider__button{border:2px solid #409EFF
}
.theme-default .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-default .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#409EFF !important
}
.theme-default .el-loading-spinner .el-loading-text{color:#409EFF !important
}
.theme-default .el-loading-spinner .path{stroke:#409EFF
}
.theme-default .el-loading-spinner i{color:#409EFF !important
}
.theme-default .el-upload--picture-card:hover,.theme-default .el-upload:focus{border-color:#409EFF !important;color:#409EFF !important
}
.theme-default .el-upload:focus .el-upload-dragger{border-color:#409EFF !important
}
.theme-default .el-upload-dragger .el-upload__text em{color:#409EFF !important
}
.theme-default .el-upload-dragger:hover{border-color:#409EFF !important
}
.theme-default .el-upload-dragger.is-dragover{border:2px dashed #409EFF
}
.theme-default .el-upload-list__item .el-icon-close-tip{color:#409EFF !important
}
.theme-default .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-default .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF !important
}
.theme-default .el-upload-list__item-delete:hover{color:#409EFF !important
}
.theme-default .el-progress-bar__inner{background-color:#409EFF !important
}
.theme-default .el-badge__content--primary{background-color:#409EFF !important
}
.theme-default .el-step__head.is-finish{color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-step__title.is-finish{color:#409EFF !important
}
.theme-default .el-step__description.is-finish{color:#409EFF !important
}
.theme-default .el-collapse-item__header.focusing:focus:not(:hover){color:#409EFF !important
}
.theme-default .el-tag{color:#409EFF !important;background-color:#ecf5ff
}
.theme-default .el-tag.is-hit{border-color:#409EFF !important
}
.theme-default .el-tag .el-tag__close{color:#409EFF !important
}
.theme-default .el-tag .el-tag__close:hover{background-color:#409EFF !important
}
.theme-default .el-tag--dark{background-color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-tag--dark.is-hit{border-color:#409EFF !important
}
.theme-default .el-tag--plain{color:#409EFF !important
}
.theme-default .el-tag--plain.is-hit{border-color:#409EFF !important
}
.theme-default .el-tag--plain .el-tag__close{color:#409EFF !important
}
.theme-default .el-tag--plain .el-tag__close:hover{background-color:#409EFF !important
}
.theme-default .el-cascader .el-input .el-input__inner:focus,.theme-default .el-cascader .el-input.is-focus .el-input__inner{border-color:#409EFF !important
}
.theme-default .el-cascader__suggestion-item.is-checked{color:#409EFF !important
}
.theme-default .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #409EFF;box-shadow:0 0 3px 2px #409EFF
}
.theme-default .el-color-dropdown__btn:hover{color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-color-dropdown__link-btn{color:#409EFF !important
}
.theme-default .el-color-dropdown__link-btn:hover{color:tint(#409EFF, 20%)
}
.theme-default .el-textarea__inner:focus{border-color:#409EFF !important
}
.theme-default .el-input.is-active .el-input__inner,.theme-default .el-input__inner:focus{border-color:#409EFF !important
}
.theme-default .el-button.is-plain:focus,.theme-default .el-button.is-plain:hover{border-color:#409EFF !important;color:#409EFF !important
}
.theme-default .el-button--primary{background-color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-button--text{color:#409EFF !important
}
.theme-default .el-transfer__button{background-color:#409EFF !important
}
.theme-default .el-transfer-panel__item:hover{color:#409EFF !important
}
.theme-default .el-timeline-item__node--primary{background-color:#409EFF !important
}
.theme-default .el-link.is-underline:hover:after{border-bottom:1px solid #409EFF
}
.theme-default .el-link.el-link--default:after,.theme-default .el-link.el-link--primary.is-underline:hover:after,.theme-default .el-link.el-link--primary:after{border-color:#409EFF !important
}
.theme-default .el-link.el-link--default:hover{color:#409EFF !important
}
.theme-default .el-link.el-link--primary{color:#409EFF !important
}
.theme-default .el-backtop,.theme-default .el-calendar-table td.is-today{color:#409EFF !important
}
.theme-default .el-checkbox.is-bordered.is-checked{border-color:#409EFF !important
}
.theme-default .el-checkbox__input.is-checked .el-checkbox__inner,.theme-default .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF !important
}
.theme-default .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF !important
}
.theme-default .el-checkbox__inner:hover{border-color:#409EFF !important
}
.theme-default .el-checkbox-button__inner:hover{color:#409EFF !important
}
.theme-default .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF !important
}
.theme-default .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF !important
}
.theme-default .el-radio.is-bordered.is-checked{border-color:#409EFF !important
}
.theme-default .el-radio__input.is-checked .el-radio__inner{border-color:#409EFF !important;background:#409EFF
}
.theme-default .el-radio__input.is-checked+.el-radio__label{color:#409EFF !important
}
.theme-default .el-radio__input.is-focus .el-radio__inner{border-color:#409EFF !important
}
.theme-default .el-radio__inner:hover{border-color:#409EFF !important
}
.theme-default .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF
}
.theme-default .el-cascader-node.in-active-path,.theme-default .el-cascader-node.is-active,.theme-default .el-cascader-node.is-selectable.in-checked-path{color:#409EFF !important
}
.theme-default .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff
}
.theme-default .el-tag{border-color:#d9ecff
}
.theme-default .el-tag--plain{border-color:#b3d8ff
}
.theme-default .el-button--primary.is-disabled,.theme-default .el-button--primary.is-disabled:active,.theme-default .el-button--primary.is-disabled:focus,.theme-default .el-button--primary.is-disabled:hover{background-color:#a0cfff;border-color:#a0cfff
}
.theme-default .el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff
}
.theme-default .el-button--primary.is-plain.is-disabled,.theme-default .el-button--primary.is-plain.is-disabled:active,.theme-default .el-button--primary.is-plain.is-disabled:focus,.theme-default .el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff
}
.theme-default .el-link.el-link--primary.is-disabled{color:#a0cfff
}
.theme-default .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff
}
.theme-default .mark-box{background:#000923
}
.theme-default .mark-box .mark_price li{background:#000923
}
.theme-default .mark-box .mark_price li:hover{background:#101c39
}
.theme-default .mark-box .mark_price li .coinname{color:#b0b8db
}
.theme-default .mark-box .mark_price li .mpcolor{color:#b0b8db
}
.theme-default .mark-box .mark_price li .price{color:#d2d6ec
}
.theme-default .mark-box .mark_price li:after{border-left:1px solid rgba(255,255,255,0.15)
}
.theme-default .pur-back{background:#000923;border-bottom:1px solid rgba(255,255,255,0.15)
}
.theme-default .pur-back .pur-center h3{color:#ffffff
}
.theme-default .notice-bar{background:#f6f9fc
}
.theme-default .notice-bar .text-wrap{color:#1c242c
}
.theme-default .terrace_tips p{color:#192544
}
.theme-default .terrace_tips p em{color:#185dd3;background-image:-webkit-gradient(linear, left top, left bottom, from(#185dd3), to(#061d79));background-image:linear-gradient(180deg, #185dd3, #061d79);padding:0 5px
}
.theme-default .terrace_tips .do_title{color:#495666
}
.theme-default .page-global-exchange{color:#b0b8db
}
.theme-default .coin-switch .el-table th,.theme-default .coin-switch .el-table tr,.theme-default .trade-table .el-table th,.theme-default .trade-table .el-table tr{color:#b0b8db;background:#171b2b
}
.theme-default .coin-switch .el-table td,.theme-default .coin-switch .el-table th.is-leaf,.theme-default .trade-table .el-table td,.theme-default .trade-table .el-table th.is-leaf{border-bottom:1px solid transparent
}
.theme-default .coin-switch .el-table td,.theme-default .coin-switch .el-table th,.theme-default .trade-table .el-table td,.theme-default .trade-table .el-table th{padding:0 0px;background:#131625
}
.theme-default .coin-switch .el-table tr,.theme-default .trade-table .el-table tr{cursor:pointer
}
.theme-default .coin-switch .el-table tr:hover td,.theme-default .trade-table .el-table tr:hover td{background:#21273c
}
.theme-default .coin-switch .el-table tr .coinname,.theme-default .trade-table .el-table tr .coinname{color:#b0b8db
}
.theme-default .coin-switch .el-table tr .currency,.theme-default .trade-table .el-table tr .currency{color:#b0b8db
}
.theme-default .trading-chart{background-color:#171b2b
}
.theme-default .trading-chart .ticker{background-color:#131625;border-bottom:1px solid #111217
}
.theme-default .trading-chart .ticker>.symbol-name{color:#d2d6ec
}
.theme-default .trading-chart .container{background-color:#171b2b
}
.theme-default .trading-chart .chart-actions{border-color:#111217
}
.theme-default .buysell_trad .el-tabs__header{background:#131625
}
.theme-default .buysell_trad .el-tabs__nav{left:10px
}
.theme-default .buysell_trad .el-tabs__item{color:#b0b8db
}
.theme-default .buysell_trad .el-tabs__nav-wrap::after{height:1px;background-color:#131625
}
.theme-default .buysell_trad input{border:1px solid #383f66;background:rgba(19,22,37,0.2);color:#d2d6ec
}
.theme-default .buysell_trad .el-input.is-disabled .el-input__inner{color:#61688a;background:#131625;border-color:#383f66
}
.theme-default .buysell_trad .el-input.is-disabled input:-ms-input-placeholder,.theme-default .buysell_trad .el-input.is-disabled textarea:-ms-input-placeholder{color:#61688a
}
.theme-default .buysell_trad .el-form-item__label{color:#61688a
}
.theme-default .buysell_trad .el-form-item{margin-bottom:0
}
.theme-default .buysell_trad .bor-right{border-right:1px dashed #383f66
}
.theme-default .buysell_trad .ex_btn button{background:transparent;border:1px solid #383f66;color:#357ce1
}
.theme-default .buysell_trad .ex_btn .corbuy{background:#41b37d;color:#ffffff;border:1px solid #41b37d
}
.theme-default .buysell_trad .ex_btn .corsell{background:#d74e5a;color:#ffffff;border:1px solid #d74e5a
}
.theme-default .buysell_trad .ex_tips span{color:#61688a
}
.theme-default .buysell_trad .ex_tips em{color:#d2d6ec
}
.theme-default .buysell_trad .el-slider__runway{background-color:#252a44
}
.theme-default .buysell_trad .el-slider__stop{background-color:#353d66
}
.theme-default .history_box{background:#171b2b
}
.theme-default .trademain .el-table__body-wrapper{background:#171b2b
}
.theme-default .menu_container .el-menu-demo{background:#1b2945
}
.theme-default .menu_container .el-menu.el-menu--horizontal{border-bottom:1px solid #1b2945
}
.theme-default .menu_container .el-menu--horizontal>.el-menu-item:hover{background:#1b2945;color:#ffffff
}
.theme-default .menu_container .el-menu--horizontal>.el-menu-item{color:#87a2cd
}
.theme-default .menu_container .el-menu--horizontal>.el-menu-item.is-active{background:#1b2945
}
.theme-default .tr_topmenu{background:#1b2945;border-top:1px solid #171c2c
}
.theme-luomu .BoTopCom{background:#F5222D;color:#fff
}
.theme-luomu .BoTopCom .el-switch__label{color:#fff
}
.theme-luomu .logo{color:#fff
}
.theme-luomu .BoTabCom .tab-li.active{color:#fff;background:#F5222D
}
.theme-luomu .BoTabCom .tab-li:hover{background:#fee9ea;color:#F5222D !important
}
.theme-luomu .HsM1 .fa-list .list-data .fa-span{color:#F5222D !important
}
.theme-luomu .HsM1 .fa-list .list-data .fa-span.active{background:#F5222D;color:#fff !important
}
.theme-luomu .el-menu-item:focus,.theme-luomu .el-menu-item:hover{background-color:#fee9ea
}
.theme-luomu .el-submenu__title:focus,.theme-luomu .el-submenu__title:hover{background-color:#fee9ea
}
.theme-luomu .el-submenu__title:hover{background-color:#fee9ea
}
.theme-luomu .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#fee9ea
}
.theme-luomu .el-table__body tr.current-row>td{background-color:#fee9ea
}
.theme-luomu .el-dropdown-menu__item:focus,.theme-luomu .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#fee9ea;color:#f74e57
}
.theme-luomu .el-table-filter__list-item:hover{background-color:#fee9ea;color:#f74e57
}
.theme-luomu .el-tag--dark .el-tag__close:hover{background-color:#f74e57
}
.theme-luomu .el-button--primary:focus,.theme-luomu .el-button--primary:hover{background:#f74e57 !important;border-color:#f74e57 !important
}
.theme-luomu .el-button--text:focus,.theme-luomu .el-button--text:hover{color:#f74e57
}
.theme-luomu .el-link.el-link--primary:hover{color:#f74e57
}
.theme-luomu .el-select-dropdown__item.hover,.theme-luomu .el-select-dropdown__item:hover{background-color:#fee9ea
}
.theme-luomu .el-button:active{color:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button.is-active,.theme-luomu .el-button.is-plain:active{color:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button--primary.is-active,.theme-luomu .el-button--primary:active{background:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button--primary.is-plain:active{background:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button--text:active{color:#dd1f29
}
.theme-luomu .el-button--primary.is-plain:focus,.theme-luomu .el-button--primary.is-plain:hover{background:#F5222D;border-color:#F5222D !important
}
.theme-luomu .el-pagination button:hover{color:#F5222D !important
}
.theme-luomu .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#F5222D !important
}
.theme-luomu .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-luomu .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#F5222D !important
}
.theme-luomu .el-pager li:hover{color:#fff !important
}
.theme-luomu .el-pager li.active{color:#fff !important;cursor:default
}
.theme-luomu .el-dialog__headerbtn:focus .el-dialog__close,.theme-luomu .el-dialog__headerbtn:hover .el-dialog__close{color:#F5222D !important
}
.theme-luomu .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #F5222D
}
.theme-luomu .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #F5222D
}
.theme-luomu .el-menu-item.is-active{color:#F5222D !important
}
.theme-luomu .el-submenu.is-active .el-submenu__title{border-bottom-color:#F5222D !important
}
.theme-luomu .el-radio-button__inner:hover{color:#F5222D !important
}
.theme-luomu .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#F5222D !important;border-color:#F5222D !important;-webkit-box-shadow:-1px 0 0 0 #F5222D;box-shadow:-1px 0 0 0 #F5222D
}
.theme-luomu .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #F5222D;box-shadow:0 0 2px 2px #F5222D
}
.theme-luomu .el-switch__label.is-active{color:#F5222D !important
}
.theme-luomu .el-switch.is-checked .el-switch__core{border-color:#F5222D !important;background-color:#F5222D !important
}
.theme-luomu .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#F5222D !important
}
.theme-luomu .el-select-dropdown__item.selected{color:#F5222D !important
}
.theme-luomu .el-select .el-input__inner:focus{border-color:#F5222D !important
}
.theme-luomu .el-select .el-input.is-focus .el-input__inner{border-color:#F5222D !important
}
.theme-luomu .el-table th>.cell.highlight{color:#F5222D !important
}
.theme-luomu .el-table .ascending .sort-caret.ascending{border-bottom-color:#F5222D !important
}
.theme-luomu .el-table .descending .sort-caret.descending{border-top-color:#F5222D !important
}
.theme-luomu .el-table-filter__list-item.is-active{background-color:#F5222D !important
}
.theme-luomu .el-table-filter__bottom button:hover{color:#F5222D !important
}
.theme-luomu .el-date-table td.today span{color:#F5222D !important
}
.theme-luomu .el-date-table td.available:hover{color:#F5222D !important
}
.theme-luomu .el-date-table td.current:not(.disabled) span{background-color:#F5222D !important
}
.theme-luomu .el-date-table td.end-date span,.theme-luomu .el-date-table td.start-date span{background-color:#F5222D !important
}
.theme-luomu .el-date-table td.selected span{background-color:#F5222D !important
}
.theme-luomu .el-month-table td.today .cell{color:#F5222D !important
}
.theme-luomu .el-month-table td .cell:hover{color:#F5222D !important
}
.theme-luomu .el-month-table td.end-date .cell,.theme-luomu .el-month-table td.start-date .cell{background-color:#F5222D !important
}
.theme-luomu .el-month-table td.current:not(.disabled) .cell{color:#F5222D !important
}
.theme-luomu .el-year-table td.today .cell{color:#F5222D !important
}
.theme-luomu .el-year-table td .cell:hover,.theme-luomu .el-year-table td.current:not(.disabled) .cell{color:#F5222D !important
}
.theme-luomu .el-date-picker__header-label.active,.theme-luomu .el-date-picker__header-label:hover{color:#F5222D !important
}
.theme-luomu .time-select-item.selected:not(.disabled){color:#F5222D !important
}
.theme-luomu .el-range-editor.is-active,.theme-luomu .el-range-editor.is-active:hover{border-color:#F5222D !important
}
.theme-luomu .el-picker-panel__shortcut:hover{color:#F5222D !important
}
.theme-luomu .el-picker-panel__shortcut.active{color:#F5222D !important
}
.theme-luomu .el-picker-panel__icon-btn:hover{color:#F5222D !important
}
.theme-luomu .el-time-spinner__arrow:hover{color:#F5222D !important
}
.theme-luomu .el-time-panel__btn.confirm{color:#F5222D !important
}
.theme-luomu .el-message-box__headerbtn:focus .el-message-box__close,.theme-luomu .el-message-box__headerbtn:hover .el-message-box__close{color:#F5222D !important
}
.theme-luomu .el-breadcrumb__inner a:hover,.theme-luomu .el-breadcrumb__inner.is-link:hover{color:#F5222D !important
}
.theme-luomu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-luomu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-luomu .el-tabs__active-bar{background-color:#F5222D !important
}
.theme-luomu .el-tabs__new-tab:hover{color:#F5222D !important
}
.theme-luomu .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #F5222D inset;box-shadow:0 0 2px 2px #F5222D inset
}
.theme-luomu .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-luomu .el-tabs__item:hover{color:#F5222D !important
}
.theme-luomu .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#F5222D !important
}
.theme-luomu .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#F5222D !important
}
.theme-luomu .el-tree__drop-indicator{background-color:#F5222D !important
}
.theme-luomu .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#F5222D !important
}
.theme-luomu .el-input-number__decrease:hover,.theme-luomu .el-input-number__increase:hover{color:#F5222D !important
}
.theme-luomu .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-luomu .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#F5222D !important
}
.theme-luomu .el-slider__bar{background-color:#F5222D !important
}
.theme-luomu .el-slider__button{border:2px solid #F5222D
}
.theme-luomu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-luomu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#F5222D !important
}
.theme-luomu .el-loading-spinner .el-loading-text{color:#F5222D !important
}
.theme-luomu .el-loading-spinner .path{stroke:#F5222D
}
.theme-luomu .el-loading-spinner i{color:#F5222D !important
}
.theme-luomu .el-upload--picture-card:hover,.theme-luomu .el-upload:focus{border-color:#F5222D !important;color:#F5222D !important
}
.theme-luomu .el-upload:focus .el-upload-dragger{border-color:#F5222D !important
}
.theme-luomu .el-upload-dragger .el-upload__text em{color:#F5222D !important
}
.theme-luomu .el-upload-dragger:hover{border-color:#F5222D !important
}
.theme-luomu .el-upload-dragger.is-dragover{border:2px dashed #F5222D
}
.theme-luomu .el-upload-list__item .el-icon-close-tip{color:#F5222D !important
}
.theme-luomu .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-luomu .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#F5222D !important
}
.theme-luomu .el-upload-list__item-delete:hover{color:#F5222D !important
}
.theme-luomu .el-progress-bar__inner{background-color:#F5222D !important
}
.theme-luomu .el-badge__content--primary{background-color:#F5222D !important
}
.theme-luomu .el-step__head.is-finish{color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-step__title.is-finish{color:#F5222D !important
}
.theme-luomu .el-step__description.is-finish{color:#F5222D !important
}
.theme-luomu .el-collapse-item__header.focusing:focus:not(:hover){color:#F5222D !important
}
.theme-luomu .el-tag{color:#F5222D !important;background-color:#fee9ea
}
.theme-luomu .el-tag.is-hit{border-color:#F5222D !important
}
.theme-luomu .el-tag .el-tag__close{color:#F5222D !important
}
.theme-luomu .el-tag .el-tag__close:hover{background-color:#F5222D !important
}
.theme-luomu .el-tag--dark{background-color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-tag--dark.is-hit{border-color:#F5222D !important
}
.theme-luomu .el-tag--plain{color:#F5222D !important
}
.theme-luomu .el-tag--plain.is-hit{border-color:#F5222D !important
}
.theme-luomu .el-tag--plain .el-tag__close{color:#F5222D !important
}
.theme-luomu .el-tag--plain .el-tag__close:hover{background-color:#F5222D !important
}
.theme-luomu .el-cascader .el-input .el-input__inner:focus,.theme-luomu .el-cascader .el-input.is-focus .el-input__inner{border-color:#F5222D !important
}
.theme-luomu .el-cascader__suggestion-item.is-checked{color:#F5222D !important
}
.theme-luomu .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #F5222D;box-shadow:0 0 3px 2px #F5222D
}
.theme-luomu .el-color-dropdown__btn:hover{color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-color-dropdown__link-btn{color:#F5222D !important
}
.theme-luomu .el-color-dropdown__link-btn:hover{color:tint(#F5222D, 20%)
}
.theme-luomu .el-textarea__inner:focus{border-color:#F5222D !important
}
.theme-luomu .el-input.is-active .el-input__inner,.theme-luomu .el-input__inner:focus{border-color:#F5222D !important
}
.theme-luomu .el-button.is-plain:focus,.theme-luomu .el-button.is-plain:hover{border-color:#F5222D !important;color:#F5222D !important
}
.theme-luomu .el-button--primary{background-color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-button--text{color:#F5222D !important
}
.theme-luomu .el-transfer__button{background-color:#F5222D !important
}
.theme-luomu .el-transfer-panel__item:hover{color:#F5222D !important
}
.theme-luomu .el-timeline-item__node--primary{background-color:#F5222D !important
}
.theme-luomu .el-link.is-underline:hover:after{border-bottom:1px solid #F5222D
}
.theme-luomu .el-link.el-link--default:after,.theme-luomu .el-link.el-link--primary.is-underline:hover:after,.theme-luomu .el-link.el-link--primary:after{border-color:#F5222D !important
}
.theme-luomu .el-link.el-link--default:hover{color:#F5222D !important
}
.theme-luomu .el-link.el-link--primary{color:#F5222D !important
}
.theme-luomu .el-backtop,.theme-luomu .el-calendar-table td.is-today{color:#F5222D !important
}
.theme-luomu .el-checkbox.is-bordered.is-checked{border-color:#F5222D !important
}
.theme-luomu .el-checkbox__input.is-checked .el-checkbox__inner,.theme-luomu .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-checkbox__input.is-checked+.el-checkbox__label{color:#F5222D !important
}
.theme-luomu .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#F5222D !important
}
.theme-luomu .el-checkbox__inner:hover{border-color:#F5222D !important
}
.theme-luomu .el-checkbox-button__inner:hover{color:#F5222D !important
}
.theme-luomu .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#F5222D !important
}
.theme-luomu .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#F5222D !important
}
.theme-luomu .el-radio.is-bordered.is-checked{border-color:#F5222D !important
}
.theme-luomu .el-radio__input.is-checked .el-radio__inner{border-color:#F5222D !important;background:#F5222D
}
.theme-luomu .el-radio__input.is-checked+.el-radio__label{color:#F5222D !important
}
.theme-luomu .el-radio__input.is-focus .el-radio__inner{border-color:#F5222D !important
}
.theme-luomu .el-radio__inner:hover{border-color:#F5222D !important
}
.theme-luomu .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #F5222D;box-shadow:0 0 2px 2px #F5222D
}
.theme-luomu .el-cascader-node.in-active-path,.theme-luomu .el-cascader-node.is-active,.theme-luomu .el-cascader-node.is-selectable.in-checked-path{color:#F5222D !important
}
.theme-luomu .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#feedee
}
.theme-luomu .el-tag{border-color:#fdd3d5
}
.theme-luomu .el-tag--plain{border-color:#fba7ab
}
.theme-luomu .el-button:focus,.theme-luomu .el-button:hover{border-color:#fcbdc0;background-color:#fee9ea
}
.theme-luomu .el-button--primary.is-plain{color:#F5222D;background:#fee9ea;border-color:#fba7ab
}
.theme-luomu .el-button--primary.is-plain.is-disabled,.theme-luomu .el-button--primary.is-plain.is-disabled:active,.theme-luomu .el-button--primary.is-plain.is-disabled:focus,.theme-luomu .el-button--primary.is-plain.is-disabled:hover{color:#f97a81;background-color:#fee9ea;border-color:#fdd3d5
}
.theme-luomu .el-link.el-link--primary.is-disabled{color:#fa9196
}
.theme-luomu .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#F5222D;border-color:#F5222D;-webkit-box-shadow:-1px 0 0 0 #f97a81;box-shadow:-1px 0 0 0 #f97a81
}
.theme-luomu .mark-box{background:#fff
}
.theme-luomu .mark-box .mark_price li{background:#fff
}
.theme-luomu .mark-box .mark_price li:hover{background:#f4f5f6
}
.theme-luomu .mark-box .mark_price li .coinname{color:#161826
}
.theme-luomu .mark-box .mark_price li .mpcolor{color:#66718f
}
.theme-luomu .mark-box .mark_price li .price{color:#161826
}
.theme-luomu .mark-box .mark_price li:after{border-left:1px solid #e6e6e6
}
.theme-luomu .pur-back{background:#fff;border-bottom:1px solid #e6e6e6
}
.theme-luomu .pur-back .pur-center h3{color:#161826
}
.theme-luomu .notice-bar{background:#f6f9fc
}
.theme-luomu .notice-bar .text-wrap{color:#1c242c
}
.theme-luomu .terrace_tips p{color:#192544
}
.theme-luomu .terrace_tips p em{color:#185dd3;background-image:-webkit-gradient(linear, left top, left bottom, from(#185dd3), to(#061d79));background-image:linear-gradient(180deg, #185dd3, #061d79);padding:0 5px
}
.theme-luomu .terrace_tips .do_title{color:#495666
}
.theme-luomu .page-global-exchange{background:#e5ebf5
}
.theme-jiangzi .BoTopCom{background:#722ED1;color:#fff
}
.theme-jiangzi .BoTopCom .el-switch__label{color:#fff
}
.theme-jiangzi .logo{color:#fff
}
.theme-jiangzi .BoTabCom .tab-li.active{color:#fff;background:#722ED1
}
.theme-jiangzi .BoTabCom .tab-li:hover{background:#f1eafa;color:#722ED1 !important
}
.theme-jiangzi .HsM1 .fa-list .list-data .fa-span{color:#722ED1 !important
}
.theme-jiangzi .HsM1 .fa-list .list-data .fa-span.active{background:#722ED1;color:#fff !important
}
.theme-jiangzi .el-menu-item:focus,.theme-jiangzi .el-menu-item:hover{background-color:#f1eafa
}
.theme-jiangzi .el-submenu__title:focus,.theme-jiangzi .el-submenu__title:hover{background-color:#f1eafa
}
.theme-jiangzi .el-submenu__title:hover{background-color:#f1eafa
}
.theme-jiangzi .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#f1eafa
}
.theme-jiangzi .el-table__body tr.current-row>td{background-color:#f1eafa
}
.theme-jiangzi .el-dropdown-menu__item:focus,.theme-jiangzi .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#f1eafa;color:#8e58da
}
.theme-jiangzi .el-table-filter__list-item:hover{background-color:#f1eafa;color:#8e58da
}
.theme-jiangzi .el-tag--dark .el-tag__close:hover{background-color:#8e58da
}
.theme-jiangzi .el-button--primary:focus,.theme-jiangzi .el-button--primary:hover{background:#8e58da !important;border-color:#8e58da !important
}
.theme-jiangzi .el-button--text:focus,.theme-jiangzi .el-button--text:hover{color:#8e58da
}
.theme-jiangzi .el-link.el-link--primary:hover{color:#8e58da
}
.theme-jiangzi .el-select-dropdown__item.hover,.theme-jiangzi .el-select-dropdown__item:hover{background-color:#f1eafa
}
.theme-jiangzi .el-button:active{color:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button.is-active,.theme-jiangzi .el-button.is-plain:active{color:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button--primary.is-active,.theme-jiangzi .el-button--primary:active{background:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button--primary.is-plain:active{background:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button--text:active{color:#6729bc
}
.theme-jiangzi .el-button--primary.is-plain:focus,.theme-jiangzi .el-button--primary.is-plain:hover{background:#722ED1;border-color:#722ED1 !important
}
.theme-jiangzi .el-pagination button:hover{color:#722ED1 !important
}
.theme-jiangzi .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-jiangzi .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#722ED1 !important
}
.theme-jiangzi .el-pager li:hover{color:#fff !important
}
.theme-jiangzi .el-pager li.active{color:#fff !important;cursor:default
}
.theme-jiangzi .el-dialog__headerbtn:focus .el-dialog__close,.theme-jiangzi .el-dialog__headerbtn:hover .el-dialog__close{color:#722ED1 !important
}
.theme-jiangzi .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #722ED1
}
.theme-jiangzi .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #722ED1
}
.theme-jiangzi .el-menu-item.is-active{color:#722ED1 !important
}
.theme-jiangzi .el-submenu.is-active .el-submenu__title{border-bottom-color:#722ED1 !important
}
.theme-jiangzi .el-radio-button__inner:hover{color:#722ED1 !important
}
.theme-jiangzi .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#722ED1 !important;border-color:#722ED1 !important;-webkit-box-shadow:-1px 0 0 0 #722ED1;box-shadow:-1px 0 0 0 #722ED1
}
.theme-jiangzi .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #722ED1;box-shadow:0 0 2px 2px #722ED1
}
.theme-jiangzi .el-switch__label.is-active{color:#722ED1 !important
}
.theme-jiangzi .el-switch.is-checked .el-switch__core{border-color:#722ED1 !important;background-color:#722ED1 !important
}
.theme-jiangzi .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#722ED1 !important
}
.theme-jiangzi .el-select-dropdown__item.selected{color:#722ED1 !important
}
.theme-jiangzi .el-select .el-input__inner:focus{border-color:#722ED1 !important
}
.theme-jiangzi .el-select .el-input.is-focus .el-input__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-table th>.cell.highlight{color:#722ED1 !important
}
.theme-jiangzi .el-table .ascending .sort-caret.ascending{border-bottom-color:#722ED1 !important
}
.theme-jiangzi .el-table .descending .sort-caret.descending{border-top-color:#722ED1 !important
}
.theme-jiangzi .el-table-filter__list-item.is-active{background-color:#722ED1 !important
}
.theme-jiangzi .el-table-filter__bottom button:hover{color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.today span{color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.available:hover{color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.current:not(.disabled) span{background-color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.end-date span,.theme-jiangzi .el-date-table td.start-date span{background-color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.selected span{background-color:#722ED1 !important
}
.theme-jiangzi .el-month-table td.today .cell{color:#722ED1 !important
}
.theme-jiangzi .el-month-table td .cell:hover{color:#722ED1 !important
}
.theme-jiangzi .el-month-table td.end-date .cell,.theme-jiangzi .el-month-table td.start-date .cell{background-color:#722ED1 !important
}
.theme-jiangzi .el-month-table td.current:not(.disabled) .cell{color:#722ED1 !important
}
.theme-jiangzi .el-year-table td.today .cell{color:#722ED1 !important
}
.theme-jiangzi .el-year-table td .cell:hover,.theme-jiangzi .el-year-table td.current:not(.disabled) .cell{color:#722ED1 !important
}
.theme-jiangzi .el-date-picker__header-label.active,.theme-jiangzi .el-date-picker__header-label:hover{color:#722ED1 !important
}
.theme-jiangzi .time-select-item.selected:not(.disabled){color:#722ED1 !important
}
.theme-jiangzi .el-range-editor.is-active,.theme-jiangzi .el-range-editor.is-active:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-picker-panel__shortcut:hover{color:#722ED1 !important
}
.theme-jiangzi .el-picker-panel__shortcut.active{color:#722ED1 !important
}
.theme-jiangzi .el-picker-panel__icon-btn:hover{color:#722ED1 !important
}
.theme-jiangzi .el-time-spinner__arrow:hover{color:#722ED1 !important
}
.theme-jiangzi .el-time-panel__btn.confirm{color:#722ED1 !important
}
.theme-jiangzi .el-message-box__headerbtn:focus .el-message-box__close,.theme-jiangzi .el-message-box__headerbtn:hover .el-message-box__close{color:#722ED1 !important
}
.theme-jiangzi .el-breadcrumb__inner a:hover,.theme-jiangzi .el-breadcrumb__inner.is-link:hover{color:#722ED1 !important
}
.theme-jiangzi .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-jiangzi .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-jiangzi .el-tabs__active-bar{background-color:#722ED1 !important
}
.theme-jiangzi .el-tabs__new-tab:hover{color:#722ED1 !important
}
.theme-jiangzi .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #722ED1 inset;box-shadow:0 0 2px 2px #722ED1 inset
}
.theme-jiangzi .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-jiangzi .el-tabs__item:hover{color:#722ED1 !important
}
.theme-jiangzi .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#722ED1 !important
}
.theme-jiangzi .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#722ED1 !important
}
.theme-jiangzi .el-tree__drop-indicator{background-color:#722ED1 !important
}
.theme-jiangzi .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#722ED1 !important
}
.theme-jiangzi .el-input-number__decrease:hover,.theme-jiangzi .el-input-number__increase:hover{color:#722ED1 !important
}
.theme-jiangzi .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-jiangzi .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#722ED1 !important
}
.theme-jiangzi .el-slider__bar{background-color:#722ED1 !important
}
.theme-jiangzi .el-slider__button{border:2px solid #722ED1
}
.theme-jiangzi .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-jiangzi .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#722ED1 !important
}
.theme-jiangzi .el-loading-spinner .el-loading-text{color:#722ED1 !important
}
.theme-jiangzi .el-loading-spinner .path{stroke:#722ED1
}
.theme-jiangzi .el-loading-spinner i{color:#722ED1 !important
}
.theme-jiangzi .el-upload--picture-card:hover,.theme-jiangzi .el-upload:focus{border-color:#722ED1 !important;color:#722ED1 !important
}
.theme-jiangzi .el-upload:focus .el-upload-dragger{border-color:#722ED1 !important
}
.theme-jiangzi .el-upload-dragger .el-upload__text em{color:#722ED1 !important
}
.theme-jiangzi .el-upload-dragger:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-upload-dragger.is-dragover{border:2px dashed #722ED1
}
.theme-jiangzi .el-upload-list__item .el-icon-close-tip{color:#722ED1 !important
}
.theme-jiangzi .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-jiangzi .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#722ED1 !important
}
.theme-jiangzi .el-upload-list__item-delete:hover{color:#722ED1 !important
}
.theme-jiangzi .el-progress-bar__inner{background-color:#722ED1 !important
}
.theme-jiangzi .el-badge__content--primary{background-color:#722ED1 !important
}
.theme-jiangzi .el-step__head.is-finish{color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-step__title.is-finish{color:#722ED1 !important
}
.theme-jiangzi .el-step__description.is-finish{color:#722ED1 !important
}
.theme-jiangzi .el-collapse-item__header.focusing:focus:not(:hover){color:#722ED1 !important
}
.theme-jiangzi .el-tag{color:#722ED1 !important;background-color:#f1eafa
}
.theme-jiangzi .el-tag.is-hit{border-color:#722ED1 !important
}
.theme-jiangzi .el-tag .el-tag__close{color:#722ED1 !important
}
.theme-jiangzi .el-tag .el-tag__close:hover{background-color:#722ED1 !important
}
.theme-jiangzi .el-tag--dark{background-color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-tag--dark.is-hit{border-color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain{color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain.is-hit{border-color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain .el-tag__close{color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain .el-tag__close:hover{background-color:#722ED1 !important
}
.theme-jiangzi .el-cascader .el-input .el-input__inner:focus,.theme-jiangzi .el-cascader .el-input.is-focus .el-input__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-cascader__suggestion-item.is-checked{color:#722ED1 !important
}
.theme-jiangzi .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #722ED1;box-shadow:0 0 3px 2px #722ED1
}
.theme-jiangzi .el-color-dropdown__btn:hover{color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-color-dropdown__link-btn{color:#722ED1 !important
}
.theme-jiangzi .el-color-dropdown__link-btn:hover{color:tint(#722ED1, 20%)
}
.theme-jiangzi .el-textarea__inner:focus{border-color:#722ED1 !important
}
.theme-jiangzi .el-input.is-active .el-input__inner,.theme-jiangzi .el-input__inner:focus{border-color:#722ED1 !important
}
.theme-jiangzi .el-button.is-plain:focus,.theme-jiangzi .el-button.is-plain:hover{border-color:#722ED1 !important;color:#722ED1 !important
}
.theme-jiangzi .el-button--primary{background-color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-button--text{color:#722ED1 !important
}
.theme-jiangzi .el-transfer__button{background-color:#722ED1 !important
}
.theme-jiangzi .el-transfer-panel__item:hover{color:#722ED1 !important
}
.theme-jiangzi .el-timeline-item__node--primary{background-color:#722ED1 !important
}
.theme-jiangzi .el-link.is-underline:hover:after{border-bottom:1px solid #722ED1
}
.theme-jiangzi .el-link.el-link--default:after,.theme-jiangzi .el-link.el-link--primary.is-underline:hover:after,.theme-jiangzi .el-link.el-link--primary:after{border-color:#722ED1 !important
}
.theme-jiangzi .el-link.el-link--default:hover{color:#722ED1 !important
}
.theme-jiangzi .el-link.el-link--primary{color:#722ED1 !important
}
.theme-jiangzi .el-backtop,.theme-jiangzi .el-calendar-table td.is-today{color:#722ED1 !important
}
.theme-jiangzi .el-checkbox.is-bordered.is-checked{border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__input.is-checked .el-checkbox__inner,.theme-jiangzi .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__input.is-checked+.el-checkbox__label{color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__inner:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox-button__inner:hover{color:#722ED1 !important
}
.theme-jiangzi .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio.is-bordered.is-checked{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio__input.is-checked .el-radio__inner{border-color:#722ED1 !important;background:#722ED1
}
.theme-jiangzi .el-radio__input.is-checked+.el-radio__label{color:#722ED1 !important
}
.theme-jiangzi .el-radio__input.is-focus .el-radio__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio__inner:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #722ED1;box-shadow:0 0 2px 2px #722ED1
}
.theme-jiangzi .el-cascader-node.in-active-path,.theme-jiangzi .el-cascader-node.is-active,.theme-jiangzi .el-cascader-node.is-selectable.in-checked-path{color:#722ED1 !important
}
.theme-jiangzi .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f4eefb
}
.theme-jiangzi .el-tag{border-color:#e3d5f6
}
.theme-jiangzi .el-tag--plain{border-color:#c7abed
}
.theme-jiangzi .el-button:focus,.theme-jiangzi .el-button:hover{border-color:#d5c0f1;background-color:#f1eafa
}
.theme-jiangzi .el-button--primary.is-plain{color:#722ED1;background:#f1eafa;border-color:#c7abed
}
.theme-jiangzi .el-button--primary.is-plain.is-disabled,.theme-jiangzi .el-button--primary.is-plain.is-disabled:active,.theme-jiangzi .el-button--primary.is-plain.is-disabled:focus,.theme-jiangzi .el-button--primary.is-plain.is-disabled:hover{color:#aa82e3;background-color:#f1eafa;border-color:#e3d5f6
}
.theme-jiangzi .el-link.el-link--primary.is-disabled{color:#b997e8
}
.theme-jiangzi .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#722ED1;border-color:#722ED1;-webkit-box-shadow:-1px 0 0 0 #aa82e3;box-shadow:-1px 0 0 0 #aa82e3
}
.theme-jiangzi .mark-box{background:#fff
}
.theme-rimu .BoTopCom{background:#FAAD14;color:#fff
}
.theme-rimu .BoTopCom .el-switch__label{color:#fff
}
.theme-rimu .logo{color:#fff
}
.theme-rimu .BoTabCom .tab-li.active{color:#fff;background:#FAAD14
}
.theme-rimu .BoTabCom .tab-li:hover{background:#fff7e8;color:#FAAD14 !important
}
.theme-rimu .HsM1 .fa-list .list-data .fa-span{color:#FAAD14 !important
}
.theme-rimu .HsM1 .fa-list .list-data .fa-span.active{background:#FAAD14;color:#fff !important
}
.theme-rimu .el-menu-item:focus,.theme-rimu .el-menu-item:hover{background-color:#fff7e8
}
.theme-rimu .el-submenu__title:focus,.theme-rimu .el-submenu__title:hover{background-color:#fff7e8
}
.theme-rimu .el-submenu__title:hover{background-color:#fff7e8
}
.theme-rimu .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#fff7e8
}
.theme-rimu .el-table__body tr.current-row>td{background-color:#fff7e8
}
.theme-rimu .el-dropdown-menu__item:focus,.theme-rimu .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#fff7e8;color:#fbbd43
}
.theme-rimu .el-table-filter__list-item:hover{background-color:#fff7e8;color:#fbbd43
}
.theme-rimu .el-tag--dark .el-tag__close:hover{background-color:#fbbd43
}
.theme-rimu .el-button--primary:focus,.theme-rimu .el-button--primary:hover{background:#fbbd43 !important;border-color:#fbbd43 !important
}
.theme-rimu .el-button--text:focus,.theme-rimu .el-button--text:hover{color:#fbbd43
}
.theme-rimu .el-link.el-link--primary:hover{color:#fbbd43
}
.theme-rimu .el-select-dropdown__item.hover,.theme-rimu .el-select-dropdown__item:hover{background-color:#fff7e8
}
.theme-rimu .el-button:active{color:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button.is-active,.theme-rimu .el-button.is-plain:active{color:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button--primary.is-active,.theme-rimu .el-button--primary:active{background:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button--primary.is-plain:active{background:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button--text:active{color:#e19c12
}
.theme-rimu .el-button--primary.is-plain:focus,.theme-rimu .el-button--primary.is-plain:hover{background:#FAAD14;border-color:#FAAD14 !important
}
.theme-rimu .el-pagination button:hover{color:#FAAD14 !important
}
.theme-rimu .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-rimu .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#FAAD14 !important
}
.theme-rimu .el-pager li:hover{color:#fff !important
}
.theme-rimu .el-pager li.active{color:#fff !important;cursor:default
}
.theme-rimu .el-dialog__headerbtn:focus .el-dialog__close,.theme-rimu .el-dialog__headerbtn:hover .el-dialog__close{color:#FAAD14 !important
}
.theme-rimu .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #FAAD14
}
.theme-rimu .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #FAAD14
}
.theme-rimu .el-menu-item.is-active{color:#FAAD14 !important
}
.theme-rimu .el-submenu.is-active .el-submenu__title{border-bottom-color:#FAAD14 !important
}
.theme-rimu .el-radio-button__inner:hover{color:#FAAD14 !important
}
.theme-rimu .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#FAAD14 !important;border-color:#FAAD14 !important;-webkit-box-shadow:-1px 0 0 0 #FAAD14;box-shadow:-1px 0 0 0 #FAAD14
}
.theme-rimu .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #FAAD14;box-shadow:0 0 2px 2px #FAAD14
}
.theme-rimu .el-switch__label.is-active{color:#FAAD14 !important
}
.theme-rimu .el-switch.is-checked .el-switch__core{border-color:#FAAD14 !important;background-color:#FAAD14 !important
}
.theme-rimu .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#FAAD14 !important
}
.theme-rimu .el-select-dropdown__item.selected{color:#FAAD14 !important
}
.theme-rimu .el-select .el-input__inner:focus{border-color:#FAAD14 !important
}
.theme-rimu .el-select .el-input.is-focus .el-input__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-table th>.cell.highlight{color:#FAAD14 !important
}
.theme-rimu .el-table .ascending .sort-caret.ascending{border-bottom-color:#FAAD14 !important
}
.theme-rimu .el-table .descending .sort-caret.descending{border-top-color:#FAAD14 !important
}
.theme-rimu .el-table-filter__list-item.is-active{background-color:#FAAD14 !important
}
.theme-rimu .el-table-filter__bottom button:hover{color:#FAAD14 !important
}
.theme-rimu .el-date-table td.today span{color:#FAAD14 !important
}
.theme-rimu .el-date-table td.available:hover{color:#FAAD14 !important
}
.theme-rimu .el-date-table td.current:not(.disabled) span{background-color:#FAAD14 !important
}
.theme-rimu .el-date-table td.end-date span,.theme-rimu .el-date-table td.start-date span{background-color:#FAAD14 !important
}
.theme-rimu .el-date-table td.selected span{background-color:#FAAD14 !important
}
.theme-rimu .el-month-table td.today .cell{color:#FAAD14 !important
}
.theme-rimu .el-month-table td .cell:hover{color:#FAAD14 !important
}
.theme-rimu .el-month-table td.end-date .cell,.theme-rimu .el-month-table td.start-date .cell{background-color:#FAAD14 !important
}
.theme-rimu .el-month-table td.current:not(.disabled) .cell{color:#FAAD14 !important
}
.theme-rimu .el-year-table td.today .cell{color:#FAAD14 !important
}
.theme-rimu .el-year-table td .cell:hover,.theme-rimu .el-year-table td.current:not(.disabled) .cell{color:#FAAD14 !important
}
.theme-rimu .el-date-picker__header-label.active,.theme-rimu .el-date-picker__header-label:hover{color:#FAAD14 !important
}
.theme-rimu .time-select-item.selected:not(.disabled){color:#FAAD14 !important
}
.theme-rimu .el-range-editor.is-active,.theme-rimu .el-range-editor.is-active:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-picker-panel__shortcut:hover{color:#FAAD14 !important
}
.theme-rimu .el-picker-panel__shortcut.active{color:#FAAD14 !important
}
.theme-rimu .el-picker-panel__icon-btn:hover{color:#FAAD14 !important
}
.theme-rimu .el-time-spinner__arrow:hover{color:#FAAD14 !important
}
.theme-rimu .el-time-panel__btn.confirm{color:#FAAD14 !important
}
.theme-rimu .el-message-box__headerbtn:focus .el-message-box__close,.theme-rimu .el-message-box__headerbtn:hover .el-message-box__close{color:#FAAD14 !important
}
.theme-rimu .el-breadcrumb__inner a:hover,.theme-rimu .el-breadcrumb__inner.is-link:hover{color:#FAAD14 !important
}
.theme-rimu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-rimu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-rimu .el-tabs__active-bar{background-color:#FAAD14 !important
}
.theme-rimu .el-tabs__new-tab:hover{color:#FAAD14 !important
}
.theme-rimu .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #FAAD14 inset;box-shadow:0 0 2px 2px #FAAD14 inset
}
.theme-rimu .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-rimu .el-tabs__item:hover{color:#FAAD14 !important
}
.theme-rimu .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#FAAD14 !important
}
.theme-rimu .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#FAAD14 !important
}
.theme-rimu .el-tree__drop-indicator{background-color:#FAAD14 !important
}
.theme-rimu .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#FAAD14 !important
}
.theme-rimu .el-input-number__decrease:hover,.theme-rimu .el-input-number__increase:hover{color:#FAAD14 !important
}
.theme-rimu .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-rimu .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#FAAD14 !important
}
.theme-rimu .el-slider__bar{background-color:#FAAD14 !important
}
.theme-rimu .el-slider__button{border:2px solid #FAAD14
}
.theme-rimu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-rimu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#FAAD14 !important
}
.theme-rimu .el-loading-spinner .el-loading-text{color:#FAAD14 !important
}
.theme-rimu .el-loading-spinner .path{stroke:#FAAD14
}
.theme-rimu .el-loading-spinner i{color:#FAAD14 !important
}
.theme-rimu .el-upload--picture-card:hover,.theme-rimu .el-upload:focus{border-color:#FAAD14 !important;color:#FAAD14 !important
}
.theme-rimu .el-upload:focus .el-upload-dragger{border-color:#FAAD14 !important
}
.theme-rimu .el-upload-dragger .el-upload__text em{color:#FAAD14 !important
}
.theme-rimu .el-upload-dragger:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-upload-dragger.is-dragover{border:2px dashed #FAAD14
}
.theme-rimu .el-upload-list__item .el-icon-close-tip{color:#FAAD14 !important
}
.theme-rimu .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-rimu .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#FAAD14 !important
}
.theme-rimu .el-upload-list__item-delete:hover{color:#FAAD14 !important
}
.theme-rimu .el-progress-bar__inner{background-color:#FAAD14 !important
}
.theme-rimu .el-badge__content--primary{background-color:#FAAD14 !important
}
.theme-rimu .el-step__head.is-finish{color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-step__title.is-finish{color:#FAAD14 !important
}
.theme-rimu .el-step__description.is-finish{color:#FAAD14 !important
}
.theme-rimu .el-collapse-item__header.focusing:focus:not(:hover){color:#FAAD14 !important
}
.theme-rimu .el-tag{color:#FAAD14 !important;background-color:#fff7e8
}
.theme-rimu .el-tag.is-hit{border-color:#FAAD14 !important
}
.theme-rimu .el-tag .el-tag__close{color:#FAAD14 !important
}
.theme-rimu .el-tag .el-tag__close:hover{background-color:#FAAD14 !important
}
.theme-rimu .el-tag--dark{background-color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-tag--dark.is-hit{border-color:#FAAD14 !important
}
.theme-rimu .el-tag--plain{color:#FAAD14 !important
}
.theme-rimu .el-tag--plain.is-hit{border-color:#FAAD14 !important
}
.theme-rimu .el-tag--plain .el-tag__close{color:#FAAD14 !important
}
.theme-rimu .el-tag--plain .el-tag__close:hover{background-color:#FAAD14 !important
}
.theme-rimu .el-cascader .el-input .el-input__inner:focus,.theme-rimu .el-cascader .el-input.is-focus .el-input__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-cascader__suggestion-item.is-checked{color:#FAAD14 !important
}
.theme-rimu .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #FAAD14;box-shadow:0 0 3px 2px #FAAD14
}
.theme-rimu .el-color-dropdown__btn:hover{color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-color-dropdown__link-btn{color:#FAAD14 !important
}
.theme-rimu .el-color-dropdown__link-btn:hover{color:tint(#FAAD14, 20%)
}
.theme-rimu .el-textarea__inner:focus{border-color:#FAAD14 !important
}
.theme-rimu .el-input.is-active .el-input__inner,.theme-rimu .el-input__inner:focus{border-color:#FAAD14 !important
}
.theme-rimu .el-button.is-plain:focus,.theme-rimu .el-button.is-plain:hover{border-color:#FAAD14 !important;color:#FAAD14 !important
}
.theme-rimu .el-button--primary{background-color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-button--text{color:#FAAD14 !important
}
.theme-rimu .el-transfer__button{background-color:#FAAD14 !important
}
.theme-rimu .el-transfer-panel__item:hover{color:#FAAD14 !important
}
.theme-rimu .el-timeline-item__node--primary{background-color:#FAAD14 !important
}
.theme-rimu .el-link.is-underline:hover:after{border-bottom:1px solid #FAAD14
}
.theme-rimu .el-link.el-link--default:after,.theme-rimu .el-link.el-link--primary.is-underline:hover:after,.theme-rimu .el-link.el-link--primary:after{border-color:#FAAD14 !important
}
.theme-rimu .el-link.el-link--default:hover{color:#FAAD14 !important
}
.theme-rimu .el-link.el-link--primary{color:#FAAD14 !important
}
.theme-rimu .el-backtop,.theme-rimu .el-calendar-table td.is-today{color:#FAAD14 !important
}
.theme-rimu .el-checkbox.is-bordered.is-checked{border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox__input.is-checked .el-checkbox__inner,.theme-rimu .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox__input.is-checked+.el-checkbox__label{color:#FAAD14 !important
}
.theme-rimu .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox__inner:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox-button__inner:hover{color:#FAAD14 !important
}
.theme-rimu .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#FAAD14 !important
}
.theme-rimu .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-radio.is-bordered.is-checked{border-color:#FAAD14 !important
}
.theme-rimu .el-radio__input.is-checked .el-radio__inner{border-color:#FAAD14 !important;background:#FAAD14
}
.theme-rimu .el-radio__input.is-checked+.el-radio__label{color:#FAAD14 !important
}
.theme-rimu .el-radio__input.is-focus .el-radio__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-radio__inner:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #FAAD14;box-shadow:0 0 2px 2px #FAAD14
}
.theme-rimu .el-cascader-node.in-active-path,.theme-rimu .el-cascader-node.is-active,.theme-rimu .el-cascader-node.is-selectable.in-checked-path{color:#FAAD14 !important
}
.theme-rimu .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#fff8ec
}
.theme-rimu .el-tag{border-color:#feefd0
}
.theme-rimu .el-tag--plain{border-color:#fddea1
}
.theme-rimu .el-button:focus,.theme-rimu .el-button:hover{border-color:#fee6b9;background-color:#fff7e8
}
.theme-rimu .el-button--primary.is-plain{color:#FAAD14;background:#fff7e8;border-color:#fddea1
}
.theme-rimu .el-button--primary.is-plain.is-disabled,.theme-rimu .el-button--primary.is-plain.is-disabled:active,.theme-rimu .el-button--primary.is-plain.is-disabled:focus,.theme-rimu .el-button--primary.is-plain.is-disabled:hover{color:#fcce72;background-color:#fff7e8;border-color:#feefd0
}
.theme-rimu .el-link.el-link--primary.is-disabled{color:#fdd68a
}
.theme-rimu .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#FAAD14;border-color:#FAAD14;-webkit-box-shadow:-1px 0 0 0 #fcce72;box-shadow:-1px 0 0 0 #fcce72
}
.theme-mingqing .BoTopCom{background:#13C2C2;color:#fff
}
.theme-mingqing .BoTopCom .el-switch__label{color:#fff
}
.theme-mingqing .logo{color:#fff
}
.theme-mingqing .BoTabCom .tab-li.active{color:#fff;background:#13C2C2
}
.theme-mingqing .BoTabCom .tab-li:hover{background:#e7f9f9;color:#13C2C2 !important
}
.theme-mingqing .HsM1 .fa-list .list-data .fa-span{color:#13C2C2 !important
}
.theme-mingqing .HsM1 .fa-list .list-data .fa-span.active{background:#13C2C2;color:#fff !important
}
.theme-mingqing .el-menu-item:focus,.theme-mingqing .el-menu-item:hover{background-color:#e7f9f9
}
.theme-mingqing .el-submenu__title:focus,.theme-mingqing .el-submenu__title:hover{background-color:#e7f9f9
}
.theme-mingqing .el-submenu__title:hover{background-color:#e7f9f9
}
.theme-mingqing .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#e7f9f9
}
.theme-mingqing .el-table__body tr.current-row>td{background-color:#e7f9f9
}
.theme-mingqing .el-dropdown-menu__item:focus,.theme-mingqing .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#e7f9f9;color:#42cece
}
.theme-mingqing .el-table-filter__list-item:hover{background-color:#e7f9f9;color:#42cece
}
.theme-mingqing .el-tag--dark .el-tag__close:hover{background-color:#42cece
}
.theme-mingqing .el-button--primary:focus,.theme-mingqing .el-button--primary:hover{background:#42cece !important;border-color:#42cece !important
}
.theme-mingqing .el-button--text:focus,.theme-mingqing .el-button--text:hover{color:#42cece
}
.theme-mingqing .el-link.el-link--primary:hover{color:#42cece
}
.theme-mingqing .el-select-dropdown__item.hover,.theme-mingqing .el-select-dropdown__item:hover{background-color:#e7f9f9
}
.theme-mingqing .el-button:active{color:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button.is-active,.theme-mingqing .el-button.is-plain:active{color:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button--primary.is-active,.theme-mingqing .el-button--primary:active{background:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button--primary.is-plain:active{background:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button--text:active{color:#11afaf
}
.theme-mingqing .el-button--primary.is-plain:focus,.theme-mingqing .el-button--primary.is-plain:hover{background:#13C2C2;border-color:#13C2C2 !important
}
.theme-mingqing .el-pagination button:hover{color:#13C2C2 !important
}
.theme-mingqing .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-mingqing .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#13C2C2 !important
}
.theme-mingqing .el-pager li:hover{color:#fff !important
}
.theme-mingqing .el-pager li.active{color:#fff !important;cursor:default
}
.theme-mingqing .el-dialog__headerbtn:focus .el-dialog__close,.theme-mingqing .el-dialog__headerbtn:hover .el-dialog__close{color:#13C2C2 !important
}
.theme-mingqing .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #13C2C2
}
.theme-mingqing .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #13C2C2
}
.theme-mingqing .el-menu-item.is-active{color:#13C2C2 !important
}
.theme-mingqing .el-submenu.is-active .el-submenu__title{border-bottom-color:#13C2C2 !important
}
.theme-mingqing .el-radio-button__inner:hover{color:#13C2C2 !important
}
.theme-mingqing .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#13C2C2 !important;border-color:#13C2C2 !important;-webkit-box-shadow:-1px 0 0 0 #13C2C2;box-shadow:-1px 0 0 0 #13C2C2
}
.theme-mingqing .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #13C2C2;box-shadow:0 0 2px 2px #13C2C2
}
.theme-mingqing .el-switch__label.is-active{color:#13C2C2 !important
}
.theme-mingqing .el-switch.is-checked .el-switch__core{border-color:#13C2C2 !important;background-color:#13C2C2 !important
}
.theme-mingqing .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#13C2C2 !important
}
.theme-mingqing .el-select-dropdown__item.selected{color:#13C2C2 !important
}
.theme-mingqing .el-select .el-input__inner:focus{border-color:#13C2C2 !important
}
.theme-mingqing .el-select .el-input.is-focus .el-input__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-table th>.cell.highlight{color:#13C2C2 !important
}
.theme-mingqing .el-table .ascending .sort-caret.ascending{border-bottom-color:#13C2C2 !important
}
.theme-mingqing .el-table .descending .sort-caret.descending{border-top-color:#13C2C2 !important
}
.theme-mingqing .el-table-filter__list-item.is-active{background-color:#13C2C2 !important
}
.theme-mingqing .el-table-filter__bottom button:hover{color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.today span{color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.available:hover{color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.current:not(.disabled) span{background-color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.end-date span,.theme-mingqing .el-date-table td.start-date span{background-color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.selected span{background-color:#13C2C2 !important
}
.theme-mingqing .el-month-table td.today .cell{color:#13C2C2 !important
}
.theme-mingqing .el-month-table td .cell:hover{color:#13C2C2 !important
}
.theme-mingqing .el-month-table td.end-date .cell,.theme-mingqing .el-month-table td.start-date .cell{background-color:#13C2C2 !important
}
.theme-mingqing .el-month-table td.current:not(.disabled) .cell{color:#13C2C2 !important
}
.theme-mingqing .el-year-table td.today .cell{color:#13C2C2 !important
}
.theme-mingqing .el-year-table td .cell:hover,.theme-mingqing .el-year-table td.current:not(.disabled) .cell{color:#13C2C2 !important
}
.theme-mingqing .el-date-picker__header-label.active,.theme-mingqing .el-date-picker__header-label:hover{color:#13C2C2 !important
}
.theme-mingqing .time-select-item.selected:not(.disabled){color:#13C2C2 !important
}
.theme-mingqing .el-range-editor.is-active,.theme-mingqing .el-range-editor.is-active:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-picker-panel__shortcut:hover{color:#13C2C2 !important
}
.theme-mingqing .el-picker-panel__shortcut.active{color:#13C2C2 !important
}
.theme-mingqing .el-picker-panel__icon-btn:hover{color:#13C2C2 !important
}
.theme-mingqing .el-time-spinner__arrow:hover{color:#13C2C2 !important
}
.theme-mingqing .el-time-panel__btn.confirm{color:#13C2C2 !important
}
.theme-mingqing .el-message-box__headerbtn:focus .el-message-box__close,.theme-mingqing .el-message-box__headerbtn:hover .el-message-box__close{color:#13C2C2 !important
}
.theme-mingqing .el-breadcrumb__inner a:hover,.theme-mingqing .el-breadcrumb__inner.is-link:hover{color:#13C2C2 !important
}
.theme-mingqing .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-mingqing .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-mingqing .el-tabs__active-bar{background-color:#13C2C2 !important
}
.theme-mingqing .el-tabs__new-tab:hover{color:#13C2C2 !important
}
.theme-mingqing .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #13C2C2 inset;box-shadow:0 0 2px 2px #13C2C2 inset
}
.theme-mingqing .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-mingqing .el-tabs__item:hover{color:#13C2C2 !important
}
.theme-mingqing .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#13C2C2 !important
}
.theme-mingqing .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#13C2C2 !important
}
.theme-mingqing .el-tree__drop-indicator{background-color:#13C2C2 !important
}
.theme-mingqing .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#13C2C2 !important
}
.theme-mingqing .el-input-number__decrease:hover,.theme-mingqing .el-input-number__increase:hover{color:#13C2C2 !important
}
.theme-mingqing .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-mingqing .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#13C2C2 !important
}
.theme-mingqing .el-slider__bar{background-color:#13C2C2 !important
}
.theme-mingqing .el-slider__button{border:2px solid #13C2C2
}
.theme-mingqing .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-mingqing .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#13C2C2 !important
}
.theme-mingqing .el-loading-spinner .el-loading-text{color:#13C2C2 !important
}
.theme-mingqing .el-loading-spinner .path{stroke:#13C2C2
}
.theme-mingqing .el-loading-spinner i{color:#13C2C2 !important
}
.theme-mingqing .el-upload--picture-card:hover,.theme-mingqing .el-upload:focus{border-color:#13C2C2 !important;color:#13C2C2 !important
}
.theme-mingqing .el-upload:focus .el-upload-dragger{border-color:#13C2C2 !important
}
.theme-mingqing .el-upload-dragger .el-upload__text em{color:#13C2C2 !important
}
.theme-mingqing .el-upload-dragger:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-upload-dragger.is-dragover{border:2px dashed #13C2C2
}
.theme-mingqing .el-upload-list__item .el-icon-close-tip{color:#13C2C2 !important
}
.theme-mingqing .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-mingqing .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#13C2C2 !important
}
.theme-mingqing .el-upload-list__item-delete:hover{color:#13C2C2 !important
}
.theme-mingqing .el-progress-bar__inner{background-color:#13C2C2 !important
}
.theme-mingqing .el-badge__content--primary{background-color:#13C2C2 !important
}
.theme-mingqing .el-step__head.is-finish{color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-step__title.is-finish{color:#13C2C2 !important
}
.theme-mingqing .el-step__description.is-finish{color:#13C2C2 !important
}
.theme-mingqing .el-collapse-item__header.focusing:focus:not(:hover){color:#13C2C2 !important
}
.theme-mingqing .el-tag{color:#13C2C2 !important;background-color:#e7f9f9
}
.theme-mingqing .el-tag.is-hit{border-color:#13C2C2 !important
}
.theme-mingqing .el-tag .el-tag__close{color:#13C2C2 !important
}
.theme-mingqing .el-tag .el-tag__close:hover{background-color:#13C2C2 !important
}
.theme-mingqing .el-tag--dark{background-color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-tag--dark.is-hit{border-color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain{color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain.is-hit{border-color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain .el-tag__close{color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain .el-tag__close:hover{background-color:#13C2C2 !important
}
.theme-mingqing .el-cascader .el-input .el-input__inner:focus,.theme-mingqing .el-cascader .el-input.is-focus .el-input__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-cascader__suggestion-item.is-checked{color:#13C2C2 !important
}
.theme-mingqing .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #13C2C2;box-shadow:0 0 3px 2px #13C2C2
}
.theme-mingqing .el-color-dropdown__btn:hover{color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-color-dropdown__link-btn{color:#13C2C2 !important
}
.theme-mingqing .el-color-dropdown__link-btn:hover{color:tint(#13C2C2, 20%)
}
.theme-mingqing .el-textarea__inner:focus{border-color:#13C2C2 !important
}
.theme-mingqing .el-input.is-active .el-input__inner,.theme-mingqing .el-input__inner:focus{border-color:#13C2C2 !important
}
.theme-mingqing .el-button.is-plain:focus,.theme-mingqing .el-button.is-plain:hover{border-color:#13C2C2 !important;color:#13C2C2 !important
}
.theme-mingqing .el-button--primary{background-color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-button--text{color:#13C2C2 !important
}
.theme-mingqing .el-transfer__button{background-color:#13C2C2 !important
}
.theme-mingqing .el-transfer-panel__item:hover{color:#13C2C2 !important
}
.theme-mingqing .el-timeline-item__node--primary{background-color:#13C2C2 !important
}
.theme-mingqing .el-link.is-underline:hover:after{border-bottom:1px solid #13C2C2
}
.theme-mingqing .el-link.el-link--default:after,.theme-mingqing .el-link.el-link--primary.is-underline:hover:after,.theme-mingqing .el-link.el-link--primary:after{border-color:#13C2C2 !important
}
.theme-mingqing .el-link.el-link--default:hover{color:#13C2C2 !important
}
.theme-mingqing .el-link.el-link--primary{color:#13C2C2 !important
}
.theme-mingqing .el-backtop,.theme-mingqing .el-calendar-table td.is-today{color:#13C2C2 !important
}
.theme-mingqing .el-checkbox.is-bordered.is-checked{border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__input.is-checked .el-checkbox__inner,.theme-mingqing .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__input.is-checked+.el-checkbox__label{color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__inner:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox-button__inner:hover{color:#13C2C2 !important
}
.theme-mingqing .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio.is-bordered.is-checked{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio__input.is-checked .el-radio__inner{border-color:#13C2C2 !important;background:#13C2C2
}
.theme-mingqing .el-radio__input.is-checked+.el-radio__label{color:#13C2C2 !important
}
.theme-mingqing .el-radio__input.is-focus .el-radio__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio__inner:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #13C2C2;box-shadow:0 0 2px 2px #13C2C2
}
.theme-mingqing .el-cascader-node.in-active-path,.theme-mingqing .el-cascader-node.is-active,.theme-mingqing .el-cascader-node.is-selectable.in-checked-path{color:#13C2C2 !important
}
.theme-mingqing .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#ecfafa
}
.theme-mingqing .el-tag{border-color:#d0f3f3
}
.theme-mingqing .el-tag--plain{border-color:#a1e7e7
}
.theme-mingqing .el-button:focus,.theme-mingqing .el-button:hover{border-color:#b8eded;background-color:#e7f9f9
}
.theme-mingqing .el-button--primary.is-plain{color:#13C2C2;background:#e7f9f9;border-color:#a1e7e7
}
.theme-mingqing .el-button--primary.is-plain.is-disabled,.theme-mingqing .el-button--primary.is-plain.is-disabled:active,.theme-mingqing .el-button--primary.is-plain.is-disabled:focus,.theme-mingqing .el-button--primary.is-plain.is-disabled:hover{color:#71dada;background-color:#e7f9f9;border-color:#d0f3f3
}
.theme-mingqing .el-link.el-link--primary.is-disabled{color:#89e1e1
}
.theme-mingqing .el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#13C2C2;border-color:#13C2C2;-webkit-box-shadow:-1px 0 0 0 #71dada;box-shadow:-1px 0 0 0 #71dada
}
html,body{height:100%;font-size:14px
}
.h100{height:100%
}
.w100{width:100%
}
.fl{float:left
}
.fr{float:right
}
.mb-10{margin-bottom:10px
}
.mb-5{margin-bottom:5px
}
.mr-5{margin-right:5px
}
.text-right{text-align:right
}
.text-center{text-align:center
}
ul li{list-style:none
}
.pd20{padding:20px
}
.yichu{overflow:hidden;white-space:nowrap;text-overflow:ellipsis
}
.diag-icon{background:#f3f3f3;height:80%;border-radius:3px;line-height:22px !important;cursor:pointer !important
}
html::-webkit-scrollbar{width:4px;height:4px
}
html::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)
}
html::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)
}
div::-webkit-scrollbar{width:4px;height:4px
}
.home_head{position:relative;z-index:99;left:0;top:0
}
.home_head .header-main .hd-body{background:rgba(0,0,0,0.2);border-bottom:0px solid transparent;color:#aeb9d8
}
.header-white{min-width:1357px;margin:0 auto
}
.header-white .hd-body{background:#fff;margin:0 auto
}
.header-white .hd-top-inner{width:1280px;margin:0 auto
}
.header-white .nav-inner{width:1280px;margin:0 auto
}
.header-white .nav-bar .nav-item:hover,.header-white .nav-bar .nav-item.active{background:#1e1e1e
}
.header-white .nav-bar .nav-item:hover>a,.header-white .nav-bar .nav-item.active>a{color:#fff
}
.header-white .sub-nav .sub-nav-item:hover,.header-white .sub-nav .sub-nav-item:active{background:#fff
}
.header-white .sub-nav .sub-nav-item:hover a,.header-white .sub-nav .sub-nav-item:active a{color:#1e1e1e
}
.header-main{min-width:1357px;margin:0 auto
}
.header-main .hd-body{background:#1b2945;color:#fff
}
.header-main .nav-inner{margin:0 20px 0 15px
}
.header-main .nav-bar .nav-item{height:100%;margin-bottom:3px
}
.header-main .nav-bar .nav-item p,.header-main .nav-bar .nav-item span,.header-main .nav-bar .nav-item i{display:inline-block;color:#aeb9d8;height:46px;line-height:46px
}
.header-main .nav-bar .nav-item.active p,.header-main .nav-bar .nav-item.active span{background:none;border-bottom:3px solid #357ce1;color:#fff
}
.header-main .nav-bar .nav-item:hover p,.header-main .nav-bar .nav-item:hover span{color:#fff
}
.header-main .sub-nav .sub-nav-item:hover,.header-main .sub-nav .sub-nav-item.active{background:#333333
}
.header-main .sub-nav .sub-nav-item:hover a,.header-main .sub-nav .sub-nav-item.active a{color:#1e1e1e
}
.trademain .header-main .hd-body{background:#131625
}

.trademain.current_trad .el-table .el-table__body-wrapper{background:transparent !important
}
.trademain.current_trad .el-table tr,.trademain.current_trad .el-table th{background:transparent !important;color:var(--text-color) !important
}
.trademain.current_trad .el-table .el-table__cell{background:transparent !important;color:var(--text-color)
}
.trademain.current_trad .buysell_trad .el-tabs__header{background:var(--bg-color6)
}
.trademain.current_trad .center_input .el-tabs__header.is-top{margin-bottom:0;border-bottom:1px solid var(--border-color)
}
.trademain.current_trad .center_input .mod-body{background:var(--bg-color6);padding-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex
}
.trademain.current_trad .center_input .mod-body .buysell_trad .single-panel{-ms-flex-negative:0;flex-shrink:0
}

.mod-body[data-v-6507029f] .el-form-item__label{line-height:inherit
}
.trademain[data-v-6507029f]{min-width:1560px;background-color:var(--bg-color7)
}
.trademain .trading-chart[data-v-6507029f]{background:var(--bg-color2)
}
.trademain .mb10[data-v-6507029f]{margin:8px 0
}
.trademain .button-quantity-onbuy[data-v-6507029f]{background:#468AED;color:#fff
}
.trademain .button-quantity[data-v-6507029f]{margin-right:14px;height:28px;line-height:28px;padding:0 15px;border-radius:20px;border:1px solid var(--border-color);color:var(--text-color)
}
.trademain .header-main .hd-body[data-v-6507029f]{background:#131625
}
.trademain *[data-v-6507029f]{margin:0
}
.trademain div[data-v-6507029f]{-webkit-box-sizing:border-box;box-sizing:border-box
}
.trademain .page[data-v-6507029f]{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 auto;border-top:1px solid transparent
}
.trademain .content-top[data-v-6507029f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:993px;margin-top:6px
}
.trademain .content-top .cen-left[data-v-6507029f]{min-width:282px;background:var(--bg-color7)
}
.trademain .cen-right[data-v-6507029f]{margin:0 10px 0 8px;width:100%;min-width:1000px
}
.trademain .cen-right .cont-right[data-v-6507029f]{display:-webkit-box;display:-ms-flexbox;display:flex
}
.trademain .cen-right .cont-right .centerbox[data-v-6507029f]{margin-right:8px;width:calc(100% - 322px)
}
.bottombox-list[data-v-6507029f]{padding:10px 10px 0 0
}
.trading-chart .ticker[data-v-6507029f]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:2px 2px 0 0;white-space:normal;padding-right:26px;font-weight:400
}
.trading-chart .ticker .flex_space[data-v-6507029f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.trading-chart .ticker .coinone[data-v-6507029f]{-webkit-box-align:center;-ms-flex-align:center;align-items:center
}
.trading-chart .ticker .coinone .symbol-name[data-v-6507029f]{height:38px;line-height:38px;vertical-align:unset;white-space:nowrap;font-size:18px;font-weight:600;position:relative;cursor:pointer;display:inline-block;color:var(--text-color)
}
.trading-chart .ticker .coinone .us_price[data-v-6507029f]{line-height:20px
}
.trading-chart .ticker .coinone .cny_price[data-v-6507029f]{font-size:12px;font-weight:400;color:#61688a
}
.trading-chart .ticker .coinone .top_mag[data-v-6507029f]{margin-left:15px;font-size:12px
}
.trading-chart .ticker .coinone .top_mag p[data-v-6507029f]{line-height:18px
}
.trading-chart .ticker .set_cor[data-v-6507029f]{position:absolute;right:15px;bottom:10px;cursor:pointer
}
.trading-chart .ticker .set_cor i[data-v-6507029f]{font-size:20px
}
.trading-chart .ticker .set_cor[data-v-6507029f]:hover{color:#357ce1;font-size:18px
}
.trading-chart .ticker .symbol-type[data-v-6507029f]{font-size:12px;padding:0 4px;width:40px;height:19px;line-height:19px;background:rgba(70,138,237,0.12);border-radius:4px;vertical-align:middle;position:relative;cursor:pointer;text-align:center;display:inline-block
}
.trading-chart .chart-actions[data-v-6507029f]{height:24px;border-bottom:1px solid;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.trading-chart .container-k[data-v-6507029f]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:950px;height:634px;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column
}
.trading-chart .container-k img[data-v-6507029f]{width:100%;height:455px
}
.trading-chart .container-k .w937[data-v-6507029f]{width:100%;height:455px
}
.currency-overview[data-v-6507029f]{height:565px;margin-top:-19px
}
.currency-overview .el-main[data-v-6507029f]{height:calc(556px - 70px + 19px - 6px)
}
.currency-overview .media-link .el-link+.el-link[data-v-6507029f]{margin-left:20px
}
.center_input[data-v-6507029f]{height:337px
}
.percent_btns[data-v-6507029f]{margin-left:60px
}
.buysell_trad .mod-body[data-v-6507029f]{height:calc(100%);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row
}
.buysell_trad .single-panel[data-v-6507029f]{width:50%;height:100%
}
.buysell_trad .t_plan[data-v-6507029f]{padding:0 30px
}
.buysell_trad .ex_tips[data-v-6507029f]{line-height:20px;padding:0 20px
}
.buysell_trad .ex_tips span[data-v-6507029f]{font-size:12px
}
.buysell_trad .ex_btn[data-v-6507029f]{padding:0 20px;margin-top:0px
}
.buysell_trad .ex_btn button[data-v-6507029f]{width:100%
}
.buysell_trad .ex_btn em[data-v-6507029f]{color:#b0b8db
}
.buysell_trad .r_name[data-v-6507029f]{display:inline-block;width:80px;text-align:center
}

.right-history[data-v-6507029f]{-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:0px
}
.global-trades[data-v-6507029f]{display:-webkit-box;display:-ms-flexbox;display:flex
}
.global-trades .with_com[data-v-6507029f]{-webkit-box-flex:1;-ms-flex:1;flex:1
}
.global-trades .his_left[data-v-6507029f]{min-width:320px
}
.global-trades .his_right[data-v-6507029f]{min-width:320px
}
.global-trades .dtop-title[data-v-6507029f]{height:44px;line-height:44px;color:var(--text-color);background:var(--bg-color6);width:100%;border-radius:2px 2px 0 0
}
.global-trades .dtop-title p[data-v-6507029f]{width:90px;text-align:center;cursor:pointer
}
.global-trades .order-books[data-v-6507029f]{width:100%;min-width:310px;height:100%
}
.global-trades .order-books .mod-head[data-v-6507029f]{height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:initial !important;position:relative;background:#171b2b;border-bottom:1px solid #111217;-webkit-box-sizing:border-box;box-sizing:border-box
}
.global-trades .order-books .mod-body[data-v-6507029f]{height:calc(100% - 36px);overflow:hidden
}
.global-trades .order-books .mod-body .mod-title[data-v-6507029f]{background-color:var(--bg-color6);position:relative;top:0;line-height:28px;margin-top:0;z-index:1;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex
}
.global-trades .order-books .mod-body .mod-title span[data-v-6507029f]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;white-space:nowrap;font-size:12px;color:var(--text-color3)
}
.global-trades .order-books .mod-body .mod-title span.price[data-v-6507029f]{text-align:left;font-size:12px
}
.global-trades .order-books .mod-body dl[data-v-6507029f]{font-size:12px;position:relative;height:100%
}
.global-trades .order-books .mod-body dl dt[data-v-6507029f]{background-color:#171b2b;color:#61688a;position:relative;top:0;line-height:28px;margin-top:0;z-index:1;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex
}
.global-trades .order-books .mod-body dl dd[data-v-6507029f]{background-color:#171b2b;border:1px solid #111217;border-right:none;border-left:none;position:absolute;top:calc(50% - 5px);left:0;width:100%
}
.global-trades .order-books .mod-body dl span[data-v-6507029f]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;white-space:nowrap
}
.global-trades .order-books .mod-body dl span.price[data-v-6507029f]{text-align:left
}
.global-trades .order-books .mod-body dl p[data-v-6507029f]{color:#b0b8db;padding:0 15px;line-height:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;background-position:0;background-size:0 0;background-repeat:no-repeat;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:margin .5s;transition:margin .5s
}
.global-trades .order-books .mod-body .his_back[data-v-6507029f]{background:#171b2b
}
.global-trades .order-books .mod-body .his_back .single-orderbook[data-v-6507029f]:hover{background:#1e2237
}
.global-trades .order-books .mod-body .list_buy[data-v-6507029f],.global-trades .order-books .mod-body .list_sell[data-v-6507029f]{height:444.5px;overflow:hidden;background-color:var(--bg-color6)
}
.global-trades .order-books .mod-body .list p[data-v-6507029f]{color:#b0b8db;font-size:12px;padding:0 15px;line-height:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;background-position:0;background-size:0 0;background-repeat:no-repeat;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:margin .5s;transition:margin .5s
}
.global-trades .order-books .mod-body .list .single-orderbook[data-v-6507029f]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between
}
.global-trades .order-books .mod-body .list span[data-v-6507029f]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;white-space:nowrap
}
.global-trades .order-books .mod-body .list span.price[data-v-6507029f]{text-align:left
}
.global-trades .order-books .mod-body .now-pric[data-v-6507029f]{background:var(--bg-color8)
}
.global-trades .order-books .mod-body .now-pric .ticker-close[data-v-6507029f]{color:#7085ac;padding:0 16px;height:32px;line-height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap
}
.global-trades .order-books .mod-body .now-pric .ticker-close span.color-down[data-v-6507029f]{color:#d74e5a;max-width:230px;display:inline-block;white-space:normal;overflow:hidden;font-size:14px
}
.global-trades .order-books .mod-body .asks[data-v-6507029f]{display:-webkit-box;display:-ms-flexbox;display:flex;bottom:0px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse
}
.global-trades .order-books .mod-body .asks p[data-v-6507029f]{background-position:100%;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(250,82,82,0.1)), to(rgba(250,82,82,0.1)));background-image:linear-gradient(rgba(250,82,82,0.1), rgba(250,82,82,0.1))
}
.global-trades .order-books .mod-body .bids[data-v-6507029f]{display:-webkit-box;display:-ms-flexbox;display:flex;bottom:0px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse
}
.global-trades .order-books .mod-body .bids p[data-v-6507029f]{background-position:100%;background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(18,184,134,0.1)), to(rgba(18,184,134,0.1)));background-image:linear-gradient(rgba(18,184,134,0.1), rgba(18,184,134,0.1))
}
.order-books .mod-body dl dd>div[data-v-6507029f]{position:absolute;width:100%;left:0
}
.order-books .mod-body dl .now-pric[data-v-6507029f]{height:35px
}
.order-books .mod-body dl .now-pric .ticker-close[data-v-6507029f]{height:35px;padding:0 16px;line-height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap
}
.his_right[data-v-6507029f]{margin-left:8px
}
.his_right .history_box[data-v-6507029f]{min-height:951px;background:var(--bg-color6)
}
.mod_red[data-v-6507029f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer
}
.mod_red>div[data-v-6507029f]{margin:0 0px 0 15px;border:1px solid #383f66;padding:3px 4px;border-radius:2px;height:24px;line-height:22px;margin-top:10px
}
.mod_red>div img[data-v-6507029f]{width:16px;height:16px
}
.mod_red>div[data-v-6507029f]:hover{border-color:#357ce1
}
.mod_red .active[data-v-6507029f]{border-color:#357ce1
}
@media screen and (min-width: 1200px) and (max-width: 1600px){
.global-trades[data-v-6507029f]{display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:8px
}
.global-trades .with_com[data-v-6507029f]{-webkit-box-flex:1;-ms-flex:1;flex:1
}
.global-trades .his_left[data-v-6507029f]{min-width:300px
}
.global-trades .his_right[data-v-6507029f]{min-width:300px
}
.order-books[data-v-6507029f]{width:288px
}
.order-books .mod-body dl dt[data-v-6507029f]{line-height:24px
}
.order-books .mod-body dl .now-pric[data-v-6507029f]{height:32px
}
.order-books .mod-body dl .now-pric .ticker-close[data-v-6507029f]{height:30px;line-height:30px;padding-left:8px
}
.order-books .mod-body dl dd .asks[data-v-6507029f]{bottom:33px
}
.right-history[data-v-6507029f]{width:316px
}
.his_right[data-v-6507029f]{margin-left:0
}
.trademain .cen-right .cont-right .centerbox[data-v-6507029f]{margin-right:8px;width:calc(100% - 600px)
}
.trademain .cen-right .cont-right .centerbox .percent_btns[data-v-6507029f]{margin-left:0
}
}
.bot-title[data-v-6507029f]{height:40px;line-height:40px;color:#ffffff;background:#131625;width:100%;border-bottom:1px solid #131625;border-radius:2px 2px 0 0
}
.el-table[data-v-6507029f]{font-size:12px
}
.coin-switch[data-v-6507029f]{-webkit-box-sizing:border-box;box-sizing:border-box;background:var(--bg-color6);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:auto;flex:auto;padding-bottom:0
}
.coin-switch .quotes[data-v-6507029f]{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:28px
}
.coin-switch .quotes span[data-v-6507029f]{cursor:pointer
}
.coin-switch .mock-a[data-v-6507029f]{color:var(--text-color4);height:20px;font-size:12px;line-height:22px;padding:0 6px;margin:0 4px 4px 0;border-radius:2px;border-bottom:0;text-transform:uppercase
}
.coin-switch .mock-a.active[data-v-6507029f]{color:#ffffff;background-color:#357ce1;background:#468AED;border-radius:20px
}
.coin-switch .tabs[data-v-6507029f]{padding:8px 8px 8px 10px;display:block;height:auto;border-radius:2px 2px 0 0;border:0
}
.coin-switch .actions-serch .input-box[data-v-6507029f]{height:26px;position:relative
}
.coin-switch .actions-serch .input-box input[data-v-6507029f]{background:var(--input_color);color:#848E98;padding-left:28px;border-radius:2px;font-size:12px;width:100%;height:100%
}
.coin-switch .actions-serch .i_sos[data-v-6507029f]{position:absolute;left:5px;top:6px
}
.coin-switch .actions-serch .btnexch[data-v-6507029f]{padding-left:40px;font-size:14px
}
.coin-switch .actions-serch .btnexch i[data-v-6507029f]{font-size:16px;margin-right:5px
}
.coin-switch .coin_list tr[data-v-6507029f]{font-size:12px !important
}
.coin-switch .coin_list p[data-v-6507029f],.coin-switch .coin_list span[data-v-6507029f]{font-size:12px
}
.coin-switch .coin_list .el-table .cell p[data-v-6507029f]{text-align:inherit;color:var(--text-color)
}
.coin-switch .coin_list .el-table .cell .trad_active[data-v-6507029f]{color:#357ce1
}
.coin-switch .left_coinname .option[data-v-6507029f]{width:24px
}
.coin-switch .left_coinname .star_active[data-v-6507029f]{color:#357ce1
}
@media screen and (max-width: 1440px){
.coin-switch .mock-a[data-v-6507029f]{padding:0 2px;height:18px;line-height:18px
}
}

.centerbox .klinetop[data-v-6507029f]{padding:16px;background:var(--bg-color6)
}
.centerbox .klinetop .ticker[data-v-6507029f]{background-color:var(--bg-color6) !important;border:none !important;height:38px;line-height:38px
}
.centerbox .klinetop .current_price[data-v-6507029f]{color:var(--text-color);margin-left:32px;height:13px;line-height:13px;font-size:12px;padding:0 32px;border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)
}
.centerbox .klinetop .us_price[data-v-6507029f]{font-size:14px
}
.centerbox .klinetop .top_mag .tl_p[data-v-6507029f]{color:var(--text-color)
}
.centerbox .klinetop .center_input[data-v-6507029f]{background:var(--bg-color6)
}
.centerbox .klinetop .center_input .input_form[data-v-6507029f]{margin:12px 0
}

.color-danger{color:#f55a55
}
.color-success{color:#41b37d
}
.color-primary{color:#409eff
}
.color-gold{color:#e9bc7b
}
.font-blue{color:#357ce1
}
.color-red{color:#d74e5a
}
.color-blue{color:#0DC8ED
}
.color-fff{color:#fff
}
.color_up,.color-buy{color:#41b37d
}
.color_down,.color-sell{color:#d74e5a
}
.color_txtdd{color:#B7C5DB
}
.color-blamk{color:#333333
}
button.btn-hover:hover{opacity:0.9
}
button.btn-default{background-color:#fff;color:#333;border-color:#eee
}
button.btn-danger{background-color:#fe5f5b !important;color:#fff
}
button.btn-success{background-color:#3db877 !important;color:#fff
}
button.btn-gold{background-color:#409eff;color:#fff
}
.col_ccff{color:#d2d6ec
}
.upper{text-transform:uppercase
}
input{caret-color:#357ce1
}
.el-table::before{background:transparent
}
.histable-list .el-table th,.histable-list .el-table tr{color:#61688a;background:#131722
}
.histable-list .el-table td,.histable-list .el-table th.is-leaf{border-bottom:1px solid transparent
}
.histable-list .el-table td,.histable-list .el-table th{padding:5px 0px
}
.histable-list .el-table tr{cursor:pointer
}
.histable-list .el-table tr:hover td{background:#21273c
}
.histable-list .el-table tr .coinname{color:#b0b8db
}
.histable-list .el-table tr .currency{color:#b0b8db
}
.h-bor-top{border-top:1px solid #171c2c
}
.color-pgreen{color:#0da88b;background-color:rgba(13,168,139,0.1);padding:5px 10px
}
.color-pred{color:#ef5656;background-color:rgba(239,86,86,0.1);padding:5px 10px
}
.font-w600{font-weight:600
}
.dx_captcha_basic-style-popup{z-index:9100
}
.el-form--label-top .el-form-item__label{padding:0
}
.flex-between{display:-webkit-box;display:-ms-flexbox;display:flex
}
.logibox .el-form-item{margin-bottom:6px
}
.opt_right .input-with-select .el-input__inner{width:105px
}
.trade_container .el-main{padding:0
}
.main_rightbox .el-card{border:none
}
.p_tab span{font-weight:600
}
.p_tab .el-radio__input{display:none
}
.right-history .el-table__empty-block{background:#171b2b;height:500px
}
.bottombox-list .el-table__empty-block{background:#171b2b
}
.color-danger{color:#f55a55
}
.color-success{color:#41b37d
}
.color-primary{color:#409eff
}
.color-gold{color:#e9bc7b
}
.font-blue{color:#357ce1
}
.color-red{color:#d74e5a
}
.color-blue{color:#0DC8ED
}
.color-fff{color:#fff
}
.color_up,.color-buy{color:#41b37d
}
.color_down,.color-sell{color:#d74e5a
}
.color_txtdd{color:#B7C5DB
}
.color-blamk{color:#333333
}
button.btn-hover:hover{opacity:0.9
}
button.btn-default{background-color:#fff;color:#333;border-color:#eee
}
button.btn-danger{background-color:#fe5f5b !important;color:#fff
}
button.btn-success{background-color:#3db877 !important;color:#fff
}
button.btn-gold{background-color:#409eff;color:#fff
}
.col_ccff{color:#d2d6ec
}
.upper{text-transform:uppercase
}
input{caret-color:#357ce1
}
.el-table::before{background:transparent
}
.histable-list .el-table th,.histable-list .el-table tr{color:#61688a;background:#131722
}
.histable-list .el-table td,.histable-list .el-table th.is-leaf{border-bottom:1px solid transparent
}
.histable-list .el-table td,.histable-list .el-table th{padding:5px 0px
}
.histable-list .el-table tr{cursor:pointer
}
.histable-list .el-table tr:hover td{background:#21273c
}
.histable-list .el-table tr .coinname{color:#b0b8db
}
.histable-list .el-table tr .currency{color:#b0b8db
}
.h-bor-top{border-top:1px solid #171c2c
}
.color-pgreen{color:#0da88b;background-color:rgba(13,168,139,0.1);padding:5px 10px
}
.color-pred{color:#ef5656;background-color:rgba(239,86,86,0.1);padding:5px 10px
}
.font-w600{font-weight:600
}
.dx_captcha_basic-style-popup{z-index:9100
}
.theme-default .BoTopCom{background:#409EFF;color:#fff
}
.theme-default .BoTopCom .el-switch__label{color:#fff
}
.theme-default .logo{color:#fff
}
.theme-default .BoTabCom .tab-li.active{color:#fff;background:#409EFF
}
.theme-default .BoTabCom .tab-li:hover{background:#ecf5ff;color:#409EFF !important
}
.theme-default .HsM1 .fa-list .list-data .fa-span{color:#409EFF !important
}
.theme-default .HsM1 .fa-list .list-data .fa-span.active{background:#409EFF;color:#fff !important
}
.theme-default .el-menu-item:focus,.theme-default .el-menu-item:hover{background-color:#ecf5ff
}
.theme-default .el-submenu__title:focus,.theme-default .el-submenu__title:hover{background-color:#ecf5ff
}
.theme-default .el-submenu__title:hover{background-color:#ecf5ff
}
.theme-default .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#ecf5ff
}
.theme-default .el-table__body tr.current-row>td{background-color:#ecf5ff
}
.theme-default .el-dropdown-menu__item:focus,.theme-default .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff
}
.theme-default .el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff
}
.theme-default .el-tag--dark .el-tag__close:hover{background-color:#66b1ff
}
.theme-default .el-button--primary:focus,.theme-default .el-button--primary:hover{background:#66b1ff !important;border-color:#66b1ff !important
}
.theme-default .el-button--text:focus,.theme-default .el-button--text:hover{color:#66b1ff
}
.theme-default .el-link.el-link--primary:hover{color:#66b1ff
}
.theme-default .el-select-dropdown__item.hover,.theme-default .el-select-dropdown__item:hover{background-color:#ecf5ff
}
.theme-default .el-button:active{color:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button.is-active,.theme-default .el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button--primary.is-active,.theme-default .el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6
}
.theme-default .el-button--text:active{color:#3a8ee6
}
.theme-default .el-button--primary.is-plain:focus,.theme-default .el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF !important
}
.theme-default .el-pagination button:hover{color:#409EFF !important
}
.theme-default .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF !important
}
.theme-default .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-default .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF !important
}
.theme-default .el-pager li:hover{color:#fff !important
}
.theme-default .el-pager li.active{color:#fff !important;cursor:default
}
.theme-default .el-dialog__headerbtn:focus .el-dialog__close,.theme-default .el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF !important
}
.theme-default .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #409EFF
}
.theme-default .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #409EFF
}
.theme-default .el-menu-item.is-active{color:#409EFF !important
}
.theme-default .el-submenu.is-active .el-submenu__title{border-bottom-color:#409EFF !important
}
.theme-default .el-radio-button__inner:hover{color:#409EFF !important
}
.theme-default .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#409EFF !important;border-color:#409EFF !important;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF
}
.theme-default .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF
}
.theme-default .el-switch__label.is-active{color:#409EFF !important
}
.theme-default .el-switch.is-checked .el-switch__core{border-color:#409EFF !important;background-color:#409EFF !important
}
.theme-default .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF !important
}
.theme-default .el-select-dropdown__item.selected{color:#409EFF !important
}
.theme-default .el-select .el-input__inner:focus{border-color:#409EFF !important
}
.theme-default .el-select .el-input.is-focus .el-input__inner{border-color:#409EFF !important
}
.theme-default .el-table th>.cell.highlight{color:#409EFF !important
}
.theme-default .el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF !important
}
.theme-default .el-table .descending .sort-caret.descending{border-top-color:#409EFF !important
}
.theme-default .el-table-filter__list-item.is-active{background-color:#409EFF !important
}
.theme-default .el-table-filter__bottom button:hover{color:#409EFF !important
}
.theme-default .el-date-table td.today span{color:#409EFF !important
}
.theme-default .el-date-table td.available:hover{color:#409EFF !important
}
.theme-default .el-date-table td.current:not(.disabled) span{background-color:#409EFF !important
}
.theme-default .el-date-table td.end-date span,.theme-default .el-date-table td.start-date span{background-color:#409EFF !important
}
.theme-default .el-date-table td.selected span{background-color:#409EFF !important
}
.theme-default .el-month-table td.today .cell{color:#409EFF !important
}
.theme-default .el-month-table td .cell:hover{color:#409EFF !important
}
.theme-default .el-month-table td.end-date .cell,.theme-default .el-month-table td.start-date .cell{background-color:#409EFF !important
}
.theme-default .el-month-table td.current:not(.disabled) .cell{color:#409EFF !important
}
.theme-default .el-year-table td.today .cell{color:#409EFF !important
}
.theme-default .el-year-table td .cell:hover,.theme-default .el-year-table td.current:not(.disabled) .cell{color:#409EFF !important
}
.theme-default .el-date-picker__header-label.active,.theme-default .el-date-picker__header-label:hover{color:#409EFF !important
}
.theme-default .time-select-item.selected:not(.disabled){color:#409EFF !important
}
.theme-default .el-range-editor.is-active,.theme-default .el-range-editor.is-active:hover{border-color:#409EFF !important
}
.theme-default .el-picker-panel__shortcut:hover{color:#409EFF !important
}
.theme-default .el-picker-panel__shortcut.active{color:#409EFF !important
}
.theme-default .el-picker-panel__icon-btn:hover{color:#409EFF !important
}
.theme-default .el-time-spinner__arrow:hover{color:#409EFF !important
}
.theme-default .el-time-panel__btn.confirm{color:#409EFF !important
}
.theme-default .el-message-box__headerbtn:focus .el-message-box__close,.theme-default .el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF !important
}
.theme-default .el-breadcrumb__inner a:hover,.theme-default .el-breadcrumb__inner.is-link:hover{color:#409EFF !important
}
.theme-default .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-default .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-default .el-tabs__active-bar{background-color:#409EFF !important
}
.theme-default .el-tabs__new-tab:hover{color:#409EFF !important
}
.theme-default .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #409EFF inset;box-shadow:0 0 2px 2px #409EFF inset
}
.theme-default .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-default .el-tabs__item:hover{color:#409EFF !important
}
.theme-default .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#409EFF !important
}
.theme-default .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#409EFF !important
}
.theme-default .el-tree__drop-indicator{background-color:#409EFF !important
}
.theme-default .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF !important
}
.theme-default .el-input-number__decrease:hover,.theme-default .el-input-number__increase:hover{color:#409EFF !important
}
.theme-default .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-default .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#409EFF !important
}
.theme-default .el-slider__bar{background-color:#409EFF !important
}
.theme-default .el-slider__button{border:2px solid #409EFF
}
.theme-default .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-default .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#409EFF !important
}
.theme-default .el-loading-spinner .el-loading-text{color:#409EFF !important
}
.theme-default .el-loading-spinner .path{stroke:#409EFF
}
.theme-default .el-loading-spinner i{color:#409EFF !important
}
.theme-default .el-upload--picture-card:hover,.theme-default .el-upload:focus{border-color:#409EFF !important;color:#409EFF !important
}
.theme-default .el-upload:focus .el-upload-dragger{border-color:#409EFF !important
}
.theme-default .el-upload-dragger .el-upload__text em{color:#409EFF !important
}
.theme-default .el-upload-dragger:hover{border-color:#409EFF !important
}
.theme-default .el-upload-dragger.is-dragover{border:2px dashed #409EFF
}
.theme-default .el-upload-list__item .el-icon-close-tip{color:#409EFF !important
}
.theme-default .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-default .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF !important
}
.theme-default .el-upload-list__item-delete:hover{color:#409EFF !important
}
.theme-default .el-progress-bar__inner{background-color:#409EFF !important
}
.theme-default .el-badge__content--primary{background-color:#409EFF !important
}
.theme-default .el-step__head.is-finish{color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-step__title.is-finish{color:#409EFF !important
}
.theme-default .el-step__description.is-finish{color:#409EFF !important
}
.theme-default .el-collapse-item__header.focusing:focus:not(:hover){color:#409EFF !important
}
.theme-default .el-tag{color:#409EFF !important;background-color:#ecf5ff
}
.theme-default .el-tag.is-hit{border-color:#409EFF !important
}
.theme-default .el-tag .el-tag__close{color:#409EFF !important
}
.theme-default .el-tag .el-tag__close:hover{background-color:#409EFF !important
}
.theme-default .el-tag--dark{background-color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-tag--dark.is-hit{border-color:#409EFF !important
}
.theme-default .el-tag--plain{color:#409EFF !important
}
.theme-default .el-tag--plain.is-hit{border-color:#409EFF !important
}
.theme-default .el-tag--plain .el-tag__close{color:#409EFF !important
}
.theme-default .el-tag--plain .el-tag__close:hover{background-color:#409EFF !important
}
.theme-default .el-cascader .el-input .el-input__inner:focus,.theme-default .el-cascader .el-input.is-focus .el-input__inner{border-color:#409EFF !important
}
.theme-default .el-cascader__suggestion-item.is-checked{color:#409EFF !important
}
.theme-default .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #409EFF;box-shadow:0 0 3px 2px #409EFF
}
.theme-default .el-color-dropdown__btn:hover{color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-color-dropdown__link-btn{color:#409EFF !important
}
.theme-default .el-color-dropdown__link-btn:hover{color:tint(#409EFF, 20%)
}
.theme-default .el-textarea__inner:focus{border-color:#409EFF !important
}
.theme-default .el-input.is-active .el-input__inner,.theme-default .el-input__inner:focus{border-color:#409EFF !important
}
.theme-default .el-button.is-plain:focus,.theme-default .el-button.is-plain:hover{border-color:#409EFF !important;color:#409EFF !important
}
.theme-default .el-button--primary{background-color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-button--text{color:#409EFF !important
}
.theme-default .el-transfer__button{background-color:#409EFF !important
}
.theme-default .el-transfer-panel__item:hover{color:#409EFF !important
}
.theme-default .el-timeline-item__node--primary{background-color:#409EFF !important
}
.theme-default .el-link.is-underline:hover:after{border-bottom:1px solid #409EFF
}
.theme-default .el-link.el-link--default:after,.theme-default .el-link.el-link--primary.is-underline:hover:after,.theme-default .el-link.el-link--primary:after{border-color:#409EFF !important
}
.theme-default .el-link.el-link--default:hover{color:#409EFF !important
}
.theme-default .el-link.el-link--primary{color:#409EFF !important
}
.theme-default .el-backtop,.theme-default .el-calendar-table td.is-today{color:#409EFF !important
}
.theme-default .el-checkbox.is-bordered.is-checked{border-color:#409EFF !important
}
.theme-default .el-checkbox__input.is-checked .el-checkbox__inner,.theme-default .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF !important;border-color:#409EFF !important
}
.theme-default .el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF !important
}
.theme-default .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF !important
}
.theme-default .el-checkbox__inner:hover{border-color:#409EFF !important
}
.theme-default .el-checkbox-button__inner:hover{color:#409EFF !important
}
.theme-default .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF !important
}
.theme-default .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF !important
}
.theme-default .el-radio.is-bordered.is-checked{border-color:#409EFF !important
}
.theme-default .el-radio__input.is-checked .el-radio__inner{border-color:#409EFF !important;background:#409EFF
}
.theme-default .el-radio__input.is-checked+.el-radio__label{color:#409EFF !important
}
.theme-default .el-radio__input.is-focus .el-radio__inner{border-color:#409EFF !important
}
.theme-default .el-radio__inner:hover{border-color:#409EFF !important
}
.theme-default .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF
}
.theme-default .el-cascader-node.in-active-path,.theme-default .el-cascader-node.is-active,.theme-default .el-cascader-node.is-selectable.in-checked-path{color:#409EFF !important
}
.theme-default .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff
}
.theme-default .el-tag{border-color:#d9ecff
}
.theme-default .el-tag--plain{border-color:#b3d8ff
}
.theme-default .el-button--primary.is-disabled,.theme-default .el-button--primary.is-disabled:active,.theme-default .el-button--primary.is-disabled:focus,.theme-default .el-button--primary.is-disabled:hover{background-color:#a0cfff;border-color:#a0cfff
}
.theme-default .el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff
}
.theme-default .el-button--primary.is-plain.is-disabled,.theme-default .el-button--primary.is-plain.is-disabled:active,.theme-default .el-button--primary.is-plain.is-disabled:focus,.theme-default .el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff
}
.theme-default .el-link.el-link--primary.is-disabled{color:#a0cfff
}
.theme-default .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff
}
.theme-default .mark-box{background:#000923
}
.theme-default .mark-box .mark_price li{background:#000923
}
.theme-default .mark-box .mark_price li:hover{background:#101c39
}
.theme-default .mark-box .mark_price li .coinname{color:#b0b8db
}
.theme-default .mark-box .mark_price li .mpcolor{color:#b0b8db
}
.theme-default .mark-box .mark_price li .price{color:#d2d6ec
}
.theme-default .mark-box .mark_price li:after{border-left:1px solid rgba(255,255,255,0.15)
}
.theme-default .pur-back{background:#000923;border-bottom:1px solid rgba(255,255,255,0.15)
}
.theme-default .pur-back .pur-center h3{color:#ffffff
}
.theme-default .notice-bar{background:#f6f9fc
}
.theme-default .notice-bar .text-wrap{color:#1c242c
}
.theme-default .terrace_tips p{color:#192544
}
.theme-default .terrace_tips p em{color:#185dd3;background-image:-webkit-gradient(linear, left top, left bottom, from(#185dd3), to(#061d79));background-image:linear-gradient(180deg, #185dd3, #061d79);padding:0 5px
}
.theme-default .terrace_tips .do_title{color:#495666
}
.theme-default .page-global-exchange{color:#b0b8db
}
.theme-default .coin-switch .el-table th,.theme-default .coin-switch .el-table tr,.theme-default .trade-table .el-table th,.theme-default .trade-table .el-table tr{color:#b0b8db;background:#171b2b
}
.theme-default .coin-switch .el-table td,.theme-default .coin-switch .el-table th.is-leaf,.theme-default .trade-table .el-table td,.theme-default .trade-table .el-table th.is-leaf{border-bottom:1px solid transparent
}
.theme-default .coin-switch .el-table td,.theme-default .coin-switch .el-table th,.theme-default .trade-table .el-table td,.theme-default .trade-table .el-table th{padding:0 0px;background:#131625
}
.theme-default .coin-switch .el-table tr,.theme-default .trade-table .el-table tr{cursor:pointer
}
.theme-default .coin-switch .el-table tr:hover td,.theme-default .trade-table .el-table tr:hover td{background:#21273c
}
.theme-default .coin-switch .el-table tr .coinname,.theme-default .trade-table .el-table tr .coinname{color:#b0b8db
}
.theme-default .coin-switch .el-table tr .currency,.theme-default .trade-table .el-table tr .currency{color:#b0b8db
}
.theme-default .trading-chart{background-color:#171b2b
}
.theme-default .trading-chart .ticker{background-color:#131625;border-bottom:1px solid #111217
}
.theme-default .trading-chart .ticker>.symbol-name{color:#d2d6ec
}
.theme-default .trading-chart .container{background-color:#171b2b
}
.theme-default .trading-chart .chart-actions{border-color:#111217
}
.theme-default .buysell_trad .el-tabs__header{background:#131625
}
.theme-default .buysell_trad .el-tabs__nav{left:10px
}
.theme-default .buysell_trad .el-tabs__item{color:#b0b8db
}
.theme-default .buysell_trad .el-tabs__nav-wrap::after{height:1px;background-color:#131625
}
.theme-default .buysell_trad input{border:1px solid #383f66;background:rgba(19,22,37,0.2);color:#d2d6ec
}
.theme-default .buysell_trad .el-input.is-disabled .el-input__inner{color:#61688a;background:#131625;border-color:#383f66
}
.theme-default .buysell_trad .el-input.is-disabled input:-ms-input-placeholder,.theme-default .buysell_trad .el-input.is-disabled textarea:-ms-input-placeholder{color:#61688a
}
.theme-default .buysell_trad .el-form-item__label{color:#61688a
}
.theme-default .buysell_trad .el-form-item{margin-bottom:0
}
.theme-default .buysell_trad .bor-right{border-right:1px dashed #383f66
}
.theme-default .buysell_trad .ex_btn button{background:transparent;border:1px solid #383f66;color:#357ce1
}
.theme-default .buysell_trad .ex_btn .corbuy{background:#41b37d;color:#ffffff;border:1px solid #41b37d
}
.theme-default .buysell_trad .ex_btn .corsell{background:#d74e5a;color:#ffffff;border:1px solid #d74e5a
}
.theme-default .buysell_trad .ex_tips span{color:#61688a
}
.theme-default .buysell_trad .ex_tips em{color:#d2d6ec
}
.theme-default .buysell_trad .el-slider__runway{background-color:#252a44
}
.theme-default .buysell_trad .el-slider__stop{background-color:#353d66
}
.theme-default .history_box{background:#171b2b
}
.theme-default .trademain .el-table__body-wrapper{background:#171b2b
}
.theme-default .menu_container .el-menu-demo{background:#1b2945
}
.theme-default .menu_container .el-menu.el-menu--horizontal{border-bottom:1px solid #1b2945
}
.theme-default .menu_container .el-menu--horizontal>.el-menu-item:hover{background:#1b2945;color:#ffffff
}
.theme-default .menu_container .el-menu--horizontal>.el-menu-item{color:#87a2cd
}
.theme-default .menu_container .el-menu--horizontal>.el-menu-item.is-active{background:#1b2945
}
.theme-default .tr_topmenu{background:#1b2945;border-top:1px solid #171c2c
}
.theme-luomu .BoTopCom{background:#F5222D;color:#fff
}
.theme-luomu .BoTopCom .el-switch__label{color:#fff
}
.theme-luomu .logo{color:#fff
}
.theme-luomu .BoTabCom .tab-li.active{color:#fff;background:#F5222D
}
.theme-luomu .BoTabCom .tab-li:hover{background:#fee9ea;color:#F5222D !important
}
.theme-luomu .HsM1 .fa-list .list-data .fa-span{color:#F5222D !important
}
.theme-luomu .HsM1 .fa-list .list-data .fa-span.active{background:#F5222D;color:#fff !important
}
.theme-luomu .el-menu-item:focus,.theme-luomu .el-menu-item:hover{background-color:#fee9ea
}
.theme-luomu .el-submenu__title:focus,.theme-luomu .el-submenu__title:hover{background-color:#fee9ea
}
.theme-luomu .el-submenu__title:hover{background-color:#fee9ea
}
.theme-luomu .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#fee9ea
}
.theme-luomu .el-table__body tr.current-row>td{background-color:#fee9ea
}
.theme-luomu .el-dropdown-menu__item:focus,.theme-luomu .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#fee9ea;color:#f74e57
}
.theme-luomu .el-table-filter__list-item:hover{background-color:#fee9ea;color:#f74e57
}
.theme-luomu .el-tag--dark .el-tag__close:hover{background-color:#f74e57
}
.theme-luomu .el-button--primary:focus,.theme-luomu .el-button--primary:hover{background:#f74e57 !important;border-color:#f74e57 !important
}
.theme-luomu .el-button--text:focus,.theme-luomu .el-button--text:hover{color:#f74e57
}
.theme-luomu .el-link.el-link--primary:hover{color:#f74e57
}
.theme-luomu .el-select-dropdown__item.hover,.theme-luomu .el-select-dropdown__item:hover{background-color:#fee9ea
}
.theme-luomu .el-button:active{color:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button.is-active,.theme-luomu .el-button.is-plain:active{color:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button--primary.is-active,.theme-luomu .el-button--primary:active{background:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button--primary.is-plain:active{background:#dd1f29;border-color:#dd1f29
}
.theme-luomu .el-button--text:active{color:#dd1f29
}
.theme-luomu .el-button--primary.is-plain:focus,.theme-luomu .el-button--primary.is-plain:hover{background:#F5222D;border-color:#F5222D !important
}
.theme-luomu .el-pagination button:hover{color:#F5222D !important
}
.theme-luomu .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#F5222D !important
}
.theme-luomu .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-luomu .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#F5222D !important
}
.theme-luomu .el-pager li:hover{color:#fff !important
}
.theme-luomu .el-pager li.active{color:#fff !important;cursor:default
}
.theme-luomu .el-dialog__headerbtn:focus .el-dialog__close,.theme-luomu .el-dialog__headerbtn:hover .el-dialog__close{color:#F5222D !important
}
.theme-luomu .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #F5222D
}
.theme-luomu .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #F5222D
}
.theme-luomu .el-menu-item.is-active{color:#F5222D !important
}
.theme-luomu .el-submenu.is-active .el-submenu__title{border-bottom-color:#F5222D !important
}
.theme-luomu .el-radio-button__inner:hover{color:#F5222D !important
}
.theme-luomu .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#F5222D !important;border-color:#F5222D !important;-webkit-box-shadow:-1px 0 0 0 #F5222D;box-shadow:-1px 0 0 0 #F5222D
}
.theme-luomu .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #F5222D;box-shadow:0 0 2px 2px #F5222D
}
.theme-luomu .el-switch__label.is-active{color:#F5222D !important
}
.theme-luomu .el-switch.is-checked .el-switch__core{border-color:#F5222D !important;background-color:#F5222D !important
}
.theme-luomu .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#F5222D !important
}
.theme-luomu .el-select-dropdown__item.selected{color:#F5222D !important
}
.theme-luomu .el-select .el-input__inner:focus{border-color:#F5222D !important
}
.theme-luomu .el-select .el-input.is-focus .el-input__inner{border-color:#F5222D !important
}
.theme-luomu .el-table th>.cell.highlight{color:#F5222D !important
}
.theme-luomu .el-table .ascending .sort-caret.ascending{border-bottom-color:#F5222D !important
}
.theme-luomu .el-table .descending .sort-caret.descending{border-top-color:#F5222D !important
}
.theme-luomu .el-table-filter__list-item.is-active{background-color:#F5222D !important
}
.theme-luomu .el-table-filter__bottom button:hover{color:#F5222D !important
}
.theme-luomu .el-date-table td.today span{color:#F5222D !important
}
.theme-luomu .el-date-table td.available:hover{color:#F5222D !important
}
.theme-luomu .el-date-table td.current:not(.disabled) span{background-color:#F5222D !important
}
.theme-luomu .el-date-table td.end-date span,.theme-luomu .el-date-table td.start-date span{background-color:#F5222D !important
}
.theme-luomu .el-date-table td.selected span{background-color:#F5222D !important
}
.theme-luomu .el-month-table td.today .cell{color:#F5222D !important
}
.theme-luomu .el-month-table td .cell:hover{color:#F5222D !important
}
.theme-luomu .el-month-table td.end-date .cell,.theme-luomu .el-month-table td.start-date .cell{background-color:#F5222D !important
}
.theme-luomu .el-month-table td.current:not(.disabled) .cell{color:#F5222D !important
}
.theme-luomu .el-year-table td.today .cell{color:#F5222D !important
}
.theme-luomu .el-year-table td .cell:hover,.theme-luomu .el-year-table td.current:not(.disabled) .cell{color:#F5222D !important
}
.theme-luomu .el-date-picker__header-label.active,.theme-luomu .el-date-picker__header-label:hover{color:#F5222D !important
}
.theme-luomu .time-select-item.selected:not(.disabled){color:#F5222D !important
}
.theme-luomu .el-range-editor.is-active,.theme-luomu .el-range-editor.is-active:hover{border-color:#F5222D !important
}
.theme-luomu .el-picker-panel__shortcut:hover{color:#F5222D !important
}
.theme-luomu .el-picker-panel__shortcut.active{color:#F5222D !important
}
.theme-luomu .el-picker-panel__icon-btn:hover{color:#F5222D !important
}
.theme-luomu .el-time-spinner__arrow:hover{color:#F5222D !important
}
.theme-luomu .el-time-panel__btn.confirm{color:#F5222D !important
}
.theme-luomu .el-message-box__headerbtn:focus .el-message-box__close,.theme-luomu .el-message-box__headerbtn:hover .el-message-box__close{color:#F5222D !important
}
.theme-luomu .el-breadcrumb__inner a:hover,.theme-luomu .el-breadcrumb__inner.is-link:hover{color:#F5222D !important
}
.theme-luomu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-luomu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-luomu .el-tabs__active-bar{background-color:#F5222D !important
}
.theme-luomu .el-tabs__new-tab:hover{color:#F5222D !important
}
.theme-luomu .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #F5222D inset;box-shadow:0 0 2px 2px #F5222D inset
}
.theme-luomu .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-luomu .el-tabs__item:hover{color:#F5222D !important
}
.theme-luomu .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#F5222D !important
}
.theme-luomu .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#F5222D !important
}
.theme-luomu .el-tree__drop-indicator{background-color:#F5222D !important
}
.theme-luomu .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#F5222D !important
}
.theme-luomu .el-input-number__decrease:hover,.theme-luomu .el-input-number__increase:hover{color:#F5222D !important
}
.theme-luomu .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-luomu .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#F5222D !important
}
.theme-luomu .el-slider__bar{background-color:#F5222D !important
}
.theme-luomu .el-slider__button{border:2px solid #F5222D
}
.theme-luomu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-luomu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#F5222D !important
}
.theme-luomu .el-loading-spinner .el-loading-text{color:#F5222D !important
}
.theme-luomu .el-loading-spinner .path{stroke:#F5222D
}
.theme-luomu .el-loading-spinner i{color:#F5222D !important
}
.theme-luomu .el-upload--picture-card:hover,.theme-luomu .el-upload:focus{border-color:#F5222D !important;color:#F5222D !important
}
.theme-luomu .el-upload:focus .el-upload-dragger{border-color:#F5222D !important
}
.theme-luomu .el-upload-dragger .el-upload__text em{color:#F5222D !important
}
.theme-luomu .el-upload-dragger:hover{border-color:#F5222D !important
}
.theme-luomu .el-upload-dragger.is-dragover{border:2px dashed #F5222D
}
.theme-luomu .el-upload-list__item .el-icon-close-tip{color:#F5222D !important
}
.theme-luomu .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-luomu .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#F5222D !important
}
.theme-luomu .el-upload-list__item-delete:hover{color:#F5222D !important
}
.theme-luomu .el-progress-bar__inner{background-color:#F5222D !important
}
.theme-luomu .el-badge__content--primary{background-color:#F5222D !important
}
.theme-luomu .el-step__head.is-finish{color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-step__title.is-finish{color:#F5222D !important
}
.theme-luomu .el-step__description.is-finish{color:#F5222D !important
}
.theme-luomu .el-collapse-item__header.focusing:focus:not(:hover){color:#F5222D !important
}
.theme-luomu .el-tag{color:#F5222D !important;background-color:#fee9ea
}
.theme-luomu .el-tag.is-hit{border-color:#F5222D !important
}
.theme-luomu .el-tag .el-tag__close{color:#F5222D !important
}
.theme-luomu .el-tag .el-tag__close:hover{background-color:#F5222D !important
}
.theme-luomu .el-tag--dark{background-color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-tag--dark.is-hit{border-color:#F5222D !important
}
.theme-luomu .el-tag--plain{color:#F5222D !important
}
.theme-luomu .el-tag--plain.is-hit{border-color:#F5222D !important
}
.theme-luomu .el-tag--plain .el-tag__close{color:#F5222D !important
}
.theme-luomu .el-tag--plain .el-tag__close:hover{background-color:#F5222D !important
}
.theme-luomu .el-cascader .el-input .el-input__inner:focus,.theme-luomu .el-cascader .el-input.is-focus .el-input__inner{border-color:#F5222D !important
}
.theme-luomu .el-cascader__suggestion-item.is-checked{color:#F5222D !important
}
.theme-luomu .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #F5222D;box-shadow:0 0 3px 2px #F5222D
}
.theme-luomu .el-color-dropdown__btn:hover{color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-color-dropdown__link-btn{color:#F5222D !important
}
.theme-luomu .el-color-dropdown__link-btn:hover{color:tint(#F5222D, 20%)
}
.theme-luomu .el-textarea__inner:focus{border-color:#F5222D !important
}
.theme-luomu .el-input.is-active .el-input__inner,.theme-luomu .el-input__inner:focus{border-color:#F5222D !important
}
.theme-luomu .el-button.is-plain:focus,.theme-luomu .el-button.is-plain:hover{border-color:#F5222D !important;color:#F5222D !important
}
.theme-luomu .el-button--primary{background-color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-button--text{color:#F5222D !important
}
.theme-luomu .el-transfer__button{background-color:#F5222D !important
}
.theme-luomu .el-transfer-panel__item:hover{color:#F5222D !important
}
.theme-luomu .el-timeline-item__node--primary{background-color:#F5222D !important
}
.theme-luomu .el-link.is-underline:hover:after{border-bottom:1px solid #F5222D
}
.theme-luomu .el-link.el-link--default:after,.theme-luomu .el-link.el-link--primary.is-underline:hover:after,.theme-luomu .el-link.el-link--primary:after{border-color:#F5222D !important
}
.theme-luomu .el-link.el-link--default:hover{color:#F5222D !important
}
.theme-luomu .el-link.el-link--primary{color:#F5222D !important
}
.theme-luomu .el-backtop,.theme-luomu .el-calendar-table td.is-today{color:#F5222D !important
}
.theme-luomu .el-checkbox.is-bordered.is-checked{border-color:#F5222D !important
}
.theme-luomu .el-checkbox__input.is-checked .el-checkbox__inner,.theme-luomu .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#F5222D !important;border-color:#F5222D !important
}
.theme-luomu .el-checkbox__input.is-checked+.el-checkbox__label{color:#F5222D !important
}
.theme-luomu .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#F5222D !important
}
.theme-luomu .el-checkbox__inner:hover{border-color:#F5222D !important
}
.theme-luomu .el-checkbox-button__inner:hover{color:#F5222D !important
}
.theme-luomu .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#F5222D !important
}
.theme-luomu .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#F5222D !important
}
.theme-luomu .el-radio.is-bordered.is-checked{border-color:#F5222D !important
}
.theme-luomu .el-radio__input.is-checked .el-radio__inner{border-color:#F5222D !important;background:#F5222D
}
.theme-luomu .el-radio__input.is-checked+.el-radio__label{color:#F5222D !important
}
.theme-luomu .el-radio__input.is-focus .el-radio__inner{border-color:#F5222D !important
}
.theme-luomu .el-radio__inner:hover{border-color:#F5222D !important
}
.theme-luomu .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #F5222D;box-shadow:0 0 2px 2px #F5222D
}
.theme-luomu .el-cascader-node.in-active-path,.theme-luomu .el-cascader-node.is-active,.theme-luomu .el-cascader-node.is-selectable.in-checked-path{color:#F5222D !important
}
.theme-luomu .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#feedee
}
.theme-luomu .el-tag{border-color:#fdd3d5
}
.theme-luomu .el-tag--plain{border-color:#fba7ab
}
.theme-luomu .el-button:focus,.theme-luomu .el-button:hover{border-color:#fcbdc0;background-color:#fee9ea
}
.theme-luomu .el-button--primary.is-plain{color:#F5222D;background:#fee9ea;border-color:#fba7ab
}
.theme-luomu .el-button--primary.is-plain.is-disabled,.theme-luomu .el-button--primary.is-plain.is-disabled:active,.theme-luomu .el-button--primary.is-plain.is-disabled:focus,.theme-luomu .el-button--primary.is-plain.is-disabled:hover{color:#f97a81;background-color:#fee9ea;border-color:#fdd3d5
}
.theme-luomu .el-link.el-link--primary.is-disabled{color:#fa9196
}
.theme-luomu .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#F5222D;border-color:#F5222D;-webkit-box-shadow:-1px 0 0 0 #f97a81;box-shadow:-1px 0 0 0 #f97a81
}
.theme-luomu .mark-box{background:#fff
}
.theme-luomu .mark-box .mark_price li{background:#fff
}
.theme-luomu .mark-box .mark_price li:hover{background:#f4f5f6
}
.theme-luomu .mark-box .mark_price li .coinname{color:#161826
}
.theme-luomu .mark-box .mark_price li .mpcolor{color:#66718f
}
.theme-luomu .mark-box .mark_price li .price{color:#161826
}
.theme-luomu .mark-box .mark_price li:after{border-left:1px solid #e6e6e6
}
.theme-luomu .pur-back{background:#fff;border-bottom:1px solid #e6e6e6
}
.theme-luomu .pur-back .pur-center h3{color:#161826
}
.theme-luomu .notice-bar{background:#f6f9fc
}
.theme-luomu .notice-bar .text-wrap{color:#1c242c
}
.theme-luomu .terrace_tips p{color:#192544
}
.theme-luomu .terrace_tips p em{color:#185dd3;background-image:-webkit-gradient(linear, left top, left bottom, from(#185dd3), to(#061d79));background-image:linear-gradient(180deg, #185dd3, #061d79);padding:0 5px
}
.theme-luomu .terrace_tips .do_title{color:#495666
}
.theme-luomu .page-global-exchange{background:#e5ebf5
}
.theme-jiangzi .BoTopCom{background:#722ED1;color:#fff
}
.theme-jiangzi .BoTopCom .el-switch__label{color:#fff
}
.theme-jiangzi .logo{color:#fff
}
.theme-jiangzi .BoTabCom .tab-li.active{color:#fff;background:#722ED1
}
.theme-jiangzi .BoTabCom .tab-li:hover{background:#f1eafa;color:#722ED1 !important
}
.theme-jiangzi .HsM1 .fa-list .list-data .fa-span{color:#722ED1 !important
}
.theme-jiangzi .HsM1 .fa-list .list-data .fa-span.active{background:#722ED1;color:#fff !important
}
.theme-jiangzi .el-menu-item:focus,.theme-jiangzi .el-menu-item:hover{background-color:#f1eafa
}
.theme-jiangzi .el-submenu__title:focus,.theme-jiangzi .el-submenu__title:hover{background-color:#f1eafa
}
.theme-jiangzi .el-submenu__title:hover{background-color:#f1eafa
}
.theme-jiangzi .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#f1eafa
}
.theme-jiangzi .el-table__body tr.current-row>td{background-color:#f1eafa
}
.theme-jiangzi .el-dropdown-menu__item:focus,.theme-jiangzi .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#f1eafa;color:#8e58da
}
.theme-jiangzi .el-table-filter__list-item:hover{background-color:#f1eafa;color:#8e58da
}
.theme-jiangzi .el-tag--dark .el-tag__close:hover{background-color:#8e58da
}
.theme-jiangzi .el-button--primary:focus,.theme-jiangzi .el-button--primary:hover{background:#8e58da !important;border-color:#8e58da !important
}
.theme-jiangzi .el-button--text:focus,.theme-jiangzi .el-button--text:hover{color:#8e58da
}
.theme-jiangzi .el-link.el-link--primary:hover{color:#8e58da
}
.theme-jiangzi .el-select-dropdown__item.hover,.theme-jiangzi .el-select-dropdown__item:hover{background-color:#f1eafa
}
.theme-jiangzi .el-button:active{color:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button.is-active,.theme-jiangzi .el-button.is-plain:active{color:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button--primary.is-active,.theme-jiangzi .el-button--primary:active{background:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button--primary.is-plain:active{background:#6729bc;border-color:#6729bc
}
.theme-jiangzi .el-button--text:active{color:#6729bc
}
.theme-jiangzi .el-button--primary.is-plain:focus,.theme-jiangzi .el-button--primary.is-plain:hover{background:#722ED1;border-color:#722ED1 !important
}
.theme-jiangzi .el-pagination button:hover{color:#722ED1 !important
}
.theme-jiangzi .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-jiangzi .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#722ED1 !important
}
.theme-jiangzi .el-pager li:hover{color:#fff !important
}
.theme-jiangzi .el-pager li.active{color:#fff !important;cursor:default
}
.theme-jiangzi .el-dialog__headerbtn:focus .el-dialog__close,.theme-jiangzi .el-dialog__headerbtn:hover .el-dialog__close{color:#722ED1 !important
}
.theme-jiangzi .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #722ED1
}
.theme-jiangzi .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #722ED1
}
.theme-jiangzi .el-menu-item.is-active{color:#722ED1 !important
}
.theme-jiangzi .el-submenu.is-active .el-submenu__title{border-bottom-color:#722ED1 !important
}
.theme-jiangzi .el-radio-button__inner:hover{color:#722ED1 !important
}
.theme-jiangzi .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#722ED1 !important;border-color:#722ED1 !important;-webkit-box-shadow:-1px 0 0 0 #722ED1;box-shadow:-1px 0 0 0 #722ED1
}
.theme-jiangzi .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #722ED1;box-shadow:0 0 2px 2px #722ED1
}
.theme-jiangzi .el-switch__label.is-active{color:#722ED1 !important
}
.theme-jiangzi .el-switch.is-checked .el-switch__core{border-color:#722ED1 !important;background-color:#722ED1 !important
}
.theme-jiangzi .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#722ED1 !important
}
.theme-jiangzi .el-select-dropdown__item.selected{color:#722ED1 !important
}
.theme-jiangzi .el-select .el-input__inner:focus{border-color:#722ED1 !important
}
.theme-jiangzi .el-select .el-input.is-focus .el-input__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-table th>.cell.highlight{color:#722ED1 !important
}
.theme-jiangzi .el-table .ascending .sort-caret.ascending{border-bottom-color:#722ED1 !important
}
.theme-jiangzi .el-table .descending .sort-caret.descending{border-top-color:#722ED1 !important
}
.theme-jiangzi .el-table-filter__list-item.is-active{background-color:#722ED1 !important
}
.theme-jiangzi .el-table-filter__bottom button:hover{color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.today span{color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.available:hover{color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.current:not(.disabled) span{background-color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.end-date span,.theme-jiangzi .el-date-table td.start-date span{background-color:#722ED1 !important
}
.theme-jiangzi .el-date-table td.selected span{background-color:#722ED1 !important
}
.theme-jiangzi .el-month-table td.today .cell{color:#722ED1 !important
}
.theme-jiangzi .el-month-table td .cell:hover{color:#722ED1 !important
}
.theme-jiangzi .el-month-table td.end-date .cell,.theme-jiangzi .el-month-table td.start-date .cell{background-color:#722ED1 !important
}
.theme-jiangzi .el-month-table td.current:not(.disabled) .cell{color:#722ED1 !important
}
.theme-jiangzi .el-year-table td.today .cell{color:#722ED1 !important
}
.theme-jiangzi .el-year-table td .cell:hover,.theme-jiangzi .el-year-table td.current:not(.disabled) .cell{color:#722ED1 !important
}
.theme-jiangzi .el-date-picker__header-label.active,.theme-jiangzi .el-date-picker__header-label:hover{color:#722ED1 !important
}
.theme-jiangzi .time-select-item.selected:not(.disabled){color:#722ED1 !important
}
.theme-jiangzi .el-range-editor.is-active,.theme-jiangzi .el-range-editor.is-active:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-picker-panel__shortcut:hover{color:#722ED1 !important
}
.theme-jiangzi .el-picker-panel__shortcut.active{color:#722ED1 !important
}
.theme-jiangzi .el-picker-panel__icon-btn:hover{color:#722ED1 !important
}
.theme-jiangzi .el-time-spinner__arrow:hover{color:#722ED1 !important
}
.theme-jiangzi .el-time-panel__btn.confirm{color:#722ED1 !important
}
.theme-jiangzi .el-message-box__headerbtn:focus .el-message-box__close,.theme-jiangzi .el-message-box__headerbtn:hover .el-message-box__close{color:#722ED1 !important
}
.theme-jiangzi .el-breadcrumb__inner a:hover,.theme-jiangzi .el-breadcrumb__inner.is-link:hover{color:#722ED1 !important
}
.theme-jiangzi .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-jiangzi .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-jiangzi .el-tabs__active-bar{background-color:#722ED1 !important
}
.theme-jiangzi .el-tabs__new-tab:hover{color:#722ED1 !important
}
.theme-jiangzi .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #722ED1 inset;box-shadow:0 0 2px 2px #722ED1 inset
}
.theme-jiangzi .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-jiangzi .el-tabs__item:hover{color:#722ED1 !important
}
.theme-jiangzi .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#722ED1 !important
}
.theme-jiangzi .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#722ED1 !important
}
.theme-jiangzi .el-tree__drop-indicator{background-color:#722ED1 !important
}
.theme-jiangzi .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#722ED1 !important
}
.theme-jiangzi .el-input-number__decrease:hover,.theme-jiangzi .el-input-number__increase:hover{color:#722ED1 !important
}
.theme-jiangzi .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-jiangzi .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#722ED1 !important
}
.theme-jiangzi .el-slider__bar{background-color:#722ED1 !important
}
.theme-jiangzi .el-slider__button{border:2px solid #722ED1
}
.theme-jiangzi .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-jiangzi .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#722ED1 !important
}
.theme-jiangzi .el-loading-spinner .el-loading-text{color:#722ED1 !important
}
.theme-jiangzi .el-loading-spinner .path{stroke:#722ED1
}
.theme-jiangzi .el-loading-spinner i{color:#722ED1 !important
}
.theme-jiangzi .el-upload--picture-card:hover,.theme-jiangzi .el-upload:focus{border-color:#722ED1 !important;color:#722ED1 !important
}
.theme-jiangzi .el-upload:focus .el-upload-dragger{border-color:#722ED1 !important
}
.theme-jiangzi .el-upload-dragger .el-upload__text em{color:#722ED1 !important
}
.theme-jiangzi .el-upload-dragger:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-upload-dragger.is-dragover{border:2px dashed #722ED1
}
.theme-jiangzi .el-upload-list__item .el-icon-close-tip{color:#722ED1 !important
}
.theme-jiangzi .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-jiangzi .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#722ED1 !important
}
.theme-jiangzi .el-upload-list__item-delete:hover{color:#722ED1 !important
}
.theme-jiangzi .el-progress-bar__inner{background-color:#722ED1 !important
}
.theme-jiangzi .el-badge__content--primary{background-color:#722ED1 !important
}
.theme-jiangzi .el-step__head.is-finish{color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-step__title.is-finish{color:#722ED1 !important
}
.theme-jiangzi .el-step__description.is-finish{color:#722ED1 !important
}
.theme-jiangzi .el-collapse-item__header.focusing:focus:not(:hover){color:#722ED1 !important
}
.theme-jiangzi .el-tag{color:#722ED1 !important;background-color:#f1eafa
}
.theme-jiangzi .el-tag.is-hit{border-color:#722ED1 !important
}
.theme-jiangzi .el-tag .el-tag__close{color:#722ED1 !important
}
.theme-jiangzi .el-tag .el-tag__close:hover{background-color:#722ED1 !important
}
.theme-jiangzi .el-tag--dark{background-color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-tag--dark.is-hit{border-color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain{color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain.is-hit{border-color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain .el-tag__close{color:#722ED1 !important
}
.theme-jiangzi .el-tag--plain .el-tag__close:hover{background-color:#722ED1 !important
}
.theme-jiangzi .el-cascader .el-input .el-input__inner:focus,.theme-jiangzi .el-cascader .el-input.is-focus .el-input__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-cascader__suggestion-item.is-checked{color:#722ED1 !important
}
.theme-jiangzi .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #722ED1;box-shadow:0 0 3px 2px #722ED1
}
.theme-jiangzi .el-color-dropdown__btn:hover{color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-color-dropdown__link-btn{color:#722ED1 !important
}
.theme-jiangzi .el-color-dropdown__link-btn:hover{color:tint(#722ED1, 20%)
}
.theme-jiangzi .el-textarea__inner:focus{border-color:#722ED1 !important
}
.theme-jiangzi .el-input.is-active .el-input__inner,.theme-jiangzi .el-input__inner:focus{border-color:#722ED1 !important
}
.theme-jiangzi .el-button.is-plain:focus,.theme-jiangzi .el-button.is-plain:hover{border-color:#722ED1 !important;color:#722ED1 !important
}
.theme-jiangzi .el-button--primary{background-color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-button--text{color:#722ED1 !important
}
.theme-jiangzi .el-transfer__button{background-color:#722ED1 !important
}
.theme-jiangzi .el-transfer-panel__item:hover{color:#722ED1 !important
}
.theme-jiangzi .el-timeline-item__node--primary{background-color:#722ED1 !important
}
.theme-jiangzi .el-link.is-underline:hover:after{border-bottom:1px solid #722ED1
}
.theme-jiangzi .el-link.el-link--default:after,.theme-jiangzi .el-link.el-link--primary.is-underline:hover:after,.theme-jiangzi .el-link.el-link--primary:after{border-color:#722ED1 !important
}
.theme-jiangzi .el-link.el-link--default:hover{color:#722ED1 !important
}
.theme-jiangzi .el-link.el-link--primary{color:#722ED1 !important
}
.theme-jiangzi .el-backtop,.theme-jiangzi .el-calendar-table td.is-today{color:#722ED1 !important
}
.theme-jiangzi .el-checkbox.is-bordered.is-checked{border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__input.is-checked .el-checkbox__inner,.theme-jiangzi .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#722ED1 !important;border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__input.is-checked+.el-checkbox__label{color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox__inner:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox-button__inner:hover{color:#722ED1 !important
}
.theme-jiangzi .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#722ED1 !important
}
.theme-jiangzi .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio.is-bordered.is-checked{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio__input.is-checked .el-radio__inner{border-color:#722ED1 !important;background:#722ED1
}
.theme-jiangzi .el-radio__input.is-checked+.el-radio__label{color:#722ED1 !important
}
.theme-jiangzi .el-radio__input.is-focus .el-radio__inner{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio__inner:hover{border-color:#722ED1 !important
}
.theme-jiangzi .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #722ED1;box-shadow:0 0 2px 2px #722ED1
}
.theme-jiangzi .el-cascader-node.in-active-path,.theme-jiangzi .el-cascader-node.is-active,.theme-jiangzi .el-cascader-node.is-selectable.in-checked-path{color:#722ED1 !important
}
.theme-jiangzi .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f4eefb
}
.theme-jiangzi .el-tag{border-color:#e3d5f6
}
.theme-jiangzi .el-tag--plain{border-color:#c7abed
}
.theme-jiangzi .el-button:focus,.theme-jiangzi .el-button:hover{border-color:#d5c0f1;background-color:#f1eafa
}
.theme-jiangzi .el-button--primary.is-plain{color:#722ED1;background:#f1eafa;border-color:#c7abed
}
.theme-jiangzi .el-button--primary.is-plain.is-disabled,.theme-jiangzi .el-button--primary.is-plain.is-disabled:active,.theme-jiangzi .el-button--primary.is-plain.is-disabled:focus,.theme-jiangzi .el-button--primary.is-plain.is-disabled:hover{color:#aa82e3;background-color:#f1eafa;border-color:#e3d5f6
}
.theme-jiangzi .el-link.el-link--primary.is-disabled{color:#b997e8
}
.theme-jiangzi .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#722ED1;border-color:#722ED1;-webkit-box-shadow:-1px 0 0 0 #aa82e3;box-shadow:-1px 0 0 0 #aa82e3
}
.theme-jiangzi .mark-box{background:#fff
}
.theme-rimu .BoTopCom{background:#FAAD14;color:#fff
}
.theme-rimu .BoTopCom .el-switch__label{color:#fff
}
.theme-rimu .logo{color:#fff
}
.theme-rimu .BoTabCom .tab-li.active{color:#fff;background:#FAAD14
}
.theme-rimu .BoTabCom .tab-li:hover{background:#fff7e8;color:#FAAD14 !important
}
.theme-rimu .HsM1 .fa-list .list-data .fa-span{color:#FAAD14 !important
}
.theme-rimu .HsM1 .fa-list .list-data .fa-span.active{background:#FAAD14;color:#fff !important
}
.theme-rimu .el-menu-item:focus,.theme-rimu .el-menu-item:hover{background-color:#fff7e8
}
.theme-rimu .el-submenu__title:focus,.theme-rimu .el-submenu__title:hover{background-color:#fff7e8
}
.theme-rimu .el-submenu__title:hover{background-color:#fff7e8
}
.theme-rimu .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#fff7e8
}
.theme-rimu .el-table__body tr.current-row>td{background-color:#fff7e8
}
.theme-rimu .el-dropdown-menu__item:focus,.theme-rimu .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#fff7e8;color:#fbbd43
}
.theme-rimu .el-table-filter__list-item:hover{background-color:#fff7e8;color:#fbbd43
}
.theme-rimu .el-tag--dark .el-tag__close:hover{background-color:#fbbd43
}
.theme-rimu .el-button--primary:focus,.theme-rimu .el-button--primary:hover{background:#fbbd43 !important;border-color:#fbbd43 !important
}
.theme-rimu .el-button--text:focus,.theme-rimu .el-button--text:hover{color:#fbbd43
}
.theme-rimu .el-link.el-link--primary:hover{color:#fbbd43
}
.theme-rimu .el-select-dropdown__item.hover,.theme-rimu .el-select-dropdown__item:hover{background-color:#fff7e8
}
.theme-rimu .el-button:active{color:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button.is-active,.theme-rimu .el-button.is-plain:active{color:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button--primary.is-active,.theme-rimu .el-button--primary:active{background:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button--primary.is-plain:active{background:#e19c12;border-color:#e19c12
}
.theme-rimu .el-button--text:active{color:#e19c12
}
.theme-rimu .el-button--primary.is-plain:focus,.theme-rimu .el-button--primary.is-plain:hover{background:#FAAD14;border-color:#FAAD14 !important
}
.theme-rimu .el-pagination button:hover{color:#FAAD14 !important
}
.theme-rimu .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-rimu .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#FAAD14 !important
}
.theme-rimu .el-pager li:hover{color:#fff !important
}
.theme-rimu .el-pager li.active{color:#fff !important;cursor:default
}
.theme-rimu .el-dialog__headerbtn:focus .el-dialog__close,.theme-rimu .el-dialog__headerbtn:hover .el-dialog__close{color:#FAAD14 !important
}
.theme-rimu .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #FAAD14
}
.theme-rimu .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #FAAD14
}
.theme-rimu .el-menu-item.is-active{color:#FAAD14 !important
}
.theme-rimu .el-submenu.is-active .el-submenu__title{border-bottom-color:#FAAD14 !important
}
.theme-rimu .el-radio-button__inner:hover{color:#FAAD14 !important
}
.theme-rimu .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#FAAD14 !important;border-color:#FAAD14 !important;-webkit-box-shadow:-1px 0 0 0 #FAAD14;box-shadow:-1px 0 0 0 #FAAD14
}
.theme-rimu .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #FAAD14;box-shadow:0 0 2px 2px #FAAD14
}
.theme-rimu .el-switch__label.is-active{color:#FAAD14 !important
}
.theme-rimu .el-switch.is-checked .el-switch__core{border-color:#FAAD14 !important;background-color:#FAAD14 !important
}
.theme-rimu .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#FAAD14 !important
}
.theme-rimu .el-select-dropdown__item.selected{color:#FAAD14 !important
}
.theme-rimu .el-select .el-input__inner:focus{border-color:#FAAD14 !important
}
.theme-rimu .el-select .el-input.is-focus .el-input__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-table th>.cell.highlight{color:#FAAD14 !important
}
.theme-rimu .el-table .ascending .sort-caret.ascending{border-bottom-color:#FAAD14 !important
}
.theme-rimu .el-table .descending .sort-caret.descending{border-top-color:#FAAD14 !important
}
.theme-rimu .el-table-filter__list-item.is-active{background-color:#FAAD14 !important
}
.theme-rimu .el-table-filter__bottom button:hover{color:#FAAD14 !important
}
.theme-rimu .el-date-table td.today span{color:#FAAD14 !important
}
.theme-rimu .el-date-table td.available:hover{color:#FAAD14 !important
}
.theme-rimu .el-date-table td.current:not(.disabled) span{background-color:#FAAD14 !important
}
.theme-rimu .el-date-table td.end-date span,.theme-rimu .el-date-table td.start-date span{background-color:#FAAD14 !important
}
.theme-rimu .el-date-table td.selected span{background-color:#FAAD14 !important
}
.theme-rimu .el-month-table td.today .cell{color:#FAAD14 !important
}
.theme-rimu .el-month-table td .cell:hover{color:#FAAD14 !important
}
.theme-rimu .el-month-table td.end-date .cell,.theme-rimu .el-month-table td.start-date .cell{background-color:#FAAD14 !important
}
.theme-rimu .el-month-table td.current:not(.disabled) .cell{color:#FAAD14 !important
}
.theme-rimu .el-year-table td.today .cell{color:#FAAD14 !important
}
.theme-rimu .el-year-table td .cell:hover,.theme-rimu .el-year-table td.current:not(.disabled) .cell{color:#FAAD14 !important
}
.theme-rimu .el-date-picker__header-label.active,.theme-rimu .el-date-picker__header-label:hover{color:#FAAD14 !important
}
.theme-rimu .time-select-item.selected:not(.disabled){color:#FAAD14 !important
}
.theme-rimu .el-range-editor.is-active,.theme-rimu .el-range-editor.is-active:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-picker-panel__shortcut:hover{color:#FAAD14 !important
}
.theme-rimu .el-picker-panel__shortcut.active{color:#FAAD14 !important
}
.theme-rimu .el-picker-panel__icon-btn:hover{color:#FAAD14 !important
}
.theme-rimu .el-time-spinner__arrow:hover{color:#FAAD14 !important
}
.theme-rimu .el-time-panel__btn.confirm{color:#FAAD14 !important
}
.theme-rimu .el-message-box__headerbtn:focus .el-message-box__close,.theme-rimu .el-message-box__headerbtn:hover .el-message-box__close{color:#FAAD14 !important
}
.theme-rimu .el-breadcrumb__inner a:hover,.theme-rimu .el-breadcrumb__inner.is-link:hover{color:#FAAD14 !important
}
.theme-rimu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-rimu .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-rimu .el-tabs__active-bar{background-color:#FAAD14 !important
}
.theme-rimu .el-tabs__new-tab:hover{color:#FAAD14 !important
}
.theme-rimu .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #FAAD14 inset;box-shadow:0 0 2px 2px #FAAD14 inset
}
.theme-rimu .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-rimu .el-tabs__item:hover{color:#FAAD14 !important
}
.theme-rimu .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#FAAD14 !important
}
.theme-rimu .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#FAAD14 !important
}
.theme-rimu .el-tree__drop-indicator{background-color:#FAAD14 !important
}
.theme-rimu .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#FAAD14 !important
}
.theme-rimu .el-input-number__decrease:hover,.theme-rimu .el-input-number__increase:hover{color:#FAAD14 !important
}
.theme-rimu .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-rimu .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#FAAD14 !important
}
.theme-rimu .el-slider__bar{background-color:#FAAD14 !important
}
.theme-rimu .el-slider__button{border:2px solid #FAAD14
}
.theme-rimu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-rimu .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#FAAD14 !important
}
.theme-rimu .el-loading-spinner .el-loading-text{color:#FAAD14 !important
}
.theme-rimu .el-loading-spinner .path{stroke:#FAAD14
}
.theme-rimu .el-loading-spinner i{color:#FAAD14 !important
}
.theme-rimu .el-upload--picture-card:hover,.theme-rimu .el-upload:focus{border-color:#FAAD14 !important;color:#FAAD14 !important
}
.theme-rimu .el-upload:focus .el-upload-dragger{border-color:#FAAD14 !important
}
.theme-rimu .el-upload-dragger .el-upload__text em{color:#FAAD14 !important
}
.theme-rimu .el-upload-dragger:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-upload-dragger.is-dragover{border:2px dashed #FAAD14
}
.theme-rimu .el-upload-list__item .el-icon-close-tip{color:#FAAD14 !important
}
.theme-rimu .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-rimu .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#FAAD14 !important
}
.theme-rimu .el-upload-list__item-delete:hover{color:#FAAD14 !important
}
.theme-rimu .el-progress-bar__inner{background-color:#FAAD14 !important
}
.theme-rimu .el-badge__content--primary{background-color:#FAAD14 !important
}
.theme-rimu .el-step__head.is-finish{color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-step__title.is-finish{color:#FAAD14 !important
}
.theme-rimu .el-step__description.is-finish{color:#FAAD14 !important
}
.theme-rimu .el-collapse-item__header.focusing:focus:not(:hover){color:#FAAD14 !important
}
.theme-rimu .el-tag{color:#FAAD14 !important;background-color:#fff7e8
}
.theme-rimu .el-tag.is-hit{border-color:#FAAD14 !important
}
.theme-rimu .el-tag .el-tag__close{color:#FAAD14 !important
}
.theme-rimu .el-tag .el-tag__close:hover{background-color:#FAAD14 !important
}
.theme-rimu .el-tag--dark{background-color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-tag--dark.is-hit{border-color:#FAAD14 !important
}
.theme-rimu .el-tag--plain{color:#FAAD14 !important
}
.theme-rimu .el-tag--plain.is-hit{border-color:#FAAD14 !important
}
.theme-rimu .el-tag--plain .el-tag__close{color:#FAAD14 !important
}
.theme-rimu .el-tag--plain .el-tag__close:hover{background-color:#FAAD14 !important
}
.theme-rimu .el-cascader .el-input .el-input__inner:focus,.theme-rimu .el-cascader .el-input.is-focus .el-input__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-cascader__suggestion-item.is-checked{color:#FAAD14 !important
}
.theme-rimu .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #FAAD14;box-shadow:0 0 3px 2px #FAAD14
}
.theme-rimu .el-color-dropdown__btn:hover{color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-color-dropdown__link-btn{color:#FAAD14 !important
}
.theme-rimu .el-color-dropdown__link-btn:hover{color:tint(#FAAD14, 20%)
}
.theme-rimu .el-textarea__inner:focus{border-color:#FAAD14 !important
}
.theme-rimu .el-input.is-active .el-input__inner,.theme-rimu .el-input__inner:focus{border-color:#FAAD14 !important
}
.theme-rimu .el-button.is-plain:focus,.theme-rimu .el-button.is-plain:hover{border-color:#FAAD14 !important;color:#FAAD14 !important
}
.theme-rimu .el-button--primary{background-color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-button--text{color:#FAAD14 !important
}
.theme-rimu .el-transfer__button{background-color:#FAAD14 !important
}
.theme-rimu .el-transfer-panel__item:hover{color:#FAAD14 !important
}
.theme-rimu .el-timeline-item__node--primary{background-color:#FAAD14 !important
}
.theme-rimu .el-link.is-underline:hover:after{border-bottom:1px solid #FAAD14
}
.theme-rimu .el-link.el-link--default:after,.theme-rimu .el-link.el-link--primary.is-underline:hover:after,.theme-rimu .el-link.el-link--primary:after{border-color:#FAAD14 !important
}
.theme-rimu .el-link.el-link--default:hover{color:#FAAD14 !important
}
.theme-rimu .el-link.el-link--primary{color:#FAAD14 !important
}
.theme-rimu .el-backtop,.theme-rimu .el-calendar-table td.is-today{color:#FAAD14 !important
}
.theme-rimu .el-checkbox.is-bordered.is-checked{border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox__input.is-checked .el-checkbox__inner,.theme-rimu .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#FAAD14 !important;border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox__input.is-checked+.el-checkbox__label{color:#FAAD14 !important
}
.theme-rimu .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox__inner:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-checkbox-button__inner:hover{color:#FAAD14 !important
}
.theme-rimu .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#FAAD14 !important
}
.theme-rimu .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-radio.is-bordered.is-checked{border-color:#FAAD14 !important
}
.theme-rimu .el-radio__input.is-checked .el-radio__inner{border-color:#FAAD14 !important;background:#FAAD14
}
.theme-rimu .el-radio__input.is-checked+.el-radio__label{color:#FAAD14 !important
}
.theme-rimu .el-radio__input.is-focus .el-radio__inner{border-color:#FAAD14 !important
}
.theme-rimu .el-radio__inner:hover{border-color:#FAAD14 !important
}
.theme-rimu .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #FAAD14;box-shadow:0 0 2px 2px #FAAD14
}
.theme-rimu .el-cascader-node.in-active-path,.theme-rimu .el-cascader-node.is-active,.theme-rimu .el-cascader-node.is-selectable.in-checked-path{color:#FAAD14 !important
}
.theme-rimu .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#fff8ec
}
.theme-rimu .el-tag{border-color:#feefd0
}
.theme-rimu .el-tag--plain{border-color:#fddea1
}
.theme-rimu .el-button:focus,.theme-rimu .el-button:hover{border-color:#fee6b9;background-color:#fff7e8
}
.theme-rimu .el-button--primary.is-plain{color:#FAAD14;background:#fff7e8;border-color:#fddea1
}
.theme-rimu .el-button--primary.is-plain.is-disabled,.theme-rimu .el-button--primary.is-plain.is-disabled:active,.theme-rimu .el-button--primary.is-plain.is-disabled:focus,.theme-rimu .el-button--primary.is-plain.is-disabled:hover{color:#fcce72;background-color:#fff7e8;border-color:#feefd0
}
.theme-rimu .el-link.el-link--primary.is-disabled{color:#fdd68a
}
.theme-rimu .el-checkbox-button.is-checked .el-checkbox-button__inner{background-color:#FAAD14;border-color:#FAAD14;-webkit-box-shadow:-1px 0 0 0 #fcce72;box-shadow:-1px 0 0 0 #fcce72
}
.theme-mingqing .BoTopCom{background:#13C2C2;color:#fff
}
.theme-mingqing .BoTopCom .el-switch__label{color:#fff
}
.theme-mingqing .logo{color:#fff
}
.theme-mingqing .BoTabCom .tab-li.active{color:#fff;background:#13C2C2
}
.theme-mingqing .BoTabCom .tab-li:hover{background:#e7f9f9;color:#13C2C2 !important
}
.theme-mingqing .HsM1 .fa-list .list-data .fa-span{color:#13C2C2 !important
}
.theme-mingqing .HsM1 .fa-list .list-data .fa-span.active{background:#13C2C2;color:#fff !important
}
.theme-mingqing .el-menu-item:focus,.theme-mingqing .el-menu-item:hover{background-color:#e7f9f9
}
.theme-mingqing .el-submenu__title:focus,.theme-mingqing .el-submenu__title:hover{background-color:#e7f9f9
}
.theme-mingqing .el-submenu__title:hover{background-color:#e7f9f9
}
.theme-mingqing .el-table--striped .el-table__body tr.el-table__row--striped.current-row td{background-color:#e7f9f9
}
.theme-mingqing .el-table__body tr.current-row>td{background-color:#e7f9f9
}
.theme-mingqing .el-dropdown-menu__item:focus,.theme-mingqing .el-dropdown-menu__item:not(.is-disabled):hover{background-color:#e7f9f9;color:#42cece
}
.theme-mingqing .el-table-filter__list-item:hover{background-color:#e7f9f9;color:#42cece
}
.theme-mingqing .el-tag--dark .el-tag__close:hover{background-color:#42cece
}
.theme-mingqing .el-button--primary:focus,.theme-mingqing .el-button--primary:hover{background:#42cece !important;border-color:#42cece !important
}
.theme-mingqing .el-button--text:focus,.theme-mingqing .el-button--text:hover{color:#42cece
}
.theme-mingqing .el-link.el-link--primary:hover{color:#42cece
}
.theme-mingqing .el-select-dropdown__item.hover,.theme-mingqing .el-select-dropdown__item:hover{background-color:#e7f9f9
}
.theme-mingqing .el-button:active{color:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button.is-active,.theme-mingqing .el-button.is-plain:active{color:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button--primary.is-active,.theme-mingqing .el-button--primary:active{background:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button--primary.is-plain:active{background:#11afaf;border-color:#11afaf
}
.theme-mingqing .el-button--text:active{color:#11afaf
}
.theme-mingqing .el-button--primary.is-plain:focus,.theme-mingqing .el-button--primary.is-plain:hover{background:#13C2C2;border-color:#13C2C2 !important
}
.theme-mingqing .el-pagination button:hover{color:#13C2C2 !important
}
.theme-mingqing .el-pagination__sizes .el-input .el-input__inner:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-pagination.is-background .el-pager li:not(.disabled):hover{color:#fff !important
}
.theme-mingqing .el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#13C2C2 !important
}
.theme-mingqing .el-pager li:hover{color:#fff !important
}
.theme-mingqing .el-pager li.active{color:#fff !important;cursor:default
}
.theme-mingqing .el-dialog__headerbtn:focus .el-dialog__close,.theme-mingqing .el-dialog__headerbtn:hover .el-dialog__close{color:#13C2C2 !important
}
.theme-mingqing .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #13C2C2
}
.theme-mingqing .el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #13C2C2
}
.theme-mingqing .el-menu-item.is-active{color:#13C2C2 !important
}
.theme-mingqing .el-submenu.is-active .el-submenu__title{border-bottom-color:#13C2C2 !important
}
.theme-mingqing .el-radio-button__inner:hover{color:#13C2C2 !important
}
.theme-mingqing .el-radio-button__orig-radio:checked+.el-radio-button__inner{background-color:#13C2C2 !important;border-color:#13C2C2 !important;-webkit-box-shadow:-1px 0 0 0 #13C2C2;box-shadow:-1px 0 0 0 #13C2C2
}
.theme-mingqing .el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #13C2C2;box-shadow:0 0 2px 2px #13C2C2
}
.theme-mingqing .el-switch__label.is-active{color:#13C2C2 !important
}
.theme-mingqing .el-switch.is-checked .el-switch__core{border-color:#13C2C2 !important;background-color:#13C2C2 !important
}
.theme-mingqing .el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#13C2C2 !important
}
.theme-mingqing .el-select-dropdown__item.selected{color:#13C2C2 !important
}
.theme-mingqing .el-select .el-input__inner:focus{border-color:#13C2C2 !important
}
.theme-mingqing .el-select .el-input.is-focus .el-input__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-table th>.cell.highlight{color:#13C2C2 !important
}
.theme-mingqing .el-table .ascending .sort-caret.ascending{border-bottom-color:#13C2C2 !important
}
.theme-mingqing .el-table .descending .sort-caret.descending{border-top-color:#13C2C2 !important
}
.theme-mingqing .el-table-filter__list-item.is-active{background-color:#13C2C2 !important
}
.theme-mingqing .el-table-filter__bottom button:hover{color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.today span{color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.available:hover{color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.current:not(.disabled) span{background-color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.end-date span,.theme-mingqing .el-date-table td.start-date span{background-color:#13C2C2 !important
}
.theme-mingqing .el-date-table td.selected span{background-color:#13C2C2 !important
}
.theme-mingqing .el-month-table td.today .cell{color:#13C2C2 !important
}
.theme-mingqing .el-month-table td .cell:hover{color:#13C2C2 !important
}
.theme-mingqing .el-month-table td.end-date .cell,.theme-mingqing .el-month-table td.start-date .cell{background-color:#13C2C2 !important
}
.theme-mingqing .el-month-table td.current:not(.disabled) .cell{color:#13C2C2 !important
}
.theme-mingqing .el-year-table td.today .cell{color:#13C2C2 !important
}
.theme-mingqing .el-year-table td .cell:hover,.theme-mingqing .el-year-table td.current:not(.disabled) .cell{color:#13C2C2 !important
}
.theme-mingqing .el-date-picker__header-label.active,.theme-mingqing .el-date-picker__header-label:hover{color:#13C2C2 !important
}
.theme-mingqing .time-select-item.selected:not(.disabled){color:#13C2C2 !important
}
.theme-mingqing .el-range-editor.is-active,.theme-mingqing .el-range-editor.is-active:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-picker-panel__shortcut:hover{color:#13C2C2 !important
}
.theme-mingqing .el-picker-panel__shortcut.active{color:#13C2C2 !important
}
.theme-mingqing .el-picker-panel__icon-btn:hover{color:#13C2C2 !important
}
.theme-mingqing .el-time-spinner__arrow:hover{color:#13C2C2 !important
}
.theme-mingqing .el-time-panel__btn.confirm{color:#13C2C2 !important
}
.theme-mingqing .el-message-box__headerbtn:focus .el-message-box__close,.theme-mingqing .el-message-box__headerbtn:hover .el-message-box__close{color:#13C2C2 !important
}
.theme-mingqing .el-breadcrumb__inner a:hover,.theme-mingqing .el-breadcrumb__inner.is-link:hover{color:#13C2C2 !important
}
.theme-mingqing .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item{padding:0 10px;border-radius:4px;min-width:34px;text-align:center;color:#ffffff !important;margin-right:14px;height:30px;line-height:30px;border:1px solid #3B3B3B
}
.theme-mingqing .legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active{background-color:#0066ED;border:1px solid #0066ED
}
.theme-mingqing .el-tabs__active-bar{background-color:#13C2C2 !important
}
.theme-mingqing .el-tabs__new-tab:hover{color:#13C2C2 !important
}
.theme-mingqing .el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #13C2C2 inset;box-shadow:0 0 2px 2px #13C2C2 inset
}
.theme-mingqing .el-tabs__item.is-active{color:#409EFF !important;font-weight:700
}
.theme-mingqing .el-tabs__item:hover{color:#13C2C2 !important
}
.theme-mingqing .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#13C2C2 !important
}
.theme-mingqing .el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#13C2C2 !important
}
.theme-mingqing .el-tree__drop-indicator{background-color:#13C2C2 !important
}
.theme-mingqing .el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#13C2C2 !important
}
.theme-mingqing .el-input-number__decrease:hover,.theme-mingqing .el-input-number__increase:hover{color:#13C2C2 !important
}
.theme-mingqing .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),.theme-mingqing .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled){border-color:#13C2C2 !important
}
.theme-mingqing .el-slider__bar{background-color:#13C2C2 !important
}
.theme-mingqing .el-slider__button{border:2px solid #13C2C2
}
.theme-mingqing .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.theme-mingqing .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#13C2C2 !important
}
.theme-mingqing .el-loading-spinner .el-loading-text{color:#13C2C2 !important
}
.theme-mingqing .el-loading-spinner .path{stroke:#13C2C2
}
.theme-mingqing .el-loading-spinner i{color:#13C2C2 !important
}
.theme-mingqing .el-upload--picture-card:hover,.theme-mingqing .el-upload:focus{border-color:#13C2C2 !important;color:#13C2C2 !important
}
.theme-mingqing .el-upload:focus .el-upload-dragger{border-color:#13C2C2 !important
}
.theme-mingqing .el-upload-dragger .el-upload__text em{color:#13C2C2 !important
}
.theme-mingqing .el-upload-dragger:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-upload-dragger.is-dragover{border:2px dashed #13C2C2
}
.theme-mingqing .el-upload-list__item .el-icon-close-tip{color:#13C2C2 !important
}
.theme-mingqing .el-upload-list__item.is-success .el-upload-list__item-name:focus,.theme-mingqing .el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#13C2C2 !important
}
.theme-mingqing .el-upload-list__item-delete:hover{color:#13C2C2 !important
}
.theme-mingqing .el-progress-bar__inner{background-color:#13C2C2 !important
}
.theme-mingqing .el-badge__content--primary{background-color:#13C2C2 !important
}
.theme-mingqing .el-step__head.is-finish{color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-step__title.is-finish{color:#13C2C2 !important
}
.theme-mingqing .el-step__description.is-finish{color:#13C2C2 !important
}
.theme-mingqing .el-collapse-item__header.focusing:focus:not(:hover){color:#13C2C2 !important
}
.theme-mingqing .el-tag{color:#13C2C2 !important;background-color:#e7f9f9
}
.theme-mingqing .el-tag.is-hit{border-color:#13C2C2 !important
}
.theme-mingqing .el-tag .el-tag__close{color:#13C2C2 !important
}
.theme-mingqing .el-tag .el-tag__close:hover{background-color:#13C2C2 !important
}
.theme-mingqing .el-tag--dark{background-color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-tag--dark.is-hit{border-color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain{color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain.is-hit{border-color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain .el-tag__close{color:#13C2C2 !important
}
.theme-mingqing .el-tag--plain .el-tag__close:hover{background-color:#13C2C2 !important
}
.theme-mingqing .el-cascader .el-input .el-input__inner:focus,.theme-mingqing .el-cascader .el-input.is-focus .el-input__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-cascader__suggestion-item.is-checked{color:#13C2C2 !important
}
.theme-mingqing .el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #13C2C2;box-shadow:0 0 3px 2px #13C2C2
}
.theme-mingqing .el-color-dropdown__btn:hover{color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-color-dropdown__link-btn{color:#13C2C2 !important
}
.theme-mingqing .el-color-dropdown__link-btn:hover{color:tint(#13C2C2, 20%)
}
.theme-mingqing .el-textarea__inner:focus{border-color:#13C2C2 !important
}
.theme-mingqing .el-input.is-active .el-input__inner,.theme-mingqing .el-input__inner:focus{border-color:#13C2C2 !important
}
.theme-mingqing .el-button.is-plain:focus,.theme-mingqing .el-button.is-plain:hover{border-color:#13C2C2 !important;color:#13C2C2 !important
}
.theme-mingqing .el-button--primary{background-color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-button--text{color:#13C2C2 !important
}
.theme-mingqing .el-transfer__button{background-color:#13C2C2 !important
}
.theme-mingqing .el-transfer-panel__item:hover{color:#13C2C2 !important
}
.theme-mingqing .el-timeline-item__node--primary{background-color:#13C2C2 !important
}
.theme-mingqing .el-link.is-underline:hover:after{border-bottom:1px solid #13C2C2
}
.theme-mingqing .el-link.el-link--default:after,.theme-mingqing .el-link.el-link--primary.is-underline:hover:after,.theme-mingqing .el-link.el-link--primary:after{border-color:#13C2C2 !important
}
.theme-mingqing .el-link.el-link--default:hover{color:#13C2C2 !important
}
.theme-mingqing .el-link.el-link--primary{color:#13C2C2 !important
}
.theme-mingqing .el-backtop,.theme-mingqing .el-calendar-table td.is-today{color:#13C2C2 !important
}
.theme-mingqing .el-checkbox.is-bordered.is-checked{border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__input.is-checked .el-checkbox__inner,.theme-mingqing .el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#13C2C2 !important;border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__input.is-checked+.el-checkbox__label{color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__input.is-focus .el-checkbox__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox__inner:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox-button__inner:hover{color:#13C2C2 !important
}
.theme-mingqing .el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#13C2C2 !important
}
.theme-mingqing .el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio.is-bordered.is-checked{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio__input.is-checked .el-radio__inner{border-color:#13C2C2 !important;background:#13C2C2
}
.theme-mingqing .el-radio__input.is-checked+.el-radio__label{color:#13C2C2 !important
}
.theme-mingqing .el-radio__input.is-focus .el-radio__inner{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio__inner:hover{border-color:#13C2C2 !important
}
.theme-mingqing .el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #13C2C2;box-shadow:0 0 2px 2px #13C2C2
}
.theme-mingqing .el-cascader-node.in-active-path,.theme-mingqing .el-cascader-node.is-active,.theme-mingqing .el-cascader-node.is-selectable.in-checked-path{color:#13C2C2 !important
}
.theme-mingqing .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#ecfafa
}
.theme-mingqing .el-tag{border-color:#d0f3f3
}
.theme-mingqing .el-tag--plain{border-color:#a1e7e7
}
.theme-mingqing .el-button:focus,.theme-mingqing .el-button:hover{border-color:#b8eded;background-color:#e7f9f9
}
.theme-mingqing .el-button--primary.is-plain{color:#13C2C2;background:#e7f9f9;border-color:#a1e7e7
}
.theme-mingqing .el-button--primary.is-plain.is-disabled,.theme-mingqing .el-button--primary.is-plain.is-disabled:active,.theme-mingqing .el-button--primary.is-plain.is-disabled:focus,.theme-mingqing .el-button--primary.is-plain.is-disabled:hover{color:#71dada;background-color:#e7f9f9;border-color:#d0f3f3
}
.theme-mingqing .el-link.el-link--primary.is-disabled{color:#89e1e1
}
.theme-mingqing .el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#13C2C2;border-color:#13C2C2;-webkit-box-shadow:-1px 0 0 0 #71dada;box-shadow:-1px 0 0 0 #71dada
}
html,body{height:100%;font-size:14px
}
.h100{height:100%
}
.w100{width:100%
}
.fl{float:left
}
.fr{float:right
}
.mb-10{margin-bottom:10px
}
.mb-5{margin-bottom:5px
}
.mr-5{margin-right:5px
}
.text-right{text-align:right
}
.text-center{text-align:center
}
ul li{list-style:none
}
.pd20{padding:20px
}
.yichu{overflow:hidden;white-space:nowrap;text-overflow:ellipsis
}
.diag-icon{background:#f3f3f3;height:80%;border-radius:3px;line-height:22px !important;cursor:pointer !important
}
html::-webkit-scrollbar{width:4px;height:4px
}
html::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)
}
html::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)
}
div::-webkit-scrollbar{width:4px;height:4px
}
.home_head{position:relative;z-index:99;left:0;top:0
}
.home_head .header-main .hd-body{background:rgba(0,0,0,0.2);border-bottom:0px solid transparent;color:#aeb9d8
}
.header-white{min-width:1357px;margin:0 auto
}
.header-white .hd-body{background:#fff;margin:0 auto
}
.header-white .hd-top-inner{width:1280px;margin:0 auto
}
.header-white .nav-inner{width:1280px;margin:0 auto
}
.header-white .nav-bar .nav-item:hover,.header-white .nav-bar .nav-item.active{background:#1e1e1e
}
.header-white .nav-bar .nav-item:hover>a,.header-white .nav-bar .nav-item.active>a{color:#fff
}
.header-white .sub-nav .sub-nav-item:hover,.header-white .sub-nav .sub-nav-item:active{background:#fff
}
.header-white .sub-nav .sub-nav-item:hover a,.header-white .sub-nav .sub-nav-item:active a{color:#1e1e1e
}
.header-main{min-width:1357px;margin:0 auto
}
.header-main .hd-body{background:#1b2945;color:#fff
}
.header-main .nav-inner{margin:0 20px 0 15px
}
.header-main .nav-bar .nav-item{height:100%;margin-bottom:3px
}
.header-main .nav-bar .nav-item p,.header-main .nav-bar .nav-item span,.header-main .nav-bar .nav-item i{display:inline-block;color:#aeb9d8;height:46px;line-height:46px
}
.header-main .nav-bar .nav-item.active p,.header-main .nav-bar .nav-item.active span{background:none;border-bottom:3px solid #357ce1;color:#fff
}
.header-main .nav-bar .nav-item:hover p,.header-main .nav-bar .nav-item:hover span{color:#fff
}
.header-main .sub-nav .sub-nav-item:hover,.header-main .sub-nav .sub-nav-item.active{background:#333333
}
.header-main .sub-nav .sub-nav-item:hover a,.header-main .sub-nav .sub-nav-item.active a{color:#1e1e1e
}
.trademain .header-main .hd-body{background:#131625
}

.trademain .el-table .el-table__body-wrapper{background:transparent !important
}
.trademain .el-table tr,.trademain .el-table th{background:transparent !important;color:var(--text-color) !important
}
.trademain .el-table .el-table__cell{background:transparent !important;color:var(--text-color)
}
.trademain .buysell_trad .el-tabs__header{background:var(--bg-color6) !important
}
.trademain .center_input .el-tabs__header.is-top{margin-bottom:0;border-bottom:1px solid var(--border-color)
}
.trademain .center_input .mod-body{width:100% !important;background:var(--bg-color6);display:-webkit-box;display:-ms-flexbox;display:flex
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.contract_record_div .transtionBar {
  position: relative;
  top: 10px;
}
.contract_record_div .transtionBar .linkRight {
  position: absolute;
  top: 10px;
  right: 0;
  color: #409EFF;
}
.contract_record_div .el-tabs .el-tabs__header {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 3px;
}
.contract_record_div .el-tabs .el-tabs__item {
  color: var(--text-color3) !important;
  padding: 0 !important;
  margin-right: 40px;
}
.contract_record_div .el-tabs .el-tabs__item.is-active {
  color: var(--text-color) !important;
  position: relative;
  top: 0;
}
.contract_record_div .el-tabs .el-tabs__item.is-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 40%;
  left: 26%;
  border: 1px solid #409EFF;
}
.contract_record_div .greenColor {
  color: #44BCA7 !important;
  font-size: 12px;
}
.contract_record_div .redColor {
  color: #CD3D58 !important;
  font-size: 12px;
}
.contract_record_div .el-table .cell {
  font-size: 12px;
}
.contract_record_div .el-table thead,
.contract_record_div .el-table tr th {
  background: #131625 !important;
  color: #d0d0d0;
}
.contract_record_div .el-table tbody,
.contract_record_div .el-table tr td {
  background: #0a0c1b !important;
  color: #b0b8db;
  border: none;
}
.contract_record_div .el-table__empty-block {
  background-color: #171b2b !important;
  min-height: 330px;
}
.contract_record_div .el-pagination {
  background-color: #0a0c1b !important;
}
.contract_record_div .contract_info {
  background-color: #0a0c1b;
  border-radius: 4px;
  min-height: 500px;
}
.contract_record_div .contract_info .title {
  line-height: 47px;
  background-color: #131625 !important;
  color: #FFFFFF;
  padding: 0 40px;
}
.contract_record_div .contract_info .title span {
  margin-right: 10px;
}
.contract_record_div .contract_info ul {
  padding: 0 20px;
}
.contract_record_div .contract_info ul li {
  padding: 0 20px;
  border-bottom: 1px solid #0e1121;
  line-height: 56px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contract_record_div .operation_div span {
  cursor: pointer;
  display: block;
  color: #87D8EA;
}
.contract_record_div .average_content {
  margin: 20px 0;
}
.contract_record_div .average_content .title {
  text-align: center;
}
.contract_record_div .average_content .title span {
  margin-right: 10px;
}
.contract_record_div .average_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
}
.contract_record_div .average_content ul li span:nth-child(1) {
  color: #8E8E8E;
}
.contract_record_div .average_content ul li span:nth-last-child(1) {
  color: #333333;
}
.contract_record_div .lastBtn button {
  width: 47.6%;
}
.contract_record_div .el-table {
  border: none!important;
}
.contract_record_div .el-table th,
.contract_record_div .el-table thead,
.contract_record_div .el-table tbody {
  background: var(--bg-color6) !important;
}

ul[data-v-f2943e42] {
  margin: 0;
  padding: 0;
}
li[data-v-f2943e42] {
  list-style-type: none;
}
a[data-v-f2943e42] {
  text-decoration: none;
  color: #757575;
}
a[data-v-f2943e42]:focus {
  border: none;
}
.container[data-v-f2943e42] {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu[data-v-f2943e42] {
  background: transparent!important;
}
.el-dialog[data-v-f2943e42] {
  border-radius: 4px;
}
.el-dialog .el-dialog__title[data-v-f2943e42],
.el-dialog .el-dialog__close[data-v-f2943e42] {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close[data-v-f2943e42]:hover {
  color: #0066ED;
}
.all_container[data-v-f2943e42] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner[data-v-f2943e42] {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner[data-v-f2943e42]::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-f2943e42]:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner[data-v-f2943e42]::-o-placeholder {
  color: #757575;
}
.formPage > h2[data-v-f2943e42] {
  font-weight: initial;
}
.formPage > p[data-v-f2943e42] {
  color: #8E8E8E;
}
.noRight .el-input__inner[data-v-f2943e42] {
  border-right: none;
}
.el-menu.el-menu--horizontal[data-v-f2943e42] {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item[data-v-f2943e42],
.el-menu.el-menu--horizontal .el-menu-item[data-v-f2943e42]:hover,
.el-menu.el-menu--horizontal .el-menu-item[data-v-f2943e42]:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active[data-v-f2943e42] {
  border-bottom: none!important;
}
.txtCenter[data-v-f2943e42],
.el-select-dropdown__item span[data-v-f2943e42],
.noData[data-v-f2943e42],
.sureBoxConfirm .el-message-box__title[data-v-f2943e42] {
  text-align: center;
}
.box-paading-20[data-v-f2943e42] {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination[data-v-f2943e42] {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev[data-v-f2943e42],
.el-pagination .btn-next[data-v-f2943e42] {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon[data-v-f2943e42],
.el-pagination .btn-next .el-icon[data-v-f2943e42] {
  color: #333333;
}
.el-pagination .el-pager li[data-v-f2943e42] {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li[data-v-f2943e42]:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active[data-v-f2943e42] {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg[data-v-f2943e42] {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top[data-v-f2943e42] {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull[data-v-f2943e42] {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass[data-v-f2943e42] {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white[data-v-f2943e42] {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12[data-v-f2943e42] {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap[data-v-f2943e42]::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap[data-v-f2943e42]::after {
  background-color: transparent!important;
}
.spread[data-v-f2943e42],
.leftSpread[data-v-f2943e42],
.betweenSpread[data-v-f2943e42],
.el-select-dropdown__item[data-v-f2943e42],
.sureBoxConfirm .el-message-box__btns[data-v-f2943e42],
.filter_form[data-v-f2943e42],
.colorNotice[data-v-f2943e42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread[data-v-f2943e42] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread[data-v-f2943e42],
.colorNotice[data-v-f2943e42] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper[data-v-f2943e42] {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode[data-v-f2943e42] {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button[data-v-f2943e42]:disabled {
  background: transparent;
}
input[data-v-f2943e42]::-webkit-outer-spin-button,
input[data-v-f2943e42]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"][data-v-f2943e42] {
  -moz-appearance: textfield;
}
.eye[data-v-f2943e42] {
  cursor: pointer;
}
.el-table thead[data-v-f2943e42],
.el-table tr th[data-v-f2943e42] {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td[data-v-f2943e42] {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th[data-v-f2943e42],
.el-table td[data-v-f2943e42] {
  text-align: center!important;
}
.el-table th.is-leaf[data-v-f2943e42] {
  text-align: center!important;
}
.el-table td[data-v-f2943e42],
.el-table th.is-leaf[data-v-f2943e42] {
  border: none!important;
}
.el-table--border[data-v-f2943e42]::after,
.el-table--group[data-v-f2943e42]::after,
.el-table[data-v-f2943e42]::before {
  background-color: transparent!important;
}
.el-table__empty-block[data-v-f2943e42] {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-f2943e42] {
  background-color: #F8F8F8;
}
.el-table th.gutter[data-v-f2943e42] {
  display: table-cell !important;
}
.el-table th > .cell[data-v-f2943e42] {
  font-size: 12px;
}
.el-table .cell[data-v-f2943e42] {
  text-align: center!important;
}
.el-table colgroup.gutter[data-v-f2943e42] {
  display: table-cell !important;
}
.el-tabs__item[data-v-f2943e42] {
  color: #434448 !important;
}
.el-tabs__item[data-v-f2943e42]:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active[data-v-f2943e42] {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar[data-v-f2943e42] {
  display: none;
}
.el-select-dropdown__item[data-v-f2943e42] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span[data-v-f2943e42] {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img[data-v-f2943e42] {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover[data-v-f2943e42],
.el-select-dropdown__item[data-v-f2943e42]:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow[data-v-f2943e42] {
  display: none!important;
}
.el-icon-document-copy[data-v-f2943e42] {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice[data-v-f2943e42] {
  margin-bottom: 20px;
}
.colorNotice p > span[data-v-f2943e42] {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span[data-v-f2943e42] {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span[data-v-f2943e42] {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span[data-v-f2943e42] {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during[data-v-f2943e42] {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during[data-v-f2943e42]::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn[data-v-f2943e42] {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn[data-v-f2943e42] {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont[data-v-f2943e42] {
  color: #0066ED;
}
.aFont[data-v-f2943e42] {
  color: #002798;
}
.fontCenter[data-v-f2943e42] {
  text-align: center;
}
.moveHand[data-v-f2943e42] {
  cursor: pointer;
}
.dialogPadding .el-dialog__body[data-v-f2943e42] {
  padding: 0 20px 40px 20px!important;
}
.imgTxt[data-v-f2943e42] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch[data-v-f2943e42] {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core[data-v-f2943e42] {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core[data-v-f2943e42] {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core[data-v-f2943e42]::after {
  margin-left: -17px !important;
}
.noData p[data-v-f2943e42] {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span[data-v-f2943e42] {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close[data-v-f2943e42] {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message[data-v-f2943e42] {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns[data-v-f2943e42] {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-f2943e42] {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button[data-v-f2943e42]:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span[data-v-f2943e42] {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary[data-v-f2943e42] {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form[data-v-f2943e42] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select[data-v-f2943e42] {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog[data-v-f2943e42] {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog[data-v-f2943e42] {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog[data-v-f2943e42] {
    width: 40%!important;
}
}
.transtionBar[data-v-f2943e42] {
  background: var(--bg-color6);
}

.loan-application[data-v-119ba90c]{min-height:100vh;background-color:#0D1421
}
.day .loan-application .el-form-item__label[data-v-119ba90c],.loan-application .el-form-item__label[data-v-119ba90c]{color:#FFFFFF !important
}
.day .loan-application .form-module .el-form-item__label[data-v-119ba90c],.loan-application .form-module .el-form-item__label[data-v-119ba90c]{color:#FFFFFF !important
}
.day .loan-application .input-module .el-form-item__label[data-v-119ba90c],.loan-application .input-module .el-form-item__label[data-v-119ba90c]{color:#FFFFFF !important
}
.loan-banner[data-v-119ba90c]{background:url(../../static/img/jd_top.adf43b4.png?v=0.0.1) center center no-repeat;background-size:cover;padding:120px 0 118px
}
.loan-banner .banner-content[data-v-119ba90c]{max-width:1440px;margin:0 auto;padding:0 20px
}
.loan-banner .banner-content .banner-text .banner-title[data-v-119ba90c]{font-size:44px;font-weight:600;color:#468AED;margin-bottom:15px;line-height:1.2
}
.loan-banner .banner-content .banner-text .banner-subtitle[data-v-119ba90c]{font-size:22px;color:#FFFFFF;line-height:1.2
}
.content-container[data-v-119ba90c]{max-width:1440px;margin:0 auto;padding:64px 20px
}
.custom-steps[data-v-119ba90c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;margin-bottom:32px;max-width:1440px;margin-left:auto;margin-right:auto
}
.custom-steps .step-item[data-v-119ba90c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0
}
.custom-steps .step-item .step-circle[data-v-119ba90c]{width:78px;height:78px;border-radius:50%;background-color:#222E3A;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500;font-size:32px;color:#8694A1;margin-bottom:12px
}
.custom-steps .step-item .step-title[data-v-119ba90c]{font-weight:500;font-size:14px;color:#8694A1;text-align:center;white-space:nowrap
}
.custom-steps .step-item.active .step-circle[data-v-119ba90c]{background-color:rgba(255,178,90,0.13);border:1px solid #FFB25A;color:#FFB25A
}
.custom-steps .step-item.active .step-title[data-v-119ba90c]{color:#FFFFFF
}
.custom-steps .step-line[data-v-119ba90c]{-webkit-box-flex:1;-ms-flex:1;flex:1;height:1px;border-top:1px dashed #596E83;margin:0 20px;margin-bottom:26px;min-width:80px
}
.form-container .form-module[data-v-119ba90c]{background-color:#222E3A;margin-bottom:4px
}
.form-container .form-module.input-module[data-v-119ba90c]{padding:24px 24px 0 0;border-top-right-radius:24px;border-top-left-radius:24px
}
.form-container .form-module.upload-module[data-v-119ba90c]{padding:40px;border-bottom-right-radius:24px;border-bottom-left-radius:24px
}
.form-container .form-row[data-v-119ba90c]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px
}
.form-container .form-row[data-v-119ba90c]:last-child{margin-bottom:0
}
.form-container .form-row .form-item-half[data-v-119ba90c]{-webkit-box-flex:1;-ms-flex:1;flex:1
}
.form-container .form-row .form-item-full[data-v-119ba90c]{-webkit-box-flex:1;-ms-flex:1;flex:1
}
.form-container[data-v-119ba90c] :deep(.el-form-item){margin-bottom:0
}
.form-container :deep(.el-form-item) .el-form-item__label[data-v-119ba90c]{color:#FFFFFF !important;font-size:14px;font-weight:500;line-height:1.4
}
.form-container .input-module[data-v-119ba90c] :deep(.el-form-item__label){color:#FFFFFF !important
}
.form-container .day .input-module[data-v-119ba90c] :deep(.el-form-item__label){color:#FFFFFF !important
}
.form-container .day .input-module .el-form-item__content .el-input .el-input__inner[data-v-119ba90c]{background-color:#1d202f;border:1px solid #252a42;color:#fff;border-radius:4px;height:48px;font-size:14px
}
.form-container .day .input-module .el-form-item__content .el-input .el-input__inner[data-v-119ba90c]::-webkit-input-placeholder{color:#8694A1
}
.form-container .day .input-module .el-form-item__content .el-input .el-input__inner[data-v-119ba90c]::-moz-placeholder{color:#8694A1
}
.form-container .day .input-module .el-form-item__content .el-input .el-input__inner[data-v-119ba90c]::-ms-input-placeholder{color:#8694A1
}
.form-container .day .input-module .el-form-item__content .el-input .el-input__inner[data-v-119ba90c]::placeholder{color:#8694A1
}
.form-container .day .input-module .el-form-item__content .el-input .el-input__inner[data-v-119ba90c]:focus{border-color:#468AED;-webkit-box-shadow:0 0 0 2px rgba(70,138,237,0.2);box-shadow:0 0 0 2px rgba(70,138,237,0.2)
}
.upload-container[data-v-119ba90c]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px
}
.upload-container .upload-item[data-v-119ba90c]{text-align:center
}
.upload-container .upload-item .id-uploader[data-v-119ba90c] :deep(.el-upload){border:none;border-radius:12px;overflow:hidden;cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.upload-container .upload-item .id-uploader[data-v-119ba90c] :deep(.el-upload):hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 24px rgba(0,0,0,0.3);box-shadow:0 8px 24px rgba(0,0,0,0.3)
}
.upload-container .upload-item .id-uploader .upload-area[data-v-119ba90c]{width:280px;height:180px;position:relative;border-radius:12px;overflow:hidden
}
.upload-container .upload-item .id-uploader .upload-area .uploaded-image[data-v-119ba90c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover
}
.upload-container .upload-item .id-uploader .upload-area .upload-placeholder[data-v-119ba90c]{position:relative;width:100%;height:100%
}
.upload-container .upload-item .id-uploader .upload-area .upload-placeholder .placeholder-bg[data-v-119ba90c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover
}
.upload-container .upload-item .id-uploader .upload-area .upload-placeholder .upload-icon[data-v-119ba90c]{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:48px;height:48px;opacity:0.8
}
.upload-container .upload-item .id-uploader .upload-label[data-v-119ba90c]{margin-top:16px;color:#FFFFFF;font-size:14px;font-weight:500;text-align:center
}
.next-button-container[data-v-119ba90c]{text-align:center
}
.next-button-container .next-button[data-v-119ba90c]{background:linear-gradient(92deg, #468AED 0%, #AD46ED 100%);border:none;border-radius:12px;padding:14px 48px;font-size:16px;font-weight:600;color:#FFFFFF;cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;min-width:160px
}
.next-button-container .next-button[data-v-119ba90c]:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 24px rgba(70,138,237,0.4);box-shadow:0 8px 24px rgba(70,138,237,0.4)
}
.next-button-container .next-button[data-v-119ba90c]:active{-webkit-transform:translateY(0);transform:translateY(0)
}
.download-tip[data-v-119ba90c]{font-size:16px;color:#FFFFFF;margin-bottom:20px
}
.download-button[data-v-119ba90c]{background:linear-gradient(92deg, #468AED 0%, #AD46ED 100%);border:none;border-radius:12px;padding:12px 32px;font-size:16px;font-weight:600;color:#FFFFFF;margin-bottom:20px
}
.upload-docs-section .upload-docs-item[data-v-119ba90c]{margin-bottom:32px
}
.upload-docs-section .upload-docs-item[data-v-119ba90c]:last-child{margin-bottom:0
}
.upload-docs-section .upload-docs-item .upload-docs-label[data-v-119ba90c]{color:#FFFFFF;font-size:16px;font-weight:500;margin-bottom:16px
}
.upload-docs-section .upload-docs-item .docs-uploader :deep(.el-upload) .el-button[data-v-119ba90c]{background:linear-gradient(92deg, #468AED 0%, #AD46ED 100%);border:none;color:#FFFFFF;padding:8px 24px;border-radius:8px;font-size:14px;font-weight:500
}
.upload-docs-section .upload-docs-item .docs-uploader .uploaded-images[data-v-119ba90c]{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px
}
.upload-docs-section .upload-docs-item .docs-uploader .uploaded-images .doc-image[data-v-119ba90c]{width:120px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:2px solid #3A4A5C
}
.success-text[data-v-119ba90c]{margin-top:20px;font-size:18px;color:#468AED;font-weight:500
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.avatar {
  width: 240px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
.flex-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.grid-content {
  text-align: center;
}
.token_div1 {
  margin: 0;
  padding: 0;
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px !important;
  color: #495666;
  line-height: 2em;
  font-size: 18px;
}

.el-upload{
  text-align: left!important;
  width: 100% !important;
}

/* 强制覆盖day.css中的label颜色 */
.loan-application .el-form-item__label,
.day .loan-application .el-form-item__label,
body.day .loan-application .el-form-item__label {
  color: #FFFFFF !important;
}
.loan-application .form-module .el-form-item__label,
.day .loan-application .form-module .el-form-item__label,
body.day .loan-application .form-module .el-form-item__label {
  color: #FFFFFF !important;
}

/* 强制覆盖输入框样式 */
.loan-application .el-input__inner,
.day .loan-application .el-input__inner,
body.day .loan-application .el-input__inner {
  background-color: #1d202f !important;
  border: 1px solid #252a42 !important;
  color: #fff !important;
}
.loan-application .form-module .el-input__inner,
.day .loan-application .form-module .el-input__inner,
body.day .loan-application .form-module .el-input__inner {
  background-color: #1d202f !important;
  border: 1px solid #252a42 !important;
  color: #fff !important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.legal_ec {
  background-color: #1a2431;
  min-height: 100vh;
}
.night .legal_ec {
  background-color: #f5f7fa;
}
.day .legal_ec {
  background-color: #1a2431;
}
.legal_ec .legal_banner {
  background-image: url(./static/img/c2c_top.cc68cf2.png?v=0.0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.legal_ec .legal_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 36, 49, 0.6);
}
.night .legal_ec .legal_banner::before {
  background: rgba(255, 255, 255, 0.1);
}
.day .legal_ec .legal_banner::before {
  background: rgba(26, 36, 49, 0.6);
}
.legal_ec .legal_banner .banner-content {
  width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.legal_ec .legal_banner .banner-content h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  width: 60%;
}
.night .legal_ec .legal_banner .banner-content h1 {
  color: #2c3e50;
}
.day .legal_ec .legal_banner .banner-content h1 {
  color: #fff;
}
.legal_ec .legal_main {
  padding: 40px 20px;
}
.night .legal_ec .legal_main {
  background-color: #f5f7fa;
}
.day .legal_ec .legal_main {
  background-color: #1a2431;
}
.legal_ec .legal_main .legal_container {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #222E3A;
  border-radius: 24px;
  overflow: hidden;
}
.night .legal_ec .legal_main .legal_container {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
}
.day .legal_ec .legal_main .legal_container {
  background-color: #222E3A;
}
.legal_ec .legal_main .legal_container .nav-wrapper {
  background-color: #222F3B;
  padding: 0 30px;
  border-bottom: 1px solid #323B44;
}
.night .legal_ec .legal_main .legal_container .nav-wrapper {
  background-color: #f8f9fa;
  border-bottom-color: #e9ecef;
}
.day .legal_ec .legal_main .legal_container .nav-wrapper {
  background-color: #222F3B;
  border-bottom-color: #323B44;
}
.legal_ec .legal_main .legal_container .nav-wrapper .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.legal_ec .legal_main .legal_container .nav-wrapper .nav-menu .nav-item {
  padding: 16px 30px;
  cursor: pointer;
  color: #8694A1;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.night .legal_ec .legal_main .legal_container .nav-wrapper .nav-menu .nav-item {
  color: #6c757d;
}
.day .legal_ec .legal_main .legal_container .nav-wrapper .nav-menu .nav-item {
  color: #8694A1;
}
.legal_ec .legal_main .legal_container .nav-wrapper .nav-menu .nav-item.active {
  color: #FFFFFF;
}
.night .legal_ec .legal_main .legal_container .nav-wrapper .nav-menu .nav-item.active {
  color: #2c3e50;
}
.day .legal_ec .legal_main .legal_container .nav-wrapper .nav-menu .nav-item.active {
  color: #FFFFFF;
}
.legal_ec .legal_main .legal_container .nav-wrapper .nav-menu .nav-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #468AED;
}
.legal_ec .legal_main .legal_container .nav-wrapper .nav-menu .nav-item:hover {
  color: #FFFFFF;
}
.night .legal_ec .legal_main .legal_container .nav-wrapper .nav-menu .nav-item:hover {
  color: #2c3e50;
}
.day .legal_ec .legal_main .legal_container .nav-wrapper .nav-menu .nav-item:hover {
  color: #FFFFFF;
}
.legal_ec .legal_main .legal_container .legal_content {
  padding: 0;
  background-color: #222E3A;
}
.night .legal_ec .legal_main .legal_container .legal_content {
  background-color: #ffffff;
}
.day .legal_ec .legal_main .legal_container .legal_content {
  background-color: #222E3A;
}
.legal_ec .legal_div {
  display: none;
}
.legal_ec .legal_div h2 {
  font-weight: initial;
  font-size: 28px;
}
.legal_ec .legal_div .el-menu.el-menu--horizontal {
  border-bottom: 1px solid #3b3b3b29 !important;
}
.legal_ec .legal_div .el-menu.el-menu--horizontal .el-menu-item,
.legal_ec .legal_div .el-menu.el-menu--horizontal .el-menu-item:hover {
  color: #8E8E8E !important;
  padding: 0;
  margin-right: 60px;
}
.legal_ec .legal_div .el-menu.el-menu--horizontal .el-menu-item.is-active {
  position: relative;
  top: 0;
  color: #0066ED !important;
}
.legal_ec .legal_div .el-menu.el-menu--horizontal .el-menu-item.is-active::before {
  position: absolute;
  bottom: 2px;
  content: '';
  width: 40%;
  left: 26%;
  border: 1px solid #0066ED;
  background-color: #0066ED;
}
.legal_ec .legal_div .legal_content {
  margin-top: 30px;
}
.legal_ec .legal_div .app_nav {
  font-size: 16px;
}

.legal-coin-container[data-v-e1ddcb1c]{min-height:100vh;background-color:#1a2431
}
.legal-coin-header[data-v-e1ddcb1c]{background:url(../../static/img/c2c_top.cc68cf2.png?v=0.0.1) center/cover no-repeat;min-height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative
}
.legal-coin-header[data-v-e1ddcb1c]::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(26,36,49,0.6)
}
.day .legal-coin-header[data-v-e1ddcb1c]::before{background:rgba(255,255,255,0.1)
}
.legal-coin-header .header-content[data-v-e1ddcb1c]{position:relative;z-index:1;text-align:center
}
.legal-coin-header .header-content .main-title[data-v-e1ddcb1c]{font-size:36px;font-weight:bold;color:#FFFFFF;margin-bottom:16px
}
.day .legal-coin-header .header-content .main-title[data-v-e1ddcb1c]{color:#2c3e50
}
.legal-coin-header .header-content .sub-title[data-v-e1ddcb1c]{font-size:18px;color:#8694A1;max-width:600px;margin:0 auto
}
.day .legal-coin-header .header-content .sub-title[data-v-e1ddcb1c]{color:#6c757d
}
.legal-coin-content[data-v-e1ddcb1c]{max-width:1440px;margin:-60px auto 0;padding:0 20px 40px;position:relative;z-index:2
}
.content-card[data-v-e1ddcb1c]{background-color:#222E3A;border-radius:24px;padding:40px;-webkit-box-shadow:0 8px 32px rgba(0,0,0,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.3)
}
.night .content-card[data-v-e1ddcb1c]{background-color:#222E3A;-webkit-box-shadow:0 8px 32px rgba(0,0,0,0.3);box-shadow:0 8px 32px rgba(0,0,0,0.3)
}
.day .content-card[data-v-e1ddcb1c]{background-color:#ffffff;border:1px solid #e9ecef;-webkit-box-shadow:0 8px 32px rgba(0,0,0,0.1);box-shadow:0 8px 32px rgba(0,0,0,0.1)
}
.nav-container[data-v-e1ddcb1c]{margin-bottom:32px;border-bottom:1px solid #323B44
}
.day .nav-container[data-v-e1ddcb1c]{border-bottom-color:#e9ecef
}
.nav-container .nav-list[data-v-e1ddcb1c]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px
}
.nav-container .nav-list .nav-item[data-v-e1ddcb1c]{padding:16px 0;cursor:pointer;color:#8694A1;font-size:16px;font-weight:500;border-bottom:2px solid transparent;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.day .nav-container .nav-list .nav-item[data-v-e1ddcb1c]{color:#6c757d
}
.nav-container .nav-list .nav-item[data-v-e1ddcb1c]:hover{color:#FFFFFF
}
.day .nav-container .nav-list .nav-item[data-v-e1ddcb1c]:hover{color:#2c3e50
}
.nav-container .nav-list .nav-item.active[data-v-e1ddcb1c]{color:#FFFFFF;border-bottom-color:#468AED
}
.day .nav-container .nav-list .nav-item.active[data-v-e1ddcb1c]{color:#2c3e50
}
.table-container .table-header[data-v-e1ddcb1c]{display:grid;grid-template-columns:80px 1fr 120px 120px;gap:20px;padding:16px 0;border-bottom:1px solid #323B44;margin-bottom:16px
}
.day .table-container .table-header[data-v-e1ddcb1c]{border-bottom-color:#e9ecef
}
.table-container .table-header .header-cell[data-v-e1ddcb1c]{font-size:14px;font-weight:500;color:#8694A1
}
.day .table-container .table-header .header-cell[data-v-e1ddcb1c]{color:#6c757d
}
.table-container .table-body .table-row[data-v-e1ddcb1c]{display:grid;grid-template-columns:80px 1fr 120px 120px;gap:20px;padding:20px 0;border-bottom:1px solid rgba(50,59,68,0.3);-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.day .table-container .table-body .table-row[data-v-e1ddcb1c]{border-bottom-color:rgba(233,236,239,0.5)
}
.table-container .table-body .table-row[data-v-e1ddcb1c]:nth-child(even){background-color:#2E3C4B
}
.day .table-container .table-body .table-row[data-v-e1ddcb1c]:nth-child(even){background-color:#f8f9fa
}
.table-container .table-body .table-row[data-v-e1ddcb1c]:hover{background-color:rgba(70,138,237,0.05)
}
.day .table-container .table-body .table-row[data-v-e1ddcb1c]:hover{background-color:rgba(70,138,237,0.02)
}
.table-container .table-body .table-row[data-v-e1ddcb1c]:last-child{border-bottom:none
}
.table-container .table-body .table-row .cell[data-v-e1ddcb1c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px
}
.table-container .table-body .table-row .cell.avatar-cell[data-v-e1ddcb1c]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.table-container .table-body .table-row .cell.avatar-cell .user-avatar[data-v-e1ddcb1c]{width:40px;height:40px;border-radius:50%;background:linear-gradient(92deg, #468AED 0%, #AD46ED 100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:bold;color:#FFFFFF;font-size:16px
}
.table-container .table-body .table-row .cell.info-cell[data-v-e1ddcb1c]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px
}
.table-container .table-body .table-row .cell.info-cell .amount-info[data-v-e1ddcb1c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px
}
.table-container .table-body .table-row .cell.info-cell .amount-info .label[data-v-e1ddcb1c]{font-size:12px;color:#FFFFFF
}
.day .table-container .table-body .table-row .cell.info-cell .amount-info .label[data-v-e1ddcb1c]{color:#2c3e50
}
.table-container .table-body .table-row .cell.info-cell .amount-info .value[data-v-e1ddcb1c]{font-size:14px;font-weight:500;color:#468AED
}
.table-container .table-body .table-row .cell.price-cell .price[data-v-e1ddcb1c]{font-size:16px;font-weight:600;color:#1DCA94
}
.table-container .table-body .table-row .cell.action-cell[data-v-e1ddcb1c]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.table-container .table-body .table-row .cell.action-cell .buy-btn[data-v-e1ddcb1c]{padding:8px 20px;background:linear-gradient(92deg, #468AED 0%, #AD46ED 100%);color:#FFFFFF;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.table-container .table-body .table-row .cell.action-cell .buy-btn[data-v-e1ddcb1c]:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(70,138,237,0.3);box-shadow:0 4px 12px rgba(70,138,237,0.3)
}
.day .table-container .table-body .table-row .cell.action-cell .buy-btn[data-v-e1ddcb1c]:hover{-webkit-box-shadow:0 4px 12px rgba(70,138,237,0.4);box-shadow:0 4px 12px rgba(70,138,237,0.4)
}
.table-container .empty-state[data-v-e1ddcb1c]{text-align:center;padding:60px 20px;color:#8694A1
}
.day .table-container .empty-state[data-v-e1ddcb1c]{color:#6c757d
}
.table-container .empty-state .empty-icon[data-v-e1ddcb1c]{font-size:48px;margin-bottom:16px;opacity:0.5
}
.table-container .empty-state .empty-text[data-v-e1ddcb1c]{font-size:16px
}
.pagination-container[data-v-e1ddcb1c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:32px
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.sell_div {
  padding: 0px 0;
  min-height: 480px;
}
.sell_div > .leftSpread {
  margin-bottom: 20px;
}
.sell_div > .leftSpread img {
  margin-right: 10px;
}
.sell_div .el-select .el-input__inner {
  width: auto!important;
}
.sell_div .el-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sell_div .el-form .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}
.sell_div .el-form .list > p {
  margin-right: 10px;
}
.sell_div .el-form .list .el-input {
  width: auto!important;
}
.sell_div .el-form .list .el-input__inner {
  width: 100px;
}
.sell_div .el-form .borderNone .el-input__inner,
.sell_div .el-form .borderNone .el-input-group__append {
  border: none!important;
}
.sell_div .el-form .borderNone .el-input-group__append {
  color: #0066ED !important;
  font-size: 14px;
  padding: 8px 14px;
}
.sell_div .legal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.sell_div .legal_list li {
  background-color: #F8F8F8;
  padding: 20px 12px;
  border-radius: 4px;
  margin: 0 20px 20px 0;
  width: 30%;
}
.sell_div .legal_list li:nth-child(3n) {
  margin-right: 0;
}
.sell_div .legal_list li h2,
.sell_div .legal_list li h3 {
  margin: 0;
}
.sell_div .el-button--danger {
  color: #fff !important;
  width: 40%;
  margin-top: 10px;
}
.sell_div .BuyBtn {
  background: #4CAF50 !important;
  border: 1px solid #4CAF50 !important;
}
.sell_div .sellBtn {
  background: #e84256 !important;
  border: 1px solid #e84256 !important;
}
.sell_div .greenColor {
  color: #00b464;
  font-size: 16px;
}
.sell_div .greenColor2 {
  color: #FFF;
  font-size: 20px;
  background: #793ee2 !important;
}
.sell_div .redColor2 {
  color: #FFF;
  font-size: 20px;
  background: #2196F3 !important;
}
.sell_div .redColor {
  color: #FF5722;
  font-size: 16px;
}
.sell_div .el-pagination {
  background: transparent!important;
}
.sell_div .legal_div h2 {
  font-weight: initial;
  font-size: 28px;
}
.sell_div .shouyi33 {
  /*width: 160px; */
  height: 40px;
  line-height: 40px;
  /* text-align: center; */
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  position: relative;
  top: 0px;
  right: 0;
  left: 4vw;
}
.sell_div .avatar {
  font-size: 14px;
  line-height: 32px;
  width: 32px;
}
.sell_div .avatar {
  -ms-flex-negative: 0;
  background: rgba(228, 236, 255, 0.4);
  border-radius: 50%;
  color: #2d60e0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  width: 34px;
}
.sell_div .el-avatar {
  background: #2483ff;
}
.sell_div .el-col-4 {
  width: 20%;
}
.sell_div .legal_div .el-menu.el-menu--horizontal .el-menu-item.is-active::before {
  position: absolute;
  bottom: 10px;
  content: '';
  width: 74% !important;
  left: 13% !important;
  border: 1px solid #0066ED;
  background-color: #0066ED;
}
.sell_div .shouyi222 {
  width: 150px;
  height: 40px;
  line-height: 40px;
  /* text-align: center; */
  font-size: 14px;
  font-weight: 400;
  color: #2c2d31;
  border-radius: 4px;
  position: relative;
  top: -55px;
  right: 0px;
  left: 3vw;
}
.sell_div .merchant1 {
  margin-right: 14px;
  font-size: 16px;
  font-weight: 500;
}
.sell_div .merchant2 {
  height: 18px;
  margin-bottom: 8px;
  margin-left: 0px;
  vertical-align: bottom;
}
.sell_div .merchant3 {
  height: 18px;
  margin-bottom: 8px;
  margin-left: 0px;
  vertical-align: bottom;
}
.sell_div .merchant4 {
  margin-left: 2px;
  top: -28px;
  right: 0px;
  left: 0vw;
  color: #2d60e0;
  line-height: 24px;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 30px;
}
.sell_div .merchant5 {
  margin-left: 2px;
  top: -52px;
  right: 0px;
  left: 0vw;
  /* background: rgba(45, 96, 224, 0.1); */
  color: #9aa5b5;
  line-height: 24px;
  text-align: left;
  height: 24px;
  width: 170px;
  border-radius: 30px;
}
.sell_div .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  padding: 16px 20px;
  margin-bottom: 0;
}
.sell_div .table-header .header-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #8694A1;
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px;
}
.sell_div .table-header .header-cell:first-child {
  text-align: left;
}
.night .sell_div .table-header .header-cell {
  color: #6c757d;
}
.day .sell_div .table-header .header-cell {
  color: #8694A1;
}
.sell_div .table-content .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px;
  background-color: #222E3A;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.night .sell_div .table-content .table-row {
  background-color: #ffffff;
}
.day .sell_div .table-content .table-row {
  background-color: #222E3A;
}
.sell_div .table-content .table-row.even-row {
  background-color: #2E3C4B;
}
.night .sell_div .table-content .table-row.even-row {
  background-color: #f8f9fa;
}
.day .sell_div .table-content .table-row.even-row {
  background-color: #2E3C4B;
}
.sell_div .table-content .table-row:hover {
  background-color: #2A3845;
}
.night .sell_div .table-content .table-row:hover {
  background-color: rgba(70, 138, 237, 0.02);
}
.day .sell_div .table-content .table-row:hover {
  background-color: #2A3845;
}
.sell_div .table-content .table-row .cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
.sell_div .table-content .table-row .cell:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sell_div .table-content .table-row .merchant-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sell_div .table-content .table-row .merchant-info .el-avatar {
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sell_div .table-content .table-row .merchant-info .merchant-name .name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.night .sell_div .table-content .table-row .merchant-info .merchant-name .name {
  color: #2c3e50;
}
.day .sell_div .table-content .table-row .merchant-info .merchant-name .name {
  color: #ffffff;
}
.sell_div .table-content .table-row .amount-info {
  text-align: left;
}
.sell_div .table-content .table-row .amount-info .amount-row {
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
.sell_div .table-content .table-row .amount-info .amount-row .label {
  color: #FFFFFF;
  font-size: 12px;
  margin-right: 4px;
  min-width: 28px;
}
.night .sell_div .table-content .table-row .amount-info .amount-row .label {
  color: #2c3e50;
}
.day .sell_div .table-content .table-row .amount-info .amount-row .label {
  color: #FFFFFF;
}
.sell_div .table-content .table-row .amount-info .amount-row .value {
  color: #468AED;
  font-size: 12px;
}
.sell_div .table-content .table-row .price-info {
  text-align: center;
}
.sell_div .table-content .table-row .price-info .price {
  font-size: 16px;
  font-weight: 500;
  color: #1DCA94;
}
.sell_div .table-content .table-row .payment-info {
  text-align: center;
}
.sell_div .table-content .table-row .payment-info .payment-icon {
  width: 24px;
  height: 24px;
  border-radius: 2px;
}
.sell_div .table-content .table-row .action-info {
  text-align: center;
}
.sell_div .table-content .table-row .action-info .action-btn {
  padding: 6px 20px;
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  border-radius: 4px;
  color: #ffffff;
  border: none;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 60px;
}
.sell_div .table-content .table-row .action-info .action-btn:hover {
  opacity: 0.9;
}
.sell_div .nodata {
  text-align: center;
  padding: 60px 20px;
  background-color: #222E3A;
}
.night .sell_div .nodata {
  background-color: #ffffff;
}
.day .sell_div .nodata {
  background-color: #222E3A;
}
.sell_div .nodata img {
  width: 60px;
  height: 60px;
  opacity: 0.5;
  margin-bottom: 15px;
}
.sell_div .nodata p {
  color: #8694A1;
  font-size: 14px;
  margin: 0;
}
.night .sell_div .nodata p {
  color: #6c757d;
}
.day .sell_div .nodata p {
  color: #8694A1;
}
@media (max-width: 768px) {
.sell_div .table-header,
  .sell_div .table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sell_div .table-header .header-cell,
  .sell_div .table-row .header-cell,
  .sell_div .table-header .cell,
  .sell_div .table-row .cell {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: left;
    padding: 8px 15px;
    border-bottom: 1px solid #323B44;
}
.night .sell_div .table-header .header-cell,
  .night .sell_div .table-row .header-cell,
  .night .sell_div .table-header .cell,
  .night .sell_div .table-row .cell {
    border-bottom-color: #e9ecef;
}
.day .sell_div .table-header .header-cell,
  .day .sell_div .table-row .header-cell,
  .day .sell_div .table-header .cell,
  .day .sell_div .table-row .cell {
    border-bottom-color: #323B44;
}
.sell_div .table-row .merchant-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.sell_div .table-row .amount-info,
  .sell_div .table-row .price-info,
  .sell_div .table-row .payment-info,
  .sell_div .table-row .action-info {
    text-align: left;
}
}

.legal-order-container[data-v-1464ffc6]{padding:20px 0
}
.night .legal-order-container[data-v-1464ffc6]{color:#8694A1
}
.day .legal-order-container[data-v-1464ffc6]{color:#586186
}
.filters-section[data-v-1464ffc6]{margin-bottom:24px
}
.filters-section .filter-group[data-v-1464ffc6]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px
}
.filters-section .filter-group .filter-label[data-v-1464ffc6]{font-size:14px;font-weight:500;color:#8694A1;min-width:80px
}
.day .filters-section .filter-group .filter-label[data-v-1464ffc6]{color:#6c757d
}
.filters-section .filter-group .el-select[data-v-1464ffc6],.filters-section .filter-group .el-input[data-v-1464ffc6]{min-width:200px
}
.filters-section .filter-group .el-select .el-input__inner[data-v-1464ffc6],.filters-section .filter-group .el-input .el-input__inner[data-v-1464ffc6]{background-color:#323B44;border-color:#3a434e;color:#FFFFFF
}
.day .filters-section .filter-group .el-select .el-input__inner[data-v-1464ffc6],.day .filters-section .filter-group .el-input .el-input__inner[data-v-1464ffc6]{background-color:#f8f9fa;border-color:#dee2e6;color:#2c3e50
}
.filters-section .filter-group .el-select .el-input__inner[data-v-1464ffc6]:focus,.filters-section .filter-group .el-input .el-input__inner[data-v-1464ffc6]:focus{border-color:#468AED
}
.filters-section .filter-group .search-btn[data-v-1464ffc6]{padding:8px 20px;background:linear-gradient(92deg, #468AED 0%, #AD46ED 100%);color:#FFFFFF;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.filters-section .filter-group .search-btn[data-v-1464ffc6]:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(70,138,237,0.3);box-shadow:0 4px 12px rgba(70,138,237,0.3)
}
.day .filters-section .filter-group .search-btn[data-v-1464ffc6]:hover{-webkit-box-shadow:0 4px 12px rgba(70,138,237,0.4);box-shadow:0 4px 12px rgba(70,138,237,0.4)
}
.table-container[data-v-1464ffc6]{background-color:#222E3A;border-radius:12px;overflow:hidden;-webkit-box-shadow:0 4px 12px rgba(0,0,0,0.1);box-shadow:0 4px 12px rgba(0,0,0,0.1)
}
.night .table-container[data-v-1464ffc6]{background-color:#222E3A
}
.day .table-container[data-v-1464ffc6]{background-color:#ffffff;border:1px solid #e9ecef
}
.table-container .table-header[data-v-1464ffc6]{background-color:#2a3441;padding:16px 0;border-bottom:1px solid #323B44
}
.day .table-container .table-header[data-v-1464ffc6]{background-color:#f8f9fa;border-bottom-color:#e9ecef
}
.table-container .table-header .header-row[data-v-1464ffc6]{display:grid;grid-template-columns:80px 1fr 120px 120px;gap:20px;padding:0 20px
}
.table-container .table-header .header-row .header-cell[data-v-1464ffc6]{font-size:14px;font-weight:600;color:#FFFFFF;text-align:center
}
.day .table-container .table-header .header-row .header-cell[data-v-1464ffc6]{color:#2c3e50
}
.table-container .table-header .header-row .header-cell[data-v-1464ffc6]:first-child{text-align:center
}
.table-container .table-header .header-row .header-cell[data-v-1464ffc6]:nth-child(2){text-align:left
}
.table-container .table-header .header-row .header-cell[data-v-1464ffc6]:nth-child(3){text-align:center
}
.table-container .table-header .header-row .header-cell[data-v-1464ffc6]:last-child{text-align:center
}
.table-container .table-body .table-row[data-v-1464ffc6]{display:grid;grid-template-columns:80px 1fr 120px 120px;gap:20px;padding:20px;border-bottom:1px solid rgba(50,59,68,0.3);-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.day .table-container .table-body .table-row[data-v-1464ffc6]{border-bottom-color:rgba(233,236,239,0.5)
}
.table-container .table-body .table-row[data-v-1464ffc6]:nth-child(even){background-color:#2E3C4B
}
.day .table-container .table-body .table-row[data-v-1464ffc6]:nth-child(even){background-color:#f8f9fa
}
.table-container .table-body .table-row[data-v-1464ffc6]:hover{background-color:rgba(70,138,237,0.05)
}
.day .table-container .table-body .table-row[data-v-1464ffc6]:hover{background-color:rgba(70,138,237,0.02)
}
.table-container .table-body .table-row[data-v-1464ffc6]:last-child{border-bottom:none
}
.table-container .table-body .table-row .cell[data-v-1464ffc6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px
}
.table-container .table-body .table-row .cell.avatar-cell[data-v-1464ffc6]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.table-container .table-body .table-row .cell.avatar-cell .user-avatar[data-v-1464ffc6]{width:40px;height:40px;border-radius:50%;background:linear-gradient(92deg, #468AED 0%, #AD46ED 100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:bold;color:#FFFFFF;font-size:16px
}
.table-container .table-body .table-row .cell.info-cell[data-v-1464ffc6]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px
}
.table-container .table-body .table-row .cell.info-cell .amount-info[data-v-1464ffc6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;width:100%
}
.table-container .table-body .table-row .cell.info-cell .amount-info .label[data-v-1464ffc6]{font-size:12px;color:#FFFFFF;text-align:left
}
.day .table-container .table-body .table-row .cell.info-cell .amount-info .label[data-v-1464ffc6]{color:#2c3e50
}
.table-container .table-body .table-row .cell.info-cell .amount-info .value[data-v-1464ffc6]{font-size:14px;font-weight:500;color:#468AED;text-align:left
}
.table-container .table-body .table-row .cell.price-cell[data-v-1464ffc6]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.table-container .table-body .table-row .cell.price-cell .price[data-v-1464ffc6]{font-size:16px;font-weight:600;color:#1DCA94
}
.table-container .table-body .table-row .cell.action-cell[data-v-1464ffc6]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center
}
.table-container .table-body .table-row .cell.action-cell .buy-btn[data-v-1464ffc6]{padding:8px 20px;background:linear-gradient(92deg, #468AED 0%, #AD46ED 100%);color:#FFFFFF;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.table-container .table-body .table-row .cell.action-cell .buy-btn[data-v-1464ffc6]:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(70,138,237,0.3);box-shadow:0 4px 12px rgba(70,138,237,0.3)
}
.day .table-container .table-body .table-row .cell.action-cell .buy-btn[data-v-1464ffc6]:hover{-webkit-box-shadow:0 4px 12px rgba(70,138,237,0.4);box-shadow:0 4px 12px rgba(70,138,237,0.4)
}
.table-container .empty-state[data-v-1464ffc6]{text-align:center;padding:60px 20px;color:#8694A1
}
.day .table-container .empty-state[data-v-1464ffc6]{color:#6c757d
}
.table-container .empty-state .empty-icon[data-v-1464ffc6]{font-size:48px;margin-bottom:16px;opacity:0.5
}
.table-container .empty-state .empty-text[data-v-1464ffc6]{font-size:16px
}
.pagination-container[data-v-1464ffc6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:24px
}
.pagination-container .el-pagination .el-pagination__total[data-v-1464ffc6],.pagination-container .el-pagination .el-pagination__jump[data-v-1464ffc6]{color:#8694A1
}
.day .pagination-container .el-pagination .el-pagination__total[data-v-1464ffc6],.day .pagination-container .el-pagination .el-pagination__jump[data-v-1464ffc6]{color:#6c757d
}
.pagination-container .el-pagination .el-pager li[data-v-1464ffc6]{background-color:#323B44;color:#8694A1;border:1px solid #3a434e
}
.day .pagination-container .el-pagination .el-pager li[data-v-1464ffc6]{background-color:#f8f9fa;color:#6c757d;border-color:#dee2e6
}
.pagination-container .el-pagination .el-pager li.active[data-v-1464ffc6]{background-color:#468AED;color:#FFFFFF;border-color:#468AED
}
.pagination-container .el-pagination .el-pager li[data-v-1464ffc6]:hover{color:#468AED
}
.day .pagination-container .el-pagination .el-pager li[data-v-1464ffc6]:hover{color:#468AED
}
.pagination-container .el-pagination .btn-prev[data-v-1464ffc6],.pagination-container .el-pagination .btn-next[data-v-1464ffc6]{background-color:#323B44;color:#8694A1;border:1px solid #3a434e
}
.day .pagination-container .el-pagination .btn-prev[data-v-1464ffc6],.day .pagination-container .el-pagination .btn-next[data-v-1464ffc6]{background-color:#f8f9fa;color:#6c757d;border-color:#dee2e6
}
.pagination-container .el-pagination .btn-prev[data-v-1464ffc6]:hover,.pagination-container .el-pagination .btn-next[data-v-1464ffc6]:hover{color:#468AED
}
.day .pagination-container .el-pagination .btn-prev[data-v-1464ffc6]:hover,.day .pagination-container .el-pagination .btn-next[data-v-1464ffc6]:hover{color:#468AED
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.order_div_detail .el-breadcrumb {
  padding: 10px 0 20px 26px;
}
.order_div_detail .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.order_div_detail .buyBtn {
  text-align: right;
  margin-bottom: 10px;
}
.order_div_detail .buyBtn span,
.order_div_detail .buyBtn a {
  color: #0066ED;
  cursor: pointer;
}
.order_div_detail .greenColor {
  color: #44BCA7;
}
.order_div_detail .redColor {
  color: #CD3D58;
}
.order_div_detail .el-row {
  background-color: #f8f8f8;
  padding: 20px 0;
  margin: 20px 0 40px 0!important;
}
.order_div_detail b {
  margin-right: 10px;
}
.order_div_detail .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order_div_detail .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #D9D9D9;
  padding: 10px;
  border-radius: 4px;
}
.order_div_detail .el-form-item .el-form-item__label {
  text-align: left;
}
.order_div_detail .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.order_div_detail .el-form-item .el-input-group__append {
  border: none!important;
  background-color: transparent!important;
  color: #87D8EA;
  cursor: pointer;
}
.order_div_detail .el-form-item .el-input-group__append .line {
  margin: 0 6px;
  display: inline-block;
}
.order_div_detail .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.order_div_detail .sellBox {
  margin: 20px 0;
}
.order_div_detail .sellBox .eyeIcon {
  cursor: pointer;
}
.order_div_detail .sellBox .payMent {
  width: 40%;
}
.order_div_detail .grayColor {
  color: #8E8E8E;
}
.order_div_detail .lastBtn {
  width: 40%;
}
.order_div_detail .lastBtn .el-button {
  width: 100%;
  margin: 0 0 20px 0;
}
.order_div_detail .lastBtn .submit-btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(92deg, #468AED 0%, #AD46ED 100%);
  border-radius: 8px;
  color: #ffffff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 20px 0;
}
.order_div_detail .lastBtn .submit-btn:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.order_div_detail .lastBtn .submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.submit-legal-container[data-v-d300e43a]{min-height:100vh;background-color:#1a2431;padding:40px 20px
}
.night .submit-legal-container[data-v-d300e43a]{background-color:#1a2431
}
.day .submit-legal-container[data-v-d300e43a]{background-color:#f5f7fa
}
.submit-legal-content[data-v-d300e43a]{max-width:1440px;margin:0 auto;background-color:#222E3A;border-radius:22px;padding:40px
}
.night .submit-legal-content[data-v-d300e43a]{background-color:#222E3A
}
.day .submit-legal-content[data-v-d300e43a]{background-color:#ffffff;border:1px solid #e9ecef
}
.page-header[data-v-d300e43a]{margin-bottom:32px;text-align:center
}
.page-header .back-btn[data-v-d300e43a]{float:left;padding:8px 16px;background-color:#323B44;color:#8694A1;border:1px solid #3a434e;border-radius:8px;cursor:pointer;font-size:14px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.day .page-header .back-btn[data-v-d300e43a]{background-color:#f8f9fa;color:#6c757d;border-color:#dee2e6
}
.page-header .back-btn[data-v-d300e43a]:hover{color:#468AED;border-color:#468AED
}
.day .page-header .back-btn[data-v-d300e43a]:hover{color:#468AED;border-color:#468AED
}
.page-header .page-title[data-v-d300e43a]{font-size:24px;font-weight:bold;color:#FFFFFF;margin:0
}
.day .page-header .page-title[data-v-d300e43a]{color:#2c3e50
}
.order-details .detail-section[data-v-d300e43a]{margin-bottom:32px
}
.order-details .detail-section .section-title[data-v-d300e43a]{font-size:18px;font-weight:600;color:#FFFFFF;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #323B44
}
.day .order-details .detail-section .section-title[data-v-d300e43a]{color:#2c3e50;border-bottom-color:#e9ecef
}
.order-details .detail-section .detail-grid[data-v-d300e43a]{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:20px
}
.order-details .detail-section .detail-grid .detail-item[data-v-d300e43a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0;border-bottom:1px solid rgba(50,59,68,0.3)
}
.day .order-details .detail-section .detail-grid .detail-item[data-v-d300e43a]{border-bottom-color:rgba(233,236,239,0.5)
}
.order-details .detail-section .detail-grid .detail-item[data-v-d300e43a]:last-child{border-bottom:none
}
.order-details .detail-section .detail-grid .detail-item .label[data-v-d300e43a]{font-size:14px;color:#8694A1;font-weight:500
}
.day .order-details .detail-section .detail-grid .detail-item .label[data-v-d300e43a]{color:#6c757d
}
.order-details .detail-section .detail-grid .detail-item .value[data-v-d300e43a]{font-size:14px;color:#FFFFFF;font-weight:500
}
.day .order-details .detail-section .detail-grid .detail-item .value[data-v-d300e43a]{color:#2c3e50
}
.order-details .detail-section .detail-grid .detail-item .value.highlight[data-v-d300e43a]{color:#468AED
}
.order-details .detail-section .detail-grid .detail-item .value.success[data-v-d300e43a]{color:#1DCA94
}
.order-details .detail-section .detail-grid .detail-item .value.warning[data-v-d300e43a]{color:#F5A623
}
.form-section .form-title[data-v-d300e43a]{font-size:18px;font-weight:600;color:#FFFFFF;margin-bottom:24px
}
.day .form-section .form-title[data-v-d300e43a]{color:#2c3e50
}
.form-section .el-form-item[data-v-d300e43a]{margin-bottom:24px
}
.form-section .el-form-item .el-form-item__label[data-v-d300e43a]{color:#8694A1;font-weight:500
}
.day .form-section .el-form-item .el-form-item__label[data-v-d300e43a]{color:#6c757d
}
.form-section .el-form-item .el-input__inner[data-v-d300e43a],.form-section .el-form-item .el-textarea__inner[data-v-d300e43a]{background-color:#323B44;border:1px solid #3a434e;color:#FFFFFF;border-radius:8px
}
.day .form-section .el-form-item .el-input__inner[data-v-d300e43a],.day .form-section .el-form-item .el-textarea__inner[data-v-d300e43a]{background-color:#f8f9fa;border-color:#dee2e6;color:#2c3e50
}
.form-section .el-form-item .el-input__inner[data-v-d300e43a]:focus,.form-section .el-form-item .el-textarea__inner[data-v-d300e43a]:focus{border-color:#468AED
}
.form-section .el-form-item .el-select .el-input__inner[data-v-d300e43a]{background-color:#323B44;border-color:#3a434e;color:#FFFFFF
}
.day .form-section .el-form-item .el-select .el-input__inner[data-v-d300e43a]{background-color:#f8f9fa;border-color:#dee2e6;color:#2c3e50
}
.upload-section[data-v-d300e43a]{margin:32px 0
}
.upload-section .upload-title[data-v-d300e43a]{font-size:16px;font-weight:500;color:#FFFFFF;margin-bottom:16px
}
.day .upload-section .upload-title[data-v-d300e43a]{color:#2c3e50
}
.upload-section .upload-area[data-v-d300e43a]{border:2px dashed #3a434e;border-radius:8px;padding:40px;text-align:center;background-color:#2a3441;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.day .upload-section .upload-area[data-v-d300e43a]{background-color:#f8f9fa;border-color:#dee2e6
}
.upload-section .upload-area[data-v-d300e43a]:hover{border-color:#468AED;background-color:rgba(70,138,237,0.05)
}
.day .upload-section .upload-area[data-v-d300e43a]:hover{background-color:rgba(70,138,237,0.02)
}
.upload-section .upload-area .upload-icon[data-v-d300e43a]{font-size:48px;color:#468AED;margin-bottom:16px
}
.upload-section .upload-area .upload-text[data-v-d300e43a]{color:#8694A1;font-size:14px
}
.day .upload-section .upload-area .upload-text[data-v-d300e43a]{color:#6c757d
}
.action-buttons[data-v-d300e43a]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:40px
}
.action-buttons .cancel-btn[data-v-d300e43a]{padding:12px 32px;background-color:#323B44;color:#8694A1;border:1px solid #3a434e;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.day .action-buttons .cancel-btn[data-v-d300e43a]{background-color:#f8f9fa;color:#6c757d;border-color:#dee2e6
}
.action-buttons .cancel-btn[data-v-d300e43a]:hover{color:#FFFFFF;border-color:#8694A1
}
.day .action-buttons .cancel-btn[data-v-d300e43a]:hover{color:#2c3e50;border-color:#6c757d
}
.action-buttons .submit-btn[data-v-d300e43a]{padding:12px 32px;background:linear-gradient(92deg, #468AED 0%, #AD46ED 100%);color:#FFFFFF;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;-webkit-transition:all 0.3s ease;transition:all 0.3s ease
}
.action-buttons .submit-btn[data-v-d300e43a]:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(70,138,237,0.3);box-shadow:0 4px 12px rgba(70,138,237,0.3)
}
.day .action-buttons .submit-btn[data-v-d300e43a]:hover{-webkit-box-shadow:0 4px 12px rgba(70,138,237,0.4);box-shadow:0 4px 12px rgba(70,138,237,0.4)
}
.action-buttons .submit-btn[data-v-d300e43a]:disabled{opacity:0.6;cursor:not-allowed;-webkit-transform:none;transform:none;-webkit-box-shadow:none;box-shadow:none
}
.tips-section[data-v-d300e43a]{background-color:rgba(70,138,237,0.1);border:1px solid rgba(70,138,237,0.2);border-radius:8px;padding:20px;margin-top:32px
}
.day .tips-section[data-v-d300e43a]{background-color:rgba(70,138,237,0.05);border-color:rgba(70,138,237,0.15)
}
.tips-section .tips-title[data-v-d300e43a]{font-size:16px;font-weight:500;color:#468AED;margin-bottom:12px
}
.tips-section .tips-list[data-v-d300e43a]{list-style:none;padding:0;margin:0
}
.tips-section .tips-list li[data-v-d300e43a]{font-size:14px;color:#8694A1;margin-bottom:8px;position:relative;padding-left:20px
}
.day .tips-section .tips-list li[data-v-d300e43a]{color:#6c757d
}
.tips-section .tips-list li[data-v-d300e43a]:before{content:'\2022';color:#468AED;position:absolute;left:0;font-weight:bold
}
.tips-section .tips-list li[data-v-d300e43a]:last-child{margin-bottom:0
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.collection_list .el-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
}
.collection_list .el-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.collection_list .el-radio-group .el-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.collection_list .el-radio-group .el-radio__label span {
  margin-left: 10px;
}
.collection_list .el-radio-group .el-radio__label .name {
  color: #101010;
}
.collection_list .el-radio-group .el-radio__label a {
  color: #999999;
}
.collection_list .el-radio-group .el-radio__label .payInform {
  color: #999999;
}
.collection_list .el-radio__inner {
  border-color: #999999;
  background: #999999;
}
.collection_list .el-radio__inner::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.collection_list .el-radio__input.is-checked .el-radio__inner {
  border-color: #0066ED;
  background: #0066ED;
}
.collection_list .tender_box {
  margin-left: 20px;
}
.collection_list .tender_box .el-radio {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #FAFAFA;
  padding: 0 20px;
  margin-bottom: 0;
}
.collection_list .tender_box .el-radio .el-radio__inner {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.order_div {
  min-height: 480px;
}
.order_div .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order_div .el-tabs__nav {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 30px;
}
.order_div .greenColor {
  color: #44BCA7;
}
.order_div .redColor {
  color: #CD3D58;
}
.order_div .blueColor {
  color: #0066ED;
}
.order_div .el-tabs__item.is-top {
  position: relative;
  top: 0;
  width: 160px;
  height: 45px !important;
  line-height: 45px !important;
  text-align: center;
}
.order_div .el-tabs__item.is-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #F8F8F8;
}
.order_div .el-tabs__item.is-top:nth-child(2)::before {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  transform: skew(-22deg);
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
}
.order_div .el-tabs__item.is-top:nth-child(3)::before {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  -moz-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
}
.order_div .el-tabs__item.is-active {
  color: #ffffff !important;
}
.order_div .el-tabs__item.is-active::before {
  background-color: #0066ED !important;
}
.order_div .assets_top {
  padding: 20px;
}
.order_div .assets_top .el-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order_div .assets_top .el-form > div {
  margin: 0 60px 0 20px;
}
.order_div .el-dialog__body {
  padding: 10px 0px 30px 0;
}
.order_div .list_details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 20px;
}
.order_div .list_details li:nth-child(1) > div span:nth-child(1) {
  margin: 0 20px 10px 0;
}
.order_div .list_details li:nth-child(1) > div > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order_div .list_details li span:nth-child(1) {
  color: #8E8E8E;
}
.order_div .list_details li .status {
  color: #44BCA7;
  margin: 0 0 20px 0;
}
.order_div .list_details li .money {
  color: #CD3D58;
  margin: 0;
}
.order_div .list_details li .blueColor {
  color: #0066ED;
  margin: 0 0 20px 0;
}
.order_div .list_details li h2 {
  font-weight: 550;
}
.order_div .list_details li h3 {
  color: #8E8E8E;
  margin: 0 0 20px 0;
}
.order_div .list_details .line {
  width: 100%;
  height: 18px;
  background-color: #f8f8f8;
  padding: 0!important;
}
.order_div .list_details > .themeBtn {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.order_div .list_details .apeal_content {
  background-color: #f8f8f8;
  padding: 20px;
  margin: 0 20px 20px 20px;
}
.order_div .list_details .apeal_content .apeal_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.order_div .list_details .apeal_content .apeal_img img {
  width: 122px;
  max-height: 122px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-right: 20px;
}
.order_div .list_details .waitPay .lastBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%!important;
}
.order_div .list_details .waitPay .lastBtn .el-button {
  width: 40%!important;
}
.order_div .list_details .waitPay .lastBtn .el-button span {
  letter-spacing: 2px;
}
.order_div .list_details .waitPay .waitTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.order_div .list_details .waitPay .waitTime span {
  margin-right: 10px;
  color: #CD3D58;
}
.order_div .list_details .waitPay .appeal {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.order_div .el-icon-document-copy {
  font-weight: bold;
  font-size: 20px;
}
.order_div .qrcodeBox {
  cursor: pointer;
  width: 20px;
}
.order_div .operation .el-button {
  min-width: 60%;
  display: block;
  margin: 0 auto;
}
.order_div .opeareBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order_div .opeareBox .el-button:nth-child(1) {
  margin-bottom: 10px;
}
.order_div .rightBox {
  text-align: right;
  padding: 0 20px;
}
.checkQcord .el-dialog__body {
  padding: 30px 20px!important;
}
.checkQcord img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.acceptor_div {
  min-height: 480px;
}
.acceptor_div .cruntpage .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.acceptor_div .cruntpage .el-tabs__nav {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 30px;
}
.acceptor_div .cruntpage .el-tabs__item.is-top {
  position: relative;
  top: 0;
  width: 160px;
  height: 45px!important;
  line-height: 45px!important;
  text-align: center;
}
.acceptor_div .cruntpage .el-tabs__item.is-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #0066ed0d;
}
.acceptor_div .cruntpage .el-tabs__item.is-top:nth-child(2)::before {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  transform: skew(-22deg);
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
}
.acceptor_div .cruntpage .el-tabs__item.is-top:nth-child(3)::before {
  transform: skew(-22deg);
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
}
.acceptor_div .cruntpage .el-tabs__item.is-top:nth-child(4)::before {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  -moz-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
}
.acceptor_div .cruntpage .el-tabs__item.is-active {
  color: #ffffff !important;
}
.acceptor_div .cruntpage .el-tabs__item.is-active::before {
  background-color: #0066ED !important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.acceptor_buy_div {
  min-height: 480px;
}
.acceptor_buy_div .formBox .el-form {
  padding: 20px;
  margin-bottom: 40px;
}
.acceptor_buy_div .formBox .el-form .themeBtn {
  width: 46%;
  margin-top: 30px;
}
.acceptor_buy_div .grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.acceptor_buy_div .grid-content > div {
  width: 45%;
}
.acceptor_buy_div .grid-content > div:nth-child(2n-1) {
  margin: 0 40px 20px 0;
}
.acceptor_buy_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #2c32505c;
  padding: 10px;
  border-radius: 4px;
}
.acceptor_buy_div .el-form-item .el-form-item__label {
  text-align: left;
}
.acceptor_buy_div .el-form-item .showPwd {
  cursor: pointer;
}
.acceptor_buy_div .el-form-item .el-input-group__append {
  border: none!important;
  background-color: transparent!important;
}
.acceptor_buy_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.acceptor_buy_div .paySelect .el-radio {
  padding: 0px 20px 0 10px!important;
  line-height: 9px;
  border: 1px solid #2c32505c;
}
.acceptor_buy_div .paySelect .el-radio .el-radio__inner {
  display: none;
}
.acceptor_buy_div .paySelect .el-radio .el-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acceptor_buy_div .paySelect .el-radio .el-radio__label img {
  margin-right: 4px;
  width: 20px;
}
.acceptor_buy_div .payment {
  width: 50%;
}
.acceptor_buy_div .el-dialog__body {
  padding: 10px 0px 30px 0;
}
.acceptor_buy_div .list_details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 20px;
}
.acceptor_buy_div .list_details li:nth-child(1) > div span:nth-child(1) {
  margin-right: 20px;
}
.acceptor_buy_div .list_details li span:nth-child(1) {
  color: #8E8E8E;
}
.acceptor_buy_div .list_details li h2 {
  margin: 0 0 20px 0;
  font-weight: 550;
}
.acceptor_buy_div .list_details li h3 {
  color: #8E8E8E;
  margin: 0 0 20px 0;
}
.acceptor_buy_div .list_details .line {
  width: 100%;
  height: 18px;
  background-color: #f8f8f8;
  padding: 0!important;
}
.acceptor_buy_div .list_details .themeBtn {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.acceptor_buy_div .greenColor {
  color: #44BCA7;
}
.acceptor_buy_div .redColor {
  color: #CD3D58;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.legal_bone_div {
  width: 440px;
  margin: 0 auto;
  padding: 20px;
}
.legal_bone_div .title {
  text-align: center;
}
.legal_bone_div .title h2 {
  color: #CD3D58;
}
.legal_bone_div .tip {
  color: #8E8E8E;
}
.legal_bone_div .themeBtn {
  width: 100%;
}
.legal_bone_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #3B3B3B;
  padding: 10px;
  border-radius: 4px;
}
.legal_bone_div .el-form-item .el-form-item__label {
  text-align: left;
}
.legal_bone_div .el-form-item .showPwd {
  cursor: pointer;
}
.legal_bone_div .el-form-item .el-input-group__append {
  border: none!important;
  background-color: transparent!important;
}
.legal_bone_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.legal_bone_div .redColor {
  color: #CD3D58;
}
.legal_bone_div .reminder {
  border: 1px dashed #3B3B3B;
  margin-top: 40px;
  padding: 20px;
  border-radius: 4px;
}
.legal_bone_div .reminder p {
  color: #CD3D58;
  margin: 0;
}
.legal_bone_div .reminder > div {
  color: #8E8E8E;
  line-height: 36px;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.apeal_div .el-breadcrumb {
  padding: 10px 0 20px 26px;
}
.apeal_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.apeal_div .el-row {
  background-color: #f8f8f8;
  padding: 20px 0;
  margin: 20px 0 40px 0!important;
}
.apeal_div .el-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.apeal_div .el-radio-group .el-radio {
  margin-bottom: 10px;
}
.apeal_div .el-radio-group .el-radio__input.is-checked .el-radio__inner {
  border-color: #0066ED;
  background: #0066ED;
}
.apeal_div .el-radio-group .el-radio__input.is-checked + .el-radio__label {
  color: #606266;
}
.apeal_div .el-radio-group .el-radio__inner {
  background-color: #999999;
}
.apeal_div .el-radio-group .el-radio__inner::after {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
}
.apeal_div .el-textarea__inner {
  background-color: transparent;
  height: 140px;
  border: 1px solid #3B3B3B;
}
.apeal_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.apeal_div .avatar-uploader .el-upload {
  background-color: #FDFDFD;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.apeal_div .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.apeal_div .avatar {
  width: 178px;
  height: 178px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.apeal_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.legal_transaction_div {
  border-top: 1px solid #3B3B3B;
  position: relative;
  width: 100%;
  left: 0;
  height: 100%;
  overflow-y: auto;
  background-color: #0B0B0B;
}
.legal_transaction_div .leftBzList::-webkit-scrollbar {
  display: none;
}
.legal_transaction_div .leftBzList {
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
}
.legal_transaction_div .green {
  color: #0fbf69;
}
.legal_transaction_div .red {
  color: red;
}
.legal_transaction_div .selectLogoClass {
  position: relative;
}
.legal_transaction_div .selectLogoClassImg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 9px;
  top: 10px;
  z-index: 999;
}
.legal_transaction_div::-webkit-scrollbar {
  /*滚动条整体部分，可以设置宽度啥的**/
  width: 0px;
}
.legal_transaction_div .greenColor {
  color: #44BCA7;
}
.legal_transaction_div .redColor {
  color: #CD3D58;
}
.legal_transaction_div .el-row {
  background-color: #0B0B0B;
}
.legal_transaction_div .transaction_left {
  height: 1300px;
  overflow-y: auto;
  background-color: #0B0B0B;
}
.legal_transaction_div .transaction_left::-webkit-scrollbar {
  /*滚动条整体部分，可以设置宽度啥的**/
  width: 6px;
}
.legal_transaction_div .transaction_left::-webkit-scrollbar-thumb {
  /*滚动的滑块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px #575F67;
  -webkit-box-shadow: inset 0 0 5px #575F67;
  background: #575F67;
}
.legal_transaction_div .transaction_left::-webkit-scrollbar-track {
  /* 外层轨道*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px #131722;
  -webkit-box-shadow: inset 0 0 5px #131722;
  background: #131722;
}
.legal_transaction_div .transaction_left .hasPadding {
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.legal_transaction_div .transaction_left .hasPadding .el-form-item {
  margin-bottom: 0;
}
.legal_transaction_div .transaction_left .hasPadding .pairList > div {
  display: block;
}
.legal_transaction_div .transaction_left .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -105px;
}
.legal_transaction_div .transaction_left .topBox li {
  color: #8E8E8E;
  margin-right: 20px;
}
.legal_transaction_div .transaction_left .topBox .getValue {
  color: #ffffff;
  margin: 0 10px;
}
.legal_transaction_div .transaction_left .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.legal_transaction_div .transaction_left .el-form-item__content .el-input__inner {
  border: none;
  background-color: transparent;
  outline: none;
}
.legal_transaction_div .transaction_left .el-form-item__content .el-select {
  width: 150px;
}
.legal_transaction_div .transaction_right {
  padding: 20px 20px 20px;
  background-color: #131722;
  height: 81%;
  position: absolute;
  top: 80px;
  width: 19%;
  float: right;
}
.legal_transaction_div .transaction_right .transaction_right_title {
  width: 100%;
}
.legal_transaction_div .transaction_right .transaction_right_title .right_title {
  width: 48%;
  display: inline-block;
  color: #8E8E8E;
}
.legal_transaction_div .transaction_right .transaction_right_title .right_title:nth-child(2) {
  text-align: center;
}
.legal_transaction_div .transaction_right .transaction_right_title .right_title:nth-last-child(1) {
  text-align: right;
}
.legal_transaction_div .transaction_right .transaction_right_title .right_title span {
  display: block;
}
.legal_transaction_div .transaction_right .entrustList h3 {
  margin: 0 0 20px 0;
  color: #ffffff;
}
.legal_transaction_div .transaction_right .entrustList > ul {
  width: 100%;
}
.legal_transaction_div .transaction_right .entrustList > ul li {
  width: 100%;
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.legal_transaction_div .transaction_right .entrustList > ul li span {
  width: 48%;
  display: inline-block;
}
.legal_transaction_div .transaction_right .entrustList > ul li span:nth-child(2) {
  text-align: right;
  color: #ffffff;
}
.legal_transaction_div .transaction_right .entrustList > ul li span:nth-last-child(1) {
  color: #C3C3C3;
  text-align: right;
}
.legal_transaction_div .transaction_right .entrustList > ul li span1 {
  width: 48%;
  display: inline-block;
}
.legal_transaction_div .transaction_right .entrustList > ul li span1:nth-child(0) {
  text-align: right;
  color: #ffffff;
}
.legal_transaction_div .transaction_right .entrustList > ul li span1:nth-last-child(1) {
  color: #C3C3C3;
  text-align: right;
}
.legal_transaction_div .transaction_right .entrustList > ul li .percenttd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 30px;
}
.legal_transaction_div .transaction_right .entrustList > ul li .percenttd .percentDiv {
  position: absolute;
  width: 40%;
  height: 100%;
}
.legal_transaction_div .transaction_right .conversion {
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #3B3B3B;
  border-bottom: 1px solid #3B3B3B;
}
.legal_transaction_div .transaction_right .conversion span {
  margin-right: 10px;
}
.legal_transaction_div .transaction_right .riseList li {
  position: relative;
  top: 0;
  left: 0;
}
.legal_transaction_div .transaction_right .riseList li span:nth-child(1) {
  color: #2cf5a7;
}
.legal_transaction_div .transaction_right .riseList li .percenttd .percentDiv {
  background-color: #00ff9b;
  opacity: 0.2;
}
.legal_transaction_div .transaction_right .fallList li {
  position: relative;
  top: 0;
  left: 0;
}
.legal_transaction_div .transaction_right .fallList li span:nth-child(1) {
  color: #ff1100;
}
.legal_transaction_div .transaction_right .fallList li .percenttd .percentDiv {
  background-color: #ff1100 !important;
  opacity: 0.2;
}
.legal_transaction_div .transaction_right .transtionBar {
  text-align: center;
}
.legal_transaction_div .transaction_right .transtionBar .el-tabs__nav-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.legal_transaction_div .transaction_right .transtionBar .el-tabs__nav {
  overflow: hidden;
  margin: 0 auto;
}
.legal_transaction_div .transaction_right .transtionBar .el-tabs__item.is-top {
  position: relative;
  top: 0;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999999 !important;
}
.legal_transaction_div .transaction_right .transtionBar .el-tabs__item.is-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #232E3D;
}
.legal_transaction_div .transaction_right .transtionBar .el-tabs__item.is-top:nth-child(2)::before {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  transform: skew(-22deg);
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
}
.legal_transaction_div .transaction_right .transtionBar .el-tabs__item.is-top:nth-child(3)::before {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  transform: skewX(-22deg);
  -webkit-transform: skewX(-22deg);
  -moz-transform: skewX(-22deg);
  -ms-transform: skewX(-22deg);
}
.legal_transaction_div .transaction_right .transtionBar .el-tabs__item.is-active {
  color: #ffffff !important;
}
.legal_transaction_div .transaction_right .transtionBar .el-tabs__item.is-active::before {
  background-color: #0066ED !important;
}
.legal_transaction_div .transaction_right .entrust_price,
.legal_transaction_div .transaction_right .priceBox {
  margin-bottom: 20px;
}
.legal_transaction_div .transaction_right .entrust_price .white,
.legal_transaction_div .transaction_right .priceBox .white {
  margin-bottom: 10px;
}
.legal_transaction_div .transaction_right .entrust_price .el-input__inner,
.legal_transaction_div .transaction_right .priceBox .el-input__inner {
  background-color: transparent;
  border: 1px solid #3B3B3B;
  color: #fff;
}
.legal_transaction_div .transaction_right .entrust_price .el-input__suffix-inner,
.legal_transaction_div .transaction_right .priceBox .el-input__suffix-inner {
  display: inline-block;
  line-height: 40px;
  color: #FFFFFF;
  margin-right: 16px;
}
.legal_transaction_div .transaction_right .el-select {
  width: 100%;
  margin: 20px 0 10px 0;
}
.legal_transaction_div .transaction_right .el-input.is-disabled .el-input__inner,
.legal_transaction_div .transaction_right .el-select .el-input__inner {
  background-color: transparent;
  border: 1px solid #3B3B3B;
  padding-left: 20px;
  color: #ffffff;
}
.legal_transaction_div .transaction_right .transaction_right_div {
  margin-top: -19px;
  border-top: 1px solid #3b3b3b00;
  padding: 20px 0;
}
.legal_transaction_div .transaction_right .transaction_right_div .el-input-number .el-input__inner {
  background-color: transparent;
  border: 1px solid #3b3b3b;
  color: #ffffff;
}
.legal_transaction_div .transaction_right .transaction_right_div .el-input-number .el-input-number__increase,
.legal_transaction_div .transaction_right .transaction_right_div .el-input-number .el-input-number__decrease {
  background-color: transparent;
  border: none;
  color: #ffffff;
}
.legal_transaction_div .transaction_right .transaction_right_div .priceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0;
}
.legal_transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number {
  width: 100%;
  margin-top: 10px;
}
.legal_transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__decrease,
.legal_transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__increase {
  border: none;
  background-color: transparent;
}
.legal_transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__decrease:hover,
.legal_transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__increase:hover {
  color: #0066ED;
}
.legal_transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__decrease i,
.legal_transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input-number__increase i {
  color: #ffffff;
}
.legal_transaction_div .transaction_right .transaction_right_div .priceBox .el-input-number .el-input__inner {
  background-color: transparent;
  border: 1px solid #3B3B3B;
  padding-left: 20px;
  color: #ffffff;
}
.legal_transaction_div .transaction_right .transaction_right_div .blockPecent {
  margin-top: 20px;
}
.legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item {
  padding: 0 10px;
  border-radius: 4px;
  min-width: 34px;
  text-align: center;
  color: #ffffff !important;
  margin-right: 14px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #3B3B3B;
}
.legal_transaction_div .transaction_right .transaction_right_div .blockPecent .el-tabs__item.is-active {
  background-color: #0066ED;
  border: 1px solid #0066ED;
}
.legal_transaction_div .transaction_right .transaction_right_div .bondClass p {
  color: #ffffff;
}
.legal_transaction_div .transaction_right .transaction_right_div .hasToken > .el-button {
  width: 100%!important;
}
.legal_transaction_div .transaction_right .transaction_right_div .lastBtn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.legal_transaction_div .transaction_right .transaction_right_div .lastBtn button {
  width: 44%;
}
.legal_transaction_div .transaction_right .transaction_right_div .lastBtn .buyBtn {
  background: #44BCA7 !important;
  color: #fff !important;
  border: 1px solid #44BCA7 !important;
}
.legal_transaction_div .transaction_right .transaction_right_div .lastBtn .sellBtn {
  background: #CD3D58 !important;
  color: #fff !important;
  border: 1px solid #CD3D58 !important;
}
.legal_transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing {
  width: 48%;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
}
.legal_transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing a {
  color: #fff !important;
}
.legal_transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing:nth-child(1) {
  background: #44BCA7 !important;
}
.legal_transaction_div .transaction_right .transaction_right_div .lastBtn > .nothing:nth-last-child(1) {
  background: #CD3D58 !important;
}
.legal_transaction_div .transaction_right .el-slider__button {
  width: 10px;
  height: 10px;
  border: 6px solid #fff;
  background-color: #6FC1A1;
}
.legal_transaction_div .transaction_right .el-slider__bar {
  background-color: #6FC1A1;
}
.legal_transaction_div .transaction_right .el-slider__runway {
  background-color: #8E8E8E;
}
.legal_transaction_div .transaction_right .el-slider__runway > div .el-slider__marks-stop {
  background: #FFFFFF;
  border: 2px solid #6FC1A1;
  top: -2px;
}
.legal_transaction_div .transaction_right .el-slider__stop {
  background: #8E8E8E;
}
.legal_transaction_div .el-select-dropdown__item.selected,
.legal_transaction_div .el-select-dropdown__item.hover,
.legal_transaction_div .el-select-dropdown__item:hover {
  background-color: #2a2e44 !important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.coin_order_div .myselfContent {
  margin: 0 auto;
  padding: 0;
}
.coin_order_div .order_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0 0px 0;
  padding: 0 100px;
}
.coin_order_div .order_title .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
.coin_order_div .order_title .title {
  font-size: 30px;
}
.coin_order_div .greenColor {
  color: #44BCA7 !important;
}
.coin_order_div .redColor {
  color: #CD3D58 !important;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.book_div .container .article_title {
  line-height: 55px;
  font-weight: inherit;
  font-size: 28px;
}
.book_div .content {
  padding: 40px 0;
  border-top: 1px solid #3B3B3B;
  color: #393939;
}
.book_div .content img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.invite_div {
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 20px;
}
.invite_div .invite_box {
  width: 220px;
  text-align: center;
  margin: 0 auto;
}
.invite_div .invite_box #qrcode {
  margin: 30px 0;
}
.invite_div .el-icon-document-copy {
  color: #999999;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.reAssets_div .el-breadcrumb {
  padding: 0px 0 0px 30px;
}
.reAssets_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.reAssets_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.reAssets_div .el-form-item .el-form-item__label {
  text-align: left;
}
.reAssets_div .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.reAssets_div .el-form-item .el-input-group__append {
  border: none;
  background-color: transparent;
  color: #87D8EA;
  cursor: pointer;
}
.reAssets_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.reAssets_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.reAssets_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.updateLogin_div .el-breadcrumb {
  padding: 0px 0 0px 30px;
}
.updateLogin_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.updateLogin_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.updateLogin_div .el-form-item .el-form-item__label {
  text-align: left;
}
.updateLogin_div .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.updateLogin_div .el-form-item .el-input-group__append {
  border: none;
  background-color: transparent;
  color: #87D8EA;
  cursor: pointer;
}
.updateLogin_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.updateLogin_div .el-form-item .el-input__suffix-inner {
  cursor: pointer;
}
.updateLogin_div .el-form-item .el-input__suffix-inner i {
  font-style: initial;
}
.updateLogin_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.updateLogin_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.email_div .el-breadcrumb {
  padding: 0px 0 0px 30px;
}
.email_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.email_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.email_div .el-form-item .el-form-item__label {
  text-align: left;
}
.email_div .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.email_div .el-form-item .el-input-group__append {
  border: none;
  background-color: transparent;
  color: #87D8EA;
  cursor: pointer;
}
.email_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.email_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.email_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}
.email-tip {
  text-align: right;
  line-height: 16px;
  font-size: 13px;
  color: #8E8E8E;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.bind_phone_div .el-breadcrumb {
  padding: 0px 0 0px 30px;
}
.bind_phone_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.bind_phone_div .selectArea .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bind_phone_div .selectArea .el-form-item__content .el-select {
  width: 90px!important;
  margin-right: 10px;
  position: relative;
  top: 0;
}
.bind_phone_div .selectArea .el-form-item__content .el-select::before {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  border-right: 1px solid #333333;
  height: 20px;
}
.bind_phone_div .selectArea .el-input__inner {
  text-align: left!important;
}
.bind_phone_div .enterInput .border-left {
  border: none;
}
.bind_phone_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.bind_phone_div .el-form-item .el-form-item__label {
  text-align: left;
}
.bind_phone_div .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.bind_phone_div .el-form-item .el-input-group__append {
  border: none;
  background-color: transparent;
  color: #87D8EA;
  cursor: pointer;
}
.bind_phone_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.bind_phone_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.bind_phone_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}
.email-tip {
  text-align: right;
  line-height: 16px;
  font-size: 13px;
  color: #8E8E8E;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.nickName_div .el-breadcrumb {
  padding: 0px 0 0px 30px;
}
.nickName_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.nickName_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.nickName_div .el-form-item .el-form-item__label {
  text-align: left;
}
.nickName_div .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.nickName_div .el-form-item .el-input-group__append {
  border: none;
  background-color: transparent;
  color: #87D8EA;
  cursor: pointer;
}
.nickName_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.nickName_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.nickName_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.pay_div .el-breadcrumb {
  padding: 0px 0 0px 30px;
}
.pay_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.pay_div .el-radio,
.pay_div .el-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pay_div .payTxt {
  margin-left: 10px;
}
.pay_div .el-radio__inner {
  border-color: #999999;
  background: #999999;
}
.pay_div .el-radio__inner::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.pay_div .el-radio__input.is-checked .el-radio__inner {
  border-color: #0066ED;
  background: #0066ED;
}
.pay_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.pay_div ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pay_div ul li {
  background-color: #f8f8f8;
  border-radius: 4px;
  width: 44%;
  margin: 0 60px 60px 0;
  padding: 20px;
}
.pay_div ul li:nth-child(2n) {
  margin-right: 0;
}
.pay_div ul li .title span {
  font-size: 16px;
  margin-left: 10px;
}
.pay_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.bank_div .el-breadcrumb {
  padding: 0px 0 0px 30px;
}
.bank_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.bank_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.bank_div .el-form-item .el-form-item__label {
  text-align: left;
}
.bank_div .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.bank_div .el-form-item .el-input-group__append {
  border: none;
  background-color: transparent;
  color: #87D8EA;
  cursor: pointer;
}
.bank_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.bank_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.bank_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.aiplay_div .el-breadcrumb {
  padding: 0px 0 0px 30px;
}
.aiplay_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.aiplay_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.aiplay_div .el-form-item .el-form-item__label {
  text-align: left;
}
.aiplay_div .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.aiplay_div .el-form-item .el-input-group__append {
  border: none;
  background-color: transparent;
  color: #87D8EA;
  cursor: pointer;
}
.aiplay_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.aiplay_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.aiplay_div .avatar-uploader .el-upload {
  background-color: #FDFDFD;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.aiplay_div .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.aiplay_div .avatar {
  width: 178px;
  height: 178px;
  display: block;
  -o-object-fit: cover!important;
     object-fit: cover!important;
}
.aiplay_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.bank_div .el-breadcrumb {
  padding: 0px 0 0px 30px;
}
.bank_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.bank_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.bank_div .el-form-item .el-form-item__label {
  text-align: left;
}
.bank_div .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.bank_div .el-form-item .el-input-group__append {
  border: none;
  background-color: transparent;
  color: #87D8EA;
  cursor: pointer;
}
.bank_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.bank_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.bank_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #757575;
}
a:focus {
  border: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.el-menu {
  background: transparent!important;
}
.el-dialog {
  border-radius: 4px;
}
.el-dialog .el-dialog__title,
.el-dialog .el-dialog__close {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 2px;
}
.el-dialog .el-dialog__close:hover {
  color: #0066ED;
}
.all_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1a1a3c;
}
.el-form-item__content .el-input__inner {
  border: 1px solid #c0cfde;
}
.el-form-item__content .el-input__inner::-webkit-input-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner:-moz-placeholder {
  color: #757575;
}
.el-form-item__content .el-input__inner::-o-placeholder {
  color: #757575;
}
.formPage > h2 {
  font-weight: initial;
}
.formPage > p {
  color: #8E8E8E;
}
.noRight .el-input__inner {
  border-right: none;
}
.el-menu.el-menu--horizontal {
  background: transparent;
  border-bottom: none!important;
}
.el-menu.el-menu--horizontal .el-menu-item,
.el-menu.el-menu--horizontal .el-menu-item:hover,
.el-menu.el-menu--horizontal .el-menu-item:focus {
  color: #fff !important;
  border-bottom: none;
}
.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none!important;
}
.txtCenter,
.el-select-dropdown__item span,
.noData,
.sureBoxConfirm .el-message-box__title {
  text-align: center;
}
.box-paading-20 {
  padding: 40px 0;
}
/* 页面居中 */
.el-pagination {
  text-align: center!important;
  padding: 20px 0;
  background-color: #F8F8F8;
  border-radius: 0 0 4px 4px;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  border: 1px solid #F8F8F8 !important;
  background-color: #F8F8F8 !important;
  border-radius: 4px;
  padding: 0;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #333333;
}
.el-pagination .el-pager li {
  color: #333333;
  margin-right: 6px;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background-color: #fff;
}
.el-pagination .el-pager li:nth-child(1) {
  margin-left: 6px;
}
.el-pagination .el-pager li.active {
  border: 1px solid #0066ED !important;
  background-color: #0066ED;
  color: #fff;
}
/* 头像大小 */
.headerImg {
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
/* 设置距离上面的间距 */
.border_top {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
/* 图片宽度 */
.imgFull {
  width: 100%;
  max-height: 100%;
}
/* 设置头部 */
.simpleClass {
  position: relative;
  top: 60px !important;
  margin-bottom: 100px;
}
.white {
  color: #999999;
  display: inline-block;
  width: 140px;
}
/* 字体为12 */
.fontSize12 {
  font-size: 12px;
}
.titleBar .el-tabs__nav-wrap::after {
  background-color: #3B3B3B !important;
  height: 1px;
}
.el-tabs__nav-wrap::after {
  background-color: transparent!important;
}
.spread,
.leftSpread,
.betweenSpread,
.el-select-dropdown__item,
.sureBoxConfirm .el-message-box__btns,
.filter_form,
.colorNotice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.leftSpread {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.betweenSpread,
.colorNotice {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dropdown-menu.el-popper {
  padding: 10px;
}
.el-dropdown-menu.el-popper .qrcode {
  width: 150px;
  height: 150px;
  padding: 0 20px;
}
.el-pagination button:disabled {
  background: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield;
}
.eye {
  cursor: pointer;
}
.el-table thead,
.el-table tr th {
  background: #0066ed00 !important;
  font-size: 14px;
  font-weight: 400;
  color: #717377;
  border-bottom: 1px solid #f2f5f6;
}
.el-table tr td {
  border-bottom: 1px solid #f2f5f605 !important;
}
.el-table th,
.el-table td {
  text-align: center!important;
}
.el-table th.is-leaf {
  text-align: center!important;
}
.el-table td,
.el-table th.is-leaf {
  border: none!important;
}
.el-table--border::after,
.el-table--group::after,
.el-table::before {
  background-color: transparent!important;
}
.el-table__empty-block {
  /*background-color:#F8F8F8;*/
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #F8F8F8;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table th > .cell {
  font-size: 12px;
}
.el-table .cell {
  text-align: center!important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-tabs__item {
  color: #434448 !important;
}
.el-tabs__item:hover {
  color: #0066ED !important;
}
.el-tabs__item.is-active {
  color: #0066ED !important;
  font-size: 18px;
}
.el-tabs__active-bar {
  display: none;
}
.el-select-dropdown__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-select-dropdown__item span {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #FAFAFA;
}
.el-select-dropdown__item img {
  margin-right: 4px;
  width: 20px;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #4b59a7;
  color: #fff;
}
.popper__arrow {
  display: none!important;
}
.el-icon-document-copy {
  cursor: pointer;
}
/* 时间颜色注明 */
.colorNotice {
  margin-bottom: 20px;
}
.colorNotice p > span {
  display: inline-block;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.colorNotice p:nth-child(1) span {
  background-color: #2E75B6;
}
.colorNotice p:nth-child(2) span {
  background-color: #FF8800;
}
.colorNotice p:nth-child(3) span {
  background-color: #FCCE0B;
}
.m-calendar .m-row .m-day .m-during {
  background: transparent!important;
  color: #2c3e50 !important;
}
.m-calendar .m-row .m-day .m-during::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 54px;
  width: 5px;
  background: #2E75B6;
  height: 5px;
  border-radius: 50%;
}
.themeBtn {
  background: #3052e9 !important;
  color: #fff !important;
  border: 1px solid #5c00ff !important;
}
.transBtn {
  background: transparent!important;
  color: #0066ED !important;
  border: 1px solid #0066ED !important;
}
.themeFont {
  color: #0066ED;
}
.aFont {
  color: #002798;
}
.fontCenter {
  text-align: center;
}
.moveHand {
  cursor: pointer;
}
.dialogPadding .el-dialog__body {
  padding: 0 20px 40px 20px!important;
}
.imgTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-switch {
  height: 40px;
  line-height: 40px;
}
.el-switch .el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #dcdfe6;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dcdfe6;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch.is-checked .el-switch__core {
  border-color: #5FB0ED;
  background-color: #5FB0ED;
}
.el-switch.is-checked .el-switch__core::after {
  margin-left: -17px !important;
}
.noData p {
  color: #B2B7BF;
}
.sureBoxConfirm .el-message-box__title span {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}
.sureBoxConfirm .el-message-box__close {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.sureBoxConfirm .el-message-box__message {
  text-align: left;
  color: #333333;
  font-size: 18px;
  width: 240px;
  margin: 0 auto;
}
.sureBoxConfirm .el-message-box__btns {
  text-align: initial!important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 20px 30px 20px!important;
}
.sureBoxConfirm .el-message-box__btns > .el-button {
  width: 40%;
  height: 40px;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) {
  border-color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns > .el-button:nth-child(1) span {
  color: #0066ED;
}
.sureBoxConfirm .el-message-box__btns .el-button--primary {
  background-color: #0066ED;
  border-color: #0066ED;
}
.filter_form {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.filter_form .el-select {
  width: 150px;
  margin: 0 40px 0 10px;
}
@media (max-width: 767px) {
.el-dialog__wrapper .el-dialog {
    width: 80%!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.el-dialog__wrapper .el-dialog {
    width: 50%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.el-dialog__wrapper .el-dialog {
    width: 40%!important;
}
}
.paypal_div .el-breadcrumb {
  padding: 0px 0 0px 30px;
}
.paypal_div .el-breadcrumb .el-breadcrumb__inner {
  color: #8E8E8E;
}
.paypal_div .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #828ab359;
  padding: 10px;
  border-radius: 4px;
}
.paypal_div .el-form-item .el-form-item__label {
  text-align: left;
}
.paypal_div .el-form-item .el-form-item__content .el-select {
  width: 94%;
}
.paypal_div .el-form-item .el-input-group__append {
  border: none;
  background-color: transparent;
  color: #87D8EA;
  cursor: pointer;
}
.paypal_div .el-form-item .el-input__inner {
  border: none;
  background-color: transparent;
  padding: 0;
}
.paypal_div .el-button {
  width: 100%;
  margin: 20px 0;
}
.paypal_div .el-input__icon {
  width: 100%;
  cursor: pointer;
  font-style: normal;
}
body.vue-country-ios{cursor:pointer;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent}body.lock-scroll{overflow:hidden!important}.vue-country-intl{position:relative;background-color:#fff;pointer-events:auto}.list-on-bottom.focused .vue-country-intl{border-bottom-left-radius:0;border-bottom-right-radius:0}.list-on-top.focused .vue-country-intl{border-top-left-radius:0;border-top-right-radius:0}.vue-country-intl .country-intl-input-wrap{position:relative;border:1px solid #e8e8e8;border-radius:5px}.vue-country-intl .country-intl-input{display:block;width:100%;line-height:1.42857143;padding:9px 55px 10px 15px;border:none;outline:none;border-radius:5px;font-size:14px;height:40px;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vue-country-disabled .country-intl-input{border-color:#ededed}.list-on-bottom.focused .country-intl-input{border-bottom-left-radius:0;border-bottom-right-radius:0}.list-on-top.focused .country-intl-input{border-top-left-radius:0;border-top-right-radius:0}.vue-country-intl .country-intl-label{position:absolute;top:1px;left:0;height:39px;width:100%;padding:9px 15px;border-radius:5px;white-space:nowrap;font-size:14px;font-weight:400;cursor:text;overflow:hidden;background-color:#fff}.vue-country-intl.focused .country-intl-label,.vue-country-intl .no-data .country-intl-label{display:none}.vue-country-intl .country-intl-label span{display:inline-block;vertical-align:middle}.vue-country-intl .country-intl-label .iti-flag{margin-right:8px}.vue-country-disabled .country-intl-label span{opacity:.65}.vue-country-intl .dropdown-flag{position:absolute;top:0;right:0;height:100%;padding-right:40px;border-radius:5px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.vue-country-intl .dropdown-flag:after{position:absolute;top:50%;left:50%;content:" ";border:5px solid transparent;border-top-color:#999;margin:-3px 0 0 -5px}.vue-country-intl.focused .dropdown-flag{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.vue-country-disabled .dropdown-flag{opacity:.7}.prevent-click{display:none}.vue-country-disabled .prevent-click{display:block;position:absolute;top:0;left:0;bottom:0;right:0;cursor:not-allowed}.vue-country-popover-container{display:inline-block}.vue-country-intl-popover{position:absolute;width:440px;z-index:100;border:1px solid #e8e8e8;-webkit-filter:drop-shadow(2px 2px 8px #ddd);filter:drop-shadow(2px 2px 8px #ddd)}.vue-country-intl-popover.popover-on-bottom:before{top:0;z-index:5;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:-5px 0 0}.vue-country-intl-popover.popover-on-bottom:before,.vue-country-intl-popover.popover-on-top:after{position:absolute;left:10px;content:" ";width:10px;height:10px;border-top:1px solid #e8e8e8;border-left:1px solid #e8e8e8;background-color:#fff}.vue-country-intl-popover.popover-on-top:after{bottom:-6px;z-index:-1;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vue-country-intl-popover.fade-enter-active,.vue-country-intl-popover.fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.vue-country-intl-popover.fade-enter,.vue-country-intl-popover.fade-leave-to{opacity:0}.vue-country-intl-popover-content{position:relative;background-color:#fff;pointer-events:auto}.vue-country-intl-popover .search-input-box{padding:10px 15px}.vue-country-intl-popover .search-input{display:block;width:100%;height:38px;line-height:1.42857143;padding:8px 15px;border:1px solid #e5e5e5;border-radius:4px;outline:none;font-size:14px;color:#333;-webkit-transition:border-color .2s;transition:border-color .2s;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vue-country-intl-popover .search-input:focus{border-color:#aaa}.vue-country-intl-popover .vue-country-list-wrap{position:static;border-radius:0;border-left:none;border-right:none;border-bottom:none}.vue-country-intl-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:#fff}.vue-country-intl-modal.fade-enter-active,.vue-country-intl-modal.fade-leave-active{-webkit-transition:opacity .3s;transition:opacity .3s}.vue-country-intl-modal.fade-enter,.vue-country-intl-modal.fade-leave-to{opacity:0}.country-modal-content{position:relative;height:100%;padding:40px 0 0}.country-modal-search-box{position:absolute;top:0;width:100%;padding:0 15px}.modal-search-wrap{position:relative;display:table;border-collapse:separate}.country-modal-search-input{display:table-cell;float:left;width:100%;padding:11px 15px 11px 0;border:none;outline:none;margin:0;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.country-modal-search-cancel{display:table-cell;vertical-align:middle;width:1%;white-space:nowrap;padding-left:10px;cursor:pointer}.vue-country-intl-modal .vue-country-list-wrap{position:static;height:100%;max-height:none;border-bottom:none;border-radius:0}@media (min-width:992px){.country-modal-content{width:500px;margin:0 auto;padding-left:0;padding-right:0}.country-modal-search-box{padding:0}}@media (max-width:991px){.vue-country-intl-modal .vue-country-list-wrap{padding:0 15px;border-left:none;border-right:none}.vue-country-intl-modal .vue-country-list-wrap .vue-country-item{padding-left:0}}.vue-country-list-wrap{position:absolute;left:0;z-index:1000;width:100%;max-height:350px;border:1px solid #e8e8e8;border-radius:5px;margin-top:-1px;background-color:#fff;overflow:auto;scroll-behavior:smooth}.vue-country-list{display:inline-block;min-width:100%}.list-on-bottom.focused .vue-country-list-wrap{border-top-left-radius:0;border-top-right-radius:0}.list-on-top.focused .vue-country-list-wrap{bottom:40px;border-bottom-left-radius:0;border-bottom-right-radius:0}.vue-country-item{position:relative;padding:10px 15px;cursor:pointer;white-space:nowrap}.vue-country-item.selected{color:#fff;background-color:#ff6a6a}.vue-country-item:not(.selected):hover{color:#fff;background-color:#41b883}.vue-country-item span{display:inline-block;vertical-align:middle;word-break:break-all}.vue-country-item .iti-flag{margin-right:8px}.vue-country-item .vue-country-areaCode{margin-left:8px;font-size:13px;color:#999}.vue-country-item.selected .vue-country-areaCode,.vue-country-item:not(.selected):hover .vue-country-areaCode{color:#fff}.vue-country-item .selected-text{display:none;position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vue-country-item.selected .selected-text{display:block}.vue-country-no-data{padding:80px 0;text-align:center;color:#999}@media only screen and (max-width:991px){.vue-country-list-wrap{max-height:240px}}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0 0}.iti-flag.ad{height:14px;background-position:-22px 0}.iti-flag.ae{height:10px;background-position:-44px 0}.iti-flag.af{height:14px;background-position:-66px 0}.iti-flag.ag{height:14px;background-position:-88px 0}.iti-flag.ai{height:10px;background-position:-110px 0}.iti-flag.al{height:15px;background-position:-132px 0}.iti-flag.am{height:10px;background-position:-154px 0}.iti-flag.ao{height:14px;background-position:-176px 0}.iti-flag.aq{height:14px;background-position:-198px 0}.iti-flag.ar{height:13px;background-position:-220px 0}.iti-flag.as{height:10px;background-position:-242px 0}.iti-flag.at{height:14px;background-position:-264px 0}.iti-flag.au{height:10px;background-position:-286px 0}.iti-flag.aw{height:14px;background-position:-308px 0}.iti-flag.ax{height:13px;background-position:-330px 0}.iti-flag.az{height:10px;background-position:-352px 0}.iti-flag.ba{height:10px;background-position:-374px 0}.iti-flag.bb{height:14px;background-position:-396px 0}.iti-flag.bd{height:12px;background-position:-418px 0}.iti-flag.be{height:15px;background-position:-440px 0}.iti-flag.bf{height:14px;background-position:-460px 0}.iti-flag.bg{height:12px;background-position:-482px 0}.iti-flag.bh{height:12px;background-position:-504px 0}.iti-flag.bi{height:12px;background-position:-526px 0}.iti-flag.bj{height:14px;background-position:-548px 0}.iti-flag.bl{height:14px;background-position:-570px 0}.iti-flag.bm{height:10px;background-position:-592px 0}.iti-flag.bn{height:10px;background-position:-614px 0}.iti-flag.bo{height:14px;background-position:-636px 0}.iti-flag.bq{height:14px;background-position:-658px 0}.iti-flag.br{height:14px;background-position:-680px 0}.iti-flag.bs{height:10px;background-position:-702px 0}.iti-flag.bt{height:14px;background-position:-724px 0}.iti-flag.bv{height:15px;background-position:-746px 0}.iti-flag.bw{height:14px;background-position:-768px 0}.iti-flag.by{height:10px;background-position:-790px 0}.iti-flag.bz{height:14px;background-position:-812px 0}.iti-flag.ca{height:10px;background-position:-834px 0}.iti-flag.cc{height:10px;background-position:-856px 0}.iti-flag.cd{height:15px;background-position:-878px 0}.iti-flag.cf{height:14px;background-position:-900px 0}.iti-flag.cg{height:14px;background-position:-922px 0}.iti-flag.ch{height:15px;background-position:-944px 0}.iti-flag.ci{height:14px;background-position:-961px 0}.iti-flag.ck{height:10px;background-position:-983px 0}.iti-flag.cl{height:14px;background-position:-1005px 0}.iti-flag.cm{height:14px;background-position:-1027px 0}.iti-flag.cn{height:14px;background-position:-1049px 0}.iti-flag.co{height:14px;background-position:-1071px 0}.iti-flag.cp{height:14px;background-position:-1093px 0}.iti-flag.cr{height:12px;background-position:-1115px 0}.iti-flag.cu{height:10px;background-position:-1137px 0}.iti-flag.cv{height:12px;background-position:-1159px 0}.iti-flag.cw{height:14px;background-position:-1181px 0}.iti-flag.cx{height:10px;background-position:-1203px 0}.iti-flag.cy{height:13px;background-position:-1225px 0}.iti-flag.cz{height:14px;background-position:-1247px 0}.iti-flag.de{height:12px;background-position:-1269px 0}.iti-flag.dg{height:10px;background-position:-1291px 0}.iti-flag.dj{height:14px;background-position:-1313px 0}.iti-flag.dk{height:15px;background-position:-1335px 0}.iti-flag.dm{height:10px;background-position:-1357px 0}.iti-flag.do{height:13px;background-position:-1379px 0}.iti-flag.dz{height:14px;background-position:-1401px 0}.iti-flag.ea{height:14px;background-position:-1423px 0}.iti-flag.ec{height:14px;background-position:-1445px 0}.iti-flag.ee{height:13px;background-position:-1467px 0}.iti-flag.eg{height:14px;background-position:-1489px 0}.iti-flag.eh{height:10px;background-position:-1511px 0}.iti-flag.er{height:10px;background-position:-1533px 0}.iti-flag.es{height:14px;background-position:-1555px 0}.iti-flag.et{height:10px;background-position:-1577px 0}.iti-flag.eu{height:14px;background-position:-1599px 0}.iti-flag.fi{height:12px;background-position:-1621px 0}.iti-flag.fj{height:10px;background-position:-1643px 0}.iti-flag.fk{height:10px;background-position:-1665px 0}.iti-flag.fm{height:11px;background-position:-1687px 0}.iti-flag.fo{height:15px;background-position:-1709px 0}.iti-flag.fr{float:none;height:14px;background-position:-1731px 0}.iti-flag.ga{height:15px;background-position:-1753px 0}.iti-flag.gb{height:10px;background-position:-1775px 0}.iti-flag.gd{height:12px;background-position:-1797px 0}.iti-flag.ge{height:14px;background-position:-1819px 0}.iti-flag.gf{height:14px;background-position:-1841px 0}.iti-flag.gg{height:14px;background-position:-1863px 0}.iti-flag.gh{height:14px;background-position:-1885px 0}.iti-flag.gi{height:10px;background-position:-1907px 0}.iti-flag.gl{height:14px;background-position:-1929px 0}.iti-flag.gm{height:14px;background-position:-1951px 0}.iti-flag.gn{height:14px;background-position:-1973px 0}.iti-flag.gp{height:14px;background-position:-1995px 0}.iti-flag.gq{height:14px;background-position:-2017px 0}.iti-flag.gr{height:14px;background-position:-2039px 0}.iti-flag.gs{height:10px;background-position:-2061px 0}.iti-flag.gt{height:13px;background-position:-2083px 0}.iti-flag.gu{height:11px;background-position:-2105px 0}.iti-flag.gw{height:10px;background-position:-2127px 0}.iti-flag.gy{height:12px;background-position:-2149px 0}.iti-flag.hk{height:14px;background-position:-2171px 0}.iti-flag.hm{height:10px;background-position:-2193px 0}.iti-flag.hn{height:10px;background-position:-2215px 0}.iti-flag.hr{height:10px;margin:0 8px 0 0;background-position:-2237px 0}.iti-flag.ht{height:12px;background-position:-2259px 0}.iti-flag.hu{height:10px;background-position:-2281px 0}.iti-flag.ic{height:14px;background-position:-2303px 0}.iti-flag.id{height:14px;background-position:-2325px 0}.iti-flag.ie{height:10px;background-position:-2347px 0}.iti-flag.il{height:15px;background-position:-2369px 0}.iti-flag.im{height:10px;background-position:-2391px 0}.iti-flag.in{height:14px;background-position:-2413px 0}.iti-flag.io{height:10px;background-position:-2435px 0}.iti-flag.iq{height:14px;background-position:-2457px 0}.iti-flag.ir{height:12px;background-position:-2479px 0}.iti-flag.is{height:15px;background-position:-2501px 0}.iti-flag.it{height:14px;background-position:-2523px 0}.iti-flag.je{height:12px;background-position:-2545px 0}.iti-flag.jm{height:10px;background-position:-2567px 0}.iti-flag.jo{height:10px;background-position:-2589px 0}.iti-flag.jp{height:14px;background-position:-2611px 0}.iti-flag.ke{height:14px;background-position:-2633px 0}.iti-flag.kg{height:12px;background-position:-2655px 0}.iti-flag.kh{height:13px;background-position:-2677px 0}.iti-flag.ki{height:10px;background-position:-2699px 0}.iti-flag.km{height:12px;background-position:-2721px 0}.iti-flag.kn{height:14px;background-position:-2743px 0}.iti-flag.kp{height:10px;background-position:-2765px 0}.iti-flag.kr{height:14px;background-position:-2787px 0}.iti-flag.kw{height:10px;background-position:-2809px 0}.iti-flag.ky{height:10px;background-position:-2831px 0}.iti-flag.kz{height:10px;background-position:-2853px 0}.iti-flag.la{height:14px;background-position:-2875px 0}.iti-flag.lb{height:14px;background-position:-2897px 0}.iti-flag.lc{height:10px;background-position:-2919px 0}.iti-flag.li{height:12px;background-position:-2941px 0}.iti-flag.lk{height:10px;background-position:-2963px 0}.iti-flag.lr{height:11px;background-position:-2985px 0}.iti-flag.ls{height:14px;background-position:-3007px 0}.iti-flag.lt{height:12px;background-position:-3029px 0}.iti-flag.lu{height:12px;background-position:-3051px 0}.iti-flag.lv{height:10px;background-position:-3073px 0}.iti-flag.ly{height:10px;background-position:-3095px 0}.iti-flag.ma{height:14px;background-position:-3117px 0}.iti-flag.mc{height:15px;background-position:-3139px 0}.iti-flag.md{height:10px;background-position:-3160px 0}.iti-flag.me{height:10px;background-position:-3182px 0}.iti-flag.mf{height:14px;background-position:-3204px 0}.iti-flag.mg{height:14px;background-position:-3226px 0}.iti-flag.mh{height:11px;background-position:-3248px 0}.iti-flag.mk{height:10px;background-position:-3270px 0}.iti-flag.ml{height:14px;background-position:-3292px 0}.iti-flag.mm{height:14px;background-position:-3314px 0}.iti-flag.mn{height:10px;background-position:-3336px 0}.iti-flag.mo{height:14px;background-position:-3358px 0}.iti-flag.mp{height:10px;background-position:-3380px 0}.iti-flag.mq{height:14px;background-position:-3402px 0}.iti-flag.mr{height:14px;background-position:-3424px 0}.iti-flag.ms{height:10px;background-position:-3446px 0}.iti-flag.mt{height:14px;background-position:-3468px 0}.iti-flag.mu{height:14px;background-position:-3490px 0}.iti-flag.mv{height:14px;background-position:-3512px 0}.iti-flag.mw{height:14px;background-position:-3534px 0}.iti-flag.mx{height:12px;background-position:-3556px 0}.iti-flag.my{height:10px;background-position:-3578px 0}.iti-flag.mz{height:14px;background-position:-3600px 0}.iti-flag.na{height:14px;background-position:-3622px 0}.iti-flag.nc{height:10px;background-position:-3644px 0}.iti-flag.ne{height:15px;background-position:-3666px 0}.iti-flag.nf{height:10px;background-position:-3686px 0}.iti-flag.ng{height:10px;background-position:-3708px 0}.iti-flag.ni{height:12px;background-position:-3730px 0}.iti-flag.nl{height:14px;background-position:-3752px 0}.iti-flag.no{height:15px;background-position:-3774px 0}.iti-flag.np{height:15px;background-position:-3796px 0}.iti-flag.nr{height:10px;background-position:-3811px 0}.iti-flag.nu{height:10px;background-position:-3833px 0}.iti-flag.nz{height:10px;background-position:-3855px 0}.iti-flag.om{height:10px;background-position:-3877px 0}.iti-flag.pa{height:14px;background-position:-3899px 0}.iti-flag.pe{height:14px;background-position:-3921px 0}.iti-flag.pf{height:14px;background-position:-3943px 0}.iti-flag.pg{height:15px;background-position:-3965px 0}.iti-flag.ph{height:10px;background-position:-3987px 0}.iti-flag.pk{height:14px;background-position:-4009px 0}.iti-flag.pl{height:13px;background-position:-4031px 0}.iti-flag.pm{height:14px;background-position:-4053px 0}.iti-flag.pn{height:10px;background-position:-4075px 0}.iti-flag.pr{height:14px;background-position:-4097px 0}.iti-flag.ps{height:10px;background-position:-4119px 0}.iti-flag.pt{height:14px;background-position:-4141px 0}.iti-flag.pw{height:13px;background-position:-4163px 0}.iti-flag.py{height:11px;background-position:-4185px 0}.iti-flag.qa{height:8px;background-position:-4207px 0}.iti-flag.re{height:14px;background-position:-4229px 0}.iti-flag.ro{height:14px;background-position:-4251px 0}.iti-flag.rs{height:14px;background-position:-4273px 0}.iti-flag.ru{height:14px;background-position:-4295px 0}.iti-flag.rw{height:14px;background-position:-4317px 0}.iti-flag.sa{height:14px;background-position:-4339px 0}.iti-flag.sb{height:10px;background-position:-4361px 0}.iti-flag.sc{height:10px;background-position:-4383px 0}.iti-flag.sd{height:10px;background-position:-4405px 0}.iti-flag.se{height:13px;background-position:-4427px 0}.iti-flag.sg{height:14px;background-position:-4449px 0}.iti-flag.sh{height:10px;background-position:-4471px 0}.iti-flag.si{height:10px;background-position:-4493px 0}.iti-flag.sj{height:15px;background-position:-4515px 0}.iti-flag.sk{height:14px;background-position:-4537px 0}.iti-flag.sl{height:14px;background-position:-4559px 0}.iti-flag.sm{height:15px;background-position:-4581px 0}.iti-flag.sn{height:14px;background-position:-4603px 0}.iti-flag.so{height:14px;background-position:-4625px 0}.iti-flag.sr{height:14px;background-position:-4647px 0}.iti-flag.ss{height:10px;background-position:-4669px 0}.iti-flag.st{height:10px;background-position:-4691px 0}.iti-flag.sv{height:12px;background-position:-4713px 0}.iti-flag.sx{height:14px;background-position:-4735px 0}.iti-flag.sy{height:14px;background-position:-4757px 0}.iti-flag.sz{height:14px;background-position:-4779px 0}.iti-flag.ta{height:10px;background-position:-4801px 0}.iti-flag.tc{height:10px;background-position:-4823px 0}.iti-flag.td{height:14px;background-position:-4845px 0}.iti-flag.tf{height:14px;background-position:-4867px 0}.iti-flag.tg{height:13px;background-position:-4889px 0}.iti-flag.th{height:14px;background-position:-4911px 0}.iti-flag.tj{height:10px;background-position:-4933px 0}.iti-flag.tk{height:10px;background-position:-4955px 0}.iti-flag.tl{height:10px;background-position:-4977px 0}.iti-flag.tm{height:14px;background-position:-4999px 0}.iti-flag.tn{height:14px;background-position:-5021px 0}.iti-flag.to{height:10px;background-position:-5043px 0}.iti-flag.tr{height:14px;background-position:-5065px 0}.iti-flag.tt{height:12px;background-position:-5087px 0}.iti-flag.tv{height:10px;background-position:-5109px 0}.iti-flag.tw{height:14px;background-position:-5131px 0}.iti-flag.tz{height:14px;background-position:-5153px 0}.iti-flag.ua{height:14px;background-position:-5175px 0}.iti-flag.ug{height:14px;background-position:-5197px 0}.iti-flag.um{height:11px;background-position:-5219px 0}.iti-flag.us{height:11px;background-position:-5241px 0}.iti-flag.uy{height:14px;background-position:-5263px 0}.iti-flag.uz{height:10px;background-position:-5285px 0}.iti-flag.va{height:15px;background-position:-5307px 0}.iti-flag.vc{height:14px;background-position:-5324px 0}.iti-flag.ve{height:14px;background-position:-5346px 0}.iti-flag.vg{height:10px;background-position:-5368px 0}.iti-flag.vi{height:14px;background-position:-5390px 0}.iti-flag.vn{height:14px;background-position:-5412px 0}.iti-flag.vu{height:12px;background-position:-5434px 0}.iti-flag.wf{height:14px;background-position:-5456px 0}.iti-flag.ws{height:10px;background-position:-5478px 0}.iti-flag.xk{height:15px;background-position:-5500px 0}.iti-flag.ye{height:14px;background-position:-5522px 0}.iti-flag.yt{height:14px;background-position:-5544px 0}.iti-flag.za{height:14px;background-position:-5566px 0}.iti-flag.zm{height:14px;background-position:-5588px 0}.iti-flag.zw{height:10px;background-position:-5610px 0}.iti-flag{width:20px;height:15px;-webkit-box-shadow:0 0 1px 0 #888;box-shadow:0 0 1px 0 #888;background-image:url(../../static/img/7843df5c0ca1fbc2d1f30310a84f91c4.f7cbf61.png?v=0.0.1);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){.iti-flag{background-image:url(../../static/img/3f9c5244d00fa49f145a9399c9a3a6e2.8782463.png?v=0.0.1)}}.iti-flag.np{background-color:transparent}.theme-light {
  --bg-color: #F8F8FB;
  --bg-color1: #F8F8F8;
  --bg-color2: #ffffff;
  --bg-color3: #F8F8FB;
  --bg-color4: #F8F8FB;
  --bg-color5: #F8F8FB;
  --bg-color6: #ffffff;
  --bg-color7: #fdfdfd;
  --bg-color8: #f2f8ff;
  --bg-color9: #6BA1F0;
  --text-color: #000000;
  --text-color2: #8694A1;
  --text-color3: #929294;
  --text-color4: #454545;
  --border-color: #0000003b;
  --border-color1: #e6ecf2;
  --input_color: #F5F6FA;
  --input_color1: #EFF7FF;
  /*--text-color1: #8694A1;*/
  /*--text-color2: #929294;*/
  /*--line-color: #EEEEEE;*/
  /*--bg-color1: #EFF7FF;*/
  /*--bg-color2: #fff;*/
  /*--bg-color3: #EFF7FF;*/
  /*--input-bg-color4: #F5F6FA;*/
}
.theme-dark {
  --bg-color: #222F3B;
  --bg-color1: #222F3B;
  --bg-color2: #1C252E;
  --bg-color3: #2E3C4B;
  --bg-color4: #222E3A;
  --bg-color5: #1C252E;
  --bg-color6: #222E3A;
  --bg-color7: #1C252E;
  --bg-color8: #1C252E;
  --bg-color9: #3C4D5E;
  --text-color: #ffffff;
  --text-color2: #8694A1;
  --text-color3: #8694A1;
  --text-color4: #FFC7C7;
  --border-color: #ffffff3b;
  --border-color1: transparent;
  --input_color: #3C4D5E;
  --input_color1: #1C252E;
  /*--text-color1: #8694A1;*/
  /*--text-color2: #929294;*/
  /*--primary-color: #00cfff;*/
  /*--line-color: #323B44;*/
  /*--bg-color1: #222E3A;*/
  /*--bg-color2: #222E3A;*/
  /*--bg-color3: #323B44;*/
  /*--input-bg-color4: #1C252E;*/
}
.text1 {
  color: var(--text-color2);
}
.text-main {
  color: var(--text-color);
}
.text-color3 {
  color: var(--text-color3)
}
.text-white {
  color: #fff;
}
.text-468 {
  color: #468AED;
}
.font32 {
  font-size: 32px;
}
.radius24 {
  border-radius: 24px;
  overflow: hidden;
}
.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_wrap {
  width: 100vw;
  max-width: 1440px;
  margin: 0 auto;
}
.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-table {
  p {
    font-size: 18px;margin: 8px 0;
  }
}
.submit_btn {
  background: linear-gradient( 92deg, #468AED 0%, #AD46ED 100%);
  border-radius: 8px;
}
.transfer_dialog {
  .el-dialog {
    background-color: var(--bg-color2);
    border-radius: 22px;
    .el-dialog__close {
      color: var(--text-color);
    }
  }
  .transfer_box {
    .select_row {
      .el-input__inner {
        background-color: transparent;
      }
    }
  }
  .transfer_count {
    .count_input {
      background-color: var(--bg-color2);
      .el-input__inner {
        background-color: transparent;
      }
      .el-input-group__append {
        background-color: transparent!important;
        border: none!important;
      }
    }
  }
  .title {
    height: 24px;
    line-height: 24px;
    color: var(--text-color)
  }
  .el-form-item {
    margin-bottom: 0;
  }
  .el-form-item__content {
    width: 100%;
    .el-select {
      width: 100%;
    }
  }
  .el-form-item__content .el-input__inner {
    border: none!important;
    background-color: var(--bg-color4);
    border-radius: 8px!important;

  }

}
.el-slider__runway {
  background-color: var(--bg-color5)!important;
  .el-slider__button {
    width: 12px!important;
    height: 12px!important;
  }
  .el-slider__stop {
    background-color: var(--text-color2)!important;
  }
  .el-slider__marks-text {
    font-size: 12px!important;
  }
}
.d_c1_card_box, .d_c1_card_box_bottom {
  .el-pagination {
    background-color: transparent!important;
  }
}
.day {
  .box_wrapper {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
    border-radius: 8px;
    opacity: 0.8;
  }
}
.trad {
  .input_search {
    background-color: var(--input_color);
  }


}
.trademain {
  .buysell_trad {
    .lever_box {
      padding: 8px 16px;
      border-bottom: 1px solid var(--border-color);
      margin-bottom: 12px;
      .el-tabs__header {
        background-color: transparent!important;
        border: none!important;
      }
      .el-tabs__item.is-top {
        height: 25px;
        line-height: 25px;
        border-radius: 20px 20px 20px 20px;
        text-align: center;
        &.is-active {
          background: var(--bg-color9)!important;
          color: #fff!important;
        }
        &:nth-child(2) {
          padding-left: 20px!important;
        }
      }
    }
    .el-form {
      .el-form-item {
        margin-bottom: 12px;
        .el-form-item__label, .el-input__inner {
          height: 32px;
          line-height: 32px;
        }
        .el-form-item__content {
          height: 32px;
          line-height: 32px!important;
          .el-input__inner {
            height: 32px!important;
            line-height: 32px!important;
            color: var(--text-color)!important;
            background: var(--input_color1) !important;
            border: none!important;
          }
          .r_name {
            height: 32px;
            line-height: 32px!important;
          }
        }

      }
    }
    .ex_btn {
      .corbuy, .corsell {
        border-radius: 20px;
      }
    }
  }

  .bottombox-list .el-table__empty-block {
    background: transparent!important;
  }


}
#trade-view {

}

@charset "UTF-8";@font-face{font-family:element-icons;src:url(../../static/fonts/element-icons.535877f.woff?v=0.0.1) format("woff"),url(../../static/fonts/element-icons.732389d.ttf?v=0.0.1) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\E6A0"}.el-icon-ice-cream-square:before{content:"\E6A3"}.el-icon-lollipop:before{content:"\E6A4"}.el-icon-potato-strips:before{content:"\E6A5"}.el-icon-milk-tea:before{content:"\E6A6"}.el-icon-ice-drink:before{content:"\E6A7"}.el-icon-ice-tea:before{content:"\E6A9"}.el-icon-coffee:before{content:"\E6AA"}.el-icon-orange:before{content:"\E6AB"}.el-icon-pear:before{content:"\E6AC"}.el-icon-apple:before{content:"\E6AD"}.el-icon-cherry:before{content:"\E6AE"}.el-icon-watermelon:before{content:"\E6AF"}.el-icon-grape:before{content:"\E6B0"}.el-icon-refrigerator:before{content:"\E6B1"}.el-icon-goblet-square-full:before{content:"\E6B2"}.el-icon-goblet-square:before{content:"\E6B3"}.el-icon-goblet-full:before{content:"\E6B4"}.el-icon-goblet:before{content:"\E6B5"}.el-icon-cold-drink:before{content:"\E6B6"}.el-icon-coffee-cup:before{content:"\E6B8"}.el-icon-water-cup:before{content:"\E6B9"}.el-icon-hot-water:before{content:"\E6BA"}.el-icon-ice-cream:before{content:"\E6BB"}.el-icon-dessert:before{content:"\E6BC"}.el-icon-sugar:before{content:"\E6BD"}.el-icon-tableware:before{content:"\E6BE"}.el-icon-burger:before{content:"\E6BF"}.el-icon-knife-fork:before{content:"\E6C1"}.el-icon-fork-spoon:before{content:"\E6C2"}.el-icon-chicken:before{content:"\E6C3"}.el-icon-food:before{content:"\E6C4"}.el-icon-dish-1:before{content:"\E6C5"}.el-icon-dish:before{content:"\E6C6"}.el-icon-moon-night:before{content:"\E6EE"}.el-icon-moon:before{content:"\E6F0"}.el-icon-cloudy-and-sunny:before{content:"\E6F1"}.el-icon-partly-cloudy:before{content:"\E6F2"}.el-icon-cloudy:before{content:"\E6F3"}.el-icon-sunny:before{content:"\E6F6"}.el-icon-sunset:before{content:"\E6F7"}.el-icon-sunrise-1:before{content:"\E6F8"}.el-icon-sunrise:before{content:"\E6F9"}.el-icon-heavy-rain:before{content:"\E6FA"}.el-icon-lightning:before{content:"\E6FB"}.el-icon-light-rain:before{content:"\E6FC"}.el-icon-wind-power:before{content:"\E6FD"}.el-icon-baseball:before{content:"\E712"}.el-icon-soccer:before{content:"\E713"}.el-icon-football:before{content:"\E715"}.el-icon-basketball:before{content:"\E716"}.el-icon-ship:before{content:"\E73F"}.el-icon-truck:before{content:"\E740"}.el-icon-bicycle:before{content:"\E741"}.el-icon-mobile-phone:before{content:"\E6D3"}.el-icon-service:before{content:"\E6D4"}.el-icon-key:before{content:"\E6E2"}.el-icon-unlock:before{content:"\E6E4"}.el-icon-lock:before{content:"\E6E5"}.el-icon-watch:before{content:"\E6FE"}.el-icon-watch-1:before{content:"\E6FF"}.el-icon-timer:before{content:"\E702"}.el-icon-alarm-clock:before{content:"\E703"}.el-icon-map-location:before{content:"\E704"}.el-icon-delete-location:before{content:"\E705"}.el-icon-add-location:before{content:"\E706"}.el-icon-location-information:before{content:"\E707"}.el-icon-location-outline:before{content:"\E708"}.el-icon-location:before{content:"\E79E"}.el-icon-place:before{content:"\E709"}.el-icon-discover:before{content:"\E70A"}.el-icon-first-aid-kit:before{content:"\E70B"}.el-icon-trophy-1:before{content:"\E70C"}.el-icon-trophy:before{content:"\E70D"}.el-icon-medal:before{content:"\E70E"}.el-icon-medal-1:before{content:"\E70F"}.el-icon-stopwatch:before{content:"\E710"}.el-icon-mic:before{content:"\E711"}.el-icon-copy-document:before{content:"\E718"}.el-icon-full-screen:before{content:"\E719"}.el-icon-switch-button:before{content:"\E71B"}.el-icon-aim:before{content:"\E71C"}.el-icon-crop:before{content:"\E71D"}.el-icon-odometer:before{content:"\E71E"}.el-icon-time:before{content:"\E71F"}.el-icon-bangzhu:before{content:"\E724"}.el-icon-close-notification:before{content:"\E726"}.el-icon-microphone:before{content:"\E727"}.el-icon-turn-off-microphone:before{content:"\E728"}.el-icon-position:before{content:"\E729"}.el-icon-postcard:before{content:"\E72A"}.el-icon-message:before{content:"\E72B"}.el-icon-chat-line-square:before{content:"\E72D"}.el-icon-chat-dot-square:before{content:"\E72E"}.el-icon-chat-dot-round:before{content:"\E72F"}.el-icon-chat-square:before{content:"\E730"}.el-icon-chat-line-round:before{content:"\E731"}.el-icon-chat-round:before{content:"\E732"}.el-icon-set-up:before{content:"\E733"}.el-icon-turn-off:before{content:"\E734"}.el-icon-open:before{content:"\E735"}.el-icon-connection:before{content:"\E736"}.el-icon-link:before{content:"\E737"}.el-icon-cpu:before{content:"\E738"}.el-icon-thumb:before{content:"\E739"}.el-icon-female:before{content:"\E73A"}.el-icon-male:before{content:"\E73B"}.el-icon-guide:before{content:"\E73C"}.el-icon-news:before{content:"\E73E"}.el-icon-price-tag:before{content:"\E744"}.el-icon-discount:before{content:"\E745"}.el-icon-wallet:before{content:"\E747"}.el-icon-coin:before{content:"\E748"}.el-icon-money:before{content:"\E749"}.el-icon-bank-card:before{content:"\E74A"}.el-icon-box:before{content:"\E74B"}.el-icon-present:before{content:"\E74C"}.el-icon-sell:before{content:"\E6D5"}.el-icon-sold-out:before{content:"\E6D6"}.el-icon-shopping-bag-2:before{content:"\E74D"}.el-icon-shopping-bag-1:before{content:"\E74E"}.el-icon-shopping-cart-2:before{content:"\E74F"}.el-icon-shopping-cart-1:before{content:"\E750"}.el-icon-shopping-cart-full:before{content:"\E751"}.el-icon-smoking:before{content:"\E752"}.el-icon-no-smoking:before{content:"\E753"}.el-icon-house:before{content:"\E754"}.el-icon-table-lamp:before{content:"\E755"}.el-icon-school:before{content:"\E756"}.el-icon-office-building:before{content:"\E757"}.el-icon-toilet-paper:before{content:"\E758"}.el-icon-notebook-2:before{content:"\E759"}.el-icon-notebook-1:before{content:"\E75A"}.el-icon-files:before{content:"\E75B"}.el-icon-collection:before{content:"\E75C"}.el-icon-receiving:before{content:"\E75D"}.el-icon-suitcase-1:before{content:"\E760"}.el-icon-suitcase:before{content:"\E761"}.el-icon-film:before{content:"\E763"}.el-icon-collection-tag:before{content:"\E765"}.el-icon-data-analysis:before{content:"\E766"}.el-icon-pie-chart:before{content:"\E767"}.el-icon-data-board:before{content:"\E768"}.el-icon-data-line:before{content:"\E76D"}.el-icon-reading:before{content:"\E769"}.el-icon-magic-stick:before{content:"\E76A"}.el-icon-coordinate:before{content:"\E76B"}.el-icon-mouse:before{content:"\E76C"}.el-icon-brush:before{content:"\E76E"}.el-icon-headset:before{content:"\E76F"}.el-icon-umbrella:before{content:"\E770"}.el-icon-scissors:before{content:"\E771"}.el-icon-mobile:before{content:"\E773"}.el-icon-attract:before{content:"\E774"}.el-icon-monitor:before{content:"\E775"}.el-icon-search:before{content:"\E778"}.el-icon-takeaway-box:before{content:"\E77A"}.el-icon-paperclip:before{content:"\E77D"}.el-icon-printer:before{content:"\E77E"}.el-icon-document-add:before{content:"\E782"}.el-icon-document:before{content:"\E785"}.el-icon-document-checked:before{content:"\E786"}.el-icon-document-copy:before{content:"\E787"}.el-icon-document-delete:before{content:"\E788"}.el-icon-document-remove:before{content:"\E789"}.el-icon-tickets:before{content:"\E78B"}.el-icon-folder-checked:before{content:"\E77F"}.el-icon-folder-delete:before{content:"\E780"}.el-icon-folder-remove:before{content:"\E781"}.el-icon-folder-add:before{content:"\E783"}.el-icon-folder-opened:before{content:"\E784"}.el-icon-folder:before{content:"\E78A"}.el-icon-edit-outline:before{content:"\E764"}.el-icon-edit:before{content:"\E78C"}.el-icon-date:before{content:"\E78E"}.el-icon-c-scale-to-original:before{content:"\E7C6"}.el-icon-view:before{content:"\E6CE"}.el-icon-loading:before{content:"\E6CF"}.el-icon-rank:before{content:"\E6D1"}.el-icon-sort-down:before{content:"\E7C4"}.el-icon-sort-up:before{content:"\E7C5"}.el-icon-sort:before{content:"\E6D2"}.el-icon-finished:before{content:"\E6CD"}.el-icon-refresh-left:before{content:"\E6C7"}.el-icon-refresh-right:before{content:"\E6C8"}.el-icon-refresh:before{content:"\E6D0"}.el-icon-video-play:before{content:"\E7C0"}.el-icon-video-pause:before{content:"\E7C1"}.el-icon-d-arrow-right:before{content:"\E6DC"}.el-icon-d-arrow-left:before{content:"\E6DD"}.el-icon-arrow-up:before{content:"\E6E1"}.el-icon-arrow-down:before{content:"\E6DF"}.el-icon-arrow-right:before{content:"\E6E0"}.el-icon-arrow-left:before{content:"\E6DE"}.el-icon-top-right:before{content:"\E6E7"}.el-icon-top-left:before{content:"\E6E8"}.el-icon-top:before{content:"\E6E6"}.el-icon-bottom:before{content:"\E6EB"}.el-icon-right:before{content:"\E6E9"}.el-icon-back:before{content:"\E6EA"}.el-icon-bottom-right:before{content:"\E6EC"}.el-icon-bottom-left:before{content:"\E6ED"}.el-icon-caret-top:before{content:"\E78F"}.el-icon-caret-bottom:before{content:"\E790"}.el-icon-caret-right:before{content:"\E791"}.el-icon-caret-left:before{content:"\E792"}.el-icon-d-caret:before{content:"\E79A"}.el-icon-share:before{content:"\E793"}.el-icon-menu:before{content:"\E798"}.el-icon-s-grid:before{content:"\E7A6"}.el-icon-s-check:before{content:"\E7A7"}.el-icon-s-data:before{content:"\E7A8"}.el-icon-s-opportunity:before{content:"\E7AA"}.el-icon-s-custom:before{content:"\E7AB"}.el-icon-s-claim:before{content:"\E7AD"}.el-icon-s-finance:before{content:"\E7AE"}.el-icon-s-comment:before{content:"\E7AF"}.el-icon-s-flag:before{content:"\E7B0"}.el-icon-s-marketing:before{content:"\E7B1"}.el-icon-s-shop:before{content:"\E7B4"}.el-icon-s-open:before{content:"\E7B5"}.el-icon-s-management:before{content:"\E7B6"}.el-icon-s-ticket:before{content:"\E7B7"}.el-icon-s-release:before{content:"\E7B8"}.el-icon-s-home:before{content:"\E7B9"}.el-icon-s-promotion:before{content:"\E7BA"}.el-icon-s-operation:before{content:"\E7BB"}.el-icon-s-unfold:before{content:"\E7BC"}.el-icon-s-fold:before{content:"\E7A9"}.el-icon-s-platform:before{content:"\E7BD"}.el-icon-s-order:before{content:"\E7BE"}.el-icon-s-cooperation:before{content:"\E7BF"}.el-icon-bell:before{content:"\E725"}.el-icon-message-solid:before{content:"\E799"}.el-icon-video-camera:before{content:"\E772"}.el-icon-video-camera-solid:before{content:"\E796"}.el-icon-camera:before{content:"\E779"}.el-icon-camera-solid:before{content:"\E79B"}.el-icon-download:before{content:"\E77C"}.el-icon-upload2:before{content:"\E77B"}.el-icon-upload:before{content:"\E7C3"}.el-icon-picture-outline-round:before{content:"\E75F"}.el-icon-picture-outline:before{content:"\E75E"}.el-icon-picture:before{content:"\E79F"}.el-icon-close:before{content:"\E6DB"}.el-icon-check:before{content:"\E6DA"}.el-icon-plus:before{content:"\E6D9"}.el-icon-minus:before{content:"\E6D8"}.el-icon-help:before{content:"\E73D"}.el-icon-s-help:before{content:"\E7B3"}.el-icon-circle-close:before{content:"\E78D"}.el-icon-circle-check:before{content:"\E720"}.el-icon-circle-plus-outline:before{content:"\E723"}.el-icon-remove-outline:before{content:"\E722"}.el-icon-zoom-out:before{content:"\E776"}.el-icon-zoom-in:before{content:"\E777"}.el-icon-error:before{content:"\E79D"}.el-icon-success:before{content:"\E79C"}.el-icon-circle-plus:before{content:"\E7A0"}.el-icon-remove:before{content:"\E7A2"}.el-icon-info:before{content:"\E7A1"}.el-icon-question:before{content:"\E7A4"}.el-icon-warning-outline:before{content:"\E6C9"}.el-icon-warning:before{content:"\E7A3"}.el-icon-goods:before{content:"\E7C2"}.el-icon-s-goods:before{content:"\E7B2"}.el-icon-star-off:before{content:"\E717"}.el-icon-star-on:before{content:"\E797"}.el-icon-more-outline:before{content:"\E6CC"}.el-icon-more:before{content:"\E794"}.el-icon-phone-outline:before{content:"\E6CB"}.el-icon-phone:before{content:"\E795"}.el-icon-user:before{content:"\E6E3"}.el-icon-user-solid:before{content:"\E7A5"}.el-icon-setting:before{content:"\E6CA"}.el-icon-s-tools:before{content:"\E7AC"}.el-icon-delete:before{content:"\E6D7"}.el-icon-delete-solid:before{content:"\E7C9"}.el-icon-eleme:before{content:"\E7C7"}.el-icon-platform-eleme:before{content:"\E7CA"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination::after,.el-pagination::before{display:table;content:""}.el-pagination::after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:0 0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#409EFF}.el-pagination button:disabled{color:#C0C4CC;background-color:#FFF;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:center center no-repeat #FFF;background-size:16px;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination .el-pager li.disabled{color:#C0C4CC;cursor:not-allowed}.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .arrow.disabled{visibility:hidden}.el-pagination--small .more::before,.el-pagination--small li.more::before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-dialog,.el-pager li{-webkit-box-sizing:border-box}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled{color:#C0C4CC}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#409EFF}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF;color:#FFF}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager,.el-pager li{vertical-align:top;margin:0;display:inline-block}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;font-size:0}.el-pager .more::before{line-height:30px}.el-pager li{padding:0 4px;background:#FFF;font-size:13px;min-width:35.5px;height:28px;line-height:28px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#C0C4CC}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#409EFF}.el-pager li.active{color:#409EFF;cursor:default}@-webkit-keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}.el-dialog{position:relative;margin:0 auto 50px;background:#FFF;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px 20px 10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.el-dialog__footer{padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #E4E7ED;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#F5F7FA}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#FFF}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#bbb}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item,.el-menu-item{font-size:14px;padding:0 20px;cursor:pointer}.el-dropdown-menu__item{list-style:none;line-height:36px;margin:0;color:#606266;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #EBEEF5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-menu{border-right:solid 1px #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#FFF}.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu::after,.el-menu::before{display:table;content:""}.el-breadcrumb__item:last-child .el-breadcrumb__separator,.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu::after{clear:both}.el-menu.el-menu--horizontal{border-bottom:solid 1px #e6e6e6}.el-menu--horizontal{border-right:none}.el-menu--horizontal>.el-menu-item{float:left;height:60px;line-height:60px;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:0}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #409EFF;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--collapse .el-submenu,.el-menu-item{position:relative}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#FFF;float:none;height:36px;line-height:36px;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:0;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #409EFF;color:#303133}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu-item,.el-submenu__title{height:56px;line-height:56px;list-style:none}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-menu .el-submenu{min-width:200px}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;z-index:10;border:1px solid #E4E7ED;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.el-menu--popup{z-index:100;min-width:200px;border:none;padding:5px 0;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{color:#303133;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-radio-button__inner,.el-submenu__title{-webkit-box-sizing:border-box;position:relative;white-space:nowrap}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#ecf5ff}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px;vertical-align:middle}.el-menu-item.is-active{color:#409EFF}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:0;background-color:#ecf5ff}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu__title:hover{background-color:#ecf5ff}.el-submenu .el-menu{border:none}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:200px}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:12px}.el-submenu.is-active .el-submenu__title{border-bottom-color:#409EFF}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#909399}.el-radio-button__inner,.el-radio-group{display:inline-block;line-height:1;vertical-align:middle}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.el-radio-group{font-size:0}.el-radio-button{position:relative;display:inline-block;outline:0}.el-radio-button__inner{background:#FFF;border:1px solid #DCDFE6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#409EFF}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#F2F6FC}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-picker-panel,.el-popover,.el-select-dropdown,.el-table-filter,.el-time-panel{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch__core,.el-switch__label{display:inline-block;cursor:pointer}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:20px;font-size:14px;font-weight:500;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#409EFF}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;position:relative;width:40px;height:20px;border:1px solid #DCDFE6;outline:0;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#DCDFE6;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-input__prefix,.el-input__suffix{-webkit-transition:all .3s;color:#C0C4CC}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:16px;height:16px;background-color:#FFF}.el-switch.is-checked .el-switch__core{border-color:#409EFF;background-color:#409EFF}.el-switch.is-checked .el-switch__core::after{left:100%;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #E4E7ED;border-radius:4px;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item{padding-right:40px}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF;background-color:#FFF}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#F5F7FA}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\E6DA";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#FFF}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#F5F7FA}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#E4E7ED}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#C0C4CC}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#409EFF}.el-select .el-input .el-select__caret{color:#C0C4CC;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#C0C4CC;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#E4E7ED}.el-range-editor.is-active,.el-range-editor.is-active:hover,.el-select .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#C0C4CC;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select__tags-text{overflow:hidden;text-overflow:ellipsis}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-select .el-tag__close.el-icon-close{background-color:#C0C4CC;top:0;color:#FFF;-ms-flex-negative:0;flex-shrink:0}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-table,.el-table__expanded-cell{background-color:#FFF}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.el-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;font-size:14px;color:#606266}.el-table__empty-block{min-height:60px;text-align:center;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-table__empty-text{line-height:60px;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;font-size:12px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit .el-table__cell.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th.el-table__cell{background:#F5F7FA}.el-table .el-table__cell{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table .el-table__cell.is-center{text-align:center}.el-table .el-table__cell.is-right{text-align:right}.el-table .el-table__cell.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table .el-table__cell.is-hidden>*{visibility:hidden}.el-table--medium .el-table__cell{padding:10px 0}.el-table--small{font-size:12px}.el-table--small .el-table__cell{padding:8px 0}.el-table--mini{font-size:12px}.el-table--mini .el-table__cell{padding:6px 0}.el-table tr{background-color:#FFF}.el-table tr input[type=checkbox]{margin:0}.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{border-bottom:1px solid #EBEEF5}.el-table th.el-table__cell.is-sortable{cursor:pointer}.el-table th.el-table__cell{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#FFF}.el-table th.el-table__cell>.cell{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.el-table th.el-table__cell>.cell.highlight{color:#409EFF}.el-table th.el-table__cell.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td.el-table__cell div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td,.el-table .cell,.el-table-filter{-webkit-box-sizing:border-box}.el-table td.el-table__cell.gutter{width:0}.el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-left:10px;padding-right:10px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #EBEEF5}.el-table--border::after,.el-table--group::after,.el-table::before{content:'';position:absolute;background-color:#EBEEF5;z-index:1}.el-table--border::after,.el-table--group::after{top:0;right:0;width:1px;height:100%}.el-table::before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border .el-table__cell,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #EBEEF5}.el-table--border .el-table__cell:first-child .cell{padding-left:10px}.el-table--border th.el-table__cell.gutter:last-of-type{border-bottom:1px solid #EBEEF5;border-bottom-width:1px}.el-table--border th.el-table__cell,.el-table__fixed-right-patch{border-bottom:1px solid #EBEEF5}.el-table--hidden{visibility:hidden}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right::before,.el-table__fixed::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#EBEEF5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#FFF}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td.el-table__cell{border-top:1px solid #EBEEF5;background-color:#F5F7FA;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td.el-table__cell{border-top:1px solid #EBEEF5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td.el-table__cell,.el-table__header-wrapper tbody td.el-table__cell{background-color:#F5F7FA;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #EBEEF5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#C0C4CC;top:5px}.el-table .sort-caret.descending{border-top-color:#C0C4CC;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF}.el-table .descending .sort-caret.descending{border-top-color:#409EFF}.el-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:#FAFAFA}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell{background-color:#ecf5ff}.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell{background-color:#F5F7FA}.el-table__body tr.current-row>td.el-table__cell{background-color:#ecf5ff}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #EBEEF5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td.el-table__cell{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:#F5F7FA}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #EBEEF5;border-radius:2px;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff}.el-table-filter__list-item.is-active{background-color:#409EFF;color:#FFF}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #EBEEF5;padding:8px}.el-table-filter__bottom button{background:0 0;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-date-table td.in-range div,.el-date-table td.in-range div:hover,.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#F2F6FC}.el-table-filter__bottom button:hover{color:#409EFF}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td{width:32px;height:30px;padding:4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{height:30px;padding:3px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#C0C4CC}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#409EFF;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#FFF}.el-date-table td.available:hover{color:#409EFF}.el-date-table td.current:not(.disabled) span{color:#FFF;background-color:#409EFF}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#FFF}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#409EFF}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#F5F7FA;opacity:1;cursor:not-allowed;color:#C0C4CC}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#F2F6FC;border-radius:15px}.el-date-table td.selected div:hover{background-color:#F2F6FC}.el-date-table td.selected span{background-color:#409EFF;color:#FFF;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-month-table,.el-year-table{font-size:12px;border-collapse:collapse}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:solid 1px #EBEEF5}.el-month-table{margin:-1px}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-month-table td.today .cell{color:#409EFF;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#FFF}.el-month-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-month-table td.disabled .cell:hover{color:#C0C4CC}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#409EFF}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#F2F6FC}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#FFF}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#FFF;background-color:#409EFF}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#409EFF}.el-year-table{margin:-1px}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#409EFF;font-weight:700}.el-year-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-year-table td.disabled .cell:hover{color:#C0C4CC}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#409EFF}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#FFF}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #EBEEF5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#409EFF}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#409EFF;font-weight:700}.time-select-item.disabled{color:#E4E7ED;cursor:not-allowed}.time-select-item:hover{background-color:#F5F7FA;font-weight:700;cursor:pointer}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#C0C4CC;float:left;line-height:32px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input:-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-moz-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::placeholder{color:#C0C4CC}.el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#C0C4CC;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#E4E7ED}.el-range-editor.is-disabled input{background-color:#F5F7FA;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-moz-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::placeholder{color:#C0C4CC}.el-range-editor.is-disabled .el-range-separator{color:#C0C4CC}.el-picker-panel{color:#606266;border:1px solid #E4E7ED;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#FFF;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#FFF;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#FFF;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#FFF;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#409EFF}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#F5F7FA;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#C0C4CC;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #E4E7ED;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #E4E7ED;border-bottom:1px solid #E4E7ED}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#409EFF}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #E4E7ED}.el-popover{position:absolute;background:#FFF;min-width:150px;border-radius:4px;border:1px solid #EBEEF5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover,.el-cascader__dropdown,.el-color-picker__panel,.el-message-box,.el-notification{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#FFF;border-radius:4px;border:1px solid #EBEEF5;font-size:18px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px 15px 10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:0;background:0 0;font-size:16px;cursor:pointer}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus,.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#F56C6C}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF}.el-message-box__content{padding:10px 15px;color:#606266;font-size:14px}.el-message-box__container{position:relative}.el-message-box__input{padding-top:15px}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.el-message-box__status::before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67C23A}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#E6A23C}.el-message-box__status.el-icon-error{color:#F56C6C}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:24px}.el-message-box__errormsg{color:#F56C6C;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box--center{padding-bottom:30px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb::after,.el-breadcrumb::before{display:table;content:""}.el-breadcrumb::after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#C0C4CC}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link{font-weight:700;text-decoration:none;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133}.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover{color:#409EFF;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{font-weight:400;color:#606266;cursor:text}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item::after,.el-form-item::before{display:table;content:""}.el-form-item::after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item--mini.el-form-item,.el-form-item--small.el-form-item{margin-bottom:18px}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label{line-height:36px}.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label{line-height:32px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label{line-height:28px}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-form-item__content{line-height:40px;position:relative;font-size:14px}.el-form-item__content::after,.el-form-item__content::before{display:table;content:""}.el-form-item__content::after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#F56C6C;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:'*';color:#F56C6C;margin-right:4px}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#F56C6C}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#409EFF;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1), -webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}.el-tabs__new-tab:hover{color:#409EFF}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#E4E7ED;z-index:1}.el-tabs__nav-wrap.is-scrollable{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.el-tabs__nav.is-stretch>*{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.el-tabs__item{padding:0 20px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:0}.el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #409EFF inset;box-shadow:0 0 2px 2px #409EFF inset;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.el-tabs--card>.el-tabs__header .el-tabs__active-bar,.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs__item .el-icon-close:hover{background-color:#C0C4CC;color:#FFF}.el-tabs__item.is-active{color:#409EFF}.el-tabs__item:hover{color:#409EFF;cursor:pointer}.el-tabs__item.is-disabled{color:#C0C4CC;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #E4E7ED}.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #E4E7ED;border-bottom:none;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #E4E7ED;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#FFF}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close{width:14px}.el-tabs--border-card{background:#FFF;border:1px solid #DCDFE6;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#F5F7FA;border-bottom:1px solid #E4E7ED;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-col-offset-0,.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#409EFF;background-color:#FFF;border-right-color:#DCDFE6;border-left-color:#DCDFE6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#409EFF}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#C0C4CC}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-cascader-menu:last-child .el-cascader-node,.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #DCDFE6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left::after{right:0;left:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left::after,.el-tabs--left .el-tabs__nav-wrap.is-right::after,.el-tabs--right .el-tabs__nav-wrap.is-left::after,.el-tabs--right .el-tabs__nav-wrap.is-right::after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-button-group>.el-button:not(:last-child),.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #E4E7ED;border-bottom:none;border-top:1px solid #E4E7ED;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #E4E7ED;border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #E4E7ED;border-right-color:#fff;border-left:none;border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #E4E7ED;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:#d1dbe5 transparent}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right::after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid #E4E7ED}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #E4E7ED;border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #E4E7ED;border-left-color:#fff;border-right:none;border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #E4E7ED;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:#d1dbe5 transparent}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.el-tree{position:relative;cursor:default;background:#FFF;color:#606266}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399;font-size:14px}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#409EFF}.el-tree-node{white-space:nowrap;outline:0}.el-tree-node:focus>.el-tree-node__content{background-color:#F5F7FA}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF;color:#fff}.el-tree-node__content:hover,.el-upload-list__item:hover{background-color:#F5F7FA}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#C0C4CC;font-size:12px;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#C0C4CC}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff}.el-alert{width:100%;padding:8px 16px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#FFF;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#C0C4CC}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#FFF}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67C23A}.el-alert--success.is-light .el-alert__description{color:#67C23A}.el-alert--success.is-dark{background-color:#67C23A;color:#FFF}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#FFF}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#E6A23C}.el-alert--warning.is-light .el-alert__description{color:#E6A23C}.el-alert--warning.is-dark{background-color:#E6A23C;color:#FFF}.el-alert--error.is-light{background-color:#fef0f0;color:#F56C6C}.el-alert--error.is-light .el-alert__description{color:#F56C6C}.el-alert--error.is-dark{background-color:#F56C6C;color:#FFF}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0}.el-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.el-alert-fade-enter,.el-alert-fade-leave-active,.el-loading-fade-enter,.el-loading-fade-leave-active,.el-notification-fade-leave-active,.el-upload iframe{opacity:0}.el-carousel__arrow--right,.el-notification.right{right:16px}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #EBEEF5;position:fixed;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67C23A}.el-notification .el-icon-error{color:#F56C6C}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#E6A23C}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#F5F7FA;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#409EFF}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#409EFF}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #DCDFE6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #DCDFE6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#E4E7ED;color:#E4E7ED}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#E4E7ED;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #DCDFE6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #DCDFE6;border-radius:0 0 4px}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-button-group::after,.el-button-group::before,.el-color-dropdown__main-wrapper::after,.el-link.is-underline:hover:after,.el-page-header__left::after,.el-progress-bar__inner::after,.el-row::after,.el-row::before,.el-slider::after,.el-slider::before,.el-slider__button-wrapper::after,.el-transfer-panel .el-transfer-panel__footer::after,.el-upload-cover::after,.el-upload-list--picture-card .el-upload-list__item-actions::after{content:""}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#FFF}.el-tooltip__popper.is-light{background:#FFF;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#FFF}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#FFF}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#FFF}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#FFF}.el-slider::after,.el-slider::before{display:table}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper::after{display:inline-block;vertical-align:middle}.el-slider::after{clear:both}.el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#E4E7ED;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button{border-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1);cursor:not-allowed}.el-slider__button-wrapper,.el-slider__stop{-webkit-transform:translateX(-50%);position:absolute}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#409EFF;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:36px;width:36px;z-index:1001;top:-15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.el-image-viewer__btn,.el-slider__button,.el-step__icon-inner{-moz-user-select:none;-ms-user-select:none}.el-slider__button-wrapper::after{height:100%}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:16px;height:16px;border:2px solid #409EFF;background-color:#FFF;border-radius:50%;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{height:6px;width:6px;border-radius:100%;background-color:#FFF;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-slider__marks{top:0;left:12px;width:18px;height:100%}.el-slider__marks-text{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#909399;margin-top:15px}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #DCDFE6;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#C0C4CC}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#409EFF}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-col-pull-0,.el-col-pull-1,.el-col-pull-10,.el-col-pull-11,.el-col-pull-12,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-2,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-push-0,.el-col-push-1,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-2,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9,.el-row,.el-upload-dragger,.el-upload-list__item{position:relative}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{-webkit-box-sizing:border-box;box-sizing:border-box}.el-row::after,.el-row::before{display:table}.el-row::after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-col-0,.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-col-0{width:0%}.el-col-pull-0{right:0}.el-col-push-0{left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{right:4.16667%}.el-col-push-1{left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{right:8.33333%}.el-col-push-2{left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{right:12.5%}.el-col-push-3{left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{right:16.66667%}.el-col-push-4{left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{right:20.83333%}.el-col-push-5{left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{right:25%}.el-col-push-6{left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{right:29.16667%}.el-col-push-7{left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{right:33.33333%}.el-col-push-8{left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{right:37.5%}.el-col-push-9{left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{right:41.66667%}.el-col-push-10{left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{right:45.83333%}.el-col-push-11{left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{right:50%}.el-col-push-12{left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{right:54.16667%}.el-col-push-13{left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{right:58.33333%}.el-col-push-14{left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{right:62.5%}.el-col-push-15{left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{right:66.66667%}.el-col-push-16{left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{right:70.83333%}.el-col-push-17{left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{right:75%}.el-col-push-18{left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{right:79.16667%}.el-col-push-19{left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{right:83.33333%}.el-col-push-20{left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{right:87.5%}.el-col-push-21{left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{right:91.66667%}.el-col-push-22{left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{right:95.83333%}.el-col-push-23{left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{right:100%}.el-col-push-24{left:100%}@media only screen and (max-width:767px){.el-col-xs-0{display:none;width:0%}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;width:0%}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none;width:0%}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;width:0%}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;width:0%}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;cursor:pointer;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#409EFF;color:#409EFF}.el-upload:focus .el-upload-dragger{border-color:#409EFF}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:360px;height:180px;text-align:center;cursor:pointer;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#C0C4CC;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #DCDFE6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#409EFF;font-style:normal}.el-upload-dragger:hover{border-color:#409EFF}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #409EFF}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67C23A}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#409EFF}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#409EFF}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#FFF}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#FFF;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#FFF;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#FFF;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67C23A}.el-progress.is-success .el-progress__text{color:#67C23A}.el-progress.is-warning .el-progress-bar__inner{background-color:#E6A23C}.el-badge__content,.el-progress.is-exception .el-progress-bar__inner{background-color:#F56C6C}.el-progress.is-warning .el-progress__text{color:#E6A23C}.el-progress.is-exception .el-progress__text{color:#F56C6C}.el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__header,.el-message,.el-step__icon{-webkit-box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#EBEEF5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#409EFF;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-progress-bar__inner::after{display:inline-block;height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#FFF;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner{display:inline-block;vertical-align:middle}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:380px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#EBEEF5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;overflow:hidden;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67C23A}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#E6A23C}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#F56C6C}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#C0C4CC;font-size:16px}.el-message__closeBtn:focus{outline-width:0}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67C23A}.el-message .el-icon-error{color:#F56C6C}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#E6A23C}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{border-radius:10px;color:#FFF;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #FFF}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#409EFF}.el-badge__content--success{background-color:#67C23A}.el-badge__content--warning{background-color:#E6A23C}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#F56C6C}.el-card{border-radius:4px;border:1px solid #EBEEF5;background-color:#FFF;overflow:hidden;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body,.el-main{padding:20px}.el-rate{height:20px;line-height:1}.el-rate:active,.el-rate:focus{outline-width:0}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:18px;margin-right:6px;color:#C0C4CC;-webkit-transition:.3s;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-step.is-vertical,.el-steps{display:-webkit-box;display:-ms-flexbox}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#F5F7FA}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#C0C4CC;border-color:#C0C4CC}.el-step__head.is-success{color:#67C23A;border-color:#67C23A}.el-step__head.is-error{color:#F56C6C;border-color:#F56C6C}.el-step__head.is-finish{color:#409EFF;border-color:#409EFF}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#FFF;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step.is-horizontal,.el-step__icon-inner{display:inline-block}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#C0C4CC}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#C0C4CC}.el-step__title.is-success{color:#67C23A}.el-step__title.is-error{color:#F56C6C}.el-step__title.is-finish{color:#409EFF}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#C0C4CC}.el-step__description.is-success{color:#67C23A}.el-step__description.is-error{color:#F56C6C}.el-step__description.is-finish{color:#409EFF}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:0 0;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow::after,.el-step.is-simple .el-step__arrow::before{content:'';display:inline-block;position:absolute;height:15px;width:1px;background:#C0C4CC}.el-step.is-simple .el-step__arrow::before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow::after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:none;outline:0;padding:0;margin:0;height:36px;width:36px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#FFF;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow--left{left:16px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-webkit-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#C0C4CC;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:12px 4px}.el-carousel__indicator--vertical{padding:4px 12px}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:15px}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#FFF;border:none;outline:0;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.el-carousel__item,.el-carousel__mask{height:100%;position:absolute;top:0;left:0}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-carousel__item{width:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{width:100%;background-color:#FFF;opacity:.24;-webkit-transition:.2s;transition:.2s}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-collapse{border-top:1px solid #EBEEF5;border-bottom:1px solid #EBEEF5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;line-height:48px;background-color:#FFF;color:#303133;cursor:pointer;border-bottom:1px solid #EBEEF5;font-size:13px;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s;outline:0}.el-collapse-item__arrow{margin:0 8px 0 auto;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#409EFF}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#FFF;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #EBEEF5}.el-cascader__search-input,.el-cascader__tags,.el-tag{-webkit-box-sizing:border-box}.el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#303133;line-height:1.769230769230769}.el-collapse-item:last-child{margin-bottom:-1px}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-cascader,.el-tag{display:inline-block}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#EBEEF5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#EBEEF5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#EBEEF5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#EBEEF5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}.el-tag{background-color:#ecf5ff;border-color:#d9ecff;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#409EFF;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#409EFF}.el-tag .el-tag__close{color:#409eff}.el-tag .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67C23A}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#409eff;border-color:#409eff;color:#fff}.el-tag--dark.is-hit{border-color:#409EFF}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#FFF;background-color:#66b1ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67C23A}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#b3d8ff;color:#409eff}.el-tag--plain.is-hit{border-color:#409EFF}.el-tag--plain .el-tag__close{color:#409eff}.el-tag--plain .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67C23A}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-cascader{position:relative;font-size:14px;line-height:40px}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#C0C4CC}.el-cascader .el-input .el-input__inner:focus,.el-cascader .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:14px}.el-cascader .el-input .el-icon-arrow-down.is-reverse{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader--medium{font-size:14px;line-height:36px}.el-cascader--small{font-size:13px;line-height:32px}.el-cascader--mini{font-size:12px;line-height:28px}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#C0C4CC}.el-cascader__dropdown{margin:5px 0;font-size:14px;background:#FFF;border:1px solid #E4E7ED;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__tags .el-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#C0C4CC;color:#FFF}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:204px;margin:0;padding:6px 0;font-size:14px;color:#606266;text-align:center}.el-cascader__suggestion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;padding:0 15px;text-align:left;outline:0;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#F5F7FA}.el-cascader__suggestion-item.is-checked{color:#409EFF;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#C0C4CC}.el-cascader__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;min-width:60px;margin:2px 0 2px 15px;padding:0;color:#606266;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__search-input::-webkit-input-placeholder{color:#C0C4CC}.el-cascader__search-input:-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-moz-placeholder{color:#C0C4CC}.el-cascader__search-input::placeholder{color:#C0C4CC}.el-color-predefine{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:20px;height:20px;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #409EFF;box-shadow:0 0 3px 2px #409EFF}.el-color-predefine__color-selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top, right top,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top, left bottom,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:-webkit-gradient(linear,left top, right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.el-color-svpanel__black{background:-webkit-gradient(linear,left bottom, left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(to top,#000,rgba(0,0,0,0))}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,0)),to(#fff));background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),to(#fff));background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper::after{display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#409EFF;border-color:#409EFF}.el-color-dropdown__link-btn{cursor:pointer;color:#409EFF;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:tint(#409EFF,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:36px}.el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.el-color-picker--small{height:32px}.el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:28px}.el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:rgba(255,255,255,.7)}.el-color-picker__trigger{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;position:relative;cursor:pointer}.el-color-picker__color{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__icon,.el-input,.el-textarea{display:inline-block;width:100%}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty{font-size:12px;color:#999;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);color:#FFF;text-align:center;font-size:12px}.el-input__prefix,.el-input__suffix{position:absolute;top:0;text-align:center}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-input__inner,.el-textarea__inner,.el-transfer-panel{-webkit-box-sizing:border-box}.el-textarea{position:relative;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#FFF;background-image:none;border:1px solid #DCDFE6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-moz-placeholder{color:#C0C4CC}.el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea__inner:hover{border-color:#C0C4CC}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea .el-input__count{color:#909399;background:#FFF;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea.is-exceed .el-textarea__inner{border-color:#F56C6C}.el-textarea.is-exceed .el-input__count{color:#F56C6C}.el-input{position:relative;font-size:14px}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#C0C4CC;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input,.el-input__inner{font-size:inherit}.el-input .el-input__count .el-input__count-inner{background:#FFF;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#FFF;background-image:none;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-moz-placeholder{color:#C0C4CC}.el-input__inner::placeholder{color:#C0C4CC}.el-input__inner:hover{border-color:#C0C4CC}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{height:100%;right:5px;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{height:100%;left:5px;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-image-viewer__btn,.el-image__preview,.el-link,.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-input.is-exceed .el-input__inner{border-color:#F56C6C}.el-input.is-exceed .el-input__suffix .el-input__count{color:#F56C6C}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#F5F7FA;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #DCDFE6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#FFF;background-color:#409EFF;font-size:0}.el-button-group>.el-button+.el-button,.el-transfer-panel__item+.el-transfer-panel__item,.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-divider__text,.el-image__error,.el-link,.el-timeline,.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover{border:1px solid #DCDFE6;background-color:#F5F7FA;color:#C0C4CC}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer-panel{border:1px solid #EBEEF5;border-radius:4px;overflow:hidden;background:#FFF;display:inline-block;vertical-align:middle;width:200px;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:246px}.el-transfer-panel__body.is-with-footer{padding-bottom:40px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block!important}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#409EFF}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;line-height:30px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#F5F7FA;margin:0;padding-left:15px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.el-container,.el-header{-webkit-box-sizing:border-box}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#909399;font-size:12px;font-weight:400}.el-transfer-panel .el-transfer-panel__footer{height:40px;background:#FFF;margin:0;padding:0;border-top:1px solid #EBEEF5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer::after{display:inline-block;height:100%;vertical-align:middle}.el-container,.el-timeline-item__node{display:-webkit-box;display:-ms-flexbox}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner::after{height:6px;width:3px;left:4px}.el-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.el-container.is-vertical,.el-drawer,.el-empty,.el-result{-webkit-box-orient:vertical;-webkit-box-direction:normal}.el-container.is-vertical{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.el-header{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-aside{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-footer{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-timeline{margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #E4E7ED}.el-timeline-item__icon{color:#FFF;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#E4E7ED;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image__error,.el-timeline-item__dot{display:-webkit-box;display:-ms-flexbox}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#409EFF}.el-timeline-item__node--success{background-color:#67C23A}.el-timeline-item__node--warning{background-color:#E6A23C}.el-timeline-item__node--danger{background-color:#F56C6C}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:0;padding:0;font-weight:500}.el-link.is-underline:hover:after{position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #409EFF}.el-link.el-link--default:after,.el-link.el-link--primary.is-underline:hover:after,.el-link.el-link--primary:after{border-color:#409EFF}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#409EFF}.el-link.el-link--default.is-disabled{color:#C0C4CC}.el-link.el-link--primary{color:#409EFF}.el-link.el-link--primary:hover{color:#66b1ff}.el-link.el-link--primary.is-disabled{color:#a0cfff}.el-link.el-link--danger.is-underline:hover:after,.el-link.el-link--danger:after{border-color:#F56C6C}.el-link.el-link--danger{color:#F56C6C}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after{border-color:#67C23A}.el-link.el-link--success{color:#67C23A}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--warning.is-underline:hover:after,.el-link.el-link--warning:after{border-color:#E6A23C}.el-link.el-link--warning{color:#E6A23C}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--info.is-underline:hover:after,.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-divider{background-color:#DCDFE6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#FFF;padding:0 20px;font-weight:500;color:#303133}.el-image__error,.el-image__placeholder{background:#F5F7FA}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-image__error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#C0C4CC;vertical-align:middle}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:.8;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-button,.el-checkbox,.el-checkbox-button__inner,.el-empty__image img,.el-radio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-image-viewer__close{top:40px;right:40px;width:40px;height:40px;font-size:24px;color:#fff;background-color:#606266}.el-image-viewer__canvas{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image-viewer__actions{left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:282px;height:44px;padding:0 23px;background-color:#606266;border-color:#fff;border-radius:22px}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:23px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.el-image-viewer__next,.el-image-viewer__prev{width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff;top:50%}.el-image-viewer__prev{-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px}.el-image-viewer__next{-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;text-indent:2px}.el-image-viewer__mask{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;background:#000}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button,.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#EBEEF5;color:#C0C4CC}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#FFF;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#FFF}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#FFF;background-color:#67C23A;border-color:#67C23A}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67C23A;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67C23A;border-color:#67C23A;color:#FFF}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#FFF;background-color:#E6A23C;border-color:#E6A23C}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#E6A23C;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#E6A23C;border-color:#E6A23C;color:#FFF}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#FFF;background-color:#F56C6C;border-color:#F56C6C}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#F56C6C;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F56C6C;border-color:#F56C6C;color:#FFF}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#FFF;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#FFF}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini{font-size:12px;border-radius:3px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #EBEEF5}.el-backtop,.el-page-header{display:-webkit-box;display:-ms-flexbox}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#C0C4CC}.el-backtop,.el-calendar-table td.is-today{color:#409EFF}.el-calendar-table td{border-bottom:1px solid #EBEEF5;border-right:1px solid #EBEEF5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table tr:first-child td{border-top:1px solid #EBEEF5}.el-calendar-table tr td:first-child{border-left:1px solid #EBEEF5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}.el-backtop{position:fixed;background-color:#FFF;width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#F2F6FC}.el-page-header{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:24px}.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-right:40px;position:relative}.el-page-header__left::after{position:absolute;width:1px;height:16px;right:-20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#DCDFE6}.el-checkbox,.el-checkbox__input{display:inline-block;position:relative;white-space:nowrap}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;-ms-flex-item-align:center;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133}.el-checkbox{color:#606266;font-weight:500;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#EBEEF5;cursor:not-allowed}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#DCDFE6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#C0C4CC}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#C0C4CC}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#C0C4CC;border-color:#C0C4CC}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#C0C4CC;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#FFF;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #DCDFE6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#FFF;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #FFF;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button__inner{line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-radio,.el-radio__inner,.el-radio__input{position:relative;display:inline-block}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#EBEEF5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-avatar,.el-cascader-panel,.el-radio,.el-radio--medium.is-bordered .el-radio__label,.el-radio__label{font-size:14px}.el-radio{color:#606266;font-weight:500;line-height:1;cursor:pointer;white-space:nowrap;outline:0;margin-right:30px}.el-cascader-node>.el-radio,.el-radio:last-child{margin-right:0}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-cascader-menu,.el-cascader-menu__list,.el-radio__inner{-webkit-box-sizing:border-box}.el-radio.is-bordered.is-checked{border-color:#409EFF}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#EBEEF5}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#F5F7FA;border-color:#E4E7ED}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--mini.is-bordered .el-radio__label,.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio__input{white-space:nowrap;cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#F5F7FA}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#C0C4CC}.el-radio__input.is-disabled+span.el-radio__label{color:#C0C4CC;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#409EFF;background:#409EFF}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#409EFF}.el-radio__input.is-focus .el-radio__inner{border-color:#409EFF}.el-radio__inner{border:1px solid #DCDFE6;border-radius:100%;width:14px;height:14px;background-color:#FFF;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#409EFF}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#FFF;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in, -webkit-transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-radio__label{padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px}.el-cascader-panel.is-bordered{border:1px solid #E4E7ED;border-radius:4px}.el-cascader-menu{min-width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;border-right:solid 1px #E4E7ED}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#C0C4CC}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:0}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#409EFF;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#F5F7FA}.el-cascader-node.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-avatar{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden;color:#fff;background:#C0C4CC;width:40px;height:40px;line-height:40px}.el-drawer,.el-drawer__body>*{-webkit-box-sizing:border-box}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-empty__image img,.el-empty__image svg{vertical-align:top;height:100%;width:100%}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{width:40px;height:40px;line-height:40px}.el-avatar--medium{width:36px;height:36px;line-height:36px}.el-avatar--small{width:28px;height:28px;line-height:28px}@-webkit-keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@-webkit-keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@-webkit-keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@-webkit-keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}@keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}.el-drawer{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);overflow:hidden;outline:0}.el-drawer.rtl{-webkit-animation:rtl-drawer-out .3s;animation:rtl-drawer-out .3s;right:0}.el-drawer__open .el-drawer.rtl{-webkit-animation:rtl-drawer-in .3s 1ms;animation:rtl-drawer-in .3s 1ms}.el-drawer.ltr{-webkit-animation:ltr-drawer-out .3s;animation:ltr-drawer-out .3s;left:0}.el-drawer__open .el-drawer.ltr{-webkit-animation:ltr-drawer-in .3s 1ms;animation:ltr-drawer-in .3s 1ms}.el-drawer.ttb{-webkit-animation:ttb-drawer-out .3s;animation:ttb-drawer-out .3s;top:0}.el-drawer__open .el-drawer.ttb{-webkit-animation:ttb-drawer-in .3s 1ms;animation:ttb-drawer-in .3s 1ms}.el-drawer.btt{-webkit-animation:btt-drawer-out .3s;animation:btt-drawer-out .3s;bottom:0}.el-drawer__open .el-drawer.btt{-webkit-animation:btt-drawer-in .3s 1ms;animation:btt-drawer-in .3s 1ms}.el-drawer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;margin:0}.el-drawer__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#72767b;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px;padding:20px 20px 0}.el-drawer__header>:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-drawer__title{margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:inherit;font-size:1rem}.el-drawer__close-btn{border:none;cursor:pointer;font-size:20px;color:inherit;background-color:transparent}.el-drawer__body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.el-drawer__body>*{-webkit-box-sizing:border-box;box-sizing:border-box}.el-drawer.ltr,.el-drawer.rtl{height:100%;top:0;bottom:0}.el-drawer.btt,.el-drawer.ttb{width:100%;left:0;right:0}.el-drawer__container{position:relative;left:0;right:0;top:0;bottom:0;height:100%;width:100%}.el-drawer-fade-enter-active{-webkit-animation:el-drawer-fade-in .3s;animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}.el-statistic{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#000;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";text-align:center}.el-statistic .head{margin-bottom:4px;color:#606266;font-size:13px}.el-statistic .con{font-family:Sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#303133}.el-statistic .con .number{font-size:20px;padding:0 4px}.el-statistic .con span{display:inline-block;margin:0;line-height:100%}.el-popconfirm__main,.el-skeleton__image{display:-ms-flexbox;-webkit-box-align:center;display:-webkit-box}.el-popconfirm__main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin:0}@-webkit-keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{height:16px;margin-top:16px;background:#f2f2f2}.el-skeleton.is-animated .el-skeleton__item{background:-webkit-gradient(linear,left top, right top,color-stop(25%, #f2f2f2),color-stop(37%, #e6e6e6),color-stop(63%, #f2f2f2));background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:el-skeleton-loading 1.4s ease infinite;animation:el-skeleton-loading 1.4s ease infinite}.el-skeleton__item{background:#f2f2f2;display:inline-block;height:16px;border-radius:4px;width:100%}.el-skeleton__circle{border-radius:50%;width:36px;height:36px;line-height:36px}.el-skeleton__circle--lg{width:40px;height:40px;line-height:40px}.el-skeleton__circle--md{width:28px;height:28px;line-height:28px}.el-skeleton__button{height:40px;width:64px;border-radius:4px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:13px}.el-skeleton__caption{height:12px}.el-skeleton__h1{height:20px}.el-skeleton__h3{height:18px}.el-skeleton__h5{height:16px}.el-skeleton__image{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.el-skeleton__image svg{fill:#DCDDE0;width:22%;height:22%}.el-empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0}.el-empty__image{width:160px}.el-empty__image img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-o-object-fit:contain;object-fit:contain}.el-empty__image svg{fill:#DCDDE0}.el-empty__description{margin-top:20px}.el-empty__description p{margin:0;font-size:14px;color:#909399}.el-empty__bottom,.el-result__title{margin-top:20px}.el-descriptions{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;color:#303133}.el-descriptions__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.el-descriptions__title{font-size:16px;font-weight:700}.el-descriptions--mini,.el-descriptions--small{font-size:12px}.el-descriptions__body{color:#606266;background-color:#FFF}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%;table-layout:fixed}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;font-weight:400;line-height:1.5}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-right{text-align:right}.el-descriptions .is-bordered{table-layout:auto}.el-descriptions .is-bordered .el-descriptions-item__cell{border:1px solid #EBEEF5;padding:12px 10px}.el-descriptions :not(.is-bordered) .el-descriptions-item__cell{padding-bottom:12px}.el-descriptions--medium.is-bordered .el-descriptions-item__cell{padding:10px}.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:10px}.el-descriptions--small.is-bordered .el-descriptions-item__cell{padding:8px 10px}.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:8px}.el-descriptions--mini.is-bordered .el-descriptions-item__cell{padding:6px 10px}.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:6px}.el-descriptions-item{vertical-align:top}.el-descriptions-item__container{display:-webkit-box;display:-ms-flexbox;display:flex}.el-descriptions-item__container .el-descriptions-item__content,.el-descriptions-item__container .el-descriptions-item__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.el-descriptions-item__container .el-descriptions-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-descriptions-item__label.has-colon::after{content:':';position:relative;top:-.5px}.el-descriptions-item__label.is-bordered-label{font-weight:700;color:#909399;background:#fafafa}.el-descriptions-item__label:not(.is-bordered-label){margin-right:10px}.el-descriptions-item__content{word-break:break-word;overflow-wrap:break-word}.el-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 30px}.el-result__icon svg{width:64px;height:64px}.el-result__title p{margin:0;font-size:20px;color:#303133;line-height:1.3}.el-result__subtitle{margin-top:10px}.el-result__subtitle p{margin:0;font-size:14px;color:#606266;line-height:1.3}.el-result__extra{margin-top:30px}.el-result .icon-success{fill:#67C23A}.el-result .icon-error{fill:#F56C6C}.el-result .icon-info{fill:#909399}.el-result .icon-warning{fill:#E6A23C}.icon-gonggao {
    width: 1em;
    height: 1em;
    vertical-align: -0.20em;
    fill: currentColor;
    overflow: hidden;
    font-size: 18px;
}

@font-face {
    font-family: "iconfont"; /* Project id 3127174 */
    src: url('//at.alicdn.com/t/font_3127174_t44ucjyk0rm.woff2?t=1641693863602') format('woff2'),
         url('//at.alicdn.com/t/font_3127174_t44ucjyk0rm.woff?t=1641693863602') format('woff'),
         url('//at.alicdn.com/t/font_3127174_t44ucjyk0rm.ttf?t=1641693863602') format('truetype');
  }

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.icon-gonggao:before {
    content: "\E674";
  }

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
@font-face {
    font-family: 'Gate_Sans';
    src: url('/static/zmzit/GateProductSans.ttf');
}
@font-face {
    font-family: 'Gate_Sans Light';
    src: url('/static/zmzit/GateProductSans-Light.ttf');
}
@font-face {
    font-family: 'Gate_Sans Bold';
    src: url('/static/zmzit/GateProductSans-Bold.ttf');
}
@font-face {
    font-family: 'Gate_Sans Medium';
    src: url('/static/zmzit/GateProductSans-Medium.ttf');
}
.night .head_div {
  background-color: #111129;
}
.day .night .assets_div .cruntpage .el-tabs__nav .el-tabs__item.is-active::before {
  background-color: #7772d8 !important;
}
.day .assets_div .allAccount .wrap {
  background-color: rgb(93, 75, 193) !important;
  color: #ffffff !important;
}
.day .self_footer {
  background-color: #1d1d3a;
}
.day .emri2 {

  color: #9eaab3 !important;

}
.day .pollIndexBanner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 300px;

  background: #122169;

}
.day .yaoqingma {
  height: 24px;
  width: 260px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #bbc3ce;
  border-radius: 4px;
  position: relative;
  top: -68px;
  right: 0;
  left: 6vw;
}
.day .yaoqingma4 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #7aa6e0;
  border-radius: 4px;
  position: relative;
  top: -148px;
  right: 0;
  left: 14vw;
}
.day .assets_div h3 {

  color: #3a3434 !important;

}
.day .assets_div .total-assets .num {

  color: #3a3434 !important;

}
.day .assets_div .total_content_mc {

  color: #3a3434 !important;

}
.day .fedui-header-logo {
  width: 114px;
  height: 50px;
  margin-right: -5px;
  margin-left: 20px;
  margin-top: -6px;
  background-image: url(../../static/img/logo_txt1.f5c402d.png?v=0.0.1);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.day .Cxes8pdRHI7ruiAetwwE {
  margin-right: 125px;
  background: url(../../static/img/head1.21c5feb.png?v=0.0.1);
  background-size: 590px 354px;
}
.day .assets_div {

  background: #eef1f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAEsCAIAAACtzjk+AAAACXBIWXMAAC4jAAAuIwF4pT92AAAGymlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTAzLTI1VDA5OjE0OjQxKzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTEyVDAwOjEyOjQ0KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNi0xMlQwMDoxMjo0NCswMjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiZWQ0ZjFlYS04NGQ0LThkNDEtYTIzYS1mZTAzZTQ2ZGUwNzkiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ODk3MjY3Yy04N2ViLWQ4NGUtODk3Yi0wMDIyOGU1ZjA5ZDkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxY2Q0ZTlkYy01ZjVlLTc0NDAtYmFkMS1mZGQ1NWJmMWVjZmIiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjFjZDRlOWRjLTVmNWUtNzQ0MC1iYWQxLWZkZDU1YmYxZWNmYiIgc3RFdnQ6d2hlbj0iMjAyMi0wMy0yNVQwOToxNDo0MSswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4YjUzZmY0ZS00NDk1LTc2NDgtYTY1NC0yYjExNzlkODYzNmUiIHN0RXZ0OndoZW49IjIwMjItMDMtMjVUMDk6MTQ6NDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YmVkNGYxZWEtODRkNC04ZDQxLWEyM2EtZmUwM2U0NmRlMDc5IiBzdEV2dDp3aGVuPSIyMDIyLTA2LTEyVDAwOjEyOjQ0KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+m8POXgAACV1JREFUeJzt2EENwCAAwEBAxFRgHoczsYZkuVPQd+ezzwAAAAAAgK+t2wEAAAAAAPyTAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAg8QKDwgNL0AhbDgAAAABJRU5ErkJggg==) no-repeat;
  /* background-color: #eef1f5; */


}
.day .themeFont {
  color: #0066ED;
}
/* .day .el-tabs__item.is-active {
  color: #fafafa !important;
} */
.day .new_appDownload {
  height: 700px;
  background: #5b14d8;
}
.day .all_container {

  background-color: #ffffff;
}
.day .formPage .moveHand {
  border: 1px solid #d9d9ee !important;
  text-align: center;
  position: relative;
  margin: 2vh auto 10px;
  width: 100%;
  border-radius: 4px;
  line-height: 40px;
  height: 40px;
  color: #525252;
}
.day .token_div1 {

  color: #586186;

}
.day .token_div2 {
  padding: 40px 20px 20px;
  background-color: #f5f8fd;
  border-radius: 8px;
}
.day .el-form-item__label {
  color: var(--text-color);
}
.day .formPage>h2 {
  color: #2483ff;
}
.day .formPage>p {
  color: #1e1d30;
}
.day .formPage {
  -webkit-box-shadow: 0px 0px 6px #d2d4de;
          box-shadow: 0px 0px 6px #d2d4de;
  position: relative;
  margin: 16vh auto 40px;
  width: 24%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;


}
.day .footer-table th {
  line-height: 36px;
  font-size: 14px;
  opacity: 0.5;
  font-weight: 500;
  color: #dadee8;
  min-width: 160px;
}
.day .self_footer .reserved {
  font-size: 12px;
  font-family: PingFang SC, PingFangSC-Regular;
  font-weight: 400;
  color: #d4d6da;
  text-align: center;
  padding: 20px 0;
}
.day .el-table th>.cell {
  font-size: 14px;
}
.day .theme-default .day .page-global-exchange {
  background: #dbdde8 !important;
  color: #b0b8db;
}
.day .container {
  width: 100%;
}
.day .trade-banner-wrap {
  padding: 180px 0;
  background-color: rgb(255, 255, 255);
}
.day .market {
  height: 125px;
  line-height: 18px;
}
.day .users_div {
  background: #f2f6fc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAEsCAIAAACtzjk+AAAACXBIWXMAAC4jAAAuIwF4pT92AAAGymlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTAzLTI1VDA5OjE0OjQxKzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIyLTA2LTEyVDAwOjEyOjQ0KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNi0xMlQwMDoxMjo0NCswMjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiZWQ0ZjFlYS04NGQ0LThkNDEtYTIzYS1mZTAzZTQ2ZGUwNzkiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5ODk3MjY3Yy04N2ViLWQ4NGUtODk3Yi0wMDIyOGU1ZjA5ZDkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxY2Q0ZTlkYy01ZjVlLTc0NDAtYmFkMS1mZGQ1NWJmMWVjZmIiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjFjZDRlOWRjLTVmNWUtNzQ0MC1iYWQxLWZkZDU1YmYxZWNmYiIgc3RFdnQ6d2hlbj0iMjAyMi0wMy0yNVQwOToxNDo0MSswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4YjUzZmY0ZS00NDk1LTc2NDgtYTY1NC0yYjExNzlkODYzNmUiIHN0RXZ0OndoZW49IjIwMjItMDMtMjVUMDk6MTQ6NDErMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YmVkNGYxZWEtODRkNC04ZDQxLWEyM2EtZmUwM2U0NmRlMDc5IiBzdEV2dDp3aGVuPSIyMDIyLTA2LTEyVDAwOjEyOjQ0KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+m8POXgAACV1JREFUeJzt2EENwCAAwEBAxFRgHoczsYZkuVPQd+ezzwAAAAAAgK+t2wEAAAAAAPyTAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAgYUADAAAAAJAwoAEAAAAASBjQAAAAAAAkDGgAAAAAABIGNAAAAAAACQMaAAAAAICEAQ0AAAAAQMKABgAAAAAg8QKDwgNL0AhbDgAAAABJRU5ErkJggg==) no-repeat;
  /* width: 100%;
    height: 180px; */
}
.day .demo_sue {
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(180deg, #ffffff, #ffffff 68px);
  position: absolute;
  width: 100%;
  height: 120PX;
  top: -5px;
  right: 0px;
  left: 0vw;
  border-radius: 12px 12px 0px 0px;
  /* padding: 10px 36px;*/
}
.day .pay_div .el-row {
  background: #ffffff;
  padding: 20px 0;
  margin: 40px 0 40px 0 !important;
  border-radius: 12px;
}
.day .pay_div2 {
  color: #646880;
  font-size: 16px;
  font-weight: 600;
}
.day .zhanghao {

  height: 24px;
  width: 260px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #2c2d31;
  border-radius: 4px;
  position: relative;
  top: -64px;
  right: 0;
  left: 6vw;
}
.day .zhanghao2 {
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #2c2d31;
  border-radius: 4px;
  position: absolute;
  text-align: right;
  top: -32px;
  right: 116px;
}
.day .zhanghao3 {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #2b333e;
  border-radius: 4px;
  position: relative;
  top: -144px;
  right: 0;
  left: 20vw;
}
.day .emri {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #282d42;
  border-radius: 4px;
  position: relative;
  top: 0px;
  right: 0;
  left: 1vw;
}
.day .email_div .el-row {
  background-color: #ffffff;
  padding: 20px 0;
  margin: 20px 0 40px 0 !important;
  border-radius: 12px;
}
.day .users_div .grzx {
  position: relative;
  top: 28px;
  right: 0;
  left: 2VW;
  color: #7c8096;
}
.day .wechat_div .el-row {
  background: #ffffff;
  padding: 20px 0;
  margin: 20px 0 40px 0 !important;
  border-radius: 12px;
}
.day .aiplay_div .el-row {
  background: #ffffff;
  padding: 20px 0;
  margin: 20px 0 40px 0 !important;
  border-radius: 12px;
}
.day .nickName_div .el-row {
  background: #ffffff;
  padding: 20px 0;
  margin: 40px 0 40px 0 !important;
  border-radius: 12px;
}
.day .safeCenterset_div {
  background: linear-gradient(180deg, #ffffff, #fff 68px);
  padding: 32px 24px;
  border-radius: 12px;
}
.day .bank_div .el-row {
  background: #ffffff;
  padding: 20px 0;
  margin: 20px 0 40px 0 !important;
  border-radius: 12px;
}
.day .bind_phone_div .el-row {
  padding: 20px 0;
  margin: 20px 0 40px 0 !important;
  background: #ffffff;
  padding: 20px 0;
  margin: 40px 0 40px 0 !important;
  border-radius: 12px;

}
.day .updateLogin_div .el-row {
  padding: 20px 0;
  margin: 20px 0 40px 0 !important;
  background: #ffffff;
  padding: 20px 0;
  margin: 40px 0 40px 0 !important;
  border-radius: 12px;

}
.day .reAssets_div .el-row {
  padding: 20px 0;
  margin: 20px 0 40px 0 !important;
  background: #ffffff;
  padding: 20px 0;
  margin: 40px 0 40px 0 !important;
  border-radius: 12px;

}
.day .check {
  padding: 20px 0;
  margin: 20px 0 40px 0 !important;
  background: #ffffff;
  padding: 20px 0;
  margin: 40px 0 40px 0 !important;
  border-radius: 12px;

}
.day .d_notice_box {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  position: relative;
  z-index: 9;
  border-radius: 30px 30px 0 0;
  border-bottom: 1px solid #f5f5f5;
  margin-top: -175px;
  height: 52px;
}
.day .AwsLHsacI5OhANTDV6ng h3 {
  color: #131625;
  font-size: 30px;
  line-height: 92px;
}
.day .AwsLHsacI5OhANTDV6ng p {
  color: #131625;
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 6px;
  line-height: 32px;
}
.day .artapp_div .baAX0PF9AVpM03C30LDa {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #f9f9f9 48%, #f9f9f9 40%);
}
.day .PNiUYpJKQhmwdy_zgnIp {
  margin-right: 125px;
  background: url(../../static/img/hei133.d86c5f7.png?v=0.0.1);
  background-size: 590px 354px;
}
.day .section-head[data-v-2be6a87c] {
  background: #13144b url(../../static/img/pool_bg_b.3a41d0d.png?v=0.0.1) no-repeat;
  background-size: cover;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  min-height: 218px;
  height: 320px;
  background-size: contain;
  background-position: right;
  /* background: url(../../assets/wdtd.png) no-repeat scroll top center #08103a; */
}
.day .section-head2[data-v-2be6a87c] {
  height: 300px;
  background: #071065;
  padding: 0px 0 0;
  width: 100%;
  background: linear-gradient(359.57deg, #213dd6 3.55%, #1f40f9 99.56%);
}
.day .d_tabBox1Left {
  width: 670px;
  background: #f8f9ff;

  border-radius: 4px;
  padding: 24px;
}
.day .d_container3 {

  width: 100%;
  border-radius: 15px 15px 0 0;
  border-bottom: 100px solid #ffffff;
  margin-top: -14px;

}
.day .day .d_tabBox1RightContent {
  padding: 48px 32px;
  background: #f8f9ff;
  border: 1px solid #e6ecf2;
  border-radius: 4px;
}
.day .d_container2 {

  width: 100%;
  border-radius: 15px 15px 0 0;
  border-bottom: 100px solid #ffffff;
  margin-top: -14px;

}
.day .En6iy4u3qPOdT8KDHrOc {
  width: 100%;
  height: 300px;
  background-color: #1f0d38;
  background: linear-gradient(135deg, #ffffff 80%, #ffffff 40%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.day .sFbzcQ2_Xq9R9QcyFoPE {
  margin: 10px 0 0;
  font-size: 16px;
  color: #1a1f3c;
  font-weight: 700;
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.day .d_notice_item {
  font-size: 14px;
  color: #26262b;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
}
.day .new_registered h4 {
  font-size: 24px;
  font-weight: normal;
  color: #46464a;
}
.day .ppm_cc_cursor {
  font-size: 18px;
  font-weight: normal;
  color: #46464a;
  font-weight: 600;
}
.day .feature_wrap[data-v-63c57342] {
  width: 100%;
  min-height: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 0 0px;
  text-align: center;
  color: #495666;
  line-height: 2em;
  font-size: 16px;
}
.day .new_appDownload_iphone_img {
  height: 600px;
  width: 750px;
  margin-right: -5px;
  margin-left: -45px;
  margin-top: -6px;
  background-image: url(../../static/img/hei133.d86c5f7.png?v=0.0.1);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.day .el-table td,
.el-table th.is-leaf {
  border: none !important;
  background: #ffffff;

}
.day .el-table tr td {
  border-bottom: 1px solid #131625;
}
.day .el-table .cell {
  line-height: 30px;
}
.day .global-trades .order-books .mod-body .mod-title {
  color: #505886 !important;
}
.day .global-trades .order-books .mod-body .mod-title {
  line-height: 30px !important;
}
.day .global-trades .order-books .mod-body .list p {
  line-height: 30px !important;
  height: 30px !important;
}
.day .global-trades .order-books .mod-body .his_back {
  background: #131625 !important;
}
.day .global-trades .order-books .mod-body .mod-title span.price {
  font-size: 14px !important;
}
.day .el-divider__text {
  position: absolute;
  background-color: #ffffff;
  padding: 0 20px;
  color: #bfc2ce;
}
.day .double-reward {
  color: #495666;
  background: #ffffff url(../../static/img/invitationbg.c89a335.png?v=0.0.1) no-repeat;
  background-size: 1920px auto;
  height: 950px;
}
/*需要哪个页面加动态渐变就选择这个样式
body {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}
*/
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
/*聊天室悬浮图标动画控制*/
@-webkit-keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }

  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }

  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }

  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }

  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
.day .double-reward .overview section {
  float: left;
  height: 330px;
  border: 1px solid #e4eaf2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  padding: 0 80px;
}
.day .double-reward .overview .operation {
  width: 384px;
  padding-top: 24px;
  background-color: #fff;
}
.day .double-reward .overview .main .column .number {
  font-weight: 500;
  font-size: 28px;
  color: #03A9F4;
}
.day .invitation_div .double-reward .overview .dashboard {
  width: 940px;
  margin-right: 24px;
  background-color: #fff;
  position: relative;
}
.day .invitation_div .double-reward .part .main header {
  color: #16181a;
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  margin: 0px 0 0px;
}
.day .invitation_div .double-reward .overview .main .columns {
  background-color: #f6f8ff;
  border-radius: 10px;
}
.night .invitation_div .double-reward .overview .dashboard {
  width: 790px;
  margin-right: 24px;
  background-color: #1d1d3a;
  position: relative;
}
.day .agent_div .bg-purple {
  background: #7c5ee9;
}
.day .el-table tr {
  background-color: #fafafa;
}
.day .trade-banner .trade-banner-item .trade-banner-description {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #495666;
}
.day .trade-banner-wrap .trade-banner-title {
  width: 70%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #323858;
}
.day .fedui-header-info-dropdowns {
  width: 220px;
  right: -140px;
  top: 44px;
  position: absolute;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .14);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .14);
  background: #fff url(../../static/img/yhzx.19b70ae.png?v=0.0.1) no-repeat;
  background-size: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 16px;
  display: none;
}
.day .fedui-header-info-dropdowns-header-name {
  position: absolute;
  top: 15px;
  left: 70px;
  width: 150px;
  height: 15px;
  line-height: 15px;
  color: #e0e0e0;
}
.day .fedui-header-info-dropdowns-header-uid {
  position: absolute;
  top: 36px;
  left: 70px;
  width: 136px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #e0e0e0;

}
.day .fedui-header-diy {
  margin-left: 16px;
  padding: 0 0px;
  text-align: center;
  position: relative;
  height: 48px;
  line-height: 52px;
  cursor: pointer;
}
.day .trade-block {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #9eb5ca;
  height: 121px;
}
.day .trade-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px;
}
.day .trade-block dl {
  position: relative;
}
.day .trade-block dt {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  height: 18px;

}
.day .trade-block dd.price {
  font-size: 20px;
  line-height: 20px;
}
.day .trade-block dd.price em {
  line-height: 12px;
}
.day .trade-block dd.price em,
.trade-block dd.price span {
  font-size: 12px;
}
.day .trade-block dd.price {
  font-size: 18px;
  line-height: 20px;
}
.day .trade-block dd.vol {
  font-size: 12px;
  line-height: 12px;
}
.day .trade-block dd.rate {
  position: absolute;
  top: -2px;
  right: 14px;
  font-weight: 400;
  margin: 0;
}
.day .trade-block li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 18px 14px;
  height: 120px;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.day .trade-block dd {
  font-size: 16px;
  margin-top: 16px;
}
.day .assets_div .titleBar .el-tabs__header .el-tabs__item {
  padding: 0;
  margin-right: 20px;
  padding: 0 20px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #E91E63;
  position: relative;
}
.day .sidebar[data-v-2baeab78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  background: #fff;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: width .3s linear;
  transition: width .3s linear;
  position: relative;
  top: 2vw;
  left: 0vw;
  border-radius: 12px;
  border-radius: 12px 12px 0px 0px;
}
.day .account-list dl[data-v-2baeab78]:hover {
  background: #f7f6f8;
}
.day .wrapcp[data-v-4e41cf60] {
  background: #fff;
  border-radius: 12px;
  padding: 30px 30px;
}
.day .risk-tips dl[data-v-2eb14797] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(180deg, #b6bad2, #fff 50px);
  border-radius: 12px;
  padding: 0px 30px;
}
.day .el-collapse-item__wrap {
  will-change: height;
  background-color: #FFF;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #EBEEF5;
}
.day .wrapcp .row-1 .tb-title[data-v-4e41cf60] {
  font-size: 24px;
  color: #181d22;
  line-height: 34px;
  font-weight: 500;
}
.day .center .value[data-v-12a2c570] {
  font-size: 28px;
  font-weight: 600;
  color: #454752;
  line-height: 42px;

}
.day .center .valueslo {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-color: rgba(38, 44, 72, 0.19);
  border-radius: 20px;
  margin-left: 16px;
}
.day .home-main .home-top {
  background: linear-gradient(-45deg, #00BCD4, #091e8e, #431f84, #0027ff);
  background-size: 400% 400%;
  -webkit-animation: gradient 5s ease infinite;
          animation: gradient 5s ease infinite;
  /*background: url(../assets/9342DD6E8A854864.png) no-repeat 100%;*/

  height: 550px;
  overflow: hidden;
  position: relative;
}
.day .el-table {
  border-radius: 0px;
  overflow: hidden;
  background-color: #fdfdff00 !important;
  border: 1px solid #fdfdff00 !important;
}
.day .recharge_div .el-row {
  /*background-color: #FFF;*/
  padding: 30px 0;
  margin: 24px 0 10px !important;

}
.day .recdl {
  background: #ffffff;
}
.day .el-select-dropdown {
  background-color: #ffffff !important;
  border: none;
  border-radius: 0;
}
.day .recharge_div .chain_box .el-tabs__item {
  padding: 0;
  width: 100px;
  text-align: center;
  border-radius: 4px;
  margin-right: 30px;
  height: 35px !important;
  line-height: 35px !important;
}
.day .recharge_div .chain_box .el-tabs__item.is-active {
  background-color: #2483ff;
  color: #ffffff !important;
  border: 1px solid #2483ff;
  font-size: 16px;
  height: 35px !important;
  line-height: 35px !important;
}
row-1 .action[data-v-4e41cf60] a.btn1 {
  color: #6e6f6f;
  border: 1px solid #dedede;
}
.day .wrapcp .row-1 .action[data-v-4e41cf60] a.btn2 {
  color: #fff;
  background-color: #2483ff
}
.day .withdraw_div .el-row {
  background-color: #ffffff;
  padding: 20px 0;
  margin: -8px 0 40px 0 !important;
  border-radius: 6px;
}
.day .withdraw_div .chain_box .el-tabs__item {
  padding: 0;
  width: 100px;
  text-align: center;
  border-radius: 4px;
  margin-right: 30px;
  height: 35px !important;
  line-height: 35px !important;
}
.day .withdraw_div .chain_box .el-tabs__item.is-active {
  background-color: #2483ff;
  color: #ffffff !important;
  border: 1px solid #2483ff;
  font-size: 16px;
  height: 35px !important;
  line-height: 35px !important;
}
.day .Turn_div .el-row {
  background-color: #ffffff;
  padding: 20px 0;
  margin: -8px 0 40px 0 !important;
  border-radius: 6px;
}
.day .content .line[data-v-13ff3db4] {
  height: 100%;
  cursor: pointer;
  margin-top: 8px;
  border-radius: 12px;
  background-color: #ffffff;
}
.day .trasfer_div .el-row {
  background-color: #ffffff;
  padding: 20px 0;
  margin: 20px 0 40px 0 !important;
  border-radius: 12px;
}
.day .fedui-header-group-dropdowns {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 rgba(28, 36, 44, .12);
          box-shadow: 0 0 20px 0 rgba(28, 36, 44, .12);
  border-radius: 4px;
  width: 600px;
  display: none;
}
.day .el-input-group__append {
  background-color: #ffffff00 !important;
  color: #333333 !important;
  border: 1px solid #c0cfde !important;
  border-left: none !important;
  cursor: pointer;
}
.day .sell_div .el-form .borderNone .el-input {
  border-bottom: 1px solid #9999b700;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
}
.day .legal_ec {
  background: rgb(255, 255, 255) url(../../static/img/legalCoinbg.d6a0ef1.png?v=0.0.1) no-repeat;
  background-size: 100%;
}
.day .legal_ecc {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  top: 314px;
  right: 0;
}
.day .legal_eccc {
  width: 50%;
  position: absolute;
  top: 60px;
  left: 100px;
  right: auto;
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  font-family: DINPro-Bold, DINPro;
}
.day .legal_ev {

  position: absolute;
  top: 144px;
  right: auto;
  font-size: 14px;
  font-weight: 600;
  font-family: DINPro-Bold, DINPro;
  background: #0066ED !important;
  color: #fff !important;
  border: 1px solid #0066ED !important;
  padding: 9px 32px;
  border-radius: 30px;
  line-height: 22px;
  margin-left: 0px;

}
.day .shouyi1 {
  /* width: 160px; */
  height: 40px;
  line-height: 40px;
  /* text-align: center; */
  font-size: 14px;
  font-weight: 400;
  color: #2c2d31;
  border-radius: 4px;
  /* position: absolute; */
  /* top: 0px; */
  /* right: 0; */
  /* left: 67vw; */
}
.day .shouyi2 {
  /* width: 160px; */
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #2196F3;
  border-radius: 4px;
  /* position: absolute; */
  /* top: 0px; */
  /* right: 0; */
  /* left: 67vw; */
}
.day .sell_div .shouyi3 {
  /* width: 160px; */
  height: 40px;
  line-height: 40px;
  /* text-align: center; */
  color: #2c2d31;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  position: relative;
  top: 0px;
  right: 0;
  left: 4vw;
}
.day .sell_div .shouyi4 {
  /* width: 160px; */
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #2c2d31;
  border-radius: 4px;
  /* position: absolute; */
  /* top: 0px; */
  /* right: 0; */
  /* left: 67vw; */
}
.day .shouyi5 {
  /* width: 160px; */
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #2c2d31;
  border-radius: 4px;
  /* position: absolute; */
  /* top: 0px; */
  /* right: 0; */
  /* left: 67vw; */
}
.day .nodata {
  text-align: center;
  margin: 180px auto;
  min-height: 480px;
}
.day .sell_div .el-form .list>p {
  margin-right: 10px;
  color: #1f1f1f;
}
.day .legal_etr {
  background: #000f5f url(../../static/img/newsbg.3446297.jpg?v=0.0.1) no-repeat;
  height: 216px;
  background-position: center;
}
.day .legal_eccr {
  width: 100%;
  height: 77px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 20px 20px 0px 0px;
  position: absolute;
  top: 196px;
  right: 0;
}
.day .legal_ecccui {
  position: relative;
  top: -108px;
  /* right: 1175px; */
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: DINPro-Bold, DINPro;
  padding: 0;
  text-align: center;
}
.day .privacy_div .content {
  border-top: 1px solid #3b3b3b17;
  color: #2d2d2d;
  font-size: 16px;
}
.day .privacy_div .content span {
  color: #2d2d2d !important;
}
.day .privacy_div {
  background: #ffffffbd;

}
.day .contact_div {
  background: #ffffffbd;

}
.day .contact_div .content ul li {
  border-bottom: 1px solid #f1f1f1;
}
.day .contact_div .content ul li .notice_right {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #2d2d2d;
}
.day .contact_div .content {
  border-top: 1px solid #9c9c9c;
  border-radius: 4px;
  background-color: rgb(250, 250, 255);
  margin: 0px 4px;
  padding: 0px 20px;
}
.day .detail_div {

  background: #ffffffbd;

}
.day .night .detail_div .content {
  border-top: 1px solid #3B3B3B;
  color: #252525;
  padding: 20px 0;
  line-height: 30px;
}
.day .agreement_div {
  background: #ffffffbd;

}
.day .agreement_div .content {
  border-top: 1px solid #3B3B3B;
  color: #202020;
}
.day .agreement_div .content span {
  color: #202020 !important;
}
.day .detail_dicom {
  background-color: #ffffff;
  height: 500px;
}
.day .space {
  width: 1200px;
  margin: auto;
  height: 1px;
  background-color: #262b42;
}
.day .detail_divcv {
  color: #4a4a4a;
}
.day .detail_div .content {
  border-top: 1px solid #4846462b;
  color: #393939;

}
.day .legal_bone_div {

  background: #ffffff;
}
.day .el-table thead,
.el-table tr th {
  background-color: #ebebee;
}
.day .acceptor_buy_div .formBox .el-form {
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
}
.day .el-radio {
  color: #393939;
}
.day .order_etr2 {
  background: #ffffff url(../../static/img/orderbg.f999ca0.jpg?v=0.0.1) no-repeat;
  height: 216px;
}
.day .order_div {
  background-color: #ffffff;
}
.day .coin_order_div {
  background-color: #ffffff;
}
.day .legal_ecccui56 {
  position: relative;
  top: -50px;
  right: -66px;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  font-family: DINPro-Bold, DINPro;
  padding: 0;
  /* text-align: center; */
}
.day .option .trade_panel .panel.panel_buy {
  padding-right: 16px;
  padding-left: 15px;
  background: #dfe3ef;
  border-radius: 8px;
}
.day .current-period {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  background-size: 500% 500%;
  -webkit-animation: gradientBG 5s ease infinite;
          animation: gradientBG 5s ease infinite;
}
.day .period-reward {
  width: 33.3%;
  float: left;
  padding: 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f1f2f7;



}
.day .result-panel {
  border-radius: 5px;
  min-height: 300px;
  background: #ffffff;
  width: 100%;
  text-align: left;
  padding: 0px 0px;
  margin-bottom: 10px;
}
.day .ctc_avibnm {

  background: #dfe3ef;

}
.day .option .ctc_container {

  background: #fafafa;

}
.day .row-1 .action[data-v-4e41cf60] a.btn1 {
  color: #9c9c9c;
  border: 1px solid #3e415d3b;
}
.day .quantity-group {
  position: relative;
  line-height: 32px;
  font-size: 14px;
  color: #3a3f42;
  margin-bottom: 24px;
  vertical-align: top;
  zoom: 1;
}
.day .mvusodwe {
  height: 200px;
  width: 100%;
  background: #fafafa;
}
.day .tabItem {
  padding: 0 12px;
  height: 32px;
  color: #989898;
  font-size: 14px;
  margin-right: 5px;
  background-color: #f1f2f7;
  line-height: 32px;
  border: solid 1px #f1f2f7;
}
.day .tabItemActive {
  background: #858db7;
  color: #ffffff;
  border: solid 1px #858db7;
}
.day .switch-current {
  color: #10c284 !important;
  border-bottom: 2px solid #10c284 !important;
}
.day .option-tab-current {
  border-bottom: 2px solid #10c284 !important;
  color: #10c284 !important;
}
.day .option {
  height: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /*padding-bottom: 50px;*/
  padding-top: 60px;
  color: #464c71;
}
.day .last-period {
  /*background-image: linear-gradient(60deg, #9C27B0, #3F51B5, #E91E63, #9C27B0, #673AB7, #4CAF50, #673AB7, #9C27B0);*/
  background-image: linear-gradient(60deg, #27bd2d, #2aad30, #e91e63, #9c27b0, #673ab7, #4caf50, #673ab7, #9c27b0);
  background-size: 400% 400%;
  -webkit-animation: gradientBG 3s ease infinite;
          animation: gradientBG 3s ease infinite;
}
.day .registerBox {

  background: #ffffff;

}
.day .selectArea .el-form-item__content .enterInput .el-input__inner {

  border-right: 1px solid #c0cfde !important;

}
.day .registerBox .tit {
  padding-top: 50px;
  font-size: 26px;
  color: #000000;
}
.day .el-input-group__append,
.el-input-group__prepend {

  border-radius: 0px;


}
.day .el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #c0cfde !important;
  border-radius: 4px;
  background-color: #fff !important;
  ;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;

}
.day .ppip {
  color: #2d2d2d;
}
.day .artapp_div .app-download-header .header-right[data-v-6a651f2c] {
  margin-left: 227px;
  color: #333333;
}
.vue-country-item.selected {
  color: #fff !important;
  background-color: #5C6BC0 !important;
}
.vue-country-item:not(.selected):hover {
  color: #fff;
  background-color: #b6bdcb !important;
}
.day .fedui-header-group-right a {
  cursor: pointer;
  color: #5b6167;
  background-repeat: no-repeat;
}
.day .fedui-header-group-right a {
  cursor: pointer;
  color: #5b6167;
  background-repeat: no-repeat;
}
.day .el-input__inner{
  color: #000;
}
.day .text_black{
  color: #000;
}
.day .text__normal{
  color: #000!important;
}
.night .is-text{
  color: #fff;
}
.night .is-process{
  color: #000;
}
.night .head_div {
    background-color: var(--bg-color2) !important;
}

.night .content_div {
    background: #111129;
}

.night .self_footer {
    background-color: #1d1d3a;
    ;
}

.night .el-pagination {
    text-align: center !important;
    padding: 20px 0;
    border-radius: 0 0 4px 4px;
}

.night .el-pagination .el-pagination__total {
    color: #666;
}

.night .pollIndexBanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 300px;

    background: #00020c;

}

.night .double-reward {
    color: #495666;
    background: #150e2f url(../../static/img/invitationbg.c89a335.png?v=0.0.1) no-repeat;
    background-size: 1920px auto;
    height: 950px;
}

.night .double-reward .overview .main .column .number {
    font-weight: 500;
    font-size: 28px;
    color: #03A9F4;
}

.night .invitation_div .double-reward .part .main header {
    color: #e0e4e8;
    font-weight: 600;
    font-size: 28px;
    line-height: 39px;
    margin: 0px 0 0px;
}

.night .double-reward .overview .operation {
    width: 384px;
    padding-top: 24px;
    background-color: #fff;
}

.night .double-reward .overview section {
    float: left;
    height: 330px;
    border: 1px solid #e4eaf2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    padding: 0 80px;
}

.night .invitation_div .double-reward .overview .main .columns {
    background-color: #150e2f;
    border-radius: 10px;
}

.night .invitation_div .double-reward .overview .dashboard {
    width: 940px;
    margin-right: 24px;
    background-color: #1d1d3a;
    position: relative;
}

.night .double-reward .overview .operation {
    width: 384px;
    padding-top: 24px;
    background-color: #1d1d3a;
}

.night .invitation_div .double-reward .overview section {
    float: left;
    height: 330px;
    border: 1px solid #2b2b50;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 12px;
    padding: 0 80px;
}

.night .fedui-header-logo {
    width: 114px;
    height: 50px;
    margin-right: -5px;
    margin-left: 20px;
    margin-top: -6px;
    background-image: url(../../static/img/logo_txt1.f5c402d.png?v=0.0.1);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.night .users_div {
    background: -webkit-gradient(linear, left top, left bottom, from(#110a26), to(#24254c));
    background: linear-gradient(180deg, #110a26, #24254c);
}

.night .zhanghao {

    height: 24px;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #a4a9bd;
    border-radius: 4px;
    position: relative;
    top: -64px;
    right: 0;
    left: 6vw;
}

.night .emri {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #bebfc3;
    border-radius: 4px;
    position: relative;
    top: 0px;
    right: 0;
    left: 1vw;
}

.night .emri2 {

    color: #9eaab3 !important;

}

.night .email_div .el-row {
    background: #130d2b;
    padding: 20px 0;
    margin: 20px 0 40px 0 !important;
    border-radius: 12px;
}

.night .bind_phone_div .el-row {
    padding: 20px 0;
    margin: 20px 0 40px 0 !important;
    background: #130d2b;
    padding: 20px 0;
    margin: 20px 0 40px 0 !important;
    border-radius: 12px;
}

.night .updateLogin_div .el-row {
    padding: 20px 0;
    margin: 20px 0 40px 0 !important;
    background: #130d2b;
    padding: 20px 0;
    margin: 40px 0 40px 0 !important;
    border-radius: 12px;
}

.night .reAssets_div .el-row {
    padding: 20px 0;
    margin: 20px 0 40px 0 !important;
    background: #130d2b;
    padding: 20px 0;
    margin: 40px 0 40px 0 !important;
    border-radius: 12px;
}

.night .check {
    padding: 20px 0;
    margin: 20px 0 40px 0 !important;
    background: #130d2b;
    padding: 20px 0;
    margin: 40px 0 40px 0 !important;
    border-radius: 12px;
}

.night .yaoqingma {
    height: 24px;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #bbc3ce;
    border-radius: 4px;
    position: relative;
    top: -68px;
    right: 0;
    left: 6vw;
}

.night .safeCenterset_div {
    background: linear-gradient(0deg, #191e33, #17172d 0px);
    padding: 32px 24px;
    border-radius: 12px;
}

.night .demo_sue {
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: linear-gradient(0deg, #191e33, #17172d 0px);
    position: absolute;
    width: 100%;
    height: 120PX;
    top: -5px;
    right: 0px;
    left: 0vw;
    border-radius: 12px 12px 0px 0px;
    /* padding: 10px 36px;*/
}

.night .aiplay_div .el-row {
    background-color: #1d1d3a;
    padding: 20px 0;
    margin: 20px 0 40px 0 !important;
    border-radius: 12px;
}

.night .wechat_div .el-row {
    background-color: #1d1d3a;
    padding: 20px 0;
    margin: 20px 0 40px 0 !important;
    border-radius: 12px;
}

.night .nickName_div .el-row {
    background: #1d1d3a;
    padding: 20px 0;
    margin: 40px 0 40px 0 !important;
    border-radius: 12px;
}

.night .users_div .grzx {
    position: relative;
    top: 28px;
    right: 0;
    left: 2VW;
    color: #d0d0d0;
}

.night .bank_div .el-row {
    background: #1d1d3a;
    padding: 20px 0;
    margin: 20px 0 40px 0 !important;
    border-radius: 12px;
}

.night .pay_div2 {
    color: #e6e6e6;
    font-size: 16px;
    font-weight: 600;
}

.night .pay_div .el-row {
    background: #1d1d3a;
    padding: 20px 0;
    margin: 40px 0 40px 0 !important;
    border-radius: 12px;
}

.night .zhanghao2 {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #2c2d31;
    border-radius: 4px;
    position: absolute;
    text-align: right;
    top: -32px;
    right: 116px;
}

.night .d_notice_box {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #111129f5;
    position: relative;
    z-index: 9;
    border-radius: 30px 30px 0 0;
    border-bottom: 1px solid #131327;
    margin-top: -175px;
    height: 52px;
}

.night .AwsLHsacI5OhANTDV6ng h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 92px;
}

.night .AwsLHsacI5OhANTDV6ng p {
    color: #ffffff;
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 6px;
    line-height: 32px;
}

.night .d_notice_item {
    font-size: 14px;
    color: #d6d8e0;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
}

.night .el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #2E3C4B !important;
}

.night .new_registered h4 {
    font-size: 24px;
    font-weight: normal;
    color: #d4d5de;
}

.night .ppm_cc_cursor {
    font-size: 18px;
    font-weight: normal;
    color: #d4d5de;
    font-weight: 600;
}

.night .new_appDownload {
    height: 700px;
    background: #101023;
}

.night .el-input__inner {

    background-color: #1d202f;

}

.night .assets_div {

    /*background: #0c0a1d url(../../assets/stebg.png) no-repeat;*/


}

.night .el-form-item__content .el-input__inner {
    border: 1px solid #2E3C4B;
    border-radius: 8px;
}

.night .el-divider {
    background-color: #1e202d;
    position: relative;
}

.night .token_div1 {

    color: #e0e0e0;

}

.night .el-table tr {
    background-color: var(--bg-color1) !important;
}

.night .formPage .moveHand {
    border: 1px solid #2b2b5f !important;
    text-align: center;
    position: relative;
    margin: 2vh auto 10px;
    width: 100%;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    color: #525252;
}

.night .el-form-item__label {
  color: var(--text-color);
}

.night .token_div2 {
    padding: 40px 20px 20px;
    background-color: #101321;
    border-radius: 8px;
}

.night .formPage>h2 {
    color: #d8d8d8;
}

.night .formPage>p {
    color: #c7c7c7;
}

.night .formPage {
    position: relative;
    margin: 16vh auto 40px;
    width: 24%;
    background-color: #0000005e;
    -webkit-box-shadow: 0px 8px 6px #101429ab;
            box-shadow: 0px 8px 6px #101429ab;
    border-radius: 4px;
    padding: 20px;

}

.night .themeFont {
    color: #0066ED;
}

/* .night .el-tabs__item.is-active {
    color: #0066ED !important;
} */

.night .new_appDownload_iphone_img {
    height: 600px;
    width: 750px;
    margin-right: -5px;
    margin-left: -45px;
    margin-top: -6px;
    background-image: url(../../static/img/hei135.d86c5f7.png?v=0.0.1);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.night .artapp_div .baAX0PF9AVpM03C30LDa {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #060f29 48%, #060f29 40%);
}

.night .section-head[data-v-2be6a87c] {
    background: rgb(23, 27, 43) url(../../static/img/pool_bg_b.3a41d0d.png?v=0.0.1) no-repeat;
    background-size: cover;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    min-height: 218px;
    height: 320px;
    background-size: contain;
    background-position: right;
    /* background: url(../../assets/wdtd.png) no-repeat scroll top center #08103a; */
}

.night .d_container3 {

    width: 100%;
    border-radius: 15px 15px 0 0;
    border-bottom: 100px solid #111129;
    margin-top: -14px;

}

.night .d_tabBox1RightContent {
    padding: 48px 32px;
    border-radius: 4px;
}

.d_tabBox1Left {
    width: 670px;
    /*background: #1d1d3a;*/
    /*border: 1px solid #2c2c4c;*/
    border-radius: 4px;
    padding: 24px;
}

.night .d_container2 {

    width: 100%;
    border-radius: 15px 15px 0 0;
    border-bottom: 100px solid #111129;
    margin-top: -14px;

}

.night .section-head2[data-v-2be6a87c] {
    height: 300px;
    background: #071065;
    padding: 0px 0 0;
    width: 100%;
    background: linear-gradient(359.57deg, #213dd6 3.55%, #1f40f9 99.56%);

}

.night .PNiUYpJKQhmwdy_zgnIp {
    margin-right: 125px;
    background: url(../../static/img/hei135.d86c5f7.png?v=0.0.1);
    background-size: 590px 354px;
}

.night .Cxes8pdRHI7ruiAetwwE {
    margin-right: 125px;
    background: url(../../static/img/head1.21c5feb.png?v=0.0.1);
    background-size: 590px 354px;
}

.night .En6iy4u3qPOdT8KDHrOc {
    width: 100%;
    height: 300px;
    background-color: #1f0d38;
    background: linear-gradient(135deg, #101831 80%, #101831 40%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sFbzcQ2_Xq9R9QcyFoPE {
    margin: 10px 0 0;
    font-size: 16px;
    color: #1a1f3c;
    font-weight: 700;
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
}

.night .footer-table th {
    font-size: 14px;
    opacity: 0.5;
    font-weight: 500;
    color: #6f77a2;
    min-width: 160px;
}

.night .container {

    background: #9c27b000;

}

.night .el-table {
    border-radius: 6px;

}

.night .container {
    width: 100%;

}

.night .trade-banner-wrap {
    padding: 180px 0;
    background-color: #00051d;
}

.night .el-divider__text {
    position: absolute;
    background-color: #111129;
    padding: 0 20px;
    color: #353846;
}

.night .agent_div .bg-purple {
    background: #191e33;
}

.night .el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: var(--bg-color3);
}

.night .el-table thead,
.el-table tr th {

    font-weight: 700;
    color: #505886 !important;

}

.night .el-table tr td {
    /*border-bottom: 1px solid #131625 !important;*/
}

.night .el-table .cell {
    line-height: 30px;
}

.night .global-trades .order-books .mod-body .list p {
    line-height: 30px !important;
    height: 30px !important;
}

.night .global-trades .order-books .mod-body .mod-title {
    line-height: 30px !important;
}

.night .global-trades .order-books .mod-body .mod-title span.price {
    font-size: 14px !important;
}

.night .global-trades .order-books .mod-body .his_back {
    background: #131625 !important;
}

.night .global-trades .order-books .mod-body .mod-title {
    color: #505886 !important;
}

.night .el-table {

    color: #babbbd;
}

.night .el-table th>.cell {
    font-size: 14px;
}

.night .assets_div .cruntpage .el-tabs__nav .el-tabs__item.is-active::before {
    background-color: #463588 !important;
}

.night .home_div .market .container .market_title .el-tabs__item.is-active {
    color: #989898 !important;
    float: left;
    text-align: center;
    margin-left: 4px;
    height: 44px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 44px;
    padding: 0 0px;
    font-weight: 400;
    border-bottom: 2px solid #464854;
}

.night .market {
    height: 125px;
    line-height: 18px;
    margin-top: -15px !important;


}

.night .trade-banner .trade-banner-item .trade-banner-description {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #dadfe4;
}

.night .trade-banner .trade-banner-item .trade-banner-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #e7ebef;
}

.night .feature_wrap[data-v-63c57342] {
    width: 100%;
    min-height: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -114px !important;
    padding: 0px 0 0px;
    text-align: center;
    color: #dadfe4;
    line-height: 2em;
    font-size: 16px;
}

.night .trade-banner-wrap .trade-banner-title {
    width: 70%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #dadfe4;
}

.night .fedui-header-info-dropdowns {
    width: 220px;
    right: -140px;
    top: 44px;
    position: absolute;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .14);
    background: #fff url(../../static/img/yhzx.19b70ae.png?v=0.0.1) no-repeat;
    /* background-color: #eceef8; */
    background-size: 100%;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 16px;
    display: none;
}

.night .fedui-header-info-dropdowns-header-name {
    position: absolute;
    top: 15px;
    left: 70px;
    width: 150px;
    height: 15px;
    line-height: 15px;
    color: #e0e0e0;
}

.night .fedui-header-info-dropdowns-header-uid {
    position: absolute;
    top: 36px;
    left: 70px;
    width: 136px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #e0e0e0;

}

.night .yhzx_zt {

    color: #2b3d4a;
}

.night .fedui-header-diy {

    margin-left: 16px;
    padding: 0 0px;
    text-align: center;
    position: relative;
    height: 48px;
    line-height: 52px;
    cursor: pointer;
}

.night .trade-block {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    background-color: #000923;
    color: #9eb5ca;
    height: 121px;
}

.night .trade-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 8px;
}

.night .trade-block li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 18px 14px;
    height: 120px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.night .trade-block dl {
    position: relative;
}

.night .trade-block dt {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
}

.night .trade-block dd.price {
    font-size: 20px;
    line-height: 20px;
}

.night .trade-block dd.price em {
    line-height: 12px;
}

.night .trade-block dd.price em,
.trade-block dd.price span {
    font-size: 12px;
}

.night .trade-block dd.price {
    font-size: 18px;
    line-height: 20px;
}

.night .trade-block dd.vol {
    font-size: 12px;
    line-height: 12px;
    color: #61698a;
}

.night .trade-block dd.rate {
    position: absolute;
    top: -2px;
    right: 14px;
    font-weight: 400;
    margin: 0;
}

.night .trade-block dd {
    font-size: 16px;
    margin-top: 16px;
}

.night .assets_div .titleBar .el-tabs__header .el-tabs__item {
    padding: 0;
    margin-right: 20px;
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #E91E63;
    position: relative;
}

.night .sidebar[data-v-2baeab78] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    background: rgb(16, 13, 34);
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
    position: relative;
    top: 2vw;
    left: 0vw;
    border-radius: 12px;
    border-radius: 12px 12px 0px 0px;
}

.night .account-list dl[data-v-2baeab78]:hover {
    background: #141029;
}

.night .wrapcp[data-v-4e41cf60] {
    background: #1a1a2f;
    border-radius: 12px;
    padding: 30px 30px;
}

.night .risk-tips dl[data-v-2eb14797] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(180deg, #1a1a2f, #1a1a2f 68px);
    border-radius: 12px;
    padding: 0px 30px;
}

.night .el-collapse-item__wrap {
    will-change: height;
    background-color: #1a1a2f;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #1f1f35;
}

.night .el-collapse-item__header {
    background-color: #ffffff00;
    border-bottom: 1px solid #ebeef500;
    color: #dedede;
}

.night .el-collapse-item__content {
    padding-bottom: 25px;
    font-size: 13px;
    color: #dddee0;
    line-height: 1.769230769230769;
}

.night .el-tabs__item {
    color: #a7a9af !important;
}

.night .wrapcp .row-1 .tb-title[data-v-4e41cf60] {
    font-size: 24px;
    color: #e4e5e6;
    line-height: 34px;
    font-weight: 500;
}

.night .center .value[data-v-12a2c570] {
    font-size: 28px;
    font-weight: 600;
    color: #eadcdc;
    line-height: 42px;

}

.night .center .valueslo {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-color: rgba(216, 221, 245, 0.19);
    border-radius: 20px;
    margin-left: 16px;
}

.night .home-main .home-top {
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background: linear-gradient(180deg, #000000, #000000);
    /*background: url(../assets/9342DD6E8A854864.png) no-repeat 100%;*/
    height: 738px;
    overflow: hidden;
    position: relative;
}

.night .el-table {
    border-radius: 0px;
    overflow: hidden;
    background-color: transparent !important;
    /*border: 1px solid #1a1a2f !important;*/
}

.night .recharge_div .el-row {
    /*background-color: var(--bg-color2);*/
    padding: 30px 0;
    margin: 24px 0 10px !important;
}

.night .recdl {
    background: #1a1a2f;
}

.night .el-input__inner {

    border: 1px solid #2e2e46;
}

.night .el-select-dropdown {
    background-color: #1a1a2f !important;
    border: none;
    border-radius: 0;
}

.night .recharge_div .chain_box .el-tabs__item {
    padding: 0;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    margin-right: 30px;
    height: 35px !important;
    line-height: 35px !important;
}

.night .recharge_div .chain_box .el-tabs__item.is-active {
    background-color: #2483ff;
    color: #ffffff !important;
    border: 1px solid #2483ff;
    font-size: 16px;
    height: 35px !important;
    line-height: 35px !important;
}

.night .row-1 .action[data-v-4e41cf60] a.btn1 {
    color: #9c9c9c;
    border: 1px solid #3e415d;
}

.night .wrapcp .row-1 .action[data-v-4e41cf60] a.btn2 {
    color: #2196F3;
    background-color: #202040;
}

.night .withdraw_div .el-row {
    background-color: #1a1a2f;
    padding: 20px 0;
    margin: 64px 0 40px 0 !important;
    border-radius: 24px;
}

.night .withdraw_div .chain_box .el-tabs__item {
    padding: 0;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    margin-right: 30px;
    height: 35px !important;
    line-height: 35px !important;
}

.night .withdraw_div .chain_box .el-tabs__item.is-active {
    background-color: #2483ff;
    color: #ffffff !important;
    border: 1px solid #2483ff;
    font-size: 16px;
    height: 35px !important;
    line-height: 35px !important;
}

.night .Turn_div .el-row {
    background-color: #1a1a2f;
    padding: 20px 0;
    margin: -8px 0 40px 0 !important;
    border-radius: 6px;
}

.night .content .line[data-v-13ff3db4] {
    height: 100%;
    cursor: pointer;
    margin-top: 8px;
    border-radius: 12px;
    background-color: #1a1a2f;
}

.night .trasfer_div .el-row {
    background-color: #1a1a2f;
    padding: 20px 0;
    margin: 20px 0 40px 0 !important;
    border-radius: 12px;
}

.night .fedui-header-group-dropdowns {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 1;
    background-color: #0f1221;
    -webkit-box-shadow: 0 0 20px 0 rgba(28, 36, 44, .12);
            box-shadow: 0 0 20px 0 rgba(28, 36, 44, .12);
    border-radius: 4px;
    width: 600px;
    display: none;
}

.night .fedui-header-group-right a {
    cursor: pointer;
    color: #c5c5c5;
    background-repeat: no-repeat;
}

.night .fedui-header-group-left a,
.fedui-header-group-right a {
    cursor: pointer;
    color: #9aa5b5;
    background-repeat: no-repeat;
}

.night .fedui-header-group-right {
    border-left: 1px solid #171b2f;
    padding-bottom: 4px !important;
}

.night .el-input-group__append {
    background-color: #26263c !important;
    color: #757473 !important;
    border: 1px solid #252a42 !important;
    border-left: none !important;
    cursor: pointer;
}

.night .sell_div .el-form .borderNone .el-input {
    border-bottom: 1px solid #9999b700;
    border-radius: 4px;
    border: 1px solid #2e2e46;
}

.night .legal_ec {
    background: #141429 url(../../static/img/legalCoinbg.d6a0ef1.png?v=0.0.1) no-repeat;
    background-size: 100%;
}

.night .legal_ecc {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #141429;
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    top: 314px;
    right: 0;
}

.night .legal_eccc {
  width: 50%;
  position: absolute;
  top: 60px;
  left: 100px;
  right: auto;
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  font-family: DINPro-Bold, DINPro;
}

.night .legal_ev {

  position: absolute;
  top: 144px;
  right: auto;
  font-size: 14px;
  font-weight: 600;
  font-family: DINPro-Bold, DINPro;
  background: #0066ED !important;
  color: #fff !important;
  border: 1px solid #0066ED !important;
  padding: 9px 32px;
  border-radius: 30px;
  line-height: 22px;
  margin-left: 0px;

}

.night .shouyi1 {
    /* width: 160px; */
    height: 40px;
    line-height: 40px;
    /* text-align: center; */
    font-size: 14px;
    font-weight: 400;
    color: #e0e0e4;
    border-radius: 4px;
    /* position: absolute; */
    /* top: 0px; */
    /* right: 0; */
    /* left: 67vw; */
}

.night .shouyi2 {
    /* width: 160px; */
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #d9dadb;
    border-radius: 4px;
    /* position: absolute; */
    /* top: 0px; */
    /* right: 0; */
    /* left: 67vw; */
}

.night .sell_div .shouyi3 {
    /* width: 160px; */
    height: 40px;
    line-height: 40px;
    /* text-align: center; */
    color: #d9dadb;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    position: relative;
    top: 0px;
    right: 0;
    left: 4vw;
}

.night .sell_div .shouyi4 {
    /* width: 160px; */
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #d9dadb;
    border-radius: 4px;
    /* position: absolute; */
    /* top: 0px; */
    /* right: 0; */
    /* left: 67vw; */
}

.night .shouyi5 {
    /* width: 160px; */
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #d3d3d3;
    border-radius: 4px;
    /* position: absolute; */
    /* top: 0px; */
    /* right: 0; */
    /* left: 67vw; */
}

.night .nodata {
    text-align: center;
    margin: 180px auto;
    min-height: 480px;
}

.night .sell_div .el-form .list>p {
    margin-right: 10px;
    color: #d3d3d3;
}

.night .legal_etr {
    background: #000f5f url(../../static/img/newsbg.9095353.png?v=0.0.1) no-repeat;
    height: 216px;
    background-position: center;
}

.night .legal_eccr {
    width: 100%;
    height: 77px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #15152b;
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    top: 196px;
    right: 0;
}

.night .legal_ecccui {
    position: relative;
    top: -108px;
    /* right: 1175px; */
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: DINPro-Bold, DINPro;
    padding: 0;
    text-align: center;
}

.night .privacy_div .content {
    border-top: 1px solid #3b3b3b17;
    color: #c2c2c2;
    font-size: 16px;
}

.night .privacy_div .content span {
    color: #c2c2c2 !important;
}

.night .privacy_div {

    background-color: #15152b;

}

.night .contact_div {

    background-color: #15152b;
}

.night .contact_div .content {
    border-top: 1px solid #3B3B3B;
    border-radius: 4px;
    background-color: rgb(20, 20, 39);
    margin: 0px 4px;
    padding: 0px 20px;
}

.night .contact_div .content ul li {

    border-bottom: 1px solid #1e2235;
}

.night .contact_div .content ul li .notice_right {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: #cccccc;
}

.night .detail_div {
    background-color: #15152b;

}

.night .detail_div .content {
    border-top: 1px solid #3B3B3B;
    color: #d6d6d6;
    padding: 20px 0;
    line-height: 30px;
}

.night .agreement_div {
    background-color: #15152b;

}

.night .agreement_div .content {
    border-top: 1px solid #3B3B3B;
    color: #d6d6d6;
}

.night .agreement_div .content span {
    color: #d6d6d6 !important;
}

.night .detail_dicom {
    background-color: #15152b;
    height: 500px;
}

.night .space {
    width: 1200px;
    margin: auto;
    height: 1px;
    background-color: #262b42;
}

.night .detail_divcv {
    color: #d6d6d6;
}

.night .detail_div .content {
    border-top: 1px solid #4846462b;
}

.night .legal_bone_div {

    background-color: #262b42;
}

.night .el-table thead,
.el-table tr th {
    background-color: #262b42;
}

.night .acceptor_buy_div .formBox .el-form {
    background-color: #1a1a2f;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 4px;
}

.night .el-radio {
    color: #c5c5c5;
}

.night .order_etr2 {
    background: #0c1024 url(../../static/img/orderbg.f999ca0.jpg?v=0.0.1) no-repeat;
    height: 216px;
}

.night .order_div {
    background-color: #19192d;
}

.night .coin_order_div {
    background-color: #19192d;
}

.night .legal_ecccui56 {
    position: relative;
    top: -50px;
    right: -66px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: DINPro-Bold, DINPro;
    padding: 0;
    /* text-align: center; */
}

.night .trade_panel .panel.panel_buy {
    padding-right: 16px;
    padding-left: 15px;
    background: #12162b;
    border-radius: 8px 8px 0px 0px;
}

.night .current-period {
    position: relative;
    overflow: hidden;
    background: #0b1520;
    background-size: 500% 500%;
    -webkit-animation: gradientBG 5s ease infinite;
            animation: gradientBG 5s ease infinite;
}

.night .period-reward {
    width: 33.3%;
    float: left;
    padding: 0px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #1a1a2f;
}

.night .period-reward {
    width: 33.3%;
    float: left;
    padding: 0px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #12162b;


}

.night .result-panel {
    border-radius: 5px;
    min-height: 300px;
    background: #0b1520;
    width: 100%;
    text-align: left;
    padding: 0px 0px;
    margin-bottom: 10px;
}

.night .option .ctc_container {

    background: #040823;

}

.night .quantity-group {
    position: relative;
    line-height: 32px;
    font-size: 14px;
    color: #e3e3e4;
    margin-bottom: 24px;
    vertical-align: top;
    zoom: 1;
}

.night .mvusodwe {
    height: 200px;
    width: 100%;
    background: #040823;
}

.night .tabItem {
    padding: 0 12px;
    height: 32px;
    color: #4e5b85;
    font-size: 14px;
    margin-right: 5px;
    background-color: #192330;
    line-height: 32px;
    border: solid 1px #192330;
}

.night .tabItemActive {
    background: #2c3b59;
    color: #c7cce6;
    border: solid 1px #2c3b59;
}

.night .switch-current {
    color: #2196F3 !important;
    border-bottom: 2px solid #2196F3 !important;
}

.night .option-tab-current {
    color: #2196F3 !important;
    border-bottom: 2px solid #2196F3 !important;
}

.night .option {
    height: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /*padding-bottom: 50px;*/
    padding-top: 60px;
    color: #7b809c;
}

.night .last-period {
    /* background-image: linear-gradient(60deg, #9C27B0, #3F51B5, #E91E63, #9C27B0, #673AB7, #4CAF50, #673AB7, #9C27B0); */
    background-image: linear-gradient(60deg, #27bd2d, #2aad30, #e91e63, #9c27b0, #673ab7, #4caf50, #673ab7, #9c27b0);
    background-size: 400% 400%;
    -webkit-animation: gradientBG 5s ease infinite;
    animation: gradientBG 3s ease infinite;
}

.night .registerBox {

    background: #131523;

}

.night .selectArea .el-form-item__content .enterInput .el-input__inner {

    border-right: 1px solid #252a42 !important;
}

.night .registerBox .tit {
    padding-top: 50px;
    font-size: 26px;
    color: #d6d6d6;
}

.night .el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #c0cfde !important;
    border-radius: 0px;
    background-color: rgb(23, 24, 48) !important;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;

}

.night .ppip {
    color: #d6d6cb;
}

.night .artapp_div .app-download-header .header-right[data-v-6a651f2c] {
    margin-left: 227px;
    color: #f0f0f0;
}

.vue-country-item.selected {
    color: #fff !important;
    background-color: #5C6BC0 !important;
}

.vue-country-item:not(.selected):hover {
    color: #fff;
    background-color: #b6bdcb !important;
}

.night .el-input__inner{
  color: #fff;
}

.day .text_white{
  color: #fff;
}

.night .text__normal{
  color: #fff!important;
}

.night .is-text{
  color: #000;
}

.night .is-process{
  color: #fff;
}
