@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  text-decoration: none;
  backface-visibility: hidden;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: tahoma, "microsoft yahei", "\5FAE\8F6F\96C5\9ED1" !important;
  color: #ffffff;
  color: #000000;
  font-size: 14px;
  min-height: 100%;
  height: 100%;
  line-height: 1.6em;
  background: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}
.ql-editing {
  background: #FFFFFF !important;
}
.text-underline {
  text-decoration: underline;
}
.table {
  color: rgba(255, 255, 255, 0.9);
  color: #000000;
  margin: 0;
}
.table tbody tr:hover {
  color: #000000;
}
.btn[disabled]:hover {
  cursor: initial;
  box-shadow: none;
}
/*不可选中*/
.noSelect {
  /*火狐*/
  /*webkit浏览器*/
  /*IE10*/
  /*早期浏览器*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text-primary {
  color: #2A37FE !important;
}
.textSelect {
  /*火狐*/
  /*webkit浏览器*/
  /*IE10*/
  /*早期浏览器*/
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #FFFFFF;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
    /*从0度开始*/
  }
  100% {
    transform: rotateZ(360deg);
    /*360度结束*/
  }
}
i.xuanzhuan {
  display: inline-block;
  animation: rotate 2s linear infinite;
}
span.jiaobaio {
  display: inline-block;
  background: rgba(0, 0, 0, 0.04);
  background: #1C1B22;
  border-radius: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
span.jiaobaio:hover {
  background: #2937FD;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.clearCss {
  padding: 0 !important;
  margin: 0 !important;
  line-height: initial !important;
  border: 0 !important;
  display: block !important;
}
.clearCss:hover {
  background: none !important;
}
.clearCss .uploadBox {
  border: 1px dashed rgba(1, 1, 1, 0.2);
  border-radius: 5px;
  background: #f6f6f6 url("/static/images/msk_c.png") repeat center center;
  background-size: 40px;
  padding: 20px 20%;
  position: relative;
}
.clearCss .uploadBox div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  line-height: 25px;
}
div.searchLoadingBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.searchLoadingBox span {
  background: #FFFFFF;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 5px 3px;
}
div.searchLoadingBox span i {
  font-size: 26px;
  color: #000000;
}
.dynamicMessage {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #999999;
}
.dynamicMessage i {
  font-size: 26px;
  color: #999999;
}
.dynamicMessage.emptyBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dynamicMessage.emptyBox i {
  font-size: 66px;
  color: rgba(0, 0, 0, 0.1);
}
.form-control::placeholder {
  color: #999999;
}
.input-group-text {
  background: #F6F6F6;
}
div.card {
  border: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #FFFFFF;
}
div.card:hover {
  box-shadow: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
.badge {
  border: 0;
}
a {
  cursor: pointer;
  color: #000000;
}
.link {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.description {
  color: rgba(0, 0, 0, 0.8);
}
.content {
  color: rgba(0, 0, 0, 0.6);
}
hr.hr {
  border-color: #333239 !important;
}
a:link {
  text-decoration: none;
}
/* 指正常的未被访问过的链接*/
a:visited {
  text-decoration: none;
}
/*指已经访问过的链接*/
a:active {
  text-decoration: none;
}
.multiselect {
  min-height: 34px !important;
  height: 34px !important;
  scrollbar-color: auto;
  color: #000000;
}
.multiselect .multiselect__placeholder {
  margin: 0 !important;
  color: #35495e;
}
.multiselect .multiselect__option--highlight {
  background: none !important;
  color: #35495e;
}
.multiselect .multiselect__option--highlight span {
  background: none !important;
  color: #35495e;
}
.multiselect .multiselect__option--highlight::after {
  background: none !important;
  color: #35495e;
  display: none;
}
.multiselect .multiselect__option:hover {
  background: #41B883 !important;
}
.multiselect .multiselect__tags {
  padding-top: .375rem !important;
  padding-right: 23px !important;
  min-height: 34px !important;
  border: 1px solid #CED4DA !important;
}
.multiselect .multiselect__placeholder {
  padding: 0 !important;
}
.multiselect .multiselect__select {
  width: auto !important;
  height: 34px !important;
}
.multiselect .multiselect__single {
  font-size: 14px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  line-height: 21px !important;
  margin: 0 !important;
  color: #000000 !important;
  padding-left: 0 !important;
}
.multiselect .multiselect__placeholder {
  color: #999999 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}
.multiselect .multiselect__input {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
.multiselect .multiselect__tag {
  margin-bottom: 0 !important;
  margin-right: 5px !important;
}
.multiselect .multiselect__element .multiselect__option--selected {
  background: #ff6a6a !important;
  color: #FFFFFF !important;
}
.multiselect .multiselect__element .multiselect__option--selected span {
  color: #FFFFFF !important;
}
.multiselect__option {
  padding: 0 12px !important;
  min-height: 1.5em !important;
  line-height: 1.5em !important;
  font-size: 13px !important;
}
.multiselect__option span {
  color: #35495e;
}
.multiselect__content-wrapper {
  max-height: 200px !important;
}
.multiselect--above .multiselect__content-wrapper {
  bottom: auto !important;
  top: 100% !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
}
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* 指正在点的链接*/
[v-cloak] {
  display: none;
}
#nprogress .bar {
  background: #1F40C9 !important;
}
#nprogress .peg {
  box-shadow: 0 0 10px #1F40C9, 0 0 5px #1F40C9;
}
/*缓冲动画*/
.huanchong {
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.huanchongMan {
  transition: All 0.9s ease-in-out;
  -webkit-transition: All 0.9s ease-in-out;
  -moz-transition: All 0.9s ease-in-out;
  -o-transition: All 0.9s ease-in-out;
}
.huanchongZhong {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.huanchongKuai {
  transition: All 0.1s ease-in-out;
  -webkit-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  -o-transition: All 0.1s ease-in-out;
}
.cursor {
  cursor: pointer;
}
.animated1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}
.animated2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
.animated3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.animated4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
.animated5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.animated005 {
  animation-duration: 0.09s;
  animation-fill-mode: both;
}
@keyframes musicRotate {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes musicRotate {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  -webkit-animation: musicRotate 2s linear infinite;
  animation: musicRotate 2s linear infinite;
}
@keyframes mouse-right {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    opacity: 0;
  }
}
@-webkit-keyframes mouse-right {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    transform: translateX(6px);
    -webkit-transform: translateX(6px);
    opacity: 0;
  }
}
/*通用滚动条样式*/
/*// 滚动条整体宽度*/
::-webkit-scrollbar {
  scrollbar-width: thin;
  width: 6px;
}
/*// 滚动条滑槽样式*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
/*// 滚动条样式*/
::-webkit-scrollbar-thumb {
  background: #CDCDCD;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: #A6A6A6;
}
::-webkit-scrollbar-thumb:active {
  background: #606060;
}
/*// 浏览器失焦的样式*/
::-webkit-scrollbar-thumb:window-inactive {
  /*background: rgba(0, 0, 0, 0.2);*/
}
@keyframes newSlideInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.newSlideInUp {
  -webkit-animation-name: newSlideInUp;
  animation-name: newSlideInUp;
}
input.pwd {
  -webkit-text-security: disc;
  font-family: text-security-disc;
}
input.style {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 3.2rem;
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
span.style {
  margin-top: 20px;
  display: block;
  background: #063D78;
  color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  line-height: 3.2em;
}
.centerDaohang {
  height: 100%;
  padding: 15px 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.centerDaohang .log h3 {
  font-size: 22px;
  font-weight: bold;
}
.centerDaohang .log ul {
  margin: 30px 0 0;
}
.centerDaohang .log ul li {
  line-height: 2.8em;
  padding: 0 15px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.centerDaohang .log ul li i {
  margin-right: 5px;
}
.centerDaohang .log ul li.active {
  background: #2A37FE;
  color: #FFFFFF;
}
.centerDaohang .log ul li:hover {
  background: #2A37FE;
  color: #FFFFFF;
}
.centerDaohang .log ul li.fengexian {
  padding: 0;
  display: block;
  margin: 0;
}
.centerDaohang .log ul li.fengexian span {
  margin: 10px 0;
  display: block;
  border-bottom: 1px solid #E5E5E5;
}
.centerDaohang .footerBox {
  display: flex;
  border-radius: 25px;
  padding: 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.centerDaohang .footerBox span {
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 2px 0;
  padding-top: 5px;
  border-radius: 15px;
  margin-right: 4px;
}
.centerDaohang .footerBox span:last-child {
  margin: 0;
}
.centerDaohang .footerBox span i {
  color: #000000;
}
.centerDaohang .footerBox span:hover {
  background: #2A37FE;
}
.centerDaohang .footerBox span:hover i {
  color: #FFFFFF;
}
.centerDaohang .footerBox span.active {
  background: #2A37FE;
}
.centerDaohang .footerBox span.active i {
  color: #FFFFFF;
}
.suspensionMenus {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.suspensionMenus ul li {
  background: #2A37FE;
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.3) !important;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.suspensionMenus ul li i {
  font-size: 24px;
  color: #FFFFFF;
}
.suspensionMenus ul li img {
  width: 40%;
}
.suspensionMenus ul li:hover {
  background: #FF7D00;
}
.vfpmenu {
  overflow: hidden;
}
div.articleContentBox audio,
div.articleContentBox video,
div.articleContentBox img {
  max-width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.modelBackBox {
  z-index: 2;
}
