<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@keyframes iwan-loading-360 {
  0% {
    transform: rotate(0deg); /*动画起始的时候旋转了0度*/
  }
  25% {
    transform: rotate(60deg);
  }
  50% {
    transform: rotate(120deg);
  }
  75% {
    transform: rotate(240deg);
  }
  100% {
    transform: rotate(360deg); /*动画结束的时候旋转了360度*/
  }
}
.iwan_pc_sdk-page {
  font-family: PingFang SC, Microsoft YaHei, Arial Regular;
  margin-bottom: 20px;
}

.iwan_pc_sdk-page .iwan_pc_sdk-title {
  height: 28px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html .iwan_pc_sdk-page {
  color: #000028;
}

html.__darkmode__ .iwan_pc_sdk-page {
  color: #e6e9f0;
}

html.at-darkmode .iwan_pc_sdk-page {
  color: #e6e9f0;
}

.iwan_pc_sdk-game-banner {
  cursor: pointer;
}

.iwan_pc_sdk-game-banner .iwan_pc_sdk-poster {
  width: 100%;
  height: 169px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.iwan_pc_sdk-game-banner .iwan_pc_sdk-info-wrapper {
  box-sizing: border-box;
  height: 68px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iwan_pc_sdk-game-banner .iwan_pc_sdk-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.iwan_pc_sdk-game-banner .iwan_pc_sdk-desc {
  width: 0px;
  flex: 1;
  padding: 0px 8px;
}

.iwan_pc_sdk-game-banner .iwan_pc_sdk-desc .iwan_pc_sdk-title {
  height: 21px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iwan_pc_sdk-game-banner .iwan_pc_sdk-desc .iwan_pc_sdk-sub-title {
  margin-top: 2px;
  height: 18px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iwan_pc_sdk-game-banner .iwan_pc_sdk-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 32px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

html .iwan_pc_sdk-game-banner:hover .iwan_pc_sdk-desc .iwan_pc_sdk-title {
  color: #ff6022;
}

html .iwan_pc_sdk-game-banner .iwan_pc_sdk-info-wrapper {
  background: #f6f8fa;
}

html .iwan_pc_sdk-game-banner .iwan_pc_sdk-desc .iwan_pc_sdk-sub-title {
  color: #848494;
}

html .iwan_pc_sdk-game-banner .iwan_pc_sdk-btn {
  background-color: #ffffff;
  color: #000028;
}

html.__darkmode__ .iwan_pc_sdk-game-banner:hover .iwan_pc_sdk-desc .iwan_pc_sdk-title {
  color: #f25b20;
}

html.__darkmode__ .iwan_pc_sdk-game-banner .iwan_pc_sdk-info-wrapper {
  background-color: rgba(255, 255, 255, 0.08);
}

html.__darkmode__ .iwan_pc_sdk-game-banner .iwan_pc_sdk-desc .iwan_pc_sdk-sub-title {
  color: rgba(230, 233, 240, 0.45);
}

html.__darkmode__ .iwan_pc_sdk-game-banner .iwan_pc_sdk-btn {
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFF;
}

html.at-darkmode .iwan_pc_sdk-game-banner:hover .iwan_pc_sdk-desc .iwan_pc_sdk-title {
  color: #f25b20;
}

html.at-darkmode .iwan_pc_sdk-game-banner .iwan_pc_sdk-info-wrapper {
  background-color: rgba(255, 255, 255, 0.08);
}

html.at-darkmode .iwan_pc_sdk-game-banner .iwan_pc_sdk-desc .iwan_pc_sdk-sub-title {
  color: rgba(230, 233, 240, 0.45);
}

html.at-darkmode .iwan_pc_sdk-game-banner .iwan_pc_sdk-btn {
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFF;
}

.iwan_pc_sdk-game-item {
  display: flex;
  align-items: center;
  height: 44px;
  margin-top: 20px;
  cursor: pointer;
}

.iwan_pc_sdk-game-item:first-child {
  margin-top: 0px;
}

.iwan_pc_sdk-game-item .iwan_pc_sdk-num {
  width: 24px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: numFont, PingFangSC-Regular, Microsoft Yahei;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-right: 6px;
  margin-bottom: 1px;
}

.iwan_pc_sdk-game-item .iwan_pc_sdk-highlight {
  color: #ff6022 !important;
}

.iwan_pc_sdk-game-item .iwan_pc_sdk-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
}

.iwan_pc_sdk-game-item .iwan_pc_sdk-desc {
  width: 0px;
  flex: 1;
  padding: 0px 8px;
}

.iwan_pc_sdk-game-item .iwan_pc_sdk-desc .iwan_pc_sdk-title {
  height: 21px;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iwan_pc_sdk-game-item .iwan_pc_sdk-desc .iwan_pc_sdk-sub-title {
  margin-top: 2px;
  height: 18px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iwan_pc_sdk-game-item .iwan_pc_sdk-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 32px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

html .iwan_pc_sdk-game-item:hover .iwan_pc_sdk-desc .iwan_pc_sdk-title {
  color: #ff6022;
}

html .iwan_pc_sdk-game-item .iwan_pc_sdk-num {
  color: #848494;
}

html .iwan_pc_sdk-game-item .iwan_pc_sdk-highlight {
  color: #ff6022 !important;
}

html .iwan_pc_sdk-game-item .iwan_pc_sdk-desc .iwan_pc_sdk-sub-title {
  color: #848494;
}

html .iwan_pc_sdk-game-item .iwan_pc_sdk-btn {
  color: #000028;
  background-color: #f6f8fa;
}

html.__darkmode__ .iwan_pc_sdk-game-item:hover .iwan_pc_sdk-desc .iwan_pc_sdk-title {
  color: #f25b20;
}

html.__darkmode__ .iwan_pc_sdk-game-item .iwan_pc_sdk-num {
  color: rgba(230, 233, 240, 0.45);
}

html.__darkmode__ .iwan_pc_sdk-game-item .iwan_pc_sdk-highlight {
  color: #F25B20 !important;
}

html.__darkmode__ .iwan_pc_sdk-game-item .iwan_pc_sdk-desc .iwan_pc_sdk-sub-title {
  color: rgba(230, 233, 240, 0.45);
}

html.__darkmode__ .iwan_pc_sdk-game-item .iwan_pc_sdk-btn {
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFF;
}

html.at-darkmode .iwan_pc_sdk-game-item:hover .iwan_pc_sdk-desc .iwan_pc_sdk-title {
  color: #f25b20;
}

html.at-darkmode .iwan_pc_sdk-game-item .iwan_pc_sdk-num {
  color: rgba(230, 233, 240, 0.45);
}

html.at-darkmode .iwan_pc_sdk-game-item .iwan_pc_sdk-highlight {
  color: #F25B20 !important;
}

html.at-darkmode .iwan_pc_sdk-game-item .iwan_pc_sdk-desc .iwan_pc_sdk-sub-title {
  color: rgba(230, 233, 240, 0.45);
}

html.at-darkmode .iwan_pc_sdk-game-item .iwan_pc_sdk-btn {
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFF;
}</pre></body></html>