.wholesale {
    width: 100%;
    /*height: 400px;*/
}

.wholesale>img {
    /*height: 100%;*/
    width: 100%;
}

/* PC */
@media screen and (min-width:981px) {
    .wholesale_tab {
        height: 50px;
        width: 100%;
    }

    .partner_tab {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 2px 5px #ccc;
    }

    .partner_tab>li {
        width: 200px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 100%;
        background-color: var(--7f7f7f);
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .partner_tab>.partner_tab_active {
        background-color: var(--27397c);

    }

    .wholesale_num>ul>li {
        width: 100%;
        height: 100%;
        position: relative;
        display: none;
        margin: auto;
    }

    .wholesale_num>ul>li>img {
        max-width: 100%;
    }

    .wholesale_num>ul>.img_block {
        display: block;
    }

    .transport_EK {
        display: flex;
        align-items: center;
    }

    .transport_EK>img {
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        border-radius: 50%;
        box-shadow: 1px 1px 5px #ccc;
        margin-right: 10px;
    }

    .transport_EK>h2 {
        font-size: 30px;
        color: var(--27397c);
        font-weight: 900;
    }

    .img_block>.transport_title>.transport_EK_p {
        margin-left: 70px;
        font-size: 12px;
        color: var(--424451);
    }

    .transport_title {
        padding: 50px 0;
    }

    .transport_content {
        display: flex;
        background-color: #f1f1f1;
        box-shadow: 0px 1px 5px #ccc;
    }

    .transport_content>img {
        width: 475px;
        height: 300px;
    }

    .transport_text {
        padding: 0px 50px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .transport_text>span {
        display: inline-block;
        margin-bottom: 30px;
    }

    .transport_text>ol {
        font-weight: 1000;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

    .transport_text>ol>li {
        line-height: 15px;
        height: auto !important;
        margin-bottom: 5px;
    }

    button {
        outline: none;
    }

    .transport_text>button {
        background-color: var(--d80c24);
        border: none;
        color: #fff;
        width: 100px;
        border-radius: 5px;
        font-size: 12px;
        padding: 4px;
    }

    .EK_title {
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin: 50px auto 0;
    }

    .EK_div {
        margin-top: 10px;
        width: 100%;
        height: 193px;
        background-color: #fbfbfb;
        box-shadow: 0px 3px 5px #f1f1f1;
        /* margin-bottom: 50px; */
    }

    .land_carriage {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .land_carriage>span {
        display: inline-block;
        width: 180px;
        font-size: 16px;
        margin-top: 10px;
    }

    .land_carriage2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .land_carriage2>span {
        display: inline-block;
        width: 620px;
        font-size: 16px;
        margin-top: 10px;
    }

    .EK_box {
        width: 100%;
        margin-bottom: 100px;
    }

    .EK_box ul {
        display: flex;
        justify-content: space-between;
        /*height: 100%;*/
        margin: 50px 0;
        height: 280px;
    }

    .EK_box_ul>li {
        width: 345px;
        height: 100%;
        background-color: #fff;
        box-shadow: 0px 3px 5px #ccc;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .EK_box_ul>li>p {
        /*font-size: 14px;*/
        text-align: center;
    }

    .EK_box_text {
        padding-bottom: 100px;
    }

    .EK_box_text>h3 {
        font-size: 22px;
        padding: 0 10px 0;
        border-left: 8px solid var(--27397c);
    }

    .EK_box_text>p {
        font-size: 16px
    }

    /*遮罩*/
    .register_shade {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 20;
        left: 0;
        background-color: rgba(155, 155, 155, .5);
        display: none;
    }

    .register_shade_content {
        background-color: var(--27397c);
        width: 1080px;
        height: 260px;
        border-radius: 10px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding: 20px 0 10px;
        justify-content: space-around;
        align-items: center;

    }

    .register_shade_content>img {
        width: 160px;
    }

    .register_shade_content>p {
        font-size: 30px;
        font-weight: 900;
        color: #fff;
    }
}

/* H5 */
@media screen and (max-width:980px) {
    .wholesale_tab {
        height: 50px;
        width: 100%;
    }

    .partner_tab {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 2px 5px #ccc;
    }

    .partner_tab>li {
        width: 200px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        height: 100%;
        background-color: var(--7f7f7f);
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .partner_tab>.partner_tab_active {
        background-color: var(--27397c);

    }

    .wholesale_num>ul>li {
        width: 100%;
        height: 100%;
        position: relative;
        display: none;
        margin: auto;
    }

    .wholesale_num>ul>li>img {
        max-width: 100%;
    }

    .wholesale_num>ul>.img_block {
        display: block;
    }

    .transport_EK {
        display: flex;
        align-items: center;
    }

    .transport_EK>img {
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        border-radius: 50%;
        box-shadow: 1px 1px 5px #ccc;
        margin-right: 10px;
    }

    .transport_EK>h1 {
        font-size: 30px;
        color: var(--27397c);
        font-weight: 900;
    }

    .img_block>.transport_title>.transport_EK_p {
        margin-left: 70px;
        font-size: 16px;
        color: var(--424451);
    }

    .transport_title {
        padding: 50px 0;
    }

    .transport_content {
        display: flex;
        flex-direction: column;
        background-color: #f1f1f1;
        box-shadow: 0px 1px 5px #ccc;
    }

    .transport_content>img {
        /* width: 475px; */
        width: 100%;
        height: 300px;
    }

    .transport_text {
        padding: 1px 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .transport_text>span {
        display: inline-block;
        margin-bottom: 30px;
    }

    .transport_text>ol {
        font-weight: 1000;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

    .transport_text>ol>li {
        line-height: 15px;
        height: auto !important;
        margin-bottom: 5px;
    }

    button {
        outline: none;
    }

    .transport_text>button {
        background-color: var(--d80c24);
        border: none;
        color: #fff;
        width: 100px;
        border-radius: 5px;
        font-size: 12px;
        padding: 4px;
        margin-bottom: 20px;
    }

    .EK_title {
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin: 50px auto 0;
    }

    .EK_div {
        margin-top: 10px;
        width: 100%;
        height: 125px;
        background-color: #fbfbfb;
        box-shadow: 0px 3px 5px #f1f1f1;
        /* margin-bottom: 50px; */
    }

    /* .EK_div>img {
        width: 100%;
    } */
    .EK_div_img_h5_1 {
        width: 83%;
    }
    .EK_div_img_h5_2 {
        width: 60%;
    }
    .EK_div_img_h5_3 {
        width: 88%;
    }

    .land_carriage {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .land_carriage>span {
        display: inline-block;
        width: 180px;
        font-size: 16px;
        margin-top: 10px;
        line-height: 18px;
    }

    .land_carriage2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .land_carriage2>span {
        display: inline-block;
        width: 620px;
        font-size: 16px;
        margin-top: 10px;
    }

    .EK_box {
        width: 100%;
        margin-bottom: 100px;
    }

    .EK_box ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
    }

    .EK_box_ul>li {
        width: 345px;
        height: 100%;
        background-color: #fff;
        box-shadow: 0px 3px 5px #ccc;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .EK_box_ul>li>p {
        /*font-size: 14px;*/
        text-align: center;
    }

    .EK_box_text {
        padding-bottom: 100px;
    }

    .EK_box_text>h3 {
        font-size: 22px;
        padding: 0 10px 0;
        border-left: 8px solid var(--27397c);
    }

    .EK_box_text>p {
        font-size: 16px
    }

    /*遮罩*/
    .register_shade {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 20;
        left: 0;
        background-color: rgba(155, 155, 155, .5);
        display: none;
    }

    .register_shade_content {
        background-color: var(--27397c);
        width: 1080px;
        height: 260px;
        border-radius: 10px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding: 20px 0 10px;
        justify-content: space-around;
        align-items: center;

    }

    .register_shade_content>img {
        width: 160px;
    }

    .register_shade_content>p {
        font-size: 30px;
        font-weight: 900;
        color: #fff;
    }
}