.detail .detail_banner {
    padding: 20px 155px 0 200px;
    zoom: 1;
    position: relative;
    z-index: 80;
}
.detail .detail_banner .app-icon {
    float: left;
    width: 160px;
    margin: 0 0 0 -180px;
    overflow: hidden;
}
.detail .detail_banner .app-icon img {
    width: 100%;
    height: 100%;
}
.detail .detail_banner:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.detail .app-age {
    border: 1px solid #EFF3F9;
    box-sizing: border-box;
}
.detail .app-age {
    position: relative;
    float: right;
    width: 50px;
    height: 65px;
    padding: 3px;
    cursor: pointer;
}
.detail .app-age,
.detail .app-age .app-age-b {
    border-radius: 5px;
}
.detail .app-age .app-age-b {
    position: absolute;
    top: 3px;
    background: #ffb540;
    color: white;
    height: calc(100% - 18px);
    width: calc(100% - 6px);
    border-radius: 5px;
}
.detail .app-age.age8 .app-age-b {
    background: #67c13a;
}
.detail .app-age.age12 .app-age-b {
    background: #1497db;
}
.detail .app-age .app-age-b {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.detail .app-age .app-age-b span {
    font-size: 22px;
    padding-top: 15px;
}
.detail .app-age .app-age-b span+span {
    font-size: 9px;
    font-weight: bold;
    padding-top: 0;
}
.detail .app-age .app-age-t {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    font-size: 10px;
    font-weight: 600;
    color: var(--color_text_headings);
    text-align: center;
}
.detail .app-name {
    overflow: hidden;
}
.detail .app-name h1 {
    float: left;
    line-height: 40px;
    font-size: 24px;
    color: var(--color_text_headings);
    max-width: 230px;
}
.detail .app-name .num_download {
    float: left;
    font-size: 14px;
    color: #888;
    font-weight: 300;
    margin-top: 16px;
    margin-left: 10px;
}
.detail .app-name .num_download em {
    color: #ffa92d;
    margin: 0 2px;
}
.detail .app-tag {
    height: 20px;
    margin: 8px 0 10px;
    overflow: hidden;
}
.detail .app-tag li {
    float: left;
    margin: 0 10px 10px 0;
}
.detail .app-tag li a {
    display: block;
    color: #888;
    line-height: 20px;
    font-size: 12px;
    text-decoration: none;
    background: #f1f1f1;
    border-radius: 2px;
    padding: 0 5px;
}
.detail .app-describe {
    width: auto;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #888;
    word-break: break-all;
    margin-bottom: 9px;
    overflow: hidden;
}
.detail .download-app {
    display: flex;
}
.detail .app-qrcode {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 115px;
}
.detail .app-qrcode .qrcode_img {
    display: block;
    margin: 0 auto 5px;
    height: 100%;
    width: 100%;
}
.detail .app-qrcode .app_qr_icon {
    display: block;
    position: absolute;
    top: 43px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border-radius: 5px;
}
.detail .app-qrcode p {
    font-size: 12px;
    text-align: center;
}
.detail .app-qun {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}
.detail .app-qun .icon-qq {
    width: 16px;
    height: 16px;
    color: #12b7f5;
}
.detail .app-qun .app-qun-item {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
    display: flex;
    align-items: center;
}
.detail .app-qun .app-qun-item i {
    font-style: normal;
    margin: 0 5px;
}
.detail .app-qun .icon-fuzhi {
    width: 14px;
    height: 14px;
    color: #999;
    cursor: pointer;
    transition: color 0.2s ease;
}
.detail .app-qun .icon-fuzhi:hover {
    color: #12b7f5;
}
.detail .download-app a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
.detail .download-app a {
    color: white;
    background: #54b42c;
    border: 1px solid #54b42c;
}
.detail .download-app a.ios {
    background: #000000;
    border-color: #393939;
}
.detail .download-app a.pc {
    background: #ffb540;
    border-color: #ffb94b;
}
.detail .download-app a:hover {
    background: #50c61f;
}
.detail .download-app a.ios:hover {
    background: #333333;
}
.detail .download-app a.pc:hover {
    background: #ffc363;
}
.detail .download-app a {
    min-width: 90px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}
.detail .download-app a svg {
    width: 20px;
    height: 20px;
}


.module_tab {
    display: flex;
    align-items: center;
    justify-content: center;
}
.module_tab {
    border-bottom: 1px solid #E7E7E7;
    height: 25px;
    overflow: hidden;
    padding: 0 20px 12px 20px;
    margin-bottom: 20px;
}
.module_tab li {
    position: relative;
    width: calc(100% / 3);
    margin-right: 25px;
    display: inline;
    cursor: pointer;
    line-height: 46px;
    text-align: center;
}
.module_tab li.cur:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 20px;
    height: 2px;
    background: #82ba07;
    margin-left: -10px;
}
.module_tab li.cur {
    color: #82ba07;
}
.module_tab li,
.module_tab li a {
    font-size: 16px;
    color: var(--color_text_headings);
    font-weight: 600;
}
.module_tab li.cur,
.module_tab li.cur a {
    color: #82ba07;
}

.center .module_tab li.cur a {
    border: none;
}

/* 移动适配 */
@media (max-width: 768px) {
    .detail .detail_banner {
        padding: 15px;
    }
    
    .detail .detail_banner .app-icon {
        width: 100px;
        margin: 0 15px 0 0;
    }
    
    .detail .app-name {
        margin-bottom: 15px;
    }
    
    .detail .app-name h1 {
        float: none;
        font-size: 20px;
        line-height: 30px;
    }
    
    .detail .app-name .num_download {
        float: none;
        margin: 5px 0 0 0;
    }
    
    .detail .app-tag {
        height: auto;
        margin: 10px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    
    .detail .app-tag li {
        float: none;
        margin: 0 5px 0 0;
    }
    
    .detail .app-describe {
        height: auto;
        line-height: 20px;
        margin-bottom: 15px;
    }
    
    .detail .download-app {
        flex-wrap: wrap;
        justify-content: left;
    }
    
    .detail .download-app a {
        margin: 5px;
        min-width: 80px;
    }
    
    .detail .app-qrcode {
        display: none;
    }
}

/* 平板适配 */
@media (min-width: 769px) and (max-width: 1024px) {
    .detail .detail_banner {
        padding: 20px 20px 0 160px;
    }
    
    .detail .detail_banner .app-icon {
        width: 120px;
        margin-left: -140px;
    }
    
    .detail .app-qrcode {
        display: none;
    }
    
    .detail_content {
        flex-direction: column;
    }
    
    .detail_content .left_content {
        padding-left: 15px !important;
        width: calc(100% - 30px);
    }
    
    .detail_content .right_content {
        width: 100% !important;
        margin-top: 15px;
    }
    
    .app_ibox .a_prop_list li {
        width: 100%;
    }
    
    .app_ibox .a_prop_list li.a_game_dev,
    .app_ibox .a_prop_list .a_game_dev,
    .app_ibox .a_prop_list .recordNum {
        width: 100%;
    }
    
    .detail_content .app-tell {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .detail_content .app-tell p {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .detail_content .app-tell > .app-tell-item {
        text-align: left;
    }
}

/* 移动适配 */
@media (max-width: 768px) {
    .detail_content {
        flex-direction: column;
    }
    
    .detail_content .left_content {
        padding-left: 15px !important;
        width: calc(100% - 30px);
    }
    
    .detail_content .right_content {
        width: 100% !important;
        margin-top: 15px;
    }
    
    .module_tab {
        padding: 15px 15px 12px 15px;
    }
    
    .app_ibox {
        padding-top: 16px;
    }
    
    .app_ibox .a_title {
        font-size: 16px;
    }
    
    .app_ibox .a_bd {
        font-size: 14px;
        line-height: 1.8;
    }
    
    .app_ibox .a_prop_list {
        font-size: 13px;
    }
    
    .app_ibox .a_prop_list li {
        width: 100%;
        float: none;
        white-space: normal;
        height: auto;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    
    .app_ibox .a_prop_list li.a_game_dev,
    .app_ibox .a_prop_list .a_game_dev,
    .app_ibox .a_prop_list .recordNum {
        width: 100%;
        white-space: normal;
    }
    
    .detail_content .app-tell {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 10px 0;
    }
    
    .detail_content .app-tell p {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .detail_content .app-tell > .app-tell-item {
        text-align: left;
        font-size: 11px;
    }
}


/* 应用预览轮播图样式 */
.preview-carousel {
    position: relative;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
    padding-left: 20px;
}

.carousel-slide {
    flex: 0 0 auto;
    width: 460px;
    height: 264px;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 视频轮播项样式 */
.carousel-slide.video {
    position: relative;
}

.carousel-slide.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Plyr播放器适配 */
.carousel-slide.video .plyr {
    height: 100%;
    border-radius: 8px;
}

.carousel-slide.video .plyr__video-wrapper {
    border-radius: 8px;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 轮播按钮 */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 60px;
    border: none;
    border-radius: 4px;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.carousel-btn:hover {
    background: rgba(0,0,0,.3);
}

.carousel-btn svg {
    width: 32px;
    height: 32px;
    color: white;
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

/* 按钮显示状态 - 关键样式 */
.carousel-btn.visible {
    opacity: 1;
    visibility: visible;
}

/* 预览区域悬停时显示按钮 */
.preview-carousel:hover .carousel-btn.visible {
    opacity: 1;
    visibility: visible;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .carousel-slide {
        width: 249px;
        height: 142px;
    }
    
    .carousel-track {
        gap: 13px;
        padding: 0 13px;
    }
    
    .carousel-btn {
        width: 20px;
        height: 34px;
        border-radius: 3px;
    }
    
    .carousel-btn svg {
        width: 17px;
        height: 17px;
    }
    
    .carousel-prev {
        left: 13px;
    }
    
    .carousel-next {
        right: 13px;
    }

    .preview-carousel {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .carousel-slide {
        width: 207px;
        height: 118px;
    }

    .preview-carousel {
        padding: 0;
    }
}

.detail_content {
    display: flex;
}

.detail_content .left_content {
    padding-left: 20px;
    flex: 1;
}

.detail_content .right_content {
    width: 28%;
}

.detail_content .title {
    padding: 0px 16px 12px 16px !important;
}

.app_ibox+.app_ibox {
    margin-top: 20px;
}

.app_ibox .a_title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: var(--color_text_headings);
    margin-bottom: 5px;
    line-height: 20px;
}

.app_ibox .a_bd {
    line-height: 2;
    color: #666;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
}
.app_ibox .a_fd {
    overflow: hidden;
    zoom: 1;
}
.app_ibox .a_fd span.down {
    position: relative;
}

.app_ibox .a_fd span.down::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    width: 10px;
    height: 10px;
    background: url(../images/icon_down.png) center no-repeat;
    background-size: contain;
}
.app_ibox .a_fd span.down.fold::after {
    transform: translateY(-50%) rotate(180deg);
}
.app_ibox .a_fd span {
    float: right;
    color: #999;
    cursor: pointer;
    padding-right: 10px;
}
.app_ibox .a_bd img {
    max-width: 100%;
    height: auto;
}
.app_ibox .a_prop_list {
    font-size: 14px;
    overflow: hidden;
    zoom: 1;
}
.app_ibox .a_prop_list li {
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 600px;
    color: #666;
    line-height: 20px;
    margin-bottom: 5px;
    height: 20px;
    overflow: hidden;
}
.app_ibox .a_prop_list li.a_game_dev {
    overflow: hidden;
    width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app_ibox .a_prop_list .a_game_dev {
    overflow: hidden;
    width: 600px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app_ibox .a_prop_list .recordNum {
    width: 600px;
}
.app_ibox .a_prop_list a {
    color: #27C089;
}
.detail_content .app-tell {
    padding-top: 10px;
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: space-between;
}

.detail_content .app-tell p {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail_content .app-tell p .app-tell-item {
    display: inline-block;
    color: #29b349;
}

.detail_content .app-tell p .app-tell-item svg {
    margin-right: 2px;
}

.detail_content .app-tell > .app-tell-item {
    text-align: right;
    flex-shrink: 0;
}

.mt {
    margin-top: 20px;
}

.app_ibox .lb-list {
    margin-top: 13px;
}

.app_ibox .lb-list li {
    display: inline-block;
    width: calc((100% - 38px) / 3);
}

.app_ibox .lb-list li+li {
    margin-left: 15px;
}

.app_ibox .lb-list li a {
    display: block;
    white-space: nowrap;
    position: relative;
}

.app_ibox .lb-list li a {
    border-radius: 4px;
    padding: 3px;
    background: rgb(255 251 237);
}

.app_ibox .lb-list li a .lb-desc {
    line-height: 40px;
    padding: 0 80px 0 15px;
    color: var(--color_text_headings);
}

.app_ibox .lb-list li .lb-btn_sm {
    cursor: pointer;
    font-weight: 700;
    text-align: center;
}

.app_ibox .lb-list li .lb-btn_sm {
    background-image: url(../images/btn_sm.png);
    height: 30px;
    line-height: 30px;
    width: 60px;
}

.app_ibox .lb-list li .lb-btn_sm {
    position: absolute;
}

.app_ibox .lb-list li .lb-btn_sm {
    color: #774123;
    font-size: 12px;
    margin-top: -15px;
    right: 14px;
    top: 50%;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .app_ibox .lb-list li {
        width: calc((100% - 20px) / 2);
    }
    .app_ibox .lb-list li:last-child {
        margin-top: 15px;
        margin-left: 0;
    }
}

/* 适龄提示弹窗样式 */
.age-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.age-modal.active {
    opacity: 1;
    visibility: visible;
}

.age-modal-content {
    background: white;
    border-radius: 4px;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.age-modal.active .age-modal-content {
    transform: scale(1);
}

.age-modal-header {
    padding: 10px 6px 10px 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.age-modal-header h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.age-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.age-modal-close:hover {
    color: #333;
}

.age-modal-body {
    padding: 10px;
}

.age-modal-body img {
    width: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lb-text {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.lb-text-over {
    max-height: 85px;
}