body {
  background-color: #fff;
}
a {
  color: inherit;
}
.hide {
  display: none;
}
.bodyWrap {
  min-height: calc(100vh - 342px);
}
.ndWrapBox > .boxWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 1200px;
  margin: 0 auto;
}
.boxL {
  width: 850px;
}
.boxR {
  width: 320px;
}
.boxL .ndDetailBox {
  margin-top: -2px;
}
.boxL .ndDetailBox > h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #404040;
  text-align: center;
}
.time {
  color: #999;
}
.boxL .ndDetailBox .time {
  margin-top: 19px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxL .ndDetailBox .time span {
  margin: 0 32px;
}
.boxL .ndDetailBox .boxCont {
  margin-top: 38px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.boxL .ndDetailBox .boxCont > p {
  margin-top: 21px;
}
.boxL .ndDetailBox .mainCont {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 840px;
  height: 150px;
  background-image: url(../img/nd_bg.png);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 25px 36px 25px 24px;
  position: relative;
}
.boxL .ndDetailBox .mainCont .imgBox {
  width: 100px;
  height: 100px;
  background: #2b99ff;
  border-radius: 24px;
}
.boxL .ndDetailBox img{
    max-width: 60% !important;
    width: 60% !important;
    display: block;
    margin: 0 auto;
}
.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;
}
.boxL .ndDetailBox .mainCont .imgInfo {
  flex: 1;
  max-width: calc(100% - 270px);
  padding-left: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  line-height: 32px;
}
.boxL .ndDetailBox .mainCont .imgInfo p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 24px;
}
.boxL .ndDetailBox .mainCont .imgInfo p.info {
  margin-top: -1px;
  margin-left: -20px;
}
.boxL .ndDetailBox .mainCont .imgInfo p.info span {
  margin: 0 20px;
}
.boxL .ndDetailBox .mainCont .imgInfo p:last-child {
  margin-top: 1px;
  display: flex;
  align-items: center;
}
.boxL .ndDetailBox .mainCont .imgInfo p:last-child a,
.boxL .ndDetailBox .mainCont .imgInfo p:last-child span {
  color: #2b99ff;
  margin-right: 10px;
  height: 28px;
  line-height: 26px;
  padding: 0 16px;
  border: 1px solid #2b99ff;
  border-radius: 5px;
}
.boxL .ndDetailBox .mainCont .downBtns {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
.downBtns > a {
  display: inline-block;
  padding: 0 32px;
  height: 48px;
  background: #acacac;
  border-radius: 5px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.downBtns > a:last-child {
  margin-right: 0;
}
.downBtns > a.androidBtn {
  background: linear-gradient(90deg, #2b99ff 0%, #3695fa 100%);
}
.downBtns > a::before,
header .headWrap nav ul li.current::before {
  content: '';
  display: inline-block;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
}
.downBtns > a::before {
  width: 21px;
  height: 24px;
  background-position: -207px -36px;
  margin-right: 5px;
}
.boxL .ndDetailBox .mainCont::after {
  position: absolute;
  right: -9px;
  top: -9px;
  content: '';
  display: block;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  width: 97px;
  height: 98px;
  background-position: -245px -152px;
}
.gdTipsBox {
  margin-top: 30px;
}
.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;
}
.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;
}
.gdTipsBox > ul li > a {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
.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;
}
.gdTopicsBox {
  margin: 30px 0;
}
.gdTopicsBox .boxCont > ul {
  padding-left: 120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -24px -6px 0;
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
.gdTopicsBox .boxCont > ul li.active {
  color: #fff;
  font-weight: 700;
}
.gdTopicsBox .boxCont > ul li a {
  display: block;
  padding: 0 8px;
  margin: 6px 6px 0;
}
.gdTopicsBox .boxCont > ul li.active a {
  background-color: #2b99ff;
  border-radius: 5px;
  display: block;
  height: 22px;
  line-height: 22px;
  position: relative;
  padding: 0 8px;
  margin: 6px 6px 0;
}
.gdTopicsBox .boxCont > ul li.active a::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2b99ff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
.gdTopicsBox .boxCont .tabsCont {
  color: #000;
}
.gdTopicsBox .boxCont .tabsCont .mainCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.gdTopicsBox .boxCont .tabsCont .mainCont .imgBox {
  width: 267px;
  height: 180px;
  border-radius: 8px;
}
.gdTopicsBox .boxCont .tabsCont .mainCont .imgInfo {
  flex: 1;
  padding: 3px 0 0 24px;
}
.gdTopicsBox .boxCont .tabsCont .mainCont .imgInfo p {
  font-size: 16px;
  line-height: 32px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  -webkit-line-clamp: 3;
}
.gdTopicsBox .boxCont .tabsCont .mainCont .imgInfo p:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  color: inherit;
  -webkit-line-clamp: 1;
}
.gdTopicsBox .boxCont .tabsCont .mainCont .imgInfo p:nth-child(2) {
  margin-top: 6px;
}
.gdTopicsBox .boxCont .tabsCont .mainCont .imgInfo p:nth-child(3) {
  font-size: 14px;
  line-height: 32px;
  margin-top: 11px;
  padding: 0 12px;
  width: 100%;
  height: 32px;
  background: #f5f5f5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gdTopicsBox .boxCont .tabsCont .mainCont .imgInfo p:nth-child(3) i {
  font-style: normal;
  color: #2b99ff;
}
.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: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bodyWrap .nwWrapBox > .boxWrap .boxR .gdHotGameBox > ul {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 28.125%);
  justify-content: space-between;
}
.columnItem {
  font-size: 14px;
  line-height: 14px;
  color: #666;
  text-align: center;
}
.columnItem > a,
.fiveColumnList li a,
.imgList li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.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: #ffeeeb;
  color: #2b99ff;
}

.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: #2b99ff;
}
.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: #2b99ff;
}
.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 #2b99ff;
  box-shadow: 0 0 12px 0 rgba(255, 105, 71, 0.35);
}
