.common-color-title {
    font-size: 96px;
    font-family: HelveticaNeue-CondensedBold, HelveticaNeue;
    background: linear-gradient(90deg, #FF3D48 0%, #8651F5 100%);
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
}

.common-title {
    text-align: center;
    padding-top: 90px;
    font-size: 56px;
    font-weight: 600;
    color: #000000;
}

.common-desc {
    padding-top: 38px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #333333;
    padding-bottom: 88px;
}

.wrapper {
    width: 100%;
    margin-top: 76px;
}

/* banner */

.wrapper .banner {
    position: relative;
    width: 100%;
}

.wrapper .banner>.pic {
    display: block;
    width: 100%;
    margin: auto;
}

.wrapper .banner .banner-desc {
    position: absolute;
    transform: translateY(-50%);
    left: 115px;
    top: 50%;
    width: 42%;
}

.wrapper .banner .banner-desc .title-middle {
    font-weight: bold;
    font-size: 56px;
}

.wrapper .banner .banner-desc .title-end {
    font-size: 24px;
    margin-top: 24px;
}

.wrapper .banner .banner-desc .banner-handle {
    margin-top: 42px;
    display: flex;
}

.wrapper .banner .banner-desc .banner-handle .btn {
    border-radius: 23px;
    padding: 9px 32px;
    font-size: 20px;
}

.wrapper .banner .banner-desc .banner-handle .btn-know {
    color: #fff;
    background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
    border-radius: 28px;

}

.wrapper .banner .banner-desc .banner-handle .btn-experience {
    color: #fff;
    background-color: #333;
    border-radius: 28px;
    margin-left: 8px;
}

.content {
    position: relative;
    text-align: center;
    width: 1200px;
    margin: auto;
}

.content-top {
    padding-top: 90px;
    font-size: 56px;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.content-help {
    position: relative;
    text-align: center;
    width: 1200px;
    margin: auto;
    margin-top: 100px;
    padding: 260px 70px 120px;
    background-color: #fffcfc;
}

.content-help .content-title {
    position: absolute;
    font-size: 56px;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    top: 90px;
    left: 50%;
    transform: translate(-50%);
}

.content-top-text {
    font-size: 96px;
    font-family: HelveticaNeue-CondensedBold, HelveticaNeue;
    background: linear-gradient(90deg, #FF3D48 0%, #8651F5 100%);
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
}

.content-center {
    margin: auto;
    padding-top: 38px;
    font-size: 16px;
    text-align: center;
    color: #333333;
    padding-bottom: 88px;
}

.content-bottom {
    margin: auto;
    width: 1100px;
    display: flex;
    align-items: center;
    background: #F8F8FA;
    border-radius: 24px;
    padding: 70px 40px;
    justify-content: space-between;
}

.content-bottom .left,
.content-bottom .right {
    flex: 0 0 47%;
}

.content-bottom .left .left-title {
    font-size: 33px;
    font-weight: bold;
}

.content-bottom .left .left-desc {
    font-size: 15px;
    color: #333;
    text-align: left;
}

.content-bottom .left .left-desc p {
    margin-top: 15px;
}

.img {
    width: 100%;
    height: 100%;
}

.content-text {
    margin: auto;
    width: 1200px;
}

.content-text-top {
    margin-top: 24px;
    font-size: 16px;

    font-weight: 400;
    color: #333333;
}

.content-text-center {
    margin-top: 88px;
    font-size: 48px;

    font-weight: 600;
}

.content-text-bottom {
    display: flex;
    width: 1000px;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    font-size: 17px;

    font-weight: 400;
    color: #666666;
}

.content-text-bottom .cut-off-rule {
    color: #D9D9D9;
}

.content-tag {
    margin: auto;
    margin-top: 88px;
    width: 1200px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}

.content-tag-wrapper {
    text-align: left;
    padding: 64px;
    display: flex;
    justify-content: space-between;
}

.content-tag-text {
    display: flex;
    flex-direction: column;
    justify-content: center;    
    width: 44%;
}

.content-tag-text-top {
    font-size: 40px;
    font-weight: bold;
}

.content-tag-text-center {
    margin-top: 13px;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
}

.content-tag-text .content-tag-text-center {
    color: #666;
    font-size: 15px;
}

.content-tag-text .content-tag-text-center p {
    margin-top: 10px;
}

.content-tag-text-center .title {
    color: #333;
    font-weight: bold;
}

.content-tag-text-center .list {
    display: flex;
    padding-right: 65px;
    justify-content: space-between;
    margin-top: 7px;
    color: #666;
    font-size: 15px;
}

.content-tag-text-center .list .list-column li {
    list-style: disc;
    list-style-position: inside;
}

.content-tag-text-center .content-tag-text-center-item {
    color: #333;
    margin-top: 13px;
}

.content-tag-text-center .content-tag-text-center-item .title {
    font-weight: bold;
    font-size: 17px;
}

.content-tag-text-center .content-tag-text-center-item .desc {
    color: #666;
    font-size: 15px;
    margin-top: 7px;
}

.content-tag-text-bottom {
    width: 160px;
    height: 40px;
    margin-top: 32px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #2A2B2E;
}

.content-tag-img {
    width: 54%;
}

/* 功能特点 */
.content-nav {
    margin: auto;
    width: 1200px;
}

.content-nav-list {
    width: 1000px;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}

.content-nav-item.active-style .content-nav-item-text {
    color: #E31F1D;
}

.content-nav-item {
    width: 144px;
    height: 120px;
    text-align: center;
    cursor: pointer;
}

.content-nav-item-img {
    margin-left: 32px;
    width: 80px;
    height: 80px;
}

.content-nav-item-text {
    font-size: 24px;
    font-weight: 600;
    color: #2A2B2E;
}

.saas-open {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.saas-open_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.so-item {
    width: calc(50% - 12px);
    background: #F8F8FA;
    border-radius: 24px;
    padding: 64px 48px 42px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.so-item_title {
    font-size: 40px;
    font-weight: 600;
    color: #212121;
    line-height: 56px;
    margin-bottom: 30px;
}

.so-item-card {
    width: 100%;
    height: 350px;
}

.so-item-card>img {
    width: 100%;
}


.ban-gong {
    width: 1200px;
    margin: 0 auto;
    margin-top: 128px;
    background: url(../images/newProduct/mobile-bg.png) no-repeat center center;
    padding: 104px 85px;
    background-size: 100% 100%;
    margin-bottom: 100px;
}

.ban-gong_title {
    font-size: 40px;
    font-weight: 600;
    color: #212121;
    line-height: 56px;
    margin-bottom: 24px;
}

.ban-gong_desc {
    font-size: 22px;
    font-weight: 400;
    color: #393939;
    line-height: 28px;
    margin-bottom: 40px;
}

.ban-gong_btn-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.ban-gong_btn {
    background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
    border-radius: 28px;
    padding: 14px 20px;
    color: #fff;
    margin-right: 16px;
}


.why-erp {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.why-erp_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.why-erp-item {
    width: 320px;
    margin-right: 120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
}

.why-erp-item:nth-child(3n) {
    margin-right: 0;
}

.why-erp-item_icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
}

.why-erp-item_title {
    font-size: 20px;
    font-weight: 500;
    color: #212121;
    line-height: 28px;
    margin-bottom: 24px;
}

.why-erp-item_desc {
    font-size: 16px;
    font-weight: 400;
    color: #393939;
    line-height: 24px;
}

.content-tag-big-left {
    padding: 53px 64px 0 64px;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}

.content-tag-big-left span {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.content-tag-big-right {
    padding: 53px 64px 0 64px;
    font-size: 40px;
    font-weight: 600;
    text-align: right;
}

.content-tag-two-left {
    padding: 10px 64px 0 64px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}

.content-tag-min {
    padding: 16px 64px 0 64px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    text-align: left;
}

.content-tag-text-two {
    padding-top: 20px;
    font-size: 20px;

    font-weight: 600;
    color: #333333;
}
