/* CSS Document */
body{margin: 0px; padding:0; font-size:12px; color:#fff; font-family:Verdana, Geneva, sans-serif; background:#127DAB;}
html, body {
    height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
}
.WholeContainer {
    min-height: 100%;
	min-height: -moz-calc(100% - 40px);
	min-height: -webkit-calc(100% - 40px);
	min-height: -o-calc(100% - 40px);
	min-height:calc(100% - 40px);
    height: auto !important;
}
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;}

div.header {
	min-width:300px;
	width: 100%;
	height:50px;
    opacity: 1;
    background: #48a0c9;
    background: -webkit-linear-gradient(top, #48a0c9 0%, #29638b 100%);
    background: linear-gradient(to bottom, #48a0c9 0%, #29638b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48a0c9', endColorstr='#29638b', GradientType=0);
    border-bottom: 1px solid #111;
	text-align:center;
	overflow:hidden;
}
div.header_left {
    float:left;
	width:40px;
	padding-left:10px;
	cursor:pointer;
}
div.header_right {
    float:right;
	width:40px;
	padding-right:10px;
	cursor:pointer;
}
div.HeaderMenuPC{
    float: left;
    width: calc(100% - 90px);
    font-size: 18px;
    line-height: 50px;
    text-align: left;
    height: 50px;
    overflow: hidden;
}
div.HeaderMenuPC a{
    color:#fff;
	text-decoration:none;
	padding: 0 15px 5px 0;
}
div.HeaderMenuPC a:hover{
    color:#eac450;
}
	
	#PopMenuDiv{position:absolute;width:180px;left:0px;top:50px;z-index:1000;text-align:left;display:none;}
	#PopMeneUL{}
		#PopMeneUL li {width:100%; height:32px; line-height:32px; font-size:14px; overflow:hidden; border-bottom:#427799 1px solid; background: #307199; padding: 3px 0 3px 10px; color: #fff;}
		#PopMeneUL li.selected {background:#2a5e7e;}
		#PopMeneUL li.selected a{color:#FFFFFF;}
		#PopMeneUL li a{ text-decoration: none; color:#FFF;}
		#PopMeneUL li img{padding:0 5px 0 0;}
		
	#searchDiv{width:100%;height:30px;padding:0px 0 0 0; position:relative;display:none;clear:both;margin-top:-1px;}
	#searchForm #keywordsDiv{height:30px;float:left;width:100%;}		
	#searchForm #keywordsInput{width:100%;height:30px;padding-left:5px;padding-right:60px;}
	
	#searchForm #submitDiv{width:60px;height:30px;float:right;position:absolute;right:0px;}
	#searchForm #submitInput{width:100%;height:30px;border:0px; background-color:#1f4a64;color:#FFF;font-weight:bold;}	

div.allgames {
    margin-left:auto;
    margin-right:auto;
	height:auto;
}

div.thumb {	
	text-align: center;
	position:relative;
	aspect-ratio: 4 / 3;
	float: left;
	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-featured12.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;}
}
div.thumb a img {
	width:100%;
	height:100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
	border:2px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

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

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

#loadingmoregames{clear:both;width:100%;text-align:center;padding:10px;box-sizing:border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.foot{height:40px;width:100%;min-width:300px;line-height:40px;color:#fff;clear:both;overflow:hidden;text-align:center;background:#103455;}
 .foot  a{ color:#fff; text-decoration:none;}

div.bottomtext {
    clear:both;
	padding:5px 10px 10px 10px;
	color:#fff;
	width:100%;
	min-width:240px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:14px;
	line-height:20px;
}
div.bottomtext a{
    color:#fff; font-weight:bold; text-decoration:none;
}

#backToTop {
    width:60px;
    height:50px;
    position:fixed;
    bottom:50px;
    right:10px;
	display:none;
	background:url(/images/blue/backtotop.png);
	cursor:pointer;
}

/* 底部标签 */
.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: #fdb504;
}

.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: #2e6d95;
  height: auto;
  position: relative;
  color: #fff;
  font-size: 14px;
  overflow-anchor: auto;
}
.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: #2e6d95;
  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: #fdb504;
  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: #2e6d95;
  height: 200px;
  position: relative;
  color: #fff;
  font-size: 14px;
  overflow-anchor: auto;
}

.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%, #2e6d95 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: #fdb504;
  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: #2e6d94;
    color: #fff;
}
#gamesPagination ul li.pagination-li-active {
    color: #fff;
    background-color: #245d7f;
    border: #fff 1px solid;
}
#gamesPagination ul li.pagination-li-split {
    background-color: transparent;
}
#gamesPagination ul li.pagination-li-first {
    background: #2e6d94;
    color: #ffffff;
}
#gamesPagination ul li.pagination-li-first a {
    color: #ffffff;
}

#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;
    }
}