body {
    background-color: #f6f6f6;
}

.search_box {
    /* height: 24rem; */
    background-color: #FBFBFC;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.headerContent .goBack {
    width: 0.52rem;
    height: 0.46rem;
    background: url(./image/top.png) no-repeat center;
    background-size: 100%;
    transform: rotate(-90deg);
    float: right;
}

.search-result {
    height: 0.88rem;
    padding: 0.32rem 0;
}

.search-bg {
    margin: 0 0.32rem;
    height: 0.88rem;
    background: #eee;
    border-radius: 0.1rem;
    display: flex;
}

.search-bg input {
    width: 100%;
    height: 0.82rem;
    background: #fff;
    padding: 0rem 0.3rem;
    font-size: 0.28rem;
    line-height: 0.82rem;
    color: #666;
    border-bottom-left-radius: 0.1rem;
    border-top-left-radius: 0.1rem;
    box-sizing: border-box;
    border: 0;
    outline: none;
}

.search-result .text-box {
    float: left;
    margin-top: 0.04rem;
    padding-left: 0.02rem;
    flex: 1;
}

.text-btn {
    width: 2rem;
    float: left;
    height: 0.88rem;
    background: #12CDB0 url(./image/serach-m.png) no-repeat center;
    border-bottom-right-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    cursor: pointer;
}

.search-app-result-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 0.32rem;
    background: #FBFBFC;
    box-sizing: border-box;
    border-bottom: 0.02rem solid #EEEEEE;
    margin-top: 0.08rem;
}

.activeTab {
    color: #12CDB0;
    font-weight: 500;
    border-bottom: 0.04rem solid #24CD77;
}

.search-app-tab {
    padding: 0.24rem 0;
    display: inline-block;
    font-weight: 400;
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #A6A6A6;
    margin-left: 0.48rem;
    cursor: pointer;
}

.search-app-tab:first-child {
    margin-left: 0;
}

.list-title {
    height: 0.88rem;
    background-color: #fff;
    padding: 0rem 0.32rem;
    font-size: 0.26rem;
    line-height: 0.88rem;
    color: #8B8B8B;
    margin: 0;
}

.first.first-apk {
    display: flex;
    align-items: center;
    position: relative;
}

.first.first-apk {
    padding: 0 0.32rem 0.24rem;
    background-color: white;
}

@media (min-width: 14.4rem) {
    .first.first-apk {
        padding-bottom: 0.32rem;
    }
}

img {
    vertical-align: middle;
}

.first-info-img {
    box-sizing: border-box;
    border: 0.02rem solid #EFF3F9;
    border-radius: 15%;
}

@media (min-width: 14.4rem) {
    .first.first-apk .first-info .first-info-img {
        width: 2rem;
        height: 2rem;
    }
}

.first.first-apk .first-info {
    display: flex;
    flex: 1;
}

.first.first-apk .info .p1 {
    margin-top: 0;
    width: 3.2rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #4B4B4B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

@media (min-width: 14.4rem) {
    .first.first-apk .info .p1 {
        font-weight: 500;
        font-size: 0.4rem;
        line-height: 0.56rem;
        margin-bottom: -0.02rem;
    }
}

.first.first-apk .info .p2 {
    margin-top: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #5E5E5E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 14.4rem) {
    .first.first-apk .info .p2 {
        font-size: 0.26rem;
        line-height: 0.44rem;
        color: #5E5E5E;
        margin: 0.24rem 0;
        width: 3.2rem;
    }
}

.right_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.first.first-apk .da {
    display: flex;
    align-items: center;
}

.da .button {
    padding: 0.12rem 0.24rem;
    color: white;
    font-size: 0.24rem;
    line-height: 0.32rem;
    background: #12CDB0;
    border-radius: 0.08rem;
}

@media (min-width: 14.4rem) {
    /* .da .button {
        padding: 0.16rem 0.48rem;
    } */
}

.app-list .tag,
.first .tag {
    box-sizing: border-box;
    height: 0.4rem;
    display: inline-block;
    margin-right: 0.08rem;
    padding: 0.04rem 0.08rem;
    border: 0.02rem solid #F3F3F3;
    border-radius: 0.04rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #777777;
}

@media (min-width: 14.4rem) {

    .app-list .tag,
    .first .tag {
        height: 0.44rem;
        padding: 0.06rem 0.12rem;
    }
}

.list {
    /* margin-top: 0.08rem; */
    margin-bottom: 0.08rem;
    padding: 0;
    background-color: #fff;
    box-sizing: border-box;
    border-top: 0.02rem solid #F3F3F3;
    overflow: hidden;
}

.list li {
    padding: 0 0.32rem;
    margin: 0.24rem 0;
    display: flex;
}

@media (min-width: 14.4rem) {
    .search-app .list li {
        margin: 0.32rem 0;
    }
}

.list .dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    width: 100%;
    background: #fff;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
}

.list .l {
    width: 1.28rem;
    height: 1.28rem;
    margin-right: 0.24rem;
}

@media (min-width: 14.4rem) {
    .list .l {
        width: 1.28rem;
        height: 1.28rem;
    }
}

.search-app .list .l img {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 15%;
    border: 0.02rem solid #EFF3F9;
    background-color: #fff;
    box-sizing: border-box;
}

@media (min-width: 14.4rem) {
    .list .l img {
        width: 1.28rem;
        height: 1.28rem;
        border-radius: 15%;
        border: 1px solid #EFF3F9;
        box-sizing: border-box;
    }
}

.list .r {
    margin-top: 0;
    line-height: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    padding-top: 0.02rem;
    width: 3.2rem;
}

.list .dd p {
    color: #777;
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.22rem;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list .r .p1 {
    margin-top: 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #4B4B4B;
    display: inline-block;
    white-space: nowrap;
    /* width: fit-content; */
    max-width: 100%;
    width: 3.2rem;
}

@media (min-width: 14.4rem) {
    .list .r .p1 {
        font-size: 0.32rem;
        /* line-height: 0.56rem; */
        font-weight: 500;
    }
}

.list .r .p2 {
    margin-top: 0.04rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #8B8B8B;
}

@media (min-width: 14.4rem) {
    .list .r .p2 {
        font-size: 0.26rem;
        line-height: 0.44rem;
        color: #5E5E5E;
        /* margin: 0.24rem 0; */
    }
}

.right_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.b {
    display: flex;
    align-items: center;
    margin-left: 0.16rem;
    height: 1.28rem;
}

@media (min-width: 14.4rem) {
    .list .b {
        height: 1.28rem;
    }
}

.list .b .button {
    /* padding: 0.12rem 0.24rem; */
    color: white;
    font-size: 0.24rem;
    line-height: 0.32rem;
    background: #12CDB0;
    border-radius: 0.08rem;
}

@media (min-width: 14.4rem) {
    /* .list .b .button {
        padding: 0.16rem 0.48rem;
    } */
}

.right_button .da {
    display: flex;
    align-items: center;
}

/* .f-list .da .b .button:hover {
    background-color: #2adbc1;
} */


.showmore-container {
    margin: 0;
    padding-bottom: 0.24rem;
    text-align: center;
}

.showmore {
    margin: 0;
    display: inline-block;
    width: 100%;
    max-width: 7.2rem;
    height: 0.72rem;
    background: rgba(36, 205, 119, 0.1);
    padding: 0;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    line-height: 0.72rem;
    color: #12CDB0;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
}

/* .showmore:hover {
    color: white;
    background-color: #12CDB0;
} */

.list-title {
    height: 0.88rem;
    background-color: #fff;
    padding: 0rem 0.32rem;
    font-size: 0.26rem;
    line-height: 0.88rem;
    color: #8B8B8B;
    margin: 0;
}

.list-title.list-title-article {
    background-color: #fff;
}

.list-title span {
    color: #8B8B8B;
}

.search-result-article-list .article-list-item {
    display: flex;
    padding: 0 0.32rem;
    margin: 0.24rem 0;
    height: 1.84rem;
}

.search-result-article-list .article-list-item:first-child {
    margin-top: 0;
}

.search-result-article-list .article-list-item .article-image-link {
    width: 3rem;
    height: 1.68rem;
}

.search-result-article-list .article-list-item .article-image-link img {
    border-radius: 0.08rem;
    width: 100%;
    height: 100%;
}

.search-result-article-list .article-list-item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0.32rem;
    align-items: flex-start;
}

.search-result-article-list .article-list-item .type {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 0.32rem;
}

@media (min-width: 14.4rem) {
    .search-result-article-list .article-list-item .type {
        line-height: 0.4rem;
    }
}

.search-result-article-list .article-list-item .title {
    font-weight: 500;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #4B4B4B;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    padding: 0;
    border: none;
    background-color: unset;
    text-align: left;
}

@media (min-width: 14.4rem) {
    .search-result-article-list .article-list-item .title {
        margin: 0.08rem 0;
        width: 3.8rem
    }
}

.search-result-article-list .article-list-item .desc {
    font-weight: 400;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #777777;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 3.8rem;
    text-align: left;
}


@media (max-width: 14.4rem) {
    .search-result-article-list .article-list-item .article-image-link {
        width: 2.56rem;
        height: 1.44rem;
    }
}

/* .dd:hover .p1 {
    color: #12CDB0;
} */

/* .article-list-item:hover .title {
    color: #12CDB0;
} */

.md {
    margin-bottom: 0.08rem;
}

/* .new-footer {
    position: fixed;
    bottom: 0;
} */

.headerContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clearfix:before,
.clearfix:after {
    display: none;
    content: "";
    line-height: 0;
}

.input {
    box-sizing: border-box;
    height: 0.7rem;
    border-radius: 1rem;
    background: #fff;
    border: none;
    padding: .1rem .66rem 0.1rem .66rem;
}

.headerContent .menu {
    margin-top: 0;
}

.clearfix.ft::before,
.clearfix.ft::after {
    display: table;
    content: "";
    line-height: 0;
}

#back-to-top {
    opacity: 0;
    position: fixed;
    bottom: 2.8rem;
    right: .7rem;
    z-index: 9999;
    color: #fff;
    background-color: #12CDB0;
    border-radius: 50%;
    width: .8rem;
    height: .8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: opacity ease-in-out .15s
}


#back-to-top img {
    max-width: 100%;
    max-height: 100%;
}

#back-to-top.show {
    /* display: block; */
    opacity: 1;
}

.serach-but img {
    width: 0.6rem;
    height: 0.58rem;
}

.searchKey {
    font-weight: 700;
    color: #12CDB0;
}