/*********************************************
 * home CSS
 *
 * @author liuming
 * @date 2023-10-12
 *********************************************/
::-webkit-scrollbar {
    width: 0px;
    height: 6px;
}

body {
    background-color: #FFFFFF;
    min-width: 1349px;
}

.icon-gzh {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/wxgwgzh-64b425a9a57ed5b25b3fc747cafd7d0a.jpg") no-repeat;
    background-size: contain;
    border-radius: 5px;
}

.icon-gzh-oss {
    width: 120px;
    height: 120px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/wxgwgzh.jpg") no-repeat;
    background-size: contain;
    border-radius: 5px;
}

.icon-sqzxyqdhz {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/user/lxwm-5c59b07bee667e516b28102ba4e1e86f.png") no-repeat;
    background-size: contain;
    border-radius: 5px;
}

.icon-sqzxyqdhz-oss {
    width: 120px;
    height: 120px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/lxwm.png") no-repeat;
    background-size: contain;
    border-radius: 5px;
}

.container-foot {
    background: #333940;
    display: flex;
    justify-content: center;
    padding: 65px 0px 33px;
    gap: 70px;
}

.container-foot-item {
    display: flex;
    flex-direction: column;
}

.container-foot-item-group {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.container-foot-item-nr {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 32px;
    color: #898989;
}
.aty-link.container-foot-item-nr:hover {
    color: #ffffff;
}

.container-foot-item-nr.lxwm1 {
    background: url("/IntelligentEditor/images/home/v3/foot-lxwm1-06c50f0b9c7488d96901b6f7caaf5dcf.png") no-repeat;
    background-size: 18px 14px;
    background-position-y: center;
    padding-left: 28px;
}
.container-foot-item-nr.lxwm2 {
    background: url("/IntelligentEditor/images/home/v3/foot-lxwm2-b24be24fceb61c21c8c52298d38ba561.png") no-repeat;
    background-size: 12px 18px;
    background-position-x: 3px;
    background-position-y: center;
    padding-left: 28px;
}
.container-foot-item-nr.lxwm3 {
    background: url("/IntelligentEditor/images/home/v3/foot-lxwm3-f71a2c02dfc88ae1b82fd1033d1aa520.png") no-repeat;
    background-size: 18px 13px;
    background-position-y: center;
    padding-left: 28px;
}

.text-lxxx-value {
    display: block;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 15px;
    color: #858B92;
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
}

.text-ewm-value {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    white-space: nowrap;
}

.container-copyright {
    height: 65px;
    background: #292D35;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-copyright {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 15px;
    color: #787C84;
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
}

.text-copyright1 {
    margin-left: 24px;
    cursor: pointer;
}

.icon-gah {
    width: 18px;
    height: 20px;
    background: url("/IntelligentEditor/images/home/gah-dd94e4f642d2beb2dedba1820f9e08c3.png") no-repeat;
    margin-left: 16px;
    margin-right: 5px;
}

/* 联系我们开始 */
.lxwm-modal .aty-modal-default-header,
.lxwm-modal .aty-modal-close {
    display: none;
}

.lxwm-modal .aty-modal-content {
    border-radius: 17px;
}

.lxwm-modal .aty-modal-body {
    padding: 0px;
}

.connect-us {
    background: #FFFFFF;
    width: 282px;
    height: 296px;
    box-shadow: 0px 1px 20px 0px rgba(20,50,80,0.14);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wetchat-tips {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    color: #495561;
    letter-spacing: 0;
    padding-top: 28px;
}


.service-all.qgfu {
    padding: 20px 0 6px 0;
}

.service-all.vip {
    /*padding: 6px 0 0px 0;*/
}

.service-all {
    display: flex;
}

.service-all .all-text {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.50);
    letter-spacing: 0;
    width: 110px;
    text-align: center;
}

.service-all .vip-text {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
}
/* 联系我们结束 */

/* 用户沟通弹窗开始 */
.yhgtc-modal .aty-modal-default-header,
.yhgtc-modal .aty-modal-close {
    display: none;
}

.yhgtc-modal .aty-modal-content {
    border-radius: 8px;
    background: #fff;
}

.yhgtc-modal .aty-modal-body {
    padding: 0px;
}

.yhgtc-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px;
}

.yhgtc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.yhgtc-title {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.50);
    margin-top: 5px;
}

.yhgtc-close-btn {
    cursor: pointer;
    opacity: 0.7;
}

.yhgtc-close-btn:hover {
    opacity: 1;
    color: #007aff;
}

.yhgtc-qrcode {
    width: 150px;
    height: 150px;
    background: url("/IntelligentEditor/images/home/qun-6d914c74876cfe1edd186100e519ba6c.png") no-repeat center;
    background-size: contain;
}

.yhgtc-qrcode-oss {
    width: 150px;
    height: 150px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/qun.png") no-repeat center;
    background-size: contain;
}
/* 用户沟通弹窗结束 */

.xzkhdnew .aty-modal {
    top: var(--xzkhdnew-top);
}
.xzkhdnew .aty-modal-content .aty-modal-default-header {
    display: none;
}

.xzkhdnew .aty-modal-close {
    display: none;
}

.xzkhdnew .aty-modal-content {
    border-radius: 9px;
}

.xzkhdnew iframe {
    border-radius: 9px;
}

.container-ewm-content {
    width: 168px;
    padding: 0px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-ewm-content:first-child {
    /* width: 144px; */
    padding-left: 0px;
}

/**新首页：开始*/
.page-box {
    height: 100%;
    background: #fff; /* 原背景 */
    background:
        /* 左上 奶黄 */
            radial-gradient(
                    60% 55% at 18% 22%,
                    rgba(255, 228, 170, 0.85),
                    transparent 60%
            ),

                /* 右上 大片蓝紫 */
            radial-gradient(
                    70% 65% at 78% 30%,
                    rgba(160, 190, 255, 0.85),
                    transparent 65%
            ),

                /* 中央 粉色核心 */
            radial-gradient(
                    55% 55% at 50% 52%,
                    rgba(255, 180, 215, 0.9),
                    transparent 60%
            ),

                /* 左下 冷淡蓝 */
            radial-gradient(
                    50% 50% at 25% 75%,
                    rgba(205, 235, 255, 0.8),
                    transparent 60%
            ),

                /* 右下 紫蓝补色 */
            radial-gradient(
                    60% 60% at 82% 72%,
                    rgba(185, 175, 255, 0.8),
                    transparent 65%
            );
    background-size: 200%;
    animation: title_textShine 5s ease-in-out infinite alternate;
}
.page-header {
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 50px;
}
.header-title {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 5px;
    margin-right: auto;
}
.header-button {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    color: rgba(0,0,0,0.90);
    cursor: pointer;
}
.header-button.active {
    color: #3A70FE;
}
.header-button.gap {
    margin-right: 30px;
}
.header-button-sep {
    width: 1px;
    height: 19px;
    background: rgba(0,0,0,0.13);
    margin: 0px 30px;
}
.header-icon-lxwm {
    width: 22px;
    height: 22px;
    background: url("/IntelligentEditor/images/home/v3/contact-97c6f7ee5ba7dfcf1af33adc580df12a.svg") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.header-icon-lxwm.oss {
    width: 22px;
    height: 22px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/contact.svg") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.header-icon-yhgt {
    width: 22px;
    height: 22px;
    background: url("/IntelligentEditor/images/home/v3/communicate-db14c0a542116f987e22790012ffea16.svg") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 25px;
}
.header-icon-yhgt.oss {
    width: 22px;
    height: 22px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/communicate.svg") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 25px;
}
.header-button-download {
    width: 99px;
    height: 30px;
    background-image: linear-gradient(90deg, #3670FE 0%, #6272FF 100%);
    border-radius: 15px;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    margin-left: 28px;
    cursor: pointer;
}
.header-button-jkty {
    width: 110px;
    height: 30px;
    border: 2px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #4674FF 0%, #B65BFE 100%) border-box;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 12px;
}
.header-button-jkty-text {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background: -webkit-radial-gradient(circle, #5183FF 0, #B55BFF 100%);
    background: radial-gradient(circle, #5183FF 0, #B55BFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
}
.header-button-jkty-icon {
    width: 12px;
    height: 15px;
    background: url("/IntelligentEditor/images/home/v3/jkty-25873191afff21fc4431ce0dceb0870f.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}
.page-body {
    height: calc(100% - 80px);
    overflow: auto;
}
.page-content {
    display: none;
}
.page-content.active {
    display: block;
}
.page-content.fa.active {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-content.hz.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 93px;
}
.content-gl-top {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gl-title {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 88px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}
.gl-title .gradient, .summary-subtitle .gradient, .fa-item-text-number.gradient {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: title_textShine 3s ease-in-out infinite alternate;
    animation: title_textShine 3s ease-in-out infinite alternate;
    background: -webkit-radial-gradient(circle, #923DFF 0, #4D73FF 100%);
    background: radial-gradient(circle, #923DFF 0, #4D73FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200%;
}
@-webkit-keyframes title_textShine{
    0%{background-position:0 50%}
    15%{background-position:0 50%}
    85%{background-position:100% 100%}
    to{background-position:100% 100%}
}
@keyframes title_textShine{
    0%{background-position:0 50%}
    15%{background-position:0 50%}
    85%{background-position:100% 100%}
    to{background-position:100% 100%}
}
.gl-desc {
    width: 60%;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 24px;
    color: rgba(0,0,0,0.63);
    text-align: center;
    margin-top: 29px;
}
.gl-ty-button {
    width: 200px;
    height: 64px;
    background-image: linear-gradient(90deg, #3670FE 0%, #6272FF 100%);
    border-radius: 50px;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 68px;
}
.gl-ty-button .icon {
    width: 19px;
    height: 25.78px;
    background: url("/IntelligentEditor/images/home/v3/experience-1994da850cc34e5d40ec30bfa8999a5f.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
}
.gl-ty-button .icon.oss {
    width: 19px;
    height: 25.78px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/experience.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
}
.content-gl-body {
    background: #ffffff;
    padding-top: 50px;
    padding-bottom: 73px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gl-subtitle {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 40px;
    color: #000000;
}
.gl-subtitle.syhbs {
    margin-top: 95px;
}
.gl-subtitle .underline {

}
.gl-item {
    width: 62.5%;
    display: flex;
    align-items: center;
}
.gl-item.aicz {
    margin-top: 95px;
}
.gl-item.zyyj {
    margin-top: 95px;
}
.gl-item.bgzs {
    margin-top: 95px;
}
.gl-item.zyk {
    margin-top: 95px;
}
.gl-item.syhbs {
    justify-content: space-between;
    margin-top: 71px;
}
.gl-item.yssm {
    background-image: linear-gradient(180deg, #EDF3FA 0%, #EDF2F9 100%);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 59px;
    margin-top: 75px;
}
.zicz-left {
    width: 295px;
    margin-right: 157px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.aicz-left-icon {
    width: 234px;
    height: 146px;
    background: url("/IntelligentEditor/images/home/v3/aicz-2144d833d2e56193e1182e9fec04634b.png") no-repeat;
    margin-left: -64px;
}
.aicz-left-icon.oss {
    width: 234px;
    height: 146px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/aicz.png") no-repeat;
    margin-left: -64px;
}
.title-aicz {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 24px;
    color: #333333;
}
.text-aicz {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    color: rgba(0,0,0,0.56);
    line-height: 30px;
    margin-top: 29px;
}
.homePage-header-right-vedio {
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    border-radius: 25px;
}
.zyyj-right {
    width: 295px;
    margin-left: 155px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.zyyj-right-icon {
    width: 234px;
    height: 146px;
    background: url("/IntelligentEditor/images/home/v3/zyyj-ea7bd819efaeb74137e0a3cf7a026280.png") no-repeat;
    margin-right: -64px;
}
.zyyj-right-icon.oss {
    width: 234px;
    height: 146px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/zyyj.png") no-repeat;
    margin-right: -64px;
}
.bgzs-left-icon {
    width: 234px;
    height: 146px;
    background: url("/IntelligentEditor/images/home/v3/bgzs-22169d8dd392467f4c0563f4053564f5.png") no-repeat;
    margin-left: -64px;
}
.bgzs-left-icon.oss {
    width: 234px;
    height: 146px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/bgzs.png") no-repeat;
    margin-left: -64px;
}
.zyk-right-icon {
    width: 234px;
    height: 146px;
    background: url("/IntelligentEditor/images/home/v3/zyk-4845af8a758b45f55c2f9a5ed6328835.png") no-repeat;
    margin-right: -64px;
}
.zyk-right-icon.oss {
    width: 234px;
    height: 146px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/zyk.png") no-repeat;
    margin-right: -64px;
}
.syhbs-item {
    /*width: 372px;*/
    /*height: 320px;*/
    width: 32%;
    padding: 28px 28px 190px;
}
.syhbs-item.fazc {
    background: url("/IntelligentEditor/images/home/v3/fazc-e6ded866603a251d97b95e0a9be6280e.png") no-repeat;
    background-size: 100% 100%;
}
.syhbs-item.fazc.oss {
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/fazc.png") no-repeat;
    background-size: 100% 100%;
}
.syhbs-item.yhzc {
    background: url("/IntelligentEditor/images/home/v3/yhzc-312adb1fdf760bbcc8fa416e29f74d50.png") no-repeat;
    background-size: 100% 100%;
}
.syhbs-item.yhzc.oss {
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/yhzc.png") no-repeat;
    background-size: 100% 100%;
}
.syhbs-item.zskf {
    background: url("/IntelligentEditor/images/home/v3/zskf-8783410181c6f53a2bc3e5604d1fa920.png") no-repeat;
    background-size: 100% 100%;
}
.syhbs-item.zskf.oss {
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/zskf.png") no-repeat;
    background-size: 100% 100%;
}
.syhbs-title {
    display: block;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 22px;
    color: #000000;
}
.syhbs-desc {
    height: 60px;
    display: block;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,0.73);
    margin-top: 11px;
}
.yssm-icon {
    width: 118px;
    height: 118px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(200,215,244,0.45);
    border-radius: 24.39px;
    background: url("/IntelligentEditor/images/home/v3/yssm-8cdbf06d1ae7f29d091ee3eb8d8ddae0.png") no-repeat;
    background-size: 68px 68px;
    background-position: center;
}
.yssm-icon.oss {
    width: 118px;
    height: 118px;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(200,215,244,0.45);
    border-radius: 24.39px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/yssm.png") no-repeat;
    background-size: 68px 68px;
    background-position: center;
}
.yssm-text-bold {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 24px;
    color: #000000;
    margin-top: 40px;
}
.yssm-text {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    color: #626F84;
    margin-top: 18px;
}
.fa-item-wrapper {
    width: 100%;
    padding-bottom: 93px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 20%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,1) 100%);
}
.fa-item {
    width: 62.5%;
    display: flex;
    align-items: center;
}
.fa-item.summary {
    flex-direction: column;
    margin-top: 100px;
}
.fa-item.sjaq {
    margin-top: 95px;
}
.summary-title {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 46px;
    color: #000000;
}
.summary-subtitle {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 88px;
    color: #000000;
    font-weight: 700;
    margin-top: 30px;
}
.summary-desc {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 24px;
    color: rgba(0,0,0,0.63);
    margin-top: 49px;
}
.fa-item-lefttext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 476px;
    margin-right: 71px;
    flex-shrink: 0;
}
.fa-item-righttext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 476px;
    margin-left: 71px;
    flex-shrink: 0;
}
.fa-item-text-number {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 52.43px;
    color: #346FF4;
}
.fa-item-text-title {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 34px;
    color: #333333;
    margin-top: 18px;
}
.fa-item-text-desc {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    color: rgba(0,0,0,0.56);
    margin-top: 22px;
    line-height: 30px;
}
.fa-item-text-desc ul {
    list-style-type: square; /* 改变为实心方块 */
    padding-inline-start: 20px;
}
.fa-item-text-desc ul li::marker {
    color: #BAB7CD;
}
.fa-subtitle {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 40px;
    color: #000000;
    margin-top: 95px;
}
.fa-cgal {
    display: flex;
    justify-content: space-between;
    margin-top: 71px;
}
.fa-cgal .mszf {
    width: 32%;
    background-image: linear-gradient(180deg, #BED7FF 0%, #E4EEFF 42%, #E3EDFF 100%);
    border-radius: 23px;
    padding: 50px 36px 46px 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fa-cgal .mszfw {
    width: 32%;
    background-image: linear-gradient(180deg, #B6E7F6 0%, #E7FBFF 43%, #E7FBFF 100%);
    border-radius: 23px;
    padding: 50px 36px 46px 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fa-cgal .mdxsb {
    width: 32%;
    background-image: linear-gradient(180deg, #E0C8FF 0%, #F6F1FF 42%, #F7F2FF 100%);
    border-radius: 23px;
    padding: 50px 36px 46px 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fa-cgal .mszf .aty-icon {
    width: 95px;
    height: 95px;
    background: url("/IntelligentEditor/images/home/v3/mszf-30480814c1b9f550aa4e9096aa20b576.png") no-repeat;
    background-size: 100% 100%;
}
.fa-cgal .mszf.oss .aty-icon {
    width: 95px;
    height: 95px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/mszf.png") no-repeat;
    background-size: 100% 100%;
}
.fa-cgal .mszfw .aty-icon {
    width: 95px;
    height: 95px;
    background: url("/IntelligentEditor/images/home/v3/mszfw-37691a8494981152a31a9b556e8637fc.png") no-repeat;
    background-size: 100% 100%;
}
.fa-cgal .mszfw.oss .aty-icon {
    width: 95px;
    height: 95px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/mszfw.png") no-repeat;
    background-size: 100% 100%;
}
.fa-cgal .mdxsb .aty-icon {
    width: 95px;
    height: 95px;
    background: url("/IntelligentEditor/images/home/v3/mdxsb-87ee3373bc018022cde76ca596e91045.png") no-repeat;
    background-size: 100% 100%;
}
.fa-cgal .mdxsb.oss .aty-icon {
    width: 95px;
    height: 95px;
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/mdxsb.png") no-repeat;
    background-size: 100% 100%;
}
.cgal-title {
    margin-top: 38px;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 30px;
    color: #000000;
}
.cgal-desc {
    height: 132px;
    margin-top: 20px;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    color: rgba(0,0,0,0.56);
    line-height: 30px;
}
.hz-item {
    width: 62.5%;
    display: flex;
    align-items: center;
}
.hz-item.summary {
    flex-direction: column;
    margin-top: 100px;
    line-height: 1;
}
.hz-item.hzms {
    display: flex;
    width: calc(62.5% + 60px);
    /*height: 466px;*/
    padding: 30px;
    margin-top: 95px;
    border-radius: 32px;
}
.hz-item.hzms.dls {
    background: url("/IntelligentEditor/images/home/v3/dls-c042696aabd5ab1823e8ed35689bdb23.png") no-repeat;
    background-size: 100% 100%;
}
.hz-item.hzms.dls.oss {
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/dls.png") no-repeat;
    background-size: 100% 100%;
}
.hz-item.hzms.syhqd {
    background: url("/IntelligentEditor/images/home/v3/syhqd-bafb6f6b07dd049ba29624fad3e8f4d0.png") no-repeat;
    background-size: 100% 100%;
}
.hz-item.hzms.syhqd.oss {
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/syhqd.png") no-repeat;
    background-size: 100% 100%;
}
.hzms-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    padding: 70px 83px 49px 88px;
    cursor: pointer;
}
.hzms.dls .hzms-item.dls .hzms-title, .hzms.syhqd .hzms-item.syhqd .hzms-title {
    color: #000000;
}
.hzms-title {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 30px;
    color: #FFFFFF;
}
.hzms.dls .hzms-item.dls .hzms-subtitle, .hzms.syhqd .hzms-item.syhqd .hzms-subtitle {
    color: #000000;
}
.hzms-subtitle {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 8px;
}
.hzms.dls .hzms-item.dls .hzms-desc, .hzms.syhqd .hzms-item.syhqd .hzms-desc {
    color: rgba(0,0,0,0.56);
}
.hzms-desc {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.80);
    line-height: 30px;
    margin-top: 32px;
}
.hzms-desc .icon {
    background: url("/IntelligentEditor/images/home/v3/marker-aeef5fb859e83b6e9b004723950e820e.svg") no-repeat;
    background-size: 20px 20px;
    background-position-y: center;
    padding-left: 28px;
}
.hzms-desc.oss .icon {
    background: url("https://gongwen-thunisoft.oss-cn-beijing.aliyuncs.com/home/v3/marker.svg") no-repeat;
    background-size: 20px 20px;
    background-position-y: center;
    padding-left: 28px;
}

.home-float-zxzx {
    position: fixed;
    right: 24px;
    top: 70%;
    transform: translateY(-50%);
    z-index: 1000;
    cursor: pointer;
    line-height: 0;
}
.home-float-zxzx .home-float-zxzx-img,
.home-float-zxzx img {
    display: block;
    width: 80px;
    height: auto;
}

/* 百度 hm.js 会再插一个 .embed-icon 悬浮钮，与 .home-float-zxzx 重复；隐藏之，保留 DOM 供 JS 里 programmatic click 打开咨询 */
.embed-icon {
    position: fixed !important;
    left: -9999px !important;
    top: 0 !important;
    right: auto !important;
    transform: none !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: -1 !important;
}
.embed-icon::after {
    content: none !important;
    display: none !important;
}