.bartop,
.bartop a {
  color: #6c757d
}

.bartop .barleft a:hover {
  text-decoration: none
}

.bartop .barcenter {
  margin-left: auto;
  margin-right: auto;
  width: 1000px
}

.bartop .barleft {
  overflow: hidden;
  width: 600px;
  text-align: left;
  float: left;
  text-align: left
}

.bartop .barright {
  width: 25pc;
  text-align: right;
  float: right;
  height: 32px;
  overflow: hidden
}

.logout{
  cursor: pointer;
}

.bartop .barright a:hover {
  text-decoration: none
}

.bartop .barleft ul {
  float: left;
}

.barright u {
  padding: 0 10px;
}

.barright ul {
  display: contents;
}

.bartop .barright ul {
  float: right;
  margin-top: -2px;
  padding: 10px 0 10px 0;
}

.bartop ul.barcang {
  background: url(../images/global/baricon.gif) 0 -54px no-repeat;
  padding-left: 15px
}

.bartop ul.barwap {
  background: url(../images/global/baricon.gif) 0 -36px no-repeat;
  padding-left: 15px
}

.bartop ul.barpost {
  background: url(../images/global/baricon.gif) 0 -18px no-repeat;
  padding-left: 15px
}

.bartop ul.bardel {
  background: url(../images/global/baricon.gif) 0 0 no-repeat;
  padding-left: 15px
}

.bartop ul {
  margin: 6px 8px 0;
  line-height: 18px;
  display: inline;
  position: relative;
  z-index: 99999;
  color: #6c757d
}

.bartop div.choosetheme {
  float: left
}

.bartop div#themelist {
  float: right
}

.bartop ul li {
  float: left;
  width: 15px
}

.bartop ul.line {
  width: 2px;
  height: 0px;
  overflow: hidden;
  background: #6c757d;
  margin: 7px 0 0
}

.bartop ul li,
.bartop ul.line u {
  height: 18px;
  display: block;
  overflow: hidden
}

.bartop ul.line u {
  width: 1px;
  background: #6c757d
}

.fbxx a {
  padding: 8px;
  background-color: rgb(248, 113, 21);
  border-radius: 20px;
}

.fbxx a:hover {
  background: rgb(248 113 21 / 39%);
}

/* 自定义 */
.navbar-nav .nav-link{
  color: #000 !important;
  font-weight: bold !important;
  display: inline-block;
}