
.buttonParent___2Di1a {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.textAbout___2AXID {
  width: 550px;
  height: 30px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}

.toast {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    flex-direction: column; }
    .toast_bg {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .toast_box {
      position: relative;
      left: 50%;
      top: 50%;
      width: 2.8rem;
      height: 2rem;
      margin: -1rem -1.4rem;
      background: rgba(0, 0, 0, 0.65);
      border-radius: .1rem;
      color: #fff; }
    .toast_text {
      position: absolute;
      bottom: 16%;
      text-align: center;
      width: 90%;
      margin: 0 5%;
      height: .28rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .toast_icon {
      position: relative;
      left: 50%;
      top: 15%;
      margin: -.4rem;
      width: .8rem;
      height: .8rem; }
    .toast_loading {
      -webkit-animation: loading 1s steps(12, end) infinite;
      animation: loading 1s steps(12, end) infinite;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAENCA8KAgsGDgQMCQUDBwhylaLQAAAL1JREFUOMu9U0kSwyAMK9jsS/T/1zZt2pgEZzq9RBeMZYRGDI/70bO5JptjrOAQVTonIJVK5bW2ma9A7VvpK8OdeQfbZectrDnyU+Oo0b68wGK0muDPdxpOciaizq5pkAgiIPAoew2rBVNYZoM2YHbZDNKz/2Ogam3ff5gMEL8wisfh2KKZiFiGWFkk1B7NSbhNQFy4M2+PghbODNsg7y8THM2njiy8gBgcaEUA9GgNJbxh6fJv+NxiFvYmPAFtCQZNK1qZIAAAAABJRU5ErkJggg==") no-repeat;
      background-size: 100%; }
    .toast_success {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMA8DAQ0GBP4LCggMBwIJBAIttdjAAAAINJREFUOMvdkUsOwyAMBbH5hUCauf9pK1SlohF438x2LPn52f09+8vUfiNb/gighj8FouEjYCUoQDXiBSD7pdcMiK7XC9wCFmlDO3T20Scgx287ne13pwDU89NOJ3g3maCmJDANqIGRtLj8oi1ed1GMdmcB7wXIYX8QdQZJiM5Em3smbyVICDCOrCqSAAAAAElFTkSuQmCC") no-repeat;
      background-size: 100%; }
    .toast_error {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMA0BDAMODwUKBgsCCAQJClzVPvAAAA0UlEQVQoz2MgErAclv9o44Dgc8b/B4KvBTA+t/3XdgeWivjPG6ACbl8ngNXlp0AN+L8IwtD6DzFm2w+Y3v5sMGW/ACbA9Rms9ZsCTIApH2QR608GhoUKQJ4xA8P8AKCAP5CwF2JgUPwIlPwCFDj/AMRRYJIHCnL8AZkJ1AfkAcUYGNhBpso7MICUgBQw8H4EEv/B5ssDFYA4mAKYWjANfd+Aai3CYZ9BDoM63RDkdEGQ0zE9h+l9zADCDEIGt2/wQEZEwwVepGhgYEdEFGZUEgYAW05XI3jSsVwAAAAASUVORK5CYII=") no-repeat;
      background-size: 100%; }
    .toast_info {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMA4CCAwKBAMJBg8NAQUNhWlbcAAAC+SURBVCjPYyASsLfse+1cgOBzyr0DgocXYHwmv4dtCkwZck8UoAJZDydA1C2H8NnexUAYR99BjNF6CtMbtwhM+QUACUUhIMH6BKz14QEgafcYSPDIgSxifMkAE2CYJwAk6gQQAozPgURfA0KAA0T6JSAE2ECm7lNACDC9BhLvGGACIA6GAFyLohBEC9xQqLeeQKwFA4i1EIfBAeNzuNMVhSBOx/AcpvcxAwgzCDEDGTMaGHhhEYWIShN4VBIGAPvRT5YzufhUAAAAAElFTkSuQmCC") no-repeat;
      background-size: 100%; }
  
  @-webkit-keyframes loading {
    0% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg); }
    100% {
      -webkit-transform: rotate3d(0, 0, 1, 360deg);
      transform: rotate3d(0, 0, 1, 360deg); } }
  
  @keyframes loading {
    0% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg); }
    100% {
      -webkit-transform: rotate3d(0, 0, 1, 360deg);
      transform: rotate3d(0, 0, 1, 360deg); } }
  
.index___1p2y5 {
  padding: 0 20px;
  overflow: auto;
}
.index___1p2y5 .messageList___3fifd {
  height: 600px;
  margin-bottom: 20px;
}
.index___1p2y5 .messageList___3fifd .message___3Jga1 {
  margin: 20px 0;
  overflow: hidden;
}
.index___1p2y5 .messageList___3fifd .message___3Jga1 .left___1Yc9K {
  float: left;
  background: cornflowerblue;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
}
.index___1p2y5 .messageList___3fifd .message___3Jga1 .right___3w2A4 {
  padding: 10px;
  background: #f5f6f7;
  border-radius: 5px;
  float: right;
}
.index___1p2y5 .messageList___3fifd .message___3Jga1 img {
  max-width: 50%;
}
.index___1p2y5 .messageList___3fifd .message___3Jga1 table,
.index___1p2y5 .messageList___3fifd .message___3Jga1 td {
  border: 1px solid #c5c5c5;
}
.index___1p2y5 .messageList___3fifd .message___3Jga1 table {
  width: 100%;
  min-height: 200px;
}
.index___1p2y5 .messageList___3fifd .message___3Jga1 td {
  padding-left: 20px;
}
.index___1p2y5 .form___2ufgF {
  display: flex;
  border-top: 1px solid #F1F1F1;
  padding-top: 10px;
}
.button___RAdKX {
  width: 194px;
  height: 36px;
  background: #327af4;
  border-radius: 18px;
}

.card___3cnSF {
  padding: 25px 38px;
}
.card___3cnSF .title___1vDBq {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.card___3cnSF .info___394bE {
  font-size: 12px;
  color: #787878;
}
.card___3cnSF {
  padding: 25px 38px;
}
.card___3cnSF .title___1vDBq {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.card___3cnSF table,
.card___3cnSF td {
  border: 1px solid #c5c5c5;
}
.card___3cnSF table {
  width: 100%;
  min-height: 200px;
}
.card___3cnSF td {
  padding-left: 20px;
}

.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(a) ". ";counter-increment:a}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(b) ". ";counter-increment:b}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(c) ". ";counter-increment:c}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(d) ". ";counter-increment:d}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(e) ". ";counter-increment:e}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:a}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:b}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:c}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:d}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:e}.bf-image-link-editor,.bf-image-size-editor{padding-bottom:1px;overflow:hidden;border-radius:2px 2px 0 0;box-shadow:inset 0 -1px 0 0 hsla(0,0%,100%,.1)}.bf-image-link-editor .editor-input-group,.bf-image-size-editor .editor-input-group{width:300px;margin:8px 10px;overflow:hidden}.bf-image-link-editor input,.bf-image-size-editor input{display:block;float:left;box-sizing:content-box;height:32px;margin:0 5px 0 0;padding:0 10px;background-color:hsla(0,0%,100%,.1);border:none;border-radius:2px;outline:none;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;font-weight:700}.bf-image-link-editor input:hover,.bf-image-size-editor input:hover{box-shadow:inset 0 0 0 1px rgba(52,152,219,.5)}.bf-image-link-editor input:focus,.bf-image-size-editor input:focus{box-shadow:inset 0 0 0 1px #3498db}.bf-image-link-editor button,.bf-image-size-editor button{float:left;width:90px;height:32px;margin:0;padding:0 20px;background-color:#3498db;border:none;color:#fff;font-size:12px;border-radius:2px;cursor:pointer}.bf-image-link-editor button:hover,.bf-image-size-editor button:hover{background-color:#2084c7}.bf-image-size-editor input{width:80px}.bf-image-link-editor input{width:185px}.bf-image-link-editor .switch-group{height:16px;margin:10px}.bf-image-link-editor .switch-group .bf-switch{float:left}.bf-image-link-editor .switch-group label{float:left;margin-left:15px;color:#999;font-size:12px;line-height:16px}.bf-content .bf-image{position:relative}.bf-content .bf-image .bf-csize-icon{position:absolute;z-index:2;width:10px;height:10px;background-color:rgba(52,152,219,.3)}.bf-content .bf-image .bf-csize-icon.right-bottom{right:0;bottom:0;cursor:se-resize}.bf-content .bf-image .bf-csize-icon.left-bottom{left:0;bottom:0;cursor:sw-resize}.bf-content .bf-image .bf-pre-csize{position:absolute;z-index:1;background:transparent}.bf-content .bf-image .bf-pre-csize.rightbottom{left:0;top:0;border:1px dashed #00bfff}.bf-content .bf-image .bf-pre-csize.leftbottom{right:0;top:0;border:1px dashed #00bfff}.bf-content .bf-image .bf-media-toolbar:before{visibility:hidden}.bf-content .bf-image .bf-media-toolbar[data-align=center] [data-align=center],.bf-content .bf-image .bf-media-toolbar[data-align=left] [data-align=left],.bf-content .bf-image .bf-media-toolbar[data-align=right] [data-align=right],.bf-content .bf-image .bf-media-toolbar[data-float=left] [data-float=left],.bf-content .bf-image .bf-media-toolbar[data-float=right] [data-float=right]{color:#3498db}@font-face{font-family:braft-icons;src:url(data:font/woff;base64,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);font-weight:400;font-style:normal}.bf-container [class*=" bfi-"],.bf-container [class^=bfi-],.bf-modal-root [class*=" bfi-"],.bf-modal-root [class^=bfi-]{font-family:braft-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bf-container .bfi-table:before,.bf-modal-root .bfi-table:before{content:"\E228"}.bf-container .bfi-clear_all:before,.bf-modal-root .bfi-clear_all:before{content:"\E0B8"}.bf-container .bfi-format_clear:before,.bf-modal-root .bfi-format_clear:before{content:"\E239"}.bf-container .bfi-hr:before,.bf-modal-root .bfi-hr:before{content:"\E925"}.bf-container .bfi-colorize:before,.bf-modal-root .bfi-colorize:before{content:"\E3B8"}.bf-container .bfi-crop_free:before,.bf-modal-root .bfi-crop_free:before{content:"\E3C2"}.bf-container .bfi-pause:before,.bf-modal-root .bfi-pause:before{content:"\E034"}.bf-container .bfi-play_arrow:before,.bf-modal-root .bfi-play_arrow:before{content:"\E037"}.bf-container .bfi-bin:before,.bf-modal-root .bfi-bin:before{content:"\E9AC"}.bf-container .bfi-replay:before,.bf-modal-root .bfi-replay:before{content:"\E042"}.bf-container .bfi-tune:before,.bf-modal-root .bfi-tune:before{content:"\E429"}.bf-container .bfi-close:before,.bf-modal-root .bfi-close:before{content:"\E913"}.bf-container .bfi-align-center:before,.bf-modal-root .bfi-align-center:before{content:"\E028"}.bf-container .bfi-align-justify:before,.bf-modal-root .bfi-align-justify:before{content:"\E026"}.bf-container .bfi-align-left:before,.bf-modal-root .bfi-align-left:before{content:"\E027"}.bf-container .bfi-align-right:before,.bf-modal-root .bfi-align-right:before{content:"\E029"}.bf-container .bfi-image-right:before,.bf-modal-root .bfi-image-right:before{content:"\E914"}.bf-container .bfi-image-left:before,.bf-modal-root .bfi-image-left:before{content:"\E91E"}.bf-container .bfi-music:before,.bf-modal-root .bfi-music:before{content:"\E90E"}.bf-container .bfi-camera:before,.bf-modal-root .bfi-camera:before{content:"\E911"}.bf-container .bfi-copy:before,.bf-modal-root .bfi-copy:before{content:"\E92C"}.bf-container .bfi-file-text:before,.bf-modal-root .bfi-file-text:before{content:"\E926"}.bf-container .bfi-film:before,.bf-modal-root .bfi-film:before{content:"\E91C"}.bf-container .bfi-github:before,.bf-modal-root .bfi-github:before{content:"\EAB0"}.bf-container .bfi-ltr:before,.bf-modal-root .bfi-ltr:before{content:"\EA74"}.bf-container .bfi-page-break:before,.bf-modal-root .bfi-page-break:before{content:"\EA68"}.bf-container .bfi-pagebreak:before,.bf-modal-root .bfi-pagebreak:before{content:"\EA6E"}.bf-container .bfi-paint-format:before,.bf-modal-root .bfi-paint-format:before{content:"\E90C"}.bf-container .bfi-paste:before,.bf-modal-root .bfi-paste:before{content:"\E92D"}.bf-container .bfi-pilcrow:before,.bf-modal-root .bfi-pilcrow:before{content:"\EA73"}.bf-container .bfi-pushpin:before,.bf-modal-root .bfi-pushpin:before{content:"\E946"}.bf-container .bfi-redo:before,.bf-modal-root .bfi-redo:before{content:"\E968"}.bf-container .bfi-rtl:before,.bf-modal-root .bfi-rtl:before{content:"\EA75"}.bf-container .bfi-spinner:before,.bf-modal-root .bfi-spinner:before{content:"\E980"}.bf-container .bfi-subscript:before,.bf-modal-root .bfi-subscript:before{content:"\EA6C"}.bf-container .bfi-superscript:before,.bf-modal-root .bfi-superscript:before{content:"\EA6B"}.bf-container .bfi-undo:before,.bf-modal-root .bfi-undo:before{content:"\E967"}.bf-container .bfi-media:before,.bf-modal-root .bfi-media:before{content:"\E90F"}.bf-container .bfi-add:before,.bf-modal-root .bfi-add:before{content:"\E918"}.bf-container .bfi-bold:before,.bf-modal-root .bfi-bold:before{content:"\E904"}.bf-container .bfi-code:before,.bf-modal-root .bfi-code:before{content:"\E903"}.bf-container .bfi-done:before,.bf-modal-root .bfi-done:before{content:"\E912"}.bf-container .bfi-drop-down:before,.bf-modal-root .bfi-drop-down:before{content:"\E906"}.bf-container .bfi-drop-up:before,.bf-modal-root .bfi-drop-up:before{content:"\E909"}.bf-container .bfi-emoji:before,.bf-modal-root .bfi-emoji:before{content:"\E91B"}.bf-container .bfi-font-size:before,.bf-modal-root .bfi-font-size:before{content:"\E920"}.bf-container .bfi-fullscreen:before,.bf-modal-root .bfi-fullscreen:before{content:"\E910"}.bf-container .bfi-fullscreen-exit:before,.bf-modal-root .bfi-fullscreen-exit:before{content:"\E90D"}.bf-container .bfi-help:before,.bf-modal-root .bfi-help:before{content:"\E902"}.bf-container .bfi-indent-decrease:before,.bf-modal-root .bfi-indent-decrease:before{content:"\E92F"}.bf-container .bfi-indent-increase:before,.bf-modal-root .bfi-indent-increase:before{content:"\E92E"}.bf-container .bfi-info:before,.bf-modal-root .bfi-info:before{content:"\E901"}.bf-container .bfi-italic:before,.bf-modal-root .bfi-italic:before{content:"\E924"}.bf-container .bfi-link:before,.bf-modal-root .bfi-link:before{content:"\E91A"}.bf-container .bfi-link-off:before,.bf-modal-root .bfi-link-off:before{content:"\E919"}.bf-container .bfi-list:before,.bf-modal-root .bfi-list:before{content:"\E923"}.bf-container .bfi-list-numbered:before,.bf-modal-root .bfi-list-numbered:before{content:"\E922"}.bf-container .bfi-menu:before,.bf-modal-root .bfi-menu:before{content:"\E908"}.bf-container .bfi-more-horiz:before,.bf-modal-root .bfi-more-horiz:before{content:"\E90B"}.bf-container .bfi-more-vert:before,.bf-modal-root .bfi-more-vert:before{content:"\E90A"}.bf-container .bfi-not-disturb:before,.bf-modal-root .bfi-not-disturb:before{content:"\E907"}.bf-container .bfi-print:before,.bf-modal-root .bfi-print:before{content:"\E915"}.bf-container .bfi-quote:before,.bf-modal-root .bfi-quote:before{content:"\E921"}.bf-container .bfi-search:before,.bf-modal-root .bfi-search:before{content:"\E916"}.bf-container .bfi-settingsx:before,.bf-modal-root .bfi-settingsx:before{content:"\E917"}.bf-container .bfi-share:before,.bf-modal-root .bfi-share:before{content:"\E905"}.bf-container .bfi-share-square:before,.bf-modal-root .bfi-share-square:before{content:"\E900"}.bf-container .bfi-strikethrough:before,.bf-modal-root .bfi-strikethrough:before{content:"\E91F"}.bf-container .bfi-text-color .path1:before,.bf-modal-root .bfi-text-color .path1:before{font-family:braft-icons!important;content:"\E930";opacity:.36}.bf-container .bfi-text-color .path2:before,.bf-modal-root .bfi-text-color .path2:before{font-family:braft-icons!important;content:"\E931";margin-left:-1em}.bf-container .bfi-underlined:before,.bf-modal-root .bfi-underlined:before{content:"\E91D"}.bf-content{height:500px;padding-bottom:10px;overflow:auto;font-size:16px}.bf-content img{user-select:none}.bf-content *{line-height:normal}.bf-container{position:relative;height:100%;padding:0}.bf-container.disabled{pointer-events:none;opacity:.7;filter:grayscale(70%)}.bf-container.read-only .bf-controlbar{pointer-events:none}.bf-container.read-only .bf-image img:hover{outline:none}.bf-container.read-only .bf-hr{pointer-events:none}.bf-container.fullscreen{position:fixed;display:flex;flex-direction:column;z-index:99999;top:0;right:0;bottom:0;left:0;background-color:#fff;height:100%!important}.bf-container.fullscreen .bf-content{flex-grow:1;height:auto}.bf-container .input-group{display:block}.bf-container .input-group input{box-sizing:border-box;width:100%;height:36px;padding:0 15px;font-size:14px}.bf-container .pull-left{float:left}.bf-container .pull-right{float:right}.bf-container button{line-height:normal}.bf-container button.default,.bf-container button.ghost,.bf-container button.primary{height:32px;padding:0 20px;color:#fff;font-size:12px}.bf-container button.default{background-color:hsla(0,0%,100%,.15);border:none}.bf-container button.default:hover{background-color:hsla(0,0%,100%,.1)}.bf-container button.ghost{background-color:transparent;border:none;box-shadow:inset 0 0 0 .5px hsla(0,0%,100%,.5)}.bf-container button.ghost:hover{box-shadow:inset 0 0 0 .5px hsla(0,0%,100%,.7)}.bf-container button.primary{background-color:#3498db;border:none;color:#fff}.bf-container button.primary:hover{background-color:#2084c7}.bf-container .public-DraftEditorPlaceholder-root{top:15px;left:15px;font-size:16px;pointer-events:none}.bf-container .DraftEditor-editorContainer{box-sizing:border-box;border:none}.bf-container .DraftEditor-root,.bf-container .public-DraftEditor-content{height:100%}.bf-container .public-DraftEditor-content{box-sizing:border-box;padding:15px;word-wrap:break-word;word-break:break-all}.bf-container .public-DraftEditor-content>div{padding-bottom:20px}.bf-container .public-DraftEditor-content .braft-link{color:#4078c0}.bf-container .public-DraftEditor-content blockquote{margin:0 0 10px;padding:15px 20px;background-color:#f1f2f3;border-left:5px solid #ccc;color:#666;font-style:italic}.bf-container .public-DraftEditor-content pre{max-width:100%;max-height:100%;margin:10px 0;padding:15px;overflow:auto;background-color:#f1f2f3;border-radius:3px;color:#666;font-family:monospace;font-size:14px;font-weight:400;line-height:16px;word-wrap:break-word;white-space:pre-wrap}.bf-container .public-DraftEditor-content pre pre{margin:0;padding:0}.bf-container .bfa-left,.bf-container .bfa-left .public-DraftStyleDefault-ltr{text-align:left}.bf-container .bfa-right,.bf-container .bfa-right .public-DraftStyleDefault-ltr{text-align:right}.bf-container .bfa-center,.bf-container .bfa-center .public-DraftStyleDefault-ltr{text-align:center}.bf-container .bfa-justify,.bf-container .bfa-justify .public-DraftStyleDefault-ltr{text-align:justify}.bf-container .bfa-center>div,.bf-container .bfa-justify>div,.bf-container .bfa-left>div,.bf-container .bfa-right>div{display:inline-block}.bf-container .bff-left:hover,.bf-container .bff-right:hover{z-index:2}.bf-container .bff-left{position:relative;z-index:1;float:left;margin:0 10px 0 0}.bf-container .bff-right{position:relative;z-index:1;float:right;margin:0 0 0 10px}.bf-container .bftd-1{text-indent:2em;display:initial}.bf-container .bftd-2{text-indent:4em;display:initial}.bf-container .bftd-3{text-indent:6em;display:initial}.bf-container .bftd-4{text-indent:8em;display:initial}.bf-container .bftd-5{text-indent:10em;display:initial}.bf-container .bftd-6{text-indent:12em;display:initial}.bf-container .bf-image,.bf-container .bf-media{position:relative}.bf-container .bf-image img{display:block;max-width:100%;font-size:0;resize:both;outline-offset:1px}.bf-container .bf-image img:hover{outline:1px solid #3498db}.bf-container .bf-media-toolbar{position:absolute;z-index:3;bottom:15px;left:50%;width:auto;background-color:#21242a;border-radius:2px;font-weight:400;text-align:center;white-space:nowrap;transform:translateX(-50%);box-shadow:0 5px 15px rgba(0,0,0,.2);user-select:none}.bf-container .bf-media-toolbar .bf-media-toolbar-arrow,.bf-container .bf-media-toolbar:before{position:absolute;bottom:-10px;left:50%;display:block;border:5px solid transparent;border-top-color:#21242a;content:"";transform:translateX(-5px)}.bf-container .bf-media-toolbar a{display:inline-block;min-width:40px;height:40px;color:hsla(0,0%,100%,.5);font-family:braft-icons!important;font-size:18px;font-weight:400;line-height:40px;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer}.bf-container .bf-media-toolbar a:hover{color:#fff}.bf-container .bf-media-toolbar a:first-child{border-radius:2px 0 0 2px}.bf-container .bf-media-toolbar a:last-child{border-radius:0 2px 2px 0}.bf-container .bf-media-toolbar a.active{color:#3498db}.bf-switch{position:relative;width:32px;height:16px;background-color:hsla(0,0%,100%,.15);border-radius:8px;transition:background .3s}.bf-switch.active{background-color:#3498db}.bf-switch.active:before{left:16px}.bf-switch:before{position:absolute;left:0;display:block;width:16px;height:16px;border-radius:8px;background-color:#eee;content:"";transform:scale(1.2);transition:.3s}.bf-video-player video{display:block;width:640px;max-width:80vw;height:auto;margin:0 10px 10px;object-fit:contain}.bf-modal{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%}.bf-modal button{outline:none}.bf-modal-mask{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1);opacity:0;transition:opacity .2s}.bf-modal-content{position:absolute;z-index:2;top:45%;left:50%;max-width:95%;background-color:#fff;border-radius:2px;box-shadow:0 15px 30px rgba(0,0,0,.1);opacity:0;transform:translate(-50%,-40%);transition:transform .2s,opacity .2s}.bf-modal-header{height:50px}.bf-modal-caption{float:left;margin:0;padding:0 15px;color:#999;font-size:14px;font-weight:400;line-height:50px}.bf-modal-close-button{float:right;width:50px;height:50px;background-color:transparent;border:none;color:#ccc;font-size:18px;cursor:pointer}.bf-modal-close-button:hover{color:#e74c3c}.bf-modal-body{overflow:auto}.bf-modal-footer{min-height:15px;padding:0 15px;overflow:hidden}.bf-modal-addon-text{float:left;color:#999;font-size:12px;line-height:60px}.bf-modal-buttons{float:right}.bf-modal-cancel,.bf-modal-confirm{height:36px;margin:12px 0 12px 15px;padding:0 30px;border:none;border-radius:2px;font-size:12px;font-weight:700;cursor:pointer}.bf-modal-cancel{background-color:#e8e9ea;color:#999}.bf-modal-cancel:hover{background-color:#d8d9da}.bf-modal-confirm{background-color:#3498db;color:#fff}.bf-modal-confirm:hover{background-color:#2084c7}.bf-modal-confirm.disabled{opacity:.3;pointer-events:none;filter:grayscale(.4)}.bf-modal-root.active .bf-modal-mask{opacity:1}.bf-modal-root.active .bf-modal-content{opacity:1;transform:translate(-50%,-50%)}.bf-audio-player audio{width:480px;max-width:80vw;margin:0 10px 10px}.bf-player-holder{position:relative;height:240px;overflow:hidden;background-color:#21242a;border-radius:3px}.bf-player-holder .icon-badge{position:absolute;z-index:2;top:0;left:0;height:30px;padding:0 15px;border-radius:0 0 3px 0;color:#fff;background-color:hsla(0,0%,100%,.1)}.bf-player-holder .icon-badge i,.bf-player-holder .icon-badge span{display:block;float:left;line-height:30px}.bf-player-holder .icon-badge span{margin-left:5px;font-size:12px}.bf-player-holder .button-remove{position:absolute;z-index:2;top:5px;right:5px;width:40px;height:40px;background-color:transparent;border:none;border-radius:50%;outline:none;color:#fff;font-size:24px;text-align:center;cursor:pointer}.bf-player-holder .button-remove:hover{color:#e74c3c}.bf-player-holder .button-play{position:relative;z-index:2;display:block;width:80px;height:80px;margin:40px auto 20px;background-color:rgba(0,0,0,.7);border:none;border-radius:50%;outline:none;color:#fff;font-size:48px;line-height:80px;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer}.bf-player-holder .button-play:hover{background-color:#3498db}.bf-player-holder .bf-name{position:relative;z-index:2;margin:0;color:#fff;font-size:14px;font-weight:500;text-align:center}.bf-player-holder .bf-url{position:relative;z-index:2;width:70%;margin:10px auto;color:hsla(0,0%,100%,.5);font-size:12px;font-weight:400;text-align:center}.bf-player-holder .bf-poster{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;opacity:.3}.bf-content .bf-hr{position:relative;box-sizing:content-box;height:15px;padding-top:15px;text-align:center}.bf-content .bf-hr:before{display:block;height:1px;background-color:rgba(0,0,0,.1);content:""}.bf-content .bf-hr:hover:before{background-color:rgba(0,0,0,.3)}.bf-content .bf-hr:hover .bf-media-toolbar{display:block}.bf-content .bf-hr .bf-media-toolbar{display:none}.bf-link-editor{width:360px;padding-top:25px}.bf-link-editor .input-group{margin:0 15px 8px}.bf-link-editor .input-group input{background-color:hsla(0,0%,100%,.07);border:none;border-radius:2px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;font-weight:700}.bf-link-editor .input-group input:hover{box-shadow:inset 0 0 0 1px rgba(52,152,219,.5)}.bf-link-editor .input-group input:focus{box-shadow:inset 0 0 0 1px #3498db}.bf-link-editor .input-group input:disabled{color:hsla(0,0%,100%,.7);box-shadow:none}.bf-link-editor .switch-group{height:16px;margin:15px}.bf-link-editor .switch-group .bf-switch{float:left}.bf-link-editor .switch-group label{float:left;margin-left:15px;color:#999;font-size:12px;line-height:16px}.bf-link-editor .buttons{box-sizing:content-box;height:32px;margin-top:20px;padding:15px;overflow:hidden;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.1)}.bf-link-editor .buttons .button-remove-link{color:#999;font-size:12px;line-height:32px;cursor:pointer}.bf-link-editor .buttons .button-remove-link:hover{color:#e74c3c}.bf-link-editor .buttons .button-remove-link i{margin-right:5px;font-size:16px}.bf-link-editor .buttons .button-remove-link i,.bf-link-editor .buttons .button-remove-link span{display:block;float:left;line-height:32px}.bf-link-editor .buttons button{margin-left:10px;border-radius:2px;font-weight:700;cursor:pointer}.bf-controlbar{margin:0;padding:0 5px;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.2)}.bf-controlbar:after{display:block;content:"";clear:both}.bf-controlbar button{padding:0;outline:none}.bf-controlbar button[disabled]{pointer-events:none;opacity:.3}.bf-controlbar [data-title]{position:relative}.bf-controlbar [data-title]:after,.bf-controlbar [data-title]:before{position:absolute;z-index:10;top:100%;left:50%;pointer-events:none;opacity:0;transform:translateX(-50%) translateY(-5px);transition:opacity .3s,transform .3s}.bf-controlbar [data-title]:before{margin-top:3px;border:5px solid transparent;border-bottom-color:#21242a;content:""}.bf-controlbar [data-title]:after{margin-top:12px;padding:5px;background-color:#21242a;border-radius:2px;box-shadow:0 5px 15px rgba(0,0,0,.2);color:#fff;font-size:12px;line-height:16px;white-space:nowrap;content:attr(data-title)}.bf-controlbar [data-title]:hover:after,.bf-controlbar [data-title]:hover:before{opacity:1;transform:translateX(-50%) translateY(0)}.bf-controlbar input{outline:none}.bf-controlbar .separator-line{display:block;float:left;height:26px;width:1px;margin:10px;box-shadow:inset -1px 0 0 0 rgba(0,0,0,.1)}.bf-controlbar .separator-line+.control-item,.bf-controlbar .separator-line+.control-item-group{margin-left:0}.bf-controlbar .separator-line+.separator-line,.bf-controlbar .separator-line.first-child,.bf-controlbar .separator-line.last-child{display:none}.bf-controlbar .control-item-group{float:left;height:36px;margin:5px 0 5px 3px}.bf-controlbar .control-item-group:first-child{margin-left:0}.bf-controlbar .control-item-group>.control-item{margin-top:0;margin-bottom:0}.bf-controlbar .dropdown-handler{border-radius:2px}.bf-controlbar .control-item{display:block;float:left;height:36px;margin:5px 0 5px 3px;border-radius:2px;cursor:pointer}.bf-controlbar .control-item.component-wrapper{cursor:default}.bf-controlbar .control-item:first-child{margin-left:0}.bf-controlbar .control-item.button{box-sizing:border-box;min-width:36px;padding:0 8px;background-color:transparent;border:none;color:#6a6f7b;font-size:14px}.bf-controlbar .control-item.button:hover{background-color:rgba(0,0,0,.05)}.bf-controlbar .control-item.button.active{color:#3498db}.bf-controlbar .control-item.button i:before{display:block;height:36px;font-size:18px;line-height:36px}.bf-controlbar .control-item.button .bfi-redo:before,.bf-controlbar .control-item.button .bfi-undo:before{font-size:14px}.bf-controlbar .dropdown .control-item{width:100%;float:none;margin:0}.headings-dropdown{min-width:110px}.headings-dropdown .menu{width:200px;overflow:hidden}.headings-dropdown .menu .menu-item{padding:15px 20px;text-align:left;line-height:normal}.headings-dropdown .menu .menu-item h1,.headings-dropdown .menu .menu-item h2,.headings-dropdown .menu .menu-item h3,.headings-dropdown .menu .menu-item h4,.headings-dropdown .menu .menu-item h5,.headings-dropdown .menu .menu-item h6{margin:0;padding:0;color:inherit}.headings-dropdown .menu .menu-item h1{font-size:28px}.headings-dropdown .menu .menu-item h2{font-size:24px}.headings-dropdown .menu .menu-item h3{font-size:20px}.headings-dropdown .menu .menu-item h4{font-size:16px}.headings-dropdown .menu .menu-item h5{font-size:14px}.headings-dropdown .menu .menu-item h6{font-size:12px}.bf-colors{box-sizing:content-box;list-style:none;width:240px;margin:0;padding:15px;overflow:hidden}.bf-colors li{box-sizing:content-box;display:block;float:left;width:24px;height:24px;margin:5px;padding:0;background-color:currentColor;border:3px solid transparent;border-radius:50%;cursor:pointer;transition:transform .2s}.bf-colors li:hover{transform:scale(1.3)}.bf-colors li.active{box-shadow:0 0 0 2px #3498db}.text-color-dropdown.light-theme .bf-color-switch-buttons button{border-bottom:1px solid #ccc;color:#616569}.text-color-dropdown.light-theme .bf-color-switch-buttons button.active{border-bottom-color:#3498db;color:#3498db}.text-color-dropdown button.dropdown-handler span{width:36px;padding:0;overflow:hidden;border-radius:2px}.text-color-dropdown .bf-text-color-picker-wrap{overflow:hidden}.text-color-dropdown .bf-color-switch-buttons{height:36px}.text-color-dropdown .bf-color-switch-buttons button{float:left;width:50%;height:36px;background-color:transparent;border:none;border-bottom:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5);font-size:12px;font-weight:400;text-transform:uppercase;cursor:pointer}.text-color-dropdown .bf-color-switch-buttons button.active{border-bottom-color:#3498db;color:#3498db}.bf-dropdown{position:relative;width:auto;height:36px;margin:0}.bf-dropdown.disabled{pointer-events:none;opacity:.3}.bf-dropdown.light-theme .dropdown-content{border:1px solid #ccc}.bf-dropdown.light-theme .dropdown-content .dropdown-arrow{background-color:#fff;border:1px solid #ccc}.bf-dropdown.light-theme .dropdown-content .dropdown-content-inner{background-color:#fff}.bf-dropdown .dropdown-content{box-sizing:content-box;position:absolute;z-index:10;top:100%;left:50%;visibility:hidden;float:left;width:auto;min-width:100%;margin-top:9px;border-radius:2px;box-shadow:0 5px 15px rgba(0,0,0,.2);opacity:0;cursor:default;transform:translate(-50%,20px);transition:.2s}.bf-dropdown .dropdown-content ::-webkit-scrollbar-track{background-color:transparent}.bf-dropdown .dropdown-content ::-webkit-scrollbar{width:4px;background-color:transparent;border-radius:2px}.bf-dropdown .dropdown-content ::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:2px}.bf-dropdown .dropdown-content .dropdown-arrow{position:absolute;z-index:1;top:-3px;left:50%;width:10px;height:10px;background-color:#21242a;transform:translateX(-50%) rotate(45deg);transition:margin .2s}.bf-dropdown .dropdown-content .dropdown-arrow.active{background-color:#3498db}.bf-dropdown .dropdown-content .menu{list-style:none;margin:0;padding:0;overflow:hidden;border-radius:2px}.bf-dropdown .dropdown-content .menu-item{display:block;list-style:none;margin:0;font-size:16px;cursor:pointer}.bf-dropdown .dropdown-content .menu-item:hover{background-color:rgba(0,0,0,.1)}.bf-dropdown .dropdown-content .menu-item.active{background-color:#3498db;color:#fff}.bf-dropdown .dropdown-content .menu-item:not(.active){color:hsla(0,0%,100%,.6);box-shadow:inset 0 -1px 0 0 hsla(0,0%,100%,.1)}.bf-dropdown .dropdown-content-inner{position:relative;z-index:2;overflow:auto;background-color:#21242a;border-radius:2px}.bf-dropdown .dropdown-handler{position:relative;display:block;width:100%;height:36px;background-color:transparent;border:none;color:#6a6f7b;cursor:pointer}.bf-dropdown .dropdown-handler:hover{background-color:rgba(0,0,0,.05)}.bf-dropdown .dropdown-handler *{display:inline;padding:0;font-size:inherit;font-weight:400}.bf-dropdown .dropdown-handler>span{float:left;padding:0 10px;font-size:14px;line-height:36px;pointer-events:none}.bf-dropdown .dropdown-handler>span i{display:block;height:36px;font-size:16px;line-height:36px;text-align:center}.bf-dropdown .dropdown-handler .bfi-drop-down{float:right;width:30px;height:36px;font-size:16px;line-height:36px;text-align:center;pointer-events:none}.bf-dropdown.active .dropdown-handler{background-color:rgba(0,0,0,.05)}.bf-dropdown.active .dropdown-content{visibility:visible;opacity:1;transform:translate(-50%)}.font-family-dropdown{min-width:120px}.font-family-dropdown .dropdown-content{width:180px}.font-family-dropdown .menu-item{padding:12px 15px}.bf-font-size-dropdown{min-width:95px}.bf-font-sizes{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-font-sizes li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-font-sizes li:hover{background-color:hsla(0,0%,100%,.2)}.bf-font-sizes li.active{background-color:#3498db}.bf-line-height-dropdown{min-width:95px}.bf-line-heights{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-line-heights li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-line-heights li:hover{background-color:hsla(0,0%,100%,.2)}.bf-line-heights li.active{background-color:#3498db}.bf-emojis-wrap{position:relative;width:210px;height:220px;overflow:hidden}.bf-emojis-wrap:after,.bf-emojis-wrap:before{position:absolute;z-index:1;right:0;left:0;height:30px;border-radius:2px;content:"";pointer-events:none}.bf-emojis-wrap:before{top:0;background-image:linear-gradient(0deg,rgba(33,36,42,0),#21242a)}.bf-emojis-wrap:after{bottom:0;background-image:linear-gradient(rgba(33,36,42,0),#21242a)}.bf-emojis{box-sizing:content-box;width:200px;height:195px;list-style:none;margin:0;padding:15px 15px 20px;overflow:auto}.bf-emojis li{display:block;float:left;width:30px;height:30px;margin:0;padding:0;color:#fff;border-radius:2px;font-family:Apple Color Emoji,Segoe UI,Segoe UI Emoji,Segoe UI Symbol;font-size:18px;line-height:32px;text-align:center;cursor:pointer;user-select:none;transition:transform .2s}.bf-emojis li:hover{transform:scale(1.5)}.bf-letter-spacing-dropdown{min-width:95px}.bf-letter-spacings{box-sizing:content-box;width:210px;list-style:none;margin:0;padding:5px;overflow:hidden}.bf-letter-spacings li{display:block;float:left;width:60px;height:30px;background-color:hsla(0,0%,100%,.1);border-radius:2px;margin:5px;color:#fff;font-size:12px;line-height:30px;text-align:center;text-transform:uppercase;cursor:pointer}.bf-letter-spacings li:hover{background-color:hsla(0,0%,100%,.2)}.bf-letter-spacings li.active{background-color:#3498db}
.bf-table-dropdown-control{display:flex;padding:10px}.bf-table-dropdown-control .label{width:30px;color:#999;font-size:12px;line-height:30px;text-align:center}.bf-table-dropdown-control .input{width:100px;height:30px;padding:0 10px;background-color:hsla(0,0%,100%,.07);border:none;border-radius:2px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1);color:#fff;font-weight:700}.bf-table-dropdown-control .input:hover{box-shadow:inset 0 0 0 1px rgba(7,169,254,.5)}.bf-table-dropdown-control .input:focus{box-shadow:inset 0 0 0 1px #07a9fe}.bf-table-dropdown-control .button{width:80px;height:30px;margin-left:10px;border-radius:2px;font-weight:700;cursor:pointer}.bf-table-container{position:relative;margin:0 0 0 -10px;padding:10px 0 10px 10px}.bf-table-container .bf-table-col-tools,.bf-table-container .bf-table-row-tools{position:absolute;z-index:2;border-radius:3px;background-color:#f1f5f9;cursor:default;opacity:0}.bf-table-container .bf-table-col-tools:hover,.bf-table-container .bf-table-col-tools[data-active=true],.bf-table-container .bf-table-row-tools:hover,.bf-table-container .bf-table-row-tools[data-active=true]{opacity:1}.bf-table-container .bf-table-col-tools:hover,.bf-table-container .bf-table-row-tools:hover{z-index:4}.bf-table-container .bf-table-col-tools{top:0;right:0;left:10px;height:8px;line-height:0;white-space:nowrap}.bf-table-container .bf-table-col-tools.resizing{opacity:1}.bf-table-container .bf-table-col-tools.resizing .bf-col-tool-handler{background-color:#f1f5f9}.bf-table-container .bf-table-col-tools.resizing .bf-col-resizer.active{background-color:#07a9fe}.bf-table-container .bf-table-col-tools.resizing .bf-col-tool-left,.bf-table-container .bf-table-col-tools.resizing .bf-col-tool-right{display:none}.bf-table-container .bf-table-row-tools{top:10px;bottom:10px;left:0;width:8px}.bf-table-container .bf-col-tool-handler,.bf-table-container .bf-row-tool-handler{position:relative;box-sizing:border-box;background-color:#f1f5f9;cursor:pointer}.bf-table-container .bf-col-tool-handler:hover,.bf-table-container .bf-row-tool-handler:hover{background-color:#e1e5e9}.bf-table-container .bf-col-tool-handler[data-active=true],.bf-table-container .bf-row-tool-handler[data-active=true]{background-color:#07a9fe}.bf-table-container .bf-col-tool-handler[data-active=true] .bf-col-tool-left,.bf-table-container .bf-col-tool-handler[data-active=true] .bf-col-tool-right,.bf-table-container .bf-col-tool-handler[data-active=true] .bf-row-tool-down,.bf-table-container .bf-col-tool-handler[data-active=true] .bf-row-tool-up,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-col-tool-left,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-col-tool-right,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-row-tool-down,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-row-tool-up{display:none}.bf-table-container .bf-col-tool-handler[data-active=true] .bf-col-tool-center,.bf-table-container .bf-col-tool-handler[data-active=true] .bf-row-tool-center,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-col-tool-center,.bf-table-container .bf-row-tool-handler[data-active=true] .bf-row-tool-center{display:block}.bf-table-container .bf-col-tool-handler{display:inline-block;height:8px;line-height:0;font-size:0;border-left:1px solid #e1e5e9}.bf-table-container .bf-col-tool-handler:first-child{border-left:none;border-radius:3px 0 0 3px}.bf-table-container .bf-col-tool-handler:last-child{border-radius:0 3px 3px 0}.bf-table-container .bf-col-tool-handler:first-child:last-child{border-radius:3px}.bf-table-container .bf-col-resizer{position:absolute;z-index:2;top:0;left:-2px;width:4px;height:8px;cursor:col-resize}.bf-table-container .bf-col-resizer:hover{background-color:#07a9fe}.bf-table-container .bf-row-tool-handler{border-top:1px solid #e1e5e9}.bf-table-container .bf-row-tool-handler:first-child{border-top:none;border-radius:3px 3px 0 0}.bf-table-container .bf-row-tool-handler:last-child{border-radius:0 0 3px 3px}.bf-table-container .bf-row-tool-handler:first-child:last-child{border-radius:3px}.bf-table-container .bf-col-tool-left,.bf-table-container .bf-col-tool-right{float:left;position:relative;width:50%;height:8px}.bf-table-container .bf-col-tool-left:hover .bf-insert-col-after,.bf-table-container .bf-col-tool-left:hover .bf-insert-col-before,.bf-table-container .bf-col-tool-right:hover .bf-insert-col-after,.bf-table-container .bf-col-tool-right:hover .bf-insert-col-before{display:block}.bf-table-container .bf-row-tool-down,.bf-table-container .bf-row-tool-up{position:relative;height:50%}.bf-table-container .bf-row-tool-down:hover .bf-insert-row-after,.bf-table-container .bf-row-tool-down:hover .bf-insert-row-before,.bf-table-container .bf-row-tool-up:hover .bf-insert-row-after,.bf-table-container .bf-row-tool-up:hover .bf-insert-row-before{display:block}.bf-table-container .bf-col-tool-center,.bf-table-container .bf-row-tool-center{display:none;position:relative;width:100%;height:100%}.bf-table-container .bf-col-tool-center:hover .bf-remove-col,.bf-table-container .bf-col-tool-center:hover .bf-remove-row,.bf-table-container .bf-row-tool-center:hover .bf-remove-col,.bf-table-container .bf-row-tool-center:hover .bf-remove-row{display:block}.bf-table-container .bf-insert-col-after,.bf-table-container .bf-insert-col-before,.bf-table-container .bf-insert-row-after,.bf-table-container .bf-insert-row-before,.bf-table-container .bf-remove-col,.bf-table-container .bf-remove-row{display:none;box-sizing:content-box;position:absolute;color:#21242a}.bf-table-container .bf-insert-col-after:before,.bf-table-container .bf-insert-col-before:before,.bf-table-container .bf-insert-row-after:before,.bf-table-container .bf-insert-row-before:before,.bf-table-container .bf-remove-col:before,.bf-table-container .bf-remove-row:before{position:absolute;border:4px solid transparent;content:""}.bf-table-container .bf-insert-col-after:hover,.bf-table-container .bf-insert-col-before:hover,.bf-table-container .bf-insert-row-after:hover,.bf-table-container .bf-insert-row-before:hover,.bf-table-container .bf-remove-col:hover,.bf-table-container .bf-remove-row:hover{color:#07a9fe}.bf-table-container .bf-insert-col-after i,.bf-table-container .bf-insert-col-before i,.bf-table-container .bf-insert-row-after i,.bf-table-container .bf-insert-row-before i,.bf-table-container .bf-remove-col i,.bf-table-container .bf-remove-row i{display:block;width:20px;height:20px;color:inherit;background-color:currentColor;border-radius:3px;box-shadow:0 2px 5px rgba(0,0,0,.1);pointer-events:none}.bf-table-container .bf-insert-col-after i:before,.bf-table-container .bf-insert-col-before i:before,.bf-table-container .bf-insert-row-after i:before,.bf-table-container .bf-insert-row-before i:before,.bf-table-container .bf-remove-col i:before,.bf-table-container .bf-remove-row i:before{display:block;width:20px;height:20px;color:#fff;font-size:14px;line-height:20px;text-align:center}.bf-table-container .bf-insert-col-after,.bf-table-container .bf-insert-col-before,.bf-table-container .bf-remove-col{bottom:-25px;padding-top:5px}.bf-table-container .bf-insert-col-after:before,.bf-table-container .bf-insert-col-before:before,.bf-table-container .bf-remove-col:before{left:6px;top:-1px;border-bottom-color:currentColor}.bf-table-container .bf-insert-row-after,.bf-table-container .bf-insert-row-before,.bf-table-container .bf-remove-row{right:-25px;padding-left:5px}.bf-table-container .bf-insert-row-after:before,.bf-table-container .bf-insert-row-before:before,.bf-table-container .bf-remove-row:before{top:6px;left:-1px;border-right-color:currentColor}.bf-table-container .bf-insert-col-before{left:-10px}.bf-table-container .bf-insert-col-after{right:-10px}.bf-table-container .bf-remove-col{left:50%;transform:translateX(-50%)}.bf-table-container .bf-remove-col:hover{color:#e74c3c}.bf-table-container .bf-insert-row-before{top:-10px}.bf-table-container .bf-insert-row-after{bottom:-10px}.bf-table-container .bf-remove-row{top:50%;transform:translateY(-50%)}.bf-table-container .bf-remove-row:hover{color:#e74c3c}.bf-table-container .dragging-rect{position:absolute;z-index:10;box-sizing:border-box;background-color:rgba(7,169,254,.2);pointer-events:none}.bf-table-container .bf-table-context-menu{position:absolute;z-index:10;top:20px;right:20px;width:150px;overflow:hidden;background-color:#21242a;border-radius:3px;box-shadow:0 5px 25px rgba(0,0,0,.2);user-select:none;cursor:default}.bf-table-container .bf-table-context-menu .context-menu-item{padding:0 15px;border-top:1px solid #31343a;line-height:38px;color:#919599;font-size:14px;cursor:pointer}.bf-table-container .bf-table-context-menu .context-menu-item:first-child{border:none}.bf-table-container .bf-table-context-menu .context-menu-item[data-disabled=true]{cursor:not-allowed;color:#414549}.bf-table-container .bf-table-context-menu .context-menu-item:hover{background-color:rgba(0,0,0,.3)}.bf-table-container .bf-table{width:100%;table-layout:fixed;border-style:hidden;border-collapse:collapse;border-spacing:0;border:1px solid #07a9fe;border-width:.5px}.bf-table-container .bf-table.dragging tbody .bf-table-cell{cursor:default!important}.bf-table-container .bf-table tbody tr:empty{padding:10px}.bf-table-container .bf-table tbody .bf-table-cell{background-color:#fff;border:1px solid #c5c5c5;border-width:.5px;overflow:visible;cursor:text}.bf-table-container .bf-table tbody .bf-table-cell[data-is-head=true]{background-color:#fafafa;font-weight:700}.bf-table-container .bf-table tbody .bf-table-cell[data-active=true]{position:relative}.bf-table-container .bf-table tbody .bf-table-cell[data-active=true]:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid #07a9fe;border-width:.5px;content:""}.bf-table-container .bf-table tbody .bf-table-cell>div{padding:10px 15px}
.editor___2J6NZ {
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.buttonParent___22Z53 {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.buttonParent___22Z53 .buttonNext___12kDP {
  width: 94px;
  height: 24px;
  border-radius: 12px;
}
.step2___2FAkh .tips___4flmc {
  cursor: pointer;
}
.Step3___VAe-k {
  text-align: center;
}

.index___2pirL {
  margin-top: 105px;
}
.index___2pirL .steps___2V9iS {
  display: flex;
  justify-content: center;
}
.index___2pirL .steps___2V9iS .step___2T2rT {
  width: 50%;
}
.index___2pirL .cardParent___2s5XK {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.index___2pirL .cardParent___2s5XK .card___22sRM {
  width: 800px;
  border: none;
}

.index___3xOCn .index1___1DtsC {
  line-height: 15px;
  margin: 40px 242px;
  border-bottom: 1px solid #DCE9FF;
}
.index___3xOCn .index1___1DtsC .text___3CWdu {
  text-align: center;
  color: #FF0000;
  font-size: 12px;
  margin-bottom: 60px;
}
.index___3xOCn .index1___1DtsC .title___3aRjm {
  font-size: 24px;
  font-weight: Medium;
  margin-bottom: 30px;
}
.contact___3Qka6 .title___3aRjm {
  height: 34px;
  background: #F4F8FF;
  font-size: 22px;
  padding-left: 5px;
}

#__next {
  height: 100%;
}
.login___3PLLf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('/static/loginBackground.png');
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-color: #E9EFF4;
  background-size: cover;
}
.title___2yRcc {
  color: #040000;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 32px;
}
.loginContent___1B9oU {
  position: relative;
  background-position: center center;
  width: 850px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.loginContent___1B9oU .tabsArea___2r3Kv {
  width: 333px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loginContent___1B9oU .validate___2C4g0 {
  display: block;
  border: 1px solid #ececec;
  font-size: 12px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  margin-top: 3px;
  border-radius: 3px;
  user-select: none;
  cursor: pointer;
}
.loginContent___1B9oU .validateBg___1Dxlq {
  display: block;
  background: #f7f7f7;
  border: 1px solid #ececec;
  font-size: 12px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  margin-top: 3px;
  border-radius: 3px;
  user-select: none;
}
.links___1LPgQ {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 40px;
}
.footer___1M12r {
  position: absolute;
  bottom: 24px;
  color: #807E7E;
  font-size: 12px;
}

.index___2ecuk {
  width: 900px;
  margin-left: 52px;
}

.News___2r3Pu {
  height: 136px;
  margin: 5px;
}
.News___2r3Pu .info___2LWVR {
  width: 100%;
  background: #fff;
}
.News___2r3Pu .info___2LWVR > p {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.News___2r3Pu .info___2LWVR .policies___1rZYP {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 13px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.News___2r3Pu .info___2LWVR .policies___1rZYP > span {
  width: 7px;
  height: 7px;
  background: #FF0000;
  border-radius: 50%;
  margin-top: 4px;
}
.News___2r3Pu .info___2LWVR .policies___1rZYP .isRead___P21jC {
  background: #D4D4D4;
}
.News___2r3Pu .info___2LWVR .policies___1rZYP .policy___h0JWO {
  width: calc(100% - 20px);
  height: 80px;
}
.News___2r3Pu .info___2LWVR .policies___1rZYP .policyContent___gBQAL {
  width: 90%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.News___2r3Pu .info___2LWVR .policies___1rZYP .policyTime___3ucoy {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}
.News___2r3Pu .info___2LWVR .detail___2TF1_ {
  height: 13px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  text-decoration: underline;
  color: #327af4;
  line-height: 24px;
  float: right;
}
.clearfix___1DHRb::after {
  content: '';
  display: block;
  clear: both;
}

.userMessage___3vZ9E {
  display: flex;
  justify-content: space-between;
}
.userMessage___3vZ9E .content___2y1Z6 {
  width: 75%;
}
.userMessage___3vZ9E .buttonGroup___3Ikj4 {
  width: 20%;
  margin-left: 20px;
}
.userMessage___3vZ9E .buttonGroup___3Ikj4 Button {
  width: 152px;
  height: 36px;
  background: #f7f7f7;
  border-radius: 18px;
  margin-bottom: 14px;
  border: none;
}
.userMessage___3vZ9E .buttonGroup___3Ikj4 .active___3hE-7 {
  color: #fff;
  background: #327af4;
}
.messageDetail___3hIJg .title___XsmGL {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  align-items: center;
}
.messageDetail___3hIJg .content___2y1Z6 {
  padding-top: 20px;
  color: #000000;
  font-size: 12px;
}
.messageDetail___3hIJg .content___2y1Z6 .content_c___dh3jM span {
  color: #787878;
}
.messageDetail___3hIJg .content___2y1Z6 .bts___1A8Pz {
  padding-top: 40px;
  display: flex;
}
.messageDetail___3hIJg .content___2y1Z6 .tips___1DKrB {
  margin-top: 30px;
  color: #f00;
}

.index___2KWtv {
  width: 100%;
  padding: 5px;
}
.index___2KWtv .box___-Ju4- {
  height: 150px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.index___2KWtv .box___-Ju4- .image___1VY_w {
  float: left;
  width: 13%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.index___2KWtv .box___-Ju4- .content___3ac-r {
  width: 550px;
  float: left;
}
.index___2KWtv .box___-Ju4- .content___3ac-r .name___3l8Tv {
  padding-top: 28px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index___2KWtv .box___-Ju4- .content___3ac-r .text___ra0Vy {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 18px;
}
.index___2KWtv .box___-Ju4- .content___3ac-r .time___2-Y7i {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.index___2KWtv .box___-Ju4- .bb___1RAW8 {
  float: right;
  text-align: center;
  margin-top: 46px;
  margin-right: 25px;
  width: 94px;
  height: 24px;
  background: #327af4;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  cursor: pointer;
}

.News___PUkp- {
  height: 136px;
  margin: 5px;
}
.News___PUkp- .info___2vT8- {
  width: 100%;
  background: #fff;
  position: relative;
}
.News___PUkp- .info___2vT8- > p {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.News___PUkp- .info___2vT8- .black___3jK8K {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  top: 0;
}
.News___PUkp- .info___2vT8- .black___3jK8K .title1___27I4Y {
  color: white;
  font-size: 20px;
  margin-top: 20px;
}
.News___PUkp- .info___2vT8- .black___3jK8K .button___f9pGm {
  width: 152px;
  height: 36px;
  background: #1890ff;
  border-radius: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
  display: inline-block;
  cursor: pointer;
  margin-top: 12px;
}
.News___PUkp- .info___2vT8- .policies___JhFV1 {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 13px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.News___PUkp- .info___2vT8- .policies___JhFV1 > span {
  width: 7px;
  height: 7px;
  background: #FF0000;
  border-radius: 50%;
  margin-top: 4px;
}
.News___PUkp- .info___2vT8- .policies___JhFV1 .isRead___1Gc6T {
  background: #D4D4D4;
}
.News___PUkp- .info___2vT8- .policies___JhFV1 .policy___3Dmbh {
  width: calc(100% - 20px);
  height: 80px;
}
.News___PUkp- .info___2vT8- .policies___JhFV1 .policyContent___1Up3m {
  width: 90%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.News___PUkp- .info___2vT8- .policies___JhFV1 .policyTime___W99MX {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}
.News___PUkp- .info___2vT8- .detail___Ewcju {
  height: 13px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  text-decoration: underline;
  color: #327af4;
  line-height: 24px;
  float: right;
}

.countResult___10gMy {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 39px;
  margin-bottom: 22px;
}
.countResult___10gMy .count___1QH3k {
  color: #327AF4;
  margin: 0 8px;
}
.countResult___10gMy .more___30KOb {
  font-size: 12px;
  font-weight: 400;
  color: #327af4;
  cursor: pointer;
}
.countResult___10gMy .result___2U6Fl {
  background: #f0f4fc;
}

.concern___1RwrI {
  width: 100%;
}
.concern___1RwrI .outcome___4qanT {
  width: 82%;
  padding: 5px;
}
.concern___1RwrI .need___16xVA {
  width: 100%;
  height: 100%;
  display: flex;
}
.concern___1RwrI .need___16xVA .zuo___1I5H2 {
  width: 80%;
  height: 100%;
  margin: 10px;
  float: left;
}
.concern___1RwrI .need___16xVA .you___2s_v9 {
  float: right;
  margin-left: 10px;
  text-align: center;
  line-height: 33px;
}
.concern___1RwrI .need___16xVA .you___2s_v9 Button {
  width: 152px;
  height: 36px;
  background: #f7f7f7;
  border-radius: 18px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  margin-bottom: 20px;
  border: none;
}
.concern___1RwrI .need___16xVA .you___2s_v9 .active___FpOvy {
  color: #fff;
  background: #327af4;
}
.concern___1RwrI .need___16xVA .act___20skg {
  width: 820px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.content___2OJPx {
  width: 880px;
  font-family: PingFang SC;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.content___2OJPx .card___2xgeS {
  padding: 25px 38px;
}
.content___2OJPx .card___2xgeS .title___7_aZ1 {
  font-size: 18px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.content___2OJPx .card___2xgeS .info___27ggU {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}

.content___1HX8S {
  widows: 100%;
}
.content___1HX8S .card___sgJ2u {
  padding: 25px 0;
  font-size: 12px;
}
.content___1HX8S .card___sgJ2u span {
  margin-left: 10px;
}
.content___1HX8S .card___sgJ2u .title___Ffd3M {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  margin-bottom: 5px;
  line-height: 18px;
}
.content___1HX8S .card___sgJ2u .info___2TXe- {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.content___1HX8S .card___sgJ2u .serviceInfo___1xA_n {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
  line-height: 24px;
}

.container___31Nb6 {
  max-width: 1200px;
  width: 100%;
  font-family: PingFang SC;
  margin: 0 auto;
}
.info___1UcpB {
  width: 100%;
  background: #fff;
  margin-top: 30px;
  padding: 10px 4px;
}
.info___1UcpB .left___3PF9w {
  width: 72%;
  float: left;
}
.info___1UcpB .left___3PF9w .content___vYy4t {
  margin-bottom: 12px;
}
.info___1UcpB .left___3PF9w .content___vYy4t .box___1ZvzQ {
  width: 100%;
  height: 207px;
  padding: 36px 59px 36px 36px;
  border: 1px solid #f5f5f5;
}
.info___1UcpB .left___3PF9w .content___vYy4t .box___1ZvzQ:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.info___1UcpB .left___3PF9w .content___vYy4t .box___1ZvzQ .title___2dBH3 {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info___1UcpB .left___3PF9w .content___vYy4t .box___1ZvzQ .decs___KqUia {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info___1UcpB .left___3PF9w .content___vYy4t .box___1ZvzQ .footer___3BuYQ {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
}
.info___1UcpB .right___jRNTa {
  width: 26%;
  float: right;
  padding: 24px 27px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}
.info___1UcpB .right___jRNTa > p {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.info___1UcpB .right___jRNTa .policies___3sn9q {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 22px;
}
.info___1UcpB .right___jRNTa .policies___3sn9q .icon___1qcUy {
  width: 7px;
  height: 7px;
  background: #327af4;
  border-radius: 50%;
  margin-top: 3px;
}
.info___1UcpB .right___jRNTa .policies___3sn9q .policy___38IeV {
  width: 95%;
  height: 80px;
}
.info___1UcpB .right___jRNTa .policies___3sn9q .policyContent___3YApP {
  width: 100%;
  font-size: 12px;
  height: 50px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.info___1UcpB .right___jRNTa .policies___3sn9q .policyTime___-UXxF {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}
.searchList___31RKu {
  width: 100%;
}
.pagination___20QzX {
  margin: 50px 0;
}
.clearfix___2qbFe::after {
  content: '';
  display: block;
  clear: both;
}

.baseinfo___1uLEa {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.baseinfo___1uLEa .card___1gGmV {
  padding: 25px 38px;
  clear: both;
}
.baseinfo___1uLEa .card___1gGmV .title___1rNPj {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.baseinfo___1uLEa .card___1gGmV .info___2Rp18 {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.baseinfo___1uLEa .card___1gGmV .info___2Rp18 img {
  max-width: 50%;
}
.baseinfo___1uLEa .card___1gGmV .info___2Rp18 table,
.baseinfo___1uLEa .card___1gGmV .info___2Rp18 td {
  border: 1px solid #c5c5c5;
}
.baseinfo___1uLEa .card___1gGmV .info___2Rp18 table {
  width: 100%;
  min-height: 200px;
}
.baseinfo___1uLEa .card___1gGmV .info___2Rp18 td {
  padding-left: 20px;
}

.globalHead___3h9lP {
  width: 100%;
  height: 72px;
  line-height: 72px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(105, 105, 105, 0.12);
}
.headName___3LcRj {
  width: 15%;
  height: 72px;
  float: left;
  line-height: 72px;
}
.headName___3LcRj .name___BRYaX {
  width: 160px;
  height: 16px;
  font-size: 18px;
  font-family: MFBanHei_Noncommercial;
  font-weight: bold;
  color: #040000;
  margin: 0 auto;
}
.tabs___3GhuZ {
  width: 43%;
  float: left;
}
.tabs___3GhuZ .navigation___1CQ60 {
  max-width: 630px;
  width: 100%;
  height: 72px;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  /*弹性布局*/
  justify-content: space-between;
  /*设置内容自适应*/
  flex-direction: row;
  align-items: stretch;
}
.tabs___3GhuZ .navigation___1CQ60 hr {
  width: 15px;
  height: 2px;
  background: #000000;
  border: 0;
  top: 25px;
  position: absolute;
}
.tabs___3GhuZ .navigation___1CQ60 li {
  line-height: 72px;
}
.tabs___3GhuZ .navigation___1CQ60 li a {
  color: #000;
  user-select: none;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  position: relative;
}
.tabs___3GhuZ .navigation___1CQ60 li a .unClickItem___264Zq {
  display: none;
}
.tabs___3GhuZ .navigation___1CQ60 li a .clickItem___1ZUYN {
  display: block;
}
.tabs___3GhuZ .navigation___1CQ60 li a:hover .unClickItem___264Zq {
  display: block;
}
.searchs___2nEFp {
  float: left;
  width: 30%;
}
.userInfo___1SmN1 {
  width: 12%;
  float: right;
}
.userInfo___1SmN1 > div {
  height: 72px;
  width: 90px;
  line-height: 72px;
  margin: 0 auto;
}
.userInfo___1SmN1 .msgIcon___f5ADo {
  font-size: 20px;
}
.userInfo___1SmN1 .userLogo___XigxV {
  user-select: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 15px;
  margin-top: -6px;
}

.phoneLogin___AXL8H .captcha___e87CT {
  height: 32px;
  margin-top: 3px;
  cursor: pointer;
}
.phoneLogin___AXL8H .captcha___e87CT svg {
  height: 100%;
}
.phoneLogin___AXL8H .ant-form-explain {
  text-align: left;
}
.wxlogin___1GXhv {
  height: 205px;
  margin-top: 24px;
}

.cardFather___2t39u {
  display: flex;
  justify-content: center;
  margin-top: 105px;
}
.cardFather___2t39u .card___1Ra06 {
  width: 800px;
  border: none;
}

.globalFooter___2jyGR {
  width: 100%;
  height: 236px;
  background: #f2f2f2;
}
.modalContent___1cSyy {
  padding: 30px 0;
}
.modalContent___1cSyy .firstLink___1q34Q {
  color: #787878;
  height: 10px;
  display: inline-block;
  line-height: 10px;
}
.modalContent___1cSyy .links___30q2i {
  color: #787878;
  height: 10px;
  display: inline-block;
  line-height: 10px;
  padding-bottom: 30px;
}
.modalContent___1cSyy .links___30q2i:hover {
  color: #3278F4;
}
.contentLeft___2_l3O {
  width: 60%;
  height: 236px;
  float: left;
}
.contentLeft___2_l3O .others___lEc41 {
  width: 490px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  /*弹性布局*/
  justify-content: space-around;
  /*设置内容自适应*/
}
.contentLeft___2_l3O .others___lEc41 a {
  color: #000;
}
.contentLeft___2_l3O .copyright___2i9-v {
  width: 490px;
  margin: 0 auto;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.contentLeft___2_l3O .copyright___2i9-v span {
  margin-left: 20px;
}
.contentRight___pUeMg {
  width: 40%;
  height: 236px;
  float: left;
  padding-top: 56px;
}
.contentRight___pUeMg .contact___37use {
  width: 125px;
  height: 125px;
  margin: 0 auto;
}
.contentRight___pUeMg .contact___37use a {
  user-select: none;
  display: block;
  color: #000;
}
.contentRight___pUeMg .contact___37use .wechat___3QFvK {
  width: 90px;
  float: left;
}
.contentRight___pUeMg .contact___37use .weibo___17nir {
  width: 90px;
  float: right;
}
.contentRight___pUeMg .contact___37use .img___2V88W {
  width: 48px;
  height: 48px;
  background-color: cadetblue;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.contentRight___pUeMg .contact___37use .text___1lGrB {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.container___23GiZ {
  width: 100%;
  height: 346px;
}
.container___23GiZ img {
  width: 100%;
}
.container___23GiZ .imgItem___1iufQ {
  width: 100%;
  height: 346px;
  overflow: hidden;
}
.container___23GiZ .imgItem___1iufQ img {
  width: 100%;
}
.container___23GiZ .ant-carousel .slick-dots-bottom {
  bottom: 60px;
}
.container___23GiZ .ant-carousel .slick-dots li.slick-active button {
  background-color: #ffc000;
}
.pagination___pci50 {
  bottom: 60px !important;
}
.pagination___pci50 span {
  width: 18px;
  height: 4px;
  background: #ffc000;
  border-radius: unset;
}
.pagination___pci50 span:hover {
  cursor: pointer;
}
.cover___1MQ-K {
  height: 100%;
}

.box___1aIew {
  width: 100%;
  height: 112px;
  padding: 8px 24px;
  font-family: PingFang SC;
  position: relative;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.box___1aIew .messageItem___3uRHZ {
  width: 100%;
  height: 96px;
  overflow: hidden;
}
.box___1aIew .buttonArea___312j3 {
  position: absolute;
  top: 40px;
  right: 48px;
  width: 16px;
  height: 45px;
}
.box___1aIew .iconItem___gWndd {
  cursor: pointer;
}
.box___1aIew .iconItem___gWndd:hover {
  color: #1890ff;
}
.title___1cSVe {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
}
.time___fdviQ {
  font-size: 12px;
  font-weight: 500;
  color: #626262;
  margin-left: 19px;
}
.context___I0ORq {
  font-size: 12px;
  font-weight: 400;
  color: #010101;
}
.source___3JUv5 {
  font-size: 12px;
  font-weight: 400;
  color: #656565;
}
.pagination___2WaRt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90px;
  border: 1px;
  position: absolute;
  bottom: 20px;
  left: 48%;
}
.pagination___2WaRt span {
  width: 22px;
  height: 4px;
  background: #ffc000;
}
.pagination___2WaRt span:hover {
  cursor: pointer;
}
.top___Suiuj {
  top: 53%;
  width: 0;
  height: 0;
  transform: rotate(-180deg);
  border: 6px solid transparent;
  border-top-color: black ;
  background-image: none;
  left: unset;
  right: 4.9%;
}
.bottom___2kNs9 {
  right: 4.9%;
  top: 75%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: black ;
  background-image: none;
}
.navigationBox___2a1Ll {
  border: 1px solid #000;
}

.detail___1gflJ .build___2tkE0 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.detail___1gflJ .build___2tkE0 .left___2tf1n {
  float: left;
  width: 880px;
}
.detail___1gflJ .build___2tkE0 .left___2tf1n .BaseInfo___BCf-N {
  width: 100%;
  padding: 0 5px 5px;
  margin-bottom: 12px;
}
.detail___1gflJ .build___2tkE0 .left___2tf1n .result___y8hqL {
  width: 100%;
  padding: 0 5px 5px;
  margin-bottom: 12px;
}
.detail___1gflJ .build___2tkE0 .left___2tf1n .know___32REi {
  width: 100%;
  padding: 0 5px 5px;
  margin-bottom: 12px;
}
.detail___1gflJ .build___2tkE0 .left___2tf1n .unit___3sLJ7 {
  width: 100%;
  padding: 0 5px 5px;
  margin-bottom: 12px;
}
.detail___1gflJ .build___2tkE0 .left___2tf1n .cert___3LBJg {
  width: 100%;
  padding: 0 5px 5px;
  margin-bottom: 12px;
}
.detail___1gflJ .build___2tkE0 .right___ZPJDk {
  float: right;
}

.box___11NLU {
  padding: 25px 38px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.box___11NLU .title___234gj {
  font-size: 18px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.box___11NLU .cursor___3d2fa {
  cursor: pointer;
}
.box___11NLU .middle___3nPc8 {
  height: 200px;
  margin-top: 20px;
}
.box___11NLU .middle___3nPc8 .image___2e9lp {
  float: left;
  width: 153px;
}
.box___11NLU .middle___3nPc8 .nier___F_5rj {
  float: right;
  width: 78%;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  margin-top: 15px;
}
.box___11NLU .middle___3nPc8 .nier___F_5rj .name___3CEeh {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.box___11NLU .middle___3nPc8 .nier___F_5rj .num___3RZTG {
  width: 636px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.box___11NLU .middle___3nPc8 .nier___F_5rj .in___3YaNo {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.box___11NLU .middle___3nPc8 .nier___F_5rj .out___26AkU {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
.box___11NLU .dilan___38kM4 .extra___1Mu5v {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.box___11NLU .dilan___38kM4 .person___3XN-R {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.unit___1JALv {
  padding: 25px 38px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.unit___1JALv .introduc___MRTPf {
  padding-top: 30px;
  margin-left: 40px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.unit___1JALv .jianjie___1WDNW {
  margin-top: 20px;
  margin-left: 40px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.unit___1JALv .direc___3X61F {
  margin-top: 50px;
  margin-left: 40px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
  margin-bottom: 15px;
}
.unit___1JALv .tip___3X0UV {
  text-align: center;
  background: #ffffff;
  padding: 5px 10px;
  display: inline;
  border: 1px solid #327af4;
  border-radius: 15px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #327af4;
  line-height: 25px;
  margin-left: 40px;
}
.unit___1JALv .results___1xzNB {
  margin-top: 50px;
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
}
.unit___1JALv .resultList___2_dG5 {
  margin-left: 40px;
  margin-top: 50px;
}
.zhenshu___1iHUj {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  padding-top: 30px;
}
.zhenshu___1iHUj .up___33eaV {
  width: 700px;
  margin-left: 90px;
  padding-top: 15px;
  text-align: center;
  background: #f7f7f7;
}
.zhenshu___1iHUj .imgList___3TzKt {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
  line-height: 90px;
}
.zhenshu___1iHUj .imgList___3TzKt .imageLeft___197OD {
  height: 80px;
  width: 50px;
  margin-left: 20px;
  cursor: pointer;
}
.zhenshu___1iHUj .imgList___3TzKt .imageRight___YTBxL {
  height: 80px;
  width: 50px;
  margin-right: 20px;
  cursor: pointer;
}
.zhenshu___1iHUj .imgList___3TzKt .cheese___MGpBV {
  display: flex;
  overflow: hidden;
  width: 700px;
}
.zhenshu___1iHUj .imgList___3TzKt .cheese___MGpBV .module___3BD4S {
  margin-right: 34px;
  cursor: pointer;
}
.know___30aA8 {
  width: 880px;
  height: 100%;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  margin-bottom: 12px;
}
.know___30aA8 .up___33eaV .title___234gj {
  padding-top: 30px;
  margin-left: 40px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.know___30aA8 .up___33eaV .out___26AkU {
  margin-top: 20px;
  margin-left: 40px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.know___30aA8 .up___33eaV .in___3YaNo {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.know___30aA8 img {
  margin-top: 10px;
  margin-left: 40px;
}
.know___30aA8 .down___3Br-E {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.know___30aA8 .down___3Br-E .out___26AkU {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  width: 40%;
  margin: 5px 40px;
}
.know___30aA8 .down___3Br-E .out___26AkU:last-child {
  width: inherit;
}
.know___30aA8 .down___3Br-E .in___3YaNo {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.outcomesHeader___2O8Ih {
  width: 100%;
  height: 636px;
  background: url(/static/intro-bg.png) no-repeat;
  background-position: 4% 10%;
  background-size: cover;
  padding: 100px 365px 0;
  margin-bottom: 30px;
  text-align: center;
}
.outcomesHeader___2O8Ih .personal___vnOSr {
  width: 95px;
  height: 95px;
  background: #a8b8fe;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 28px;
}
.outcomesHeader___2O8Ih .name___3CEeh {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  margin-top: 25px;
}
.outcomesHeader___2O8Ih .yanjiu___3Xs-l {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
}
.outcomesHeader___2O8Ih .project___x0q9D {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-top: 18px;
}
.outcomesHeader___2O8Ih .tip___3X0UV {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  line-height: 27px;
}
.outcomesHeader___2O8Ih .tip___3X0UV .messageBtn___2Lt3a {
  width: 97px;
  height: 30px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.outcomesHeader___2O8Ih .tip___3X0UV .inviteBtn___2Qquy {
  width: 118px;
  height: 30px;
  margin-left: 23px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.outcomesHeader___2O8Ih .messageBtn1___3gyrl {
  width: 97px;
  height: 30px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #ffffff;
  border-radius: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  line-height: 27px;
  margin-top: 10px;
}
.outcomesHeader___2O8Ih .others___1hMGB {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.outcomesHeader___2O8Ih .others___1hMGB .item___1hnM7 {
  margin: 0 55px;
}
.outcomesHeader___2O8Ih .others___1hMGB .item___1hnM7 .count___2C-Eu {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
}
.outcomesHeader___2O8Ih .others___1hMGB .item___1hnM7 .itemName___11-qt {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.content___3HOgn {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}
.content___3HOgn .outPersonal___2liLe .zhong___byfPt {
  font-size: 14px;
  color: #000000;
}
.content___3HOgn .from___1zH6G .card___-utnJ {
  width: 100%;
  height: 303px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  margin-bottom: 160px;
}
.content___3HOgn .from___1zH6G .card___-utnJ .zuo___1k58J {
  float: left;
  width: 38%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content___3HOgn .from___1zH6G .card___-utnJ .zuo___1k58J .image___2e9lp {
  max-width: 327px;
  max-height: 198px;
}
.content___3HOgn .from___1zH6G .card___-utnJ .you___crNx8 {
  float: left;
  width: 62%;
  height: 100%;
}
.content___3HOgn .from___1zH6G .card___-utnJ .you___crNx8 .p1___3wu6a {
  margin-top: 67px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.content___3HOgn .from___1zH6G .card___-utnJ .you___crNx8 .p2___2Ay2t {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-top: 20px;
}
.content___3HOgn .from___1zH6G .card___-utnJ .you___crNx8 .p3___3UbKD {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  margin-right: 37px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.titles___2j0L7 {
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.texts___bgl8Y {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  margin-left: 10px;
}
.needPersonal___3znIS .middle___3nPc8 {
  width: 25%;
  margin: 0px auto;
  color: #000000;
}

.bgHeader___2TRpM {
  width: 100%;
  height: 322px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
.bgHeader___2TRpM .title___jDQJy {
  text-align: center;
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
}
.bgHeader___2TRpM .secondTitle___33Bhk {
  text-align: center;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.demand___2J355 {
  display: flex;
  justify-content: center;
  margin-top: 105px;
}
.demand___2J355 .textAbout___26A_2 {
  width: 550px;
  height: 30px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}

.statistics___61dmS {
  width: 100%;
  height: 159px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  margin-top: 6px;
  padding-top: 44px;
  display: flex;
  font-family: PingFang SC;
  position: relative;
}
.statistics___61dmS .item___11nzy {
  width: 223px;
  height: 74px;
  border-right: 1px solid #F5F5F5;
  padding-left: 35px;
}
.statistics___61dmS .name___o2s4z {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
}
.statistics___61dmS .count___2uae9 {
  font-size: 30px;
  font-weight: bold;
}
.statistics___61dmS .extra___3Fxoo {
  width: 152px;
  height: 36px;
  background: #3278f4;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  position: absolute;
  right: 40px;
  cursor: pointer;
  top: 62px;
}

.zero___16cVt {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
.zero___16cVt .release___3t86F {
  width: 100%;
  height: 159px;
  background: #fff;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  text-align: center;
}
.zero___16cVt .release___3t86F .title___1Fuqb {
  padding-top: 40px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
.zero___16cVt .release___3t86F .secondTitle___ntA95 {
  margin-top: 20px;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #737fd6;
}
.zero___16cVt .search___2s0OK {
  margin-top: 40px;
  position: relative;
}
.zero___16cVt .search___2s0OK .res___ObKCt {
  position: absolute;
  top: 7px;
  right: 0;
}
.zero___16cVt .search___2s0OK .reset___2KO6X {
  cursor: pointer;
}
.zero___16cVt .search___2s0OK .reset___2KO6X:hover {
  text-decoration: underline;
}
.zero___16cVt .search___2s0OK .res___ObKCt {
  float: right;
}
.zero___16cVt .build___1jzCn {
  width: 100%;
  padding-bottom: 60px;
}
.zero___16cVt .build___1jzCn .down___1kgiX {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zero___16cVt .build___1jzCn .down___1kgiX .card___3q4h9 {
  width: 593px;
  margin-bottom: 15px;
}

.container___i_gF2 {
  margin: 50px 0 30px;
}
.item___37_Ix {
  margin-bottom: 20px;
}
.item___37_Ix .left___2o33o {
  float: left;
  width: 6%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}
.item___37_Ix .right___1KjqW {
  float: left;
  width: 94%;
  color: #787878;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.item___37_Ix .right___1KjqW div {
  padding: 2px 10px;
  cursor: pointer;
}
.item___37_Ix .right___1KjqW div span {
  padding-right: 5px;
}
.item___37_Ix .right___1KjqW div span.line___1fQpx {
  padding: 10px 6px 1px;
  margin-left: 12px;
  border-left: 1px solid;
  font-size: 0;
}
.item___37_Ix .right___1KjqW .checked___3bmaQ {
  background-color: #1890ff;
  color: #fff;
}
.item___37_Ix .separate___2SaRJ {
  margin-right: 10px;
}
.clearfix___3iVGB::after {
  content: "";
  display: block;
  clear: both;
}

.News___2naZD {
  max-width: 1200px;
  width: 100%;
  font-family: PingFang SC;
  margin: 0 auto;
}
.News___2naZD .info___2mIwC {
  width: 100%;
  background: #fff;
  margin-top: 30px;
}
.News___2naZD .info___2mIwC > p {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.News___2naZD .info___2mIwC .policies___1HeTb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 22px;
}
.News___2naZD .info___2mIwC .policies___1HeTb .icon___MdzoS {
  width: 7px;
  height: 7px;
  background: #327af4;
  border-radius: 50%;
  margin-top: 3px;
}
.News___2naZD .info___2mIwC .policies___1HeTb .policy___7Iqk2 {
  width: 95%;
  height: 80px;
}
.News___2naZD .info___2mIwC .policies___1HeTb .policyContent___3bhCV {
  width: 100%;
  font-size: 12px;
  height: 50px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.News___2naZD .info___2mIwC .policies___1HeTb .policyTime___oVS6x {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}
.clearfix___5ONSr::after {
  content: '';
  display: block;
  clear: both;
}

.coin___3Kt1O {
  float: right;
  cursor: pointer;
}
.coin___3Kt1O .concern___3SZ8o {
  margin-left: 11px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #327af4;
  line-height: 24px;
}
.coin___3Kt1O .unConcern___1H6sq {
  margin-left: 11px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.sougou___2KF6a {
  display: flex;
}
.sougou___2KF6a .ss___vLGZr {
  width: 297px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.sougou___2KF6a .bb___24osz {
  margin-left: 40px;
  width: 120px;
  height: 36px;
  border-radius: 18px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.zero___23pK5 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
.zero___23pK5 .release___1CUga {
  width: 100%;
  height: 159px;
  background: #fff;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  text-align: center;
}
.zero___23pK5 .release___1CUga .title___LwsGb {
  padding-top: 40px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
.zero___23pK5 .release___1CUga .secondTitle___1x9ns {
  margin-top: 20px;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #737fd6;
}
.zero___23pK5 .build___27ccy {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
}
.zero___23pK5 .build___27ccy .search___3XFQ3 {
  margin-top: 10px;
  position: relative;
  top: 30px;
}
.zero___23pK5 .build___27ccy .search___3XFQ3 .reset___1JJ4O {
  cursor: pointer;
}
.zero___23pK5 .build___27ccy .search___3XFQ3 .reset___1JJ4O:hover {
  text-decoration: underline;
}
.zero___23pK5 .build___27ccy .search___3XFQ3 .bb___sSBHy {
  margin-left: 20px;
  width: 120px;
  height: 36px;
  background: linear-gradient(90deg, #5852d8, #a993ea);
  border-radius: 18px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.zero___23pK5 .build___27ccy .search___3XFQ3 .res___1_7q- {
  position: absolute;
  top: 7px;
  right: 0;
}
.zero___23pK5 .build___27ccy .down___13rUY {
  margin-top: 86px;
}
.zero___23pK5 .build___27ccy .down___13rUY .card___1kLFv {
  margin-bottom: 18px;
}
.zero___23pK5 .build___27ccy .down___13rUY .card___1kLFv .box___3rrrF {
  width: 1200px;
  height: 220px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.zero___23pK5 .build___27ccy .down___13rUY .card___1kLFv .box___3rrrF .image___14750 {
  float: left;
  width: 147px;
}
.zero___23pK5 .build___27ccy .down___13rUY .card___1kLFv .box___3rrrF .image___14750 img {
  margin-top: 36px;
  margin-left: 33px;
  width: 114px;
  height: 137px;
}
.zero___23pK5 .build___27ccy .down___13rUY .card___1kLFv .box___3rrrF .nier___1JwYE {
  float: right;
  width: 1053px;
}
.zero___23pK5 .build___27ccy .down___13rUY .card___1kLFv .box___3rrrF .nier___1JwYE .name___3Rk-S {
  margin-left: 29px;
  margin-top: 35px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.zero___23pK5 .build___27ccy .down___13rUY .card___1kLFv .box___3rrrF .nier___1JwYE .unit___2S_u9 {
  margin-left: 29px;
  margin-top: 21px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}
.zero___23pK5 .build___27ccy .down___13rUY .card___1kLFv .box___3rrrF .nier___1JwYE .title___LwsGb {
  margin-left: 29px;
  margin-top: 18px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}
.zero___23pK5 .build___27ccy .down___13rUY .card___1kLFv .box___3rrrF .nier___1JwYE .tip___3ZEA1 {
  margin-left: 29px;
  margin-top: 18px;
  width: 102px;
  height: 28px;
  background: linear-gradient(90deg, #5852d8, #a993ea);
  border-radius: 14px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
}

.detailHeader___344W5 {
  width: 100%;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: PingFang SC;
  margin-bottom: 11px;
}
.detailHeader___344W5 .container___3MVfO {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.detailHeader___344W5 .container___3MVfO .bread___1zHJI {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  padding-top: 15px;
}
.detailHeader___344W5 .container___3MVfO .bread___1zHJI .text___mPuvM {
  opacity: 0.59;
}
.detailHeader___344W5 .container___3MVfO .name___1mFoJ {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detailHeader___344W5 .container___3MVfO .time___2-tdN {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.detailHeader___344W5 .container___3MVfO .time___2-tdN .send___31rjk {
  margin-right: 25px;
}
.btns___1TJ4J .btn___3xuuO {
  width: 194px;
  height: 36px;
  background: #3278f4;
  border-radius: 18px;
  margin-left: 55px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.btns___1TJ4J .btned___zQBSn {
  width: 194px;
  height: 36px;
  border-radius: 18px;
  margin-left: 55px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ffffff;
  background: #a0a8b6;
  cursor: auto;
}
.result___2I8KN {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.result___2I8KN .resultCenter___1hhwj {
  width: 200px;
  text-align: center;
}
.result___2I8KN .resultCenter___1hhwj .resultTitle___eO8iv {
  color: #000000;
  font-size: 18px;
  margin: 24px 0;
}
.result___2I8KN .resultCenter___1hhwj .resultText___3tpvs {
  color: #010101;
  font-size: 14px;
}

.servicesDetail___1mutJ {
  width: 100%;
}
.servicesDetail___1mutJ .content___1GXsv {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 100px;
  font-family: PingFang SC;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  padding: 40px;
}
.servicesDetail___1mutJ .content___1GXsv .title___c6pxr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.servicesDetail___1mutJ .content___1GXsv .title___c6pxr .level___2KlaU {
  width: 102px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #327af4;
  border-radius: 15px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #327af4;
  text-align: center;
  line-height: 28px;
}
.servicesDetail___1mutJ .content___1GXsv .title___c6pxr .file___3OySy {
  display: flex;
}
.servicesDetail___1mutJ .content___1GXsv .title___c6pxr .file___3OySy a {
  text-decoration: underline;
}
.servicesDetail___1mutJ .content___1GXsv .detail___1KUTn {
  margin-top: 20px;
  line-height: 24px;
  color: #787878;
  font-size: 12px;
}
.servicesDetail___1mutJ .content___1GXsv .detail___1KUTn img {
  width: 327px;
}
.servicesDetail___1mutJ .content___1GXsv .footer___ItX6n {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.servicesDetail___1mutJ .content___1GXsv .footer___ItX6n .apartment___2Sqzg {
  margin-right: 20px;
}
.servicesDetail___1mutJ .content___1GXsv .acTitle___2bRen {
  margin-bottom: 25px;
  font-size: 16px;
  color: #000;
}
.servicesDetail___1mutJ .content___1GXsv .acDetail___2sVXK {
  margin-top: 20px;
  font-size: 12px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
.servicesDetail___1mutJ .content___1GXsv .acDetail___2sVXK span {
  margin-left: 10px;
  color: #787878;
}

.personalInfo___-0TW5 {
  width: 306px;
  height: 683px;
  background: #ffffff;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  font-family: PingFang SC;
  padding-top: 28px;
}
.personalInfo___-0TW5 .img___30F3- {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}
.personalInfo___-0TW5 .img___30F3- img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.personalInfo___-0TW5 .imgNocunsor___qJ1Vd {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin: 0 auto;
}
.personalInfo___-0TW5 .imgNocunsor___qJ1Vd img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.personalInfo___-0TW5 .name___2VVGO {
  font-size: 16px;
  font-weight: 400;
  color: #010101;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}
.personalInfo___-0TW5 .content___2c0au {
  padding: 0 30px;
  font-size: 12px;
  color: #010101;
}
.personalInfo___-0TW5 .content___2c0au span {
  color: #787878;
  margin-left: 10px;
}
.personalInfo___-0TW5 .btns___3DCAH {
  margin-top: 30px;
  margin-left: 50px;
  text-align: center;
  justify-content: center;
  line-height: 34px;
}
.personalInfo___-0TW5 .btns___3DCAH .invBut___zq-Um {
  width: 194px;
  height: 36px;
  background: #327af4;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 10px;
}
.personalInfo___-0TW5 .btns___3DCAH .mesBut___2VB69 {
  width: 194px;
  height: 36px;
  background: #327af4;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

.needs___32Fc4 .zero___1m2sy {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
.needs___32Fc4 .zero___1m2sy .release___2Pst9 {
  width: 100%;
  height: 159px;
  background: #fff;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  padding-top: 40px;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r {
  padding-top: 54px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  /*弹性布局*/
  justify-content: space-between;
  /*设置内容自适应*/
  flex-wrap: wrap;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r .pic1___1WEWP {
  width: 592px;
  height: 144px;
  background: url('/static/purple.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r .pic1___1WEWP .wenzi___T9mWr {
  margin-top: 49px;
  margin-left: 38px;
  color: white;
  font-size: 16px;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r .pic1___1WEWP .box___2aJTc {
  margin-top: 10px;
  margin-left: 38px;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r .pic1___1WEWP .box___2aJTc .soul___1dUhE {
  color: white;
  font-size: 14px;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r .pic1___1WEWP .box___2aJTc .jiantou___3x_NR {
  margin-right: 12px;
  float: right;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r .pic2___2ntZH {
  width: 592px;
  height: 144px;
  background: url('/static/orange.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r .pic2___2ntZH .wenzi___T9mWr {
  margin-top: 49px;
  margin-left: 38px;
  color: white;
  font-size: 16px;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r .pic2___2ntZH .box___2aJTc {
  margin-top: 10px;
  margin-left: 38px;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r .pic2___2ntZH .box___2aJTc .soul___1dUhE {
  color: white;
  font-size: 14px;
}
.needs___32Fc4 .zero___1m2sy .tree___QZ70r .pic2___2ntZH .box___2aJTc .jiantou___3x_NR {
  margin-right: 12px;
  float: right;
}
.needs___32Fc4 .zero___1m2sy .concern___nXQ9r {
  margin-top: 60px;
}
.needs___32Fc4 .zero___1m2sy .concern___nXQ9r .reset___1Faxj {
  cursor: pointer;
}
.needs___32Fc4 .zero___1m2sy .concern___nXQ9r .reset___1Faxj:hover {
  text-decoration: underline;
}
.needs___32Fc4 .zero___1m2sy .concern___nXQ9r .build___1umN2 {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
}
.needs___32Fc4 .zero___1m2sy .concern___nXQ9r .build___1umN2 .search___xbh32 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.needs___32Fc4 .zero___1m2sy .concern___nXQ9r .build___1umN2 .list___IUttZ {
  margin-top: 80px;
  padding: 0 5px;
  min-height: 50px;
}
.techDetail___192CA {
  width: 100%;
}
.techDetail___192CA .detailWrap___2tr0N {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.techDetail___192CA .detailWrap___2tr0N .content___1X_ib {
  width: 880px;
  font-family: PingFang SC;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.techDetail___192CA .detailWrap___2tr0N .content___1X_ib .card___3pCnS {
  padding: 25px 38px;
}
.techDetail___192CA .detailWrap___2tr0N .content___1X_ib .card___3pCnS .title___3sIl6 {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.techDetail___192CA .detailWrap___2tr0N .content___1X_ib .card___3pCnS .info___3cWG4 {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.tag___3Ni30 {
  margin-right: 15px;
}

.index___mENx8 {
  margin-bottom: 14px;
}
.index___mENx8 .button___3C_O2 {
  width: 194px;
  height: 36px;
  background: #327af4;
  border-radius: 18px;
}
.activityInvitation___1ALff p {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
}
.activityInvitation___1ALff span {
  margin-right: 5px;
}

.servicesDetail___1sLRd {
  width: 100%;
}
.servicesDetail___1sLRd .detailWrap___Cfh2a {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.servicesDetail___1sLRd .detailWrap___Cfh2a .content___hZJCR {
  max-width: 880px;
  width: 100%;
  font-family: PingFang SC;
}
.servicesDetail___1sLRd .detailWrap___Cfh2a .content___hZJCR .basic___QbBwf {
  width: 100%;
  padding: 0 5px 5px;
  margin-bottom: 12px;
}
.servicesDetail___1sLRd .detailWrap___Cfh2a .content___hZJCR .basic___QbBwf .info___2h8WN {
  padding: 25px 38px;
  font-size: 12px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.servicesDetail___1sLRd .detailWrap___Cfh2a .content___hZJCR .basic___QbBwf .info___2h8WN span {
  color: #787878;
}
.servicesDetail___1sLRd .detailWrap___Cfh2a .content___hZJCR .services___3qhao {
  width: 100%;
  padding: 0 5px 5px;
}
.servicesDetail___1sLRd .detailWrap___Cfh2a .content___hZJCR .services___3qhao .info___2h8WN {
  padding: 25px 38px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: #787878;
}
.servicesDetail___1sLRd .detailWrap___Cfh2a .content___hZJCR .services___3qhao .info___2h8WN .cards___2YFF9 {
  border-bottom: 1px solid #F5F5F5;
  padding: 20px 0;
  color: #000;
}
.servicesDetail___1sLRd .detailWrap___Cfh2a .content___hZJCR .services___3qhao .info___2h8WN .cards___2YFF9 span {
  margin-right: 10px;
  color: #787878;
}
.servicesDetail___1sLRd .detailWrap___Cfh2a .content___hZJCR .services___3qhao .info___2h8WN .title___2hCXK {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
  margin-bottom: 0;
}

.detailHeader___p_pt2 {
  width: 100%;
  height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: PingFang SC;
  margin-bottom: 11px;
}
.detailHeader___p_pt2 .container___3ogxL {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.detailHeader___p_pt2 .container___3ogxL .bread___3Gc_5 {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  padding-top: 15px;
}
.detailHeader___p_pt2 .container___3ogxL .bread___3Gc_5 .text___2z68k {
  opacity: 0.59;
}
.detailHeader___p_pt2 .container___3ogxL .name___3zVXR {
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 110px;
}
.detailHeader___p_pt2 .container___3ogxL .time___vSvmL {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 45px;
}
.detailHeader___p_pt2 .container___3ogxL .time___vSvmL .count___2CeYg {
  margin-left: 25px;
}
.info___1oj3l {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content___6pcMl {
  width: 880px;
  font-family: PingFang SC;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.content___6pcMl .card___7MGAg {
  padding: 25px 38px;
}
.content___6pcMl .card___7MGAg .title___NHjaM {
  font-size: 18px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.content___6pcMl .card___7MGAg .info___1oj3l {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}

.build___3Aq9O {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.down___MapZO {
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px;
}
.down___MapZO .card___HfHzQ .box___1_cxA {
  width: 384px;
  height: 511px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  cursor: pointer;
}
.down___MapZO .card___HfHzQ .box___1_cxA .image___3KQyC {
  height: 268;
}
.down___MapZO .card___HfHzQ .box___1_cxA .image___3KQyC img {
  width: 384px;
  height: 268px;
}
.down___MapZO .card___HfHzQ .box___1_cxA .title___y-XUr {
  width: 335px;
  height: 40px;
  margin-top: 20px;
  margin-left: 24px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.down___MapZO .card___HfHzQ .box___1_cxA .tip___3anGH {
  width: 102px;
  height: 30px;
  margin-top: 17px;
  margin-left: 24px;
  background: #ffffff;
  border: 1px solid #327af4;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  color: #327af4;
}
.down___MapZO .card___HfHzQ .box___1_cxA .time___1mtur {
  height: 10px;
  margin-left: 24px;
  margin-top: 17px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
}
.down___MapZO .card___HfHzQ .box___1_cxA .gps___32Rnd {
  height: 12px;
  margin-left: 24px;
  margin-top: 29px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
}
.down___MapZO .card___HfHzQ .box___1_cxA .hengxian___17O8e {
  margin-left: 24px;
  margin-top: 22px;
  width: 334px;
  height: 1px;
  background: #f5f5f5;
}
.down___MapZO .card___HfHzQ .box___1_cxA .dilan___39H5S {
  margin-left: 24px;
  margin-top: 6px;
}
.down___MapZO .card___HfHzQ .box___1_cxA .dilan___39H5S .address___-5RKf {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #656565;
}
.down___MapZO .card___HfHzQ .box___1_cxA .dilan___39H5S .sign___AKDcf {
  margin-left: 149px;
  font-size: 12px;
  color: #ffffff;
  background: #3278f4;
  border-radius: 20px;
}
.down___MapZO::after {
  content: "";
  width: 384px;
}

.box___3Svve {
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
  border: 1px solid #f5f5f5;
  cursor: pointer;
}
.box___3Svve:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.box___3Svve .image___2L3gf {
  float: left;
}
.box___3Svve .image___2L3gf img {
  margin-top: 36px;
  margin-left: 33px;
  width: 114px;
  height: 137px;
}
.box___3Svve .nier___2Ciu9 {
  float: left;
  width: 79%;
  margin-left: 29px;
}
.box___3Svve .nier___2Ciu9 .name___Xdxia {
  margin-top: 35px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.box___3Svve .nier___2Ciu9 .unit___jEwQb {
  margin-top: 21px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}
.box___3Svve .nier___2Ciu9 .title___28DDO {
  margin-top: 18px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}
.box___3Svve .nier___2Ciu9 .tip___1zOe7 {
  margin-top: 18px;
  height: 28px;
  background: linear-gradient(90deg, #5852d8, #a993ea);
  border-radius: 14px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  padding: 0 20px;
}

.News___RzgD8 {
  max-width: 1200px;
  width: 100%;
  font-family: PingFang SC;
  margin: 0 auto;
  cursor: pointer;
  padding: 20px 0;
}
.News___RzgD8 .info___tWKWN {
  width: 100%;
  background: #fff;
}
.News___RzgD8 .info___tWKWN > p {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.News___RzgD8 .info___tWKWN .policies___2XqG1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.News___RzgD8 .info___tWKWN .policies___2XqG1 .icon___n80KN {
  width: 7px;
  height: 7px;
  background: #327af4;
  border-radius: 50%;
  margin-top: 4px;
}
.News___RzgD8 .info___tWKWN .policies___2XqG1 .policy___3WzNO {
  width: calc(100% - 20px);
}
.News___RzgD8 .info___tWKWN .policies___2XqG1 .policyContent___-MnSt {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.News___RzgD8 .info___tWKWN .policies___2XqG1 .decs___shv6L {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.News___RzgD8 .info___tWKWN .policies___2XqG1 .policyTime___pvzaF {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}
.clearfix___2NhKM::after {
  content: '';
  display: block;
  clear: both;
}

.concern___3XHWE {
  width: 100%;
}
.concern___3XHWE .act___3VNuS {
  width: 90%;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box___3vkj2 {
  width: 100%;
  height: 207px;
  padding: 36px 59px 36px 36px;
  border: 1px solid #f5f5f5;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.box___3vkj2:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.box___3vkj2 .black___2wD7w {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 0;
}
.box___3vkj2 .black___2wD7w .title1___11dMn {
  color: white;
  font-size: 20px;
  margin-top: 60px;
}
.box___3vkj2 .black___2wD7w .button___3m8kg {
  width: 152px;
  height: 36px;
  background: #1890ff;
  border-radius: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
  display: inline-block;
  cursor: pointer;
  margin-top: 12px;
}
.box___3vkj2 .title___34J99 {
  font-size: 16px;
  font-weight: bold;
  color: #010101;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box___3vkj2 .coin___2q_DR {
  float: right;
  cursor: pointer;
}
.box___3vkj2 .coin___2q_DR .concern___2hJNg {
  margin-left: 11px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #327af4;
  line-height: 24px;
}
.box___3vkj2 .decs___3hPHt {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box___3vkj2 .footer___ey8c5 {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 28px;
}
.box___3vkj2 .footer___ey8c5 .grade___3lf8b {
  float: left;
  width: 102px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #327af4;
  border-radius: 15px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #327af4;
  text-align: center;
  margin-right: 28px;
}
.box___3vkj2 .footer___ey8c5 .level___XGVmC {
  width: 102px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #327af4;
  border-radius: 15px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #327af4;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  margin-right: 20px;
}

.box___1yteH {
  width: 384px;
  height: 511px;
  margin-bottom: 20px;
  border: 1px solid #f5f5f5;
  position: relative;
}
.box___1yteH:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.box___1yteH .black___3RTsL {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
}
.box___1yteH .black___3RTsL .title1___34i1p {
  color: white;
  font-size: 20px;
  margin-top: 200px;
}
.box___1yteH .black___3RTsL .button___1D5F- {
  width: 152px;
  height: 36px;
  background: #1890ff;
  border-radius: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
  display: inline-block;
  cursor: pointer;
  margin-top: 12px;
}
.box___1yteH .image___1gHAl {
  height: 268;
  cursor: pointer;
}
.box___1yteH .image___1gHAl img {
  width: 384px;
  height: 268px;
}
.box___1yteH .title___npYhj {
  width: 335px;
  height: 45px;
  margin-top: 20px;
  margin-left: 24px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.box___1yteH .tip___3XTRo {
  height: 30px;
  margin-top: 10px;
  margin-left: 24px;
  line-height: 28px;
  color: #327af4;
}
.box___1yteH .tip___3XTRo .tipName___gMg5_ {
  padding: 4px 8px;
  background: #ffffff;
  border: 1px solid #327af4;
  border-radius: 15px;
}
.box___1yteH .time___QsuC7 {
  height: 10px;
  margin-left: 24px;
  margin-top: 17px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
}
.box___1yteH .gps___ieDoq {
  height: 12px;
  margin-left: 24px;
  margin-top: 29px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
}
.box___1yteH .hengxian___XEg9n {
  margin-left: 24px;
  margin-top: 22px;
  width: 334px;
  height: 1px;
  background: #f5f5f5;
}
.box___1yteH .dilan___2z6Lm {
  margin-left: 24px;
  margin-top: 6px;
}
.box___1yteH .dilan___2z6Lm .address___35_4P {
  float: left;
  margin-top: 6px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #656565;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 45%;
  padding-right: 15px;
}
.box___1yteH .dilan___2z6Lm .sign___18iIU {
  margin-right: 12px;
  float: right;
  padding: 0 15px;
  height: 28px;
  display: block;
  background: #3278f4;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.box___1yteH .dilan___2z6Lm .signed___16_Km {
  margin-right: 12px;
  float: right;
  padding: 0 15px;
  height: 28px;
  display: block;
  background: #8a94a7;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: default;
  user-select: none;
  line-height: 28px;
}
.card___2bTEq p {
  font-size: 14px;
  color: #010101;
}
.card___2bTEq p span:last-child {
  color: #787878;
  margin-left: 10px;
}
.result___1jF0x {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.result___1jF0x .resultCenter___rEXEz {
  width: 200px;
  text-align: center;
}
.result___1jF0x .resultCenter___rEXEz .resultTitle___1Hh94 {
  color: #000000;
  font-size: 18px;
  margin: 24px 0;
}
.result___1jF0x .resultCenter___rEXEz .resultText___3MaRU {
  color: #010101;
  font-size: 14px;
}

.concern___KA7uj {
  width: 100%;
}
.concern___KA7uj .left___24pUk {
  float: left;
  width: 82%;
}
.concern___KA7uj .left___24pUk .Published___2qGzd {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.concern___KA7uj .left___24pUk .Unpublished___20Khu {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.concern___KA7uj .left___24pUk .completed___3kxVU {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.concern___KA7uj .set___zYGIJ {
  float: right;
  margin-top: 65px;
  text-align: center;
  line-height: 33px;
}
.concern___KA7uj .set___zYGIJ Button {
  width: 152px;
  height: 36px;
  background: #f7f7f7;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  border: none;
}
.concern___KA7uj .set___zYGIJ .active___3XQUl {
  color: #fff;
  background: #327af4;
}

.cards___K9TrN {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #f5f5f5;
  font-family: PingFang SC;
  padding: 15px 25px 25px 25px;
  cursor: pointer;
  position: relative;
}
.cards___K9TrN .black___3mdnT {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  top: 0;
}
.cards___K9TrN .black___3mdnT .title1___1Tssk {
  color: white;
  font-size: 20px;
  margin-top: 70px;
}
.cards___K9TrN .black___3mdnT .button___11--D {
  width: 152px;
  height: 36px;
  background: #1890ff;
  border-radius: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
  display: inline-block;
  cursor: pointer;
  margin-top: 12px;
}
.cards___K9TrN:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.cards___K9TrN > div {
  width: 100%;
}
.cards___K9TrN .titleFit___2gA4j {
  margin: 15px 0;
  background: #f4f8ff;
  display: flex;
  justify-content: space-between;
}
.cards___K9TrN .titleFit___2gA4j .name___2yNJu {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.cards___K9TrN .titleFit___2gA4j .percent___1sI3j {
  font-size: 14px;
}
.cards___K9TrN .titleFit___2gA4j .percent___1sI3j span {
  color: #327AF4;
}
.cards___K9TrN .title___3FqfO {
  margin: 30px 0;
}
.cards___K9TrN .title___3FqfO .name___2yNJu {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.cards___K9TrN .tags___1ACBo {
  display: flex;
  margin-top: 10px;
}
.cards___K9TrN .tags___1ACBo .tt___3YgjU {
  padding: 5px 10px;
  margin-right: 10px;
  text-align: center;
  height: 28px;
  background: linear-gradient(90deg, #5852d8, #a993ea);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  display: block;
  float: left;
  margin-bottom: 15px;
}
.cards___K9TrN .desc___3-vdP {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  width: 70%;
  line-height: 20px;
  margin-top: 5px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cards___K9TrN .footer___3Ax7- {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}
.cards___K9TrN .btns___4vFuA {
  display: flex;
  justify-content: space-between;
}
.cards___K9TrN .btns___4vFuA span {
  display: block;
  width: 94px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin-left: 10px;
}
.cards___K9TrN .btns___4vFuA .blue___23yBU {
  background: #327af4;
  border-radius: 12px;
  color: #fff;
}
.cards___K9TrN .btns___4vFuA .grey___N7Tj1 {
  background: #f7f7f7;
  border-radius: 12px;
  color: #6C6B6B;
}
.cards___K9TrN .time___2J4TA {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.cards___K9TrN .time___2J4TA span {
  font-size: 12px;
  font-weight: 400;
}
.cards___K9TrN .time___2J4TA span:last-child {
  margin-left: 10px;
}

.recommend___3wfLv {
  width: 100%;
}
.recommend___3wfLv .all___3cyFH {
  display: flex;
}
.recommend___3wfLv .all___3cyFH .zuo___1lyBB {
  width: 85%;
  padding: 5px;
}
.recommend___3wfLv .all___3cyFH .you___UFEo8 {
  margin-left: 25px;
  text-align: center;
  line-height: 33px;
}
.recommend___3wfLv .all___3cyFH .you___UFEo8 Button {
  width: 152px;
  height: 36px;
  background: #f7f7f7;
  border-radius: 18px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  margin-bottom: 20px;
  border: none;
}
.recommend___3wfLv .all___3cyFH .you___UFEo8 .active___J3CiM {
  color: #fff;
  background: #327af4;
}
.recommend___3wfLv .act___1wg06 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 5px;
}

.concern___1kv2c {
  width: 100%;
}
.concern___1kv2c .left___YzOEB .Published___J-1rB {
  width: 100%;
  margin: 5px;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.concern___1kv2c .left___YzOEB .Unpublished___nFozY {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
.concern___1kv2c .left___YzOEB .completed___2oFdI {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
.concern___1kv2c .continue___2ELoZ {
  color: #327af4;
  border-color: #327af4;
}

.concern___JDlro {
  width: 100%;
}
.concern___JDlro .left___unRLG .hasOutcome___3c6lV {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.concern___JDlro .left___unRLG .notOutcome___1F9mj {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.concern___JDlro .continue___1d6jb {
  color: #327af4;
  border-color: #327af4;
}

.result___3OGtg {
  width: 100%;
  margin: 0 auto;
  display: flex;
  /*弹性布局*/
  flex-wrap: wrap;
  flex-direction: row;
}
.result___3OGtg .box___2f394 {
  width: 230px;
  cursor: pointer;
  margin-bottom: 35px;
  margin-right: 10px;
  padding-bottom: 10px;
  position: relative;
  border: 1px solid #f5f5f5;
}
.result___3OGtg .box___2f394 .black___3lK5x {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
}
.result___3OGtg .box___2f394 .black___3lK5x .title1___hugRJ {
  color: white;
  font-size: 20px;
  margin-top: 100px;
}
.result___3OGtg .box___2f394 .black___3lK5x .button___2dIXF {
  width: 152px;
  height: 36px;
  background: #1890ff;
  border-radius: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
  display: inline-block;
  cursor: pointer;
  margin-top: 12px;
}
.result___3OGtg .box___2f394:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.result___3OGtg .box___2f394 .image___25BZl {
  height: 159px;
  position: relative;
}
.result___3OGtg .box___2f394 .image___25BZl .percent___2aFyK {
  background: #f4f8ff;
  position: absolute;
  padding: 2px;
  top: 10px;
  right: 10px;
  color: #010101;
  font-size: 14px;
}
.result___3OGtg .box___2f394 .image___25BZl .percent___2aFyK span {
  color: #327af4;
}
.result___3OGtg .box___2f394 .image___25BZl img {
  width: 230px;
  height: 159px;
}
.result___3OGtg .box___2f394 .btns___3icI7 {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.result___3OGtg .box___2f394 .btns___3icI7 .aaa___1SLu6 {
  width: 94px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-radius: 12px;
  color: #6c6b6b;
}
.result___3OGtg .box___2f394 .btns___3icI7 .publish___WfgWN {
  background: #327af4;
  border-radius: 12px;
  color: #fff;
}
.result___3OGtg .box___2f394 .btns___3icI7 .edit___2yhqw {
  background: #f7f7f7;
  border-radius: 12px;
  color: #6c6b6b;
}
.result___3OGtg .box___2f394 .txt___1styV {
  margin: 10px 10px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 20px;
}
.result___3OGtg .box___2f394 .product___fhY-U {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #787878;
}
.result___3OGtg .box___2f394 .price___u4lzL {
  margin-left: 11px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.result___3OGtg .box___2f394 .recommend___2LsRl {
  margin-left: 11px;
  margin-bottom: 10px;
  width: 50%;
  height: 30px;
  font-size: 12px;
  text-align: center;
  background-image: linear-gradient(to right, #574fd7, #a68fe9);
  border-radius: 20px;
}
.result___3OGtg .box___2f394 .recommend___2LsRl span {
  color: #fff;
  line-height: 30px;
}

.list___pX285 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  /*弹性布局*/
  justify-content: space-between;
  /*设置内容自适应*/
  flex-wrap: wrap;
}
.list___pX285 .items___ySnmC {
  width: 582px;
  border: 1px solid #f5f5f5;
  margin: 6px;
  padding: 26px 26px 8px;
  background: #fff;
  cursor: pointer;
}
.list___pX285 .items___ySnmC:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.list___pX285 .items___ySnmC .title___2uUOt {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list___pX285 .items___ySnmC .word___1io5s {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  height: 42px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list___pX285 .items___ySnmC .bb___1gUv2 {
  display: flex;
  white-space: nowrap;
  margin-bottom: 1em;
  flex-wrap: wrap;
  height: 61px;
  color: #fff;
}
.list___pX285 .items___ySnmC .bb___1gUv2 .tip___3q1k3 {
  padding: 0 10px;
  height: 28px;
  background: linear-gradient(90deg, #5852d8, #a993ea);
  border-radius: 14px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list___pX285 .items___ySnmC .bb___1gUv2 .tip___3q1k3 .tt___1rNCR {
  height: 12px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
}
.list___pX285 .items___ySnmC .time___ZwwvP {
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  font-size: 14px;
}

.list___3F4px {
  padding-top: 40px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list___3F4px .box___-T-EF {
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
  width: 594px;
  height: 225px;
  cursor: pointer;
}
.list___3F4px .box___-T-EF:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.list___3F4px .box___-T-EF .picture___yuW-3 {
  float: left;
}
.list___3F4px .box___-T-EF .picture___yuW-3 .pic___15oiU {
  margin-top: 33px;
  margin-left: 32px;
  width: 118px;
  height: 118px;
}
.list___3F4px .box___-T-EF .word___LmrTR {
  float: left;
  width: 67%;
  margin-left: 33px;
}
.list___3F4px .box___-T-EF .word___LmrTR .company___1qPVU {
  margin-top: 32px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
  display: inline-block;
  width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list___3F4px .box___-T-EF .word___LmrTR .type___kNOjD {
  margin-top: 18px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list___3F4px .box___-T-EF .word___LmrTR .adv___3GDs_ {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list___3F4px .box___-T-EF .word___LmrTR .con___2A3zL {
  width: 384px;
  height: 61px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  padding-right: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news___3BuMf {
  width: 1200px;
  margin: 0 auto;
}
.news___3BuMf .tree___2H-th {
  width: 1200px;
}
.news___3BuMf .tree___2H-th .left___2KHuf {
  float: left;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  width: 755px;
  height: 660px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc {
  margin-top: 20px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw {
  margin-top: 20px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .zhengce___2KWJ5 {
  margin-left: 22px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .zhengce___2KWJ5 .zuo___32zPo {
  width: 78px;
  height: 28px;
  background: linear-gradient(90deg, #5852d8, #a993ea);
  border-radius: 14px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .zhengce___2KWJ5 .you___agXoW {
  float: right;
  margin-right: 38px;
  font-size: 12px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .cards___TZM9W {
  margin-top: 20px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .cards___TZM9W .title___MiwZu {
  margin-left: 20px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .cards___TZM9W .title___MiwZu .cir___2Leqe {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #9cc0ff;
  border-radius: 50%;
  margin-top: 5px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .cards___TZM9W .title___MiwZu .cir___2Leqe .ccir___1A9K8 {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .cards___TZM9W .title___MiwZu .zctitle___2r4Th {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .cards___TZM9W .zcword___3m81d {
  margin-left: 45px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 78%;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .cards___TZM9W .zcdilan___fdsbT {
  margin-top: 20px;
  margin-left: 45px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .cards___TZM9W .zcdilan___fdsbT .zctag___39NwK {
  background: #f2f7ff;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .up___2o6uw .cards___TZM9W .zcdilan___fdsbT .zctime___2p809 {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #7e7e7e;
  line-height: 24px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .full___2sChc .hengxian___3PntQ {
  width: 648px;
  height: 1px;
  margin-left: 55px;
  margin-top: 20px;
  background: #828282;
  display: inline-block;
  border-top: 1px solid #cccccc;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX {
  margin-top: 20px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .xingwen___13VUh {
  margin-left: 20px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .xingwen___13VUh .zuo___32zPo {
  width: 78px;
  height: 28px;
  background: linear-gradient(90deg, #5852d8, #a993ea);
  border-radius: 14px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .xingwen___13VUh .you___agXoW {
  float: right;
  margin-right: 38px;
  font-size: 12px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .cards___TZM9W {
  margin-top: 20px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .cards___TZM9W .title___MiwZu {
  margin-left: 20px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .cards___TZM9W .title___MiwZu .cir___2Leqe {
  margin-top: 6px;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #9cc0ff;
  border-radius: 50%;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .cards___TZM9W .title___MiwZu .cir___2Leqe .ccir___1A9K8 {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .cards___TZM9W .title___MiwZu .xwtitle___2DJNJ {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .cards___TZM9W .wxword___2KNzM {
  margin-left: 45px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 78%;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .cards___TZM9W .xwdilan___3scRv {
  margin-top: 20px;
  margin-left: 45px;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .cards___TZM9W .xwdilan___3scRv .xwtag___3z3HY {
  background: #f2f7ff;
}
.news___3BuMf .tree___2H-th .left___2KHuf .down___3X9sX .cards___TZM9W .xwdilan___3scRv .xwtime___1aLyT {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #7e7e7e;
  line-height: 24px;
}
.news___3BuMf .tree___2H-th .right___1jbwC {
  display: inline-block;
  width: 430px;
  height: 660px;
  margin-left: 13px;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV {
  display: flex;
  /*弹性布局*/
  justify-content: space-between;
  /*设置内容自适应*/
  flex-wrap: wrap;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB {
  margin-bottom: 35px;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  width: 210px;
  height: 313px;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .image___3ew42 {
  height: 159px;
  cursor: pointer;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .image___3ew42 .tips___yQ4qr {
  position: absolute;
  margin-left: 12px;
  margin-top: 12px;
  padding: 0 10px;
  background: #000000;
  opacity: 0.78;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .image___3ew42 img {
  width: 210px;
  height: 159px;
  position: absolute;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .title___MiwZu {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  height: 34px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .zong___y2K59 {
  margin-left: 10px;
  margin-top: 16px;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .zong___y2K59 .svg___2Uqd4 {
  float: left;
  margin-top: -3px;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .zong___y2K59 .start___2buGw {
  margin-left: 25px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .zong___y2K59 .end___3Ze7P {
  margin-left: 25px;
  margin-top: 5px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .dilan___2HrMt {
  margin-top: 10px;
  margin-left: 10px;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .dilan___2HrMt .zuo___32zPo {
  float: left;
  margin-top: 10px;
  margin-left: 3px;
  width: 10px;
  height: 10px;
  background: #3278f4;
  border-radius: 50%;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .dilan___2HrMt .sign___1ltUV {
  font-size: 12px;
  margin-top: 6px;
  margin-left: 12px;
  float: left;
  font-family: PingFang SC;
  font-weight: 400;
  color: #656565;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .dilan___2HrMt .bb___2VI6e {
  margin-right: 12px;
  float: right;
  width: 78px;
  height: 28px;
  display: block;
  background: #3278f4;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.news___3BuMf .tree___2H-th .right___1jbwC .list___2UnsV .items___3sSWB .box___2yWU2 .dilan___2HrMt .bbed___2snby {
  margin-right: 12px;
  float: right;
  width: 78px;
  height: 28px;
  display: block;
  background: #8a94a7;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  cursor: auto;
}
.result___IMweu {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.result___IMweu .resultCenter___3B6Rk {
  width: 200px;
  text-align: center;
}
.result___IMweu .resultCenter___3B6Rk .resultTitle___2LCHo {
  color: #000000;
  font-size: 18px;
  margin: 24px 0;
}
.result___IMweu .resultCenter___3B6Rk .resultText___2uZll {
  color: #010101;
  font-size: 14px;
}

.list___3nIRf {
  padding-bottom: 60px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  /*弹性布局*/
  justify-content: space-between;
  /*设置内容自适应*/
  flex-wrap: wrap;
}
.list___3nIRf .card___2rjUA {
  margin-bottom: 15px;
  display: inline-block;
}
.list___3nIRf .card___2rjUA .box___29KW5 {
  width: 391px;
  height: 398px;
  border: 1px solid #f5f5f5;
  display: inline-block;
  cursor: pointer;
}
.list___3nIRf .card___2rjUA .box___29KW5:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.list___3nIRf .card___2rjUA .box___29KW5 .tg___1rzrb {
  margin-top: 20px;
  margin-left: 25px;
  width: 107px;
  height: 28px;
  background: linear-gradient(90deg, #5852d8, #a993ea);
  border-radius: 14px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
}
.list___3nIRf .card___2rjUA .box___29KW5 .tou___FX42w {
  margin-top: 20px;
  margin-left: 20px;
}
.list___3nIRf .card___2rjUA .box___29KW5 .tou___FX42w .tit___1_UPn {
  float: left;
  width: 68%;
  font-size: 16px;
  color: #000000;
}
.list___3nIRf .card___2rjUA .box___29KW5 .tou___FX42w .picture___3_A59 {
  float: right;
  width: 25%;
  margin-right: 5px;
}
.list___3nIRf .card___2rjUA .box___29KW5 .tou___FX42w .picture___3_A59 .pic___1h787 {
  width: 80px;
  height: 80px;
}
.list___3nIRf .card___2rjUA .box___29KW5 .nei___2w5eh {
  margin-left: 20px;
  margin-right: 5px;
  margin-top: 130px;
  width: 340px;
  font-size: 12px;
  color: #787878;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list___3nIRf .card___2rjUA .box___29KW5 .dilan___3eSFT {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 12px;
  float: right;
  margin-right: 10px;
}
.list___3nIRf::after {
  content: "";
  width: 391px;
}

.areaHeader___mgpKj {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 30px;
}
.areaHeader___mgpKj .tt___2sZwi {
  float: left;
  text-align: right;
  width: 67%;
}
.areaHeader___mgpKj .tt___2sZwi .titlename___3lwDp {
  font-size: 28px;
  color: #000000;
  font-weight: 600;
}
.areaHeader___mgpKj .more___2s2_p {
  float: right;
  margin-right: 2%;
  text-align: right;
  width: 48%;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #327af4;
}

.home___2Nkxg {
  font-size: 100px;
}
.container___2Sszc {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -30px;
  z-index: 10;
  background: #fff;
}
.container___2Sszc .needs___1OdWp {
  width: 100%;
}
.container___2Sszc .outcome___56uxR {
  margin: 60px 0 20px;
  position: relative;
}
.container___2Sszc .outcome___56uxR .outcomeTitle___2QEQN {
  text-align: center;
  font-size: 28px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}
.container___2Sszc .outcome___56uxR .outcomeTitle___2QEQN img {
  vertical-align: sub;
  height: 25px;
  width: 25px;
}
.container___2Sszc .outcome___56uxR .types___7O5-n {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  width: 224px;
  margin: 0 auto;
}
.container___2Sszc .outcome___56uxR .types___7O5-n .curType___34MTj {
  height: 28px;
  display: inline-block;
  background: #3278f4;
  border-radius: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  padding: 0 10px;
}
.container___2Sszc .outcome___56uxR .types___7O5-n .type___3PCSP {
  height: 28px;
  display: inline-block;
  background: #ffffff;
  border-radius: 18px;
  color: #000000;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  padding: 0 10px;
}
.container___2Sszc .outcome___56uxR .types___7O5-n .more___LQgJH {
  position: absolute;
  right: 25px;
}
.container___2Sszc .tree___OVtnd {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  /*弹性布局*/
  justify-content: space-between;
  /*设置内容自适应*/
  flex-wrap: wrap;
}
.container___2Sszc .tree___OVtnd .pic1___XR_Jd {
  width: 592px;
  height: 144px;
  background: url('/static/purple.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}
.container___2Sszc .tree___OVtnd .pic1___XR_Jd .wenzi___2C9jI {
  margin-top: 49px;
  margin-left: 38px;
  color: white;
  font-size: 16px;
}
.container___2Sszc .tree___OVtnd .pic1___XR_Jd .box___12sER {
  margin-top: 10px;
  margin-left: 38px;
}
.container___2Sszc .tree___OVtnd .pic1___XR_Jd .box___12sER .soul___3vDB- {
  color: white;
  font-size: 14px;
}
.container___2Sszc .tree___OVtnd .pic1___XR_Jd .box___12sER .jiantou___ekOPQ {
  margin-right: 12px;
  float: right;
}
.container___2Sszc .tree___OVtnd .pic2___3PXKy {
  width: 592px;
  height: 144px;
  background: url('/static/orange.png') no-repeat;
  background-size: cover;
  cursor: pointer;
}
.container___2Sszc .tree___OVtnd .pic2___3PXKy .wenzi___2C9jI {
  margin-top: 49px;
  margin-left: 38px;
  color: white;
  font-size: 16px;
}
.container___2Sszc .tree___OVtnd .pic2___3PXKy .box___12sER {
  margin-top: 10px;
  margin-left: 38px;
}
.container___2Sszc .tree___OVtnd .pic2___3PXKy .box___12sER .soul___3vDB- {
  color: white;
  font-size: 14px;
}
.container___2Sszc .tree___OVtnd .pic2___3PXKy .box___12sER .jiantou___ekOPQ {
  margin-right: 12px;
  float: right;
}

.color___GX3LE {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.color___GX3LE .title___mTtDW {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin-top: 21px;
  margin-left: 20px;
}
.color___GX3LE .codTitle___K9B9- {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  margin-left: 20px;
}
.color___GX3LE .ps1___2tGPp {
  width: 230px;
  height: 112px;
  background: url('/static/111.jpg');
}
.color___GX3LE .ps2___13JMc {
  width: 230px;
  height: 112px;
  background: url('/static/222.jpg');
}
.color___GX3LE .ps3___39_Zx {
  width: 230px;
  height: 112px;
  background: url('/static/333.jpg');
}
.color___GX3LE .ps4___36S9D {
  width: 230px;
  height: 112px;
  background: url('/static/444.jpg');
}
.color___GX3LE .ps5___3vQoW {
  width: 230px;
  height: 112px;
  background: url('/static/555.jpg');
}

.outcomes___3I9EB .container___1R4-i {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.outcomes___3I9EB .searchList___aTdNd {
  width: 100%;
}
.outcomes___3I9EB .build___1ldSB {
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0 auto;
  width: 1200px;
}
.outcomes___3I9EB .build___1ldSB .search___Opjrb {
  margin-top: 10px;
  position: relative;
}
.outcomes___3I9EB .build___1ldSB .search___Opjrb .res___3_hXJ {
  position: absolute;
  top: 7px;
  right: 0;
}
.outcomes___3I9EB .build___1ldSB .search___Opjrb .reset___1T-9o {
  cursor: pointer;
}
.outcomes___3I9EB .build___1ldSB .search___Opjrb .reset___1T-9o:hover {
  text-decoration: underline;
}
.outcomes___3I9EB .build___1ldSB .down___2_kDj {
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.outcomes___3I9EB .build___1ldSB .down___2_kDj .card___14LpZ {
  margin-bottom: 35px;
}

.pagination___3ztfi {
  width: 100%;
  margin: 40px 0;
}

.dynamic___1BoA0 {
  font-family: PingFang SC;
}
.dynamic___1BoA0 .container___3LpA8 {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
}
.dynamic___1BoA0 .container___3LpA8 .before___2SxyO {
  position: relative;
  border: 1px solid #fff;
}
.dynamic___1BoA0 .container___3LpA8 .before___2SxyO .right___2UM2m {
  position: absolute;
  top: 20px;
  right: 0;
  text-decoration: underline;
  color: #3278F4;
  user-select: none;
  cursor: pointer;
}
.dynamic___1BoA0 .container___3LpA8 .search___aZ5Z4 {
  position: relative;
}
.dynamic___1BoA0 .container___3LpA8 .search___aZ5Z4 .res___jcDaq {
  position: absolute;
  top: 7px;
  right: 0;
}
.dynamic___1BoA0 .container___3LpA8 .search___aZ5Z4 .res___jcDaq .reset___Gli7X {
  cursor: pointer;
}
.dynamic___1BoA0 .container___3LpA8 .search___aZ5Z4 .res___jcDaq .reset___Gli7X:hover {
  text-decoration: underline;
}
.dynamic___1BoA0 .activeCount___3hE7a {
  width: 100%;
  height: 159px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  margin-top: 6px;
  padding-top: 44px;
}
.dynamic___1BoA0 .info___zZhI0 {
  width: 100%;
  background: #fff;
  margin-top: 30px;
}
.dynamic___1BoA0 .info___zZhI0 .left___3bWPJ {
  width: 73%;
  float: left;
}
.dynamic___1BoA0 .info___zZhI0 .left___3bWPJ .content___Mu6wY {
  width: 100%;
  height: 207px;
  padding: 36px 59px 36px 36px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  margin-bottom: 12px;
}
.dynamic___1BoA0 .info___zZhI0 .left___3bWPJ .content___Mu6wY .title___2b6rU {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic___1BoA0 .info___zZhI0 .left___3bWPJ .content___Mu6wY .decs____6Hp_ {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic___1BoA0 .info___zZhI0 .left___3bWPJ .content___Mu6wY .footer___3Lm20 {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
}
.dynamic___1BoA0 .info___zZhI0 .right___2UM2m {
  width: 26%;
  float: right;
  padding: 24px 27px;
}
.dynamic___1BoA0 .info___zZhI0 .right___2UM2m > p {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.dynamic___1BoA0 .info___zZhI0 .right___2UM2m .policies___3JTr5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 22px;
}
.dynamic___1BoA0 .info___zZhI0 .right___2UM2m .policies___3JTr5 .icon___3apEY {
  width: 7px;
  height: 7px;
  background: #327af4;
  border-radius: 50%;
  margin-top: 3px;
}
.dynamic___1BoA0 .info___zZhI0 .right___2UM2m .policies___3JTr5 .policy___-B6jR {
  width: 95%;
  height: 80px;
}
.dynamic___1BoA0 .info___zZhI0 .right___2UM2m .policies___3JTr5 .policyContent___3VHLj {
  width: 100%;
  font-size: 12px;
  height: 50px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.dynamic___1BoA0 .info___zZhI0 .right___2UM2m .policies___3JTr5 .policyTime___12L0R {
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  line-height: 18px;
}
.dynamic___1BoA0 .searchList___obgvE {
  width: 100%;
}
.clearfix___1HchA::after {
  content: '';
  display: block;
  clear: both;
}

.card___SlSqB {
  margin-bottom: 12px;
}
.card___SlSqB .box___3N8at {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  padding: 40px 0;
  border: 1px solid #f5f5f5;
}
.card___SlSqB .box___3N8at:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.card___SlSqB .box___3N8at::after {
  content: '';
  display: block;
  clear: both;
}
.card___SlSqB .box___3N8at .image___K-FJj {
  float: left;
  width: 159px;
}
.card___SlSqB .box___3N8at .image___K-FJj img {
  width: 126px;
  height: 123px;
  margin-left: 33px;
}
.card___SlSqB .box___3N8at .nier___3qQWn {
  float: right;
  max-width: 1030px;
  width: 100%;
}
.card___SlSqB .box___3N8at .nier___3qQWn .title___2otpm {
  margin-left: 32px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.card___SlSqB .box___3N8at .nier___3qQWn .word___3Skdr {
  width: 978px;
  margin-left: 32px;
  margin-top: 24px;
  font-size: 12px;
}
.card___SlSqB .box___3N8at .nier___3qQWn .word___3Skdr .js___33i4u {
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}
.card___SlSqB .box___3N8at .nier___3qQWn .word___3Skdr .ss___2dI48 {
  color: #787878;
}
.card___SlSqB .box___3N8at .nier___3qQWn .intro___3bq1Z {
  width: 978px;
  height: 48px;
  margin-left: 32px;
  font-size: 12px;
}
.card___SlSqB .box___3N8at .nier___3qQWn .intro___3bq1Z .js___33i4u {
  color: #787878;
}
.card___SlSqB .box___3N8at .nier___3qQWn .intro___3bq1Z .ss___2dI48 {
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}

.zero____xFUP {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
.zero____xFUP .release___3xZtA {
  width: 100%;
  height: 159px;
  background: #fff;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  text-align: center;
}
.zero____xFUP .release___3xZtA .title___Zuolb {
  padding-top: 40px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}
.zero____xFUP .release___3xZtA .secondTitle___1Ihiq {
  margin-top: 20px;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #737fd6;
}
.zero____xFUP .build___2rQvj {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
}
.zero____xFUP .build___2rQvj .search___258aA {
  margin-top: 10px;
}
.zero____xFUP .build___2rQvj .search___258aA .bb___3bV_T {
  margin-left: 20px;
  width: 120px;
  height: 36px;
  background: linear-gradient(90deg, #5852d8, #a993ea);
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  color: #e1e1e1;
}
.zero____xFUP .build___2rQvj .down___dVm-l {
  margin-top: 56px;
}
.zero____xFUP .build___2rQvj .down___dVm-l .card___kBK8y {
  margin-bottom: 12px;
}
.zero____xFUP .build___2rQvj .down___dVm-l .card___kBK8y .box___3_iC6 {
  width: 1200px;
  height: 220px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.zero____xFUP .build___2rQvj .down___dVm-l .card___kBK8y .box___3_iC6 .image___6T8-B {
  float: left;
  width: 159px;
}
.zero____xFUP .build___2rQvj .down___dVm-l .card___kBK8y .box___3_iC6 .image___6T8-B img {
  width: 126px;
  height: 123px;
  margin-left: 33px;
}
.zero____xFUP .build___2rQvj .down___dVm-l .card___kBK8y .box___3_iC6 .nier___3x0BQ {
  float: right;
  width: 1041px;
}
.zero____xFUP .build___2rQvj .down___dVm-l .card___kBK8y .box___3_iC6 .nier___3x0BQ .title___Zuolb {
  margin-top: 56px;
  margin-left: 32px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.zero____xFUP .build___2rQvj .down___dVm-l .card___kBK8y .box___3_iC6 .nier___3x0BQ .word___3rQ0W {
  width: 978px;
  height: 48px;
  margin-left: 32px;
  margin-top: 24px;
  font-size: 12px;
}
.zero____xFUP .build___2rQvj .down___dVm-l .card___kBK8y .box___3_iC6 .nier___3x0BQ .word___3rQ0W .js___3e2MM {
  color: #787878;
}
.zero____xFUP .build___2rQvj .down___dVm-l .card___kBK8y .box___3_iC6 .nier___3x0BQ .word___3rQ0W .ss___2asyr {
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}

.box___20JCY {
  width: 100%;
  height: 225px;
  border: 1px solid #f5f5f5;
  margin-bottom: 10px;
  font-family: PingFang SC;
  cursor: pointer;
  position: relative;
}
.box___20JCY:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.box___20JCY .black___2W90Z {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  height: 100%;
  position: absolute;
  z-index: 2;
  text-align: center;
}
.box___20JCY .black___2W90Z .title1___23B13 {
  color: white;
  font-size: 20px;
  margin-top: 50px;
}
.box___20JCY .black___2W90Z .button___35bcj {
  width: 152px;
  height: 36px;
  background: #1890ff;
  border-radius: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
  display: inline-block;
  cursor: pointer;
  margin-top: 12px;
}
.box___20JCY .image___3xaBk {
  float: left;
}
.box___20JCY .image___3xaBk img {
  margin-top: 33px;
  margin-left: 32px;
  width: 118px;
  height: 118px;
}
.box___20JCY .word___2oPuk {
  float: left;
  width: 67%;
  margin-left: 33px;
}
.box___20JCY .word___2oPuk .companyFit___UOYOo {
  width: 100%;
  margin-top: 32px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}
.box___20JCY .word___2oPuk .companyFit___UOYOo .name___3f_tq {
  display: inline-block;
  width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box___20JCY .word___2oPuk .companyFit___UOYOo .percent___1nV-m {
  font-size: 14px;
}
.box___20JCY .word___2oPuk .companyFit___UOYOo .percent___1nV-m span {
  color: #327AF4;
}
.box___20JCY .word___2oPuk .company___3D9GR {
  width: 100%;
  margin-top: 32px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.box___20JCY .word___2oPuk .company___3D9GR .name___3f_tq {
  display: inline-block;
  width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box___20JCY .word___2oPuk .type___3mVpK {
  margin-top: 18px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box___20JCY .word___2oPuk .adv___2yoKt {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
}
.box___20JCY .word___2oPuk .con___1O90I {
  width: 405px;
  height: 61px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  padding-right: 24px;
}
.box___20JCY .btns___1gATp {
  float: left;
  margin-top: 8%;
}
.box___20JCY .btns___1gATp span {
  display: block;
  width: 94px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 40px;
}
.box___20JCY .btns___1gATp .blue___1ZJGX {
  background: #327af4;
  border-radius: 12px;
  color: #fff;
}
.box___20JCY .btns___1gATp .grey___1lE7O {
  background: #f7f7f7;
  border-radius: 12px;
  color: #6C6B6B;
}
.pp___2NSdT {
  margin-left: 5px;
}
.btns1___3l5lf {
  position: absolute;
  right: 107px;
  bottom: 0;
}
.btns1___3l5lf span {
  display: inline-block;
  width: 94px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 40px;
}
.btns1___3l5lf .blue___1ZJGX {
  background: #327af4;
  border-radius: 12px;
  color: #fff;
}
.btns1___3l5lf .grey___1lE7O {
  background: #f7f7f7;
  border-radius: 12px;
  color: #6C6B6B;
}

.searchPage___2bF8o {
  width: 100%;
  font-family: PingFang SC;
}
.searchPage___2bF8o .container___2aJxm {
  width: 1200px;
  margin: 0 auto;
}
.searchPage___2bF8o .container___2aJxm .search___-Gdci {
  height: 50px;
  margin: 40px 0;
}
.searchPage___2bF8o .container___2aJxm .outcomes___NV_Yu {
  border-top: 1px solid #f5f5f5;
}
.searchPage___2bF8o .container___2aJxm .needsCenter___36ACl .down___Us3xU {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.searchPage___2bF8o .container___2aJxm .actives___3eKhC .down___Us3xU {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.searchPage___2bF8o .container___2aJxm .empty___2AI_t {
  height: 500px;
  text-align: center;
  margin-top: 200px;
}

.servicesDetail___P6U41 {
  width: 100%;
}
.servicesDetail___P6U41 .detailWrap___3ReIX {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.servicesDetail___P6U41 .detailWrap___3ReIX .content___2ae74 {
  width: 880px;
}
.servicesDetail___P6U41 .detailWrap___3ReIX .content___2ae74 .box___33le0 {
  width: 100%;
  padding: 0 5px 5px;
  margin-bottom: 12px;
}
.servicesDetail___P6U41 .detailWrap___3ReIX .content___2ae74 .box___33le0 .project___E7qDF {
  padding: 25px 38px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.servicesDetail___P6U41 .detailWrap___3ReIX .content___2ae74 .box___33le0 .project___E7qDF span {
  color: #787878;
}
.servicesDetail___P6U41 .detailWrap___3ReIX .content___2ae74 .cards___YMUQi {
  width: 100%;
  padding: 0 5px 5px;
  margin-bottom: 12px;
}
.servicesDetail___P6U41 .detailWrap___3ReIX .content___2ae74 .cards___YMUQi .detail___1NMDU {
  padding: 25px 38px;
  font-size: 12px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.servicesDetail___P6U41 .detailWrap___3ReIX .content___2ae74 .cards___YMUQi .detail___1NMDU .card___1g6e5 {
  padding: 20px 0;
}
.servicesDetail___P6U41 .detailWrap___3ReIX .content___2ae74 .cards___YMUQi .detail___1NMDU .card___1g6e5 span {
  margin-left: 10px;
}
.servicesDetail___P6U41 .detailWrap___3ReIX .content___2ae74 .cards___YMUQi .detail___1NMDU .card___1g6e5 .title___23nuZ {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}
.servicesDetail___P6U41 .detailWrap___3ReIX .content___2ae74 .case___1BaUG {
  padding: 25px 38px;
}
.pp___2iBIX {
  margin-left: 5px;
}

.clearfix___2rWIy::after {
  content: '';
  display: block;
  clear: both;
}
.card___2PU8q {
  margin-bottom: 12px;
}
.card___2PU8q .box___2rK8K {
  width: 100%;
  border: 1px solid #f5f5f5;
  display: flex;
  flex-direction: row;
  padding-bottom: 24px;
}
.card___2PU8q .box___2rK8K:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.card___2PU8q .box___2rK8K .image___2STXZ {
  width: 126px;
  height: 123px;
  margin-right: 24px;
}
.card___2PU8q .box___2rK8K .image___2STXZ img {
  width: 126px;
  height: 123px;
}
.card___2PU8q .box___2rK8K .nier___2Xlk6 {
  width: 80%;
}
.card___2PU8q .box___2rK8K .nier___2Xlk6 .title___3cGNG {
  margin-left: 32px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 24px;
}
.card___2PU8q .box___2rK8K .nier___2Xlk6 .word___5DWHD {
  margin-left: 32px;
  margin-top: 24px;
  font-size: 12px;
  margin-bottom: 24px;
}
.card___2PU8q .box___2rK8K .nier___2Xlk6 .word___5DWHD .js___19exM {
  color: #787878;
}
.card___2PU8q .box___2rK8K .nier___2Xlk6 .word___5DWHD .ss___14VXn {
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}
.card___2PU8q .box___2rK8K .nier___2Xlk6 .intro___30f0U {
  margin-left: 32px;
  font-size: 12px;
}
.card___2PU8q .box___2rK8K .nier___2Xlk6 .intro___30f0U .js___19exM {
  color: #787878;
}
.card___2PU8q .box___2rK8K .nier___2Xlk6 .intro___30f0U .ss___14VXn {
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}

.others___2aPqM {
  text-align: center;
  color: #716d6d;
}

.fit___nkqPU {
  width: 850px;
}

.concern___3MdR0 {
  width: 90%;
}
.concern___3MdR0 .act___r2SHB {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card___3rhJx {
  margin-bottom: 38px;
}
.card___3rhJx .create___2jXm0 {
  display: flex;
  justify-content: space-between;
  width: 576px ;
  height: 26px;
  background: #f4f8ff;
  margin-bottom: 15px;
}
.card___3rhJx .create___2jXm0 .createText___BtHWN {
  font-size: 18px;
  color: #010101;
}
.card___3rhJx .create___2jXm0 .createSrc___3nG4h {
  color: #606060;
  font-size: 12px;
  line-height: 26px;
}
.index___2K1FF {
  width: 646px;
  padding: 23px 34px;
}
.index___2K1FF .text___1dtlW {
  color: #787878;
  font-size: 12px;
}
.index___2K1FF .yaoqingma___n17_X {
  height: 26px;
  font-size: 12px;
  margin-bottom: 50px;
  background: #f4f8ff;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
}
.index___2K1FF .yaoqingma___n17_X .copy___1KwPc {
  width: 80px;
  height: 26px;
  background: #327af4;
  border-radius: 0px 13px 13px 0px;
  color: #fff;
  display: flex;
  justify-content: center;
}
.myUnitExpert___27IG5 {
  display: flex;
}
.myUnitExpert___27IG5 .buttons___1MnLP {
  margin-left: 34px;
}
.myUnitExpert___27IG5 .buttons___1MnLP Button {
  width: 200px;
  height: 36px;
  background: #f7f7f7;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  border: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.myUnitExpert___27IG5 .buttons___1MnLP .active___VBazF {
  color: #fff;
  background: #327af4;
}

.card___3o_w3 {
  margin-bottom: 38px;
}
.card___3o_w3 .create___1gGkG {
  display: flex;
  justify-content: space-between;
  width: 576px ;
  height: 26px;
  background: #f4f8ff;
  margin-bottom: 15px;
}
.card___3o_w3 .create___1gGkG .createText___3lXxr {
  font-size: 18px;
  color: #010101;
}
.card___3o_w3 .create___1gGkG .createSrc___2Cs1S {
  color: #606060;
  font-size: 12px;
  line-height: 26px;
}
.index___2cdvV {
  width: 646px;
  padding: 23px 34px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
}
.index___2cdvV .text___3MtXm {
  color: #787878;
  font-size: 12px;
}
.index___2cdvV .text___3MtXm .successCase___3JekV {
  padding: 20px 0;
  display: flex;
  border-bottom: 1px solid #f5f5f5;
}
.index___2cdvV .text___3MtXm .successCase___3JekV .right___QU2xV {
  flex: auto;
  margin-top: 10px;
  margin-left: 32px;
  width: 100%;
}
.index___2cdvV .text___3MtXm .successCase___3JekV .right___QU2xV p {
  color: #000000;
}
.index___2cdvV .text___3MtXm .successCase___3JekV .right___QU2xV span {
  color: #787878;
}
.index___2cdvV .text___3MtXm :last-child {
  border: none;
  padding-bottom: 0;
}
.index___2cdvV .yaoqingma___ETrEf {
  height: 26px;
  font-size: 12px;
  margin-bottom: 50px;
  background: #f4f8ff;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
}
.index___2cdvV .yaoqingma___ETrEf .copy___1Lb_4 {
  width: 80px;
  height: 26px;
  background: #327af4;
  border-radius: 0px 13px 13px 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.mainService___3RzOo .ant-form-item-children {
  display: flex;
}
.out___1fXBB .successCase___3JekV {
  border-top: 1px solid #f5f5f5;
  padding-top: 40px;
  display: flex;
}
.out___1fXBB .successCase___3JekV .content___1DjxL {
  flex-shrink: 0;
  width: 400px;
}

.logoUpload___3W44t .imgArea___2ij89 {
  width: 100px;
  height: 100px;
}
.logoUpload___3W44t .imgArea___2ij89 .cover___p24lo {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 100;
  background: #cccccc;
  display: none;
  padding: 30px 10px;
}
.logoUpload___3W44t .imgArea___2ij89 .showImg___1ATjH {
  position: absolute;
  width: 100px;
  height: 100px;
}
.logoUpload___3W44t .imgArea___2ij89:hover .cover___p24lo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fileUpload___3PS5Q .fileItem___3jwdP {
  padding-left: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.fileUpload___3PS5Q .fileItem___3jwdP .fileIcon___e1oes {
  margin-right: 16px;
}
.fileUpload___3PS5Q .fileItem___3jwdP .fileArea___DpBCc {
  width: 80%;
}
.fileUpload___3PS5Q .fileItem___3jwdP .operationArea___2XHjg {
  display: flex;
  flex-direction: row;
}
.fileUpload___3PS5Q .fileItem___3jwdP .operationArea___2XHjg .operationIcon___3kObT {
  margin-right: 16px;
}
.fileUpload___3PS5Q .fileItem___3jwdP:hover {
  background: #f6fcfc;
}

.serviceOrg___3fASB .successCase___bguLc {
  border-top: 1px solid #f5f5f5;
  padding-top: 40px;
  display: flex;
}
.serviceOrg___3fASB .successCase___bguLc .content___O_NxZ {
  flex-shrink: 0;
  width: 610px;
}
.serviceOrg___3fASB .mainService___VSjL3 .ant-form-item-children {
  display: flex;
}

.tips___j70ID {
  border: 1px dashed #ccc;
  padding-left: 20px;
  padding-top: 10px;
  width: 150%;
  margin-left: -100px;
}
.tips___j70ID .title___2Wlq6 {
  color: #FF3A3A;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.mainButton___cICjU {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.checkButton___2hXxD {
  position: absolute;
  bottom: 85px;
  left: 468px;
}
.text___2F4Rh {
  line-height: 19px;
}
.checkDeparment___2T3sQ {
  border-left: none;
  border-right: none;
}
.existfoot___3NEZF .existCard___1TEBH {
  width: 150%;
  background-color: #F4F8FF;
  overflow: hidden;
  margin-left: -100px;
  margin-top: 40px;
}

.index___1kExb {
  justify-content: center;
  display: flex;
  margin-top: 50px;
}

.cards___21XXz {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  min-height: 640px;
}
.cards___21XXz .mainButton___3RFPD {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.cards___21XXz .checkButton___2cAsj {
  position: absolute;
  bottom: 85px;
  left: 468px;
}
.cards___21XXz .text___2GY5t {
  line-height: 19px;
}
.cards___21XXz .checkDeparment___2qUT1 {
  border-left: none;
  border-right: none;
}
.cards___21XXz .existfoot___2PlEu .existCard___3NiHT {
  width: 150%;
  background-color: #F4F8FF;
  overflow: hidden;
  margin-left: -100px;
  margin-top: 40px;
}

.btn___3YLHU {
  width: 100%;
}
.btn___3YLHU span {
  width: 200px;
  height: 50px;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-top: 100px;
  display: block;
  background: cornflowerblue;
  cursor: pointer;
}
.forAuthentication___2ie9d {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.forAuthentication___2ie9d .emptyImg___2zOJq {
  text-align: center;
  margin-bottom: 48px;
}
.forAuthentication___2ie9d .introText___zxrpg {
  color: #787878;
  font-size: 14px;
}
.forAuthentication___2ie9d .introText___zxrpg .link___3q3pF {
  cursor: pointer;
  color: #327AF4;
}

.card___RIJNO {
  margin-bottom: 38px;
}
.card___RIJNO .create___5HRUS {
  display: flex;
  justify-content: space-between;
  width: 100% ;
  height: 26px;
  background: #f4f8ff;
  margin-bottom: 15px;
}
.card___RIJNO .create___5HRUS .createText___2LP3_ {
  font-size: 18px;
  color: #010101;
}
.card___RIJNO .create___5HRUS .createSrc___23UYJ {
  color: #606060;
  font-size: 12px;
  line-height: 26px;
}

.index___sraUY {
  width: 880px;
  min-height: 890px;
  box-shadow: 0px 1px 9px 0px rgba(50, 122, 244, 0.12);
  padding: 40px;
}
.index___sraUY .title___1yvzn {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 18px;
}

.index___3fFEV {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.index___3fFEV .tableArea___3qUVB {
  position: relative;
  width: 100%;
}
.index___3fFEV .tableArea___3qUVB .table___1LLjX {
  width: 100%;
  flex-shrink: 0;
}
.index___3fFEV .tableArea___3qUVB .table___1LLjX .ant-table-pagination.ant-pagination {
  float: none;
  text-align: center;
}
.index___3fFEV .buttons___1mimO {
  margin-left: 34px;
  display: flex;
  flex-direction: column;
}
.index___3fFEV .buttons___1mimO Button {
  width: 200px;
  height: 36px;
  background: #f7f7f7;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  border: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index___3fFEV .buttons___1mimO .active___7Tdnk {
  color: #fff;
  background: #327af4;
}

.myServices___1n7_p {
  width: 100%;
}
.myServices___1n7_p .left___1zrLt .card___2fzI7 {
  width: 890px;
}
.myServices___1n7_p .left___1zrLt .hasOutcome___3eiye {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.myServices___1n7_p .left___1zrLt .notOutcome___3PGSK {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.myServices___1n7_p .continue___2rBrA {
  color: #327af4;
  border-color: #327af4;
}
.myServices___1n7_p .card___2fzI7 {
  width: 100%;
}

.btn___2zjuZ {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
}
.btn___2zjuZ .h1___3x8SP {
  margin-top: 100px;
}
.btn___2zjuZ .h2___3iuMe {
  margin-top: 50px;
}
.btn___2zjuZ .apply___PhzZq {
  width: 156px;
  height: 26px;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  line-height: 27px;
  color: #fff;
  margin-top: 56px;
  display: block;
  background: #1890ff;
  cursor: pointer;
  border-radius: 13px;
}
.btn___2zjuZ .exam___1dtmL {
  width: 560px;
  height: 15px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #787878;
  line-height: 24px;
  margin: 0 auto;
  display: block;
  margin-top: 180px;
}

.card___386MH {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 268px;
  height: 74px;
}
.card___386MH .textP___32JyE {
  margin: 0 0 0 12px;
}
.card___386MH .img___1WcWm {
  margin: 0 0 0 12px;
  width: 20px;
  height: 20px;
}

.personalHeader___3k9wN {
  width: 100%;
  height: 310px;
  font-family: PingFang SC;
  background: url(/static/personal-bg.jpg) no-repeat;
  background-position: 4% 10%;
  background-size: cover;
  padding-top: 110px;
}
.personalHeader___3k9wN .content___2V4Og {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}
.personalHeader___3k9wN .content___2V4Og .intro___3Gc1y {
  width: 40%;
  display: flex;
  flex-direction: row;
}
.personalHeader___3k9wN .content___2V4Og .intro___3Gc1y .portrait___3AY_t {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.personalHeader___3k9wN .content___2V4Og .intro___3Gc1y .info___1g9SU {
  margin-left: 31px;
}
.personalHeader___3k9wN .content___2V4Og .intro___3Gc1y .info___1g9SU .name___263Wo {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 35px;
}
.personalHeader___3k9wN .content___2V4Og .intro___3Gc1y .info___1g9SU .type___1IaIx {
  background: linear-gradient(90deg, #5852d8, #a993ea);
  border-radius: 18px;
  font-size: 12px;
  width: 80px;
  height: 36px;
  text-align: center;
  line-height: 33px;
  font-weight: 500;
  margin-top: 20px;
  color: #fff;
}
.personalHeader___3k9wN .content___2V4Og .others___2XEue {
  width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.personalHeader___3k9wN .content___2V4Og .others___2XEue .item___wYioV {
  width: 56px;
  height: 80px;
}
.personalHeader___3k9wN .content___2V4Og .others___2XEue .item___wYioV .count___2hOi3 {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
.personalHeader___3k9wN .content___2V4Og .others___2XEue .item___wYioV .itemName___1COsN {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.home___1CSGs {
  font-size: 100px;
}
.container___3A64T {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #f00;
  position: relative;
  z-index: 10;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container___3A64T .layout___3iDlJ {
  max-width: 268px;
  width: 100%;
}
.container___3A64T .layout___3iDlJ ul {
  width: 100%;
  border: 1px solid #f00;
  padding: 0;
  margin: 0;
}
.container___3A64T .layout___3iDlJ ul li {
  list-style: none;
  width: 268px;
  cursor: pointer;
  height: 74px;
  text-align: center;
  border: 1px solid #f00;
  line-height: 74px;
  font-size: 16px;
  font-weight: 500;
}
.container___3A64T .layout___3iDlJ ul li .icon___2Kgtk {
  width: 20px;
  height: 20px;
  border: 1px solid;
}
.container___3A64T .layout___3iDlJ ul li:hover {
  background: #327AF4;
  color: #fff;
}

.mine___U2wZR .content___qgpOU {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 150px;
}

