.container {
    width: 100%;
    min-width: 1200px;
    height: auto
}

.container .top-bannner {
    width: 100%;
    min-width: 1920px;
    height: 374px;
    display: block;
    margin: 0 auto;
    position: relative;
    background: url(../images/banner-help.jpg) center no-repeat;
    background-size: cover
}

.container .top-bannner>h1 {
    font-size: 58px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 10px;
    padding-top: 100px
}

.container .top-bannner .search {
    width: 460px;
    height: 50px;
    border: 2px solid transparent;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container .top-bannner .search.addBorder {
    border: 2px solid #0a94f9
}

.container .top-bannner .search>input {
    display: block;
    width: 80%;
    height: auto;
    border: none;
    text-indent: 16px
}

.container .top-bannner .search input::-webkit-input-placeholder {
    color: #999
}

.container .top-bannner .search input::-moz-placeholder {
    color: #999
}

.container .top-bannner .search input:-moz-placeholder {
    color: #999
}

.container .top-bannner .search input:-ms-input-placeholder {
    color: #999
}

.container .top-bannner .search>button {
    display: block;
    width: 21%;
    height: auto;
    background: #0a94f9;
    border: none;
    text-align: center
}

.container .top-bannner .search>button:hover {
    background: #27a0f7
}

.container .top-bannner .search>button>i {
    background: url(../images/search.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto
}

.container .top-bannner .searchInf {
    width: 440px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    display: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    z-index: 1001;
    display: none
}

.container .top-bannner .searchInf.active {
    display: block
}

.container .top-bannner .searchInf>a {
    display: block;
    width: 100%;
    text-align: left;
    text-indent: 16px;
    color: #020409;
    padding: 5px 0
}

.container .top-bannner .searchInf>a:hover {
    color: #0a94f9
}

.container .top-bannner .searchInf>span {
    display: block;
    color: #313236
}

.container .infs {
    width: 100%;
    height: auto;
    background: #f5f7fa;
    background-size: 100% 100%;
    padding-bottom: 45px
}

.container .infs .nav {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.container .infs .nav>span {
    color: #a4a4a4;
    padding: 0 5px
}

.container .infs .nav>a {
    display: block;
    color: #a4a4a4;
    padding: 0 5px;
    font-size: 16px
}

.container .infs .nav>a:first-child {
    padding-left: 0
}

.container .infs .nav>a:first-child:hover {
    color: #020409
}

.container .infs .nav>a:last-child {
    color: #020409
}

.container .infs .questions {
    width: 1200px;
    min-height: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 10px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container .infs .questions .types {
    width: 1040px;
    height: 40px;
    margin: 50px auto 75px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.container .infs .questions .types>a {
    display: block;
    width: 20%;
    height: 100%;
    position: relative;
    font-size: 22px;
    color: #a4a4a4;
    letter-spacing: 2px;
    text-align: center;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container .infs .questions .types>a>i {
    display: block;
    width: 0px;
    height: 3px;
    margin: 5px auto 0;
    background: #0a94f9;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.container .infs .questions .types>a:hover {
    color: #020409
}

.container .infs .questions .types>a.active {
    color: #020409
}

.container .infs .questions .types>a.active>i {
    width: 100px
}

.container .infs .questions .left {
    width: 1200px;
    height: 100%;
    background: #f5f7fa;
    position: relative
}

.container .infs .questions .left .hotgames {
    width: 820px;
    height: auto;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    padding-bottom: 30px
}

.container .infs .questions .left .hotgames>h6 {
    width: 780px;
    height: 70px;
    text-align: left;
    line-height: 70px;
    border-bottom: 2px solid #e9edf5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 22px;
    color: #303133;
    font-weight: 500;
    text-indent: 10px
}

.container .infs .questions .left .hotgames .gamelist {
    width: 780px;
    height: auto;
    position: relative;
    margin: 0 auto
}

.container .infs .questions .left .hotgames .gamelist::after {
    content: "";
    display: block;
    clear: both
}

.container .infs .questions .left .hotgames .gamelist>a {
    display: block;
    width: 170px;
    height: 114px;
    float: left;
    margin: 30px 12px 0 12px;
    position: relative
}

.container .infs .questions .left .hotgames .gamelist>a>span {
    display: block;
    position: absolute;
    color: #303133;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.container .infs .questions .left .hotgames .gamelist>a>img {
    display: block;
    width: 100%;
    height: 90px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 8px rgba(95, 118, 153, 0.4);
    box-shadow: 0 1px 8px rgba(95, 118, 153, 0.4)
}

.container .infs .questions .left .lists {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding-bottom: 30px;
    padding-top: 1px
}

.container .infs .questions .left .lists>.list-nav {
    width: 600px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    margin-top: 50px
}

.container .infs .questions .left .lists>.list-nav>a {
    display: block;
    width: 200px;
    float: left;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #a4a4a4
}

.container .infs .questions .left .lists>.list-nav>a.active {
    color: #000
}

.container .infs .questions .left .lists>.list-one,
.container .infs .questions .left .lists .list-two {
    width: 1040px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left
}

.container .infs .questions .left .lists>.list-one>a,
.container .infs .questions .left .lists .list-two>a {
    color: #313236;
    font-size: 16px;
    display: block;
    line-height: 25px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    padding-top: 30px;
    cursor: pointer
}

.container .infs .questions .left .lists>.list-one>a:hover,
.container .infs .questions .left .lists .list-two>a:hover {
    color: #0a94f9
}

.container .infs .questions .left .lists>.list-one>a::before,
.container .infs .questions .left .lists .list-two>a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #adadae;
    position: relative;
    top: -2px;
    margin-right: 20px
}

.container .infs .questions .left .lists>.list-two {
    display: none
}

.container .infs .questions .left .lists .pages {
    width: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container .infs .questions .left .lists .pages>ul {
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container .infs .questions .left .lists .pages>ul>li {
    width: 30px;
    height: 30px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2px;
    line-height: 30px;
    color: #bbbbbb;
    cursor: pointer;
    text-align: center
}

.container .infs .questions .left .lists .pages>ul>li.active {
    color: #04040e
}

.container .infs .questions .left .lists .pages>ul>li.active>a {
    color: #04040e
}

.container .infs .questions .left .lists .pages>ul>li:hover {
    color: #04040e
}

.container .infs .questions .left .lists .pages>ul>li>span {
    display: block;
    width: 100%;
    height: 100%
}

.container .infs .questions .left .lists .pages>ul>li>a {
    display: block;
    color: #bbbbbb;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.container .infs .questions .left .lists .pages>ul>li>a:hover {
    color: #04040e
}

.container .infs .questions .right {
    width: 380px;
    min-height: 804px;
    height: auto
}

.container .infs .questions .right .item {
    width: 360px;
    height: 320px;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 20px 20px
}

.container .infs .questions .right .item:nth-child(2)>h6 {
    background: url(../images/b2.png) no-repeat center
}

.container .infs .questions .right .item:nth-child(3)>h6 {
    background: url(../images/b3.png) no-repeat center
}

.container .infs .questions .right .item>h6 {
    width: 100%;
    height: 92px;
    line-height: 80px;
    background: url(../images/b1.png) no-repeat center;
    background-size: cover;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    font-size: 22px;
    color: #fff
}

.container .infs .questions .right .item>h6>a {
    display: block;
    position: absolute;
    font-size: 14px;
    top: 60px;
    color: rgba(255, 255, 255, 0.8);
    width: 80px;
    height: 20px;
    line-height: 20px;
    left: calc(50% - 32px)
}

.container .infs .questions .right .item>h6>a:hover {
    color: #c2c2c2;
    cursor: pointer
}

.container .infs .questions .right .item>h6>a>i {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: rgba(255, 255, 255, 0.8);
    margin-top: -2px
}

.container .infs .questions .right .item .inf {
    width: 300px;
    height: auto;
    margin: 0 auto;
    padding-top: 25px
}

.container .infs .questions .right .item .inf>a {
    display: block;
    width: 300px;
    height: 35px;
    line-height: 35px;
    color: #303133;
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px
}

.container .infs .questions .right .item .inf>a:hover {
    color: #0a94f9
}

.detailmain {
    width: 100%;
    height: auto;
    min-width: 1440px
}

.detailmain .banner {
    width: 100%;
    height: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0
}

.detailmain .banner h4 {
    margin: 100px 0 0 0;
    line-height: 60px;
    font-size: 46px;
    color: #fff;
    letter-spacing: 4px
}

.detailmain .details {
    width: 100%;
    height: auto;
    min-height: 600px;
    padding-bottom: 45px;
    background: #f6f6f6
}

.detailmain .details .nav {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    margin-top: 64px;
    line-height: 70px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.detailmain .details .nav>a {
    display: block;
    color: #a4a4a4;
    padding: 0 5px
}

.detailmain .details .nav>a:first-child {
    padding-left: 0
}

.detailmain .details .nav>a:last-child {
    color: #020409
}

.detailmain .details .news {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.detailmain .details .news .left {
    width: 820px;
    height: 100%;
    background: #fff
}

.detailmain .details .news .left>h2 {
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    color: #020409;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    padding: 15px 0
}

.detailmain .details .news .left>h6 {
    width: 90%;
    margin: 0 auto;
    text-align: right;
    color: #aaaaaa;
    font-size: 16px
}

.detailmain .details .news .left .infrmations {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 80px 0
}

.detailmain .details .news .left .infrmations>p {
    text-align: left;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.detailmain .details .news .left .infrmations>p>span>img {
    display: block;
    width: 545px;
    height: auto;
    margin: 45px auto
}

.detailmain .details .news .left .infrmations>p>img {
    display: block;
    width: 545px;
    height: auto;
    margin: 45px auto
}

.detailmain .details .news .left .footLink {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 30px 0;
    border-top: 1px solid #ebebeb
}

.detailmain .details .news .left .footLink>span {
    display: block;
    width: 100%;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 10px 0
}

.detailmain .details .news .left .footLink>span:hover,
.detailmain .details .news .left .footLink>span:hover>a {
    color: #020409
}

.detailmain .details .news .left .footLink>span>a {
    color: #666;
    font-size: 16px
}

.detailmain .details .news .right {
    width: 360px;
    height: auto;
    margin-left: 20px
}

.detailmain .details .news .right .item {
    width: 360px;
    height: 320px;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 20px 20px;
    padding-top: 1px
}

.detailmain .details .news .right .item .title {
    width: 310px;
    height: 50px;
    color: #000;
    text-align: left;
    margin: 0 auto;
    font-size: 24px;
    margin-top: 32px;
    border-bottom: 1px solid #ebebeb
}

.detailmain .details .news .right .item .title>p {
    display: inline-block
}

.detailmain .details .news .right .item .title>a {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #aaaaaa;
    text-align: right;
    position: relative;
    top: 5px
}

.detailmain .details .news .right .item .cons {
    width: 300px;
    height: auto;
    margin: 0 auto;
    padding-top: 15px
}

.detailmain .details .news .right .item .cons>a {
    display: block;
    width: 300px;
    height: 35px;
    line-height: 35px;
    color: #303133;
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px
}

.detailmain .details .news .right .item .cons>a:hover {
    color: #020409
}

@-webkit-keyframes toRo {
    from {}

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes toRo {
    from {}

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes backRo {
    from {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes backRo {
    from {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes toShow {
    from {
        padding: 0;
        border-top: 0px solid #ebebeb;
        height: 0
    }

    to {
        height: 100%;
        padding: 15px 0;
        border-top: 1px solid #ebebeb
    }
}

@keyframes toShow {
    from {
        padding: 0;
        border-top: 0px solid #ebebeb;
        height: 0
    }

    to {
        height: 100%;
        padding: 15px 0;
        border-top: 1px solid #ebebeb
    }
}