.red-text {
  color: red !important
}

.navbar-brand {
  height: 60px !important;
}

@media (min-width:640px) {
  .navbar-brand {
    height: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;

  }
}


.navbar {
  box-shadow: rgb(0 0 0 / 6%) 0px 4px 8px;
}

/* 黑白 */
/* html { 
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
    _filter:none; 
}  */

.el-menu.el-menu--horizontal {
  border-bottom: 0px !important;

}

.el-menu--horizontal>.el-menu-item.is-active {
  border-bottom: 0px !important;
  background-color: #ecf5ff !important;
}

.el-menu--horizontal>.el-menu-item {
  margin-left: 0.75rem !important;
  margin-top: 0.75rem !important;
  border-radius: 3px !important;
  border-bottom: 0px !important;
  line-height: 50px !important;
  height: 50px !important;
  padding: 0px 15px;
  background-color: #EFEFEF !important;
}

@media (max-width:768px) {
  .el-menu--horizontal>.el-menu-item {
    margin-left: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
}

.item-space {
  margin-left: 0.75rem;
  margin-top: 0.75rem;
}

@media (max-width:768px) {
  .item-space {
    margin-left: 1.5rem;
    margin-top: 1.5rem;
  }
}

#floatbtn {
  width: 50px;
  height: auto;
  position: fixed;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 90%;
  z-index: 80;
  margin-right: -640px;
}

#floatbtn.fixed {
  position: absolute;
  bottom: 279px;
  right: 50%;
}

#floatbtn a {
  position: relative;
  z-index: 90;
  display: block;
  margin-top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #d5d5d5;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#floatbtn a.hover:hover {
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  background: #060606;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  padding: 5px;
}

#floatbtn a.hover:hover i {
  display: none;
}

#floatbtn a.hover:hover em {
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

#floatbtn a em {
  display: none;
}

#floatbtn a:hover {
  background: #060606;
}

#floatbtn a:hover i {
  color: #fff;
}

#floatbtn a:hover .floatbtn-wrapper {
  display: block;
}

#floatbtn .iconfont {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
}

.floatbtn-wrapper {
  position: absolute;
  right: 59px;
  top: -55px;
  z-index: 120;
  display: none;
  width: 190px;
  height: 212px;
  background-color: #fff;
  border: 1px solid #eee;
}

.floatbtn-wrapper:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 73px;
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #d5d5d5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.floatbtn-wrapper .qrcode {
  margin-top: 20px;
  line-height: 1;
}

.floatbtn-wrapper .qrcode img {
  width: 128px;
  height: 128px;
}

.floatbtn-wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.floatbtn-wrapper p em {
  color: #dd3067;
}

.outline-block:hover,
.outline-block:focus:not(:empty) {
  outline-color: var(--red-one);
  outline-offset: 3px;
  outline-style: solid;
  outline-width: 2px;
}