@charset "utf-8";
/* CSS Document */
body{background-color: #000;}
/*-----css基本設定---------*/
*, body, h1, h2, h3, h4, h5, h6, a, p, select  {
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif, Arial, Helvetica;
}
/*文字反選顏色*/
::selection, ::-moz-selection {
	background: #e78d09;
	color: #ffffff;
}

input, select {
    -webkit-appearance: none;
}

/*a:focus {
	background-color: #F7AD00 !important;
}*/
a {
	transition: .5s;
}
/*a:hover {
	filter:brightness(110%);
	transition: .5s;
}*/
/*a:focus img {
	-webkit-filter:saturate(0.2);
}*/


html {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	min-height: 100%;
}

/*清除格式*/
.CleanFormat { 
	clear: both;
}
#article::after, section::after, header::after {
	content: "";
	display: block;
	clear: both;
}

/*分隔線*/
.Dividers {
	margin: 10px auto;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #373b80;
}

/*------------------------WebStart----------------------*/
#wrap {
	display: block;
	position: relative;
}
/*-------------------------Header-----------------------*/
header {
    display: block;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
#Logo {
    display: block;
    padding: 15px 0;
    width: 219px;
    float: left;
}
#Logo a, #Logo img {
    display: block;
}


/*---------------------------Menu-----------------------*/
nav {
    float: right;
}
nav ul {
    font-size: 0;
}
nav li {
    display: inline-block;
}
nav a {
    display: block;
    padding: 25px 20px;
    color: #ccc;
    text-align: center;
}
nav a:hover, nav a.active {
	color: #ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4e74c+0,f86f6e+100 */
	background:  #052556; /* Old browsers */
	background: -moz-linear-gradient(top,  #000 0%, #052556 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000 0%,#052556 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000 0%,#052556 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#052556',GradientType=0 ); /* IE6-9 */
}
.MenuCh {
    font-size: 24px;
    line-height: 35px;
}
.MenuEn {
    font-size: 18px;
    line-height: 25px;
}

/*--手機版按鈕--*/

#menuBtn {
    display: none;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 35px;
    height: 35px;
}
#menuBtn img {
    position: absolute;
}
#menuBtn .MenuClose {
    display: none;
}


/*-------------------------BODY-------------------------*/
article {
	position: relative;
	display: block;
}
section {
	position: relative;
	display: block;
}

/*-------------------------FOOTER-----------------------*/
footer {
    width: 100%;
    background: #052556;
    color: #ffffff;
    padding: 25px 0;

    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#Footer {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    font-size: 0;
}
#CopyRight {
    font-size: 16px;
    line-height: 30px;
    width: calc(100% - 400px);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
#FooterLink {
    display: inline-block;
    width: 400px;
    vertical-align: middle;
}
#FooterLink a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    line-height: 30px;
    float:right;
    margin-left: 25px;
}


/*--------------------------共用項目-------------------------------*/
/*--隱私權同意的Top Bar--*/
#PagePrivacy {
    background: #454545;
    padding: 15px 30px;
    font-size: 0;
	display: none;
}
.PrivacyTxt {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
	text-align: justify;
	text-justify:inter-ideograph;
}
.PrivacyTxt a {
    font-size: inherit;
    color: #0689F7;
    padding: 0 5px;
    text-decoration: underline;
    font-weight: bold;
}
#agreeBtn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
input#agree {
    display: block;
    width: 50px;
    height: 30px;
    background: #0689f7;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/*--------------------------內容開始-------------------------------*/
/*-----首頁-----*/
#BannerBk {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
#BannerBk img {
	display: block;
	width: 100%;
	height: auto;
}
.WBanner, .MBanner {
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.MBanner {
	display: none;
}

.WebTitle img {
    display: block;
    margin: 0 auto;
}
.TitleTxt {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

/*-----關於我們-----*/
.AboutUs {
    padding-top: 50px;
}
.AboutUs section {
    display: block;
    margin: 0 auto 50px;
    width: 95%;
    max-width: 1400px;
}
.AboutImg {
    width: 60%;
    display: block;
    position: relative;
    padding-bottom: 50px;
    z-index: 1;
}
.AboutImg img {
    display: block;
    width: 100%;
    height: auto;
}
.AboutInfo {
    width: 45%;
    padding: 50px;
    display: block;
    vertical-align: bottom;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 2;
    background: #052556;
}
.AboutInfo h2 {
    font-size: 40px;
    color: #fff;
}
.AboutInfo h3 {
    font-size: 20px;
    color: #0274F4;
}
.AboutContent {
    text-align: justify;
    text-justify: inter-ideograph;
}
.AboutContent p {
    font-size: 16px;
    line-height: 36px; color:azure;
}
.AboutUs section:nth-child(2n) .AboutImg {
    float: right;
}
.AboutUs section:nth-child(2n) .AboutInfo {
    left: 0;
}
.AboutUs section:nth-child(2n) .AboutInfo h2, .AboutUs section:nth-child(2n) .AboutInfo h3 {
    text-align: right;
}

.AboutImg img, .AboutInfo {border-radius:15px; opacity: 0.8;}

/*-----遊戲-----*/
ul#GameList {
    font-size: 0;
    width: 95%;
    max-width: 1400px;
    display: block;
    margin: 30px auto;
}
ul#GameList li {
    display: inline-block;
    width: calc(31% - 2px);
    margin: 0 1% 40px 1%; 
    border: 0px solid #006284;border-radius:5px; background-color:  #052556; box-shadow:1px 1px 2px #006def;
}

.GameImg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block;
    width: 100%;
    border-radius: 10px;
}
.GameImg a {
    display: block;
}
.GameImg img {
    display: block;
    width: 100%;
    height: auto;
}
.GameName {
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.GameName a {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    padding-left: 6px;
}
.GameInfo {
    font-size: 0;
    padding-bottom: 10px;
}
.GameInfo > div {
    display: inline-block;
    vertical-align: middle;
}
.GameIntro {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    width: calc(100% - 180px);
    padding: 0 10px 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; border :0px red solid;
}
.GameLink {
    font-size: 0;
    float:right;
    margin-right:4px;
}
.GameLink a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
}
.GameLink img {
    display: block;
    margin: 0 auto;
}
.btnlink {height:90%; }
.btnlink:hover {transform: scale(1.3);}

/*-----客服-----*/
/*-----NEW Page Start-----*/
    ul#ServiceGameList {
        font-size: 0;
        width: 95%;
        max-width: 1400px;
        display: block;
        margin: 30px auto;
    }
    ul#ServiceGameList li {
        display: inline-block;
        width: calc(30% - 2px);
        margin: 0 1% 40px 1%; 
        border-bottom: 1px solid #006284; /*border-radius:5px; background-color:  #052556; */
        box-shadow:0px 0px 0px #555;
    }
/*-----NEW Page End-----*/
.ServiceBanner {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    background-size: cover !important;
    background-position: center !important;
	filter:blur(3px);
}
.ServiceBanner img, .ServiceImg img {
    display: block;
    width: 100%;
    height: auto;
}

.ServiceBannerTxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.ServiceBannerTxt::before {
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.ServiceBannerTxt h1 {
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.GameServiceBtn {
    width: 95%;
    max-width: 1400px;
    display: block;
    margin: 50px auto;
}
.GameServiceBtn ul {
    font-size: 0;
}
.GameServiceBtn li {
    display: inline-block;
    width: 30%;
    margin: 0 5% 50px 0;
    font-size: 0;
}
.ServiceImg {
	width: 150px;
    display: inline-block;
    background-size: cover !important;
    background-position: center !important;
	border-radius: 150px;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 20px;
}
.ServiceLinkBk {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 170px);
}
.ServiceLinkBk h2 {
    color: #707070;
    font-size: 20px;
    font-weight: normal;
}
.ServiceLink a {
    font-size: 16px;
    color: #0274F4;
}

/*-----線上回報 暫時-----*/
#comeingsoon, #ServiceComplete {
    text-align: center;
}
#comeingsoon p, #ServiceComplete p {
    font-size: 16px;
    line-height: 30px;
}
#comeingsoon p:last-child {
	padding: 30px 0;
}
#comeingsoon p:last-child a {
    font-size: 20px;
	color: #0274F4;
}
#ServiceComplete .SN {
    color: #1ab7ea;
    font-size: 18px;
    font-weight: bold;
}
#ServiceComplete .BacktoMenu{
    border-radius: 8px; font-size: 18px;
    background-color: #1ab7ea;
    border: none;
    color: #fff;
    padding: 12px 20px;
    cursor: pointer;
    margin:auto;
    width:80px;
}
#ServiceComplete .BacktoMenu:hover{
   transform: scale(1.1);
}
/*-----線上回報-----*/
.ServiceIndex {
	font-size: 0;
}
.ServiceAskBg {
	display: inline-block;
	padding: 0 50px;
	width: calc(50% - 100px);
	vertical-align: top;
	height: 100%;
	font-size: 0;
}
.ServiceAskBg:first-child {
	text-align: right;
	background: url("../../images/pageImg/ServiceIndexBk01.jpg") no-repeat center;
	background-size: cover !important;
}
.ServiceAskBg:last-child {
	text-align: left;
	background: url("../../images/pageImg/ServiceIndexBk02.jpg") no-repeat center;
	background-size: cover !important;
}
.ServiceAskBg::before {
	content: "";
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	width: 0;
}
.ServiceAskBtn {
    display: inline-block;
    width: 110px;
    height: 110px;
    vertical-align: middle;
}
.ServiceAskBtn a {
    display: block;
    padding: 15px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.askLink a {
    color: #fff;
    background: #0274F4;
}
.reportLink a {
	background: #fff;
    color: #0274F4;
}
.askLink a:hover {
    color: #0274F4;
    background: #fff;
}
.reportLink a:hover {
	background: #0274F4;
    color: #fff;
}

/*----線上回報 表單-----*/
.formHead {
    background: linear-gradient(to bottom,  #052556 0%,rgba(125,185,232,0) 100%); 
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 0;
    min-height: 60px;
    line-height: 60PX;    
}
.GameTitle{font-size:22px;}
.ServiceAsk {
	display: block;
	width: 95%;
	max-width: 1000px;
	margin: 20px auto;
}
.askForm li {
	display: block;
	border: 1px solid #707070;
	border-radius: 30px;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 0;
}
.FormName {
    color: #013C82;
    font-size: 18px;
    line-height: 36px;
    width: 90px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    vertical-align: middle;
}
.askForm input.text, .FormSelect {
    font-size: 18px;
    font-weight: normal;
    border: none;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px);
}
.QtypeGroup {
    font-size: 0;
    padding: 10px 20px;
}
.QtypeGroup label {
	color: #707070;
    font-size: 18px;
    line-height: 36px;
    width: 30%;
    display: inline-block;
	margin-right: 5%;
    vertical-align: middle;
}
.QtypeGroup input {
    -webkit-appearance: radio;
}

.Textarea {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    min-height: 160px;
    line-height: 35px;
    color: #707070;
    border: none;
    width: calc(100% - 40px);
}

.FormSelect {
    background: url("../../images/selectDown.png") no-repeat right 10px center;
}

.ImgUploadGroup {
    border: none !important;
    padding: 0 !important;
}

.ImgUploadGroup span {
    font-size: 18px;
    color: #707070;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.FileBtnStyle {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 152px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.FileBtnStyle input {
    width: 1px;
    display: inline-block;
    height: 1px;
    opacity: 0;
}
.FileBtnStyle div {
    height: 30px;
    width: 150px;
    font-size: 18px;
    line-height: 30px;
    color: #999;
    border: 1px solid #999;
    text-align: center;
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100 */
    background: #ffffff; /* Old browsers */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
    background: -webkit-linear-gradient(#ffffff 0%, #cccccc 100%);
    background: -moz-linear-gradient(#ffffff 0%, #cccccc 100%);
    background: -o-linear-gradient(#ffffff 0%, #cccccc 100%);
    background: linear-gradient(#ffffff 0%, #cccccc 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}



.FormNote {
    width: 95%;
    max-width: 1000px;
    display: block;
    margin: 0 auto 50px;
}
.FormNote li {
    font-size: 16px;
    color: #013C82;
    line-height: 30px;
    display: block;
}



.SendBtn {
    font-size: 0;
    text-align: center;
}
.SendBtn input {
    display: inline-block;
    width: 120px;
    height: 50px;
    cursor: pointer;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
}
.Submit {
    background: #013C82;
    border: 1px solid #013C82;
}
.Cancel {
    background: #707070;
    border: 1px solid #707070;
}
.Submit:hover, .Cancel:hover {
    background: #013C82;
}

.Warring {
    display: none;
    font-size: 16px;
    line-height: 30px;
    color: red;
    width: 95%;
    margin: 0 auto;
}


#html_element {
    margin-bottom: 30px;
}

#html_element div {
    margin: 0 auto;
}


.UL_Img img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 600px;
}



/*-----回報頁面-----*/
.GamerBk, .ManaReport {
    padding: 20px;
    border-radius: 10px;
    width: calc(95% - 40px);
    max-width: 960px;
    border: 1px solid #013C82;
    margin: 0 auto 50px;
}
.GamerBk {
    background: #013C82;
    color: #ffffff;
}
.ManaReport {
    background: #ffffff;
    color: #013C82;
}
.ReportHead {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.QusInfoTxt li {
    padding: 5px 0;
}
.QusInfoTxt li span {
    font-size: 16px;
    line-height: 30px;
}
.QusInfoTxt li span:first-child {
    font-weight: bold;
}

.ReportTxtContent, .ImgList {
    margin-top: 10px;
    border-top: 1px dashed #fff;
    padding: 10px 0;
}
.ManaBox {
    border-top: 1px dashed #013C82;
}
.ReportTxtTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ImgList li {
    margin-bottom: 10px;
}
.ImgList li:last-child {
    margin-bottom: 0;
}
.ImgList img {
    display: block;
    width: auto;
    height: auto;
    max-width: 800px;
    max-height: 600px;
    margin: 0 auto;
}

.QusStatus div {
    font-size: 18px;
    color: red;
    text-align: center;
}



/*-----聯絡我們-----*/
.ContactPage {
	display: block;
	background: url("../../images/pageImg/ContactBkImg.jpg?v=1");
	background-size: cover !important;
	background-position: center !important;
	height: auto;
    font-size: 0;
}
.ContactPage::before {
    content: "";
    display: inline-block;
    width: 60%;
    height: 100%;
    vertical-align: middle;
}
.ContactTxt {
    display: inline-block;
    vertical-align: middle;
}
.ContactTitle {
    font-size: 30px;
    color: #ffffff;
    text-shadow: 0 0 5px #707070;
}
.ContactEmail a {
    font-size: 24px;
    color: #ffffff;
    text-shadow: 0 0 5px #707070;
}


/*-----隱私權同意書-----*/
.PaperContent {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
}

/*文字設定*/
.PaperContent h1 {
    color: #0274F4;
    font-size: 30px;
    margin-bottom: 30px;
}
.PaperContent h2 {
    font-size: 26px;
    font-weight: bold;
    color: #0274F4;
    margin: 30px 0 10px 0;
}
.PaperContent h3 {
    font-size: 22px;
    font-weight: bold;
    color: #707070;
    margin: 30px 0 10px 0;
}
.PaperContent h4 {
    font-size: 18px;
    font-weight: bold;
    color: #707070;
    margin: 10px 0 5px 0;
}
.PaperContent h5 {
    font-size: 16px;
    font-weight: bold;
    color: #707070;
}
.PaperContent p {
	font-size: 16px;
    color: #707070;
}
/*---動畫---*/
.ani {
	animation-name: scrol;
    animation-duration: 1s;
	animation-iteration-count: infinite;
}
	

@keyframes scrol{
    from{
        bottom:50px;
    }
    to{
        bottom:20px;
    }
}
/*--回到頂端 Go Top--*/
#ScrolTopBtn span {
    display: inline-block;
    vertical-align: middle;
    display: block;
    background-image: url(../../images/TopBtn.png); background-repeat: no-repeat; width: 36px;height: 36px;
}

#ScrolTopBtn {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 85px;
    right: 10px;
	display: none;
	z-index: 99;
}
#ScrolTopBtn a {
    width: 38px;
    height: 16px;
    padding: 17px 6px;
	display: block;
	border-radius: 50px;
	background: #006def;
}
 
/*------------------------loading-----------------------*/

#Loading {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    text-align: center;
    background: #ffffff;
    
}
#Loading::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
#Loading span {
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    background-image: url(../../images/skateboarding.gif); width: 64px;height: 64px;
}
/*---------------------------自適應內容----------------------------*/
/*--高--*/
@media only screen and (min-height: 781px) {

}
@media only screen and (max-height: 780px) {

}



/*--寬--*/
@media only screen and (max-width: 1100px) {

}

@media only screen and (min-width: 901px) {
    /*
    ul#GameList li:nth-child(3n), .GameServiceBtn li:nth-child(3n) {
        margin-right: 0;
    }
    ul#ServiceGameList li:nth-child(3n), .GameServiceBtn li:nth-child(3n) {
        margin-right: 0;
    }
*/
    .QtypeGroup label {
        color: #707070;
        font-size: 18px;
        line-height: 36px;
        width: 30%;
        display: inline-block;
        margin-right: 5%;
        vertical-align: middle;
    }
    .QtypeGroup label:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1080px) {
    ul#GameList li {
        width: calc(47.5% - 2px);
        border:1px green solid;
    }
    .GameServiceBtn li {
        width: 47.5%;
        margin: 0 5% 50px 5%;
    }
   /*    ul#GameList li:nth-child(2n), .GameServiceBtn li:nth-child(2n) {
        margin-right: 0;
    }*/
    ul#ServiceGameList li {
        width: calc(47.5% - 2px);
    }
 /*   ul#ServiceGameList li:nth-child(2n), .GameServiceBtn li:nth-child(2n) {
        margin-right: 0;
    }  */


    #CopyRight {
        font-size: 16px;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    #FooterLink {
        display: block;
        text-align: center;
        width: 100%;
    }
    #FooterLink a {
        font-size: 16px;
        color: #ffffff;
        text-decoration: underline;
        display:  block;
        line-height: 30px;
        float: none;
        margin: 0px;
    }

    .AboutUs section {
        display: block;
        margin: 0 auto 50px;
        width: 100%; 
        max-width: 1400px;
    }

    .AboutImg {
        width: 100%;
        display: block;
        position: relative;
        padding-bottom: 0px;
        z-index: 1;
    }
    .AboutInfo {
        width: 100%;
        padding:  0;
        display: block;
        position: relative;
        margin: 0 auto 20px;
        right: auto;
    }
    .AboutInfo h2 {
        font-size: 26px; padding-left: 20px; padding-top:10px;
        color: #707070;
    }
    .AboutInfo h3 {
        font-size: 20px; padding-left: 20px;
        color: #0274F4;
    }
    .AboutContent p {
        font-size: 16px;
        line-height: 30px;padding: 20px;
    }
    .AboutUs section:nth-child(2n) .AboutImg {
        float: none;
    }
    .AboutUs section:nth-child(2n) .AboutInfo h2, .AboutUs section:nth-child(2n) .AboutInfo h3 {
        text-align: left;
    }



    .QtypeGroup label {
        width: 47.5%;
    }
    .QtypeGroup label:nth-child(2n) {
        margin-right: 0;
    }



}

@media only screen and (max-width: 780px){

header {
    padding: 0 2.5%;
}
#menuBtn {
    display: block;
}
nav {
    display: none;
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    z-index: 50;
    background: #ffffff;
}
nav li {
    display: block;
    width: 100%;
}
nav a {
    display: block;
    padding: 0px;
    color: #707070;
    text-align: center;
}

.PrivacyTxt {
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
    width: 100%;
}
#agreeBtn {
    display: block;
    margin: 0;
}
input#agree {
    margin: 0 auto;
}

}
.ContactPage {
	min-height: calc(100% - 20px);
	text-align: center;
}
.ContactPage::before {
    width: 0;
}
.ContactTxt {
    margin-top:20%
}
.ContactTitle {
    font-size: 30px;
}
.ContactEmail a {
    font-size: 20px;
}


@media only screen and (max-width: 630px) {
.WBanner {
	display: none;
}
.service-banner {
	display: none;
}
.MBanner {
	display: block;
}	
.ContactPage {
	min-height: 450px;
	text-align: center;
}
.ContactPage::before {
    width: 0;
}
.ContactTxt {
    margin-top:30%
}
.ContactTitle {
    font-size: 20px;
}
.ContactEmail a {
    font-size: 16px;
}




.ServiceAskBg {
	display: block;
	padding: 50px;
	width: calc(100% - 100px);
}
.ServiceAskBg:first-child, .ServiceAskBg:last-child {
	text-align: center;
}
.ServiceAskBtn {
    width: auto;
    height: auto;
}
.ServiceAskBtn a {
    display: block;
    padding: 15px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}


}
@media only screen and (max-width: 540px) {
ul#GameList li {
    width: calc(100% - 2px);
    margin: 0 0 50px 0;
}
ul#ServiceGameList li {
    width: calc(100% - 2px);
    margin: 0 0 50px 0;
}    
.GameServiceBtn li {
    width: 100%;
    margin: 0 0 50px 0;
}

.QtypeGroup label {
    width: auto;
    display: block;
    margin-right: 0;
}

.ImgUploadGroup span {
    display: none;
}

}
@media only screen and (max-width: 400px) {

}
@media only screen and (max-width: 380px) {

}
@media only screen and (max-width: 360px) {

}
