.keyframes (@name, @frames) {
    @-webkit-keyframes @name { @frames(); }
    @-moz-keyframes @name { @frames(); }
    @-ms-keyframes @name { @frames();}
    @-o-keyframes @name { @frames(); }
    @keyframes @name { @frames(); }
}
.keyframes (line, {
    0%{background-size:0% 2px;}
    100%{background-size:100% 2px;}
});

.transform(@attr){
-webkit-transform:@attr;
-moz-transform:@attr;
-o-transform:@attr;
-ms-transform:@attr;
transform:@attr;
}

.transformOrigin(@attr){
    -webkit-transform-origin:@attr;
    -moz-transform-origin:@attr;
    -o-transform-origin:@attr;
    -ms-transform-origin:@attr;
    transform-origin:@attr;
}
.animation(@attr){ 
-webkit-animation:@attr;
-moz-animation:@attr;
-ms-animation:@attr;
-o-animation:@attr;
animation:@attr;
}

@simple-color: #0AA8FA; /* 页面主风格颜色,按钮颜色**/
@font-color: #0AA8FA;

@selected-color:#ff5400;     /* 收藏科室颜色**/
@gradualBlue:linear-gradient(270deg, #0CA5FB, #05B9F8);

.searchBtn{
    background-color:@simple-color;
    color:white;
    border:0;
}
.mui-addPeople .mui-control-item.mui-active{
    background-color:@simple-color !important
}
.mui-addPeople{
    border-color:@simple-color !important
}
.mui-addPeople .mui-control-item{
    color:@font-color!important
}
.mui-addPeople .mui-control-item.mui-active{
    color:#fff!important
}
.mui-bar {
    background-image: @gradualBlue;
    color: #fff;
}
.special{
    background: @simple-color !important;
}
.mui-btn-blue, .mui-btn-primary, input[type=submit]{
    border: 1px solid @gradualBlue !important;
    background: @gradualBlue !important;
}
.topinfo{
    background: @gradualBlue !important;
}
.enterOnline{
    background-color:@simple-color;
}
.zaiciyuyue{
    background: @simple-color !important;
}
.mui-checkbox input[type=checkbox]:checked:before{
    color: @simple-color !important;
}
.re-make,.IntroBtn,.yytable .gh,.re-table-dot.cur-dot{
    background: @simple-color !important;
}
.saveBtn{
     background: @selected-color !important;
}
.mui-bottom-button{
    background: @simple-color !important;
}
.mui-public-color{
    color:@font-color;
}
.mui-checkbox input[type=checkbox]:checked:before, .mui-radio input[type=radio]:checked:before{
    color:@simple-color;    
}
.mui-indexed-list-bar a{
    color: @font-color;
}
.text-blue{
    color: @font-color !important;
}
.info-text a{
    color: @font-color;
}
.hb-control-item.hb-active{
    color: @font-color;
    border-bottom: 2px solid @font-color !important;
}
.login-text a{
    color:@font-color;
}
.mui-btn-obtain{
    background: @simple-color;
    border: 1px solid @simple-color;
}
a {
    color: @simple-color;
}
.mui-popup-button{
    color: @simple-color !important;
}
.mui-icon-info{
    color: @simple-color !important;
}
.docBtn{
    border: 1px solid  @simple-color !important;
    color: @simple-color !important;
}
.mui-segmented-control.mui-scroll-wrapper .mui-scroll{
    border-bottom: 1px solid @simple-color !important;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
     color: @simple-color;
}
.addcard{
    border: 1px solid @simple-color !important;
    background: @simple-color !important;
}
.delBtn, .addBtn {
    border:1px solid @simple-color;
    color:@simple-color;
}
.addBtn{

    background-color:@simple-color;
}
.f17{
    font-size:17px;
}
.regehcard {
    background-color: @simple-color !important;
}