/*@charset "UTF-8";*/

html {
  width: 100%;
  max-width: 1920px;
  min-width: 1366px;
}


/*bgc1*/
.bgc1 {
  width: 100%;
  height: 430px;
  min-width: 1366px;
  background: url("../img/gameCenter/bgc1.jpg") center top no-repeat;
  z-index: 11;
  overflow: hidden;
  position: relative;
}

/*bgc2*/
.bgc2 {
  width: 100%;
  height: 1180px;
  min-width: 1366px;
  background: url("../img/gameCenter/bgc2.jpg") center top no-repeat;
  z-index: 11;
  overflow: hidden;
}

.bgc2 .box {
  width: 1260px;
  height: 100%;
  margin: auto;
  font-size: 0;
  padding-top: 30px;
}

.bgc2 .box>p {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 3px solid #cb3536;
}

.content-wrap {
  width: 100%;
  padding-top: 20px;
}

.game-wrap {
  display: inline-block;
  margin-bottom: 60px;
  background-color: #fff;
  height: initial;
  padding-bottom: 20px;
  width: 400px;
  cursor: pointer;
  transition: all .2s linear;
}

.game-wrap:hover {
  transform: translateY(-2px);
  box-shadow: 2px 2px 19px 5px lightgray;
}

.game-wrap:nth-child(3n - 1) {
  margin: 0 30px;
}

.game-wrap>img {
  display: block;
  width: 100%;
  height: 260px;
}

.game-wrap .game-title {
  font-size: 24px;
  font-weight: bold;
  max-width: 400px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 0 5px 10px;
}

.game-introduce {
  font-size: 18px;
  color: #cccccc;
  padding: 0 0 20px 10px;
}

.game-btn {
  text-align: right;
  font-size: 18px;
  padding-right: 10px;
}

.game-btn>a {
  border: 1px solid #cd3d3e;
  color: #cd3d3e;
  cursor: pointer;
  padding: 3px 8px;
  border-radius: 16px;
}


.page {
  width: 100%;
}

.nav-side {
  z-index: 99;
  position: absolute;
  top: 0;
  height: 100vh;
  min-height: 800px;
  display: inline-block;
  width: 150px;
  background: rgba(0, 0, 0, .9);
  padding-top: 20px;
}

.nav-side li {
  text-align: center;
  position: relative;
}

.nav-logo {
  width: 120px;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
}

.nav-logo img {
  width: 100%;
}

.geme-icon {
  opacity: .7;
  margin-bottom: 20px;
}

li:nth-child(1).geme-icon {
  opacity: 1;
}

.name {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  width: 6em;
  text-align: center;
}

section {
  display: inline-block;
}

main {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-image: url("../img/gameCenter/sd/sdbuttom.png");
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  min-width: 1200px;
  background-size: 100% 100%;
}

.content {
  /*display: none;*/
  position: absolute;
  top: -200px;
  width: 100vw;
  min-width: 1580px;
}

.txdx-left {
  position: relative;
  height: 800px;
  width: 600px;
  float: left;
  bottom: 0;
}

.txdx-right {
  width: 980px;
  height: 980px;
  float: right;
  position: relative;
  right: 50px;
}

.again-bg {
  background-image: url("../img/gameCenter/sd/sdbg.png");
  background-size: 100% 100%, contain;
  width: 95vw;
  min-width: 1360px;
  height: 550px;
}

.desc-content {
  position: absolute;
  left: 300px;
  top: 80px;
  width: 540px;
  text-align: left;
}

.desc-content .tit {
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 50;
}

.desc-content .game-title {
  display: inline-block;
  width: 200px;
  height: 100px;
  margin-left: 10px;
  margin-top: 10px;
  z-index: 50;
}

.content-logo {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.content-logo img {
  width: 100% !important;
  height: 100% !important;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desc-info {
  position: relative;
  color: #FFFFFF;
  word-break: keep-all;
  font-size: 16px;
  z-index: 50;
  margin-top: 40px;
}

.again-bg {
  position: absolute;
  z-index: 0;
  top: 200px;
}

.video {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 360px;
  left: 260px;
}

.play {
  position: absolute;
}

.play>img:hover {
  width: 70px;
  height: 70px;
}

.figure {
  position: absolute;
  /*top: -30px;*/
  width: 980px;
  height: 750px;
}

.figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.go-website {
  position: absolute;
  text-align: center;
  /*display: inline-block;*/
  left: 380px;
  top: 640px;
  width: 200px;
}

.go-website img {
  width: 100%;
}

.video-play {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, .5);
}

.video-content {
  width: 1200px;
  height: 600px;
  outline: none;
}

.animated {
  animate-duration: 3.5s;
  animate-delay: 1s;
}

.bg2 {
  background-image: url("../img/gameCenter/sd/sdsy.png");
  width: 100%;
  z-index: 99999;
  height: 100%;
}

/*增加的功能*/
.cover {
  display: inline-block;
  color: #eee !important;
  position: absolute;
  z-index: 99;
  top: 35px;
  font-weight: bold;
  left: 30px;
  font-size: 22px;
}

.website-link {
  display: inline-block;
  background: #e64142;
  padding: 15px 30px;
  margin-top: 20px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}

.website-link:hover {
  background: #419641;
}

.not-open {
  background: #666666;
}

.not-open:hover {
  color: #777 !important;
  background: #666666;
}

.iconln_zhixiangyou {
  font-size: 24px;
  display: inline-block;
}