
.left {
  width: 840px;
}

.right {
  width: 330px
}

.right .multiColumnList {
  display: grid;
  grid-template-columns: repeat(2, 155px);
  justify-content: space-between;
}

.right .multiColumnList li a {
  display: block;
  width: 155px;
  height: 99px;
  border-radius: 5px;
}

.infoList {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  padding-top: 2px;
}

.infoList li {
  margin-top: 20px;
}

.infoList li a {
  display: flex;
  align-items: flex-end;
}

.infoList li a p {
  flex: 1;
  padding: 0 5px 0 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.infoList li a .time {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}

.cms-rank .multiColumnList li {
  margin-top: 15px;
}

.cms-rank .multiColumnList li a {
  display: block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #64D2F3;
  border-radius: 5px;
  color: #fff;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  box-sizing: border-box;
}


.cms-rank .multiColumnList li:nth-child(2n) a,
.cms-rank .multiColumnList li:nth-child(6n) a,
.cms-rank .multiColumnList li:nth-child(16n) a {
  background: #57BC84
}

.cms-rank .multiColumnList li:nth-child(16n) a,
.cms-rank .multiColumnList li:nth-child(6n) a {
  background: #57BC84 !important
}

.cms-rank .multiColumnList li:nth-child(3n) a,
.cms-rank .multiColumnList li:nth-child(9n) a {
  background: #B9DA6A
}

.cms-rank .multiColumnList li:nth-child(4n) a,
.cms-rank .multiColumnList li:nth-child(20n) a {
  background: #538BCC
}

.cms-rank .multiColumnList li:nth-child(20n) a {
  background: #538BCC !important
}

.cms-rank .multiColumnList li:nth-child(5n) a,
.cms-rank .multiColumnList li:nth-child(12n) a,
.cms-rank .multiColumnList li:nth-child(15n) a,
.cms-rank .multiColumnList li:nth-child(18n) a {
  background: #BC9C57
}

.cms-rank .multiColumnList li:nth-child(18n) a,
.cms-rank .multiColumnList li:nth-child(12n) a {
  background: #BC9C57 !important
}

.cms-rank .multiColumnList li:nth-child(7n) a,
.cms-rank .multiColumnList li:nth-child(10n) a,
.cms-rank .multiColumnList li:nth-child(11n) a,
.cms-rank .multiColumnList li:nth-child(14n) a {
  background: #FFAED1
}

.cms-rank .multiColumnList li:nth-child(8n) a,
.cms-rank .multiColumnList li:nth-child(13n) a {
  background: #A08AF0
}

.cms-rank .multiColumnList li:nth-child(17n) a {
  background: #FF968B
}



.keyword .contList {
  margin-top: 20px
}

.keyword .contList li {
  margin-top: 14px
}

.keyword .contList li a {
  display: flex;
  align-items: center
}

.keyword .contList li a .imgBox {
  width: 158px;
  height: 74px;
  background: #47FFA3;
  border-radius: 5px;
  border: 3px solid #fff;
  flex-shrink: 0
}

.keyword .contList li a:hover .imgBox {
  border-color: #47FFA3
}

.keyword .contList li a .imgInfo {
  width: 0;
  flex: 1;
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #333333
}

.keyword .contList li a .imgInfo p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.keyword .contList li a .imgInfo .tip {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #999999
}

.keyword .contList li a .imgInfo .tip span {
  font-weight: bold;
  color: #47FFA3;
  margin: 0 4px
}

.keyword .infoList li a p.tip {
  padding-left: 10px;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  flex: none;
}

.keyword .infoList li a p.tip span {
  font-weight: bold;
  margin: 0 4px;
  color: #47FFA3;
}

.keyword .infoList li {
  margin-top: 12px;
}

.cms-title {
  background: #FAFAFA;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  padding: 18px 24px 30px;
  text-align: justify;
}

.cms-title h1 {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 60px;
}

.cms-title p {
  margin-top: 8px;
}

.cms-title p span::after {
  content: "กค";
  margin: 0px 18px;
}

#detailCount {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

#detailCount p {
  margin-top: 16px;
}

#detailCount img {
  width: auto;
  max-width: 550px;
  height: auto;
  max-height: 660px;
  display: block;
  margin: 22px auto 0;
}

#detailCount h3 {
  margin-top: 12px;
  font-weight: bold;
  color: #333;
}


.game-recomd .list {
  margin-top: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  grid-template-columns: repeat(3, 275px);
  display: grid;
  justify-content: space-between;
}

.game-recomd .list li {
  margin-top: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  grid-template-columns: repeat(3, 275px)
}

.game-recomd .list li a {
  padding: 19px 13px;
  background: #F7F7F7;
  border-radius: 5px;
  height: 114px;
  display: flex;
  color: inherit;
  box-sizing: border-box;

}

.game-recomd .list li a .imgBox {
  width: 76px;
  height: 76px;
  background: #47FFA3;
  border-radius: 18px
}

.game-recomd .list li a .imgInfo {
  flex: 1;
  width: 0;
  padding-left: 20px;
  position: relative
}

.game-recomd .list li a .imgInfo p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold
}

.game-recomd .list li a .imgInfo p.tip {
  margin-top: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  display: flex;
  flex-direction: column
}

.game-recomd .list li a .imgInfo .btnItem {
  position: absolute;
  right: 7px;
  bottom: 7px;
  background: #f7f7f7;
  line-height: 28px;
  border-radius: 5px;
  color: #666;
  border: 1px solid #E6E6E6;
  z-index: 10;
  text-align: center;
  width: 72px;
  height: 30px;
  font-size: 14px;
}

.game-recomd .list li a:hover .imgInfo .btnItem {
  background: #47FFA3;
  border-color: #47FFA3;
  color: #333;
}

.bodyWrap .gdBodyWrap .boxWrap>.boxL .game-recomd {
  margin-top: 38px
}



.cms-relate .list{
  margin-top: -2px;
  grid-template-columns: repeat(2, 400px);
  color: #333333
}

.cms-relate .list li{
  margin-top: 24px
}

.cms-relate .list li a{
  display: flex
}

.cms-relate .list li a:hover .imgBox img{
  transform: scale(1.2)
}

.cms-relate .list li a .imgBox{
  width: 120px;
  height: 80px;
  background: #47FFA3;
  border-radius: 6px;
  overflow: hidden;
}

.cms-relate .list li a .imgInfo {
  flex: 1;
  padding-left: 18px
}

.cms-relate .list li a .imgInfo p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  -webkit-line-clamp: 1;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px
}

.cms-relate .list li a .imgInfo p:last-child{
  margin-top: 6px;
  -webkit-line-clamp: 2;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 26px
}