.page {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F4F4F4;
}

.page .part_software {
    width: 100%;
    margin-bottom: 0.16rem;
    box-sizing: border-box;
    padding: 0 0.26rem;
    background: #fff;
}

.page .part_software .common_title>a {
    position: relative;
    float: right;
    width: 1.1rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #45BB6D;
    background: none;
}

.page .part_software .common_title>a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 0.34rem;
    height: 0.34rem;
    content: '';
    background: url("../../images/common/spirits.png") no-repeat -2.46rem 0;
    background-size: 2.8rem .95rem;
}

.page .part_software .common_title>a:last-of-type:before {
    background: url("../../images/common/spirits.png") no-repeat -2.08rem 0;
    background-size: 2.8rem .95rem;
}

.page .part_software .tabs_content {
    width: 100%;
}

.page .part_software .tabs_content .sort_tab {
    width: 104%;
    *zoom: 1;
    overflow: hidden;
}

.page .part_software .tabs_content .sort_tab::after {
    content: "";
    display: block;
    clear: both;
}

.page .part_software .tabs_content .sort_tab>a {
    float: left;
    width: 1.58rem;
    height: 0.8rem;
    margin-right: 0.22rem;
    margin-bottom: 0.22rem;
    line-height: 0.8rem;
    background: #F4F4F4;
    border-radius: 0.4rem;
    font-size: 0.28rem;
    font-weight: 500;
    color: #666;
    text-align: center;
}

.page .part_software .tabs_content .sort_tab .active {
    background: #45BB6D;
    color: #fff;
}

.page .part_hot {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0.26rem 0.34rem;
}

.page .part_hot .box {
    padding-top: 0.4rem;
}

.page .part_hot .hide {
    display: none;
}

.page .part_hot .hide_box {
    display: none;
}

.page .part_hot .show_box {
    display: block;
}

.page .part_hot .load_more {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #45BB6D;
}

.page .part_hot .load_more .loadContent i {
    float: left;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.1rem;
    background: url("../../images/common/spirits.png") no-repeat -1.5rem -.45rem;
    background-size: 2.8rem .95rem;
}

.page .part_hot .load_more .loadContent span {
    float: left;
    margin-left: 0.15rem;
}