﻿@charset "utf-8";

/* ===== reset ===== */
html {
    font-size: 62.5%;
    height: 100%;
    /* 默哀开启 */
    /* -webkit-filter: grayscale(1); */
    /* filter: grayscale(1); */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #2C2C2C;
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    height: 100%;
    font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif, \5b8b\4f53, sans-serif;
    ;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i,
b {
    font-style: normal;
    font-weight: normal;
}

pre,
code,
kbd,
samp,
tt {
    font-family: "courier new", courier, monospace;
    line-height: 100%;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

fieldset,
img {
    border: 0;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000000;
}

a {
    text-decoration: none;
    color: #9a9a9a;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #236dc9;
}

a:active {
    color: Red;
    outline: none;
}

img {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* img{
     -webkit-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray; 
} */

/* .page{font-family:"微软雅黑";min-width:1480px;margin:0 auto;}
.header{width:100%;height:64px;background:#000;overflow:hidden;}
.header_cont{width:1480px;height:100%;margin:0 auto;position:relative;}
.header_cont .logo{position:relative;top:5px;}
.header_cont .tablist{height:100%;position:absolute;right:30px;top:0;}
.navbar-nav li{float: left;width:144px;height:64px;line-height:64px;;font-size:24px;color:#fff;text-align:center;cursor: pointer;text-align: center;}
.navbar-nav li.cur,.navbar-nav li:hover{color:#ffe14c;}
.navbar-nav li a{display: block;}
.navbar-nav li a:hover{color:#ffe14c;} */
.header {
    width: 100%;
    background-color: #fff;
    min-width: 1480px;
}

.navbar {
    max-width: 1480px;
    background-color: #fff !important;
    margin: 0 auto;
    border: none;
    min-height: 64px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand .logo {
    position: relative;
    top: 6px;
    max-width: 200px;
    max-height:54px;
}

.navbar-nav {
    float: right;
}

.navbar .navbar-nav li {
    width: 124px;
    height: 64px;
    line-height: 64px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    text-align: center;
}

.navbar .navbar-nav li.active,
.navbar-nav li:hover {
    color: #333 !important;
}

/*background-color: #ffe14c;**/
.navbar .navbar-nav li a {
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 64px;
}

.navbar .navbar-nav li a:hover {
    color: #ffe14c !important;
}

.navbar .navbar-collapse {
    border: none;
}

.swiper-container {
    width: 100%;
    min-width: 1480px;
    overflow: hidden;
}

.banner {
    width: 100%;
    min-width: 1480px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.mainCont {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    min-width: 1480px;
}

.mainCont .gamebox {
    max-width: 1480px;
    margin: 50px auto 0;
}

.mainCont .gamebox .title {
    font-size: 50px;
    color: #333;
    position: relative;
    height: 50px;
    line-height: 50px;
}

.mainCont .gamebox a {
    display: block;
    width: 200px;
    height: 45px;
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 5px;
    left: 110px;
}

/*background-color: #ffe14c;**/
.mainCont .gamelist {
    text-align: center;
}

.mainCont .gamelist li {
    text-align: center;
    margin-top: 30px;
}

.mainCont .gamelist li .pic {
    width: 100%;
    max-width: 360px;
}

.mainCont .gamelist li .icon {
    width: 27%;
    max-width: 100px;
    transform: translate(0, -55%);
    -webkit-transform: translate(0, -55%);
}

.other {
    padding-bottom: 50px;
    width: 1420px;
    margin: 0 auto;
}

.other .friend {
    width: 100%;
    height: auto;
}

.other .friend img {
    width: 100%;
}

.other .atten {
    text-align: center;
    padding-top: 50px;
}

.other .atten .title {
    font-size: 30px;
    color: #333;
}

.other .atten .desc {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    margin-top: 10px;
}

.gameCont {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    min-width: 1480px;
}

.gameCont .gamebox {
    width: 1390px;
    margin: 0 auto;
    padding-top: 60px;
}

.gameCont li {
    width: 670px;
    height: 600px;
    float: left;
    margin-bottom: 60px;
    box-shadow: 2px 2px 10px #ddd;
}

.gameCont li:nth-child(2n+1) {
    margin-right: 50px;
}

.gameCont li .pic {
    width: 100%;
    height: 446px;
}

.gameCont li .content {
    width: 100%;
    height: 154px;
    background-color: #fff;
}

.gameCont li .content .title {
    font-size: 40px;
    text-indent: 40px;
    color: #333;
    padding-top: 30px;
}

.gameCont li .content .desc {
    font-size: 24px;
    text-indent: 40px;
    color: #333;
    margin-top: 10px;
}

.aboutCont {
    background-color: #f4f4f4;
    min-width: 1480px;
}

.aboutPaper {
    width: 1440px;
    margin: 50px auto 0;
}

.aboutPaper .title {
    font-size: 36px;
    color: #656565;
    line-height: 40px;
}

.aboutPaper .title span {
    font-size: 16px;
    display: block;
    line-height: 16px;
}

.aboutPaper .content {
    margin-top: 20px;
}

.aboutPaper .box {
    padding: 70px 0 75px;
    border-top: 1px solid #aaa;
}

.aboutPaper .box .desc {
    width: 600px;
    font-size: 24px;
    color: #656565;
    line-height: 44px;
}

.aboutPaper .box .pic {
    width: 800px;
}

.aboutPaper .dream {
    border-top: 1px solid #aaa;
    text-align: center;
    padding-bottom: 180px;
}

.aboutPaper .dream .tip {
    width: 220px;
    text-align: center;
    background-color: #f4f4f4;
    font-size: 24px;
    color: #343a40;
    margin: -18px auto 0;
}

.aboutPaper .dream .p1 {
    font-size: 44px;
    color: #282828;
    margin-top: 50px;
}

.aboutPaper .dream a {
    width: 178px;
    height: 58px;
    display: block;
    background-color: #ffe14c;
    line-height: 58px;
    font-size: 29px;
    color: #000;
    margin: 40px auto 0;
}

.footer {
    width: 100%;
    min-width: 1480px;
    height: 180px;
    background-color: #111111;
    text-align: center;
    color: #fff;
}

.footer .number {
    font-size: 24px;
    padding-top: 50px;
    display: block;
    color: #fff;
}

.footer p {
    font-size: 14px;
    margin-top: 20px;
}

@media (max-width: 768px) {

    /*.navbar-brand .logo{width:100px;height:auto;top:6px;}*/
    .navbar,
    .swiper-container,
    .banner,
    .footer,
    .aboutCont,
    .mainCont,
    .other,
    .header,
    .gameCont {
        min-width: 0;
    }

    .navbar {
        min-height: 36px;
    }

    .navbar-brand .logo {
        position: relative;
        top: 6px;
        width: auto;
        height: 32px;
    }

    .navbar .navbar-nav li {
        width: 124px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }

    .navbar .navbar-nav li a {
        line-height: 36px;
    }

    .navbar-nav {
        float: left;
    }

    .mainCont {
        background-color: #f4f4f4;
        padding-bottom: 0;
    }

    .mainCont .gamebox {
        margin: 10px auto 0;
    }

    .mainCont .gamebox .title {
        font-size: 28px;
        color: #333;
        position: relative;
        height: 40px;
        line-height: 40px;
        padding-left: 20px;
    }

    .mainCont .gamebox a {
        display: block;
        width: 120px;
        height: 32px;
        background-color: #ffe14c;
        font-size: 14px;
        color: #000;
        text-align: center;
        line-height: 32px;
        position: absolute;
        top: 5px;
        left: 90px;
    }

    .mainCont .gamelist li {
        text-align: center;
        margin-top: 0px;
    }

    /*.mainCont .gamelist{position: relative;top:-30px;}*/
    .other {
        width: 100%;
        overflow: hidden;
    }

    .other .atten {
        text-align: center;
        padding-top: 15px;
    }

    .other .atten .title {
        font-size: 18px;
        color: #333;
    }

    .other .atten .desc {
        font-size: 12px;
        color: #333;
        line-height: 20px;
        margin-top: 10px;
    }

    .other .friend {
        width: 120%;
        height: auto;
        margin-left: -10%;
    }

    .footer {
        width: 100%;
        height: 120px;
        background-color: #111111;
        text-align: center;
        color: #fff;
    }

    .footer .number {
        font-size: 16px;
        padding-top: 30px;
    }

    .footer p {
        font-size: 10px;
        margin-top: 10px;
    }

    .gameCont {
        background-color: #f4f4f4;
        padding-bottom: 10px;
    }

    .gameCont .gamebox {
        width: 100%;
        margin: 0 auto;
        padding-top: 1rem;
    }

    .gameCont li {
        width: 94%;
        margin: 0 3% 10px;
        box-shadow: 2px 2px 10px #ddd;
        height: auto;
    }

    .gameCont li:nth-child(2n+1) {
        margin-right: 0;
    }

    .gameCont li .pic {
        width: 100%;
        height: auto;
    }

    .gameCont li .content {
        width: 100%;
        height: 84px;
        background-color: #fff;
    }

    .gameCont li .content .title {
        font-size: 24px;
        text-indent: 20px;
        color: #333;
        padding-top: 10px;
    }

    .gameCont li .content .desc {
        font-size: 14px;
        text-indent: 20px;
        color: #333;
        margin-top: 5px;
    }

    .aboutPaper {
        width: 100%;
        margin: 20px auto 0;
    }

    .aboutPaper .title {
        font-size: 28px;
        color: #656565;
        line-height: 36px;
        padding-left: 15px;
    }

    .aboutPaper .title span {
        font-size: 16px;
        display: block;
        line-height: 16px;
    }

    .aboutPaper .box {
        padding: 20px 15px 20px;
        border-top: 1px solid #aaa;
        width: 100%;
    }

    .aboutPaper .box .desc {
        width: 100%;
        font-size: 18px;
        color: #656565;
        line-height: 27px;
        float: none;
        margin-top: 10px;
    }

    .aboutPaper .box .pic {
        width: 100%;
        float: none;
    }

    .aboutPaper .box .pic img {
        width: 100%;
        height: auto;
    }

    .aboutPaper .dream {
        border-top: 1px solid #aaa;
        text-align: center;
        padding-bottom: 50px;
        margin-top: 30px;
    }

    .aboutPaper .dream .tip {
        width: 220px;
        text-align: center;
        background-color: #f4f4f4;
        font-size: 24px;
        color: #343a40;
        margin: -18px auto 0;
    }

    .aboutPaper .dream .p1 {
        font-size: 32px;
        color: #282828;
        margin-top: 30px;
    }

    .aboutPaper .dream a {
        width: 120px;
        height: 40px;
        display: block;
        background-color: #ffe14c;
        line-height: 40px;
        font-size: 20px;
        color: #000;
        margin: 20px auto 0;
    }
}