<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-box .swiper-item .swiper {
  width: 100%;
  height: 290px;
  background: #fff;
  border-radius: 15px;
}  
.swiper-box {
    display: flex;
    padding: 20px 16px;
}
.swiper-box .swiper-box-card {
  width: calc(20% - 9.6px);
  margin-right: 16px;
  height: 225px;
  background: #fafafa;
}
.swiper-box .swiper-box-card:last-of-type {
  margin-right: 0;
}
.swiper-box .swiper-box-card .swiper-box-card-top {
  width: 100%;
  height: 160px;
  /* background: yellow; */
  position: relative;
}
.swiper-box .swiper-box-card .swiper-box-card-top img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain;
}
.swiper-box .swiper-box-card .swiper-box-card-top .tag {
  width: 49px;
  height: 37px;
  background: url('../images/home/tag.png') no-repeat center center;
  position: absolute;
  right: 0;
  top: -2px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 37px;
  font-weight: bold;
}
.swiper-box .swiper-box-card .desc {
  color: #b4b4b4;
  line-height: 22px;
  font-size: 14px;
  margin:  10px 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.swiper-box .swiper-box-card .swiper-box-card-top  .name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 29px;
  text-align: center;
  line-height: 29px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.main-box .swiper-button-next:after {
  display: none;
}
.main-box .swiper-button-prev:after {
  display: none;
}
.main-box .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 3px;
}
.main-box .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 4px;
}

.main-box  .swiper-pagination-bullet{ 
  width: 13px;
   height: 13px;
   background: #ccc; 
}
.main-box  .my-bullet-active{ 
  width: 30px;
  opacity: 1; 
  background: url('../images/home/lunbodian.png') no-repeat center center;
  border-radius: 0;
} 
/* 不同平台游戏 */
.rank-soft {
  width: 100%;
  height: 510px;
  margin-top: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 16px;
  display: flex;
}
.rank-soft .rank-soft-right {
  width: 700px;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* background: red; */
}

#banner,
#banner .swiper-slide {
  height: 100%;
}
/* body {
  background: #000;
  overflow: hidden;
} */
#banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
#banner .swiper-slide .banner-tit {
  position: absolute;
  bottom: 92px;
  left: 0;
  width: 100%;
  height: 57px;
  line-height: 57px;
  padding: 0 15px;
  font-size: 20px;
  color: #fff;
  font-weight: bolder;
  background: rgba(0,0,0,0.8);
}
#banner .swiper-pagination {
  bottom: 92px;
  height: 57px;
  width: 153px;
  left: 547px;
  z-index: 999;
  line-height: 57px;
}
#banner .swiper-pagination-bullet-banner { 
   width: 15px;
   height: 15px;
   background: #849599; 
   border-radius: 15px;
   margin-right: 7px;
   display: inline-block;
}
#banner .my-bullet-active-banner{ 
  width: 30px;
  opacity: 1; 
  background: #00ab57;
} 
#banner .swiper-slide img {
  width: 100%;
  height: 378px;
}
.thumb-list {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: 999;
  padding: 0 9px;
  background: #000;
}
.thumb {
  width: calc(25% - 9px);
  height: 92px;
  margin-right: 9px;
  float: left;
}
.thumb img {
  width: 100%;
  height: 84px;
  display: block;
  object-fit: cover;
}
.thumb:last-of-type {
  margin-right: 0;
}
.thumb .thumb1-active {
  border: 5px solid #f85f52;
}
/* 轮播 */
.rank-soft .rank-soft-left {
  margin-left: 30px;
  flex: 1;
}
.rank-soft .rank-soft-left ul  {
  display: flex;
  margin-bottom: 20px;
}
.rank-soft .rank-soft-left ul li {
  width: 33.33%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #333;
  font-size: 20px;
  border-bottom: 2px solid #e0e0e0;
  cursor: pointer;
}
.rank-soft .rank-soft-left ul li.active {
  color: #00ab57;
}
.rank-soft .rank-soft-left ul li.active {
  position: relative;
  /* border-bottom: none; */
}
.rank-soft .rank-soft-left ul li.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 12px;
  background: url('../images/home/xuanxiakaxuanzong.png') no-repeat top left;
}
.soft {
  display: none;
}
.soft:nth-of-type(1) {
  display: block;
}
/* .soft0 {
  display: block;
}
.soft1 {
  display: none;
}
.soft2 {
  display: none;
} */
.soft-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.soft-item-right {
  display: block;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding-left: 16px;
  
}
.soft-item-right img {
  width: 25px;
  height: 25px;
  vertical-align: top;
  float: left;
}
.soft-item-right span:nth-of-type(1){
  color: #9da3af;
  margin-right: 23px;
  float: left;
}
.soft-item-right span:nth-of-type(2) {
  color: #595959;
  margin-left: 12px;
  width: 270px;
  float: left;
  overflow: hidden;
  height: 25px;
}
.soft-item-left {
  color: #ff8686;
}
.soft-item:nth-of-type(5) {
  margin-bottom: 30px;
  position: relative;
}
.soft-item:nth-of-type(5)::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 16px;
  right: 0;
  height: 1px;
  border-bottom: 1px dotted #d5d5d5;
}
.soft-item:last-of-type {
  margin-bottom: 0px;
}
.soft-item-right {
  text-decoration: none;
}
.soft-item .soft-item-right:hover span{color: blue; text-decoration:none;}
.soft-item .soft-item-right:link {color: blue; text-decoration:none;}
/* pc常用软件 */
.pc-soft {
  margin-top: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.pc-soft .pc-soft-rt {
  width: 946px;
}
.pc-soft .pc-soft-rt .title{
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  border-bottom: 1px solid #f1f1f1;

}
.pc-soft .pc-soft-rt .title div {
  /* display: block; */
  /* line-height: 51px; */
}
.pc-soft .pc-soft-rt .title div:nth-of-type(1) {
  line-height: 60px;
  display: flex;
  font-weight: bold;
  color: #333;
}
.pc-soft .pc-soft-rt .title div:nth-of-type(1) img {
  margin-right: 10px;
  color: #333;
}
.pc-soft .pc-soft-rt .title div:nth-of-type(2) {
  color: #e8e8e8;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.pc-soft .pc-soft-rt .title div:nth-of-type(2) img {
  margin-left: 10px;
}
.pc-soft .pc-soft-rt .pc-soft-list {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pc-soft-list-item {
  display: block;
  width: calc(16.67% - 8px);
  height: 165px;
  margin-bottom: 10px;
  border: 1px solid #f1f1f1;
}
.pc-soft-list-item:hover {
  background: #f2ead9;
}
.pc-soft-list-item:hover .gj-lk {
  display: block;
}
.pc-soft-list-item:hover .gj-name {
  display: none;
}
.pc-soft-list-item .icon-box {
  text-align: center;
  padding-top: 12px;
}
.pc-soft-list-item .icon-box img {
  width: 85px;
  height: 85px;
  border-radius: 10px;
  vertical-align: top;
}
.pc-soft-list-item .icon-box .tit {
  font-size: 15px;
  color: #333333;
  line-height: 1;
  margin: 10px 0;
}
.pc-soft-list-item .gj-name {
  text-align: center;
  height: 33px;
  line-height: 33px;
  background: #eeeeee;
  color: #7b7b7b;
  font-size: 14px;
}
.pc-soft-list-item .gj-lk {
  text-align: center;
  height: 33px;
  line-height: 33px;
  background: #37b560;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: none;
}
.pc-soft-lt .title {
  width: 236px;
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.pc-soft-lt .title span {
  display: block;
  height: 60px;
  line-height: 60px;
  float: left;
}
.pc-soft-lt .title span:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.pc-soft-lt .title span:nth-of-type(1)::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #33bc79;
  border-radius: 6px;
}
.pc-soft-lt .title span:nth-of-type(2) {
  color: #e8e8e8;
  font-size: 14px;
}
.pc-soft-lt .title span img{
  vertical-align: middle;
  margin-left: 10px;
}
.pc-soft-lt .list {
  margin-top: 16px;
}
.pc-soft-lt .list-item {
  width: 230px;
  height: 93.5px;
  margin: 0 auto;
  margin-bottom: 12px;
  position: relative;
  display: block;
}
.pc-soft-lt .list-item img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.pc-soft-lt .list-item:last-of-type {
  margin-bottom: 0px;
}
.pc-soft-lt .list-item .info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: rgba(0,0,0,0.8);
  border-radius: 15px 15px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
/* 安卓游戏 */
.azyx {
  margin-top: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 16px;
  padding-bottom: 10px;
}
.azyx-hd {
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.azyx-hd-rt {
  display: flex;
  align-items: center;
}
.azyx-hd-rt img {
  margin-right: 10px;
}
.azyx-tit {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.azyx-bt {
  display: block;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  background: #eeeeee;
  font-size: 16px;
  color: #454545;
  position: relative;
}
.reyx {
  margin-left: 60px;
  margin-right: 10px;
}
.azyx-bt::before{
  content: '';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #eeeeee;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.azyx-bt::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eeeeee;
  left: 50%;
  transform: translateX(-50%);
}
.azyx-bt.azyx-active {
  background: #00ab57;
  color: #fff;
}
.azyx-bt.azyx-active::before {
  border-top: 8px solid #00ab57;
}
.azyx-bt.azyx-active::after {
  background: #00ab57;
}
.azyx-hd-lt {
  display: flex;
  align-items: center;
}
.azyx-hd-lt i {
  color: #e8e8e8;
  font-size: 14px;
  margin-right: 10px;
}
.azyx-ct {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.azyx-ct-rt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 860px;
  display: none;
}
.azyx-ct-rt-show {
  display: block;
  display: flex;
}

.azyx-ct-rt a {
  display: block;
  width: calc(12.5% - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
  height: 136px;
  /* background: red; */
  text-align: center;
}
.azyx-ct-rt a:nth-of-type(8n) {
  margin-right: 0;
}
.azyx-ct-rt a img {
  width: 86px;
  height: 86px;
  border-radius: 20px;
  object-fit: fill;
}
.azyx-ct-rt a .yx-img {
  width: 86px;
  height: 86px;
  border-radius: 20px;
}
.azyx-ct-rt a p {
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}
.azyx-ct-rt a p:nth-of-type(1) {
  color: #333;
  margin-top: 7px;
  height: 30px;
  line-height: 30px;
  display: block;
  overflow: hidden;
}
.azyx-ct-rt a p:last-of-type {
  color: #999999;
}
.azyx-ct-lf {
  /* background: #fafafa;
  border-radius: 0 0 10px 10px; */
}
.phb img {
  vertical-align: top;
}
.phb-box {
   width: 310px;
   padding-top: 10px;
   padding-bottom: 4px;
   background: #fafafa;
   border-radius: 0 0 10px 10px;
}
.phb-box a {
  display: block;
  margin-bottom: 10px;
}
.phb-box a:last-of-type {
  margin-bottom: 0px;
}
.rank-top {
  color: #333;
  font-size: 12px;
  height: 29px;
  display: flex;
  align-items: center;
  padding: 0 14px;

}
.rank-top span {
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.rank-top .rank{
  width: 20px; min-width: 20px; height: 20px; line-height: 20px; font-size: 12px; font-weight: normal; background: #ccc; border-radius: 20px; text-align: center; font-style: normal; color: #fff;
}
.phb-box a:nth-child(1) .rank-top .rank{
  background: url(../images/icon-rank-1.png) no-repeat;
  background-size: 20px;
  text-indent: -999px;
}
.phb-box a:nth-child(2) .rank-top .rank{
  background: url(../images/icon-rank-2.png) no-repeat;
  background-size: 20px;
  text-indent: -999px;
}
.phb-box a:nth-child(3) .rank-top .rank{
  background: url(../images/icon-rank-3.png) no-repeat;
  background-size: 20px;
  text-indent: -999px;
}
.rank-ct {
  display: flex;
  /* align-items: center; */
  padding: 0 42px;
  margin-top: 7px;
}
.rank-ct-rt img{
    width: 59px;
    height: 59px;
    border-radius: 10px;
    margin-right: 17px;
}
.rank-ct-lf .tit {
  color: #b4b4b4;
  line-height: 30px;
}
.rank-ct-lf .xz {
  width: 62px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #f85f52;
  color: #fff;
  border-radius: 5px;
}
.rank-ct {
  display: none;
}
.xz-show {
  display: block;
  display: flex;
}
.wz {
  margin-top: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
}

.wz a {
  display: block;
  width: calc(25% - 10px);
  height: 118px;
}
.wz a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.ljdz-item {
  margin-top: 14px;
}
.ljdz-item a{
  color: #adadaf;
  font-size: 14px;
  margin-right: 25px;
}
.ljdz-item a:nth-of-type(2n) {
  margin-right: 34px;
}</pre></body></html>