/* CSS Document */
html {-webkit-text-size-adjust: 100%; }
body{margin: 0px; padding:0; font-size:12px; color:#FFFFFF; font-family:Verdana, Geneva, sans-serif; background:#00547c;}
dl,dt,dd,ul,li,h1,h2,form,input,textarea,p,td,h4,h3{padding:0;margin:0;}
ul,dl{list-style:none;}
img{ vertical-align:top;border:0;}
.clear{clear:both}
.left{float:left}
.right{float:right;}
a {text-decoration:none;}
div.header {
    height: 50px;
	padding-top:3px;
    background: url(/images/blue/top-bar_bg.png) repeat-x;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
	line-height:50px;
	min-width:260px;
	overflow:hidden;
	font-size:24px;
}
div.header_left {
    float:left;
	width:40px;
	padding-left:10px;
	cursor:pointer;
}
div.header_right {
    float:right;
	width:40px;
	padding-right:10px;
	cursor:pointer;
}
	
	#PopMenuDiv{position:absolute;width:160px;left:0px;top:45px;z-index:1000;text-align:left;display:none;}
	#PopMeneUL{}
		#PopMeneUL li {width:100%; height:24px; line-height:24px; font-size:14px; overflow:hidden; border-bottom:#2676A2 1px solid; background: #056194; padding: 5px 0 5px 10px; color: #fff;}
		#PopMeneUL li.selected {background: #00547c;}
		#PopMeneUL a{ text-decoration: none;}
		#PopMeneUL a li {color: #fff;}
		
	#searchDiv{width:100%;height:30px;padding:2px 0 0 0; position:relative;display:none;clear:both;margin-top:-10px;}
	#searchForm #keywordsDiv{height:30px;float:left;width:100%;}		
	#searchForm #keywordsInput{width:100%;height:30px;padding-left:5px;padding-right:60px;border:0px;}
	
	#searchForm #submitDiv{width:60px;height:30px;float:right;position:absolute;right:0px;}
	#searchForm #submitInput{width:100%;height:30px;border:0px; background-color:#056194;color:#FFF;font-weight:bold;}	

div.HeaderMenuPC{
    float: left;
    width: calc(100% - 100px);
    font-size: 16px;
    line-height: 44px;
    height: 40px;
    overflow: hidden;
}
div.HeaderMenuPC a{
	padding:0 10px 0 5px;
	color:#fff;
}
div.HeaderMenuPC a:hover{
	color:#ffd14d;
}

div.allgames {
    margin-left:auto;
    margin-right:auto;
	clear:both;
}
div.thumb {	
	text-align: center;
	position:relative;
	border-radius:10px;
	float: left;
	aspect-ratio: 1 / 1;
	overflow:hidden;
}
div.thumb {	
  --margin: 5px;
  --allWidth: calc(100% - 20px);
  --width:calc((100% - 20px)/2);
  margin: var(--margin);
  width: var(--width);
}
.tag-featured{position:absolute;top:0px;left:0px;width:58px;height:58px;background:url(/images/blue/tag-featured2.png) 0 0 no-repeat; display:none;}
@media only screen and (min-width: 300px) {
	div.thumb {	
	  --margin: 5px;
	  --allWidth: calc(100% - 30px);
	  --width:calc((100% - 30px)/3);
	  margin: var(--margin);
	  width: var(--width);
	}
	.tag-featured {display:none;}
}
@media only screen and (min-width: 450px) {
	.tag-featured {display:block;}
}
@media only screen and (min-width: 600px) {
	div.thumb {	
	  --margin: 5px;
	  --allWidth: calc(100% - 40px);
	  --width:calc((100% - 40px)/4);
	  margin: var(--margin);
	  width: var(--width);
	}
	.tag-featured {display:block;}
}
@media only screen and (min-width: 1000px) {
	div.thumb {	
	  --margin: 5px;
	  --allWidth: calc(100% - 60px);
	  --width:calc((100% - 60px)/6);
	  margin: var(--margin);
	  width: var(--width);
	}
	.tag-featured {display:block;}
}
@media only screen and (min-width: 1400px) {
	div.thumb {	
	  --margin: 5px;
	  --allWidth: calc(100% - 80px);
	  --width:calc((100% - 80px)/8);
	  margin: var(--margin);
	  width: var(--width);
	}
	.tag-featured {display:block;}
}
@media only screen and (min-width: 1600px) {
	div.thumb {	
	  --margin: 5px;
	  --allWidth: calc(100% - 100px);
	  --width:calc((100% - 100px)/10);
	  margin: var(--margin);
	  width: var(--width);
	}
	.tag-featured {display:block;}
}
div.thumb a img {
	border: 1px solid #F2F6F8;
	width: 100%;	
	height: 100%;
	/* filter:alpha(opacity=80);-moz-opacity: 0.80;opacity: 0.80; */
	border-radius:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.thumb a {
	color:#f5f500;
	text-decoration: none;
}

div.thumb span.GameName{position:absolute;bottom:1px;left:1px;width:calc(100% - 2px);height:auto;display:none;color:#FEC501; background-color:#3F3F3F; padding:5px 0 5px 0;font-size:12px; font-family:Verdana, Geneva, sans-serif;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}

div.thumb-hot span.GameName{width:100%;}

#loadingmoregames{ width:100%; text-align:center;clear:both;}

.foot{height:30px;width:100%;line-height:30px;color:#fff;clear:both;margin:20px 0 0 0;text-align:center;background:#00547c;padding:0 10px;box-sizing: border-box;}
 .foot  a{ color:#fff; text-decoration:none;}
 
#footad{ position:fixed;width:100%;height:50px;text-align:center; bottom:0;background:#fff;padding-top:5px;}

#backToTop { width:60px; height:50px; position:fixed; bottom:90px; right:10px; display:none;z-index:1000;}

/* 底部标签 */
.game-category {
    width: 100%;
    overflow: hidden;
}

.game-category .title {
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
}

.game-category .list {
    overflow: hidden;
    margin: 0 -12px 0 5px;
}

.game-category .list a {
    display: none;
    font-size: 12px;
    float: left;
    color: #fff;
    box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.2);
    margin: 5px 12px 5px 0;
    padding: 3px;
    overflow: hidden;
    width: calc(33% - 12px);
    box-sizing: border-box;
}

.game-category .list a:nth-child(-n + 36) {
    display: block;
}

.game-category .list a:hover {
    color: #FEC501;
}

.game-category .list .item {
    width: 100%;
    height: 100%;
    float: inherit;
}

.game-category .list .item img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.game-category .list .name {
    float: left;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.game-category .list .name .text {
    float: left;
    text-align: center;
}

@media only screen and (min-width: 800px) {
    .game-category .list a {
        font-size: 13px;
    }
    .game-category .list .item {
        width: 100px;
        height: 100px;
        float: left;
    }

    .game-category .list .name {
        height: 100px;
        width: calc(100% - 100px);
    }
}

@media only screen and (min-width: 600px) {
    .game-category .list a {
        width: calc(25% - 14px);
    }
}

@media only screen and (min-width: 1400px) {
    .game-category .list a {
        width: calc((100% / 6) - 13px);
        font-size: 14px;
    }
}

/* 底部隐藏显示文本 */
.show-text-card,
.hide-text-card {
  line-height: 24px;
}
.show-text-card {
  margin: 16px;
  content-visibility: auto;
  contain: layout paint;
  contain-intrinsic-size: 400px;
  overflow-anchor: none;
  border-radius: 10px;
  background-color: #056194;
  height: auto;
  position: relative;
  color: #fff;
  font-size: 14px;
  overflow-anchor: auto;
	text-align: left;
}
.show-text-card h1,
.hide-text-card h1 {
  font-size: 18px;
  padding: 0 0 10px 0;
}
.show-text-card h2,
.hide-text-card h2 {
  font-size: 16px;
  padding: 10px 0 10px 0;
}
.show-text-card h3,
.hide-text-card h3 {
  font-size: 15px;
  padding: 0 0 10px 0;
}
.show-text-card ol,
.hide-text-card ol {
  margin-top: 0px;
  margin-bottom: 0px;
}  
.show-text-card ul,
.hide-text-card ul,
.show-text-card dl,
.hide-text-card dl {
    list-style-type: disc;
    margin-left: 40px;
}
.show-text-card a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.show-text-card .show-text {
  height: 100%;
  overflow: hidden auto;
  padding: 30px 30px 0px;
}

.show-text-card .show-button {
  background-color: #056194;
  height: 50px;
  padding-top: 10px;
  padding-left: 30px;
}

.show-text-card .show-button .button-span {
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}

.hide-text-card {
  margin: 16px;
  content-visibility: auto;
  contain: layout paint;
  contain-intrinsic-size: 400px;
  overflow-anchor: none;
  border-radius: 10px;
  background-color: #056194;
  height: 200px;
  position: relative;
  color: #fff;
  font-size: 14px;
  overflow-anchor: auto;
	text-align: left;
}

.hide-text-card a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.hide-text-card .show-text {
  height: 100%;
  overflow: hidden auto;
  padding: 30px 30px 0px;
}

.hide-text-card .show-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 4px;
  background: linear-gradient(180deg, rgba(19, 20, 30, 0) 0%, #056194 35.42%);
  height: 50px;
  padding-top: 40px;
  padding-left: 30px;
}

.hide-text-card .show-button .button-span {
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}


  #moneyNoticeMessage {
    padding: 4px 10px 4px 10px;
    position: fixed;
    z-index: 1050;
    font-family: Verdana;
    min-width: 300px;
    max-width: 430px;
    width: 80%;
    min-height: 160px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    background-image: url('/images/blue/msgBoxBackGround.png');
  }

  #moneyNoticeMessage div.msgBoxTitle {
    padding: 5px 0 5px 0;
    font-size: 16px;
    font-weight: lighter;
    color: #00335e;
    width: 100%;
    border-bottom: 1px solid #002c5f;
  }

  #moneyNoticeMessage div.msgBoxImage {
    margin: 0 5px 0 0px;
    display: block;
    float: left;
    height: 75px;
    width: 75px;
  }

  #moneyNoticeMessage div.msgBoxImage img {
    height: 75px;
    width: 75px;
  }

  #moneyNoticeMessage div.msgBoxContainer {
    line-height: 18px;
    padding: 10px 0 0 0;
  }

  @media screen and (min-width: 390px) {
    #moneyNoticeMessage div.msgBoxContainer {
      line-height: 22px;
    }
  }

  @media screen and (min-width: 523px) {
    #moneyNoticeMessage div.msgBoxContainer {
      line-height: 22px;
      font-size: 15px;
    }
  }

  #moneyNoticeMessage div.msgBoxButtons {
    display: inline-block;
    width: 100%;
    text-align: right;
  }

  #moneyNoticeMessage div.msgBoxButtons input[type='button'] {
    cursor: pointer;
    margin: 2px;
    height: 35px;
    width: 90px;
    border: 1px solid #AFAFAF;
    background-color: #004076;
    color: #FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    outline: none;
  }

  #moneyNoticeMessage div.msgBoxButtons input[type='button']:hover {
    background-color: #00549c;
    color: White;
  }

  #moneyNoticeMessage div.msgBoxButtons input[type='button']:active {
    background-color: #AAAAAA;
    color: White;
  }

  #moneyNoticeMessage div.msgBoxButtons input[type='button']:focus {
    outline: none;
    border: solid 2px #FFCC66;
  }

  #moneyNoticeMessage div.msgBoxButtons input[type='button']::-moz-focus-inner

  /*remove firefox inner outline*/
    {
    outline: none;
    border: none;
  }
  
  
    #feedbackContainerDiv {
        display: none;
        padding: 4px 10px 4px 10px;
        position: fixed;
        z-index: 1050;
        font-family: Verdana;
        min-width: 300px;
        max-width: 500px;
        width: 80%;
        color: #00335e;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: 2px 3px 5px #222;
        -webkit-box-shadow: 2px 3px 5px #222;
        box-shadow: 2px 3px 5px #222;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        background-color: #f4f6fa;
        /* overflow: scroll;
    /* background-image: url('/images/blue/msgBoxBackGround.png'); */
    }

    #feedbackDiv {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #feedbackDiv::-webkit-scrollbar {
        display: none;
    }

    #feedbackContainerDiv div.feedback-title {
        padding: 5px 0 5px 0;
        font-size: 16px;
        font-weight: lighter;
        color: #00335e;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #002c5f;
    }

    #feedbackContainerDiv label {
        font-size: 12px;
        color: #00335e;
        line-height: 30px;
    }

    #feedbackContainerDiv input,
    #feedbackContainerDiv select,
    #feedbackContainerDiv textarea {
        width: 100%;
        height: 30px;
        border: 1px solid #cccccc;
        padding: 0px 5px;
        box-sizing: border-box;
    }

    #feedbackContainerDiv textarea {
        height: 200px;
    }

    #feedbackContainerDiv #submitFeedback {
        width: 200px;
        margin: 10px 0 10px 0;
        background-color: #e5e7ea;
        /* background-color: #00335e; */
        color: #fff;
        font-weight: bold;
    }

    #feedbackContainerDiv #submitFeedback:disabled {
        cursor: not-allowed;
        pointer-events: all !important;
    }

    #closefeedbackContainerDiv {
        background: url(/images/blue/delete.png) 0 0;
        background-size: 100% 100%;
        width: 32px;
        height: 32px;
        position: absolute;
        top: -12px;
        right: -12px;
        cursor: pointer;
        z-index: 1100;
    }
    
    
    

#gamesPagination {
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
#gamesPagination ul {
    list-style: none;
    /* padding: 3px 5px 2px 10px;
      border-radius: 20px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, .31);
      background: #fff; */
}
#gamesPagination ul a {
    text-decoration: none;
    color: #fff;
}
#gamesPagination ul li {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #006ab5;
    color: #fff;
}
#gamesPagination ul li.pagination-li-active {
    color: #fff;
    background-color: #0462a5;
    border: #fff 1px solid;
}
#gamesPagination ul li.pagination-li-split {
    background-color: transparent;
}
#gamesPagination ul li.pagination-li-first {
    background: #1792e8;
    color: #fff;
}
#gamesPagination ul li.pagination-li-first a {
    color: #0f7bdf;
}

#gamesPagination ul li.pagination-li-mobile {
    width: 200px;
    border-radius: 30px;
}
#gamesPagination ul li.pagination-li-mobile {
    display: none;
}
@media screen and (max-width: 600px) {
    #gamesPagination ul li {
        display: none;
    }
    #gamesPagination ul li.pagination-li-mobile {
        display: inline-block;
        margin: 10px 10px;
    }
}
