.banner_border::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 1.354167vw;
    height: .208333vw;
    background: #30B3B7;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

.banner_border_all {
    position: relative;
}

.banner_border_all::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 1.354167vw;
    height: .208333vw;
    background: #30B3B7;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.container {
    display: flex;
    width: 100%;
    height: 776px;
    background: url(../../img/monoIntroduce/Rectangle.png) no-repeat;
    background-size: 100% 776px;
    margin-top: 60px;
}

.letf-bg {
    width: 435px;
    height: 524px;
    background: url(../../img/monoIntroduce/mono.png) no-repeat;
    background-size: 320px 524px;
    margin-top: 250px;
    margin-left: -20px;
}

.right-bg {
    width: 712px;
    height: 749px;
    background: url(../../img/monoIntroduce/bigCircle.png) no-repeat;
    background-size: 712px 749px;
    margin-right: -20px;
    margin-top: -100px;
}

.main-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.content-left {}

.work-bench {
    width: 345px;
    display: flex;
    align-items: center;
    margin-top: 122px;
    margin-bottom: 25px;
}

.work-logo {
    width: 58px;
    height: 58px;
    background: url(../../img/monoIntroduce/ellipse.png) no-repeat;
    background-size: 58px 58px;
}

.work-theme {
    width: 132px;
    height: 35px;
    background: url(../../img/monoIntroduce/theme.png) no-repeat;
    background-size: 132px 35px;
    margin-left: 8px;
    margin-right: 8px;
}

.work-title {
    border-radius: 20px 20px 20px 2px;
    background: linear-gradient(90deg, #3FDEB1 0%, #2F91F0 100%);
    width: 113px;
    height: 35px;
    font-family: zcoolqingkehuangyouti;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
}

.features-list {}

.feature-item {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    line-height: 52px;
    color: #12274B;

}

.feature-icon {
    width: 24px;
    height: 24px;
}

.work-btn {
    width: 456px;
    height: 62px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    cursor: pointer;
}



.work-btn div:first-child {
    width: 278px;
    height: 62px;
    background: #FFFFFF;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin: 0;
    color: #606266;
    border-radius: 10px 0 0 10px;
    line-height: 62px;
}

.work-btn div:last-child {
    width: 169px;
    height: 62px;
    margin: 0;
    background: linear-gradient(270deg, #2F92EF 2.96%, #3FDDB1 100%);
    font-family: PingFang SC;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 0 10px 10px 0;
    line-height: 62px;
}

.content-right {
    position: relative;
}

.pink-bg {
    width: 599px;
    height: 630px;
    background: url(../../img/monoIntroduce/powderAperture.png) no-repeat;
    background-size: 599px 630px;
    position: absolute;
    top: -50px;
    left: 210px;
}

.point-bg {
    width: 554px;
    height: 552px;
    background: url(../../img/monoIntroduce/point.png) no-repeat;
    background-size: 554px 552px;
    position: absolute;
    top: 180px;
    left: 300px;
}

.blue-bg {
    width: 539px;
    height: 567px;
    background: url(../../img/monoIntroduce/aperture.png) no-repeat;
    background-size: 539px 567px;
    position: absolute;
    top: 244px;
    left: 0;
}

.info-box {
    width: 592px;
    height: 452px;
    border-radius: 16px;
    background: linear-gradient(90deg, #EBF5F6 0%, #EDEAF7 100%);
    border: 1px solid #C6C9E4;
    position: absolute;
    z-index: 2;
    top: 108px;
    left: 160px;
}

.info-img {
    width: 566px;
    height: 422px;
    background: url(../../img/monoIntroduce/info.png) no-repeat;
    background-size: 566px 422px;
    margin: 15px auto;
    border-radius: 10px;

}

.post-box {
    width: 400px;
    height: 158px;
    background: linear-gradient(90deg, rgba(235, 245, 246, 0.8) 0%, rgba(237, 234, 247, 0.8) 100%);
    border: 1px solid #C6C9E4;
    position: absolute;
    border-radius: 16px;
    z-index: 3;
    top: 486px;
    left: 102px;
}

.post-img {
    width: 376px;
    height: 134px;
    background: url(../../img/monoIntroduce/job.png) no-repeat;
    background-size: 376px 134px;
    margin: 12px auto;
    border-radius: 10px;
}