/* application: release */
#pageMain {
    display: table; }
    #pageMain > .header {
        height: 115px;
        line-height: 115px;
        padding-left: 66px;
        padding-right: 66px; }
        #pageMain > .header .block {
            display: inline-block;
            vertical-align: middle;
            width: 1148px;
            background: no-repeat left top;
            text-align: center;
            position: relative; }
    #pageMain > .body {
        display: table; }
        #pageMain > .body > .arrow {
            display: table-cell;
            padding-top: 224px; }
        #pageMain > .body > .arrow.left {
            width: 46px; }
        #pageMain > .body > .arrow.right {
            width: 46px; }
        #pageMain > .body > .content {
            width: 1184px;
            display: table-cell;
            text-align: center; }
    #pageMain > .footer {
        display: table;
        width: 100%;
        height: 100px;
        background-image: url("../img/black.40.png");
        position: absolute;
        bottom: 0; }
        #pageMain > .footer .block {
            display: table-cell;
            vertical-align: middle;
            padding: 0 66px 0 66px;
            line-height: 100px; }

#pmLogo {
    position: absolute;
    top: 36px;
    left: 68px;
    right: auto;
    width: 200px;
    height: 94px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain; }
    #pmLogo.right {
        left: auto;
        right: 208px;
        background-position: right; }

#pmIcons {
    left: 0;
    top: 0;
    height: 84px;
    float: left;
    line-height: 84px;
    margin-left: 254px; }
    #pmIcons .theme-icon {
        width: 22px;
        display: inline-block;
        height: 84px;
        line-height: 84px;
        margin-left: 20px; }
        #pmIcons .theme-icon:before {
            margin-top: 62px;
            width: 22px;
            height: 22px;
            line-height: 22px; }

#pmGroupList {
    margin: 0 auto;
    background-color: transparent;
    width: auto;
    border-spacing: 30px 0;
    border-collapse: separate; }
    #pmGroupList > .item {
        width: 46px;
        height: 46px;
        padding: 0;
        background-color: rgba(23, 23, 23, 0.3); }
        #pmGroupList > .item > .body {
            width: 100%;
            height: 100%;
            position: relative;
            background-repeat: no-repeat;
            background-position: center; }
            #pmGroupList > .item > .body > .title {
                visibility: hidden;
                height: 34px;
                line-height: 34px;
                position: absolute;
                left: -92px;
                top: 100%;
                text-align: center;
                width: 230px;
                font-size: 20px; }
            #pmGroupList > .item > .body > .active {
                visibility: hidden; }
        #pmGroupList > .item.focus > .body > .title {
            visibility: inherit; }

#pmTime {
    z-index: 10;
    font-size: 26px;
    height: 46px;
    line-height: 50px;
    position: fixed;
    left: auto;
    right: 68px;
    top: 36px;
    background-color: rgba(23, 23, 23, 0.3);
    padding: 0 7.5px; }
    #pmTime.withData {
        float: right;
        font-size: 40px;
        background: none;
        width: 100px;
        height: 40px;
        line-height: 46px;
        padding: 0;
        margin: 0;
        right: 0;
        top: 0;
        position: relative;
        display: inline-block;
        overflow: hidden; }

.dateBlock {
    top: 48px;
    right: 82px;
    font-size: 18px;
    display: inline-block;
    font-family: "Ubuntu";
    position: absolute;
    float: right; }

#pmDate {
    margin-right: 26px;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    display: inline-block;
    font-family: "Ubuntu"; }
    #pmDate .day {
        float: top; }
    #pmDate .mounth {
        float: top; }

#pmArrowLeft {
    width: 100%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/720//arrow.left.png"); }
    #pmArrowLeft:hover {
        background-color: rgba(0, 0, 0, 0.3); }

#pmArrowRight {
    width: 100%;
    background-color: transparent;
    background-image: url("../img/720//arrow.right.png");
    background-position: center;
    background-repeat: no-repeat; }
    #pmArrowRight:hover {
        background-color: rgba(0, 0, 0, 0.3); }

#pmGrid {
    position: relative;
    height: 100%;
    width: 100%; }
    #pmGrid > .spa-component-grid {
        position: absolute;
        visibility: hidden;
        display: inline-block;
        background: transparent;
        top: 0px;
        left: 0; }
        #pmGrid > .spa-component-grid > table {
            width: inherit;
            border-spacing: 16px 46px;
            border-collapse: separate; }
        #pmGrid > .spa-component-grid td.item {
            padding: 0;
            height: 168px;
            width: 178px; }
            #pmGrid > .spa-component-grid td.item > .body {
                position: relative;
                height: 168px;
                width: 178px; }
                #pmGrid > .spa-component-grid td.item > .body > .normal, #pmGrid > .spa-component-grid td.item > .body > .active {
                    position: absolute;
                    padding: 4px; }
                    #pmGrid > .spa-component-grid td.item > .body > .normal > .content, #pmGrid > .spa-component-grid td.item > .body > .active > .content {
                        height: 100%;
                        width: 100%;
                        position: relative; }
                        #pmGrid > .spa-component-grid td.item > .body > .normal > .content > .icon, #pmGrid > .spa-component-grid td.item > .body > .active > .content > .icon {
                            position: absolute;
                            background-repeat: no-repeat;
                            background-position: center; }
                        #pmGrid > .spa-component-grid td.item > .body > .normal > .content > .name, #pmGrid > .spa-component-grid td.item > .body > .active > .content > .name {
                            position: absolute;
                            bottom: 0;
                            text-transform: uppercase;
                            height: 36px;
                            line-height: normal;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            overflow: hidden;
                            font-weight: bold;
                            font-size: 20px; }
                        #pmGrid > .spa-component-grid td.item > .body > .normal > .content > .locked, #pmGrid > .spa-component-grid td.item > .body > .active > .content > .locked {
                            position: absolute;
                            left: 0;
                            top: 0;
                            height: 64px;
                            background-image: url("../img/720//lock.png");
                            padding: 0;
                            width: 64px; }
                    #pmGrid > .spa-component-grid td.item > .body > .normal > .overlay, #pmGrid > .spa-component-grid td.item > .body > .active > .overlay {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%; }
                #pmGrid > .spa-component-grid td.item > .body > .normal {
                    height: 100%;
                    width: 100%;
                    font-size: 20px;
                    z-index: 2; }
                    #pmGrid > .spa-component-grid td.item > .body > .normal > .content > .icon {
                        width: 178px;
                        height: 124px; }
                    #pmGrid > .spa-component-grid td.item > .body > .normal > .content > .name {
                        width: 178px; }
                    #pmGrid > .spa-component-grid td.item > .body > .normal > .overlay {
                        background: url("../img/720//icons/shadow.normal.png") center no-repeat; }
                #pmGrid > .spa-component-grid td.item > .body > .active {
                    visibility: hidden;
                    font-size: 24px;
                    left: -22px;
                    top: -21px;
                    height: 218px;
                    width: 230px;
                    z-index: 3; }
                    #pmGrid > .spa-component-grid td.item > .body > .active > .content > .icon {
                        width: 230px;
                        height: 160px; }
                    #pmGrid > .spa-component-grid td.item > .body > .active > .content > .name {
                        width: 230px;
                        height: 42px;
                        line-height: 42px;
                        font-size: 24px; }
                    #pmGrid > .spa-component-grid td.item > .body > .active .overlay {
                        background: url("../img/720//icons/shadow.active.png") center no-repeat; }
            #pmGrid > .spa-component-grid td.item.focus {
                background-color: transparent;
                color: white; }
            #pmGrid > .spa-component-grid td.item.disable {
                background-color: transparent; }
        #pmGrid > .spa-component-grid.focus td.item.focus > .body > .active {
            visibility: inherit; }
        #pmGrid > .spa-component-grid.focus td.item.focus > .body > .normal {
            visibility: hidden; }

#pmItemDesc {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    width: 1148px;
    padding: 0 2%;
    box-sizing: border-box; }
