@charset "UTF-8";
/*
* // +----------------------------------------------------------------------
* // Author: 派大星<798751550.qq.com>
* // Date: 2023年08月05日-周6
* // 奋斗不息,编码不止!
* // +----------------------------------------------------------------------
*/
body {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
  letter-spacing: 0.4px;
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(255 96 0/var(--tw-text-opacity));
}

.star-more {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.star-more:hover {
  color: var(--primary-900);
}
.star-more::after {
  content: "\e602";
}

.star-icon-hot::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../assets/x-icon-4.svg");
  display: block;
}

.star-icon-newhot::before {
  content: "";
  width: 31px;
  height: 16px;
  background-image: url("../assets/x-icon-10.svg");
  display: block;
}

.star-icon-male::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../assets/x-icon-5.svg");
  display: block;
}

.star-icon-female::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../assets/x-icon-6.svg");
  display: block;
}

.star-icon-one::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../assets/x-icon-7.svg");
  display: block;
}

.star-icon-two::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../assets/x-icon-8.svg");
  display: block;
}

.star-icon-three::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url("../assets/x-icon-9.svg");
  display: block;
}

.star-icon-dh::before {
  content: "";
  width: 20px;
  height: 12px;
  background-image: url("../assets/icon-dh-22232.png");
  display: block;
}

.star-icon-dhblack::before {
  content: "";
  width: 24px;
  height: 15px;
  background-image: url("../assets/icon-dh-25168.png");
  display: block;
}

.star-icon-answer::before {
  content: "";
  width: 61px;
  height: 49px;
  background-image: url("../assets/icon-25072.png");
  display: block;
}

.star-icon-dw::before {
  content: "";
  width: 96px;
  height: 96px;
  background-image: url("../assets/icon-dw.png");
  display: block;
}

.xp-modal .modal-sm {
  width: 360px;
}
.xp-modal .modal-dialog {
  border: none;
}
.xp-modal .modal-header {
  padding: 0;
  border: none;
  position: relative;
  min-height: auto;
}
.xp-modal .modal-header .close {
  position: absolute;
  right: 0;
}

.star-ratios {
  aspect-ratio: var(--wh);
  overflow: hidden;
}
.star-ratios img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.star-imgTxt {
  position: relative;
  aspect-ratio: var(--wh);
  overflow: hidden;
}
.star-imgTxt .imgTxt-img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in, -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in, -moz-transform 0.3s ease-in, -o-transform 0.3s ease-in;
}
.star-imgTxt .imgTxt-img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.star-imgTxt .imgTxt-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
  background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
}
.star-imgTxt .imgTxt-txt .imgTxt-txt-p {
  line-height: 48px;
  font-size: 16px;
}
.star-imgTxt .imgTxt-txt.sm {
  height: 40px;
  line-height: 40px;
}
.star-imgTxt .imgTxt-txt.sm .imgTxt-txt-p {
  line-height: 40px;
  font-size: 14px;
}

.star-round {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.star-round::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #E6E6E6;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}

.star-triangle {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.star-triangle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #E6E6E6;
  margin-right: 8px;
}

.x-img-txt {
  position: relative;
  aspect-ratio: var(--wh);
  overflow: hidden;
}
.x-img-txt .x-img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in, -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in, -moz-transform 0.3s ease-in, -o-transform 0.3s ease-in;
}
.x-img-txt .x-img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.x-img-txt .x-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
  background: -moz-linear-gradient(top, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.02) 0%, rgba(26, 26, 26, 0.4) 100%);
}
.x-img-txt .x-txt .x-txt-p {
  line-height: 40px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .x-img-txt .x-txt .x-txt-p {
    line-height: 56px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .x-img-txt .x-txt {
    height: 56px;
    line-height: 56px;
  }
}
.x-img-txt .x-txt.sm {
  height: 32px;
  line-height: 32px;
}
.x-img-txt .x-txt.sm .x-txt-p {
  line-height: 32px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .x-img-txt .x-txt.sm .x-txt-p {
    font-size: 14px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .x-img-txt .x-txt.sm {
    height: 40px;
    line-height: 40px;
  }
}

.txt-round {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txt-round::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #E6E6E6;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
}

.txt-triangle {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txt-triangle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #E6E6E6;
  margin-right: 8px;
}

.overflow-webkit::-webkit-scrollbar {
  display: none;
}

.star-down .pull-centre {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.star-down .dropdown-menu {
  padding: 10px 0 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  min-width: auto;
}
.star-down .dropdown-menu .menu-body {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: relative;
}
.star-down .dropdown-menu .menu-body::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.oscillogram .oscillogram-initialize + .oscillogram-default {
  display: none;
}

.star-tab-nav .active {
  color: var(--black-900);
}

.star-modifyclass .active-hidden {
  display: none;
}
.star-modifyclass .active .active-hidden {
  display: block;
}

.star-timeline {
  margin-left: 5px;
}
.star-timeline li.item {
  position: relative;
}
.star-timeline li.item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 2px solid #ff6000;
  border-radius: 50%;
  display: block;
}

.star-mark {
  background: url("../assets/icon-24211.png");
  width: 14px;
  height: 12px;
  display: inline-block;
}

.star-mark.mark2 {
  width: 28px;
}

.star-mark.mark3 {
  width: 42px;
}

.star-mark.mark4 {
  width: 56px;
}

.star-mark.mark5 {
  width: 68px;
}

.star-zan::after {
  content: attr(data-num);
}

.star-form-initialize input {
  text-shadow: none;
  box-shadow: none !important;
  border: none;
}
.star-form-initialize input::-webkit-input-placeholder {
  color: var(--black-500);
}
.star-form-initialize input:-moz-placeholder {
  color: var(--black-500);
}
.star-form-initialize input::-moz-placeholder {
  color: var(--black-500);
}
.star-form-initialize input:-ms-input-placeholder {
  color: var(--black-500);
}
.star-form-initialize input::placeholder {
  color: var(--black-500);
}
.star-form-initialize .form-control {
  height: 40px;
  text-shadow: none;
  box-shadow: none !important;
  border: none;
}
.star-form-initialize .form-control::-webkit-input-placeholder {
  color: var(--black-500);
}
.star-form-initialize .form-control:-moz-placeholder {
  color: var(--black-500);
}
.star-form-initialize .form-control::-moz-placeholder {
  color: var(--black-500);
}
.star-form-initialize .form-control:-ms-input-placeholder {
  color: var(--black-500);
}
.star-form-initialize .form-control::placeholder {
  color: var(--black-500);
}
.star-form-initialize .select_picker + .picker {
  height: 40px;
  text-shadow: none;
  box-shadow: none !important;
  border: none;
}
.star-form-initialize .select_picker + .picker .picker-selections {
  height: 40px;
  line-height: 30px;
  text-shadow: none;
  box-shadow: none !important;
  border: none;
}
.star-form-initialize .select_picker + .picker .picker-selection-text {
  font-size: 14px;
}
.star-form-initialize .select_picker + .picker .picker-placeholder {
  color: var(--black-500);
}
.star-form-initialize .select_picker + .picker .picker-selection::before {
  content: "\e605";
  color: var(--black-500);
  opacity: 1;
  top: 15px;
  right: 4px;
}

.star-maple .maple-item .maple-icon {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--ys);
  text-shadow: var(--ysty) 0px 0px 0, var(--ysty) 1px 1px 0, var(--ysty) 2px 2px 0, var(--ysty) 3px 3px 0, var(--ysty) 4px 4px 0, var(--ysty) 5px 5px 0, var(--ysty) 6px 6px 0, var(--ysty) 7px 7px 0, var(--ysty) 8px 8px 0, var(--ysty) 9px 9px 0, var(--ysty) 10px 10px 0, var(--ysty) 11px 11px 0, var(--ysty) 12px 12px 0, var(--ysty) 13px 13px 0, var(--ysty) 14px 14px 0, var(--ysty) 15px 15px 0, var(--ysty) 16px 16px 0, var(--ysty) 17px 17px 0, var(--ysty) 18px 18px 0, var(--ysty) 19px 19px 0, var(--ysty) 20px 20px 0, var(--ysty) 21px 21px 0, var(--ysty) 22px 22px 0, var(--ysty) 23px 23px 0, var(--ysty) 24px 24px 0, var(--ysty) 25px 25px 0, var(--ysty) 26px 26px 0, var(--ysty) 27px 27px 0, var(--ysty) 28px 28px 0, var(--ysty) 29px 29px 0, var(--ysty) 30px 30px 0, var(--ysty) 31px 31px 0, var(--ysty) 32px 32px 0, var(--ysty) 33px 33px 0, var(--ysty) 34px 34px 0, var(--ysty) 35px 35px 0, var(--ysty) 36px 36px 0, var(--ysty) 37px 37px 0, var(--ysty) 38px 38px 0, var(--ysty) 39px 39px 0, var(--ysty) 40px 40px 0, var(--ysty) 41px 41px 0, var(--ysty) 42px 42px 0, var(--ysty) 43px 43px 0, var(--ysty) 44px 44px 0, var(--ysty) 45px 45px 0, var(--ysty) 46px 46px 0, var(--ysty) 47px 47px 0, var(--ysty) 48px 48px 0, var(--ysty) 49px 49px 0, var(--ysty) 50px 50px 0, var(--ysty) 51px 51px 0, var(--ysty) 52px 52px 0, var(--ysty) 53px 53px 0, var(--ysty) 54px 54px 0, var(--ysty) 55px 55px 0, var(--ysty) 56px 56px 0, var(--ysty) 57px 57px 0, var(--ysty) 58px 58px 0, var(--ysty) 59px 59px 0, var(--ysty) 60px 60px 0, var(--ysty) 61px 61px 0, var(--ysty) 62px 62px 0, var(--ysty) 63px 63px 0, var(--ysty) 64px 64px 0, var(--ysty) 65px 65px 0, var(--ysty) 66px 66px 0, var(--ysty) 67px 67px 0, var(--ysty) 68px 68px 0, var(--ysty) 69px 69px 0, var(--ysty) 70px 70px 0, var(--ysty) 71px 71px 0, var(--ysty) 72px 72px 0, var(--ysty) 73px 73px 0, var(--ysty) 74px 74px 0, var(--ysty) 75px 75px 0, var(--ysty) 76px 76px 0, var(--ysty) 77px 77px 0, var(--ysty) 78px 78px 0, var(--ysty) 79px 79px 0, var(--ysty) 80px 80px 0, var(--ysty) 81px 81px 0, var(--ysty) 82px 82px 0, var(--ysty) 83px 83px 0, var(--ysty) 84px 84px 0, var(--ysty) 85px 85px 0, var(--ysty) 86px 86px 0, var(--ysty) 87px 87px 0, var(--ysty) 88px 88px 0, var(--ysty) 89px 89px 0, var(--ysty) 90px 90px 0, var(--ysty) 91px 91px 0, var(--ysty) 92px 92px 0, var(--ysty) 93px 93px 0, var(--ysty) 94px 94px 0, var(--ysty) 95px 95px 0, var(--ysty) 96px 96px 0, var(--ysty) 97px 97px 0, var(--ysty) 98px 98px 0, var(--ysty) 99px 99px 0;
}
.star-maple .maple-item:nth-child(1n+1) .maple-icon {
  --ys: #E96B5E;
  --ysty: #A13C32;
}
.star-maple .maple-item:nth-child(2n+2) .maple-icon {
  --ys: #FBBC85;
  --ysty: #AF7A4B;
}
.star-maple .maple-item:nth-child(3n+3) .maple-icon {
  --ys: #6DD7B5;
  --ysty: #3E9277;
}
.star-maple .maple-item:nth-child(4n+4) .maple-icon {
  --ys: #5EA4A4;
  --ysty: #3B6767;
}
.star-maple .maple-item:nth-child(5n+5) .maple-icon {
  --ys: #8787C4;
  --ysty: #525283;
}
.star-maple .maple-item:nth-child(6n+6) .maple-icon {
  --ys: #e0ca08;
  --ysty: #706503;
}
.star-maple .maple-item:nth-child(7n+7) .maple-icon {
  --ys: #FBBC85;
  --ysty: #AF7A4B;
}

.picker-selection.picker-selection-single {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.scale {
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
       transform: scale(0.8);
}

.scale.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
       transform: scale(1);
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.load-indicator {
  position: relative;
}

.load-indicator:before,
.load-indicator:after {
  position: absolute;
  color: #808080;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  -moz-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}

.load-indicator:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  font-size: 12px;
  content: attr(data-loading);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}

.load-indicator[data-loading]:before {
  padding-top: 50px;
}

.load-indicator:after {
  top: 50%;
  left: 50%;
  z-index: 11;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  font-family: ZenIcon;
  font-size: 14px;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 30px;
  text-transform: none;
  content: "";
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
       animation: spin 2s infinite linear;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.load-indicator.loading:before,
.load-indicator.loading:after {
  visibility: visible;
  opacity: 1;
}

.messager {
  display: table;
  margin: 10px;
  overflow: hidden;
  color: #fff;
  pointer-events: auto;
  background-color: #353535;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  font-size: 13px;
  -webkit-transition-property: opacity, -webkit-transform !important;
  -o-transition-property: opacity, -o-transform !important;
  transition-property: opacity, -webkit-transform !important;
  -moz-transition-property: opacity, transform, -moz-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform, -moz-transform, -o-transform !important;
  transition-property: opacity, transform, -webkit-transform, -o-transform !important;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.messager-icon {
  display: table-cell;
  padding: 10px 0 10px 15px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.messager-content {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: top;
}

.messager-content a {
  font-weight: bold;
  color: inherit;
}

.messager-title {
  font-size: 16px;
  font-weight: bold;
}

.messager-title + .messager-text {
  margin-top: 10px;
}

.messager-actions {
  display: table-cell;
  vertical-align: top;
}

.messager-actions > .action {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  color: #fafafa;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  text-shadow: none;
  background: none;
  border: none;
}

.messager-actions > .action.close {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
  opacity: 1;
}

.messager-actions > .action:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

.messager-actions .action-icon + .action-text {
  margin-left: 8px;
}

.messagers-holder {
  position: fixed;
  z-index: 99999;
  padding: 10px;
  pointer-events: none;
}

.messagers-holder.top {
  top: 0;
}

.messagers-holder.top-left {
  top: 0;
  left: 0;
}

.messagers-holder.top-right {
  top: 0;
  right: 0;
}

.messagers-holder.bottom {
  bottom: 0;
}

.messagers-holder.bottom-left {
  bottom: 0;
  left: 0;
}

.messagers-holder.bottom-right {
  right: 0;
  bottom: 0;
}

.messagers-holder.top-right .messager,
.messagers-holder.bottom-right .messager {
  margin-left: auto;
}

.messagers-holder.center {
  top: 0;
}

.messagers-holder.top,
.messagers-holder.bottom,
.messagers-holder.center {
  right: 0;
  left: 0;
}

.messagers-holder.top .messager,
.messagers-holder.bottom .messager,
.messagers-holder.center .messager {
  margin: 10px auto;
}

.messager-notification {
  min-width: 250px;
  max-width: 400px;
  border-radius: 4px;
}

.messager-notification .messager-icon {
  width: 42px;
  vertical-align: middle;
}

.messager-notification .messager-content {
  vertical-align: middle;
}

.messager-text > p:last-child {
  margin: 0;
}

.messager-primary {
  background-color: #3280fc;
}

.messager-success {
  background-color: #38b03f;
}

.messager-info {
  background-color: #03b8cf;
}

.messager-warning {
  background-color: #f1a325;
}

.messager-danger {
  background-color: #ea644a;
}

.messager-important {
  background-color: #bd7b46;
}

.messager-special {
  background-color: #8666b8;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cbcbcb;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.53846154;
  color: #353535;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3280fc;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3280fc;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ddd;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.dropdown-hover .dropdown-menu {
  margin: -1px 0;
}

.dropdown-hover:hover > .dropdown-menu,
.open > .dropdown-menu {
  display: block;
  opacity: 1;
}

.dropdown-hover:hover > a,
.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.53846154;
  color: #808080;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0 dotted;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 4px;
}

.dropdown-submenu.open > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 4px;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  content: " ";
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu > a {
  min-width: 160px;
}

.dropdown-submenu > .dropdown-menu.pull-left {
  right: 100%;
  left: auto;
}

.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #fff;
  text-decoration: none;
  background-color: #3280fc;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

.input-control-icon-left,
.input-control-icon-right,
.input-control-label-left,
.input-control-label-right {
  position: absolute;
  top: 1px;
  z-index: 5;
  height: 30px;
  line-height: 30px;
  opacity: 0.5;
}

.input-control-icon-left,
.input-control-icon-right {
  width: 30px;
  text-align: center;
}

.input-control-label-left,
.input-control-icon-left {
  left: 1px;
}

.input-control-label-right,
.input-control-icon-right {
  right: 1px;
}

.input-control-label-left,
.input-control-label-right {
  width: 70px;
  padding: 0 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.has-label-left-sm > .input-control-label-left,
.has-label-left-sm > .input-control-label-right {
  width: 55px;
}

.has-label-left-lg > .input-control-label-left,
.has-label-left-lg > .input-control-label-right {
  width: 95px;
}

.input-control {
  position: relative;
}

.input-control.has-icon-left > .form-control {
  padding-left: 30px;
}

.input-control.has-icon-right > .form-control {
  padding-right: 30px;
}

.input-control.has-label-left > .form-control {
  padding-left: 70px;
}

.input-control.has-label-right > .form-control {
  padding-right: 70px;
}

.input-control.has-label-left-sm > .form-control {
  padding-left: 55px;
}

.input-control.has-label-right-sm > .form-control {
  padding-right: 55px;
}

.input-control.has-label-left-lg > .form-control {
  padding-left: 95px;
}

.input-control.has-label-right-lg > .form-control {
  padding-right: 95px;
}

.input-control > a:hover {
  background-color: #f1f1f1;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
}

.form-control::-moz-placeholder {
  color: #808080;
}

.form-control:-ms-input-placeholder {
  color: #808080;
}

.form-control:-moz-placeholder {
  color: #808080;
}

.form-control::placeholder {
  color: #808080;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #222;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus,
.form-control.focus {
  border-color: #145ccd;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 92, 205, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #e5e5e5;
}

.form-control[readonly] {
  cursor: default;
}

textarea.form-control {
  height: auto;
  min-height: 32px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 3px;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  color: #282828;
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.alert hr {
  border-top-color: #e4e4e4;
}

.alert .alert-link {
  color: #161616;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert hr {
  margin: 10px 0;
}

.alert p,
.alert ul {
  margin-bottom: 0;
}

.alert p + p {
  margin-top: 5px;
}

.alert-link {
  font-weight: bold;
}

.alert > [class*=icon-] {
  float: left;
  margin-top: -5px;
  font-size: 42px;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.alert > [class*=icon-] + .content {
  min-height: 30px;
  margin-left: 64px;
}

.alert.with-icon {
  display: table;
  width: 100%;
}

.alert.with-icon > [class*=icon-],
.alert.with-icon > [class*=icon-] + .content {
  display: table-cell;
  float: none;
  min-height: 0;
  margin: 0;
  vertical-align: middle;
}

.alert.with-icon > [class*=icon-] {
  width: 48px;
  text-align: center;
}

.alert.with-icon > [class*=icon-] + .content {
  padding-left: 1em;
}

.alert-block {
  margin: 0;
  border-radius: 0;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -6px;
  right: -21px;
  color: inherit;
}

.alert-primary {
  color: #282828;
  background-color: #ebf2f9;
}

.alert-primary hr {
  border-top-color: #d0e0f1;
}

.alert-primary .alert-link {
  color: #161616;
}

.alert-success {
  color: #329d38;
  background-color: #ddf4df;
}

.alert-success hr {
  border-top-color: #bae8b6;
}

.alert-success .alert-link {
  color: #29822e;
}

.alert-info {
  color: #03a2b6;
  background-color: #ddf3f5;
}

.alert-info hr {
  border-top-color: #a2e4de;
}

.alert-info .alert-link {
  color: #028293;
}

.alert-warning {
  color: #ed980f;
  background-color: #fff0d5;
}

.alert-warning hr {
  border-top-color: #ffdcbc;
}

.alert-warning .alert-link {
  color: #cc830d;
}

.alert-danger {
  color: #e75033;
  background-color: #ffe5e0;
}

.alert-danger hr {
  border-top-color: #ffc6c7;
}

.alert-danger .alert-link {
  color: #dd391a;
}

.alert-inverse {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}

.alert-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.alert-primary-inverse {
  color: #fff;
  background-color: #3280fc;
  border-color: #3280fc;
}

.alert-primary-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-primary-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.alert-success-inverse {
  color: #fff;
  background-color: #38b03f;
  border-color: #38b03f;
}

.alert-success-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-success-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.alert-info-inverse {
  color: #fff;
  background-color: #03b8cf;
  border-color: #03b8cf;
}

.alert-info-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-info-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.alert-warning-inverse {
  color: #fff;
  background-color: #f1a325;
  border-color: #f1a325;
}

.alert-warning-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-warning-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.alert-danger-inverse {
  color: #fff;
  background-color: #ea644a;
  border-color: #ea644a;
}

.alert-danger-inverse hr {
  border-top-color: #ddd;
  border-top-color: rgba(221, 221, 221, 0.25);
}

.alert-danger-inverse .alert-link {
  color: rgba(255, 255, 255, 0.8);
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.breadcrumb {
  list-style: none;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumb > .item + .item:before {
  padding: 0 1px;
  color: #ccc;
  content: "\e602";
}

.breadcrumb > .active {
  color: #333333;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
       transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
       transform: translate(0, 0);
}

.modal > .loader {
  display: none;
}

.modal.modal-loading .loader,
.modal.modal-updating .loader {
  position: absolute;
  top: 35%;
  left: 50%;
  display: block;
  width: 80px;
  margin-left: -40px;
  font-size: 56px;
  color: #fff;
  text-align: center;
}

.modal.modal-loading .modal-dialog {
  opacity: 0;
}

.modal.modal-updating .modal-dialog {
  opacity: 1;
}

.modal.modal-updating .modal-body {
  opacity: 0;
}

.modal.modal-updating .loader {
  z-index: 1;
  color: #eee;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-iframe .modal-body {
  overflow: hidden !important;
}

.modal-iframe .modal-body > iframe {
  border-radius: 0 0 6px 6px;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto;
  pointer-events: initial;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-dialog.modal-moveable {
  position: absolute;
  margin: 0;
}

.modal-dialog.modal-moveable .modal-header {
  cursor: move;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.53846154px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.53846154;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group-vertical .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (max-width: 992px) {
  .modal-sm {
    width: -webkit-calc(100vw - 40px);
    width: -moz-calc(100vw - 40px);
    width: calc(100vw - 40px);
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* full screen modal */
.modal-fullscreen {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  position: absolute;
  top: 52px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}

.modal-scroll-inside {
  overflow: hidden !important;
}

.body-modal-scroll-inside {
  overflow: auto;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #353535;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #353535;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #353535;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #353535;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #353535;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #353535;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #353535;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #353535;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #353535;
}

.tooltip-primary .tooltip-inner {
  background-color: #3280fc;
}

.tooltip-primary.tooltip.top .tooltip-arrow {
  border-top-color: #3280fc;
}

.tooltip-primary.tooltip.top-left .tooltip-arrow {
  border-top-color: #3280fc;
}

.tooltip-primary.tooltip.top-right .tooltip-arrow {
  border-top-color: #3280fc;
}

.tooltip-primary.tooltip.right .tooltip-arrow {
  border-right-color: #3280fc;
}

.tooltip-primary.tooltip.left .tooltip-arrow {
  border-left-color: #3280fc;
}

.tooltip-primary.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #3280fc;
}

.tooltip-primary.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #3280fc;
}

.tooltip-primary.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #3280fc;
}

.tooltip-success .tooltip-inner {
  background-color: #38b03f;
}

.tooltip-success.tooltip.top .tooltip-arrow {
  border-top-color: #38b03f;
}

.tooltip-success.tooltip.top-left .tooltip-arrow {
  border-top-color: #38b03f;
}

.tooltip-success.tooltip.top-right .tooltip-arrow {
  border-top-color: #38b03f;
}

.tooltip-success.tooltip.right .tooltip-arrow {
  border-right-color: #38b03f;
}

.tooltip-success.tooltip.left .tooltip-arrow {
  border-left-color: #38b03f;
}

.tooltip-success.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #38b03f;
}

.tooltip-success.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #38b03f;
}

.tooltip-success.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #38b03f;
}

.tooltip-info .tooltip-inner {
  background-color: #03b8cf;
}

.tooltip-info.tooltip.top .tooltip-arrow {
  border-top-color: #03b8cf;
}

.tooltip-info.tooltip.top-left .tooltip-arrow {
  border-top-color: #03b8cf;
}

.tooltip-info.tooltip.top-right .tooltip-arrow {
  border-top-color: #03b8cf;
}

.tooltip-info.tooltip.right .tooltip-arrow {
  border-right-color: #03b8cf;
}

.tooltip-info.tooltip.left .tooltip-arrow {
  border-left-color: #03b8cf;
}

.tooltip-info.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #03b8cf;
}

.tooltip-info.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #03b8cf;
}

.tooltip-info.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #03b8cf;
}

.tooltip-warning .tooltip-inner {
  background-color: #f1a325;
}

.tooltip-warning.tooltip.top .tooltip-arrow {
  border-top-color: #f1a325;
}

.tooltip-warning.tooltip.top-left .tooltip-arrow {
  border-top-color: #f1a325;
}

.tooltip-warning.tooltip.top-right .tooltip-arrow {
  border-top-color: #f1a325;
}

.tooltip-warning.tooltip.right .tooltip-arrow {
  border-right-color: #f1a325;
}

.tooltip-warning.tooltip.left .tooltip-arrow {
  border-left-color: #f1a325;
}

.tooltip-warning.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f1a325;
}

.tooltip-warning.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #f1a325;
}

.tooltip-warning.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #f1a325;
}

.tooltip-danger .tooltip-inner {
  background-color: #ea644a;
}

.tooltip-danger.tooltip.top .tooltip-arrow {
  border-top-color: #ea644a;
}

.tooltip-danger.tooltip.top-left .tooltip-arrow {
  border-top-color: #ea644a;
}

.tooltip-danger.tooltip.top-right .tooltip-arrow {
  border-top-color: #ea644a;
}

.tooltip-danger.tooltip.right .tooltip-arrow {
  border-right-color: #ea644a;
}

.tooltip-danger.tooltip.left .tooltip-arrow {
  border-left-color: #ea644a;
}

.tooltip-danger.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ea644a;
}

.tooltip-danger.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #ea644a;
}

.tooltip-danger.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ea644a;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/*!
 * ZUI: 下拉选择器 - v1.10.0 - 2021-11-04
 * http://openzui.com
 * GitHub: https://github.com/easysoft/zui.git 
 * Copyright (c) 2021 cnezsoft.com; Licensed MIT
 */
.picker {
  min-height: 32px;
  background-color: #eee;
}

.picker:not(.picker-ready) > * {
  display: none;
}

.picker-selections {
  position: relative;
  min-height: 32px;
  color: #222;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.picker-focus .picker-selections {
  border-color: #145ccd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 92, 205, 0.6);
}

.picker-multi .picker-selections {
  padding: 3px;
}

.picker-multi.picker-focus .picker-selections:before {
  position: absolute;
  right: 0;
  bottom: 8px;
  display: block;
  width: 24px;
  height: 14px;
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  content: "";
  opacity: 0.4;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picker-multi.picker-focus.picker-loading .picker-selections::before {
  display: inline-block;
  content: "";
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
       animation: spin 2s infinite linear;
}

.picker-multi .picker-selection {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 5px;
  margin: 2px;
  line-height: 18px;
  background-color: #f1f1f1;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}

.picker-selection-single {
  max-width: 100%;
  padding: 5px 20px 5px 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.picker-focus .picker-selection-single .picker-selection-text {
  display: none;
}

.picker-selection-single::before {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 24px;
  height: 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  content: "";
  color: #fff;
  opacity: 0.4;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picker-focus .picker-selection-single::after {
  content: "";
}

.picker-focus.picker-loading .picker-selection-single::after {
  display: inline-block;
  content: "";
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
       animation: spin 2s infinite linear;
}

.picker-selection-remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0.2;
}

.picker-selection-remove:before {
  font-family: ZenIcon;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  text-transform: none;
  content: "";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picker-selection-remove:hover {
  opacity: 0.5;
}

.picker-single .picker-selection-remove {
  top: 5px;
  right: 20px;
  z-index: 1;
}

.picker-no-value .picker-selection-remove,
.picker-single.picker-focus .picker-selection-remove {
  display: none;
}

.picker-multi.picker-sortable .picker-selection-text {
  cursor: move;
}

.picker-search {
  color: transparent;
  background: 0 0;
  border: none;
}

.picker-search:focus {
  color: inherit;
  outline: 0;
}

.picker-single .picker-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 5px 8px;
}

.picker-multi .picker-search {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  max-width: 100%;
  padding: 0 2px;
  margin: 2px 0;
}

.picker-placeholder {
  position: absolute;
  top: 5px;
  right: 20px;
  left: 8px;
  z-index: 0;
  display: none;
  overflow: hidden;
  color: grey;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.picker-no-value.picker-focus .picker-placeholder {
  display: none;
}

.picker-input-empty.picker-focus.picker-no-value .picker-placeholder,
.picker-no-value .picker-placeholder {
  display: block;
}

.picker-drop-menu {
  position: fixed;
  z-index: 1200;
  display: none;
  min-width: 100px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.picker-drop-menu.picker-drop-show {
  display: block;
}

.picker-drop-menu.picker-has-message {
  min-height: 22px;
  padding-bottom: 22px;
}

.picker-option-list {
  padding: 5px 0;
  margin: 0;
  overflow-y: auto;
}

.picker-no-options .picker-option-list {
  display: none;
}

.picker-option {
  display: block;
  min-height: 30px;
  padding: 5px 10px;
  overflow: hidden;
  clear: both;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.53846154;
  color: #353535;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.picker-single .picker-option.picker-option-selected {
  color: var(--primary-900);
  background: #ebf2f9;
}

.picker-option:focus,
.picker-option:hover {
  text-decoration: none;
}

.picker-option.picker-option-active,
.picker-single .picker-option.picker-option-selected.picker-option-active {
  color: #fff;
  background-color: var(--primary-900);
}

.picker-multi .picker-option.picker-option-selected,
.picker-multi .picker-option.picker-option-selected.picker-option-active {
  color: #ccc;
  cursor: not-allowed;
  background-color: #fff;
}

.picker-option-text-matched {
  position: relative;
  color: var(--primary-900);
}

.picker-option-text-matched:before {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  display: block;
  height: 2px;
  content: " ";
  background-color: #3280fc;
  border-radius: 2px;
  opacity: 0.5;
}

.picker-option-active .picker-option-text-matched,
.picker-option:hover .picker-option-text-matched {
  color: #fff;
}

.picker-option-active .picker-option-text-matched:before,
.picker-option:hover .picker-option-text-matched:before {
  background-color: #fff;
}

.picker-message {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 22px;
  padding: 2px 5px;
  overflow: hidden;
  font-size: 12px;
  color: grey;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f1f1f1;
}

.picker-has-message .picker-message {
  display: block;
}

.picker-message[data-type=danger] {
  color: #ea644a;
}

.radio-primary {
  position: relative;
}
.radio-primary input {
  display: none;
}
.radio-primary > label {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.radio-primary > label:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #999999;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.radio-primary > label:before {
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  content: " ";
  border: none;
  border-radius: 50%;
  display: block;
  margin-right: 8px;
  z-index: 1;
}

.radio-primary.checked > label:after, .radio-primary > input:checked + label:after {
  background-color: #fff;
  border-color: var(--primary-900);
  border-width: 1px;
}

.radio-primary.checked > label:before, .radio-primary > input:checked + label:before {
  background-color: var(--primary-900);
}

.radio-primary input:disabled:checked + label:after, .radio-primary.checked.disabled > label:after {
  background-color: #fff;
  border-color: #bbb;
}

.radio-primary input:disabled:checked + label:before, .radio-primary.checked.disabled > label:before {
  background-color: #bbb;
}

.pager {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pager > li {
  display: inline;
}

.pager > li > a,
.pager > li > span {
  position: relative;
  padding: 5px 12px;
  margin-left: -1px;
  line-height: 1.53846154;
  text-decoration: none;
  background-color: var(--white);
  border: 1px solid var(--white);
  font-size: 14px;
  color: #666666;
  border-radius: 4px;
}

.pager > li:first-child > a,
.pager > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pager > li:last-child > a,
.pager > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pager > li > a:hover,
.pager > li > span:hover,
.pager > li > a:focus,
.pager > li > span:focus {
  z-index: 2;
  background-color: var(--primary-900);
  color: var(--white);
  border: 1px solid var(--primary-900);
}

.pager > li.active > a,
.pager > li.active > span,
.pager > li.active > a:hover,
.pager > li.active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--primary-900);
  border-color: var(--primary-900);
}

.pager > li.disabled > span,
.pager > li.disabled > span:hover,
.pager > li.disabled > span:focus,
.pager > li.disabled > a,
.pager > li.disabled > a:hover,
.pager > li.disabled > a:focus {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--white);
  border-color: var(--white);
}

.pager-justify {
  display: block;
}

.pager-justify .next > a,
.pager-justify .next > span {
  float: right;
  border-radius: 4px;
}

.pager-justify .previous > a,
.pager-justify .previous > span {
  float: left;
  border-radius: 4px;
}

.pager-goto {
  width: 100px;
  text-align: center;
}

.pager > li > div {
  float: left;
}

.pager > li .pager-goto,
.pager > li .pager-size-menu,
.pager > li.space {
  margin: 0 5px;
}

.pager-label {
  position: relative;
  float: left;
  padding: 5px 4px;
  margin-left: -1px;
  line-height: 1.53846154;
  text-decoration: none;
  border: 1px solid transparent;
}

.pager-item-left > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pager-item-right > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pager-lg > li > a,
.pager-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}

.pager-lg > li:first-child > a,
.pager-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pager-lg > li:last-child > a,
.pager-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pager-sm > li > a,
.pager-sm > li > span {
  padding: 2px 8px;
  font-size: 12px;
}

.pager-sm > li:first-child > a,
.pager-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pager-sm > li:last-child > a,
.pager-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager-pills > li:first-child > a,
.pager-pills > li:first-child > span {
  border-radius: 16px 0 0 16px;
}

.pager-pills > li:last-child > a,
.pager-pills > li:last-child > span {
  border-radius: 0 16px 16px 0;
}

.pager-pills.pager-justify > li > a,
.pager-pills.pager-justify > li > span {
  border-radius: 16px;
}

.listMain-footer {
  margin: 32px 0;
}
.listMain-footer .pager-loose {
  margin: 0;
}

.pager-loose {
  display: block;
  margin: 32px 0;
}

.pager-loose.pager-pills > li > a,
.pager-loose.pager-pills > li > span {
  border-radius: 16px;
}

.pager-loose > li > a,
.pager-loose > li > span {
  margin-left: 5px;
  border-radius: 4px;
}

.pager-loose > li:first-child > a,
.pager-loose > li:first-child > span {
  margin-left: 0;
}

.clear span {
  background-color: transparent !important;
  border: none !important;
  padding: 5px !important;
}

@media (max-width: 576px) {
  .pager > li {
    display: none;
  }
  .pager > li.pageno {
    display: inline;
  }
}

/*
xHeader
*/
.xHeader {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--white);
}
.xHeader .xHeader-body-menu .item {
  height: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xHeader .xHeader-body-menu .item.active, .xHeader .xHeader-body-menu .item:hover {
  color: var(--primary-900);
  position: relative;
}
.xHeader .xHeader-body-menu .item + .dropdown-menu {
  padding: 10px 0 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.xHeader .xHeader-body-menu .item + .dropdown-menu .menu-screen {
  background: #FFFFFF;
  box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.2);
  border-radius: 8px;
  position: relative;
}
.xHeader .xHeader-body-menu .item + .dropdown-menu .menu-screen ::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -4px;
  left: 24px;
}
.xHeader .xHeader-body-menu .item + .dropdown-menu .menu-screen .nav_screen + .nav_screen {
  border-top: 1px dashed var(--black-400);
  padding-top: 12px;
}
.xHeader .xHeader-body-tool .tool-lists .tool-lists-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xHeader .xHeader-body-tool .tool-lists .tool-lists-item .tool-lists-item-body {
  height: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.xHeader .xHeader-body-tool .tool-lists .tool-lists-item .tool-lists-item-body .dropdown-menu {
  padding: 10px 0 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  min-width: auto;
}
.xHeader .xHeader-body-tool .tool-lists .tool-lists-item .tool-lists-item-body .dropdown-menu .body-code {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: relative;
}
.xHeader .xHeader-body-tool .tool-lists .tool-lists-item .tool-lists-item-body .dropdown-menu .body-code ::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -4px;
  right: 5px;
}
.xHeader .xHeader-body-tool .tool-lists .tool-lists-item + .tool-lists-item::before {
  content: "|";
  font-size: 14px;
  color: var(--black-400);
  margin-left: 16px;
  margin-right: 16px;
}

/*
xFooter
*/
.xFooter {
  background-color: var(--black-900);
}
.xFooter .active [data-toggle=tab] {
  color: var(--white);
  position: relative;
}

/*
右侧工具
*/
.skin-rightTool {
  position: fixed;
  right: 0px;
  bottom: 10vh;
  --w:72px;
  --h:72px;
  --shadow:0px 0px 16px 0px rgba(0,0,0,0.05);
  --radius:4px;
  --bg:url("../assets/rightTool_sprites.png");
  --iconSize:24px;
}
.skin-rightTool .bg-icon_13109 {
  width: var(--iconSize);
  height: var(--iconSize);
  background: var(--bg) -10px -10px;
}
.skin-rightTool .bg-icon_13108 {
  width: var(--iconSize);
  height: var(--iconSize);
  background: var(--bg) -54px -10px;
}
.skin-rightTool .bg-icon_13105 {
  width: var(--iconSize);
  height: var(--iconSize);
  background: var(--bg) -10px -54px;
}
.skin-rightTool .bg-icon_13107 {
  width: var(--iconSize);
  height: var(--iconSize);
  background: var(--bg) -54px -54px;
}
.skin-rightTool .bg-icon_13106 {
  width: var(--iconSize);
  height: var(--iconSize);
  background: var(--bg) -98px -10px;
}
.skin-rightTool .bg-icon_25395 {
  width: var(--iconSize);
  height: var(--iconSize);
  background: var(--bg) -98px -54px;
}
.skin-rightTool .rightTool-header {
  width: var(--w);
  height: var(--w);
  box-shadow: var(--shadow);
  background-color: var(--primary-900);
  border-radius: var(--radius);
}
.skin-rightTool .rightTool-body {
  box-shadow: var(--shadow);
  background-color: var(--white);
  border-radius: var(--radius);
}
.skin-rightTool .rightTool-body .rightTool-lists-item {
  width: var(--w);
  height: var(--w);
}
.skin-rightTool .item-dropdown {
  position: relative;
}
.skin-rightTool .item-dropdown .dropdown-popup {
  position: absolute;
  display: block;
  right: var(--w);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  padding-right: 8px;
}
.skin-rightTool .item-dropdown .dropdown-popup .popup-main {
  width: 112px;
  padding: 8px;
  box-shadow: var(--shadow);
  background-color: var(--white);
  border-radius: var(--radius);
}
.skin-rightTool .item-dropdown:hover .dropdown-popup {
  opacity: 1;
}
.skin-rightTool .rightTool-footer {
  width: var(--w);
  height: var(--w);
  box-shadow: var(--shadow);
  background-color: var(--white);
  border-radius: var(--radius);
}

/*
分类
*/
.xCategory .swiper-button-next, .xCategory .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: auto;
}
.xCategory .swiper-button-next:after, .xCategory .swiper-button-prev:after {
  font-size: 14px;
  color: #4C4C4C;
}
.xCategory .swiper-button-next:hover, .xCategory .swiper-button-prev:hover {
  background: var(--primary-900);
}
.xCategory .swiper-button-next:hover:after, .xCategory .swiper-button-prev:hover:after {
  color: #fff;
}

/*
视频
*/
.skin-video1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.skin-video1 .item:nth-child(1) {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 3;
}
.skin-video1 .item:nth-child(2) {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-column-end: 4;
}
.skin-video1 .item:nth-child(3) {
  grid-row-start: 1;
  grid-column-start: 4;
  grid-row-end: 2;
  grid-column-end: 5;
}
.skin-video1 .item:nth-child(4) {
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-column-end: 4;
}
.skin-video1 .item:nth-child(5) {
  grid-row-start: 2;
  grid-column-start: 4;
  grid-row-end: 3;
  grid-column-end: 5;
}

/*
视频
*/
.skin-video2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.skin-video2 .item:nth-child(1) {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 3;
}
.skin-video2 .item:nth-child(2) {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-column-end: 4;
}
.skin-video2 .item:nth-child(3) {
  grid-row-start: 1;
  grid-column-start: 4;
  grid-row-end: 2;
  grid-column-end: 5;
}
.skin-video2 .item:nth-child(4) {
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-column-end: 4;
}
.skin-video2 .item:nth-child(5) {
  grid-row-start: 2;
  grid-column-start: 4;
  grid-row-end: 3;
  grid-column-end: 5;
}
.skin-video2 .swiper .swiper-button-next::after, .skin-video2 .swiper .swiper-button-prev::after {
  color: var(--white);
  font-size: 24px;
}

/*
精选样音
*/
.skin-selectedSound3 .pull-centre {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.skin-selectedSound3 .dropdown-menu {
  padding: 10px 0 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  min-width: auto;
}
.skin-selectedSound3 .dropdown-menu .menu-body {
  background: #FFFFFF;
  box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.2);
  border-radius: 8px;
  position: relative;
}
.skin-selectedSound3 .dropdown-menu .menu-body::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*
热门样音
*/
.skin-hotSound1 {
  background-image: url("../assets/bg-12372@2x.png");
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  --j:14.5px;
}
.skin-hotSound1 .lists {
  border-top: 1px dashed var(--black-400);
  margin-top: var(--j);
}
.skin-hotSound1 .lists .item {
  border-bottom: 1px dashed var(--black-400);
  padding-top: var(--j);
  padding-bottom: var(--j);
}
.skin-hotSound1 .lists .item:nth-child(1) .yuan {
  background-color: var(--primary-800);
}
.skin-hotSound1 .lists .item:nth-child(2) .yuan {
  background-color: var(--primary-900);
}
.skin-hotSound1 .lists .item:nth-child(3) .yuan {
  background-color: var(--warning);
}
.skin-hotSound1 .lists .item .item-play {
  display: none;
}
.skin-hotSound1 .lists .item .item-view {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.skin-hotSound1 .lists .item .item-view .iconfont {
  font-size: 12px;
}
.skin-hotSound1 .lists .item.active .item-view {
  display: none;
}
.skin-hotSound1 .lists .item.active .item-play {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/*
热门样音
*/
.skin-hotSound2 {
  background-image: url("../assets/bg-12372@2x.png");
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  --j:13.5px;
}
.skin-hotSound2 .lists {
  border-top: 1px dashed var(--black-400);
  margin-top: var(--j);
}
.skin-hotSound2 .lists .item {
  border-bottom: 1px dashed var(--black-400);
  padding-top: var(--j);
  padding-bottom: var(--j);
}
.skin-hotSound2 .lists .item:nth-child(1) .yuan {
  background-color: var(--primary-800);
}
.skin-hotSound2 .lists .item:nth-child(2) .yuan {
  background-color: var(--primary-900);
}
.skin-hotSound2 .lists .item:nth-child(3) .yuan {
  background-color: var(--warning);
}
.skin-hotSound2 .lists .item .item-play {
  display: none;
}
.skin-hotSound2 .lists .item .item-view {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.skin-hotSound2 .lists .item .item-view .iconfont {
  font-size: 12px;
}
.skin-hotSound2 .lists .item.active .item-view {
  display: none;
}
.skin-hotSound2 .lists .item.active .item-play {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/*
热门样音
*/
.skin-teacherList .list-ul {
  background-image: var(--bg);
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.skin-teacherList .list-ul:nth-child(1) {
  --bg:url("../assets/bg-23402@2x.png");
}
.skin-teacherList .list-ul:nth-child(2) {
  --bg:url("../assets/bg-23400@2x.png");
}
.skin-teacherList .list-ul:nth-child(3) {
  --bg:url("../assets/bg-23401@2x.png");
}
.skin-teacherList .lists .lists-items {
  border-bottom: 1px dashed var(--black-400);
}
.skin-teacherList .lists .lists-items:nth-child(1) {
  border-top: 1px dashed var(--black-400);
}
.skin-teacherList .lists .lists-items:nth-child(1) .num::before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../assets/x-icon-7.svg");
  display: block;
  background-repeat: no-repeat;
}
.skin-teacherList .lists .lists-items:nth-child(2) .num::before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../assets/x-icon-8.svg");
  display: block;
  background-repeat: no-repeat;
}
.skin-teacherList .lists .lists-items:nth-child(3) .num::before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../assets/x-icon-9.svg");
  display: block;
  background-repeat: no-repeat;
}
.skin-teacherList .lists .lists-items:nth-child(n+4) .num::before {
  content: attr(data-num);
  width: 15px;
  height: 20px;
  display: block;
}
.skin-teacherList .lists .lists-items .ists-items-active {
  display: none;
}
.skin-teacherList .lists .lists-items .ists-items-info {
  display: block;
}
.skin-teacherList .lists .lists-items.active .ists-items-active {
  display: block;
}
.skin-teacherList .lists .lists-items.active .ists-items-info {
  display: none;
}

/*
配音文案
*/
.skin-draft {
  background-image: url("../assets/bg-25250@2x.png");
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.skin-draft .draft-gpt {
  background-image: url("../assets/bg-13082.png");
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*
配音文案
*/
.skin-draft2 {
  background-image: url("../assets/bg-25250@2x.png");
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.skin-draft2 .draft .draft-header {
  --s:38px;
  width: 180px;
  background-color: var(--white);
  border-radius: 8px 8px 0 0;
  position: relative;
  height: var(--s);
  padding: 20px 24px;
}
.skin-draft2 .draft .draft-header::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 0 0 60px;
  border-color: transparent transparent transparent var(--white);
  position: absolute;
  right: -57px;
  bottom: 0px;
  border-radius: 0px 0 0px 0;
}
.skin-draft2 .draft .draft-body {
  border-radius: 0 8px 8px 8px;
}
.skin-draft2 .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 3px;
  opacity: 0.4;
  background: var(--white);
  border-radius: 2px;
}
.skin-draft2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-900);
  opacity: 1;
}

/*
配音文案
*/
.skin-draft3 {
  background-image: url("../assets/bg-25250@2x.png");
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.skin-draft3 .draft .draft-header {
  --s:38px;
  width: 180px;
  background-color: var(--white);
  border-radius: 8px 8px 0 0;
  position: relative;
  height: var(--s);
  padding: 20px 24px;
}
.skin-draft3 .draft .draft-header::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 0 0 60px;
  border-color: transparent transparent transparent var(--white);
  position: absolute;
  right: -57px;
  bottom: 0px;
  border-radius: 0px 0 0px 0;
}
.skin-draft3 .draft .draft-body {
  border-radius: 0 8px 8px 8px;
}
.skin-draft3 .draft-gpt {
  background-image: url("../assets/bg-25434.png");
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*
配音文案
*/
/*
配音流程
*/
.skin-flow1 {
  width: 100%;
  position: relative;
}
.skin-flow1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: -webkit-linear-gradient(top, #fff6f0, #ffffff);
  background: -moz-linear-gradient(top, #fff6f0, #ffffff);
  background: -o-linear-gradient(top, #fff6f0, #ffffff);
  background: linear-gradient(180deg, #fff6f0, #ffffff);
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.skin-flow1.z0::after {
  z-index: 0;
  opacity: 1;
}
.skin-flow1 .item {
  position: relative;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.skin-flow1 .item + .item::before {
  content: "\e602";
  position: absolute;
  left: -16%;
  font-size: 20px;
  color: var(--primary-900);
}
.skin-flow1 .flow-icon-6 {
  background: url("../assets/flow-icon-sprites.png") 0px 0px no-repeat;
  width: 64px;
  height: 64px;
}
.skin-flow1 .flow-icon-5 {
  background: url("../assets/flow-icon-sprites.png") -64px 0px no-repeat;
  width: 64px;
  height: 64px;
}
.skin-flow1 .flow-icon-4 {
  background: url("../assets/flow-icon-sprites.png") -128px 0px no-repeat;
  width: 64px;
  height: 64px;
}
.skin-flow1 .flow-icon-3 {
  background: url("../assets/flow-icon-sprites.png") -192px 0px no-repeat;
  width: 64px;
  height: 64px;
}
.skin-flow1 .flow-icon-2 {
  background: url("../assets/flow-icon-sprites.png") -256px 0px no-repeat;
  width: 64px;
  height: 64px;
}
.skin-flow1 .flow-icon-1 {
  background: url("../assets/flow-icon-sprites.png") -320px 0px no-repeat;
  width: 64px;
  height: 64px;
}

/*
配音流程
*/
.skin-flow2 .flow-icon-1 {
  background: url("../assets/flow-icon-sprites@48.png") 0px 0px no-repeat;
  width: 48px;
  height: 48px;
}
.skin-flow2 .flow-icon-6 {
  background: url("../assets/flow-icon-sprites@48.png") -48px 0px no-repeat;
  width: 48px;
  height: 48px;
}
.skin-flow2 .flow-icon-5 {
  background: url("../assets/flow-icon-sprites@48.png") -96px 0px no-repeat;
  width: 48px;
  height: 48px;
}
.skin-flow2 .flow-icon-4 {
  background: url("../assets/flow-icon-sprites@48.png") -144px 0px no-repeat;
  width: 48px;
  height: 48px;
}
.skin-flow2 .flow-icon-3 {
  background: url("../assets/flow-icon-sprites@48.png") -192px 0px no-repeat;
  width: 48px;
  height: 48px;
}
.skin-flow2 .flow-icon-2 {
  background: url("../assets/flow-icon-sprites@48.png") -240px 0px no-repeat;
  width: 48px;
  height: 48px;
}

/*
为什么选择我们-优势
*/
.skin-superiority1 .superiority-bg {
  background-image: url("../assets/bg-25186.png");
  -o-background-size: 100%;
     background-size: 100%;
  background-repeat: no-repeat;
}
.skin-superiority1 .hex-container {
  overflow: hidden;
}
.skin-superiority1 .hex-container .hex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.skin-superiority1 .hex-container .hex:f-child {
  -webkit-transform: translateY(-webkit-calc(6px - 25%));
     -moz-transform: translateY(-moz-calc(6px - 25%));
      -ms-transform: translateY(calc(6px - 25%));
       -o-transform: translateY(calc(6px - 25%));
          transform: translateY(calc(6px - 25%));
}
.skin-superiority1 .hex-container .hex .item {
  width: 148px;
  height: 172px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  text-align: center;
  background: url("../assets/lbx_sprites.png") -148px 0px no-repeat;
}
.skin-superiority1 .hex-container .hex .item:hover {
  background: url("../assets/lbx_sprites.png") 0px 0px no-repeat;
}

/*
问答
*/
.skin-qa1 .lists .items {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 16px;
}
.skin-qa1 .lists .items + .items {
  padding-top: 16px;
}
.skin-qa1 .lists .items .info {
  display: none;
}
.skin-qa1 .lists .items .iconfont {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  color: var(--black-500);
}
.skin-qa1 .lists .items.active .info {
  display: block;
}
.skin-qa1 .lists .items.active .iconfont {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
问答
*/
.skin-qa2 .lists .items {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 16px;
}
.skin-qa2 .lists .items + .items {
  padding-top: 16px;
}

/*
类别筛选
*/
.skin-category .item.active {
  --j:12px;
  height: 28px;
  background: #fff9f6;
  border: 1px solid #ff6000;
  border-radius: 4px;
  padding-left: var(--j);
  padding-right: var(--j);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary-900);
}

/*
列表推荐广告
*/
.skin-listsAdv .swiper-pagination {
  bottom: 4px;
}
.skin-listsAdv .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.4;
  background: #ffffff;
  border-radius: 50%;
}
.skin-listsAdv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/*
资讯
*/
.skin-zixun .nav .active {
  color: var(--black-800);
}

/*
右侧热门老师
*/
.skin-rightTeacher .lists .item {
  background-image: url("../assets/bg-23844.png");
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
}

/*
右侧热门老师
*/
.skin-rightTeacher2 .lists .lists-items:nth-child(1) {
  border-top: 1px dashed var(--black-300);
}
.skin-rightTeacher2 .lists .lists-items:nth-child(1) .num::before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../assets/x-icon-7.svg");
  display: block;
  background-repeat: no-repeat;
}
.skin-rightTeacher2 .lists .lists-items:nth-child(2) .num::before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../assets/x-icon-8.svg");
  display: block;
  background-repeat: no-repeat;
}
.skin-rightTeacher2 .lists .lists-items:nth-child(3) .num::before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../assets/x-icon-9.svg");
  display: block;
  background-repeat: no-repeat;
}
.skin-rightTeacher2 .lists .lists-items:nth-child(n+4) .num::before {
  content: attr(data-num);
  width: 15px;
  height: 20px;
  display: block;
}
.skin-rightTeacher2 .lists .lists-items .lists-items-active {
  display: none;
  background-image: url("../assets/bg-23844.png");
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
}
.skin-rightTeacher2 .lists .lists-items .lists-items-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.skin-rightTeacher2 .lists .lists-items.active .lists-items-active {
  display: block;
}
.skin-rightTeacher2 .lists .lists-items.active .lists-items-info, .skin-rightTeacher2 .lists .lists-items.active .num {
  display: none;
}

/*
配音员列表
*/
.skin-teacherLists1 .dubbing {
  background-image: url("../assets/bg-23892.png");
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

/*
文章
*/
.skin-article .article-content {
  letter-spacing: 0.5px;
}
.skin-article .article-content img {
  max-width: 100%;
  margin: 24px auto;
}
.skin-article .article-content p {
  text-indent: 2em;
}
.skin-article.skin .article-content h2 {
  background-color: var(--black-100);
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  font-size: 20px;
  margin: 32px 0;
  line-height: 1;
}
.skin-article.skin .article-content h2::before {
  content: "";
  width: 4px;
  height: 20px;
  display: block;
  background: var(--primary-900);
  border-radius: 2px;
  margin-right: 12px;
}
.skin-article.skin2 .article-content h2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  font-size: 20px;
}
.skin-article.skin2 .article-content h2::before {
  content: "#";
  color: var(--primary-900);
  margin-right: 12px;
}
.skin-article.skin3 .article-content h2 {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin: 32px 0;
  line-height: 1;
}
.skin-article.skin3 .article-content h2::before {
  content: "";
  width: 4px;
  height: 20px;
  display: block;
  background: var(--primary-900);
  border-radius: 2px;
  margin-right: 12px;
}

/*
网点
*/
.skin-bg-wangdian {
  background-image: url("../assets/bg-25184.png");
  background-position: top;
  -o-background-size: 100% 920px;
     background-size: 100% 920px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*
内链
*/
.skin-link1 .nav-tabs .nav-items.active {
  position: relative;
}
.skin-link1 .nav-tabs .nav-items.active::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #ff6000;
  border-radius: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*
城市表单
*/
.skin-form1 {
  background-image: url("../assets/bg-13073.png");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.skin-cityLisk1 .collapsed .icon-arrow-down {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}