<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鍏叡鏍峰紡 */
:root {
  --pm-c: #2664af;
  --dm-c: #fdeaea;
  --bg-c: #f5f5f5;
  --br-c: #eee;
}

.bg-gradient {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 100%);
}

.bg-f7 {
  background-color: #f7f7f7;
}

.bg-f8 {
  background-color: #f8f8f8;
}

.bg-f {
  background-color: #ffffff;
}

/* 绂佺敤iPhone涓璖afari鐨勫瓧鍙疯嚜鍔ㄨ皟鏁� */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 瑙ｅ喅IOS榛樿婊戝姩寰堝崱鐨勬儏鍐� */
  -webkit-overflow-scrolling: touch;
}

/*淇敼UIKIT妗嗘灦鑷甫鏍峰紡*/
body,
html {
  background-color: var(--bg-c);
  max-width: 750px;
  margin: 0 auto;
}

a,
a:hover {
  text-decoration: none;
}

ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*鍥剧墖楂樻竻*/
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.my-uk-flex-between {
  justify-content: space-between;
}

.my-uk-flex-1 {
  flex: 1;
}

/*杈规鏍峰紡*/
.b-a {
  border: 1px solid var(--br-c) !important;
}

.b-b {
  border-bottom: 1px solid var(--br-c) !important;
}

.b-t {
  border-top: 1px solid var(--br-c) !important;
}

.b-l {
  border-left: 1px solid var(--br-c) !important;
}

.b-r {
  border-right: 1px solid var(--br-c) !important;
}

.b-t-dashed {
  border-top: 1px dashed var(--br-c) !important;
}

.b-b-dashed {
  border-bottom: 1px dashed var(--br-c) !important;
}

/* 澶栬竟璺� */
.m-a-5 {
  margin: 0.05rem;
}

.m-a-10 {
  margin: 0.1rem;
}

.m-a-20 {
  margin: 0.2rem;
}

.m-a-30 {
  margin: 0.3rem;
}

/* 鍐呰竟璺�  */
.p-a-5 {
  padding: 0.05rem;
}

.p-a-10 {
  padding: 0.1rem;
}

.p-a-20 {
  padding: 0.2rem;
}

.p-a-30 {
  padding: 0.3rem;
}

/* 鍐呬笂杈硅窛 */
.p-t-0 {
  padding-top: 0 !important;
}

.p-t-5 {
  padding-top: 0.05rem;
}

.p-t-10 {
  padding-top: 0.1rem;
}

.p-t-15 {
  padding-top: 0.15rem;
}

.p-t-20 {
  padding-top: 0.2rem;
}

.p-t-30 {
  padding-top: 0.3rem;
}

/* 鍐呬笅杈硅窛 */
.p-b-0 {
  padding-bottom: 0;
}

.p-b-5 {
  padding-bottom: 0.05rem;
}

.p-b-10 {
  padding-bottom: 0.1rem;
}

.p-b-15 {
  padding-bottom: 0.15rem;
}

.p-b-20 {
  padding-bottom: 0.2rem;
}

.p-b-30 {
  padding-bottom: 0.3rem;
}

/* 鍐呭乏杈硅窛 */
.p-l-0 {
  padding-left: 0 !important;
}

.p-l-5 {
  padding-left: 0.05rem;
}

.p-l-10 {
  padding-left: 0.1rem;
}

.p-l-15 {
  padding-left: 0.15rem;
}

.p-l-20 {
  padding-left: 0.2rem;
}

.p-l-30 {
  padding-left: 0.3rem;
}

/* 鍐呭彸杈硅窛 */
.p-r-0 {
  padding-right: 0 !important;
}

.p-r-5 {
  padding-right: 0.05rem;
}

.p-r-10 {
  padding-right: 0.1rem;
}

.p-r-15 {
  padding-right: 0.15rem;
}

.p-r-20 {
  padding-right: 0.2rem;
}

.p-r-30 {
  padding-right: 0.3rem;
}

.m-t-b-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* 鍐呬笂杈硅窛 */
.m-t-0 {
  margin-top: 0rem;
}

.m-t-5 {
  margin-top: 0.05rem;
}

.m-t-10 {
  margin-top: 0.1rem;
}

.m-t-15 {
  margin-top: 0.15rem;
}

.m-t-20 {
  margin-top: 0.2rem;
}

.m-t-30 {
  margin-top: 0.3rem;
}

/* 澶栦笅杈硅窛 */
.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 0.05rem !important;
}

.m-b-10 {
  margin-bottom: 0.1rem !important;
}

.m-b-15 {
  margin-bottom: 0.15rem !important;
}

.m-b-20 {
  margin-bottom: 0.2rem !important;
}

.m-b-30 {
  margin-bottom: 0.3rem !important;
}

/* 澶栧乏杈硅窛 */
.m-l-0 {
  margin-left: 0 !important;
}

.m-l-5 {
  margin-left: 0.05rem !important;
}

.m-l-10 {
  margin-left: 0.1rem !important;
}

.m-l-15 {
  margin-left: 0.15rem !important;
}

.m-l-20 {
  margin-left: 0.2rem !important;
}

.m-l-30 {
  margin-left: 0.3rem !important;
}

/* 澶栧彸杈硅窛 */
.m-r-0 {
  margin-right: 0 !important;
}

.m-r-5 {
  margin-right: 0.05rem !important;
}

.m-r-10 {
  margin-right: 0.1rem !important;
}

.m-r-15 {
  margin-right: 0.15rem !important;
}

.m-r-20 {
  margin-right: 0.2rem !important;
}

.m-r-30 {
  margin-right: 0.3rem !important;
}

/*鍦嗚鏍峰紡*/
.b-r-4 {
  border-radius: 0.04rem !important;
}

.b-r-6 {
  border-radius: 0.06rem !important;
}

.b-r-8 {
  border-radius: 0.08rem !important;
}

.b-r-10 {
  border-radius: 0.1rem !important;
}

.b-r-12 {
  border-radius: 0.12rem !important;
}

.b-r-24 {
  border-radius: 0.24rem !important;
}

/* 婧㈠嚭2琛岀渷鐣ュ彿 */
.line-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* 婧㈠嚭3琛岀渷鐣ュ彿 */
.line-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

/* 婧㈠嚭4琛岀渷鐣ュ彿 */
.line-4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

/*浼被灞呬腑*/
/* 澧炲姞浼被 鍓嶇疆 */
.before-middle {
  position: relative;
}

.before-middle::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

/* 澧炲姞浼被 鍚庣疆 */
.after-middle {
  position: relative;
}

.after-middle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.after-center {
  position: relative;
}

.after-center::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

/*榛樿鍥炬爣灏哄*/
.item .icon {
  margin: 0 auto;
  border-radius: 0.12rem;
  overflow: hidden;
}

.item .icon img {
  width: 100%;
  height: 100%;
}

.item .data span {
  font-size: 0.14rem;
}

.item .hr {
  display: inline-block;
  height: 0.12rem;
  width: 0.01rem;
  background: #bbb;
  margin: 0 0.05rem;
}

/* 榛樿缂╃暐鍥惧昂瀵� */
.thumb img {
  width: 100%;
  height: 100%;
}

/*闈㈠寘灞戝鑸�*/
.crumbs {
  font-size: 0.24rem;
  padding: 0 0.3rem;
  color: #a5a5a5;
  background-color: #f5f5f5;
}

.crumbs a {
  color: #909399;
  display: inline-block;
  position: relative;
  font-size: 0.24rem;
}

.crumbs a::after {
  content: "&gt;";
}

/* 骞冲彴 瀹夊崜 鑻规灉 鍥炬爣鏄剧ず */
.platform i {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  background-repeat: no-repeat;
}

.platform .az {
  background-image: url(../img/icon-az.png);
}

.platform .ios {
  background-image: url(../img/icon-ios.png);
}

/* 鍏叡鏍囬 */
.module-title {
  border-bottom: 1px solid var(--br-c);
  padding-bottom: 0.1rem;
}

.module-title .title {
  padding-left: 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
}

.module-title .more {
  display: block;
  height: 0.3rem;
  width: 1.05rem;
  color: #fff;
  background-image: url(../images/module-title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.module-title .title::before {
  width: 0.04rem;
  height: 0.18rem;
  left: 0;
  background: var(--pm-c);
  border-radius: 0.02rem;
}

.pd3 {
  padding: 0.3rem;
}

.x-scoll {
  padding-left: 0.3rem;
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
}

.module {
  padding: 0.2rem 0.3rem;
  background-color: #fff;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

/* 鍒嗛〉 */
.pagination {
  margin: 0.3rem 0 0.4rem 0;
  text-align: center;
}

.pagination .page-item {
  display: inline-block;
  margin: 0.05rem;
  font-size: 0.13rem;
  border: 1px solid var(--br-c);
  color: #555;
}

.pagination .active span {
  background: var(--pm-c);
  color: #fff;
}

.pagination .page-item:hover {
  background: var(--pm-c);
  color: #fff;
}

.pagination .page-item .page-link {
  display: block;
  padding: 0.06rem 0.12rem;
  border: 1px solid transparent;
}

.pagination li span {}

.pagination li a {
  display: inline-block;
  color: #666;
}

.pagination li a:hover {
  background: var(--pm-c);
  color: #fff;
  border: 1px solid var(--pm-c) !important;
}

/* 鍙嬫儏閾炬帴 */
.home-links li {
  display: inline-block;
  margin-right: 0.15rem;
  margin-bottom: 0.05rem;
}

.home-links a {
  font-size: 0.26rem;
  color: #8d8c8c;
  border-right: 1px solid #999999;
  padding-right: 0.15rem;
}

.home-links li:last-child a {
  border: none;
  padding-right: 0rem;
}

/* 椤佃剼 */
.footer {
  font-size: 0.24rem;
  color: #999;
  line-height: 0.5rem;
  padding-bottom: 0.38rem;
  padding-top: 0.38rem;
  background: #333333;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.footer ul li {
  display: inline-block;
}

.footer ul li a {
  color: #999;
  margin-right: 0.15rem;
  font-size: 0.24rem;
  color: #999999;
  border-right: 1px solid #999;
  padding-right: 0.2rem;
}

.footer ul li:last-child a {
  border: none;
}

.footer p {
  font-size: 0.24rem;
  margin: 0px !important;
  color: #999999;
}

header {
  background-color: var(--pm-c);
  padding-bottom: 0.1rem !important;
}

.head .logo a {
  display: inline-block;
  height: 20px;
}

.logo {
  flex: 1;
}

.logo img {
  width: 1.62rem;
}

.head .menu-img {
  margin-left: 0.24rem;
  width: 0.35rem;
  height: 0.28rem;
  padding-left: 0.1rem;
}

.search {
  position: relative;
  width: 4rem;
  height: 0.6rem;
}

.search input {
  width: 100%;
  height: 100%;
  border: 1px solid var(--br-c);
  border-radius: 0.1rem;
  font-size: 0.11rem;
  text-indent: 1em;
  background-color: #fff;
}

.search button {
  background-color: transparent;
  border: 0;
  width: 0.26rem;
  height: 0.23rem;
  background-image: url("../images/icon-search.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0.1rem;
  position: absolute;
  top: 60%;
  transform: translate(0, -50%);
  right: 0rem;
}

.nav {
  margin-left: -0.3rem;
  margin-top: 0.14rem;
}

.nav li {
  margin-right: 0.3rem;
  white-space: nowrap;
  position: relative;
  line-height: 0.9rem;
}

.nav li a {
  font-size: 0.28rem;
  color: #ffffff;
  padding: 0.2rem 0.26rem;
  line-height: 0.4rem;
}

.nav li.active a {
  background-color: #fff;
  color: var(--pm-c);
  border-radius: 0.1rem;
}

.home-slide {}

.home-slide .swiper-pagination {
  right: 0.3rem;
  width: auto;
  left: auto;
  display: inline-block;
  bottom: 0.23rem !important;
  text-align: right;
  padding-right: 0.2rem;
  box-sizing: border-box;
}

.home-slide .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.9;
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.06rem !important;
  border-radius: 50% !important;
}

.home-slide .swiper-pagination-bullet-active {
  background-color: var(--pm-c);
  border-radius: 50% !important;
}

.home-slide img {
  height: 4.15rem;
  width: 100%;
}

.home-slide .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  padding: 0.15rem 0.3rem;
  overflow: hidden;
  height: auto;
}

.home-slide .title span {
  display: inline-block;
  width: 5.9rem;
  font-size: .24rem;
  color: #fff;
}

/* 娓告垙鏂伴椈 */
.home-news {}

.home-news-list .item:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
}

.home-news-list .title {
  font-size: 0.26rem;
  color: #333333;
  margin-left: 0.2rem;
  line-height: 0.3rem;
}

.home-news-list .up-to-date {
  font-size: 0.26rem;
  color: #2664af;
  padding-right: 0.2rem;
}

.home-news-list .up-to-date::after {
  content: "|";
  right: 0;
  color: #eee;
}

.home-news-list .more a {
  font-size: 0.24rem;
  color: #999999;
}

.home-news-list .time {
  font-size: 0.24rem;
  color: #999999;
}

/* 娓告垙娴嬭瘎 */
.home-cp {}

.home-cp .thumb {
  display: block;
  width: 3.35rem;
  height: 1.85rem;
}

.home-cp .home-cp-list .list li:last-child {
  border: none !important;
}

.home-cp .home-cp-list .list li a {
  font-size: 0.26rem;
  color: #333333;
  margin-right: 0.15rem;
}

.home-cp .home-cp-list .list li:hover a {
  color: var(--pm-c);
}

.home-cp .home-cp-list .list li span {
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.24rem;
}

.home-cp .home-cp-list .list ul li::before {
  background: url("../images/list_dot1.png") no-repeat center/contain;
  left: 0;
  width: 0.16rem;
  height: 0.18rem;
}

/* 娓告垙鏀荤暐 */
.home-game-gl .thumb {
  width: 2.5rem;
  height: 1.5rem;
}

.home-game-gl .info .desc {
  font-size: 0.26rem;
  color: #333;
  margin-bottom: 0.2rem;
  line-height: 0.45rem;
}

.home-game-gl .info .time {
  font-size: 0.24rem;
  color: #999;
}

/* 娓告垙璧勮 */
.home-game-zx {}

.home-game-zx ul li {
  padding-left: 0.3rem;
  overflow: hidden;
  padding-bottom: 0.2rem;
}

.home-game-zx ul li:last-child {
  border: none !important;
  padding-bottom: 0;
}

.home-game-zx ul li::before {
  background: url("../images/list_dot.png") no-repeat center/contain;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  top: 0.16rem;
}

.home-game-zx ul li .title {
  font-size: 0.26rem;
  color: #333333;
  display: inline-block;
  width: 100%;
}

.home-game-zx ul li:hover .title {
  color: var(--pm-c);
}

.home-game-zx ul li .time {
  font-size: 0.24rem;
  color: #999;
}

.home-game-zx ul li p {
  margin-top: 0px !important;
  margin-bottom: 0px;
}

.home-game-zx ul li .desc {
  font-size: 0.24rem;
  color: #999;
}

.home-game-zx ul li .look {
  font-size: 0.24rem;
  color: #999;
}

/* 璧勮鍒楄〃 */
.game-list .item {}

.game-list .item:last-child {
  border: none;
}

.list-game-list .item .info {
  width: calc(100% - 3rem);
}

.list-game-list .item .info .time{
     color: #666;
   font-size: 14px
}

.list-game-list .item .icon {
  width: 1.31rem;
  height: 1.31rem;
}

.game-list .item .icon img {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
}

.game-list .item .info p {
  margin: 0 !important;
}

.game-list .item .info a {
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.3rem;
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
}

.game-list .item .info .desc {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.3rem;
  margin-top: 0.1rem !important;
}

.game-list .item .info span {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.35rem;
}

.game-list .item .down {
  width: 0.6rem;
  height: 0.6rem;
  background: url("../images/down.png") no-repeat center/contain;
}

.game-list .item .more {
  border: 1px solid var(--pm-c);
  color: var(--pm-c);
  font-size: 0.24rem;
  width: 1.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  text-align: center;
}

.game-list .item:hover .info a {
  color: var(--pm-c);
}

.game-list .item:hover .more {
  background: var(--pm-c);
  color: #fff;
}

.list-hot-game-list .item .icon {
  width: 0.98rem;
  height: 0.98rem;
  border-radius: 0.1rem;
}

.single-header {
  padding-top: 0.4rem;
}

.single-header h1 {
  font-size: 0.3rem;
  color: #333;
  text-align: center;
  padding-top: 0.1rem;
}

.single-header .single-info {
  text-align: center;
}

.single-header .info {
  text-align: center;
  margin: 0.5rem 0;
}

.single-header .info span {
  font-size: 0.22rem;
  color: #666666;
  margin-right: 15px;
}

.single-header .single-info .icon {
  width: 1.31rem;
  height: 1.31rem;
  margin: 0 auto;
}

.single-header .single-info .title {
  font-size: 0.26rem;
  color: #2F2F2F;
  margin: 0.4rem 0;
}

.single-header .single-info .time {
  font-size: 0.24rem;
  color: #666666;
  margin: 0.4rem 0;
  display: block;
}

.single-header .downbtn .ajax-btn {
  padding: 10px 8px;
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #fff;
  background-color: var(--pm-c);
  position: relative;
  background-image: linear-gradient(0deg, var(--pm-c) 0%, var(--pm-c) 100%), linear-gradient(var(--pm-c), var(--pm-c));
  background-blend-mode: normal, normal;
}

/* 娓告垙鎴浘 */
.single-jt {}

.single-app .single-slide .item {
  width: 2.55rem;
  height: 3.4rem;
}

.single-app .single-slide .uk-slider-items {
  overflow-x: scroll;
  flex-wrap: nowrap;
}

.single-app .single-slide .item img {
  width: 100%;
  height: 100%;
}

/* 娓告垙绠€浠� */
.single-content p {
  text-indent: 2em;
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.58rem;
  margin-bottom: 0px !important;
  display: inline-block;
  margin: 0.1rem 0;
}

.single-content h2,
.single-content h3 {
  font-size: 0.28rem;
  font-weight: bold;
  margin: 0.1rem 0;
}

.single-app .single-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
}

/* 璧勮鍒楄〃 */
.list-app .list-news-lists {}

.list-app .list-news-lists li .title {
  font-size: 0.26rem;
  color: #333;
  display: inline-block;
  width: 100%;
}

.list-app .list-news-lists li .thumb {
  width: 2.5rem;
  height: 1.5rem;
}

.list-app .list-news-lists li .info .desc {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.48rem;
}

.list-app .list-news-lists li .info .time {
  font-size: 0.24rem;
  color: #999;
}

/* list 鏍峰紡 */
.list ul li a {
  padding-left: 20px;
}

.list ul li a::before {
  display: inline-block;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--pm-c);
}

/* 榧犳爣绉诲叆 闃村奖绔嬩綋鏁堟灉 */
.list-game-li ul li:hover {
  box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
  box-shadow: 0px 0px 9px 0px rgba(210, 222, 235, 0.72);
}

/* 甯﹀浘鏍� 搴忓彿 */
.item .icon {
  width: 100px;
  height: 100px;
}

.item .num {
  margin-right: 20px;
  text-align: center;
  width: 42px;
  height: 27px;
  line-height: 27px;
  background-color: #e3e3e3;
  border-radius: 0px 14px 14px 0px;
  color: #fff;
}

.item:nth-child(-n + 3) .num {
  background-color: var(--pm-c);
}

/* 鍗＄墖寮� */
.gl-card .item:hover {
  background: #f7f7f7;
}

/* 
 * -n+3  鑾峰彇鍓嶄笁涓厓绱� 
 * 2n    鍋舵暟even
 * 2n-1  濂囨暟odd
*/

/* 鍏叡鏍峰紡 end */

/* 棣栭〉 */
.home- {}

/* 鍒楄〃椤� */
.category- {}

.list- {}

/* 鏂囩珷鍐呴〉 */
.single- {}

.mobile .title {
  font-size: 0.28rem;
}
.info-title{
  background-color: #ffffff;
  padding-bottom: .28rem;
}
.info-title .kfbg{
  width: 100%;
  height: 1.2rem;
  background: url("/themes/default/common_cms/mobile/assets/images/kfbg.png") no-repeat;
  background-size: 100% 1.2rem;
}
.info-body{
  padding: 0 .3rem;
  box-sizing: border-box;
  margin-top: .32rem;
}

.info-body-ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .32rem 0;
  border-bottom: 1px dashed #EDEDED;
}
.info-body-ul li:first-child{
  padding-top: .4rem;
}
.info-body-ul li img{
  width: 1.2rem;
  height: 1.2rem;
  border-radius: .3rem;
  display: block;
}
.info-body-ul li .right{
  flex: 1;
  margin-left: .2rem;
  margin-right: .6rem;
  height: 1.2rem;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.info-body-ul li .name{
  font-size: .28rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  position: relative;   
  padding-right: .64rem;
}
.info-body-ul li .name::after{
  content: "";
  display: block;
  width: .52rem;
  height: .24rem;
  background: url("/themes/default/common_cms/mobile/assets/images/hot.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.info-body-ul li .info{
  width: 100%;
  display: flex;
  align-items: center;
  font-size: .24rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}
.info-body-ul li .info div:first-child::after{
  content: "涓�";
  color: #cccccc;
  margin: 0 .05rem;
}
.info-body-ul li .info div:nth-child(2){
  width: .3rem;
  height: .3rem;
  display: block;
  background: url("/themes/default/common_cms/mobile/assets/images/l1.png") no-repeat;
  background-size: 100%;
}
.info-body-ul li .info div:nth-child(3){
  width: .3rem;
  height: .3rem;
  display: block;
  background: url("/themes/default/common_cms/mobile/assets/images/l2.png") no-repeat;
  background-size: 100%;
}
.info-body-ul li .text{
  width: 100%;
  display: flex;
  align-items: center;
}
.info-body-ul li .text div:first-child{
  font-size: .24rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #2D89F9;  
}
.info-body-ul li .text div:last-child{
  width: 1.68rem;
  height: .32rem;
  background: #F5F5F5;
  line-height: .32rem;
  text-align: center;
  font-size: .24rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666; 
  margin-left: .16rem;
}
.info-body-ul li .click{
  width: 1.2rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  background: linear-gradient(180deg, #55A2FF 0%, #045ECA 100%);
  border: .03rem solid #126CD9;
  font-size: .24rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
#home_aqapps {
    background: #fff;
    padding: 0.2rem 0.3rem;
    margin: 0 !important
}

div.module-title .title{
  font-size: .28rem!important;
}
div.aq_part {
    padding: .4rem!important;
    background-color: #fff;
    font-size: .28rem;
    margin: .2rem 0!important;
}</pre></body></html>