.ant-notification{box-sizing:border-box;margin:0 24px 0 0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:fixed;z-index:1010}.ant-notification-close-icon{font-size:14px;cursor:pointer}.ant-notification-hook-holder{position:relative}.ant-notification-notice{position:relative;width:384px;max-width:calc(100vw - 48px);margin-bottom:16px;margin-left:auto;padding:16px 24px;overflow:hidden;line-height:1.5715;word-wrap:break-word;background:#fff;border-radius:2px;box-shadow:0 3px 6px -4px #0000001f,0 6px 16px #00000014,0 9px 28px 8px #0000000d}.ant-notification-top .ant-notification-notice,.ant-notification-bottom .ant-notification-notice{margin-right:auto;margin-left:auto}.ant-notification-topLeft .ant-notification-notice,.ant-notification-bottomLeft .ant-notification-notice{margin-right:auto;margin-left:0}.ant-notification-notice-message{margin-bottom:8px;color:#000000d9;font-size:16px;line-height:24px}.ant-notification-notice-message-single-line-auto-margin{display:block;width:calc(264px - 100%);max-width:4px;background-color:transparent;pointer-events:none}.ant-notification-notice-message-single-line-auto-margin:before{display:block;content:""}.ant-notification-notice-description{font-size:14px}.ant-notification-notice-closable .ant-notification-notice-message{padding-right:24px}.ant-notification-notice-with-icon .ant-notification-notice-message{margin-bottom:4px;margin-left:48px;font-size:16px}.ant-notification-notice-with-icon .ant-notification-notice-description{margin-left:48px;font-size:14px}.ant-notification-notice-icon{position:absolute;margin-left:4px;font-size:24px;line-height:24px}.anticon.ant-notification-notice-icon-success{color:#52c41a}.anticon.ant-notification-notice-icon-info{color:#00a0e9}.anticon.ant-notification-notice-icon-warning{color:#faad14}.anticon.ant-notification-notice-icon-error{color:#ff4d4f}.ant-notification-notice-close{position:absolute;top:16px;right:22px;color:#00000073;outline:none}.ant-notification-notice-close:hover{color:#000000ab}.ant-notification-notice-btn{float:right;margin-top:16px}.ant-notification .notification-fade-effect{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both}.ant-notification-fade-enter,.ant-notification-fade-appear{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both;opacity:0;animation-play-state:paused}.ant-notification-fade-leave{animation-duration:.24s;animation-timing-function:cubic-bezier(.645,.045,.355,1);animation-fill-mode:both;animation-duration:.2s;animation-play-state:paused}.ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-fade-appear.ant-notification-fade-appear-active{animation-name:NotificationFadeIn;animation-play-state:running}.ant-notification-fade-leave.ant-notification-fade-leave-active{animation-name:NotificationFadeOut;animation-play-state:running}@keyframes NotificationFadeIn{0%{left:384px;opacity:0}to{left:0;opacity:1}}@keyframes NotificationFadeOut{0%{max-height:150px;margin-bottom:16px;opacity:1}to{max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;opacity:0}}.ant-notification-rtl{direction:rtl}.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message{padding-right:0;padding-left:24px}.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message,.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description{margin-right:48px;margin-left:0}.ant-notification-rtl .ant-notification-notice-icon{margin-right:4px;margin-left:0}.ant-notification-rtl .ant-notification-notice-close{right:auto;left:22px}.ant-notification-rtl .ant-notification-notice-btn{float:left}.ant-notification-top,.ant-notification-bottom{margin-right:0;margin-left:0}.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active{animation-name:NotificationTopFadeIn}.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active{animation-name:NotificationBottomFadeIn}.ant-notification-topLeft,.ant-notification-bottomLeft{margin-right:0;margin-left:24px}.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active{animation-name:NotificationLeftFadeIn}@keyframes NotificationTopFadeIn{0%{margin-top:-100%;opacity:0}to{margin-top:0;opacity:1}}@keyframes NotificationBottomFadeIn{0%{margin-bottom:-100%;opacity:0}to{margin-bottom:0;opacity:1}}@keyframes NotificationLeftFadeIn{0%{right:384px;opacity:0}to{right:0;opacity:1}}.adm-notice-bar{--background-color: #ababab;--border-color: #999999;--text-color: var(--adm-color-white);--font-size: var(--adm-font-size-7);--icon-font-size: var(--adm-font-size-10);--height: 40px;height:var(--height);box-sizing:border-box;font-size:var(--font-size);padding:0 12px;display:flex;align-items:center;justify-content:space-between;border:solid 1px var(--border-color);border-left:none;border-right:none;background-color:var(--background-color);color:var(--text-color)}.adm-notice-bar>span[role=img]{color:var(--text-color)}.adm-notice-bar.adm-notice-bar-alert{--background-color: #fff9ed;--border-color: #fff3e9;--text-color: #ff6010}.adm-notice-bar.adm-notice-bar-error{--background-color: #ff3b30;--border-color: #d9281e;--text-color: #ffffff}.adm-notice-bar.adm-notice-bar-info{--background-color: #d0e4ff;--border-color: #bcd8ff;--text-color: #1677ff}.adm-notice-bar .adm-notice-bar-left{flex-shrink:0;margin-right:8px;font-size:var(--icon-font-size)}.adm-notice-bar .adm-notice-bar-content{flex:1;overflow:hidden;position:relative;height:100%;display:flex;align-items:center}.adm-notice-bar .adm-notice-bar-content .adm-notice-bar-content-inner{width:auto;transition-timing-function:linear;white-space:nowrap}.adm-notice-bar-wrap.adm-notice-bar .adm-notice-bar-content .adm-notice-bar-content-inner{white-space:normal}.adm-notice-bar .adm-notice-bar-right{flex-shrink:0;margin-left:12px}.adm-notice-bar-close{width:24px;height:24px;margin-right:-3px;display:flex;align-items:center;justify-content:center}.adm-notice-bar-close-icon{font-size:var(--adm-font-size-10)}.adm-notice-bar-wrap{height:auto;align-items:flex-start;padding-top:8px;padding-bottom:8px;line-height:22px}.base-layout .ant-layout{background:#f8fbff}.base-layout .ant-layout-footer{background:#233b58;font-size:14px;color:#f6f7f8}.base-layout .ant-layout-footer .flex{max-width:1200px;margin:0 auto;align-items:center}.base-layout .ant-layout-footer .chat{margin-left:auto}.base-layout .ant-layout-footer .chat img{width:50px;margin-right:20px;margin-top:10px}.base-header{display:flex;align-items:center;box-shadow:0 3px 12px #4f515826;color:#fff}.base-header .ant-menu{flex:1;margin-left:40px}.base-header.ant-layout-header{height:103px;background:#233b58}.base-header .ant-menu-dark.ant-menu-horizontal>.ant-menu-item:hover{background:transparent}.base-header .ant-menu.ant-menu-dark .ant-menu-item-selected,.base-header .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected,.base-header .ant-menu-submenu-selected{background-image:linear-gradient(0deg,#00a0e9 0%,#3fc3ff 100%);box-shadow:0 3px 12px #4f515826}.base-header .ant-menu.ant-menu-dark .ant-menu-item-selected:hover,.base-header .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected:hover,.base-header .ant-menu-submenu-selected:hover{background-image:linear-gradient(0deg,#00a0e9 0%,#3fc3ff 100%)}.base-header .ant-menu.ant-menu-dark,.base-header .ant-menu-dark .ant-menu-sub,.base-header .ant-menu.ant-menu-dark .ant-menu-sub{background:#233b58;height:103px;line-height:103px}.base-header .ant-menu-dark.ant-menu-horizontal>.ant-menu-item,.base-header .ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu{min-width:100px;margin-left:10px;padding:0 10px;text-align:center;font-size:18px;transform:skew(-20deg)}.base-header .ant-menu-dark.ant-menu-horizontal>.ant-menu-item .ant-menu-title-content,.base-header .ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu .ant-menu-title-content{display:inline-block;transform:skew(20deg)}.base-options{height:100%;margin-left:auto;color:#fff;font-size:18px;display:flex;align-items:center}.base-options .anticon-caret-down{font-size:14px}.base-options .icon-caidan{height:100%;font-size:32px;margin-left:25px;display:flex;align-items:center}.base-language{height:103px;display:flex;align-items:center;cursor:pointer}.base-language .icon-yuyan{font-size:25px}.base-language .ant-dropdown-link{margin-left:10px}.base-personal{height:100%;display:flex;align-items:center;margin-left:40px;cursor:pointer}.base-personal>img{width:40px;height:40px}.base-personal .ant-dropdown-link{margin-left:10px}.base-content{color:#233b58;box-sizing:border-box;padding:20px 0 80px;max-width:1200px;min-height:calc(100vh - 217px)!important;overflow-x:hidden}.base-content::-webkit-scrollbar{display:none}.content-layout{display:flex;justify-content:center;flex-direction:row!important;padding:0 20px}.layout-logo{width:266px;height:60px}@media screen and (max-width: 750px){.layout-logo{width:133px;height:30px}.base-layout .ant-layout-footer{padding:20px}.base-layout .ant-layout-footer .chat{margin-left:0}.base-header.ant-layout-header{height:63px;padding:0 15px}.base-personal{margin-left:25px}.base-personal>img{width:25px;height:25px}.base-language{height:63px}.base-options .icon-caidan{font-size:20px}.base-content{padding:0 0 20px}.content-layout{padding:0}.ant-breadcrumb{padding-top:5px!important}}.personal-menu{box-sizing:border-box;min-height:calc(100vh - 336px);background:#fff;text-align:center;box-shadow:0 2px 2px #33415008,0 0 2px #33415008;border-radius:6px;padding-top:1px}.personal-menu::-webkit-scrollbar{display:none}.personal-menu ul{padding-bottom:24px;border-bottom:1px solid #EFEFEF}.personal-menu ul .iconfont{font-size:22px;margin-right:8px;width:110px;text-align:right}.personal-menu ul li{width:100%;margin-top:33px;display:flex;align-items:center}.personal-menu ul li>span{max-width:calc(100% - 120px);display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.personal-menu ul li.active{font-weight:500;color:#00a0e9}.person-info{margin-top:40px;text-align:center}.person-info>h2{margin:15px 0 10px}.person-info>p{color:#9da8bd}.person-info .ant-btn{border:1px solid #00A0E9;color:#00a0e9;margin-top:20px;width:84px;height:32px;font-size:14px;border-radius:6px}.personal-content{background:#fff;color:#233b58}.personal-content>div{padding:10px 30px 30px}.personal-content .content-title{padding:0 30px;height:60px;line-height:60px;border-bottom:1px solid #F2F3F6;font-weight:600;font-size:20px}.share-info{box-sizing:border-box;padding:30px 0;margin-top:30px;border-top:1px solid #F2F3F6;border-bottom:1px solid #F2F3F6;margin-bottom:30px}.share-info h3{font-weight:600;margin-bottom:10px}.share-info a{margin-right:30px}.share-info>p{color:#9da8bd}.set-content{padding:40px 0}.set-content .set-item{margin-left:97px}.set-content .set-item .iconfont{font-size:42px}.set-content .set-item>div{margin-left:22px;flex:1}.set-content .set-item>div p{color:#90929d;margin:14px 0 24px}.set-content .set-item>div .my-button{width:96px;height:38px;line-height:38px}.set-content .line{width:calc(100% - 104px);height:1px;background:#F2F3F6;margin:46px 0 46px 104px}.steps-content{text-align:center}.steps-content h2{margin:30px 0 10px}.steps-content p{margin-bottom:20px}.steps-action{text-align:center;margin:30px 0 20px}@media screen and (max-width: 750px){.personal-content .content-title{padding:0 15px}.personal-content>div{padding:10px 15px 30px}.set-content{padding:20px 0}.set-content .set-item{margin-left:20px}.set-content .set-item>div h2{font-size:20px}.set-content .set-item>div p{font-size:14px}.set-content .set-item .iconfont{font-size:30px}.set-content .line{width:calc(100% - 30px);margin:30px 0 30px 30px}.share-info{padding:20px 0;margin-top:20px;margin-bottom:20px;font-size:14px}.share-info>p{margin-bottom:10px}.share-info .ant-btn-primary{margin-top:10px}}.login-container{width:100vw;height:100vh;background:#fff;color:#233b58;position:relative;overflow-x:hidden}.login-container .my-button{font-size:12px!important}.login-container .my-button.get-code,.login-container .my-button.get-code:hover{background:#ccc;box-shadow:none}.login-container .login-form-container{min-height:100vh;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-container .login-form-container .login-form-title{color:#233b58;font-size:40px;font-weight:500;margin-bottom:50px}.login-container .login-form-container .login-form-title>span{color:#00a0e9}.login-container .left-img{height:100vh;position:relative}.login-container .left-img .logo{position:absolute;top:40px;left:50px;width:300px}.login-container .left-img .login-image{width:100%;height:100vh;object-fit:cover}.login-container .left-img .image-conatiner{position:relative;color:#fff;font-size:36px}.login-container .left-img .ant-carousel .slick-dots-bottom{bottom:60px}.login-container .left-img .ant-carousel .slick-dots li{width:10px;height:10px;border-radius:100%;margin-right:10px}.login-container .left-img .ant-carousel .slick-dots li button{width:10px;height:10px;border-radius:100%}.login-container .base-language{position:absolute;height:40px;right:30px;top:50px}.login-form-component .flex{display:flex;width:100%;justify-content:space-between;color:#666}.login-form-component .forgot-password{font-size:14px;cursor:pointer;color:#00a0e9}.login-form-component .my-label{display:block;font-size:14px;color:#a4a4a4;margin-bottom:6px}.login-form-component .ant-input,.login-form-component .ant-input-affix-wrapper{height:60px;border:rgba(0,0,0,0);outline:0;font-size:16px;background:#FFFFFF;box-shadow:0 5px 10px #f8f5f0;border-radius:5px;transition-duration:.5s}.login-form-component .ant-input:hover,.login-form-component .ant-input-affix-wrapper:hover{border:1px solid #00A0E9}.login-form-component .ant-input-affix-wrapper .ant-input:hover,.login-form-component .ant-input-affix-wrapper .ant-input:focus,.login-form-component .ant-input-affix-wrapper .ant-input-focused{box-shadow:none;border:none}.login-form-component .ant-input-affix-wrapper>input.ant-input{height:57px;margin-top:-3px;box-shadow:none}.login-form-component .ant-input:hover,.login-form-component .ant-input:focus,.login-form-component .ant-input-focused{box-shadow:0 5px 10px #e8f5f0;border:1px solid #00A0E9}.login-form-component .ant-btn{height:60px;font-size:16px;width:350px}.login-form-component .ant-btn.ant-input-search-button{width:auto}.ant-form-item-explain{padding-top:3px!important}@media screen and (max-width: 575px){.login-form-container{padding:30px 0}}#adminSideBar.logo{height:32px;margin:16px}.site-layout .site-layout-background,.site-layout-sub-header-background,.site-layout-background{background:#fff}.base-info{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%}.base-info .headimg-info{margin-bottom:10px}.base-info .level{padding:0 7px;min-width:62px;height:21px;line-height:21px;background:linear-gradient(195deg,#EBC47E 0%,#DFAF57 100%);box-shadow:0 3px 12px #fbe8c7;border-radius:13px;color:#fff}.wrapper{position:relative}.title{position:absolute;width:176px;height:64px;line-height:64px;text-align:center;font-size:24px;color:#fff;left:32px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALAAAABACAYAAAC6Jf1HAAAER0lEQVR4Xu3cz4uVVRwG8Oe5b0L+B9La0Sw0UMI2URSFC0GIMAiKoqjAxvfc2w9CMGZw0aJIEVq0KIoEoYhAcBFFEeUiiAohKkoqaO573tSuhU7azLwnKiQTZ+55z3vOuZtntu/3PN/L5z4cLszc4ZoDzkE/Esgt4DBr+5zpupYqcFdCnQ8UOLu0ClMnd9EGnv/nmArcRU9nOwk44OXa8LEuISpwFz2d7STggMWew6aqz69Dg1TgUDmdiyVwxBruCA1TgUPldC6OAOG4hFuqAT8OCVSBQ9R0JrbAp9bwppBQFThETWfiCxD32JJvtg1WgduKaT6JgANO1KuxAY9yoc0CFbiNlmaTCjigrA0PtlmiArfR0mxqgVMXzmPt6Bn+5rtIBfaV0lwWAUc8V5fc47tMBfaV0lwugT+KHtbN7ebPPgtVYB8lzeQWeM0aPuizVAX2UdJMboGlBtj8i+HxcYtV4HFCej4pgXet4bZxy1XgcUJ6PjGBnsMdwz7fX+kFqMATe3u02EPgC1tiC8hlv3ShAnsoamRyAgTuqwwPLfcKVODJvTfa7CNA/HT1CNf+OMPzVxpXgX0QNTNpgaet4fMq8KTfBu0PFRjNN1j7+4C/Xh6gGziUVOfyChAv2pJPqMB52bUtnsAFV2BDPc0fLo3UDRwPWEmJBRxwuDa8VwVODK34ZAING2ytBvzs4gbdwMmsFZxEgPjQlrxNBU6iq9AsAg7bbZ9H/96lGziLuJZEFvjKHsMNeItLKnBkWcXlEXDAw7XhKypwHm9tiSzggGGxGlMqcGRYxeUTcMBeFTiftzZFFnDAdypwZFTF5RMg8IgKnM9bm+IKHLfHsFkFjouqtEwCPeDOoeF7KnAmcK2JKEActSW36xcZEU0VlUfAOSwWV2HjcJrfqMB5zLUlpgDxki35+MVIfYSIiauspAIOOFMsYmr4JE+pwEmpFZ5EwOEp2+cLl2brBk4irdAEAifsNbgOO/mnCpxAV5FpBQjcXRm+ffkW3cBp3ZUeR+ATa3jzlaJU4DjASkkn0LDA1mr6v68R6SNEOmwlxxYg3rAl718uVjdwbHDlxRSYL3pYv9J/a1eBY3IrK64Asc+WfHalUBU4LrnSIgk4oGpWYd3JXTyrAkdCVUw+AdfDQ/Vuvjpuo27gcUJ6nl3AAV/WZ7AFM2zGLVeBxwnpeXYBV+D2epof+CxWgX2UNJNT4Ig13OG7UAX2ldJccgEHLBTAxqHht77LVGBfKc0lFyBwsDIs2yxSgdtoaTalwKiYx9TcHp5us0QFbqOl2WQCBAaV4f62C1TgtmKajy7ggO/rEa7H7P//1tdnkQrso6SZpAIk7qpKvhOyRAUOUdOZeALER7bkraGBKnConM7FEGh6DjcO+/w8NEwFDpXTue4CxOu25ANdglTgLno620Xg3EKD9acHnOsSogJ30dPZcAGHWdvnTHjAvyf/Ag7EfxKfX1RNAAAAAElFTkSuQmCC) no-repeat center / cover;top:0;left:0}.tiptap-editor-container{border:1px solid #d9d9d9;border-radius:6px;overflow:hidden;background:#fff}.tiptap-toolbar{display:flex;flex-wrap:wrap;gap:2px;padding:8px 12px;border-bottom:1px solid #f0f0f0;background:#fafafa;align-items:center}.tiptap-toolbar-btn-active{background:#e6f7ff!important;color:#1890ff!important;border-color:#91d5ff!important}.tiptap-editor-content .ProseMirror{min-height:400px;padding:16px 24px;font-size:15px;line-height:1.75;outline:none}.tiptap-editor-content img{max-width:100%;max-height:400px;width:auto;height:auto;border-radius:6px;margin:8px 0;object-fit:contain}.tiptap-editor-content blockquote{border-left:3px solid #1890ff;padding-left:16px;color:#666;margin:12px 0}.tiptap-editor-content pre,.tiptap-editor-content code{background:#f6f8fa;border-radius:6px;padding:16px}.tiptap-editor-content p code,.tiptap-editor-content li code{padding:2px 6px;border-radius:4px}.tiptap-editor-content a{color:#1890ff}.tiptap-editor-content h1{font-size:2rem;line-height:1.3}.tiptap-editor-content h2{font-size:1.625rem;line-height:1.35}.tiptap-editor-content h3{font-size:1.375rem;line-height:1.4}.tiptap-editor-content h4{font-size:1.125rem;line-height:1.45}.tiptap-editor-content iframe,.tiptap-editor-content div[data-youtube-video] iframe{max-width:100%;width:100%;aspect-ratio:16 / 9;height:auto;border:0;display:block}.listContainer{display:flex;flex-wrap:wrap}:global .ant-card-body{position:relative}.titleBg{position:absolute;width:176px;height:64px;line-height:64px;text-align:center;font-size:24px;color:#fff;left:32px;background:url(../../../assets/publish-title.png) no-repeat center / cover}.titleBg:nth-of-type(1){top:32px}.titleBg:nth-of-type(2){top:470px}.titleBg:nth-of-type(3){top:1140px}.imgContainer{position:relative;width:99px;height:99px;margin:0 15px 15px 0}.imgContainer :global .ant-image-img{max-height:99px}.imgContainer .iconDelete{position:absolute;top:0;right:0;width:18px;height:18px;cursor:pointer;background:url(../../../assets/icon-delete.png) no-repeat center / cover}.imgContainer .imgSet{position:absolute;font-size:14px;bottom:0;left:0;width:100%;cursor:pointer;color:#1890ff;text-align:center;background:rgba(0,0,0,.2)}.imgContainer .imgSet.red{color:#d0021b}.cardTitle{text-align:center;border-bottom:1px solid #E9E9E9;color:#666;margin-bottom:30px}.cardTitle>h4{font-size:16px;color:#000}.detail-content img{max-width:100%}.detail-content *{min-height:14px;max-width:100%;word-break:break-all;word-break:break-word;overflow-wrap:break-word}.listContainer{display:flex;flex-wrap:wrap}:global .ant-card-body{position:relative}.imgContainer{position:relative;width:99px;height:99px;margin:0 15px 15px 0}.imgContainer :global .ant-image-img{max-height:99px}.imgContainer .iconDelete{position:absolute;top:0;right:0;width:18px;height:18px;cursor:pointer;background:url(../../../assets/icon-delete.png) no-repeat center / cover}.imgContainer .imgSet{position:absolute;font-size:14px;bottom:0;left:0;width:100%;cursor:pointer;color:#1890ff;text-align:center;background:rgba(0,0,0,.2)}.imgContainer .imgSet.red{color:#d0021b}.cardTitle{text-align:center;border-bottom:1px solid #E9E9E9;color:#666;margin-bottom:30px}.cardTitle>h4{font-size:16px;color:#000}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body,#root{height:100%}.colorWeak{filter:invert(80%)}.ant-layout{min-height:100vh}canvas{display:block}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none}@media (max-width: 480px){.ant-table{width:100%;overflow-x:auto}.ant-table-thead>tr>th,.ant-table-tbody>tr>th,.ant-table-thead>tr>td,.ant-table-tbody>tr>td{white-space:pre}.ant-table-thead>tr>th>span,.ant-table-tbody>tr>th>span,.ant-table-thead>tr>td>span,.ant-table-tbody>tr>td>span{display:block}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){body .ant-design-pro>.ant-layout{min-height:100vh}}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.flex{display:-webkit-flex;display:flex;display:-webkit-box;display:-moz-box;display:-ms-flexbox;flex-wrap:wrap}.gird{display:gird}body{margin:0;padding:0;font-size:16px;font-family:PingFang-SC-Regular,PingFang-SC}span{margin:0;padding:0}article,aside,footer,header,nav,section{display:block}h1,h2,h3,h4,h5,p{margin:0;color:#233b58}ul,ol{list-style-type:none;padding:0;margin:0}img{border-style:none}body{font-size:16px;font-family:PingFangSC-Regular}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{width:5px;height:5px;background:#ababab;cursor:pointer;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#999;cursor:pointer;opacity:1;width:8px}.page{float:right;margin:28px 0 35px}.page .ant-pagination-prev button,.page .ant-pagination-next button{border-color:#efefef;color:#7f8fa4}.page .ant-pagination-prev button:hover,.page .ant-pagination-next button:hover{color:#334150;border-color:#efefef}.page .ant-pagination-disabled button,.page .ant-pagination-disabled button:hover{color:#c4c4c4}.page .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,.page .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon{color:#334150}.page .ant-pagination-prev,.page .ant-pagination-next,.page .ant-pagination-jump-prev,.page .ant-pagination-jump-next{margin-right:0;width:36px;height:36px;line-height:36px}.page .ant-pagination-item{width:36px;height:36px;line-height:36px;border-color:#efefef;margin-right:0}.page .ant-pagination-item a{color:#7f8fa4}.page .ant-pagination-item:hover{border-color:#efefef}.page .ant-pagination-item:hover a{color:#334150}.page .ant-pagination-item-active{border-color:#efefef}.page .ant-pagination-item-active a{color:#334150}.load-more{width:100px;height:36px;background:#ffffff;border-radius:5px;box-shadow:0 2px 2px #3341500a,0 0 2px #3341500a;display:flex;align-items:center;justify-content:center;margin:30px auto 49px;font-size:13px;color:#8c949f;cursor:pointer;transition-duration:.3s}.load-more:hover{box-shadow:0 0 2px #3341501a,0 2px 2px #3341501a}.color-83{color:#9da8bd}.flex{display:flex;flex-wrap:wrap}.ant-breadcrumb{margin-top:-13px;font-size:16px;height:52px;line-height:52px!important}.ant-breadcrumb a:hover{color:#00a0e9}.ant-breadcrumb>span{color:#8c9098}.ant-breadcrumb>span:last-child{font-weight:600;color:#233b58}.ant-form-item{margin-bottom:20px}.form-submit{display:flex;justify-content:center;margin-top:30px}.form-submit .ant-btn{width:120px;height:45px;margin-right:15px;border-radius:6px}.form-submit .ant-btn-default{border:0;background:#f2f6fc;border-radius:4px;color:#233b58}.base-title{font-weight:600;font-size:18px;color:#233b58;margin-bottom:20px;position:relative;padding-left:13px}.base-title:before{content:"";position:absolute;width:3px;height:16px;left:0;top:calc(50% - 8px);background:#00A0E9;border-radius:2px}.ant-input,.ant-select:not(.ant-select-customize-input) .ant-select-selector{border:1px solid #f2f3f6}.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{content:"\203b"}.bf-content{height:300px!important}@media screen and (max-width: 750px){.form-submit .ant-btn{width:100px;height:40px}.ant-form-item{margin-bottom:15px}.ant-modal{max-width:calc(100vw - 30px);margin:0 auto}}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/font_3258785_qwax0xooo9g.woff2?t=1648347820437) format("woff2"),url(//at.alicdn.com/t/font_3258785_qwax0xooo9g.woff?t=1648347820437) format("woff"),url(//at.alicdn.com/t/font_3258785_qwax0xooo9g.ttf?t=1648347820437) format("truetype"),url(//at.alicdn.com/t/font_3258785_qwax0xooo9g.svg?t=1648347820437#iconfont) format("svg")}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-a-bianzubeifen6:before{content:"\e61a"}.icon-a-bianzubeifen5:before{content:"\e61b"}.icon-a-huabanbeifen5:before{content:"\e608"}.icon-a-huabanbeifen41:before{content:"\e60c"}.icon-a-huabanbeifen2:before{content:"\e60d"}.icon-a-huaban2:before{content:"\e60e"}.icon-huaban:before{content:"\e610"}.icon-a-huabanbeifen8:before{content:"\e611"}.icon-a-huabanbeifen6:before{content:"\e612"}.icon-a-huabanbeifen3:before{content:"\e613"}.icon-a-huabanbeifen7:before{content:"\e615"}.icon-huabanbeifen:before{content:"\e618"}.icon-vbeifen:before{content:"\e624"}.icon-a-vbeifen5:before{content:"\e625"}.icon-QQ-circle-fill:before{content:"\e887"}.icon-weixin:before{content:"\e6b3"}.icon-xingxing:before{content:"\e870"}.icon-a-yousuojin3x:before{content:"\e61d"}.icon-a-zuosuojin3x:before{content:"\e61f"}.icon-31shijian:before{content:"\e609"}.icon-weibo:before{content:"\e62f"}.icon-twitter-circle-fill:before{content:"\e88a"}.icon-suo:before{content:"\e620"}.icon-dianzan:before{content:"\e8ad"}.icon-pinglun:before{content:"\e8b4"}.icon-yiwen:before{content:"\e61e"}.icon-caidan:before{content:"\e790"}.icon-shanchu:before{content:"\e785"}.icon-shangchuan:before{content:"\e600"}.icon-shangyi:before{content:"\e601"}.icon-yonghuquanxian:before{content:"\e602"}.icon-bianji:before{content:"\e603"}.icon-shanchu1:before{content:"\e604"}.icon-jilu:before{content:"\e605"}.icon-kaishi:before{content:"\e606"}.icon-kaishi1:before{content:"\e607"}.icon-a-huaban4:before{content:"\e60a"}.icon-a-huaban6:before{content:"\e60b"}.icon-a-huabanbeifen4:before{content:"\e60f"}.icon-a-huabanbeifen12:before{content:"\e614"}.icon-a-huabanbeifen13:before{content:"\e616"}.icon-a-huabanbeifen14:before{content:"\e617"}.icon-a-v2:before{content:"\e619"}.icon-a-vbeifen10:before{content:"\e622"}.icon-yuyan:before{content:"\e626"}.icon-huaban1:before{content:"\e627"}
