body,html{font-family:var(--content-font-family)!important}.container-form .ant-radio-group,.container-form .ant-radio-group .ant-radio-wrapper,body .ant-radio-group,body .ant-radio-group .ant-radio-wrapper,html .ant-radio-group,html .ant-radio-group .ant-radio-wrapper{display:flex;align-items:center}.container-form .ant-radio-group .ant-radio-wrapper,body .ant-radio-group .ant-radio-wrapper,html .ant-radio-group .ant-radio-wrapper{margin-right:32px}.container-form .ant-radio .ant-radio-inner,body .ant-radio .ant-radio-inner,html .ant-radio .ant-radio-inner{width:18px;height:18px;border-color:#d9d9d9!important;outline:none!important}.container-form .ant-radio .ant-radio-inner:after,body .ant-radio .ant-radio-inner:after,html .ant-radio .ant-radio-inner:after{width:4px;height:4px;left:6px;top:6px;background-color:#000!important}.container-form .ant-radio.ant-radio-checked .ant-radio-inner,body .ant-radio.ant-radio-checked .ant-radio-inner,html .ant-radio.ant-radio-checked .ant-radio-inner{border-color:transparent!important;background-image:linear-gradient(-135deg,#ffeb00,#ffd200)}.container-form .ant-radio.ant-radio-checked:after,body .ant-radio.ant-radio-checked:after,html .ant-radio.ant-radio-checked:after{display:none!important}.container-form .ant-radio .ant-radio-disabled .ant-radio-inner,body .ant-radio .ant-radio-disabled .ant-radio-inner,html .ant-radio .ant-radio-disabled .ant-radio-inner{border-color:transparent!important;background-color:#fff}.container-form .ant-input,body .ant-input,html .ant-input{border-color:#e1e3e6;height:40px!important;line-height:40px!important;padding:0 16px!important}.container-form .ant-input:hover,body .ant-input:hover,html .ant-input:hover{border-color:#ffd200!important}.container-form .ant-input:focus,body .ant-input:focus,html .ant-input:focus{border-color:#ffd200!important;box-shadow:0 0 0 2px rgba(255,210,0,.2)!important}.container-form .ant-input.ant-input-disabled:hover,body .ant-input.ant-input-disabled:hover,html .ant-input.ant-input-disabled:hover{border-color:#e2e2e2!important}.container-form .ant-select .ant-select-selection,body .ant-select .ant-select-selection,html .ant-select .ant-select-selection{height:40px!important}.container-form .ant-select .ant-select-selection:hover,body .ant-select .ant-select-selection:hover,html .ant-select .ant-select-selection:hover{border-color:#ffd200}.container-form .ant-select .ant-select-focused .ant-select-selection,.container-form .ant-select .ant-select-selection:active,.container-form .ant-select .ant-select-selection:focus,body .ant-select .ant-select-focused .ant-select-selection,body .ant-select .ant-select-selection:active,body .ant-select .ant-select-selection:focus,html .ant-select .ant-select-focused .ant-select-selection,html .ant-select .ant-select-selection:active,html .ant-select .ant-select-selection:focus{border-color:#ffd200!important;outline:0!important;box-shadow:0 0 0 2px rgba(255,210,0,.2)!important}.container-form .ant-select .ant-select-selection__rendered,body .ant-select .ant-select-selection__rendered,html .ant-select .ant-select-selection__rendered{line-height:38px!important;margin-left:16px!important}.container-form .ant-select .ant-select-selection-selected-value,body .ant-select .ant-select-selection-selected-value,html .ant-select .ant-select-selection-selected-value{font-size:14px}.container-form .ant-checkbox-checked .ant-checkbox-inner,.container-form .ant-checkbox-indeterminate .ant-checkbox-inner,body .ant-checkbox-checked .ant-checkbox-inner,body .ant-checkbox-indeterminate .ant-checkbox-inner,html .ant-checkbox-checked .ant-checkbox-inner,html .ant-checkbox-indeterminate .ant-checkbox-inner{background:linear-gradient(-135deg,#ffeb00,#ffd200);border-color:transparent}.container-form .ant-checkbox-input:focus+.ant-checkbox-inner,.container-form .ant-checkbox-wrapper:hover .ant-checkbox-inner,.container-form .ant-checkbox:hover .ant-checkbox-inner,body .ant-checkbox-input:focus+.ant-checkbox-inner,body .ant-checkbox-wrapper:hover .ant-checkbox-inner,body .ant-checkbox:hover .ant-checkbox-inner,html .ant-checkbox-input:focus+.ant-checkbox-inner,html .ant-checkbox-wrapper:hover .ant-checkbox-inner,html .ant-checkbox:hover .ant-checkbox-inner{border-color:#ffd200}.container-form .ant-checkbox-checked:after,body .ant-checkbox-checked:after,html .ant-checkbox-checked:after{border:1px solid #ffd200}.container-form .ant-select-dropdown-menu-item-active,.container-form .ant-select-dropdown-menu-item:hover,body .ant-select-dropdown-menu-item-active,body .ant-select-dropdown-menu-item:hover,html .ant-select-dropdown-menu-item-active,html .ant-select-dropdown-menu-item:hover{background-color:rgba(255,210,0,.2)!important}@media (max-width:768px){.container-form .profile-modal.ant-modal,body .profile-modal.ant-modal,html .profile-modal.ant-modal{margin:0!important}}.container-form button{border:none;outline:none;background:transparent}.container-form input{-webkit-appearance:none}.container-form .form .input{width:100%;height:40px;background:#fff;border:1px solid #e1e3e6;border-radius:4px;outline:none;padding:0 16px;font-size:14px;color:#000;transition:all .25s ease-in-out}.container-form .form .input:hover{border-color:#ffd200}.container-form .form .input:focus{border-color:#ffd200;box-shadow:0 0 0 2px rgba(255,210,0,.2)}.container-form .form .textarea{width:100%;max-width:100%;min-width:100%;min-height:140px;background:#fff;border:1px solid #e1e3e6;border-radius:4px;outline:none;padding:10px 16px;font-size:14px;line-height:20px;color:#000;transition:all .25s ease-in-out}.container-form .form .textarea:hover{border-color:#ffd200}.container-form .form .textarea:focus{border-color:#ffd200;box-shadow:0 0 0 2px rgba(255,210,0,.2)}.container-form .form{display:flex;flex-wrap:wrap;justify-content:space-between;padding:24px 0}.container-form .form .form-item{width:calc(50% - 16px);margin-bottom:24px}.container-form .form .form-item.error .input,.container-form .form .form-item.error .textarea{border-color:red!important}.container-form .form .form-item.error .form-input .err-tip{display:block}.container-form .form .form-item.col-2{width:100%}.container-form .form .form-item .title{height:20px;line-height:20px}.container-form .form .form-item .title .t1{font-size:12px;color:#000}.container-form .form .form-item .title .t2{font-size:12px;color:rgba(0,0,0,.4);margin-left:8px}.container-form .form .form-item .title .required{font-style:normal;margin-right:5px;color:red}.container-form .form .form-item .form-input{margin-top:6px;min-height:40px}.container-form .form .form-item .form-input .err-tip{display:none;font-size:12px;color:red;margin:6px 0 0}.container-form .form .button-group{width:100%;margin-top:60px;display:flex;justify-content:center}.container-form .form .button-group .button,.container-form .form .button-group button{padding:0 36px;height:48px;line-height:48px;background:linear-gradient(135deg,#ffeb00,#ffd200);border-radius:24px;font-size:14px;color:#000;letter-spacing:1px;font-weight:700;border:none}.container-form .form .button-group .button[disabled],.container-form .form .button-group button[disabled]{opacity:.6}.container-form .preview{position:relative;margin:32px 0;background:rgba(27,199,100,.03);border:1px solid rgba(27,199,100,.3);border-radius:4px;padding:32px}.container-form .preview .bundle:not(:last-child){margin-bottom:12px}.container-form .preview .bundle .text{color:rgba(0,0,0,.65);font-size:14px;font-weight:700}.container-form .preview .bundle .text-sm{color:rgba(0,0,0,.65);font-size:14px}.container-form .preview .btn-list{margin-top:32px;display:flex;justify-content:center}.container-form .preview .btn-reset{cursor:pointer;height:40px;line-height:40px;border-radius:4px;background:linear-gradient(-135deg,#ffeb00,#ffd200);font-size:14px;font-weight:700;color:#000;padding:0 16px}.container-form .panel-success .tip{text-align:center;font-size:14px;color:#2d2d2d}.container-form .panel-download .header{font-size:16px;color:#2d2d2d;margin-bottom:16px;font-weight:700}.container-form .panel-download .button{display:inline-block;height:40px;line-height:40px;border-radius:4px;background:linear-gradient(-135deg,#ffeb00,#ffd200);font-size:14px;font-weight:700;color:#000;padding:0 16px}.container-form .panel-download .button[disabled]{opacity:.6}.container-form .panel-download .label{color:#2d2d2d;font-size:14px;margin-bottom:4px}.container-form .panel-download .input-code{display:flex}.container-form .panel-download .input-code input[type=text]{outline:0;border:1px solid #e6e6e6;flex:auto;height:40px;line-height:40px;padding:0 16px;border-radius:4px}.container-form .panel-download .input-code .button{margin-left:16px;flex:none}.container-form .panel-download .error{margin-top:8px;font-size:12px;color:red}.container-form .panel-download .button-group{margin-top:16px}.index_sec_first__nRSJ0{overflow:hidden;margin-top:-8px;height:508px;background-color:#000;background-size:cover;background-repeat:no-repeat;background-position:50%}.index_sec_first__nRSJ0 .index_btn_theme__hPMRY{cursor:pointer;border:2px solid #fff;padding:12px 16px;border-radius:100px;color:#fff;font-size:14px;line-height:18px;font-weight:700;letter-spacing:1px}.index_sec_first__nRSJ0 .index_btn_theme__hPMRY:active,.index_sec_first__nRSJ0 .index_btn_theme__hPMRY:hover,.index_sec_first__nRSJ0 .index_btn_theme__hPMRY:visited{color:#fff}.index_sec_first__nRSJ0 .index_block__HrG6L{margin-top:156px}.index_sec_first__nRSJ0 .index_block__HrG6L .index_text__2ra_g{white-space:pre-wrap;text-align:center;color:#fff;font-size:44px;font-weight:700;line-height:65px}.index_sec_first__nRSJ0 .index_block__HrG6L .index_text_sm__UZ6hH{white-space:pre-wrap;text-align:center;color:#fff;font-size:20px;line-height:30px}.index_sec_first__nRSJ0 .index_block__HrG6L .index_btn_list__V5_1C{margin-top:48px;display:flex;justify-content:center}.index_sec_case__o2iMM .index_case_list__E7jxn{width:1120px;margin:108px auto 160px}.index_sec_case__o2iMM .index_case__n4rEX{display:flex;align-items:center;justify-content:space-between}.index_sec_case__o2iMM .index_case__n4rEX:not(:first-child){margin-top:88px}.index_sec_case__o2iMM .index_case__n4rEX .index_cover__X_R47{width:479px;height:479px;border-radius:20px;background-color:#000;background-size:cover;background-position:50%;background-repeat:no-repeat}.index_sec_case__o2iMM .index_case__n4rEX .index_detail__8xN9q{width:479px}.index_sec_case__o2iMM .index_case__n4rEX .index_detail__8xN9q .index_text__2ra_g{white-space:pre-wrap;font-weight:700;color:#000;font-size:38px;line-height:56px}.index_sec_case__o2iMM .index_case__n4rEX .index_detail__8xN9q .index_text_sm__UZ6hH{white-space:pre-wrap;margin-top:7px;color:#000;font-size:14px;line-height:28px}.index_sec_case__o2iMM .index_case__n4rEX .index_detail__8xN9q .index_btn_theme__hPMRY{margin-top:41px}.index_sec_case__o2iMM .index_case__n4rEX .index_detail__8xN9q.index_es-es__rPv2n .index_text__2ra_g{font-size:40px}.index_sec_case__o2iMM .index_btn_theme__hPMRY{cursor:pointer;height:50px;line-height:50px;background:linear-gradient(135deg,#ffeb00,#ffd200);width:160px;text-align:center;border-radius:50px;color:#000;font-size:14px;font-weight:700;letter-spacing:1px}.index_sec_case__o2iMM .index_btn_theme__hPMRY:active,.index_sec_case__o2iMM .index_btn_theme__hPMRY:hover,.index_sec_case__o2iMM .index_btn_theme__hPMRY:visited{color:#000}.index_sec_workflow__OMXcX .index_block__HrG6L{width:1400px;margin:131px auto 40px}.index_sec_workflow__OMXcX .index_block__HrG6L .index_text__2ra_g{text-align:center;white-space:pre-wrap;font-size:44px;font-weight:700;color:#000;line-height:52px}.index_sec_workflow__OMXcX .index_block__HrG6L .index_text_sm__UZ6hH{text-align:center;white-space:pre-wrap;margin-top:6px;font-size:14px;color:#000;line-height:28px}.index_sec_workflow__OMXcX .index_block__HrG6L .index_text_sm__UZ6hH a{color:#646669}.index_sec_workflow__OMXcX .index_block__HrG6L .index_img__I_ZhM{margin-top:-30px;height:807px}.index_sec_feature__KbCjw{overflow:hidden}.index_sec_feature__KbCjw .index_feature_list__W9kYk{margin:140px 0}.index_sec_feature__KbCjw .index_feature_list__W9kYk .index_row__0RIxf{display:flex;justify-content:center}.index_sec_feature__KbCjw .index_feature_list__W9kYk .index_row__0RIxf:not(:first-child){margin-top:78px}.index_sec_feature__KbCjw .index_feature_list__W9kYk .index_feature__ueP5f{width:240px;display:flex;flex-direction:column;align-items:center}.index_sec_feature__KbCjw .index_feature_list__W9kYk .index_feature__ueP5f img{height:69px;width:69px}.index_sec_feature__KbCjw .index_feature_list__W9kYk .index_feature__ueP5f .index_img_helper__WB3WE{position:relative;height:69px;width:69px}.index_sec_feature__KbCjw .index_feature_list__W9kYk .index_feature__ueP5f .index_img_helper__WB3WE img{position:absolute;width:92px;height:92px;bottom:0;left:0}.index_sec_feature__KbCjw .index_feature_list__W9kYk .index_feature__ueP5f .index_text__2ra_g{text-align:center;white-space:pre-wrap;margin-top:12px;height:48px;line-height:24px;color:#fff;font-size:16px;font-weight:700}.index_sec_func__Sshzb{overflow:hidden}.index_sec_func__Sshzb .index_func_1__Stq0l,.index_sec_func__Sshzb .index_func_2__p3_if{width:960px;margin:60px auto 180px}.index_sec_func__Sshzb .index_func_1__Stq0l .index_text__2ra_g,.index_sec_func__Sshzb .index_func_2__p3_if .index_text__2ra_g{white-space:pre-wrap;text-align:center;font-size:44px;font-weight:700;color:#fff;line-height:62px}.index_sec_func__Sshzb .index_func_1__Stq0l .index_text_sm__UZ6hH,.index_sec_func__Sshzb .index_func_2__p3_if .index_text_sm__UZ6hH{white-space:pre-wrap;text-align:center;margin-top:14px;font-size:14px;color:#fff;line-height:28px}.index_sec_func__Sshzb .index_func_1__Stq0l .index_text_sm__UZ6hH a,.index_sec_func__Sshzb .index_func_2__p3_if .index_text_sm__UZ6hH a{color:#fff}.index_sec_func__Sshzb .index_func_1__Stq0l .index_img__I_ZhM,.index_sec_func__Sshzb .index_func_2__p3_if .index_img__I_ZhM{margin-top:38px;border-radius:20px;height:541px;transform:translateX(-3px)}.index_sec_func__Sshzb .index_func_2__p3_if{margin-bottom:140px}.index_sec_func__Sshzb .index_func_1__Stq0l.index_ko-kr__pcAgX .index_text__2ra_g{font-size:40px}.index_sec_func__Sshzb .index_func_3__e8p94 .index_detail__8xN9q,.index_sec_func__Sshzb .index_func_4__qrexT .index_detail__8xN9q,.index_sec_func__Sshzb .index_func_5__2lr84 .index_detail__8xN9q{display:flex;flex-direction:column;align-items:center}.index_sec_func__Sshzb .index_func_3__e8p94 .index_text__2ra_g,.index_sec_func__Sshzb .index_func_4__qrexT .index_text__2ra_g,.index_sec_func__Sshzb .index_func_5__2lr84 .index_text__2ra_g{white-space:pre-wrap;text-align:center;font-size:44px;line-height:65px;font-weight:700;color:#fff}.index_sec_func__Sshzb .index_func_3__e8p94 .index_text_sm__UZ6hH,.index_sec_func__Sshzb .index_func_4__qrexT .index_text_sm__UZ6hH,.index_sec_func__Sshzb .index_func_5__2lr84 .index_text_sm__UZ6hH{white-space:pre-wrap;text-align:center;margin-top:14px;color:#fff;font-size:14px;line-height:28px}.index_sec_func__Sshzb .index_func_3__e8p94.index_ko-kr__pcAgX .index_text__2ra_g{font-size:40px}.index_sec_func__Sshzb .index_func_4__qrexT.index_zh-cn__RZzaS .index_text_sm__UZ6hH{font-size:16px}.index_sec_func__Sshzb .index_func_4__qrexT.index_ko-kr__pcAgX .index_text__2ra_g{font-size:40px}.index_sec_func__Sshzb .index_func_4__qrexT.index_es-es__rPv2n .index_text_sm__UZ6hH{font-size:13px}.index_sec_func__Sshzb .index_func_5__2lr84.index_es-es__rPv2n .index_text__2ra_g{font-size:42px}.index_sec_func__Sshzb .index_func_3__e8p94{position:relative;height:926px;margin-bottom:62px}.index_sec_func__Sshzb .index_func_3__e8p94 .index_cover__X_R47{position:absolute;top:0;right:50%;height:100%}.index_sec_func__Sshzb .index_func_3__e8p94 .index_detail__8xN9q{position:absolute;left:calc(50% + 80px);width:540px;top:50%;transform:translateY(-50%)}.index_sec_func__Sshzb .index_func_4__qrexT{position:relative;height:515px;margin:62px 0 215px}.index_sec_func__Sshzb .index_func_4__qrexT .index_cover__X_R47{position:absolute;top:0;left:calc(50% - 120px);height:100%}.index_sec_func__Sshzb .index_func_4__qrexT .index_detail__8xN9q{position:absolute;right:calc(50% + 40px);width:480px;top:50%;transform:translateY(-50%)}.index_sec_func__Sshzb .index_func_5__2lr84{position:relative;height:723px;margin:215px 0 19px}.index_sec_func__Sshzb .index_func_5__2lr84 .index_btn_theme__hPMRY{display:block;cursor:pointer;height:56px;line-height:56px;background:linear-gradient(135deg,#ffeb00,#ffd200);padding:0 40px;text-align:center;border-radius:100px;color:#000;font-size:20px;font-weight:700}.index_sec_func__Sshzb .index_func_5__2lr84 .index_btn_theme__hPMRY:active,.index_sec_func__Sshzb .index_func_5__2lr84 .index_btn_theme__hPMRY:hover,.index_sec_func__Sshzb .index_func_5__2lr84 .index_btn_theme__hPMRY:visited{color:#000}.index_sec_func__Sshzb .index_func_5__2lr84 .index_btn__sdQhs{display:block;cursor:pointer;height:56px;line-height:56px;padding:0 40px;text-align:center;border-radius:100px;border:1px solid #fff;color:#fff;font-size:20px;font-weight:700}.index_sec_func__Sshzb .index_func_5__2lr84 .index_btn__sdQhs:active,.index_sec_func__Sshzb .index_func_5__2lr84 .index_btn__sdQhs:hover,.index_sec_func__Sshzb .index_func_5__2lr84 .index_btn__sdQhs:visited{color:#fff}.index_sec_func__Sshzb .index_func_5__2lr84 .index_cover__X_R47{position:absolute;top:0;right:calc(50% - 40px);height:100%}.index_sec_func__Sshzb .index_func_5__2lr84 .index_detail__8xN9q{position:absolute;left:calc(50% + 150px);width:540px;top:50%;transform:translateY(-50%)}.index_sec_func__Sshzb .index_func_5__2lr84 .index_detail__8xN9q .index_img__I_ZhM{height:96px}.index_sec_func__Sshzb .index_func_5__2lr84 .index_detail__8xN9q .index_logo_1__auUQW{display:block;height:32px;margin-top:23px}.index_sec_func__Sshzb .index_func_5__2lr84 .index_detail__8xN9q .index_text__2ra_g{margin-top:25px;font-size:14px;line-height:20px;font-weight:300;color:#fff}.index_sec_func__Sshzb .index_func_5__2lr84 .index_detail__8xN9q .index_logo_2__gxzVB{margin-top:39px;height:22px;display:block}.index_sec_func__Sshzb .index_func_5__2lr84 .index_detail__8xN9q .index_btn_list__V5_1C{margin-top:23px}.index_sec_func__Sshzb .index_func_5__2lr84 .index_detail__8xN9q .index_btn_list__V5_1C .index_btn_theme__hPMRY{margin-bottom:24px}.index_sec_func__Sshzb .index_tip__332Rl{margin-bottom:77px;text-align:center;white-space:pre-wrap;color:#fff;font-size:14px;line-height:28px}.index_sec_product__Dtelu{overflow:hidden}.index_sec_product__Dtelu .index_btn_theme__hPMRY{cursor:pointer;height:48px;line-height:48px;background:linear-gradient(135deg,#ffeb00,#ffd200);padding:0 32px;border-radius:50px;color:#000;font-size:16px;font-weight:700;letter-spacing:1px}.index_sec_product__Dtelu .index_btn_theme__hPMRY:active,.index_sec_product__Dtelu .index_btn_theme__hPMRY:hover,.index_sec_product__Dtelu .index_btn_theme__hPMRY:visited{color:#000}.index_sec_product__Dtelu .index_header__MRbmo{margin-top:154px;text-align:center;font-size:44px;font-weight:700;color:#000;line-height:52px}.index_sec_product__Dtelu .index_product_list__9yDPT{margin-top:70px;margin-bottom:15px;display:flex;justify-content:center}.index_sec_product__Dtelu .index_product_list__9yDPT .index_product__uTjfN{background-size:649px auto;background-position:bottom;background-repeat:no-repeat;width:692px;height:797px;background-color:#f8f9fa;border-radius:25px;margin:0 8px;display:flex;flex-direction:column;align-items:center}.index_sec_product__Dtelu .index_product_list__9yDPT .index_product__uTjfN img{margin-top:75px;height:38px}.index_sec_product__Dtelu .index_product_list__9yDPT .index_product__uTjfN img.index_zh-cn__RZzaS{height:44px}.index_sec_product__Dtelu .index_product_list__9yDPT .index_product__uTjfN .index_btn_theme__hPMRY{margin-top:28px}.index_sec_case2__r32fQ .index_block__HrG6L{padding:96px 0 126px;margin:auto;width:1400px;background-color:#f8f9fa;border-radius:25px}.index_sec_case2__r32fQ .index_block__HrG6L .index_header__MRbmo{text-align:center;font-size:44px;line-height:65px;font-weight:700;color:#000}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u{width:1216px;margin:49px auto 0;display:flex;flex-wrap:wrap}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u .index_item___NFXk{display:inline-block;width:384px;height:365px;margin-top:32px;margin-right:32px;background-color:#fff;color:#000;transition:all .25s;border-radius:8px;overflow:hidden;box-shadow:0 10px 20px -10px rgba(46,53,68,.1),0 15px 10px -20px rgba(46,53,68,.1)}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u .index_item___NFXk:nth-child(3n){margin-right:0}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u .index_item___NFXk:hover{transform:scale(1.01);box-shadow:0 6px 15px 0 rgba(0,0,0,.15)}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u .index_item___NFXk .index_img-cover__Lnmy6{width:100%;height:166px;overflow:hidden}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u .index_item___NFXk .index_img-cover__Lnmy6 img{min-width:1000%;min-height:1000%;position:relative;left:50%;top:50%;transform:translate(-50%,-50%) scale(.1)}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u .index_item___NFXk .index_item-bottom__kbVAu{padding:17px 24px}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u .index_item___NFXk .index_item-bottom__kbVAu .index_text1__1U7O5{font-size:16px;font-weight:700;height:48px;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u .index_item___NFXk .index_item-bottom__kbVAu .index_text2__wTDr_{margin-top:8px;height:60px;font-size:14px;color:#afb1b4;line-height:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u .index_item___NFXk .index_item-bottom__kbVAu .index_text3__6pSz0{margin-top:18px;height:24px;line-height:24px;font-size:14px;display:flex;align-items:center;color:#000}.index_sec_case2__r32fQ .index_block__HrG6L .index_blog-list__VJe6u .index_item___NFXk .index_item-bottom__kbVAu .index_text3__6pSz0 img{height:24px}.index_sec_friend__D6JGh .index_block__HrG6L{height:353px}.index_sec_friend__D6JGh .index_block__HrG6L .index_header__MRbmo{padding-top:89px;text-align:center;font-size:44px;line-height:65px;font-weight:700;color:#000}.index_sec_friend__D6JGh .index_block__HrG6L .index_img_list__lAChT{display:flex;justify-content:center;align-items:center;margin-top:33px}.index_sec_friend__D6JGh .index_block__HrG6L .index_img_list__lAChT img{margin:0 70px}.index_sec_praise__TnRWc{overflow:hidden;background-color:#111119}.index_sec_praise__TnRWc .index_block_1__KRJA0{margin:80px auto;width:1200px}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_header__MRbmo{text-align:center;font-size:44px;line-height:65px;color:#fff;font-weight:700}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC{margin-top:24px;position:relative}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC .index_ic_left__GJ9vu,.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC .index_ic_right__JLJ_P{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);width:34px}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC .index_ic_left__GJ9vu{left:-17px}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC .index_ic_right__JLJ_P{right:-17px}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC .index_praise_wrapper__P9kfu{width:540px;margin:auto;overflow:hidden}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC .index_praise_list__U0V3O{width:100%;display:flex;align-items:center;transition:transform .3s}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC .index_praise__tYoCu{width:100%;flex:none}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC .index_praise__tYoCu .index_text__2ra_g{text-align:center;font-size:22px;line-height:28px;color:#afb1b4}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC .index_praise__tYoCu .index_author__V56MG{margin-top:24px;text-align:center;color:#afb1b4;font-size:20px}.index_sec_praise__TnRWc .index_block_1__KRJA0 .index_praise_container__dMSFC .index_praise__tYoCu .index_author__V56MG .index_name__7_WNB{color:#fff}.index_sec_praise__TnRWc .index_block_2__xypss{overflow:hidden;background-color:#fff}.index_sec_praise__TnRWc .index_block_2__xypss .index_footnote__IyZxC{margin:80px auto;width:1200px;white-space:pre-wrap;color:#898a8e;font-size:14px;line-height:28px}