.layui-container{
    margin-top:80px;
}
.fly-user-main>.layui-nav {
    z-index: 1;
}
.fly-user-main>.fly-panel {
    min-height: 575px;
    margin: 0 0 0px 215px;
}
.footer-plane {
    margin-bottom:0px;
}

.detail-title {
    border-left: 8px solid #2da6df;
    padding: 0 15px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

.h-quick-operation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
}
.p-operation {
  width: 1200px;
  margin: 0 auto;
}
.h-quick-operation .prev,
.h-quick-operation .next {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.1rem;
  color: #333;
}

.h-quick-operation .prev:hover,
.h-quick-operation .next:hover {
  color: #f68d0c;
}

.h-quick-operation .nav-text {
  color: #999;
}

.h-quick-operation .title {
  color: inherit;
  display: inline-block;
  width: 60%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.menu-footer-plane, .footer-info {
  text-align: center;
}

