* {
    margin: 0;
    padding: 0;
    border: none;
}
body{
    font-family: Arial, Helvetica, sans-serif;
}
a{ text-decoration:none}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}
.home-header-right div {
    float: left;
    text-align: center;
    color: #fff;
    line-height: 32px;
    border-radius: 16px;
}
#userName,#userImg{
    cursor: pointer;
}
.zuo-hide{
    position: absolute;
    left: 348px;
    top:30%;
    width: 18px;
    height: 34px;
    border-radius:3px;
    border-right: 1px #cccccc solid;
    -moz-box-shadow:5px 1px 4px #b2b2b2;
    -webkit-box-shadow:1px 0px 1px #b2b2b2;
    box-shadow:1px 0px 1px #b2b2b2;
    line-height: 34px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}
.login-out{
    position: absolute;
    top: 36px;
    width: 238px;
    height: 84px;
    background: #ffffff;
    right: 0;
    padding: 10px 15px;
    font-family: "Segoe UI", Segoe, Tahoma, Arial, Verdana, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04)
}
.login-out div{
    color:#000000 !important;
}
.theme-font-color{
    cursor: pointer;
}
.white-text{
    color:#ffffff
}
.gray-text{
    color:#656565
}
input[type=checkbox], input[type=radio]{
    vertical-align: middle;
}
