/* main page */
.b-main-view {
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
}

.b-sky-bg {
    height: 100%;
    margin: 0 0 -554px 0;
    min-height: 554px;
    min-width: 762px;
    overflow: hidden;
    position: relative;
}

.b-sky-bg img {
    border: 0 none;
    position: absolute;
    top: 0;
    width: 100%;
}

.b-portrait {
    font-size: 0;
    height: 554px;
    line-height: 0;
    margin: 0 0 -207px 0;
    position: relative;
    text-align: center;
}

.b-portrait__container {
    outline: 0 none;
    -moz-outline: 0 none;
    -o-outline: 0 none;
    -webkit-outline: 0 none;
    -khtml-outline: 0 none;
}

.b-portrait__img {
    border: 0 none;
}

.b-name {
    background: transparent url(../i/name.png) no-repeat center center;
    height: 134px;
    position: relative;
}

.b-name__text {
    display: none;
}

.b-official {
    background: #028BB8 url(../i/official.png) no-repeat center center;
    height: 73px;
    position: relative;
}

.b-official__text {
    display: none;
}