[lang]:lang(zh-CN),
body.cn {
    font-family:  "SF Pro SC", "SF Pro Text", "SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica", Arial,sans-serif;
}
[lang]:lang(ja-JP),
body.jp {
    font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[lang]:lang(en-US),
body.en {
    font-family: "SF Pro Text", "SF Pro Icons","Helvetica Neue","Helvetica", Arial, sans-serif;
}
body{
    margin:0;
    padding:0;
    background-color:#FFFFFF;
    /* color:#F7F7F7 */
}
.wrap{
    width:1284px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
/* fix bootstrap */
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media ( min-width : 768px) {
    .col-sm-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media ( min-width : 992px) {
    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media ( min-width : 1200px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
a{
    color:#fff;
}
a:hover{
    text-decoration: none;
}
.pinedLanges{
    width:100%;
    background-color: #676767;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    z-index: 20;
    display: none;
}
.pinedLanges .wrap{
    height:70px;
    display: flex;
    align-items: center;
}
.chooseLangeInfo{
    flex:1;
    font-size: 14px;
    color:#fff;
}
.pinedLanges .actionClose{
    font-size: 20px;
    line-height: 20px;
    color: #999;
    text-align: center;
    margin-left: 17px;
}
.pinedLanges .btn-group a{
    line-height: 0;
}


.pinedBox{
    width:100%;
    background-color: rgba(38,38,38,0.95);
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index: 7;
    padding: 10px 0;
    opacity: 0;
    transition: 
        0.3s linear opacity,
        0.3s cubic-bezier(0.39,0.58,0.57,1) transform
    ;
    transform: translate3d(0,-100px,0);
}
.pinedBox.active{
    opacity: 1;
    transform: translate3d(0,0,0);
}



body.need_choose_lang {
    margin-top:70px;
}
body.need_choose_lang .pinedLanges{
    display: block;
}

body.need_choose_lang .pinedBox,
body.need_choose_lang .gamo2_nav,
body.need_choose_lang .gamo2_open{
    top:70px;
}


.header{
    background-color:#303132;
    color:#F7F7F7
}

.navbar.home_nav{
    background-color: transparent !important;
    padding:0;
}
.nav-left,.nav-right{
    width: 90px;
    height:40px;
}
.home_nav .navbar-nav{
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
}
.home_nav.navbar-expand-lg .navbar-nav .nav-link {
    padding-right:0;
    padding-left: .5rem;
}
.home_nav .nvabar-logo{
    height:40px;
    line-height: 0;
}
.btn.btn-gamo2{
    border-radius: 0;
    background-color: #44D7B6;
    color:#000;
}
.btn.btn-gamo2:hover{
    color:rgba(0,0,0,0.88)
}

.btn.btn-gamo2-white{
    border-radius: 0;
    background-color: white;
    color:#000;
}
.btn.btn-gamo2-white:hover{
    color:rgba(0,0,0,0.88)
}
.btn-gamo2-white .text-big{
    font-size: 18px;
    font-weight: 500;
}
.btn-gamo2-white .text-small{
    font-size: 18px;
    font-weight: 100;
}

.text-title{
    font-size:24px;
    font-weight: bold;
}

.text-divaller{
    font-size:22px;
    font-weight: 400;
    line-height: 1;
}


.text-price{
    font-size: 22px;
    font-weight: 100;
    line-height: 22px;
}
.text-momeny{
    font-size:12px;
    font-weight: 100;
    line-height: 12px;
}
.text-link,
a.text-link{
    font-size: 22px;
    color: #44D7B6;
    font-weight: bold;
}

.text-link-two,
a.text-link-two{
    font-size: 16px;
    color:#C3C6C8;
    font-weight: bold;
}
.line-double-top{
    background-image: url('../images/dotted-line-grey.gif');
    background-position: top center;
    background-repeat: repeat-x;
    width:280px;
    height:15px;
    margin-top: 14px;
}

.home_header_divaller.active{
    transform: translate3d(0,0,0);
    opacity: 1;
}
.home_header_info{
    position: absolute;
    bottom:29px;
    left:0;
    right:0;
}


.price-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}


.hamburger {
    background: 0;
    outline: 0;
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    left: -8px;
    display: inline-block;
    transform: translate3d(0,0,0);
    transition: background-color .2s linear,opacity .2s linear,left .2s ease-in-out;
    z-index: 2;
}
.hamburger span {
    transition: transform .15s ease-in,top .15s ease-out .15s;
}
.hamburger .lines {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
}
.hamburger .top-bar, 
.hamburger .middle-bar, 
.hamburger .bottom-bar {
    width: 23px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    transform: translateX(-50%);
    transform-origin: center;
    transition: background-color .2s linear;
    /* transition: top .15s ease-in,transform .15s ease-out .15s; */
}
.hamburger .bottom-bar {
    top: 8px;
}
.hamburger .top-bar {
    top: -8px;
}
body.menu-open .hamburger span{
    transition: top .15s ease-in,transform .15s ease-out .15s;
}
body.menu-open .hamburger span.top-bar, 
body.menu-open .hamburger span.middle-bar{
    top: 0;
    transform: translateX(-50%) rotate(45deg);
}
body.menu-open .hamburger span.bottom-bar{
    top: 0;
    transform: translateX(-50%) rotate(-45deg);
}

.gamo2_nav{
    background-color: transparent;
    position: absolute;
    left:0;
    top:0;
    right:0;
    z-index: 10;
    padding:20px 0;
    background-color: transparent;
    transition: background-color .2s linear;
}
.gamo2_nav .wrap{
    overflow: visible;
}
body.menu-open .gamo2_nav{
    position: fixed;
}
.gamo2_open_bg{
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    display: none;
    background-color: rgba(0,0,0,0.66);
}
.gamo2_open{
    position: absolute;
    left:0;
    top:0;
    right:0;
    min-height: 0;
    max-height: 0;
    width: 100%;
    transition: .3s ease-in-out;
    background-color: #f4f4f4;
    z-index: 9;
    overflow: hidden;
}
.open_nav_bg{
    background-color: #fff;
    height:80px;
}
.blank_nav{
    height:80px;
}
body.menu-open .gamo2_open{
    position: fixed;
    /* min-height:810px; */
}
body.menu-open .gamo2_open_bg{
    position: fixed;
    display: block;
    z-index: 8;
}
body.menu-open .hamburger{
    background-color: #676767;
}
body.menu-open .hamburger:hover{
    background-color: #44D7B6;
}

body.menu-open .home_nav.navbar-expand-lg .navbar-nav .nav-link{
    color:#2f3132;
}



.nav_product{
    display: block;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}
.nav_product_image{
    display: block;
    line-height: 0;
    text-align: center;
    height: 85px;
    background-color: #ff00;
    margin-bottom: 20px;
}
.nav_product_image img {
    max-height:85px;
    transition: transform .2s linear, opacity .2s linear;
    transform: scale(0.8);
}
.gamo2_open:hover .nav_product_image img{
    opacity: 0.6;
}
.nav_product_name{
    font-size: 14px;
    font-weight: normal;
    color:#44D7B6;
    line-height: 1.6;
    display: inline-block;
    padding:0 1.2em;
    position: relative;
}
.nav_product:hover .nav_product_image img{
    transform: scale(1);
}
.nav_product:hover .nav_product_name:after{
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    /* line-height: 1; */
    -webkit-font-smoothing: antialiased;
    content: "";
    width:1em;
    /* line-height: 1em;
    height:1em; */
    position: absolute;
    right:0;
    transition: 300ms right;
}
.nav_product:hover .nav_product_image img{
    opacity: 1;
}
.gamo2_open:hover .nav_product_banner{
    opacity: 0.6;
}
.nav_product_banner{
    width:100%;
    padding-top:12%;
    background-color: #676767;
    display: inline-block;
    /* position: absolute; */
    /* left:0;
    right:0;
    bottom:20px; */
    margin-top: 30px;
    position: relative;
    color:#fff;
    transition: opacity .2s linear;
}
.gamo2_open:hover .nav_product_banner:hover{
    color:#fff;
    opacity: 1;
}
.nav_product_banner span{
    position: absolute;
    left:0;
    right:0;
    top:50%;
    font-size: 14px;
    margin-top: -7px;
    display: inline-block;
    text-align: center;
}
/* 规格 */
.main{
    background-color: #fff;
    color: #676767
}
.home_specs{
    padding-top:30px;
    padding-bottom:30px;
}

.specs-title{
    font-size: 22px;
    color:#000;
    font-weight: bold;
    line-height: 64px;
}
.specs-ul {
    margin-bottom: 15px !important;
}
.specs-ul,.specs-ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
}
.specs-ul li{
    line-height: 32px;
    padding-bottom: 10px;
}
.specs-header,
.specs-ul li.specs-header{
    font-size:18px;
    color:#000;
    font-weight: bold;
    line-height: 64px;
    padding-bottom: 0;
}
.specs-link,
a.specs-link,
.specs-ul li a{
    font-size:22px;
    color:#44D7B6;
    font-weight: bold;
}
a.specs-link:hover,
.specs-ul li a:hover{
    color:#44D7B6;
}

li.dotted:before {
    display: block;
    content: '';
    margin-bottom: 9px;
    background-image: url("../images/dotted-line-grey.gif");
    background-repeat: repeat-x;
    height: 1px;
}

li.dotted_short:before {
    display: block;
    content: '';
    margin-bottom: 9px;
    background-image: url("../images/dotted-line-grey.gif");
    background-repeat: repeat-x;
    height: 1px;
    width: 87%;
}


.mini-hr {
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    height: 6px;
    overflow: hidden;
    width:100%;
}


.home_block{
    background-color:#303132;
    color:#F7F7F7;
    padding-top:85px;
    padding-bottom:85px;
}
.block_header{
    font-size: 36px;
    line-height: 1.2em;
    padding-bottom: 0.6em;
    color:#fff;
    font-weight: bold;
}
.block_info{
    font-size: 20px;
    line-height: 1.6;
    color:rgba(255, 255, 255, 0.8);
    font-weight: lighter;
}

.block_center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.block_row{
    width:80%;
    margin: 0 auto;
}
.block_col_title{
    font-size:28px;
    line-height:1.71;
    color:#fff;
    font-weight: 400;
}
.block_col_subtitle{
    font-size:20px;
    line-height:1.6;
    color:#fff;
    font-weight: 400;
    padding-bottom:16px;
}

.line-dotted-left{
    background-image: url('../images/dotted-line-grey-v.gif');
    background-position: top 0;
    background-repeat: repeat-y;
}


.block_device_image{
    width:100%;
    padding-top:66.667%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.block_device_image.device_ps3{
    background-image:url('../images/ps3.svg');
    background-size: 80%;
}
.block_device_image.device_ps4{
    background-image:url('../images/ps4.svg');
    background-size: 80%;
}
.block_device_image.device_ns{
    background-image:url('../images/ns.svg');
    background-size: 80%;
}
.block_device_image.device_pc{
    background-image:url('../images/pc.svg');
    background-size: 80%;
}

.home_block_two .block_row{
    width:100%;
}

.home_block_three{
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}

.touch_bg{
    width:100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    position: relative;
    bottom:-1px;
}
.touch_bg:after{
    content: "";
    display: block;
    /* position: absolute; */
    width: 100%;
    padding-top: 50%;
    background-image: url("../images/touch.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.touch_line{
    width: 100%;
    max-width: 1137px;
    margin: 0 auto;
}
.touch_line img{
    max-width: 100%;
}
.touch_row{
    width:100%;
    max-width: 1137px;
}
.touch_col {
    padding-bottom:100px;
}
.touch_col_image{
    width:100%;
    max-width: 302px;
    margin:0 auto;
    margin-bottom: 15px;
}
.touch_col_subtitle{
    font-size:20px;
    color:#F7F7F7;
    line-height: 1.6;
    font-weight: lighter;
}


.key_bg{
    width:100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    position: relative;
    bottom:-1px;
}
.key_bg:before{
    content: "";
    display: block;
    width: 100%;
    padding-top:50%;
    background-image: url("../images/key_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* position: absolute; */
    top:0;
    opacity: 0.6;
}

.key-wrap{
    /* width:100%; */
    /* paddin-top: */
    position: absolute;
    top:50px;
    left:0;
    right:0;
}

.home_block_five{
    /* padding-bottom: 0; */
}

.key_col_image{
    width:100%;
    max-width: 400px;
}
.key_col_image img{
    max-width: 100%;
}
.key_col_subtitle{
    color:#F7F7F7;
    font-size: 20px;
    line-height: 1.6;
    font-weight: lighter;
}

.key_title{
    font-size: 36px;
    line-height: 1.8;
    color:#fff;
    font-weight: bold;
    margin-top: 50px;
}
.key_desc{
    color:#FFFFFF;
    font-size: 16px;
    line-height: 2;
    font-weight: lighter;
}


.home_block_six{
    padding-top:0;
    padding-bottom: 0;
    /* background-color: #08080a; */
    background-color: #434444;
}
.tie_bg{
    width:100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    position: relative;
    bottom:-1px;
}
.tie_bg:before{
    content: "";
    display: block;
    width: 100%;
    padding-top:56%;
    background-image: url("../images/tie_bg.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* position: absolute; */
    top:0;
}
.tie-wrap{
    /* width:100%; */
    /* paddin-top: */
    position: absolute;
    top:10%;
    left:0;
    right:0;
}


.home_block_seven{
    padding-top:0;
    padding-bottom: 0;
    /* background-color: #2f2e35; */
    background-color: #303333;
}
.button_bg{
    width:100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    position: relative;
}
.button_bg:after{
    content: "";
    display: block;
    width: 100%;
    padding-top:50%;
    background-image: url("../images/button_bg.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    top:0;
}
.button-wrap{
    /* width:100%; */
    /* paddin-top: */
    position: absolute;
    top:10%;
    left:0;
    right:0;
}



.home_block_eight{
    padding-top:0;
    padding-bottom: 0;
    background-color: #2f2e35;
}
.er_bg{
    width:100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    position: relative;
}
.er_bg:before{
    content: "";
    display: block;
    width: 100%;
    padding-top:71%;
    background-image: url("../images/er_bg.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* position: absolute; */
    top:0;
}
.er-wrap{
    /* width:100%; */
    /* paddin-top: */
    position: absolute;
    top:44%;
    left:0;
    right:0;
}


.zu_image{
    width:100%;
    max-width: 1200px;
    padding-top: 38%;
    background-image: url('../images/zu_image_2020.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.zu_cell{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    font-size: 16px;
}
.zu_cell_hd{
    padding-right:1em;
}
.zu_cell_bd{
    flex:1
}
.zu_cell_image{
    width:143px;
    line-height: 0;
}
.zu_cell_text{
    font-size: 16px;
    line-height: 2;
    color:#fff;
    font-weight: lighter;
}
.zu_cell_remark{
    font-size: 20px;
    line-height: 1.6;
    color:#fff;
    font-weight: lighter;
    padding-top:20px;
}

.home_block_nine .block_row{
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
}



.home_block_ten{
    /* padding-bottom: 0; */
    background-color: #333;
}
.ten-ul,
.ten-ul li{
    margin: 0;
    padding:0;
    list-style: none;
}

.ten-ul li{
    font-size: 20px;
    line-height: 1.6;
    font-weight: lighter;
    color:#fff;
    padding-bottom: 10px;
}
.ten-ul li.ten-title{
    font-size: 36px;
    line-height: 1.8;
    font-weight: bold;
    color:#fff;
    padding-bottom:20px;
}
.package_image{
    width:100%;
    max-width: 1140px;
    text-align: right;
    margin-left: auto;
}
.package_image:after{
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
    background-image: url(../images/package_image.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}


.end_image_one{
    line-height: 0;
    width:100%;
    max-width: 962px;
    margin: 0 auto;
}
.end_image_one img,
.end_image_two img{
    max-width: 100%;
}

.end_title{
    font-size: 20px;
    line-height: 1.8;
    font-weight: lighter;
    color:#fff;
    margin-top:15px;
    display: inline-block;
}
.end_text_box{
    width:100%;
    position: relative;
}
.end_size{
    font-size: 16px;
    line-height: 2;
    position: absolute;
    right:0;
    top:0;
}
.end_image_two{
    line-height: 0;
    width:100%;
    max-width: 708px;
    margin: 0 auto;
}
.end_image_three{
    line-height: 0;
    width:100%;
    /* width:105px; */
    /* max-width: 105px; */
    margin: 0 auto;
    position: relative;
}
.end_image_three img{
    width: 105px;
    margin:0 auto;
}
.end_image_three .end_text_box{
    position: unset;
}
.end_image_three .end_size{
    left:0;
    right:0;
    top:0;
    text-align: center;
    height: 105px;
    line-height: 105px;
}

.footer{
    background-color: #f4f4f4;
    color: #2f3132;
    padding:20px 0;
}
.footer-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.footer_share{
    width: 100%;
    text-align: right;
    font-size: 20px;
    line-height: 1;
}
.footer_share a{
    color:#2f3132;
    transition: color 0.3s linear;
}
.footer_share a:hover{
    color:#44D7B6
}
.copyright{
    font-size: 12px;
    color: #2f3132;
    font-weight: normal;
    line-height: 1.4;
    flex:1;
}
.footer_link{
    text-align: right;
    font-size: 12px;
    line-height: 1.4;
}
.footer_link a{
    color:#2f3132;
}
.footer_link a:hover{
    text-decoration: underline;
}

.a_play_right a:after{
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    width:1em;
    position: absolute;
    transition: 300ms right;
    margin-left: 5px;
}
.a_play_right a:hover:after{
    /* right:0; */
}

/* 左侧 */
.a_play_left a{
    /* padding-right: 1.66em; */
    position: relative;
}
.a_play_left a:after{
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    width:1em;
    position: absolute;
    /* right:0.4em; */
    transition: 300ms right;
    margin-left: 5px;
    left:-43px;
    transform: rotate(180deg);
}
.a_play_left a:hover:after{
    right:0;
}



@media (max-width: 640px){
    .hamburger{
        display: none;
    }

    .home_header_divaller{
        width: 70%;
        margin: 0 auto;
        margin-top: 2rem;
    }
    .wrap {
        width:calc(100% - 20px);
    }
    .block_header{
        font-size: 28px;
    }
    .block_info{
        font-size: 14px;
    }
    .block_col_title{
        font-size: 24px;
    }
    .block_col_subtitle{
        font-size: 18px;
    }
    .block_row{
        width: 70%;
    }
    .line-dotted-left{
        background-image: url('../images/dotted-line-grey.gif');
        background-position: top center;
        background-repeat: repeat-x;
        padding-top: 10px;
    }

    .key_bg:before{
        padding-top:80%
    }

    .home_block_two .block_row .col-sm{
        width: 50%;
    }


    .button-wrap,
    .er-wrap{
        position: relative;
        padding: 10% 0;
    }

}


