* {
    padding: 0;
    margin: 0;
}

@media (min-width: 600px) {
    .phone {
        display: none;
    }
    .header_top {
        width: 100%;
        height: 600px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: Center;
        color: #fff;
    }
    .header_top_div {
        display: table-cell;
    }
    .h2 {
        color: #fff;
        font-size: 36px;
    }
    .BarCode {
        /* font-size: 20px; */
    }
    .admin {
        /* font-size: 20px; */
    }
    .consumers {
        /* font-size: 20px; */
    }
    .header_hed {
        width: 1200px;
        height: 530px;
        background-color: #ffffff;
        margin: auto;
    }
    .header_hed_img {
        width: 100%;
    }
    .header_hed_h2 {
        margin-top: 50px;
    }
    .header_hed_left {
        float: left;
        width: 580px;
    }
    .header_hed_regit {
        float: left;
        width: 580px;
        line-height: 35px;
        margin-top: 65px;
    }
    .header_btn {
        width: 1200px;
        height: 530px;
        background-color: #f5f8ff;
        margin: auto;
    }
    .her_btn {
        width: 100%;
        background-color: #f5f8ff;
    }
    .header_btn_img {
        width: 100%;
        margin-top: 35px;
    }
    .header_btn_h2 {
        margin-top: 50px;
    }
    .header_btn_left {
        float: left;
        width: 580px;
        line-height: 35px;
    }
    .header_btn_regit {
        float: left;
        width: 580px;
        line-height: 35px;
        margin-top: 65px;
    }
    .PDA {
        margin-top: 65PX;
    }
    .ish1 {
        margin-top: 65px;
        font-size: 50px;
    }
    .header_top_div {
        /* font-weight: bold; */
        height: 300px;
        width: 1000px;
        border-radius: 25px;
        /* font-family: fangsong; */
        line-height: 40px;
    }
}

@media screen and (max-width: 600px) {
    body {
        background-color: #f1f4f9;
    }
    .header_top {
        /* margin-top: 60px; */
        color: white;
        width: 100%;
        height: 200px;
        text-align: center;
    }
    .header_top_div {
        padding-top: 50px;
    }
    .header_hed_img {
        width: 100%;
    }
    .header_btn_img {
        width: 100%;
    }
    .admin {
        display: none;
    }
    .consumers {
        display: none;
    }
    .header_hed_left {
        width: 96%;
        margin: auto;
    }
    .header_btn_regit {
        width: 96%;
        margin: auto;
    }
    .header_btn_left {
        width: 96%;
        margin: auto;
    }
    .header_hed_regit {
        width: 96%;
        margin: auto;
    }
    .header_hed_h2 {
        text-align: center;
    }
    .header_btn_h2 {
        text-align: center;
    }
    .home {
        display: none;
    }
    .cla {
        line-height: 28px;
    }
    .phone {
        box-shadow: 2px 11px 12px 2px #b9b9b9;
        margin-top: 30px;
    }
}