/* ---------- 全局样式 ---------- */



.button {
    background-color: #4fc08d !important;
    color: #fff !important;
}



#header {
    height: 50px;
    width: 100%;
    background-color: #89BF04;
    margin:0 0 20px 0;
}
#header .swagger-ui-wrap {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    /*left: 50%;*/
}
#header #logo {
    float: left;
    font-size: 1.5em;
    font-size: 25px;
    color: #ffffff;
    display: block;
    height: 100%;
    width: 300px;
    border-bottom: 3px solid #4fc08d;
}
#header .logo__img {
    margin: 10px 0;
    float: left;
}
#header #logo .logo__title {
    display: block;
    float: left;
    margin: 15px 0;
    width: 115px;
    text-align: center;
}

#header .sign-operation {
    margin: 30px 0 0 0;
    float: right;
    height: 16px;
}