/*********************************************
 * home CSS
 *
 * @author liuming
 * @date 2023-10-12
 *********************************************/
body {
    background-color: #FFFFFF;
    min-width: 1349px;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 88px;
    background-image: linear-gradient(90deg, #FFFFFF 1%, rgba(255, 255, 255, 0.78) 100%);
}

.login-new-form-item{
    position: relative;
    width: 380px;
    height: 40px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
}

.header-top-left {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    padding: 17px 0 26px 28px;
}

.header-top-left-logo {
    margin-right: 5px;
}

.header-top-right {
    height: 100%;
    display: flex;
}

.header-top-right-btngroup {
    display: flex;
    align-items: center;
    margin-right: 120px;
}

.downloadBtndiv{
    margin-right: 10px;
}
.downloadBtn{
    width: 120px !important;
}


.header-top-right-btngroup .header-top-right-btn {
    width: 114px;
    height: 46px;
    background-image: linear-gradient(90deg, #3670FE 0%, #6272FF 100%);
    border-radius: 6px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin: 0 10px;
}

.user-avatar {
    margin-right: 114px;
}

.header-top-right-info {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.header-top-right-detail {
    position: absolute;
    width: 343px;
    height: auto;
    /*height: 308px;*/
    background: url("/IntelligentEditor/images/form-info-bg-6f0b430e661c9103b2134a39b577d221.png") no-repeat -14px -14px/371px 336px;
    display: none;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 10px;
    transform: translateY(78px);
}

.header-top-right-info:hover .header-top-right-detail {
    display: block;
}

.header-top-right-detail-header {
    height: 85px;
    display: flex;
    align-items: center;
}

.header-top-right-detail-headeritem {
    height: 100%;
}

.header-top-right-detail-headeritem.avatar {
    width: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.header-top-right-detail-headeritem.info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: center;
    cursor: default;
}


.header-top-right-detail-headeritem.info .username {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 700;
    padding: 4px 0;
}

.header-top-right-detail-headeritem.info .userphone {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #495561;
    letter-spacing: 0;
    font-weight: 400;
    padding: 4px 0;
}

.header-top-right-detail-headeritem.logoutbtn {
    display: flex;
    align-items: flex-start;
    padding-top: 14px;
}

.header-top-right-detail-headeritem.logoutbtn .header-top-right-detail-logout {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #495561;
    letter-spacing: 0;
    font-weight: 400;
    background: transparent;
}

.header-top-right-detail-middle {
    width: 315px;
    height: 52px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(171, 191, 241, 0.11);
    border-radius: 4px;
    display: flex;
    position: relative;
}

.header-top-right-detail-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}

.header-top-right-detail-info i {
    display: block;
    width: 23px;
    height: 21px;
    margin-right: 8px;
}


.header-top-right-detail-info .header-top-right-detail-info-text {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #495561;
    letter-spacing: 0;
    font-weight: 400;
}

.header-top-right-detail-middle::after {
    position: absolute;
    transform: translateY(-50%);
    left: 50%;
    top: 50%;
    content: "";
    width: 1px;
    height: 24px;
    opacity: 0.23;
    background: #AEB3B8;
}

.header-top-right-detail-righttext {
    display: block;
    width: 118px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin: 13px auto;
    opacity: 0.51;
    background: #D4E1FF;
    border-radius: 14px;

    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #4E71FE;
    letter-spacing: 0;
    font-weight: 400;

}

.header-top-right-detail-rightwrapper {
    display: grid;
    grid-template-rows: 34px 34px 34px;
    grid-template-columns: 1fr 1fr;
    padding: 0 29px;
}


.header-top-right-detail-rightitem {
    display: flex;
    align-items: center;
}

.header-top-right-detail-rightitem .title {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #495561;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 6px;
}

.header-top-right-detail-rightitem .count {
    opacity: 0.5;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #495561;
    letter-spacing: 0;
    font-weight: 400;
}

.header-top-right-detail-rightitem i {
    display: block;
    width: 15px;
    height: 15px;
}


.header-top-right-detail-rightitem.xzzs i {
    background: url("/IntelligentEditor/images/xzzs-894b815ec5aa1dae8b96251c76ec8d42.png") no-repeat;
}


.header-top-right-detail-rightitem.jdzs i {
    background: url("/IntelligentEditor/images/jdzs-f8d3c59fcaf1af8d5b604d3191197480.png") no-repeat;
}

.header-top-right-detail-rightitem.jsgw i {
    background: url("/IntelligentEditor/images/jsgw-5a886892eae11e3a79794059053a5027.png") no-repeat;
}

.header-top-right-detail-rightitem.sjcs i {
    background: url("/IntelligentEditor/images/sjcs-b860e033e0e5d1ee6703dc477774f8ad.png") no-repeat;
}

.header-top-right-detail-rightitem.pbcs i {
    background: url("/IntelligentEditor/images/pbcs-13438986af5dfd45abca257596f1cd60.png") no-repeat;
}
.header-top-right-detail-rightitem.gwbd i {
    background: url("/IntelligentEditor/images/gwbd-45dce0bfe2751c4e52082c13bb98ff79.png") no-repeat;
}
.header-top-right-detail-rightitem.yyld i {
     background: url("/IntelligentEditor/images/yyld-95db3e5284b4eb4567b14f06796f7e8f.png") no-repeat;
 }

.header-top-right-detail-info.usercenter i {
    background: url("/IntelligentEditor/images/grzx-f201657e82e44ee73df3df914a133489.png") no-repeat;
}

.header-top-right-detail-info.userusage {
    cursor: not-allowed ;
}

.header-top-right-detail-info.userusage i {
    background: url("/IntelligentEditor/images/syjl-1424f92bf4fc941471e84a0a2bc24f08.png") no-repeat;
}

.header-top-right-detail-footer {
    height: 171px;
}

.container-head {
    height: 65px;
    position: fixed;
    background-size: 100% 100%;
    width: 100%;
    display: flex;
    background-color: white;
    z-index: 9999;
}

.container-logo-line {
    height: 65px;
    width: 100%;
    display: flex;
    background-image: linear-gradient(90deg, #FFFFFF 1%, rgba(255, 255, 255, 0.78) 100%);
}

.container-logo {
    height: 65px;
    width: 85%;
}

.icon-logo {
    width: 190px;
    height: 58px;
    background: url("/IntelligentEditor/images/home/logo3-2fcb38e0928d9dc92d16ee1548962539.png") no-repeat;
    margin-left: 27px;
    margin-top: 9px;
    border-bottom: 4px solid #1880ff;
}

.icon-logo-tas {
    width: 230px;
    height: 58px;
    background: url("/IntelligentEditor/images/home/logo-tas-58b9e8eef65d1017a6228bb85c7c5a17.png") no-repeat;
    margin-left: 27px;
    margin-top: 9px;
}

.icon-logo-cocall {
    width: 190px;
    height: 55px;
    background: url("/IntelligentEditor/images/home/logo-cocall-9e7269e47f17138abbbaaec4f39f3d4f.png") no-repeat;
    margin-left: 27px;
    margin-top: 9px;
}


.container-service {
    height: 65px;
    width: 15%;
    margin-right: 20px;

}

.text-znxz-service {
    display: block;
    margin-top: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #496CF2;
    letter-spacing: 0;
    line-height: 8px;
    font-weight: bold;
    white-space: nowrap;
}

#atyContainerLhzcz {
    flex: 1;
    margin-right: 20px;
}

.text-name {
    /*display: block;*/
    font-family: MicrosoftYaHei;
    font-size: 34px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 700;
    width: 500px;
}

.text-subname {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 60px;
}

.btn-sqty {
    width: 154px;
    height: 53px;
    background-image: linear-gradient(90deg, #3670FE 0%, #6272FF 100%);
    border-radius: 6px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
}

.btn-lxwm {
    width: 154px;
    height: 53px;
    background: #FFFFFF;
    border-radius: 6px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #3170FF;
    letter-spacing: 0;
    font-weight: 400;
    border-width: 2px;
    border-color: #90ABFE;
    margin-left: 19px;
}

.btn-lxwm:hover {
    color: #3170FF;
    border-color: #90ABFE;
}
.video-container{
    width: 500px;
}
.container-video {
    background: rgba(255, 255, 255, 0.13);
    border: 0.99px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 30px 20px 10px rgba(74, 113, 254, 0.06);
    box-shadow: 0px 20px 16px 10px rgba(82, 113, 254, 0.01);
    box-shadow: 0px 9px 7px 8px rgba(70, 113, 254, 0.06);
    border-radius: 14.9px;
    padding: 14px 23px;
}

.container-znxz-name {
    margin-top: 50px;
    text-align: center;
}

.text-znxz-zn {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 700;
}

.text-znxz-xz {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    color: #4671FE;
    letter-spacing: 0;
    font-weight: 700;
}

.container-znxz-subname {
    margin-top: 40px;
    text-align: center;
}

.text-znxz-subname {
    font-family: MicrosoftYaHei;
    font-size: 26px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 700;
}

.text-znxz-desc {
    display: block;
    margin-top: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 400;
}

.container-znxz-module {
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-znxz {
    width: 300px;
    height: 264px;
    background-color: transparent;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    border-bottom: 6px solid transparent;
}

.btn-znxz:hover {
    background-color: transparent;
    color: #000000;
    box-shadow: 0px 1px 12px 11px rgba(233, 239, 255, 0.32);
    border-radius: 8px 8px 0px 0px;
}

.btn-znxz-select {
    box-shadow: 0px 1px 12px 11px rgba(233, 239, 255, 0.32);
    border-radius: 8px 8px 0px 0px;
    border-bottom: 6px solid #5071FE;
}

.icon-znscqw {
    width: 140px;
    height: 130px;
    background: url("/IntelligentEditor/images/home/znsc-1761aa50a03e29e9f1563bc565d87e81.png") no-repeat;
    margin: 0 auto 12px;
}

.icon-zngx {
    width: 140px;
    height: 130px;
    background: url("/IntelligentEditor/images/home/zngx-f89316ccf117fb958a55b9f474a74524.png") no-repeat;
    margin: 0 auto 12px;
}

.icon-zwbw {
    width: 140px;
    height: 130px;
    background: url("/IntelligentEditor/images/home/zwbw-35c37c954d29288c64d2f99ff8ee4fb5.png") no-repeat;
    margin: 0 auto 12px;
}

.icon-gwzlk {
    width: 140px;
    height: 130px;
    background: url("/IntelligentEditor/images/home/gwzlk-f63d4218716060d0549b8b534171b9b3.png") no-repeat;
    margin: 0 auto 12px;
}

.container-znxz-detail {
    height: 551px;
    background: rgba(233, 239, 255, 0.59);
}

.container-znxz-detail-content {
    width: 65%;
    height: 100%;
    margin: auto;
}

.container-zs {
    width: 65%;
    height: 490px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.container-body {
    padding-top: 65px;
}

.container-body {
    padding-top: 0;
}


.container-zs-top {
    background: url(/IntelligentEditor/images/home/banner-7d48fbaeaefd6fd40c5b2174b9e9aecb.png) no-repeat;
    background-size: 100% 100%;
    height: 490px;
}

.container-dls-bg {
    background: url(../images/home/qudaodailishang.png) no-repeat;
    background-size: 100% 100%;
    height: 490px;
}

.container-gdcptj {
    width: 65%;
    margin: auto;
}

.container-znjd {
    width: 65%;
    margin: auto;
}

.container-znpb {
    width: 65%;
    margin: auto;
}

.container-znxz {
    width: 65%;
    margin: auto;
}

/* PC端样式 */
@media screen and (min-width: 1024px) {

}

.embed-toolbar .embed-toolbar-btn[data-v-9858d005] {
    height: 120px !important;
    font-size: 53px !important;
    border-radius: 66px !important;
}

/* 移动端样式 */
@media screen and (max-width: 1023px) {

    .container-znxz-detail-content {
        width: 90%;
        height: 100%;
        margin: auto;
    }

    .container-znxz-detail-text {

        margin-right: 47px;
    }

    .container-zs {
        width: 90%;
        height: calc(100% - 65px);
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .container-gdcptj {
        width: 90%;
        margin: auto;
    }

    .container-znjd {
        width: 90%;
        margin: auto;
    }

    .container-znpb {
        width: 90%;
        margin: auto;
    }

    .container-znxz {
        width: 90%;
        margin: auto;
    }
}


.container-znxz-detail-layout {
    height: 100%;
    display: flex;
    align-items: center;
}

.container-znxz-detail-text {
    width: 317px;
    margin-right: 77px;
}

.container-znxz-detail-text-zwbw {
    width: 434px;
}

.container-znxz-detail-text-gwzlk {
    width: 366px;
}

.text-znxz-detail-name {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
    width: 225px;
}

.text-znxz-detail-desc {
    display: block;
    margin-top: 18px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #51565D;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 400;
}


.container-znpb-name {
    margin-top: 60px;
    text-align: center;
}

.text-znpb-desc {
    display: block;
    margin-top: 47px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #51565D;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: 400;
}

.container-znpb-module {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 66px;
}

.icon-znpb-gwpb {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/gwpb-1f87035c1742c1f8e36e23d729ceacb3.png") no-repeat;
}

.icon-znpb-zwpb {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/zwpb-e3b2d0bfbd218a8c98b29232abbbe294.png") no-repeat;
}

.icon-znpb-chpb {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/chpb-d55a60213934f35ec3bdbb2a2fc0e791.png") no-repeat;
}

.icon-znpb-crbtbj {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/crbt-62c1c2cfc3d826a04488a74797ffbfbe.png") no-repeat;
}

.text-znpb-module {
    display: block;
    margin-top: 26px;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #51565D;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
}

.container-znjd-area {
    padding-bottom: 67px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F3F7FF 100%);
}

.container-znpb-name {
    margin-top: 60px;
    text-align: center;
}

.icon-znjd-zclcw {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/zclcw-9dba7e5af49a1035512a8398cab0b83c.png") no-repeat;
}

.icon-znjd-zsxcw {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/zsxcw-724938d0be261eb74cf597a4d8469a55.png") no-repeat;
}

.icon-znjd-zzxcw {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/zscw-de1520c685a60b40e642b52f89e856b8.png") no-repeat;
}

.icon-znjd-ywpyl {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/ywpy-c2532442d74c9b4a4103e94457e8b6c5.png") no-repeat;
}

.icon-znjd-szbdyf {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/szbd-452bc5a056a4c7bc6e879e8d87b8fdbe.png") no-repeat;
}

.icon-znjd-mgc {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/mgc-a2eeee32de417bb00f44a2a18f2d3ac4.png") no-repeat;
}

.image-znjd {
    display: block;
    margin: 60px auto 0px;
}

.container-gdcptj-area {
    padding: 65px 0px 105px;
}


.container-gdcptj-name {
    text-align: center;
}

.container-gdcptj-group1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.container-gdcptj-group2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.container-gdcptj-cp {
    width: 413px;
    height: 242px;
    background-size: 100% 100%;
    cursor: pointer;
}

.cp-jzyhds {
    background: url("/IntelligentEditor/images/home/hyjzyhds-876b65798281991f830c9dbbbdb96132.png") no-repeat;
    padding-top: 113px;
}

.cp-hyjdpt {
    background: url("/IntelligentEditor/images/home/hyjdpt-b0fd46cc67efdd3d945fd1699b83b7e5.png") no-repeat;
    padding-top: 128px;
}

.cp-hysrf {
    background: url("/IntelligentEditor/images/home/hysrf-e1f35d056c1e473bd4bf71ab37eba7ee.png") no-repeat;
    padding-top: 71px;
}

.cp-hyyyfwq {
    background: url("/IntelligentEditor/images/home/hyyyfwq-2fe6f1574772fabe1b042f4909c69f5c.png") no-repeat;
    padding-top: 127px;
}

.cp-ysgw {
    background: url("/IntelligentEditor/images/home/gwznfzxt-41deac862829477d1a5df6797932b982.png") no-repeat;
    padding-top: 111px;
}

.cp-cocall {
    background: url("/IntelligentEditor/images/home/cocall-274dc754e0c4c5f1d32c8c11e89b942d.png") no-repeat;
    padding-top: 107px;
}

.text-cp-default {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #1B2633;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    font-weight: 400;
    display: block;
    padding: 0px 50px;
}

.text-cp-highlight {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #175EFF;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    padding: 0px 50px;
}

.text-cp-white {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    font-weight: 400;
    display: block;
    padding: 0px 50px;
}

.text-cp-srf {
    font-family: PingFangSC-Medium;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    text-align: justify;
    line-height: 39px;
    font-weight: 500;
    display: block;
    padding-left: 50px;
}


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

.container-lxxx {
    width: 254px;
    margin-right: 200px;
}

.text-lxxx-name {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #E2E5E8;
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
    font-weight: 400;
    margin-top: 23px;
}

.text-lxxx-name:first-child {
    margin-top: 0px;
}

.text-lxxx-value {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #858B92;
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
    font-weight: 400;
}

.container-ewm {
    display: flex;
}

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

.icon-qywx {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/qh-45db49c013d161f51bdd9f3e5537ed5a.png") no-repeat;
}

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

.icon-jdsc {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/gzjd-44335096b4ea14d2877b6ed4c30d8425.png") no-repeat;
}

.icon-zhzw {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/zhzw-1f5430248006877523e1e8d995901f19.png") no-repeat;
}

.icon-flkj {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/flkj-66d81d8bf1abd9687940878c100e3daf.png") no-repeat;
}

.icon-sqzxyqdhz {
    width: 120px;
    height: 120px;
    background: url("/IntelligentEditor/images/home/hysqzxyqdhz-968b63cc3193f4c7452d67d9c9dcdef2.jpg") no-repeat;
    background-size: contain;
    border-radius: 5px;
}

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

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

.text-copyright {
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #787C84;
    letter-spacing: 0;
    text-align: justify;
    line-height: 32px;
    font-weight: 400;
}

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

.text-copyright {
    cursor: pointer;
}

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

/**模态框样式开始*/
.text-gxsq {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.75);
    line-height: 25px;
    display: block;
    margin-top: 40px;
}

.text-sq-tip {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgba(0, 0, 0, 0.65);
    line-height: 20px;
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
}

.container-sq-ysxy {
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.aty-form .checkbox-sq-ysxy.aty-label-layout {
    margin-bottom: 0px;
}

.checkbox-sq-ysxy {
    width: auto;
}

.text-sq-ysxy {
    margin-left: -6px;
    margin-top: 3px;
    color: #165EFF;
    cursor: pointer;
}

.container-gywm {
    cursor: pointer;
}

/**模态框样式结束*/


/**登录框**/
.login-lable {
    display: flex;
    margin-top: 20px;
}

.login-lable-group {
    display: flex;
    margin-right: 20px;
}

.login-welcome {
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 26px;
    color: #202228;
    font-weight: 700;
}

.login-label-text {
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #646A73;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    width: 58px;
    height: 28px;
}

.login-label-text2 {
    width: 70px;
    margin-left: 20px;
}

.login-label-text-default {
    border-bottom: 2px solid rgba(96, 98, 102, 0.2);
}

.login-label-text-select {
    border-bottom: 2px solid #1C92FA;
    color: #1C92FA;
}

.login-input {
    margin-top: 16px;
}

.login-input-item .aty-input-common {
    height: 40px;
}

.login-input-item-yzm .aty-input-common {
    height: 40px;
    border-radius: 4px 0 0 4px;
}

.login-form-item-yzm {
    width: 114px;
    height: 36px;
    cursor: pointer;
}

.login-input-flex {
    display: flex;
}

.login-input-item-yzm-image {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    border-left-width: 0;
}

.login-getyzm-text {
    position: absolute;
    right: 45px;
    margin-top: 12px;
    font-family: MicrosoftYaHeiUI;
    font-size: 14px;
    color: #1C92FA;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
}

.login-from-autologin {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-form-forget-text {
    cursor: pointer;
    user-select: none;
}

.login-button {
    width: -webkit-fill-available;
    height: 40px;
    margin-top: 7px;
}

.login-xieyi-checkbox {
    width: 105px;
}

.login-xieyi-group {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.login-xieyi-underline {
    text-decoration: underline;
    cursor: pointer;
}

.login-xieyi-mobile-icon {
    width: 14px;
    height: 14px;
    background: url("/IntelligentEditor/icons/info-5085674a64e77f91dcb58b1241efcf7f.png");
    margin-right: 7px;
}

.login-xieyi-mobile {
    margin-top: 12px;
}

.login-warng-msg {
    height: 36px;
    margin-top: 46px;
}

.xieyi-container {
    margin-top: 30px;
    height: 428px;
}

.login-getyzm-text-djs {
    color: #646A73;
}


/**88888888888888*/
.dlzc-centenr {
    text-align: center;
    line-height: 64px;
}


.login-logo-wx {
    width: 190px;
    height: 58px;
    background: url("/IntelligentEditor/images/home/logo3-2fcb38e0928d9dc92d16ee1548962539.png") no-repeat;
}

@keyframes lightWaveAnimation {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

.login-header-container {
    text-align: center;
    /*background-image: linear-gradient(to right, rgb(0,129,255), rgb(0,149,255));*/
    color: white;
    height: 130px;

    background-color: #1E64FF; /* 主背景色 */
    background-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    ); /* 创建斜向的淡白色光波 */
    background-size: 200% 100%; /* 设置光波的背景尺寸 */
    animation: lightWaveAnimation 3s infinite linear; /* 应用光波动画 */
    position: relative; /* 确保背景可以在div内部移动 */
    overflow: hidden; /* 防止背景超出div范围 */
}

#atyModalBxisn .aty-modal-default .aty-modal-content {
    border-radius: 16px
}

#atyModalBxisn .aty-modal-default .aty-modal-body {
    padding: 0;
}

.login-header-title1 {
    padding-top: 30px;
    font-size: 32px;
    font-weight: bolder;
}

.login-header-title3 {
    padding-top: 30px;
}

.login-new-label {
    display: flex;
    margin-top: 36px;
    justify-content: center;
}

.login-nwe-label-text {
    font-weight: 400;
    font-size: 16px;
    font-family: MicrosoftYaHeiUI;
    /*color: #646A73;*/
    cursor: pointer;
    user-select: none;
    width: 190px;
    height: 36px;
    text-align: center;
}

.login-new-form-container {
    margin-top: 28px;
    text-align: center;
}

.login-new-input-account {
    height: 40px;
    width: 380px;
}

.login-new-image {
    position: absolute;
    z-index: 99;
    margin-top: 11px;
    margin-left: 8px;
}

#atyContainerNchke .aty-input-common {
    padding-left: 30px;
    height: 40px;
    border-radius: 10px;
}

.login-new-yzm-account {
    height: 40px;
    width: 190px;
}

.login-new-yzm-container {
    display: flex;
    justify-content: center;
}

.login-new-yzmdiv {
    margin-left: 38px;
}

.login-new-yzmdiv-hyh {
    margin-left: 10px;
    color: #1d6ee8;
    cursor: pointer;
}

.login-new-xieyi-group {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.login-new-error-tip {
    color: #f56c6c;
    font-size: 14px;
    width: 380px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.login-new-error-tip-text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login-new-button-div {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 25px
}

.login-new-button-login {
    width: 380px;
    height: 40px;
    background: #165dff;
    border-radius: 10px;

}

.login-new-fsyzm {
    width: 112px;
    height: 40px;
}


.login-new-fsyzm-disable {
    background: rgba(51, 51, 51, .1);
    color: #999;
}

.login-new-fsyzm-enable {
    background: #edf2ff;
    color: #165dff;
}

.login-new-sjyzmdiv {
    margin-left: 75px;
}

.login-new-fsyzm:hover {
    background: #f2f5fe;
    color: #1058ff;
}

.login-new-mobile-tips {
    text-align: center;
    font-size: 12px;
    color: rgba(51, 60, 102, .6);
    font-weight: 400;
    padding-bottom: 25px;
    user-select: none;
}

.login-new-xeiyi {
    color: #165dff;
    cursor: pointer;
}

#atyModalBxisn .aty-modal-default .aty-modal-close .aty-icon-ios-close-empty {
    color: white;
    z-index: 99999;
}

.login-new-fsyzm-djs {
    width: 112px;
    height: 40px;
    background-color: #edf2ff;
    color: #165dff;
    line-height: 40px;
}

.login-new-welcome {
    margin-left: 50px;
    margin-top: 25px;
    font-family: MicrosoftYaHeiUI-Bold;
    font-size: 24px;
    color: #202228;
    font-weight: 700;
}

#modifypasswd .aty-input-common {
    height: 40px;
    border-radius: 10px;
}

.login-new-input {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
}

.login-new-button {
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 25px;
    width: 380px;
}

.login-new-warng-msg {
    margin: 15px 50px 10px;
    height: 36px;
}

#loginnewrange {
    text-align: -webkit-center;
}

.login-new-xieyi-parent-group {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
}

.right-connect-tips {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(49px);
    display: flex;
    flex-direction: column;
    padding: 17px 28px 0 0;
}

.right-connect-tips-item {
    width: 95px;
    height: 97px;
    background: #F8FCFF;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.06);
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.right-connect-tips-item i {
    display: block;
    width: 44px;
    height: 44px;
}

.right-connect-tips-item .tipstext {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #495561;
    letter-spacing: 0;
    font-weight: 400;
    transform: translateY(5px);
}

.right-connect-tips-item.lxwm i {
    background: url("/IntelligentEditor/images/lxwm-7ea1842b9009bec14c8a775063528021.png") no-repeat;
    background-size: cover;

}

.right-connect-tips-item.lxwm {
    position: relative;
}

.connect-us-wrapper {
    display: none;
    width: 285px;
    height: 252px;
    position: absolute;
    right: 70px;
    top: 0;
}

.connect-us {
    background: #F8FCFF;
    width: 252px;
    height: 252px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.06);
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-connect-tips-item.lxwm:hover .connect-us-wrapper {
    display: block;
}

.wetchat-tips {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #495561;
    letter-spacing: 0;
    font-weight: 400;
    padding: 18px 0;
}


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

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

.service-all {
    display: flex;
}

.service-all .all-text {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #495561;
    letter-spacing: 0;
    font-weight: 400;
    width: 110px;
    text-align: center;
}

.service-all .vip-text {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #3A71FF;
    letter-spacing: 0;
    font-weight: 400;
}

.right-connect-tips-item.sysc i {
    background: url("/IntelligentEditor/images/sysc-4c9fbc46b4f6da090428f5564e16cc2d.png") no-repeat;
    background-size: cover;
}
.right-connect-tips-item.cjwt i {
    background: url("/IntelligentEditor/images/cjwt-dea0cf8a0af308e0d4ff7c5cd9d1f6c9.png") no-repeat;
    background-size: cover;
}
.right-connect-tips-item.wjdc i {
    background: url("/IntelligentEditor/images/zxzx-6c485d0d2829d3f1e79bc795a1472be0.png") no-repeat;
    background-size: cover;
}
.right-connect-tips-item.wjdc {
    margin-top: 17px;
}
.right-connect-tips-item.cjwt {
    margin-top: 17px;
}

.right-connect-tips-item.sysc {
    margin-top: 17px;
}


.embed-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 97px;
    background: #F8FCFF;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.06);
    border-radius: 17px;
    margin: 0 28px 0 0;
    z-index: 10 !important;
}

.embed-icon:after {
    content: "在线咨询";
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #495561;
    letter-spacing: 0;
    font-weight: 400;
    transform: translateY(5px);
}

.embed-icon .embed-icon-unread-num {
    height: 20px !important;
    line-height: 20px !important;
    /*display: block !important;*/
}

.embed-icon .embed-icon-default {
    width: 44px !important;
    height: 44px !important;
    background: url("/IntelligentEditor/images/zxzx-6c485d0d2829d3f1e79bc795a1472be0.png") no-repeat center/46px 46px !important;
    background-size: cover;
}

.login-remember-checkbox{
    width: 380px;
}

.login-remember-checkbox .aty-checkbox-span {
    width: 155px;
}
@keyframes gradientBackground {
    0%   { opacity: 1; }
    25%  { opacity: 0.9; }
    50%  { opacity: 0.7; }
    65%  { opacity: 0.5; }
    75%  { opacity: 0.7; }
    85%  { opacity: 0.9; }
    100% { opacity: 1; }
}

.image-shanshuo{
    animation: gradientBackground 1s ease infinite;
}
/**下载模态框样式开始*/
.modal-download {
    width: 604px;
    height: 544px;
    background: #FFFFFF;
    border-radius: 10px;
}
.modal-download .aty-modal-content {
    height: 544px;
    border-radius: 10px;
}
.modal-download .aty-modal-content .aty-modal-body {
    height: calc(100% - 66px);
    padding: 8px 24px 41px;
}
.modal-download-head {
    height: 66px;
    background-color: #FFFFFF;
    border-bottom: none;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-download-title {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #1D2129;
    line-height: 34px;
}
.container-download-close {
    width: 24px;
    height: 24px;
    background: url("/IntelligentEditor/images/xiaozhi/close-fill-9b74fc76ac692336e6e2cf03808e1bba.png") no-repeat;
    cursor: pointer;
}
.text-download-label {
    display: block;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #4E5969;
    line-height: 24px;
}
.text-download-prompt {
    padding-top: 10px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #B41709;
    line-height: 24px;
}
.text-download-prompt2 {
    padding-top: 10px;
    padding-left: 35px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #B41709;
    line-height: 24px;
}
.container-download-czxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 24px;
    cursor: pointer;
}
.container-czxt-box {
    width: 127px;
    height: 150px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #E5E6EB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #1D2129;
    line-height: 24px;
}
.container-czxt-box-select {
    background: rgba(53,143,244,0.1);
    border: 1px solid #358FF4;
}
.container-czxt-win {
    width: 79px;
    height: 79px;
    border-radius: 79px;
    background: url("/IntelligentEditor/images/xiaozhi/windows-68bf146916bd93bf2e1ef98573b5ff0d.png") no-repeat;
    background-color: #F5F6F7;
    margin-bottom: 10px;
}
.container-czxt-box-select .container-czxt-win {
    background-color: #FFFFFF;
}
.container-czxt-ql {
    width: 79px;
    height: 79px;
    border-radius: 79px;
    background: url("/IntelligentEditor/images/xiaozhi/yhql-73973143b85ad647602b0486a6d7f57a.png") no-repeat;
    background-color: #F5F6F7;
    margin-bottom: 10px;
}
.container-czxt-box-select .container-czxt-ql {
    background-color: #FFFFFF;
}
.container-czxt-uos {
    width: 79px;
    height: 79px;
    border-radius: 79px;
    background: url("/IntelligentEditor/images/xiaozhi/uos-783020c14ffd5f09084e7ce64bbaaf2a.png") no-repeat;
    background-color: #F5F6F7;
    margin-bottom: 10px;
}
.container-czxt-box-select .container-czxt-uos {
    background-color: #FFFFFF;
}
.container-czxt-zkfd {
    width: 79px;
    height: 79px;
    border-radius: 79px;
    background: url("/IntelligentEditor/images/xiaozhi/zkfd-ca3352a7ea582377d584b0e27411a334.png") no-repeat;
    background-color: #F5F6F7;
    margin-bottom: 10px;
}
.container-czxt-box-select .container-czxt-zkfd {
    background-color: #FFFFFF;
}
.container-download-xp {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 10px;
}
.container-xp-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 16px;
}
.container-xp-box {
    width: 127px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E5E6EB;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #1D2129;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.container-xp-item-select .container-xp-box {
    background: rgba(53,143,244,0.1);
    border: 1px solid #358FF4;
}
.container-xp-item-disable .container-xp-box {
    background: #e4e7e7;
    cursor: default;
}
.container-download-prompt {
    margin-top: 12px;
    margin-bottom: 10px;
}
.text-cp-label {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #86909C;
    line-height: 24px;
}
.container-download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.btn-download-confirm {
    width: 136px;
    height: 56px;
    background: #358FF4;
    border-radius: 6px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-right: 16px;
}
.btn-download-confirm:hover {
    background: #2A72C3;
    border: 1px solid #358FF4;
}
.btn-download-cancel {
    width: 136px;
    height: 56px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #E5E6EB;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #4E5969;
    line-height: 24px;
}
.btn-download-cancel:hover {
    background: #FFFFFF;
}
.image-gif-border-radius {
    border-radius: 10px;
}
/**
下载结束
 */
.yhxy-modal .aty-modal-body .aty-modal-confirm-body {
    height: 428px;
    padding: 0px;
    margin-top: 16px;
    overflow-y: scroll;
    color: rgba(0,0,0,1);
}
.xzkhd .aty-modal-default .aty-modal-default-header {
    border: none;
    background-color: #FFFFFF;
    padding: 30px 22px 12px 30px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #1D2129;
}
.xzkhd .aty-modal-default .aty-modal-content {
    border-radius: 9px;
}
.xzkhd .aty-modal-default .aty-modal-close {
    top: 27px;
}
.xzkhd .aty-modal-default .aty-modal-close:hover {
    background-color: transparent;
}
.xzkhd .aty-modal-default .aty-modal-close .aty-icon-ios-close-empty:hover {
    color: rgba(0,0,0,.55);
}
