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

.header .ERP_header_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

.header .ERP_header_container h1 {
    padding-top: 112px;
    font-size: 46px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #ffffff;
    line-height: 65px;
}

.header .ERP_header_container p {
    font-size: 36px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 43px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header .ERP_header_container span {
    font-size: 23px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 43px;
}

.title_coopreate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 49px;
}

.title_line {
    display: flex;
    align-items: center;
    height: 42px;
    padding-left: 10px;
    border-left: 12px solid #1876ff;
}

.title_line h1 {
    font-size: 40px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #333333;
    line-height: 42px;
}

.describe {
    width: 100%;
    height: 463px;
    background: #fff;
}

.describe .describe_container {
    display: flex;
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    gap: 92px;
    justify-content: space-between;
    margin-top: 50px;
}

.describe .describe_container .left_text {
    padding-top: 77px;
}

.describe .describe_container .left_text h1 {
    font-size: 28px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #333333;
    line-height: 42px;
}

.describe .describe_container .left_text p {
    width: 493px;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 35px;
}

.describe .describe_container .left_text ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.describe .describe_container .left_text ul li {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798e;
    line-height: 22px;
    list-style-type: none;
    background: url(https://cdn.zhoupu123.com/website/efficientBusinessSolutions/efficientBusinessSolutions_icon7.png)
        no-repeat 0rem 0.2rem;
    background-size: 18px 18px;
    text-indent: 1.5em;
}

.describe .describe_container .right_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 532px;
    height: 355px;
    background: #ffffff;
    border-radius: 8px;
    border: 2px solid rgba(174, 204, 255, 0.32);
}

.describe .describe_container .right_img img {
    width: 424px;
    height: 285px;
}

.ques_coopreate {
    height: 493px;
    background: #f5f9ff;
}

.ques_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.ques_coopreate .ques_container .ques_body {
    margin-top: 74px;
    display: flex;
    justify-content: space-between;
    gap: 17px;
    position: relative;
}

.ques_coopreate .ques_container .ques_body .ques_card {
    width: 226px;
    background: #ffffff;
    border-radius: 8px;
}

.ques_coopreate .ques_container .ques_body .ques_card .ques_title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 59px;
    background-image: url(https://cdn.zhoupu123.com/website/oursaassoftwareERP/oursaassoftwareERP_img2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 8px 8px 0px 0px;
}

.ques_coopreate .ques_container .ques_body .ques_card .ques_title .icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.ques_coopreate .ques_container .ques_body .ques_card .ques_title .icon img {
    width: 100%;
}

.ques_coopreate .ques_container .ques_body .ques_card .ques_title p {
    font-size: 20px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #ffffff;
    line-height: 28px;
}

.ques_coopreate .ques_container .ques_body .ques_card .ques_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.ques_coopreate .ques_container .ques_body .ques_card .ques_content ul {
    width: 92%;
    padding-left: 30px;
    text-align: left;
}

.ques_coopreate .ques_container .ques_body .ques_card .ques_content ul li {
    font-size: 13px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798e;
    line-height: 24px;
    list-style-type: disc;
    list-style-position: inside;
}

.doforu {
    height: 630px;
    background: #fff;
}

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

.doforu .doforu_container .doforu_body {
    position: relative;
    margin-top: 70px;
}

.doforu .doforu_container .doforu_body .doforu_first {
    margin-bottom: 60px;
}

.doforu .doforu_container .doforu_body .doforu_first p {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #333333;
    line-height: 25px;
    margin-bottom: 15px;
}

.doforu .doforu_container .doforu_body .doforu_first .doforu_first_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}

.doforu .doforu_container .doforu_body .doforu_first .doforu_first_content .doforu_first_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 120px;
    background: #1876ff;
    border-radius: 4px;
}

.doforu .doforu_container .doforu_body .doforu_first .doforu_first_content .doforu_first_title p {
    width: 70px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 0;
    text-align: center;
}

.doforu .doforu_container .doforu_body .doforu_first .doforu_first_content .doforu_first_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 208px;
    height: 120px;
    background: #f5f8ff;
    border-radius: 4px;
    border: 1px solid #1876ff;
}

.doforu .doforu_container .doforu_body .doforu_first .doforu_first_content .doforu_first_card img {
    width: 30px;
    height: 30px;
}

.doforu .doforu_container .doforu_body .doforu_first .doforu_first_content .doforu_first_card p {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    color: #1876ff;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 8px;
}

.doforu .doforu_container .doforu_body .doforu_first .doforu_first_content .doforu_first_card span {
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_45_Light;
    color: #1876ff;
    line-height: 20px;
    text-align: center;
}

.doforu .doforu_container .doforu_body .doforu_second p {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #333333;
    line-height: 25px;
    margin-bottom: 15px;
}

.doforu .doforu_container .doforu_body .doforu_second .doforu_second_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}

.doforu .doforu_container .doforu_body .doforu_second .doforu_second_content .doforu_second_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 120px;
    background: #ff9900;
    border-radius: 4px;
}

.doforu
    .doforu_container
    .doforu_body
    .doforu_second
    .doforu_second_content
    .doforu_second_title
    p {
    width: 70px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 0;
    text-align: center;
}

.doforu .doforu_container .doforu_body .doforu_second .doforu_second_content .doforu_second_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 120px;
    background: #fffbf7;
    border-radius: 4px;
    border: 1px solid #ff9900;
}

.doforu
    .doforu_container
    .doforu_body
    .doforu_second
    .doforu_second_content
    .doforu_second_card
    img {
    width: 30px;
    height: 30px;
}

.doforu .doforu_container .doforu_body .doforu_second .doforu_second_content .doforu_second_card p {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_105_Heavy;
    color: #ff9900;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 8px;
}

.doforu
    .doforu_container
    .doforu_body
    .doforu_second
    .doforu_second_content
    .doforu_second_card
    span {
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_45_Light;
    color: #ff9900;
    line-height: 20px;
}

.imporve {
    width: 100%;
    height: 564px;
}

.imporve .imporve_container {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-49%);
    text-align: center;
}

.imporve .imporve_container .imporve_body {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}

.imporve .imporve_container .imporve_body .imporve_item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 285px;
    height: 275px;
    background: #ffffff;
    box-shadow: inset 0px 6px 0px 0px #1876ff;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding-top: 23px;
}

.imporve .imporve_container .imporve_body .imporve_item img {
    width: 50px;
    height: 50px;
    margin-bottom: 17px;
}

.imporve .imporve_container .imporve_body .imporve_item h1 {
    font-size: 22px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #333333;
    line-height: 22px;
    margin-bottom: 30px;
}

.imporve .imporve_container .imporve_body .imporve_item p {
    width: 210px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798e;
    line-height: 20px;
    text-align: left;
}

.diffderence {
    width: 100%;
    height: 815px;
    background: #f5f9ff;
}

.diffderence .diffderence_container {
    position: absolute;
    /* width: 1200px; */
    left: 50%;
    transform: translateX(-49%);
    text-align: center;
}

.diffderence .diffderence_container .diffderence_body {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
    gap: 20px;
}

.diffderence .diffderence_container .diffderence_body .diffderence_item {
    width: 380px;
    height: 565px;
    border-radius: 19px;
    border: 1px solid #e9e9e9;
    padding: 45px 23px 0 23px;
    box-sizing: border-box;
}

.defult_bg {
    background: #ffffff;
}

.pro_bg {
    background: linear-gradient(180deg, #ffffff 0%, #fffbf0 100%);
}

.plus_bg {
    background: linear-gradient(180deg, #ffffff 0%, #f3ebff 100%);
}

.diffderence .diffderence_container .diffderence_body .diffderence_item .item_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.diffderence .diffderence_container .diffderence_body .diffderence_item .item_header img {
    width: 54px;
    margin-bottom: 15px;
}

.diffderence
    .diffderence_container
    .diffderence_body
    .diffderence_item
    .item_header
    .item_header_title {
    font-family: AlibabaPuHuiTi_2_75_SemiBold;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 8px;
}

.diffderence
    .diffderence_container
    .diffderence_body
    .diffderence_item
    .item_header
    .item_header_desc {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.diffderence .diffderence_container .diffderence_body .diffderence_item .item_suit {
    text-align: start;
}

.diffderence .diffderence_container .diffderence_body .diffderence_item .item_suit p {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 14px;
    color: #999999;
}

.diffderence .diffderence_container .diffderence_body .diffderence_item .item_suit span {
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 14px;
    color: #333333;
}

.diffderence .diffderence_container .diffderence_body .diffderence_item .item_suit .item_advantage {
    display: inline-block;
    margin-bottom: 20px;
    line-height: 30px;
    padding-left: 24px;
}

.diffderence .diffderence_container .diffderence_body .diffderence_item .item_suit ul li {
    list-style-image: url(/images/oursaassoftware/icon_erp_advantage.png);
    list-style-position: outside;
}

.diffderence
    .diffderence_container
    .diffderence_body
    .diffderence_item
    .item_suit
    .item_advantage
    img {
    width: 18px;
    margin-right: 5px;
}

.divider {
    width: 325px;
    border: 1px solid #ececec;
    margin: 20px auto;
}

.franchise {
    width: 100%;
    background-color: #F5F9FF;
    padding-bottom: 85px;
}

.franchise .franchise_container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.franchise .franchise_container .franchise_body {
    display: flex;
    justify-content: center;
    margin-top: 78px;
    overflow-x: hidden;
    padding-bottom: 30px;
}

.franchise .franchise_container .left_mask {
    position: absolute;
    margin-top: 78px;
    left: 0;
    width: 166px;
    height: 230px;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.franchise .franchise_container .right_mask {
    position: absolute;
    margin-top: 78px;
    right: 0;
    width: 166px;
    height: 230px;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
}

.franchise .franchise_container .franchise_body .franchise_show {
    display: grid;
    grid-template-rows: repeat(3, 55px);
    grid-template-columns: repeat(6, 188px);
    grid-gap: 27px 30px;
    grid-auto-flow: column;
    animation: scroll 20s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(25%);
    }

    100% {
        transform: translateX(-25%);
    }
}

.franchise .franchise_container .franchise_body .franchise_card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 188px;
    height: 55px;
    background-image: url(https://cdn.zhoupu123.com/website/bluespaceNew/bluespaceNew_franchise_img1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #555866;
    line-height: 22px;
}

.advantage {
    height: 532px;
    background: #f5f9ff;
}

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

.advantage .advantage_container .advantage_body {
    margin-top: 112px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.advantage .advantage_container .advantage_body .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.advantage .advantage_container .advantage_body .text h1 {
    font-size: 30px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #333333;
    line-height: 42px;
    margin-bottom: 30px;
}

.advantage .advantage_container .advantage_body .text ul li {
    width: 562px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798e;
    line-height: 22px;
    background: url(https://cdn.zhoupu123.com/website/efficientBusinessSolutions/efficientBusinessSolutions_icon7.png)
        no-repeat 0rem 0.2rem;
    background-size: 18px 18px;
    text-indent: 1.5em;
    margin-bottom: 20px;
}

.advantage .advantage_container .advantage_body .img {
    width: 531px;
    height: 331px;
}

.advantage .advantage_container .advantage_body .img img {
    width: 100%;
}

.standard {
    height: 532px;
    background: #fff;
}

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

.standard .standard_container .standard_body {
    margin-top: 112px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.standard .standard_container .standard_body .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.standard .standard_container .standard_body .text h1 {
    font-size: 30px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold;
    color: #333333;
    line-height: 42px;
    margin-bottom: 30px;
}

.standard .standard_container .standard_body .text ul li {
    width: 562px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #75798e;
    line-height: 22px;
    background: url(https://cdn.zhoupu123.com/website/efficientBusinessSolutions/efficientBusinessSolutions_icon7.png)
        no-repeat 0rem 0.2rem;
    background-size: 18px 18px;
    text-indent: 1.5em;
    margin-bottom: 20px;
}

.standard .standard_container .standard_body .img {
    width: 531px;
    height: 348px;
}

.standard .standard_container .standard_body .img img {
    width: 100%;
}

.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);
}
