@charset "utf-8";
/* CSS Document */
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img, iframe {
    border: 0
}

img {
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}

code, pre {
    font-family: Consolas, "Courier New", monospace
}

ol, ul {
    list-style: none outside
}

textarea {
    overflow-y: auto;
    resize: none
}

b, em, i {
    font-style: normal
}

.vm {
    vertical-align: middle
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.dis {
    display: block
}

.undis {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.label {
    vertical-align: middle;
}

.label * {
    vertical-align: middle
}

.vmimg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    *display: block;
    overflow: hidden
}

.vmimg img {
    vertical-align: middle
}

.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    height: 1%
}

.loading {
    background: #FFF url(../img/loading.gif) no-repeat scroll 50% 50%
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    _background-image: url(about:blank);
    _background-attachment: fixed;
    zoom: expression(function(x){x.style.zoom="1";document.execCommand("BackgroundImageCache",false,true);}(this))
}








body {
    background: #fff;
    font-size: 14px;
    font-weight: 100;
}

.main_nav_page {
    position: fixed;
    width: 100vw;
    height: 100vh;
    color: #fff;
    overflow: hidden;
    background: #000;
    z-index: 999;
}

.main_content {
    position: relative;
    width: 100%;
    height: 200px;
    margin: -100px auto 0 auto;
    top: 50%;
}

.main_nav {
    position: relative;
    width: 200px;
    height: 200px;
    margin: auto;
}

.main_nav ul {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.main_nav ul li {
    position: absolute;
    list-style: none;
    text-align: center;
    font-size: 30px;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
}

.main_nav ul li span {
    display: block;
    position: relative;
    width: 142px;
    height: 142px;
}

.main_nav ul li.nav_top {
    width: 142px;
    height: 142px;
    top: -72px;
    left: 29px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}

.main_nav ul li.nav_top span {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 70px 0 0 70px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.logo_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    /*-webkit-transition: left 0.1s linear 0.4s, transform 0.3s linear 0.1s;*/
    /*-moz-transition: left 0.1s linear 0.4s, transform 0.3s linear 0.1s;*/
    /*-o-transition: left 0.1s linear 0.4s, transform 0.3s linear 0.1s;*/
    /*transition: left 0.1s linear 0.4s, transform 0.3s linear 0.1s;*/
}

@keyframes logoLeft {
    0% {
        left: 0px;
    }
    50% {
        left: -20px;
    }
    100% {
        left: 0px;
    }
}

@keyframes logoRight {
    0% {
        left: 0px;
    }
    50% {
        left: 20px;
    }
    100% {
        left: 0px;
    }
}

@keyframes logoMiddle {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(180deg);
    }
}

#logo_container:hover #logo_l {
    /*left: -20px;*/
    /*-webkit-transition-delay: 0s;*/
    /*-moz-transition-delay: 0s;*/
    /*-o-transition-delay: 0s;*/
    /*transition-delay: 0s;*/
    -webkit-animation: logoLeft 1s;
}

#logo_container:hover #logo_r {
    /*left: 20px;*/
    /*-webkit-transition-delay: 0s;*/
    /*-moz-transition-delay: 0s;*/
    /*-o-transition-delay: 0s;*/
    /*transition-delay: 0s;*/
    -webkit-animation: logoRight 1s;
}

#logo_container:hover #logo_m {
    /*-webkit-transform: rotateZ(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-oi-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
    -webkit-animation: logoMiddle 0.3s;
    -webkit-animation-delay: 0.3s;
}

.main_nav ul li.nav_left {
    width: 142px;
    height: 142px;
    top: 29px;
    left: -72px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: #fff;
}

.main_nav ul li.nav_left img {
    width: 100%;
}

.main_nav ul li.nav_left:hover {
    margin-left: -15px;
}

.main_nav ul li.nav_right {
    width: 142px;
    height: 142px;
    top: 29px;
    right: -72px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: #fff;
}

.main_nav ul li.nav_right img {
    width: 100%;
}

.main_nav ul li.nav_right:hover {
    margin-right: -15px;
}

.main_nav ul li.nav_bottom {
    width: 142px;
    height: 142px;
    bottom: -72px;
    left: 29px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    background: #fff;
}

.main_nav ul li.nav_bottom img {
    width: 100%;
}

.main_nav ul li.nav_bottom:hover {
    margin-bottom: -15px;
}

.main_page {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}

.back_nav {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: none;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
}

.back_nav img {
    width: 100%;
}

.arrow_container{
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.arrow_item {
    position: absolute;
    -webkit-transition: all 0.2s linear;
    width: 6px;
}
.c1 {
    top: 0px;
    left: 0px;
}
.c2 {
    top: 0px;
    right: 0px;
}
.c3 {
    bottom: 0px;
    left: 0px;
}
.c4 {
    bottom: 0px;
    right: 0px;
}
.c5 {
    top: 16px;
    left: 17px;
}
.c6 {
    top: 8px;
    left: 8px;
}
.c7 {
    top: 8px;
    right: 8px;
}
.c8 {
    bottom: 8px;
    left: 8px;
}
.c9 {
    bottom: 8px;
    right: 8px;
}
.c10 {
    top: 3px;
    left: 17px;
}
.c11 {
    top: 16px;
    left: 3px;
}
.c12 {
    top: 16px;
    right: 3px;
}
.c13 {
    bottom: 3px;
    left: 17px;
}

.go_up:hover .arrow_item {
    transform: rotate(0deg) !important;
    -webkit-transition: all 0.3s linear;
}
.go_left:hover .arrow_item {
    transform: rotate(-90deg) !important;
    -webkit-transition: all 0.3s linear;
}
.go_right:hover .arrow_item {
    transform: rotate(90deg) !important;
    -webkit-transition: all 0.3s linear;
}

.activeBack {
    display: block !important;
}




.main_page_title {
    font-size: 20px;
    width: 100%;
    color: #000;
    margin-bottom: 30px;
}

.main_page_title img {
    margin-top: -10px;
    margin-right: 20px;
}

.main_about .hr, .main_game .hr, .main_projects .hr {
    margin: 30px -40px 30px -40px;
}

.colorFix {
    color: #ff0000;
}

/*-----project style-----*\
\*-----------------------*/
.main_projects {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    color: #000;
}

.main_projects .project_list {
    position: relative;
}


.list_container {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 30px auto 0 auto;
    background: #fff;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #000;
}

.list_container a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.list_container:hover {
    background: #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

.list_container .list_thumb {
    position: relative;
    width: 50px;
    height: 50px;
    background: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: margin-left 1s linear;
    -moz-transition: margin-left 1s linear;
    -ms-transition: margin-left 1s linear;
    -o-transition: margin-left 1s linear;
    transition: margin-left 1s linear;
}

.list_thumb p {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.list_container:hover .list_thumb {
    -webkit-transition: margin-left 1s linear;
    -moz-transition: margin-left 1s linear;
    -ms-transition: margin-left 1s linear;
    -o-transition: margin-left 1s linear;
    transition: margin-left 1s linear;
    background: #fff;
    margin-left: 20px;
}

.list_container:hover .list_thumb p {
    color: #ff0000;
}

.list_title {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 150px;
    height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    text-transform: capitalize;
}

.list_title p {
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    color: #000;
}

.list_title p span {
    float: right;
}

.list_container:hover .list_title p {
    color: #fff;
}

/*-----about style-----*\
\*---------------------*/

.main_about {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    color: #000;
}

.about_info h2 {
    font-size: 20px;
}

/*-----game style-----*\
\*-------------------*/
.main_game {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    color: #000;
}

.clock_container {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
}

.clock_container img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    -webkit-transition: all 0.5s linear;
}

.solar_container {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
}

.solar_container img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    -webkit-transition: all 0.5s linear;
}

/*-----login style-----*\
\*---------------------*/

.formContainer {
    border: 5px double #000;
    margin-top: 13%;
}
.loginFormTitle {
    margin-top: 35px;
    margin-bottom: 45px;
}
.loginFormTitle img {
    width: 80px;
}
.formContainer form {
    margin: 0 20px 50px 20px;
}
.formContainer form .row {
    margin-bottom: 20px;
}
.formContainer form .row:last-child {
    margin-top: 40px;
}


.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 30px;
    line-height: 30px;
    color: #fff;
    z-index: 999;
}

.fixed a {
    color: inherit;
}

.switchFixed {
    color: #000;
}







