
.leader {
    width: 100%;
    background-color: #F8F8F8;
    min-height: 22.3rem
}



.leader-main {
    width: 110rem;
    /*height: 60rem;*/
    height: auto;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0 1.875rem 4.5rem;
    box-sizing: border-box;
}

.leaderitem {
    width: 90rem;
    height: 12.1875rem;
    background: #F8F8F8;
    padding: 1.25rem;
    box-sizing: border-box;
    margin-bottom: 1.25rem;
}

.leaderimg {
    width: 7.6875rem;
    height: 9.75rem;
    margin-right: 1.375rem;
}

.leader-name {
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.leader-z {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 1.0625rem 0 1.25rem;
    width: 54.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leader-btn {
    width: 6.875rem;
    height: 2.5rem;
    background: rgba(3, 126, 219, 0.1);
    border: 1px solid #037EDB;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #037EDB;
    text-align: center;
    text-decoration: none;
}

.leader-btn>div {
    flex-shrink: 0;
    text-align: center;
}

.leader-btn .icon-xiajiantou {
    margin-left: 0;
    transform: rotate(-90deg);
}

@media (max-width: 750px) {
    .leader {
        background-color: #FFFFFF !important;
        /* min-height: 9.3rem !important; */
        min-height: calc(100% - 2.1rem) !important;

    }

    .leader-main {
        width: 100% !important;
        height: auto;
        background-color: #FFFFFF;
        margin: 0 auto;
        padding: .3rem .24rem 0 !important;
        box-sizing: border-box;
    }


    .content {
        flex-wrap: wrap;
    }

    .leaderitem {
        width: 7.02rem !important;
        /* height: 1.95rem !important; */

        height: auto !important;
        padding: 0.2rem 0.2rem !important;
        justify-content: space-between;
        margin-top: .3rem !important;
        margin-bottom: 0.2rem;
    }

    .leaderimg {
        width: 1.2rem !important;
        height: 1.54rem !important;
        margin-right: 0.2rem !important;
    }

    .leader-name {
        font-size: .28rem !important;
        width: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .leader-z {
        font-size: .24rem !important;
        margin: .19rem 0 0 !important;
        width: 80% !important;
        word-break: break-all;
        white-space: pre-wrap;
    }

    .leader-btn {
        width: 3.50rem !important;
        height: .54rem !important;
        border-radius: 0.04rem !important;
        font-size: .24rem !important;

    }

    .pc {
        display: none !important;
    }

    .leader-btn .icon-xiajiantou {
        display: inline-block;
    }
 
}

@media (min-width: 750px) {
    .h5 {
        display: none !important;
    }
}