/**
 * @file index.css
 * @author swan
 */
@import '../../common/css/index.css';

.index-filter {
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    box-sizing: border-box;
    background: #fff;
}

.index-filter.iphone-x-compitable {
    padding-bottom: 34px;
}

.index-filter.locked {
    height: 100vh;
    overflow: hidden;
}

.index-filter .security-style {
    background: #2772fb;
}

.index-filter .security-style.iphone-x-compitable {
    height: 34px;
}

.index-filter .header {
    padding: 3.623188vw 4.10628vw 3.381643vw;
    background: #2772fb;
}

.index-filter .app-handle {
    display: flex;
    justify-content: space-between;
}

.index-filter .app-handle .app {
    flex: 1;
    max-width: 55%;
}

.index-filter .app-handle .app-title {
    font-size: 6.280193vw;
    line-height: 8.695652vw;
    color: #fff;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index-filter .app-handle .row-sub {
    font-size: 3.381643vw;
    line-height: 5.797101vw;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index-filter .app-handle .handle {
    display: flex;

}

.index-filter .handle .handle-item {
    margin-right: 6.8438vw;
    position: relative;
}

.index-filter .handle .handle-icon {
    text-align: center;
    height: 8.695652vw;
    font-size: 0;
}

.index-filter .handle .handle-item:last-child {
    margin-right: 0;
}

.index-filter .handle .handle-item:first-child::after {
    content: " ";
    width: 1px;
    background: rgba(255, 255, 255, .24);
    position: absolute;
    top: 1.207729vw;
    right: -3.381643vw;
    bottom: 1.207729vw;
}

.index-filter .handle-icon .icon-1 {
    position: relative;
    top: 1.207729vw;
}

.index-filter .handle-icon .icon-2 {
    position: relative;
    top: 1.207729vw;
}

.index-filter .search {
    height: 11.674718vw;
    background: url(https://b.bdstatic.com/miniapp/images/gov/search-bg.png);
    background-size: 100% 100%;
    margin-top: 4.589372vw;
}

.index-filter .notice-wrap {
    width: 100vw;
}

.index-filter .smaller .custom-state {
    height: 56.974638vh;
    top: 42.98vh;
}

.index-filter .normal .custom-state {
    height: 63.541667vh;
    top: 36.5vh;
}


.index-filter .smaller .custom-loading {
    height: 56.974638vh;
}
.index-filter .normal .custom-loading {
    height: 63.541667vh;
}

.index-filter .content {
    background: #fff;
}


.index-filter .filter-content .feed-content .custom-spin {
    padding-bottom: 0;
}

.index-filter .feed-content .custom-footer {
    padding-bottom: 0;
}

.index-filter .custom-footer .footer-txt {
    font-size: 3.140097vw;
    line-height: 4.589372vw;
    max-height: 9.2vw;
    overflow: hidden;
}

.index-filter .security-bottom {
    position: fixed;
    bottom: 0;
    height: 34px;
    width: 100vw;
    background: #fff;
}


.index-filter .filter-section {
    display: flex;
}
.index-filter .filter-section .filter {
    flex: 1;
}





