.channelCooperation {
    width: 100%;
    height: 800px;
    position: relative;
}

.channelCooperation img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.channelCooperation_module {
    width: 1450px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.channelCooperation_left {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.channelCooperation_left_title {
    font-family: DOUYINSANSBOLD, DOUYINSANSBOLD;
    font-weight: normal;
    font-size: 40px;
    color: #000000;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;

    padding: 9px 16px 9px 16px;

    background: linear-gradient(257deg, rgba(255, 254, 254, 0.35) 0%, #FFFFFF 99%);
    border-radius: 38px;
    border: 0px solid;
    border-image: linear-gradient(302deg, rgba(178, 57, 255, 1), rgba(253, 97, 44, 0.94)) 0 0;
}

.channelCooperation_left_title span {
    height: 48px;
    font-family: DOUYINSANSBOLD, DOUYINSANSBOLD;
    font-weight: normal;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 48px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: left;
    font-style: normal;
    background: linear-gradient(180deg, #000000 0%, rgba(255, 54, 34, 0.8) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.channelCooperation_left_text {
    height: 84px;
    font-family: DOUYINSANSBOLD, DOUYINSANSBOLD;
    font-size: 70px;
    color: #200E32;
    line-height: 84px;
    /* text-stroke: 3px #FFFFFF; */
    text-align: left;
    font-style: normal;
    /* -webkit-text-stroke: 2px #FFFFFF; */
    margin: 12px 0px;

    font-weight: bold;
    /* 加粗 */
    text-shadow:
        -3px -3px 0 #fff,
        3px -3px 0 #fff,
        -3px 3px 0 #fff,
        3px 3px 0 #fff;
    /* 设置白色边框 */
}

.channelCooperation_left_text span:nth-child(1) {
    color: #FE8A00;
}

.channelCooperation_left_text span:nth-child(2) {
    color: #FF334A;
}

.channelCooperation_text {
    font-family: DOUYINSANSBOLD, DOUYINSANSBOLD;
    font-weight: normal;
    font-size: 50px;
    color: #000000;
    text-align: left;
    font-style: normal;
    display: flex;
}

.channelCooperation_text dt {
    width: 239px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    color: #ffffff;
    background: linear-gradient(251deg, #647BFF 0%, rgba(253, 44, 119, 0.94) 100%);
    border-radius: 10px 38px 38px 38px;
    margin-bottom: 42px;
}

.channelCooperation_left_btn {
    width: 100%;
    display: flex;
    align-items: center;
}

.channelCooperation_left_btn .btn1 {
    width: 150px;
    height: 55px;
    border-radius: 14px;
    border: solid 1px transparent;
    /* background-image: linear-gradient(302deg, rgba(57, 193, 255, 1), rgba(178, 57, 255, 1), rgba(253, 97, 44, 0.94));
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    cursor: pointer;
    padding: 1px 1px;
    box-sizing: border-box; */
    cursor: pointer;
}

.channelCooperation_left_btn .btn1 span {
    width: 100%;
    height: 100%;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #200E32;
    line-height: 55px;
    text-align: center;
    font-style: normal;
    border-radius: 12px;
    display: inline-block;
    background-color: #fff;
}

.channelCooperation_left_btn .btn2 {
    width: 150px;
    height: 55px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    font-style: normal;
    line-height: 55px;
    background: linear-gradient(302deg, #39C1FF 0%, #B239FF 54%, rgba(253, 97, 44, 0.94) 100%);
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
    margin-left: 26px;
}

.channelCooperation_left_btn .btn2:hover {
    background: linear-gradient(302deg, rgba(253, 97, 44, 0.94) 0%, #B239FF 54%, #39C1FF 100%);
}


.channelCooperation_right {
    width: 809px;
    height: 528px;
    position: relative;
}

.channelCooperation_right img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.channel_top {
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url("//xt10.kuleiman.com/ywkgw/img/c/channel_img1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.channelTop_content {
    width: 1450px;
    height: 100%;
    margin: 0 auto;
    padding: 12px 120px 12px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.channelTop_content li {
    width: 162px;
    height: 141px;
    position: relative;
}

.channelTop_content li img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}



.Traffic_module {
    width: 100%;
    height: 600px;
    position: relative;

}

.Traffic_module img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.Traffic_title {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
}

.shared_modules {
    height: 56px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 800;
    font-size: 40px;
    color: #200E32;
    line-height: 56px;
    text-align: center;
    font-style: normal;
}

.shared_modules span {
    height: 56px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 800;
    font-size: 40px;
    color: #200E32;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(30.90073896266069deg, #FF6060 0%, #FF110D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.Traffic_content {
    width: 1402px;
    height: 381px;
    position: absolute;
    left: 50%;
    bottom: 61px;
    transform: translateX(-50%);
}

.content_ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.Traffic_content li {
    position: absolute;
    width: 325px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(154, 179, 255, 0.5);
    border-radius: 23px;
    border: 1px solid #5E7BFF;

    padding: 22px 38px 22px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-between;
}

.content_li_title {
    height: 66px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #200E32;
    line-height: 33px;
    text-align: right;
    font-style: normal;
}

.content_li_count {
    height: 56px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 800;
    font-size: 40px;
    color: #200E32;
    line-height: 56px;
    text-align: right;
    font-style: normal;
    background: linear-gradient(253.94332064217951deg, #C08A42 0%, #F4C883 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.icons {
    width: 62px;
    height: 62px;
    position: absolute;
    bottom: -11px;
}

.icons img {
    width: 100%;
    height: 100%;
}


.Traffic_content li:nth-child(1) {
    left: 162px;
    top: 42px;
}

.Traffic_content li:nth-child(2) {
    right: 162px;
    top: 42px;
}

.Traffic_content li:nth-child(3) {
    left: 0px;
    bottom: 0px;
}

.Traffic_content li:nth-child(4) {
    right: 0px;
    bottom: 0px;
}


.traffic_box {
    width: 620px;
    height: 381px;
    position: absolute;
    left: 50%;
    bottom: 61px;
    transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.traffic_box dt {
    width: 172px;
    height: 172px;
    background: url("//xt10.kuleiman.com/ywkgw/img/c/douyin_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.traffic_box dd {
    width: 560px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 19px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #200E32;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    opacity: 0.77;
    margin-top: 30px;

}


.medium_box {
    width: 100%;
    height: 855px;
    overflow: hidden;
    position: relative;
}

.medium_box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.medium_module {
    width: 1450px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 107px 0px 23px 0px;
    box-sizing: border-box;
}

.mediumModule_btom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 偶数项样式 */
.mediumModule_btom li:nth-child(even) {
    color: #5E7BFF;
    font-size: 36px;
    font-weight: bold;
}

/* 奇数项样式 */
.mediumModule_btom li:nth-child(odd) {
    width: 145px;
    height: 145px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    background: url("//xt10.kuleiman.com/ywkgw/img/c/background_img.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mediumModule_top {
    width: 100%;
    height: 527px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mediumModule_right {
    width: 815px;
    height: 517px;
    position: relative;
}

.mediumModule_right img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mediumModule_left {
    width: calc(100% - 830px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.mediumModule_one {
    /* width: 440px; */
    height: 112px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #000E45;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    position: relative;
    margin-bottom: 32px;
}

.shared_icon {
    width: 72px;
    height: 72px;
    position: absolute;
    left: -22px;
    top: -22px;
    border-radius: 50%;
    background: url("//xt10.kuleiman.com/ywkgw/img/c/backgroungImage_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.mediumModule_dl {
    width: 100%;
    display: flex;
    margin-bottom: 49px;
}

.mediumModule_dl dt {
    width: 20px;
    text-align: center;
}

.mediumModule_dl dt span {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background: #5E7BFF;
    margin-top: 9px;
    margin-right: 16px;
}

.mediumModule_dl dd {
    height: 66px;
    font-family: PingFangSC, PingFang SC;
    font-size: 22px;
    color: #200E32;
    line-height: 33px;
    text-align: left;
    font-style: normal;
}

.short_module {
    width: 100%;
    height: 648px;
    padding: 72px 0px 66px 0px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F3F5FC 0%, #FFFFFF 100%);
}

.matrix_marketing {
    width: 100%;
    height: 824px;
    position: relative;
}

.matrix_marketing img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.matrix_module {
    width: 1450px;
    height: 100%;
    margin: 0 auto;
    padding: 68px 0px 74px 0px;
    box-sizing: border-box;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shared_content {
    width: 1452px;
    height: 519px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.sharedContent_lef {
    width: 598px;
    height: 469px;
    position: absolute;
    left: 99px;
    top: 25px;

}

.sharedContent_lef {
    width: 598px;
    height: 469px;
    position: absolute;
    left: 99px;
    top: 25px;
    background: url("//xt10.kuleiman.com/ywkgw/img/c/chuantongzhanghao_img.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

}

.sharedContent_rig {
    width: 558px;
    height: 544px;
    position: absolute;
    right: 125px;
    top: -33px;
    background: url("//xt10.kuleiman.com/ywkgw/img/c/juzhenzhanghao_img.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.sharedContent_lef_module {
    width: 100%;
    height: 100%;
    padding: 125px 50px 115px 50px;
    box-sizing: border-box;
}

.sharedContent_lef_module li {
    width: 100%;
    height: 48px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #200E32;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    border-bottom: 1px dashed #C0CCFF;

    display: flex;
    align-items: center;
}

.sharedContent_lef_module li:last-child {
    border-bottom: 2px dashed transparent;

}

.sharedContent_lef_module li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("//xt10.kuleiman.com/ywkgw/img/shibai.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 9px;
}

.sharedContent_rig_module {
    width: 100%;
    height: 100%;
    padding: 169px 50px 115px 50px;
    box-sizing: border-box;
}

.sharedContent_rig_module li {
    width: 100%;
    height: 48px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #200E32;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    border-bottom: 1px dashed #C0CCFF;

    display: flex;
    align-items: center;
}

.sharedContent_rig_module li:last-child {
    border-bottom: 2px dashed transparent;

}

.sharedContent_rig_module li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("//xt10.kuleiman.com/ywkgw/img/xuanze.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 9px;
}


.enterprise_matrix {
    width: 100%;
    height: 555px;
    position: relative;

}

.enterprise_matrix img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.enterprise_module {
    width: 1450px;
    height: 100%;
    margin: 0 auto;
    padding: 85px 0px 53px 0px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.enterprise_content {
    width: 100%;
    height: 218px;
    border-radius: 12px;
    margin-top: 32px;

    background: linear-gradient(360deg, #d0ddf9 0%, rgba(143, 167, 255, 0) 100%);
    border-radius: 12px;
    /* border: 1px solid; */
    /* border-image: linear-gradient(180deg, rgba(177, 149, 255, 0.05), rgba(99, 134, 255, 0.8)) 1 1; */
    padding: 17px 133px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.enterprise_content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.enterprise_content ul li {
    width: 370px;
    height: 146px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.37) 100%);
    border-radius: 10px;
    padding: 25px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.enterprise_content ul li span:nth-child(1) {
    height: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #200E32;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.enterprise_content ul li span:nth-child(2) {
    height: 70px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 50px;
    color: #200E32;
    line-height: 70px;
    text-align: left;
    font-style: normal;

    background: linear-gradient(253.94332064217951deg, #C08A42 0%, #F4C883 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.enterprise_content_text {
    height: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #200E32;
    line-height: 21px;
    text-align: center;
    font-style: normal;
}

.enterprise_formModuel {
    width: 1200px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.enterprise_search {
    position: relative;
    width: 400px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.11);
    border-radius: 7px;

}

.enterprise_search input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-indent: 40px;
    border: none;
    border-radius: 10px;
    outline: none;
}


.enterprise_search img {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.enterprise_btn {
    width: 345px;
    height: 52px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(302deg, #B239FF 0%, rgba(253, 97, 44, 0.94) 100%);
    border-radius: 7px;
    cursor: pointer;
}

.enterprise_btn:hover {
    background: linear-gradient(302deg, rgba(253, 97, 44, 0.94) 0%, #B239FF 100%);
}


.demand_module {
    width: 100%;
    height: 595px;
    overflow: hidden;
    position: relative;
}

.demand_module img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}


.demand_content {
    width: 1450px;
    height: 100%;
    margin: 0 auto;
    padding: 71px 0px 81px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.demandContent_ul {
    height: 315px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.demandContent_ul li {
    width: 465px;
    height: 315px;
    overflow: hidden;
    border: solid 1px transparent;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%), linear-gradient(302deg, rgba(178, 57, 255, 1), rgba(253, 97, 44, 0.94));
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.09);
    padding: 22px 39px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.demandContent_head {
    width: 387px;
    height: 66px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(302deg, #B239FF 0%, rgba(253, 97, 44, 0.94) 100%);
    border-radius: 37px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.demandContent_head span {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}

.demandContent_head span img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.demandContent_content {
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.demandContent_dl {
    width: 184px;
    height: 175px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.demandContent_dl dt {
    width: 132px;
    height: 40px;

    border-radius: 10px;
    margin-bottom: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    position: relative;
}

.demandContent_dl dt .xiaolian {
    width: 33px;
    height: 33px;
    position: absolute;
    top: -10px;
    left: 8px;

    display: inline-block;
    background: url("//xt10.kuleiman.com/ywkgw/img/c/xiao.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.demandContent_dl dt .kulian {
    width: 33px;
    height: 33px;
    position: absolute;
    top: -10px;
    left: 8px;

    display: inline-block;
    background: url("//xt10.kuleiman.com/ywkgw/img/c/ku.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.demandContent_dl dd {
    height: 50px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #451F00;
    line-height: 25px;
    text-align: center;
    font-style: normal;
}


.support_module {
    width: 100%;
    height: 600px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support_content {
    width: 1450px;
    height: 100%;
    /* background-color: pink; */
    padding: 68px 0px 91px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.support_lismodule {
    width: 100%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support_lismodule li {
    width: 195px;
    height: 340px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 44%, rgba(191, 209, 255, 0.5) 100%);
    box-shadow: 0px 2px 13px 0px rgba(60, 62, 66, 0.14);
    border-radius: 12px;

    padding: 46px 21px 21px 21px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.lismodule_img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #5E7BFF;

    display: flex;
    align-items: center;
    justify-content: center;
}

.lismodule_img img {
    width: 40px;
    height: 40px;
}

.lismodule_img img:nth-child(2) {
    display: none;
}

.support_lismodule li:hover {
    background: #5E7BFF;
}

.support_lismodule li:hover .lismodule_title {
    color: #FFFFFF;
}

.support_lismodule li:hover .lismodule_text {
    color: #FFFFFF;
}

.support_lismodule li:hover .lismodule_img {
    background-color: #FFFFFF;
}

.support_lismodule li:hover .lismodule_img img:nth-child(1) {
    display: none;
}

.support_lismodule li:hover .lismodule_img img:nth-child(2) {
    display: block;
}



.support_lismodule .support_active {
    background: #5E7BFF;
}

.support_active .lismodule_title {
    color: #FFFFFF;
}

.support_active .lismodule_text {
    color: #FFFFFF;
}

.support_active .lismodule_img {
    background-color: #FFFFFF;
}

.support_active .lismodule_img img:nth-child(1) {
    display: none;
}

.support_active .lismodule_img img:nth-child(2) {
    display: block;
}


.lismodule_title {
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #000E45;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.lismodule_line {
    width: 45px;
    height: 3px;
    background: #F5BD06;
    margin: 6px 0px 31px 0px;
}


.select_module {
    width: 100%;
    height: 660px;
    position: relative;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #88AFFF 100%), rgba(94, 123, 255, 0.38); */
}

.select_module img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.selectModule_box {
    width: 1450px;
    height: 100%;
    margin: 0 auto;
    padding: 60px 0px 50px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.selectModule_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.selectModule_content li {
    width: 710px;
    height: 200px;
    background: linear-gradient(180deg, #FFFFFF 0%, #CDE9FF 100%);
    border-radius: 15px;
    margin-bottom: 25px;
    padding: 0px 12px 0px 32px;
    box-sizing: border-box;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.selectModule_content li:hover {
    transform: translateY(-5px);
}


.selectModule_img {
    width: 175px;
    height: 175px;
    position: relative;
}

.selectModule_img img {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    /* top: 0px; */
    /* left: 0px; */
    z-index: 1;
    object-fit: contain;
}


.selectModule_dl {
    width: calc(100% - 185px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.selectModule_dl dt {
    width: 60px;
    height: 60px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    border-radius: 50%;
    background: linear-gradient(225deg, #7AC8E3 0%, #4757F9 100%);
}


.selectModule_dl dd {
    width: calc(100% - 80px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.selectModule_dd_title {
    height: 37px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #000E45;
    line-height: 37px;
    text-align: left;
    font-style: normal;
}

.selectModule_dd_title span {
    background: linear-gradient(253.94332064217951deg, #C08A42 0%, #F4C883 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.selectModule_dd_text {
    height: 33px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #000E45;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-top: 5px;
}



.contact_module {
    width: 100%;
    height: 515px;
    overflow: hidden;
    position: relative;
}

.contact_module img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    object-fit: cover;
}

.contact_content {
    width: 1000px;
    height: 365px;
    position: absolute;
    left: 56%;
    top: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    justify-content: space-between;
}

.contact_dl {
    width: calc(100% - 450px);
    display: flex;
    flex-direction: column;
}

.contact_dl dt {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 36px;
    color: #000E45;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    padding-top: 42px;
    box-sizing: border-box;
}

.contact_dl dd {
    height: 50px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #000E45;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
}

.contact_dl dd span {
    width: 25px;
    height: 25px;
    margin-left: 4px;
    display: inline-block;
    background: url("//xt10.kuleiman.com/ywkgw/img/c/zuiyou.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact_form {
    width: 445px;
    height: 365px;
    background: rgba(255, 255, 255, 0.42);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    padding: 40px 45px;
    box-sizing: border-box;
}

.contactForm_title {
    height: 20px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 20px;
    color: #000E45;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-bottom: 32px;
}

.contactForm_tit {
    height: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #616C91;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    margin-bottom: 12px;
}

.contactForm_tel {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 24px;
}

.contactForm_tel input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    text-indent: 20px;
    border-radius: 4px;
    background: #FFFFFF;
}

.contactForm_btn {
    width: 100%;
    height: 40px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(306deg, #165CEB 0%, #4093FF 100%);
    border-radius: 4px;
    cursor: pointer;
}

.contactForm_btn:hover {
    background: linear-gradient(306deg, #4093FF 0%, #165CEB 100%);
}


.marketingTools {
    width: 100%;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.marketingTools_module {
    width: 1450px;
    height: 100%;
    padding: 68px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.tab_switching {
    flex: 1;
}

.tabSwitching_module {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
}

.tabSwitching_ul {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #CDD8DF;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabSwitching_ul li {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #200E32;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    list-style: none;
    text-align: center;
    padding-bottom: 5px;
    box-sizing: border-box;
    margin-right: 49px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
}

.tabSwitching_ul li span {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    /* background-color: #f4f4f4; */
    margin-right: 15px;
}

.tabSwitching_ul li span img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.tabSwitching_ul li span img:nth-child(2) {
    display: none;
}

.tabSwitching_active {
    color: #5E7BFF !important;
    border-bottom: 2px solid #5E7BFF !important;
}

.tabSwitching_active span img:nth-child(1) {
    display: none;
}

.tabSwitching_active span img:nth-child(2) {
    display: block !important;
}

.tabSwitching_ul li:hover {
    color: #5E7BFF !important;
    border-bottom: 2px solid #5E7BFF;
}

.tabSwitching_ul li:hover span img:nth-child(1) {
    display: none;
}

.tabSwitching_ul li:hover span img:nth-child(2) {
    display: block !important;
}

.tabSwitching_content {
    width: 100%;
    height: 555px;
    display: inline-block;
    background: url("//xt10.kuleiman.com/ywkgw/img/c/tabSwitching_img.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tabSwitching_box {
    width: 100%;
    height: 100%;
    padding: 93px 69px 78px 92px;
    box-sizing: border-box;
    display: none;
}

.tabSwitching_box:nth-child(1) {
    display: block;
}

.tabSwitching_content_lef {
    height: 100%;
    float: left;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tabSwitching_title {
    width: 100%;
    display: flex;
    align-items: center;
}

.tabSwitching_color {
    display: inline-block;
    width: 128px;
    height: 12px;
    text-align: center;
    position: relative;
    margin-top: 22px;
    background: linear-gradient(302deg, #39C1FF 0%, #B239FF 54%, rgba(253, 97, 44, 0.94) 100%);
}

.tabSwitching_color span {
    width: 145px;
    display: inline-block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    position: absolute;
    left: 6px;
    top: -28px;
}

.tabSwitching_txt {
    height: 20px;
    font-family: TW, TW;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    margin-left: 25px;
}

.tabSwitching_text {
    height: 28px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-top: 7px;
}

.tabSwitching_ol {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

.tabSwitching_ol li {
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}


.tabSwitching_ol li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    background: url(//xt10.kuleiman.com/ywkgw/img/xuanze.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 9px;
}

.tabSwitching_buton {
    width: 150px;
    height: 52px;

    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    background: linear-gradient(302deg, #B239FF 0%, rgba(253, 97, 44, 0.94) 100%);
    border-radius: 8px;
    cursor: pointer;
    margin-top: 12px;
}

.tabSwitching_buton:hover {
    background: linear-gradient(302deg, rgba(253, 97, 44, 0.94) 0%, #B239FF 100%);

}



.tabSwitching_content_rig {
    float: right;
    height: 100%;
}

.tabSwitching_img {
    height: 100%;
    position: relative;

}

.tabSwitching_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}


/* 图片预览  start */

.allShadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 666666;
    display: none;
}

.allShadow_content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allShadow_close {
    background: url('https://www.kuleiman.com/app/resource/gywmx/imgs/puc_col2.svg') no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 32px;
    top: 32px;
    cursor: pointer;
}

.left_icons {
    width: 22px;
    height: 32px;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    background: url('https://www.kuleiman.com/app/resource/gywmx/imgs/lef1.svg') no-repeat;
    cursor: pointer;


}

.right_icons {
    width: 22px;
    height: 32px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: url('https://www.kuleiman.com/app/resource/gywmx/imgs/rig2.svg') no-repeat;
}

.allShadow img {
    width: auto;
    height: auto;
    z-index: 1000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 图片预览  end */