.maclist_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    /* max-width: 1200px;*/

}

.maclist_header {
    width: 100%;
    text-align: center;
    font-family: PingFangSC;
    font-weight: 600;
    font-size: 36px;
    color: #4A4A4A;
    margin-top: 35px;
    margin-bottom: 26px;
}

.maclistbox {
    width: 100%;
    height: 500px;
    background: #F5F6F8;
    border-radius: 20px;
    max-width: 1000px;
    padding: 40px 50px;
}

.maclist_headerbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px rgba(133, 133, 133, 0.2);
    padding-bottom: 16px;
}

.maclist_header_left {
    width: 60%;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #4A4A4A;
    text-align: left;
}

.maclist_header_right {
    width: 35%;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #4A4A4A;
    text-align: left;
}

.maclist_contain {
    width: 102%;
    height: 350px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    margin-top: 20px;
    padding-bottom: 10px;

}

.maclist_no {
    width: 100%;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 26px;
    color: #858585;
}

.maclist_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.mac_itemleft {
    width: 60%;
    text-align: left;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 26px;
    color: #4A4A4A;

}

.mac_itemright {
    width: 35%;
    text-align: left;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 26px;
    color: #858585;
    margin-right: 1%;
}

.maclistback {
    width: 239px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 29px;
    color: #FFFFFF;
    background: linear-gradient(to bottom, #67CB6C, #56AA5A);
    cursor: pointer;
    margin: 41px 20%;
}


@media screen and (min-width: 1200px) {
    .uploadmac_container {
        max-width: 1200px;
    }

}

@media screen and (min-width: 601px) and (max-width: 1100px) {
    .maclist_container {
        min-height: 80vh;
    }

    .phone_maclistbox {
        background: #ffffff !important;
    }

    .maclistbox {
        width: 94%;
        height: 460px;
        padding: 20px 3%;
    }

    .maclist_header_left {
        font-size: 20px;
    }

    .maclist_header_right {
        font-size: 20px;
    }
    .maclist_item{
        margin-bottom: 25px;
    }
    .mac_itemleft {
        font-size: 18px;
    }

    .mac_itemright {
        font-size: 18px;
    }

    .maclist_no {
        font-size: 19px;
    }
}

@media screen and (max-width: 600px) {
    .maclist_container {
        min-height: 90vh;
    }


    .maclist_header {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .phone_maclistbox {
        background: #ffffff !important;
        box-shadow: 0px 1px 2px 2px rgba(154, 154, 154, 0.1);
    }

    .maclistbox {
        width: 90%;
        height: 460px;
        padding: 20px 5%;
    }

    .maclist_header_left {
        width: 50%;
        font-size: 16px;
    }

    .maclist_header_right {
        width: 48%;
        font-size: 16px;
    }
    .maclist_item{
     margin-bottom: 15px;
    }
    .mac_itemleft {
        width: 50%;
        font-size: 14px;
    }

    .mac_itemright {
        width: 48%;
        font-size: 14px;
    }

    .maclistback {
        width: 160px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        border-radius: 23px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 19px;
        color: #FFFFFF;
        background: linear-gradient(to bottom, #67CB6C, #56AA5A);
        cursor: pointer;
        margin: 30px 15%;
    }

    .maclist_no {
        font-size: 16px;
    }

}
