.baas {
    width: 100%;
}

.baasIntroduce {
    width: calc(100% - 320px);
    padding: 80px 160px;
}

.baasIntroduce .introduceTitle {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.baasIntroduce .introduceTitle img {
    width: 600px;
    height: 100px;
}

.baasIntroduce .introduceTitle div {
    width: 100px;
    height: 6px;
    background-color: #085CFF;
    margin-top: 30px;
}

.baasIntroduce .introduceContent {
    width: calc(100% - 500px);
    padding: 0 250px;
    margin-top: 40px;

    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 40px;
}

.baasIntroduce .introduceContent span {
    color: #085CFF;
}

.baasWhy {
    width: 100%;
    padding: 80px 0;
    /* background-image: url('../images/baas/why_bg.png'); */
    background-size: 100% 100%;
}

.baasWhy .baasWhyTitle {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #222222;
    text-align: center;
}

.baasWhy .baasWhyContent {
    width: calc(100% - 720px);
    padding: 0 360px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.baasWhy .baasWhyContent .baasWhyList {
    width: 380px;
    height: 200px;
    box-shadow: 0px 10px 24px 0px rgba(5, 69, 194, 0.1);
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 20px;
}

.baasWhy .baasWhyContent .baasWhyList .baasWhyListWhite {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FFFFFF 0%, #F3F5F8 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    display: block;
}

.baasWhy .baasWhyContent .baasWhyList .baasWhyListWhite .baasWhyListContentBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.baasWhy .baasWhyContent .baasWhyList .baasWhyListWhite img {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
}

.baasWhy .baasWhyContent .baasWhyList .baasWhyListWhite div {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
}

.baasWhy .baasWhyContent .baasWhyList .baasWhyListBlue {
    width: calc(100% - 64px);
    height: calc(100% - 92px);
    padding: 46px 32px;
    background: linear-gradient(0deg, #216BFD 0%, #679AFF 100%);
    border-radius: 6px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    display: none;
}

.baasWhy .baasWhyContent .baasWhyList:hover .baasWhyListWhite {
    display: none;
}

.baasWhy .baasWhyContent .baasWhyList:hover .baasWhyListBlue {
    display: block;
}

.baasAdvantage {
    width: 100%;
    padding: 80px 0;
    background-image: url('../images/baas/bottom1.png');
}

.baasAdvantage .baasAdvantageTitleBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.baasAdvantage .baasAdvantageTitleBox .baasAdvantageTitle {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #222222;
}

.baasAdvantage .baasAdvantageTitleBox .baasAdvantageTitleOther {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #A1A1A1;
    margin-top: 20px;
}

.baasAdvantage .baasAdvantageContent {
    width: calc(100% - 720px);
    padding: 0 360px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.baasAdvantage .baasAdvantageContent .baasAdvantageList {
    width: 458px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin-top: 48px;
}

.baasAdvantage .baasAdvantageContent .baasAdvantageList img {
    width: 66px;
    height: 66px;
}

.baasAdvantage .baasAdvantageContent .baasAdvantageList .advantageText1 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #222222;
    margin-top: 25px;
}

.baasAdvantage .baasAdvantageContent .baasAdvantageList .advantageText2 {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    margin-top: 20px;
    height: 62px;
}

.sysFrame {
    width: 100%;
    padding: 50px 0;
    background-color: #FBFBFF;
}

.sysFrame .sysFrameTitle {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #222222;
    text-align: center;
}

.sysFrame .sysFrameContent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.sysFrame .sysFrameContent img {
    width: 1200px;
    height: 680px;
}

.platformShow {
    width: 100%;
    padding: 50px 0;
    background-color: #FFFFFF;
}

.platformShow .platformShowTitle {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #222222;
    text-align: center;
}

.platformShow .platformShowContent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.platformShow .platformShowContent img {
    width: 970px;
    height: 300px;
}

.caseIntroduce {
    width: calc(100% - 720px);
    padding: 80px 360px;
    background-image: url("../images/baas/caseIntroduce_bg.png");
    background-size: 100% 100%;
}

.caseIntroduce .caseIntroduceTitleBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.caseIntroduce .caseIntroduceTitleBox .caseIntroduceTitle {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #222222;
}

.caseIntroduce .caseIntroduceTitleBox .caseIntroduceTitleOther {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #A1A1A1;
    margin-top: 20px;
}

.caseIntroduce .caseSwiper {
    width: 100%;
    margin-top: 50px;
}

.caseIntroduce .caseSwiper .caseCard {
    width: 100%;
}

.caseIntroduce .caseSwiper .caseCard .caseCardContent {
    width: 850px;
    height: 220px;
    padding: 20px 75px;
    box-shadow: 0px 10px 24px 0px rgba(8, 92, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    margin: 0 auto;
}

.caseIntroduce .caseSwiper .caseCard .caseCardContent img {
    width: 50px;
    height: 50px;
}

.caseIntroduce .caseSwiper .caseCard .caseCardContent .caseTitle {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
    margin-top: 20px;
}

.caseIntroduce .caseSwiper .caseCard .caseCardContent .caseText {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-top: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /*超出2行就显示省略号，可以填3或者其它正整数*/
}