body{
  margin: 0; padding: 0;
  background-color: #F7FAFF;
}
.bg-white{
  background-color: #fff;
}
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
@media (min-width: 1200px) {
  .col-xl-4 
  {
        flex: 0 0 auto;
        width: 33.33333333%;
  }

}
@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}
/* 重载 frontend */
main.content{
  padding: 0;
}
.container, .main-container{
  width: 1280px;
}
#content-container{
  margin-top: 135px;
}
/*index page */
.d-flex {
  display: flex !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.public-title h3{
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.public-title h3::after {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3em;
  height: 45px;
  border-radius: 0;
  border-bottom: 5px solid #1C64F4;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #E1E4E9;
}
.table > thead > tr > th {
  border-bottom: 2px solid #E1E4E9;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #E1E4E9;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #E1E4E9;
}

.product-wrapper .link-section a.public-more:hover{
  color:#fff;
}

.btn-primary {
    background-color: #0084ff;
    border: 1px solid #0084ff;
}
.btn-primary:hover,.btn-primary:focus ,.btn-primary:active ,.btn-primary:visited {
    background-color: #006acc;
    border-color: #006acc;
}

.layui-tab .layui-tab-title .tabs-item   {
      font-size: large;
  }
  .layui-tab.layui-tab-brief > .layui-tab-title .layui-this  {
      color: #007bff;
  }
  .layui-tab.layui-tab-brief > .layui-tab-more li.layui-this::after, .layui-tab.layui-tab-brief > .layui-tab-title .layui-this::after {
      
      border-bottom: 2px solid #1890ff;
  }
/* nav */
.nav-pc .menu > ul > li > .sub-menu{
  left: auto;
  right: auto;
}
#header-navbar .menu > ul > li > a{
  line-height: 0.8em;
  color: white;
}
.nav-pc .mainmenu > ul > li.active, .nav-pc .mainmenu > ul > li:hover {
  background-color: #077BED;
}

/* footer*/

footer .footer-menu  a {
  color: #999;
  line-height: 30px;
}
footer .footer-menu .title {
  font-size: 16px;
  color: #eee;
  margin-bottom: 5px;
}

h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}


/* 
  项目库 搜索
*/
.panel-default > .panel-heading .more {
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  color: #919191;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 13px;
}
.panel-default > .panel-heading .more:hover {
  color: #616161;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .panel-heading div.more {
  top: 17px;
}
.tabs-wrapper {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #fff;
}
.tabs-wrapper .tabs-mark-group .title {
  width: 90px;
  margin-top: 3px;
  float: left;
}
.tabs-wrapper .tabs-mark-group .classify {
  margin-top: 3px;
}
.tabs-wrapper .tabs-mark-group .classify a,
.tabs-wrapper .tabs-mark-group .classify i {
  color: #919191;
}
.tabs-wrapper .tabs-mark-group .classify a:focus,
.tabs-wrapper .tabs-mark-group .classify a:hover {
  color: #43bc60;
}
.tabs-wrapper .tabs-mark-group .content {
  margin-left: 100px;
}
.tabs-wrapper .tabs-mark {
  margin: 0 4px;
}
.tabs-wrapper .tabs-mark a {
  border: 1px solid #e4ecf3;
  padding: 2px 5px;
  color: #919191;
}
.tabs-wrapper .tabs-mark i {
  font-size: 10px;
  margin-left: 5px;
}
.tabs-wrapper .tabs-mark.active a,
.tabs-wrapper .tabs-mark:focus a,
.tabs-wrapper .tabs-mark:hover a {
  color: #43bc60;
  border: 1px solid #43bc60;
}
.tabs-wrapper .tabs-group {
  position: relative;
  overflow-y: hidden;
}
.tabs-wrapper .tabs-group .title {
  float: left;
  padding: 10px 0;
  width: 80px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.tabs-wrapper .tabs-group .content {
  list-style: none;
  padding: 0;
  margin: 0 0 0 80px;
  min-height: auto;
}
.tabs-wrapper .tabs-group .content > li {
  float: left;
  padding: 5px;
}
.tabs-wrapper .tabs-group .content > li > a {
  display: block;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #828a92;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs-wrapper .tabs-group .content > li.active > a,
.tabs-wrapper .tabs-group .content > li:focus > a,
.tabs-wrapper .tabs-group .content > li:hover > a {
  color: #007bff;
}
.tabs-wrapper .tabs-group .tabs-toggle {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
.tabs-multiple .tabs-group .content > li > a {
  margin: 2px 0;
  display: block;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.tabs-multiple .tabs-group .content > li.active > a {
  color: #007bff;
  background: #b3d7ff;
}

/*
* user
*/
.login-abc{
  width: 450px;
}
.login-main .nav-tabs{
  border: none;
}
.login-main .nav-tabs > li > a{
  border: none;
  color: #444;
}
.login-main .nav > li.active > a, .nav > li.active > a:hover, .nav > li.active > a:focus{
  color: #007bff;
}
.login-main .nav > li.active > a:after{
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 41px;
  border-radius: 0;
  border-bottom: 2px solid #1890ff;
}
.login-main .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  
  background: none;
  border: none;
}
/*
* project
*/
td .host-name {
  font-size: larger;

}
td .project-title{
  font-size: larger;
}

.ellipsis-multiline {
  /*width: 300px;  根据需要调整宽度 */  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; /* 根据字体大小调整行高 */
  max-height: 3em; /* 行高乘以行数，此处为1.5em * 2 */
}

/* 侧边栏 */
.floatbar{position: fixed;bottom: 15em;right: 1.5em;z-index: 20;text-align: center;box-shadow: 0em 0em 1em 0em rgba(165,165,165,0.3);border-radius: 0.6em 0.6em 0.6em 0.6em;background-color: #FFFFFF;width: 4.2em;}
.floatbar .menu_item{padding: 0.65em 0;display: block;border-bottom: 0.1em solid #EFEFEF;position: relative;overflow: hidden;}
.floatbar .menu_item:nth-last-child(1){border-bottom: 0;}
.floatbar .menu_item .title{font-size: 0.8em;color: #9E9E9E;line-height: 1em;}
.floatbar .menu_item .icon{width: 2em;height: 2em;margin:0 auto 0.4em;}
.floatbar .menu_item .icon img{width: 100%;height: 100%;display: block;}
.floatbar .menu_item .menu_popup{position: absolute;right: 5.5em;top: 0;width: 10em;border-radius: 0.25em;box-shadow: 0em 0em 2.5em 0em rgba(165,165,165,0.3);background-color: #FFFFFF;opacity: 0;transition: all .2s;overflow: hidden;}
.floatbar .menu_item .menu_popup::after{content: '';background-image: url('../images/arrow_r1.png');background-size: contain;width: 0.2em;height: 0.24em;display: block;background-repeat: no-repeat;position: absolute;top: 0.32em;right: -0.1em;}
.floatbar .menu_item .menu_popup .image{padding: 0.85em 0.85em 0.55em;}
.floatbar .menu_item .menu_popup .image img{width: 7.3em;height: 7.3em;display: block;margin: auto;}
.floatbar .menu_item .menu_popup .text{line-height: 1.5em;text-align: center;font-size: 0.7em;color: #FFFFFF;border-radius: 0 0 0.06em 0.3em;}
.floatbar .menu_item .menu_popup .text{background-color: #50B674;}
/*.floatbar .menu_item:nth-child(2) .menu_popup .text{background-color: #30A5DD;}*/
.floatbar .menu_item .menu_popup.text-box{padding: 0.5em 0 0.13em;top: auto;bottom: 0;}
.floatbar .menu_item .menu_popup.text-box::after{top: 0.75em;}
.floatbar .menu_item .menu_popup.text-box .tel_text{font-size: 0.7em;color: #555555;line-height: 1em;margin-bottom: 0.15em;font-weight: 400;}
.floatbar .menu_item .menu_popup.text-box .tel_number{font-size: 1em;color: #CEB07E;line-height: 1.5em;font-weight: 700;}
.floatbar .menu_item:hover{overflow: visible;}
.floatbar .menu_item:hover .menu_popup{opacity: 1;}
/*# sourceMappingURL=user.css.map */