.detail-card {
    background: linear-gradient(180deg,#e0fcff,#fff);
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
    margin-bottom: 0;
    padding: 20px 15px;
    border: 1px solid var(--primary);
    border-radius: 10px;
    margin: 0 15px 15px;
}

.dc-top {
    display: flex;
    margin-bottom: 20px;
    position: relative
}

.dc-icon {
    background: #eee;
    border-radius: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    flex-shrink: 0;
    height: 98px;
    margin-right: 15px;
    overflow: hidden;
    width: 98px
}

.dc-icon img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.dc-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.dc-title {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.dc-mini-tags {
    display: flex;
    gap: 6px;
    margin-bottom: 8px
}

.mini-tag {
    border: 1px solid;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px 6px;
    line-height: normal;
    margin: 4px 0 0;
}

.mt-orange {
    background: #fff3e0;
    border-color: #ffe0b2;
    color: #ff9800
}

.mt-blue {
    background: #e0f7fa;
    border-color: #b2ebf2;
    color: #00bcd4
}

.mt-red {
    background: #EBFFF3;
    border-color: #68BA8A;
    color: #68BA8A;
}

.dc-meta {
    color: #999;
    font-size: 12px;
    line-height: 1.7
}

.meta-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.meta-divider {
    color: #ddd;
    margin: 0 6px
}

.report-btn {
    align-items: center;
    background: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 6px;
    color: #ef5350;
    display: flex;
    font-size: 11px;
    padding: 4px 8px;
    position: absolute;
    right: 0;
    top: 0
}

.dl-btn,.download-bar {
    width: 100%
}

.dl-btn {
    align-items: center;
    background: linear-gradient(90deg,#00e0ff,#00bcd4);
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,188,212,.3);
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    justify-content: center
}

.dl-btn svg {
    fill: #fff;
    height: 20px;
    margin-left: 8px;
    width: 20px
}

.tags-card {
    align-items: flex-start;
    border-radius: 0;
    display: flex;
    padding: 0;
    border-top: 0;
    margin: 15px 0 0;
}

.tags-label {
    color: #333;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 6px
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.tag-pill {
    border-radius: 6px;
    color: #555;
    font-size: 12px;
    padding: 6px 12px
}

.tag-pill:first-child {
    background-color: #fff3e0;
    color: #ef6c00
}

.tag-pill:nth-child(2) {
    background-color: #e3f2fd;
    color: #1e88e5
}

.tag-pill:nth-child(3) {
    background-color: #fce4ec;
    color: #d81b60
}

.tag-pill:nth-child(4) {
    background-color: #e0f7fa;
    color: #00acc1
}

.detail-tabs-wrapper {
    margin-bottom: 15px;
    padding: 0 15px
}

.detail-tabs {
    background: #fff;
    border: 1px solid #00e0ff;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 4px
}

.dt-item {
    border-radius: 20px;
    color: #666;
    cursor: pointer;
    flex: 1;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    transition: all .2s
}

.dt-item.active {
    background: rgba(0,224,255,.1);
    color: #333;
    font-weight: 700
}

.content-section {
    display: none;
    padding: 0 15px 20px
}

.content-section.active {
    display: block
}

.c-box {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 15px
}

.screenshot-swiper {
    padding-bottom: 10px;
    width: 100%
}

.screenshot-slide {
    width: auto
}

.screenshot-img {
    border-radius: 8px;
    height: 260px;
    object-fit: cover;
    width: auto
}

.c-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify
}

.c-text p {
    margin-bottom: 10px
}

.info-table {
    border-collapse: collapse;
    color: #333;
    font-size: 13px;
    width: 100%
}
.info-table tr{
  
border-color: #000;
}
.info-table td {
    border-bottom: 1px dashed #b2edff;
    padding: 8px 0;
    vertical-align: top
}

.info-table tr:last-child td {
    border-bottom: none
}

.it-label {
    color: #999;
    white-space: nowrap;
    width: 70px
}

.it-val {
    word-break: break-all
}

.perm-row {
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 5px 11px;
}

.perm-row span {
    color: #666;
    font-size: 13px;
    font-weight: 500
}

.perm-btn {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 15px;
    color: var(--primary);
    cursor: pointer;
    font-size: 12px;
    padding: 2px 12px;
}

.list-view-container {
    margin-bottom: 5px
}

.v-item {
    align-items: center;
    border-bottom: 1px solid #f9f9f9;
    display: flex;
    padding: 12px 0
}

.v-item:last-child {
    border-bottom: none
}

.v-icon {
    background: #eee;
    border-radius: 10px;
    height: 66px;
    margin-right: 12px;
    overflow: hidden;
    width: 66px
}

.v-icon img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.v-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.v-name {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px
}

.v-meta,.v-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.v-meta {
    color: #999;
    font-size: 12px
}

.btn-theme-view {
    background-color: var(--primary-light);
    border: none;
    border-radius: 15px;
    color: var(--primary);
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 15px
}

.topic-tags-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 12px
}

.tt-item {
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 4px 12px;
    transition: all .2s
}

.tt-item.active {
    background: var(--primary-light)
}

.tt-item.active,.tt-item:not(.active) {
    border: 1px solid var(--primary);
    color: var(--primary)
}

.tt-item:not(.active) {
    background: #fff
}

.topic-content-pane {
    display: none
}

.topic-content-pane.active {
    animation: fadeEffect .3s;
    display: block
}

@keyframes fadeEffect {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.topic-banner {
    background: #333;
    border-radius: 8px;
    height: 0;
    margin-bottom: 12px;
    overflow: hidden;
    padding-bottom: 45%;
    position: relative;
    width: 100%;
    display: block;
}

.topic-banner img {
    object-fit: cover;
    opacity: .85
}

.tb-content,.topic-banner img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tb-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.8);
    z-index: 2
}

.tb-title {
    color: #333;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 7px;
    /* -webkit-text-stroke:0.5px #333; */
    display: block;
}

.tb-sub {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.tb-count {
    background: rgba(0,0,0,.6);
    border-radius: 4px;
    bottom: 8px;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    position: absolute;
    right: 8px
}

.topic-desc {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.apps-grid {
    display: grid;
    gap: 15px 8px;
    grid-template-columns: repeat(4,1fr)
}

.ag-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 0;
    text-align: center
}

.ag-icon {
    background: #eee;
    border-radius: 12px;
    height: 66px;
    margin-bottom: 6px;
    overflow: hidden;
    width: 66px
}

.ag-icon img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.ag-name {
    color: #333;
    font-size: 14px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.ag-btn {
    background: var(--primary-light);
    border-radius: 10px;
    color: var(--primary);
    display: inline-block;
    font-size: 12px;
    padding: 4px 18px
}

#g-down-gameprevimg {
    background: #fff;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 12;
    zoom:1}

#g-down-gameprevimg .g-previmg-ul {
    display: block;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%
}

#g-down-gameprevimg .g-previmg-ul li {
    display: inline-block;
    height: auto;
    margin: 0 10px 0 0;
    overflow: hidden;
    white-space: nowrap;
    width: auto
}

#g-down-gameprevimg .g-previmg-ul li img {
    display: block;
    max-height: 360px;
    max-width: 300px
}

#g-down-gameprevimg .g-previmg-ul li img,.u-videotop {
    border-radius: 4px;
    height: auto;
    overflow: hidden;
    width: auto
}

.u-videotop {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    white-space: nowrap
}

.u-videotop video {
    border-radius: 4px;
    display: block;
    height: auto;
    max-height: 360px;
    max-width: 300px;
    overflow: hidden;
    width: auto
}

.u-video-play {
    background: url(../images/play-img.png) no-repeat 50%;
    background-size: 60px;
    border: 0;
    display: block;
    z-index: 10
}

.u-video-again,.u-video-play {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.u-video-again {
    align-items: center;
    background: rgba(0,0,0,.5);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 9999
}

.u-video-again i {
    background: url(../images/video-again-icon.png) no-repeat;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    overflow: hidden;
    padding-right: 6px;
    width: 24px
}

.boxCont {
    line-height: 24px;
    word-wrap: break-word;
    color: #666;
    font-size: 15px
}

.boxCont p {
    margin-top: 12px
}

.boxCont img {
    height: auto;
    margin: 10px auto 0;
    max-height: 380px;
    max-width: 100%;
    width: auto
}

.boxCont h3,.boxCont img {
    border-radius: 6px;
    display: block
}

.boxCont h3 {
    align-items: center;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px;
    margin-top: 16px;
    padding: 8px 10px
}

.info-box {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 10px;
    margin: 0 15px 15px;
    overflow: hidden
}

.important-tip-box {
    align-items: flex-start;
    background: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 10px;
    box-sizing: border-box;
    margin: 15px 0;
    min-height: 59px;
    position: relative
}

.important-tip-box,.important-tip-left {
    align-items: center;
    display: flex;
    width: auto
}

.important-tip-left {
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    left: 11px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -14px
}

.important-tip-icon {
    display: block;
    height: 46px;
    margin-bottom: 2px;
    margin-left: 0;
    overflow: hidden
}

.important-tip-title {
    border-radius: 5px 0 0 5px;
    border-right: 0;
    box-shadow: 0 2px 8px rgba(71,255,163,.08);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    z-index: 5
}

.important-tip-right {
    align-items: center;
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 0 8px 8px;
    bottom: 6px;
    box-shadow: 0 2px 8px rgba(71,255,163,.04);
    display: flex;
    flex: 1;
    left: 69px;
    margin: 0;
    min-height: 45px;
    padding: 7px 12px;
    position: relative;
    position: absolute;
    width: 305px
}

.important-tip-text {
    color: #666;
    display: flex;
    font-size: 13px;
    line-height: 20px;
    max-height: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    word-break: break-all
}

.important-tip-green {
    color: #1cd777;
    font-weight: 700
}

.g-previmg-show {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  display: block;
  overflow: hidden;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 9999;
}

.g-previmg-show .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: content-box;
  position: relative;
  zoom: 1;
  z-index: 10
}

.g-previmg-show .swiper-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  padding: 30px 30px 52px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.g-previmg-show .swiper-wrapper .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  overflow: hidden
}

.g-previmg-show .m-btn-box {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100
}

.g-previmg-show .m-btn-box .f-previmgswiper-pagination {
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
}

.g-previmg-show .m-btn-box .f-previmgswiper-pagination span {
  margin: 0 5px;
}

.g-previmg-show .m-btn-box .f-previmgswiper-pagination .swiper-pagination-bullet-active {
  background: #fff
}

.g-previmg-show .m-btn-box .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: none;
  display: block;
  overflow: hidden;
  outline: none
}

.g-previmg-show .m-btn-box .swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(45deg);
  display: block;
  overflow: hidden;
  margin: 13px 0 0 19px;
  border-radius: 4px;
}

.g-previmg-show .m-btn-box .swiper-button-next {
  width: 50px;
  height: 50px;
  background: none;
  display: block;
  overflow: hidden;
  outline: none
}

.g-previmg-show .m-btn-box .swiper-button-next:after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  transform: rotate(45deg);
  display: block;
  overflow: hidden;
  margin: 13px 0 0 10px;
  border-radius: 4px;
}

.g-previmg-show .m-btn-box .swiper-button-disabled:after {
  opacity: .2
}

.g-previmg-show .u-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.g-previmg-show .u-close:before {
  content: "";
  width: 3px;
  height: 30px;
  background: #fff;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: rotate(45deg)
}

.g-previmg-show .u-close:after {
  content: "";
  width: 3px;
  height: 30px;
  background: #fff;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: rotate(-45deg)
}
.infomsg{
  background: var(--primary-light);
}
.keyText {
  border-radius: 10px;
  border: 1px solid var(--primary);
  clear: both;
  color: #666;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  margin: 10px 0;
  padding: 10px 15px;
  background: var(--primary-light);
}
.keyText::before{
  content:"ÌØ±ðËµÃ÷";
  font-size: 22px;
  color: var(--primary);
  line-height: normal;
}

.keyText b {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
}

.keyText p {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-top: 8px;
}