#header {
    width: 100%;
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    z-index: 9;
}

#header .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 1200px;
    height: 100%;
    margin: auto;
}

#header .left {
    height: 40px;
}

#header .left .logo {
    height: 40px;
}

#header .left .name {
    text-align-last: justify;
    text-transform: uppercase;
}

#header .left .spell {
    margin-top: 3px;
}

#header .left .address {
    position: relative;
    margin: 20px 0 0 40px;
}

#header .tab {
    opacity: 0.5;
    padding-bottom: 2px;
}
#header .tab a {
    color: #000000;
}

#header .tab:hover {
    opacity: 0.7;
}

#header .active {
    opacity: 1;
    border-bottom: 2px solid var(--primary);
}

#header .avatar {
    border-radius: 24px;
    box-sizing: border-box;
    border: 1px solid var(--primary);
}

#header li {
    cursor: pointer;
}

.w-1200 {
    width: 1200px;
    margin: auto;
}

#app {
    background-color: #f7f7f7;
    min-height: 100vh;
    font-family: OpenSans;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 16px;
}
#app main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    flex: auto;
}

.content table{
    border-color: #dddddd;
}

.content table td {
    padding: 8px 8px;
}


.ys-999{
    color: #999;
}



#footer {
    width: 100%;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
}

#footer .filing {
    background-color: rgba(51, 51, 51, 0.9);
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#footer .content {
    width: 1200px;
    margin: auto;
    padding: 20px 0;
}

#footer .content a {
    color: inherit;
}

#footer a{
    color: #fff;
}

#footer .content dl {
    width: 260px;
    display: inline-block;
    vertical-align: top;
}

#footer .content dl dt {
    margin-bottom: 14px;
    font-size: 16px;
}

#footer .content dl dd {
    color: #999999;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
}