 .mui-bar {
     background: #2C3E50;
     position: absolute;
 }

 .lt_container {
     padding-bottom: 50px;
     padding-top: 50px;
 }

 .lt_header {
     height: 50px;
 }

 .lt_header .icon_left,
 .lt_header .icon_right {
     height: 50px;
     line-height: 50px;
 }

 .lt_header h3 {
     line-height: 50px;
 }

 .mui-bar-tab .mui-tab-item.mui-active {
     color: #8CDDCD;

 }

 .mui-bar-tab .mui-tab-item {
     height: 55px;
     color: #fff;
 }

 .mui-bar-tab .mui-tab-item .mui-icon {
     top: 0px;
 }

 .mui-tab-label {
     font-size: 14px;
 }

 .mui-search:before {
     top: 64%;
 }

 .mui-input-row.mui-search .mui-icon-clear {
     top: 3px;
 }

 .mui-search input[type='search'] {
     background: #fff;
 }

 .mui-search .mui-placeholder {
     line-height: 28px;
     font-size: 12px;
 }

 .lt_main {
     margin-top: 40px;
     padding: 0px 0px 60px 0px;
 }

 .mui-card {
     margin: 5px;
     box-shadow: none !important;

 }

 .mui-card-left {
     position: absolute;
     left: 5px;
     top: 5px;
 }

 .mui-card-right {
     padding-left: 100px;
 }

 .mui-card-content {
     font-size: 12px;

 }

 .mui-card-content-inner {
     padding: 8px;
 }

 .xiajia {
     color: #FF0000;
     font-size: 16px;
     position: absolute;
     z-index: 10000;
     width: 80px;
     background: grey;
     opacity: 0.7;
     height: 70px;
     text-align: center;
     left: 0;
     top: 0;
     padding-top: 4%;
 }

 #twoNav {
     width: 100px;
     z-index: 1000;
     position: absolute;
     right: -10px;
     top: 35px;
     display: none;
 }

 #twoNav li {
     background: #2C3E50 !important;
     border-radius: 0;
     height: 40px;
     line-height: 40px;
     margin: 0;
     color: #fff;
     padding: 0 10px;
 }

 #twoNav li a {
     display: inline-block;
 }

 #twoNav li span {
     position: relative;
     top: -2px;
     font-size: 14px;
 }

 .mui-card-lefts {
     float: left
 }

 a:visited {
     background: #2C3E50 !important;
 }

 a:hover {
     background: #2C3E50 !important;
 }

 p {
     margin-bottom: 5px !important;
     color: #212529
 }

 .lt_footer {
     height: 50px;
 }

 .lt_footer li {
     height: 50px;
     float: left;
     text-align: center;
 }

 .texhidde {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     line-height: 16px;
 }

 .textover {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     line-height: 16px;
 }

 .mui-btn {
     padding: 7px 7px;

 }