@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700&display=swap');

* {
    box-sizing: border-box
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0
}

body {
    font-family: 'PT Sans Caption', sans-serif;
    line-height: 1.4;
    background: #e8f8f5;
    color: #000;
    font-size: 15px;
    overflow-x: hidden
}

h1, h2, h3, h4, h5 {
    line-height: normal;
    font-weight: 600;
    margin: 0
}

a {
    color: #398dd8;
    text-decoration: none
}

a:hover, a:focus {
    text-decoration: none
}

a img {
    border: 0 none
}

img {
    max-width: 100%
}

textarea {
    resize: vertical
}

label {
    font-weight: 400
}

input, textarea, select, button, a, button:focus, button:active, img {
    outline: 0
}

hr {
    border: 0 none;
    border-top: 1px solid #dbe8ed;
    height: 1px
}

ul {
    margin: 0;
    list-style: disc outside
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

li {
    list-style-type: none
}

input[type="checkbox"] {
    width: auto;
    margin-right: 5px
}

.mask, .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999
}

.logo img {
    width: 252px;
    height: 70px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.speed-bar {
    padding: 8px 15px;
    position: relative;
    background: #fff;
    border: 1px solid #f5f5f5;
    margin: 15px 0;
    border-radius: 5px;
    min-height: 40px;
    display: flex;
    gap: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.content-box {
    position: relative;
    margin-top: 15px
}

.main-box {
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35)
}

.container {
    max-width: 1170px
}

.bars {
    font-size: 20px;
    display: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer
}

.bars i {
    font-size: 24px;
    margin: 4px 10px 4px 0
}

.mask {
    display: none
}

.mask.active {
    display: block
}

.navbar {
    background: linear-gradient(to bottom, #06a539, #328c09, #145f2c);
    width: 100%;
    height: 62px;
    z-index: 5
}

.navbar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.navbar .logo-img {
    flex-shrink: 0
}

.navbar .logo img {
    width: 180px;
    height: auto
}

.navbar ul:not(.prof-list) {
    display: flex;
    align-items: center
}

.navbar ul:not(.prof-list) li {
    position: relative;
    flex-shrink: 0
}

.navbar ul:not(.prof-list) > li a {
    color: #fff;
    padding: 15px 8px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.navbar ul:not(.prof-list) > li a:hover, .search-link.active {
    background: #06a539;
    color: #fff
}

.search_menu {
    position: relative;
    padding: 15px 0;
    background: #eee;
    display: none;
    transition: .3s;
    z-index: 9
}

.search_menu.active {
    display: block
}

#search-block {
    display: block;
    position: relative;
    background: #fff;
    padding: 2px;
    padding-right: 60px;
    border-radius: 5px
}

#search-block input[type="search"], #search-block button[type="submit"] {
    font-size: 15px;
    border-radius: 5px
}

#search-block input[type="search"] {
    transition: .2s;
    background: transparent;
    color: #000;
    border: 0;
    width: 100%;
    height: 40px;
    padding: 5px 15px
}

#search-block button[type="submit"] {
    position: absolute;
    font-family: "Montserrat", sans-serif;
    top: 1px;
    right: 1px;
    background: linear-gradient(to bottom right, #3c6b15, #52802e);
    border: 0;
    color: #fff;
    margin-left: 1px;
    font-size: 19px;
    width: 41px;
    height: 41px;
    cursor: pointer
}

#search-block button[type="submit"]:hover {
    background: #3aa802
}

#search-block input[type="search"]::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    color: #000
}

#search-block input[type="search"]:-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    color: #000
}

#search-block input[type="search"]:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    color: #000
}

.apps-box {
    position: relative
}

.apps-box h1, .apps-box h2 {
    font-size: 18px
}

.widget-title {
    text-align: center;
    font-size: 20px;
    margin: 15px 0;
    font-weight: 700;
    position: relative;
    padding: 0 0 10px;
    text-transform: uppercase
}

.widget-title.white-title {
    color: #fff;
    margin: 0
}

.widget-title.flex-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0
}

.widget-title a {
    background: #90b357;
    padding: 10px 20px;
    border: 3px solid #add66b;
    border-radius: 25px;
    color: #fff;
    transition: .2s;
    font-size: 14px
}

.widget-title a:hover {
    background: #a0ce56
}

.short-box {
    width: 20%;
    display: inline-block;
    vertical-align: middle
}

.search-page .short-box {
    width: calc(20% - 4px)
}

.short-box.hot-item {
    width: 100%;
}

.short {
    position: relative;
    background: #bcf0d8;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.19);
    min-height: 74px
}

.margin-10 {
    margin: 10px;
}

.short-box.hot-item .short {
    background: #006f4a;
    height: 105px;
    overflow: hidden;
    border-radius: 10px;
}

.top-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.top-flex .short {
    overflow: hidden;
    flex-basis: 0;
    flex-grow: 1
}

.short:hover {
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.26)
}

.short-img {
    position: relative;
    text-align: center;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px
}

.short-img .num-app {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 18px;
    color: #fff;
    background: #a0c661b3;
    z-index: 9;
}

.short-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out
}

.index-play-btn {
    display: block;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 10px auto 0;
    padding: 6px 0;
    background: linear-gradient(to bottom, #516ed8, #37507b)
}

.short:hover .short-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.short .title {
    position: relative;
    margin-left: 0
}

.short .title {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 10px;
    color: #000;
    white-space: nowrap;
    overflow: hidden
}

.short-box.hot-item .short .title .top_title {
    color: #fff;
    text-align: left
}

.short .app-info {
    text-align: left;
    font-size: 13px;
    color: #b4b4b4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.short-box.next .title {
    font-size: 17px;
    margin-top: -3px;
    color: #96c120
}

.short-cate-text {
    margin: 10px -15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px
}

.short-cate-text .short-cat {
    color: #e68827;
    overflow: hidden;
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.short-text {
    overflow: hidden;
    margin: 15px 0 8px;
    line-height: 17px
}

.short-box.hot-item .short-img {
    position: absolute;
    left: 8px;
    top: 7px;
    display: block;
    width: 90px;
    height: 90px
}

.short:hover .short-box.hot-item .short-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1)
}

.short-box.hot-item .title {
    margin-left: 95px;
    margin-top: 8px
}

.full-story .full-info li {
    position: relative;
    display: inline-block;
    width: calc(50% - 3px);
    padding: 7px 0 6px 20px;
    vertical-align: top;
    background: #fafafa;
    margin-bottom: 5px;
    box-sizing: border-box
}

ol {
    counter-reset: list;
    margin: 0 0 0 25px
}

ol li {
    counter-reset: list1;
    display: block;
    margin-bottom: 5px;
    min-height: 32px;
    padding: 5px 0 0 20px;
    position: relative
}

ol li::before {
    background: #ffdd2d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: counter(list, decimal);
    counter-increment: list;
    float: left;
    font-size: 12px;
    height: 20px;
    left: -10px;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 20px
}

.full-story .full-info ul li:after {
    position: absolute;
    top: 13px;
    left: 7px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #06a539
}

.full-story .full-info a {
    border-bottom: 1px dotted
}

.full-head {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 15px;
    display: block;
    border-radius: 10px;
}

.header-opacity {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-size: 450px;
    opacity: .8
}

.header-gradient {
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#36404c', GradientType=0);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none
}

.background-effect {
    position: absolute;
    z-index: -999998;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: .2;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.full-head .full-head-fe {
    position: relative;
    z-index: 3
}

.full-head .full-img {
    width: 140px;
    height: 140px;
    float: left;
}

.full-img img {
    border-radius: 10px;
    border: 3px solid #fff;
}

.full-head .full-title {
    width: calc(100% - 155px);
    float: left;
    color: #fff;
    padding-left: 15px
}

.full-head .full-title h1 {
    font-size: 20px;
    margin-bottom: 15px
}

.full-head .full-title h1 a {
    color: #eee
}

.full-head .cate-title {
    background: linear-gradient(to bottom right, #ffdc93, #fff0d3);
    color: #9e8960;
    padding: 7px 12px;
    border-radius: 5px;
    margin: 3px 0;
    height: 35px;
    width: fit-content;
}

.full-head .cate-title:hover {
    background: #18883c
}

.full-head .game-play {
    display: block;
    background: #06a539;
    color: #fff;
    padding: 7px 12px;
    border-radius: 5px;
    margin: 15px 0 0;
    text-align: center;
    max-width: 400px;
    font-size: 24px;
    font-weight: bold;
}

.full-head .game-play:hover {
    background: linear-gradient(to bottom right, #f3ca75, #ffe4b0);
    color: #716142
}

.footer {
    background: linear-gradient(to bottom, #06a539, #328c09, #145f2c);
    padding: 20px 0;
    color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.23)
}

.copyright {
    line-height: 21px;
    padding: 15px 0;
    color: #fff;
    background: #145f2c;
}

.copyright h2 {
    font-size: 17px;
    margin-bottom: 13px
}

.copyright b {
    font-weight: 400
}

.top-app {
    position: relative;
    padding: 20px 0;
    background: #69c59f;
    margin-top: 10px;
}

#back-to-top {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 15px;
    cursor: pointer;
    display: none;
    color: #fff;
    z-index: 5
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 970px
    }

    .short-box {
        width: 33.3333333%
    }

    .search-page .short-box {
        width: calc(33.3333333% - 3px)
    }

    .bars {
        display: block
    }

    .smart-menu {
        text-align: left;
        display: none;
        padding-top: 120px;
        position: fixed;
        display: block;
        background: rgba(0, 0, 0, .7);
        width: 240px;
        z-index: 1000;
        height: 100%;
        top: 0;
        left: -240px;
        transition: .2s;
        display: block !important
    }

    .smart-menu li {
        display: block;
        width: 100%
    }

    .smart-menu li a {
        padding: 9px 15px !important;
        border-radius: 0
    }

    .open {
        left: 0
    }

    .top-flex {
        overflow: auto
    }

    .top-flex .short {
        width: 150px;
        flex-basis: initial;
        flex-shrink: 0
    }
}

@media (max-width: 768px) {

    .container {
        max-width: 750px
    }

    .main-box {
        margin: 0
    }

    .short-box {
        width: 50%
    }
}

@media (max-width: 500px) {

    .container {
        max-width: 480px
    }

    .full-story .full-info li {
        width: 100%
    }

    .main-box {
        margin: 15px 0
    }

    .full-head .full-img {
        width: 150px;
        float: none;
        margin: 0 auto
    }

    .full-head .full-title {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .full-head .full-title h1 {
        text-align: center;
        margin: 1rem 0;
    }

    .full-head .cate-title {
        margin: auto;
    }

    .short-box {
        width: 50%
    }

    .search-page .short-box {
        width: calc(50% - 3px)
    }

    .widget-title a span {
        display: none
    }

    .search-link span {
        display: none
    }

    .search-link img {
        margin-right: 0 !important
    }

    .navbar ul:not(.prof-list) > li a {
        padding: 15px 4px
    }

    .navbar-flex {
        gap: 8px
    }

    .navbar .logo img {
        width: 110px
    }
}

.max-line-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.footer-link-list {
    display: flex;
    gap: 1rem;
}

.footer-link-item a {
    color: #fff;
    font-weight: bold;
}

.hot-list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4,minmax(0,1fr));
}

.cate-list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(5,minmax(0,1fr));
}

.desc-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}


.detail-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #5e5e5e;
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 2;
    }
}

.desc_btn {
    background: #00fab8;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 1rem;
}

@media screen and (min-width: 568px) and (max-width: 768px) {
    .hot-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .cate-list {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media screen and (max-width: 568px) {
    .hot-list {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    .cate-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

.navbar ul li img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/css/game_86/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/css/game_86/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/css/game_86/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/css/game_86/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/css/game_86/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/css/game_86/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: "\f002"
}

.fa-bars:before {
    content: "\f0c9"
}