.combinedcode_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    max-width: 1200px;


}

.phonebg_bg {
    background: #F5F6FA;
}

.nocombinedcode_contain {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-width: 1200px;
    min-height: 81vh;


}

.nocombinedcode_img {
    width: 520px;
    height: auto;
}

.nocombinedcode_text {
    width: 100%;

    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #798D95;
    height: 60px;
    line-height: 60px;
    margin-top: -60px;
}


/********列表数据***********/
.combinedcode_contain {
    width: 100%;
    height: auto;
    min-height: 80vh;

}

.combinedcode_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 60px;
    margin-top: 32px;
}

.combinedcode_codebox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.combinedcode_code {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 48px;
    color: #3AA73E;
    margin-left: 16px;
}

.combinedcode_num {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 26px;
    color: #309B34;
    margin-left: 16px;
}

.combinedcode_uninstallbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.combinedcode_uninstall_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
}

.uninstall_item_img {
    width: 20px;
    height: auto;
}

.uninstall_item_text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #3BA73E;
    margin-left: 10px;
}

.uninstall_item_text2 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FF5415;
    margin-left: 10px;
}

.tagheaderbox {
    min-width: 100%;
    height: 55px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    max-width: 1200px;
    margin-top: 20px;
    overflow-y: scroll;
}

.tagheader_item {
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 10px;
    margin-right: 20px;
    width: auto;
    cursor: pointer;
}

.tagheader_item_name {
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 30px;
    color: #4A4A4A;

}


.tagheader_item_subscript {
    width: calc(100% - 40px);
    height: 4px;
    background: none;
    border-radius: 2px;
}

.selecttag .tagheader_item_subscript {
    background: #3AA73E;
}

.selecttag .tagheader_item_name {
    font-weight: 500;
    font-size: 33px;
    color: #309B34;
}

.tagheaderbox::-webkit-scrollbar {

    display: none

}

.combinedcode_listbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2px;

}

/*.combinedcode_listbox::after {
    content: '';
    flex: auto;
}*/

.combinedcode_item {
    width: 168px;
    height: 218px;
    background: #F5F6F8;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;

    margin: 18px 16px 0px 16px;
}

.combinedcode_uninstallimg {
    width: 35px;
    height: auto;
    position: absolute;
    margin-top: -185px;
    margin-left: 132px;
}

.combinedcode_apkimg {
    width: 87px;
    height: 87px;
    border-radius: 16px;
}

.combinedcode_apkname {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #4A4A4A;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.combinedcode_item_down {
    width: 89px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    color: #329A35;
    border-radius: 15px 15px 15px 15px;
    border: 2px solid #329A35;
    cursor: pointer;
}


@media screen and (min-width: 601px) and (max-width: 1100px) {
    .nohistory_contain {
        min-height: 700px;
    }

    .combinedcode_header {
        width: 96%;
        margin-left: 2%;

    }

    .combinedcode_code {
        margin-left: 0px;
    }

    .combinedcode_listbox {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }


    .phone_combinedcode_listbox {
        width: 98%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;

    }


    .phone_combinedcode_item {
        width: 20%;
        height: auto;
        padding: 15px 0px;
        background: #FFFFFF;
        /*   box-shadow: 0px 2px 4px 2px rgba(154, 154, 154, 0.25);*/
        box-shadow: 0px 1px 4px 1px rgba(154, 154, 154, 0.1);

        border-radius: 9px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-bottom: 15px;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .phone_combinedcode_apkimg {
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }

    .phone_combinedcode_apkname {
        width: 90%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 15px;
        color: #4A4A4A;
        font-style: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .phone_combinedcode_item_down {
        width: 65%;
        height: 28px;
        line-height: 26px;
        text-align: center;
        font-size: 14px;
        color: #329A35;
        border-radius: 13px 13px 13px 13px;
        border: 1px solid #329A35;
        cursor: pointer;
    }

    .phone_combinedcode_uninstallimg {
        width: 30px;
        height: auto;
        position: absolute;
        margin-top: -152px;
        margin-left: 125px;
    }


}

@media screen and (max-width: 600px) {

    .nocombinedcode_contain {
        height: 50%;
        min-height: 80vh;
        margin-bottom: 10vh;
    }

    .nocombinedcode_img {
        width: 300px;
        height: auto;
    }

    .nocombinedcode_text {
        width: 100%;

        text-align: center;
        font-size: 16px;
        font-family: Source Han Sans SC, Source Han Sans SC;
        font-weight: 400;
        color: #798D95;
        line-height: 40px;
        margin-top: -60px;
    }


    .combinedcode_contain {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: flex-start;


    }

    .combinedcode_header {
        height: 50px;
        margin-top: 15px;
        padding-bottom: 0px;
        width: 94%;
    }

    .combinedcode_uninstallbox {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .combinedcode_uninstall_item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 5px;
    }

    .uninstall_item_img {
        width: 16px;
        height: auto;
    }

    .uninstall_item_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 12px;
        color: #3BA73E;
        margin-left: 5px;
    }

    .uninstall_item_text2 {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 12px;
        color: #FF5415;
        margin-left: 5px;
    }


    .combinedcode_listbox {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .combinedcode_code {
        font-size: 30px;
        margin-left: 0px;
    }

    .combinedcode_num {
        font-size: 14px;
        margin-left: 10px;
    }

    .tagheaderbox {
        min-width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        height: 40px;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        white-space: nowrap;
        margin-top: -5px;
    }

    .tagheader_item {
        height: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-left: 0px;
        margin-right: 20px;
        width: auto;
        cursor: pointer;
    }

    .tagheader_item_name {
        font-size: 17px;
        padding: 0px 5px;
        height: 30px;
        line-height: 30px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #4A4A4A;
    }

    .tagheader_item_subscript {
        width: calc(100% - 25px);
        height: 3px;
        background: none;
        border-radius: 1px;
    }

    .selecttag .tagheader_item_name {
        font-weight: 500;
        font-size: 19px;
        color: #309B34;
    }


    .phone_combinedcode_listbox {
        width: 98%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;

    }


    .phone_combinedcode_item {
        width: 29%;
        height: auto;
        padding: 15px 0px;
        background: #FFFFFF;
        box-shadow: 0px 1px 4px 1px rgba(154, 154, 154, 0.1);
        border-radius: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-bottom: 15px;
        margin-left: 2.1%;
        margin-right: 2.1%;
    }

    .phone_combinedcode_apkimg {
        width: 65px;
        height: 65px;
        border-radius: 20px;
    }

    .phone_combinedcode_apkname {
        width: 90%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 15px;
        color: #4A4A4A;
        font-style: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .phone_combinedcode_item_down {
        width: 55%;
        height: 24px;
        line-height: 22px;
        text-align: center;
        font-size: 14px;
        color: #329A35;
        border-radius: 12px 12px 12px 12px;
        border: 1px solid #329A35;
        cursor: pointer;
    }

    .phone_combinedcode_uninstallimg {
        width: 23px;
        height: auto;
        margin-left: 90px;
        margin-top: -15px;


    }
}
