.section {
    width: 100%;
}

.section-mobile {
    display: none;
}

.section-banner {
    /*margin-top: 99px;*/
    background: url(../../img/banner/store_banner.png) no-repeat 50%;
    background-size: cover;
    height: 600px;
    padding-top: 172px;
    width: 100%;
}

.store-banner {
    padding: 0 40px;
    margin: 0 auto;
    width: 1280px;

}


.store-banner-title {
    color: #141e31;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 16px;
}

.store-banner-description {
    color: #141e31;
    font-size: 18px;
    line-height: 24px;
    max-width: 520px;
}

.banner-btn {
    display: block;
    width: 180px;
    height: 50px;
    border-radius: 10px;
    opacity: 1;
    background: #1989fa;
    box-sizing: border-box;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    margin-top: 48px;
    position: relative;
}

.banner-btn .banner-left {
    position: relative;
    transition: left 0.3s ease;
    left: 0;
}

.banner-btn:hover .banner-left {
    left: 20px;
}

.banner-btn-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

.install-btn-hover, .install-expend-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.banner-btn:hover .banner-btn-hover, .install-btn:hover .install-btn-hover, .install-expend:hover .install-expend-hover {
    opacity: 0.8;
}

.store-recommend {
    margin-top: 56px;
}

.store-recommend-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.store-recommend-list {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    margin-top: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.store-recommend-item {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(20, 30, 49, .08);
    box-shadow: 0 1px 4px 0 rgba(20, 30, 49, .08);
    height: 80px;
    margin-bottom: 20px;
    padding: 16px;
    width: 186px;
    display: flex;
    align-items: center;
}

.store-recommend-item .img-icon {
    display: inline-flex;
    /*width: 48px;*/
    /*height: 48px;*/
    /*background: #0d84ff;*/
    background: transparent;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    background-size: 144px;
    background-position-y: 0;
}

.store-recommend-item .img-icon img {
    width: 48px;
    height: 48px;
}


.store-recommend-item:hover .img-icon img {
    transform: scale(1.1);
}


.store-recommend-item .item-text-block {
    margin-left: 12px;
}

.store-recommend-item .item-text-block .item-title {
    /*color: #141e31;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 寰蒋闆呴粦, Arial, sans-serif;
}

.store-recommend-item .item-text-block .item-desc {
    margin: 0;
    color: #525967;
    font-size: 14px;
    line-height: 22px;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 寰蒋闆呴粦, Arial, sans-serif;
}

.section-navigation .contain-wrapper {
    background: #f4f6f9;
    height: 64px;
    margin-top: -10px;
    padding-top: 8px;
    width: 100%;
}

.section-navigation .contain {
    height: 100%;
    margin: 0 auto;
    width: 1200px;
}

#section-navigation.sticky {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 500;
}

.section-navigation .navigation-container, .section-navigation .navigation-container .nav-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.section-navigation .navigation-container .nav-list {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    height: 100%;
}

.section-navigation .navigation-container .nav-list .nav-item {
    color: #141e31;
    cursor: pointer;
    font-size: 16px;
    height: 100%;
    line-height: 56px;
    margin-right: 24px;
    position: relative;
    text-align: center;
}

.section-navigation .navigation-container .nav-list .nav-item.selected,
.section-navigation .navigation-container .nav-list .nav-item:hover {
    color: #0d84ff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.section-navigation .navigation-container .nav-list .nav-item.selected::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #0d84ff;
}

/* ============== 移动端样式（屏幕宽度 ≤ 768px，手机等小屏设备） ============== */
@media (max-width: 768px) {
    /* 1. 标题 - store-banner-title（移动端专属样式） */
    .store-banner-title {
        color: #141e31;
        font-size: 40px;
        font-weight: 600;
        line-height: 56px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    /* 2. 描述 - store-banner-description（移动端专属样式） */
    /*.store-banner-description {*/
    /*    font-size: 14px; !* 移动端字体缩小 *!*/
    /*    margin-bottom: 16px;*/
    /*    text-align: center; !* 移动端居中对齐 *!*/
    /*    padding: 0 16px; !* 左右留边，防止贴屏 *!*/
    /*    max-width: 100%; !* 移动端取消最大宽度限制 *!*/
    /*    color: #777777;*/
    /*}*/

    /* 3. 推荐区域 - store-recommend（移动端专属样式） */
    .store-recommend {
        margin-top: 10px;
    }
}

.section .nav-search {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    /*background: #fff;*/
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 32px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*width: 200px;*/
}

.section .nav-search .nav-search-input {
    color: #141e31;
    font-size: 14px;
    width: 170px;
    padding-right: 28px;
    border: 1px solid #C9CED9;
    border-radius: 4px;
    padding-left: 10px;
    height: 32px;
    outline: none;
}


.section .nav-search .nav-search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #C9CED9;
    font-size: 16px;
    z-index: 2;
    cursor: pointer;
}


.navigation-industry {
    margin: 0 auto;
    width: 1200px;
}


.section-navigation .navigation-industry {
    background: #fff;
    padding-bottom: 25px;
    padding-top: 24px;
}

.section-navigation .navigation-industry .dropdown-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #5e6d82;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 999;
}


.section-navigation .navigation-industry .dropdown-list .dropdown-item {
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 4px;
    padding: 6px 16px;
    color: #333;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 寰蒋闆呴粦, Arial, sans-serif;
}

.section-navigation .navigation-industry .dropdown-list .dropdown-item:hover {
    background: #f1f4fc;
}

.section-navigation .navigation-industry .dropdown-list .dropdown-item.selected {
    background: #f1f4fc;
    color: #0d84ff;
}

.section-content .main-contain {
    height: 100%;
    margin: 0 auto;
    width: 1220px;
}

.section-content .app-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 10px;
}

.section-content .app-header .app-title {
    color: #141e31;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.section-content .app-header a, a:focus, a:hover {
    outline: none;
}

.section-content .app-header a {
    color: #0d84ff;
}

.section-content .app-header a:hover {
    color: #3296fa;
}

.section-content .app-header .more-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: #0d84ff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    -webkit-justify-content: center;
    justify-content: center;
}

.section-content .app-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 40px;
}


.section-content .center-template-item {
    cursor: pointer;
    height: auto;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 25%;
}


.center-template-item .template-info .item-img img {
    height: 180px;
    width: 100%;
    /*object-fit: cover;*/
}


.section-content .center-template-item .template-info {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 20px -5px rgba(34, 31, 100, .06);
    box-shadow: 0 5px 20px -5px rgba(34, 31, 100, .06);
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
}

.section-content .center-template-item .template-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.section-content .center-template-item .template-des {
    padding: 16px 20px 20px
}

.section-content .center-template-item .template-des .name {
    color: #141e31;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-content .center-template-item .template-des .description {
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #5e6d82;
    display: -webkit-box;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.section-content .center-template-item .template-des .bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.section-content .center-template-item .tags {
    height: 22px;
    overflow: hidden;
}

.section-content .center-template-item .tags .tag {
    background: #f0f1f4;
    border-radius: 3px;
    color: #5e6d82;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-right: 4px;
    max-width: 80px;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-content .center-template-item .template-des .bottom .install-count {
    color: #525967;
    font-size: 14px;
    line-height: 20px;
}

.section-content .center-template-item .template-des .bottom .install-count i {
    font-size: 14px;
    margin-right: 5px;
}

.icon-install img {
    width: 12px;
    height: 12px;
}

body, html {
    background: transparent;
    border: 0;
    color: #333;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 寰蒋闆呴粦, Arial, sans-serif;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.section-blank {
    background: #f4f6f9;
    height: 99px;
    width: 100%;
}

.section-detail {
    background: #f4f6f9;
    height: 80px;
    width: 100%;
}

.section-detail .detail-nav-contain, .section-detail .detail-nav-contain .return-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.section-detail .detail-nav-contain .return-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.section-detail .detail-nav-contain {
    color: #5e6d82;
    font-size: 14px;
    line-height: 20px;
    justify-content: space-between;
}

.section-detail .contain {
    height: 100%;
    margin: 0 auto;
    width: 1200px;
}

.section-detail-body .contain {
    height: 100%;
    margin: 0 auto;
    width: 1200px;
}

.section-detail .detail-nav-contain .return-btn {
    border-right: 1px solid #d9d9d9;
    cursor: pointer;
    width: 66px;
}

.section-detail .detail-nav-contain .return-btn i {
    font-size: 20px;
    margin-right: 5px;
}

.section-detail .detail-nav-contain .detail-nav-list, .section-detail .detail-nav-contain .detail-nav-list .nav-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.section-detail .detail-nav-contain .detail-nav-list .nav-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 4px;
    cursor: pointer;
    height: 28px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 4px;
    width: 88px;
}

.section-detail .detail-nav-contain .detail-nav-list .nav-item:hover {
    color: #0d84ff;
}

.section-detail .detail-nav-contain .search-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 32px;
    line-height: 32px;
    padding-left: 14px;
    width: 160px;
}

.section-detail .detail-nav-contain .search-block .input-prefix {
    margin-right: 6px;
}

.section-detail .detail-nav-contain .search-block .input-prefix i {
    color: #91a1b7;
    font-size: 15px;
}

.section-detail .detail-nav-contain .search-block .search-input {
    color: #141e31;
    font-size: 14px;
}

.section-detail input {
    /*background: transparent;*/
    /*background: none;*/
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
}

.section-detail-body .detail-panel .panel-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0;
    top: 100px;
    width: 1200px;
    z-index: 5;
}

.section-detail-body .detail-panel .panel-header .left-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-detail-body .detail-panel .panel-header .left-info .info-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.section-detail-body .detail-panel .panel-header .left-info .info-block img {
    border-radius: 16px;
    height: 80px;
    margin-right: 20px;
    width: 80px;
}

.section-detail-body .detail-panel .panel-header .left-info .solution-info {
    max-width: 800px;
}

.section-detail-body .detail-panel .panel-header .left-info .solution-info .name {
    color: #283a4c;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-detail-body .detail-panel .panel-header .left-info .solution-info .info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #525967;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
}

.section-detail-body .detail-panel .panel-header .left-info .solution-info .line {
    background: #ebecee;
    display: inline-block;
    height: 20px;
    margin: 0 12px;
    width: 1px;
}

.section-detail-body .detail-panel .panel-header .left-info .solution-info .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.section-detail-body .detail-panel .panel-header .left-info .tags-mobile {
    display: none;
}

.section-detail-body .detail-panel .panel-header .left-info .tags .tag, .fx-solution-detail .detail-body .detail-panel .panel-header .left-info .tags-mobile .tag {
    background: #f0f1f4;
    border-radius: 3px;
    color: #5e6d82;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    margin-right: 4px;
    padding: 1px 8px;
}

.section-detail-body .detail-panel .panel-header .left-info .solution-info .info-list .info-item {
    margin-right: 8px;
}

.section-detail-body .detail-panel .panel-header .left-info .solution-info .info-list .info-item i {
    font-size: 15px;
    margin-right: 4px;
}

.section-detail-body .detail-panel .panel-header .right-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 22px;
}

.section-detail-body .detail-panel .panel-header .right-info .share-btn {
    color: #0d84ff;
    cursor: pointer;
    margin-right: 32px;
}

.section-detail-body .detail-panel .panel-header .right-info .share-btn i {
    font-size: 15px;
    margin-right: 4px;
}

.section-detail-body .detail-panel .install-temp {
    line-height: 32px;
    position: relative;
    text-align: center;
}

.section-detail-body .detail-panel .install-temp .install-withdata {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
}

.section-detail-body .detail-panel .install-temp .install-withdata .install-btn {
    background: #0d84ff;;
    border: 1px solid #0d84ff;
    border-radius: 4px 0 0 4px;
    color: #fff;
    display: inline-block;
    height: 34px;
    width: 137px;
    position: relative;
    cursor: pointer;
}

.section-detail-body .detail-panel .install-temp .install-withdata .install-expend {
    background: #0d84ff;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    margin-left: 0.5px;
    width: 32px;
    position: relative;
}

.section-detail-body .detail-panel .install-temp .install-nodata {
    border: 1px solid #0d84ff;
    border-radius: 4px;
    height: 34px;
    left: 0;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    top: 36px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    visibility: hidden;
    width: 170px;
}


.section-detail-body .detail-panel .panel-template.show-cover {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}


.section-detail-body .detail-panel .panel-template {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    height: 480px;
    margin: 16px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header .header-item {
    left: 20px;
    position: absolute;
}

.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header .info-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-left: 1px solid #ebecee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    left: 75px;
    margin-left: 12px;
    padding-left: 12px;
    position: absolute;
    width: 200px;
}

.section-detail .detail-panel .panel-template.show-cover .show-cover-header .info-block img {
    height: 24px;
    width: 24px;
}

.section-detail .detail-panel .panel-template.show-cover .show-cover-header .info-block .solution-info {
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-detail .detail-body .detail-panel .panel-template.show-cover .show-cover-header .cover-btn.back-show {
    background: #fff;
    border: 1px solid #ddd;
    color: #141e31;
    cursor: pointer;
    margin-right: 20px;
}

.section-detail .detail-panel .panel-template.show-cover .show-cover-header .cover-btn i {
    font-size: 13px;
    margin-right: 4px;
}


.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    left: 0;
    padding: 0 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.section-detail-body .detail-panel .panel-template .show-cover-header {
    display: none;
    height: 60px;
    width: 100%;
}

.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header .header-item {
    left: 20px;
    position: absolute;
}

.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header .header-item .logo {
    width: 106px;
}


.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header .info-block img {
    height: 24px;
    width: 24px;
}

.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header .info-block .solution-info {
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header .cover-btn.back-show {
    background: #fff;
    border: 1px solid #ddd;
    color: #141e31;
    cursor: pointer;
    margin-right: 20px;
}

.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header .cover-btn {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
}

.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header .cover-btn i {
    font-size: 13px;
    margin-right: 4px;
}

.section-detail-body .detail-panel .panel-template.show-cover .show-cover-header .install-expend img {
    height: 12px;
    width: 12px;
}


.section-detail-body .detail-panel .panel-template.show-cover iframe {
    border: none;
    background: #fff;
    bottom: 0;
    height: calc(100% - 64px);
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 60px;
}

.section-detail-body .detail-panel .panel-template iframe {
    border: none;
    height: 480px;
    width: 100%;
}

.section-detail-body .detail-panel .panel-template .full-screen-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0, 0, 0, .85);
    border-radius: 16px;
    bottom: 40px;
    -webkit-box-shadow: 0 6px 18px 2px rgba(0, 0, 0, .06), 0 3px 8px rgba(0, 0, 0, .06);
    box-shadow: 0 6px 18px 2px rgba(0, 0, 0, .06), 0 3px 8px rgba(0, 0, 0, .06);
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    height: 32px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 32px;
    position: absolute;
    right: 80px;
    width: 100px;
}

.section-detail-description {
    color: #141e31;
    font-size: 14px;
    line-height: 22px;
    padding: 40px 0 30px;
}

.section-detail-description.contain {
    margin: 0 auto;
    width: 1200px;
}

.section-detail-description .solution-title {
    color: #141e31;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}

.section a {
    /*text-decoration: none;*/
    /*transition: all 0.1s ease-in-out;*/
    /*-moz-transition: all 0.1s ease-in-out;*/
    /*-webkit-transition: all 0.1s ease-in-out;*/
    /*-o-transition: all 0.1s ease-in-out;*/
    /*outline: none;*/
    text-decoration: none;
    color: #45464b;
}

.section a:hover {
    text-decoration: none;
    color: #45464b;
}

.section-detail-related {
    background: #f4f6f9;
    /*background: linear-gradient(115deg, #0094ff, #00000065,#f4f6f9);*/
    padding-top: 40px;
}

.section-detail-body .detail-panel .panel-header .left-info i.iconfont img,
.section-detail-body .detail-panel .panel-header .right-info i.iconfont img {
    width: 12px;
    height: 12px;
    margin-right: 0;
    border-radius: 0;
}

.section-detail-body .detail-panel .install-temp .install-nodata.visible {
    background: #fff;
    opacity: 1;
    visibility: visible;
}

.success-alert {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d9ecff;
    color: #0d84ff;
    border: 1px solid #00c4ff;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.section-detail-body .install-temp-mobile {
    display: none;
}

@media (max-width: 768px) {

    html {
        touch-action: manipulation;
    }

    #section-navigation, #section-content {
        display: none;
    }

    .section-mobile {
        display: block;
    }

    .section-banner {
        /*margin-top: 60px;*/
        background: url(../../img/banner/store_banner.png) no-repeat 60%;
        background-size: cover;
        height: 376px;
        padding: 20px 20px 0;
        width: 100%;
    }

    .store-banner {
        padding: 0;
        width: 100%;
    }

    .store-banner-title {
        font-size: 18px;
        line-height: 22px;
    }

    .store-banner-description {
        font-size: 14px;
        line-height: 20px;
        max-width: 225px;
    }

    .banner-btn {
        width: 136px;
        height: 45px;
        font-size: 16px;
        border-radius: 5px;
        margin-top: 24px;
    }

    .store-recommend-title {
        display: none;
    }

    .store-recommend-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        gap: 0;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: 0;
        width: 100%;
    }

    .store-recommend-item {
        height: 40px;
        margin-bottom: 12px;
        padding: 0 16px;
        width: 48%;
    }

    .store-recommend-item .item-title {
        font-size: 12px !important;
    }

    .store-recommend-item .item-desc {
        display: none;
    }

    .store-recommend-item .img-icon {
        width: 32px;
        height: 32px;
    }

    .store-recommend-item .img-icon img {
        width: 24px;
        height: 24px;
    }

    .section-mobile .solution-search-mobile {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border-bottom: 1px solid #ddd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 9px 15px;
    }

    .section-mobile .search-block-mobile, .section-mobile .search-block-mobile .input-prefix {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 40px;
    }

    .section-mobile .search-block-mobile {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 16px;
    }

    .section-mobile .search-block-mobile .input-wrapper {
        -webkit-box-flex: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: #f4f6f9;
        border-radius: 4px 0 0 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 12px;
    }

    .section-mobile .search-block-mobile .icon-delete {
        color: #91a1b7;
        cursor: pointer;
        display: none;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: normal;
    }


    .section-mobile .search-block-mobile .search-input {
        color: #838892;
        font-size: 14px;
        width: 100%;
        background: transparent;
        background: none;
        border: 0;
        margin: 0;
        outline: 0;
        outline: none;
        padding: 0;
        vertical-align: middle;
    }

    .section-mobile .search-block-mobile .input-prefix {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        background: #0d84ff;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
        -webkit-justify-content: center;
        justify-content: center;
        width: 40px;
    }

    .section-mobile .search-block-mobile .input-prefix i {
        color: #fff;
        font-size: 15px;
    }

    .section-mobile .filter-btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        border: 1px solid #0d84ff;
        border-radius: 4px;
        color: #0d84ff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 40px;
        padding: 8px 20px;
    }

    .section-mobile .solution-scene-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
    }

    .section-mobile .solution-scene-wrapper .scene-list-mobile {
        border-right: 1px solid #f4f6f9;
        height: 100%;
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
        width: 100px;
    }

    .section-mobile .solution-scene-wrapper .scene-list-mobile .nav-item-mobile {
        color: #5e6d82;
        font-size: 14px;
        line-height: 50px;
        text-align: center;
    }

    .section-mobile .solution-scene-wrapper #solution-center-index-mobile,
    .section-mobile .solution-scene-wrapper #solution-center-result-mobile {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 15px;
    }

    .section-mobile .contain {
        height: auto;
        width: 100%;
    }

    .section-mobile .center-template-item {
        display: inline-block;
        height: auto;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }


    .section-mobile .center-template-item .template-info {
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 8px;
        -webkit-box-shadow: 0 5px 20px -5px rgba(34, 31, 100, .06);
        box-shadow: 0 5px 20px -5px rgba(34, 31, 100, .06);
        height: 100%;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        width: 100%;
    }

    .section-mobile .center-template-item .template-info .item-labels {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0 16px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .section-mobile .center-template-item .template-des {
        max-width: 240px;
        padding: 16px 20px;
    }

    .section-mobile .center-template-item .template-des .name {
        color: #141e31;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: unset;
    }

    .section-mobile .center-template-item .template-des .description {
        font-size: 12px;
        height: 32px;
        line-height: 16px;
        margin: 0;
    }

    .section-mobile .center-template-item .template-des .description {
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #5e6d82;
        display: -webkit-box;
        font-size: 14px;
        height: 40px;
        line-height: 20px;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .section-mobile .center-template-item .template-des .bottom {
        display: none;
    }

    .section-mobile .search-mask-mobile {
        background: rgba(0, 0, 0, .25);
        background: #fff;
        display: none;
        overflow: hidden;
        padding: 0 17px;
        position: fixed;
        z-index: 9999;
    }

    .section-mobile .search-mask-mobile.show {
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }

    .section-mobile .search-mask-mobile .search-header {
        color: #525967;
        line-height: 48px;
    }

    .section-mobile .search-mask-mobile .category-block-mask {
        padding: 0;
    }

    .section-mobile .search-mask-mobile .category-block-mask .cate-module .cate-title {
        color: #141e31;
        font-size: 14px;
        font-weight: 500;
        line-height: 52px;
        padding: 0 5px;
    }

    .section-mobile .search-mask-mobile .category-block-mask .cate-module .cate-title {
        color: #141e31;
        font-size: 14px;
        font-weight: 500;
        line-height: 52px;
        padding: 0 5px;
    }

    .section-mobile .search-mask-mobile .category-block-mask .cate-module .cate-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-mobile .search-mask-mobile .category-block-mask .cate-module .cate-list .cate-item {
        height: 38px;
        margin-bottom: 10px;
        padding: 0 5px;
        width: 33.3%;
    }

    .section-mobile .search-mask-mobile .category-block-mask .cate-module .cate-list .cate-item .cate-info {
        background: #f4f4f4;
        border-radius: 3px;
        color: #141e31;
        display: inline-block;
        font-size: 13px;
        height: 100%;
        line-height: 38px;
        text-align: center;
        width: 100%;
    }


    .section-mobile .search-mask-mobile .category-block-mask .cate-module .cate-list .cate-item.selected .cate-info {
        background: #d9ecff;
        color: #0d84ff;
    }

    .section-mobile .search-mask-mobile .search-footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-align-items: center;
        align-items: center;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 7px;
        height: 64px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        left: 0;
        padding: 8px 16px;
        position: absolute;
        right: 0;
    }

    .section-mobile .search-mask-mobile .search-footer .footer-btn.reset-btn {
        border: 1px solid #0d84ff;
        color: #0d84ff;
    }

    .section-mobile .search-mask-mobile .search-footer .footer-btn {
        border-radius: 4px;
        font-size: 18px;
        font-weight: 700;
        height: 48px;
        line-height: 48px;
        text-align: center;
        width: 50%;
    }

    .section-mobile .search-mask-mobile .search-footer .footer-btn.ok-btn {
        background: #0d84ff;
        color: #fff;
    }

    .section-mobile .solution-scene-wrapper .scene-list-mobile .nav-item-mobile.selected {
        color: #0d84ff;
        position: relative;
    }

    .section-mobile .solution-scene-wrapper .scene-list-mobile .nav-item-mobile.selected:before {
        background: #0d84ff;
        content: "";
        height: 16px;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 3px;
    }

    .section-blank {
        height: 60px;
    }

    .section-detail {
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        height: 50px;
        width: 100%;
    }

    .section-detail .detail-nav-contain {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        height: 100%;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 10px 15px;
        width: 100%;
    }

    .section-detail .detail-nav-contain .detail-nav-list {
        display: none;
    }

    .section-detail .detail-nav-contain .return-btn {
        border-right: 0;
    }

    .section-detail .detail-nav-contain .nav-search-input {
        height: 32px;
        width: 265px;
    }

    .section-detail-body .detail-panel {
        padding: 20px 15px;
    }

    .section-detail-body .detail-panel .panel-header {
        width: 100%;
    }

    .section-detail-body .detail-panel .panel-header .left-info .info-block {
        display: flex;
        align-items: normal;
    }

    .section-detail-body .detail-panel .panel-header .left-info .solution-info {
        max-width: 250px;
    }

    .section-detail-body .detail-panel .panel-header .left-info .info-block img {
        border-radius: 10px;
        height: 50px;
        margin-right: 12px;
        width: 50px;
    }

    .section-detail-body .detail-panel .panel-header .left-info .solution-info .name {
        display: block;
        font-size: 18px;
        line-height: 22px;
    }

    .section-detail-body .detail-panel .panel-header .left-info .solution-info .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 12px;
        line-height: 20px;
        margin-top: 8px;
        align-items: flex-start;
    }


    .section-detail-body .detail-panel .panel-header .left-info .tags {
        display: block;
        margin-top: 8px;
    }

    .section-detail-body .detail-panel .panel-header .left-info .tags .tag {
        padding: 1px 6px;
    }

    .section-detail-body .detail-panel .panel-header .left-info .solution-info .line {
        display: none;
    }

    .section-detail-body .detail-panel .panel-header .left-info .solution-info .info-list {
        margin-top: 10px;
        width: 100%;
    }

    .section-detail-body .detail-panel .panel-header .right-info {
        display: none;
    }

    .section-detail-body .detail-panel .panel-template iframe {
        height: 100%;
        width: 100%;
    }

    .section-detail-body .contain {
        height: auto;
        padding: 15px 15px 15px 20px;
        width: 100%;
    }

    .section-detail-description.contain {
        height: auto;
        padding: 0 15px 20px;
        width: 100%;
    }

    .section-detail-related {
        margin-bottom: 0;
        padding: 0;
    }

    .section-content .main-contain {
        width: 100%;
    }

    .section-detail-related .app-header {
        margin-bottom: 0;
        padding: 20px 15px 10px;
    }

    .section-detail-related .app-header .app-title {
        font-size: 16px;
        line-height: 20px;
    }

    .section-detail-related .app-header .all-app-btn {
        font-size: 14px;
        line-height: 18px;
    }

    .section-detail-related .app-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: 0 20px 20px;
        width: 100%;
    }

    .section-content .center-template-item {
        height: auto;
        padding: 0;
        width: 100%;
    }

    .section-detail-body .detail-panel .panel-template .full-screen-btn {
        display: none;
    }

    .section-detail-body .install-temp-mobile {
        background: #fff;
        bottom: 0;
        -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        gap: 10px;
        left: 0;
        line-height: 40px;
        padding: 12px 15px;
        position: fixed;
        right: 0;
        text-align: center;
        width: 100%;
        z-index: 999;
    }

    .section-detail-body .install-temp-mobile .install-icon {
        width: 40px;
    }

    .section-detail-body .install-temp-mobile .install-withdata {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 40px;
        width: 100%;
    }

    .section-detail-body .install-temp-mobile .install-withdata .install-btn {
        -webkit-box-flex: 1;
        background: #0d84ff;
        border: 1px solid #0d84ff;
        color: #fff;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: inline-block;
        border-radius: 4px;
    }

    .mobile-install-mask {
        display: none;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 10px;
        left: 0;
        padding: 10px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1002;
    }

    .mobile-install-mask .install-btn, .cancel-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .mobile-install-mask .install-btn, .cancel-btn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        border-radius: 4px;
        height: 48px;
        width: 100%;
    }

    .mobile-install-mask .install-btn > a {
        color: #000;
    }
}


#section-content .result-count {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    align-items: center;
    color: #141e31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 28px;
    margin-bottom: 16px;
    padding: 0 10px;
}

#section-content .result-count .count {
    margin: 0 10px;
}

.mobile-install-mask {
    display: none;
}

#search-empty {
    padding-bottom: 50px;
    text-align: center;
}

#search-empty .solution-empty {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0 20px;
}

#search-empty .solution-empty .empty-img {
    width: 242px;
}

#search-empty .solution-empty .back-home {
    color: #0d84ff;
    cursor: pointer;
    font-size: 16px;
    line-height: 35px;
}


/* 鏁翠綋瀹瑰櫒鏍峰紡 */
.spinner-container {
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
}

/* 鍔犺浇鍔ㄧ敾鏍峰紡 */
.spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #0d84ff;
    border-radius: 50%;
    animation: spin 1s ease-in-out infinite;
}

/* 鏃嬭浆鍔ㄧ敾鍏抽敭甯� */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#search-empty-mobile .solution-empty {
    padding: 100px 0 0;
    text-align: center;
}

#search-empty-mobile .solution-empty .empty-img {
    height: 80px;
    width: 80px;
    max-width: 100%;
}

#search-empty-mobile .solution-empty .empty-tip {
    font-size: 14px;
    margin: 10px 0 4px;
}

#search-empty-mobile .solution-empty .empty-bottom-btn {
    display: inline-block;
    background: #0d84ff;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 16px;
    text-align: center;
    width: 110px;
}


/**
弹窗样式
 */
.modal-overlay {
    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: 9999;
    /* 遮罩淡入动画 */
    animation: modalFadeIn 0.3s ease-in-out;
}

/* 弹窗内容容器 */
.modal-content {
    width: 400px;
    background: #ffffff;
    border-radius: 12px; /* 更圆润的圆角 */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); /* 更柔和的多层阴影 */
    overflow: hidden; /* 防止内部元素溢出圆角 */
    /* 弹窗缩放动画 */
    animation: modalScaleIn 0.3s ease-out;
}

/* 弹窗头部 */
.modal-header {
    padding: 20px 24px;
    /*border-bottom: 1px solid #f0f0f0; !* 更浅的分割线 *!*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fafafa; /* 头部浅灰背景，区分层级 */
}

.modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600; /* 加粗标题，提升层级 */
    color: #262626; /* 更深的标题色，更醒目 */
}

.modal-close {
    font-size: 24px;
    cursor: pointer;
    color: #b3b3b3;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; /* 圆形点击区域，更友好 */
    transition: all 0.2s ease; /* 过渡动画 */
}

.modal-close:hover {
    color: #ff4d4f; /*  hover 变红，更醒目 */
    background-color: #f5f5f5; /*  hover 背景，提升交互感 */
}

/* 弹窗主体 */
.modal-body {
    padding: 24px;
    color: #595959; /* 更舒适的文字颜色 */
    font-size: 14px;
    line-height: 1.6; /* 行高优化，提升可读性 */
}

.modal-body p {
    margin: 0;
    /* 可选：添加成功图标 */
    padding-left: 28px;
    position: relative;
}

.modal-body p::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #52c41a;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 弹窗底部 */
.modal-footer {
    padding: 16px 24px;
    /*border-top: 1px solid #f0f0f0;*/
    display: flex;
    justify-content: flex-end;
    gap: 12px; /* 增加按钮间距 */
    background-color: #fafafa; /* 底部浅灰背景，和头部呼应 */
}

.modal-btn {
    padding: 10px 24px; /* 增加按钮内边距，更易点击 */
    border-radius: 8px; /* 按钮圆角，和弹窗统一风格 */
    cursor: pointer;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 500; /* 按钮文字加粗 */
    transition: all 0.2s ease; /* 过渡动画 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-default {
    background: #fff;
    color: #595959;
    border-color: #d9d9d9;
}

.btn-default:hover {
    background: #f5f5f5;
    border-color: #b3b3b3;
    color: #262626;
}

.btn-primary {
    background: #096dd9; /* 更现代的蓝色 */
    color: #fff;
    border-color: #096dd9;
    box-shadow: 0 2px 4px rgba(24, 144, 255, 0.2); /* 按钮轻微阴影，提升质感 */
}

.btn-primary:hover {
    background: #096dd9; /* 更深的 hover 色 */
    border-color: #096dd9;
    box-shadow: 0 4px 8px rgba(24, 144, 255, 0.3); /* hover 时阴影加深 */
}

/* 动画定义 */
@keyframes modalFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modalScaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 移动端适配（优化） */
@media (max-width: 480px) {
    .modal-content {
        width: 92%; /* 增加宽度，更适配手机 */
        margin: 0 16px;
    }

    .modal-header, .modal-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .modal-body {
        padding: 20px 16px;
    }

    .modal-btn {
        padding: 8px 16px;
    }
}

/* 3. 重构移动端 banner 样式 - 核心修复 */
@media (max-width: 768px) {
    /* 1. 核心修复：强化banner层级和布局隔离 */
    .section-banner {
        position: relative;
        z-index: 99; /* 大幅提高层级，确保高于section-mobile */
        background: url(../../img/banner/store_banner.png) no-repeat 60% center;
        background-size: cover;
        height: auto; /* 改为自适应高度，避免固定高度截断内容 */
        min-height: 376px; /* 保留最小高度，保证布局 */
        padding: 20px 20px 30px; /* 增加底部内边距，给推荐模块留空间 */
        width: 100%;
        overflow: visible; /* 允许内部内容完整显示 */
        box-sizing: border-box;
        margin-bottom: 10px; /* banner底部预留间距，隔离mobile区域 */
    }

    .store-banner {
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        position: relative;
        z-index: 100; /* 高于banner背景，确保内容可见 */
    }

    /* 2. 修复store-recommend显示不全问题 */
    .store-recommend {
        margin-top: 20px;
        width: 100%;
        overflow: visible; /* 取消溢出隐藏，保证内容完整 */
        position: relative;
        z-index: 101; /* 最高层级，绝对不被覆盖 */
        padding-bottom: 10px; /* 底部留空，避免被遮挡 */
    }

    .store-recommend-list {
        justify-content: flex-start; /* 从左到右排列，避免换行截断 */
        gap: 10px;
        width: 100%;
        overflow-x: auto; /* 横向滚动，适配小屏 */
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* 隐藏滚动条（美观） */
    }

    .store-recommend-list::-webkit-scrollbar {
        display: none; /* 隐藏webkit滚动条 */
    }

    .store-recommend-item {
        flex-shrink: 0; /* 禁止压缩 */
        height: 45px; /* 略微提高高度，保证内容显示 */
        margin-bottom: 0; /* 取消底部margin，避免额外占用空间 */
        padding: 0 15px;
        width: calc(45% - 5px); /* 调整宽度，避免过宽 */
    }

    /* 3. 强制隔离section-mobile，绝对不重叠 */
    .section-mobile {
        display: block;
        position: relative;
        z-index: 10; /* 远低于store-recommend的101 */
        margin-top: 20px !important; /* 强制顶部间距，彻底分开 */
        clear: both; /* 清除所有浮动影响 */
        width: 100%;
        box-sizing: border-box;
    }

    /* 修复移动端搜索区域布局 */
    .section-mobile .solution-search-mobile {
        border-bottom: 1px solid #ddd;
        padding: 9px 15px;
        width: 100%;
        box-sizing: border-box;
    }

    /* 隐藏可能导致布局错乱的元素 */
    .mobile-container {
        position: relative;
        z-index: 5;
        width: 100%;
        box-sizing: border-box;
    }
}

/* 4. 桌面端强制隐藏移动端内容，避免样式冲突 */
@media (min-width: 769px) {
    .section-mobile {
        display: none !important; /* 强制隐藏，优先级最高 */
    }
    .mobile-container {
        display: none !important;
    }
}

/* 5. 修复通用布局问题 */
.store-banner-title, .store-banner-description, .banner-btn {
    position: relative;
    z-index: 2; /* 确保文字/按钮在banner背景上层 */
}

/* 6. 修复推荐项图片缩放问题 */
.store-recommend-item .img-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain; /* 防止图片变形 */
}
