body {
    position: relative;
    padding-top: 30px !important;
    /* min-width: 1050px; */
    min-width: 1200px;
}

.hide {
    display: none !important;
}

.hidden {
    visibility: hidden !important;
}

.g-top-bar {
    width: 100%;
    height: 32px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    /* background: url(../images/gd.jpg); */
    background: #f1f6fc;
    border-bottom:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
}

.g-top-bar-panel {
    position: relative;
    /* width: 1050px; */
    width: 1200px;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.g-top-bar-panel > ul {
    position: absolute;
    padding: 0px;
    top: 0;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin: 0;
}

.g-top-bar-panel > ul li {
    list-style: none;
    position: relative;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
}

.g-top-bar-panel > ul li a font{ 
    color: #666666 !important;
}
.g-top-bar-other li a {
    color: #666666 !important;
}

#no_login li a {
    color: #666666 !important;
}

.g-top-bar-other {
    /* left: 58%; */
    left: 64%;
    float: right;
}

.g-top-bar-other li {
    text-align: center;
}

.g-top-bar-other li a {
    color: #fff;
}

.g-top-bar-other li a:hover {
    color: #fff;
    text-decoration: underline;
}

.g-top-bar-login {
    right: 0;
}

.g-top-bar-login li {
    width: 40px;
    text-align: center;
}

.g-top-bar-login li a {
    color: #fff;
}

.g-top-bar-login li a:hover {
    color: #fff;
    text-decoration: underline;
}

.g-top-bar-user {
    right: 0;
}

.g-top-bar-user a {
    color: #666666;
}

.g-top-bar-user a:hover {
    color: #f87b03;
}

.g-top-bar-user .remind {
    position: absolute;
    top: 11px;
    left: 45px;
    width: 6px;
    height: 6px;
    overflow: hidden;
    line-height: 6px;
    background-color: #ff3b30;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.g-top-bar-user .user {
    padding: 0px;
}

.g-top-bar-user .user a {
    display: block;
    float: left;
}

.g-top-bar-user .user .user-head {
    width: 20px;
    height: 20px;
    margin-top: 6px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.g-top-bar-user .user .user-head img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.g-top-bar-user .user .user-name {
    width: 6em;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-top-bar-user .user .logout {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-top-bar-user .user .user-lout {
    width: 15px;
    height: 15px;
    margin-top: 8.5px;
    margin-right: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.g-top-bar-user .user .user-lout img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.g-top-bar-user .message,
.g-top-bar-user .setting {
    /*width: 60px;*/
    text-indent: 10px;
    background: url(../images/ico_topbar_dropdown.png) no-repeat 50px 15px;
}

.g-top-bar-user .message.hover,
.g-top-bar-user .setting.hover {
    background: url(../images/ico_topbar_dropup.png) no-repeat 50px 15px;
}

.g-drop-down {
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 999;
    width: 100%;
}

.g-drop-down .g-drop-down-panel {
    position: relative;
    /* width: 1050px; */
    width: 1200px;
    margin: 0 auto;
}

.g-drop-down .dropdown {
    position: absolute;
    top: 30px;
    width: 84px;
}

.g-drop-down .dropdown .dropdown-well {
    padding: 10px 0;
}

.g-drop-down .dropdown .triangle {
    position: relative;
    top: -10px;
    left: 33px;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    margin: 0 auto;
}

.g-drop-down .dropdown .dropdown-ewm {
    display: block;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.g-drop-down .dropdown .dropdown-ewm img {
    display: block;
    width: 70px;
    height: 70px;
}

.g-drop-down .dropdown .dropdown-text {
    height: 20px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    text-indent: 28px;
    color: #fff;
}

.g-drop-down .dropdown .dropdown-line {
    display: block;
    width: 70px;
    height: 1px;
    margin-top: 8px;
    overflow: hidden;
    line-height: 1px;
    background-color: #666;
    border: 0 none;
}

.g-drop-down .dropdown.setting {
    right: 0;
}

.g-drop-down .dropdown.message,
.g-drop-down .dropdown.setting {
    position: absolute;
    top: 15px;
    width: 84px;
    background-color: rgba(11, 124, 169, 0.91);
}

.g-drop-down .dropdown.message p,
.g-drop-down .dropdown.setting p {
    height: 20px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    text-indent: 18px;
}

.g-drop-down .dropdown.message p a,
.g-drop-down .dropdown.setting p a {
    display: block;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.g-drop-down .dropdown.message p a:hover,
.g-drop-down .dropdown.setting p a:hover {
    color: #fff;
    background-color: #ff9500;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
