html {
    color: #1a1a1a;
    font-family: 'Microsoft Yahei', sans-serif, 'Regular Arial Narrow';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
h2,
h3,
h4,
p,
section,
span {
    margin: 0
}

ol,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

a {
    text-decoration: none;
    border: none;
    cursor: pointer
}

a:active,
a:hover {
    outline-width: 0
}

img {
    border: none;
    vertical-align: middle
}

video {
    display: block;
    width: 100%;
    height: auto;
    outline: 0
}

body {
    overflow-x: hidden;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.view {
    margin: 0 auto;
    overflow: auto
}

.header-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background: url(../media/main_thumnail.png?v=201809211119) center/100% no-repeat
}

.downtip {
    width: 72px;
    height: 53px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -36px;
    z-index: 10;
    cursor: pointer;
    background: url(../media/downtip.png?v=201809211119) center no-repeat;
    -webkit-animation: downup 1s infinite;
    -moz-animation: downup 1s infinite;
    -ms-animation: downup 1s infinite;
    -o-animation: downup 1s infinite;
    animation: downup 1s infinite
}

.downtip:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

@keyframes downup {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        -o-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 0, 10)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.header-container .topbar {
    width: 1920px;
    background: rgba(20, 20, 20, .8);
    position: absolute;
    z-index: 50;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topbar .top-bar-logo {
    display: block;
    width: 132px;
    height: 70px;
    margin-left: 20px;
    background-image: url(../media/topbar_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.header-container .bg {
    width: 1920px;
    height: 960px;
    position: relative
}

.bg #pc-bganimation {
    position: absolute;
    width: 100%;
    height: 100%
}

.downloading-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 840px;
    height: 75px;
    left: 50%;
    margin-left: -420px;
    bottom: 110px
}

.downloading-list li {
    height: 100%;
    width: 270px;
    margin: 0 20px;
}

.downloading-list li a {
    width: 100%;
    height: 100%;
    display: block
}

.vn-download {
    width: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin-left: 0
}

.downloading-list .google-play a {
    background: url(../media/google-play.png?v=201809211119) center/100% 100% no-repeat
}

.downloading-list .apple-store a {
    background: url(../media/appstore.png?v=201809211119) center/100% 100% no-repeat
}

.downloading-list .apk-down a {
    background: url(../media/apkdown.png?v=201809211119) center/100% 100% no-repeat
}

.downloading-list .pcdown a {
    background: url(../media/pcdown.png?v=201809211119) center/100% 100% no-repeat
}

.introduction-container {
    width: 100%;
    max-width: 1920px;
    height: 840px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background: url(../media/heroshow.png?v=201809211119) 50% 100%/100% no-repeat
}

.introduction-container section .logo {
    display: block;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 188px;
    width: 426px
}

.introduction-container section h2 {
    font-size: 64px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 20px;
    margin-top: 20px
}

.introduction-container section h3 {
    font-size: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center

}


.introduction-container section p {
    font-size: 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    margin-bottom: -70px;
    margin-top: 90px
}

.introduction-container section .p2 {
    padding-bottom: 97px
}

.features-box {
    width: 1920px;
    height: 960px;
    margin: 0 auto;
    padding: 100px 150px;
    position: relative;
    box-sizing: border-box;
    background-color: #fff
}

.features-box .swiper-container .swiper-slide section {
    width: 1610px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    background: #fff
}

.features-box .swiper-container .swiper-slide section .content {
    width: 900px;
    float: left;
    height: 500px;
    padding: 0 100px;
    box-sizing: border-box
}

.features-box .swiper-container .swiper-slide section .content h3 {
    margin-top: 150px;
    text-align: center;
    font-size: 36px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

li.intro-list-li {
    float: left;
    margin-right: 20px;
    cursor: pointer
}

li.intro-list-li div {
    width: 308px;
    height: 218px;
    overflow: hidden;
    border: 1px solid #000;
    box-sizing: border-box
}

li.intro-list-li div:hover img {
    transform: translateZ(0) scale(1.1)
}

li.intro-list-li p {
    width: 308px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.intro-list-ul .intro-list-li:last-child {
    margin: 0
}

li.intro-list-li img {
    width: 308px;
    height: auto;
    transition: all 1s;
    transform: translateZ(0) scale(1);
    transition-timing-function: ease
}

.features-box .swiper-container .swiper-slide section .content p {
    text-align: center;
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgba(0, 0, 0, .7);
    margin-top: 20px
}

.features-box .swiper-container .swiper-slide section img {
    width: 632px;
    float: right;
    height: auto
}

.features-box .swiper-container .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23c3c3c3'%2F%3E%3C%2Fsvg%3E")
}

.features-box .swiper-container .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23c3c3c3'%2F%3E%3C%2Fsvg%3E")
}

.features-box .swiper-container .swiper-pagination {
    bottom: 10%;
    width: 43.334%
}

.features-box .swiper-container .swiper-pagination span {
    background-color: #c3c3c3;
    opacity: 1;
    width: 16px;
    height: 16px
}

.features-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: .2
}

.video-container {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    background: url(../media/bg2.png?v=1) center/100% 100% no-repeat;
    padding-bottom: 90px
}

.video-container .content {
    width: 1620px;
    margin: 0 auto;
    height: 160px;
    overflow: hidden
}

.video-container .content_ul {
    width: 1157px;
    height: 27px;
    margin: 0 auto
}

.video-container .content h2 {
    font-size: 36px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    float: left;
    margin-top: 85px;
    color: #000
}

.video-container .content_ul ul {
    height: 27px;
    width: 582px;
    float: right;
    overflow: hidden
}

.video-container .content_ul ul li {
    width: 277px;
    height: 100%;
    float: left
}

.video-container .content_ul ul li a {
    display: block;
    height: 100%;
    width: 100%
}

.video-container .content_ul ul .twitter {
    margin-left: 28px
}

.video-container .content_ul .share-list .facebook a {
    background: url(../media/f.png) center/100% no-repeat
}

.video-container .content_ul .share-list .twitter a {
    background: url(../media/t.png) center/100% no-repeat
}

.video-container .video-area {
    position: relative;
    overflow: hidden;
    width: 1157px;
    height: 650px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px
}

.btn-player-poster,
.video-container .video-area .btn-player1 {
    width: 100%
}

.video-container .video-area .btn-player1 img.btn-player-circle {
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
    cursor: pointer
}

.mediaEvaluation-box {
    width: 1920px;
    height: 725px;
    padding: 70px 150px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background: url(../media/bg3.png?v=1) center/100% 100% no-repeat
}

.swiper-container-w {
    height: 470px;
    width: 1608px;
    margin: 0 auto
}

.wtps {
    font-size: 36px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 10px 0 50px;
    color: #000
}

.mediaEvaluation-box .swiper-container {
    width: 100%;
    height: 100%;
    position: relative
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide section {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide section h3 {
    font-size: 48px;
    font-family: DINProMedium;
    margin-top: 92px;
    color: #fff
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide .TouchTapPlay img {
    width: 176px;
    height: 106px;
    margin-top: 10px;
    margin-bottom: 20px
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide .AppAdvice img {
    width: 300px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide .GameZeBo img {
    width: 352px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide .DroidGamers img {
    width: 312px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide section h4 {
    font-size: 36px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000;
    margin: 5px 0 20px
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide section p {
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgba(0, 0, 0, .7);
    line-height: 35px;
    width: 800px;
    margin: 0 auto
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide section a {
    display: inline-block;
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgba(0, 0, 0, .9);
    transition: all .3s;
    cursor: pointer;
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide section a:hover {
    color: rgba(0, 0, 0, 1)
}

.mediaEvaluation-box .swiper-container .swiper-wrapper .swiper-slide .GameZeBo a {
    margin-top: 64px
}

.mediaEvaluation-box .swiper-container .swiper-pagination {
    bottom: 20px;
    box-sizing: border-box;
    text-align: center
}

.mediaEvaluation-box .swiper-container .swiper-pagination span {
    width: 10px;
    height: 10px;
    transition: all .3s;
    border-radius: 5px
}

.mediaEvaluation-box .swiper-wrapper {
    transition-timing-function: ease-in-out
}

.developmentStory-container {
    width: 1920px;
    height: 747px;
    padding: 80px 150px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    background: url(../media/heroshow.png?v=201809211119) center/100% 100% no-repeat
}

.mediaEvaluation-box .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 35px !important
}

.developmentStory-container .story-left {
    width: 960px;
    height: 659px;
    float: left;
    overflow: hidden
}

.developmentStory-container>h2 {
    font-size: 36px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: left;
    position: relative;
    padding-bottom: 50px
}

.developmentStory-container>h2 span {
    width: 34px;
    height: 34px;
    display: inline-block;
    background: url(../media/video-bg-pcxx.png?v=201809211119) center/contain no-repeat;
    cursor: pointer;
    position: absolute;
    margin-left: 10px;
    top: 7px
}

.developmentStory-container .swiper-container {
    height: 380px;
    width: 100%
}

.developmentStory-container .swiper-container .story-left {
    float: left;
    height: 100%;
    width: auto;
    padding-left: 2px
}

.developmentStory-container .swiper-container .story-right {
    float: right;
    height: 100%;
    width: 55%;
    padding: 0 50px;
    box-sizing: border-box
}

.developmentStory-container .story-right h3 {
    font-size: 26px;
    font-family: DINProMedium;
    text-align: left
}

.developmentStory-container .story-right p {
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgba(0, 0, 0, .7);
    padding-top: 52px;
    margin-top: 25px;
    padding-left: 60px;
    position: relative
}

.developmentStory-container .story-right p::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: url(../media/video-bg-pcxx.png?v=201809211119) center/contain no-repeat;
    left: 0;
    top: 0;
    position: absolute
}

.developmentStory-container .story-right {
    width: 960px;
    height: 659px;
    float: left
}

.developmentStory-container .story-right img {
    display: block;
    width: 800px;
    height: 469px;
    margin-top: 190px
}

p.paginations {
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 60px;
    letter-spacing: 2px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

p.paginations>span {
    display: inline-block;
    height: 30px;
    vertical-align: top;
    color: #888
}

p.paginations>span.prev1 {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../media/video-bg-pcxx.png?v=201809211119) center/contain no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer
}

p.paginations>span.curr {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-right: 5px
}

p.paginations>span.next1 {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../media/video-bg-pcxx.png?v=201809211119) center/contain no-repeat;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer
}


.mediaEvaluation-box .swiper-container .swiper-pagination-white .swiper-pagination-bullet {
    background: #000;
    opacity: .5;
    cursor: pointer
}

.mediaEvaluation-box .swiper-container .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1
}

.hideStory-box .developmentStory-container1 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    background-color: #fff
}

.hideStory-box .developmentStory-container1 .story-left {
    width: 960px;
    height: 582px;
    float: left;
    overflow: hidden
}

.hideStory-box .developmentStory-container1 .story-left img {
    display: block;
    width: 695px;
    height: 368px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px
}

.hideStory-box .developmentStory-container1 .story-right {
    width: 960px;
    height: 582px;
    float: left
}

.hideStory-box .developmentStory-container1 .story-right h3 {
    font-size: 26px;
    font-style: italic;
    font-family: DINProMedium;
    margin-top: 100px;
    width: 800px
}

.hideStory-box .developmentStory-container1 .story-right p {
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #c4c4c4;
    width: 800px;
    margin-top: 52px
}

.hideStory-box .developmentStory-container2 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    background-color: #fff
}

.hideStory-box .developmentStory-container2 .story-left {
    width: 960px;
    height: 550px;
    float: left;
    overflow: hidden
}

.hideStory-box .developmentStory-container2 .story-left h3 {
    font-size: 26px;
    font-style: italic;
    font-family: DINProMedium;
    width: 724px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px
}

.hideStory-box .developmentStory-container2 .story-left p {
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #c4c4c4;
    width: 724px;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto
}

.hideStory-box .developmentStory-container2 .story-right {
    width: 960px;
    height: 550px;
    float: left
}

.hideStory-box .developmentStory-container2 .story-right img {
    display: block;
    width: 800px;
    height: 450px;
    margin-top: 100px
}

.hideStory-box .developmentStory-container3 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    background-color: #fff
}

.hideStory-box .developmentStory-container3 .story-left {
    width: 960px;
    height: 505px;
    float: left;
    overflow: hidden
}

.hideStory-box .developmentStory-container3 .story-left img {
    display: block;
    width: 766px;
    height: 405px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px
}

.hideStory-box .developmentStory-container3 .story-right {
    width: 960px;
    height: 505px;
    float: left
}

.hideStory-box .developmentStory-container3 .story-right h3 {
    font-size: 26px;
    font-style: italic;
    font-family: DINProMedium;
    width: 800px;
    margin-top: 100px
}

.hideStory-box .developmentStory-container3 .story-right p {
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #c4c4c4;
    width: 800px;
    margin-top: 52px
}

.hideStory-box .developmentStory-container4 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    background-color: #fff
}

.hideStory-box .developmentStory-container4 .story-left {
    width: 960px;
    height: 501px;
    float: left;
    overflow: hidden
}

.hideStory-box .developmentStory-container4 .story-left h3 {
    font-size: 26px;
    font-style: italic;
    font-family: DINProMedium;
    width: 724px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px
}

.hideStory-box .developmentStory-container4 .story-left p {
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #c4c4c4;
    width: 724px;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto
}

.hideStory-box .developmentStory-container4 .story-right {
    width: 960px;
    height: 501px;
    float: left
}

.hideStory-box .developmentStory-container4 .story-right img {
    display: block;
    width: 757px;
    height: 401px;
    margin-top: 100px
}

.story-box {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.story-box .control-content {
    position: relative;
    width: 302px;
    height: 48px;
    border: 2px solid #c9c9c9;
    border-radius: 4px;
    margin: 34px auto
}

.story-box .control-content a {
    display: block;
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-family: DINProMedium;
    line-height: 48px;
    padding-left: 14px
}

.story-box .control-content a img {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -7px;
    width: 24px;
    height: 15px
}

.rotate {
    transform-origin: center center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: transform .1s;
    -moz-transition: -moz-transform .1s;
    -o-transition: -o-transform .1s;
    -ms-transition: -ms-transform .1s
}

.rotate1 {
    transform-origin: center center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform .2s;
    -moz-transition: -moz-transform .1s;
    -o-transition: -o-transform .1s;
    -ms-transition: -ms-transform .1s
}

.community-container {
    width: 1920px;
    position: relative;
    overflow: hidden;
    background: #222;
    color: #fff !important;
    padding: 50px 0 0
}

.community-container .community-left {
    overflow: hidden;
    height: 100%;
    width: 25%;
    float: left;
    position: relative
}

.community-container .community-left img {
    width: 100%;
    height: auto;
    vertical-align: top
}

.community-container .community-right {
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-left: 50px;
    box-sizing: border-box
}

.community-container .community-right .community-links {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px
}

.community-container .community-right .community-links h2 {
    font-size: 40px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 30px
}

.community-container .community-right .community-links .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 72px;
    margin-top: 30px
}

.community-container .community-right .community-links .link-list li {
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 10px;
    width: 274px;
    height: 66px;
    color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    transition: all .3s;
    position: relative
}

.community-container .community-right .community-links .link-list li:hover {
    border: 2px solid rgba(255, 255, 255, 1)
}

.community-container .community-right .community-links .link-list .forums {
    margin-right: 30px
}

.link-icon,
.link-right {
    height: 100%;
    width: auto;
    vertical-align: top
}

.link-right {
    float: right
}

.community-container .community-right .community-links .link-list .reddit {
    margin-right: 30px
}

.community-container .community-right .community-links .link-list li a {
    height: 100%;
    font-size: 22px;
    font-family: DINProMedium;
    color: #fff;
    line-height: 30px;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 30px 15px 70px;
    box-sizing: border-box
}

.community-container .community-right .community-links .link-list li a span {
    padding-left: 20px;
    color: #a9a9a9
}

.community-right hr {
    height: 2px;
    color: #a9a9a9;
    width: 100%;
    background-color: #a9a9a9;
    border: none;
    margin: 0
}

.community-container .community-right .community-share {
    width: 100%;
    height: 352px;
    overflow: hidden;
    position: relative
}

.community-container .community-right .community-share .title {
    font-size: 20px;
    font-family: DINProMedium
}

.community-container .community-right .community-share .content {
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    color: #c4c4c4;
    margin-top: 22px
}

.community-container .community-right .community-share .share-list {
    width: 100%;
    height: 44px;
    margin-top: 12px
}

.community-container .community-right .community-share .share-list li {
    width: 35px;
    height: 100%;
    float: left;
    margin-right: 20px
}

.community-container .community-right .community-share .share-list li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s
}

.community-container .community-right .community-share .share-facebook a {
    background: url(https://bdt.vn/roc/en/pc/imgs/v2/facebook.png) center/contain no-repeat
}

.community-container .community-right .community-share .share-youtube a {
    background: url(https://bdt.vn/roc/en/pc/imgs/v2/youtube.png) center/contain no-repeat
}

.community-container .community-right .community-share .share-twitter a {
    background: url(https://bdt.vn/roc/en/pc/imgs/v2/twitter.png) center/contain no-repeat
}

.community-container .community-right .community-share .share-ins a {
    background: url(https://bdt.vn/roc/en/pc/imgs/v2/instagram.png) center/contain no-repeat
}

.community-container .community-right .community-share .share-list li a:hover {
    opacity: .6
}

.download-area {
    width: 1920px;
    height: 246px;
    position: relative;
    background: #3b3b3b
}

.download-area .downloading-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 720px;
    height: 75px;
    left: 50%;
    top: 50%;
    margin-left: -360px;
    margin-top: -42px
}

.download-area li {
    height: 100%;
    width: 284px
}

.download-area li a {
    width: 100%;
    height: 100%;
    display: block
}

.download-area .google-play a {
    background: url(http://bdt.vn/roc/en/pc/imgs/v2/banner_google.png) center/contain no-repeat
}

.download-area .apple-store a {
    background: url(http://bdt.vn/roc/en/pc/imgs/v2/banner_app.png) center/contain no-repeat
}

.download-area .presskit-link {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 20px;
    color: #fff
}

.download-area .presskit-link:hover {
    color: #dc143c
}

.download-area .presskit-link span {
    padding-left: 10px
}


footer {
    margin-top: 20px;
}

footer .container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.site-footer .site-info {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    border: none;
    text-align: left;
}

.site-footer .site-info .clients,
.site-footer .site-info .copyright {
    display: inline-block;
}

footer.site-footer .clients {
    vertical-align: middle;
    width: 15%;
    margin-right: 0;
    text-align: center !important;
}

footer.site-footer .copyright {
    vertical-align: middle;
    text-align: center !important;
    width: 70%;
    color: #555;
}

footer.site-footer .logo18 {
    vertical-align: middle;
    display: inline-block;
    width: 14%;
    text-align: center;
}

.site-footer .clients a {
    display: block;
    margin: 10px 0;
}

.site-footer .clients a img {
    max-width: 100%;
    height: auto;
}

footer.site-footer .inner-ft {
    padding: 0 30px;
}

footer.site-footer .logo18 img {
    max-width: 100%;
    height: 100%;
}

/* @media (max-width: 768px) {
    body {
        overflow-y: hidden;  
    }
} Mobile ko cuon doc */



