 .tool-wrapp {
     height: calc(100% - 60px);
     width: 100%;
     overflow: auto;
     position: fixed;
     top: 60px;
 }

 .tool-wrapp-nonav {
     width: 100%;
     left: 0px;
 }

 .tool-list {
     height: 100%;
     overflow: auto;
 }

 .module-item {
     margin: 2px;
     height: 42px;
     width: calc(100% - 8px);
     /* color: #2e79b1; */
     color: #1392f1;
     display: inline-block;
     line-height: 42px;
     font-size: 18px;
     text-decoration: none;
     cursor: pointer;
     border: 1px solid #00e7ff40;
     padding-left: 20px;
     box-sizing: border-box;
     text-align: left;
     user-select: none;
 }

 .module-item:hover {
     color: #e5e11ac2;
     /* border-image: linear-gradient(to bottom right, red, rgba(10, 223, 13, 0.992)) 5; */
     border-image: linear-gradient(to bottom right, rgba(19, 216, 19, 0.638), rgb(19, 157, 226)) 5;
 }

 .module-item-activate {
     color: #e5e11ac2;
     border-image: linear-gradient(to bottom right, rgba(19, 216, 19, 0.638), rgb(19, 157, 226)) 5;
 }


 .tool-group {
     border: 1px solid rgb(224 224 224 / 68%);
 }

 .group-title {
     height: 42px;
     color: white;
     line-height: 50px;
     font-size: 22px;
     padding-left: 20px;
     display: inline-block;
     width: 300px;
     color: #000ad7;
 }

 .item-card-wrapp {
     display: inline-block;
 }

 .item-card {
     position: relative;
     height: 210px;
     width: 294px;
     background: #e8e8e87a;
     margin: 10px 12px;
     display: inline-block;
     cursor: pointer;
     border: 1px solid #256a8269;
     text-align: center;
 }

 .item-card:hover {
     border: 1px solid #095bf3;
 }

 .item-name {
     height: 30px;
     width: 100%;
     color: white;
     line-height: 30px;
     text-align: center;
     background: rgb(0 34 87);
     border-bottom: 1px solid #256a8269;
 }

 .my-tool{
    background: green;
 }

 .item-name-highlight { 
     color: #00ceff;  
     border-image: -webkit-linear-gradient(45deg, rgba(19, 216, 19, 0.638) 10%, rgb(19, 157, 226) 75%);
 }

 .item-icon {
     height: 178px;
     width: 100%;
 }


 .layz-loading .item-icon {
     width: 176px;
 }