/*!
* WMN Join Style
* Copyright © 2022 waimaoniu.com
*
* @link: https://www.waimaoniu.com/
* @author: lzx
* @version: 2.0.1
*/
.w-slide .w-slide-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    background-color: #ebf2ff
}

.w-slide .w-slide-item .icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #337EFF;
    margin-right: 16px
}

.w-slide .w-slide-item img {
    display: block;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: contain
}

.w-slide .w-slide-item h4 {
    display: block;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    width: 100%;
    min-width: 10em;
    text-align: center;
    word-break: keep-all
}

@media screen and (max-width: 1080px) {
    .w-slide .w-slide-item {
        flex-direction:column;
        padding: 16px
    }

    .w-slide .w-slide-item .icon {
        margin-right: 0;
        margin-bottom: 16px
    }

    .w-slide .w-slide-item h4 {
        font-size: 14px;
        line-height: 1.576
    }
}

.w-condition {
    background-color: #337EFF;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat
}

.w-condition .w-condition-item {
    background-color: rgba(255,255,255,0.9);
    border-radius: 8px
}

.w-condition .w-condition-item-wrap {
    text-align: center;
    font-size: 0;
    line-height: 1;
    padding: 32px
}

.w-condition .w-condition-item-wrap>img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 56px;
    margin-right: 16px
}

.w-condition .w-condition-item-wrap>h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.8;
    color: #337EFF
}

@media screen and (max-width: 1080px) {
    .w-condition .w-condition-item-wrap {
        padding:16px
    }

    .w-condition .w-condition-item-wrap>img {
        display: block;
        margin: 0 auto 8px;
        height: 32px
    }

    .w-condition .w-condition-item-wrap>h4 {
        display: block;
        font-size: 14px;
        line-height: 1.576;
        text-align: center
    }
}

.w-process .w-process-content {
    padding: 32px 0
}

.w-process .w-process-item {
    display: flex;
    flex-direction: column;
    padding: 124px 0 0
}

.w-process .w-process-cover {
    background-color: #337EFF;
    height: 100%;
    color: #fff;
    padding: 24px 3%;
    clip-path: polygon(0 0, 97% 0, 100% 50%, 97% 100%, 0 100%, 3% 50%)
}

.w-process .w-process-cover>img {
    display: block;
    height: 40px;
    width: auto;
    margin: 0 auto
}

.w-process .w-process-cover>span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 12px
}

.w-process .w-process-intro {
    height: 124px;
    position: relative
}

.w-process .w-process-intro:before,.w-process .w-process-intro:after {
    display: block;
    position: absolute;
    z-index: 1;
    content: '';
    background-color: #ddd
}

.w-process .w-process-intro:before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0
}

.w-process .w-process-intro:after {
    width: 1px;
    height: 50%;
    top: 50%;
    left: 50%
}

.w-process .w-process-intro>span {
    display: block;
    position: relative;
    z-index: 2;
    margin: 42px auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    background-color: #FAFAFA;
    border-radius: 50%;
    color: #999
}

.w-process .swiper-slide:nth-child(odd) .w-process-item {
    padding: 0 0 124px
}

.w-process .swiper-slide:nth-child(odd) .w-process-intro {
    order: 2
}

.w-process .swiper-slide:nth-child(odd) .w-process-intro:after {
    top: 0
}

.w-process .swiper-slide:first-child .w-process-intro:before {
    width: 50%;
    left: 50%
}

.w-process .swiper-slide:last-child .w-process-intro:before {
    width: 50%
}

@media screen and (max-width: 1080px) {
    .w-process .w-process-wrap {
        padding:0
    }

    .w-process .w-process-content {
        padding: 16px 0
    }

    .w-process .w-process-item {
        padding: 0
    }

    .w-process .w-process-cover {
        padding: 16px 3%
    }

    .w-process .w-process-cover>span {
        font-size: 14px;
        line-height: 1.576
    }

    .w-process .w-process-intro {
        display: none
    }

    .w-process .swiper-slide {
        width: 50vw
    }

    .w-process .swiper-slide:nth-child(odd) .w-process-item {
        padding: 0
    }
}

.w-training {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.w-training .w-training-backing {
    background-color: rgba(51,126,255,0.8);
    padding: 64px 0
}

.w-training .w-training-list {
    padding: 32px 0
}

.w-training .w-training-more {
    text-align: center
}

@media screen and (max-width: 1080px) {
    .w-training .w-training-wrap {
        padding:0
    }

    .w-training .swiper-slide {
        width: 70vw
    }
}
