
@font-face {
    font-family: KudosSSK_Bold;
    src: url(../static/font/KudosSSK_Bold.ttf);
}
@font-face {
    font-family: KudosSSK_Regular;
    src: url(../static/font/KudosSSK_Regular.ttf);
}

body {
    margin: 0;
    font-family: KudosSSK_Regular, Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}

.nav {
    height: 56px;
    line-height: 56px;
    font-size: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: table;
    width: 100%;
}

.nav ul {
    margin: 0;
}

.nav ul li {
    list-style-type: none;
    display: inline-block;
}

.nav ul li span {
    display: block;
    height: 2px;
    margin: 0 25px 0 25px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}

.nav ul li:hover span {
    transform: scaleX(1);
}

.nav_box {
    height: 56px;
    overflow: hidden;
    transition: height 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.nav > div {
    display: table-cell;
}

.nav .left {
    padding-left: 10%;
    width: 40%;
}

.nav .left img {
    height: 25px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: auto;
}

.nav .right {
    text-align: right;
    padding-right: 10%;
}

.nav .right a {
    display: block;
    margin: 0 25px 0 25px;
    color: #fff;
    height: 40px;
    text-decoration: none;
}


.top {
    position: relative;
    overflow: hidden;
    margin-bottom: -1%;
    height: 100vh;
    background-color: #f5f8ff;
}

.top video{
    width: 100%;
    height: 100vh;
    object-fit: fill;
}


.top img {
    width: 12vw;
}

.top .text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.top .fade_in{
    width: 100%;
    height: 230px;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(#ffffff00, #000000);
    text-align: center;
    color: #fff;
    padding-top: 70px;
}

.top .fade_in .left{
    font-size: 100px;
    font-family: KudosSSK_Bold;
}

.top .fade_in .right{
    font-size: 44px;
}

.top .fade_in .right p{
    margin: -17px 0;
    font-family: KudosSSK_Bold;
}

.top .fade_in div{
    display: inline-block;
}

.top .fade_in img{
}

.top .text .pc p {
    font-size: 4.5vw;
    margin: 0;
}

.top .text .data {
    font-size: 2.5vw;
}

.top .text .data p {
    margin-top: 3%;
    margin-bottom: -2.5%;
}

.items {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.margintop {
    margin-top: 5%;
}

.items h2 {
    font-size: 75px;
    font-weight: 400;
    margin-top: 12%;
    margin-bottom: 10%;
    font-family: KudosSSK_Bold;
}

.bg_company .items h2 {
    margin-top: 9%;
}

.join h2 {
    margin: 0 !important;
}

.items > .desc {
    margin-bottom: 3%;
    font-size: 2vw;
    font-weight: 300;
    color: #636363;
}

.products {
    font-size: 0px;
}

.products .product {
    width: 50%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: -4px;
}

.products .product .more {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(34, 24, 21, 0.8);
    padding-top: 25%;
    transition: opacity 0.5s;
}

.products .product .more .logo {
    width: 20%;
}

.products .product .more .title {
    font-size: 2vw;
}

.products .product .more .desc {
    transition: margin-top 0.5s, opacity 0.5s;
    font-size: 1.5vw;
    margin-top: 15%;
    opacity: 0;
    padding: 0 5%;
}

.products .bg {
    width: 100%;
    transition: filter 0.5s, transform 0.5s;
}

.products .product:hover .bg {
    filter: blur(3px);
    transform: scale(1.2);
}

.products .product:hover .more {
    opacity: 1;
}

.products .product:hover .more .desc {
    opacity: 1;
    margin-top: 1%;
}

.company {
    overflow: hidden;
}

.company > div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.company .left {
    text-align: left;
}

.company .left .title {
    font-size: 2vw;
    font-weight: 700;
    font-family: KudosSSK_Bold;
}

.company .left .subtitle {
    font-size: 1.2vw;
    margin-bottom: 3%;
}

.company .left .desc {
    color: #666666;
    padding-right: 10%;
    font-size: 1.3vw;
    font-weight: 500;
}

.company .right {
    position: relative;
}

.company .right .imgs {
    white-space: nowrap;
    overflow: hidden;
}

.company .right .imgs img {
    width: 100%;
    display: inline-block;
    transition: margin-left 1s;
    transition-timing-function: ease;
    margin: 0 5px;
}

.company .right .point {
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 180px;
    transform: translateX(-50%);
}

.company .right .point span {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #ccc;
}


.company .right .point span.active {
    background-color: #a3a3a3;
}

.bg_company {
    width: 100%;
    background-color: #f5f8ff;
    padding: 4% 0;
}


.benefits {
    height: 37vw;
    margin-bottom: 5%;
}

.benefits .benefit {
    transition: margin-top 0.5s, height 0.5s;
    position: relative;
    display: inline-block;
    width: 19vw;
    height: 33vw;
    overflow: hidden;
    vertical-align: top;
}

.benefits .benefit:hover {
    height: 37vw;
    margin-top: -2%;
}

.benefits .benefit:hover img {
    margin-left: -5%;
}

.benefits .benefit img {
    transition: margin-left 0.5s;
    height: 110%;
}

.benefits .benefit .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.32);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.2vw;
    padding: 2% 0;
}

.join {
    background-position-y: 100%;
    background-position-x: center;
    background-image: url(//s.androidesk.com/imgs/sonow/join.jpg?version=1111111);
    background-size: cover;
}

.join h2 {
    font-size: 3vw;
    padding-top: 5%;
}

.join, .join .desc {
    width: 100%;
    color: #000;
}

.joinus .h1 {
    font-size: 2vw;
    margin-bottom: 0;
}

.joinus .h2 {
    font-size: 2vw;
    margin: 0;
}

.joinus a {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    padding: 0.8% 3.5%;
    border-radius: 5px;
    display: inline-block;
    margin: 3% 0 10% 0;
    font-size: 2vw;
}


.bottom {
    color: #ccc;
    line-height: 4vw;
    background: #000;
}

.bottom .left {
    font-size: 14px;
    color: rgb(135 135 135);
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.bottom .right {
    float: right;
}

.clear {
    clear: left;
}

.games {
    width: 90%;
    max-width: 1281px;
}

.mobile {
    display: none !important;
}

.bg_company.mobile {
    margin: 0;
    font-size: 4vw;
    padding: 7% 0;
    margin-bottom: 5%;
}

.nav_button {
    text-align: center;
    position: relative;
    height: 50px;
}

.nav_button > div {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    transition: all 0.3s;
    transform-origin: 50%;
}

.nav_button span {
    position: absolute;
    left: 18px;
    display: block;
    width: 17px;
    height: 1px;
    background: #fff;
}

.nav_button > div.one.active {
    transform: rotate(45deg);
}

.nav_button > div.two.active {
    transform: rotate(-45deg);
}

.nav_button .one span {
    top: 23px;
}

.nav_button .two span {
    bottom: 23px;
}

.nav_button .two {
    margin-top: 5px;
}

.nav_button .two.active {
    margin-top: 0px;
}

.f32 {
    font-size: 32px;
    color: #2d4576;
}

@media screen and (max-width: 800px) {
    .w800 {
        display: none !important;
    }

    .nav {
        background-color: #000;
    }

    .nav .left {
        padding-left: 5%;
    }

    .nav .left img {
        position: absolute;
        top: 20px;
    }

    .nav .right {
        padding-right: 1%;
    }

    .products .product .more {
        padding-top: 20%;
    }

    .mobile {
        display: block !important;
    }

    .pc {
        display: none;
    }

    .top {
        margin-bottom: 0;
    }

    .top .fade_in .left{
        font-size: 15vw;
    }

    .top .fade_in .right{
        font-size: 6.6vw;
    }

    .top .fade_in .right p{
        margin: -10px 0;
    }

    .top .fade_in{
        height: 130px;
    }

    .top .text p {
        font-size: 10vw;
        margin: 0;
    }

    .top img {
        width: 40vw;
        margin-top: 0;
    }

    .top .text .mobile {
        margin-bottom: 5%;
    }

    .top .text h1 {
        font-size: 10vw;
        margin: 0 0 5% 0;
    }

    .top .text .data p {
        margin-bottom: -2.5%;
        font-size: 4.5vw;
        margin-top: -5%;
    }

    .nav .right a {
        display: block;
    }

    .items h2 {
        font-size: 9.5vw;
        margin-top: 16%;
        margin-bottom: 5%;
    }

    .bg_company.profile {
        padding: 0;
        margin-top: 0;
        background-color: #f0f2f5;
    }

    .profile .items {
        width: 100%;
    }

    .profile .items h2 {
        padding-top: 16%;
        margin-top: 0;
    }

    .profile .items > .desc {
        background-color: #fff;
    }

    .items > .desc {
        font-size: 4.5vw;
        margin-bottom: 0;
    }

    .games {
        width: 100%;
    }

    .products {
        margin-top: 3%;
    }

    .products .product {
        width: 100%;
    }

    .products .product .more .title {
        font-size: 6.5vw;
    }

    .products .product .more .desc {
        font-size: 3vw;
    }

    .company > div {
        width: 100%;
    }

    .company .left {
        padding-top: 3%;
    }

    .company .left .title {
        font-size: 6vw;
        text-align: center;
    }

    .company .left .desc {
        padding-right: 0;
        width: 95%;

        font-size: 3vw;
        margin: 0 auto;
    }

    .company .left .desc p {
        margin: 5% 0;
    }

    .fullw {
        width: 100%;
    }

    .benefits {
        height: auto;
        padding-top: 3%;
    }

    .benefits .benefit {
        width: 45vw;
        height: 73vw;
        margin-bottom: 1%;
    }

    .benefits .benefit:hover {
        height: 73vw;
        margin-top: auto;
    }

    .benefits .benefit:hover img {
        margin-left: auto;
    }

    .company, .company .left, .company .right {
        transform: rotateX(
                180deg
        );
    }

    .bottom {
        font-size: 3vw;
    }

    .benefits .benefit .desc {
        font-size: 3vw;
    }

    .f32 {
        font-size: 4vw;
    }

    .join{
        margin-top: 15%;
    }

    .join h2 {
        font-size: 5vw;
        padding-top: 5%;
    }

    .joinus .h1 {
        font-size: 3.5vw;
        margin-bottom: 0;
    }

    .joinus .h2 {
        font-size: 4.3vw;
        margin: 0;
    }

    .joinus a {
        padding: 2.8% 5.5%;
        border-radius: 5px;
        margin: 4% 0 5% 0;
        font-size: 4vw;
    }
}


@media screen and (max-width: 500px) {
    .bottom {
        text-align: center;
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    .bottom span {
        display: block;
    }

    .bottom .left, .bottom .right {
        float: none;
    }
}
