.displayBox .item {
    width: 610px;
    height: 266px;
    border-radius: 24px;
    border: 1px solid #EBEFF5;
    padding: 0 32px;
    box-sizing: border-box;
}

.displayBox .item:first-child {
    margin-right: 60px;
}

.displayBox .item .info {
    margin: 0 35px 0 16px;
}

.displayBox .item .info .name {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #101B29;
}

.displayBox .item .info .intro {
    font-size: 18px;
    color: #3E4752;
    margin: 16px 0 8px 0;
}

.displayBox .item .info .tips {
    font-size: 15px;
    color: #818B99;
}

.module-three .label {
    margin-top: 8px;
    justify-content: center;
}

.module-three .label span {
    display: inline-block;
    border-radius: 8px;
    padding: 8px 16px;
    background: #FFF7E3;
    color: #FF9900;
    font-size: 16px;
    font-weight: 500;
    margin-right: 16px;
}

.module-three .label span:last-child {
    margin-right: 0;
}

.mart32 {
    margin-top: 32px !important;
}

.moduleLabel {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #3D3D3D;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.color_blue {
    color: #017FFF;
}

.marr60 {
    margin-right: 60px;
}

.union_plan {
    width: 100%;
    height: 326px;
    border-radius: 8px;
    padding: 32px;
    box-sizing: border-box;
}

.video {
    background: rgba(26, 140, 255, 0.08);
}

.audio {
    background: rgba(255, 125, 0, 0.08);
}

.pictxt {
    background: rgba(0, 180, 42, 0.08);
}

.union_plan .list_side {
    width: 219px;
    height: 262px;
    border-radius: 8px;
    padding: 16px 16px 24px 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-right: 24px;
}

.union_plan .list_side:last-child {
    margin-right: 0;
}

.union_plan .list_side .name {
    color: #3E4752;
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
    text-align: center;
}

.union_plan .type_label {
    height: 48px;
    width: 104px;
    border-radius: 24px;
    box-sizing: border-box;
    background: rgba(1, 127, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #017FFF;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}

.union_plan .intro_side {
    margin-right: 32px;
    padding-top: 18px;
    box-sizing: border-box;
}

.union_plan .intro_side_name {
    font-size: 24px;
    line-height: 32px;
    color: #101B29;
    margin: 24px 0 16px 0;
}

.union_plan .intro_side_desc {
    font-size: 16px;
    color: #818B99;
}

.audio .type_label {
    background: rgba(255, 125, 0, 0.08);
    color: #FF7D00;
}

.pictxt .type_label {
    background: rgba(0, 180, 42, 0.08);
    color: #00B42A;
}

.module-two-example {
    height: 1674px;
    width: 100%;
    background: url('../images/picture17.png') no-repeat;
    background-position: 100% 100%;
    padding-bottom: 202px;
}

@media screen and (max-width: 1760px) {
    .module-two-example {
        background-position: 58% 100%;
    }
}

@media screen and (max-width: 1460px) {
    .module-two-example {
        background-position: 50% 100%;
    }
}

@media screen and (max-width: 1390px) {
    .module-two-example {
        background-position: 61% 100%;
    }
}

.padt150{
    padding-top: 150px;
}

.cooperationCase .item{
    width: 624px;
    height: 304px;
    border-radius: 24px;
    padding: 32px;
    background: #FFFFFF;
    box-shadow: 0px 30px 60px 0px rgba(25, 55, 102, 0.16);
    margin: 0 32px 40px 0;
    box-sizing: border-box;
}

.cooperationCase .item:last-child{
    margin-right: 0;
}

.cooperationCase .item .right-side{
    margin-left: 16px;
}

.cooperationCase .item .right-side .title{
    font-size: 24px;
    line-height: 32px;
    color: #3D3D3D;
    margin: 17px 0 8px 0;
}

.cooperationCase .item .right-side .label span{
    display: inline-block;
    border-radius: 16px;
    padding: 8px 16px;
    box-sizing: border-box;
    background: rgba(1, 127, 255, 0.08);
    color: #017FFF;
    font-size: 15px;
    margin-right: 8px;
}

.cooperationCase .item .right-side .name{
    font-size: 13px;
    line-height: 24px;
    color: #818B99;
}

.cooperationCase .item .right-side .saleNumber{
    color: #FF7D00;
    font-size: 32px;
    margin-left: 8px;
}

.cooperationCase .item .right-side .saleNumber a{
    font-size: 18px;
}

.cooperationCase .item .right-side .saleChannel{
    font-size: 13px;
    line-height: 24px;
    color: #3E4752;
    margin-left: 8px;
}

.mart16{
    margin-top: 16px;
}

.mart4{
    margin-top: 4px;
}

.wid120{
    width: 120px;
}

.module_intro {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #017FFF;
    letter-spacing: 1px;
}

.padt60{
    padding-top: 60px;
}

.disPlanbox .moduleIntro{
    margin-top: 4px;
}

.border-t{
    border: 1px solid #EBEFF5;
    border-radius: 24px 24px 0px 0px;
}

.divide-three-box,
.divide-four-box{
    padding: 0 48px 60px 48px;
    box-sizing: border-box;
}

.divide-three-box .item{
    width: 320px;
}

.divide-four-box .item{
    width: 240px;
}

.divide-three-box .arrow{
    width: 112px;
    line-height: 180px;
    text-align: center;
}

.divide-four-box .arrow{
    width: 75px;
    line-height: 360px;
    text-align: center;
}

.divide-three-box .item .name,
.divide-four-box .item .name{
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #3E4752;
}

.border-b{
    border-bottom: 1px solid #EBEFF5;
}

.more{
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #818B99;
    letter-spacing: 1px;
    padding-bottom: 60px;
}