html {
    color: #fbfbfb;
}

.font-14 {
    font-size: 14px;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 18px;
}
a, a:hover {
    background-color: transparent;
    text-decoration: none;
}

/*navbar*/

.fire-navbar {
    height: 100px;
    background: #343641;
}
.fire-nav-container {
    margin: 20px 0px;
}
.fire-nav-container .uk-navbar-nav {
    margin-top: 10px;
}

.fire-navbar-toggle {
    float: right;
    text-shadow: none;
}
.fire-navbar-brand {
    float: left;
}

.fire-nav-ul a {
    text-shadow: none !important;
}

/*.fire-nav-ul li:hover a {
    border: none;
    background: transparent;
    position: inherit;
    box-shadow: none !important;
}

.uk-navbar-nav > li > a {
    margin-top: 0px;
    margin-left: 0px;
    border: none;
}*/

.doc-box {
    padding-top: 36px;
    padding-bottom: 32px;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background-color: white;
    color: #383838;
    font-size: 16px;
}

.doc-nvbar a {
    font-size: 14px;
    color: gray;
}

.doc-box a:hover {
    color: red;
    text-decoration: underline;
}

.doc-button {
    display: block;
    background-color: #404040;
    box-shadow: none;
    margin-top: 10px;
    padding: 14px 50px 15px;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: white;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

.doc-button:hover {
    background-color: #363434;
    color: white;
}

.top-40 {
    padding-top: 40px;
}

.category-head {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.blog-head {
    padding: 0;
    margin-top: 10px;
}

.category-select-form {
    height: 38px;
    line-height: 38px;
    display: inline;
}

.fire-select {
    display: block;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    outline: none;
}

.select-title {
    font-size: 14px;
    color: gray;
    text-align: center;
}

.category {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.category .date {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.category h2{
    margin-bottom: 0;
}

.category .category-detail {
    margin-top: 20px;
    font-size: 14px;
    color: gray;
}

.category a {
    color: black;
    transition: color .2s ease;
}

.category a:hover {
    text-decoration: none;
    color: rgb(255,104,79);
}

.blog-nav {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    font-size: 14px;
}

.blog-nav a {
    color: gray;
}

.blog-nav a:hover {
    color: gray;
}

.blog-nav .catalog {
    margin-left: 5px;
    margin-right: 5px;
}

.blog-nav .paging {
    float: right;
}

.blog-nav .page-button {
    display: inline-block;
    margin-top: 0px;
    padding: 0px 16px;
    float: left;
    border-right: 1px none #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-radius: 0px;
    background-color: white;
    box-shadow: none;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    color: gray;
    font-size: 14px;
}

.blog-nav .page-button:hover {
    text-decoration: none;
    background: #666666;
    color: white;
}

.blog-title {
    margin-top: 10px;
    background-color: rgb(134,147,159);
}

.blog-title h2 {
    font-size: 30px;
    padding-bottom: 5px;
    margin: 0;
}

.blog-title .catalog {
    color: white;
    display: inline;
}

.blog-title .catalog:hover {
    color: white;
    text-decoration: underline;
}

.blog-title .date-user {
    margin-right: 40px;
}

.blog-detail {
    margin-top: 10px;
    color: gray;
    line-height: 32px;
    font-size: 14px;
}

.blog-pic {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 61px;
    padding-bottom: 68px;
    border: 1px solid #e5e5e5;
    background-color: #f7f7f7;
}

.blog-comment {
    margin-top: 10px;
}

.blog-textarea {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 76px;
    background-color: #ededed;
    overflow-y: auto;
    outline: none;
}

 .blog-comment a:hover{
    color: white;
    text-decoration: none;
}

/*section*/

.fire-section {
    padding: 40px 0px 40px 0px;
    overflow: hidden;
    border-bottom: 1px solid #D0D0D0;
    background-color: #f1f1f1;
}
.fire-banner {
    padding-top: 20px;
    background: #343641;
}
.slider {
    max-height: 450px;
    transform: scale(0.2);
    transition: transform 1s ease;
    font-size: 11px;
}
.slider-animate {
    transform: scale(1);
}
.fire-download-button {
    display: inline-block;
    transform: scale(1);
    margin-right: auto;
    margin-left: auto;
    padding: 15px 60px;
    border: 1px solid #ff826d;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #ff826d;
    font-size: 14px;
    text-decoration: none;
}
.fire-download-button:hover {
    background: #ff826d;
    color: white;
}
.fire-slider-border {
    text-align: center;
}
.fire-line-height-30 {
    line-height: 30px;
}
.our-target {
    text-align: center;
    background-color: #174f94;
}
.our-target p {
    font-size: 16px;
}
.our-target a {
    color: #9fd7ff;
}
.our-target .fire-download-button {
    margin-top: 40px;
    border-color: white;
    color: white;
}
.our-target .fire-download-button:hover {
    background: white;
    color: black;
}
.features {
    background-color: #1f66bd;
    text-align: center;
}
.feature-block {
    display: block;
}
.feature-box {
    width: 49%;
    height: 300px;
    margin-top: 10px;
    overflow: hidden;
    float: left;
    padding: 40px 8px 40px 34px;
    box-sizing: border-box;
    border: 1px solid #3484e7;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.feature-box img {
    float: left;
}
.feature-box .text {
    margin-left: 82px;
}
.margin {
    width: 10px;
    float: left;
    height: 1px;
}
.gray {
    color: gray;
}
.white {
    color: white;
}
.black {
    color: black;
}
.text-center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.pre {
    margin-left: -20%;
    opacity: 0;
    transition: all 1.5s ease;
}
.scroll {
    margin-left: 0px;
    opacity: 1;
}
.preview {
    display: inline-block;
    text-align: left;
    border-top: 1px solid #CECECE;
    padding: 40px 20px;
}
.p-text {
    width: 40%;
    padding: 4px;
}
.p-video {
    width: 55%;
}
.game {
    width: 74%;
}
.discrip {
    width: 22%;
}
.subscibe-border {
    background: #2c3036;
    font-size: 16px;
}
.subscibe {
    display: inline-block;
    padding: 12px;
    background-color: black;
    color: white;
    border: 0;
    line-height: inherit;
    width: 15%;
    height: 52px;
    text-align: center;
    background-color: #ef4b34;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.subscibe:hover {
    background: rgb(255, 154, 154);
}
.email-input {
    width: 80%;
    height: 48px;
    padding-left: 4%;
    font-size: 18px;
    color: white;
    background: transparent;
    border: 1px solid rgba(82, 168, 236, 0.8);
    border-left: none;
    outline: 0;
}
.regbox {
    height: 50px;
}
.fire-button {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 2px;
    background-color: #ef4b34;
    box-shadow: rgba(13, 12, 12, 0.49) 0px 1px 2px 0px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.fire-button:hover {
    background: rgb(224, 99, 88);
}
.footer {
    background: rgb(36, 39, 45);
    margin-top: -1px;
}
.social-button {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
    margin-left: 0px;
    border-radius: 15px;
    background-color: #6e6e6e;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    color: #262626;
    text-align: center;
}

.social-button:hover {
    background-color: white;
}

.site-logo {
    margin-bottom: 20px;
}
.footer .uk-panel-title {
    padding-bottom: 20px;
}

.footer .uk-width-medium-1-5 {
    font-size: 14px;
}

.copyright-introduction {
    padding-top: 56px;
    color: #6e6e6e;
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/*
hack css
*/

.uk-navbar-nav > li > a {
    color: white;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    cursor: pointer;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus {
    background: transparent;
    color: #ffac4d;
    outline: 0;
}
.uk-navbar-toggle {
    color: #dbdbdb;
}
.uk-navbar-toggle:hover {
    color: #FFF;
}
@media (min-width: 940px) {
    .uk-container {
        max-width: 940px;
        padding: 0 35px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .fire-section {
        padding: 40px 0px 40px 0px;
    }
    .feature-box {
        width: 100%;
        height: auto;
    }
    .p-text, .p-video {
        width: 100%;
    }
    .game {
        width: 100%;
    }
    .discrip {
        width: 100%;
    }
    .regbox {
        height: 150px;
    }

    .uk-grid {
        text-align: center;
    }

    .site-logo {
        width: 100%;
    }

    .footer .uk-panel-title {
        padding-bottom: 0px;
    }

    .uk-width-medium-1-5 {
        padding-bottom: 20px;
    }

    .category .date {
        text-align: left;
    }

    .catalog {
        margin-top: 5px;
        display: block;
        display: inline;
    }

    .select-title {
        text-align: left;
    }

    .fire-select {
        height: 20px;
    }

    .blog-title h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .date-user {
        display: block;
    }
}
