.inquiry {
    padding: 40px 0 122px 0;
}

.inquiry .wrap .title {
    font-weight: 800;
    font-size: 24px;
    color: #121212;
    margin: 0 0 47px;
}

.inquiry .wrap .content {
    height: 460px;
    display: flex;
}

.inquiry .wrap .content .l {
    width: 350px;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.inquiry .wrap .content .l .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.inquiry .wrap .content .l .position .iconfont {
    color: #FFFFFF;
    font-size: 57px;
    margin: 0 0 46px;
}

.inquiry .wrap .content .l .position .text h1 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 19px;
}

.inquiry .wrap .content .l .position .text p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.8;
}

.inquiry .wrap .content .l .position .pick {
    margin: 80px 0 0 0;
}

.inquiry .wrap .content .l .position .pick h1 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 5px;
}

.inquiry .wrap .content .l .position .pick p {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.inquiry .wrap .content .flex {
    flex: 1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.inquiry .wrap .content .flex .item {
    width: 355px;
    height: 225px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    transition: .6s;
}

.inquiry .wrap .content .flex .item .item_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 69px 0 49px;
    opacity: 0;
    pointer-events: none;
    transition: .6s;
}

.inquiry .wrap .content .flex .item .item_mask .zuo {
    text-align: center;
    width: 100%;
}

.inquiry .wrap .content .flex .item .item_mask .zuo h1 {
    font-weight: bold;
    font-size: 24px;
    color: #EC4000;
    margin: 0 0 25px;
}

.inquiry .wrap .content .flex .item .item_mask .zuo .list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry .wrap .content .flex .item .item_mask .zuo .list:not(:last-child) {
    margin: 0 0 10px;
}

.inquiry .wrap .content .flex .item .item_mask .zuo .list .iconfont {
    color: #8E9099;
    font-size: 17px;
    margin: 0 15px 0 0;
}

.inquiry .wrap .content .flex .item .item_mask .zuo .list p {
    font-weight: 500;
    font-size: 16px;
    color: #282A35;
}

.inquiry .wrap .content .flex .item .item_mask .zuo .list p:nth-child(3) {
    margin: 0 0 0 20px;
}

.inquiry .wrap .content .flex .item .item_mask .code {
    text-align: center;
}

.inquiry .wrap .content .flex .item .item_mask .code img {
    width: 126px;
}

.inquiry .wrap .content .flex .item .item_mask .code p {
    font-weight: 400;
    font-size: 14px;
    color: #282A35;
    margin: 10px 0 0 0;
}

.inquiry .wrap .content .flex .item .circle {
    width: 90px;
    height: 90px;
    background: #EC4000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.inquiry .wrap .content .flex .item .circle .te {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EC4000;
    font-size: 38px;
}

.inquiry .wrap .content .flex .item .circle .te p {
    font-family: DINCond-Black;
    font-weight: 400;
    font-size: 24px;
    color: #EC4000;
}

.inquiry .wrap .content .flex .item p {
    font-weight: 500;
    font-size: 24px;
    color: #343747;
}

.inquiry .wrap .content .flex .item.big {
    width: 538px;
}

.inquiry .wrap .content .flex .item.big .item_mask .zuo {
    text-align: left;
}

.inquiry .wrap .content .flex .item.big .item_mask .zuo .list {
    justify-content: unset;
}

.inquiry .wrap .content .flex .item:nth-child(1) .circle .te {
    font-size: 30px;
}

.inquiry .wrap .content .flex .item:nth-child(3) .circle .te {
    font-size: 25px;
}

.inquiry .wrap .content .flex .item:nth-child(4) .circle .te {
    font-size: 30px;
}

.inquiry .wrap .content .flex .item:hover {
    box-shadow: 0px 8px 10px 0px rgba(14, 19, 29, 0.08);
}

.inquiry .wrap .content .flex .item:hover .item_mask {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width: 1920px) {
    .inquiry {
        padding: 2.0833333333vw 0 6.3541666667vw 0;
    }

    .inquiry .wrap .title {
        font-weight: 800;
        font-size: 1.25vw;
        color: #121212;
        margin: 0 0 2.4479166667vw;
    }

    .inquiry .wrap .content {
        height: 23.9583333333vw;
        display: flex;
    }

    .inquiry .wrap .content .l {
        width: 18.2291666667vw;
        height: 100%;
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 0.5208333333vw;
        overflow: hidden;
        margin: 0 0.5208333333vw 0 0;
    }

    .inquiry .wrap .content .l .img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .inquiry .wrap .content .l .position .iconfont {
        color: #FFFFFF;
        font-size: 2.96875vw;
        margin: 0 0 2.3958333333vw;
    }

    .inquiry .wrap .content .l .position .text h1 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #FFFFFF;
        margin: 0 0 0.9895833333vw;
    }

    .inquiry .wrap .content .l .position .text p {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #FFFFFF;
        line-height: 1.25vw;
        opacity: 0.8;
    }

    .inquiry .wrap .content .l .position .pick {
        margin: 4.1666666667vw 0 0 0;
    }

    .inquiry .wrap .content .l .position .pick h1 {
        font-weight: bold;
        font-size: 1.0416666667vw;
        color: #FFFFFF;
        margin: 0 0 0.2604166667vw;
    }

    .inquiry .wrap .content .l .position .pick p {
        font-weight: 500;
        font-size: 0.9375vw;
        color: #FFFFFF;
    }

    .inquiry .wrap .content .flex {
        flex: 1;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }

    .inquiry .wrap .content .flex .item {
        width: 18.4895833333vw;
        height: 11.71875vw;
        background: #fff;
        border-radius: 0.5208333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        transition: .6s;
    }

    .inquiry .wrap .content .flex .item .item_mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3.59375vw 0 2.5520833333vw;
        opacity: 0;
        pointer-events: none;
        transition: .6s;
    }

    .inquiry .wrap .content .flex .item .item_mask .zuo {
        text-align: center;
        width: 100%;
    }

    .inquiry .wrap .content .flex .item .item_mask .zuo h1 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #EC4000;
        margin: 0 0 1.3020833333vw;
    }

    .inquiry .wrap .content .flex .item .item_mask .zuo .list {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inquiry .wrap .content .flex .item .item_mask .zuo .list:not(:last-child) {
        margin: 0 0 0.5208333333vw;
    }

    .inquiry .wrap .content .flex .item .item_mask .zuo .list .iconfont {
        color: #8E9099;
        font-size: 0.8854166667vw;
        margin: 0 0.78125vw 0 0;
    }

    .inquiry .wrap .content .flex .item .item_mask .zuo .list p {
        font-weight: 500;
        font-size: 0.8333333333vw;
        color: #282A35;
    }

    .inquiry .wrap .content .flex .item .item_mask .zuo .list p:nth-child(3) {
        margin: 0 0 0 1.0416666667vw;
    }

    .inquiry .wrap .content .flex .item .item_mask .code {
        text-align: center;
    }

    .inquiry .wrap .content .flex .item .item_mask .code img {
        width: 6.5625vw;
    }

    .inquiry .wrap .content .flex .item .item_mask .code p {
        font-weight: 400;
        font-size: 0.7291666667vw;
        color: #282A35;
        margin: 0.5208333333vw 0 0 0;
    }

    .inquiry .wrap .content .flex .item .circle {
        width: 4.6875vw;
        height: 4.6875vw;
        background: #EC4000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.0416666667vw;
    }

    .inquiry .wrap .content .flex .item .circle .te {
        width: 3.125vw;
        height: 3.125vw;
        background: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #EC4000;
        font-size: 1.9791666667vw;
    }

    .inquiry .wrap .content .flex .item .circle .te p {
        font-family: DINCond-Black;
        font-weight: 400;
        font-size: 1.25vw;
        color: #EC4000;
    }

    .inquiry .wrap .content .flex .item p {
        font-weight: 500;
        font-size: 1.25vw;
        color: #343747;
    }

    .inquiry .wrap .content .flex .item.big {
        width: 28.0208333333vw;
    }

    .inquiry .wrap .content .flex .item.big .item_mask .zuo {
        text-align: left;
    }

    .inquiry .wrap .content .flex .item.big .item_mask .zuo .list {
        justify-content: unset;
    }

    .inquiry .wrap .content .flex .item:nth-child(1) .circle .te {
        font-size: 1.5625vw;
    }

    .inquiry .wrap .content .flex .item:nth-child(3) .circle .te {
        font-size: 1.3020833333vw;
    }

    .inquiry .wrap .content .flex .item:nth-child(4) .circle .te {
        font-size: 1.5625vw;
    }

    .inquiry .wrap .content .flex .item:hover {
        box-shadow: 0vw 0.4166666667vw 0.5208333333vw 0vw rgba(14, 19, 29, 0.08);
    }

    .inquiry .wrap .content .flex .item:hover .item_mask {
        opacity: 1;
        pointer-events: auto;
    }
}

/*# sourceMappingURL=inquiry.css.map */
@media screen and (max-width: 768px) {
  .inquiry .wrap .content .l {
    width: 100%;
  }
    .inquiry .wrap .content {
        display: block;
        height: unset;
    }
    .inquiry .wrap .title {
        font-size: 20px;
        margin: 0 0 30px;
    }
    .inquiry {
        padding: 30px 0;
    }
    .inquiry .wrap .content .flex .item.big {
        width: 48%;
        height: fit-content;
    }
    .inquiry .wrap .content .flex .item .circle {
        width: 70px;
        height: 70px;
    }
    .inquiry .wrap .content .flex .item .circle .te {
        width: 80%;
        height: 80%;
        font-size: 28px!important;
    }
    .inquiry .wrap .content .flex .item {
        padding: 30px 0;
        margin: 15px 0;
        border-radius: 10px;
    }
    .inquiry .wrap .content .flex .item p {
        font-size: 14px;
        margin: 10px 0 0;
    }
    .inquiry .wrap .content .l .position .iconfont {
        font-size: 30px;
        margin: 0 0 15px;
    }
    .inquiry .wrap .content .l .position .text h1,.inquiry .wrap .content .l .position .pick h1 {
        font-size: 16px;
        margin: 0 0 5px;
    }
    .inquiry .wrap .content .l .position .text p,.inquiry .wrap .content .l .position .pick p {
        font-size: 14px;
        line-height: 1.5;
    }
    .inquiry .wrap .content .l {
        padding: 20px 0;
        border-radius: 10px;
    }
}
