body {
  background-color: #fff;
}
.bodyWrap {
  min-height: calc(100vh - 342px);
}
.gdWrapBox > .boxWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 1200px;
  margin: 0 auto;
}
.boxL {
  width: 850px;
}
.boxR {
  width: 320px;
}
.gameinforh1 .h1 {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  width: 100%;
  margin-bottom: 10px;
}

.gameinforh1 .h1 h1 {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.gameinforh1 .h1 span {
  height: 24px;
  background-color: #daecff;
  border-radius: 5px;
  border: solid 1px #74b7ff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  color: #0070f9;
  line-height: 24px;
}

.gameinforh1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 20px;
}

.gameinforh1 .item .img {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;

  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gameinforh1 .item .infor {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  overflow: hidden;
}

.gameinforh1 .item .infor .lab {
  line-height: 35px;
  font-size: 14px;
  margin-top: -5px;
  height: 100px;
  overflow: hidden;
}

.gameinforh1 .item .infor .lab p {
  height: 35px;
  color: #989898;
  padding-right: 20px;
  float: left;
}

.gameinforh1 .item .infor .lab p a {
  color: #0070f9;
}

.gameinforh1 .item .infor .lab p a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.gameinforh1 .item .infor .lab p span {
  color: #333;
}

.gameinforh1 .boxbtn .btn {
  width: 192px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #0070f9;
  border-radius: 5px;
  display: block;
  position: relative;
  float: left;
  margin: 0 27px 10px 0;
  cursor: pointer;
  font-size: 16px;
}

.gameinforh1 .boxbtn .btn:nth-child(3n) {
  margin-right: 0;
}

.gameinforh1 .boxbtn .btn i {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 8px 0 0;
  height: 22px;
  width: 22px;
  background-position: -150px 0;
  background: url(../img/icoimg.png) no-repeat center;
}

.gameinforh1 .boxbtn .btn .icoanzho {
  height: 22px;
  width: 22px;
  background-position: -150px 0;
}

.gameinforh1 .boxbtn .btn .icoios {
  height: 24px;
  width: 21px;
  background-position: -121px 0;
}

.gameinforh1 .boxbtn .btn .sao {
  position: absolute;
  width: 50px;
  height: 40px;
  right: 0;
  top: 0;
}

.gameinforh1 .boxbtn .btn .sao:hover .img_sao {
  display: block;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.gameinforh1 .boxbtn .btn .sao .icosao {
  height: 18px;
  width: 18px;
  background-position: -30px 0;
  margin: -2px 0 0 0;
}

.gameinforh1 .boxbtn .btn .sao::before {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
}

.gameinforh1 .boxbtn .btn .sao .img_sao {
  position: absolute;
  width: 110px;
  background: #fff;
  left: 50%;
  margin-left: -75px;
  top: 40px;
  padding: 5px;
  display: none;
  z-index: 10;
}

.gameinforh1 .boxbtn .btn .sao .img_sao img {
  display: block;
  width: 100%;
  height: 110px;
}

.gameinforh1 .boxbtn .ios,
.gameinforh1 .boxbtn .anzhuo {
  padding-right: 50px;
}

.gameinforh1 .boxbtn .anzhuo {
  background: linear-gradient(90deg, #0070f9 0%, #3695fa 100%);
  padding-right: 0px;
  padding-left:0 ;
}

.gameinforh1 .boxbtn .ios {
  background: #1090dd;
}
.boxCenter {
  margin-top: 30px;
}
.gdSwBox {
  overflow: hidden;
}
.gdSwBox .imgBox {
  width: auto;
  height: 384px;
  max-height: 384px;
  border-radius: 5px;
}
.boxBottom {
  margin-top: 35px;
  width: 850px;
  height: 36px;
  line-height: 36px;
  background: #daecff;
  border-radius: 4px;
  color: #0070f9;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 0 62px;
}
.boxBottom li {
  width: 120px;
  cursor: pointer;
}
.boxBottom li.active {
  margin-top: -5px;
  height: 40px;
  line-height: 40px;
  background: #0070f9;
  border-radius: 20px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(47, 146, 251, 0.5);
}
.gdBriefBox {
  margin-top: 5px;
}
.gdBriefBox p {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 14px;
  color: #0070f9;
  line-height: 26px;
}
.gdIntroduceBox {
  margin-top: 30px;
}
/* 右侧 */
.imgBox > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.gdIntroduceBox .boxCont {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.gdIntroduceBox .boxCont p {
  margin-top: 5px;
}
.gdIntroduceBox .boxCont h1,
.gdIntroduceBox .boxCont h2,
.gdIntroduceBox .boxCont h3,
.gdIntroduceBox .boxCont h4,
.gdIntroduceBox .boxCont h5,
.gdIntroduceBox .boxCont h6 {
  margin-top: 10px;
  font-weight: 700;
}
.gdIntroduceBox .boxCont img {
  display: block;
  margin: 14px auto;
  width: auto;
  max-width: 100%;
  max-height: 400px;
}
.gdInfoBox {
  margin-top: 30px;
}
.gdInfoBox .boxCont {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.gdInfoBox .boxCont ul {
  width: 415px;
  padding: 11px 20px;
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.agSecret,
.gPower,
.gSecret {
  color: #0070f9 !important;
  cursor: pointer;
}
.gdRecomBox {
  margin-top: 30px;
}
.sixColumnList {
  display: grid;
  justify-content: space-between;
  margin-top: 20px;
  grid-template-columns: repeat(6, 15.53%);
}
.sixColumnList .columnItem {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  text-align: center;
}
.columnItem > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sixColumnList .columnItem > a .imgBox {
  width: 100px;
  height: 100px;
  border-radius: 24px;
}
.columnItem > a > p {
  width: 100%;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sixColumnList .columnItem > a > p {
  margin-top: 11px;
}
.btn {
  font-size: 12px;
  color: #999;
  padding: 0 15px;
}
.gdTipsBox {
  margin: 30px 0;
}
.gdTipsBox > ul {
  margin-top: 1px;
  display: grid;
  grid-template-columns: repeat(2, 48.71%);
  justify-content: space-between;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}

.columnItem > a .btn {
  margin-top: 12px;
  width: 88px;
  height: 30px;
  background: #daecff;
  border-radius: 5px;
  font-size: 14px;
  color: #0070f9;
  line-height: 30px;
}
.gdTipsBox > ul li > a {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
.gdTipsBox > ul li > a:hover {
  color: #0070f9;
}
.gdTipsBox > ul li > a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #bfbfbf;
  border-radius: 50%;
  margin-left: 2px;
}
.gdTipsBox > ul li > a span.txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  padding-left: 12px;
}
.time {
  color: #999;
}
.gdTitle .titleR,
.time {
  font-size: 14px;
  line-height: 14px;
}
.gdTitle {
  justify-content: space-between;
  color: #999;
}
.gdTitle,
.lsTitle,
.lsTitle > a.titleR {
  display: flex;
  align-items: center;
}
.gdTitle .titleL,
.lsTitle .titleL {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
}
.gdTitle .titleL {
  font-size: 20px;
  line-height: 20px;
}
.boxR .gdHotGameBox > ul {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 28.125%);
  justify-content: space-between;
}
.gdHotGameBox > ul li > a {
  margin: 10px 0;
}
.columnItem > a .imgBox {
  width: 90px;
  height: 90px;
  border-radius: 18px;
}
.columnItem > a > p {
  width: 100%;
  margin-top: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boxR .gdHotClassifyBox {
  margin-top: 20px;
}
.classifyList {
  display: grid;
  grid-template-columns: repeat(3, 30.46%);
  justify-content: space-between;
  font-size: 14px;
}
.boxR .gdHotClassifyBox .classifyList {
  margin-top: 16px;
  grid-template-columns: repeat(3, 31.25%);
}
.classifyList li > a {
  margin-top: 16px;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f3ebff;
  color: #c198fb;
  border-radius: 15px;
  margin-top: 10px;
}
.classifyList li:nth-child(2n) > a {
  background: #ebffff;
  color: #64cdcd;
}

.classifyList li:nth-child(3n) > a {
  background: #fff4eb;
  color: #fd9d43;
}

.classifyList li:nth-child(4n) > a {
  background: #ebfffa;
  color: #09bc92;
}

.classifyList li:nth-child(5n) > a {
  background: #ebf7ff;
  color: #1f98ef;
}

.classifyList li:nth-child(6n) > a {
  background: #faffeb;
  color: #8dbb00;
}

.classifyList li:nth-child(7n) > a {
  background: #ffebed;
  color: #ff4d64;
}

.classifyList li:nth-child(8n) > a {
  background: #ebfff0;
  color: #3cda65;
}

.classifyList li:nth-child(9n) > a {
  background: #ffebeb;
  color: #d64242;
}

.classifyList li:nth-child(10n) > a {
  background: #daecff;
  color: #0070f9;
}

.classifyList li:nth-child(11n) > a {
  background: #ebeeff;
  color: #8c97cb;
}

.classifyList li:nth-child(12n) > a {
  background: #ebf7ff;
  color: #31affe;
}
.gdHotRankBox {
  margin-top: 30px;
}
.rankList {
  color: #333;
  margin-top: 10px;
}
.rankList li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.rankList li > a:hover .txt {
  color: #0070f9;
}
.rankList li > a span:first-child {
  display: block;
  width: 20px;
  height: 20px;
  background: #d2d2d2;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.rankList li:nth-child(1) > a span:first-child,
.rankList li:nth-child(2) > a span:first-child,
.rankList li:nth-child(3) > a span:first-child {
  background: #0070f9;
}
.rankList li > a span.txt {
  font-size: 16px;
  flex: 1;
  padding: 0 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rankList li > a span.time {
  color: #999;
}
.gdHotTopicBox {
  margin-top: 30px;
}
.gdHotTopicBox .topicList {
  display: grid;
  font-size: 14px;
  line-height: 18px;
  margin-top: 9px;
  grid-template-columns: repeat(2, 48.44%);
  justify-content: space-between;
}
.gdHotTopicBox .topicList li > a {
  overflow: hidden;
  display: block;
  margin-top: 11px;
  width: 155px;
  height: 104px;
  border-radius: 8px;
  position: relative;
}
.topicList li > a .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.topicList li > a .imgBox img {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.topicList li > a > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 10px 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}
.gdHotNewsBox {
  margin-top: 30px;
}
.newsList {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.newsList li > a {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.newsList li > a .imgBox {
  width: 155px;
  height: 104px;
  background: #622afa;
  border-radius: 8px;
}
.newsList li > a .imgBox img {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.newsList li > a .imgInfo {
  flex: 1;
  padding-left: 16px;
}
.newsList li > a .imgInfo p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.newsList li > a .imgInfo p:last-child {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
}
.imgBox {
  overflow: hidden;
}
a:hover > .imgBox img {
  transform: scale(1.2);
}
.bodyWrap .gdWrapBox > .boxWrap .boxR .gdHotGameBox > ul li:hover > a .imgBox,
.bodyWrap .ndWrapBox > .boxWrap .boxR .gdHotGameBox > ul li:hover > a .imgBox,
.bodyWrap .nwWrapBox > .boxWrap .boxR .gdHotGameBox > ul li:hover > a .imgBox {
  border: 1px solid #0070f9;
  box-shadow: 0 0 12px 0 rgba(255, 105, 71, 0.35);
}
li.wp_li {
  width: 192px;
  height: 46px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  margin-left: 0px;
  border-radius: 6px;
  list-style: none;
}
li.wp_li  a {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  line-height: 59px;
  text-align: center;
  float: left;
  margin-right: 10px;
  font-size: 22px;
  color: #fff;
  background: #4bc483;
  display: flex;
  /*margin-top: 4px;*/
}
li.wp_li  a:before {
  display: inline-block;
  content: '';
  width: 38px;
  height: 38px;
  background: url(../img/ico_wangpan.png) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin: 2px 10px 0 5px;
  top: 4px;
}
li.wp_li  a.bd_btn p {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-top: 6px;
}
li.wp_li  a.bd_btn p span {
  line-height: 20px;
  line-height: 18px;
  font-size: 18px;
  display: block;
  text-align: center;
  color: #fff;
}
li.wp_li  a.bd_btn i {
  position: relative;
  top: 4px;
  font-size: 10px;
  display: block;
  line-height: 15px;
  font-style: normal;
  color: #fff;
  width: auto;
}
@media screen and (max-width: 750px) {
  .wp_li{
    margin-left:10px !important;
    margin-bottom: 10px;

  }
  .wp_li a{
    display: flex;
    justify-content: center;
  }
}

.gRule {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ruleBox {
  position: fixed;
  z-index: 5;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 520px;
  border-radius: 8px;
}

.ruleBox .rClose {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  text-align: center;
}

.ruleBox .rClose i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: -777px -695px;
  position: relative;
  cursor: pointer;
}

.ruleBox .rTitle {
  position: relative;
  width: 100%;
  height: 90px;
  background-image: url(../img/maskbg.jpg);
  background-size: 520px 100%;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ruleBox .rTitle > i {
  display: block;
  width: 90px;
  height: 90px;
  background-position: -777px -905px;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ruleBox .rTitle p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 120px;
  white-space: nowrap;
  overflow: hidden;
}

.ruleBox .rTitle p > i {
  display: inline-block;
  width: 24px;
  height: 26px;
  background-position: -913px -702px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.ruleMain {
  display: block;
  width: 480px;
  height: 300px;
  border-radius: 20px;
  padding: 0 20px;
  line-height: 42px;
  font-size: 16px;
  margin: 20px auto 0;
  overflow: auto;
}

.ruleMain p:nth-last-of-type(1) {
  margin-bottom: 20px;
}
.rSure {
  width: 190px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #F54544;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  display: block;
  margin: 20px auto 30px;
  cursor: pointer;
}

textarea.ruleMain {
  border: none;
  resize: none;
}

.gPrivacy {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.privacyTxt {
    position: absolute;
    z-index: 5;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 472px;
    padding: 35px 44px 15px;
    min-height: 340px;
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
}

.privacyTxt:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 241px;
    background: url('../img/maskfkbg.png') no-repeat;
    background-size: 600px 1000px;
    background-position: 0 -0px;
    border-radius: 24px 24px 0 0;
}

.privacyTxt:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 228px;
    background: url('../img/maskfkbg.png') no-repeat;
    background-size: 600px 1000px;
    background-position: 0 -315px;
    border-radius: 0 0 24px 24px;
}

.gPrivacy .gPclose {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    cursor: pointer;
}

.gPrivacy .gPclose i {
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    width: 30px;
    height: 30px;
    background: url('../img/icon_zt_detail.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -536px -477px;
    position: relative;
}

.gPrivacy .oTitle {
    position: relative;
}

.gPrivacy .oTitle p {
    display: block;
    font-size: 36px;
    color: #373b44;
    line-height: 72px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.gPrivacy .gSure {
    display: block;
    cursor: pointer;
    border: 0;
    background: #8ed7e8;
    width: 472px;
    height: 60px;
    color: #fffffd;
    font-size: 18px;
    line-height: 60px;
    margin: 25px auto;
    border-radius: 30px;
}

.privacyMain {
    display: block;
    height: 318px;
    border: none;
    padding: 0 10px 20px 1px;
    line-height: 26px;
    font-size: 16px;
    color: #373b44;
    margin: 20px auto 35px;
    text-align: left;
    overflow: auto;
}

.privacyMain strong {
    display: block;
    margin-bottom: 6px;
    color: #373b44;
    line-height: 30px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
}

.privacyMain p {
    margin-bottom: 10px;
    border-bottom: none;
    display: block;
}

.privacyMain p span {
    display: block;
}

.privacyMain p br {
    line-height: 2px;
}
