@charset "utf-8";
/* RealClear Digital, FEB 2015 */

/*************************General**********************************/

/* Color Chart - Green : #76b800 */

body              { margin: 0; background: #000; min-width: 990px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                  }
a,
a:visited,
a:active,
a:hover           { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                 { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */}
a:focus           { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */

a:link            { text-decoration: none;}
a:visited         { text-decoration: none;}
a:hover           { text-decoration: none;}
input,
textarea,         { font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;}
input:focus,
textarea:focus    { outline: none;}

@font-face {
    font-family: 'Geforce Light';
    src: url("../fonts/geforce-light.ttf");
    font-weight: lighter;
    font-style: normal;
}
@font-face { /*20201026*/
    font-family: 'Geforce Bold';
    src: url("../fonts/geforce-bold.ttf");
    font-weight: bold;
    font-style: normal;
}

/*************************Universal**********************************/
.wrapper{
    min-width: 990px;
    color: #eee;
    font-size: 15px;
    font-family: 'Roboto','Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.wrapper p{
    line-height: 1.5em;
}

.footer{
    width: 960px;
    margin: 50px auto 30px auto;
    text-align: right;
}
.footer img{
    vertical-align: middle;
    padding-right: 10px;
}
.clear:after{
    clear: both;
    display: block;
    content: '';
}

.steps{
    width: 710px;
    position: relative;
    margin: 20px auto;
    padding: 0 0 10px 0;
    list-style-type: none;
}
.steps:after{
    clear: both;
    display: block;
    content: '';
}
.steps li{
    margin: 0;
    float: left;
    height: 115px;
    text-shadow: 1px 1px 4px #000,  1px 1px 4px #000;
}
.steps li.off{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8-9 */
    filter : alpha(opacity=30);
    opacity : 0.3;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.steps .steps-1{
    background: url("../Image/steps-1.jpg") no-repeat;
    width: 140px;
    padding: 15px 5px 0 75px;
}
.steps .steps-2{
    background: url("../Image/steps-2.jpg") no-repeat;
    width: 120px;
    padding: 15px 15px 0 110px;
}
.steps .steps-3{
    background: url("../Image/steps-3.jpg") no-repeat;
    width: 115px;
    padding: 15px 10px 0 115px;
}
.steps .steps-4{
    background: url("../Image/steps-4.jpg") no-repeat;
    width: 115px;
    padding: 15px 10px 0 115px;
}

.set-lang{
    width: 960px;
    margin: 25px auto -37px auto;
    margin: 25px auto 0 auto;
    z-index: 2;
}
.set-lang select{
    width: 130px;
    margin-left: 15px;
}

/*************************Home**********************************/

.hero{
    margin: 0 auto;
}
.hero h1, .hero h2{
    text-indent: -9999em;
    position: absolute;
}
.hero p{
    margin: 0 auto;
    padding: 15px 15px 15px 15px;
    width: 930px;
}
.hero p a{
    color: #ddd;
    padding: 5px 10px 5px 30px;
    background: url("../Image/search.png") 5px center no-repeat;
    border: 1px solid transparent;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hero p a:hover{
    border-color: #ddd;
}
.hero-img{
    width: 960px;
    margin: 0 auto;
    z-index: 1;
}



.home-video{
    width: 960px;
    text-align: center;
    margin: 30px auto 0px auto;
    padding-bottom: 30px;
}
.home-video h3{ /*20201026*/
    margin: 0;
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'Geforce Bold',sans-serif;
    border-top: 1px solid #555;
    padding-top: 30px;
    margin-bottom: 15px;
}
.home-video h3 span{
}
.home-video p{
    margin: 15px 0 25px 0;
}




.home-intro{
    margin: 0 auto; /*20200916*/
    width: 960px;
}
.home-intro:after{
    clear: both;
    display: block;
    content: '';
}
.home-intro h3{
    padding: 20px 20px 20px 30px;
    color: #76b900;
    font-size: 1.7em;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    margin: 0; /*20200916*/
}

.home-bundle{
    margin: 0px auto 50px auto;
    width: 960px;
    height: 400px;
    background: url("../Image/bundle.jpg");
    overflow: hidden;
}
.home-bundle-text{
    margin: 50px 20px 10px 60%;
}
.home-bundle-text h3{
    font-size: 2.2em;
    font-weight: normal;
    margin: 0.5em 0;
}
.home-bundle-text > p{
    color: #76b900;
    margin: 0.5em 0;
    font-size: 1.2em;
}
.home-bundle-list p{
    margin: 0.5em 0;
    padding-left: 15px;
    background: url("../Image/bundle-arrow.png") left center no-repeat;
}


.home-content{
    margin: 30px auto;
    width: 960px;
}
.home-content:after{
    clear: both;
    display: block;
    content: '';
}
.home-content h2{
    border-bottom: 3px solid #76b900;
    font-weight: normal;
    display: inline;
    margin-left: 30px;
}
.home-content > p{
    margin-left: 30px;
    padding-top: 10px;
}
.content p a{
    color: #40acf7;
    text-decoration: underline;
}
.content p a:hover{
    color: #76b900;
}



.home-armory{
    margin: 50px 0 50px 0px;
    display: flex;
    flex-wrap: wrap;
}
.home-armory > div{
    /*float: left;*/
    width: 50%;
    margin-bottom: 0px;
}

.home-armory h3{
    color: #76b900;
    margin: 0.3em 0;
}
.home-armory h4{
    margin: 0;
    color: #fff;
    font-weight: normal;
}
.home-armory ul{
    margin: 1.5em 0;
    padding: 0;
    list-style-type: none;
}
.home-armory ul li{
    margin: 0.5em 0;
    font-size: 0.9em;
    color: #ccc;
}
.home-armory ul a{
    color: #aaa;
    text-decoration: underline;
}
.home-armory ul a:hover{
    color: #fff;
}
.home-armory img{
    width: 60%;
    display: block;margin: 0 auto;
}
.home-armory .home-armory-text{
    text-align: center;
}
.home-armory p a{
    color: #fff;
}


.home-content .tip{ /*20201028*/
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    list-style-type: disc;
    padding-left: 30px;
}
.home-content .tip li{
    margin: 0 0 10px 0;
    line-height: 1.5em;
    list-style-type: disc; /*20201028*/
}
.home-content .tip a{
    color: #40acf7;
    text-decoration: underline;
}
.home-content .tip a:hover{
    color: #d88b2d;
}


.home-action{
    clear: both;
    margin-top: 30px;
    text-align: center;
    background: url("../Image/line.png") center center no-repeat;
}
.home-action a{
    padding: 13px 20px;
    background: url("../Image/btn-bg.jpg") center bottom repeat-x;
    color: #ccc;
    display: inline-block;
    font-size: 2.2em;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0px 1px 3px #000;
    border: 3px solid #888;
    font-weight: bold;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.home-action a:hover{
    border-color: #fff;
    color: #fff;
    text-shadow: 0px 1px 3px #000, 0px 1px 3px #000, 0px 1px 3px #000;
}

.copyright{
    width: 960px;
    margin: 30px auto 0 auto;
}
.copyright > img{
    padding: 10px 0;
}
.copyright p{
    font-size: 0.8em;
    color: #888;
}
.copyright p img{
    float: left;
    margin-right: 10px;
}

.home-game{
    margin-bottom: 60px;
}
.home-game div{
    width: 33%;
    padding: 0 20px;
    float: left;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.home-game div:after{
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    height: 240px;
    width: 1px;
    background: #444;
}
.home-game div:last-child:after{
    display: none;
}
.home-game div h4{
    color: #76b900;
}


.content .game-more a{
    background: #76b900;
    border: 2px solid #76b900;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.content .game-more a:hover{
    color: #fff;
    border-color: #487100;
}


.home-game-video{
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-game-video div{
    width: 450px;
    float: left;
}
.home-game-video div a{
    margin-top: 30px;
    display: block;
    width: 415px;
    height: 234px;
    border: 1px solid #555;
    margin-left: 30px;
}
.home-game-video div a:hover{
    border-color: #76b900;
}

.confirmation{
    margin: 30px auto;
    max-width: 710px;
    box-sizing: border-box;
    padding: 10px 20px;
}
.confirmation .checkbox input{
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-top: 13px;
}
.confirmation .alert{
    color: #df0000;
}


.content.terms{
    max-width: 960px;
    margin: 0 auto;
}
.content.terms h1{
    border-bottom: 1px solid #444;
    padding-bottom: 0.5em;
    padding-top: 1em;
}
.content.terms ol{
    margin: 1em 0 1.5em 0;
}
.content.terms ol li{
    margin: 0 0 1em 0;
}
.content.terms ol ol li{
    margin: 0 0 0.5em 0;
}



/*************************Pages**********************************/

/*------ page header ------*/

.header{
    margin: 0 auto;
    position: relative;
}
.header h1, .header h2{
    text-indent: -9999em;
    position: absolute;
}
.header p{
    margin: 0 auto;
    padding: 15px 15px 15px 155px;
    padding: 15px 15px 15px 15px;
    width: 930px;
}
.header p a{
    color: #ddd;
    padding: 5px 10px 5px 30px;
    background: url("../Image/home.png") 5px center no-repeat;
    border: 1px solid transparent;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.header p a:nth-child(2){
    background: url("../Image/search.png") 5px center no-repeat;
    margin-left: 10px;
}
.header p a:hover{
    border-color: #ddd;
}
.header-img{
    padding-bottom: 20px;
    width: 960px;
    margin: 0 auto;
    z-index: 1;
}


/*------ page general ------*/

.page{
    background: url("../Image/bg.jpg") center top no-repeat;
    margin: 0 auto;
    width: 960px;
    position: relative;
}
.page h2{
    position: absolute;
    left: 100px;
    top: 10px;
    font-size: 3em;
    margin: 0;
    padding: 0;
    color: #222;
    text-transform: uppercase;
}
.page h3{
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #9d9d9d;
}

.page .submit{
    background: url("../Image/line2.png") center top no-repeat;
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
}

.page .submit a.btn{
    padding: 7px 40px;
    background: url("../Image/btn-bg.jpg") center bottom repeat-x;
    color: #d5d5d5;
    display: inline-block;
    text-decoration: none;
    font-size: 1.3em;
    text-shadow: 0px 1px 3px #000;
    border: 2px solid #959595;
    font-weight: normal;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.page .submit a.btn:hover{
    border-color: #fff;
    color: #fff;
    text-shadow: 0px 1px 3px #000, 0px 1px 3px #000, 0px 1px 3px #000;
}

.page-download .notice{
    font-size: 0.8em;
    color: #ffb119;
}

/*------ page-1 ------*/

.page-1{
    width: 80%;
    margin: 0 auto;
    padding-left: 100px;
    padding-top: 25px;
    color: #666;
}
.page-1 h4{
    font-size: 1em;
    font-weight: normal;
    margin: 25px 0 5px 0;
    padding: 0;
}
.page-1 p{
    margin: 0;
    padding: 0;
}
.page-1 input{
    padding: 8px;
    color: #fff;
    font-size: 1.2em;
    background: #161616;
    border: 1px solid #666;
    vertical-align: middle;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.page-1 input:focus{
    border: 1px solid #eee;
}
.page-1 input.sn{
    width: 20em;
}
.page-1 input.ppid{
    width: 9em;
}
.page-1 span{
    display: inline-block;
    margin-right: 3px;
    margin-left: 5px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5em;
    background: #9d9d9d;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.page-1 .find{
    color: #9d9d9d;
    text-decoration: underline;
}
.page-1 .find:hover{
    color: #fff;
}







/*------ page-2 ------*/

.page-2{
    padding-top: 25px;
    padding-bottom: 100px;
    color: #666;
    width: 70%;
    margin: 0 auto;
}
.page-2 h4{
    font-size: 1em;
    font-weight: normal;
    margin: 25px 0 5px 0;
    padding: 0;
}
.page-2 p{
    padding: 0;
}
.page-2 .account{
    width: 180px;
    height: 40px;
    padding-top: 105px;
    text-align: center;
    background: url("../Image/account.jpg") center center no-repeat;
    display: block;
    color: #aaa;
    margin: 30px auto;
    text-transform: uppercase;
    border: 4px solid #888;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.page-2 .account:hover{
    border-color: #fff;
    color: #fff;
}




/*------ page-3 ------*/


.page-3{
    margin-left: 150px;
    padding-top: 25px;
}
.page-3:after{
    clear: both;
    display: block;
    content: '';
}
.page-3 > p{
    color: #aaa;
}

.page-3 .choose-region{
    width: 190px;
    float: left;
    margin-left: 130px;
    padding-bottom: 30px;
}
.page-3 .choose-country{
    width: 190px;
    float: left;
    margin-left: 240px;
    padding-bottom: 30px;
}
.page-3 select{
    width: 170px;
}
.page-3 h4{
    font-weight: normal;
    margin: 1em 0 0.5em 0;
    color: #aaa;
}






/*------ page-4 ------*/

.page-4{
    margin-left: 80px;
    padding-top: 25px;
    padding-bottom: 50px;
    width: 800px;
}
.page-4 h3{
    margin-left: 210px;
    margin-bottom: 30px;
}

.page-4 h4{
    font-weight: normal;
    margin-bottom: 30px;
    width: 100%;
}
.page-4 img{
    margin-left: 100px;
}
.page-4 .code{
    font-size: 1.8em;
    color: #76b800;
    padding-top: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.page-4 a{ /* the code number was taken as an <a> on the phone. why?? */
    color: #f0c208;
}
.page-4 img{
    float: left;
    margin-right: 20px;
    margin-bottom: 250px;
}
.page-4 p{
    margin-right: 80px;
}



.page-4 .error-text{
    padding-top: 30px;
    padding-left: 80px;
    display: block;
    text-align: center;
}
.page-4 .error-text a{
    margin-top: 30px;
    text-transform: uppercase;
    text-decoration: none;
}
.page .notice{
    color: #999;
}


/*------ page-invoice ------*/

.page-invoice{
    width: 80%;
    margin: 0 auto;
    padding-left: 100px;
    padding-top: 25px;
    color: #666;
}
.page-invoice h3{
    margin-top: 25px;
    margin-bottom: 10px;
}
.page-invoice p{
    margin: 0;
    padding: 0;
}
.page-invoice input{
    padding: 8px;
    color: #fff;
    font-size: 1.2em;
    background: #161616;
    border: 1px solid #666;
    vertical-align: middle;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
}
.page-invoice input:focus{
    border: 1px solid #eee;
}
.page-invoice input.date{
    width: 3em;
}
.page-invoice input.month{
    width: 3em;
}
.page-invoice input.year{
    width: 3em;
}

.page-invoice input.file{
    width: 25em;
    text-align: left;
    margin-top: 10px;
}
.page-invoice input.upload{
    background: #444;
    margin-top: 5px;
}



.page-invoice .choose-country{
    padding-bottom: 30px;
}
.page-invoice select{
    width: 220px;
}







/*------ page-download ------*/

.page-download{
    padding-top: 25px;
    color: #999;
    width: 80%;
    margin: 0 auto;
}
.page-download .terms{
    width: 95%;
    padding: 0 10px;
    height: 220px;
    overflow: auto;
    background: #fff;
    color: #000;
    font-size: 0.8em;
    font-family: 'Helvetica Neue',Helvetica, Arial,'Apple LiGothic Medium','STHeiti Light','微軟正黑體','Microsoft JhengHei',sans-serif;
}
.page-download .terms li{
    margin-bottom: 10px;
}
.page-download .terms a{
    color: #1b7ec3;
}
.page-download .terms a:hover{
    text-decoration: underline;
}
.page-download input[type=checkbox]{
    vertical-align: middle;
}

.page-download .step{
    margin-top: 30px;
}
.page-download .step b{
    color: #76b900;
    display: block;
    margin-top: 10px;
}


.page-download .download{
    text-align: center;
    margin-bottom: 50px;
}
.page-download .download a{
    padding: 6px 40px;
    background: url("../Image/btn-bg.jpg") center bottom repeat-x;
    color: #d5d5d5;
    display: inline-block;
    text-decoration: none;
    font-size: 1.3em;
    text-shadow: 0px 1px 3px #000;
    border: 2px solid #959595;
    font-weight: normal;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.page-download .download a:hover{
    border-color: #fff;
    color: #fff;
    text-shadow: 0px 1px 3px #000;
}
.page-download .download a img{
    width: 35px;
    vertical-align: middle;
    margin-left: 5px;
}
.page .submit .hide-next-button{
    display: none;
}






/*------ popout ------*/

.pop-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.pop-inner{
    position: relative;
    height: 20px; /* 避免遮掉mask感應範圍 */
}


.pop-wrapper .close{
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    background: url("../Image/close.png") center center no-repeat;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}
.pop-wrapper .close:hover{
    -moz-transform: scale(1) rotate(90deg) translate(0px);
    -webkit-transform: scale(1) rotate(90deg) translate(0px);
    -o-transform: scale(1) rotate(90deg) translate(0px);
    transform: scale(1) rotate(90deg) translate(0px);
}
.pop-sn{
    width: 572px;
    position: relative;
    padding: 20px;
    margin: 8% auto 0 auto;
    background: #000;
    border: 1px solid #888;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}
.pop-sn h2{
    color: #aaa;
    font-size: 1.2em;
    margin: 0 0 10px 0;
    font-weight: normal;
}
.pop-ppid{
    width: 533px;
    position: relative;
    padding: 20px;
    margin: 8% auto 0 auto;
    background: #000;
    border: 1px solid #888;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}
.pop-ppid h2{
    color: #aaa;
    font-size: 1.2em;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.pop-geforce{
    width: 400px;
    position: relative;
    padding: 50px 20px 70px 20px;
    margin: 12% auto 0 auto;
    background: #000;
    border: 1px solid #888;
    border-radius: 3px;
    display: none;
}
.pop-geforce img{
    float: left;
    margin-right: 15px;
}
.pop-geforce p{
    padding-top: 10px;
    font-size: 1.2em;
}
.pop-geforce p a{
    color: #40acf7;
    text-decoration: underline;
}
.pop-geforce p a:hover{
    color: #76b900;
}

.pop-area{
    width: 700px;
    height: 280px;
    position: relative;
    padding: 30px 20px 20px 20px;
    margin: 12% auto 0 auto;
    background: #000;
    border: 1px solid #888;
    border-radius: 3px;
}
.pop-area h3{
    font-weight: normal;
}
.pop-area p a{
    display: block;
    float: left;
    width: 32%;
    margin-right: 1%;
    height: 110px;
    padding-top: 60px;
    background: #333;
    color: #fff;
    text-align: center;
    vertical-align: top;
    font-size: 1.2em;
    border-radius: 3px;
}
.pop-area p a:hover{
    background: #76b900;
    color: #222;
}
.pop-area p a span{
    font-size: 0.7em;
}




/*20200519 nv content*/
.nv-intro{
    display: flex;
    max-width: 960px;
    margin: 30px auto 0 auto;
    align-items: center;
}
.nv-intro .image{
    width: 55%;
    box-sizing: border-box;
    padding-left: 20px;
}
.nv-intro .image img{
    width: 100%;
    display: block;
}
.nv-intro .text{
    width: 45%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}
.nv-intro .text h3 {
    font-size: 2.2em;
    font-weight: lighter;
    font-family: 'Geforce Light',sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.nv-intro .text p {
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    margin: 10px 0 20px 0;
    color: #76b900;
}
.nv-intro .text ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nv-intro .text ul li{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    background: url("../Image/arrow.png") left center no-repeat;
}



.nv-video-title{
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Geforce Bold';
    padding: 0 20px;
    line-height: 1em;
    margin-top: 60px;
}
.nv-video{
    display: flex;
    max-width: 960px;
    margin: 50px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.nv-video > div{
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
}
.nv-video a{
    opacity: 1;
    transition: all 0.3s;
    display: block;
    position: relative;
}
.nv-video a:after{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    background: url("../Image/play.png") center no-repeat;
    background-size: cover;
}
.nv-video a:hover{
    opacity: 0.7;
}
.nv-video img{
    width: 100%;
    display: block;
}
.nv-video h3{
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
    color: #76b900;
    text-align: center;
    font-family: 'Geforce Bold';
}
.nv-video p{
}

.nv-video-text{
    max-width: 960px;
    margin: -20px auto 0 auto;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #888;
}
.nv-video-text h3{
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 20px 0;
    color: #76b900;
    text-align: center;
    font-family: 'Geforce Bold';
}
.nv-video-text p{
    max-width: 700px;
    margin: 0 auto;
}



/*20200916*/
.nv-intro-20200916 .part-1{
    background: url("../Image/nv-new-1.jpg") no-repeat;
    height: 578px;
    overflow: hidden;
    margin: 0 auto;
    width: 960px;
}
.nv-intro-20200916 .part-1 .text{
    width: 40%;
    margin: 0 0 0 57%;
    padding-top: 60px;
}
.nv-intro-20200916 .part-1 .text h3 {
    font-size: 2.2em;
    font-weight: bold;
    font-family: 'Geforce Light',sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 1.1em;
}
.nv-intro-20200916 .part-1 .text h4 {
    font-size: 1.4em;
    font-weight: bold;
    font-family: 'Geforce Light',sans-serif;
    text-transform: uppercase;
    margin: 0;
    color: #76b900;
    line-height: 1.1em;
}
.nv-intro-20200916 .part-1 .text p {
    line-height: 1.8em;
}

.nv-intro-20200916 .part-2{
    background: url("../Image/nv-new-2.jpg") no-repeat;
    height: 582px;
    overflow: hidden;
    margin: 0 auto;
    width: 960px;
}
.nv-intro-20200916 .part-2 .text{
    width: 50%;
    margin: 0 0 0 2%;
    padding-top: 120px;
}
.nv-intro-20200916 .part-2 .text h3 {
    font-size: 1.4em;
    font-weight: normal;
    font-family: 'Geforce Light',sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #76b900;
}
.nv-intro-20200916 .part-2 .text ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.nv-intro-20200916 .part-2 .text ul li{
    margin-bottom: 8px;
}
.nv-intro-20200916 .part-2 .text ul span{
    color: #76b900;
    padding-right: 5px;
}

/*20201026*/
.cod{
    margin: 0 auto;
    width: 960px;
}
/*20200630 nv content*/
.nv-video-single{
    max-width: 960px;
    margin: 30px auto 0 auto;
    padding: 30px 0;
    /*background: url("../Image/geforce-death-stranding-bg.jpg") center no-repeat;*/
    background-size: cover;
}
.nv-video-single h3 {
    font-size: 2.2em;
    font-weight: lighter;
    font-family: 'Geforce Bold',sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 700px;
    text-align: center;
}
.nv-video-box{
    width: 75%;
    margin: 30px auto 0 auto;
}
.nv-video-box a{
    opacity: 1;
    transition: all 0.3s;
    display: block;
    background: #000;
}
.nv-video-box img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.nv-video-box a:hover img{
    opacity: 0.7;
}



/* 20210302 */

.new-intro{
    background: url("../Image/new-intro.jpg") center no-repeat;
    background-size: cover;
    width: 960px;
    height: 650px;
    margin: 0 auto;
}
/* .new-intro .text{
    margin-left: 57%;
    padding-top: 8%;
    padding-right: 20px;
}*/
.new-intro .text h3{
  font-size: 2.2em;
  font-weight: lighter;
  font-family: 'Geforce Bold',sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  padding-top: 6%;
  max-width: 700px;
  text-align: center;
}
