.saas {
    margin-top: 66px;
    background-color: #f0f3f5;
}

.header {
    width: 100%;
    height: 373px;
    background-image: url(https://cdn.zhoupu123.com/website/casecenter/casecenter-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.header h1 {
    padding-top: 119px;
    font-size: 58px;
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    color: #ffffff;
    line-height: 81px;
}

.header p {
    font-size: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
}

.success {
    width: 100%;
    height: 800px;
}

.success .success_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.success .success_container .success_body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.success .success_container .success_body .left_text {
    box-sizing: border-box;
    width: 600px;
    height: 337.5px;
    background: #ffffff;
    border-radius: 6px 4px 4px 6px;
    padding: 40px;
}

.success .success_container .success_body .left_text h1 {
    width: 483px;
    line-height: 35px;
    font-style: normal;
    font-size: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.success .success_container .success_body .left_text p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: right;
    font-style: normal;
    margin-top: 50px;
    margin-bottom: 20px;
}

.success .success_container .success_body .left_text img {
    position: absolute;
    width: 150px;
    height: 100px;
    left: 412px;
}

.success .success_container .success_body .right_video {
    width: 1000px;
}

.success .success_container .success_body .right_video video {
    width: 100%;
}

.newslist .newslist_container {
    position: relative;
    margin-top: -6px;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.newslist .newslist_container .tabs_header {
    display: flex;
    justify-content: center;
}

.newslist .newslist_container .tabs_container {
    margin-top: 51px;
    width: 895px;
    height: 30px;
}

.newslist .newslist_container .tabs_container ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.newslist .newslist_container .tabs_container ul li {
    list-style: none;
    margin: 0 auto;
    font-size: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.newslist .newslist_container .news_container {
    display: grid;
    grid-template-columns: repeat(3, 380px);
    grid-template-rows: repeat(3, 300px);
    gap: 30px;
}

.newslist .newslist_container .news_container a:hover {
    text-decoration: none;
}

.newslist .newslist_container .news_card {
    width: 387px;
    height: 310px;
    background: #ffffff;
    border-radius: 12px;
}

.newslist .newslist_container .news_card .news_img {
    width: 100%;
    position: relative;
    height: 190px;
    overflow-y: hidden;
    border-radius: 12px 12px 0 0;
}

.newslist .newslist_container .news_card .news_img img {
    max-width: 100%;
    height: auto;
}

.newslist .newslist_container .news_card .news_content {
    position: relative;
    margin-left: 13px;
}

.newslist .newslist_container .news_card .news_content .news_text {
    margin-top: 7px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.newslist .newslist_container .news_card .news_content .news_date {
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    position: absolute;
    top: 83px;
}

.newslist .newslist_container .news_more {
    display: flex;
    justify-content: center;
    margin-top: 38px;
    padding-bottom: 47px;
}

.newslist .newslist_container .news_more .news_button {
    cursor: pointer;
    width: 164px;
    height: 50px;
    background: #1876ff;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
}

.QRCode {
    width: 100%;
    height: 332px;
    background: linear-gradient(180deg, #ffffff 0%, #d5e6ff 100%);
}

.QRCode .QRCode_img {
    display: flex;
    justify-content: center;
    padding-top: 54px;
}

.QRCode .QRCode_img img {
    width: 170px;
    height: 170px;
}

.QRCode .QRCode_text {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 25px;
    margin-top: 22px;
}

.contract {
    width: 100%;
    height: 150px;
    background: url(https://cdn.zhoupu123.com/website/casecenter/contract_background.png) 100%
        no-repeat;
    background-size: 100% 100%;
}

.contract .contract_text {
    color: rgba(255, 255, 255, 1);
    font-size: 27px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 38px;
    padding-top: 26px;
}

.button_group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    gap: 33px;
}

.button_group .button {
    width: 136px;
    height: 40px;
    font-size: 15px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 1);
}
