/* CSS Document */
div.game_top_ad{
	width:800px;
	height:90px;
	margin:5px auto 0 auto;
	margin-right:auto;
	text-align:center;
	/* padding-right:14px; */
}
#game_bottom_ad{
	width:970px;
	height:90px;
	margin:5px auto 0 auto;
	text-align:center;
	/* padding-right:14px; */
}
#GameDiv_GameContainer{
	background-color:#025187;
	position:relative;	
    height: calc(100% - 51px);
    padding: 10px 0 10px 0;
}
#game_middle{
	width:1432px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0 0 0;
}
#pregamediv{
	background-color:#025187;
	color:#fff;
	font-weight:bold;
	width:800px;
	height:626px;
	text-align:center;
	float:left;
}
#pregamediv_ad{
	position:relative;
	width:780px;
	height:594px;
	padding:10px 10px 0 10px;
}
#adTitle {
    height: 450px;
    position: relative;
    text-align: center;
}
#adTitle img{
	border-radius:10px;
	width:240px;
}
#adTitle .titleText {
    vertical-align: middle;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    color:#FFF;
	font-size:16px;
	line-height:26px;
}
#adTitle .titleText .GameNameText{
    vertical-align: middle;
    color:#FFF;
	font-size:18px;
	line-height:45px;
	width:100%;
	height:45px;
	overflow:hidden;
	background:linear-gradient(to right,rgba(30,87,153,0) 0,rgba(0,0,0,.3) 50%,rgba(125,185,232,0) 100%);
}
#adTitle .titleText a{
    text-decoration: none;
}
#adTitle .titleText button{
    display: flex; 
    justify-content: center; 
    line-height: 38px; 
    background: #2b93e2;
    margin: -20px auto 0 auto;
    /*padding: 0px 20px;*/
    border-radius: 10px;
    border: 3px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
#adsContainer{
    width: calc(100% - 20px);
    height: 100%;
	display:none;
	position:absolute;
	top:10px;
}
#videoElement {
	width: 0;
	height: 0;
}

#SkipAdDiv{
	text-align:center;
	display:none;
	font-weight:bold;
	line-height:22px;
}
#SkipAdDiv a{
	text-decoration:none;
	color:#fff;	
}
#FloatGameDiv{
	position:absolute;right:25px;top:30px; z-index:1000; 
	animation: tada 5s linear 5s 2 backwards;
	-webkit-animation:  tada 5s linear 5s 2 backwards;
    -moz-animation:  tada 5s linear 5s 2 backwards;
}
@-webkit-keyframes tada {
    5% {
        -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,-10deg);
        transform: scale3d(1,1,1) rotate3d(0,0,1,-10deg)
    }

    6%,8%,10%,12% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,10deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,10deg)
    }

    7%,9%,11% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-10deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-10deg)
    }

    13% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}
#FloatGameDiv img{
	display: block;
    width: 100px;
    height: 75px;
    background: #f4fcff;
    border-radius: 12px;
    padding: 4px;
    box-shadow: 0 4px 0 2px #fe920c;
}
#FloatGameDiv span.float-hot{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background: url(/images/blue/float-hot.png) 0 0 no-repeat;
}
#FloatGameDiv #float-close{
	position: absolute;
    right: -10px;
    top: -10px;
    background: #bb4a49;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    border-radius: 30px;
    cursor: pointer;
    z-index: 9;
	font-family: arial;
}
#GameDiv{
	float:left;
	text-align:center;
}
	#GameDiv_OpareateDiv{
		background-color:#025187;	
		color:#fff;
		height:16px;
		font-size:14px;
		line-height:16px;
        width: calc(100% - 20px);
        padding: 5px 10px 5px 10px;
        margin-bottom: 5px;
	}	
	#GameDiv_OpareateDiv img{
		padding-left: 10px;
	}
	#GameDiv_OpareateDiv #GameNameDiv{
		float:left;
		height:16px;
		overflow:hidden;
		cursor:pointer;
		text-align: left;
	}
	#GameDiv_OpareateDiv #GameOpareateDiv{
		float:right;
		height:16px;
		overflow:hidden;
	}
	#GameDiv_OpareateDiv #VoteGameDiv{
		height:16px;
		overflow:hidden;
		vertical-align: top; 
	}
	#GameDiv_ShowGameDiv{
        width: calc(100% - 20px);
        height: 100%;
        float: left;
        padding: 0px 10px 0 10px;		
	}

#LeftGamesThumbDiv{
	width:120px;
	height:606px;
	padding:10px 5px 10px 5px;
	margin:0 5px 0 0;		
	/* display:none;	*/
	float:left;
}
#LeftGamesThumbDiv div.thumb {
	float: left;
	margin: 0px 0px 8px 0px;
	text-align: center;
	width: 120px;
	height: 95px;
}
#LeftGamesThumbDiv div.thumb a img {
	width: 120px;
	height: 90px;
}

#RightGamesThumbDiv{
	width:120px;
	height:606px;
	padding:10px 5px 10px 5px;
	margin:0 0 0 5px;		
	/* display:none;	*/
	float:left;
}
#RightGamesThumbDiv div.thumb {
	float: left;
	margin: 0px 0px 8px 0px;
	text-align: center;
	width: 120px;
	height: 95px;
}
#RightGamesThumbDiv div.thumb a img {
	width: 120px;
	height: 90px;
}

#LeftAdDiv{
	width:160px;
	height:616px;
	padding:0 5px 10px 5px;
	margin-right:5px;
	float:left;
	line-height:15px;
	text-align:center;
	color:#FFFFFF;
}
#RightAdTopDiv{
	width:300px;
	height:266px;
	padding:0 5px 0px 5px;
	line-height:15px;
	text-align:center;
	color:#FFFFFF;
	position:absolute;
	top:61px;
	right:15px;
	overflow:hidden;
}
#RightAdMiddleDiv{
	width:300px;
	height:616px;
	padding:0 5px 0px 5px;
	line-height:15px;
	text-align:center;
	color:#FFFFFF;
	position:absolute;
	top:332px;
	right:15px;
	overflow:hidden;
}
div.game_bottomthumbs{
	width:990px;
	height:70px;
	overflow:hidden;
	margin:5px auto 5px auto;
	text-align:center;
}
div.game_bottomthumbs img{
	width:70px;
	height:70px;
	padding:0px 3px 0px 3px;
	border-radius:10px;
}
div.game_bottomthumbs a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.game_content{
	width: 980px;
	margin: 10px auto;
	padding:10px;
	overflow: hidden;
	background-color:#025187;
	color:#FFF;
}
div.game_content_left{
	/* width:670px; */
	float: left;
	padding:0 10px 0 0;
}
div.game_content_left a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
div.game_content_left_title{
	width: 100%;
	height:30px;
	text-align:center;
	font-size:16px;
	line-height:30px;
}
div.game_content_left_desc{
	width: 100%;
	/* height:235px; */
	line-height:26px;
	font-size:14px;
	overflow:hidden;
}
div.game_content_left_desc a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
div.game_content_right{
	float:left;
	width:300px;
	height:265px;
	text-align:center;
	padding:0;
}

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

div.walk_video{
	width:1000px;
	height:495px;
	margin:10px auto 10px auto;
	padding:5px 0 5px 0;
    background: #025187;
	box-shadow:2px 3px 5px #222;
	color:#fff;
}
div.video-content{
	width:880px;
	float:left;
	padding:0 0 0 5px;
}
div.video_games{
	float:left;	
}
div.video_games{
	width:120px;
	height:455px;
	padding:0px 0 0px 5px;
	margin:0 0 0 10px;
	float:left;
}
div.video_games div.thumb {
	float: left;
	margin: 3px 0px 7px 0px;
	text-align: center;
	width: 140px;
	height: 105px;
}
div.video_games div.thumb img{
	width:100%;
	height:100%;
}
div.walk_video_leftad{
	float:left;	
	width:300px;
	margin:0 0 0 5px;
	text-align:center;
	height:250px;
}
div.walk_video_rightad{
    width: 110px;
    float: left;
    text-align: center;
    height: 495px;
    margin-left: 0px;
    overflow: hidden;
}
div.walk_video_rightad_games{
    width: 110px;
    height: 495px;
}
div.walk_video_rightad_games div.thumb {
    float: left;
    margin: 4px 0px 3px 8px;
    text-align: center;
    width: 100px;
    height: 75px;
}
div.walk_video_rightad_games div.thumb img{
	width:100%;
	height:100%;
}

div.game_bottom_similiargames{
	  width: 1000px;
    margin: 0px auto;
    padding: 10px 5px 10px 20px;
    overflow: hidden;
    background-color: #025187;
    color: #FFF;
    box-sizing: border-box;
    border-radius: 10px;
}
div.game_bottom_similiargames div.thumb {
    float: left;
    margin: 0px 12px 15px 0px;
    text-align: center;
    width: 150px;
    height: 112px;
}
div.game_bottom_similiargames div.thumb a img {
    width: 150px;
    height: 112px;
}


#backtogame{
	width:200px;height:50px;margin:10px auto 10px auto;cursor:pointer; background:url(/images/blue/back_to_game.png);background-size:100% 100%;
}
.walk_video_leftad_google, .walk_video_rightad_google{width:300px;height:250px;}


  #game_middle {
    margin-left: 5px;
    height: 626px;
    width: calc(100% - 20px);
    min-width: 800px;
  }

  #GameDiv {
    display: none;
  }

  #pregamediv_ad {
    width: 780px;
    height: 594px;
  }

  #pregamediv {
    width: 800px;
    height: 626px;
  }

  #LeftGamesThumbDiv {
    display: none;
  }

  #RightGamesThumbDiv {
    display: none;
  }

  #LeftAdDiv {
    display: none;
  }

  #RightAdTopDiv {
    display: none;
  }

  #RightAdMiddleDiv {
    display: none;
  }

  #game_middle {
    margin-left: 5px;
    height: 626px;
    width: calc(100% - 10px);
    min-width: 800px;
  }

  #pregamediv,
  #GameDiv {
    width: 100%;
    height: 626px;
  }

  #pregamediv_ad {
    width: calc(100% - 20px);
    height: 594px;
  }

  #belowGameDiv {
    margin: 10px auto 10px auto;
  }

  @media only screen and (min-width: 1000px) {
    #LeftGamesThumbDiv {
      display: none;
    }

    #RightGamesThumbDiv {
      display: none;
    }

    #LeftAdDiv {
      display: none;
    }

    #RightAdTopDiv {
      display: none;
    }

    #RightAdMiddleDiv {
      width: 160px;
      display: block;
      top: 61px;
    }

    #game_middle {
      margin-left: 5px;
      height: 626px;
      width: calc(100% - 170px - 20px);
    }
  }

  @media only screen and (min-width: 1160px) {
    #LeftGamesThumbDiv {
      display: none;
    }

    #RightGamesThumbDiv {
      display: none;
    }

    #LeftAdDiv {
      display: none;
    }

    #RightAdTopDiv {
      display: none;
    }

    #RightAdMiddleDiv {
      width: 300px;
      display: block;
      top: 61px;
    }

    #game_middle {
      margin-left: 5px;
      height: 626px;
      width: calc(100% - 310px - 20px);
    }
  }

  @media only screen and (min-width: 1280px) {
    #LeftGamesThumbDiv {
      display: none;
    }

    #RightGamesThumbDiv {
      display: block;
    }

    #LeftAdDiv {
      display: none;
    }

    #RightAdTopDiv {
      display: none;
    }

    #RightAdMiddleDiv {
      width: 300px;
      display: block;
      top: 61px;
    }

    #game_middle {
      margin-left: 5px;
      height: 626px;
      width: calc(100% - 310px - 15px);
    }

    #pregamediv,
    #GameDiv {
      width: calc(100% - 140px);
      height: 626px;
    }
  }

  @media only screen and (min-width: 1350px) {
    #LeftGamesThumbDiv {
      display: none;
    }

    #RightGamesThumbDiv {
      display: block;
    }

    #LeftAdDiv {
      display: none;
    }

    #RightAdTopDiv {
      display: block;
    }

    #RightAdMiddleDiv {
      width: 300px;
      display: block;
      top: 332px;
    }

    #game_middle {
      margin-left: 5px;
      height: 626px;
      width: calc(100% - 310px - 15px);
    }

    #pregamediv,
    #GameDiv {
      width: calc(100% - 140px);
      height: 626px;
    }

    #belowGameDiv {
      margin-left: calc((100% - 310px - 1000px)/2);
    }
  }

  @media only screen and (min-width: 1460px) {
    #LeftGamesThumbDiv {
      display: block;
    }

    #RightGamesThumbDiv {
      display: none;
    }

    #LeftAdDiv {
      width: 160px;
      display: block;
    }

    #RightAdTopDiv {
      display: block;
    }

    #RightAdMiddleDiv {
      width: 300px;
      display: block;
      top: 332px;
    }

    #game_middle {
      margin-left: 5px;
      height: 626px;
      width: calc(100% - 310px - 15px);
    }

    #pregamediv,
    #GameDiv {
      width: calc(100% - 150px - 170px);
      height: 626px;
    }
  }

  @media only screen and (min-width: 1620px) {
    #LeftGamesThumbDiv {
      display: block;
    }

    #RightGamesThumbDiv {
      display: block;
    }

    #LeftAdDiv {
      width: 160px;
      display: block;
    }

    #RightAdTopDiv {
      display: block;
    }

    #RightAdMiddleDiv {
      width: 300px;
      display: block;
      top: 332px;
    }

    #game_middle {
      margin-left: 5px;
      height: 626px;
      width: calc(100% - 310px - 15px);
    }

    #pregamediv,
    #GameDiv {
      width: calc(100% - 140px - 150px - 170px);
      height: 626px;
    }
  }

  /* 文本显示隐藏 */
.show-text-card{
  margin: 10px 0 0 0px;
  content-visibility: auto;
  contain: layout paint;
  contain-intrinsic-size: 400px;
  overflow-anchor: none;
  border-radius: 10px;
  background-color: #025187;
  height: auto;
  position: relative;
  color: #fff;
  font-size: 16px;
  overflow-anchor: auto;
}
.show-text-card h1, .hide-text-card h1{
	font-size: 20px;
	padding:0 0 10px 0;
}
.show-text-card h2, .hide-text-card h2{
	font-size: 18px;
	padding:10px 0 10px 0;
}
.show-text-card h3, .hide-text-card h3{
	font-size: 16px;
	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: #025187;
  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: 10px 0 0 0px;
  content-visibility: auto;
  contain: layout paint;
  contain-intrinsic-size: 400px;
  overflow-anchor: none;
  border-radius: 10px;
  background-color: #025187;
  height: 200px;
  position: relative;
  color: #fff;
  font-size: 16px;
  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%, #025187 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;
}

.game-category .list a {
  width: calc(25% - 14px);
}
