::-webkit-scrollbar-track-piece{background-color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#c2c2c2;background-clip:padding-box;min-height:28px}::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}
@media(-webkit-max-device-pixel-ratio:1){::-webkit-scrollbar-track-piece{background-color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:#c2c2c2;background-clip:padding-box;min-height:28px}::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}}
@keyframes weuiLoading{0%{transform:rotate3d(0,0,1,0deg)}100%{transform:rotate3d(0,0,1,360deg)}}
.mp-head{
    width: 100%;
    background-color: #ebebeb;
}
.mp-head .head-container{
   margin: 0 120px;
   height: 30px;
   font-size: 12px;
}
.mp-head .head-logo-box{
   max-height: 65px;
   margin-right: 10px;
   margin-bottom: 1px;
}
.mp-head .head-logo-box a{
   color: #999;
} 
.mp-head .nav-child{
   padding: 7px 8px;
   position: relative;
}
.mp-head .nav-child .nav-child-txt{
   color: #999;
}
.mp-head .head-right-txt{
   color: #999;
   font-size:12px;
   margin-left: 28px;
   position: relative;
   padding: 7px 0px;
}
.mp-head .head-right-txt a{
   color: #999;
}
.mp-head .head-right-txt::before{
   content: "";
   height: 17px;
   width: 1px;
   background-color: #cccccc;
   left: -14px;
   position: absolute;
}
.mp-head .head-right-txt.log-on{
   position: relative;
}

.mp-head .head-account-dropdown-menu{
   display: none;
}
.mp-head .head-account-dropdown-menu .head-account-dropdown-list{
   position: absolute;
   left: 0px;
   background: #fff;
   top: 30px;
   border-radius: 2px;
   z-index: 4000;
   border: 1px solid #EEEEEE;
}
.mp-head .head-account-dropdown-menu .head-account-dropdown-list .head-account-dropdown-list-ele a{
   color: #353535;
   padding: 10px;
   line-height: 12px;
   position: relative;
   right: 0px;
   background: #fff;
   display: inline-block;
   font-size: 12px;
}
.mp-head .head-account-dropdown-menu .head-account-dropdown-list .head-account-dropdown-list-ele a:hover {
   color: var(--saas-color1, #3eb575);
}
.mp-head .head-account-dropdown-menu .head-account-dropdown-list .head-account-dropdown-list-ele a span{
   white-space: nowrap;
}
.mp-head .head-right-txt.log-on:hover .head-account-dropdown-menu{
   display: block;
}

.mp-head .head-right-txt.log-on:hover{
}
.mp-head .head-right-txt:first-child::before{
   width: 0px;
}
.mp-head .nav-child:hover .nav-child-txt,
.mp-head .head-logo-box:hover a,
.mp-head .head-right-txt:hover a
{
   color: var(--saas-color1, #3eb575);
}

.layui-layer-error {
   background-color: var(--saas-color3, #FA5151);
}