.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #04206A;
    height: 50px;
    border-bottom: .02rem solid #eee;
    box-shadow: 0 0.04rem 0.08rem rgba(0,0,0,.1);
    z-index: 8;
}

.top-mune {
    position: absolute;
    z-index: 9;
    line-height: 50px;
    text-align: center;
}

.top-mune .iwd-left {
    max-width: 20px;
    height: 20px;
    position: fixed;
    left: 10px;
    top: 15px;
}

.top-mune .iwd-right {
    max-width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    top: 5px;
}

.top a {
    max-width: 100%;
    height: 100%;
}

.top .iwd {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

.nbody img {
    text-indent: 0px;
}

.nbody > strong {
    padding-top: 10px;
}

.wd {
    padding-top: 50px;
}

.mscon .title {
    font-size: 24px;
}