<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-box-ct {
  padding: 0px 12px;
  font-size: 14px;
  color: #333;
}
.is-card {
  border: 1px solid #ebeef5;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 5px;
  background-color: #fff;
}
.main-box-ct .tit {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  height: 55px;
  font-weight: bold;
}
.main-box-ct .tit .hot {
  width: auto;
  height: 22px;
}
.main-box-ct .tit img {
  margin-right: 15px;
}
.main-box-ct .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 15px 0;
}
.main-box-ct .nav::after {
  content: '';
  flex: auto;
}

.main-box-ct .nav li {
  width: 193px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #eef1f5;
  color: #87888a;
  border-radius: 5px;
  margin-right:12px;
  margin-bottom: 12px;
}
.main-box-ct .nav li:nth-of-type(6n) {
  margin-right: 0;
}
.main-box-ct .nav li a {
  color: #333; display: block; overflow: hidden;
}
.main-box-ct .nav li.active a {
  color: #fff;
}
.main-box-ct .nav li.active {
  background: #00ab57;
  color: #fff;
}
.main-box-npd {
  background: #fff;
}
.main-box-npd .nav {
  background: #f5f5f5;
}
.main-box-npd .nav li{
  float: left;
  height: 62px;
  line-height: 62px;
  
  color: #87888a;
  background: url('../images/home/jt-mr.png') no-repeat right 30px center;
}
.main-box-npd .nav li.no-bg {
  background: none;
  color: #333;
}
.main-box-npd .nav li a:hover {
  color: #00ab57;
  background:#fff url('../images/home/jt-jh.png') no-repeat right 30px center;
  border-top: 2px solid #11b062;
}
.main-box-npd .nav li.active {
  color: #00ab57;
  background:#fff url('../images/home/jt-jh.png') no-repeat right 30px center;
  border-top: 2px solid #11b062;
}
.main-box-npd .nav li a{
  padding-left: 38px;
  padding-right: 61px;
  color: #333;
  display: block;
  overflow: hidden;
}
.g-game-nav {
  display: block;
  padding-top: 20px;
  overflow: hidden;
}
.g-game-nav li{
  width: 398px;
  height: 192px;
  margin-bottom: 22px;
  border: 1px solid #f5f5f5;
  margin-right: 12px;
  float: left;
}
.g-game-nav li:nth-child(3n){
  margin-right: 0;
}

.g-game-nav li a {
  display: block;
  height: 192px;
}
.g-game-nav li:hover {
  border: 1px solid #77d2a5;
}
.g-game-nav li a:hover .g-game-rt .title {
  color: #00ab57;
}
.g-game-nav li a:hover .g-game-rt .down-btn{
  background: #00ab57; color: #fff;
}
.g-game-lf {
  width: 150px;
  height: 100%;
  background: url('../images/jx.png') no-repeat left top/100% 190px;
  padding-top: 36px;
}
.g-game-lf img {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}
.g-game-rt {
  /* text-align: center; */
  padding: 10px 18px;
  color: #333;
  font-size: 16px;
  width: 246px;
}
.g-game-rt .title {
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}


.g-game-rt .info {
  color: #999999;
  font-size: 12px;
  line-height: 35px;
}
.g-game-rt .down-btn {
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #deb887;
  color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}
</pre></body></html>