.down-href a {
    display: block;
}

/*隐私、权限样式*/
#app_info {}

#app_info li {
    display: inline-block;
    width: 50%;
    color: #333;
    font-size: 13px;
    margin: 10px auto;
    text-align: center;
}

#app_info li b {
    cursor: pointer;
    color: #333;
    font-size: 13px;
    font-weight: normal;
}

#app_info_cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    z-index: 9999
}

#app_info_cover .app_info_main {
    background: #fff;
    width: 520px;
    margin: auto;
    margin-top: 100px;
    border-radius: 8px;
    overflow: hidden;
}

#app_info_cover .app_info_title {
    background: var(--pm-c);
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

#app_info_cover .app_info_body {
    padding: 20px;
    height: 320px;
    overflow-y: scroll;
    text-align: left;
}

#app_info_cover .app_info_body p {
    margin: 10px 0;
    line-height: 28px;
    font-size: 13px;
    color: #333;
}

#app_info_cover .app_info_body b {
    font-size: 13px;
}

#app_info_cover .app_info_close {
    margin: 20px;
    font-size: 17px;
    color: #fff;
    background: var(--pm-c);
    line-height: 48px;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-top: 30px;
}

@media (max-width: 760px) {
    #app_info li {
        width: 50%;
    }

    #app_info_cover .app_info_main {
        width: 98%;
    }

    #app_info_cover .app_info_close {
        font-size: 16px;
        line-height: 42px;
    }
}



/*资源下载站首页添加下载模块*/
#home_aqapps {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    margin-top: 30px
}

#home_aqapps .aqapps_tit {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 12px;
}

#home_aqapps .aqapps_tit .tit {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-left: 3px solid #fead55;
    padding-left: 15px;
}

#home_aqapps .aqapps_warp {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

#home_aqapps .aqapps_item {
    flex: 1;
    background: linear-gradient(to bottom, #feebd6, #fffdfc, #ffffff, #ffffff);
    padding: 20px 18px;
}

#home_aqapps .aqapps_item.item_02 {
    background: linear-gradient(to bottom, #d6effe, #fcfeff, #ffffff, #ffffff);
}

#home_aqapps .aqapps_item.item_03 {
    background: linear-gradient(to bottom, #feded6, #fffbfb, #ffffff, #ffffff);
}

#home_aqapps .aqapps_item .aqapps_item_tit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}

#home_aqapps .aqapps_item .aqapps_item_tit span {
    font-size: 18px;
    font-weight: bold;
    color: #fead55;
    display: inline-block;
    position: relative;
    margin: 0 20px;
}

#home_aqapps .aqapps_item.item_02 .aqapps_item_tit span {
    color: #4fbdff;
}

#home_aqapps .aqapps_item.item_03 .aqapps_item_tit span {
    color: #ff7f61;
}

#home_aqapps .aqapps_item .aqapps_item_tit i {
    display: inline-block;

}

#home_aqapps .aqapps_item .aqapps_item_tit i:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 8px solid #fead55;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#home_aqapps .aqapps_item .aqapps_item_tit i:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 8px solid #fead55;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#home_aqapps .aqapps_item .aqapps_item_tit i:last-child {
    transform: rotate(180deg);
}

#home_aqapps .aqapps_item.item_02 .aqapps_item_tit i:after,
#home_aqapps .aqapps_item.item_02 .aqapps_item_tit i:before {
    border-right: 8px solid #4fbdff;
}

#home_aqapps .aqapps_item.item_03 .aqapps_item_tit i:after,
#home_aqapps .aqapps_item.item_03 .aqapps_item_tit i:before {
    border-right: 8px solid #ff7f61;
}

#home_aqapps .aqapps_item .aqapps_item_box {
    margin-bottom: 20px;
}

#home_aqapps .aqapps_item .aqapps_item_box .item_box_card {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
}

#home_aqapps .aqapps_item .aqapps_item_box .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background: #e5e5e5;
    color: #fff;
    margin-right: 10px;
}

#home_aqapps .aqapps_item .aqapps_item_box .num-1,
#home_aqapps .aqapps_item .aqapps_item_box .num-2,
#home_aqapps .aqapps_item .aqapps_item_box .num-3 {
    background: #fead55
}

#home_aqapps .aqapps_item.item_02 .aqapps_item_box .num-1,
#home_aqapps .aqapps_item.item_02 .aqapps_item_box .num-2,
#home_aqapps .aqapps_item.item_02 .aqapps_item_box .num-3 {
    background: #4fbdff
}

#home_aqapps .aqapps_item.item_03 .aqapps_item_box .num-1,
#home_aqapps .aqapps_item.item_03 .aqapps_item_box .num-2,
#home_aqapps .aqapps_item.item_03 .aqapps_item_box .num-3 {
    background: #ff7f61
}

#home_aqapps .aqapps_item .aqapps_item_box .item_box_card .icon {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 15px;
}

#home_aqapps .aqapps_item .aqapps_item_box .item_box_card .icon img {
    height: 100%;
    width: 100%;
}

#home_aqapps .aqapps_item .aqapps_item_box .item_box_card .box_con {
    flex: 1;
    overflow: hidden;
    position: relative;
}

#home_aqapps .aqapps_item .aqapps_item_box .card_tit {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}

#home_aqapps .aqapps_item .aqapps_item_box .item_box_card .card_info {
    color: #999;
    font-size: 14px;
}

#home_aqapps .aqapps_item .aqapps_item_box .card_btn {
    display: inline-block;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #fead55;
    padding: 10px 20px;
    color: #fead55;
}

#home_aqapps .aqapps_item.item_02 .aqapps_item_box .card_btn {
    border: 1px solid #4fbdff;
    color: #4fbdff;
}

#home_aqapps .aqapps_item.item_03 .aqapps_item_box .card_btn {
    border: 1px solid #ff7f61;
    color: #ff7f61;
}

#home_aqapps .aqapps_item .aqapps_item_box .item_box_li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

#home_aqapps .aqapps_item .aqapps_item_box .item_box_li .card_tit {
    margin: 0;
    flex: 1;
    overflow: hidden;
}

#home_aqapps .aqapps_item .aqapps_item_box .item_box_li .li_cname {
    color: #999;
    font-size: 14px;
    margin-right: 20px;
}

#home_aqapps .aqapps_item .aqapps_item_box .item_box_li .li_btn {
    color: #fead55;
    font-size: 14px;
}

#home_aqapps .aqapps_item .aqapps_item_box .item_box_li .li_btn {
    color: #fead55;
    font-size: 14px;
}

#home_aqapps .aqapps_item.item_02 .aqapps_item_box .item_box_li .li_btn {
    color: #4fbdff;
}

#home_aqapps .aqapps_item.item_03 .aqapps_item_box .item_box_li .li_btn {
    color: #ff7f61;
}

@media (max-width: 760px) {
    #home_aqapps {
        margin: 15px;
        width: auto;
    }

    #home_aqapps .aqapps_warp {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
    }

    #home_aqapps .aqapps_item {
        width: 300px;
        display: inline-block;
        margin-right: 15px;
    }

    #home_aqapps .aqapps_item:last-child {
        margin-right: 0;
    }

    #home_aqapps .aqapps_item .aqapps_item_box .item_box_card .icon {
        width: 60px;
        height: 60px;
    }

    #home_aqapps .aqapps_item .aqapps_item_box .item_box_card .card_info {
        font-size: 13px;
    }

    #home_aqapps .aqapps_item .aqapps_item_box .card_btn {
        padding: 8px 16px;
    }
}

/*资源下载站列表页添加下载模块*/
#list_aqapps {
    width: 100%;
}

#list_aqapps .aqapps_warp {
    display: flex;
    flex-wrap: wrap;
}

#list_aqapps .aqapps_item {
    width: 33%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #f5f5f5;
}

#list_aqapps .aqapps_item .icon {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-right: 15px;
}

#list_aqapps .aqapps_item .icon img {
    width: 100%;
    height: 100%;
}

#list_aqapps .aqapps_item .item_con {
    flex: 1;
    overflow: hidden;
    position: relative;
}

#list_aqapps .aqapps_item .item_tit {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

#list_aqapps .aqapps_item .item_info {
    color: #999;
    margin: 15px 0;
    font-size: 13px;
}

#list_aqapps .aqapps_item .item_desc {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}

@media (max-width: 760px) {
    #list_aqapps .aqapps_item {
        width: 100%;
    }

    #list_aqapps .aqapps_item .item_info {
        font-size: 13px;
        margin: 10px 0;
    }
}