*,ul{
    font-family: "Microsoft Yahei";
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1280px){
    #searchbox {
        width: 168px!important;
    }
}
input{
    line-height: 1.42857143;
}

body{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: inherit;
    text-decoration: none;
}

#topNav{
    width:100%;
    height:60px;
    line-height: 60px;
    background-color:#4492eb ;
    position: fixed;
    z-index: 1002;
    top:0;
    text-align: center;
    font-size: 25px;
    color: #fff;
    letter-spacing: 5px;
}

#topLogo{
    width:140px;
    height:60px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: -1px;
}

#hospName{
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    left:160px;
    text-align: center;
    width: calc(100% - 610px);
    letter-spacing: 5px;
}

#account{
    height: 60px;
    text-align: center;
    font-size: 14px;
    padding:0 10px;
    position: absolute;
    right: 20px;
    top: 0;
    letter-spacing: normal;
}

#account .smallIcon{
    font-size: 20px;
    vertical-align: middle;
    margin-right: -2px;
}

#account >span{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 60px;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 2px;
} 

#account .badge{
    background-color: red!important;
}

#account .accountDiv{
    width: 200px;
}

#account .accountDiv:hover{
    background-color: #3f87d9;
}

.touxiangIcon{
    font-size: 46px;
    color: #b2cff0;
    float: left;
}

#accountName{
    max-width: 134px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

#contain{
    width:100%;
    padding-top: 60px;
    overflow: auto;
}

#sideNav{
    width: 200px;
    height: 553px;
    display: inline-block;
    background-color: #444855;
    position: relative;
    z-index: 2;
    float: left;
    padding-bottom: 48px;
}
#sideNav li{
    width:100%;
    height:50px;
    line-height: 44px;
    text-align: center;
    padding:0 10px;
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
    /*margin-top: 10px;*/
    position: relative;
}
.wrapperNav{
    float: left;
}
#sideNav li:hover{
    color: #fff;
    background-color: rgba(0,0,0,0.08);
}

#sideNav li a{
    width: 100%;
    height: 50px;
    display: block;
}

.navSelected{
    color: #4492eb!important;
    border-right: 4px solid #4492eb;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.15);
}

.sideNavIcon{
    font-size: 24px;
    position: relative;
    right: 14px;
    top: 2px;
}

#containBody{
    width: calc(100% - 205px);
    /* width: 100%!important; */
    /* min-width: 1116px; */
    float: right;
    background-color: #f2fafe;
    position: relative;
    margin-left: 0;
    overflow: auto;
}
.slimScrollDiv{
    float: left;
}
.topTitleDropMenu{
    display: none;
    background: #4492eb;
    position: absolute;
    top: 60px;
    width: 200px;
    /*height: 40px;*/
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 999;
    overflow: hidden;
}

.topTitleDropMenu span {
    display: inline-block;
    height: 38px;
    width: 200px;
    color: #ffffff;
    float: left;
    font-size: 14px;
    line-height: 38px;
    z-index: 999;
    /*border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;*/
    cursor: pointer;
}

.topTitleDropMenu span>a{
    display: block;
}

.topTitleDropMenu span:hover{
    background-color: #3f87d9;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #acacac;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #acacac;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #acacac;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #acacac;
}

#largescreen {
    /* width: 0;
    height:0;
    border: 21px solid #242b32; */
    width: 205px;
    height: 48px;
    background: #3F424E;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}

#largescreen a {
	float: left;
    width: 33.3%;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

#largescreen .iconfont {
	font-size: 18px;
}

.largeimg1{
	color: #F6528C;
}

.largeImg2{
	color: white;
}

.largeImg3{
    color:#4492eb;
}

.firstBar{
    height:auto!important;
}

.sideNavIconTwo{
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 4px;
}

.secondBar{
     margin-left: -10px;
    margin-right: -10px;
    background-color:rgba(0,0,0,0.08);
    display: none;
}
#largescreennav{
    width: 200px;
    height: 48px;
    bottom: 0;
    left: 0;
    z-index: 999;
}
#largescreennav a{
    float: left;
    width: 33.3%;
    height: 48px;
    line-height: 48px;
    text-align: center;
}